/**
* 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: #303C4C;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
 * Critical CSS
 * Stylesheet for Elements above the fold
 * Header | Navigation | Banner
 * If there are additional stylings that need to be added, 
 * kindly remove it from other scss file to avoid duplicate 
 */
html {
  margin-top: 0 !important;
}

html #wpadminbar {
  display: none;
}

@media (max-width: 767px) {
  .contact-qualify {
    padding-bottom: 27px;
  }
}
.contact-qualify .btn {
  font-size: 15px;
}

@media (max-width: 1439px) {
  .contact-qualify .btn {
    padding: 23px 17px;
  }
}
@media (max-width: 1199px) {
  .contact-qualify .btn {
    width: 293px;
    padding: 14px 23px;
  }
}
@media (max-width: 767px) {
  .contact-qualify .btn {
    font-size: 18px;
    line-height: 21px;
    padding: 20px;
    width: unset;
  }
}
.hero {
  padding-top: 0;
  position: relative;
}

@media (min-width: 1200px) {
  .hero {
    min-height: 600px;
  }
}
.hero .banner-title {
  position: absolute;
  font-family: var(--secondary-font), sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
  bottom: 95px;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -0.495px;
}

@media (max-width: 1199px) {
  .hero .banner-title {
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    padding-bottom: 19px;
    bottom: 60px;
  }
}
@media (max-width: 991px) {
  .hero .banner-title {
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero .banner-title {
    bottom: unset;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero-col {
    height: auto !important;
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .hero-bg, .hero-text {
    min-height: 600px;
  }
}
.hero-bg {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-bg__left {
    height: 400px !important;
    background-size: cover !important;
  }
}
@media (max-width: 575px) {
  .hero-bg__left {
    height: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single-attorney .hero-bg__left {
    background-position: right center;
  }
}
.hero-bg__left .hero-text__left {
  margin: 0 auto !important;
}

@media (min-width: 576px) {
  .hero-bg__left .hero-text__left {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .hero-bg__left .hero-text__left {
    max-width: 720px;
  }
}
@media (max-width: 991px) {
  .hero-bg__right {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hero-bg__right {
    background: url("../images/hero-banner-logo.png") no-repeat scroll center center #3576BB;
  }
  .single-attorney .hero-bg__right, .page-template-location .hero-bg__right {
    background-image: none;
  }
}
.hero-text {
  position: absolute !important;
  z-index: 3;
  top: 0;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.hero-text__left, .hero-text__right {
  bottom: 0;
}

.hero-text__left {
  position: relative;
}

@media (max-width: 991px) {
  .hero-text__left {
    height: 400px !important;
  }
}
@media (max-width: 575px) {
  .hero-text__left {
    height: 300px !important;
  }
}
.hero-text__inner {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.252px;
}

@media (min-width: 992px) {
  .hero-text__inner {
    vertical-align: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-template-location .hero-text__inner {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .page-template-location .hero-text__inner {
    width: 100%;
  }
}
.hero-bottom-mobile {
  background-color: #3576BB;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .hero-bottom-mobile {
    padding-bottom: 40px;
  }
}
.hero-bottom-mobile .hero-text__inner {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
  letter-spacing: 0.252px;
}

.hero-home {
  position: relative;
  display: flex;
  align-items: center;
  height: 230px;
  text-align: right;
  background-size: cover;
}

@media (max-width: 767px) {
  .hero-home {
    background-position: center top 20%;
  }
}
@media (min-width: 768px) {
  .hero-home {
    min-height: 404px;
  }
}
@media (min-width: 1200px) {
  .hero-home {
    min-height: 735px;
  }
}
.hero-home .mobile-hero {
  width: 100%;
  height: auto;
}

.hero-home-col {
  height: 230px;
}

@media (min-width: 768px) {
  .hero-home-col {
    min-height: 404px;
  }
}
@media (min-width: 1200px) {
  .hero-home-col {
    min-height: 735px;
  }
}
.hero-home .banner-title {
  position: relative;
  margin-bottom: 80px;
  color: #242424;
  font-family: var(--secondary-font), sans-serif;
  font-size: 50px;
  line-height: 61px;
}

@media (max-width: 1439px) {
  .hero-home .banner-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1365px) {
  .hero-home .banner-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .hero-home .banner-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 49px;
    margin-bottom: 23px;
    max-width: 520px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-title {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-title {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.992px;
    letter-spacing: 0.017px;
    padding-right: 10px;
    margin-bottom: 15px;
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .hero-home .banner-title {
    max-width: 100%;
    text-align: center;
  }
}
.hero-home .banner-content {
  position: relative;
  z-index: 3;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

.banner-subtitle {
  margin-bottom: 24px;
  color: #323049;
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
}

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

#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: transparent;
  padding: 8px;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  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;
  color: #fff !important;
  border: none !important;
}

.mm-ocd-opened .close__mobileMenu:hover, .mm-ocd-opened .close__mobileMenu:focus, .mm-ocd-opened .close__mobileMenu:active {
  border: none !important;
  box-shadow: none;
}

.mobile-button {
  padding: 8px;
  background-color: #3576BB;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.mobile-button .menu__bar {
  background-color: white;
  height: 4px;
  width: 30px;
  display: block;
  margin-bottom: 7px;
}

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

.header {
  padding: 0;
  background-color: var(--header-bg-color);
  border-bottom: none;
  height: 134px;
}

@media (max-width: 767px) {
  .header {
    height: 106px;
  }
}
.header .top-header-mobile {
  background-color: var(--color-primary);
  height: 70px;
}

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

@media (max-width: 575px) {
  .header .top-header-mobile .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.header .top-header-mobile-tap {
  height: 36px;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .header .top-header-mobile-tap {
    max-width: 100%;
  }
}
.header .top-header-mobile-tap .btn {
  border-color: white;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.8px;
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 767px) {
  .header .top-header-mobile-tap .btn {
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .header .top-header-mobile-tap .btn {
    font-size: 14px;
  }
}
.header .top-header-mobile-tap .btn strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-left: 8px;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .header .top-header-mobile-tap .btn strong {
    font-size: 22px;
  }
}
@media (max-width: 374px) {
  .header .top-header-mobile-tap .btn strong {
    font-size: 20px;
  }
}
.header .top-header-mobile-wrap {
  height: 106px;
  background-color: transparent;
}

@media (max-width: 767px) {
  .page-template-default:not(.home) .header .top-header-mobile-wrap, .page-template-practice-area .header .top-header-mobile-wrap, .page-template-archive-pa .header .top-header-mobile-wrap, .page-template-archive-testimonial .header .top-header-mobile-wrap, .page-template-archive-result .header .top-header-mobile-wrap, .tax-practice_area_category .header .top-header-mobile-wrap, .single-result .header .top-header-mobile-wrap, .error404 .header .top-header-mobile-wrap, .page-template-contact .header .top-header-mobile-wrap, .blog .header .top-header-mobile-wrap, .single .header .top-header-mobile-wrap, .archive.date .header .top-header-mobile-wrap, .category .header .top-header-mobile-wrap, .search-results .header .top-header-mobile-wrap, .page-template-location .header .top-header-mobile-wrap, .post-type-archive-attorney .header .top-header-mobile-wrap {
    background-color: var(--color-primary);
  }
}
.header .navbar-scrolled {
  background-color: var(--color-primary);
  transition: background-color 0.3s;
}

.header .navbar-scrolled .top-header-mobile-tap a {
  color: #fff !important;
  border-color: #fff !important;
}

.header #nav-mobile {
  height: 70px;
  padding-top: 12px;
  padding-bottom: 11px;
}

.header #nav-mobile .site-logo {
  height: 47px;
  padding: 0;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo {
    height: 128px;
  }
}
.header #nav-mobile .site-logo img {
  padding: 0 0;
}

.header .top-header-desktop {
  position: relative;
  height: 134px;
}

@media (max-width: 1199px) {
  .header .top-header-desktop {
    height: 116px;
  }
}
@media (max-width: 991px) {
  .header .top-header-desktop {
    height: 134px;
  }
}
@media (max-width: 1199px) {
  .header .top-header-desktop .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .header .top-header-desktop .logo {
    max-width: 274px;
    padding: 16px 12px 16px 0;
    height: 134px;
  }
}
.header .top-header-desktop .site-logo {
  height: 120px;
  display: block;
  position: relative;
}

@media (max-width: 1199px) {
  .header .top-header-desktop .site-logo {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 116px;
  }
}
@media (max-width: 991px) {
  .header .top-header-desktop .site-logo {
    height: 134px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .top-header-desktop .site-logo {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .top-header-desktop .site-logo img {
    max-width: 187px;
    width: 187px;
  }
}
.header .top-header-desktop .phone-section {
  position: relative;
}

@media (min-width: 768px) {
  .header .top-header-desktop .phone-section {
    padding-right: 30px;
    height: 134px;
    justify-content: center;
    border: none;
  }
}
@media (min-width: 992px) {
  .header .top-header-desktop .phone-section {
    height: 134px;
  }
}
@media (min-width: 1200px) {
  .header .top-header-desktop .phone-section {
    height: 134px;
    margin: 0;
    justify-content: unset;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .header .top-header-desktop .phone-section {
    padding-right: 48px;
  }
}
.header .top-header-desktop .phone-section:after {
  height: 80px;
  width: 1px;
  background-color: #3576BB;
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.header .top-header-desktop .phone-section .contact-phone {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  color: var(--color-primary);
  vertical-align: middle;
  padding-bottom: 9px;
}

@media (min-width: 1200px) {
  .header .top-header-desktop .phone-section .contact-phone {
    padding-right: 15px;
    font-size: 24px;
    line-height: 28.8px;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .header .top-header-desktop .phone-section .contact-phone {
    padding-right: 58px;
  }
}
.header .top-header-desktop .phone-section .contact-phone span {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 71.01px;
  letter-spacing: 0.104px;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .header .top-header-desktop .phone-section .contact-phone span {
    position: unset;
    top: -1px;
    position: relative;
    padding-right: 3px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.104px;
  }
}
@media (max-width: 767px) {
  .contact-qualify {
    padding-bottom: 27px;
  }
}
.contact-qualify .btn {
  font-size: 15px;
}

@media (max-width: 1439px) {
  .contact-qualify .btn {
    padding: 23px 17px;
  }
}
@media (max-width: 1199px) {
  .contact-qualify .btn {
    width: 293px;
    padding: 14px 23px;
  }
}
@media (max-width: 767px) {
  .contact-qualify .btn {
    font-size: 18px;
    line-height: 21px;
    padding: 20px;
    width: unset;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: transparent;
  padding: 8px;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  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;
}

.tap-left a,
.tap-right a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.992px;
  color: #fff;
  letter-spacing: 0.056px;
}

.tap-left {
  background-color: #3576BB;
  text-align: center;
  width: 47%;
  height: 36px;
  float: left;
}

.tap-right {
  background-color: #9F8958;
  text-align: center;
  width: 53%;
  height: 36px;
  float: right;
}

.tap-right a {
  font-size: 11px;
}

#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-toggle {
  display: inline-block;
  width: 29px;
  height: 16px;
  vertical-align: middle;
  content: "";
  background: url("../images/menu-header.svg") no-repeat scroll center center;
  background-size: 29px 16px;
  border: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  #nav-mobile .navbar-toggle-wrap {
    padding-left: 30px;
    border-left: 1px solid #3576BB;
    height: 47px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  #nav-mobile .navbar-toggle-wrap {
    padding-left: 17px;
    padding-right: 5px;
  }
}
.mm-ocd-opened #nav-mobile .navbar-toggle {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  content: "";
  background: url("../images/menu-header-close.svg") no-repeat scroll center center;
  background-size: 22px 22px;
}

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

@media (max-width: 991px) {
  .menu-container,
.mega-menu-container {
    padding: 0;
  }
}
.hamburger,
.hamburger-mobile {
  border: 0;
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .hamburger,
.hamburger-mobile {
    padding-left: 30px;
    border-left: 1px solid #C3C3C3;
    height: 64px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .hamburger,
.hamburger-mobile {
    padding-left: 14px;
  }
}
.hamburger-label,
.hamburger-mobile-label {
  line-height: normal;
  text-transform: uppercase;
  padding-right: 0;
  color: #A6A6A6;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.169px;
  padding-top: 10px;
}

@media (max-width: 1199px) {
  .hamburger-label,
.hamburger-mobile-label {
    margin: 0 auto;
    padding-top: 7px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hamburger-label,
.hamburger-mobile-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .hamburger-box,
.hamburger-mobile-box {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .desktop-menu {
    padding-left: 22px;
    padding-right: 10px;
  }
}
@media (min-width: 1440px) {
  .desktop-menu {
    padding-left: 40.5px;
  }
}
.desktop-menu #nav-desktop .menu-container {
  padding-right: 0;
}

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

.desktop-menu #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
  */
}

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

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

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

.desktop-menu #nav-desktop .nav-item.active .nav-link:before {
  display: block;
  width: 55px;
  height: 6px;
  background-color: #4164f2;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
}

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

.desktop-menu #nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  letter-spacing: 0.57px;
  font-weight: 600;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
}

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

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

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

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

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

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

.mega-menu-container {
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.1s ease, visibility 0.3s;
}

.mega-menu-container.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-menu {
  display: block !important;
  position: static;
  width: 100%;
  box-shadow: none;
  border: none;
}

.header-mega-menu {
  padding-top: 80px;
  padding-bottom: 80px;
}

.header-mega-menu-container.bordered {
  border-top: 1px solid var(--color-stroke, #C3C3C3);
  z-index: 501;
  background-color: #fff;
}

.header-mega-menu .header-menu {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  flex-wrap: nowrap;
  flex-direction: row !important;
}

.header-mega-menu .header-menu .nav-link {
  padding: 0;
}

.header-mega-menu .header-menu .dropdown-menu {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.header-mega-menu .header-menu .dropdown-menu .mega-menu-heading {
  padding: 0;
}

.header-mega-menu .header-menu .dropdown-menu > .menu-item {
  margin-bottom: 16px;
}

.header-mega-menu .header-menu .dropdown-menu > .menu-item a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-primary);
}

@media (max-width: 991px) {
  .header-mega-menu .header-menu .dropdown-menu > .menu-item a {
    font-size: 15px;
  }
}
.header-mega-menu .header-menu .dropdown-menu > .menu-item a:hover {
  color: var(--accent-color);
}

.header-mega-menu .header-menu a {
  text-decoration: none;
}

.header-mega-menu .header-menu .mega-menu-heading,
.header-mega-menu .header-menu .mega-menu-mixed-links {
  flex: 1;
  min-width: 0;
  padding: 0 15px;
}

.header-mega-menu .header-menu .mega-menu-mixed-links > .dropdown-toggle {
  display: none;
}

.header-mega-menu .header-menu .mega-menu-mixed-links .mega-menu-heading > a.nav-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: var(--accent-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  text-transform: none !important;
}

@media (max-width: 991px) {
  .header-mega-menu .header-menu .mega-menu-mixed-links .mega-menu-heading > a.nav-link {
    font-size: 15px;
  }
}
.header-mega-menu .header-menu .mega-menu-mixed-links .independent-link {
  margin-bottom: 24px;
  padding-bottom: 18px;
}

.header-mega-menu .header-menu .mega-menu-mixed-links .independent-link a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #9F8958;
}

@media (max-width: 991px) {
  .header-mega-menu .header-menu .mega-menu-mixed-links .independent-link a {
    line-height: 21px;
    font-size: 15px;
  }
}
.mega-menu-heading > a.nav-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: var(--accent-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .mega-menu-heading > a.nav-link {
    font-size: 15px;
  }
}
#menuHeaderIconClose {
  display: none;
}

#menuHeaderIconClose svg {
  margin-left: 10px;
}

#menuHeaderIconClose svg *,
#menuHeaderIconClose svg path,
#menuHeaderIconClose svg fill {
  fill: #fff;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.spinning {
  animation: spin 0.6s linear forwards;
}

.mm-ocd__content {
  width: 100% !important;
}

.mm-ocd--open {
  background: none !important;
  top: 70px !important;
}

.mm-spn a {
  font-weight: 700;
}

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

.mm-spn.mm-spn--navbar li:after {
  border: none !important;
}

.mm-spn.mm-spn--navbar li:before {
  opacity: 1;
}

.mm-spn.mm-spn--navbar li a:after {
  border: none !important;
}

.mm-ocd__backdrop {
  display: none !important;
}

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