/*
 * UH Libraries Combined Stylesheet
 * Sources: style.css
 *
 * Theme Name: UH Libraries 2026 1.0
 * Theme URI: libraries.uh.edu
 * Description: May 21, 2026 — UH Libraries for libraries.uh.edu
 *              with updated branding and Bootstrap 5.3.3
 * Version: 1.0
 * Author: University of Houston Libraries Web Services (J Fisher, Web Project Manager)
 * Author URI: https://apps.lib.uh.edu/staff/members/department/Libraries-Information-Technology
 */


/* ============================================================ */
/* BASE / PAGE SETUP                                            */
/* ============================================================ */

html {
    font-family: 'Source Sans 3', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 16px;
    background: #333;
}

body {
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    font: 1.125rem/1.5rem 'Source Sans 3', sans-serif;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    transition: all .5s ease-in-out;
}

.skiplink {
    position: absolute;
    left: -1000px;
    width: 990px;
    font-size: 1px;
    line-height: 1;
}


p {
    line-height: 1.5;
    font-size: inherit;
}

p.lead {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 2rem;
    -webkit-text-stroke: 0.25px;
    color: #111;
    margin-top: 16px;
    margin-bottom: 20px;
}
   

img.fluid {
    width: 100%;
    height: auto;
}

.clear-it, .clearit {
    clear: both;
}

.hide {
    display: none;
}

#page-inner {
    height: auto;
    padding: 0 30px 30px;
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

hr {
    margin: 2em 0;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}


/* ============================================================ */
/* LINKS                                                        */
/* ============================================================ */

a {
    color: #c8102e;
    cursor: pointer;
    transition: color .25s ease;
}

a, a label {
    cursor: pointer;
}

#content a {
    text-decoration: underline;
    transition: color .25s ease;
}

#content a:hover {
    text-decoration: underline;
}

#content a.btn {
    text-decoration: none;
}

a.btn-primary:link,
a.btn-primary:visited,
a.btn.btn-success:link,
a.btn.btn-success:visited {
    color: #fff;
}


/* ============================================================ */
/* HEADINGS                                                     */
/* ============================================================ */


h1 {
    font-weight: normal;
    margin: 15px 0;
    font-family: 'League Gothic', sans-serif;
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 3rem;
    color: #333;

    font-size: 3.5rem;
    line-height: 1;
}

h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.25rem;
    color: #555;
    margin: 24px 0;
    text-decoration: none;
}

h3 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 30px 0 15px;
    color: #555;
    text-decoration: none;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    margin: 10px 0;
    color: inherit;
}


#content h2 a, #content h3 a, #content h4 a {
    color: #c8102e;
    text-decoration: none;
    transition: color .25s ease;
}

#content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
    text-decoration: underline;
    color: #960C22;
}


/* ============================================================ */
/* LISTS                                                        */
/* ============================================================ */


#content ul, 
#content ol {
    line-height: 1.5rem;
    padding-left: 1.5rem;
}


#content ul {
    list-style-type: square;
}

#content li a {
    text-decoration: none;
}

.right-main-content ul li a {
    text-decoration: underline !important;
}

ul.list-2columns,
ul.list-3columns,
ul.list-4columns {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 30px 0;
    padding: 0;
    column-gap: 3rem;
}

ul.list-2columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

ul.list-3columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

ul.list-4columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

@media screen and (max-width: 1080px) and (min-width: 993px) {
    ul.list-4columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    ul.list-3columns, ul.list-4columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 768px) {
    ul.list-2columns, ul.list-3columns, ul.list-4columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#content ul.portal-list li {
    margin: 0 0 1rem;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 200;
    font-size: 1.75rem;
    line-height: 2.5rem;
    vertical-align: middle;
}

#contentul.list-2columns {
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 3rem;
    list-style: none;
    list-style-image: none;
    margin: 30px 0 30px;
    padding: 0;
}


/* ============================================================ */
/* TABLES                                                       */
/* ============================================================ */

table {
    border-collapse: collapse;
    line-height: 1.125rem;
    margin: 0 0 10px;
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    table {
        overflow-x: hidden;
        display: table;
    }
}

th {
    background-color: #c8102e;
    background-repeat: repeat-x;
    vertical-align: middle;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding-left: 8px;
    border-right: 1px #ddd solid;
    font-size: 1.125rem;
    line-height: 1.5rem;
    height: 32px;
}

table th, table td, table caption{
    font: 1.125rem / 1.5rem 'Source Sans 3', sans-serif;
    height: 32px;;
    padding-left: 1rem;
}

th a, th a:hover {
    color: #fff;
}

.striped tr:nth-child(even) {
    background-color: #f3f3f3;
}

td {
    padding: 10px;
}


/* ============================================================ */
/* BREADCRUMBS                                                  */
/* ============================================================ */

.breadcrumbs {
    font-size: 1rem;
    color: #54585a;
    margin: 0;
    padding: 1em 0;
}

.breadcrumbs a {
    color: #c8102e;
    transition: color .25s ease;
}

.breadcrumb a::after {
    content: "  › ";
    color: #54585a;
}

.breadcrumbs a:hover {
    color: #960C22;
}


/* ============================================================ */
/* CONTENT & LAYOUT                                             */
/* ============================================================ */

.content {
    width: 100%;
    position: relative;
    display: inline;
    height: 100%;
    font: 1.125rem/1.5rem 'Source Sans 3', sans-serif;
}

.main-content {
    position: relative;
    width: auto;
    float: left;
    font: 1.125rem/1.5rem 'Source Sans 3', sans-serif;
}

.main-content table td {
    text-align: center;
}

#header,
#content,
#navbar,
#sidebar-left,
#sidebar-right,
#footer,
#closure-blocks {
    overflow: visible;
    word-wrap: break-word;
}

div.standard .featurette#content{
margin-top: 30px;
margin-top: 2rem;
}


/* ============================================================ */
/* WELL / RIGHTBLOCK SIDEBAR                                    */
/* ============================================================ */

.well {
    margin: 75px 0 0;
    font-family: 'Source Sans 3', sans-serif;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;

    margin: 0 0;
}

.well h3,
.well h4,
.well .section-title {
    font-family: 'Source Sans 3', sans-serif;
    border-bottom: 1px dotted #CBCBCB;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
    line-height: 1.3125rem;
    margin: 0 0 12px;
    padding: 0 0 12px;
    text-transform: uppercase;
    color: #555;
}

.well ul {
    margin: 0 0 30px 30px;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.well ul:last-child {
    margin-bottom: 0;
}

.well ul ul {
    margin: 0 0 0 30px;
}

.well ul li {
    margin: 0 0 5px;
    padding: 0;
    font-family: 'Source Sans 3';
    line-height: 1.5rem;
}

.well input[type="submit"] {
    background: #c8102e;
    color: #fff;
    border: none;
}

.well input:hover[type="submit"] {
    background: #960C22;
}

@media (max-width: 767px) {
    .well {
        margin: 0;
    }
}

.container.standard.tri .well {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .container.standard.tri .well {
    margin-top: 2rem;
}
}

#content .right-sidebar .well ul,
#content .right-sidebar .well ol
{
    padding-left: 0px !important;
}


/* Employment page rightblock */
#jobs-email-button {
    font: 11px/14px 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    width: 65px;
    border-radius: 3px;
    background-color: #fff;
    border: #ccc solid 1px;
    box-shadow: none;
    padding: 3px 5px 3px 8px;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

#jobs-email-button:hover {
    border-color: #bbb;
    background-color: #d9d9d9;
}

#jobs-email-button img {
    position: relative;
    height: 14px;
    width: 14px;
    margin-right: 5px;
}

#content a#jobs-email-button {
    text-decoration: none;
    vertical-align: middle;
    margin: 0 auto;
}

.fb-share-button, .jobs-twitter {
    text-align: center;
    margin-bottom: 10px;
}

#content iframe#twitter-widget-0 {
    margin-bottom: 0;
}

#content .well ul.employment-menu {
    margin: 20px 0 40px;
    padding: 0;
}

#content .well ul.employment-menu li {
    list-style-type: none;
    margin-left: 0;
    text-align: center;
}

#content .well ul.employment-menu li a {
    background: #c8102e;
    color: #fff;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
    font-size: 1.2rem;
}

#content .well ul.employment-menu li a:hover {
    text-decoration: none;
    background: #960C22;
}

/* ============================================================ */
/* SEARCH BOX WELL - 5.13.2026                                  */
/* ============================================================ */


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well.search-well {
   margin-top: 0px;
}


 .well.search-well p.advanced{
    margin: 10px 0px 0px;
    text-align: right;
 }

 #content .search-well a {
    text-decoration: none !important;
 }

/* ============================================================ */
/* LEFT SIDEBAR                                                 */
/* ============================================================ */

.left-sidebar {
    margin: 30px 0 0;
    padding: 0 1rem 0 0;

    margin: 0 0 0;
}

@media (max-width: 767px) {
    .left-sidebar {
        margin: 1rem 0 0;
        padding: 0;
    }
}

.left-sidebar h4,
.left-sidebar .section-title,
.left-sidebar #section-title {
    border-bottom: 1px dotted #CBCBCB;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
    line-height: 1.3125rem;
    margin: 2rem 0 12px;
    padding: 0 0 12px;
    text-transform: uppercase;
    color: #555;
}

.left-sidebar div.section-title a,
.left-sidebar div#section-title a {
    text-decoration: none;
}


/* ============================================================ */
/* NAVBAR                                                       */
/* ============================================================ */

nav.navbar.navbar-dark.bg-primary {
	background: #c8102e !important;
	border-color: #c8102e !important;
	color: white !important;
}

.navbar-brand.menu-title {
	color: #fff;
	font-weight: bold;
	 text-transform: uppercase;
text-decoration: none !important;
display: inline-block; 
}


ul.navbar-nav li.nav-item {
	list-style-type: none;
	margin: 0 .5rem;
}

ul.navbar-nav li.nav-item a{
	/*width: calc(100% / 7);*/
	display: inline-block;
	text-align: center;
	color: white;
	font: 1.125rem / 1.5 'Source Sans 3', sans-serif !important;
}

#content ul.navbar-nav li.nav-item a.active {
	font-weight: bold !important;
	background: #960C22;
	border-radius: 5px;
}

#content ul.navbar-nav li.nav-item a:hover {
	background: #960C22;
	border-radius: 5px;
	text-decoration: none !important;
}

@media (max-width: 768px) {
    ul.navbar-nav li.nav-item a {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

/* ============================================================ */
/* TEMPLATES                                                    */
/* ============================================================ */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    width: 100%;
    max-width: 1920px;
}

.wide {
    padding: 0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.wide.interior .breadcrumbs {
    max-width: 1132px;
    width: 100%;
    margin: 0;
    padding: 1em 0;
}

.wide.interior h1 {
    max-width: 1132px;
    width: 100%;
    padding: 0 2rem;
    margin: 15px auto;
}

.wide-page-container {
    max-width: 1100px;
    width: 100%;
    padding: 0 0 2rem;
    margin: 0 auto;

    max-width: 1400px;
}

.standard {
    padding-bottom: 30px;
    max-width: 1100px;
    width: 100%;
}

.container.standard {
    padding: 0 2.5rem 30px;
    width: 100%;
    max-width: 1600px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .container.standard {
        padding: 0 2rem 30px;
    }
}

@media screen and (max-width: 768px) {
    .container.standard {
        padding: 0 1rem 30px;
    }

}

.legacy {
    padding: 0 30px 30px;
    width: 1020px;
    margin: 0 auto;
}

.legacy * {
    box-sizing: content-box;
}

/* 404 Template */
.missing {
    max-width: 1000px;
    width: 100%;
    padding: 2rem 2rem 0;
    background: #fff;
}

.missing-right h1 {
    padding-top: 5rem;
}

@media screen and (max-width: 991px) {
    .missing-left img {
        width: 100%;
        max-width: 350px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .missing {
        padding: 1rem 1rem 0;
    }
    .missing-left {
        text-align: center;
    }
    .missing-right h1 {
        padding-top: 0;
    }
}

/* ============================================================ */
/* Last Updated mark                                  */
/* ============================================================ */


/* full width Template */

.container-fluid .updated{
    display: block;
    margin: 1rem 2.5rem 1.5rem;
    float: right;
}

/* Standard Templates */
.container.standard .updated{
    display: block;
    margin: 1rem 0 0;
    float: right;
}


/* ============================================================ */
/* RESPONSIVE SVG FLOOR MAP                                     */
/* ============================================================ */

.map-container {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 80%;
}

.map-container svg {
    position: absolute;
    top: 0;
    left: 0;
}

g:target * {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0%   { fill: #00866c; }
    50%  { fill: #005950; }
    100% { fill: #00866c; }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    g:target * { fill: #00866c !important; }
}


/* ============================================================ */
/* IMAGES                                                       */
/* ============================================================ */

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
}

.img-responsive {
    width: 100%;
}

/* ============================================================ */
/* SECTION GRID & LINKS                                         */
/* ============================================================ */

ul.section-links {
    font: bold 1.25rem 'Source Sans 3', sans-serif;
    line-height: 1.5rem;
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.section-links > li {
    display: inline-block;
    margin: 0;
}

.section-links li a {
    color: #c8102e;
}

.section-links li a::after {
    content: ' >';
    display: inline;
}

.section-links > li a {
    display: inline-block;
    margin: calc((1.5em - 3px) / 3) 1rem 0 0;
}

.section-grid {
    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-grid:last-child,
.page-section .container > .section-grid:last-child {
    margin-bottom: -2.25rem;
}

.section-grid > li {
    margin-bottom: 0;
}


.section-grid h3 {
    font: 2.25rem 'League Gothic', sans-serif;
    line-height: 2.5rem;
    margin: 1rem 0 .5rem;
    text-transform: none;
}

.section-grid img[src*=".svg"] {
    height: 4.5rem;
    width: 4.5rem;
}

.section-grid img {
    display: block;
}

.section-grid p, .section-grid .teaser, .section-grid .slide-teaser {
    font-size: 1.125rem;
    line-height: 1.33333333333333em;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .section-grid > li {
        margin-bottom: 2.5rem;
    }
}

/* ============================================================ */
/* PAGE SECTIONS                                                */
/* ============================================================ */

.page-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.375rem 0;
    overflow: hidden;
}

.page-section .section-heading {
    display: inline-block;
    margin: 0 1.5rem 0 0;
    
    display: inline;
}

p.section-text {
    margin: 1.5rem 0 0;
}

#content p.section-text a {
    text-decoration: none;
}

#content p.section-text a:hover {
    text-decoration: underline;
}

.page-section.no-padding {
    padding: 0;
}

.page-section.custom-padding {
    padding: 1.5rem;
}

.row.custom-padding {
    padding: 1rem 1.5rem;
}

.row.max-padding {
    padding: 3.5rem 3rem;
}

.row.split-color {
    padding: 0;
    margin: 0;
}


/* ============================================================ */
/* THEME COLOR CLASSES                                          */
/* ============================================================ */

.theme-light-gray  { background-color: hsl(0, 0%, 95%); }
.theme-cream       { background-color: #fff9d9; }
.theme-red         { background-color: #c8102e; }
.theme-white       { background-color: #ffffff; }
.theme-brick       { background-color: #960C22; }
.theme-chocolate   { background-color: #640817; }
.theme-teal        { background-color: #00b388; }
.theme-green       { background-color: #00866C; }
.theme-forest      { background-color: #005950; }
.theme-gold        { background-color: #F6BE00; }
.theme-mustard     { background-color: #D89B00; }
.theme-ocher       { background-color: #B97800; }
.theme-gray        { background-color: #888b8d; }
.theme-slate       { background-color: #54585a; }
.theme-blue        { background-color: rgba(115, 164, 207, 1); }



/* ============================================================ */
/* SIMPLE BANNER PLUGIN                                         */
/* ============================================================ */

.simple-banner {
    z-index: 0;
}

.simple-banner-closed {
    display: none;
}

.simple-banner .simple-banner-text {
    font-weight: normal;
    padding: 10px 20px;
}

.simple-banner a {
    text-decoration: underline;
}


/* ============================================================ */
/* ACCORDION ROTATING CHEVRON                                   */
/* ============================================================ */

.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
    transition: transform 0.5s;
}

.panel-heading .accordion-toggle.collapsed:after {
    transform: rotateZ(180deg);
}


/* ============================================================ */
/* ALERT TYPES                                                  */
/* ============================================================ */

/* .alert-fyi — present in both files; ws-updates03 added margin-bottom: 20px (kept) */
.alert-fyi {
    background-color: hsl(0, 0%, 95%);
    border-color: #bbbbbb;
    color: #54585a;
    text-shadow: none;
    margin-bottom: 20px;
}

.alert-fyi a {
    color: #54585a;
}


/* ============================================================ */
/* CLICKABLE PANEL                                              */
/* ============================================================ */

.clickable-panel-shell {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    background-color: #f2f2f2;
    color: #333;
    padding: 3px 15px;
    display: flex;
    margin-bottom: 1.5rem;

}

.clickable-panel-shell:hover {
    border: 3px solid #d9d9d9;
    background-color: #fff;
    padding: 1px 13px;
}

.clickable-panel-shell:active {
    border-color: #c8102e;
}

.clickable-panel-shell:hover h2,
.clickable-panel-shell:hover h3,
.clickable-panel-shell:hover h4,
.clickable-panel-shell:hover h5,
.clickable-panel-shell:hover h6 {
    color: #c8102e;
}


.clickable-panel h3 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 30px 0 15px;
    color: #555;
    text-decoration: none;
    margin-top: 15px;
}

.clickable-panel {
    display: block;
    text-decoration: none !important;
    color: inherit;
}

.clickable-panel:hover {
    background-color: #fff;
    border-color: #d9d9d9;
    color: inherit;
}



/* ============================================================ */
/* BUTTON OVERRIDES (Accessibility — 01.20.2022)               */
/* ============================================================ */

.btn-success {
    color: #ffffff;
    background-color: #00866c;
    border-color: #005950;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #005950;
    border-color: #000705;
}


/* ============================================================ */
/* LIBRARIES CAROUSEL                                           */
/* ============================================================ */

/**
.libraries-web-carousel {
    box-shadow: 0 0 30px black;
}

.lib-home .home-search {
    background: white;
}

.search-section.onebox {
    background-position: 50% 80%;
    transition: padding .25s ease;
}
**/

.carousel {
    position: relative;
    margin-bottom: 5px;
}

.carousel-indicators{
    bottom: -45px;
}

.carousel-indicators [data-bs-target] {
    background-color: #888b8d;
}

.carousel-indicators .active {
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #c8102e;
}


/* ============================================================ */
/* METASLIDER ADJUSTMENTS 05.19.2026                            */
/* ============================================================ */

#content .metaslider ul {
    padding-left:0 !important;
}

/*
* Homepage slider adjustments
*/

.libraries-web-carousel {
    margin: 2% 0 2.5rem !important;
}

.ms-theme-outline .ms-is-small.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
    bottom: -40px !important;
}

.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
 bottom: -30px !important;
}

#content .metaslider.ms-theme-outline li a:hover {
text-decoration: none;
}

.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a {
width: 30px !important;
border-radius: 0 !important;
height: 3px !important;
}

.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a {
border: none !important;
}


/*
* Strat Plan slider adjustments
*/


#employment .metaslider .caption{
text-align: left !important;
}

#employment .metaslider.ms-theme-bitono .flexslider .caption-wrap .caption {
top: 65% !important;
}

@media screen and (max-width: 992px){
#employment .metaslider span.long-caption{
display: none;
}

#employment .metaslider .caption{
text-align: center !important;
}
}


/*
* Special Collections slider adjustments
*/

.metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap .caption {
   font-size: 1.25rem !important;
    font-weight: 600;
}

.metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap {
    opacity: unset !important;
    background: rgba(0, 0, 0, 0.6) !important;
}


/* ========================================================================
 Internal / Secondary Navigation
 ======================================================================== */


#content .nav-secondary ul {
   padding-left: 0px;
   font: 1rem / 1.25 'Source Sans 3', sans-serif;
}

#content .nav-secondary ul li {
    list-style-type: none;
}

#content .nav-secondary ul li a:hover{
	text-decoration: none;
}

 .nav-secondary {
  font-size: 16px;
  /*margin: 30px 0;*/
}

@media screen and (min-width: 992px) {
  .nav-secondary {
	float: left;
	/*padding: 0 20px;*/
	/*width: 25%;*/
	/* margin-top: 0; */
  }
}
.nav-secondary > nav,
.nav-secondary > div,
#sidebar > nav,
#sidebar > div,
#sidebar > article {
    margin: 20px 0;
}

.nav-secondary > h2 + nav,
.nav-secondary > h2 + div,
#sidebar > h2 + nav,
#sidebar > h2 + div,
#sidebar > h2 + article,
.nav-secondary > div:first-child {
  margin-top: 0;
}

.site-title,
.nav-secondary > * h3,
#sidebar > * h3 {
  border-bottom: 1px dotted #CBCBCB;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.125em;
  line-height: 21px;
  margin: 0 0 12px;
  padding: 0 0 12px;
  text-transform: uppercase;
}

.site-title,
.nav-secondary > * h4,
#sidebar > * h4 {
  border-bottom: 1px dotted #CBCBCB;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.125em;
  line-height: 21px;
  margin: 0 0 12px;
  padding: 0 0 12px;
  text-transform: uppercase;
}

.site-title a {
  text-decoration: none;
}

.related-links {
  font-size: 16px;
  margin: 30px 0;
}

.related-links ul {
  list-style: none;
  list-style-image: none;
  margin: 6px 0 0;
  padding: 0;
}

.nav-secondary li,
.related-links li {
  margin: 0;
  padding: 0;
}

.nav-secondary li a,
.related-links li a {
  display: block;
  line-height: 21px;
  padding: 7px 10px 7px;
  background: white;
  /*margin-left: -10px;*/
  text-decoration: none;
  padding: 10px;
}


li.menu-item.current-menu-item.current_page_item > a{
    background-color: #c8102e !important;
    color: #fff !important;
}

.nav-secondary li.menu-item.current-menu-item.current_page_item ul,
.nav-secondary .selected ul,
.nav-secondary .opened ul {
  padding-left: 10px;
}

.nav-secondary li.menu-item.current-menu-item.current_page_item ul li a,
.nav-secondary .selected a,
.nav-secondary .opened a {
  background: #f2f2f2;
  padding-left: 10px;
}

li.current-menu-ancestor.current-menu-parent a {
    background: #e6e6e6 !important;
}

li.menu-item-has-children ul.sub-menu {
    padding-left: 20px;
}

li.menu-item-has-children ul.sub-menu li a {
    background: #f2f2f2 !important;
}

.nav-secondary .selected > a {
  background: #c8102e;
  color: white;
}

.nav-secondary .opened > a {
  background: #E6E6E6;
}

.nav-secondary .contact h4,
.nav-secondary .contact h6 {
  margin: 0 0 9px;
}

.nav-secondary .contact p,
.nav-secondary .contact address {
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 9px;
}

.nav-secondary .social-media {
  list-style: none;
  margin: 15px 0 30px;
  padding: 0;
}

.nav-secondary .social-media li {
  border: none;
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.nav-secondary .social-media li a {
  display: block;
  height: 32px;
  margin-left: 0;
  width: 32px;
}

.nav-secondary h2 a:hover,
.nav-secondary nav[aria-label] a:hover {
  text-decoration: none;
}

.lt-ie10 .nav-secondary h2 a:hover,
.lt-ie10 .nav-secondary nav[aria-label] a:hover {
  text-decoration: underline;
}

/*
* Secondary navigation hover effects
*/
.nav-secondary nav[aria-label] a {
  -webkit-transition: #f2f2f2 0.1s linear 0.1s, padding 0.3s ease 0.1s;
  transition: #f2f2f2 0.1s linear 0.1s, padding 0.3s ease 0.1s;
}

.nav-secondary nav[aria-label] a:hover {
  background: #f2f2f2;
  padding-left: 10px;
  color: #960C22;
}

.nav-secondary nav[aria-label] > ul > li > a:hover {
  padding-right: 0;
}

.lt-ie10 .nav-secondary nav[aria-label] a:hover {
  background: none;
  padding-left: 0;
}

.lt-ie10 .nav-secondary nav[aria-label] > ul > li > a:hover {
  padding-right: 0;
}

.lt-ie10 .nav-secondary nav[aria-label] .selected a:hover,
.lt-ie10 .nav-secondary nav[aria-label] .opened a:hover {
  padding-left: 10px !important;
}

.nav-secondary nav[aria-label] .opened > a:hover {
  background: #d9d9d9 !important;
}

.nav-secondary nav[aria-label] .selected > a:hover {
  background: #c8102e !important;
}

.nav-secondary li.menu-item.current-menu-item.current_page_item > ul a:hover,
.nav-secondary nav[aria-label] .opened > ul a:hover,
.nav-secondary nav[aria-label] .selected > ul a:hover {
  background: #e5e5e5;
}

.lt-ie10 .nav-secondary nav[aria-label] .opened > ul a:hover,
.lt-ie10 .nav-secondary nav[aria-label] .selected > ul a:hover {
  background: #f2f2f2;
}

.lt-ie10 .nav-secondary nav[aria-label] .opened > a:hover,
li.menu-item-has-children ul.sub-menu li a:hover  {
  background: #e5e5e5 !important;
  color: #960C22 !important;
}

  li.menu-item.current-menu-item.current_page_item > a:hover {
    background-color: #c8102e !important;
    color: #fff !important;
}



@media screen and (max-width: 767px) {
  .nav-secondary {
	float: none;
	width: 100%;
	-webkit-box-ordinal-group: 99;
	-moz-box-ordinal-group: 99;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	padding: 0 20px;
  }
}


nav .opened > .sub-menu {
  display: block;
}

.left-sidebar .sub-menu {
  display: none;
}

.left-sidebar .current-menu-item > .sub-menu,
.left-sidebar .current-menu-parent > .sub-menu,
.left-sidebar .current-menu-ancestor > .sub-menu {
  display: block;
  margin-left: 10px;
}


/*
* Allow plain text content in left sidebar
*/

.nav-secondary .plain-content {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

 .nav-secondary  nav[aria-label] .plain-content a:hover{
    background: unset;
    padding-left: 0px;
    color: #960C22;
}

/* ========================================================================
 FAQ Plugin styling - 06.02.2026
 ======================================================================== */


#content ul.libanswers-faq__list {
    list-style: none;
    padding-left: 0;
}

.libanswers-faq .libanswers-faq__item {
    margin: 0 0; 
    padding: 20px 0;
}



.libanswers-faq .libanswers-faq__toggle{
text-decoration: none;
}

.libanswers-faq .libanswers-faq__question-text  {
font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.25;
}

span.libanswers-faq__question-text:hover {
    text-decoration: underline !important;
}

.libanswers-faq .libanswers-faq__indicator::before {
    content: '▼';
content: '
}

.libanswers-faq .libanswers-faq__toggle[aria-expanded="true"] .libanswers-faq__indicator::before {
    content: '▲';
}

.libanswers-faq .libanswers-faq__answer-body {
    padding: 10px 0 10px 20px;
}

/*
.libanswers-faq .libanswers-faq__item {
    margin: 10px 0;
    padding: 0 0 10px;
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-bottom: 2rem;
    border-radius: 10px;
    background: #f2f2f2;
}
*/
