  /* ==========================================================================
   COLORS Variables
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
#hero.home .tagline {
  font-size: 4em;
  color: #fff;
  text-shadow: 3px 3px 10px #002e5d;
  font-weight: 900;
  margin-top: 330px;
  transform: translate(0, -50%);
  max-width: 970px;
  margin: 330px auto 0 auto; }
#hero.home #form {
  height: 600px;
  background-color: rgba(5, 44, 65, 0.5); }

#form .fa {
  display: none; }

/* ACTIVE FORM MOBILE */
#form.active {
  transition: .3s all;
  position: fixed !important;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 999 !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  padding: 20px 20px !important; }
  #form.active .fa {
    display: block; }
  #form.active .fa {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
    margin: 10px;
    z-index: 999; }

#mobile_form {
  display: none; }

#home_program_icons h3 {
  text-align: center;
  max-width: 182px;
  margin: auto; }
#home_program_icons img {
  margin: 0 auto 15px auto; }
#home_program_icons a:hover img {
  transition: .3s all;
  transform: scale(1.1); }

#tools_section .section_heading {
  margin-bottom: 60px; }
#tools_section h4 {
  text-align: center;
  max-width: 182px;
  margin: auto;
  margin-bottom: 40px; }
#tools_section img {
  margin: 0 auto 15px auto; }
#tools_section .icon_wrap:hover img {
  transition: .3s all;
  transform: scale(1.1); }

/* ==========================================================================
   Mobile Styles - Hero
   ========================================================================== */
@media (max-width: 1240px) {
  #hero.home #bg_img {
    background-position: 50% 50%; }
  #hero.home .nopad {
    padding: 0 15px; }
  #hero.home .tagline {
    font-size: 2.5em;
    margin-top: 0px;
    padding-top: 280px; }
    #hero.home .tagline.contact {
      font-size: 1.5em;
      margin-top: 180px; }
  #hero.home #form {
    position: absolute;
    right: 0; }

  #mobile_form {
    display: block;
    height: 500px;
    background-color: rgba(5, 44, 65, 0.5); }

  #home_program_icons h3 {
    font-size: 1.5em;
    margin-bottom: 50px; }

  #tools_section h4 {
    font-size: 0.8em; } }
#testimonials {
  background-color: #ededed; }
  #testimonials p {
    color: #002e5d;
    line-height: 1.6em; }
  #testimonials .testimonial_details {
    display: flex;
    align-items: flex-end; }
  #testimonials .unslider {
    display: flex;
    align-items: center; }
  #testimonials .unslider-arrow {
    font-size: 3em;
    color: #002e5d; }
  #testimonials .unslider-arrow.prev {
    left: -80px; }
  #testimonials .unslider-arrow.next {
    right: -80px; }
  #testimonials img {
    margin: auto; }

@media (max-width: 768px) {
  #testimonials img {
    margin-bottom: 20px; }
  #testimonials .unslider-arrow {
    display: none; } }
footer section.gray p {
  color: #002e5d;
  margin-bottom: 0;
  margin-top: 20px; }
footer ul {
  margin: 0; }
footer .list-inline {
  margin-bottom: 0; }
footer a {
  color: #fff;
  font-size: 2em; }
footer .logo {
  margin: 0 15px; }
footer .footer_content p {
  display: inline; }

@media (max-width: 1340px) {
  footer .footer_content p {
    display: block; } }
#hero {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  height: 600px; }
  #hero .container-fluid {
    margin-left: 0;
    margin-right: 0;
    height: 100%; }
  #hero .row {
    height: 100%; }
  #hero #bg_img {
    background-size: cover;
    height: 100%; }

.page_heading {
  color: #002e5d;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  position: relative;
  display: inline-block;
  border-left: 5px solid #002e5d;
  border-right: 5px solid #002e5d;
  padding: 0 20px; }

.program_header {
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  .program_header h1 {
    font-weight: 900; }
  .program_header img {
    padding-right: 2em;
    margin-right: 1em;
    border-right: 5px solid #002e5d; }
  .program_header h1 {
    text-transform: uppercase; }

.contact_icon {
  margin: 10px auto 0 auto;
  max-width: 80px; }

#map {
  height: 400px; }

@media (max-width: 768px) {
  #hero {
    height: 300px;
    background-position: 50% 50%; }

  .program_header h1 {
    font-size: 1.5em; }
  .program_header img {
    max-width: 50px;
    border: none;
    display: block;
    margin: 0 auto 10px auto;
    padding: 0; }

  #icon_section img {
    max-width: 48px; }

  .page_heading {
    font-size: 1.8em;
    border-width: 3px; } }
/* ==========================================================================
   General Styles
   ========================================================================== */
body {
  padding-top: 121px; }

@media (min-width: 1500px) {
  body {
    padding-top: 121px; } }
@media (max-width: 768px) {
  body {
    padding-top: 155px; } }
@media (max-width: 472px) {
  body {
    padding-top: 138px; } }
body {
  font-family: "Lato", sans-serif; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #002e5d;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px; }
    body h1 span, body h2 span, body h3 span, body h4 span, body h5 span, body h6 span {
      font-weight: 300; }
  body p, body ul, body table, body ol {
    color: #2d3032;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    line-height: 2em; }

section {
  padding: 20px 0; }
  section.gray {
    background-color: #ededed; }
  section.blue {
    background-color: #052c41; }

@media (min-width: 1200px) {
  .container {
    width: 970px; }

  .container.big {
    width: 1170px; } }
.section_heading {
  margin-bottom: 40px; }

.align_items_middle {
  display: flex;
  align-items: center; }

.nomarg {
  margin: 0; }

.nopad {
  padding: 0; }

a:hover {
  color: #b3f048;
  transition: .3s all; }

.text-white {
  color: #fff; }

.btn.btn-primary {
  border-radius: 3px;
  background-color: #fff;
  font-weight: bold;
  color: #002e5d;
  border: 2px solid #002e5d; }
  .btn.btn-primary:hover {
    border: 2px solid #002e5d;
    background-color: #002e5d;
    color: #fff; }

#popup_form:hover {
  cursor: pointer; }

/* ==========================================================================
   Header Styles
   ========================================================================== */
#main_nav {
  margin-bottom: 0;
  background-color: #052c41;
  border: none;
  border-radius: 0;
  padding-top: 10px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: .4s all ease-out;
  -webkit-transition-delay: .15s;
  /* Safari */
  transition-delay: .15s; }
  #main_nav .navbar-brand {
    height: initial;
    max-width: 28em;
    padding: 0 15px; }
  #main_nav #call_now_wrap {
    display: block;
    text-align: center;
    color: #fff;
    float: right;
    margin-right: 30px;
    position: relative;
    margin-bottom: 10px; }
    #main_nav #call_now_wrap .phone_icon {
      position: absolute;
      left: -40px;
      font-size: 2em;
      top: 19px; }
    #main_nav #call_now_wrap .call_cta {
      font-weight: bold;
      font-size: 1.3em; }
  #main_nav .navbar-collapse {
    clear: right; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 1.1em; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #b3f048;
  background-color: transparent; }

.navbar-nav > .active > a::after {
  content: "";
  background-color: #b3f048;
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

a::after {
  content: "";
  height: 0;
  transition: .3s all ease-in-out; }

.navbar-nav > li > a:hover:after {
  background-color: #b3f048;
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

/* =====================================================
  Main Nav Scolling Up Down Fix
   ===================================================== */
#main_nav.scolling_up {
  transform: translateY(0%); }

#main_nav.scolling_down {
  transform: translateY(-100%); }

/* =====================================================
  Mobile Styles - Header/Nav
   ===================================================== */
.desktop_logo {
  display: none !important; }

@media (min-width: 1240px) {
  .desktop_logo {
    display: block !important; }

  .mobile_logo {
    display: none !important; }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px; }

  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px; }

  .navbar-nav > li::after {
    content: "";
    background-color: #fff;
    height: 50%;
    transform: translate(0, 50%);
    width: 1px;
    position: absolute;
    top: 0;
    right: 0; }

  .navbar-nav > li.contact::after {
    display: none; }

  /*.navbar-nav > li:last-of-type {
    background-color: #b3f048; } */
    .navbar-nav > li:last-of-type a {
      color: #052c41;
      font-weight: bold;
      text-align: left;
      padding-left: 10px;
      padding-right: 40px; }

  .navbar-nav > li:last-of-type::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #002e5d;
    background-color: #b3f048;
    display: block;
    width: 30px;
    line-height: 1.2em;
    padding-right: 6px;
    font-size: 1.2em;
    text-align: right;
    border-left: 1px solid #052c41;
    position: absolute;
    top: -6px;
    height: 24px; } }
#google_translate_element {
  position: absolute;
  right: 270px;
  top: 12px; }

#popup_form {
  display: none;
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 99;
  background-color: #b3f048;
  color: #002e5d;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  -ms-transform: rotate(-90deg translateY(42px));
  /* IE 9 */
  -webkit-transform: rotate(-90deg translateY(42px));
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg) translateY(42px); }
#google_translate_element {
    position: relative !important;
    right: auto;
    top: 0;
}
.login-btn {
    background: #b3f048;
    color: #002e5d;
    padding: 5px 15px;
    border-radius: 5px;
}
.login-btn:hover {
    color: #112b3f;
    text-decoration: none;
}
.mbtop {
    margin-top: 7px;
}
.navbar-nav > li:last-of-type::after {
    content: none;
}
@media (min-width: 1240px){
	.navbar-nav > li:last-of-type a {
    font-weight: initial;
    color: #fff;
}
}
/* ==========================================================================
   Mobile Styles - Header
   ========================================================================== */
@media (max-width: 1240px) {
  #popup_form {
    display: block; }

  #google_translate_element {
    right: 20px; }

  #main_nav .navbar-header {
    width: 100%;
    position: relative;
    top: 45px;
    background-color: #052c41;
    margin-bottom: 45px; }
  #main_nav .navbar-brand {
    width: 80%;
    float: none;
    display: block; }
    #main_nav .navbar-brand img {
      margin: auto; }
  #main_nav .navbar-toggle {
    width: 25%;
    max-width: 44px;
    margin-top: 16px; }
  #main_nav #call_now_wrap {
    margin-top: 20px;
    float: none;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 0;
    margin-right: 0; }
    #main_nav #call_now_wrap .phone_icon {
      display: none; }
    #main_nav #call_now_wrap .call_cta {
      float: none;
      display: inline;
      margin-right: 10px;
      position: relative;
      top: -5px; }
    #main_nav #call_now_wrap .phone_one {
      float: none;
      display: inline;
      position: relative;
      top: -8px; }
    #main_nav #call_now_wrap .phone_two {
      display: none; }
  #main_nav .navbar-collapse {
    margin-top: 48px; }

  .navbar-nav > .active > a::after, .navbar-nav > li > a:hover:after {
    display: none; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; } }
@media (max-width: 767px) {
#hero {
    height: auto !important;
}
#popup_form {
    display: none  !important;
}
}
@media (max-width: 615px) {
  #main_nav {
    padding-top: 40px; }
    #main_nav #call_now_wrap {
      margin-top: 55px; }

  #google_translate_element {
    right: 0;
    left: 0;
    /* margin: auto; */
    display: block;
    text-align: center; } }
/* ==========================================================================
   Blogs (listing)
   ========================================================================== */
.post_title {
  margin-bottom: 5px; }

.post_details {
  margin-bottom: 10px; }

.posting {
  margin-bottom: 40px; }

.blog_hero_image {
  margin-bottom: 40px; }

/*# sourceMappingURL=main.css.map */