/**
* 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 
 */
#cw-header-sticky {
  background-color: #003462;
}

@media (min-width: 992px) {
  #cw-header-sticky {
    background-color: transparent;
  }
}
#cw-header-sticky.cw-sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  background-color: #003462;
}

@media (min-width: 992px) {
  #cw-header-sticky.cw-sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
    background-color: #fff;
  }
}
#cw-header-sticky.sticky-interiors #nav-desktop ul.header-menu > .nav-item.current-menu-item .nav-link {
  color: #fff !important;
}

#cw-header-sticky.sticky-interiors.cw-sticky #nav-desktop ul.header-menu > .nav-item.current-menu-item .nav-link {
  color: #003462 !important;
}

@media (max-width: 991px) {
  .site-logo-interiors .default-logo,
.site-logo-interiors .sticky-logo {
    display: none !important;
  }
}
article {
  overflow-x: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  padding: 0;
}

@media (max-width: 991px) {
  .header {
    height: 77px;
  }
}
@media (max-width: 575px) {
  .header {
    height: auto;
  }
}
.admin-bar .header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
.header .top-header-mobile .container {
  padding-left: 0;
}

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

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

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo {
    height: 128px;
  }
}
.header #nav-mobile .site-logo img {
  background-color: white;
  padding: 12px;
  max-width: 110px;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo img {
    box-shadow: 0 0 29px rgba(50, 50, 50, 0.25);
    max-width: 180px;
  }
}
.header .label {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
}

.header .label.top-header__left {
  width: auto;
}

.header .label .wpml-ls-link {
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  padding: 0;
}

.header .top-header {
  position: relative;
  padding-top: 17px;
  padding-bottom: 15px;
  background-color: var(--header-bg-color);
}

@media (max-width: 575px) {
  .header .top-header {
    background: #fff;
    height: 50px;
    padding: 0 !important;
  }
  .header .top-header .row {
    height: 50px;
  }
  .header .top-header span {
    color: #003462;
  }
}
.header .top-header .site-logo-wrap {
  width: auto;
}

.header .top-header .phone-section {
  margin-left: auto;
  width: auto;
  display: flex;
}

.header .top-header .phone-section .label-language {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.header .top-header .phone-section .phone-text {
  padding-right: 5px;
}

@media (min-width: 992px) {
  .header .top-header .phone-section .language-switcher {
    padding-left: 58px;
  }
}
.header .top-header .phone-section .language {
  position: relative;
  font-size: 18px;
  line-height: 23px;
  margin-left: 45px;
}

.header .top-header .phone-section .language a {
  color: #fff;
}

.header .top-header .phone-section .language a:hover {
  color: #00A7E2;
}

.header .top-header .phone-section .language:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -24px;
  width: 1px;
  height: 25px;
  background-color: #fff;
}

.header .top-header .phone-section .contact-phone {
  display: flex;
  align-items: center;
}

.header .top-header .phone-section .contact-phone .phone-label {
  margin-right: 16px;
  color: #fff;
  font-size: 18px;
}

.header .top-header .phone-section .contact-phone .number {
  font-size: 36px;
  font-weight: 500;
  color: #00A7E2;
}

.header .bottom-header {
  position: relative;
  height: 100px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.header .bottom-header .mobile-search-toggle {
  display: none;
}

@media (max-width: 991px) {
  .header .bottom-header {
    height: 77px;
  }
}
@media (max-width: 1199px) {
  .header .bottom-header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .header .logo {
    width: 166px;
    height: 100%;
  }
  .header .bottom-header .mobile-search-toggle {
    display: flex;
    justify-content: end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header {
    padding: 15px 0 0;
  }
  .header .top-header .container {
    padding: 0;
  }
  .header .top-header .site-logo-wrap {
    z-index: 1;
  }
  .header .top-header .phone-section {
    margin-right: 106px;
    text-align: center;
    z-index: 1;
  }
  .header .top-header .phone-section .label-language {
    margin-bottom: 4px;
  }
  .header .top-header .phone-section .label {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
  }
  .header .top-header .phone-section .language {
    margin-left: 30px;
    font-size: 12px;
    line-height: 15px;
  }
  .header .top-header .phone-section .language:before {
    top: 1px;
    left: -16px;
    width: 1px;
    height: 13px;
  }
  .header .top-header .phone-section .contact-phone .phone-label {
    margin-right: 8px;
    font-size: 15px;
  }
  .header .top-header .phone-section .contact-phone .number {
    font-size: 24px;
  }
  .header .bottom-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header .bottom-header .container {
    padding: 0;
  }
  .header .bottom-header .mobile-search-toggle {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 991px) {
  .header .bottom-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 102px;
  }
  .header .top-header {
    padding: 15px 0 14px;
  }
  .header .top-header .container .row {
    margin: 0;
  }
  .header .top-header .phone-section .label-language {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  .header .top-header .phone-section .label {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.2em;
    max-width: 100px;
  }
  .header .top-header .phone-section .language {
    display: block;
    margin-top: 8px;
    margin-left: 0;
    font-size: 12px;
    line-height: 1;
  }
  .header .top-header .phone-section .language:before {
    display: none;
  }
  .header .top-header .phone-section .contact-phone {
    display: none;
  }
  .header .bottom-header {
    padding: 24px 0;
  }
  .header .bottom-header .container {
    display: flex;
    align-items: center;
  }
  .header .bottom-header .site-logo-wrap {
    padding-left: 0 !important;
  }
  .header .bottom-header .tap-mobile .contact-phone {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .header .bottom-header .tap-mobile .contact-phone .text {
    margin-right: 8px;
    font-size: 18px;
  }
  .header .bottom-header .tap-mobile .contact-phone .text.es {
    font-size: 11px;
  }
  .header .bottom-header .tap-mobile .contact-phone .number {
    font-weight: 500;
    font-size: 24px;
  }
  .header .bottom-header .mobile-search-toggle {
    margin-left: auto;
    padding-right: 0 !important;
  }
}
.hero {
  padding-top: 165px !important;
  position: relative;
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

@media (min-width: 992px) {
  .hero {
    padding-top: 246px !important;
    min-height: 408px;
    padding-bottom: 90px;
  }
}
.hero .banner-title {
  color: #2b2b2b;
  font-family: var(--secondary-font), sans-serif;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  text-align: left;
  border-bottom: none !important;
}

.hero .banner-title h1 {
  border-bottom: 0;
}

@media screen and (min-width: 992px) {
  .hero .banner-title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 28px;
  }
  .page-template-practice-area .hero .banner-title {
    margin-bottom: 70px;
  }
  .page-template-practice-area .hero .banner-title:after {
    margin-top: 40px;
  }
}
.hero-home {
  position: relative;
  padding-top: 77px !important;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 576px) {
  .hero-home {
    padding-top: 120px !important;
  }
}
@media (min-width: 992px) {
  .hero-home {
    padding-top: 231px !important;
    height: 852px;
    background-position: left 20% center;
  }
}
@media (min-width: 1200px) {
  .hero-home {
    background-position: left top 50px;
  }
}
.hero-home .container-fluid--image {
  height: 360px;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 767px) {
  .hero-home .container-fluid--image {
    height: 340px;
    transform: none;
  }
}
.hero-home .banner-content {
  padding-top: 30px;
  max-width: 653px;
}

.hero-home .banner-content .banner-title {
  margin-bottom: 15px;
  color: var(--color-primary);
  font-size: 79px;
  font-weight: 600;
  line-height: 90px;
  text-transform: capitalize;
  letter-spacing: none;
}

@media (min-width: 1200px) {
  .hero-home .banner-content .banner-title {
    max-width: 453px;
  }
  html[lang=es-ES] .hero-home .banner-content .banner-title {
    max-width: 462px;
    font-size: 70px;
  }
}
.hero-home .banner-content .banner-excerpt {
  font-size: 19px;
  line-height: 29px;
  font-weight: normal;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .hero-home .banner-content .banner-excerpt {
    max-width: 585px;
  }
}
.hero-home .banner-content .banner-excerpt strong {
  font-weight: 600;
}

.hero-home .banner-content .btn {
  max-width: 352px !important;
}

.hero-home .banner-content .btn-wrapper {
  margin-top: 42px;
}

.hero-home .image-holder {
  padding-right: 34px;
  text-align: right;
}

@media (max-width: 1439px) {
  .hero-home .banner-content {
    padding-top: 0;
  }
  .hero-home .image-holder {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .banner-content .banner-title {
    font-size: 75px;
  }
  .hero-home .banner-content .banner-excerpt {
    font-size: 22px;
  }
  .hero-home .banner-content .btn-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .hero-home .hero-home__content {
    background: #003462;
    max-width: 100%;
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .hero-home .banner-content-wrap {
    max-width: 720px;
    margin: 30px auto 45px;
  }
  .hero-home .banner-content .banner-title {
    font-size: 35px;
    color: #fff;
    line-height: 41px;
  }
  .hero-home .banner-content .banner-excerpt {
    font-size: 16px;
    margin-bottom: 12px;
    color: #fff;
  }
  .hero-home .banner-content .btn-wrapper {
    margin-top: 0 !important;
  }
  .hero-home .page-title {
    color: #fff;
    margin: 0 auto;
    max-width: 398px;
    font-size: 28px;
    line-height: 35px;
  }
  .hero-home .image-holder {
    margin: 31px auto 0;
    max-width: 179px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-home .hero-home__content .banner-content-wrap {
    max-width: 540px !important;
  }
}
.banner-subtitle-top {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 991px) {
  .banner-subtitle-top {
    font-size: 16px;
  }
}
.banner-excerpt {
  margin-bottom: 24px;
  color: #323049;
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
}

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

.hero-about {
  position: relative;
  padding-top: 120px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .hero-about {
    padding-top: 231px !important;
    height: 606px;
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .hero-about {
    padding-top: 170px !important;
  }
}
.hero-pa {
  position: relative;
  padding-top: 120px !important;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .hero-pa {
    padding-top: 200px !important;
    height: 470px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  .hero-pa {
    padding-top: 165px !important;
  }
}
@media screen and (min-width: 1400px) {
  .hero-pa {
    background-size: cover;
  }
}
.hero-pa h1 {
  margin-bottom: 0px !important;
}

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

@media (max-width: 991px) {
  .hero-bio {
    min-height: 520px;
  }
}
.hero-bio .bio-excerpt {
  color: #292929;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 37px;
  text-align: left;
  padding-top: 10px;
}

.hero-bio .col-right {
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .hero-bio .col-right {
    margin-bottom: 45px;
  }
}
.hero-bio .col-right .text-wrap {
  max-width: 553px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .hero-bio .col-right .text-wrap {
    margin-right: initial;
  }
}
.hero-bio .col-right .text-wrap .banner-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.96px;
  line-height: 60px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .text-wrap .banner-title {
    font-size: 54px;
  }
}
.hero-bio .col-right .text-wrap .banner-title:after {
  width: 100px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-right .text-wrap .banner-title:after {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .col-right .text-wrap .banner-title:after {
    margin-top: 15px;
  }
}
.hero-bio .col-right .text-wrap .position {
  color: #7dbeef;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.83px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

.hero-bio .col-right .text-wrap ul {
  margin-top: 17px;
  margin-bottom: 26px;
  margin-left: 0;
  padding-left: 0;
}

.hero-bio .col-right .text-wrap ul li {
  font-size: 17px;
  font-weight: 500;
  color: #908f8c;
  margin-bottom: 0;
  line-height: normal;
  padding: 12px 0;
  border-bottom: 2px dashed #e0e0d8;
}

.hero-bio .col-right .text-wrap ul li:first-of-type {
  border-top: 2px dashed #e0e0d8;
}

.hero-bio .col-right .text-wrap ul li a {
  color: #00A7E2;
  display: inline-block;
}

.hero-bio .col-right .text-wrap ul li.phone {
  background-size: 20px 20px;
}

.hero-bio .col-right .text-wrap ul li.fax {
  background-size: 25px 25px;
}

.hero-bio .col-right .text-wrap ul li.email {
  background-size: 20px 15px;
}

@media (max-width: 991px) {
  .hero-bio .col-right .text-wrap .btn-std {
    width: 100%;
    max-width: 370px;
    font-size: 12px;
  }
}
.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;
}

.mobile-button {
  background: none;
  box-shadow: none;
  border: none;
}

.mobile-button .menu__bar {
  background-color: white;
  height: 5px;
  width: 38px;
  display: block;
  margin-bottom: 3px;
}

.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
*/
.menu-container {
  max-width: 1010px;
  width: 100%;
  margin: 0 0 0 auto;
}

@media (max-width: 1439px) {
  .menu-container {
    max-width: 880px;
  }
}
@media (max-width: 1199px) {
  .menu-container {
    max-width: 760px;
  }
}
#nav-desktop {
  padding: 5px 0;
}

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

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

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

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

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

#nav-desktop .nav-item.active .nav-link:before {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(84deg, #884A14, #F2D3A4);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
}

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

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

.sticky-interiors #nav-desktop .nav-item .nav-link {
  color: #fff;
}

.sticky-interiors #nav-desktop .nav-item .nav-link:hover, .sticky-interiors #nav-desktop .nav-item .nav-link:focus {
  color: #00A7E2;
}

.sticky-interiors.cw-sticky #nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
}

@media (max-width: 1199px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 14px;
  }
}
#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: var(--header-main-m-hover-color);
}

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

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

#nav-desktop .nav-item .dropdown-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}

#nav-desktop .nav-item .dropdown-menu li a {
  color: var(--header-sub-link) !important;
  font-size: 14px;
  letter-spacing: -0.2px;
}

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

#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 {
  display: none;
}

@media (max-width: 991px) {
  .mega-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003462;
    z-index: 999;
    overflow-y: scroll;
  }
}
.mega-menu__inner {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .mega-menu__inner {
    max-width: 100%;
    padding: 35px 37px;
  }
}
@media (max-width: 767px) {
  .mega-menu__inner {
    padding: 35px 37px 180px;
  }
}
.mega-menu__inner .logo {
  max-width: 102px;
}

.mega-menu__inner .mobile-menu-header {
  margin-bottom: 28px;
  height: 29px;
}

.mega-menu__inner .mobile-menu-footer .availability-language {
  margin-top: 26px;
}

.mega-menu__inner .mobile-menu-footer .availability-language__left, .mega-menu__inner .mobile-menu-footer .availability-language__right {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.mega-menu__inner .mobile-menu-footer .availability-language__left a, .mega-menu__inner .mobile-menu-footer .availability-language__right a {
  color: #fff;
}

.mega-menu__inner .mobile-menu-footer .availability-language__right .wpml-ls-link {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 0;
}

.mega-menu__inner .mobile-menu-footer .contact-phone span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.mega-menu__inner .mobile-menu-panel {
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
}

.mega-menu__inner .mobile-menu-panel li {
  margin-bottom: 29px;
}

.mega-menu__inner .mobile-menu-panel li:last-child {
  margin-bottom: 26px;
}

.mega-menu__inner .mobile-menu-panel li.menu-item-has-children > a {
  position: relative;
}

.mega-menu__inner .mobile-menu-panel li.menu-item-has-children > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.mega-menu__inner .mobile-menu-panel li.menu-item-has-children .sub-menu {
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mega-menu__inner .mobile-menu-panel li.menu-item-has-children .sub-menu li {
  margin-bottom: 10px;
}

.mega-menu__inner .mobile-menu-panel li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}

.mega-menu__inner .mobile-menu-panel li.menu-item-has-children .sub-menu li a {
  color: #003462;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
}

@media (max-width: 374px) {
  .mega-menu__inner .mobile-menu-panel li.menu-item-has-children .sub-menu li a {
    font-size: 17px;
  }
}
.mega-menu__inner .mobile-menu-panel li a {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 374px) {
  .mega-menu__inner .mobile-menu-panel li a {
    font-size: 22px;
  }
}
.mega-menu__inner .mobile-menu-panel li a:hover:before {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(84deg, #884A14, #F2D3A4);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
}

.mega-menu__inner .mobile-menu-panel li.current-page-item a:before {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(84deg, #884A14, #F2D3A4);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
}

@media (max-width: 991px) {
  .menu-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 400px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
  }
}
@media (max-width: 991px) {
  .close-button {
    position: relative;
    background: none;
    border: none;
    font-size: 45px;
    cursor: pointer;
    color: #fff;
    height: 29px;
    top: 0;
    line-height: 10px;
  }
}
/* Show mega menu when mobile button is clicked */
@media (max-width: 991px) {
  .show-menu {
    display: block;
  }
}
.show-menu + #panel .header {
  display: none;
}

.mobile-menu-panel .sub-menu {
  display: none;
}

.mobile-menu-panel .sub-menu.show {
  display: block;
}

@media (max-width: 768px) {
  .resources {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  section.testimonials-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 1199px) {
  .pa-section-content.entry-content.pa-section__item {
    height: auto !important;
  }
}
.pa-faqs .faqs-items .nav-tabs li button + .tab-content {
  display: none;
}

.pa-faqs .faqs-items .nav-tabs li button.active + .tab-content {
  display: block !important;
  padding-top: 20px;
}

.cw-accordion__item-title {
  background-image: unset !important;
}

@media (max-width: 580px) {
  iframe.cw_video_single {
    height: 280px !important;
  }
}
@media (max-width: 580px) {
  h2 {
    padding-top: 150px !important;
    margin-top: -150px !important;
  }
}
@media (max-width: 990px) {
  .image-holder {
    text-align: center;
    margin: 0 auto !important;
  }
}
@media (max-width: 992px) {
  .hide-992 {
    display: none !important;
  }
}
:lang(es-ES) ul#menu-header-menu-es-1 {
  justify-content: right;
}

:lang(es-ES) #nav-desktop ul.header-menu > .nav-item {
  padding-left: 26px;
}

.show-1995 {
  display: none;
}

@media (max-width: 1995px) {
  .show-1995 {
    display: block !important;
  }
}
.hide-1995 {
  display: block;
}

@media (max-width: 1995px) {
  .hide-1995 {
    display: none !important;
  }
}
@media (max-width: 1450px) {
  .home .about-us .container-bottom {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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