﻿/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  font-size: 16px;
  font-family: Raleway, sans-serif;
  margin: 0;
  padding: 0;
}
.constrain {
  width: 1296px;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}
@media screen and (max-width: 1296px) {
  .constrain {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
#header {
  width: 100%;
  background-color: #446a9b;
}
.logo {
  padding-top: 5px;
}
@media screen and (max-width: 996px) {
  .logo {
    max-width: 225px;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    max-width: 200px;
    padding-top: 40px;
  }
}
#custom-bootstrap-menu.navbar-default .navbar-brand {
  color: #ffffff;
  min-height: 150px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #custom-bootstrap-menu.navbar-default .navbar-brand {
    padding-top: 10px;
  }
}
#custom-bootstrap-menu.navbar-default {
  font-size: 16px;
  background-color: #446a9b;
  border-width: 0;
  border-radius: 0;
}
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  background-color: #446a9b;
  text-transform: uppercase;
  line-height: 70px;
  padding-top: 50px;
  font-weight: 500;
}
@media screen and (max-width: 996px) {
  #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    line-height: 25px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #custom-bootstrap-menu.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #ed5c58;
}
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #ed5c58;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
  border-color: white;
  margin-top: 70px;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
  background-color: white;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #446a9b;
}
#button-phoneno {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  z-index: 1;
}
#button-phoneno a {
  background-color: #e1605c;
  padding: 5px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 11px 10px 26px -12px rgba(0, 0, 0, 0.86);
  -moz-box-shadow: 11px 10px 26px -12px rgba(0, 0, 0, 0.86);
  box-shadow: 11px 10px 26px -12px rgba(0, 0, 0, 0.86);
}
#button-phoneno a:hover {
  text-decoration: none;
  background-color: #fd8480;
}
#logos {
  padding: 20px 0;
  text-align: center;
}
#bottom-red-bar {
  background: #e8423d;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ed5d59, #e8423d);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ed5d59, #e8423d);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ed5d59, #e8423d);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ed5d59, #e8423d);
  /* Standard syntax */
  width: 100%;
}
#bottom-red-bar .content {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  width: 100%;
  display: table;
}
@media screen and (max-width: 768px) {
  #bottom-red-bar .content {
    display: block;
  }
}
#bottom-red-bar .content .left {
  display: table-cell;
  text-align: right;
  padding-right: 30px;
  font-size: 26px;
  color: #FFFFFF;
  font-weight: bold;
  vertical-align: middle;
  width: 60%;
  border-right: 1px solid white;
}
@media screen and (max-width: 1200px) {
  #bottom-red-bar .content .left {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #bottom-red-bar .content .left {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
#bottom-red-bar .content .right {
  display: table-cell;
  text-align: left;
  padding-left: 30px;
  width: 40%;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  #bottom-red-bar .content .right {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #bottom-red-bar .content .right {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
}
#bottom-red-bar .content .right a {
  color: #ed5c58;
  border: 1px solid white;
  width: 200px;
  display: block;
  font-weight: bold;
  font-size: 24px;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  -webkit-box-shadow: 11px 10px 26px -12px rgba(0, 0, 0, 0.86);
  -moz-box-shadow: 11px 10px 26px -12px rgba(0, 0, 0, 0.86);
  box-shadow: 11px 10px 26px -12px rgba(0, 0, 0, 0.86);
}
@media screen and (max-width: 768px) {
  #bottom-red-bar .content .right a {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
}
#bottom-red-bar .content .right a:hover,
#bottom-red-bar .content .right a:active,
#bottom-red-bar .content .right a:focus {
  background: #ed5c58;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}
#footer {
  background-color: #335f95;
  width: 100%;
  padding: 25px 0;
}
#footer .content {
  width: 100%;
  display: table;
  color: white;
}
@media screen and (max-width: 996px) {
  #footer .content {
    display: block;
  }
}
#footer .content .bottom-logo {
  width: 250px;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 996px) {
  #footer .content .bottom-logo {
    display: none;
  }
}
#footer .content .links {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  color: white;
}
@media screen and (max-width: 996px) {
  #footer .content .links {
    display: block;
    width: 100%;
  }
}
#footer .content .links h4 {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
#footer .content .links .small {
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
#footer .content .links a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
#about {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: -20px;
}
#about .banner {
  height: 300px;
  width: 100%;
  position: relative;
}
#about .banner .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  color: #FFFFFF;
  height: auto;
  width: 100%;
  background: rgba(233, 73, 68, 0.8);
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
#about .content {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+50,ffffff+100 */
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ebf0f6 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ebf0f6 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ebf0f6 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebf0f6', GradientType=1);
  /* IE6-9 */
  font-size: 14px;
  line-height: 20px;
  color: #696B70;
  width: 100%;
}
#about .content h1 {
  font-size: 30px;
  color: #305d94;
  font-weight: 800;
}
#about .content h2 {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 500;
  border-bottom-width: 1px;
  background-color: #42699b;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
}
#about .content .lg {
  font-size: 18px;
  color: #3078C7;
  margin: 10px 0;
}
#about .content p.tel {
  font-size: 14px;
  line-height: 20px;
  color: #696b70;
  font-weight: bold;
}
#about .content a.red {
  font-size: 14px;
  line-height: 18px;
  color: #F14944;
  text-decoration: none;
}
#about .content a.red:hover {
  font-size: 14px;
  line-height: 18px;
  color: #335f95;
  text-decoration: none;
}
#about .content .generic-button2 {
  margin-top: 25px;
}
#about .content .generic-button2 a {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  width: auto;
  text-align: center;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #F14944;
}
@media screen and (max-width: 480px) {
  #about .content .generic-button2 a {
    color: #F14944;
    border: none;
    background-color: transparent;
    text-decoration: none;
    padding: 0;
  }
}
#about .content .generic-button2 a:hover {
  color: #E94944;
  border: 1px solid #E94944;
  background-color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  #about .content .generic-button2 a:hover {
    color: #335f95;
    border: none;
    background: transparent;
  }
}
#about .content .col1 {
  display: table-cell;
  width: 50%;
  padding: 15px 50px;
}
@media screen and (max-width: 1296px) {
  #about .content .col1 {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 996px) {
  #about .content .col1 {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 768px) {
  #about .content .col1 {
    display: block;
    width: 100%;
    padding: 15px 50px;
  }
}
@media screen and (max-width: 480px) {
  #about .content .col1 {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}
#about .content .col2 {
  display: table-cell;
  width: 50%;
  padding: 15px 50px;
}
@media screen and (max-width: 1296px) {
  #about .content .col2 {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 996px) {
  #about .content .col2 {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 768px) {
  #about .content .col2 {
    display: block;
    width: 100%;
    padding: 15px 50px;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #about .content .col2 {
    display: block;
    width: 100%;
    padding: 15px 20px;
    padding-top: 0;
  }
}
#home {
  margin-top: -20px;
}
#home .home-image {
  position: relative;
}
#home .home-image .title-sm {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 8px;
  background: rgba(68, 106, 155, 0.8);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
#home .home-image .title-sm-r {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 8px;
  background: rgba(233, 73, 68, 0.8);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
#home .home-image .title-bg {
  display: none;
}
#home .home-image:hover {
  cursor: pointer;
}
#home .home-image:hover .title-bg {
  font-size: 14px;
  display: block;
  font-weight: normal;
}
#home .content {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+50,ffffff+100 */
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ebf0f6 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ebf0f6 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ebf0f6 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebf0f6', GradientType=1);
  /* IE6-9 */
  font-size: 14px;
  line-height: 20px;
  color: #696B70;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
#home .content h1 {
  font-size: 30px;
  color: #305d94;
  font-weight: 800;
}
#home .content h2 {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 500;
  border-bottom-width: 1px;
  background-color: #42699b;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
}
#home .content .lg {
  font-size: 18px;
  color: #3078C7;
  margin: 10px 0;
}
#home .content p.tel {
  font-size: 14px;
  line-height: 20px;
  color: #696b70;
  font-weight: bold;
}
#home .content a.red {
  font-size: 14px;
  line-height: 18px;
  color: #F14944;
  text-decoration: none;
}
#home .content a.red:hover {
  font-size: 14px;
  line-height: 18px;
  color: #335f95;
  text-decoration: none;
}
#home .content .generic-button2 {
  margin-top: 25px;
}
#home .content .generic-button2 a {
  font-weight: bold;
  color: #335f95;
  text-decoration: none;
  width: auto;
  text-align: center;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: transparent;
  border: 1px solid #335f95;
}
#home .content .generic-button2 a:hover {
  color: white;
  border: 1px solid #335f95;
  background-color: #335f95;
}
#home .content .col1 {
  display: table-cell;
  width: 50%;
  padding: 15px 50px;
}
@media screen and (max-width: 1296px) {
  #home .content .col1 {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 996px) {
  #home .content .col1 {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 768px) {
  #home .content .col1 {
    display: block;
    width: 100%;
    padding: 15px 50px;
  }
}
@media screen and (max-width: 480px) {
  #home .content .col1 {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}
#home .content .col2 {
  display: table-cell;
  width: 50%;
  padding: 15px 50px;
}
@media screen and (max-width: 1296px) {
  #home .content .col2 {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 996px) {
  #home .content .col2 {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 768px) {
  #home .content .col2 {
    display: block;
    width: 100%;
    padding: 15px 50px;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #home .content .col2 {
    display: block;
    width: 100%;
    padding: 15px 20px;
    padding-top: 0;
  }
}
#home .content2 {
  font-size: 14px;
  line-height: 20px;
  color: #696B70;
  background-color: #fafafa;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 50px;
}
@media screen and (max-width: 1296px) {
  #home .content2 {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 480px) {
  #home .content2 {
    padding: 15px 20px;
  }
}
#home .content2 h3 {
  font-size: 28px;
  color: #305d94;
  font-weight: 800;
  text-transform: uppercase;
}
#home .content2 h3 .sub {
  font-size: 12px;
  line-height: 12px;
}
#home .content2 .col-sm-4 {
  padding-left: 45px;
  padding-right: 45px;
  text-align: justify;
}
#home .content2 .col-sm-4:hover {
  background-color: #e8e8e8;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .row-eq-height {
    display: inline;
  }
}
/*# sourceMappingURL=site.css.map */