ul, ol {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
}

h6 {
    font-size: 16px;
    line-height: 17px;
    margin-top: 10px;

}
a {
    font-weight: 400;
}
span {
    font-weight: 400;
}

.search-wrap-btn{
    position: fixed;
    width: 8em;
    height: 2.4em;
    display: inline-block;
    right: 40px;
    top: 25px;
    z-index: 1000;
}

.search-wrap-btn.active {
    width: 24.4em;
}

.search-bar{
    display: inline-block;
    float: left;
    display: none;
    font-size: 22px;
}



.search-bar.active{
    display: block;
}

@media only screen and (max-width: 767px) {
  .search-wrap-btn{
    width: 6em;
    top: 20px;
  }
  .search-wrap-btn.active {
    width: 18em;
  }
  .search-bar.active{
    width: 25vw;
  }
}

#s1{background: none;;box-shadow: none;border: none;text-transform: uppercase;;color:#cdcac8; }
#s1:focus{color: #000}