:root {
  --swatch--transparent: transparent;
  --swatch--white: #ffffff;
  --header-bg: #d2b48c;
  --swatch--hover: #ffffff; }

.main-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9; }
  @media (min-width: 1400px) {
    .main-header .container-fluid {
      padding-left: 85px;
      padding-right: 85px; } }
  .main-header .row-flex-align-center,
  .main-header .wrapper-header-menu {
    width: 100%; }
  .main-header ul {
    display: flex;
    justify-content: space-between;
    width: 100%; }

.mainHeader_temp01:not(.hSticky-down) .header-inner .desk-menu > ul > li > a {
  color: var(--swatch--white);
  font-size: 26px;
  margin: 0; }

.mainHeader_temp01 .header-inner .desk-menu > ul > li > a:hover {
  color: var(--swatch--hover); }

.desk-menu {
  height: 90px;
  overflow: hidden; }
  .desk-menu ul li a {
    font-size: 26px;
    color: var(--swatch--white);
    font-weight: 600; }
    .desk-menu ul li a:hover {
      color: var(--swatch--hover); }

.desk-menu > ul > li {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative; }
  .desk-menu > ul > li > a {
    font-size: 26px;
    padding: 25px 0 15px !important; }
  .desk-menu > ul > li svg {
    width: 26px; }
  .desk-menu > ul > li > .sub_menu {
    column-gap: 0.25em;
    row-gap: 0.25em;
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.5em;
    display: flex;
    transition: opacity 0.2s; }
    .desk-menu > ul > li > .sub_menu a {
      position: relative; }
      .desk-menu > ul > li > .sub_menu a:before {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        transition: .3s all;
        left: 0;
        top: calc(100% + 1px);
        background: currentcolor; }
      .desk-menu > ul > li > .sub_menu a:hover:before {
        width: 100%; }

.nav_reveal {
  height: 0px;
  transition: height 0.2s;
  overflow: hidden; }
  .nav_reveal.is-open {
    height: 22em; }
  .nav_reveal .nav_bottom {
    display: flex;
    align-items: flex-end;
    margin-top: auto;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 15rem; }
    .nav_reveal .nav_bottom .search_form {
      border-bottom: 1px solid var(--swatch--white);
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 31.5%;
      padding-bottom: 2px;
      display: flex; }
      .nav_reveal .nav_bottom .search_form .submit-field {
        background-color: var(--swatch--transparent);
        font-size: 20px;
        border: 1px #000;
        height: 2em;
        margin-bottom: 0;
        padding: 0 2em 0 0;
        width: 100%; }
        .nav_reveal .nav_bottom .search_form .submit-field:hover, .nav_reveal .nav_bottom .search_form .submit-field:focus {
          border: unset;
          outline: none; }
        .nav_reveal .nav_bottom .search_form .submit-field::placeholder {
          color: #FFF !important; }
    .nav_reveal .nav_bottom .submit-button.is-search {
      line-height: inherit;
      cursor: pointer;
      border: 0;
      border-radius: 0;
      padding: 9px 15px;
      text-decoration: none;
      display: inline-block;
      background-color: var(--swatch--transparent);
      background-image: url(https://cdn.hstatic.net/files/200001082958/file/arrow.svg);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 30px 21px;
      width: 30px;
      height: 21px;
      padding-left: 0;
      padding-right: 0; }

.header-inner:hover .nav_reveal {
  height: 25vw; }

.header-inner:hover .desk-menu {
  overflow: visible; }

.header-inner:hover .desk-menu > ul > li > .sub_menu {
  opacity: 1;
  pointer-events: auto; }

.header-inner:hover .desk-menu > ul > li svg {
  transform: rotate(180deg); }

.header-inner:hover .desk-menu > ul > li.has-child > a {
  opacity: .7; }

.mainHeader_temp01 .wrapper-header-menu:before {
  display: none; }

@media only screen and (min-width: 992px) {
  .main-header .logoimg {
    max-height: 280px !important;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s; } }

.desk-menu > ul > li.active > a {
  color: var(--swatch--white); }

.mainHeader_temp01.hSticky-down .header-inner {
  background: var(--header-bg); }

body.index .mainHeader_temp01:not(.hSticky-down) .header-inner {
  background: transparent; }
  @media (max-width: 929px) {
    body.index .mainHeader_temp01:not(.hSticky-down) .header-inner {
      background: var(--header-bg); } }
  body.index .mainHeader_temp01:not(.hSticky-down) .header-inner:hover {
    background: var(--header-bg); }

body.index .main-header {
  background: transparent;
  border: unset; }

body.index .main-header.hSticky-down {
  background: var(--swatch--dark-tan); }

@media (min-width: 992px) {
  body.index .mainHeader--height {
    min-height: unset !important; } }

@media (min-width: 992px) {
  .nav_logo .main-header--logo img {
    width: 600px; } }
