/* RESET */
* {
  outline: none !important;
  box-sizing: border-box;
}
body {
	overflow-y: hidden!important;
}
html {
  overflow-x: hidden;
  min-height: 100%;
}

a {
  transition: all .4s ease;
}

.footer {
  background: #d5e0e2;
}

.footer .footer-menu {
  margin-bottom: 30px;
  text-align: center;
}

.footer .footer-menu li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.footer .container-fluid .widget-item {
  align-self: center;
}

.footer .footer-item a,
.footer p,
.footer .phone-details a {
  font-size: 16px;
  line-height: 24px;
}
.footer p, .footer li, .footer a {
  color: #fff;
}

.footer .footer-item a {
  font-weight: 700;
  text-transform: uppercase;
}

.footer i.fas {
  margin-left: -17px;
  margin-right: 5px;
  color: #fff;
}

.footer .address-wrap {
  margin-left: 20px;
  text-transform: uppercase;
  display: none;
}

.footer .phone-details {
  margin-left: 17px;
}

.module-cta {
  padding: 6.4rem 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 530px;
}

.module-cta.cta-b {

  height: 600px;
  background-position: top center !important;
}

.module-cta.cta-b .container-fluid {
  padding: 40px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  z-index: 2;
}

.module-cta.cta-b .bg-overlay {
  opacity: 0.9;
}

.module-cta.cta-b .typo .content-wrap {
  font-size: 30px;
  line-height: 36px;
}


.module-cta .typo h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  color: inherit;
}

.module-cta .typo .content-wrap {
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}

.module-cta .link-wrap {
  clear: both;
  margin-top: 40px;
}

.module-cta .link-wrap a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #182e44;
  padding: 7px 20px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #2097ad;
}

.module-cta .link-wrap a:hover,
.module-cta .link-wrap a:active,
.module-cta .link-wrap a:focus {
  text-decoration: none;
  background-color: #fff;
  border-color: #182e44;
  color: #182e44;
}

.module-cta.cta-b .link-wrap a {
  background-color: #182e44;
  border: 2px solid #2097ad;
}

.module-cta.cta-b .link-wrap a:hover,
.module-cta.cta-b .link-wrap a:active,
.module-cta.cta-b .link-wrap a:focus {
  background-color: #fff;
  border-color: #182e44;
  color: #182e44;
}

.module-cta .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  mix-blend-mode: multiply;
}

.module-cta .container-fluid {
  position: relative;
  z-index: 2;
  /*margin-top: 100px;*/
}

@media (max-width: 991px) {
  .module-cta {
    background-position: 23% 50% !important;
  }

  .module-cta.cta-b {
    background-position: 74% 50% !important;
  }
}

.flex-layout.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flex-layout.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex-layout.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.flex-layout.justify-content-end {
  justify-content: flex-end;
  display: flex;
}

.flex-layout.flex-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

@media (min-width: 480px) {
  .flex-layout.flex-xs-480 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

@media (min-width: 768px) {
  .flex-layout.flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

@media (min-width: 992px) {
  .flex-layout.flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

@media (min-width: 992px) {
  .footer .flex-item {
    padding: 1.875rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer {
    background: #d5e0e2;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9f4ec), color-stop(50%, #eee1cc));
    background: linear-gradient(90deg, #bde3ea 50%, #182e44 50%);
  }

  .footer .center {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer .footer-item {
    padding: 0;
    margin: 0;
    display: inline-block;
  }

  .footer .left {
    width: 17.5rem;
  }

  .footer .right {
    width: 18.75rem;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .disable-phone {
    pointer-event: none;
    cursor: default
  }

  .flex-layout.flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .footer .left {
    padding-left: 0
  }

  .footer .right {
    width: 18.75rem;
    padding-right: 0
  }
}

.footer .center {
  background-color: #1b8698;
}

.footer .left {
  background-color: #bde3ea;
}

.footer .right {
  background-color: #182e44;
}

@media(max-width: 991px) {
  .footer .container-fluid {
    padding: 0;
  }

  .footer .flex-item {
    padding: 15px;
  }

  .copyright-wrap {
    padding: 0;
    text-align: left !important;
  }

  .footer .footer-menu {
    text-align: left;
  }

  .footer .footer-menu li:first-child {
    margin-left: 0;
  }

  .footer .phone-details,
  .footer .s-media {
    text-align: left;
  }
}

.s-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0;
}

.s-media ul li {
  display: inline-block;
}

.s-media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #6d7474;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all .4s ease;
}

.s-media ul li a:hover {
  background-color: #e9eff0;
  color: #182e44;
}

.s-media ul li a span {
  line-height: 0;
}

.s-media ul li a span i {
  font-size: 14px;
  /* Smaller icon size */
}

.reviews {
  padding: 80px 0;
  /* background-position: 50% 20% !important;
  background-size: cover !important;*/
  position: relative;
  background-color: #efefef;
}

/*.reviews:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, right top, color-stop(66%, rgba(0, 0, 0, 0.8)), color-stop(34%, rgba(195, 211, 213, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 66%, rgba(195, 211, 213, 0) 34%);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}*/

.reviews .wrap {
  text-align: center;
  background-color: #fff;
  padding: 20px 40px;
}

.reviews .title {
  font-size: 48px;
  line-height: 54px;
  color: #c39149;
  font-weight: 300;
}

.reviews .quote {
  font-size: 200px;
  line-height: 140px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 700;
  display: block;
  margin: 0;
  height: 67px;
  color: rgba(0, 128, 128, 0.2);
}

.reviews .opening-quote {
  margin-bottom: 20px;
}

.reviews .closing-quote {
  margin-top: 20px;
}

.reviews .owl-carousel .item .author {
  margin-top: 10px;
  font-weight: 700;
}

.reviews .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.reviews .owl-carousel .owl-item {
  align-self: center;
}

.reviews .owl-carousel .owl-item .open-popup-link {
  font-weight: 300;
  color: #000;
  white-space: nowrap;
}

.reviews .owl-carousel .owl-item .open-popup-link:hover,
.reviews .owl-carousel .owl-item .open-popup-link:active,
.reviews .owl-carousel .owl-item .open-popup-link:focus {
  color: #c39149;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .reviews {
    background-position: 52% 20% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .reviews {
    background-position: 39% 20% !important;
  }
}

@media (max-width: 767px) {

  /*.reviews:before {
    background: rgba(0, 0, 0, 0.8) !important;
  }*/
  .reviews .wrap {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .reviews {
    background-position: 24% 20% !important;
    background-size: cover !important;
  }

  .reviews .title {
    font-size: 38px;
    line-height: 46px;
  }
}

.trio-module-wrapper {
  background: url(./assets/images/logo-blk.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: -67%;
}

@media screen and (max-width: 1200px) {
  .trio-module-wrapper {
    background-position-x: 50%;
    /* Adjust for medium screens */
  }
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #bde3ea;
  transition: background-color 0.3s ease, padding 0.3s ease;
}

.header-wrap .top .left {
  text-align: left;
}

.header-wrap .top .right {
  text-align: right;
}

.header-wrap .top .call-now {
  margin: 3px 5px;
}

.header-wrap .top .phone-number {
  font-weight: 500;
}

.header-wrap .bottom {
  padding: 10px 0;
}

.header-social-wrap ul {
  display: inline-block;
}

.header-social-wrap ul li {
  margin: 0;
}

.header-social-wrap ul li a {
  display: inline;
  background: none;
  color: #013724;
}

.header-social-wrap ul li a span i {
  font-size: 18px;
}

.header-social-wrap .s-media ul .me-wrp {
  font-size: 0;
  line-height: 0;
}

.header-social-wrap ul li a:hover,
.header-social-wrap ul li a:active,
.header-social-wrap ul li a:focus {
  background: none;
  color: #1b8698;
}

.header-phone-wrap a {
  color: #013724;
}

.header-phone-wrap a .phone-number {
  font-weight: 700;
  font-size: 24px;
}

.header-wrap.scrolled {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}


.home-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-banner .banner-video {
  height: 850px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}

.home-banner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-banner .banner-video iframe,
.home-banner .banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none !important;
}

@media (max-width: 1200px) {
  .home-banner .banner-video {
    height: 600px;
  }
}

@media (max-width: 992px) {
  .home-banner .banner-video {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .home-banner .banner-video {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .header-wrap .top {
    display: none;
  }
}


@media (max-width: 576px) {
  .home-banner .banner-video {
    height: 300px;
  }
}


.home-banner .container-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  z-index: 2;
}

.home-banner .container-fluid .row .col-12 {
  font-size: 1.5rem;
  font-weight: bold;
}

.home-banner .title {
font-size: 72px;
line-height: 80px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 991px) {
  .home-banner .title {
    font-size: 40px;
    line-height: 46px;
  }
}

.home-banner .desc {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 768px) {
  .home-banner .container-fluid {
    background: #e2f5f8;
    z-index: 8;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-banner .title,
  .home-banner .desc {
    color: #212529;
  }
}

.home-banner .learnmore-wrap {
  padding-top: 30px;
  text-align: center;
}

.home-banner .learnmore-wrap a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #197d8e;
  padding: 5px 20px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #197d8e;
  font-size: 18px;
  font-weight: 500;
}

.home-banner .learnmore-wrap a:hover,
.home-banner .learnmore-wrap a:active,
.home-banner .learnmore-wrap a:focus {
  background-color: #fff;
  border-color: #197d8e;
  color: #197d8e;
}

#sidepanel .mobile-menu a {
  color: #5d3e13;
}

#sidepanel .mobile-menu a:hover,
#sidepanel .mobile-menu a:focus,
#sidepanel .mobile-menu a:active {
  color: #c39149;
}

@media (max-width: 767px) {
  .wpcf7 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .header .bottom .tb-layout .tb-item.left {
    width: 250px;
  }

  .scroll-menu-wrap .scroll-menu>li {
    padding: 0px 5px !important;
  }

  .phone-icon {
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  .header .bottom .tb-layout .tb-item.left {
    width: 250px;
  }
}

@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }

  .footer .s-media {
    margin-bottom: -50px;
  }
}

.content-faq .title,
.trio-a .title,
.duo-block .title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  color: #197d8e;
}


.content .title {
    font-size: 52px;
    line-height: 58px;
    font-family: 'EB Garamond';
    font-weight: 600;
    color: #197d8e;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
  .content-faq .title,
  .content .title {
    font-size: 48px;
    line-height: 54px;
  }
}


.dynamic-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.dynamic-flex-container .flex-item {
  flex: 1 1 100%;
}

.dynamic-flex-container-2 .flex-item {
  flex: 1 1 48%;
}

.dynamic-flex-container-3 .flex-item {
  flex: 1 1 33.33%;
}

.dynamic-flex-container-4 .flex-item {
  flex: 1 1 22%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .dynamic-flex-container-4 .flex-item {
    flex: 1 1 48%;
  }

}

@media (max-width: 767px) {
  .dynamic-flex-container .flex-item {
    flex: 1 1 100%;
  }
}


.content-faq,
.duo-block {
  padding: 60px 0;
}

.content-faq p {
  margin-bottom: 20px;
}

.content-faq ol strong {
  color: #013724;
}



@media (min-width: 2000px) {
  .content-faq {
    background-size: 50%;
  }
}

@media (max-width: 991px) {
  .content-faq {
    background-attachment: fixed !important;
  }
}

.content-faq .left.invert {
  order: 3;
}

@media(max-width: 1199px) {
  .content-faq {
    margin-bottom: 20px;
  }

  .content-faq .container-fluid {
    padding-bottom: 40px;
  }

  .content-faq .left .img {
    margin-bottom: 0;
  }
}

@media(max-width: 767px) {
  .content-faq .left .img {
    margin-bottom: 30px;
    text-align: center;
  }

  .content-faq .left .img img {
    width: 100%;
    max-width: 450px;
  }

  .content-faq .right {
    order: 4;
  }
}


.content-faq .content-wrap Ol li+li {
  padding-top: 20px;
}

.content-faq .right {
  align-self: center;
}

.content-faq ol li::marker {
  color: #013724;
  font-weight: 700;
}



.content-faq .row+.row {
  padding-top: 100px;
}

.faq-section {
  text-align: center;
}


.faq-section .content-wrap {
  margin-bottom: 40px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}



.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(35, 163, 185, 0.2);
  border: none;
  outline: none;
  color: #000;
  transition: all .4s ease;
  text-align: left;
}

.faq-question[aria-expanded="true"] {
  background-color: rgba(27, 134, 152, 1);
  color: #fff;
}

.faq-question:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.faq-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.3s ease;
  text-align: left;
}

.faq-answer p {
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.5;
}


.display-none {
  display: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.mfp-content .author {
  text-align: right;
  margin-top: 20px;
  font-weight: 700;
}

.menu-separator {
  font-size: 30px;
  line-height: 0;
  position: relative;
  bottom: -4px;
  color: #23a3b9;
}

.contact-us-separator {
  display: none;
}

.breadcrumbs {
  padding-bottom: 40px;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  color: #067c8e;
}


.content {
  padding: 60px 0;
}

.content h3 {
  color: #067c8e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: inherit;
}

.content ul,
.content ol {
  left: 17px;
  padding-left: 0;
  padding-right: 40px;
  position: relative;
}

.content ul ul,
.content ol ul {
  left: 20px;
}

.content ul li::marker,
.content ol li::marker {
  color: #2097ad;
}


.content .img-wrap.align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.content .img-wrap.align-right {
  float: right;
  margin-left: 60px;
  margin-bottom: 20px;
}

.content .content-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.content+.content {
  padding-top: 0;
}

.clearfix {
  clear: both;
}

@media (max-width: 991px) {
  .content .img-wrap {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .content .img-wrap {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .content .img-wrap img {
    max-width: 350px;
  }

}

.content .content-wrap p {
  margin-bottom: 20px;
}

body:not(.home) .mainpanel {
  background: url(./assets/images/logo-background.svg);
  background-position: -20% 300%;

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 1200px;
}

@media(max-width: 991px) {
  body:not(.home) .mainpanel {
    background-attachment: fixed !important;
  }
}


.innerbanner h1 {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.innerbanner {
  padding: 12rem 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.innerbanner .bg-overlay {
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}

.innerbanner .container-fluid {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .innerbanner {
    background-position-x: 37% !important;
  }
}

.contact-us {
  padding-bottom: 100px;
}

.contact-us h3 {
  color: #067c8e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: inherit;
  text-transform: uppercase;
}

.page-id-114 .content {
  padding-bottom: 0;
}

ul.contact-form,
ul.contact-form ul {
  padding: 0;
  margin: 0;
}

ul.contact-form li {
  list-style: none;
}

ul.contact-form ul.flex-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}

ul.contact-form ul.flex-list li .wpcf7-form-control-wrap {
  position: relative;
}


ul.contact-form ul p {
  margin-bottom: 0;
}

ul.contact-form li {
  box-sizing: border-box;
}

ul.contact-form li.email {
  width: 70%;
}

ul.contact-form li.phone {
  width: 30%;
}

ul.contact-form li.city,
ul.contact-form li.state {
  width: 40%;
}

ul.contact-form li.zipcode {
  width: 20%;
}

ul.contact-form li.age {
  width: 16%;
}

ul.contact-form li.typewound {
  width: 50%;
}

ul.contact-form select {
  width: 100%;
}

ul.contact-form input,
ul.contact-form select {
  border-radius: 6px !important;
  border-color: #40444d !important;
}

ul.contact-form input::placeholder,
ul.contact-form select {
  color: #40444d;
}

.duo-block .top .title {
  text-align: center;
}

/*.duo-block .bottom .title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  color: #197d8e;
  font-family: 'EB Garamond';
}*/

.duo-block .bottom ol {
  padding-left: 0;
}

.duo-block .bottom ol li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}

.duo-block .bottom ol li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #2097ad;
  font-size: 20px;
}

.duo-block .bottom ol li strong {
  color: #2097ad;
}

.duo-block .bottom .left.invert {
  order: 3;
}

.duo-block p {
  margin-bottom: 20px;
}

.duo-block .top .content-wrap {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.duo-block .row+.row {
  padding-top: 60px;
}

.duo-block .bottom .content-wrap {
  text-align: left;
}

.duo-block .bottom ol li+li {
  margin-top: 20px;
}

@media(max-width: 767px) {
  .duo-block .bottom .left .img {
    margin-bottom: 30px;
    text-align: center;
  }

  .duo-block .bottom .left .img img {
    width: 100%;
    max-width: 450px;
  }

  .duo-block .bottom .right {
    order: 4;
  }
}


.header .header-wrap .top {
  padding: 0;
  background-color: #182e44;
}

.desktop-view ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #f0e3d1;
  font-weight: 400;
}

.header .header-wrap .top a {
  color: #ffffff;
}

.header .header-wrap .top a:hover,
.header .header-wrap .top a:active,
.header .header-wrap .top a:focus {
  color: #b2dfe2;
}

.desktop-view ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .header .header-wrap .top {
    display: none;
  }

  .header-social-wrap,
  .header-phone-wrap {
    display: none;
  }
}

.header .top ul li {
  margin: 0;
}

.careers .row+.row {
  padding-top: 40px;
}

.content.careers .faq-item {
  max-width: 100% !important;
}

.content.careers .career-form-wrap {
  padding-top: 40px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.content.careers .career-form-wrap ul,
.content.careers .career-form-wrap ul ul,
.content.careers .content-wrap .wpcf7 ul,
.content.careers .content-wrap .wpcf7 ul ul {
  left: 0;
}

.content.careers .content-wrap .wpcf7 {
  display: inline-block;
  max-width: calc(100% - 700px);
}

.content.careers .content-wrap .wpcf7 p {
  margin-bottom: 0;
}

.list-form-items .form-item textarea {
  width: 100%;
  border: 1px solid #40444d;
  padding: 8px 10px;
  line-height: 20px;
  max-height: 120px;
  resize: none;
  border-radius: 6px;
  font-weight: 300;
  font-size: 16px;
}

ul.contact-form textarea::placeholder {
  color: #40444d;
}

.before-line-break {
  display: none;
}

@media (max-width: 991px){
  #menu-footer-menu .menu-separator {
    display: none;

  }
  .footer .footer-menu li {
    display: block!important;
  }
  ul#menu-footer-menu li {
    margin-left: 0;
  }
}

.trio-a .title {
  text-align: center;
}

.trio-a {
  padding: 100px 0;
}

.trio-a .content-wrap {
  text-align: center;
}

@media (min-width: 768px) {

  .trio-a .content-wrap{
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
}

.trio-a .row+.row {
  padding-top: 60px;
}

.trio-a .img-wrap {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .trio-a .col-md-4+.col-md-4 {
    padding-top: 30px;
  }
}

.trio-a+.faq {
  padding-top: 0;
}

.trio-a .sub-title {
  font-size: 26px;
  line-height: 32px;
  color: #2097ad;
}

.module-logo-bg {
  background: url(./assets/images/logo-background.svg);
  background-position: -9% 300%;

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 1020px;
}
#top-duo .top .title {
  font-family: 'EB Garamond';
  font-size: 52px;
  line-height: 58px;
  font-weight: 600;
}

#top-duo + #our-services.trio-a {
  padding-top: 0;
}



#cta.module-cta .container-fluid {
    padding: 40px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    z-index: 2;
}