@media screen {
    * {
        box-sizing: border-box
    }
    html {
        height: 100%;
        padding: 0;
        margin: 0
    }
    body {
        background-color: #fff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        word-wrap: break-word
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: "Bodoni Moda", serif;
        font-optical-sizing: auto;
        font-style: normal
    }
     ::selection {
        background: #d41116;
        color: #fff;
    }
    /* Optional: Firefox-specific prefix for broader support */
     ::-moz-selection {
        background: #d41116;
        color: #fff;
    }
    .fixed {
        position: fixed;
        top: 0;
        width: 51%!important
    }
    .fixed-full-width {
        position: fixed;
        top: 0;
        width: 88%!important
    }
    .fixed-view-state {
        position: fixed;
        bottom: 0;
        width: 6%
    }
    .fixed-controller {
        position: fixed!important;
        bottom: 0;
        right: 12.2%
    }
    .overlay {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: 0 0;
        z-index: 10;
        cursor: pointer
    }
    a {
        text-decoration: underline;
        text-decoration-color: #d41116;
        color: #606060;
        transition: color .3s ease
    }
    a:link {
        text-decoration: underline;
        text-decoration-color: #d41116;
        color: #606060
    }
    a:visited {
        color: #606060
    }
    a:active,
    a:hover {
        color: #d41116;
        text-decoration-color: #606060
    }
    .parent-link a:active,
    .parent-link a:hover {
        color: #d41116;
        text-decoration-color: #fff
    }
    h1 {
        font-size: 40px;
        line-height: 60px
    }
    h2 {
        font-size: 30px;
        line-height: 45px
    }
    h3 {
        font-size: 25px;
        line-height: 45px
    }
    h4 {
        font-size: 22.5px
    }
    img {
        max-width: 100%;
        height: auto
    }
    input,
    textarea,
    button,
    .button,
    .resource-list.preview+a,
    select {
        font-family: open sans, sans-serif;
        font-size: 20px;
        line-height: 30px;
        margin: 0;
        vertical-align: top;
    }
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=url],
    textarea {
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        height: 45px;
        border: 1px solid #dedede;
        padding: 6.5px 1.6949152542%;
        margin: 0;
        margin-right: 15px;
    }
    textarea {
        height: 90px
    }
    input[type=file] {
        line-height: 1;
        vertical-align: bottom;
        font-size: 15px
    }
    button,
    a.button,
    .resource-list.preview+a,
    [type=submit] {
        background-color: #d41116;
        color: #fff;
        border-radius: 24px;
        padding: 7.5px;
        display: inline-block;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        cursor: pointer
    }
    select {
        background-color: #fff;
        padding: 7.5px;
        border-color: #dedede;
        height: 45px;
        color: #000;
    }
     ::-webkit-input-placeholder {
        font-style: italic
    }
     :-moz-placeholder {
        font-style: italic
    }
     ::-moz-placeholder {
        font-style: italic
    }
     :-ms-input-placeholder {
        font-style: italic
    }
    .field {
        margin: 30px 0;
        display: flex;
        flex-flow: row nowrap;
        width: 100%
    }
    .field .inputs input[type=checkbox] {
        vertical-align: bottom
    }
    .field .field-meta {
        padding: 7.5px 10px 7.5px 0;
        position: relative;
        width: 100%
    }
    .field.multi-value .label,
    .field.multi-value .field-description {
        margin-right: 7.5px
    }
    .field.required .field-meta:after {
        content: "\f107";
        font-family: "font awesome 5 free";
        font-size: 15px;
        font-weight: 900
    }
    .field .add-value {
        position: absolute;
        right: .25rem;
        top: 0;
        width: 45px
    }
    .field .value:not(:last-child) {
        margin-bottom: 15px
    }
    .field-description {
        font-size: 15px
    }
    .field .inputs {
        width: 100%
    }
    .field .value * {
        max-width: 100%
    }
    .field .value select {
        width: 100%;
        margin-bottom: 7.5px
    }
    #skipnav {
        position: fixed;
        top: 30px;
        left: 50%;
        border: 1px solid #ababab;
        transform: translateX(-50%);
        z-index: -5;
        padding: 7.5px;
        background-color: #fff;
        opacity: 0
    }
    #skipnav:focus {
        z-index: 1000;
        opacity: 1
    }
    header h1 {
        margin: 0
    }
    .site-title-alt {
        height: 0;
        width: 1px;
        overflow: hidden;
        flex-shrink: 3
    }
    header img.logo {
        height: 55px;
        width: auto;
        margin: 0 auto 0 0
    }
    header nav {
        position: relative;
        padding: 0
    }
    header nav.closed ul {
        height: 0;
        overflow: hidden;
        margin: 0
    }
    header nav:before {
        font-family: "font awesome 5 free";
        margin-top: 7px;
        content: "\f0c9";
        font-weight: 900;
        color: #fff;
        background-color: #d41116;
        display: block;
        width: 37.5px;
        height: 37.5px;
        border: 0 solid #dedede;
        text-align: center;
        border-radius: 2px;
        position: absolute;
        right: 1.6949152542%;
        top: -48.75px;
        cursor: pointer;
        line-height: 37.5px
    }
    header nav.open {
        margin: 15px 0 -1px
    }
    header nav.open:before {
        content: "\f107"
    }
    header nav ul {
        padding-left: 0;
        list-style: none;
        position: relative;
        margin: 0 auto
    }
    header nav ul a {
        display: inline-block;
        width: 100%;
        padding: 7.5px
    }
    header nav ul a:hover {
        border-bottom: 0;
        background-color: #dedede
    }
    header nav ul li {
        border-top: 1px solid #dedede;
        position: relative
    }
    header nav ul li li:last-of-type {
        padding-bottom: 0
    }
    header nav ul li.active {
        font-weight: 700
    }
    header nav ul li.parent {
        position: relative
    }
    header nav ul .parent-link {
        display: flex
    }
    header nav ul .parent-link>a {
        width: calc(100% - 60px)
    }
    header nav ul .child-toggle {
        color: #dedede;
        width: 60px;
        text-align: center;
        background-color: #fff;
        border-left: 1px solid #dedede;
        -webkit-appearance: none;
        appearance: none
    }
    header nav ul .child-toggle:before {
        font-family: "font awesome 5 free";
        content: "\f107";
        font-weight: 900
    }
    header nav>ul>li:last-child {
        border-bottom: 1px solid #dedede;
        padding-bottom: -1px
    }
    header nav>ul ul li {
        height: 0;
        overflow: hidden;
        border: 0
    }
    header nav ul.open>li {
        height: auto;
        border-top: 1px solid #dedede;
        padding-top: -1px
    }
    header nav>ul>li>ul>li.active>a {
        margin-left: -1.5em
    }
    header nav>ul>li>ul>li.active>a:before {
        content: ">";
        display: inline-block;
        width: 1.5em
    }
    header nav>ul>li>ul>li a {
        padding-left: 30px
    }
    header nav>ul>li>ul>li>ul>li a {
        padding-left: 60px
    }
    header nav>ul>li>ul>li>ul>li>ul>li a {
        padding-left: 90px
    }
    .sub-menu ul {
        padding-left: 0;
        list-style-type: none;
        margin-top: 15px
    }
    .sub-menu li {
        font-size: 15px;
        font-weight: 700;
        border-bottom: 1px solid #dedede;
        padding: 7.5px 0 6.5px
    }
    .sub-menu li:first-of-type {
        border-top: 1px solid #dedede;
        padding-top: 6.5px
    }
    nav.pagination {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 45px
    }
    .pagination input {
        text-align: center
    }
    .resource-list+.pagination {
        border-color: transparent
    }
    .pagination form {
        min-width: 90px
    }
    .pagination form,
    .pagination .button,
    .pagination .resource-list.preview+a,
    .pagination button,
    .pagination .page-count {
        display: inline-block;
        vertical-align: top;
        height: 45px
    }
    .pagination .button,
    .pagination .resource-list.preview+a {
        border: 1px solid #dedede;
        background-color: #dedede;
        width: 45px;
        text-align: center;
        padding: 7.5px;
        border-radius: 2px;
        color: #000;
        line-height: 30px
    }
    .pagination .inactive.button,
    .pagination .resource-list.preview+a.inactive {
        opacity: .5;
        color: #ababab;
        background-color: #fff
    }
    .pagination form,
    .pagination .last {
        margin-right: 7.5px
    }
    .pagination input {
        width: 60px
    }
    .breadcrumbs {
        font-size: 15px;
        margin: 30px 0 -15px
    }
    h1.site-title {
        font-size: 25px;
        line-height: 30px;
        padding-right: 45px;
        padding-left: 1.6949152542%
    }
    header {
        margin: 10px 0 75px;
        background-color: #fff;
        position: relative
    }
    header>* {
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    .site-title:hover,
    .site-title:active {
        border-bottom: 0
    }
    .site-title h1 {
        margin: 0
    }
    button.o-icon-search {
        display: none
    }
    #search {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #dedede;
        padding: 7.5px 1.6949152542%
    }
    #search form {
        display: flex;
        flex-wrap: nowrap
    }
    #search form input[type=text] {
        width: 100%
    }
    #search form button[type=submit] {
        height: 45px;
        width: 45px;
        text-indent: -9999px;
        position: relative;
        border-radius: 0 3px 3px 0
    }
    #search form button[type=submit]:before {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡";
        font-family: "font awesome 5 free";
        font-weight: 900;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        text-indent: 0;
        line-height: 45px
    }
    .banner {
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
        z-index: -1
    }
    .banner img {
        width: 100%
    }
    footer {
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 1.6949152542% 30px;
        clear: both;
        background-color: #b6a89e;
        margin-top: 55px;
    }
    footer .menu-item a {
        color: #fff;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 34px;
    }
    footer p {
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        color: #333;
    }
    footer li {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    footer ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        list-style: none;
        padding-inline-start: 0px;
    }
    #content {
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 1.5% 30px
    }
    .search-results-list ul {
        padding-left: 0
    }
    .resource-list .resource-thumbnail {
        width: 25%;
        margin-left: 10px
    }
    .resource-list .resource-metadata {
        width: 75%
    }
    .related-documents h3 {
        margin-bottom: 0
    }
    .double-line {
        width: 100%;
        border-top-style: double;
        border-top-color: #999
    }
    .resource-list li a.resource-link {
        display: flex;
        flex-flow: row nowrap;
        gap: 21px
    }
    .resource-list li .resource-text {
        width: 75%
    }
    .resource-list li .thumbnail {
        width: 25%
    }
    .resource-list li .description {
        color: #000
    }
    .resource-list .resource-name {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 7.5px;
        font-family: "Bodoni Moda", serif
    }
    .transcribed-span {
        color: #999
    }
    .resource-list.preview+a {
        color: #000
    }
    .resource-list.preview+a:hover {
        background-color: #787878;
        border-bottom-width: 0;
        color: #fff
    }
    ul.resource-list {
        list-style-type: none;
        padding-left: 0;
        width: 100%;
        margin: 0 auto
    }
    ul.resource-list .resource {
        border-bottom: 1px solid #dedede;
        padding-bottom: 29px;
        margin: 30px 0;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: row-reverse
    }
    ul.resource-list .resource>*:last-child {
        margin-bottom: 0
    }
    ul.resource-list .resource:first-child {
        border-top: 1px solid #dedede;
        padding-top: 29px
    }
    ul.resource-list .resource img {
        height: auto;
        width: 100%
    }
    ul.resource-list .resource h4 {
        margin-top: 0
    }
    ul.resource-list .resource .description {
        max-height: 90px;
        overflow: hidden;
        position: relative
    }
    ul.resource-list .resource .description:after {
        content: "";
        position: absolute;
        /* top:52.5px; */
        left: 0;
        bottom: 0;
        right: 0;
        height: 37.5px;
        background: linear-gradient(to top, #fff, rgba(248, 248, 248, 0))
    }
    /*ul.resource-list .resource img~* {*/
    ul.resource-list .resource img~* {
        /* width: calc(100% - 75px) */
        width: 100%;
    }
    .search-filters {
        margin-bottom: 30px
    }
    .filter-label,
    .filter-value {
        display: inline-block;
        border: 1px solid #dedede;
        padding: 6.5px
    }
    .filter-label {
        background-color: #dedede
    }
    .filter-value {
        margin-left: -5px
    }
    .browse-controls {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    .advanced-search {
        line-height: 45px
    }
    .expand:after,
    .collapse:after {
        font-family: "font awesome 5 free";
        font-weight: 900
    }
    .expand:after {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡"
    }
    .collapse:after {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â"
    }
    .collapsible {
        display: none
    }
    .collapse+.collapsible {
        display: block;
        border-left: 3px solid #ababab;
        padding: 7.5px 30px;
        margin: 15px 0;
        width: 100%
    }
    body.resource #content>h2:first-of-type+h3 {
        font-size: 15px;
        text-transform: uppercase;
        margin: -30px 0 30px
    }
    .property {
        margin-bottom: 30px
    }
    .property:last-child {
        margin-bottom: 0
    }
    dt {
        margin-bottom: 0;
        font-size: 13px;
        color: #999;
        text-transform: uppercase
    }
    dt:first-child {
        margin-top: 0
    }
    .value {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 0
    }
    .value:not(:last-child) {
        margin-bottom: 15px
    }
    .value-content:not(:only-child) {
        margin-right: 7.5px
    }
    .resource-link img {
        width: auto;
        height: 45px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7.5px
    }
    .property .value a {
        display: inline-block;
        vertical-align: bottom
    }
    .property .value:not(:last-child) img {
        margin-bottom: 7.5px
    }
    .property .value:not(:last-child) img+a {
        margin-bottom: 7.5px
    }
    .property .value .language {
        background-color: #d1d1d1;
        padding: 0 7.5px;
        font-size: 15px;
        margin-right: 7.5px
    }
    .property .private:after {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°";
        font-family: "font awesome 5 free";
        font-size: 15px;
        font-weight: 900
    }
    .media-list .resource-link {
        width: 100%;
        display: block
    }
    .media-list .resource-link:not(:last-child) {
        margin-bottom: 15px
    }
    #content .media.resource {
        display: inline-block;
        text-align: center;
        vertical-align: bottom;
        margin-right: 7.5px
    }
    #content .media.resource:hover {
        border-bottom: 0
    }
    #content .media.resource img {
        vertical-align: top;
        margin-bottom: 15px
    }
    .media-render>* {
        max-width: 100%
    }
    #linked-resources caption {
        text-align: left;
        font-weight: 700;
        border-bottom: 3px solid #ababab;
        padding: 7.5px 15px 4.5px
    }
    #linked-filter h4 {
        margin-bottom: 15px
    }
    #linked-resources .resource-link {
        margin-bottom: 0;
        display: flex;
        align-items: center
    }
    #advanced-search .value:not(:last-child) {
        margin-bottom: 15px
    }
    .remove-value {
        position: relative;
        width: 45px;
        margin-left: 7.5px
    }
    .results {
        margin-bottom: 60px;
        clear: both
    }
    .results ul {
        list-style: none;
        padding-left: 0
    }
    .results .result-title {
        font-weight: 700
    }
    .results>ul {
        margin: -15px 0 0
    }
    .results .result-site,
    .results ul ul {
        display: block;
        padding-left: 15px
    }
    .results>ul>li {
        margin-bottom: 30px
    }
    .pagination+.results {
        margin: 30px 0 0;
        clear: both
    }
    .sitewide-search-form {
        display: none
    }
    .sitewide-search-form~.results+.pagination {
        margin-top: 0
    }
    .sitewide-search-form~.advanced-search {
        display: block
    }
    .sitewide-search-form~h2 {
        width: 50%;
        float: left
    }
    .sitewide-search-form~.pagination {
        margin: 37.5px 0 30px;
        text-align: right;
        width: 50%;
        float: right
    }
    .sitewide-search-form~p {
        clear: both
    }
    .index.search .results ul li {
        margin-bottom: 7.5px;
        padding-bottom: 7.5px;
        border-bottom: 1px solid #ababab
    }
    .items.search #search {
        display: none
    }
    a.metadata-browse-link {
        font-size: 15px
    }
    .translation,
    .transcription {
        /* display: block; */
        float: left;
        width: 80%;
        font-size: 17px;
        line-height: 34px;
        /* max-width: 800px; */
        background-color: #efe6df;
        flex: 1;
        padding: 13px 13px 13px 34px;
    }
    .imageContainer {
        background-color: rgb(0, 0, 0);
        width: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 80vh
    }
    .readmore {
        display: none
    }
    .readmore-btn {
        display: block;
        cursor: pointer;
        margin: 10px 0;
        text-decoration: underline;
        text-decoration-color: #d41116;
        color: #606060
    }
    .readless-btn {
        display: none;
        color: #920b0b;
        cursor: pointer;
        margin: 10px 0
    }
    .thumbnailImg-mobile {
        display: none;
    }
    .thumbnailImg {
        display: block;
    }
    .expand-full-imageContainer {
        width: 100%;
    }
    .expand-imageContainer {
        width: 45%;
    }
    .vController {
        width: 240px;
        height: 40px;
        background-color: #fff;
        /* color: #333; */
        position: absolute;
        overflow: hidden;
        /* text-align: right; */
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 45px 0);
        margin: 0px 0px -10px auto;
        justify-content: end;
        column-gap: 15px;
        right: 0px;
        z-index: 100;
        bottom: 0px;
        display: none;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .vController-ghost {
        width: 270px;
        height: 40px;
        background-color: #fff;
        /* color: #333; */
        position: relative;
        overflow: hidden;
        /* text-align: right; */
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 45px 0);
        margin: 0px 0px -10px auto;
        justify-content: end;
        column-gap: 15px;
        right: 0px;
        z-index: 100;
        bottom: 0px;
        display: flex;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .adjust-ghost-transcribed {
        margin: -39px -10px 0px 0px;
        padding: 0px 11px 0px 0px;
        width: 315px;
        background-color: #efe6df;
    }
    .adjust-ghost-transcribed img,
    .ghost-untrans-adjustments img {
        /* filter: grayscale(1) brightness(0.6); */
        opacity: 0.65;
    }
    .ghost-untrans-adjustments {
        margin: -47px -15px -117px auto;
        background-color: #efe6df;
    }
    body:fullscreen .osdViewer .vController {
        background-color: rgba(0, 0, 0, 0.7);
        bottom: 20px;
        right: 20px;
        clip-path: none;
        width: auto;
    }
    .osdViewer {
        position: relative;
    }
    .description-word dl {
        margin-left: 21px;
    }
    /*insert mobile styles here*/
}

@media screen and (max-width: 768px) {
    header {
        margin: 10px 0 30px;
    }
    header img.logo {
        height: 36px;
    }
    h2 {
        font-size: 24px;
        line-height: 38px;
    }
    h2 .title {
        font-weight: 400;
        font-size: 26px;
        width: 100%;
    }
    h3 {
        font-size: 21px;
        line-height: 34px;
    }
    .resource-list .resource-metadata {
        width: 100%;
        margin: 15px 10px 0px 10px;
    }
    ul.resource-list .resource {
        flex-direction: column;
    }
    ul.resource-list .resource-thumbnail {
        max-width: 100%;
        width: 100%;
    }
    .thumbnailImg-mobile {
        cursor: pointer;
        width: 50%;
        height: auto;
        display: block;
        float: right;
        margin-left: 8px;
    }
    .thumbnailImg {
        display: none;
    }
    .trans-container {
        flex-direction: column;
        width: 100vw;
    }
    .transcription {
        width: 100%;
    }
    .translation {
        width: 100%;
    }
    .imageContainer {
        min-height: 0vh;
    }
    .expand-imageContainer {
        width: 100%;
        height: 80vh;
        overflow: hidden;
        /*min-height: 80vh;*/
    }
    .vController {
        position: absolute;
        right: 0px;
        bottom: 0px;
        /* margin: 0px -7px -2px auto; */
        margin: 0px 0px -2px auto;
        padding-right: 4px;
    }
    /*ul.resource-list .resource img {*/
    ul.resource-list .resource img~* {
        width: 100%;
    }
    .iiif-link {
        padding-left: 11px;
    }
    header {
        margin: 10px 0 10px;
    }
    table {
        border-spacing: 0px;
        padding: 0px
    }
    td,
    tr {
        padding: 0px;
    }
    .table-page-row .right-mobile {
        padding-right: 8px;
    }
}

@media screen and (min-width: 800px) {
    #content {
        padding: 0 1.5% 30px;
        min-height: 50vh;
    }
    table {
        margin: 30px 0;
        border-collapse: collapse
    }
    th,
    td {
        text-align: left;
        padding: 7.5px 15px;
        padding-bottom: 6.5px;
        border-bottom: 1px solid #ababab
    }
    .field .field-meta {
        width: 23%;
        min-width: 65px;
        align-self: flex-start
    }
    .field .inputs {
        width: 100%
    }
    .field .value select {
        width: initial;
        margin-bottom: 0
    }
    header {
        position: relative;
        padding: 15px 0 0;
        margin-bottom: 60px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: baseline;
        width: 100%
    }
    header>* {
        padding: 0 1.5%
    }
    h1.site-title {
        margin: 7.5px auto;
        padding: 0 1.5%
    }
    .banner {
        margin-top: -60px
    }
    footer {
        padding: 0 1.5% 30px
    }
    header nav {
        margin: 0 0 0 auto!important;
        position: static;
        padding: 0 1.5%;
        flex-grow: 2
    }
    header nav:before {
        content: "";
        border: 0;
        display: none
    }
    header nav ul a {
        padding: 0
    }
    header nav ul li {
        position: static
    }
    header nav ul a:hover {
        background-color: transparent
    }
    header nav ul li,
    header nav>ul li:last-child,
    header nav>ul ul:hover>li {
        border: 0
    }
    header nav ul.navigation {
        position: static;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        height: auto;
        justify-content: flex-end
    }
    header nav ul.navigation li ul:before {
        display: none
    }
    header nav ul.navigation>li:not(:last-child) {
        margin-right: 15px
    }
    header nav ul.navigation>li>ul {
        position: absolute;
        top: 100%;
        left: -9999px;
        background-color: #fff;
        border-top: 2px solid #d41116;
        padding: 0;
        list-style: none;
        width: auto;
        padding: 14px 0 6.5px;
        display: flex;
        flex-direction: column;
        flex-flow: column nowrap;
        z-index: 1
    }
    header nav ul.navigation ul ul {
        height: 0
    }
    header nav ul.navigation>li:hover>ul {
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 8px;
        left: 0;
        border-bottom: 0;
        border-color: #d41116;
        height: auto
    }
    header nav ul.navigation>li:hover>ul:after {}
    header nav ul.navigation>li>ul>li {
        width: 100%;
        font-size: 15px;
        font-weight: 400;
        padding-bottom: 30px
    }
    header nav ul.navigation>li>ul>li ul {
        font-weight: 400;
        padding: 0;
        list-style-type: none;
        height: auto
    }
    header nav ul.navigation li.parent {
        position: static
    }
    header nav>ul>li>a {
        margin: 7.5px
    }
    header nav>ul>li>.parent-link {
        display: inline-block;
        width: 100%
    }
    header nav>ul>li>.parent-link>a {
        margin: 7.5px;
        width: 100%
    }
    header nav>ul>li>.parent-link a:after {
        font-family: "font awesome 5 free";
        content: "\f107";
        font-weight: 900;
        display: inline-block;
        margin-left: 7.5px
    }
    header nav>ul li:hover ul li {
        height: auto;
        padding: 0
    }
    .child-toggle {
        display: none
    }
    header .parent ul a {
        padding-left: 0
    }
    header .parent .parent .parent ul a {
        padding-left: 15px
    }
    .sub-menu ul {
        border-bottom: 1px solid #dedede;
        padding-bottom: 14px
    }
    .sub-menu li {
        display: inline-block;
        border: 0;
        padding: 0;
        margin-right: 15px
    }
    .sub-menu li:first-of-type {
        border: 0;
        padding: 0
    }
    #search {
        left: 75%;
        border-left: 1px solid #dedede;
        padding: 7.5px
    }
    #search form input[type=text],
    #search form button[type=submit] {
        height: 30px;
        font-size: 15px;
        line-height: 30px
    }
    #search form button[type=submit] {
        width: 30px;
        height: 30px;
        padding: 0
    }
    #search form button[type=submit]:before {
        line-height: 30px
    }
    .items.search #search {
        display: block
    }
    ul.resource-list .resource img {
        /* height: 100%; */
        width: auto
    }
    ul.resource-list .resource img~* {
        width: calc(100% - 135px)
    }
    body.item-set.item #content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-end
    }
    body.item-set.item #content>h2,
    body.item-set.item #content>h3 {
        width: 100%
    }
    body.item-set .metadata {
        width: 75%;
        margin-right: 1.6949152542%
    }
    body.item-set .metadata h4:first-of-type {
        margin-top: 0
    }
    body.item-set #content .metadata~* {
        width: 90%
    }
    body.item-set .item-set-items h3 {
        margin-top: 0
    }
    body.item-set .metadata~nav.pagination:first-of-type {
        margin-bottom: 0
    }
    .results>ul {
        display: flex;
        flex-wrap: wrap
    }
    .results>ul>li {
        width: calc(50% - 30px)
    }
    .results>ul>li:nth-child(2n) {
        margin-left: 30px
    }
    .preview-block {
        clear: both
    }
    ul.preview.resource-list li:first-of-type {
        border-top: 1px solid #dedede;
        padding-top: 29px
    }
}