@charset "utf-8";
/* CSS Document */


img#logoUofL { margin-right:1rem; }

#searchModal .modal-header button.close {
  margin: -1rem -1rem 0 0; 
  padding:4px;
  opacity:.8;
  border-radius:4px;
  background:url(https://lcimages.s3.amazonaws.com/ms-x.png) no-repeat;
  width:25px; 
  height:29px;
}



@media (max-width: 767.99px) {
  
  
  body {
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}
  
  #brand a:nth-of-type(1) { margin-right:1rem; }
  
  #sideToolsWrap { justify-content: center; }
  #sideTools2020 { 
    padding: .7rem;
    background-color: transparent;
  }
  
  .header .container { width:100%; }
  
  header .navbar-brand { 
    display:flex; 
    margin-top:-2rem; 
    height:0;
    
  }
  
  .header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  }
  #mobile-header-wrap { 
    display:flex; 
    justify-content:space-between;
    padding:2rem 0;
  }
  
  #menuWrap { 
    padding:1rem; 
    display: flex;
    align-items:center;
    margin-left:1rem;
  }
  
  #brand {   
    display:flex; 
    align-items:center;
  }
  
  #brand a {
    text-decoration: none;
  }

  .modal-dialog { margin:1rem auto; }
  

  header #searchUofLlibraries { margin:0; }
  
  header .s-lib-box-title {display:none;} 
  
  header .s-lib-box {
    border:none;
    background-color:transparent;
    margin-bottom:0; 
  }
  
  header .s-lib-box-content { padding:0; }
  
  header .mobileSearch:nth-of-type(1) { margin:2rem 0 3rem; }
  header .mobileSearch:nth-of-type(2) { margin-bottom: 3rem; }
  
  #bcSearch #s-lg-guide-header-search {
    display:none; 
  }
  
  header .collapse.in {
    position:absolute;
    z-index:20000;
    width:100%;
  }

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: black;
}
  
  
.header li a {
  display: block;
  text-decoration: none;
  font-weight:bold; 
  color:white; 
  padding:0 1rem;
}

.header li a:hover,
.header .menu-btn:hover, 
  .header .menu-btn:active {
  background-color: #ad0000;
}
  
  header .cat { 
    font-size:2.1rem; 
    font-weight:bold;
    margin:0;
    color:#ffe3aa;
  }
  
.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

  header .well { 
    padding:0;
    margin:0;  
  }
  
  header .well ul { padding:1rem; }

  #searchWrap .btn.btn-primary { 
    color:#333; 
    border:none; 
    background-color:transparent!important;
    box-shadow: 0 0 0 0 transparent;
  }
  #searchWrap .glyphicon-search {
    font-size:2rem;
  }

  
  /* OVERLAY EFFECTS */
  
  #overlay-button {
    cursor: pointer;
    user-select: none;
  }
  #overlay-button { 
    margin:0;
  }
  
  #overlay-button span:nth-of-type(2) {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #333333;
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
    margin-bottom:4px;
  }
  #overlay-button span:before {
    top: -10px;
    visibility: visible;
  }  
  #overlay-button span:after {
    top: 10px;
  }
  #overlay-button span:before, #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #333333;
    position: absolute;
    content: "";
    transition: all 0.2s ease-in-out;
  }
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #333333;
  }

  header input[type=checkbox] {
    display: none;
  }

  header input[type=checkbox]:checked ~ #overlay {
    visibility: visible;
  }

  header input[type=checkbox]:checked ~ #overlay-button:hover span,
  header input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
  header input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
    opacity: 1;
  }
  header input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  #overlay {
    height: 100vh;
    width: 100vw;
    background: #ec6451;
    z-index: 2;
    visibility: hidden;
    position: fixed;
  }
  #overlay.active {
    visibility: visible;
  }
  #overlay ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    padding-left: 0;
    list-style-type: none;
  }
  #overlay ul li {
    padding: 1em;
  }
  #overlay ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
  }
  #overlay ul li a:hover {
    color: #333332;
  }

  
}

@media (min-width: 768px) {

 
}

