/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.header.sticky-header-home, .header.sticky-header {
  transition: all 0.2s ease;
}

.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 
 */
html {
  margin-top: 0 !important;
}

body:not(.home) .header {
  background-color: #162d5d;
}

.header.header-interiors {
  background-image: url(../images/blue-pattern-bg.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: repeat-x;
}

@media (max-width: 767px) {
  .header.header-interiors {
    background-size: cover !important;
  }
}
@media (max-width: 767px) {
  .header {
    min-height: 117px;
    height: auto;
    background-color: #0b1e4b;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-image: none;
  }
}
.header .container {
  max-width: 1520px;
}

@media (min-width: 1620px) and (max-width: 1649px) {
  .header .container {
    margin-right: 0;
    padding-right: 0;
  }
}
.header .col-header {
  display: flex;
  justify-content: center;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .header .col-header {
    flex-direction: column;
  }
}
.header .col-header .col-left {
  padding-top: 12px;
}

@media (max-width: 1199px) {
  .header .col-header .col-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header .col-header .col-left .logo {
  max-width: 235px;
  width: 100%;
}

@media (max-width: 1365px) {
  .header .col-header .col-left .logo {
    max-width: 200px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .header .col-header .col-left .logo {
    max-width: 147px;
  }
}
.header .col-header .col-left .cta-header {
  display: none;
}

@media (max-width: 1199px) {
  .header .col-header .col-left .cta-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 25px;
  }
}
.header .col-header .col-left .cta-header ul {
  display: inline-flex;
}

.header .col-header .col-left .cta-header ul li {
  margin-right: 15px;
}

.header .col-header .col-left .cta-header ul li a {
  color: #5a6989;
  font-family: var(--main-font), sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.43px;
  line-height: 17px;
  width: 97px;
  height: 29px;
  border-radius: 6px;
  border: 1px solid #2f4169;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.home .header .col-header .col-left .cta-header ul li a {
  color: #cdd3d7;
  border: 1px solid #a0a8b9;
}

.home .header .col-header .col-left .cta-header ul li a:hover {
  color: white;
  border-color: white;
}

.header .col-header .col-left .cta-header ul li a:hover {
  color: white;
  border-color: white;
}

.header .col-header .col-left .cta-header .contact-phone {
  color: #ffd584;
  font-family: var(--main-font), sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}

.header .col-header .col-right {
  padding-top: 12px;
  max-width: 926px;
  margin-left: 15px;
  margin-right: 36px;
}

@media (max-width: 1365px) {
  .header .col-header .col-right {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .header .col-header .col-right {
    padding-top: 5px;
    max-width: unset;
  }
}
.header .col-header .col-right .cta-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .col-header .col-right .cta-header-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  height: 49px;
}

@media (max-width: 1199px) {
  .header .col-header .col-right .cta-header {
    display: none;
  }
}
.header .col-header .col-right .cta-header ul {
  display: inline-flex;
  margin-bottom: 14px;
}

.header .col-header .col-right .cta-header ul li {
  margin-right: 15px;
  margin-bottom: 0;
}

.header .col-header .col-right .cta-header ul li:last-of-type {
  margin-right: 0;
}

.header .col-header .col-right .cta-header ul li a {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 17px;
  width: 97px;
  height: 29px;
  border-radius: 6px;
  border: 1px solid #2f4169;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #A0A8B9;
}

.home .header .col-header .col-right .cta-header ul li a {
  color: #fff;
  border: 1px solid #A0A8B9;
}

.home .header .col-header .col-right .cta-header ul li a:hover {
  color: white;
  border-color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

.header .col-header .col-right .cta-header ul li a:hover {
  color: white;
  border-color: white;
}

.header .col-header .col-right .cta-header .contact-phone {
  color: #ffd584;
  font-family: var(--main-font), sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}

.header .col-header .cta-top-right {
  background: #FFD584;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  right: 0;
  top: 0;
  width: 311px;
  max-width: 311px;
  height: 96px;
  margin-top: 19px;
  border-radius: 55px;
  background: #70CFFA;
}

.header .col-header .cta-top-right__content {
  padding-right: 14px;
}

@media (max-width: 1365px) {
  .header .col-header .cta-top-right__content {
    padding-right: 5px;
  }
}
.header .col-header .cta-top-right .label-top,
.header .col-header .cta-top-right .label-bottom {
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  color: #152C5E;
  text-align: right;
  font-family: var(--main-font), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.6px;
}

@media (max-width: 1365px) {
  .header .col-header .cta-top-right .label-top,
.header .col-header .cta-top-right .label-bottom {
    font-size: 11px;
    letter-spacing: 0.2px;
  }
}
.header .col-header .cta-top-right a {
  color: var(--color-primary);
  font-family: var(--main-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 4px;
  display: block;
}

@media (max-width: 1365px) {
  .header .col-header .cta-top-right a {
    font-size: 20px;
    line-height: 23px;
  }
}
.header .col-header .cta-top-right .spoke-person__title {
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  line-height: 6px;
  letter-spacing: 2.64px;
  font-family: var(--main-font), sans-serif;
  text-align: right;
  margin-top: 9px;
}

@media (max-width: 1365px) {
  .header .col-header .cta-top-right .spoke-person-image {
    max-width: 70px;
    display: flex;
    align-items: end;
    height: 100%;
    width: 100%;
  }
}
.header.sticky-header-home, .header.sticky-header {
  width: 100%;
}

@media (max-width: 767px) {
  .header.sticky-header-home, .header.sticky-header {
    position: unset !important;
  }
}
.header.sticky-header-home.stuck, .header.sticky-header.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  background: #162d5d;
  z-index: 99;
  border-bottom: 1px solid #3f5481;
}

@media (max-width: 767px) {
  .header.sticky-header-home.stuck, .header.sticky-header.stuck {
    background-color: #0b1e4b;
  }
}
.header .top-header-desktop {
  padding-bottom: 20px;
  height: 136px;
}

.header .top-header-desktop__inner {
  position: relative;
}

.header .top-header-desktop__inner > .container-fluid {
  max-width: 1521px;
}

@media (min-width: 1620px) {
  .header .top-header-desktop__inner > .container-fluid {
    margin-right: 0;
  }
}
.header.sticky-enabled .top-header-desktop,
.header.sticky-enabled .top-header-tablet,
.header.sticky-enabled .top-header-mobile__main {
  background: linear-gradient(90deg, rgba(4, 14, 35, 0.93) 0%, rgba(23, 62, 146, 0.93) 100%);
  backdrop-filter: blur(7.5px);
}

.header.sticky-enabled .top-header-desktop,
.header.sticky-enabled .top-header-tablet,
.header.sticky-enabled .top-header-mobile__main {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header.sticky-enabled .top-header-mobile__topbar {
  display: none;
}

.top-header-tablet {
  background: linear-gradient(90deg, #040E23 0%, #173E92 100%);
  padding: 20px 0;
}

.top-header-tablet .container-fluid {
  max-width: 100%;
  padding: 0 30px;
}

.top-header-tablet__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-header-tablet__logo {
  flex-shrink: 0;
}

.top-header-tablet__logo img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .top-header-tablet__logo img {
    max-width: 150px;
  }
}
.top-header-tablet__call {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.top-header-tablet__call-label {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 2.24px;
}

@media (max-width: 991px) {
  .top-header-tablet__call-label {
    font-size: 12px;
  }
}
.top-header-tablet__call-phone {
  color: #70CFFA;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}

.top-header-tablet__call-phone:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .top-header-tablet__call-phone {
    font-size: 28px;
  }
}
@media (max-width: 850px) {
  .top-header-tablet__call-phone {
    font-size: 24px;
  }
}
.top-header-tablet__actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.top-header-tablet__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 28px;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.top-header-tablet__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

@media (max-width: 991px) {
  .top-header-tablet__btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  .top-header-tablet__btn {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.top-header-tablet__menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 54px;
  height: 54px;
  background: #70CFFA;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.top-header-tablet__menu-btn:hover {
  background: #5bc4f5;
}

.top-header-tablet__menu-btn span {
  display: block;
  width: 24px;
  height: 3px;
  background: #143769;
  border-radius: 2px;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .top-header-tablet__menu-btn {
    width: 48px;
    height: 48px;
  }
  .top-header-tablet__menu-btn span {
    width: 20px;
    height: 2px;
  }
}
.top-header-tablet__menu {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.top-header-tablet__menu .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.top-header-tablet__menu .navbar-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-header-tablet__menu .navbar-nav > li:last-child {
  border-bottom: none;
}

.top-header-tablet__menu .navbar-nav > li > a {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-header-tablet__menu .navbar-nav > li > a:hover {
  color: #70CFFA;
}

.top-header-mobile .container-fluid {
  max-width: 100%;
  padding: 0 15px;
}

.top-header-mobile__topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  background: #0F1832;
  padding: 10px 0;
  text-align: center;
}

.top-header-mobile__call-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  text-decoration: none;
}

.top-header-mobile__call-label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.24px;
  line-height: 12px;
}

@media (max-width: 375px) {
  .top-header-mobile__call-label {
    font-size: 13px;
  }
}
.top-header-mobile__call-phone {
  color: #70CFFA;
  font-size: 26px;
  font-weight: 800;
  transition: color 0.3s ease;
}

@media (max-width: 375px) {
  .top-header-mobile__call-phone {
    font-size: 23px;
  }
}
.top-header-mobile__call-link:hover .top-header-mobile__call-phone {
  color: #ffffff;
}

.top-header-mobile__main {
  background: transparent;
  padding: 12px 0;
}

.page-template-location .top-header-mobile__main {
  background: #162d5d;
}

.top-header-mobile__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.top-header-mobile__logo {
  flex-shrink: 0;
}

.top-header-mobile__logo img {
  max-width: 182px;
  width: 100%;
  height: auto;
}

.top-header-mobile__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

@media (max-width: 375px) {
  .top-header-mobile__actions {
    gap: 8px;
  }
}
.top-header-mobile__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.top-header-mobile__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

@media (max-width: 375px) {
  .top-header-mobile__btn {
    padding: 6px 12px;
    font-size: 11px;
  }
}
.top-header-mobile__menu {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.top-header-mobile__menu .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.top-header-mobile__menu .navbar-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-header-mobile__menu .navbar-nav > li:last-child {
  border-bottom: none;
}

.top-header-mobile__menu .navbar-nav > li > a {
  display: block;
  padding: 12px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-header-mobile__menu .navbar-nav > li > a:hover {
  color: #70CFFA;
}

.search-form-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: linear-gradient(90deg, rgba(4, 14, 35, 0.98) 0%, rgba(23, 62, 146, 0.98) 100%);
  padding: 20px 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-form-wrap.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-form-wrap #searchform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  position: relative;
}

.search-form-wrap #searchform input[type=text] {
  flex: 1;
  height: 50px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-right: 12px;
  padding: 0 18px;
  border: 2px solid transparent;
  font-size: 16px;
  transition: all 0.3s ease;
}

.search-form-wrap #searchform input[type=text]::placeholder {
  color: #999;
  transition: color 0.3s ease;
}

.search-form-wrap #searchform input[type=text]:focus {
  outline: none;
  border-color: #70CFFA;
  box-shadow: 0 0 0 4px rgba(112, 207, 250, 0.2);
}

.search-form-wrap #searchform input[type=text]:focus::placeholder {
  color: #ccc;
}

.search-form-wrap #searchform .ab-search .btn-std-sm {
  height: 50px;
  padding: 0 24px;
  background: #70CFFA;
  border: none;
  border-radius: 8px;
  color: #1A243F;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.search-form-wrap #searchform .ab-search .btn-std-sm:hover {
  background: #5bc4f5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(112, 207, 250, 0.4);
}

.search-form-wrap #searchform .ab-search .btn-std-sm:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(112, 207, 250, 0.3);
}

.search-form-wrap #searchform .ab-search .icon-search {
  display: none;
}

.search-form-wrap .search-close {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.search-form-wrap .search-close::before, .search-form-wrap .search-close::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}

.search-form-wrap .search-close::before {
  transform: rotate(45deg);
}

.search-form-wrap .search-close::after {
  transform: rotate(-45deg);
}

.search-form-wrap .search-close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.1);
}

.btn-search {
  transition: all 0.3s ease;
}

.btn-search.is-active {
  color: #70CFFA !important;
}

.hero {
  padding-top: 73px;
  position: relative;
  padding-bottom: 125px;
}

.page-template-about-us .hero {
  display: none;
}

@media (min-width: 1200px) {
  .page-template-practice-area .hero, .page-template-default:not(.home):not(.page-site-map):not(.staff-directory) .hero, .page-template-page-review .hero, .page-template-page-event .hero, .page-referrals .hero, .page-template-page-caring .hero {
    padding-top: 57px;
    padding-bottom: 254px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-expert-roundup-helmets .hero {
    padding-top: 57px;
    padding-bottom: 215px;
  }
}
.hero.infographic-enabled-hero {
  padding-top: 73px !important;
  padding-bottom: 125px !important;
}

@media (max-width: 767px) {
  .hero.infographic-enabled-hero {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.hero.no-featured-image {
  padding-top: 73px !important;
  padding-bottom: 125px !important;
}

@media (max-width: 767px) {
  .hero.no-featured-image {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .page-template-location .hero, .single-post .hero, .page-template-practice-area .hero, .page-template-default:not(.home) .hero, .page-template-contact .hero, .blog .hero, .category .hero, .archive .hero, .search-results .hero, .error404 .hero, .page-template-page-review .hero, .page-template-page-event .hero, .page-referrals .hero, .page-template-archive-location .hero, .page-template-page-caring .hero, .page-template-page-expert-roundup-helmets .hero, .page-template-archive-result .hero, .page-template-archive-testimonial .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.hero-home {
  position: relative;
  padding-top: 115px;
  padding-bottom: 120px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .hero-home {
    padding-top: 38px;
    padding-bottom: 117px;
  }
}
@media (max-width: 767px) {
  .hero-home {
    padding-bottom: 217px;
  }
}
.hero-home .mobile-hero {
  width: 100%;
  height: auto;
}

.hero-home .banner-title {
  position: relative;
  padding-bottom: 23px;
  font-family: var(--secondary-font), sans-serif;
  color: #FFF;
  text-align: center;
  text-shadow: 0 6.674px 6.674px rgba(0, 0, 0, 0.25);
  font-size: 95px;
  font-style: normal;
  font-weight: 900;
  line-height: 93px;
}

@media (max-width: 1365px) {
  .hero-home .banner-title {
    font-size: 85px;
    line-height: 85px;
  }
}
@media (max-width: 1199px) {
  .hero-home .banner-title {
    font-size: 46px;
    line-height: 47px;
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-home .banner-subtitle {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--secondary-font), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  color: #fff;
}

@media (max-width: 1199px) {
  .hero-home .banner-subtitle {
    font-size: 24px;
    max-width: 487px;
    line-height: 39px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .hero-home {
    display: block;
    height: auto;
    text-align: center;
  }
  .hero-home .banner-content {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-title {
    font-size: 46px;
    line-height: 47px;
    padding-bottom: 20px;
  }
  .hero-home .banner-subtitle {
    font-size: 24px;
    line-height: 39px;
    margin-bottom: 20px;
  }
  .hero-home .btn-std {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 8px 70px 8px 20px;
  }
}
.banner-subtitle {
  margin-bottom: 26px;
  color: #323049;
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
}

.banner-subtitle em {
  font-weight: 700;
  font-style: italic;
}

.hero-bio,
.hero-staff {
  background-image: url(../images/blue-pattern-bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
  padding: 30px 0 0 0;
  background-color: #071F53;
  position: relative;
  z-index: 4;
}

@media (max-width: 1365px) {
  .hero-bio,
.hero-staff {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .hero-bio,
.hero-staff {
    padding-bottom: 50px;
  }
}
.hero-bio .bio-excerpt,
.hero-staff .bio-excerpt {
  color: #454545;
  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;
}

@media (min-width: 1200px) {
  .hero-bio .col-left,
.hero-staff .col-left {
    margin-bottom: -72px;
  }
}
@media (max-width: 1199px) {
  .hero-bio .col-left img,
.hero-staff .col-left img {
    border-radius: 50px 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .hero-bio .col-right,
.hero-staff .col-right {
    align-items: center;
    display: flex;
  }
}
@media (min-width: 1366px) {
  .hero-bio .col-right,
.hero-staff .col-right {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .hero-bio .col-right,
.hero-staff .col-right {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .hero-bio .col-right img,
.hero-staff .col-right img {
    border-radius: 50px 0 0 50px;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .hero-bio .col-right .text-wrap,
.hero-staff .col-right .text-wrap {
    white-space: normal !important;
    text-align: center;
    margin: 0 auto !important;
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-bio .col-right .text-wrap,
.hero-staff .col-right .text-wrap {
    width: 70%;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .hero-bio .col-right .text-wrap,
.hero-staff .col-right .text-wrap {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .hero-bio .col-right .text-wrap,
.hero-staff .col-right .text-wrap {
    width: 100%;
  }
}
.hero-bio .col-right .text-wrap .banner-title,
.hero-staff .col-right .text-wrap .banner-title {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  margin-bottom: 11px;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .text-wrap .banner-title,
.hero-staff .col-right .text-wrap .banner-title {
    font-size: 54px;
  }
}
.hero-bio .col-right .text-wrap .banner-title:after,
.hero-staff .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,
.hero-staff .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,
.hero-staff .col-right .text-wrap .banner-title:after {
    margin-top: 15px;
  }
}
.hero-bio .col-right .text-wrap .position,
.hero-staff .col-right .text-wrap .position {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

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

@media (max-width: 1199px) {
  .hero-bio .col-right .text-wrap ul,
.hero-staff .col-right .text-wrap ul {
    text-align: left;
  }
}
.hero-bio .col-right .text-wrap ul li,
.hero-staff .col-right .text-wrap ul li {
  padding: 12px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.hero-bio .col-right .text-wrap ul li a,
.hero-staff .col-right .text-wrap ul li a {
  color: #fff;
  display: inline-block;
  padding-left: 35px;
}

.hero-bio .col-right .text-wrap ul li.email,
.hero-staff .col-right .text-wrap ul li.email {
  background: url(../images/hero-bio-icon-email.svg) no-repeat scroll 5px transparent;
  background-size: 18px 14px;
}

.hero-bio .col-right .text-wrap ul li.fax,
.hero-staff .col-right .text-wrap ul li.fax {
  background: url(../images/hero-bio-icon-phone.svg) no-repeat scroll 5px transparent;
  background-size: 18px 18px;
}

.hero-bio .col-right .text-wrap ul li.phone,
.hero-staff .col-right .text-wrap ul li.phone {
  background: url(../images/hero-bio-icon-phone.svg) no-repeat scroll 5px transparent;
  background-size: 18px 18px;
}

.hero-bio .col-right .text-wrap ul li.pdf,
.hero-staff .col-right .text-wrap ul li.pdf {
  background: url(../images/hero-bio-icon-pdf.svg) no-repeat scroll 5px transparent;
  background-size: 18px 14px;
}

.hero-bio .col-right .text-wrap .btn-std,
.hero-staff .col-right .text-wrap .btn-std {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .hero-staff {
    padding-bottom: 82px;
  }
}
@media (min-width: 1200px) {
  .hero-staff .col-left {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-staff .col-right {
    margin-bottom: 0;
  }
}
.hero-staff .col-right .position {
  margin-bottom: 36px;
}

.hero-staff .col-right h3,
.hero-staff .col-right p,
.hero-staff .col-right li {
  color: #fff;
}

.hero-staff .col-right ul {
  margin-bottom: 0 !important;
}

.hero-staff .col-right ul li {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 27px !important;
}

.hero-staff .col-right ul li:first-child {
  padding-top: 0;
}

.hero-staff .col-right ul li:before {
  top: 14px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-staff .col-right .text-wrap {
    white-space: normal !important;
    text-align: center;
    margin: 0 auto !important;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .hero-staff .col-right .text-wrap p {
    text-align: left;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  height: 38px;
  width: 38px;
  display: none;
  padding: 16px 8px;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1.5px solid rgba(0, 17, 46, 0.1);
  background: #70CFFA;
}

@media (max-width: 767px) {
  .close__mobileMenu {
    right: 15px;
  }
}
.close__mobileMenu .x {
  display: block;
  background-color: #1A243F;
  width: 21px;
  height: 4px;
  transition: all ease-in 0.5s;
}

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

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

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

.mobile-button {
  padding: 12px 8px;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1.5px solid rgba(0, 17, 46, 0.1);
  background: #70CFFA;
}

.mobile-button .menu__bar {
  background-color: #1A243F;
  height: 2.5px;
  width: 20px;
  display: block;
  margin-bottom: 3px;
}

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

#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;
  }
}
.mm-ocd--open {
  background: rgba(4, 14, 35, 0.85);
}

.mm-ocd__content {
  background: #071F53 !important;
}

.mm-spn {
  background: #071F53 !important;
}

.mm-spn li::before {
  border-color: #70CFFA !important;
  opacity: 0.6;
}

.mm-spn li::after {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.mm-spn li.current-menu-item > a {
  color: #70CFFA !important;
  background: rgba(112, 207, 250, 0.1);
}

.mm-spn li a {
  text-transform: none !important;
}

/**
 Desktop menu styles
*/
.menu-container {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

#nav-desktop {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0;
}

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

#nav-desktop .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav-desktop .header-menu > .nav-item .nav-link:hover,
#nav-desktop .header-menu > .nav-item .nav-link:focus {
  color: var(--accent-color);
}

#nav-desktop .header-menu > .nav-item.current-menu-item .nav-link {
  color: var(--accent-color);
}

#nav-desktop .header-menu > .nav-item:last-child .nav-link {
  padding-right: 0;
}

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

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

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding-top: 12px;
  padding-bottom: 16px;
  font-family: var(--main-font), sans-serif;
  display: block;
  position: relative;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
}

#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 (max-width: 1459px) {
  #nav-desktop .nav-item .nav-link {
    letter-spacing: 0.6px;
  }
}
@media (max-width: 1430px) {
  #nav-desktop .nav-item .nav-link {
    letter-spacing: normal;
    font-size: 14px;
  }
}
@media (max-width: 1365px) {
  #nav-desktop .nav-item .nav-link {
    letter-spacing: normal;
    font-size: 14px;
  }
}
#nav-desktop .nav-item .nav-link[title~=Home] {
  position: relative;
  background-image: url("../images/icons/icon-house.svg");
  background-position: center top 5px;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  font-size: 1px;
  color: transparent;
  text-indent: -999px;
  width: 18px;
  height: 16px;
  margin-right: 8px;
}

#nav-desktop .nav-item.dropdown .dropdown-toggle:after {
  background-image: url("../images/icons/icon-header-dropdown.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 10px;
  border: unset;
  vertical-align: unset;
  margin-left: 0;
  margin-bottom: 0;
}

#nav-desktop .nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 8px;
  z-index: 1000;
  float: left;
  min-width: 261px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  list-style: none;
  background: var(--header-sub-m-bg);
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item.dropdown .dropdown-menu {
    font-size: 16px;
    letter-spacing: 1px;
    left: 10px;
  }
}
#nav-desktop .nav-item.dropdown .dropdown-menu li {
  position: relative;
  padding: 0 31px;
}

#nav-desktop .nav-item.dropdown .dropdown-menu li:before {
  position: absolute;
  content: "";
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 62px);
  height: 1px;
  background-color: #C5C5C5;
  z-index: -1;
  pointer-events: none;
}

#nav-desktop .nav-item.dropdown .dropdown-menu li a {
  position: relative;
  z-index: 1;
  color: var(--header-sub-link);
  padding: 0;
  padding: 14px 11px;
}

#nav-desktop .nav-item.dropdown .dropdown-menu li a:before {
  content: none;
}

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

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #454545;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  border: 1px solid #d8d9d9;
  border-radius: 3px;
}

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

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
  color: var(--header-sub-link-hover) !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;
}

.category .banner-title, .archive .banner-title, .search-results .banner-title, .error404 .banner-title {
  color: #2b2b2b;
  font-family: var(--secondary-font), sans-serif;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 46px;
  line-height: 54px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 900;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 2px;
}

@media screen and (min-width: 1200px) {
  .category .banner-title, .archive .banner-title, .search-results .banner-title, .error404 .banner-title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
    letter-spacing: normal;
  }
}

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