  /* Fullcalendar Adjustments */

h3 {
    font-size: 130%;
}

a.adv-search:visited {
    color: #fff;
}

.adv-search {
    color: #fff;
    margin-top: 7px;
    float: right;
}

/* Fixes accessibility issue that needs to be addressed in the main stylesheet. */ 
figure figcaption {
    background-color: #fff;
}

#calendar table {
    margin-bottom: 0;
}

#calendar button {
    height: auto;
}

.fc-scroller {
    height: auto !important;
}

.fc-ltr .fc-list-heading-main, .fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
    font-family: "ReplicaProBold",sans-serif;
    font-size: 1.2em;
}
table.hours-today {

font-family: "ReplicaPro", sans-serif;

}

/* Fullcalendar Adjustments */

/* Home Page */
.three-up {
    padding-left: 31px;
    padding-right: 35px;
}

@media only screen and (min-width: 30em) {
    h3 {
        font-size: 160%;
    }

    .three-up figure img {
        min-width: auto;
        float: none;
        width: 100%;
    }
    
    .three-up figure figcaption {
        border-top: none;
        width: 100%;
        padding: 10px;
        font-size: 1.4em;
        min-height: auto;
    }
}

.three-up a {
    color: #000;
}

.three-up a img, .three-up a h3 {
     transition all 0.3s;
}

.three-up a:hover h3 {
    color: #d72121;
}

.three-up a:hover img {
    opacity: 0.7;
}

.split, .split #icons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.split #hours {
    padding: 25px;
    font-size: .9em;
    line-height: 1.3em;
    width: 100%;
    margin: 20px 25px 0px 20px;
}

.split #hours h2 {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 1.6em;
}

.split #hours table {
    width: 100%;
}

.split #hours .btn {
    margin-top: 15px;
    float: right;
    margin-right: 5px;
}

.split #icons .icon {
    width: 50%;
    text-align: center;
    text-transform: uppercase;
}

.split #icons .icon:nth-child(1) {
    padding: 0 10px 10px 0;
}

.split #icons .icon:nth-child(2), .split #icons .icon:nth-child(3), .split #icons .icon:nth-child(4) {
    padding: 0 10px 0 0;
}

.split #icons .icon a {
    display: block;
    min-height: 185px;
    font-family: ReplicaProRegular;
    font-size: 1.1em;
    padding: 0 10px 10px 10px;
    border-radius: 15px;
    transition: all 0.3s;
}

.split #icons .icon a:hover {
    background-color: #f7f7f7;
    color: #000;
}

.icon a img {
    padding: 20px 45px;
}

@media only screen and (min-width: 40.0625em) {
    .banner h1.top {
        bottom: auto;
        top: 0;
    }
    
    .banner h1 {
        z-index: 50;
    }
    
    .banner h1.preheader {
        bottom: 45px;
        z-index: 100;
    }
}

.banner input[type="button"] {
   background-color: #d72121;
  border: none;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.1em;
  transition: all 0.3s;
}

.banner input[type="button"]:hover {
    background-color: #000;
}

.banner form.search h2 {
    margin: 0;
    
}

.banner form.search h2 label {
    color: #fff;
    font-size: .7em;
}

.banner form.search .formInnerWrap {
    background-color: rgba(0, 0, 0, 1);
    padding: 15px;
}

@media only screen and (min-width:940px) {
    .banner form.search {
      width: 100%;
      position: absolute;
      top: 100px;
    }
    
    .banner form.search .formInnerWrap {
        width: 50%;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    .split #icons, .split #hours, .split #icons .icon  {
        width: 50%;
    }
    
    .split #hours {
        margin: 0;
    }
    
}

@media only screen and (min-width:1025px) {
    .three-up {
        padding-left: 10px;
        padding-right: 10px;
    }
    .three-up figure figcaption {
        font-size: 1em;
    }
}
/* Home Page */

/* Second Level Pages */
.main-content .highlights .row .columns {
    padding-top:0;
    padding-bottom: 0;
}
    
@media only screen and (min-width: 641px) {
    .banner h1 {
        color: #fff;
        padding: 15px 25px;
    }
    
    .banner h1.nobg {
        position: relative;
        background-color: #d72121;
        bottom: auto;
        margin: 0 0 0 20px;
    }
}


/* Second Level Pages */

/* Staff Page */
ul#staff-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#staff-list li .person {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

ul#staff-list li .person .info {
    padding-left: 15px;
}

ul#staff-list li .person .photo, ul#staff-list li .person .photo img {
    width: 175px;
    min-width: 175px;
}

ul#staff-list li .person h3, ul#staff-list li .person h4 {
    padding: 0;
    margin: 0 0 5px 0;
}
/* Staff Page */

/* Weekly Hours */

#weekly-hours #prev {
    margin-right: 3px;
}

#weekly-hours .current {
    background-color: #d72121;
    color: #fff;
}

#weekly-hours .btn.disabled {
    background-color: #efefef;
    border: 3px solid #ccc;
    cursor: default;
}

#weekly-hours .btn.disabled:hover {
    color: #fff;
}

span.s-lc-time {
    white-space: nowrap;
}

/* Special Collections and Archives */
.homewrap #hours {
    border: 1px solid #ccc;
    padding: 0px 20px 10px 20px;
    margin: 30px 0 10px 0;
}
/* Special Collections and Archives */

/* Chat Box */
.libhelp-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.libhelp-container .arrow {
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 38px;
  width: 15px;
  height:15px;
  left: 6px;
  transition: all 0.3s ease;
  -webkit-transition:all 0.3s ease; 
  -moz-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.libhelp-container .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.libhelp-container .arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.libhelp-container #btncontainer {
    position:absolute;
    right: 20px;
    bottom:94px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    max-width: 150px;
    text-align: center;
  
}

.libhelp-container .libraryh3lp {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 20px 60px 0;
    transition: all 0.3s;
}

.libhelp-container #btncontainer a {
    height: 100%;
}

.libhelp-container a {
    display: block;
    pointer-events: auto;
    
}
/* Chat Box */

@media only screen and (max-width: 40em) {
    .libhelp-container #btncontainer {
        position:fixed;
        right: 0;
        bottom:0;
        max-width: 100%;
        min-width: 100%;
        text-align: center;
    }
    
    .libhelp-container a {
        display: block;
        pointer-events: auto;
        margin: 0;
}
       
    
    .banner h1 {
        margin-bottom: 15px;
        padding-left: 25px;
    }
}
.contact-box {
  background-color: #eeeeee;
  border: 2px solid #dddddd;
  padding: 30px;
}