/**
* 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 {
  position: relative;
}

.header .top-header-mobile:before {
  content: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header-mobile:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.87);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }
}
.header .top-header-mobile .tap-call-container-tablet {
  position: relative;
  z-index: 1;
}

.header #nav-mobile {
  padding: 6px 12px 22px 9px;
}

@media (max-width: 329px) {
  .header #nav-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .header #nav-mobile {
    padding: 13px 0 16px;
  }
}
.header #nav-mobile .site-logo {
  z-index: 99;
}

.header #nav-mobile .navbar-brand {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
  padding: 0;
  margin-right: 0;
}

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

.header #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;
}

.header #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;
}

.header .top-header-desktop {
  position: relative;
  background-color: var(--color-primary);
  z-index: 1000;
}

@media (min-width: 1600px) {
  .header .top-header-desktop .container-xxl {
    max-width: 1620px;
  }
}
.header .top-header-desktop .container-xxl:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .header .top-header-desktop .container-xxl:before {
    position: absolute;
    content: "";
    top: 0;
    right: 83.3333333333%;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 180px;
    background-color: #fefefe;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-bottom-right-radius: 20px;
    pointer-events: none;
  }
}
@media (min-width: 1441px) {
  .header .top-header-desktop .container-xxl:before {
    content: none;
  }
}
@media (min-width: 1251px) {
  .header .top-header-desktop .container-xxl:before {
    right: 80.3333333333%;
  }
}
@media (min-width: 1440px) {
  .header .top-header-desktop .container-xxl:before {
    right: 73.33%;
  }
}
@media (min-width: 1600px) {
  .header .top-header-desktop .container-xxl:before {
    right: 72.5%;
  }
}
@media (min-width: 1055px) and (max-width: 1199px) {
  .header .top-header-desktop .container-xxl:before {
    right: 78.333333%;
  }
}
.header .top-header-desktop .site-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 26px calc(var(--bs-gutter-x) / 2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 180px;
}

@media (min-width: 1441px) {
  .header .top-header-desktop .site-logo {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 20px 20px;
  }
}
.header .top-header-desktop .site-logo-container {
  position: relative;
}

@media (min-width: 1440px) {
  .header .top-header-desktop .site-logo-container {
    width: 24.666667%;
  }
}
@media (min-width: 1600px) {
  .header .top-header-desktop .site-logo-container {
    width: 27.5%;
  }
}
@media (min-width: 1055px) and (max-width: 1199px) {
  .header .top-header-desktop .site-logo-container {
    width: 21.666667%;
  }
}
.header .top-header-desktop .site-logo img {
  z-index: 9;
}

@media (min-width: 1440px) {
  .header .top-header-desktop-custom-col {
    flex: 1 0 0%;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .header .top-header-desktop-custom-col {
    width: 70%;
  }
}
@media (min-width: 1055px) and (max-width: 1199px) {
  .header .top-header-desktop-custom-col {
    flex: 1 0 0%;
    width: 100%;
  }
}
.header .top-header-desktop .phone-section {
  margin-top: 25px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .top-header-desktop .phone-section span {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 21px;
  padding-right: 16px;
}

.header .top-header-desktop .phone-section .contact-phone {
  font-family: var(--secondary-font), sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  line-height: 38px;
}

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

.header .phone-no-label {
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: var(--color-primary);
  margin-bottom: 7px;
  display: block;
}

.hero {
  padding-top: 25px;
  position: relative;
}

.hero-generic {
  padding-top: 24px;
}

@media (max-width: 991px) {
  .hero-generic {
    padding-top: 50px;
  }
}
.with-featured-img:not(.blog):not(.single):not(.error404):not(.archive):not(.search) .hero-generic {
  position: relative;
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  .with-featured-img:not(.blog):not(.single):not(.error404):not(.archive):not(.search) .hero-generic {
    padding-top: 34px;
  }
}
.with-featured-img:not(.blog):not(.single):not(.error404):not(.archive):not(.search) .hero-generic:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background-image: url("../images/generic-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  pointer-events: none;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .with-featured-img:not(.blog):not(.single):not(.error404):not(.archive):not(.search) .hero-generic:before {
    content: none;
  }
}
.with-featured-img:not(.blog):not(.single):not(.error404):not(.archive):not(.search) .hero-generic:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #fff;
  pointer-events: none;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .with-featured-img:not(.blog):not(.single):not(.error404):not(.archive):not(.search) .hero-generic:after {
    content: none;
  }
}
.with-featured-img:not(.blog):not(.single):not(.error404):not(.archive):not(.search) .hero-generic-img-holder {
  margin-bottom: 41px;
}

@media (max-width: 767px) {
  .with-featured-img:not(.blog):not(.single):not(.error404):not(.archive):not(.search) .hero-generic-img-holder {
    margin-bottom: 45px;
  }
}
.with-featured-img:not(.blog):not(.single):not(.error404):not(.archive):not(.search) .hero-generic-img-holder img {
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.05));
  border-radius: 20px;
}

.page-template-archive-testimonial .hero-generic .btn-std {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-home,
.hero-pa-location {
  position: relative;
  padding-top: 24px;
}

@media screen and (min-width: 992px) {
  .hero-home,
  .hero-pa-location {
    padding-top: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home,
  .hero-pa-location {
    padding-top: 49px;
  }
}
.hero-home:before,
.hero-pa-location:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 363px);
  background-image: url("../images/home-banner-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  pointer-events: none;
}

@media (min-width: 576px) {
  .hero-home:before,
  .hero-pa-location:before {
    background-image: url("../images/home-banner-img-tablet.webp");
    background-position: top;
  }
}
@media screen and (min-width: 768px) {
  .hero-home:before,
  .hero-pa-location:before {
    height: 103%;
  }
}
@media screen and (min-width: 992px) {
  .hero-home:before,
  .hero-pa-location:before {
    background-image: url("../images/home-banner-img-desktop.webp");
    background-position: center;
    width: 58.3333333333%;
    height: 100%;
    top: 0;
    right: initial;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home:before,
  .hero-pa-location:before {
    width: 70%;
  }
}
@media (min-width: 1400px) {
  .hero-home:before,
  .hero-pa-location:before {
    width: 61.5%;
  }
}
@media (max-width: 329px) {
  .hero-home:before,
  .hero-pa-location:before {
    height: calc(100% - 320px);
  }
}
.hero-home:after,
.hero-pa-location:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 53%;
  max-height: 363px;
  background-image: url("../images/home-banner-img-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  pointer-events: none;
}

@media (min-width: 576px) {
  .hero-home:after,
  .hero-pa-location:after {
    background-image: url("../images/home-banner-img-2-tablet.webp");
    background-position: top center;
  }
}
@media screen and (min-width: 768px) {
  .hero-home:after,
  .hero-pa-location:after {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .hero-home:after,
  .hero-pa-location:after {
    background-image: url("../images/home-banner-img-2-desktop.webp");
    width: 41.6666666667%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: initial;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home:after,
  .hero-pa-location:after {
    width: 30%;
  }
}
@media (min-width: 1400px) {
  .hero-home:after,
  .hero-pa-location:after {
    width: 38.5%;
  }
}
@media (max-width: 329px) {
  .hero-home:after,
  .hero-pa-location:after {
    max-height: 320px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content,
  .hero-pa-location .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.hero-home .banner-content .banner-title,
.hero-pa-location .banner-content .banner-title {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 292px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .banner-title,
  .hero-pa-location .banner-content .banner-title {
    max-width: 100%;
    margin-top: 3px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-title,
  .hero-pa-location .banner-content .banner-title {
    max-width: 55%;
    text-align: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .banner-title,
  .hero-pa-location .banner-content .banner-title {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .banner-content .banner-title,
  .hero-pa-location .banner-content .banner-title {
    margin-bottom: 19px;
  }
}
.hero-home .banner-content .banner-subtitle,
.hero-pa-location .banner-content .banner-subtitle {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-subtitle,
  .hero-pa-location .banner-content .banner-subtitle {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .banner-subtitle,
  .hero-pa-location .banner-content .banner-subtitle {
    margin-bottom: 20px;
  }
}
.hero-home .banner-content .banner-review-img-container,
.hero-pa-location .banner-content .banner-review-img-container {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 15.55px;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-review-img-container,
  .hero-pa-location .banner-content .banner-review-img-container {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .d-lg-flex,
  .hero-pa-location .banner-content .d-lg-flex {
    align-items: center;
    column-gap: 30px;
  }
}
@media (min-width: 361px) {
  .hero-home .banner-content .btn,
  .hero-pa-location .banner-content .btn {
    min-width: 331px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .btn,
  .hero-pa-location .banner-content .btn {
    min-width: 357px;
  }
}
.hero-home .banner-img-container,
.hero-pa-location .banner-img-container {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-img-container,
  .hero-pa-location .banner-img-container {
    left: -120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-img-container,
  .hero-pa-location .banner-img-container {
    left: -12px;
  }
}
@media (min-width: 1400px) {
  .hero-home .banner-img-container,
  .hero-pa-location .banner-img-container {
    left: -130px;
  }
}
.hero-bio {
  padding-top: 0;
}

@media (max-width: 575px) {
  .hero-bio .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .hero-bio .banner-content {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .hero-bio .banner-content .page-title {
    margin-bottom: 0;
  }
}
.hero-bio .banner-content .position {
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-content .position {
    line-height: 40px;
  }
}
.hero-bio .banner-content .phone {
  position: relative;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-content .phone {
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .hero-bio .banner-content .phone {
    justify-content: center;
  }
}
.hero-bio .banner-content .phone a {
  color: inherit;
}

.hero-bio .banner-content .phone:before {
  position: relative;
  display: block;
  content: "";
  width: 20px;
  height: 30px;
  background-image: url("../images/icons/icon-phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 9px;
  margin-bottom: 5px;
}

.hero-bio .banner-content .banner-review-img-container {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 15.55px;
}

@media screen and (min-width: 992px) {
  .hero-bio .banner-content .banner-review-img-container {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .banner-content .banner-review-img-container {
    margin-bottom: 17.55px;
  }
}
@media (max-width: 991px) {
  .hero-bio .banner-content .banner-review-img-container {
    margin-top: 45px;
  }
}
.hero-bio .banner-content .d-lg-flex {
  margin-bottom: 45px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .banner-content .d-lg-flex {
    align-items: center;
    margin-bottom: 53px;
  }
}
.hero-bio .banner-content .btn {
  width: 100%;
}

@media (min-width: 361px) {
  .hero-bio .banner-content .btn {
    width: initial;
    min-width: 331px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .banner-content .btn {
    min-width: 357px;
    margin-right: 36px;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: var(--color-tertiary);
  padding: 8px;
  padding-top: 10px;
  border: 1px solid var(--color-tertiary);
  border-radius: 10px;
  position: absolute;
  right: 9px;
  top: 37%;
  transform: translateY(-37%);
  z-index: 99999999;
  height: 45px;
  width: 45px;
  display: none;
}

@media (max-width: 329px) {
  .close__mobileMenu {
    right: 0;
  }
}
.close__mobileMenu .x {
  display: block;
  background-color: white;
  width: 30px;
  height: 4px;
  transition: all ease-in 0.5s;
  border-radius: 6px;
}

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

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

.mm-ocd-opened .mobile-button {
  visibility: hidden;
}

.mm-ocd-opened .close__mobileMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-button {
  z-index: 1;
  padding: 8px;
  background-color: var(--color-tertiary);
  border: 1px solid var(--color-tertiary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-height: 48px;
}

@media (min-width: 370px) {
  .mobile-button {
    min-width: 127px;
  }
}
.mobile-button-txt {
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  margin-top: 3px;
}

@media (min-width: 371px) {
  .mobile-button-txt {
    margin-right: 11px;
  }
}
.mobile-button .menu__bar {
  background-color: #fff;
  border-radius: 6px;
  height: 2.74px;
  width: 20.51px;
  display: block;
  margin-bottom: 4.11px;
}

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

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

#nav-desktop {
  padding: 10.5px 0 0;
}

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

#nav-desktop ul#menu-header-menu-1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#nav-desktop ul#menu-header-menu-1 > .nav-item {
  /**
    styles specific to the main menu so we don't 
    have to put !important when doing styles for the dropdown menu
  */
}

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

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

#nav-desktop .nav-item {
  padding-bottom: 22px;
  margin-right: 22px;
  margin-bottom: 0;
}

#nav-desktop .nav-item:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item {
    margin-right: 40px;
  }
}
@media (min-width: 1400px) {
  #nav-desktop .nav-item {
    margin-right: 44px;
  }
}
#nav-desktop .nav-item:is(:hover, :focus) .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item.active .nav-link:not(.dropdown-menu .nav-link) {
  font-weight: 700;
}

#nav-desktop .nav-item.active .nav-link:not(.dropdown-menu .nav-link):before {
  position: absolute;
  z-index: 9;
  content: "";
  bottom: -5.5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--accent-color);
}

#nav-desktop .nav-item .nav-link {
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--header-main-m-color);
  line-height: 24px;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
  padding: 0;
}

#nav-desktop .nav-item .nav-link:is(:hover, :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 {
    letter-spacing: 0.05em;
  }
}
#nav-desktop .nav-item .nav-link:after {
  background-image: url("../images/arrows/arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 6px;
  width: 9px;
  height: 6px;
  border: unset;
  vertical-align: unset;
  margin-left: 5px;
  margin-bottom: 2px;
}

#nav-desktop .nav-item .nav-link:not(.dropdown-menu .nav-link):before {
  position: absolute;
  z-index: 9;
  content: "";
  bottom: -5.5px;
  left: 0;
  border-radius: 4px;
  display: block;
  width: 0;
  height: 4px;
  background-color: var(--accent-color);
  transition: width ease-in-out 0.3s;
}

#nav-desktop .nav-item .nav-link:not(.dropdown-menu .nav-link):is(:hover, :focus) {
  font-weight: 700;
}

#nav-desktop .nav-item .nav-link:not(.dropdown-menu .nav-link):is(:hover, :focus):before {
  width: 100%;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  z-index: 1000;
  float: left;
  width: auto;
  min-width: 241px;
  padding: 3px 17.66px 7px;
  margin: 0;
  font-size: 14px;
  color: var(--color-primary);
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: none;
}

#nav-desktop .nav-item .dropdown-menu:before {
  position: relative;
  content: "";
  display: block;
  top: -15px;
  left: -17.66px;
  right: -17.66px;
  width: 120%;
  height: 13px;
  background-color: rgba(255, 0, 0, 0);
}

#nav-desktop .nav-item .dropdown-menu li {
  padding-bottom: 0;
  margin-right: 0;
}

#nav-desktop .nav-item .dropdown-menu li a {
  font-family: var(--main-font), sans-serif;
  color: var(--header-sub-link);
  text-transform: initial;
  border-bottom: 1px solid #DDE1E8;
  padding-top: 14px;
  padding-bottom: 14px;
}

#nav-desktop .nav-item .dropdown-menu li a:is(:hover, :focus) {
  font-weight: bold;
  color: var(--header-sub-link-hover) !important;
}

#nav-desktop .nav-item .dropdown-menu li:first-of-type a {
  padding-top: 0;
}

#nav-desktop .nav-item .dropdown-menu li:last-of-type a {
  border-bottom: none;
  padding-bottom: 7px;
}

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

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

.mm-spn.mm-spn--navbar ul {
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
}

.mm-spn.mm-spn--navbar ul:before {
  border-top: 1px solid #fff !important;
}

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

.mm-spn.mm-spn--navbar ul li:after {
  border-top: 1px solid #fff;
}

.mm-spn.mm-spn--navbar:after {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.mm-spn a:not(:last-child):after,
.mm-spn li:after {
  margin-left: 0 !important;
}

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