@charset "utf-8";

/* CSS Document */
html {
    height: 100%;
    box-sizing: border-box;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

body {
    /*
	background-color: #808080;
	adding stuff to try to get the footer to work */
    background-color: #93a1ad;
    margin: 0;
    /* padding-bottom:6rem; */
    min-height: 100%;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.grid-container {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

#headerORG {
    /*background-color: #000000; */
    background-color: #773f45;
    color: #fff;
}

.headerORG {
    padding: 0px !important;
}

#header img {
    width: 100%;
    /*max-width:996px; */
    padding: 0px;
}




/* -- menu -- */

.is-dropdown-submenu-item a:hover {
    background-color: rgba(203, 203, 203, 0.65);
    color: #353535;
}

.dropdown a {
    color: #fff;
    font-weight: bold;
}

.expanded a {
    color: #1779ba;
}

.top-bar,
.top-bar ul {
    background-color: none;
    padding: 0px;
}

.expanded a {
    color: #757575
}

.dropdown.menu .is-active>a {
    color: #fff;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #fff transparent transparent;
}

.is-dropdown-submenu {
    background-color: #fff;
}

/* -- end menu -- */


.content {
    background-color: #E4E4E4;
    padding-top: 1em;
    /*min-height: 800px;*/
}

.content-space {
    max-height: 560px;
    overflow: scroll;

}

.page-content {
    background-color: #E4E4E4;
    padding-top: 1em;
    min-height: 800px;
}

#lib-logo {
    display: inline-block;
    position: relative;
}

#lib-logo img {
    vertical-align: baseline;
    bottom: 0;
}

.footer {
    /*position:fixed;
	bottom:0;
	color:#fff;
	text-align:center;
	position:fixed;
	right:0;
	bottom:0;
	left:0;
	padding:0rem;
  position: fixed;*/
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #efefef;
    line-height: 2;
    box-shadow: 0 50vh 0 50vh #773f45;

}

.footer-spacer {
    height: 300px;
    display: block
}

#footer-img {
    width: 100%;
    max-width: 1300px;
}

.vids {
    margin-bottom: 12px;
}

.footer-links a {
    color: #fff;
}

.footer-links a:visited {
    color: #fff;
}

.footer-links a:hover {
    color: #93a1ad;
    /*#93a1ad*/
}

.footer-links a:active {
    color: #fff;
}

@media print,
screen and (max-width: 1023px) {
    /*#header-img { display:none; }*/

}

@media print,
screen and (max-width: 640px) {
    .content {
        min-height: 200px;
    }

    .video-responsive iframe {
        left: 0;
    }
}


#slider-ah {
    font-size: 22px;
    padding-top: 14px;
    margin-left: -12px;
}


.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/* tooltip */
.tooltips {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted grey;*/
    color: #005050;
    background-color: none;
}

.tooltips .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 380px;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    line-height: 14px;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-top {
    bottom: 90%;
    margin-left: -60px;
}


.tooltiptest {
    z-index: 90;
    position: absolute;
    margin-left: 40px;
    margin-top: 20px;
}

.tooltiptest img {
    max-width: 20px;
}
