header .sticky {
  padding: 0;
}

header .sticky__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-block: 12px 22px;
  width: 100%;
  height: 100%;
}

header .degrad .region-header .gally-container .block-system-branding-block {
  position: relative;
  z-index: 2;
}

header .search-container {
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
}

header .search-container::after,
header .search-container::before {
  content: '';
  position: absolute;
  width: 999em;
  background-color: #fff;
  height: 100%;
  top: 0;
}

header .search-container::before {
  left: 0;
  transform: translateX(-100%);
}

header .search-container::after {
  right: 0;
  transform: translateX(100%);
}

header #search-toggle {
  position: absolute;
  right: 62px;
  top: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  text-indent: -999em;
  border: 0;
  cursor: pointer;
  z-index: 1;
}

header #search-toggle:hover {
  opacity: 0.7;
}

header #search-toggle::before {
  content: "\f002";
  text-indent: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
}

header .search-container .search-block-form {
  position: relative;
  z-index: 1;
}

.search-container .search-block-form {
  margin: 0;
  padding: 21px 35px 21px 0;
}

.search-container .search-block-form .form-type-search {
  position: relative;
}

.search-container .search-block-form .form-type-search::before {
  content: "\f002";
  text-indent: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 24px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 15px;
  line-height: 15px;
  color: #000;
}

.search-container .search-block-form .form-search {
  width: 100%;
  padding: 20px 56px 20px 42px;
  font: normal normal normal 15px / 20px Didact Gothic;
  border: 1px solid #C6C6C6;
  border-radius: 3px;
  background-color: #fff;
}

.search-container .search-block-form .form-actions {
  margin: 0;
}

.search-container .search-block-form .form-submit {
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: -999em;
  border-radius: 2px;
  padding: 0;
  position: absolute;
  right: 45px;
  transform: translateY(-100%);
  margin-top: -12px;
  background-image: url("../images/arrow-right.svg");
  background-color: #BABABA;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.search-container .search-container__close {
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -999em;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 42px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #000;
  z-index: 1;
}

.search-container .search-container__close:hover {
  color: #A5A022;
}

.search-container .search-container__close::before {
  content: "\f00d";
  text-indent: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 22px;
  line-height: 24px;
}

.search-container .search-block-form .form-submit:hover {
  background-color: #A5A022;
}

@media (min-width: 801px) {
  header .sticky__inner {
    padding-block: 22px;
  }

  header .degrad .region-header .gally-container .block-system-branding-block .site-logo {
    flex: 0 1 15%;
    padding-right: 5px;
  }

  header .degrad .region-header .gally-container .block-system-branding-block .gallymenu {
    flex: 0 0 85%;
  }

  header #search-toggle {
    right: 158px;
    top: 28px;
    width: 45px;
    height: 45px;
  }

  nav#gallymenu-menu .gallymenu-container > ul.gally-menu-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    column-gap: 5px;
  }

  nav#gallymenu-menu .gallymenu-container > ul.gally-menu-list li {
    margin-left: 0;
    flex: 0 1 auto;
  }

  nav#gallymenu-menu .gallymenu-container > ul.gally-menu-list::before {
    content: '';
    flex-grow: 1;
  }

  nav#gallymenu-menu .gallymenu-container > ul.gally-menu-list li.contact-us {
    flex-grow: 1;
  }

  nav#gallymenu-menu .gallymenu-container > ul.gally-menu-list li.contact-us {
    text-align: right;
    padding-left: 50px;
  }
}

@media (min-width: 1024px) {
  header .degrad .region-header .gally-container .block-system-branding-block .site-logo {
    flex: 0 1 16%;
    padding-right: 0;
  }

  header .degrad .region-header .gally-container .block-system-branding-block .gallymenu {
    flex: 0 0 84%;
  }

  header #search-toggle {
    right: 177px;
    top: 28px;
  }

  nav#gallymenu-menu .gallymenu-container > ul.gally-menu-list li.contact-us {
    padding-left: 69px;
  }

  nav#gallymenu-menu .gallymenu-container > ul.gally-menu-list {
    column-gap: 20px;
  }
}

@media (min-width: 1280px) {
  nav#gallymenu-menu .gallymenu-container > ul.gally-menu-list {
    column-gap: 48px;
  }

  .search-container .search-block-form {
    padding: 21px 54px 21px 0;
  }

  .search-container .search-block-form .form-submit {
    right: 73px;
  }

  .search-container .search-block-form .form-search {
    padding: 20px 70px 20px 42px;
  }
}
