#skip-to-content {
  padding: 1em;
  position: absolute;
  top: -40px;
  left: 1em;
  z-index: 1000;
  color: white;
}
#skip-to-content:focus {
  position: absolute;
  top: 0;
  background: #222;
}

.sc-site-header--menu-depth-1 .hs-menu-depth-2,.sc-site-header--menu-depth-2 .hs-menu-depth-3{
  display:none; 
}

header#sc-site-header.sc-site-header--style-absolute {
    position: absolute;
    z-index: 800;
    width: 100%;
}
header#sc-site-header a{
    text-decoration:none;
  }

{% if module.header_style == "absolute" %}
/*  */
.header-container .row-fluid [class*="span"]{
  min-height:0;
}
{% endif %}
#sc-site-header li.hs-menu-depth-1:last-child .hs-menu-children-wrapper{
  right:0;
  left:auto;
}
form#sc-site-header__search-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

button#sc-site-header__search-button {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    height: 13.5px;
    width: 15px;
    position: absolute;
    right: 5px;
    top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain ;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.222' height='16.76' viewBox='0 0 15.222 16.76'%3E%3Cg fill='none' stroke='%23fff'%3E%3Cg stroke-width='2'%3E%3Ccircle cx='6.154' cy='6.154' r='6.154' stroke='none'/%3E%3Ccircle cx='6.154' cy='6.154' r='5.154'/%3E%3C/g%3E%3Cpath stroke-linecap='round' stroke-width='2.5' d='M9.615 10.385L13.461 15'/%3E%3C/g%3E%3C/svg%3E");
}


@media (min-width: 767px) {
  #sc-site-header__search-field {
    width: 0px !important;
    background-color: transparent !important;
  }
  #sc-site-header__search-form:hover #sc-site-header__search-field {
    width: 190px !important;
    background-color: rgba(57, 190, 235, 0.24) !important;
  }
}
