/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
 * Critical CSS
 * Stylesheet for Elements above the fold
 * Header | Navigation | Banner
 * If there are additional stylings that need to be added, 
 * kindly remove it from other scss file to avoid duplicate 
 */
.header {
  padding: 0;
  background-color: var(--header-bg-color);
}

.header .top-header-mobile {
  display: block;
  padding-top: 26px;
  padding-bottom: 34px;
}

@media (max-width: 991px) {
  .header .top-header-mobile {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header .top-header-mobile {
    display: none;
  }
}
.header .top-header-mobile .wpml-ls-link {
  display: none;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .wpml-ls-link {
    display: flex;
    border-radius: 10px;
    border: 1px solid #1382C0;
    background: #fff;
    color: #082355;
    font-family: var(--main-font), sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 60px;
    height: 53px;
    align-items: center;
    justify-content: space-evenly;
    /*position: absolute;*/
    /*right: 0px;*/
  }
  .header .top-header-mobile .wpml-ls-link:hover {
    background: var(--color-tertiary);
    color: #fff;
  }
}
@media (max-width: 991px) {
  .header .top-header-mobile .container {
    max-width: 760px;
  }
}
@media (max-width: 767px) {
  .header .top-header-mobile .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.header .top-header-mobile .container .mobile-top-section {
  padding-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-top-section {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: initial;
  }
}
.header .top-header-mobile .container .mobile-top-section .request-number {
  color: #082355;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  width: 140px;
}

@media screen and (min-width: 992px) {
  .header .top-header-mobile .container .mobile-top-section .request-number {
    width: 150px;
  }
}
.header .top-header-mobile .container .mobile-top-section .contact-phone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-top-section .contact-phone {
    justify-content: initial;
    margin-top: initial;
    margin-bottom: initial;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.header .top-header-mobile .container .mobile-top-section .contact-phone .white-box {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 30, 71, 0.2);
  padding: 11px 22px 9px 22px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-top-section .contact-phone .white-box {
    padding: 11px 16px 9px 18px;
  }
}
.header .top-header-mobile .container .mobile-top-section .contact-phone .white-box img {
  position: relative;
  top: 5px;
}

.header .top-header-mobile .container .mobile-top-section .contact-phone .blue-box {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #0b77e4;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 26px 8px 26px;
  margin-top:0px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-top-section .contact-phone .blue-box {
    padding: 10px 15px 8px 15px;
  }
}
.header .top-header-mobile .container .mobile-top-section .contact-phone .blue-box small {
  display: block;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.84px;
  text-transform: uppercase;
  text-align: left;
}

.header .top-header-mobile .container .mobile-top-section .podcast-content {
  max-width: 320px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-top-section .podcast-content {
    max-width: auto;
    justify-content: initial;
    display: initial;
    align-items: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
.header .top-header-mobile .container .mobile-top-section .podcast-content .podcast-box {
  color: #082355;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.5px;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #1382C0;
  background: #fff;
  padding: 14px 10px 14px 10px;
  display: flex;
  align-items: center;
  /*width: 326px;*/
  width: 240px;
  margin-right: auto;
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 350px) {
  .header .top-header-mobile .container .mobile-top-section .podcast-content .podcast-box {
    width: 100%;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-top-section .podcast-content .podcast-box {
    width: 240px;
    margin-left: auto;
    padding: 14px 14px;
    margin-left: initial;
    margin-right: initial;
    padding-right: initial;
  }
}
.header .top-header-mobile .container .mobile-top-section .podcast-content .podcast-box img {
  margin-left: 0px;
  margin-right: 12px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-top-section .podcast-content .podcast-box img {
    margin-left: 0px;
    margin-right: 10px;
  }
}
.header .top-header-mobile .container .mobile-top-section .podcast-content .wpml-ls-link {
  display: flex;
  border-radius: 10px;
  border: 1px solid #1382C0;
  background: #fff;
  color: #082355;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 64px;
  height: 66px;
  align-items: center;
  justify-content: center;
}

.header .top-header-mobile .container .mobile-top-section .podcast-content .wpml-ls-link:hover {
  background: var(--color-tertiary);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-top-section .podcast-content .wpml-ls-link {
    display: none;
  }
}
.header #nav-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.header #nav-mobile .site-logo {
  padding: 0;
  z-index: 99;
  max-width: 260px;
}

@media screen and (min-width: 360px) {
  .header #nav-mobile .site-logo {
    max-width: 260px;
  }
}
@media screen and (min-width: 480px) {
  .header #nav-mobile .site-logo {
    max-width: 380px;
  }
}
.header .top-header-desktop {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop {
    display: block;
  }
}
.header .top-header-desktop .logo {
  background-color: white;
  padding: 20px 20px 16px 0px;
}

.header .top-header-desktop .site-logo {
  display: block;
  position: relative;
}

.header .top-header-desktop .site-logo img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.header .top-header-desktop .phone-section {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section {
    justify-content: center;
  }
}
.header .top-header-desktop .phone-section .podcast-content .podcast {
  border-radius: 10px;
  border: 1px solid #1382C0;
  background: #fff;
  color: #082355;
  font-family: var(--main-font), sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.5px; /* 132.143% */
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 250px;
  display: flex;
  align-items: center;
  padding: 10px 13px;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section .podcast-content .podcast {
    font-size: 13px;
    letter-spacing: 2px;
    max-width: 277px;
    padding: 11px 13px;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .phone-section .podcast-content .podcast {
    font-size: 14px;
    letter-spacing: 2px;
    max-width: 285px;
  }
}
.header .top-header-desktop .phone-section .podcast-content .podcast img {
  margin-right: 13px;
}

.header .top-header-desktop .phone-section .podcast-content .podcast:hover {
  background: #0b77e4;
  border: 1px solid #fff;
  color: #fff;
}

.header .top-header-desktop .phone-section .podcast-content .podcast:hover img {
  filter: brightness(0) invert(1);
}

.header .top-header-desktop .phone-section .request-number {
  color: #082355;
  text-align: right;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  width: 175px;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section .request-number {
    font-size: 21px;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .phone-section .request-number {
    font-size: 22px;
    width: 178px;
  }
}
.header .top-header-desktop .phone-section .contact-phone {
  border-radius: 10px;
  /*border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;*/
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 30, 71, 0.2);
  color: var(--color-secondary);
  font-family: var(--main-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  padding-right: 16px;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section .contact-phone {
    font-size: 30px;
    padding-left: 14px;
    margin-right: 14px;
    margin-left: 14px;
    padding-right: initial;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .phone-section .contact-phone {
    font-size: 32px;
    padding-left: 16px;
    margin-right: 19px;
    margin-left: 19px;
  }
}
.header .top-header-desktop .phone-section .contact-phone:hover {
  background: var(--color-tertiary);
  color: #fff;
}

.header .top-header-desktop .phone-section .contact-phone span {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: var(--color-tertiary);
  margin-left: 13px;
  padding-left: 13px;
  padding-right: 13px;
  /**/
  position: absolute;
  right: -40px;
  top: -6px;
  transform: scale(0.8);
  /*
  &:hover {
      background: $white;
      img {
          filter: brightness(0) saturate(100%) invert(33%) sepia(88%) saturate(1375%) hue-rotate(188deg) brightness(96%) contrast(95%);
      }
  }
  */
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section .contact-phone span {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 13px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 11px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .phone-section .contact-phone span {
    margin-left: 22px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 11px;
  }
}
.header .top-header-desktop .phone-section .wpml-ls-link {
  border-radius: 10px;
  border: 1px solid #1382C0;
  background: #fff;
  color: #082355;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 64px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  right: -5px;
}


.wpml-ls-link span {
  vertical-align: middle;
  padding-left: 4px;
}
ul.col-md-6 {
  padding-left: 32px !important;
}
@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section .wpml-ls-link {
    position: initial;
    right: 0px;
    height: 59px;
  }
}
.header .top-header-desktop .phone-section .wpml-ls-link:hover {
  background: var(--color-tertiary);
  color: #fff;
}

.header .top-header-desktop .desktop-menu {
  position: relative;
}

.header .top-header-menu {
  border-top: 1px solid #D4D4D4;
  display: none;
}

@media screen and (min-width: 1200px) {
  .header .top-header-menu {
    display: block;
  }
}
.wpml-ls-legacy-list-horizontal {
  padding: 0px;
  border: 0px;
}

@media screen and (min-width: 768px) {
  .wpml-ls-legacy-list-horizontal {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .wpml-ls-legacy-list-horizontal {
    position: initial;
    right: initial;
  }
}
.hero {
  padding-top: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    background-position: center;
  }
}
@media screen and (min-width: 1600px) {
  .hero {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.hero .container {
  height: 80%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .hero .container {
    justify-content: left;
  }
}
.hero .container.pd {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .hero .container.pd {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .container.pd {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.hero .container .banner-subtitle {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 150% */
}

@media screen and (min-width: 1400px) {
  .hero .container .banner-subtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .container .content {
    padding-left: 18px;
  }
}
.hero .container .content h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}

@media screen and (min-width: 480px) {
  .hero .container .content h1 {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero .container .content h1 {
    margin-bottom: 20px;
    max-width: 890px;
  }
}
.hero-home {
  position: relative;
  display: flex;
  align-items: end;
  background-position: center;
  height: 291px;
}

@media screen and (min-width: 1200px) {
  .hero-home {
    /*height: 633px;  */
    height: 620px;
    align-items: center;
  }
}
.hero-home .banner-content {
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-content {
    display: block;
    max-width: 700px;
    padding-top: 65px;
  }
}
.hero-home .banner-content .banner-title {
  color: var(--color-secondary);
  font-family: var(--main-font), sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 77.5px;
  padding-bottom: 25px;
}

.hero-home .banner-content .banner-subtitle {
  color: #2D2D2D;
  font-family: var(--secondary-font), sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

@media screen and (min-width: 1400px) {
  .hero-home .banner-content .banner-subtitle {
    font-size: 28px;
  }
}
.hero-home .banner-content .banner-subtitle span {
  color: #007fc7;
}

.hero-home .banner-content .hero__content p {
  color: #2D2D2D;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.5px; /* 180.435% */
  margin-bottom: 26px;
}

@media screen and (min-width: 1400px) {
  .hero-home .banner-content .hero__content p {
    font-size: 23px;
  }
}
.hero-home .banner-video-poster {
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-video-poster {
    display: block;
    padding-top: 26px;
    max-width: 500px;
  }
}
.hero-home .banner-video-poster a {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center !important;
}

.hero-home .banner-video-poster a img {
  margin-right: 25px;
}

.hero-home .banner-video-poster a span {
  color: #082355;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-home .btn {
  border-radius: 15px;
  border: 4px solid #0b77e4;
  background: #0054A8;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 485px;
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 10px;
}

.hero-home .btn:after {
  content: url(../images/icons/hero-icon-button.svg);
  position: relative;
  top: 2px;
  padding-left: 22px;
  padding-right: 0px;
}

.hero-home .es-content {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  line-height: 41.5px;
  width: 230px;
  margin-left: auto;
  margin-right: 50px;
  position: relative;
  top: -55px;
}

.hero-home .es-content a {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .hero-home .es-content a {
    text-decoration: underline;
  }
}
.hero-home .es-content.dsk {
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero-home .es-content.dsk {
    display: block;
  }
}
.hero-home .es-content.mb {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  top: -5px;
}

@media screen and (min-width: 1200px) {
  .hero-home .es-content.mb {
    display: none;
  }
}
.mb-content {
  padding-top: 25px;
  padding-bottom: 40px;
  display: block;
  background: url(../images/bg-hero-white-mobile.jpg);
  background-position: bottom center;
  background-size: cover;
  background-position: bottom -160px left 0px;
}

@media (max-width: 767px) {
  .mb-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .mb-content {
    background-size: initial;
    background-position: center !important;
  }
}
@media (max-width: 1024px) {
  .mb-content {
    background: url(../images/bg-hero-white-tablet.jpg);
    background-position: center;
  }
}
@media (max-width: 499px) {
  .mb-content {
    background-size: cover;
  }
}
@media (max-width: 1194px) {
  .mb-content {
    background-position: bottom -160px left 0px;
  }
}
.mb-content .banner-title {
  color: var(--color-secondary);
  text-align: left;
  font-family: var(--main-font), sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px; /* 127.778% */
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .mb-content .banner-title {
    text-align: center;
    margin-bottom: 14px;
  }
}
.mb-content .banner-subtitle {
  color: #2D2D2D;
  text-align: left;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .mb-content .banner-subtitle {
    text-align: center;
    margin-bottom: 14px;
  }
}
.mb-content .banner-subtitle span {
  color: #007fc7;
}

.mb-content .hero__content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.mb-content .hero__content p {
  color: #2D2D2D;
  text-align: left;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 150% */
}

@media screen and (min-width: 768px) {
  .mb-content .hero__content p {
    text-align: center;
  }
}
.mb-content .btn {
  border-radius: 15px;
  border: 4px solid #0b77e4;
  background: #0054A8;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  color: #fff;
  text-align: left;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .mb-content .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    max-width: 469px;
    text-align: center;
  }
}
.mb-content .btn:after {
  content: url(../images/icons/hero-icon-button.svg);
  position: relative;
  top: 2px;
  padding-left: 12px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .mb-content .btn:after {
    padding-left: 12px;
    padding-right: 0px;
  }
}
.mb-content .btn-play {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mb-content .btn-play img {
  margin-right: 25px;
}

.mb-content .btn-play span {
  color: #082355;
  text-align: left;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .mb-content .btn-play span {
    letter-spacing: 2px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .mb-content {
    display: none;
  }
}
.hero-bio {
  background-size: cover !important;
  min-height: 660px;
  padding: 80px 0 160px 0;
}

@media screen and (min-width: 1200px) {
  .hero-bio {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 83px), 0 100%);
  }
}
@media (max-width: 991px) {
  .hero-bio {
    min-height: 520px;
  }
}
.hero-bio .bio-excerpt {
  color: #353535;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 37px;
  text-align: left;
  padding-top: 10px;
}

.hero-bio .col-right {
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .hero-bio .col-right {
    margin-bottom: 45px;
  }
}
.hero-bio .col-right .text-wrap {
  max-width: 553px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .hero-bio .col-right .text-wrap {
    margin-right: initial;
  }
}
.hero-bio .col-right .text-wrap .banner-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.96px;
  line-height: 60px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .text-wrap .banner-title {
    font-size: 54px;
  }
}
.hero-bio .col-right .text-wrap .banner-title:after {
  width: 100px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-right .text-wrap .banner-title:after {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .col-right .text-wrap .banner-title:after {
    margin-top: 15px;
  }
}
.hero-bio .col-right .text-wrap .position {
  color: #7dbeef;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.83px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

.hero-bio .col-right .text-wrap ul {
  margin-top: 17px;
  margin-bottom: 26px;
  margin-left: 0;
  padding-left: 0;
}

.hero-bio .col-right .text-wrap ul li {
  font-size: 17px;
  font-weight: 500;
  color: #908f8c;
  margin-bottom: 0;
  line-height: normal;
  padding: 12px 0;
  border-bottom: 2px dashed #e0e0d8;
}

.hero-bio .col-right .text-wrap ul li:first-of-type {
  border-top: 2px dashed #e0e0d8;
}

.hero-bio .col-right .text-wrap ul li a {
  color: #4164f2;
  display: inline-block;
}

.hero-bio .col-right .text-wrap ul li.phone {
  background-size: 20px 20px;
}

.hero-bio .col-right .text-wrap ul li.fax {
  background-size: 25px 25px;
}

.hero-bio .col-right .text-wrap ul li.email {
  background-size: 20px 15px;
}

@media (max-width: 991px) {
  .hero-bio .col-right .text-wrap .btn-std {
    width: 100%;
    max-width: 370px;
    font-size: 12px;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: #0b77e4;
  padding: 8px;
  border-radius: 0;
  border: 2px solid #0b77e4;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  height: 45px;
  width: 45px;
  display: none;
}

@media screen and (min-width: 768px) {
  .close__mobileMenu {
    margin-right: 74px;
  }
}
.close__mobileMenu .x {
  display: block;
  background-color: white;
  width: 26px;
  height: 4px;
  transition: all ease-in 0.5s;
  position: relative;
  top: 2px;
}

.close__mobileMenu .x:first-child {
  transform: rotate(45deg);
}

.close__mobileMenu .x:last-child {
  transform: translate(0px, -4px) rotate(-45deg);
}

.mm-ocd-opened .mobile-button {
  display: none;
}

.mm-ocd-opened .close__mobileMenu {
  display: block;
}

.mobile-button {
  margin-right: 0px;
  border: 0px;
  height: 50px;
  width: 50px;
  border-radius: 8px;
  background: #0b77e4 url(../images/icons/hamburger-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
      .mobile-button {
        position: absolute;
        right: 0;
      }
}
@media screen and (min-width: 768px) {
  .mobile-button {
    margin-right: 74px;
 
  }
}
.mobile-button .menu__bar {
  background-color: white;
  height: 3px;
  width: 22px;
  display: block;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background: none;
}

.mobile-button .menu__bar:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .mobile-button:before {
    content: "Menu";
    position: absolute;
    /*right: 60px;*/
    color: #082355;
    font-family: var(--main-font), sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    right: 136px;
  }
}
#nav-mobile .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  max-width: 180px;
  width: 100%;
}

#nav-mobile .navbar-toggler {
  background: black;
}

#nav-mobile .navbar-toggler.collapsed .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurger.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

#nav-mobile .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurgerClose.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
/**
 Desktop menu styles
*/
.menu-container {
  width: 100%;
  margin: 0 auto;
}

#nav-desktop {
  padding: 0px;
}

#nav-desktop .menu-container {
  padding-right: 0;
}

#nav-desktop ul#menu-header-menus-1,
#nav-desktop ul#menu-main-menu-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav-desktop ul#menu-header-menus-1 > .nav-item.current-menu-item .nav-link,
#nav-desktop ul#menu-main-menu-1 > .nav-item.current-menu-item .nav-link {
  color: var(--header-main-m-current-color);
}

#nav-desktop ul#menu-header-menus-1 > .nav-item:last-child .nav-link:before,
#nav-desktop ul#menu-main-menu-1 > .nav-item:last-child .nav-link:before {
  display: none;
}

#nav-desktop .nav-item {
  margin-bottom: 0;
}

#nav-desktop .nav-item:before {
  display: block;
  height: 21px;
  width: 1px;
  background-color: #D4D4D4;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  z-index: 4;
}

#nav-desktop .nav-item:last-child:before {
  display: none;
}

#nav-desktop .nav-item .nav-link {
  padding: 0px 34px;
  position: relative;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item .nav-link {
    padding: 0px 45px;
  }
}
@media screen and (min-width: 1440px) {
  #nav-desktop .nav-item .nav-link {
    padding: 0px 48px;
  }
}
#nav-desktop .nav-item .nav-link:hover:after {
  display: block;
  width: 90%;
  height: 7px;
  background-color: var(--color-tertiary);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
}

#nav-desktop .nav-item .nav-link:before {
  height: 17px;
  background: transparent;
  content: "";
  width: 100%;
  top: -22px;
  position: absolute;
}

#nav-desktop .nav-item .dropdown-toggle:hover:after {
  display: block;
  width: 90%;
  height: 7px;
  background-color: var(--color-tertiary);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
  border: 0px;
}

#nav-desktop .nav-item .dropdown-toggle:after {
  display: none;
}

#nav-desktop .nav-item.active:after {
  display: block;
  width: 100%;
  height: 7px;
  background-color: var(--color-tertiary);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
}

#nav-desktop .nav-item:hover > .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item:last-child .nav-link:before {
  display: none;
}

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding-top: 20px;
  padding-bottom: 18px;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  letter-spacing: 0.57px;
  font-weight: 600;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
}

#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: var(--header-main-m-hover-color);
}

#nav-desktop .nav-item .nav-link:active {
  color: var(--header-main-m-active-color);
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 16px;
  }
}
#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 14rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #353535;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  border-radius: 5px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  margin-top: 12px;
  padding-left: 8px;
  padding-right: 8px;
}

#nav-desktop .nav-item .dropdown-menu .dropdown-menu {
  top: 0px;
  left: 214px;
}

#nav-desktop .nav-item .dropdown-menu .dropdown-menu .menu-item .nav-link {
  background: none;
  color: #041E42;
}

#nav-desktop .nav-item .dropdown-menu .dropdown-menu .menu-item .nav-link:hover {
  background: #0b77e4;
  color: #fff;
}

#nav-desktop .nav-item .dropdown-menu .nav-item:before {
  display: none;
}

#nav-desktop .nav-item .dropdown-menu li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D0D0D0;
}

#nav-desktop .nav-item .dropdown-menu li:last-child:after {
  display: none;
}

#nav-desktop .nav-item .dropdown-menu li a {
  padding-left: 10px;
  padding-right: 10px;
  color: #041E42;
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 125% */
  text-transform: initial;
}

#nav-desktop .nav-item .dropdown-menu li a:after {
  display: none !important;
}

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
  border-radius: 6px;
  background: #0b77e4;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  text-transform: initial;
}

#nav-desktop .nav-item .dropdown-menu li:hover:after, #nav-desktop .nav-item .dropdown-menu li:focus:after {
  display: none !important;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: var(--header-sub-link-active);
}

.mm-spn.mm-spn--navbar:after {
  opacity: 1 !important;
}

.mm-spn.mm-spn--light {
  background: #0b77e4 !important;
}

.mm-spn.mm-spn--navbar ul:before {
  opacity: 1 !important;
  color: #fff;
}

.mm-spn li:before {
  opacity: 1 !important;
  color: white;
}

.mm-spn li:after {
  opacity: 1 !important;
  color: #fff;
}

.mm-spn li.current-menu-item a {
  color: #fff !important;
  font-weight: 600;
}

.mm-spn.mm-spn--navbar:before,
.mm-spn a:not(:last-child):after {
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .horizontal-cta .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.horizontal-cta .container .col-10 {
  position: relative;
  margin-top: -128px;
  width: 98%;
}

@media screen and (min-width: 768px) {
  .horizontal-cta .container .col-10 {
    width: 83.3333333333%;
  }
}
.horizontal-cta .container .col-10 .cta-content {
  background: #fff;
  padding: 30px 0px 0px 0px;
  border-radius: 15px;
  box-shadow: 0px 0px 50px 0px rgba(0, 19, 46, 0.15);
  text-align: center;
}

@media screen and (min-width: 992px) {
  .horizontal-cta .container .col-10 .cta-content {
    text-align: left;
    background: #fff url(../images/cta-background.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding: 40px 20px 40px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 50px 0px rgba(0, 19, 46, 0.15);
  }
}
@media screen and (min-width: 1200px) {
  .horizontal-cta .container .col-10 .cta-content {
    padding: 40px 20px 40px 30px;
  }
}
@media screen and (min-width: 1400px) {
  .horizontal-cta .container .col-10 .cta-content {
    padding: 40px 20px 40px 50px;
  }
}
.horizontal-cta .container .col-10 .cta-content .title {
  color: #082355;
  font-family: var(--main-font), sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

@media screen and (min-width: 992px) {
  .horizontal-cta .container .col-10 .cta-content .title {
    max-width: 340px;
    text-align: left;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.5px; /* 126.389% */
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .horizontal-cta .container .col-10 .cta-content .title {
    font-size: 36px;
  }
}
.horizontal-cta .container .col-10 .cta-content .btn {
  border-radius: 5px;
  border: 2px solid #0b77e4;
  background: #0054A8;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 25px;
  margin-bottom: 16px;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}

@media screen and (min-width: 500px) {
  .horizontal-cta .container .col-10 .cta-content .btn {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .horizontal-cta .container .col-10 .cta-content .btn {
    letter-spacing: 1px;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  .horizontal-cta .container .col-10 .cta-content .btn {
    letter-spacing: 2px;
  }
}
.horizontal-cta .container .col-10 .cta-content .btn:hover {
  background: #0b77e4;
}

.horizontal-cta .container .col-10 .cta-content .btn:after {
  display: none;
}

.horizontal-cta .container .col-10 .cta-content span {
  color: #082355;
  font-family: var(--main-font), sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  display: block;
}

@media screen and (min-width: 992px) {
  .horizontal-cta .container .col-10 .cta-content span {
    display: flex;
    align-items: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .horizontal-cta .container .col-10 .cta-content span {
    font-size: 22px;
  }
}
.horizontal-cta .container .col-10 .cta-content span a {
  color: var(--color-secondary);
  font-family: var(--main-font), sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-left: 12px;
  display: block;
  margin-top: 8px;
}

@media screen and (min-width: 992px) {
  .horizontal-cta .container .col-10 .cta-content span a {
    display: initial;
    font-size: 27px;
    margin-top: initial;
  }
}
@media screen and (min-width: 1200px) {
  .horizontal-cta .container .col-10 .cta-content span a {
    font-size: 34px;
  }
}
.horizontal-cta .container .col-10 .cta-content span a:hover {
  color: #0b77e4;
}

.horizontal-cta .container .col-10:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
}

@media screen and (min-width: 992px) {
  .horizontal-cta .container .col-10:before {
    right: 30px;
    bottom: -4px;
    left: auto;
    transform: none;
  }
}
@media screen and (min-width: 1200px) {
  .horizontal-cta .container .col-10:before {
    right: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .horizontal-cta .container .col-10:before {
    right: 150px;
  }
}
.horizontal-cta .bg-bottom {
  background: url(../images/cta-background.jpg);
  height: 310px;
  display: block;
  background-repeat: repeat-x;
  background-position: bottom;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media screen and (min-width: 992px) {
  .horizontal-cta .bg-bottom {
    display: none;
  }
}
.podcast {
  padding-top: 20px;
  padding-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .podcast {
    padding-bottom: 112px;
  }
}
.podcast .container {
  box-shadow: 0px 0px 30px 0px rgba(0, 19, 46, 0.25);
  border-radius: 15px;
  width: 334px;
}

@media screen and (min-width: 550px) {
  .podcast .container {
    width: 81%;
  }
}
@media screen and (min-width: 768px) {
  .podcast .container {
    width: 100%;
  }
}
.podcast .container .first-col {
  padding-top: 320px;
  padding-bottom: 25px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  background: #fff url(../images/podcast-bg-mobile.jpg);
  background-repeat: no-repeat;
  width: 100%;
}

@media screen and (min-width: 550px) {
  .podcast .container .first-col {
    padding: 85px 40px 65px 40px !important;
    background: #fff url(../images/podcast-blue-bg.jpg);
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .podcast .container .first-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .podcast .container .first-col {
    width: 50%;
    padding: 50px 40px !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
  }
}
.podcast .container .first-col .image-right img {
  display: none;
  /*@media screen and (min-width: 768px) {*/
}

@media screen and (min-width: 550px) {
  .podcast .container .first-col .image-right img {
    position: relative;
    max-width: 130%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .podcast .container .first-col .image-right img {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .podcast .container .first-col .image-right img {
    max-width: 100%;
  }
}
.podcast .container .first-col .text-left {
  text-align: center;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .podcast .container .first-col .text-left {
    padding-right: 10px;
    max-width: 260px;
    text-align: right;
  }
}
.podcast .container .first-col .text-left .title {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 45.5px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .podcast .container .first-col .text-left .title {
    font-size: 34px;
    line-height: 40.5px;
    padding-bottom: 27px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .podcast .container .first-col .text-left .title {
    font-size: 46px;
    line-height: 49.5px;
  }
}
.podcast .container .first-col .text-left .title:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 85%;
  height: 1px;
  bottom: 0px;
  right: 0px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .podcast .container .first-col .text-left .title:after {
    left: auto;
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .podcast .container .first-col .text-left .title:after {
    width: 195px;
  }
}
@media screen and (min-width: 1200px) {
  .podcast .container .first-col .text-left .title:after {
    width: 235px;
  }
}
.podcast .container .first-col .text-left .signature {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
  .podcast .container .first-col .text-left .signature {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .podcast .container .first-col .text-left .signature {
    text-align: right;
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .podcast .container .first-col .text-left .signature {
    font-size: 22px;
  }
}
.podcast .container .last-col {
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .podcast .container .last-col {
    width: 50%;
  }
}
.podcast .container .last-col .description {
  padding: 20px 22px 30px 22px;
}

@media screen and (min-width: 768px) {
  .podcast .container .last-col .description {
    padding: 36px 22px 37px 22px;
  }
}
@media screen and (min-width: 992px) {
  .podcast .container .last-col .description {
    padding: 25px 10px 37px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .podcast .container .last-col .description {
    padding: 45px 30px 45px 30px;
  }
}
@media screen and (min-width: 1400px) {
  .podcast .container .last-col .description {
    padding: 45px 25px 45px 65px;
  }
}
@media screen and (min-width: 1440px) {
  .podcast .container .last-col .description {
    padding: 45px 45px 45px 45px;
  }
}
.podcast .container .last-col .description .btn {
  margin-top: 0px;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .podcast .container .last-col .description .btn {
    margin-top: 12px;
    padding-left: 20px;
  }
}
.closing-section {
  padding-top: 20px;
}

@media screen and (min-width: 992px) {
  .closing-section {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .closing-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.closing-section .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 992px) {
  .closing-section .col-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.closing-section .bg-content {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 19, 46, 0.15);
  background-repeat: no-repeat !important;
  background-position: right -180px top 0px !important;
}

@media screen and (min-width: 1200px) {
  .closing-section .bg-content {
    background-position: right -90px top 0px !important;
  }
}
@media screen and (min-width: 1400px) {
  .closing-section .bg-content {
    background-position: right !important;
  }
}
.closing-section .bg-content .content {
  max-width: 100%;
  padding: 30px 25px 10px 25px;
}

@media screen and (min-width: 768px) {
  .closing-section .bg-content .content {
    padding: 40px 25px 10px 25px;
  }
}
@media screen and (min-width: 992px) {
  .closing-section .bg-content .content {
    max-width: 500px;
    padding: 40px 0px 29px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .closing-section .bg-content .content {
    padding: 53px 0px 46px 30px;
    max-width: 585px;
  }
}
@media screen and (min-width: 1400px) {
  .closing-section .bg-content .content {
    max-width: 672px;
    padding: 53px 0px 46px 101px;
  }
}
.closing-section .bg-content .content p {
  font-size: 17px;
}

@media screen and (min-width: 1200px) {
  .closing-section .bg-content .content p {
    font-size: 18px;
  }
}
.closing-section .bg-content .content h2 {
  color: #082355;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .closing-section .bg-content .content h2 {
    color: #373737;
    text-align: left;
  }
}
.closing-section .bg-top {
  display: block;
  height: 300px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover !important;
}

@media screen and (min-width: 992px) {
  .closing-section .bg-top {
    display: none;
  }
}
.cw_video_open_popup_customized {
  margin-bottom: initial !important;
  display: initial !important;
}

.search .hero,
.page-template-contact .hero,
.archive .hero,
.error404 .hero,
.blog .hero {
  display: none;
}

.search .breadcrumb-container,
.page-template-contact .breadcrumb-container,
.archive .breadcrumb-container,
.error404 .breadcrumb-container,
.blog .breadcrumb-container {
  border-top: 1px solid #D4D4D4;
}

.search .breadcrumb-container .container,
.page-template-contact .breadcrumb-container .container,
.archive .breadcrumb-container .container,
.error404 .breadcrumb-container .container,
.blog .breadcrumb-container .container {
  padding-top: 20px;
}

.search .breadcrumb span,
.page-template-contact .breadcrumb span,
.archive .breadcrumb span,
.error404 .breadcrumb span,
.blog .breadcrumb span {
  color: var(--color-secondary);
}

.search .breadcrumb a,
.page-template-contact .breadcrumb a,
.archive .breadcrumb a,
.error404 .breadcrumb a,
.blog .breadcrumb a {
  color: var(--color-primary) !important;
}

.search .breadcrumb a:after,
.page-template-contact .breadcrumb a:after,
.archive .breadcrumb a:after,
.error404 .breadcrumb a:after,
.blog .breadcrumb a:after {
  color: var(--color-primary) !important;
}

.search .sidebar .toc,
.page-template-contact .sidebar .toc,
.archive .sidebar .toc,
.error404 .sidebar .toc,
.blog .sidebar .toc {
  display: none;
}

@media (max-width: 767px) {
  .blog .main-content {
    padding-top: 10px;
  }
}
html:lang(es-ES) .page-template-es-archive-attorney .hero {
  display: none;
}

html:lang(es-ES) .page-template-es-archive-attorney h1 {
  text-align: left;
}

html:lang(es-ES) .page-template-es-archive-attorney .grid-attorney .attorney-item {
  position: relative;
  max-width: 385px;
}

html:lang(es-ES) .page-template-es-archive-attorney .grid-attorney .attorney-item .attorney-block {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0px;
  background: rgba(0, 72, 144, 0.4509803922);
  width: 100%;
  color: white;
  text-align: center;
}

html:lang(es-ES) .page-template-es-archive-attorney .grid-attorney .attorney-item .attorney-block .title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-bottom: 8px;
  padding-top: 10px;
  text-align: center;
}

html:lang(es-ES) .page-template-es-archive-attorney .grid-attorney .attorney-item .attorney-block h4 {
  color: #fff;
}

html:lang(es-ES) .page-template-es-archive-attorney .grid-attorney .attorney-item .attorney-block p {
  margin-bottom: 10px;
  text-align: center;
  color: white;
}

html:lang(es-ES) .page-template-es-archive-attorney .sidebar .sidebar-item:first-child {
  display: none;
}

.otgs-development-site-front-end,
.wpml-ls-statics-footer {
  display: none;
}

@media (max-width: 767px) {
  .search .main-content {
    padding-top: 20px;
  }
}
.search .hero {
  display: none;
}

.search h1 {
  margin-bottom: 45px;
}

.search .content .post-excerpt {
  background: #f4f4f4;
  border: 1px solid #d8d9d9;
  padding: 27px;
  margin-bottom: 40px;
}

.search .content .post-excerpt .blog-post {
  border: 0px;
}

.search .content .post-excerpt h2 a {
  color: var(--color-primary);
}

.search .content .post-excerpt h2 a:hover {
  color: var(--color-secondary);
}

.search .content .post-excerpt .image-holder {
  margin-bottom: 20px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

.search .content .post-excerpt .image-holder img {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
  max-height: 350px;
  width: auto;
}

.search .content .post-excerpt .btn-read-more-wrap {
  text-align: right;
}

.search .blog-pagination ul li span,
.search .blog-pagination ul li a {
  padding-left: 12px;
  padding-right: 12px;
}

.search .blog-pagination ul li:first-child {
  display: none;
}

@media screen and (max-width: 1200px) {
  .main-wrapper {
      background-size: 100% !important;
  }
  .search .content .post-excerpt .image-holder {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  .page-numbers li:nth-child(5), .page-numbers li:nth-child(6) {
    display: none !important;
  }
  }

  @media screen and (max-width: 320px) {
    .page-numbers li:nth-child(4) {
      display: none !important;
    }
    }
/*# sourceMappingURL=critical.css.map*/