html {
  padding-bottom: 0 !important;
}
.main-header {
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 10;
  background: #000;
}
.aspot-desktop {
  display: none;
}
.mobile-header {
  display: table;
  width: 100%;
  text-align: center;
}
.header-nav {
  display: none;
}
.logo {
  width: 70px;
  max-width: 45%;
  position: relative;
  top: 15px;
  z-index: 100;
}
.desktop-search {
  display: none;
}
.header-nav a {
  color: #ACACAC;
  font-size: 15px;
}
header .search-wrap:before {
  width: 40px;
  height: 26px;
  background: url({{ 'searchicon.svg' | file_url }}) no-repeat center #000;
  background-size: 20px;
  content: "";
  position: absolute;
  top: 4px;
  right: 3px;
  pointer-events: all;
}
header .search-wrap {
  position: relative;
  width: 100%;
  max-width: 225px;
}
header .search {
  width: 100%;
  max-width: 210px;
  padding-left: 10px;
  color: #acacac;
  height: 28px;
  font-size: 16px;
  border: 1px solid #ACACAC;
  background: #000;
  border-radius: 0;
}
header .search:focus-visible {
  outline: none;
}
header .search-wrap label {
  color: #ACACAC;
  display: none;
}
header .search-wrap span {
  cursor: pointer;
  width: 62px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
}
.slideout-wrapper, .ghosted {
  display: none;
}
.menu-toggle {
  position: absolute;
  top: 24px;
  right: 15px;
}
.menu-toggle img {
  width: 23px;
}
.mobile-close {
  display: none;
}
.mobile-close img {
  width: 20px;
}
.slideout-wrapper {
  height: 100%;
  max-width: 385px;
  min-width: 300px;
  width: 50%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 65px;
  z-index: 99;
}
.slideout {
  height: 100%;
  padding-top: 62px;
  background: #000;
  position: absolute;
  overflow-y: scroll;
  left: 0;
  right: -17px;
}
.slideout .wrapper {
  width: 80%;
}
.slideout ul {
  width: 60%;
  margin-top: 50px;
}
.slideout li {
  font-size: 18px;
  border-top: 1px solid #b7b7b7;
}
.slideout li:first-child {
  border-top: none;
}
.slideout a {
  cursor: pointer;
  color: #ACACAC;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
header .social {
  width: 90%;
  text-align: left;
  margin-left: 0;
}
header .social-icon {
  max-width: 35px;
}
.ghosted {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 88;
}
@media only screen and (min-width: 768px) {
  .aspot-desktop {
    display: block;
  }
  .aspot-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .main-header {
    height: 80px;
  }
  .main-header .wrapper {
    height: 100%;
    max-width: initial;
  }
  .desktop-right {
    display: inline;
    width: 100%;
    position: absolute;
    right: 0;
    top: 25px;
    text-align: right;
  }
  .menu-toggle {
    display: none;
  }
  .desktop-search {
    display: inline-block;
    margin-left: 15px;
  }
  header .search-wrap:before {
    right: 2px;
  }
  .banner-wrap img {
    padding-top: 150px;
  }
  .logo {
    width: 100px;
    top: 12px;
  }
  .header-nav {
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    height: 24%;
    margin: auto 0 auto 15px;
  }
  .header-nav li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
  }
  .active a,
  .header-nav a:hover {
    color: #FFF;
  }
}