/* Header Styles */

/* CSS Custom Properties - Define these variables in your theme or root */
:root {
  --color-blue-hover: rgb(0, 226, 193);
  --menu-height-mobile: 108px;
  --menu-height: 110px;
  --color-white: #ffffff;
  --font-family-mwe-plus: "MWE Arizona Plus Variable", sans-serif;
  --font-family-mwe-mix: "MWE Arizona Mix Variable", sans-serif;
  --primary-color: rgb(0, 0, 66);
  --menu-size: 16px;
  --menu-description-size: 14px;
  --menu-color: #333333;
  --color-navy: rgb(0, 0, 66);
  --breakpoint-mobile: 768px;
  --primary-highlight: rgb(0, 226, 193);
  --secondary-blue: rgb(0, 226, 193);
  --white: #ffffff;
  --color-black: #000000;
}

.section-share-nav-bar-share-twitter:hover svg > path {
  fill: var(--color-blue-hover, rgb(0, 226, 193));
}

.fa {
  /* Ensure Font Awesome icons are visible when the font CSS is loaded */
  display: inline-block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: var(--color-white, #ffffff);
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: transform .7s ease-in-out !important;
}

/* Hide header when scrolling down; show when scrolling up or at top */
.header.header--scroll-hidden {
  --tw-translate-y: -100%;
}
/* 
@media (min-width: 768px) {
  .header {
    margin-top: calc(-1 * var(--menu-height, 109px));
  }
} */
.header:not(:has(.menuopen)) li:has(.header-menu-mobile-close) {
  display: none;
}
.header .header-container {
  padding: 0px 80px;
  height: var(--menu-height, 110px);
  width: calc(100% - 160px);
}

@media (max-width: 991px) {
  .header .header-container {
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
}

.header .header-container .row {
  height: 100%;
  justify-content: space-between;
}

.header .header-logo-mwe,
.header .header-menu-item-link {
  padding-left: 0px;
  padding-right: 0px;
  display: block;
}

.header .header-logo-mwe {
  height: 40px;
}

@media (min-width: 991px) {
  .header .header-logo-mwe {
    height: 52px;
  }
}

.header a:not(.suggestion-link) {
  font-family: var(--font-family-mwe-plus, "MWE Arizona Plus Variable", sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .header a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .header a {
    font-size: var(--menu-size, 16px);
  }
}

.header p {
  width: 75px;
  font-weight: 500;
  font-size: var(--menu-description-size, 14px);
  color: var(--menu-color, #333333);
  text-transform: uppercase;
  padding: 30px 15px;
}

.header-menu {
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

@media (max-width: 1200px) {
  .header-menu {
    width: auto;
    gap: 0px;
  }
}

@media (max-width: 991px) {
  .header-menu {
    float: right;
  }
}

.header-menu-division {
  color: var(--color-navy, rgb(0, 0, 66)) !important;
  padding: 0 5px 0 0 !important;
  font-size: 30px !important;
  font-weight: 100 !important;
}

@media screen and (max-width: 991px) {
  .header-menu-division {
    display: none;
  }
}

.header-menu-mobile-open {
  align-content: center;
}

@media screen and (min-width: 992px) {
  .header-menu-mobile-open {
    display: none !important;
  }
}
.header .header-menu-right {
  justify-content: end;
}

.header .header-menu-right li:has(.header-menu-mobile-close) {
  width: 48px;
}

@media (min-width: 768px) {
  .header .header-menu-right li:has(.header-menu-mobile-close) {
    height: var(--menu-height, 110px);
  }
}
.header-menu-mobile-close {
  padding-left: 11px;
  width: 40px;
  height: 44px;
  align-content: center;
  display: none;
  height: var(--menu-height-mobile, 110px);
}
.header-menu-mobile-close img {
  height: 24px !important;
  width: 24px;
  margin-top: -3px;
}

@media (min-width: 768px) {
  .header-menu-mobile-close {
    height: var(--menu-height, 110px);
  }
}

@media screen and (min-width: 992px) {
  .menuopen .header-menu-mobile-close {
    display: none !important;
  }
}

.header-menu-share a {
  text-align: center;
  width: 100%;
}

.header-menu-share ul {
  width: 40px;
}

.header-menu-share ul > li {
  width: 40px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: center;
}

.header-menu-worlwide.active .sub-menu {
  display: flex !important;
}

.header-menu-worlwide.active .sub-menu li a:hover {
  color: var(--primary-highlight, rgb(0, 226, 193)) !important;
}

.header-menu-worlwide .sub-menu {
  display: none !important;
  width: 150px;
}

@media (max-width: 991px) {
  .header-menu-worlwide .sub-menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    padding: 40px 32px 32px 32px;
  }

  .header-menu-worlwide .sub-menu li {
    padding-left: 0px !important;
    height: auto;
  }

  .header-menu-worlwide .sub-menu li > a {
    font-family: var(--font-family-mwe-mix, "MWE Arizona Mix Variable", sans-serif);
    font-size: 32px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.64px;
    border-bottom: 1px solid #ffffff80;
    padding-bottom: 24px;
  }
}

.header-menu-worlwide,
.header-menu-search,
.header-menu-share {
  padding-left: 8px;
  padding-right: 8px;
  height: var(--menu-height-mobile, 110px);
}

@media (min-width: 768px) {
  .header-menu-worlwide,
  .header-menu-search,
  .header-menu-share {
    height: var(--menu-height, 110px);
    padding-left: 14px;
    padding-right: 14px;
  }
}

.header-menu-left,
.header-menu-right {
  display: flex;
  align-items: center;
  margin: 0;
}

.header-menu-left > li,
.header-menu-right > li {
  list-style: none;
  display: flex;
  align-items: center;
}

.header-menu-left > li.menu-item-has-children,
.header-menu-right > li.menu-item-has-children {
  position: relative;
}

.header-menu-left > li > ul,
.header-menu-right > li > ul {
  width: auto;
  display: none;
  position: absolute;
  top: var(--menu-height-mobile, 110px);
  z-index: 50;
  background: var(--primary-color, rgb(0, 0, 66));
  color: var(--white, #ffffff);
  left: 0;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 768px) {
  .header-menu-left > li > ul,
  .header-menu-right > li > ul {
    top: var(--menu-height, 110px);
  }
}

.header-menu-left > li > ul > li,
.header-menu-right > li > ul > li {
  display: block;
  list-style: none;
  height: 30px;
}

.header-menu-left > li > ul > li a,
.header-menu-right > li > ul > li a {
  display: block;
  line-height: 30px;
  white-space: nowrap;
  color: var(--white, #ffffff);
}

.header-menu-left > li > ul > li:not(.no-hover),
.header-menu-right > li > ul > li:not(.no-hover) {
  padding-left: 10px;
}

.header-menu-left > li > ul > li:not(.no-hover):hover,
.header-menu-right > li > ul > li:not(.no-hover):hover {
  padding-left: 10px;
}

.header-menu-left > li > ul > li:not(.no-hover):hover a,
.header-menu-right > li > ul > li:not(.no-hover):hover a {
  color: var(--primary-highlight, rgb(0, 226, 193));
}

.header-menu-left > li:has(.header-menu-mobile-open),
.header-menu-right > li:has(.header-menu-mobile-open) {
  height: var(--menu-height-mobile, 110px);
}

@media (min-width: 768px) {
  .header-menu-left > li:has(.header-menu-mobile-open),
  .header-menu-right > li:has(.header-menu-mobile-open) {
    height: var(--menu-height, 110px);
  }
}

.header-menu-left > li > a:hover,
.header-menu-right > li > a:hover {
  color: var(--primary-highlight, rgb(0, 226, 193)) !important;
}

.header-menu-left > li.active > a,
.header-menu-right > li.active > a {
  color: #0018F2;
}

.header-menu-right > li {
  position: relative;
}

.header-menu-right > li > ul {
  left: 0;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-menu-right > li > ul > li {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .header-menu-left {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media screen and (max-width: 991px) {
  .header-menu-left {
    display: none;
    position: fixed;
    z-index: 1000;
    background: var(--color-white, #ffffff);
    width: 100%;
    left: 0;
    top: var(--menu-height-mobile, 110px);
    overflow: auto;
    height: calc(100vh - var(--menu-height-mobile, 110px));
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .header-menu-left {
    top: var(--menu-height, 110px);
    height: calc(100vh - var(--menu-height, 110px));
  }
}

.header-menu-left.menuopen a {
  color: var(--white, #ffffff);
}

@media (max-width: 991px) {
  .header-menu-left > li:has(.menu-item-has-children) {
    margin-right: 0px !important;
  }
}


@media (max-width: 991px) {
  .header-menu-left > li {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .header-menu-left > li {
    height: auto;
    width: 100%;
    border-top: 1px solid #f0f0f0;
  }

  .header-menu-left > li.menu-item-has-children {
    display: block;
  }

  .header-menu-left > li.menu-item-has-children a {
    display: block;
  }
}

.header-menu-left > li > a .sub-menu-mobile {
  color: #08a992;
  float: right;
  padding-right: 18px;
  font-size: 30px;
  padding-top: 10px;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 992px) {
  .header-menu-left > li > a .sub-menu-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-menu-left > li > a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 0px;
  }
}

.header-menu-left > li > .sub-menu {
  height: auto;
  padding: 15px;
}

.header-menu-left > li > .sub-menu .hide-on-desktop {
  display: none;
}

@media screen and (max-width: 991px) {
  .header-menu-left > li > .sub-menu .hide-on-desktop {
    display: block;
  }
}

.header-menu-left > li > .sub-menu li {
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .header-menu-left > li > .sub-menu li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .header-menu-left > li > .sub-menu {
    position: relative;
    top: 0;
    height: auto;
    padding: 0px;
  }

  .header-menu-left > li > .sub-menu li {
    padding: 0;
  }
}

.header-menu-left > li > .sub-menu-description {
  display: none;
  position: absolute;
  top: var(--menu-height-mobile, 110px);
  background: #f7f7f7;
  z-index: 1000;
  left: -170px;
  width: 170px;
}

@media (min-width: 768px) {
  .header-menu-left > li > .sub-menu-description {
    top: var(--menu-height, 110px);
  }
}

@media screen and (max-width: 991px) {
  .header-menu-left > li > .sub-menu-description {
    display: none !important;
  }
}

.header .site-logo {
  width: auto;
  height: 40px;
}

@media (min-width: 991px) {
  .header .site-logo {
    height: 52px;
  }
}

.header .site-logo.dark {
  display: none;
}

.menuopen .header {
  background: var(--primary-color, rgb(0, 0, 66));
}

.menuopen .site-logo {
  display: none;
}

.menuopen .site-logo.dark {
  display: block;
}

.menuopen .mega-menu-main-link {
  color: #ffffff99;
}

@media (max-width: 991px) {
  .menuopen .mega-menu-main-link {
    color: var(--white, #ffffff);
  }
}

.menuopen .header-menu-worlwide > a,
.menuopen .header-menu-search > a,
.menuopen .header-menu-mobile-open {
  color: var(--white, #ffffff);
}

.skip-to-content-link {
  position: absolute;
  top: -50px;
  left: 0;
  background: var(--color-black, #000000);
  color: var(--color-white, #ffffff);
  padding: 8px 16px;
  z-index: 10000;
  text-decoration: none;
  transition: top 0.3s ease;
}

.skip-to-content-link:focus {
  top: 10px;
}

/* General search overlay (menu search) */
html:has(.header-section-hero-search-menu-box[style*="display: block"]) {
  overflow: hidden;
}

.header-section-hero-search-menu-box {
  background-color: var(--primary-color, rgb(0, 0, 66));
  height: 100vh !important;
  overflow: hidden;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 28px 80px 66px;
  width: calc(100% - 160px);
  margin: 0;
}

@media (max-width: 768px) {
  .header-section-hero-search-menu-box {
    padding: 27px 42px 27px;
    width: calc(100% - 84px);
  }
}

.header-section-hero-search-menu-box .container {
  height: 100%;
  overflow: hidden;
}

.header-section-hero-search-menu-box .container .col-12 {
  padding: 0;
}

.header-section-hero-search-menu-box .search-container {
  height: calc(100vh - 46px);
}

.header-section-hero-search-menu-box .search-container .search-box {
  height: 100%;
}

.header-section-hero-search-menu-box .search-container .search-box form {
  height: 100%;
}

.header-section-hero-search-menu-box
  .search-container
  .search-box
  form
  .search-autocomplete-results-page {
  overflow: auto;
  height: 100%;
  margin: 10px 0;
  padding: 0 48px;
  direction: rtl;
}

@media (max-width: 576px) {
  .header-section-hero-search-menu-box
    .search-container
    .search-box
    form
    .search-autocomplete-results-page {
    padding-left: 15px;
    padding-right: 0;
  }
}

.header-section-hero-search-menu-box
  .search-container
  .search-box
  form
  .search-autocomplete-results-page::-webkit-scrollbar {
  -webkit-appearance: none;
  background: rgba(217, 217, 217, 0.2);
  width: 5px;
}

.header-section-hero-search-menu-box
  .search-container
  .search-box
  form
  .search-autocomplete-results-page::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.header-section-hero-search-menu-box
  .search-container
  .search-box
  form
  .search-autocomplete-results-page
  > * {
  direction: ltr;
}

.header-section-hero-search-menu-box .search-for-general-container {
  display: flex;
  align-items: center;
  padding-bottom: 41px;
  margin: 0 48px;
  border-bottom: 1px solid #fff;
  position: relative;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header-section-hero-search-menu-box .search-for-general-container {
    padding-bottom: 24px;
    margin: 0;
  }
}

.header-section-hero-search-menu-box .search-for-general-container .search-for-general-search {
  margin-left: 7px;
  margin-top: 8px;
}

.header-section-hero-search-menu-box
  .search-for-general-container
  .search-for-general-search:focus {
  outline: 1px solid;
  outline-offset: 2px;
}

.header-section-hero-search-menu-box
  .search-for-general-container
  .search.div-lds-dual-ring {
  position: unset;
}

.header-section-hero-search-menu-box
  .search-for-general-container
  .search.div-lds-dual-ring
  .active {
  width: auto;
  height: auto;
  display: block;
  margin-left: 7px;
  margin-top: 10px;
}

.header-section-hero-search-menu-box
  .search-for-general-container
  .search.div-lds-dual-ring
  .active:after {
  width: 22px;
  height: 22px;
}

.header-section-hero-search-menu-box
  input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.header-section-hero-search-menu-box #search-for-general,
.header-section-hero-search-menu-box button {
  background-color: transparent !important;
  color: var(--white, #ffffff);
  border: 0;
  outline: none;
}

.header-section-hero-search-menu-box #search-for-general {
  font-family: var(--font-family-mwe-plus, "MWE Arizona Plus Variable", sans-serif);
  font-size: 60px;
  line-height: 1;
  font-weight: 450;
  padding: 0;
  height: auto;
  caret-color: var(--primary-highlight, rgb(0, 226, 193));
  outline: none;
  border: 0;
}

.header-section-hero-search-menu-box #search-for-general::placeholder {
  color: var(--white, #ffffff);
}

@media (max-width: 768px) {
  .header-section-hero-search-menu-box #search-for-general {
    font-size: 32px;
  }
}

.header-section-hero-search-menu-box-close {
  width: 100%;
  text-align: right;
}

.header-section-hero-search-menu-box-close button {
  padding: 0;
  margin-right: -12px;
  margin-top: 8px;
  opacity: 1;
}

.header-section-hero-search-menu-box-close button:hover {
  opacity: 1;
}

.header-section-hero-search-menu-box-close button:focus-within {
  outline: 1px solid;
  outline-offset: 2px;
}

.header-section-hero-search-menu-box .general-search-form {
  max-width: 852px;
  margin: 0 auto;
  width: 100%;
  flex-direction: column;
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  top: 0;
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .section-general-search-element-title
  *,
.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  button.search-for-general-search
  * {
  color: var(--white, #ffffff);
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result-title {
  font-family: var(--font-family-mwe-sans, "MWE Arizona Sans Variable", sans-serif);
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--white, #ffffff);
  text-transform: uppercase;
  padding: 14.5px 16px;
  opacity: 0.4;
}

@media (max-width: 768px) {
  .header-section-hero-search-menu-box
    .general-search-form
    .search-autocomplete-results-page
    .search-result-title {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result {
  border-bottom: 1px solid var(--white, #ffffff);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 21px 0 30px 16px;
}

@media (max-width: 768px) {
  .header-section-hero-search-menu-box
    .general-search-form
    .search-autocomplete-results-page
    .search-result {
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 18.5px;
    padding-bottom: 16.5px;
    gap: 16.5px;
  }
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .search-result-content {
  width: 100%;
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .result-items {
  margin-bottom: 0;
  margin-top: 20px;
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .result-items
  li {
  padding-bottom: 18px;
  font-family: var(--font-family-mwe-sans, "MWE Arizona Sans Variable", sans-serif);
  font-size: 16px;
  font-weight: 325;
  color: var(--primary-highlight, rgb(0, 226, 193));
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .result-items
  li:last-child {
  padding-bottom: 0;
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .result-items
  li:hover {
  color: var(--white, #ffffff);
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .result-items
  .result-item-date {
  color: var(--white, #ffffff);
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .result-items
  .result-item-date:hover {
  color: var(--primary-highlight, rgb(0, 226, 193));
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .search-result-more {
}

@media (max-width: 768px) {
  .header-section-hero-search-menu-box
    .general-search-form
    .search-autocomplete-results-page
    .search-result
    .search-result-more {
    width: 100%;
  }
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .search-result-more
  span {
  font-family: var(--font-family-mwe-sans, "MWE Arizona Sans Variable", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .search-result-more
  span
  svg {
  margin-left: 12px;
  margin-right: 10px;
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .search-result-more
  span:hover {
  color: var(--primary-highlight, rgb(0, 226, 193));
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .category-link {
  border: 0;
  margin-bottom: 0;
  font-family: var(--font-family-mwe-sans, "MWE Arizona Sans Variable", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--white, #ffffff);
  justify-content: left;
}

.header-section-hero-search-menu-box
  .general-search-form
  .search-autocomplete-results-page
  .search-result
  .category-link:hover {
  transform: none;
  opacity: 1;
}

