/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  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);
}

@media (max-width: 1199px) {
  .header:not(.home) {
    height: 77px;
  }
}
@media (max-width: 767px) {
  .header:not(.home) {
    height: 88px;
  }
}
.header .top-header-mobile {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .top-header-mobile .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header-mobile .container {
    max-width: 100%;
  }
}
.header .top-header-desktop {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1600px) {
  .header .top-header-desktop .container-fluid {
    max-width: 1620px;
  }
}
.header .top-header-desktop .site-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-family: var(--fourth-font), sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #232323;
  line-height: normal;
  letter-spacing: -1.5px;
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 8px 30px;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .site-logo {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .site-logo {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .site-logo img {
    margin-right: 25.5px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .header .top-header-desktop .site-logo img {
    max-width: 130px;
  }
}
.header .top-header-desktop .phone-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .header .top-header-desktop .phone-section {
    margin-top: 31px;
    margin-bottom: 16px;
  }
}
.header .top-header-desktop .phone-section .contact-phone {
  color: white;
  font-size: 31px;
  font-weight: 700;
  font-family: var(--main-font), sans-serif;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .top-header-desktop .phone-section .contact-phone span {
  opacity: 0.6;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.2px;
  padding-right: 25px;
}

.header .top-header-desktop .desktop-menu {
  position: relative;
  margin-bottom: 21px;
}

.header.sticky-top-header {
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.hero {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background-image: url("../images/generic-banner-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 27px;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .hero {
    background-position: 50% 65%;
  }
}
.page-template-practice-area.with-featured-img .hero, .with-featured-img:not(.page-template-template-scholarship):not(.post-type-archive-attorney):not(.category):not(.single):not(.archive):not(.blog) .hero {
  padding-bottom: 174px;
}

@media screen and (min-width: 768px) {
  .page-template-practice-area.with-featured-img .hero, .with-featured-img:not(.page-template-template-scholarship):not(.post-type-archive-attorney):not(.category):not(.single):not(.archive):not(.blog) .hero {
    padding-bottom: 174px;
  }
}
@media (max-width: 767px) {
  .hero .banner-content-custom .page-title {
    margin-bottom: 0;
  }
}
.hero .btn-container {
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .hero .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
  }
}
.hero .btn-container .btn-std {
  margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
  .hero .btn-container .btn-std {
    min-width: 217px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero .btn-container .btn-2 {
    min-width: 203px;
  }
}
.hero-home {
  position: relative;
  padding-top: 30px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .hero-home {
    padding-top: 33px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home {
    padding-top: 104px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .hero-home .container {
    max-width: 1240px;
  }
}
.hero-home .banner-video-container {
  position: relative;
  width: 100%;
  max-width: 330px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-video-container {
    max-width: 643px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-video-container {
    max-width: 426px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-video-container {
    max-width: 746px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .banner-video-container {
    margin-left: 0;
  }
}
.hero-home .banner-video-container .banner-video-thumbnail-container {
  position: relative;
  border: 4px solid var(--text-color);
  padding: 11px 9px;
  margin-bottom: 13px;
  width: 100%;
  max-width: 330px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-video-container .banner-video-thumbnail-container {
    padding: 22px;
    max-width: 643px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-video-container .banner-video-thumbnail-container {
    padding: 11px 9px;
    margin-bottom: 0;
    max-width: 746px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-video-container .banner-video-thumbnail-container {
    padding: 25px;
  }
}
.hero-home .banner-video-container .banner-video-thumbnail-container:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: -4px;
  left: 50%;
  background-color: #fff;
  width: calc(100% - 24px);
  height: 4px;
  transform: translateX(-50%);
}

.hero-home .banner-video-container .banner-video-thumbnail-container:after {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: -4px;
  left: 50%;
  background-color: #fff;
  width: calc(100% - 24px);
  height: 4px;
  transform: translateX(-50%);
}

@media (min-width: 1400px) and (max-width: 1439px) {
  .hero-home .banner-video-container .banner-video-thumbnail-container .banner-video-thumbnail {
    object-fit: cover;
    object-position: left center;
    height: 321px;
  }
}
.hero-home .banner-video-container .banner-video-thumbnail-container video {
  position: relative;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1440px) {
  .hero-home .banner-video-container .banner-video-thumbnail-container video {
    object-fit: cover;
    object-position: left center;
    max-width: 696px;
    height: 327px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .hero-home .banner-video-container .banner-video-thumbnail-container video {
    object-fit: cover;
    object-position: left center;
    height: 321px;
  }
}
.hero-home .banner-video-container .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-home .banner-video-container .btn-play .btn-play-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: rgba(255, 0, 0, 0);
}

.hero-home .banner-title {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-title {
    max-width: 521px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-title {
    max-width: 800px;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .banner-title {
    max-width: initial;
  }
}
.hero-home .banner-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content {
    width: 100%;
    max-width: 477px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content {
    padding-top: 58px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .banner-content {
    margin-left: auto;
    margin-right: 55px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-subtitle {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
  }
}
.hero-home .banner-content .banner-txt {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .banner-txt {
    max-width: 557px;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-txt {
    max-width: initial;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.hero-home .banner-content .btn-container .btn-std {
  margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .btn-container .btn-std {
    min-width: 256px;
    margin-right: 11px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .banner-content .btn-container .btn-2 {
    min-width: 184px;
  }
}
.hero-bio {
  padding-top: 32px;
  padding-bottom: 61px;
  background: linear-gradient(180deg, #242424 0%, #105E85 100%);
}

@media screen and (min-width: 768px) {
  .hero-bio {
    padding-top: 27px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio {
    padding-bottom: 122px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .banner-img-container {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .hero-bio .banner-img-container {
    width: 100%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .hero-bio .banner-img-container {
    max-width: 65%;
  }
}
.hero-bio .banner-img-container .banner-img {
  border: 6px solid #fff;
}

@media screen and (min-width: 992px) {
  .hero-bio .banner-img-container .banner-img {
    border: 12px solid #fff;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .banner-content {
    width: 100%;
    max-width: 500px;
    margin-left: 12.5px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .banner-content {
    margin-top: 17px;
    margin-left: 45px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .banner-content .page-title {
    margin-bottom: 7px;
  }
}
.hero-bio .banner-content .banner-subtitle {
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-content .banner-subtitle {
    font-size: 21px;
    line-height: 34px;
  }
}
.hero-bio .banner-content .banner-txt * {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .hero-bio .banner-content .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.hero-bio .banner-content .btn-container .btn-std {
  margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-content .btn-container .btn-std {
    min-width: 256px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-bio .banner-content .btn-container .btn-3 {
    min-width: 184px;
  }
}
.hero-about-us {
  padding-top: 32px;
  padding-bottom: 61px;
  background: linear-gradient(180deg, #242424 0%, #105E85 100%);
}

@media screen and (min-width: 768px) {
  .hero-about-us {
    padding-top: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-about-us {
    padding-bottom: 248px;
  }
}
.hero-about-us .banner-subtitle {
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 26.22px;
}

@media screen and (min-width: 768px) {
  .hero-about-us .banner-subtitle {
    font-size: 21px;
    line-height: 34px;
  }
}
@media screen and (min-width: 992px) {
  .hero-about-us .banner-subtitle {
    margin-bottom: 46px;
  }
}
.hero-about-us .banner-video-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 330px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-about-us .banner-video-container {
    max-width: 643px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 992px) {
  .hero-about-us .banner-video-container {
    max-width: 426px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-about-us .banner-video-container {
    max-width: 746px;
  }
}
.hero-about-us .banner-video-container .banner-video-thumbnail-container {
  position: relative;
  padding: 11px 9px;
  margin-bottom: 26px;
  width: 100%;
  max-width: 330px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-about-us .banner-video-container .banner-video-thumbnail-container {
    padding: 20px 22px;
    max-width: 599px;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 992px) {
  .hero-about-us .banner-video-container .banner-video-thumbnail-container {
    margin-bottom: 0;
    max-width: 746px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-about-us .banner-video-container .banner-video-thumbnail-container {
    padding: 25px;
  }
}
.hero-about-us .banner-video-container .banner-video-thumbnail-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

@media (max-width: 767px) {
  .hero-about-us .banner-video-container .banner-video-thumbnail-container:before {
    left: -4px;
    top: -4px;
    bottom: -4px;
    width: 24px;
  }
}
.hero-about-us .banner-video-container .banner-video-thumbnail-container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

@media (max-width: 767px) {
  .hero-about-us .banner-video-container .banner-video-thumbnail-container:after {
    right: -4px;
    top: -4px;
    bottom: -4px;
    width: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .hero-about-us .banner-video-container .banner-video-thumbnail-container .banner-video-thumbnail {
    object-fit: cover;
    object-position: left center;
    height: 321px;
  }
}
.hero-about-us .banner-video-container .banner-video-thumbnail-container video {
  position: relative;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1440px) {
  .hero-about-us .banner-video-container .banner-video-thumbnail-container video {
    object-fit: cover;
    object-position: left center;
    max-width: 696px;
    height: 327px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .hero-about-us .banner-video-container .banner-video-thumbnail-container video {
    object-fit: cover;
    object-position: left center;
    height: 321px;
  }
}
.hero-about-us .banner-video-container .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-about-us .banner-video-container .btn-play .btn-play-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: rgba(255, 0, 0, 0);
}

.hero-about-us .banner-content {
  position: relative;
  width: 100%;
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
}

.hero-about-us .banner-content .banner-txt {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-about-us .banner-content .banner-txt {
    max-width: 557px;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 992px) {
  .hero-about-us .banner-content .banner-txt {
    max-width: initial;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 992px) {
  .hero-about-us .banner-content .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.hero-about-us .banner-content .btn-container .btn-std {
  margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
  .hero-about-us .banner-content .btn-container .btn-std {
    min-width: 256px;
    margin-right: 18px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-about-us .banner-content .btn-container .btn-3 {
    min-width: 191px;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: var(--text-color);
  padding: 14px 11px 12px;
  border-radius: 0;
  border: 1px solid var(--text-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  height: 40px;
  width: 40px;
  display: none;
}

.close__mobileMenu .x {
  display: block;
  background-color: #fff;
  width: 18px;
  height: 2px;
  transition: all ease-in 0.3s;
}

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

.close__mobileMenu .x:last-child {
  transform: translate(0px, -2px) 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 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 11px;
  background-color: var(--text-color);
  border: 1px solid var(--text-color);
  width: 40px;
  height: 40px;
}

.mobile-button .menu__bar {
  background-color: #fff;
  height: 2px;
  width: 18px;
  display: block;
  margin-bottom: 5px;
}

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

#nav-mobile {
  padding-top: 0;
  padding-bottom: 0;
  flex-wrap: initial;
}

#nav-mobile .navbar-brand {
  display: inline-block;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

#nav-mobile .navbar-brand.site-logo {
  position: relative;
  padding: 9px 9px 6px;
  z-index: 99;
}

#nav-mobile .navbar-brand.site-logo-tablet {
  position: relative;
  z-index: 1;
  font-family: var(--fourth-font), sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #0F2554;
  line-height: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 21px 7px;
}

@media screen and (min-width: 768px) {
  #nav-mobile .navbar-brand .logo {
    margin-right: 13.5px;
  }
}
@media (max-width: 767px) {
  #nav-mobile .navbar-brand .logo {
    position: relative;
    z-index: 2;
    max-width: 104px;
  }
}
#nav-mobile .top-header-mobile-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

#nav-desktop {
  padding: 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 .nav-link {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--header-main-m-color);
  letter-spacing: normal;
  text-transform: var(--header-main-m-format);
  padding: 0;
  padding-right: 23.5px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  #nav-desktop ul#menu-header-menu-1 > .nav-item .nav-link {
    font-size: 16px;
    letter-spacing: 1px;
    padding-right: 27px;
  }
}
@media screen and (min-width: 1600px) {
  #nav-desktop ul#menu-header-menu-1 > .nav-item .nav-link {
    letter-spacing: 1px;
    padding-right: 47px;
  }
}
#nav-desktop ul#menu-header-menu-1 > .nav-item .nav-link:is(:hover, :focus) {
  color: var(--header-main-m-hover-color);
}

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

#nav-desktop ul#menu-header-menu-1 > .nav-item.current-menu-item .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 {
  margin-bottom: 0;
}

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

#nav-desktop .nav-item .dropdown-toggle:after {
  width: 9px;
  height: 6px;
  color: var(--accent-color);
  margin-left: 0;
  vertical-align: unset;
  margin-bottom: 3px;
  border: unset;
  background-image: url("../images/icons/icon-caret.svg");
  background-size: 9px 6px;
  background-repeat: no-repeat;
  background-position: center;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 264px;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: var(--text-color);
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  border: 1px solid var(--header-sub-m-bg);
  border-radius: 0;
  box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.15);
  padding: 25px 23px;
  padding-right: 21px;
}

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

#nav-desktop .nav-item .dropdown-menu li:not(:last-child) {
  margin-bottom: 10px;
}

#nav-desktop .nav-item .dropdown-menu li a {
  position: relative;
  padding: 0 !important;
  color: var(--header-sub-link);
}

#nav-desktop .nav-item .dropdown-menu li a:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("../images/arrows/arrow-right-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 16px;
  opacity: 0;
}

#nav-desktop .nav-item .dropdown-menu li:is(:hover, :focus) a {
  padding-right: 24px !important;
  color: var(--header-sub-link-hover) !important;
}

#nav-desktop .nav-item .dropdown-menu li:is(:hover, :focus) a:after {
  opacity: 1;
}

#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--navbar:before {
  color: rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar:after {
  font-size: 16px;
  font-weight: 600;
  opacity: 1 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.mm-spn.mm-spn--navbar ul {
  font-size: 16px;
  font-weight: 500;
}

.mm-spn.mm-spn--navbar ul:before {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li:before {
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li:after {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li.current-menu-item a {
  font-weight: 500;
}

.mm-spn.mm-spn--navbar ul li a {
  font-weight: 500;
}

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