/** du-theme.css
    2023 LibGuides redesign using Drake branding
*/

/** Used for system-wide messages, like outages, emergency announcements, etc. **/
/** Set to 'display: block' to show the message **/
#system-notice,
.system-notice-widget,
.az-landing-page-alert,
.az-page-alert.d-flex {
    display: none !important;
    /*display:block;*/
    margin-left: auto;
    margin-right: auto;
}
.az-landing-page-alert, .az-page-alert {
    border: none;
    background-color: transparent;
}
/* Remove margin from System Notice box so it doesn't take up 
extra room when hidden */
#s-lg-box-33107574 {
    margin-bottom: 0;
}

/************************/
/*  Site-wide elements  */
/************************/
body {
    font-family: 'proxima-nova', 'Work Sans', Helvetica, Arial, 'sans serif' !important;
}
  
h1, h2, h3, h4, h5, h6 {
    font-family: "harfang-pro", "Source Serif", serif !important;
}

h1 { 
    font-size: 2rem;
}
  
h2 {
    font-size: 1.6rem;
}

ol, ul {
    margin-left: 2em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

.color-primary {
    color: #013b73 !important;
}

.color-secondary {
    color: #04a2e1 !important;
}

.no-bullet { /* apply to ul and ol elements */ 
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.whiteText {
    color: #fff;
}

.see-through {
    background-color: transparent;
}

.underline {
    text-decoration: underline !important;
}

@keyframes blink {
    50% {
        opacity: 0;
        stroke-width:0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, -1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.blink {
    animation: blink 1.2s infinite;
}

.pulse {
    transform-origin: 50% 50%;
    animation: pulse 1s infinite;
}

.sink {
    margin-bottom: -1.3rem;
}

.fa-stack {
    opacity: 0.5;
}

.icon-fa-new-window, .icon-fa-format {
    margin-left: .75em;
}

i.fs-4 {
    font-size: inherit !important;}
  
.d-flex {
    display: flex !important;
}

.inline {
    display: inline;
}

.inline-force {
    display: inline !important;
}

.cl-hidden,
.mobile-false {
    display: none;
}

.image-400, .image-200 {
    width: 100px;
}

.image-shadow {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.du-theme-display-block {
    display: block !important;
}

.du-theme-display-inline {
    display: inline !important;
}

.du-theme-unfloat {
    float: none !important;
}

.flexbox-container {
    display: flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.flexbox {
    flex: 1 0 calc(50% - 1rem);
    margin: 1rem;
    box-sizing: border-box;
}

.related_content_panel {
    width: 200px;
    float: right;
    margin: 4px 0 1em 1em;
    padding: 1em 1em 2em 1em;
    background-color: #fafafa;
    border: 1px solid #999;
    border-radius: 4px;
}

.related_content_panel ul, 
.related_content_panel ul li {
    line-height: 1.2;
    list-style: none !important;
    margin-left: 0 !important;
    margin-top: .5em;
}

.related_content_panel a {
    font-size: smaller;
}

.callout {
    border: 1px solid #04a2e1; 
    border-left-width: 12px;
    border-radius: 4px;
    background-color: #fefefe;
    padding: 1em 2em 1em 3.5em;
    margin: 0 1rem 1rem 1rem;
    background-image: url('https://d2jv02qf7xgjwx.cloudfront.net/customers/398/images/callout-default.png');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 1rem;
}

.callout-warning { 
    border-color: #ffcd00;
    background-image: url('https://d2jv02qf7xgjwx.cloudfront.net/customers/398/images/callout-warning.png');
}
.callout-danger { 
    border-color: #cb333b;
    background-image: url('https://d2jv02qf7xgjwx.cloudfront.net/customers/398/images/callout-danger.png'); 
}
.callout-success { 
    border-color: #7aa555; 
    background-image: url('https://d2jv02qf7xgjwx.cloudfront.net/customers/398/images/callout-success.png');
}
.callout-noicon {
    background-image: none;
    padding-left: 2em;
}

/** Primary background color **/
.bg-1 {
    background-color: #013b73 !important;
}
  
/** Secondary background color **/
.bg-2 {
    background-color: #04a2e1 !important;
}

/** Fix "clickable info icon" popouts. Bootstrap 4 breaks these, but I can't figure out how **/

.s-lib-box-content .fade:not(.show),
.modal.fade.in,
.popover.fade.in {
    opacity: 1;
}
.s-lib-box-content .popover  .arrow,
.s-ui-helptip .popover .arrow {
    position: absolute;
    display: none;
    width: .33rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.modal.fade.in .modal-header {
    display: block;
}

/** Chat widget adjustments **/

.lcs_slide_out header a { font-weight: bold; padding: 10px 18px; font-size:1.2em; }

#s-lib-scroll-top {
    bottom: 10% !important;
}
   
.s-lch-widget-float {
    background-color: #fff;
    bottom: 33.33% !important;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    right: 0px !important;
    padding: 0 !important;
    opacity: 0.5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.s-lch-widget-float-btn {
    box-shadow: none !important;
    margin: 6px 2px 6px 6px;
}

.s-lch-widget-float:hover,
.s-lch-widget-float:active {
    padding-right: 1.5em !important;
    padding-left: 1em !important;
    opacity: 1;
    border-color: #013b73;
    box-shadow: 4px 4px 4px #ccc;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.s-lch-widget-float-btn.s-lch-widget-img-btn, 
.s-lch-widget-float-btn img {
    background: transparent;
}
   
.s-lch-widget-float.open {
    bottom: inherit !important;
    border: none !important;
    right: 0 !important;
    padding: 4px 4px 0 0 !important;
    opacity: 1 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 9999;
}

.s-lch-widget-float.open:hover, 
.s-lch-widget-float.open:hover {
    background-color: transparent;
    border-color: #ccc;
}

.s-lch-widget-float.open button {
    visibility: hidden;
}

@media (max-width: 550px) { /* needed to override LG styles */
    .s-lch-widget-float {
        left: inherit !important;
        width: inherit !important;
    }
}

/***************************/
/*   Bootstrap slideshow   */
/***************************/

.cl-carousel-caption {
    position:initial;
    padding-top: 10px;
}

.cl-carousel-indicators {
    bottom: -15px;
}
  
.cl-carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    border: none !important;
    border-radius: 8px;
    background-color: #000 !important;
    opacity: .3;
    margin-right: 10px;
}

.cl-carousel .carousel-item img {
    width: 100%;
    height: auto;
}

/* Unhide this to make the arrow controls dark instead of light */
/*
.cl-carousel-control-next-icon,
.cl-carousel-control-prev-icon {
  filter: invert(1);
}
*/

/************************/
/*   Header elements    */
/************************/

#site-search-container {
    position:fixed;
    top: 1px;
    right: calc(4.2rem + 12px);
    z-index: 180;
    display:none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#site-search-container form .form-control {
    border-radius: .25em 0 0 .25em;
    font-size: .8rem;
    height: calc(1em + .5rem + 2px) !important;
    margin-right: -4px;
    outline-style: none;
    width: 200px;
}

#site-search-container form input:focus {
    border-color:#04a2e1;
    box-shadow: none;
}

#site-search-container form .btn {
    color: #013b73 !important;
    font-size: 1rem;
    line-height: .75;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0 .25em .25em 0;
    padding: .15rem .4rem .175rem .5rem;
}

#site-search-form-fields {
    display: flex;
}

#site-search-form-fields .fa-search {
    font-size: 12px;
}

header {
    width: 100%;
    top: 0;
    z-index: 8000;
    background: white;
    display: block;
}

header #header-logos {
    display: none;
    position: fixed;
    top: 0;
    left: .5em;
    z-index: 155;
    align-items: flex-end;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

header #header-logos.sticky-logos {
    display: flex !important;
}

#drake-header-logo-small {
    padding-right: .5em;
}

#drake-header-logo-small img {
    height: 22px;
}

#cowles-header-logo-small {
    padding-left: .5em;
    border-left: 1px solid #013b73;
}

#cowles-header-logo-small,
#cowles-header-logo-small:hover {
    color: #013b73;
    font-size: 14px;
    text-decoration: none;
}

header .header-icons {
    background-color: #fff;
    display: flex;
    flex-direction: row-reverse;
    gap: 1em;
    font-size: 12px;
    padding: 6px 1.2em 3px 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 150;
}

header .header-icons a, 
header .header-icons a:hover,
header .header-icons a:active,
header .header-icons a:visited,
header .header-icons i {
    color: #013b73;
}

header #school-box {
    align-items: center;
    border-color: #013b73;
    border-left: 1px solid #ffffff;
    border-left-color: #013b73;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-flex;
    font-size: 100%;
    height: 40px;
    line-height: 1.6;
    margin: 0 10px 10px 10px;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
}
  
header #school-box a {
    color: #013b73;
    text-decoration: none;
}
  
.logo-bar {
    margin-top: 4px;
    padding: 1em .5em .5em .5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 200;
}
  
.logo-bar #logo {
    height: 42px;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
  
.logo-bar a {
    text-decoration: none !important;
}
    
/** Main navigation **/

.sticky-nav {
    position: fixed;
    top: 30px;
    width: 100%;
}

header .main-nav {
    min-height: 40px;
    z-index: 200;
}
  
header .main-nav .navbar {
    justify-content: center;
    padding: 0px;
    margin-bottom: 0px;
}
  
.navbar-toggler-icon {
    color: #fff;
}

.main-nav .navbar ul.navbar-nav li a {
    align-items: center;
    color: white;
    display: flex;
    height: 100%;
    padding: 1em 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
  
.main-nav .navbar ul.navbar-nav li a:hover {
    color: #04a2e1 !important;
}

.submenu-col-head a {
    display: block !important;
    color: #013b73 !important;
    padding: 0 !important;
    text-transform: none !important;
}
  
.collapse.in {
    display: block !important;
}
    
/* Main Navigation Submenus */
  
.nav-submenu {
    background-color: #fff;
    box-shadow: 0 0 8px #666;
    color: #013b73;
    display: none;
    font-size:85%;
    margin-top: 1px;
    padding: 1em;
    position: absolute;
    top: 100%;
    z-index: 8900;
    width: 0%;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
  
.nav-submenu .submenu-link { 
    color: #013b73 !important;
    text-transform: revert !important;
    padding: 0 !important;
    font-weight: 500 !important;
}

.nav-submenu .submenu-link-inline {
    display: inline !important;
}
  
.submenu-col {
    float: left;
    min-height: 300px;
    padding-right: 1%;
}
  
.submenu-col-head {
    border-bottom: 1px solid #999;
    padding-bottom: .5em;
}
  
.submenu-col i.fa, .submenu-col i.glyphicon {
    padding-right: 5px;
}
  
.submenu-snip {
    color: #666 !important;
    margin-bottom: .5em;
}
  
.col-four {
    width: 25%;
    min-width: 190px;
}
.col-three {
    width: 33.33%;
}

/************************/
/*    Page elements     */
/************************/

/** Breadcrumbs **/

#s-lib-bc-customer {
    background-image: url('https://d2jv02qf7xgjwx.cloudfront.net/customers/398/images/icon-home.png');
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 20px;
}

#s-lib-bc-list #s-lib-bc-site, 
#s-lib-bc-list #s-lib-bc-group {
    display: none;
}

#archives-main-content #s-lib-bc-list #s-lib-bc-group {
    display: inline;
}

#s-lib-bc .breadcrumb {
    font-weight: 400;
    font-size: 12px;
    margin-top: 1em;
}
  
#s-lib-bc .breadcrumb a, #s-lib-bc .breadcrumb a:hover {
    color: #666;
}
  
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #666;
    content: "\00BB";
}

/** Side navigation **/

.cl-page-nav ul.nav-pills li:first-child { /* Don't show 'home page' in the menu */
    display: none;
}

.cl-page-nav ul.nav-pills li ul.s-lg-subtab-ul li:first-child,
.s-lc-fhw-pills li:first-child,
.nav-lg-guide-list li:first-child {
    display: block !important;
}

.deb-mobile-side-nav {
    margin: 15px 0px;
    padding: 0;
    position: relative;
    flex-direction: column;
    display: none; /* remove to resume testing this feature */
}
  
.side-nav-label {
    background-color: #ececec;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
  
.side-nav-label p {
    align-items: center;
    color: black;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
  
#s-lg-tabs-container { 
    display: none;
}
  
#s-lg-tabs-container .nav-pills li {
    width:100%;
    border-bottom: 1px solid rgb(208, 232, 252);
}
  
#s-lg-tabs-container .nav-pills li:hover {
    background-color: rgb(208, 232, 252);
}
  
.nav-stacked > li + li {
    margin-top: 0px !important;
}
  
#s-lg-tabs-container .nav-pills > li > a,
#s-lg-tabs-container .nav-pills > li > button {
    border: 1px solid transparent;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px;
    background-color: #ffffff !important;
    color: #000 !important;
    font-weight: 400 !important;
    padding: 4px 15px;
}
  
#s-lg-tabs-container .nav-pills > li > a:hover,
#s-lg-tabs-container .nav-pills > li > button:hover {
    border: 1px solid transparent !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: rgb(208, 232, 252) !important;
    color: #000;
    outline: 0px !important;
}
  
#s-lg-tabs-container .nav-pills > .active > a,
#s-lg-tabs-container .nav-pills > .active > button {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid transparent; 
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px;
    font-weight: bold;
}
  
#s-lg-tabs-container .nav-pills > .active > a:hover,
#s-lg-tabs-container .nav-pills > .active > button:hover {
    background-color: rgb(208, 232, 252) !important;
    color: #000;
    cursor: pointer;
    border: 1px solid transparent !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0px !important;
}
  
#s-lg-tabs-container .nav .dropdown-toggle .caret {
    border-top-color: #e1e1e1;
}

#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-drop,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-drop {
    border-radius: 0 4px 4px 0;
    padding: 4px 8px 4px 8px;
    border-left: 1px solid transparent;
    position: absolute;
    right: 0;
}
  
#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-drop:hover,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-drop:hover {
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #bbb;
    padding: 4px 8px 4px 8px;
}
  
#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-top-link,
#s-lg-tabs-container .nav-pills > li > a.s-lg-tab-top-link:hover,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-top-link,
#s-lg-tabs-container .nav-pills > li > button.s-lg-tab-top-link:hover {
    width: 100%;
    float: left;
    border-radius: 4px;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
}
  
.s-lg-tabs-side .s-lg-subtab-ul {
    border-top: 1px solid rgb(208, 232, 252);
    margin-bottom: -1px;
    margin-top: 0px;
    margin-left: 0px;
}
  
.s-lg-tabs-side .s-lg-subtab-ul li a {
    padding-left: 30px !important;
    font-size: 85%;
}

.s-lg-tabs-side .s-lg-subtab-ul li.nested-menu {
    text-indent: 1em;
}

.s-lg-tabs-side .s-lg-subtab-ul li:has(.nav-nested-menu) {
    text-indent: 1em;
}

i.nav-nested-menu {
    font-style: normal;
}

.s-lg-tabs-side .s-lg-boxnav .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(208, 232, 252);
    margin-bottom: 0;
    font-size: .9em;
}

.s-lg-tabs-side .s-lg-boxnav .list-group-item a {
    color: #000;
}

/** Remove dropdown toggle from side menu **/
  
.nav-pills a.dropdown-toggle, .nav-pills ul.dropdown-menu {
    display: none;
}
  
/** Main Site Homepage **/
  
#cl-main-site-homepage #s-lib-public-main {
    max-width: 100% !important;
    overflow: hidden;
    background-image: url('https://libapps.s3.amazonaws.com/customers/398/images/cowles-south-view.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 -50px;
    padding: 0 !important;
}
  
#cl-main-site-homepage #s-lib-public-main #col1 {
    padding: 3em 0 0 0;
}

#homepage-chat-section {
    width:100%;
    background-color: #fff;
    padding: .5em 1em;
    text-align: center;
    display:none;
}

/*#s-lib-public-main .archive-main {*/
#cl-archives-homepage #archives-main-content {
    /*background-image: url('https://libapps.s3.amazonaws.com/customers/398/images/relays_archive.png') !important;*/
    background-image: url('https://d2jv02qf7xgjwx.cloudfront.net/customers/398/images/CowlesLibrary-Archives-img018.jpg') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position: 0 -50px;*/
    background-position: 0 -340px;
    padding-top: 2.8em !important;
}
  
#cl-homepage-tiles {
    width: 100%;
    margin: 2em auto 0 auto;
    background-color: rgba(255, 255, 255, 0.80);
    padding: 1em 0;
}

#cl-homepage-news-container,
#cl-homepage-carousel-container {
    background-color: #fff;
    margin: 0 auto;
    padding: 1em;
    width: 100%;
}

#cl-homepage-news, 
#cl-homepage-carousel {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#cl-homepage-carousel-more {
    text-align: center;
    width: 100%;
}

#cl-homepage-carousel search-carousel {
    --width-param: 100%;
}

#cl-homepage-news h2 {
    color: #013b73;
}

#cl-homepage-news .s-lib-public-side-header,
#cl-homepage-news .s-lg-hp-btn-section {
    display: none;
}

/* Archives homepage */

#archives-main-content #s-lib-public-main {
    max-width: 100% !important;
    overflow: hidden;
    padding: 0 !important;
}

#archives-main-content #s-lib-public-main #col1 {
    padding: 0 !important;
}

#prog-header-archives {
    background-color: #fff;
    width: 100%;
}

#prog-header-archives h1 {
    color: #013b73;
    border-left: 50px solid #04a2e1;
    font-size: 1.4em;
    margin: 0;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

#archives-page-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
    background-color: #fff;
    margin: 0 auto;
    width: 90%;
}

.archives-searchbox {
    display: grid;
    grid-template-columns: 100%;
}

#archives-page-menu {
    margin-bottom: 0 !important;
}

#archives-page-menu .page-menu-drop {
    display:inline-block;
}

#archives-page-menu .page-menu-link {
    display:none;
}

#archives-page-menu .page-menu-drop .fa {
    margin-left: 3em;
    vertical-align: middle;
}

#archives-page-menu li {
    width: 100%;
}

#archives-page-menu li:hover {
    background-color: rgb(208, 232, 252);
    cursor: pointer;
}

#archives-page-menu li > a {
    color: #013b73;
    display: block;
    height: 100%;
    padding: 2px 15px;
    width: 100%;
}

#archives-page-menu li > a:hover,
#archives-page-menu li > a:active,
#archives-page-menu li > a:visited {
    text-decoration: none;
}

#exhibit-list p {
    clear: left;
}

#exhibit-list img {
    margin-right: 1rem;
}

/** SuperSearch Box **/

#supersearch-container, .custom-search-container {
    padding: 1.5em 1em;
    width: 90%;
    margin: 0 auto;
    background-color: #013b73;
}

.archives-searchbox {
    margin-top: 1em;
}

.archives-searchbox #supersearch-container {
    padding: 2.5em 2em;
}

.ss-form-prompt {
    color:#fff;
    display: inline;
    font-size: smaller;
    min-height:26px;
    vertical-align: bottom;
}
  
.ss-form-prompt img {
    width: 165px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
  
.ss-non-hidden-inputs {
    margin-top: 2px;
    white-space: nowrap;
}
  
.search-input {
    font-size: 14px;
    min-width: 72%;
    padding: 3px 2px;
}
  
::placeholder {
    color: #333;
}
  
.search-submit {
    background-color: #ffcd00;
    border: 2px solid #ffcd00;
    border-radius: 4px;
    padding: 0 0.5rem;
}
  
#search-toggle label {
    color: #ccc;
    font-size: 14px;
    font-weight: 400 !important;
    margin-right: 1em;
    margin-bottom: 0px !important;
}

#search-toggle label:hover, #search-toggle input:checked + span {
    color:#fff;
}
  
.search-adv a, .search-adv a:visited {
    color: #fff !important;
    text-decoration: underline;
}
  
.search-adv a:hover {
    color: #04a2e1 !important;
  }

#searchbox-icons {
    float: right;
    margin-right: 5%;
    text-align: right;
    margin-top: 2px;
}
  
#searchbox-icons .fa, #searchbox-icons .glyphicon {
    margin-right: .5em;
    color: #fff;
}
  
/** Hours and Calendar widgets **/

#hours-row {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hours-row-collapse {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#hours-widget-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}

.hours-row-archives #hours-widget-container {
    /*top: 45px;*/
    position: relative;
}

.hours-table-container, #cl-all-hours {
    background-color: #ffcd00;
    color: #013b73;
    font-size: 14px;
    padding: .5em .75em 0 .75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.hours-row-archives #cl-all-hours tr.loc22202,
.hours-row-cowles #cl-all-hours tr.loc14952,
.hours-row-cowles .hours-archives,
.hours-row-archives .hours-cowles {
    display:none;
}

#cl-all-hours {
    display: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 50 !important;
}

#cl-all-hours .hours-more {
    font-size: 90%;
    text-align: right;
}

#hours-widget-container .pullup {
    background-color: #ffcd00;
    cursor: pointer;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
}

#hours-widget-container .pullup a {
    display: inline-block;
    width: 100%;
}

.hours-table-container table {
    background: none;
    border: none;
    margin: 0;
}

.hours-all table {
    border-top: 1px solid #013b73;
}

.hours-all table tr:first-child th, 
.hours-all table tr:first-child td {
    padding-top: 0.5rem;
}
  
.hours-table-container table a, 
.hours-table-container table a:visited,
#hours-widget-container .pullup a,
#hours-widget-container .pullup a:visited {
    color: #013b73 !important;
}

#hours-widget-container .pullup a,
#hours-widget-container .pullup a:active,
#hours-widget-container .pullup a:hover,
#hours-widget-container .pullup a:visited {
    text-decoration: none !important;
}
  
.hours-table-container table th {
    width: 120px;
}
  
.hours-table-container table th, 
.hours-table-container table td {
    background: #ffcd00 !important;
    padding: 0;
    font-weight: 400;
    vertical-align: top;
    line-height: inherit;
}

.s-lc-whw-today-h, .s-lc-whw-today {
    background-color: lightyellow !important;
}

#s-lg-box-32649052 {
    margin-bottom: 0;
}

#hours-accordion {
    padding: 0;
}

.card-body .hours-day-row {
    padding: 2px 0;
}

.card-body .hours-day-row .hours-day-label {
    font-weight: 600;
    margin-right: .5em;
}

.card-body .more-link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.card-header {
    padding: 0 !important;
}

.card-header .accordion-button {
    width: 100%;
    text-align: left;
    padding: .75rem 1.25rem;
    margin: 0;
}

#cl-homepage-slideshow .s-lib-box-title, 
#cl-homepage-slideshow .slick_play_pause {
    display:none;
}

#cl-homepage-slideshow #s-lg-widget-1708619427369 {
    width: 50%;
    margin: 0 auto;
}

.slick-slide .s-lib-cpane-caption {
    text-align: center;
}

/** Events **/
.events-location-container table {
    border: none;
    width: 560px;
}

.event-date, .event-time {
    width: 25%;
}

.loc-map-link {
    font-size: 16px;
    margin-left: 1rem;
}

#embed-calendar-container th.fc-col-header-cell {
    color: #fff !important;
    background-color: #013b73 !important;
}

#full-calendar-view {
    display: none;
}

button#full-calendar-toggle {
    margin: -20px 0 1em 0;
}

.s-lc-w {
    padding: 4px;
    margin-bottom: 4px;
    clear: both;
}

.s-lc-w-date {
    border: 1px solid #ddd;
    padding: 1px;
    text-align: center;
    width: 50px;
    float: left;
    margin-right: 10px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.s-lc-w-date-m {
    background-color: #013b73;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.s-lc-w-date-d {
    font-size: 16px;
    color: #777;
}

.s-lc-w-date-t {
    font-size: 10px;
    color: #777;
}

.s-lc-w-detail {
    font-size: 12px;
}

.s-lc-w-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.s-lc-w-dtr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.s-lc-w-dtd {
    width: 80px;
}

.s-lc-w-ctd {
    padding: 8px 0;
}

.s-lc-w-title {
    color: #333;
}

.s-lc-w-loc {
    font-size: 11px;
    color: #777;
    padding: 3px 0px;
}

.s-lc-w-date-m-ms {
    background-color: #B3C8EF;
}

.s-lc-public-hp #s-lc-page-column-1 .s-lc-box-position-1 .s-lc-content-evts {
    margin-top: 0;
}

.s-lc-public-hp #s-lc-page-column-1 .s-lc-box-position-1 .s-lc-content-evts .input-group {
    max-width: 280px;
}

/** A-Z Database Pages **/

#s-lg-az-filter-cols .row {
    gap: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

#s-lg-az-filter-cols .row .col {
    border: 1px solid #666 !important;
}

#s-lg-az-cols, 
#s-lib-public-main-searchbar section {
    padding-left: 3rem;
    padding-right: 3rem;
}

#s-lib-public-main-searchbar {
    padding-left: 0;
    padding-right: 0;
}

#s-lg-az-search-bar {
    margin-top: 0;
}

#s-lg-az-filters {
    padding: 1.375rem 1rem;
}

.select2-container textarea {
    cursor: pointer;
}

div#col-search img {
    display: inline !important;
}

/** Content Pages **/
  
#s-lg-index-cols {
   margin-right: -5px !important;
   margin-left: -5px !important;
}
  
#s-cl-page-title {
    color: #04a2e1;
}

#best-bets-box {
    border-color: #04a2e1 !important;
}

.directory-table tbody tr td {
    width: 25%;
}

.directory-table tbody tr td.cl_position {
    width: 50%;
}

.content-inline-image-right, 
.content-inline-image-left {
    display: none;
    margin-bottom:.5em;
}    

.content-inline-image-left {
    float: left;
    margin-right: 1em;
}
.content-inline-image-right {
    float: right;
    margin-left: 1em;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); /* Columns will fill the available space */
    column-gap: 1em; /* Adjust the gap between grid items */
    margin-bottom: .5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.grid-one-third,
.grid-two-thirds {
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    grid-column: 1 / 3; /* This changes to span 1 and span 2, respectively, on larger screens */
    margin-bottom: 1em;
}

.thumbnail-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    grid-row-gap: 1em;
}

.map-container, .area-list-container {
    grid-column: 1; /* Map container occupies the first column */
}

.map-container-wide {
    grid-column: 1 / 3 !important; /* Spread over two columns */
}

.map-container svg {
    fill: transparent;
}

.area-list-container ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

.area-list-container ul li {
    cursor: pointer;
}

.area-list-container ul li:hover {
    background-color: #f9f9f9;
}

.area-list li ul {
    font-size: smaller;
    margin-left: 1.25rem;
}

.interactive-map .area {
    fill: transparent;
    opacity: 0;
    transition: all 0.3s;
}

.map-highlight {
    fill: yellow !important;
    opacity: 0.6 !important;
    stroke: red;
    stroke-width: 2px;
    stroke-linejoin: bevel;
}

.map-highlight.area-dark {
    fill: white !important;
}

.map-callout {
    display: grid;
    grid-template-columns: auto 60px;
    padding-right: 0;
    margin-bottom: -20px;
}

.map-callout-close {
    align-self: center;
    justify-self: center;
}

.map-callout-close .btn {
    padding: 0 !important;
}

/*.area-light:hover {
    fill: yellow !important;
    opacity: 0.5 !important;
}

.area-dark:hover {
    fill: white !important;
    opacity: 0.5 !important;
}*/

/** Tiles **/
  
.cl-tile-container {
    margin: 0 auto;
    padding: 0 6%;
    width: 100%;
}
  
.cl-tile-list {
    align-items: stretch;
    list-style-type: none;
    margin: 1rem 0;
    padding: 0;
    --anim: 300ms ease-in-out;
    --transition: box-shadow var(--anim), color var(--anim), transform var(--anim);
    --transform: translateY(-0.55rem);
}
  
li.cl-tile {
    background-image: none;
    background-color: #fff;
    border-bottom: .666em solid #04a2e1;
    margin-left: 0;
    padding-left: 0;
    align-content: flex-start;
    box-shadow: 0 0 4px #999;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    transition: var(--transition);
}
  
li.cl-tile:hover {
    box-shadow: 0 0 12px #999;
    -webkit-transform:var(--transform);
    transform:var(--transform);
}
  
li.cl-tile:hover .cl-tile__heading a, 
li.cl-tile:hover a.cl-tile__heading {
    color: #04a2e1 !important;
    text-decoration: none;
}
  
.cl-tile__body {
    cursor: pointer;
    padding: 1.1rem 1rem;
    position: relative;
}
  
.cl-tile__heading a, a.cl-tile__heading {
    color: #013b73 !important;
    font-family: "harfang-pro", "Source Serif", serif !important;
    font-size: 1.5rem;
    text-decoration: none !important;
}

.cl-tile__text {
    position: relative;
    z-index: 100;
}

.cl-tile__spanner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
  
.cl-tile__heading .fa, .cl-tile__heading .glyphicon {
    margin-right: .5em;
}
  
.cl-tile-grid {
   display:grid;
   grid-gap: 16px;
   grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/** Search Results Page **/
#try-in-supersearch {
    margin-bottom: 1em;
    background-color: #ddd;
}

.btn-default {
    background-color: #ddd;
}

#try-in-supersearch:hover,
.btn-default:hover {
    color: #000;
    border-color: #000;
}

#s-lg-srch-content .s-lib-box {
    border: none;
    box-shadow: none;
}

#s-lg-srch-content .s-lib-box-title {
    font-size: 1.75rem;
    border: none;
    background-image: none;
    font-weight: 400;
    font-family: "harfang-pro", "Source Serif", serif !important;
}

#s-lg-srch-content .s-srch-resultlist strong:first-child {
    font-weight: normal;
}

#s-lib-search-col-1 {
    border-right: 1px solid #ccc;
}

.searchResultsList, .searchResultsList li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.searchResultsList li {
    margin-bottom: 1.5rem;
}

.searchPromotion {
    padding: 1rem 1.5rem !important;
    border-radius: 3px;
}

.searchPromotion img {
    float: left;
    margin-right: .75rem;
    margin-top: 5px;
}

.searchResultBreadcrumb {
    color: green;
}

/** New Books styles **/
#newbooks .jacket {
    max-width: 120px;
}

/* Hide 'contact the library' text on e-Reserve password pages only */
#s-lg-er-cols .drake-pw-message {
    display:none;
}

/***********************/
/**  Footer Elements  **/
/***********************/
  
.s-lib-footer {
    border-top: none;
    background-color: transparent;
}
  
#s-lg-guide-header-updated {
    font-size: 12px;
}

#footer_row {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    background-color: #013b73;
}
  
#footer_row .drake-bars {
    width: 60px;
    pointer-events: none;
    right: 0;
    top: 10%;
    position: absolute;
}
  
#footer_row .drake-bars ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
#footer_row .drake-bars ul li {
    margin-bottom: 10px;
    width: 100%;
    height: 5px;
    background-color: #00a2e0;
}
  
#footer_row .drake-footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
  
#footer_left {
    flex-grow: 0;
    margin: 16px 0;
    padding: 0 20px;
}
  
#footer_left a.home {
    display: block;
    width: 170px;
    height: 85px;
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    outline: none;
}
  
#footer_left img.logo {
    width: 170px;
    height: 85px;
    margin: 0;
    padding: 0;
}
  
#footer_left ul {
    width: 220px;
    list-style: none;
    margin: 0;
    padding: 0;
}
  
#footer_left li {
    width: 220px;
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
}
  
#footer_left li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.4;
    font-size: 95%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
  
#footer_left li.a:hover {
    text-decoration: underline !important;
}

.du-theme-footer-middle {
    margin-top: -8em !important;
    margin-left: 50% !important;
}

#footer_middle #s-lib-footer-public {
    background-color: transparent !important;
    text-align: right;
    padding-right: 1em;
}

#footer_middle #s-lib-footer-login-link,
#footer_middle #s-lib-footer-support-link {
    display: block;
    padding-bottom: .5em;
}

#footer_middle .s-lg-text-greyout,
#s-lib-footer-public .s-lg-text-greyout,
#footer_middle .s-lg-guide-label,
#footer_middle #s-lib-footer-login-link a,
#footer_middle #s-lib-footer-support-link a {
    color: #fff !important;
}

#footer_right {
    margin: 20px 60px 0 0;
}

#footer_right .cl-social {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

#footer_right .cl-social li {
    padding: 0 .5em;
}

#footer_right .cl-social li .fa {
    color: #fff;
    font-size: 2.5em;
}

#s-lib-footer-public {
    background-color: #013b73 !important;
    color: #fff;
    max-width: 100% !important;
    position: relative;
    z-index: 5000;
}

#s-lib-footer-public a,
#s-lib-footer-public a:hover,
#s-lib-footer-public a:visited,
#s-lib-footer-public a:active {
    color: #fff;
}

#s-lib-footer-brand, #s-lib-footer-rights {
    color: #bbb;
}

#du-theme-login #s-lib-footer-login-link::before {
    content: " \007c\000A0\000A0 ";
}

#s-lib-scroll-top {
    z-index: 500;
}

#s-lib-scroll-top a {
    color: #04a2e1 !important;
}

/***********************************************************/
/**                  @media breakpoints                   **/
/**          (uses Bootstrap breakpoint values)           **/
/***********************************************************/
  
/** applies to x-small devices (portrait phones, 576px and up) **/
@media (min-width: 576px) {
}
  
/** applies to small devices (landscape phones, 768px and up) **/
@media (min-width: 768px) {
    header .header-icons,
    #site-search-form-fields .fa-search  {
        font-size: 14px;
    }
    header .header-icons i {
        font-size: 16px;
    }
    .navbar-collapse.collapse {
      display:none !important;
    }
    .navbar-collapse.in {
      display:block !important;
    }
    #supersearch-container {
      padding: 3em 2em;
    }
    .search-adv {
      margin-left: 2em;
    }
    .d-lg-none {
      display: none !important;
    }
    #s-lg-tabs-container { 
      display: flex;
    }
    .thumbnail-grid hr {
        grid-column: 1 / 3;
    }
    .grid-one-third {
        grid-column: span 1;
    }
    .grid-two-thirds {
        grid-column: span 2;
    }
    .mobile-false {
        display: inherit;
    }
}
  
/** applies to medium devices (tablets, 992px. and up) **/
@media (min-width: 992px) {
    #system-notice {
        width: 60%;
    }
    .az-alert-message #system-notice {
        width: 100%;
    }
    h1 {
      font-size: 2.4em;
    }
    h2 {
      font-size: 2rem;
    }
    i.fs-4 {
        font-size: inherit;
    }
    .mobile-false {
        display: inherit;
    }
    .flexbox {
        flex: 1 1 0;
    }
    .image-400 {
        width: 400px;
    }
    .image-200 {
        width: 200px;
    }
    #site-search-container {
        margin-top: 2px;
        right: calc(4.2rem + 30px);
    }
    header #school-box {
      font-size: 140%;
      height: 70px;
      margin: 0 10px 15px 10px;
      padding: 0 20px;
    }
    .logo-bar {
      padding: 1em 15px;
    }
    .logo-bar #logo {
      height: 70px;
    }
    .navbar {
      justify-content: space-between;
    }
    .navbar-collapse.collapse {
      display:flex !important;
    }
    .nav-submenu {
        left: 7.5%;
        width: 92%;
        visibility: visible;
    } 
    #hours-widget-container  {
        width: 270px;
    }
    .hours-row-archives #hours-widget-container {
        top: 0;
        position: absolute;
    }
    #supersearch-container {
      padding: 3em 5em;
      width: 50%;
    }
    #archives-page-menu-container {
        width: auto;
        margin: 0 auto 0 2em;
    }
    #archives-page-menu .page-menu-drop {
        display:none;
    }
    #archives-page-menu .page-menu-link {
        display: inline-block !important;
    }
    /*.archives-searchbox {
        grid-template-columns: 30% 70%;
    }*/
    .archives-searchbox #supersearch-container {
        padding: 2.5em 5em;
    }
    #searchbox-icons {
      margin-right: 25%;
    }
    .ss-form-prompt img {
        width: 190px;
    }
    .content-inline-image-right, 
    .content-inline-image-left {
        display: inline-block;
    }
    .cl-tile-container, 
    #cl-homepage-news,
    #cl-homepage-carousel {
      width: 80%;
      padding: 0 8%;
    }
    /*.cl-tile-list {
      margin: 2.4rem 0;
    }*/
    .cl-tile__body {
      padding: 2.2rem 2rem;
    }
    #prog-header-archives h1 {
        font-size: 1.8em;
    }
    .thumbnail-grid {
        grid-template-columns: 2fr 1fr;
        grid-row-gap: 2em;
    }
    .area-list-container {
        grid-column: 2; /* Area list container occupies the second column */
    }
    #s-lib-scroll-top a {
        display: none !important; /* hide the 'scroll to top' widget on large screens */
    }
    #s-lg-az-cols, #s-lib-public-main-searchbar section {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}
  
/* applies to large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    .nav-submenu {
      left: 29.5%;
      width: 70%;
    }
    #s-lib-public-main .archive-main {
        background-repeat: round !important;
        background-position: 0 !important;
    }
    .s-lch-widget-float-btn.s-lch-widget-img-btn, 
    .s-lch-widget-float-btn img {
        width: 60px !important;
        height: 60px !important;
    }
}
  
/* applies to x-large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) { }