﻿html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #C5E5D4;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* Some Bootstrap Fixes */

hr {
    border-color: #999999;
    opacity: 1;
}

sup {
    font-size: 100%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.2rem;
}

.card .card-header {
    color: #FFFFFF;
    background-color: #00454C;
}
.card .card-header h2 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.modal {
    z-index: 99999;
}

.modal-backdrop {
    z-index: 99990;
}

h3.modal-title {
    margin-bottom: 0 !important;
}

/* ADA Skip Links */

.skip_links {
    text-align: left;
    position: fixed;
    z-index: 99999;
}

.skip_links a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip_links a:focus, .skip_links a:active {
    position: static;
    left: 5px;
    top: 5px;
    width: auto;
    height: auto;
    padding: 10px 10px;
    overflow: visible;
    text-decoration: none;
    color: #000000;
    border: 1px solid #FFFFFF;
    background-color: #FCFCFC;
}

/* Back To Top Button */

#back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 1.2rem;
    right: 1.25rem;
    display: none;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Wrapper */

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid rgba(0,0,0,0.125);
    border-right: 1px solid rgba(0,0,0,0.125);
}

@media (max-width : 1199px) {

    .wrapper {
        border-left: 0px none;
        border-right: 0px none;
    }

}

/* Header */

header {
    flex-grow: 0;
    z-index: 9999;
    padding: 30px 30px;
    color: #00454C;
    background-color: #FCFBFA;
}

header a:not(.btn),
header a:not(.btn):visited {
    color: #00454C;
    text-decoration: none;
}

header a:not(.btn):hover {
    color: #00454C;
}

header .header-contact {
    font-size: 24px;
    font-weight: normal;
    line-height: 150%;
}

header .header-contact ul.social-icons {
    padding-top: 0.325rem;
    font-size: 32px;
    line-height: 100%;
}

header .header-contact ul.social-icons li {
    margin-right: 0;
}

header .header-contact ul.social-icons i.fa-square-facebook {
    color: #3B5998;
}

header .header-contact ul.social-icons i.fa-square-twitter {
    color: #55ACEE;
}

header .header-contact ul.social-icons i.fa-linkedin {
    color: #2867b2;
}

header .header-contact ul.social-icons i.fa-square-youtube {
    color: #CD201F;
}

header .header-contact ul.social-icons i.fa-square-instagram {
    color: #225594;
}

header .header-contact ul.social-icons span.two-one-one {
    display: inline-block;
    position: relative;
    top: -6px;
    padding: 6px 7px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100%;
    background-color: #0055A7;
    border-radius: 4px;
}

/* Navbar */

nav {
    flex-grow: 0;
    z-index: 9999;
    background-color: #81133B;
}

/* Main */

main {
    flex-grow: 1;
    color: #00454C;
    background-color: #FCFBFA;
}

/* Footer */

footer {
    flex-grow: 0;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #81133B;
}

footer a:not(.btn),
footer a:visited:not(.btn) {
    color: #FFFFFF;
    text-decoration: none;
}

footer a:hover:not(.btn) {
    color: #FFFF00;
    text-decoration: none;
}

footer .container-xl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

footer h3 {
    margin-bottom: 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
}

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-width: 2px;
    border-color: rgba(255,255,255,0.25);
}

footer hr.seperator {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

footer ul.fa-ul {
    margin-left: 2rem;
}

footer ul.fa-ul li {
    padding-left: 0.25rem;
}

footer ul.fa-ul span.fa-li {
    width: 2rem;
}

footer .disclaimer {
    padding: 30px 30px;
    font-size: 16px;
    line-height: 150%;
}

footer .stats {
    padding: 30px 30px;
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.66) 50%, rgba(255,255,255,0.0) 100%);
    border-image-slice: 5;
}

footer .copyright {
    padding: 0 30px 30px 30px;
}

/* Back to Top button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Content Sections */

.content {
    padding: 30px 30px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    margin-bottom: 1.25rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #00454c;
    line-height: 125%;
}

.content h1 {
    font-size: 175%;
    font-weight: bold;
}

.content h2 {
    font-size: 150%;
    font-weight: bold;
}

.content h3 {
    font-size: 125%;
}

.content h4,
.content h5 {
    font-size: 100%;
}

.content p,
.content ul,
.content ol {
    margin-bottom: 1.5rem;
}

.content ul {
    padding-left: 1.5rem;
}

    .content a:not(.btn),
    .content a:not(.btn):visited {
        color: #EF664B;
        text-decoration: none;
    }

.content a:not(.btn):hover {
    color: #00C9C3;
    text-decoration: none;
}

/* Blue Section */

.content.blue-bg {
    color: #FFFFFF;
    background-color: #00454C;
}

.content.blue-bg h1,
.content.blue-bg h2,
.content.blue-bg h3,
.content.blue-bg h4,
.content.blue-bg h5 {
    color: #FFFFFF;
}

/* Buttons */

.btn.btn-orange,
.btn.btn-orange:visited {
    color: #FFFFFF;
    background-color: #EF664B;
    border-color: #CC573F;
}

.btn.btn-orange:hover {
    color: #FFFFFF;
    background-color: #CC573F;
    border-color: #CC573F;
}

.btn.btn-outline-orange,
.btn.btn-outline-orange:visited {
    color: #EF664B;
    font-weight: bold;
    background-color: #FFFFFF;
    border-width: 2px;
    border-color: #EF664B;
}

.btn.btn-outline-orange:hover {
    color: #FFFFFF;
    background-color: #EF664B;
    border-color: #EF664B;
}

/* Swiper */

.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #666666;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: rgba(255,255,255,0.66);
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 0.9;
}

@media (max-width : 767px) {

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none;
    }

}

/* Home Page */

.hover-wrapper {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.33);
}

.hover-wrapper a {
}

.hover-wrapper img.img-fluid {
    width: 100%;
    height: auto;
}

.hover-wrapper a img:not(.no-filter),
.hover-wrapper a:visited img:not(.no-filter) {
    filter: grayscale(100%) blur(2px);
    transition: all 0.25s ease-in-out;
}

.hover-wrapper a:hover img:not(.no-filter) {
    filter: grayscale(0%) blur(0);
}

.hover-wrapper a .hover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    font-size: 133%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
    text-shadow: 0px 2px 2px #000000;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.25s ease-in-out;
}

.hover-wrapper.hover-salmon a .hover-overlay {
    background-color: rgba(255, 89, 63, 0.5);
}

.hover-wrapper.hover-orange a .hover-overlay {
    background-color: rgba(255, 158, 1, 0.5);
}

.hover-wrapper.hover-teal a .hover-overlay {
    background-color: rgba(0, 201, 195, 0.5);
}

.hover-wrapper a:hover .hover-overlay {
    background-color: rgba(0, 0, 0, 0.00);
    transition: all 0.25s ease-in-out;
}

.hover-wrapper a img.no-filter {
    width: auto;
    max-width: 100%;
}

@media (max-width : 767px) {

    .hover-wrapper a .hover-overlay {
        font-size: 150%;
        line-height: 150%;
    }

}

/* Multi Column Lists */

.list-four-col {
    columns: 4;
    column-gap: 1.5rem;
}

.list-three-col {
    columns: 3;
    column-gap: 1.5rem;
}

.list-two-col {
    columns: 2;
    column-gap: 1.5rem;
}

@media (max-width : 991px) {

    .list-four-col,
    .list-three-col,
    .list-two-col {
        columns: 2;
    }
}

@media (max-width : 767px) {

    .list-four-col,
    .list-three-col,
    .list-two-col {
        columns: 1;
    }
}


/* Form Stuff */

label {
    margin-bottom: 0 !important;
    font-weight: bold;
}

label.form-check-label {
    font-weight: normal;
}

input.form-check-input {
    position: relative;
    top: 2px;
    border-color: #999999;
}

input[type="text"].form-control,
div.form-control {
    border-color: #999999;
}

/* Library Page */
.paging-info {
    font-weight: bold;
}

hr.paging-seperator {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-width: 1px;
    border-color: rgba(0,0,0,0.125);
}

.search-results .search-result {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.search-results .search-result:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px none;
}

/*Board & Staff CSS*/

.card-staff .card {
    padding: 20px 20px;
    background-color:transparent;
    border:0px;
}

.card-staff h3{
    font-weight:bold;
}

.card-staff .card p:last-child {
    margin-bottom: 0;
}

.btn.btn-top {
    margin-top: 20px;
}

.photo{
    border:1px solid #000000;
}

.ratio.google-map {
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

@media (max-width : 767px) {

    .ratio.google-map {
        
    }
}

.thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin: 0 auto;
    padding: 4px;
}

.mycheckbox input[type="checkbox"] {
    margin-right: 5px;
}

.myradiobutton input[type="radio"] {
    margin-right: 5px;
}

td input{
    margin-right:10px;
}

.two-one-one-footer {
    color: #81133B !important;
    background-color: #ffffff;
    padding: 2px 3px;
    border-radius: 2px;
}

.two-one-one-footer:hover{
    background-color:#fff000 !important;
}

.lending-library-border {
    border-top: 4px solid #a850a0 !important;
}