/* START Universal Viewer Edits */
.media-embeds {
display: none !important;
}
.uv .rightPanel .closed .title {
color: white !important;
}

.uv .rightPanel .top .title {
color: white !important;
}

.uv-iiif-extension-host a {
color: white !important;
}

.download > .middle > .content > .options > li > a {
color: black !important;
}
/* END Universal Viewer Edits */

/* START Menu Dropdown */ 
@media screen {
    .open.sub-nav,.open.sub-nav ul {
        display: block;
        flex-wrap: wrap;
        left: auto;
        right: auto;
        top: 100%;
        z-index: 999
    }
}
.first.open.sub-nav>ul>li>ul>li {
width: 100% !important;
}
/* END Menu Dropdown */ 

/* STANDARDS */
 a {color:black !important; text-decoration:underline !important;}
a hover {color:teal;}

a {color:#336666;}

.containerized {
width: 80%;
margin: auto;
}

.spacer {
margin-top: 5em;
}

.space {
margin-top: 2em;
}

.d-flex {
display: flex;
}

.justifyEnd {
display: flex;
margin: auto;
justify-content: end;
}

.justifyCenter {
display: flex;
margin: auto;
justify-content: center;
}

.centered {
margin: auto;
display: flex;
text-align: center;
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 800px) {
.homeRow {
display: block;
}
.homeRow1 {
justify-content: center;
}
iframe {
height: 300px;
}
.tabcontent {
width: 100% !important;
    margin: 0 !important;
    padding: 2% !important;
    height: auto !important;
}
.containerized {
width: 100%;
}
.corpSpon {
display: block !important;
}
.fb-page {
width: 300px;
}
}

@media screen and (max-width: 1200px) {
.tabNav {
display: inline-block !important;
}
}

@media screen and (max-width: 1400px) {
.tabNavT {
display: inline-block !important;
}
}
 
/* START HEADER */
 body {background-color: #f0e1c7;}
#wrap {background-color: #fffef8;}
body:not(.vertical-menu) header {border-top: 1rem solid cadetblue !important;}
.top-bar {padding-left: 2%; padding-right: 2%;}
.navigation {background-color: #fffef8;}
.sub-nav  {background-color: #fffef8;}
.banner.contained {max-width: 100% !important;}
.dropdown menu {padding-left: 2%;}


.page-content-image {max-width:50%;}

header.tall {min-height: 400px;}
.tall {border-color: #669999;}

/* END HEADER */

/* START BODY */
.homeH1 {
font-family: "EB Garamond" !important;
margin: 0 0 3em 1em;
text-align:center;
}

.contact-us-block {
width: 50%;
}

.explanation {
height: 25vh;
}

.supporters {
display: flex;
width: 50%;
}

.voluImg {
justify-content: center;
display: flex;
}

.corpSpon {
display: flex;
}

.donateBtn {
width: 100%;
display: block;
height: 2em;
margin: auto;
}

.btnMargin {
margin: 5% 15px 5% 15px;
}
.grid-x {
justify-content: center;
}
dl {

}
dl div dt {

}
dl div div dl {

}
dl div dd {

}
.resource-link:hover,
.resource-name:hover {
color: black;
}
ul.resource-grid li.resource {
margin: auto;
text-align: center;
}
ul.resource-grid li.resource:hover {
border: solid #ffcc00 2px;
}
ul.resource-grid li.resource div a span {
color: black;
}
ul.resource-grid {
margin: auto;
}


/* END BODY */

/* START FOOTER */
footer {
color:#fff;
background-color: #000 !important;
text-align: center !important;
max-width:100% !important;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row;
}
footer a {
color: white !important;
}
/* END FOOTER */

/* START 11 */
.btn-11 {
  border: none;
  background: rgb(251, 33, 117);
  background: linear-gradient(0deg, rgb(255 204 0) 0%, rgb(255 204 0) 100%);
  color: black;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
height: 6em;
border-radius: 50%;
}

.btn-11:hover {
  opacity: 0.7;
}

.btn-11:before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 5s ease-in-out infinite;
}

.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@keyframes shiny-btn1 {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}  
/* END 11 */

/* START 12*/
.btn-12 {
  border: none;
  background: rgb(251, 33, 117);
  background: linear-gradient(0deg, rgb(255 204 0) 0%, rgb(255 204 0) 100%);
  color: black;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
height: 3em;
width: 15em;
border-radius: 5px;
}

.btn-12:hover {
  opacity: 0.7;
}

.btn-12:before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 5s ease-in-out infinite;
}

.btn-12:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@keyframes shiny-btn1 {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
  /* END 12 */

/* START TAB NAVIGATION FOR VIDEOS */
.tab {
  overflow: hidden;
  border: 1px solid #fff;
  background-color: #ddca9b;
  margin-bottom: 2em;
}

/* Style the buttons that are used to open the tab content */
.tab button.tablinks {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: larger;
}

/* Change background color of tab button on hover */
.tab button.tablinks:hover {
  background-color: #ffffff40;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  width: 80%;
  margin: auto;
  padding: 2%;
height: 25%;
}

.tabNav {
justify-content: space-evenly;
display: flex;
}
/* END TAB NAVIGATION FOR VIDEOS */

.menu .active>a, .toc-block>ul .active>a, .toc-block ul ul .active>a {
    background: cadetblue;
.menu .active a:hover {
    background: cadetblue !important;}
.menu .is-active a {background: burlywood !important;}
.customMenu:hover > ul {
  display: block;
}
.universal-viewer {
margin-bottom: 50px !important;
}
.resource-meta h4 a {
display: inline-block;
word-break: break-word !important;}
.chosen-container  {max-width:900px !important;}

.value-common value-fields{width: 900px !important;}