.small-header {
  background-color: #F2EEE6;
  color: #000;
  width: 100%;
  max-width: 100vw;
}
.small-header .inner {
  max-width: 1580px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding: 13px 16px;
  box-sizing: border-box;
}
.small-header .button {
  font-size: 17px;
  min-height: 0;
  width: auto;
  padding: 10px 20px 10px;
  line-height: 20px;
  box-shadow: 0 0 5px 0 rgba(114, 114, 114, 0.14);
}
.small-header .button:hover {
  background-color: #e09600;
}
.small-header .header-logo-secondary {
  display: flex;
  align-items: center;
  gap: 10px;
  height: auto;
  margin-right: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .small-header div.inner {
    gap: 4px;
  }
  div.small-header .header-logo-secondary img {
    width: 50px;
  }
  div.small-header .header-logo-secondary span {
    max-width: 60px;
    font-size: 9px;
  }
}
.small-header .header-logo-secondary img {
  width: 90px;
  height: auto;
}
.small-header .header-logo-secondary span {
  color: #000;
  max-width: 75px;
  font-family: "Century-old-style-std", "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.header {
  background-color: #000;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 16px;
  min-height: 85px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.header-branding {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.header .header-logo {
  display: flex;
  width: 250px;
  height: auto;
}
.header .header-logo img {
  width: 100%;
  height: auto;
}
.header .divider-horizontal {
  background-color: #C7C7C7;
  display: none;
  align-self: stretch;
  min-height: 48px;
}

.header-hamburger {
  display: block;
  width: 22px;
  height: 16px;
  position: relative;
  z-index: 7;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
  margin-left: auto;
}
.header-hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFEFB;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.header-hamburger span:nth-child(1) {
  top: 0;
}
.header-hamburger span:nth-child(2) {
  top: 8px;
  transform: translateY(-50%);
}
.header-hamburger span:nth-child(3) {
  top: 15px;
}
.header-hamburger.open span {
  transition: 0.26s ease all;
}
.header-hamburger.open span:first-child {
  transform: rotate(135deg);
  top: 7px;
}
.header-hamburger.open span:nth-child(2) {
  opacity: 0;
  top: 7px;
}
.header-hamburger.open span:nth-child(3) {
  transform: rotate(-135deg);
  top: 7px;
}

.header .site-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
}
.header .site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .site-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .site-navigation > ul > li > a {
  color: #FFFEFB;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 32px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .site-navigation > ul > li > a:hover,
.header .site-navigation > ul > li > a:focus {
  color: #F7A600;
  text-decoration: underline;
}
.header .site-navigation .current-menu-item > a {
  color: #F7A600;
}
.header .site-navigation .has-more-levels > a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  display: inline-block;
  margin-left: 2px;
}
.header .site-navigation li ul {
  display: none;
  background-color: #FFFEFB;
  border: 1px solid #e9e9e9;
  position: absolute;
  left: 50%;
  top: calc(100% - 12px);
  transform: translateX(-50%);
  flex-direction: column;
  width: 250px;
  gap: 0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(114, 114, 114, 0.14);
  padding: 8px 0;
  z-index: 20;
}
.header .site-navigation li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFFEFB;
  border-top: 0;
  position: absolute;
  left: calc(50% - 10px);
  top: -10px;
}
.header .site-navigation li ul li {
  display: block;
  width: 100%;
  justify-content: flex-start;
}
.header .site-navigation li ul a {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  padding: 13px 25px;
  display: block;
  width: 100%;
  text-decoration: none;
}
.header .site-navigation li ul a:hover,
.header .site-navigation li ul a:focus {
  background-color: #F2EEE6;
  color: #000;
  text-decoration: none;
}
.header .site-navigation li.has-more-levels:hover > ul,
.header .site-navigation li.has-more-levels:focus-within > ul {
  display: flex;
}

.fake-search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 40px);
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-left: 1px solid rgba(255, 254, 251, 0.25);
}
.fake-search-field {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.fake-search input[type="search"] {
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  outline: none;
  font-family: "FranklinGothic URW", "Arial", "Helvetica", sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #575757;
  border: 1px solid #cecece;
  border-radius: 4px;
  padding: 10px 40px 10px 15px;
  -webkit-appearance: none;
  appearance: none;
}
.fake-search input[type="search"]::-webkit-search-decoration,
.fake-search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.fake-search input[type="search"]:focus,
.fake-search input[type="search"]:active {
  outline: none;
  border-color: #F7A600 !important;
}
.fake-search-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  padding: 4px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #000;
  cursor: pointer;
  line-height: 0;
}
.fake-search-submit img {
  width: 14px;
  height: 14px;
  display: block;
}
.fake-search-submit:hover,
.fake-search-submit:focus {
  opacity: 0.7;
}

.header-megamenu .fake-search {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.header-megamenu {
  display: flex;
  visibility: hidden;
  position: absolute;
  z-index: 6;
  background: #FFFEFB;
  left: 0;
  width: 100%;
  height: calc(100vh - 159px);
  padding: 19px 10px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: visibility 0.4s, opacity 0.4s ease, transform 0.4s cubic-bezier(0.33, 0, 0.6, 1.58);
}
@media screen and (min-width: 660px) {
  .header-megamenu {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .header-megamenu {
    padding: 56px 16px 80px 140px;
  }
}
.header-megamenu.out {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: visibility 0.4s, opacity 0.4s ease, transform 0.4s cubic-bezier(0.3, -0.62, 0.21, 1);
}
.header-megamenu-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}
.header-megamenu-inner h4 {
  margin: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .header-megamenu-inner h4 {
    display: flex;
  }
}
.header-megamenu-inner__content {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  overflow: auto;
}
@media screen and (min-width: 660px) {
  .header-megamenu-inner__content {
    flex-flow: row wrap;
    gap: 10px;
    overflow: visible;
  }
}
.header-megamenu-inner__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column nowrap;
  height: auto;
  gap: 32px;
}
@media screen and (min-width: 660px) {
  .header-megamenu-inner__content ul {
    flex-flow: column wrap;
    gap: 24px;
    height: 205px;
  }
}
.header-megamenu-inner__content ul.primary-menu li {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.header-megamenu-inner__content ul li {
  display: flex;
  width: 198px;
  flex-direction: column;
  align-items: flex-start;
}
.header-megamenu-inner__content ul li a {
  color: #000;
  text-decoration: none;
}
.header-megamenu-inner__content ul li a:hover {
  color: #F7A600;
}
.header-megamenu-inner .header-megamenu-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.header-megamenu-inner .header-megamenu-bottom-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  height: auto;
}
.header-megamenu-inner .header-megamenu-bottom-logo img {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 660px) {
  .header-megamenu-inner .header-megamenu-bottom-logo img {
    width: 79px;
  }
}
.header-megamenu-inner .header-megamenu-bottom-logo span {
  max-width: 100px;
  font-family: "Century Old Style Std", "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  display: none;
}
.overlay.show {
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 660px) {
  .header .divider-horizontal {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .small-header .inner {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    gap: 12px;
  }
  .small-header .button {
    font-size: 15px;
    padding: 7px 13px 9px;
    flex-shrink: 0;
    width: auto;
  }
  .small-header .header-logo-secondary {
    gap: 8px;
  }
  .small-header .header-logo-secondary img {
    width: 71px;
  }
  .small-header .header-logo-secondary span {
    max-width: 62px;
    font-size: 10px;
  }
  .header-inner {
    min-height: 66px;
    padding: 8px 16px;
  }
  .header .header-logo {
    width: 150px;
  }
  .header .site-navigation {
    display: none;
  }
  .header-hamburger {
    margin-left: auto;
  }
  .header-megamenu .fake-search {
    display: block;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
    padding: 20px 0 0;
    padding-left: 0;
    margin-left: 0;
    border: none;
    border-top: 1px solid #000;
    align-self: stretch;
  }
  .header-megamenu .fake-search-field {
    width: 100%;
    min-width: 0;
  }
  .header-megamenu .fake-search input[type="search"] {
    width: 100%;
    min-width: 0;
  }
}
