.tooltipster-box {
    margin: 5px 0px;
}
.tooltipster-content table {
    margin: 0px;
}
.tooltipP-title {
    font-size: 1.2em;
    font-weight: bold;
}
.tooltipP-text a:link {
    text-decoration: underline;
}
.tooltipP-image-caption {
    font-size: 0.85em;
    position: relative;
    top: -0.8em;
    font-weight: bold;
}
@media screen {
    * {
        box-sizing: border-box;
    }
    html {
        height: 100%;
        padding: 0;
        margin: 0;
    }
    body {
        background-color: #f8f8f8;
        font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
        font-size: 18px;
        line-height: 27px;
        margin: 0;
        word-wrap: break-word;
    }
    a:link {
        text-decoration: none;
        color: #000;
    }
    a:visited {
        color: #000;
    }
    a:active,
    a:hover {
        color: #787878;
    }
    .target_blank::after {
        font-family: "Font Awesome 5 Free";
        content: "\f35d";
        display: inline-block;
        margin-left: 6.75px;
        font-size: 0.7em;
    }
    .target_object::after {
        font-family: "Font Awesome 5 Free";
        content: "\f0c5";
        display: inline-block;
        margin-right: 6.75px;
        font-size: 1em;
        background-color: #ca411f;
        color: #fffeef;
        width: 1.5em;
        text-align: center;
        border-radius: 0.4em;
    }
    h1 {
        font-size: 36px;
        line-height: 54px;
    }
    h2 {
        font-size: 27px;
        line-height: 40.5px;
    }
	h2 .value.subtitle {
		font-size: 0.8em;
	}
    h3 {
        font-size: 22.5px;
        line-height: 40.5px;
    }
    h4 {
        font-size: 20.25px;
    }
    img {
        max-width: 100% !important;
        height: auto;
    }
    input,
    textarea,
    button,
    .button,
    select {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        line-height: 27px;
        margin: 0;
        vertical-align: top;
    }
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="url"],
    textarea {
        appearance: none;
        border-radius: 0;
        height: 40.5px;
        border: 1px solid #dedede;
        padding: 0px 1.69492%;
        margin: 0;
    }
    textarea {
        height: 81px;
    }
    input[type="file"] {
        line-height: 1;
        vertical-align: bottom;
        font-size: 13.5px;
    }
    button,
    a.button,
    [type="submit"] {
        background-color: #dedede;
        border-radius: 2px;
        padding: 6.75px;
        display: inline-block;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        cursor: pointer;
    }
    select {
        background-color: #fff;
        padding: 6.75px;
        border-color: #dedede;
        height: 40.5px;
    }
    ::-webkit-input-placeholder {
        font-style: italic;
    }
    :-moz-placeholder {
        font-style: italic;
    }
    ::-moz-placeholder {
        font-style: italic;
    }
    :-ms-input-placeholder {
        font-style: italic;
    }
    .field {
        margin: 27px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .field .field-meta {
        width: 30%;
        padding: 6.75px 1.69492% 0 0;
    }
    .field .inputs {
        width: 70%;
        padding-left: 1.69492%;
    }
    .field .inputs > select,
    .field .inputs > textarea,
    .field .inputs > input[type="text"],
    .field .inputs > input[type="password"],
    .field .inputs > input[type="email"],
    .field .inputs > input[type="url"] {
        width: 100%;
    }
    .field .inputs input[type="checkbox"] {
        vertical-align: bottom;
    }
    .field.required .field-meta:after {
        content: "\f069";
        font-family: "Font Awesome 5 Free";
        font-size: 13.5px;
    }
    .field .value:not(:last-child) {
        margin-bottom: 13.5px;
    }
    .field-description {
        font-size: 13.5px;
    }
    header nav {
        position: relative;
        margin: 13.5px 0 -13.5px;
        padding: 0;
    }
    header nav.closed ul {
        height: 0;
        overflow: hidden;
        margin: 0;
    }
    header nav:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0c9";
        display: block;
        width: 33.75px;
        height: 33.75px;
        border: 1px solid #dedede;
        text-align: center;
        border-radius: 2px;
        position: absolute;
        right: 1.69492%;
        top: -47.25px;
        cursor: pointer;
        line-height: 33.75px;
    }
    header nav.open:before {
        content: "\f00d";
    }
    header nav ul {
        padding-left: 0;
        list-style: none;
        position: relative;
        margin: 0 auto;
    }
    header nav ul a {
        display: inline-block;
        width: 100%;
        padding: 6.75px;
    }
    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: bold;
    }
    header nav ul li > ul:before {
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        position: absolute;
        right: 0;
        top: -40.5px;
        color: #dedede;
        width: 27px;
        height: 40.5px;
        line-height: 40.5px;
        text-align: center;
    }
    header nav ul li > ul:hover:before {
        content: "\f107";
    }
    header nav ul a:hover ~ ul:before {
        color: #ababab;
    }
    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 ul:hover > 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: 27px;
    }
    header nav > ul > li > ul > li > ul > li a {
        padding-left: 54px;
    }
    .sub-menu ul {
        padding-left: 0;
        list-style-type: none;
        margin-top: 13.5px;
    }
    .sub-menu li {
        font-size: 13.5px;
        font-weight: bold;
        border-bottom: 1px solid #dedede;
        padding: 6.75px 0 5.75px;
    }
    .sub-menu li:first-of-type {
        border-top: 1px solid #dedede;
        padding-top: 5.75px;
    }
    nav.pagination {
        margin-bottom: 27px;
        font-size: 18px;
        line-height: 40.5px;
    }
    .pagination input {
        text-align: center;
    }
    .resource-list + .pagination {
        border-color: transparent;
    }
    .pagination form {
        min-width: 81px;
    }
    .pagination form,
    .pagination .button,
    .pagination button,
    .pagination .page-count {
        display: inline-block;
        vertical-align: top;
        height: 40.5px;
    }
    .pagination .button {
        border: 1px solid #dedede;
        background-color: #dedede;
        width: 40.5px;
        text-align: center;
        padding: 6.75px;
        border-radius: 2px;
        color: #ababab;
        line-height: 27px;
    }
    .pagination .button:hover {
        background-color: #787878;
    }
    .pagination .inactive.button {
        opacity: 0.5;
        background-color: white;
    }
    .pagination .inactive.button:hover {
        background-color: white;
    }
    .pagination form,
    .pagination .last {
        margin-right: 6.75px;
    }
    .pagination input {
        width: 54px;
    }
    .breadcrumbs {
        font-size: 13.5px;
        margin: 27px 0 -13.5px;
    }
    .site-title h1 {
        font-size: 22.5px;
        line-height: 27px;
        padding-right: 27px;
    }
    header {
        background-color: #fff;
        margin: 0 0 67.5px;
        padding-top: 13.5px;
        border-bottom: 1px solid #dedede;
        padding-bottom: 12.5px;
        position: relative;
    }
    header > * {
        padding: 0 1.69492%;
        display: block;
    }
    .site-title:hover,
    .site-title:active {
        border-bottom: 0;
    }
    .site-title h1 {
        margin: 0;
    }
    button.o-icon-search {
        display: none;
    }
    #banner {
        max-width: 90%;
    }
    #search {
        position: absolute;
        top: 103%;
        left: 0;
        right: 4px;
        background-color: #fff;
        border-bottom: 0px solid #dedede;
        border-top: 0px solid #dedede;
        padding: 6.75px 1.69492%;
    }
    #search form {
        display: flex;
        flex-wrap: nowrap;
    }
    #search form input[type="text"] {
        width: 100%;
    }
    #search form button[type="submit"] {
        height: 40.5px;
        width: 40.5px;
        text-indent: -9999px;
        position: relative;
        border-radius: 0 3px 3px 0;
    }
    #search form button[type="submit"]:before {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        text-indent: 0;
        line-height: 40.5px;
    }
    footer {
        padding: 0 1.69492% 27px;
        background-color: #832710;
        color: white;
        text-align: center;
        font-size: 0.9em;
        margin-top: 20px;
        clear: both;
    }
    .footer-column-left,
    .footer-column-center,
    .footer-column-right {
        float: left;
        padding: 50px;
        width: 100%;
        text-align: left;
    }
    .footer-row {
        padding: 0 3.38983% 27px;
        background-color: #9ab4bf;
        color: #333;
        font-size: 0.85em;
        margin-top: 20px;
        border-top: 2px solid #ccc;
        clear: both;
    }
    .footer-row:after {
        content: "";
        display: table;
        clear: both;
    }
    .footer-link-target-blank::after {
        font-family: "Font Awesome 5 Free";
        content: "\f35d";
        display: inline-block;
        margin-left: 6.75px;
        font-size: 0.7em;
    }
	.footer-social-container {
	  display: flex;
	  flex-wrap: wrap;
	  font-size: 30px;
	  text-align: center;
	}
	.footer-social {
	  padding: 5px;
	  flex: 33.33%;
	}
	.footer-social img {
	  width: 60px;
	}	
    
	#content {
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 1.69492% 27px;
    }
    #content-home {
        font-size: 3.5vw;
        margin-bottom: 5%;
    }
    .boxes {
        margin: 0 1em;
        display: grid;
        display: -ms-grid;
        grid-gap: 15px;
        grid-template-rows: repeat(8, minmax(150px, 1fr));
        -ms-grid-columns: 1fr;
        -ms-grid-rows: minmax(150px, 1fr) 15px minmax(150px, 1fr) 15px minmax(150px, 1fr) 15px minmax(150px, 1fr) 15px minmax(150px, 1fr) 15px minmax(150px, 1fr) 15px minmax(150px, 1fr) 15px minmax(150px, 1fr);
        grid-template-areas: "box01" "box02" "box03" "box04" "box05" "box06" "box07" "box08";
    }
    .box {
        border: 0px solid #000;
        background-position: center center;
        background-size: cover;
        position: relative;
        min-height: 47vw;
    }
    .box a {
        position: absolute;
        height: 100%;
        width: 100%;
        overflow: hidden;
        display: block;
    }
    .box01 {
        grid-area: box01;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box02 {
        grid-area: box02;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
    }
    .box03 {
        grid-area: box03;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
    }
    .box04 {
        grid-area: box04;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
    }
    .box05 {
        grid-area: box05;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
    }
    .box06 {
        grid-area: box06;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 11;
        -ms-grid-row-span: 1;
    }
    .box07 {
        grid-area: box07;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 13;
        -ms-grid-row-span: 1;
    }
    .box08 {
        grid-area: box08;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 15;
        -ms-grid-row-span: 1;
    }
    .box-body {
        position: absolute;
        text-align: center;
        color: #fff;
        line-height: 1.2;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%;
        background-color: rgba(26, 26, 26, 0.65);
        padding: 1rem;
    }
    .box-title {
        font-size: 0.8em;
    }
	.news {
		/* font-family: 'Noto Sans', sans-serif !important; */
	}
	.jcarousel-wrapper.news {
		border: none;
		box-shadow: none;
	}
	li.news {
		padding: 0 1em 0 1em;
		border: none !important;
	}
	.news-heading {
		font-weight: bold;
	}
	.news-body {
		margin-top: 10px;
	}
	.news-placedatetime {
		font-family: 'Noto Sans', sans-serif;
		margin-top: 10px;
		font-weight: 400;
		font-size: 0.8em;
	}
	.jcarousel-control-prev.news {
		left: -1em;
		font-size: 6em;
		background-color: transparent;
		color: #9AB4BF;
	}
	.jcarousel-control-next.news {
		right: -1em;
		font-size: 6em;
		background-color: transparent;
		color: #9AB4BF;
	}
   .tooltip {
        border-bottom: dashed 0.12em #8f791f;
    }
    .tooltipP {
        background-color: #e0d8b6;
        padding: 0 3px;
        border-radius: 0.35em;
    }
    .tooltipP::after {
        content: "\f05a";
        font-family: "Font Awesome 5 Free";
        font-size: 13.5px;
        color: #743737;
        padding: 2px;
    }
    .item-showcase {
        margin: 27px 0 !important;
        border-top: 1px solid #dedede !important;
        border-bottom: 1px solid #dedede !important;
        padding: 26px 0 0 !important;
        overflow: hidden !important;
        text-align: center !important;
        clear: both !important;
        display: flex !important;
        flex-wrap: wrap !important;
		justify-content: left !important;
    }
    .item.resource .caption {
        font-size: 13.5px;
        line-height: 27px;
    }
    .item.resource .caption * {
        margin: 0 0 27px 0;
    }
    .item.resource .caption > *:last-child {
        margin-bottom: 0;
    }
    .item-showcase .resource.item {
        vertical-align: top !important;
        margin-bottom: 27px !important;
    }
    .item-showcase .resource.item img {
        margin-right: 13.5px !important;
    }
    .item-showcase .resource.item:only-child img {
        margin: 0 auto !important;
    }
    .item-showcase .resource.item:not(:only-child) {
        width: 25% !important;
        clear: none !important;
        padding: 0 1.69492% !important;
    }
    .item-showcase .resource.item:not(:only-child) h3 {
        clear: left !important;
        font-size: 13.5px !important;
        line-height: 27px !important;
        margin: 13.5px 0 0 !important;
    }
    .item-showcase .resource.item:not(:only-child) img {
        max-height: 189px !important;
        width: auto !important;
        float: none !important;
        margin-right: 0 !important;
        vertical-align: top !important;
    }
    .right,
    .left {
        overflow: hidden;
    }
    .left .item.resource,
    .right .item.resource {
        margin: 0 0 27px 0;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        max-width: 40vw;
    }
    .left .item.resource:first-of-type,
    .right .item.resource:first-of-type {
        /* border-top: 1px solid #dedede; */
        padding-top: 26px;
        margin-top: 0;
    }
    .left .item.resource:last-of-type,
    .right .item.resource:last-of-type {
        /* border-bottom: 1px solid #dedede; */
        padding-bottom: 26px;
    }
    .left .item.resource .media-render > *,
    .left .item.resource img,
    .right .item.resource .media-render > *,
    .right .item.resource img {
        max-width: 40vw !important;
    }
    .left:not(.file) .item.resource,
    .right:not(.file) .item.resource {
        max-width: 50%;
    }
    .file {
        display: -ms-grid;
        -ms-grid-columns: min-content;
		border-top: none !important;
		border-bottom: none !important;
    }
    .left.file,
    .right.file {
        max-width: 50%;
    }
    .left.file {
        float: left;
        clear: left;
    }
    .right.file {
        float: right;
        clear: right;
    }
    .left .item.resource {
        float: left;
        margin-right: 27px;
        clear: left;
    }
    .right .item.resource {
        float: right;
        margin-left: 27px;
        clear: right;
    }
    .left .item.resource > a:first-child,
    .right .item.resource > a:first-child {
        vertical-align: top;
    }
    .medium .item.resource > h3,
    .square .item.resource > h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .left .item.resource > h3,
    .right .item.resource > h3 {
        margin: 0;
    }
    .left .item.resource + p,
    .right .item.resource + p {
        margin-top: 0;
    }
    .break {
        width: 100%;
        clear: both;
        border-bottom: 1px solid #dedede;
        padding-bottom: -1px;
        margin: 27px 0;
    }
    .break.transparent {
        border-color: transparent;
    }
    .break.opaque {
        border-color: #dedede;
    }
    .preview-block {
        margin: 27px 0;
        overflow: hidden;
    }
    .resource-list.preview + a {
        background-color: #dedede;
        text-align: center;
        padding: 6.75px;
        border-radius: 2px;
        line-height: 27px;
        display: inline-block;
        font-weight: bold;
    }
    .resource-list.preview + a:hover {
        background-color: #787878;
        border-bottom-width: 0px;
        color: #fff;
    }
    .toc-block > ul {
        margin: 27px 0;
        list-style-type: none;
        border-left: 5px solid #ababab;
    }
    .toc-block > ul > li {
        margin-bottom: 13.5px;
    }
    .toc-block > ul > li > a {
        font-weight: bold;
    }
    .toc-block ul ul {
        list-style-type: none;
        padding-left: 0;
    }
    .toc-block ul ul ul {
        padding-left: 1.25em;
    }
    .toc-block ul ul li:before {
        content: "\2014";
        color: #dedede;
    }
    .item-with-metadata .show.resource {
        margin: 54px 0;
    }
    .site-page-pagination {
        margin-top: 54px;
        clear: both;
    }
    ul.resource-list {
        list-style-type: none;
        padding-left: 0;
        clear: both;
    }
    ul.resource-list .resource {
        border-bottom: 1px solid #dedede;
        padding-bottom: 26px;
        margin: 27px 0;
        overflow: hidden;
        position: relative;
    }
    ul.resource-list .resource > *:last-child {
        margin-bottom: 0;
    }
    ul.resource-list .resource:first-child {
        border-top: 1px solid #dedede;
        padding-top: 26px;
    }
    ul.resource-list .resource img {
        height: auto;
        width: 135px;
        float: right;
        margin-left: 13.5px;
    }
    ul.resource-list .resource h4 {
        margin-top: 0;
    }
    ul.resource-list .resource .description {
        max-height: 81px;
        overflow: hidden;
        position: relative;
    }
    ul.resource-list .resource .description:after {
        content: "";
        position: absolute;
        top: 47.25px;
        left: 0;
        right: 0;
        height: 33.75px;
        background: linear-gradient(to top, #f8f8f8, rgba(248, 248, 248, 0));
    }
    ul.resource-list .resource img ~ * {
        width: calc(100% - 67.5px);
    }
    .search-filters {
        margin-bottom: 27px;
    }
    .filter-label,
    .filter-value {
        display: inline-block;
        border: 1px solid #dedede;
        padding: 5.75px;
    }
    .filter-label {
        background-color: #dedede;
    }
    .filter-value {
        margin-left: -5px;
    }
    .advanced-search {
        float: right;
        margin: 6.75px 0;
    }
    body.resource #content > h2:first-of-type + h3 {
        font-size: 13.5px;
        text-transform: uppercase;
        margin: -27px 0 27px;
    }
    .property {
        margin-bottom: 13.5px;
    }
    .property h4 {
        margin-bottom: 0;
        font-size: 13.5px;
    }
    .resource-link img {
        width: auto;
        height: 40.5px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6.75px;
    }
    .property .value a {
        display: inline-block;
        text-decoration: underline;
        text-decoration-color: #c9715c;
    }
    .property .value:not(:last-child) img {
        margin-bottom: 6.75px;
    }
    .property .value:not(:last-child) img + a {
        margin-bottom: 6.75px;
    }
    .property .value .language {
        background-color: #d1d1d1;
        padding: 3.375px;
        font-size: 9px;
    }
    #content .media.resource {
        display: inline-block;
        text-align: center;
        vertical-align: bottom;
        margin-right: 6.75px;
    }
    #content .media.resource:hover {
        border-bottom: 0;
    }
    #content .media.resource img {
        vertical-align: top;
        margin-bottom: 13.5px;
    }
    .media-render > * {
        max-width: 100%;
    }
    #linked-resources caption {
        text-align: left;
        font-weight: bold;
        border-bottom: 3px solid #ababab;
        padding: 6.75px 13.5px 3.75px;
    }
    #linked-filter h4 {
        margin-bottom: 13.5px;
    }
    #linked-resources .resource-link {
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
	
	.collection-Title {
		float: right;
	}
    .collection-Title h4 {
        text-align: right;
        margin: 10px;
        font-variant: all-small-caps;
        color: #804046;
    }
    .SingleImageItem-column-left,
    .SingleImageItem-column-right {
        float: left;
        padding: 20px;
        width: 100%;
        text-align: left;
    }
    .SingleImageItem-column-right h2 {
        margin-top: 0px;
    }
    .SingleImageItem-row {
        padding: 0 3.38983% 27px;
        background-color: #ddd;
        color: #333;
        margin-top: 20px;
        border: 1px solid #ccc;
        clear: both;
    }
    .SingleImageItem-row:after {
        content: "";
        display: table;
        clear: both;
    }
    .EventItem-column-left,
    .EventItem-column-right {
        float: left;
        padding: 20px;
        width: 100%;
        text-align: left;
    }
    .EventItem-column-right h2 {
        margin-top: 0px;
    }
    .EventItem-row {
        padding: 0 3.38983% 27px;
        background-color: #ddd;
        color: #333;
        margin-top: 20px;
        border: 1px solid #ccc;
        clear: both;
    }
    .EventItem-row:after {
        content: "";
        display: table;
        clear: both;
    }
    .WorkItem-column-left,
    .WorkItem-column-right {
        float: left;
        padding: 20px;
        width: 100%;
        text-align: left;
    }
    .WorkItem-column-right h2 {
        margin-top: 0px;
    }
    .WorkItem-row {
        padding: 0 3.38983% 27px;
        background-color: #ddd;
        color: #333;
        margin-top: 20px;
        border: 1px solid #ccc;
        clear: both;
    }
    .WorkItem-row:after {
        content: "";
        display: table;
        clear: both;
    }
	.media-render {
		margin-top: 0px;
	}
	
	.values-flex {
		display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;row-gap: 1em;
		column-gap: 1em;
		justify-content: center;
	}
	.values-flex div {
		max-width: 350px;
	}

	
    .property.bookIndexBackground {
        padding-right: 13.5px;
        padding-left: 13.5px;
        background-color: #ddd;
        padding-bottom: 13.5px;
        border: 1px solid #ccc;
    }
    .property.bookIndexBackground h4 {
        padding-bottom: 13.5px;
        font-size: 21.6px;
        color: #804046;
    }
    .bookIndexChapterTitle {
        font-weight: bold;
        text-transform: uppercase;
    }
    .bookIndexChapterDescription {
        font-style: normal;
    }
    .bookIndexSubchapterTitle {
        margin: 5px 0px 5px 20px;
        list-style-type: none;
        list-style-position: inside;
    }
    .preview-block h4 {
        margin-bottom: 4.5px;
    }
    .preview-block h4 a {
        font-size: 21.6px;
    }
    [data-type="eventi-data"] {
        /* color: #ca411f; */
		color: #804046;
        font-weight: bold;
        display: block;
        font-size: 21.6px;
    }
    .cenn-image-description {
        margin: 0px 0 20px 10px;
        font-size: 1.1em;
        font-style: italic;
    }
    .cenn-chapter-description {
        margin: 0px 0 20px 10px;
        font-size: 1.1em;
        /* font-style: italic; */
    }
	.engb-news-title {
		margin-top: 0px;
	}
	.engb-news-dateline {
		font-style: italic;
	}

	.engb-news-description {
		font-size: 1.1em;
	}
    .property.cenn-applies {
        padding-right: 13.5px;
        padding-left: 13.5px;
        background-color: #ddd;
        border-radius: 4.5px;
    }
    .property.cenn-applies h4 {
        padding-top: 13.5px;
        padding-bottom: 13.5px;
        font-size: 21.6px;
    }
    .property.cenn-applies a.resource-link img {
        height: 120px;
        margin-right: 13.5px;
        margin-bottom: 13.5px;
    }
    .property.cenn-applies a.resource-link {
        width: 100%;
        text-decoration: none;
    }
    .value-image {
        float: left;
    }
    .value-span {
        margin-bottom: 36px;
    }
    .property-label {
        font-weight: bold;
        float: left;
    }
    .image-properties {
        margin: 0 10px 27px 0;
        text-align: left;
        font-size: 0.9em;
    }
    .resource-name {
        font-size: 18px;
    }
    .media-embeds {
        background: rgba(0, 0, 0, 0.9);
        border: 5px solid rgba(255, 255, 255, 0.8);
        border-radius: 5px;
        margin: 0 0 5px 0;
    }

    .media-embeds-flex {
        /* background: rgba(0, 0, 0, 0.9); */
        /* border: 5px solid rgba(255, 255, 255, 0.8); */
        border-radius: 5px;
        margin: 0 0 5px 0;
    }
	
    #advanced-search .value:not(:last-child) {
        margin-bottom: 13.5px;
    }
    .remove-value {
        text-indent: -9999px;
        position: relative;
        width: 40.5px;
        margin-left: 6.75px;
    }
    .remove-value:before {
        text-indent: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        line-height: 40.5px;
    }
    a.metadata-browse-link {
        font-size: 13.5px;
    }
	
	/* Timeline */
	.timeline .timeline-event-icon {
		/* background: rgba(190, 160, 5, 0.75); */
		background: #804046 !important;
	}
	.timeline .timeline-band-1 .timeline-ether-bg {
		/*
		background-color: rgba(90,80,100, 0.9);
		background: -moz-linear-gradient(top, rgba(90,80,100,0.9) 0%, rgba(90,80,100,0.95) 50%, rgba(90,80,100,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,80,100,0.9)), color-stop(50%,rgba(90,80,100,0.95)), color-stop(100%,rgba(90,80,100,1)));
		background: -webkit-linear-gradient(top, rgba(90,80,100,0.9) 0%,rgba(90,80,100,0.95) 50%,rgba(90,80,100,1) 100%);
		background: -o-linear-gradient(top, rgba(90,80,100,0.9) 0%,rgba(90,80,100,0.95) 50%,rgba(90,80,100,1) 100%);
		background: -ms-linear-gradient(top, rgba(90,80,100,0.9) 0%,rgba(90,80,100,0.95) 50%,rgba(90,80,100,1) 100%);
		background: linear-gradient(top, rgba(90,80,100,0.9) 0%,rgba(90,80,100,0.95) 50%,rgba(90,80,100,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65a5064', endColorstr='#5a5064',GradientType=0 );
		*/
		background: #9AB4BF !important;
	}
	.timeline-date-label {
		/* color: #aaa; */
		color: #000 !important;
	}
	.timeline .timeline-band-1 .timeline-small-event-icon {
		/* background: rgba(240, 200, 15, 0.75); */
		background: #804046 !important;
	}
}
@media screen and (min-width: 900px) {
    #content {
        padding: 0 3.38983% 27px;
    }
    #content-home {
        margin-top: -54px;
        font-size: 1.5vw;
        margin-bottom: 5%;
    }
    .boxes {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: repeat(2, minmax(200px, 1fr));
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
        -ms-grid-rows: minmax(200px, 1fr) 15px minmax(200px, 1fr);
        grid-template-areas: "box01  box02 box03 box04" "box05  box06 box07 box08";
    }
    .box {
        min-height: 22vw;
    }
    .box01 {
        grid-area: box01;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box02 {
        grid-area: box02;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box03 {
        grid-area: box03;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box04 {
        grid-area: box04;
        -ms-grid-column: 7;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box05 {
        grid-area: box05;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
    }
    .box06 {
        grid-area: box06;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
    }
    .box07 {
        grid-area: box07;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
    }
    .box08 {
        grid-area: box08;
        -ms-grid-column: 7;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
    }
    table {
        margin: 27px 0;
        border-collapse: collapse;
    }
    th,
    td {
        text-align: left;
        padding: 6.75px 13.5px;
        padding-bottom: 5.75px;
    }
    header {
        position: relative;
        padding: 13.5px 0 0 0;
        margin-bottom: 54px;
    }
    header > * {
        padding: 0 3.38983%;
    }
    .SingleImageItem-column-left {
        width: 30%;
    }
    .SingleImageItem-column-right {
        width: 60%;
    }
    .SingleImageItem-row {
        padding: 0 1.69492% 27px;
        margin-top: 20px;
        border: 1px solid #ccc;
    }
    .EventItem-column-left {
        width: 55%;
    }
    .EventItem-column-right {
        width: 35%;
        float: right;
    }
    .EventItem-row {
        padding: 0 1.69492% 27px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
    }
    .WorkItem-column-left {
        width: 35%;
    }
    .WorkItem-column-right {
        width: 55%;
        float: right;
    }
    .WorkItem-row {
        padding: 0 1.69492% 27px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
    }
	.media-render {
		margin-top: 0px;
	}
    footer {
        padding: 0 3.38983% 27px;
        background-color: #9ab4bf;
        color: #333;
        text-align: center;
        font-size: 0.9em;
        margin-top: 50px;
    }
    .footer-column-left {
        width: 30%;
    }
    .footer-column-center {
        width: 30%;
    }
    .footer-column-right {
        width: 40%;
    }
    .footer-row {
        padding: 0 1.69492% 27px;
        font-size: 0.9em;
        margin-top: 50px;
        border-top: 3px solid #ccc;
    }
	.footer-social {
	  padding: 10px;
	  flex: 16.66%;
	}
	
    header nav {
        margin: 0 0 0;
        background-color: #fff;
        position: static;
        padding: 0 3.38983%;
    }
    header nav:before {
        content: "";
        border: 0;
        display: none;
    }
    header nav ul a {
        padding: 0;
    }
    header nav ul li {
        position: static;
    }
    header nav.closed ul,
    header nav ul ul li {
        height: auto;
        overflow: visible;
    }
    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 {
        margin-left: -6.75px;
        position: static;
    }
    header nav ul.navigation li ul:before {
        display: none;
    }
    header nav ul.navigation > li {
        display: inline-block;
    }
    header nav ul.navigation > li:not(:last-child) {
        margin-right: 13.5px;
    }
    header nav ul.navigation > li > ul {
        position: absolute;
        top: 100%;
        left: -9999px;
        background-color: #fff;
        padding: 0;
        list-style: none;
        width: 100%;
        border: solid #ababab;
        border-width: 1px 0;
        padding: 12.5px 0 5.75px;
        display: flex;
        flex-direction: row;
        flex-flow: row wrap;
        z-index: 10;
    }
    header nav ul.navigation > li:hover > ul {
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
        padding: 13.5px 3.38983%;
        left: 0;
        right: 0;
        border-bottom: 0;
        border-color: #dedede;
    }
    header nav ul.navigation > li:hover > ul:after {
        content: "";
        left: -9999px;
        right: -9999px;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    header nav ul.navigation > li > ul > li {
        width: 25%;
        font-size: 13.5px;
        font-weight: bold;
        padding-bottom: 27px;
    }
    header nav ul.navigation > li > ul > li ul {
        font-weight: normal;
        padding: 0;
        list-style-type: none;
        height: auto;
    }
    header nav > ul > li > a {
        margin: 6.75px;
        height: 27px;
        font-size: 0.95em;
    }
    header nav > ul > li > a:not(:only-child):after {
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        display: inline-block;
        margin-left: 6.75px;
        font-size: 0.8em;
    }
    header nav > ul li:hover ul li {
        height: auto;
        padding: 0;
    }
    header nav > ul > li > ul > li a,
    header nav > ul > li > ul > li > ul > li a {
        padding-left: 0;
    }
    .sub-menu ul {
        border-bottom: 1px solid #dedede;
        padding-bottom: 12.5px;
    }
    .sub-menu li {
        display: inline-block;
        border: 0;
        padding: 0;
        margin-right: 13.5px;
    }
    .sub-menu li:first-of-type {
        border: 0;
        padding: 0;
    }
    #search {
        left: 75%;
        border-left: 0px solid #dedede;
        padding: 6.75px;
        background-color: rgba(255, 255, 255, 0.6);
        background: rgba(255, 255, 255, 0.6);
        color: rgba(255, 255, 255, 0.6);
        z-index: 9;
    }
    #search form input[type="text"],
    #search form button[type="submit"] {
        height: 27px;
        font-size: 13.5px;
        line-height: 27px;
    }
    #search form button[type="submit"] {
        width: 27px;
        height: 27px;
        padding: 0;
    }
    #search form button[type="submit"]:before {
        line-height: 27px;
    }
    ul.resource-list .resource img {
        width: 199.8px;
        height: auto;
        float: right;
        margin-left: 13.5px;
    }
    ul.resource-list .resource img ~ * {
        width: calc(100% - 121.5px);
    }
    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: 32.20339%;
        border-left: 5px solid #dedede;
        padding-left: 1.69492%;
        margin-right: 1.69492%;
    }
    body.item-set .metadata h4:first-of-type {
        margin-top: 0;
    }
    body.item-set #content .metadata ~ * {
        width: 66.10169%;
        border-left: 1px solid #dedede;
        padding-left: 1.69492%;
    }
    body.item-set .item-set-items h3 {
        margin-top: 0;
    }
    body.item-set .metadata ~ nav.pagination:first-of-type {
        margin-bottom: 0;
    }
    .preview-block {
        clear: both;
    }
    ul.preview.resource-list li:first-of-type {
        border-top: 1px solid #dedede;
        padding-top: 26px;
    }
}
@media screen and (min-width: 1260px) {
    .box {
        min-height: 15vw;
    }
}
@media screen and (min-width: 1600px) {
    #content-home {
        font-size: 1.25vw;
    }
    .box {
        min-height: 15vw;
    }
}
@media screen and (min-width: 1900px) {
    .boxes {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: minmax(200px, 1fr);
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
        -ms-grid-rows: minmax(200px, 1fr);
        grid-template-areas: "box01  box02 box03 box04 box05  box06 box07 box08";
    }
    .box {
        min-height: 10vw;
    }
    .box01 {
        grid-area: box01;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box02 {
        grid-area: box02;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box03 {
        grid-area: box03;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box04 {
        grid-area: box04;
        -ms-grid-column: 7;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box05 {
        grid-area: box05;
        -ms-grid-column: 9;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box06 {
        grid-area: box06;
        -ms-grid-column: 11;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box07 {
        grid-area: box07;
        -ms-grid-column: 13;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
    .box08 {
        grid-area: box08;
        -ms-grid-column: 15;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }
}

@media screen and (max-width: 1980px) {
	.jcarousel-wrapper.news {
		margin: 1rem 10%;
		width: 80%;
		clear: both;
	}
}

@media screen and (max-width: 900px) {
	.jcarousel-wrapper.news {
		margin: 1rem 20%;
		width: 60%;
		clear: both;
	}

	.WorkItem.WorkItem-row > h2 {
		margin-top: 50px;
	}

}

@media screen and (max-width: 600px) {
    .value-image {
        width: 100%;
    }
    ul.resource-list .resource img {
        height: auto;
        width: 80%;
        float: left;
        margin: 10%;
    }
    ul.resource-list .resource h4 {
        margin: 0 3% 0 3%;
    }
    ul.resource-list .resource .description {
        margin: 0 3% 0 3%;
    }
	.jcarousel-wrapper.news {
		margin: 1rem 25%;
		width: 50%;
		clear: both;
	}
	
	li.news {
		padding: 0px;
	}
}
