/*
Red = #a80303
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
*{
  font-family: 'Open Sans', sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');

body {
  padding-top: 20px;
  background: #4787cf;
}
body .container{
  background-color:#fff;
}
img{
  max-width: 100%;
}

a{
  color: #428bca;
}

button a{
  color: #fff;
}

button a:hover{
  color: #fff;
  text-decoration: none;
}

p{
  font-size: 18px;
}


.container .container {
  max-width: 100%;
}

.navbar-default{
  background: #1b3e6b; /* Old browsers */
  background: -moz-linear-gradient(top, #1b3e6b 0%, #0f2543 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1b3e6b 0%,#0f2543 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1b3e6b 0%,#0f2543 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3e6b', endColorstr='#0f2543',GradientType=0 ); /* IE6-9 */
}

.navbar-default .navbar-nav>li>a{
  color: #fff;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  background: #0f2543;
  color: #8397b1;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: #0f2643;
}

.masthead .logo-block{
  padding-top: 30px;
}
.masthead .widget.widget_smtn_widget_call_us_now{
  padding-top: 10px;
}
.masthead .logo-block{
  width: 280px;
  display: inline-block;
}

.masthead .logo-block img{
  width: 100%;
  height: auto;
}
.masthead .phone-number h4{
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Open Sans Condensed', sans-serif;

}

.masthead .phone-number h4 small{
  color: #000;
  font-weight: 600;
}

.navbar-header h4{
  padding-left:20px;
  line-height:1.2em;
  color: #fff;
}

.navbar-default .navbar-toggle{
  border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}

/* Form Overrides */
.form-control{
  height:48px;
  font-size: 16px;
  border: 1px solid #f0ddbf;
}

.form-group .select2-container--default .select2-selection--single {
  height:48px;
  font-size: 16px;
  border: 1px solid #f0ddbf;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 12px;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

/* End Tables */

.footer {
  /* padding-top: 40px; */
  padding-bottom: 40px;
  text-align: center;
  /* margin-top: 40px; */
  /* border-top: 1px solid #eee; */
}

.footer p{
    font-size: 14px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.phone-number a{
  display:block;
  font-size:1.6em;
}

.home .main{
  background:url('../img/homepage-header-desktop-background.jpg');
  /* background-attachment: fixed;
  background-size: cover; */
  background-repeat: no-repeat;
  padding:20px 0 40px 0;
  margin-bottom: 60px;
  background-position: center top;
}

.subpage .main{
  padding:40px 0 40px 0;
  margin-bottom: 60px;
}

.recent-transactions, .frequently-asked-questions{
  margin: 40px auto;
}

.main .hero-bullets{
  /* margin-top: 200px */
}

.main ul{
  list-style: none;
  padding-left: 60px;
    list-style-position: outside;
}

.main ul li{
  position: relative;
  margin: 10px 0;
  min-height: 40px;
}

.main ul li:before{
    content: "";
    left: -60px;
    position: absolute;
    background: url("../images/checkmark.png");
    background-repeat: no-repeat;
    background-size:100%;
    height: 40px;
    width:40px;
    top: 1px;
    display: inline-block;
}

.container-fluid{
  padding:0;
}


.col-md-5.input-form{
  background: rgba(0,0,0,0.4);
  background-color: #fff3de;
  padding: 0px 0px 20px;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

.col-md-5.input-form .form-header{
  color: #fff;
  text-align: center;
  padding:20px 0;
  font-size: 42px;
  position: relative;
  text-shadow: 2px 2px 0 #000;
  background: #1b3e6b; /* Old browsers */
  background: -moz-linear-gradient(top, #1b3e6b 0%, #0f2543 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1b3e6b 0%,#0f2543 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1b3e6b 0%,#0f2543 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3e6b', endColorstr='#0f2543',GradientType=0 ); /* IE6-9 */
}

.col-md-5.input-form .form-header span{
  font-family: 'Lobster Two', cursive;
}

.col-md-5.input-form .form-header:after{
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/form-header-triangle.png);
  z-index: 100;
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: 80%;
  overflow: visible;
}

.col-md-5.input-form .check-headline{
  padding: 0;
}

.col-md-5.input-form h3 span{
  font-weight: 600;
}

.col-md-5.input-form h3{
  color: #a80303;
  font-weight: 800;
  background: #f0ddbf;
  text-align: left;
  /* margin-top:-20px; */
  padding: 30px 60px;
  padding-left: 140px;
}

.col-md-5.input-form h3:before{
  content: "";
  background: url("../images/checkmark.png");
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 60px;
}

.btn-primary{
  background: #fd8625; /* Old browsers */
  background: -moz-linear-gradient(top, #fd8625 0%, #d25e00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd8625 0%,#d25e00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd8625 0%,#d25e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8625', endColorstr='#d25e00',GradientType=0 ); /* IE6-9 */
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  text-shadow: 0 1px 0 #000;
  border-color:rgba(0,0,0,0.5);
}

.btn-primary:hover{
  background: #fd8625;
  text-shadow: 0 -1px 0 #000;
}

.col-md-5.input-form .form-group{
  /* padding:0; */
}

.col-md-5.input-form small{
  color: #fff;
  font-style: italic;
  color: #000;
}

.col-md-5.input-form button{
  margin-bottom: 20px;
}

.form .col-md-12{
  padding: 0 60px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}


/******* MEDIA QUERIES ******/

/* Large Devices */

@media (max-width: 1200px){
  .home .main{
      background-image: url("../img/header-background-laptop.png");
  }
}

@media (min-width: 992px){

  .form .col-md-12 {
      padding: 0 40px;
  }
  .col-md-5.input-form h3{
    padding: 30px 30px;
  padding-left: 110px;
  }

  .col-md-5.input-form h3:before{
    left: 40px;
  }
  .col-md-5.input-form .form-header:after{
    height: 80px;
    background-size: 74%;
  }
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  .h1, h1{
    font-size:30px;
  }
}

/* Medium Devices */

@media (min-width: 768px) and (max-width: 992px){
  .main{
    padding-top: 10px;
    background-attachment: scroll;
    background-size: 917px;
    background-position: center -70px;
  }
  .home .main{
      background-image: url("../img/mobile-375-cta-background.png");
      background-size: 100%;
  }
  .main h1{
    margin-top : 40px;
    margin-bottom: 20px;
  }
  .col-md-5.input-form:before{
    height: 138px;
  }
  .form .col-md-12 {
      padding: 0 40px;
  }

  .col-md-5.input-form .form-header:after{
    height: 80px;
    background-position: center;
    background-size: 40%;
  }
  /* .home .col-md-7.col-md-pull-5{
    background:url('../img/mobile-375-cta-background.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: ;
  }
  .home h1{
    color: #16365d;
    margin-bottom: 30px;
  }
  #carousel-testimonials .carousel-indicators{
    bottom: -50px;
  }

  #carousel-testimonials .carousel-indicators li {
    background-color: #a1a1a1;
    height: 20px;
    width: 20px;
    border: none;
    margin: 0 10px;
  } */
}
/* Small Devices */

@media (max-width: 767px){
  .home .main{
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
  }

  .home .main{
      background-image: none;
  }

    .home .main h3{
      font-size: 28px;
    }

  .logo-block{
    text-align: center;
  }
  .phone-number{
    text-align: center;
  }
  .form .col-md-12 {
      padding: 0 40px;
  }
  .col-md-5.input-form h3{
    padding: 30px 40px;
    padding-left: 100px;
  }
  .btn-primary{
    font-size: 20px;
  }
  .col-md-5.input-form h3:before{
    left: 20px;
  }
  .col-md-5.input-form:before{
    height: 120px
  }
  .masthead .phone-number h4{
    font-size: 22px;
  }
  .phone-number{
    margin-top: 20px;
  }
  .col-md-5.input-form .form-header:after{
    height: 80px;
    background-size: 300px;
  }

  .home .col-md-7.col-md-pull-5{
    background:url('../img/mobile-375-cta-background.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .home h1{
    color: #16365d;
    margin-bottom: 30px;
  }

  #carousel-testimonials .carousel-indicators li {
    background-color: #a1a1a1;
    height: 20px;
    width: 20px;
    border: none;
    margin: 0 10px;
  }
}

/* XS Small Devices */

@media (max-width: 767px) {
  .below-hero img{
    width: 125px;
    display: block;
    margin: 0 auto;
    margin-bottom:20px;
  }

  .home .main h3{
    font-size: 24px;
  }

  .form .col-md-12 {
      padding: 0 20px;
  }

 .subpage .main{
   padding-top: 10px;
   margin-bottom: 0;
 }
 body{
  padding-top: 20px;
 }

 footer.footer{
  padding-top: 40px;
 }
 footer.footer p a{
  display: inline-block;
  width: 100%;
  margin-top: 10px;
 }

 footer.footer p .between-tags{
  display: none;
 }
}

@media (max-width: 400px) {
  .col-md-5.input-form .form-header{
    font-size: 30px;
  }
}
/******* END MEDIA QUERIES *******/

/*Template almost done*/
@media(min-width: 0px){

  .almost-done .well .image img{
    display: inline-block;
    max-width: 50%;    
  }

  .almost-done ul li textarea{
    max-width: 100%;
    border:1px solid #c0c0c0;
  }

}
@media(min-width: 768px){

  .almost-done .well .image{
    text-align: center;
  }
}