@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),
       url('../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
       url('../fonts/FontAwesome/fontawesome-webfont.woff?v=4.4.0') format('woff'),
       url('../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
       url('../fonts/FontAwesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* START CSS */

/* Body & General */
body {
  font-family: 'Source Sans Pro', sans-serif;
  background:url('../images/bg-page.jpg') top center no-repeat;
}
.container {
  /*width:1020px;*/
  /*padding:0;*/
  max-width: 1020px;
}

h1,h2,h3,h4,h5 {
  font-family: 'Source Sans Pro', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Header */
header {
    color:  #004069;
    font-size: 180%;
    margin-top:80px;
}
@media (max-width: 600px){
  header { margin-top: 40px; }
}

header .container {
  background-color:  #f3f8fe;
}
header .phone {
  text-align: right;
  font-size: 38px;
  line-height: 38px;
  display: block;
  padding:25px 40px 20px 0;
}
@media (max-width: 767px) {
  header .phone {
    text-align: center;
  }
}
@media (max-width: 380px) {
  header .phone {
    font-size: 30px;
    padding: 15px 0;
  }
}
header .phone i {
  font-size:32px;
  margin-bottom:2px;
}
@media (max-width: 380px) {
  header .phone i{
    font-size: 24px;
  }
}
header a {
  color:#004069;
}
header a:hover,
header a:active,
header a:focus {
  text-decoration: none; color:#004069;
}
.navbar-brand {
  height:auto; padding: 25px 0 20px 40px;
}
@media (max-width: 767px) {
  .navbar-brand {
    width:100%;
    padding: 35px 0 0 0;
    text-align: center;
  }
  .navbar-brand img {
    margin:auto;
  }
}
/* Banner */
.top-banner .container {
  padding:0;
}

/* Content */
.wrapper {
  text-align: center;
}
h1 {
  font-size: 60px;
  font-family: 'Source Sans Pro', sans-serif;
  color:#000;
  font-weight: 600;
}
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size:28px;
  line-height: 36px;
}
@media (max-width: 768px) {
  p { line-height: 28px; }
}
.campaign-intro .container{
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(255, 255, 255);
  /* RGBa with 0.6 opacity */
  background: rgba(255, 255, 255, 0.4);
}
.campaign-intro h1 {
  margin:0 0 10px 0;
}
@media (max-width:420px) {
  .campaign-intro h1 {
    font-size: 45px;
  }
}
.campaign-intro  p:last-child {
  margin-bottom:0;
}
.campaign-intro .wrapper {
  padding: 40px 20px;
}
@media (max-width:500px) {
  .campaign-intro .wrapper {
    padding: 40px 0;
  }
}

.arrow .container{
  background: #004069;
}
.arrow  p {
  color:#fff;
}
.arrow  p:last-child {
  margin-bottom:0;
}
.arrow .wrapper {
  padding: 40px 15%;
}
@media (max-width:500px) {
  .arrow .wrapper {
      padding: 40px 0;
  }
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 20px solid #004069;
  margin:0 auto 20px;
}
/* Form */
#gform_wrapper_13 {
  display: block!important;
  position: relative;
}
@media (max-width: 991px) {
  #gform_wrapper_13 {
    margin-bottom: 45px;
  }
}
#gform_wrapper_13 #field_13_10 {
  display: none!important;
}
#gform_wrapper_13 .gform_body,
.gform_confirmation_wrapper  {
  background: #efefef;
  border-radius: 20px;
  padding:20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
#gform_wrapper_13 label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color:#000;
  font-weight: 400;
}
#gform_wrapper_13 .gform_body .gfield_required {
  color:#ff5454;
  margin-left:3px;
}
#gform_wrapper_13 li {
  padding:0 0 15px 0;
  position: relative;
}
#gform_wrapper_13 input[type='text'],
#gform_wrapper_13 textarea {
  border:1px solid #c4c4c4;
  background: #fff;
  padding:5px;
  width:100%;
}
#gform_wrapper_13 input[type='text'] {
  height:40px;
}
#gform_wrapper_13 textarea {
  height:108px;
}
#gform_wrapper_13 .validation_error {
  background: #efcdcd;
  color:#b94a48;
  border-radius: 20px;
  padding:20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  margin-bottom:20px;
}
#gform_wrapper_13 .validation_message {
  color:#b94a48;
  position: absolute;
  bottom:-5px;
  right:0;
}
#gform_wrapper_13 #field_13_6 .validation_message,
#gform_wrapper_13 #field_13_5 .validation_message {
  bottom:-2px;
}
#gform_wrapper_13 #field_13_7 .validation_message {

}
@media (max-width: 991px) {
  #gform_wrapper_13 .validation_message {
    position:initial;
    bottom:auto;
    right:auto;
    left:auto;
  }
  #gform_wrapper_13 #field_13_7 .gchoice_13_7_1 {
    padding:0;
  }
}

#gform_wrapper_13 .validation_message::before {
  content: "\f062";
  display: inline-block;
  padding-right:5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#gform_wrapper_13 #field_13_7 label {
  display: none;
}
#gform_wrapper_13 #field_13_7 label#label_13_7_1,
#gform_wrapper_13 #field_13_9 label#label_13_9_1{
  display: block;
  margin-left:20px;
  font-size:14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #gform_wrapper_13 #field_13_7 label#label_13_7_1{
    line-height: 15px;
  }
}
#gform_wrapper_13 #field_13_7 {

}
@media (min-width: 992px) and (max-width: 1199px) {
  #gform_wrapper_13 #field_13_7 {
    width:180px;
    bottom: -8%;
  }

}
@media (max-width: 600px) {
  #gform_wrapper_13 #field_13_7 {
    position: initial;
    width: initial;
    bottom:auto;
    right:auto;
  }
}
#gform_wrapper_13 #field_13_7 .validation_message {
  margin-left:20px;
}
@media (max-width: 991px) {
  #gform_wrapper_13 #field_13_7 .validation_message {
    margin-left:0;
  }
  #gform_confirmation_wrapper_13 {
    margin-bottom: 25px;
  }
}
#gform_wrapper_13 #field_13_7 input,
#gform_wrapper_13 #field_13_9 input {
  float: left;
}
#gform_wrapper_13 li.gchoice_13_7_1,
#gform_wrapper_13 li.gchoice_13_9_1,
#gform_wrapper_13 #field_13_7,
#gform_wrapper_13 #field_13_9 {
  padding:0;
}

#gform_wrapper_13 input[type=submit] {
  border:none;
  background: #004069;
  color:#fff;
  text-align: center;
  font-size:18px;
  width:180px;
  height:60px;
  padding:10px 0;
  text-transform: uppercase;
  cursor: pointer;
  margin-top:20px;
  margin-left:20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #gform_wrapper_13 input[type=submit] {
    width: 155px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  #gform_wrapper_13 input[type=submit] {
    width:100%;
    margin-left: 0;
  }
}
#gform_wrapper_13 .gfield_error input,
#gform_wrapper_13 .gfield_error textarea {
  border:1px solid red!important;
}
.form-image img {
  margin-bottom:5px;
}
@media (max-width: 991px) {
  .form-image img { margin:auto;}
}
.form-image p {
  font-size:18px;
  line-height: 24px;
  margin-top:15px;
  color:  #004069;
}
.marketing {
  background-color:  #004069;
  color: #fff;
  margin-top: 40px;
}
.marketing .row {
    padding-top: 40px;
    padding-bottom: 20px;
}
.marketing p {
  line-height: 1;
  border-bottom: 1px solid #6a8fa7;
  padding-bottom: 20px;
  font-size: 24px;
}
.marketing p:last-child {
  border-color:transparent;
}
.marketing strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 90px;
  font-weight: 700;
  min-width: 40%;
  text-align: right;
}
.marketing span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marketing strong {
    font-size: 70px;
    min-width: 35%;
  }
  .marketing p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .marketing .infographic-left p:last-child { border-color: #6a8fa7; }
}
@media (max-width: 522px) {
  .marketing strong, .marketing span {
    display: block;
    text-align: center;
    max-width: 100%;
    padding-left: 0;
  }
}
/* Footer */
footer {
  font-size: 15px;
  padding: 40px 0;
  background-color: #272727;
  color: #fff;
  min-height: 225px;
  padding-top: 70px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}
footer a {
  color:#fff;
}
footer a:hover,
footer a:active,
footer a:focus {text-decoration: none;}
footer .footer-wrap > p { padding-bottom: 50px;}
footer .social-fb {  }
footer .social-fb a { vertical-align: top; line-height: 4;}
footer .social-fb:before { font-size: 40px; padding-right: 15px; color:#fff; vertical-align: top; line-height: 20px;}
footer .left-wrap { padding-left:280px;}
footer .left-wrap > p { padding-bottom: 30px;}

footer .menu-list > li {
  float: left;
  width: 33.3333%;
  margin-bottom: 35px;
  padding-right: 10px;
}
footer .menu-list a { font-size: 16px; }
footer .menu-list-wrapper {text-align: left;}
footer .social-list-wrapper { text-align: right;margin-bottom: 40px;}
footer .social-list-wrapper strong { display: block; margin-bottom: 20px; }
footer .social-list {padding:0;}
footer .social-list li { margin-right: 15px; padding:0;}
footer .social-list li:last-child {margin-right: 0;}
footer small {font-size: 11px;}
footer .bottom-list,
footer .bottom-list li {padding:0;}
footer .bottom-list li:first-child {text-align: left;}
footer .bottom-list li:last-child {text-align: right;}
footer .disclaimer {margin-top: 5px;}

footer .column h5,p, address{font-size: 18px;}
@media (max-width: 767px) {
  footer .column { text-align: center; }
}
footer .phone-no a:hover { color: #fff; }
footer .social-links { font-size: 35px; }

#field_13_9 .gfield_label {
  display: none;
}
