/**
* 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 .container {
  padding-left: 0;
  max-width: initial;
  padding-right: 0;
}

.header .top-header-mobile .container .mobile-phone-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0 20px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-phone-section {
    flex-direction: row;
    background-color: #DCBF96;
    justify-content: center;
  }
}
.header .top-header-mobile .container .mobile-phone-section .label {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2px;
  padding-bottom: 12px;
}

.header .top-header-mobile .container .mobile-phone-section .contact {
  background-color: #DCBF96;
  justify-content: center;
  width: 100%;
  padding: 8px 15px;
  margin-bottom: 15px;
}

.header .top-header-mobile .container .mobile-phone-section a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--color-primary);
  font-size: 25.69px;
  font-weight: 800;
  font-family: var(--main-font), sans-serif;
  line-height: 25.12px;
  letter-spacing: 0.78px;
  padding-left: 25px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-phone-section a {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .mobile-phone-section a span {
    font-size: 33.04px;
    letter-spacing: 4.13px;
    font-weight: 800;
  }
}
.header .top-header-mobile .container .mobile-phone-section .contact-tab {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.header .top-header-mobile .container .mobile-phone-section .contact-tab .text-uppercase {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 6px;
  padding-left: 18px;
}

.header .language-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .language-switcher {
    margin-top: -12px;
    align-self: flex-end;
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .header .language-switcher {
    height: 25px;
  }
}
.header .language-switcher span {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
}

@media (max-width: 1199px) {
  .header .language-switcher span {
    font-size: 16px;
  }
}
.header .language-switcher div {
  padding: 0;
}

.header .language-switcher a {
  padding-left: 6px;
}

.header #nav-mobile {
  padding-top: 15px;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile {
    height: 107px;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header #nav-mobile {
    padding-left: 25px;
    padding-right: 25px;
    align-items: initial;
    padding-top: 20px;
  }
}
.header #nav-mobile .site-logo {
  padding: 0;
  z-index: 99;
}

.header #nav-mobile .site-logo .img-fluid {
  background-color: white;
  padding: 8px;
  margin-left: 13px;
  width: 170px !important;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo .img-fluid {
    margin-top: 0;
    padding: 0;
    width: 319px !important;
    margin-left: 0;
  }
}
.header .top-header-desktop {
  position: relative;
  height: auto;
}

.header .top-header-desktop .container {
  padding: 0;
}

.header .top-header-desktop .logo {
  background-color: white;
  padding: 16px 12px;
}

@media screen and (min-width: 1600px) {
  .header .top-header-desktop .logo {
    padding-left: 0;
  }
}
.header .top-header-desktop .site-logo {
  height: 115px;
  display: block;
  position: relative;
  width: 399px;
}

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

.header .top-header-desktop .phone-section {
  display: flex;
  align-items: center;
  gap: 25px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section {
    gap: 40px;
  }
}
.header .top-header-desktop .phone-section .contact-phone-section {
  gap: 35px;
  background-color: #DCBF96;
  padding: 25px 50px 25px 30px;
}

@media screen and (min-width: 1500px) {
  .header .top-header-desktop .phone-section .contact-phone-section {
    padding-right: 69px;
  }
}
.header .top-header-desktop .phone-section .contact-phone-section .contact-phone {
  color: var(--color-primary);
  font-weight: 800;
  font-size: 33.04px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  letter-spacing: 4.13px;
}

.header .top-header-desktop .phone-section .contact-phone-section .contact-phone span {
  letter-spacing: 6px;
  padding-right: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.header .top-header-desktop .phone-section .contact-phone-section .contact-phone a {
  color: var(--color-primary);
}

.header .top-header-desktop .desktop-menu {
  position: relative;
  z-index: 11;
  height: 57px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .spanish-cta {
    width: fit-content;
    text-align: center;
    line-height: 23px;
    white-space: normal;
    max-width: 140px;
    word-break: break-word;
    margin-right: 60px;
  }
}
.header .spanish-cta .spanish-label {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #5D5D5D;
}

.hero-home {
  display: flex;
  align-items: center;
  background-image: url(../images/home-bg-small.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .hero-home {
    background-image: url(../images/home-bg-tablet.jpg);
    background-position: center;
    margin-top: auto;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home {
    margin-top: -57px;
    margin-bottom: 0;
    background-image: url(../images/home-bg.jpg);
  }
  .hero-home:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 680px;
    background: linear-gradient(126.88deg, rgba(26, 36, 63, 0.31) 63.71%, rgba(255, 255, 255, 0.31) 100%);
    backdrop-filter: blur(35px);
    z-index: 1;
    max-height: 443px;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: var(--accent-color);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1300px) {
  .hero-home:before {
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .hero-home:before {
    max-height: 485px;
    max-width: 704px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1500px) {
  .hero-home:before {
    max-width: 750px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1600px) {
  .hero-home:before {
    max-height: 496px;
    max-width: 769px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1700px) {
  .hero-home:before {
    max-width: 825px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1800px) {
  .hero-home:before {
    max-width: 47%;
  }
}
.hero-home .container {
  padding: 29px 10px 8px;
}

@media screen and (min-width: 768px) {
  .hero-home .container {
    padding-bottom: 318px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .container {
    padding-bottom: 187px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-home .container {
    padding-bottom: 204px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .container .row {
    flex-wrap: nowrap;
  }
}
.hero-home .banner-video-poster {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-video-poster img {
    position: absolute;
    right: 8%;
    bottom: 0;
    z-index: 3;
    max-width: 599px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-video-poster img {
    right: 17%;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-video-poster img {
    max-width: 620px;
    right: -14px;
  }
}
@media (min-width: 1260px) {
  .hero-home .banner-video-poster img {
    right: -34px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-video-poster img {
    max-width: 775px;
    right: -5px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .banner-video-poster img {
    right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .hero-home .banner-video-poster img {
    max-width: 800px;
    right: -4px;
  }
}
.hero-home .mobile-hero {
  width: 100%;
  height: auto;
}

.hero-home .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 20px 11px 5px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content {
    padding-top: 105px;
    text-align: left;
    padding-right: 0;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .hero-home .banner-content {
    padding-top: 145px;
    padding-left: 0;
  }
}
.hero-home .banner-content .banner-title {
  position: relative;
  margin-bottom: 13px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 35px;
  line-height: 45px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .banner-title {
    max-width: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .banner-title {
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-content .banner-title {
    max-width: 620px;
    margin-bottom: 0;
    padding-bottom: 25px;
    font-size: 40px;
    line-height: 56.95px;
  }
}
.hero-home .banner-content .banner-subtitle {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .banner-subtitle {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-content .banner-subtitle {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-home .banner-content .banner-subtitle {
    letter-spacing: 1px;
  }
}
.hero-home .banner-content .banner-extra-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-align: left;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .banner-extra-content p {
    text-align: center;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .banner-extra-content p {
    text-align: left;
    margin-left: 0;
    margin-bottom: 45px;
  }
}
.hero-home .banner-content .btn--primary {
  letter-spacing: 3px;
}

@media (max-width: 390px) {
  .hero-home .banner-content .btn--primary {
    letter-spacing: 2px;
  }
}
@media (max-width: 369px) {
  .hero-home .banner-content .btn--primary {
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .btn--primary {
    font-size: 24px;
    padding: 16.5px 35px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-content .btn--primary {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.hero {
  background-size: cover !important;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 30px 10px 30px;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding: 135px 0 73px 0;
    margin-top: -57px;
  }
}
.hero .banner-title {
  margin-top: 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hero .banner-title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    margin-bottom: 0 !important;
  }
}
.hero__content {
  position: relative;
  z-index: 2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hero__content {
    text-align: left;
  }
}
.hero__subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .hero__subtitle {
    text-align: left;
  }
}
.page-template-practice-area .hero.no-featured, .page-template-default .hero.no-featured {
  height: auto;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .page-template-practice-area .hero.no-featured h1, .page-template-default .hero.no-featured h1 {
    margin-bottom: 10px;
  }
}
.page-template-practice-area .hero h1, .page-template-default .hero h1 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 23px;
}

@media (max-width: 991px) {
  .page-template-practice-area .hero h1, .page-template-default .hero h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-template-practice-area .hero h1, .page-template-default .hero h1 {
    margin-bottom: 5px !important;
    text-align: center;
  }
}
.page-template-practice-area .hero h1 .col-left, .page-template-default .hero h1 .col-left {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .page-template-practice-area .hero h1 .col-left, .page-template-default .hero h1 .col-left {
    padding-top: 15px;
    padding-bottom: 12px;
  }
}
.page-template-practice-area .hero h1 .col-left .position, .page-template-default .hero h1 .col-left .position {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-bio {
  background-size: cover !important;
  min-height: 279px;
  padding: 80px 0 60px 0;
}

@media screen and (min-width: 1200px) {
  .hero-bio {
    margin-top: -57px;
  }
}
@media (max-width: 991px) {
  .hero-bio {
    height: auto;
    padding: 30px 10px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-bio {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.hero-bio h1 {
  color: #fff;
  margin-bottom: 5px;
}

.hero-bio .col-left {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-left {
    padding-top: 50px;
  }
}
.hero-bio .col-left .position {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-bio .col-bottom {
  position: absolute;
  margin-top: 30px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-bio .col-bottom {
    max-width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .col-bottom {
    max-width: 651px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-bio .col-bottom {
    max-width: 688px;
  }
}
.hero-bio .col-bottom .bio-info {
  z-index: 9;
  position: relative;
  margin-bottom: 0px;
  border: 1px solid #D4B387;
  background: #1A243F;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 510px) {
  .hero-bio .col-bottom .bio-info {
    padding-left: 0px;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.hero-bio .col-bottom .bio-info li {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

@media screen and (min-width: 510px) {
  .hero-bio .col-bottom .bio-info li {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .hero-bio .col-bottom .bio-info li {
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .col-bottom .bio-info li {
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .col-bottom .bio-info li {
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-bio .col-bottom .bio-info li {
    letter-spacing: 3px;
  }
}
.hero-bio .col-bottom .bio-info li img {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-bottom .bio-info li img {
    margin-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .col-bottom .bio-info li img {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .col-bottom .bio-info li img {
    margin-right: 16px;
  }
}
.hero-bio .col-bottom .bio-info li a {
  color: #fff;
}

.hero-bio .col-bottom .bio-info li.phone {
  margin-bottom: 18px;
}

@media screen and (min-width: 510px) {
  .hero-bio .col-bottom .bio-info li.phone {
    margin-bottom: 0px;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: var(--color-primary);
  padding: 8px;
  padding-top: 11px;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 14px;
  top: 28px;
  transform: translateY(-50%);
  z-index: 99999999;
  height: 45px;
  width: 45px;
  display: none;
}

.close__mobileMenu .x {
  display: block;
  background-color: white;
  width: 26px;
  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 .mobile-button {
  display: none;
}

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

.mm-ocd-opened .mm-spn--navbar, .mm-ocd-opened .mm-spn--main {
  background-color: var(--color-primary);
}

.mm-ocd-opened .mm-spn--navbar ul:before, .mm-ocd-opened .mm-spn--main ul:before {
  color: #fff;
}

.mm-ocd-opened .mm-spn--navbar li:before,
.mm-ocd-opened .mm-spn--navbar li:after, .mm-ocd-opened .mm-spn--main li:before,
.mm-ocd-opened .mm-spn--main li:after {
  color: #fff;
  margin-left: 0;
}

.mm-ocd-opened .mm-spn--navbar li.current-menu-item a, .mm-ocd-opened .mm-spn--main li.current-menu-item a {
  color: var(--accent-color);
}

.mm-ocd-opened .mm-spn--navbar ul li:first-child, .mm-ocd-opened .mm-spn--main ul li:first-child {
  margin-top: 0;
}

.mobile-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-right: 15px;
  width: 102px;
  height: 42px;
  padding: 10px;
  padding-right: 5px;
  background-color: var(--color-primary);
  border: none;
}

@media screen and (min-width: 768px) {
  .mobile-button {
    margin-right: 0;
  }
}
.mobile-button .menu__bars {
  display: flex;
  flex-direction: column;
  margin-top: 3px;
}

.mobile-button .menu__bars .menu__bar {
  background-color: white;
  border-radius: 4px;
  height: 2px;
  width: 15px;
  margin-bottom: 3px;
}

.mobile-button .menu__label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  letter-spacing: 2px;
}

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

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

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

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

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

.menu-container .navbar-nav {
  justify-content: space-evenly;
}

.menu-container .navbar-nav > li:first-child a {
  color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  letter-spacing: 0 !important;
}

.menu-container .navbar-nav > li:first-child:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 16px;
  background-image: url("../images/home.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1440px) {
  .menu-container .navbar-nav > li:first-child:after {
    left: 13px;
  }
}
.menu-container .navbar-nav > li > a {
  position: relative;
}

.menu-container .navbar-nav > li > a:hover:before, .menu-container .navbar-nav > li > a:focus:before {
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #D4B387;
  position: absolute;
  bottom: 10px;
  left: 0;
  transform: none;
  content: "";
  z-index: 9;
}

#nav-desktop {
  padding: 0 70px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #D4B387;
}

@media screen and (min-width: 992px) {
  #nav-desktop {
    padding: 0 20px;
    width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  #nav-desktop {
    padding: 0;
    width: 1115px;
  }
}
@media screen and (min-width: 1400px) {
  #nav-desktop {
    width: 1298px;
  }
}
@media screen and (min-width: 1440px) {
  #nav-desktop {
    width: 1400px;
  }
}
@media screen and (min-width: 1600px) {
  #nav-desktop {
    width: 1440px;
  }
}
#nav-desktop .menu-container {
  padding-right: 0;
}

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

#nav-desktop ul#menu-main-menu > .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-main-menu > .nav-item.current-menu-item .nav-link {
  color: var(--header-main-m-current-color);
}

#nav-desktop ul#menu-main-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.active .nav-link {
  color: var(--accent-color);
  font-weight: 700;
}

#nav-desktop .nav-item .dropdown-toggle:after {
  content: "";
  position: absolute;
  background-image: url("../images/arrow-down.png");
  width: 14.6px;
  height: 8.37px;
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: 1px;
  border: none;
  bottom: 27px;
}

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding: 15px 8px;
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
}

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

@media (max-width: 1439px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 13px;
  }
}
#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 332px;
  padding: 10px 30px 0 0;
  margin: 0;
  margin-top: -2px;
  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 #D4B387;
  border-radius: 0;
}

#nav-desktop .nav-item .dropdown-menu li {
  padding-left: 15px;
}

#nav-desktop .nav-item .dropdown-menu li:first-child {
  margin-top: 0;
}

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

#nav-desktop .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

#nav-desktop .nav-item .dropdown-menu li a {
  color: var(--header-sub-link);
  padding: 20px 0;
  line-height: 18px;
  color: #5D5D5D !important;
  margin-left: 15px;
  border-bottom: 1px solid #D4B387;
}

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

#nav-desktop .nav-item .dropdown-menu li:hover:before, #nav-desktop .nav-item .dropdown-menu li:focus:before {
  display: block;
  width: 12px;
  height: 50px;
  background-color: #D4B387;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  z-index: 9;
}

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

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

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