
.header-v2 {
    font-family: "Montserrat", sans-serif;
    position: relative;
    z-index: 99993;
}

.header-v2 .main-nav-bar{
    height: 76px;
    background: #fff;
    border-bottom: 1px solid #dad8d6;
}


.header-v2 ol,
.header-v2 ul {
  margin-left: 0;
}


.header-v2 .utility-nav {
    height: 40px;
    background-color: #f8f8f8;
}

.header-v2 .utility-nav .right-side .top-nav-right ul li {
    vertical-align: top;
    float: left;
    list-style: none;
}


.header-v2 .utility-nav .right-side .top-nav-right ul li {
    vertical-align: top;
    float: right;
  }

  .header-v2 .utility-nav .right-side .top-nav-right ul li a {
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 11px 22px 0;
  }

  .header-v2 .utility-nav .right-side .top-nav-right ul li.fill a {
    color: #fff;
    padding: 11px 15px 0;
    transition: background-color 0.2s;
    background-color: #1f9055;
  }


  @media (min-width: 992px) {
    .header-v2 .utility-nav .right-side .top-nav-right ul li a:hover {
      text-decoration: underline;
    }
    .header-v2 .utility-nav .right-side .top-nav-right ul li.fill a:hover {
      text-decoration: none;
      background-color: #1d7648;
    }
  }

  .header-v2 .contact-nav-bar{
    height: 75px !important; 
    padding:15px 10px; 
    background: #134D87;
    color: #fff;
    font-size: 10pt !important;
    font-weight: lighter;
  }



  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
    }
  }

  .header-v2 .contact-nav-bar .social-media{
    font-size: 20px !important;
    color: #E7EAED !important;
  }

  .header-v2 .main-nav {
    height: 76px;
    background: #fff;
    border-bottom: 1px solid #dad8d6;
  }

  .header-v2 .main-nav-bar .nav-item-colors{
    color: #134D87  !important
  }
  .header-v2 .main-nav .nav-bar {
    width: 100%;
    height: 75px;
    top: -30px;
    transition: all 0.4s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    background-color: #fff;
  }
  
  .header-v2 .main-nav .logo {
    float: left;
    margin-top: 11px;
  }
  .header-v2 .main-nav .logo a {
    display: block;
  }
  .header-v2 .main-nav .logo svg {
    width: 100%;
    height: auto;
    display: block;
  }
  .header-v2 .main-nav .navigation {
    float: right;
  }
  .header-v2 .main-nav .navigation > ul {
    list-style: none;
  }
  .header-v2 .main-nav .navigation > ul > li {
    display: block;
    float: left;
    position: relative;
  }
  .header-v2 .main-nav .navigation > ul > li > a {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 26px 0;
    outline: none;
    transition: all 0.2s;
    display: inline-block;
  }
  .header-v2 .main-nav .navigation > ul > li > a:after {
    content: "";
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 21px;
    right: 21px;
    opacity: 0;
    transition: all 0.2s;
  }



.the-title {
    color: #1f9055;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.01em;
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
}




.home-hero-slider {
  font-family: "Source Sans Pro";
  margin-bottom: 36px;
}
.home-hero-slider .inner {
  position: relative;
}
.home-hero-slider .slides-info {
  z-index: 101;
}
.home-hero-slider .slides-info .slide {
  opacity: 0;
  transition: all 0.2s;
}
.home-hero-slider .slides-info .slide--info {
  margin: 45px 0;
}
.home-hero-slider .slides-info .slide--info .inner {
  padding: 45px 0 30px 0;
  background-color: white;
}
.home-hero-slider .slides-info .slide.slick-current .slide--info .inner {
  background-color: rgba(255, 255, 255, 0.9);
}
.home-hero-slider .slides-info .slide--super {
  color: #5c5c5c;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.home-hero-slider .slides-info .slide--title {
  color: #1f9055;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.home-hero-slider .slides-info .slide--desc {
  color: #013763;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.home-hero-slider .slides-info .slide--more {
  margin-top: 20px;
}
.home-hero-slider .slides-info .slide--more a {
  color: #013763;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}
.home-hero-slider .slides-info .slide--more a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .home-hero-slider .slides-info .slide--more a:hover svg {
    margin-left: 15px;
  }
}
.home-hero-slider .slides-info .slide.slick-active {
  opacity: 1;
}
@media (min-width: 992px) {
  .home-hero-slider .slides-info .slide--info {
    width: 57%;
  }
  .home-hero-slider .slides-info .slide--info .inner {
    min-height: 420px;
    padding-right: 98px;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .slides-info .slide {
    text-align: center;
  }
  .home-hero-slider .slides-info .slide--super {
    color: #858585;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .home-hero-slider .slides-info .slide--title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .home-hero-slider .slides-info .slide--info {
    margin: 32px 0 40px;
  }
  .home-hero-slider .slides-info .slide--info .inner {
    padding: 0;
  }
  .home-hero-slider .slides-info .slide--desc {
    line-height: 22px;
  }
  .home-hero-slider .slides-info .slide--more {
    margin-top: 24px;
  }
  .home-hero-slider .slides-info .slide--more a {
    font-size: 16px;
    line-height: 20px;
  }
}
.home-hero-slider .slides-bg .slick-list,
.home-hero-slider .slides-bg .slick-track,
.home-hero-slider .slides-bg .slide,
.home-hero-slider .slides-bg .bg {
  height: 100%;
}
.home-hero-slider .slides-bg .bg {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.home-hero-slider .slides-bg .bg img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .home-hero-slider .slides-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .home-hero-slider .slides-bg .bg img {
    display: none;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .slides-bg {
    height: 240px;
  }
  .home-hero-slider .slides-bg .bg {
    background-position: center right;
  }
  .home-hero-slider .slides-bg .bg img {
    display: none;
  }
}
.home-hero-slider .slider-nav .inner {
  float: left;
  position: relative;
}
.home-hero-slider .slider-nav .dots {
  padding: 2px 31px 0;
}
.home-hero-slider .slider-nav .dots ul {
  list-style: none;
}
.home-hero-slider .slider-nav .dots ul li {
  display: inline-block;
  margin: 0 5px;
}
.home-hero-slider .slider-nav .dots ul li button {
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  padding: 0;
  outline: none;
  border-radius: 100%;
  border: 1px solid #013763;
  background-color: transparent;
}
.home-hero-slider .slider-nav .dots ul li.slick-active button {
  background-color: #013763;
}
@media (min-width: 992px) {
  .home-hero-slider .slider-nav .dots ul li button:hover {
    background-color: #013763;
  }
}
.home-hero-slider .slider-nav .arrows .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
}
.home-hero-slider .slider-nav .arrows .slick-arrow.slick-prev {
  left: 0;
}
.home-hero-slider .slider-nav .arrows .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 992px) {
  .home-hero-slider .slider-nav {
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 102;
  }
  .home-hero-slider .slider-nav .inner {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .slider-nav {
    width: 100%;
    position: absolute;
    top: 210px;
    left: 0;
    z-index: 102;
  }
  .home-hero-slider .slider-nav .inner {
    float: none;
  }
  .home-hero-slider .slider-nav .dots {
    text-align: center;
  }
  .home-hero-slider .slider-nav .dots ul li button {
    border: none;
    background: rgba(255, 255, 255, 0.35);
  }
  .home-hero-slider .slider-nav .dots ul li.slick-active button {
    background: #fff;
  }
  .home-hero-slider .slider-nav .arrows .slick-arrow {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 9px 0;
    top: 10px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #013763;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  }
}
.home-hero-slider .slider-cta .buttons .btn {
  height: 40px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
  padding: 10px 28px;
  border-radius: 0;
  float: left;
  background-color: #1f9055;
}
@media (min-width: 992px) {
  .home-hero-slider .slider-cta .buttons .btn:hover {
    border-color: #1d7648;
    background-color: #1d7648;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .slider-cta .buttons .btn:active {
    border-color: #1d7648;
    background-color: #1d7648;
  }
}
.home-hero-slider .slider-cta .buttons .btn--alt {
  background-color: #013763;
}
@media (min-width: 992px) {
  .home-hero-slider .slider-cta .buttons .btn--alt:hover {
    border-color: #001e4a;
    background-color: #001e4a;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .slider-cta .buttons .btn--alt:active {
    border-color: #001e4a;
    background-color: #001e4a;
  }
}
.home-hero-slider .slider-cta .buttons .btn svg {
  vertical-align: top;
  display: inline-block;
  margin: -1px 5px 0 0;
}
@media (min-width: 992px) {
  .home-hero-slider .slider-cta {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 101;
  }
  .home-hero-slider .slider-cta .buttons {
    float: right;
  }
  .home-hero-slider .slider-cta .buttons .btn svg {
    width: 18px;
    height: auto;
  }
  .home-hero-slider .slider-cta .buttons .btn--alt svg {
    width: 23px;
  }
}
@media (max-width: 991px) {
  .home-hero-slider .slider-cta > .container {
    padding: 0;
  }
  .home-hero-slider .slider-cta .buttons {
    width: 100%;
  }
  .home-hero-slider .slider-cta .buttons .btn {
    width: 100%;
    height: 64px;
    line-height: 32px;
    padding-top: 16px;
  }
  .home-hero-slider .slider-cta .buttons .btn svg {
    height: 30px;
    width: auto;
    margin-right: 10px;
  }
}
body.maf-page .home-hero-slider {
  margin-bottom: 40px;
  border-bottom: 1px solid #adadad;
}
@media (min-width: 992px) {
  body.maf-page .home-hero-slider .slides-info .slide--info .inner {
    padding-left: 40px;
  }
  body.maf-page .home-hero-slider .slider-nav .inner {
    margin-left: 40px;
  }
}
