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

.visually-hidden-custom {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/**
 * 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 (min-width: 768px) and (max-width: 991px) {
  .header .header-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.header .site-logo {
  position: relative;
  display: block;
  padding: 0;
  z-index: 99;
}

@media screen and (min-width: 1200px) {
  .header .site-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.header .header__desktop {
  position: relative;
  padding-top: 19px;
  padding-bottom: 21px;
}

@media (min-width: 1541px) {
  .header .header__desktop .header__desktop-container-custom {
    max-width: 1541px;
  }
}
@media screen and (min-width: 1440px) {
  .header .header__desktop .col-desktop-custom {
    flex: 0 0 auto;
    width: 75%;
  }
}
.header .desktop-menu {
  position: relative;
}

.header .header__mobile-controls {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  gap: 11.34px;
  width: 100%;
}

.header .header__mobile-navbar {
  padding-top: 10px;
  padding-bottom: 12px;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .header .header__mobile-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .header__mobile-navbar .container {
    max-width: 852px;
  }
}
.header .header__mobile-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 11.34px;
}

@media screen and (min-width: 768px) {
  .header .header__mobile-container {
    margin-bottom: 0;
  }
}
.header .header__tablet-extra-links {
  width: 100%;
  max-width: 386px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 767px) {
  .header .header__tablet-extra-links {
    display: none;
  }
}
.header .header__tablet-extra-links .accredited-business-link {
  margin-right: 16px;
}

.header .header__tablet-extra-links .google-reviews-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 6.86px;
}

.header .header__tablet-extra-links .google-reviews-link .google-reviews-img {
  margin-right: 6px;
}

.header .header__tablet-extra-links .google-reviews-link .rating-txt,
.header .header__tablet-extra-links .google-reviews-link .reviews-txt {
  font-family: var(--main-font);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-tertiary);
  line-height: 21px;
}

.header .header__tablet-extra-links .google-reviews-link .rating-txt {
  position: relative;
  margin-right: 12px;
}

.header .header__tablet-extra-links .google-reviews-link .rating-txt:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  width: 1.5px;
  height: 15px;
  background-color: var(--color-tertiary);
}

.header .header__desktop-extra-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.header .header__desktop-extra-links .google-reviews-link {
  margin-right: 15px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header .header__desktop-extra-links .google-reviews-link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .header .header__desktop-extra-links .google-reviews-link .google-reviews-img {
    margin-right: 6px;
  }
}
.header .header__desktop-extra-links .google-reviews-link .rating-txt,
.header .header__desktop-extra-links .google-reviews-link .reviews-txt {
  font-family: var(--main-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-tertiary);
  line-height: 21px;
}

.header .header__desktop-extra-links .google-reviews-link .rating-txt {
  position: relative;
  margin-right: 12px;
}

@media (min-width: 1600px) {
  .header .header__desktop-extra-links .google-reviews-link .rating-txt {
    margin-right: 16px;
  }
}
.header .header__desktop-extra-links .google-reviews-link .rating-txt:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  width: 1.5px;
  height: 15px;
  background-color: var(--color-tertiary);
}

@media (min-width: 1600px) {
  .header .header__desktop-extra-links .google-reviews-link .rating-txt:after {
    right: -12px;
  }
}
.header .header__desktop-extra-links .payment-link {
  font-size: 13px;
  padding: 10.5px 10px;
  margin-right: 17px;
  min-width: 132px;
}

.header .header__desktop-extra-links .btn--to-call {
  min-width: 216px;
  margin-right: 17px;
}

.header .header__desktop-extra-links .btn--to-call span:before {
  margin-left: 0;
}

.header .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: unset;
}

@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-list-horizontal {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 10.5px 10px;
    text-align: center;
    margin-right: 17px;
    min-width: 81px;
  }
}
.header .wpml-ls-legacy-list-horizontal ul {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 0.01em;
  line-height: normal;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .header .wpml-ls-legacy-list-horizontal ul {
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-list-horizontal ul {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-tertiary);
    line-height: normal;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .wpml-ls-legacy-list-horizontal ul {
    margin-bottom: 6.86px !important;
  }
}
.header .wpml-ls-legacy-list-horizontal ul a {
  color: inherit;
  padding: 0;
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-list-horizontal ul a {
    text-decoration: none;
  }
}
@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-list-horizontal ul a span {
    vertical-align: initial;
  }
}
@media (max-width: 1199px) {
  .sticky-sentinel {
    width: 100%;
    height: 1px;
    margin-bottom: -1px;
    pointer-events: none;
    visibility: hidden;
  }
}
@media (max-width: 1199px) {
  .header--sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .header--sticky.is-stuck {
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
  }
}
.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .hero {
    padding-bottom: 91px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-bottom: 101px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-scholarship .hero, .page-template-template-search-our-site .hero {
    padding-bottom: 127px;
  }
}
.hero .banner-container .banner-txt-container .page-title {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .hero .banner-container .banner-txt-container .page-title {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.02em;
    margin-top: 45px;
  }
}
.hero .banner-container .banner-txt-container .banner-subtitle {
  margin-top: 25px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .hero .banner-container .banner-txt-container .banner-subtitle {
    margin-top: 45px;
  }
}
.hero-bg-default {
  position: relative;
  background: linear-gradient(180deg, #005797 0%, #033C66 100%);
}

.hero-bg-default:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/pa-bg-img-default.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-home {
  position: relative;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .hero-home {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-template-family-law .hero-home .container {
    padding-top: 10px;
  }
}
.hero-home:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 255px;
  background-image: url("../images/raleigh-injury-lawyers-bg-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .hero-home:before {
    background-image: url("../images/raleigh-injury-lawyers-bg-img-tablet.jpg");
    height: 329px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home:before {
    background-image: url("../images/raleigh-injury-lawyers-bg-img-desktop.jpg");
    background-position: top center;
    height: 628px;
  }
}
.hero-home:after {
  position: absolute;
  z-index: 3;
  content: "";
  top: 76px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 62, 108, 0) 2.33%, #034474 9.78%, #005797 27.15%);
  width: 100%;
  height: calc(100% - 244px);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .hero-home:after {
    background: linear-gradient(180deg, rgba(0, 62, 108, 0) 2.33%, #034474 26.9%, #005797 84.24%);
    height: calc(100% - 268px);
  }
}
@media screen and (min-width: 992px) {
  .hero-home:after {
    content: none;
  }
}
.hero-home .banner-container {
  position: relative;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    margin-top: 0;
  }
}
.hero-home .banner-container .image-holder {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-container .image-holder {
    margin-top: 33px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-container .image-holder {
    margin-top: 35px;
  }
}
.hero-home .banner-container .banner-txt-container {
  position: relative;
  z-index: 4;
  margin-top: -90px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-container .banner-txt-container {
    margin-top: -79px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-container .banner-txt-container {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-container .banner-txt-container {
    margin-top: 78px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-container .banner-txt-container {
    margin-top: 0;
  }
}
.hero-home .banner-container .banner-txt-container .banner-title {
  margin-bottom: 6px;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-container .banner-txt-container .banner-title {
    margin-bottom: 12.5px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .banner-container .banner-txt-container .banner-title {
    margin-bottom: 18px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .hero-home .banner-container .banner-txt-container .banner-title {
    font-size: 57px;
    line-height: 68px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-home .banner-container .banner-txt-container .banner-title {
    font-size: 50px;
    line-height: 61px;
  }
}
.hero-home .banner-container .banner-txt-container .banner-content {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-container .banner-txt-container .banner-content {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-container .banner-txt-container .banner-content {
    max-width: 720px;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-container .banner-txt-container .banner-content {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-container .banner-txt-container .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero-home .banner-container .banner-txt-container .btn--banner {
  margin-bottom: 18px;
}

@media screen and (min-width: 1400px) {
  .hero-home .banner-container .banner-txt-container .btn--banner {
    min-width: 269px;
    margin-right: 28px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-container .banner-txt-container .btn--play {
    min-width: 250px;
  }
}
.hero-home .featured-on-container {
  position: relative;
  z-index: 4;
  background-color: var(--color-neutral);
  padding-top: 27px;
  padding-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .featured-on-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 36px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .featured-on-container {
    margin-left: -45px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .featured-on-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .featured-on-container {
    margin-left: -60px;
  }
}
.hero-home .featured-on-container .featured-on-title {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  color: #19242F;
  line-height: 27px;
  letter-spacing: 0.23em;
  margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
  .hero-home .featured-on-container .featured-on-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .featured-on-container .featured-on-title {
    width: 100%;
    max-width: 203px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .featured-on-container .featured-on-title {
    margin-right: 54px;
  }
}
.hero-home .featured-on-container .featured-on-logos-container {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .featured-on-container .featured-on-logos-container {
    width: 100%;
    max-width: 318px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-home .featured-on-container .featured-on-logos-container .image-holder {
  margin-right: 21px;
}

@media screen and (min-width: 1200px) {
  .hero-home .featured-on-container .featured-on-logos-container .image-holder {
    margin-right: 55px;
  }
}
.hero-home .featured-on-container .featured-on-logos-container .image-holder:last-of-type {
  margin-right: 0;
}

.hero-bio {
  position: relative;
  background-image: url("../images/bio-banner-bg-img.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .hero-bio {
    padding-top: 50px;
  }
}
.hero-bio .container-hero-bio .row {
  position: relative;
}

.hero-bio .container-hero-bio .row:before {
  content: none;
}

@media screen and (min-width: 1400px) {
  .hero-bio .container-hero-bio .row:before {
    position: absolute;
    content: "";
    top: 41px;
    left: 0;
    right: 0;
    bottom: 85px;
    width: 100%;
    pointer-events: none;
    background: rgba(36, 36, 36, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
}
.hero-bio .banner-container {
  position: relative;
  z-index: 1;
  margin-top: 17px;
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .hero-bio .banner-container {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .hero-bio .banner-container {
    margin-top: 103px;
    margin-left: 95px;
    margin-right: 0;
    margin-bottom: 154px;
  }
}
@media (max-width: 1399px) {
  .hero-bio .banner-container {
    padding: 40px;
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .hero-bio .banner-container {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hero-bio .banner-container {
    padding: 40px 20px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .hero-bio .banner-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hero-bio .banner-container:before {
  content: none;
}

@media (max-width: 1399px) {
  .hero-bio .banner-container:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    background: rgba(36, 36, 36, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
}
.hero-bio .banner-container .page-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .hero-bio .banner-container .page-title {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.02em;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .hero-bio .banner-container .page-title {
    font-size: 24px;
  }
}
.hero-bio .banner-container .banner-subtitle {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hero-bio .banner-container .banner-subtitle {
    letter-spacing: 0.1em;
  }
}
.hero-bio .banner-container .btn-pair-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .hero-bio .banner-container .btn-pair-container {
    flex-direction: row;
  }
}
.hero-bio .banner-container .btn-pair-container .btn {
  margin-top: 33px;
}

@media (min-width: 992px) {
  .hero-bio .banner-container .btn-pair-container .btn:nth-of-type(1) {
    margin-right: 27px;
  }
}
@media (max-width: 991px) {
  .hero-bio .banner-container .btn-pair-container .btn:nth-of-type(1) {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .hero-bio .banner-container .btn-pair-container .btn:nth-of-type(2) {
    margin-top: 0;
  }
}
.hero-bio .banner-img-container {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1440px) {
  .hero-bio .banner-img-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    right: 90px;
  }
}
.hero-about-us {
  background-image: url("../images/about-us-nc-attorneys-bg-img.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .hero-about-us {
    padding-bottom: 97.25px;
  }
}
@media (max-width: 767px) {
  .hero-about-us {
    padding-top: 50px;
  }
}
.hero-about-us .page-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .hero-about-us .page-title {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.02em;
    margin-top: 17px;
  }
}
.hero-about-us .banner-video-container {
  position: relative;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.hero-about-us .banner-video-container .banner-video-thumbnail-container {
  margin-bottom: 0;
}

.hero-about-us .banner-video-container .banner-video-thumbnail-container .banner-video-thumbnail {
  border: 3px solid #fff;
  width: 100%;
  height: 219px;
  object-fit: cover;
}

@media (min-width: 576px) {
  .hero-about-us .banner-video-container .banner-video-thumbnail-container .banner-video-thumbnail {
    width: initial;
    object-fit: initial;
  }
}
@media screen and (min-width: 992px) {
  .hero-about-us .banner-video-container .banner-video-thumbnail-container .banner-video-thumbnail {
    height: 491px;
  }
}
.hero-about-us .banner-video-container .btn--play-2 {
  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-pa {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .hero-pa {
    padding-bottom: 91px;
  }
}
@media (max-width: 767px) {
  .hero-pa {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .hero-pa .banner-container .banner-txt-container .page-title {
    margin-top: 37px;
    margin-bottom: 35px;
  }
}
.hero-pa .banner-container .banner-txt-container .btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .hero-pa .banner-container .banner-txt-container .btn-container {
    flex-direction: row;
  }
}
.hero-pa .banner-container .banner-txt-container .btn--banner {
  margin-bottom: 18px;
}

@media screen and (min-width: 992px) {
  .hero-pa .banner-container .banner-txt-container .btn--banner {
    min-width: 269px;
    margin-right: 28px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-pa .banner-container .banner-txt-container .btn--play {
    min-width: 250px;
  }
}
#mobile-menu {
  display: none;
}

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

.close__mobileMenu .x {
  display: block;
  background-color: var(--color-primary);
  width: 21px;
  height: 2px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

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

.mm-ocd-opened .mm-ocd__content {
  border-right: 1px solid rgba(44, 44, 44, 0.1) !important;
}

.mobile-button {
  padding: 11px 9px 12px;
  background-color: var(--color-neutral);
  border: 1px solid #DFE9F1;
  border-radius: 5px;
}

.mobile-button .menu__bar {
  background-color: var(--color-primary);
  width: 21px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  border-radius: 5px;
}

.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;
  }
}
/**
 Desktop menu styles
*/
#nav-desktop {
  padding: 0;
  justify-content: flex-end;
}

#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 {
  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 .nav-link {
  color: var(--header-main-m-color);
  padding: 0;
  padding-left: 40px;
  font-family: var(--main-font);
  font-size: 17px;
  font-weight: 500;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
}

#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);
}

#nav-desktop .nav-item .nav-link[title~=Search] {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

#nav-desktop .nav-item .nav-link[title~=Search]:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/icon-search.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

#nav-desktop .nav-item .nav-link[title~=Search] span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 301px;
  max-width: 330px;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  padding: 17px 30px 26px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-tertiary);
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  border: 1px solid #fff;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

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

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

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

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

#nav-desktop .nav-item .dropdown-menu li:is(:hover, :focus) a:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icons/icon-dropdown-arrow.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}

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

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

#nav-desktop .nav-item:first-of-type .nav-link {
  padding-left: 0;
}

#nav-desktop .nav-item:last-of-type .nav-link {
  padding-left: 30px;
  padding-right: 0;
}

.mm-spn.mm-spn--navbar:before {
  color: var(--color-tertiary);
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar:after {
  font-size: 16px;
  font-weight: 700;
  opacity: 1 !important;
}

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

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

.mm-spn.mm-spn--navbar ul li:before {
  color: var(--color-tertiary);
  opacity: 1 !important;
}

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

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

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

.mm-spn.mm-spn--navbar .nav-item .nav-link span {
  padding: 0 !important;
}

.mm-spn.mm-spn--navbar .nav-item .nav-link:after {
  border-left: 0 !important;
}

.mm-spn.mm-spn--navbar .nav-item .nav-link[title~=Search] {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.mm-spn.mm-spn--navbar .nav-item .nav-link[title~=Search]:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/icon-search.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.mm-spn.mm-spn--navbar .nav-item .nav-link[title~=Search] span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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