/* NIH Search Input Styles */

.form-button {
    height: 35px;
    padding-top: 0.3em
}

/*
button span {
  height: 1px;
  left: -9000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
*/

@media(min-width:800px) {
    .form-button {
        height: 35px;
        padding-top: .5em
    }
}

.search-form .form-field {
    -webkit-appearance: none;
    height: 35px;
    padding: 0 35px 0 5px;
}

.l-banner {
  margin-top: 15px;
  color: white;
}

@media (min-width: 992px)  {
  .l-banner {
    display: none;
  }
}

.l-banner button {
  background-color: #20558a;
  color: white;
  font-size: 1rem;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

/* IE hack */
.l-banner button {
  font-family: "Neue Helvetica W01_n3";
}

/* Other browsers */
@media all and (min-width: 0px) {
  .l-banner button {
    font-family: 'Neue Helvetica W01'; font-weight: 300; font-style: normal;
  }
}
.l-banner button.btn,
.l-banner button.btn:link,
.l-banner button.btn:visited,
.l-banner button.btn:hover,
.l-banner button.btn:active {
  color: white;
}

.menu-toggle {
  text-align: left;
}

.az-toggle {
  text-align: right;
}

.search-form .form-button {
  background: transparent url(../images/search-icon.png) no-repeat scroll right center;
  border: none;
  display: block;
  height: 35px;
  width: 35px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 20px;
  text-indent: -9999px;
}


.search-form .form-button:hover {
    background-color: transparent
}

.site-search {
  margin: 1rem 0;
}

    
.atoz-block {
  display: none;
}

@media(min-width:992px) {
    .site-search {
        background-color: transparent;
        display: block;
        margin-top: 0;
        padding: 0;
    }
}

.form-field-search {
    width: 100%;
}

.form-field-site-search {
    border: 0;
    width: 100%;
}

.form-field-site-search {
    border: 1px solid #bfbfbf;
    width: 100%;
}





