/* add blue background to home page searchbox container */
.header-searchbox-container {
   background-color: #0031a7 !important;
}

/* increase size of homepage logo */
.home .logo-large {
    height: 150px;

}

/* reduce extraneous space on homepage */
.home .logo {
   margin: 4em auto !important;
}

/* increase logo size on smaller screen */
@media (max-width: 1400px) and (min-width: 1025px) {
    .home .logo-large {
          max-height: 150px; 
  }
}

/* add light gray background to Advanced Search button */
.advance-options {
    background-color: #e7ecf6;
}