/* Global Styles */

body,
body dt,
html body {
    margin: 0;
    padding: 0;
    color: var(--body-color);
    background-color: var(--interior-page-background-color) !important;
    font-family: var(--body-font-family) !important;
    font-weight: var(--body-font-weight) !important;
    font-style: var(--body-font-style) !important;
    font-size: var(--body-font-size) !important;
    --bs-border-color: #d0d0d0;
}

body a {
    color: var(--body-link-color);
    text-decoration: none;
}

img,
canvas {
    pointer-events: none;
}

body h1 {
    font-size: 30px;
    letter-spacing: 0.3em;
    color: var(--h1-color);
    font-family: var(--h1-font-family);
    text-transform: uppercase;
    font-weight: var(--h1-font-weight);
    font-style: var(--h1-font-style);
    font-size: var(--h1-font-size);
}

h1>a {
    color: var(--h1-link-color);
}

body h2 {
    font-family: var(--h2-font-family);
    color: var(--h2-color);
    font-weight: var(--h2-font-weight);
    font-style: var(--h2-font-style);
    font-size: var(--h2-font-size);
}

h2>a {
    color: var(--h2-link-color);
}

body h3 {
    font-family: var(--h3-font-family);
    color: var(--h3-color);
    font-weight: var(--h3-font-weight);
    font-style: var(--h3-font-style);
    font-size: var(--h3-font-size);
}

h3>a {
    color: var(--h3-link-color);
}

h4 {
    font-family: var(--h4-font-family);
    color: var(--h4-color);
    font-weight: var(--h4-font-weight);
    font-style: var(--h4-font-style);
    font-size: var(--h4-font-size);
}

body h4>a {
    color: var(--h4-link-color);
}

body h5 {
    font-family: var(--h5-font-family);
    color: var(--h5-color);
    font-weight: var(--h5-font-weight);
    font-style: var(--h5-font-style);
    font-size: var(--h5-font-size);
}

h5>a {
    color: var(--h5-link-color);
}

body h6 {
    font-family: var(--h6-font-family);
    color: var(--h6-color);
    font-weight: var(--h6-font-weight);
    font-style: var(--h6-font-style);
    font-size: var(--h6-font-size);
}

h6>a {
    color: var(--h6-link-color);
}

p {
    line-height: 30px;
}

/* NAVIGATION SECTION STYLING */

.nav-outer {
    width: 100%;
    height: 80px;
    background-color: var(--header-background-color);
}

.nav-outer .nav-inner nav .closetoggle {
    display: none;
    cursor: pointer;
}

.nav-outer .nav-inner {
    height: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    color: var(--header-nav-color);
    align-items: center;
    padding: 0 15px;
    margin: 0 auto;
}

.nav-outer .nav-inner .opentoggle {
    display: none;
}

.nav-outer .nav-inner a {
    text-decoration: none;
    color: var(--header-nav-color);
    line-height: 38px;
    display: inline-block;

    img {
        max-height: 78px;
    }
}

.nav-outer .nav-inner a .nav-logo {
    height: 44px;
    width: auto;
    object-fit: contain;
    max-width: min-content;
    max-height: min-content;
}

.nav-outer .nav-inner nav ul.nav-root {
    list-style: none;
    font-family: var(--header-nav-font-family);
    font-weight: var(--header-nav-font-weight);
    font-style: var(--header-nav-font-style);
    font-size: var(--header-nav-font-size);
    margin: auto;
    text-transform: uppercase;
    padding: 0;
}

.nav-outer .nav-inner nav ul.nav-root li.nav-root-item,
.nav-outer .nav-inner nav ul.nav-root li.ps-dropdown {
    display: inline;
    padding: 0 6px;
    letter-spacing: 0.18em;
    font-weight: 600;
    line-height: 25px;
}

.nav-outer nav ul.nav-root.divider-enabled>li:not(.mobile-replacement)::before {
    content: " | ";
    padding-right: 0.3rem;
    display: inline-block;
}

.nav-outer nav ul.nav-root.divider-enabled>li:first-child::before,
.nav-outer .nav-inner nav ul.nav-root li.nav-root-item.mobile-replacement {
    display: none;
}

.nav-outer .nav-inner nav ul.nav-root li:hover>a {
    text-decoration: underline;
    color: var(--header-nav-hover-color);
}

.ps-dropdown {
    position: relative;
}

.ps-dropdown:hover .ps-dropdown-menu {
    display: block;
}

.ps-dropdown-toggle {
    cursor: pointer;
}

.ps-dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--header-background-color);
    padding: 0;
    margin: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 200;
}

.ps-dropdown-menu li {
    display: block;
    white-space: nowrap;
    padding: 8px 16px;
}

.ps-dropdown-menu li a {
    display: block;
    text-align: left;
    white-space: nowrap;
}

.page-content {
    min-height: calc(100vh - 170px);
    padding-bottom: 4rem;
}

/* HERO SECTION */

.hero-outer {
    background-color: var(--home-background-color);
    background-image: var(--home-background-image, inherit);
    background-size: cover;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 170px);
}


.hero-outer img.main-logo {
    max-width: 750px;
    padding-top: 75px;
    width: 100%;
}

.hero-outer h1 {
    padding-bottom: 0px;
    color: var(--h1-color);
    font-size: 30px;
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    font-style: var(--h1-font-style);
    text-align: center;
}

.hero-outer h1:first-child {
    margin-top: var(--hero-outer-h1-first-child-top-margin);
}

.hero-outer div.hero-subtext {
    font-family: var(--hero-subtext-family);
    font-weight: var(--hero-subtext-weight);
    font-size: var(--hero-subtext-size);
    color: var(--hero-subtext-color);
    max-width: 750px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
}

.hero-outer div.search-widget {
    max-width: 700px;
    width: 90%;
}


.hero-outer div.search-widget .s-box {
    max-width: 660px;
    background-color: #fff;
    width: auto;
    height: 50px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -6px 15px 0px #3c3c3c4a;
    position: relative;
    margin: 0 auto;
}

.hero-outer div.search-widget .s-box.byname,
.hero-outer div.search-widget .s-box.byyear,
.hero-outer div.search-widget .s-box.byposition {
    display: none;
}

.hero-outer div.search-widget .s-box.selected {
    display: flex;
}

.hero-outer div.search-widget .s-box.byname .undie {
    border-top: none;
    border-left: 0;
    border-right: none;
    border-bottom: 1px solid #b5b5b5;
    display: flex;
    width: 90%;
}

.hero-outer div.search-widget .s-box.byname .undie form {
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
    box-sizing: inherit !important;
    display: flex;
    width: 100%;
}

.hero-outer a.advancedsearchlink {
    color: #fff;
    margin: 30px 0;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
}

.hero-outer div.herobuttons {
    display: flex;
    margin-bottom: 120px;
}

.hero-outer div.herobuttons button,
.hero-outer div.herobuttons a {
    width: 270px;
    background-color: #d8af00;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 15px 0;
    border: none;
    margin: 4px 30px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    text-align: center;
}

.hero-outer div.herobuttons button:hover,
.hero-outer div.herobuttons a:hover {
    background-color: #f1c400;
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.hero-outer div.search-widget input[type="text"] {
    padding: 5px 0;
    text-align: center;
    width: 100%;
    padding-left: 45px;
    border: none;
}

.hero-outer div.search-widget input[type="text"]::placeholder {
    font-style: italic;
}

.hero-outer div.search-widget .search-submit {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 15px;
}

.hero-outer div.search-widget .search-submit img {
    height: 20px;
}

/* MAIN BODY */

/* spacer */
.trideltspacer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    min-height: 3rem;
}

.trideltspacer img {
    height: 20px;
}

/* homepage mainbody item */
.mbitem {
    width: 100%;
    position: relative;
    display: inline-block;
    /* padding-bottom: 6rem; */
}

.mbitem .mbitem-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

.mbitem:nth-child(even) .mbitem-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}

.mbitem .mbitem-inner .mbitem-im {
    width: 50%;
    height: 250px;
}

.mbitem .mbitem-inner .mbitem-im img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mbitem .mbitem-inner .mb-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.mbitem:nth-child(odd) .mbitem-inner .mb-text {
    padding-left: 50px;
}

.mbitem:nth-child(even) .mbitem-inner .mb-text {
    padding-right: 50px;
}

.mbitem .mbitem-inner .mb-text h2 {
    letter-spacing: 4px;
    font-size: 22px;
    margin-bottom: 0;
    color: var(--h2-color);
    font-weight: var(--h2-font-weight);
    font-style: var(--h2-font-style);
}

.mbitem .mbitem-inner .mb-text .description>p {
    font-size: 14px;
    line-height: 25px;
    color: var(--body-color);
    font-weight: var(--body-font-weight);
    font-style: var(--body-font-style);
}

.mbitem .mbitem-inner .mb-text .mb-link {
    background-color: #0047ba;
    padding: 15px 80px;
    color: #fff;
    align-self: start;
    text-decoration: none;
}

/* Chapters and Members Section */
.memsec {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.memsec h2 {
    letter-spacing: 4px;
    font-size: 22px;
    color: var(--h2-color);
    font-weight: var(--h2-font-weight);
    font-style: var(--h2-font-style);
}

.memsec p {
    font-size: 14px;
    max-width: 700px;
    margin: 0 auto 50px;
}

.memsec .card-container {
    display: flex;
    margin-bottom: 80px;
}

.memsec .card-container .cmemcard {
    width: calc(50% - 8px);
    margin: 4px;
    border: 1px solid #4a555e36;
}

.memsec .card-container .cmemcard .cardim {
    width: 100%;
    height: 260px;
    background-position: center center;
    background-size: cover;
}

.memsec .card-container .cmemcard .cardim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.memsec .card-container .cmemcard .c1ind {
    justify-content: center;
    display: flex;
    width: calc(100% - 130px);
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    height: 25px;
}

.memsec .card-container .cmemcard .b1ind,
.memsec .card-container .cmemcard .b1ind h5 {
    height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;

    font-family: var(--h5-font-family);
    color: var(--h5-color);
    font-weight: var(--h5-font-weight);
    font-style: var(--h5-font-style);
}

.memsec .card-container .cmemcard .c2ind {
    display: flex;
    border-bottom: 1px solid #d8d8d8;
    max-width: calc(100% - 16px);
    margin: 25px auto;
}

.memsec .card-container .cmemcard .c1ind input,
.memsec .card-container .cmemcard .c2ind input {
    padding: 5px 0;
    text-align: left;
    width: 100%;
    padding-left: 5px;
    border: none;
    background: transparent;
}

.memsec .card-container .cmemcard .c12-container {
    display: flex;
    width: calc(100% - 16px);
    margin: 25px auto;
    justify-content: space-between;
    align-items: center;
}

div.memsec div.c1ind img,
div.memsec .c2ind img {
    height: 15px;
    width: 15px;
}

div.memsec div.b1ind img {
    width: 30px;
    margin-right: 0.5rem;
    vertical-align: initial;
    border-style: initial;
    box-sizing: initial;
}

.memsec .card-container .cmemcard .c1ind input::placeholder,
.memsec .card-container .cmemcard .c2ind input::placeholder,
.memsec .card-container .cmemcard .b1ind input::placeholder {
    font-style: italic;
}


/**
 * Interior styles
 */

/* Page-Title */
.page-title {
    text-align: center;
}

.page-title h1 {
    font-size: 28px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: 0 auto;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    color: var(--h1-color);
    font-family: var(--h1-font-family);
    text-transform: uppercase;
    font-weight: var(--h1-font-weight);
    font-style: var(--h1-font-style);
}

.page-title .introtext {
    max-width: 740px;
    margin: 0 auto;
}

.page-title ul.breadcrumbs {
    list-style: none;
    padding: 0 0 0 0;
    margin-bottom: 0px;
}

.page-title ul.breadcrumbs li {
    display: inline;
    font-size: 13px;
}

.page-title ul.breadcrumbs a {
    color: var(--body-link-color);
    text-decoration: none;

    >div,
    >p {
        display: inline !important;
    }
}

.page-title ul.breadcrumbs a::after {
    content: "\00a0\00a0|\00a0\00a0"
}

.page-title ul.breadcrumbs li:last-of-type a::after {
    content: ""
}


/* FOOTER */

.footer-outer {
    width: 100%;
    height: 110px;
    background-color: var(--header-background-color);
}

.footer-outer a {
    text-decoration: underline;
}

.footer-outer .footer-inner {
    height: 110px;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    color: var(--header-nav-color);
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-inner .footerlogs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-inner .footerlogs img:first-child {
    margin-right: 30px;
}

.footer-outer .footer-inner .footer-left {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 30px;
}

.footer-outer .footer-inner .footer-left span {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
}

.footer-outer .footer-inner .footer-left a {
    color: var(--header-nav-color);
}

.footer-outer .footer-inner .footer-left a:hover {
    color: var(--header-nav-hover-color);
}

.footer-outer .footer-inner img.footer-hitlogo {
    height: 38px;
}

/* RESPONSIVE STYLING */
@media only screen and (max-width: 1260px) {

    div.mbitem img.mb-accent {
        display: none;
    }
}

@media only screen and (max-width: 900px) {

    /* Header / Navigation */
    .nav-outer .nav-inner nav {
        position: fixed;
        right: -306px;
        background: var(--mobile-tray-background-color);
        transform: translateX(0);
        top: 0;
        z-index: 100;
        width: 306px;
        transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .nav-outer .nav-inner nav.open {
        transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        transform: translateX(-100%);
    }

    .nav-outer .nav-inner a {
        color: var(--hader-nav-link-color);
    }

    .nav-outer .nav-inner .opentoggle {
        display: block;
        font-size: 42px;
        cursor: pointer;
        padding-bottom: .5rem;
        padding-right: 1rem;
    }

    .nav-outer .nav-inner nav .closetoggle {
        margin: 5px 12px;
        display: block;
        font-size: 26px;
        color: var(--close-toggle-color);
    }

    .nav-outer .nav-inner nav ul.nav-root {
        padding-left: 20px;
        border-left: 3px solid var(--mobile-button-background-color);
        margin: 0 20px;
        display: block;
    }

    .nav-outer .nav-inner nav ul.nav-root li.nav-root-item,
    .nav-outer .nav-inner nav ul.nav-root li.nav-root-item.mobile-replacement {
        display: block;
        padding: 0;
    }

    .nav-outer nav ul.nav-root.divider-enabled>li::before {
        display: none !important;
    }

    .nav-outer .nav-inner nav ul.nav-root li.nav-root-item a {
        font-size: 1.2em;
        line-height: 3em;
        letter-spacing: normal;
    }

    .nav-outer .nav-inner nav ul.nav-root li.ps-dropdown,
    .nav-outer .nav-inner nav ul.nav-root li.ps-dropdown:hover .ps-dropdown-menu {
        display: none;
    }

    .nav-outer .nav-inner nav ul.nav-root li.nav-root-item.active a,
    .nav-outer .nav-inner nav ul.nav-root li.nav-root-item.active:hover a {
        text-decoration: underline;
        color: #0047ba;
    }

    .nav-outer .nav-inner nav ul.nav-root li.nav-root-item:hover a {
        text-decoration: none;
        color: #fff;
    }
}

@media only screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }

    /* Homepage Body*/
    .hero-outer h1 {
        font-size: 20px;
    }

    .hero-outer div.search-widget .tab span {
        display: none;
    }

    .hero-outer div.herobuttons {
        flex-direction: column;
    }

    .hero-outer div.herobuttons button {
        margin: 5px;
    }

    .mbitem .mbitem-inner {
        flex-direction: column !important;
    }

    .mbitem .mbitem-inner .mbitem-im {
        width: 100%;
    }

    .mbitem .mbitem-inner .mb-text {
        width: 100%;
        padding: 0 1rem !important;
        align-items: center;
    }

    .mbitem .mbitem-inner .mb-text .mb-link {
        align-self: auto;
    }

    .memsec .card-container {
        flex-direction: column;
    }

    .memsec .card-container .cmemcard {
        width: 100%;
        border: none;
        margin: 5px 0;
    }

    /* Footer */
    .footer-outer .footer-inner {
        text-align: center;
        flex-direction: column;
    }

    .footer-outer .footer-inner .footer-left {
        padding: 35px 0;
    }

    .footer-outer .footer-inner,
    .footer-outer {
        height: auto;
    }
}

/**
 * explore.css
 */

.explore.boxholder {
    max-width: 1000px;
    margin: 0 auto 40px;
}

.explore .flexyrows {
    display: flex;
    flex-wrap: wrap;
}

.explore .cb {
    height: 200px;
    width: 100%;
    background-color: gray;
}

.explore .cb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore .explorecard {
    flex: 1 1 220px;
    margin: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: relative;
}

.explore .explorecard h3 {
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    margin: 20px 0;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-style: var(--h3-font-style);
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 240px);
}

.explore .explorecard h3 a:hover {
    color: var(--expore-hover-color);
}

@media only screen and (max-width: 860px) {
    .explore .explorecard h3 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 700px) {

    .explore .explorecard h3 {
        font-size: 16px;
    }
}

/**
 * Timeline styles
 */

.timelineshell .filtershell {
    grid-area: filters;
    align-self: flex-start;
}

.timelineshell .filtershell h3 {
    font-size: 18px;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-style: var(--h3-font-style);
    color: var(--h3-color);
}

.checkfilters {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: .5rem 2rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
}

.checkfilters .checkfilter {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    padding: 6px 3px;
}

.checkfilters .checkfilter .filbox {
    height: 15px;
    width: 15px;
    background-color: #e1e1e1;
    cursor: pointer;
}

.checkfilters .checkfilter .filbox.active {
    background-image: url('/img/standard-site-assets/checkmark.svg');
    background-size: cover;
    background-color: var(--timeline-filter-button-color);
}

.timelineshell .sortby {
    grid-area: sortby;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.timelineshell .timelinemain {
    grid-area: maintl;
    padding-top: 60px;
}

.timelineshell {
    display: grid;
    max-width: 1300px;
    padding: 0 15px;
    grid-template-columns: 300px auto;
    grid-template-rows: auto;
    grid-template-areas:
        ". sortby"
        "filters maintl";
    margin: 0 auto;
    align-items: flex-end;
}

.modal-button {
    font-size: 15px;
    border: 3px solid var(--extended-content-button-color);
    border-radius: 3px;
    background-color: transparent;
    padding: 10px;
    color: var(--extended-content-button-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
    font-weight: 600;
    transition: all .1s ease-in-out;
}

.modal-button:hover {
    transition: all .3s ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}



/* TIMELINE code */

.example-header {
    background: #3D4351;
    color: #FFF;
    font-weight: 300;
    padding: 3em 1em;
    text-align: center;
}

.example-header h1 {
    color: #FFF;
    font-weight: 300;
    margin-bottom: 20px;
}

.example-header p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

.container-fluid .row:nth-child(even) {
    background: #F1F4F5;
}

.example-title {
    text-align: center;
    margin-bottom: 60px;
    padding: 3em 0;
    border-bottom: 1px solid #E4EAEC;
}

.example-title p {
    margin: 0 auto;
    font-size: 16px;
    max-width: 400px;
}

/*==================================
      TIMELINE
  ==================================*/
/*-- GENERAL STYLES
  ------------------------------*/
.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
    padding-left: 40px;
    position: relative;
    z-index: 2;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    content: var(--timeline-marker-content);
    display: var(--timeline-marker-display);
    position: var(--timeline-marker-position);
    top: var(--timeline-marker-top);
    left: var(--timeline-marker-left);
    width: var(--timeline-marker-width);
    transition: var(--timeline-marker-transition);
}

.timelinemain .centerline {
    position: absolute;
    left: 22px;
    height: calc(100% - 110px);
    width: 3px;
    border-left: 4px dotted #000;
    top: 50%;
    transform: translate(-50%, -50%);
}


.timeline-item:last-child .timeline-marker:after {
    content: none;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
    padding-bottom: 40px;
    position: relative;
}

.timeline-centered>.timeline-item.itemb.it-right .timeline-content:before {
    background: #aaa;
    content: "";
    width: 15%;
    height: 1px;
    border: none;
    left: 30px;
    top: 11px;
    position: absolute;
}

.timeline-centered>.timeline-item.itemb.it-left .timeline-content:before {
    background: #aaa;
    content: "";
    width: 15%;
    height: 1px;
    border: none;
    right: 30px;
    top: 11px;
    position: absolute;
}

.timeline-centered>.timeline-item.period .timeline-content:before {
    display: none;
}

.timeline-content img {
    width: 100%;
    max-width: 75%;
}

.timeline-content h3 {
    margin: 15px 0px;
    font-size: 14px;
    font-weight: 800;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
    padding: 0;
}

.timeline-item.period {
    z-index: 1;
}

.period .timeline-info {
    display: none;
}

.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
}

.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}

.period .timeline-content {
    padding: 40px 0 70px;
}

.period .timeline-title {
    background-color: var(--interior-page-background-color);
    padding: 15px 0;
    margin: 0;
}

/*----------------------------------------------
      MOD: TIMELINE SPLIT
  ----------------------------------------------*/
@media (min-width: 768px) {

    .timeline-split .timeline,
    .timeline-centered .timeline {
        display: table;
    }

    .timeline-split .timeline-item,
    .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info,
    .timeline-centered .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker {
        position: relative;
    }

    .timeline-split .timeline-content,
    .timeline-centered .timeline-content {
        padding-left: 30px;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 30px;
    }

    .timeline-split .period .timeline-title,
    .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}

/*----------------------------------------------
      MOD: TIMELINE CENTERED
  ----------------------------------------------*/
@media (min-width: 992px) {

    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0 auto;
        padding: 0;
        max-width: 800px;
    }

    .timelinemain .centerline {
        position: absolute;
        left: 50%;
        height: calc(100% - 110px);
        width: 3px;
        border-left: 4px dotted #000;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .timeline-centered {
        display: flex;
        flex-wrap: wrap;
    }

    .timeline-centered .timeline-item.period {
        width: 100%;
    }

    .timeline-item.itemb {
        margin: 0;
        width: 50%;
    }

    .timeline-centered>.timeline-item.itemb.it-right {
        margin-top: 85px;
    }

    .timeline-centered .timeline-item {
        padding-bottom: 40px;
    }

    .timeline-centered>.timeline-item.itemb.it-left .timeline-marker {
        position: absolute;
        left: 100%;
        margin-left: -7.5px;
    }

    .timeline-centered>.timeline-item.itemb.it-right .timeline-marker {
        position: absolute;
        right: 100%;
        margin-left: -7.5px;
    }

    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 100%;
    }

    .timeline-centered>.timeline-item.itemb.it-right .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    .timeline-centered>.timeline-item.itemb.it-right .timeline-content {
        float: right;
        text-align: right;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .timeline-centered>.timeline-item.itemb.it-left .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered>.timeline-item.itemb.it-left .timeline-content {
        float: left;
        text-align: left;
        padding-right: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }


    .timeline-centered>.timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .timeline-centered .timeline-item.period {
        padding: 50px 0 68px;
    }

    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 8px;
        top: auto;
    }

    .timeline-centered .period .timeline-title {
        left: 0;
        margin: 0 auto;
    }
}

/*----------------------------------------------
      MOD: MARKER OUTLINE
  ----------------------------------------------*/
.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #FF6B6B;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
    background: #FF6B6B;
}

/** select2 dropdown **/

span.select2.select2-container.select2-container--default {
    width: 120px !important;
}

#TimelineContainer .select2-container {

    .select2-selection--single {
        border: 0 !important;
    }

    .select2-selection--single .select2-selection__arrow {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 1px;
        right: 1px;
        border-radius: 50%;
        border: 1px solid var(--h2-color);
    }

    .select2-selection--single .select2-selection__arrow b {
        border-color: var(--h2-color) transparent transparent transparent;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        height: 0;
        left: 50%;
        margin-left: -6px;
        margin-top: -3px;
        position: absolute;
        top: 50%;
        width: 0;
    }

    .select2-selection--single .select2-selection__rendered {
        font-family: var(--h2-font-family) !important;
        color: var(--h2-color) !important;
        font-weight: var(--h2-font-weight) !important;
        font-style: var(--h2-font-style) !important;
        font-size: 2rem !important;
        overflow: visible;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
    padding-left: 5px;
    padding-right: 15px;
    font-weight: 400;
}


@media only screen and (max-width: 992px) {

    .timeline-centered>.timeline-item.itemb.it-right .timeline-content:before,
    .timeline-centered>.timeline-item.itemb.it-left .timeline-content:before {
        display: none;
    }

}

@media only screen and (max-width: 768px) {
    .timelineshell {
        grid-template-areas:
            "filters filters"
            "sortby sortby"
            "maintl maintl";
        margin: 0 auto;
        align-items: flex-end;
    }

    .timelineshell .filtershell {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .timelineshell .filtershell h3 {
        text-align: center;
    }

    .timelineshell .timelinemain {
        padding: 0 15px;
    }

    .timelineshell .sortby {
        justify-content: center;
    }
}

/**
 * Biography styles
 */

.ppres .prow {
    position: relative;
    max-width: 1050px;
    margin: 0 auto 40px;
}

.ppres .prow .previousvert {
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left;
    position: absolute;
    left: 35px;
    top: 30px;
    width: 320px;
    display: flex;
    align-items: center;
}


.ppres .prow .previousvert span,
.ppres .prow .nextvert span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    cursor: pointer;
}

.ppres .prow .previousvert .buttlin,
.ppres .prow .nextvert .buttlin {
    width: 100%;
    height: 1px;
    background-color: #ababab;
    margin-right: 10px;
}

.ppres .prow .nextvert {
    transform: rotate(90deg) translateX(100%);
    transform-origin: right;
    position: absolute;
    right: 35px;
    top: 30px;
    width: 320px;
    display: flex;
    align-items: center;
}

.ppres .card-holder {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.ppres .explorecard {
    width: 33%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: relative;
}

.ppres .explorecard h3 {
    color: #0047ba;
    letter-spacing: 3px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 5px;
}

.ppres .explorecard .cb {
    height: 320px;
    width: 100%;
    overflow: hidden;
}

.ppres .explorecard .cb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkfilters .form-check-label {
    cursor: pointer;
}

.checkfilters .form-check-input {
    background-color: #e1e1e1;
    width: 1.1em;
    height: 1.1em;
    border-radius: 0;
    cursor: pointer;
    background-size: 130%;
    transition: border-color 0.2s ease-in-out;
}

.ppres .checkfilters .form-check-input:checked {
    background-color: var(--biography-checkbox-color);
    border-color: var(--biography-checkbox-color);
}

.ppres .checkfilters .form-check:hover .form-check-input {
    border-color: var(--biography-checkbox-color);
}

.timelineshell .checkfilters .form-check-input:checked {
    background-color: var(--timeline-checkbox-color);
    border-color: var(--timeline-checkbox-color);
}

.timelineshell .checkfilters .form-check:hover .form-check-input {
    border-color: var(--timeline-checkbox-color);
}

.link-to-item {
    font-style: italic;
}

@media only screen and (max-width: 800px) {

    .ppres .prow .previousvert,
    .ppres .prow .nextvert {
        width: 200px;
    }

    .ppres .explorecard .cb {
        height: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .ppres .prow .previousvert {
        transform: rotate(0deg) translateX(0);
        position: relative;
        left: initial;
        top: initial;
        margin: 0 auto 20px;
    }

    .ppres .prow .nextvert {
        transform: rotate(0deg) translateX(0);
        position: relative;
        right: initial;
        top: initial;
        margin: 20px auto 20px;
    }

    .ppres .card-holder {
        padding: 0;
    }

    .ppres .card-holder {
        flex-direction: column;
        padding: 0 20px;
    }

    .ppres .explorecard {
        width: 100%;
    }
}


/**
 * Biography detail screen
 */

/* Masonry Section */
.imgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}

.imgrid-col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.imgrid .imgrid-item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin: 10px 5px;
    min-height: 300px;
    position: relative;
}

.imgrid .imgrid-item a {
    text-decoration: none;
}


.imgrid .imgrid-item .gi-text {
    padding: 20px;
    font-size: 12px;
    line-height: 19px;
}

.imgrid .imgrid-item .gi-text h6 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.imgrid .imgrid-item .gi-text p {
    font-size: 12px;
    line-height: 19px;
    margin: 10px 0 0 0;
}

.imgrid .imgrid-item img {
    width: 100%;
}

.imgrid-col--2,
.imgrid-col--3 {
    display: none
}

@media only screen and (min-width: 750px) {
    .imgrid-col--2 {
        display: block;
    }
}

@media only screen and (min-width: 470px) {
    .imgrid-col--3 {
        display: block;
    }
}

.detailsection-outer .detail-inform .maindi {
    line-height: 30px;
    font-size: 14px;
}

.detailsection-outer .detail-inform .exinfo {
    font-size: 14px;
}

.detailsection-outer .detail-inform .exinfo a {
    text-decoration: none;
}

.detailsection-outer .detail-inform .exinfo h5 {
    margin: 0;
    font-size: 13px;
    font-family: var(--h5-font-family);
    color: var(--h5-color);
    font-weight: var(--h5-font-weight);
    font-style: var(--h5-font-style);
}

.detailsection-outer .detail-inform .exinfo p,
.detailsection-outer .detail-inform .exinfo div {
    margin: 0;
    font-size: 14px;
}

.detailsection-outer .detail-inform .exinfo .underl {
    height: 2px;
    width: 25px;
    background-color: #000;
    margin-top: 4px;
    margin-bottom: 2px;
}

.grouped-field-hidden {
    display: none;
}

/* shareprofile section*/
.detailsection-outer .detail-inform .shareinfo {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-bottom: 1px solid #aaaaaa;
}

.detailsection-outer .detail-inform .shareinfo h6 {
    color: #aaa;
    letter-spacing: 2px;
    font-size: 11px;
    padding-bottom: 15px;
    margin: 0;
}

.detailsection-outer .detail-image img {
    max-width: 360px;
}

.relateditemstitle {
    font-size: 25px;
    color: var(--biography-related-items-theme-color);
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

.related-items-count {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;

}

.seerelatedbutton {
    padding: 15px 25px;
    background-color: var(--biography-related-items-theme-color);
    color: #fff;
    border: none;
    margin: 20px auto 50px;
    display: block;
}

.seerelatedbutton a:link,
.seerelatedbutton a:visited,
.seerelatedbutton a:focus,
.seerelatedbutton a:hover,
.seerelatedbutton a:active {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

/**
 * Search forms
 */

.search-results-headings {
    grid-area: srheadings;
    display: flex;
    justify-content: space-between;
}

.search-results-headings div:first-child {
    padding-right: 15px;
}


.search-results-headings div:nth-child(2) {
    display: flex;
    align-items: flex-end;
}

.search-results-headings div:nth-child(2) span {
    font-weight: bold;
    margin-bottom: 8px;
}

.search-results-headings div:nth-child(2) img {
    height: 20px;
}

.search-results-filters {
    grid-area: srfilters;
    height: 100%;
}

.search-results-filters .sticky-container {
    position: sticky;
    top: 30px;
}

.search-results-filters h3 {
    margin-top: 0;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-style: var(--h3-font-style);
}

.search-results-results {
    grid-area: srresults;
    display: flex;
    flex-wrap: wrap;
    align-self: self-start;
}

.search-results-pagination {
    grid-area: srpagination;
    margin-top: .5rem;
    padding-top: .5rem;
    margin-bottom: 1rem;
}

.search-results-outer {
    display: grid;
    max-width: 1300px;
    padding: 0 15px;
    grid-template-columns: 300px auto;
    grid-template-rows: auto;
    grid-template-areas:
        ". srheadings"
        "srfilters srresults"
        "srfilters srpagination";
    margin: 0 auto;
    align-items: flex-end;
    gap: 1rem;
}

.searchinout {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    background: white;
    border-bottom: 1px solid #e1e1e1;
}

.searchinout img {
    height: 20px;
}

.searchinout input[type="text"] {
    border: none;
    padding: 5px 10px;
    text-align: center;
    width: calc(100% - 26px);
}

.searchinout input[type="text"]::placeholder {
    font-style: italic;
}

.searchinout a {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
    margin: 7px;
}


/* Search Results Filter */

.container-c {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 13px;
    min-height: 41px;
    font-weight: 600;
    color: #5f5f5f;
    justify-content: space-between;
    border-bottom: 1px solid #5f5f5f;
    cursor: pointer;
}

.container-c.grouped-field-hidden {
    display: none;
}

.sub-form-group-checkbox {
    display: none;
}

.sub-form-group-checkbox span.filter_title {
    padding-left: 20px;
    font-weight: 400;
}

.container-c:hover {
    background-color: #e7edf7;
}

.container-c input:checked~.filter_category_checkmark:after {
    display: block;
}



.filter_category_checkmark_checked {
    display: none;
}

.container-c input:checked~.filter_category_checkmark {
    display: none;
}

.container-c input:checked~.filter_category_checkmark_checked {
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0047ba;
    font-size: 30px;
    font-weight: 400;
}

.container-c input:checked~span.filter_title {
    color: #0047ba;
}

.sub-form-group-checkbox.selected {
    display: block;
}


.filter_category_checkmark {
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}



input[type="checkbox"].filter_category {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.search-results-filters .mobile-showresults {
    display: none;
}

.search-results-outer .mobile-search-filters {
    z-index: 2;
    display: none;
}

.search-results-outer .search-results-filters.mobile .closeclear-mobile {
    display: none;
}

/* Search Animations for mobile view */
.slide-top {
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s forwards;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s forwards;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
    }

    100% {
        -webkit-transform: translateY(-0px);
        transform: translateY(0px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translate(-50%, 110%);
        transform: translate(-50%, 110%);
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.search-results-outer .search-results-filters.mobile.show-mobile {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/* Search Result Card */
.featured-collection-body #OrderTabPane .grid .item-content:hover .card {
    box-shadow: 0px 0px 2px 2px color-mix(in srgb, var(--featured-collection-hover-color), transparent 35%);
}

.search-result-card .result-text,
#OrderTabPane .result-text {
    margin: 15px;
}

.search-result-card .result-text h5,
#OrderTabPane .result-text h5 {
    font-size: 15px;
    margin: 0 0 10px;
    font-family: var(--h5-font-family);
    font-weight: var(--h5-font-weight);
    font-style: var(--h5-font-family);
}

.search-result-card .result-text p,
#OrderTabPane .result-text p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.search-result-card .result-text p:first-of-type,
#OrderTabPane .result-text p:first-of-type {
    margin-bottom: 10px;
}

/* Search Result Pagination */
.search-results-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.search-results-pagination ul li {
    display: inline;
}

.search-results-pagination ul li a {
    color: #5f5f5f;
    text-decoration: none;
    padding: 8px;
}

.std-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}

.std-outer .std-text {
    max-width: 900px;
}

@media only screen and (max-width: 960px) {
    .search-results-headings div:nth-child(2) span {
        display: none;
    }

    .search-results-outer {
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto auto;
        grid-template-areas:
            "srheadings"
            "srresults"
            "srpagination";
    }

    .search-results-filters {
        display: none;
        position: fixed;
        background-color: white;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1000;
        transform: translate(-100%, 0);
    }

    .search-results-filters.mobile {
        display: block;
        transition: transform 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .search-results-filters .sticky-container {
        position: initial;
        margin: 0 auto;
        width: 230px;
        padding-top: 30px;
    }

    .search-results-headings div:nth-child(2) select.sort-dropdown {
        padding: 5px;
    }

    .search-results-outer .mobile-search-filters {
        letter-spacing: .15em;
        font-weight: 600;
        display: block;
        position: fixed;
        bottom: 20px;
        left: 50%;
        width: 50%;
        max-width: 320px;
        text-align: center;
        transform: translate(-50%, 110px);
        padding: 17px;
        color: var(--mobile-button-text-color);
        background-color: var(--mobile-button-background-color);
        box-shadow: 0px -6px 15px 0px #3c3c3c4a;
        cursor: pointer;
    }

    .search-results-filters .mobile-showresults {
        letter-spacing: .15em;
        font-weight: 600;
        display: initial;
        position: fixed;
        bottom: 20px;
        left: 50%;
        width: 50%;
        max-width: 320px;
        text-align: center;
        transform: translate(-50%, 0);
        padding: 17px;
        color: var(--mobile-button-text-color);
        background-color: var(--mobile-button-background-color);
        box-shadow: 0px -6px 15px 0px #3c3c3c4a;
        cursor: pointer;
        text-transform: uppercase
    }

    .search-results-outer .search-results-filters.mobile .closeclear-mobile {
        display: flex;
        padding: 15px;
        justify-content: space-between;
        max-width: 90%;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 600;
        color: #d3d3d3;
    }

    .search-results-outer .search-results-filters.mobile .closeclear-mobile div {
        padding: 10px;
        cursor: pointer;
    }

}

@media only screen and (max-width: 700px) {
    .search-result-card {
        margin: 6px;
        width: calc(50% - 14px);
    }

    .search-results-headings {
        flex-direction: column;
        padding-bottom: 0;
    }

    .search-results-headings div:nth-child(2) {
        justify-content: flex-end;
    }

    .search-result-card {
        margin: 6px;
        width: calc(100% - 12px);
    }
}

/**
 * Advanced Search
 */

.asearchcont {
    max-width: 700px;
    margin: 0 auto;
}

.asearchcont form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.asearchcont form .fieldblock {
    width: 100%;
    justify-content: center;
}

.range_toggle {
    width: 100%;
    text-align: center;
}

.range_toggle span {
    margin: 10px 0;
    display: flex;
    width: 100%;
    justify-content: center;
}

.asearchcont form input[type="submit"],
.RestoreSearchControlsButton {
    padding: 15px 65px;
    background-color: #0047ba;
    color: #fff;
    border: none;
    margin: 20px 0 50px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.asearchcont form input[type="submit"]:hover,
.RestoreSearchControlsButton:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.asearchcont form .exmatch-container {
    width: calc(100% - 30px);
    text-align: right;
}

.asearchcont form .exmatch-container input[type="checkbox"]#exmatch {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.asearchcont form .exmatch-container label {
    position: relative;
    padding-right: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 20px;
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.exmatch-container:hover input~.checkmark {
    background-color: #ccc;
}

.exmatch-container input:checked~.checkmark {
    background-color: #0047ba;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.exmatch-container input:checked~.checkmark:after {
    display: block;
}

.exmatch-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media only screen and (max-width: 740px) {
    .asearchcont form .exmatch-container {
        margin: 10px 0 30px;
        width: calc(100% - 30px);
    }
}

/**
 * Publications detail
 */
.pubs .prow {
    position: relative;
}

.pubs .prow .previousvert {
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left;
    position: absolute;
    left: -15px;
    top: 50%;
    width: 320px;
    display: flex;
    align-items: center;
}

.prow .previousvert a,
.prow .nextvert a {
    text-decoration: none;
}

.pubs .prow .previousvert a:hover,
.pubs .prow .nextvert a:hover {
    color: initial;
}

.pubs .prow .previousvert span,
.pubs .prow .nextvert span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    cursor: pointer;
}

.pubs .prow .previousvert .buttlin,
.pubs .prow .nextvert .buttlin {
    width: 100%;
    height: 1px;
    background-color: #ababab;
    margin-right: 10px;
}

.pubs .prow .nextvert {
    transform: rotate(90deg) translateX(50%);
    transform-origin: right;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 320px;
    display: flex;
    align-items: center;
}

.pubs .prow img {
    width: 100%;
}

.abovepubdeets {
    display: flex;
    justify-content: space-between;
}

.abovepubdeets .morein {
    letter-spacing: 2px;
    font-size: 11px;
}

.abovepubdeets .morein img {
    width: 20px;
}

/* shareprofile section*/
.abovepubdeets .shareinfo h6 {
    color: #aaa;
    letter-spacing: 2px;
    font-size: 11px;
    padding-bottom: 15px;
    margin: 0;
}

.pubinfo-outer .pubinfo-text h2 {
    color: rgb(88, 88, 88);
    letter-spacing: 1px;
    font-size: 24px;
}

.pubinfo-outer .pubinfo-deets h3 {
    font-size: 18px;
    color: rgb(88, 88, 88);
}

/**
 * Image gallery
 */
#GalleryMoreLoading {
    display: none;
    margin: 70px auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#GalleryViewerContainer {
    height: fit-content;
    min-height: 300px;
}

#GallerySearchForm #GallerySearchSubmit {
    cursor: pointer;
    display: inline;
}

#gallery-ecommerce-container .btn.purchase {
    background-color: var(--ecommerce-button-background-color);
    color: var(--ecommerce-button-color);
}

.loadmore {
    display: flex;
    margin: 70px auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.loadmore img {
    width: 20px;
    margin-right: 5px;
}

/* with flexbox */

#additemcontainer.novis {
    visibility: hidden;
}

/**
 * Featured Exhibit
 */

.exde .prow {
    position: relative;
    max-width: 1050px;
    margin: 0 auto 40px;
}

.exde .prow .previousvert {
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left;
    position: absolute;
    left: 35px;
    width: 320px;
    display: flex;
    align-items: center;
}


.exde .prow .previousvert span,
.exde .prow .nextvert span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    cursor: pointer;
}

.exde .prow .previousvert .buttlin,
.exde .prow .nextvert .buttlin {
    width: 100%;
    height: 2px;
    background-color: #ababab;
    margin-right: 10px;
}

.exde .prow .nextvert {
    transform: rotate(-90deg) translate(-100%, 320px);
    transform-origin: left;
    position: absolute;
    right: 35px;
    top: 0px;
    width: 320px;
    display: flex;
    align-items: center;
}

.exde .card-holder {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
}

.exde .card-holder .exri {
    min-width: 300px;
    width: 35%;
    align-self: flex-start;
}

.exde .card-holder .exri .exdcap {
    font-size: 13px;
    font-style: italic;
    margin-top: 15px;
}

.exde .card-holder .exdeetim {
    width: 100%;
}

.exde .card-holder .exdeetrs {
    width: 100%;
    margin-left: 40px;
    position: relative;
}

.exde .card-holder .exdeetrs .exbo {
    margin-bottom: 30px;
    min-height: 205px;
    word-break: break-word;
}

.exde .card-holder .exdeetrs .relateditemslink {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 10px;
    border: 2px solid #0047ba;
    color: #0047ba;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-top: 50px;
    margin-bottom: 100px;
    text-transform: uppercase
}

.exde .card-holder .exdeetrs .relateditemslink:hover {
    color: #fff;
    background-color: #0047ba;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.exde .card-holder .exdeetrs .sub-items {
    margin-left: -3px;
}

.exde .card-holder .exdeetrs .sub-items ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.exde .card-holder .exdeetrs .sub-items ul li {
    padding: 5px 12px;
    margin: 3px;
    list-style: none;
    font-size: 14px;
    background-color: #d6e6ff;
}

.exde .card-holder .exdeetrs .sub-items ul li a {
    color: #1a1a1a;
}

/* shareprofile section */
.exde .shareinfo {
    border-bottom: 2px solid #aaaaaa;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.exde .shareinfo h6 {
    color: #aaa;
    letter-spacing: 2px;
    font-size: 11px;
    padding-bottom: 15px;
    margin: 0;
}

.exde .card-holder .exdeetrs h4 {
    font-family: var(--h4-font-family);
    color: var(--h4-color);
    font-weight: var(--h4-font-weight);
    font-style: var(--h4-font-style);
    letter-spacing: 2px;
    font-size: 20px;
}


@media only screen and (max-width: 800px) {
    .exde .prow .previousvert {
        transform: rotate(0deg) translateX(0);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto 20px;
    }

    .exde .prow .nextvert {
        transform: rotate(0deg) translateX(0);
        position: absolute;
        width: 320px;
        left: 0;
        bottom: 0;
        top: auto;
        margin: 0 auto 20px;
        justify-content: flex-end;
    }

    .exde .card-holder {
        padding: 0;
    }

    .exde .card-holder {
        flex-direction: column;
        padding: 0 20px;
        align-items: center;
        padding: 0 20px 110px;
    }

    .exde .card-holder .exri {
        width: 65%;
        align-self: center;
        margin-bottom: 50px;
    }

    .exde .card-holder .exdeetrs {
        margin-left: 0;
    }

    .exde .shareinfo {
        width: 100%;
    }

    .exde .prow .previousvert .buttlin {
        display: none;
    }

    .exde .prow .nextvert .buttlin {
        display: none;
    }

}

/**
 * Additional styles for Odyssey integration
 */

#SearchSummaryContents {
    background: inherit !important;
    border: 0px !important;
    border-color: inherit !important;
    border-radius: inherit !important;
    padding: 0px !important;
    margin-bottom: inherit !important;

}

#PreviewNotice {
    font-weight: 500;
    background: yellow;
    color: black !important;
    text-align: center;
    padding: 1rem;
    border-bottom: 1px dashed black;
}

.RelatedItemsLink {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    display: inline-block;
    margin-top: 0.5rem
}

#TimelineSpecification,
#BiographySpecification,
#BiographyDetailSpecification,
#PublicationsSpecification,
#TimelineTemplates,
#SearchResultTemplate,
#FacetGroupTemplate,
#facet-template {
    display: none
}

#UniversalViewerContainer {
    width: 90%;
    max-width: 96% !important;
}

.imgrid-item img,
.exdeetim {
    background-image: url('/img/ajax-loader-ball.gif');
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: center;
    min-width: 16px;
    min-height: 16px;
}

.imgrid-item.default-thumbnail img {
    background: none;
}

.shareinfo h6 {
    text-transform: uppercase
}

#facets-overall-container .sticky-container {
    display: none;
}

.SelectionField .DataSelector {
    width: 100%;
}

#show-input-controls {
    display: none;
    margin-bottom: 2rem;
}

#show-input-controls button {
    margin: 0px auto;
}

#sort-controls-container {
    display: none;
}

#SearchSubmitButton,
#BulkActionsContainer button,
.RestoreSearchControlsButton {
    color: var(--search-button-text-color);
    background-color: var(--search-button-background-color);
    margin-bottom: 0.5rem;
}

#ContactFormSubmitButton {
    color: var(--contact-button-text-color);
    background-color: var(--contact-button-background-color);
}

/**
 * DIGITAL BACKPACK ADD/REMOVE BUTTON
 */

#search-results .search-result-card .digibp {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 32px;
    height: 32px;
    z-index: 99999;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 2px;
    border: 2px solid var(--featured-collection-hover-color);
    box-shadow: -2px 2px 2px -1px #0000005e;
    display: none;
    transition: all .2s ease-in-out;
}

#search-results.backpackEnabled .search-result-card:hover .digibp {
    display: block;
}

#search-results.backpackEnabled .search-result-card .digibp.not-added {
    background-image: url('/img/standard-site-assets/addbp.svg');
}

#search-results.backpackEnabled .search-result-card .digibp.added {
    background-image: url('/img/tkxel/svg/Delete.svg');
}

#search-results.backpackEnabled .search-result-card .digibp:hover {
    width: 38px;
    height: 38px;
}

#UserAccountContainer {
    max-width: 700px;
    margin: 0px auto;
}

.UserAction {
    font-weight: bold;
}

.UserAction:hover {
    cursor: pointer;
}

.about-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}

.about-outer .about-text {
    max-width: 900px;
}

.about-outer .about-text p {
    line-height: 25px;
}

.btn.loading {
    background-image: url('/img/Spinner-1s-24px.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: wait !important;
    color: transparent !important;
}

#PubViewerInnerContainer {
    width: calc(100% - 4rem);
    border: 0px;
    margin: 2rem;
    height: 50rem;
}

/**
 * Exhibits landing page
 */

#exhibits-filter .checkfilters .checkfilter {
    justify-content: space-evenly;
}

#exhibits-filter .filbox,
#exhibits-filter label {
    cursor: pointer;
}

#exhibits-filter .form-check .custom-control-input:checked~.custom-control-label::before {
    border-radius: 0;
}

#exhibitsCarousel .carousel-control-next,
#exhibitsCarousel .carousel-control-prev {
    border: none;
    background-color: transparent;
    width: 49%;
    font-size: 7vmin;
    text-shadow: 0 0 6px #000000;
    z-index: 13;
    display: block;
    padding: 0 5% 16% 5%;
}

#exhibitsCarousel .carousel-control-next>div,
#exhibitsCarousel .carousel-control-prev>div {
    transition: all .5s ease;
    filter: drop-shadow(0px 0px 2px black);
}

#exhibitsCarousel .carousel-control-prev:hover>div {
    transform: translateX(-4%);
}

#exhibitsCarousel .carousel-control-next:hover>div {
    transform: translateX(4%);
}

#exhibitsCarousel .carousel-caption a {
    color: var(--header-nav-color);
}

#exhibitsCarousel .carousel-caption {
    background-color: var(--header-background-color);
    color: var(--header-nav-color);
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 14;
    padding-bottom: 20px;
    opacity: .85;
    text-shadow: 0px 0px 2px var(--header-background-color);
}

#exhibitsCarousel .carousel-item {
    max-height: 700px;
    min-height: 400px;
    height: 50vmin;
}

#exhibitsCarousel .carousel-item img {
    object-fit: cover;
}

#exhibitsCarousel .carousel-indicators {
    z-index: 15;
}

#exhibitsCarousel .carousel-indicators button {
    border: 1px solid #444444;
}

.page-title-navigation {
    display: flex;
    align-items: center;
}

.collection-folders {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 10px;
}

.collection-folder .card-img-link {
    display: inline-block;
    width: 10rem;
    margin: 0px auto -3.5rem auto;
}

.collection-folder>.card {
    width: 200px;
}

.backpack-tag-preview {
    height: 2.5rem;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 2px;
}

.backpack-tag-preview>img.backpack-tag-preview-item {
    width: 2rem;
    margin-bottom: 0px;
}

.collection-folder .card-body p {
    text-align: center;
}

.no-display {
    display: none;
}

.flex-display {
    display: flex;
}

.inline-display {
    display: inline;
}

.block-display {
    display: block;
}

/* Publications carousel */

.publications.container .flex-row {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.publications.container .vert {
    width: fit-content;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    font-size: larger;
    gap: 1rem;
}

.publications.container .next.vert {
    right: -2%;
}

.publications.container .next.vert .title {
    transform: rotate(90deg);
}

.publications.container .previous.vert {
    left: -2%;
}

.publications.container .previous.vert .title {
    transform: rotate(-90deg);
}

.publications.container .card {
    min-width: 362px;
    max-width: 362px;
    height: 480px;
    overflow: hidden;
}

.publications.container .card:not(:last-child) {
    margin-right: 12px;
}

.publications.container .card-body a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.publications.container .card img {
    object-fit: cover;
    width: 100%;
    height: 392px;
    transition: all .3s ease-in-out;
}

.publications.container .card:hover img {
    transform: scale(1.2);
}

/* Circle Effect */
.page-content .circle-effect::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.page-content .circle-effect:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

#chapter-notebook-button {
    width: 100%;
    text-align: center;
    width: 25%;
    margin: 0 auto;
}

#chapter-notebook-button a {
    background-color: var(--notebook-accent-color);
    color: white;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
