.advancedsearch-field {
    margin: 10px 0 20px 0;
}
.detailField {
    word-break: break-word;
}
p.group-author {
    padding-top: 15px;
}
.group-section ul li {
    list-style: disc outside;
    padding: 0 0 10px 10px;
}
.group-section ol li {
    padding: 0 0 20px 90px;
    list-style-type: decimal;
    line-height: 20px;
}
.group-section {
    border-top: none;
}
ul.list-inline.letter-index {
    padding-top: 30px;
    padding-bottom: 30px;
}
p {
    line-height: 140%;
}
span.footnotes {
    font-size: 14px;
}
span.footnotes ol {
    margin-left: 15px !important;
}
@media only screen and (min-width: 961px)
.home-page .content-media {
    max-height: 400px !important;
    max-width: 400px !important;
}
#videoPlayer video {
    width: -webkit-fill-available;
}
.video-js {
    font-family: "Apercu", Calibri, sans-serif;
}
span.figure {
    font-size: 14px !important;
    color: #646464 !important;
    line-height: 1.5em;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media only screen and (max-width: 961px) {
#header nav.navigation .nav-logo .yale-logo {
    width: 250px;
}}
@media only screen and (max-width: 961px) {
    .yale-logo a {
        color: white;
        text-transform: uppercase;
}}
@media only screen and (max-width: 961px) {
    #videoPlayer {
	height: 400px;
    width: calc(50% - 20px);
    object-fit: contain;
    width: 100%;
    height: 100%;
}}
@media only screen and (max-width: 961px) {
    #videoPlayer video {
    width: inherit;
}}
@media only screen and (max-width: 961px) {
.content-media {
    margin-bottom: 40px;
}}
@media only screen and (max-width: 961px) {
.content-row.home-page-main {
    margin-top: 10px;
}}
@media only screen and (max-width: 961px) {
	.group-section>* {
        width: 100% !important;
}}
@media only screen and (min-width: 961px) {
    #videoPlayer {
    max-height: 315px;
}}
@media only screen and (max-width: 961px) {
	.detailField > iframe {
	    max-height: 290px;
    }}
.footer-links li:last-child {
    display: none;
}
.footer-middle li:last-child{
    display: block;
}
.disabled, :disabled {
    opacity: 0.8;
    width: 75%;
    background: #eeeeee;
}
.group-section table, .group-section tr, .group-section td {
    border: 5px solid #eeeeee;
    padding: 10px;
    margin: 30px 0 30px 0;
}
h3 {
    font-weight: 900;
    text-decoration: underline;
    padding: 20px 0 10px 0;
}
@media only screen and (min-width: 961px) {
footer {
    margin-top: 200px;
    }}
.footer-links ul li a {
    text-transform: initial;
}
@media (min-width: 769px) {
.emuseum-advancedsearch-columns {
    column-count: 1;
    }}
input#brightness {
    -webkit-appearance: slider-vertical !important;
    position: relative;
}
input#contrast {
    -webkit-appearance: slider-vertical !important;
    position: relative;
}
@media (min-width: 961px) {
.map-wrapper #map-toolbar .ol-control button.ol-range-button input {
    height: 100px;
    width: 16px;
    }}
body.sticky.home_feature.emuseum.em-skeleton-neue-theme.collections-page.objects-module.emuseumBreadcrumbs.emuseum-no-rounded-corners.emuseum-no-caps.results-grid-two-column.emuseum-standard-grid.emuseum-hero-full-width #breadcrumb-wrap {
    display: none;
}
body.sticky.home_feature.emuseum.em-skeleton-neue-theme.details-page.objects-module.emuseumBreadcrumbs.emuseum-no-rounded-corners.emuseum-no-caps.results-grid-two-column.emuseum-standard-grid.detail-two-column.emuseum-hero-full-width #breadcrumb-wrap {
    display: none;
}
a.next-article {
    float: right;
    padding: 10px;
    background-color: #5649b3;
    color: white;
    margin: 25px 0 25px 0;
}
body.sticky.home_feature.emuseum.em-skeleton-neue-theme.details-page.people-module.emuseumBreadcrumbs.emuseum-no-rounded-corners.emuseum-no-caps.results-grid-two-column.emuseum-fit-grid.detail-two-column.emuseum-hero-full-width .media-zone {
    display: none;
}
ul#emuseum-api-links {
    margin-top: 30px;
}
.vjs-big-play-button, .vjs-big-play-button:focus {
    background-color: #5649B3 !important;
    border: none !important;
}

.ycbalabel {
    background-color: parchment;
    font-family: "Times New Roman", Times, serif;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 10pt;
    margin-top: 100px;
    margin-bottom: 100px;
}
.ycbalabel p {
  background-color: antiquewhite;
  padding: 50px;
}
.ycbalabel a {
    box-shadow: none !important;
    display: initial;
}
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

/* Popover styling, added to avoid conflicts with Bootstrap CSS */
.ycbalabel > p{
    position: relative;
}
a.popover-visible-trigger{
  background: #fdf5b7;
  color: black;
  cursor: help;
  text-decoration: none;
}

a.popover-visible-trigger .popup{
    display: none;
    position: absolute;
    width: 300px;
    background: #F5F5F5;
    transform: translatey(-50%);
    padding: 8px;
    z-index: 99;
    border-radius: 5px;
}

a.popover-visible-trigger .popup::before{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    display: block;
    height: 20px;
    width: 10px;
    content: '';
    background: #F5F5F5;
}

a.popover-visible-trigger .popup.show{
    display: block;
}

@media (min-width: 1440px) {
    a.popover-visible-trigger .popup.left{
        right: calc(100% -  30px);
    }
    a.popover-visible-trigger .popup.left::before{
            left: 100%;
            clip-path: polygon(100% 50%, 0 0, 0 100%);
    }
    a.popover-visible-trigger .popup.right{
        left: calc(100% -  30px);
    }
    a.popover-visible-trigger .popup.right::before{
            right: 100%;
            clip-path: polygon(100% 0, 0 50%, 100% 100%);
    }
}

@media only screen and (max-width: 1440px){
    a.popover-visible-trigger{
        position: relative;
    }
    a.popover-visible-trigger .popup{
        top: unset !important;
        bottom: calc(100% + 15px);
        left: 50%;
        transform: translatex(-50%);
    }
    a.popover-visible-trigger .popup::before{
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0);
        height: 10px;
        width: 20px;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
    }
}