  #wrapper > .header {
  display: none;
}
.library-hours {
  background-color: rgba(0, 42, 72, 0.9);
  color: white;
  padding: 24px;
  font-size: 16px;
}
.library-hours h3 {
  margin-top: 0;
}
.library-hours a {
  color: white;
}
.hours-today {
  margin-left: auto;
  margin-right: auto;
}
.hours-today .hours-col-loc {
  padding-right: 30px;
  text-align: right;
  font-weight: 400;
}
.hours-today .hours-col-loc a {
  margin-right: -15px;
  color: white;
  font-weight: bold;
  white-space: nowrap;
}
.icons-menu .mel a {
  fill: #3a7baa;
}
.icons-menu .mel a:hover {
  fill: #be9549;
}
.icons-menu .mel a > svg > g,
�.icons-menu .mel a > svg > g > g {
  fill: inherit;
}
.icons-menu .ill a svg {
  max-width: 100%;
}
.icons-menu .ill a:hover svg g {
  stroke: #be9549;
}
.icons-menu .ill a:hover #Group-4 rect,
.icons-menu .ill a:hover #Group-4 polygon {
  fill: #be9549;
}
.homepage-advanced section.columns.icons-menu .feature-inner .feature-text {
  padding-bottom: 0;
}
#omnisearch > div {
  display: flex;
}
@media (max-width: 768px) {
  #omnisearch > div {
    flex-flow: row wrap;
  }
}
@media (max-width: 768px) {
  #omnisearch > div > select {
    flex: 1 100%;
  }
}
@media (max-width: 768px) {
  #omnisearch > div > input {
    flex: 1;
  }
}
@media (max-width: 768px) {
  #omnisearch > div > input:first-of-type {
    flex: 3;
  }
}
.navbar-collapse.in {
  overflow-y: unset;
}
@media (max-width: 991px) and (min-width: 768px) {
  .andrews-global-header .global-nav ul li a {
    padding: 12px 12px;
  }
}
@media (min-width: 992px) {
  .andrews-global-header .global-nav ul li a {
    padding: 12px 25px;
  }
}
@media (min-width: 1200px) {
  .andrews-global-header .global-nav ul li a {
    padding: 12px 35px;
  }
}
@media (max-width: 767px) {
  .homepage-advanced .homepage-feature {
    height: 700px;
    max-height: initial;
  }
  .andrews-global-header .global-nav ul > li {
    float: none;
  }
  .andrews-global-header .global-nav ul > li:nth-child(1) a {
    border-left-width: 0px;
  }
}
.jwl-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jwl-hero-container {
  /*display: grid;
	grid-template-columns: auto 400px;*/
  display: flex;
  justify-content: flex-end;
  padding: 14% 15px;
}
/*.jwl-hero-left { grid-column: ~"1/2" }
.jwl-hero-right { grid-column: ~"2/3"; margin-left: 15px; }*/
@media (max-width: 767px) {
  .jwl-hero-container {
    display: block;
  }
  .jwl-hero-right {
    margin: 0 0 0 0;
  }
  .global-nav {
    display: block;
  }
}
@media (max-width: 480px) {
  .andrews-global-header .global-nav {
    display: block;
  }
}
.homepage-advanced section.columns {
  padding-bottom: 0;
  padding-top: 50px;
}
svg.library-logo a:hover {
  fill: rgba(0, 0, 0, 0.35);
}
/* ------- Fancy Select Styles for omni-search------------ */
select.select-css {
  display: block;
  font-size: 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
  color: white;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #002a48;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #002a48 0%, #002a48 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
select.select-css::-ms-expand {
  display: none;
}
select.select-css:hover {
  border-color: #888;
}
select.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #fff;
  outline: none;
}
select.select-css option {
  font-weight: normal;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  right: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}
