/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@media screen {
    * {
        box-sizing: border-box
    }

    html {
        font-family: "Assistant", sans-serif;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        padding: 0;
        font-weight: 400
    }

    body {
        width: 100%
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: "Archivo Black", sans-serif;
        font-weight: normal
    }

    h1 {
        font-size: 31.5px;
        line-height: 48px;
        margin: 0 0 24px
    }

    h2 {
        font-size: 27px;
        line-height: 48px;
        margin: 24px 0
    }

    h3 {
        font-size: 22.5px;
        line-height: 24px;
        margin: 24px 0
    }

    h4 {
        margin: 24px 0
    }

    a {
        text-decoration: none;
        color: #000
    }

    a img {
        vertical-align: bottom
    }

    p a, span a {
        background-color: #ff0
    }

    p, ul {
        margin: 24px 0
    }

    fieldset {
        border: 0;
        padding: 0
    }

    input, textarea, button, select {
        font-family: "Assistant", sans-serif;
        font-size: 18px;
        line-height: 24px;
        height: 36px;
        margin: 0;
        border-radius: 0
    }

    select {
        height: 36px;
        -webkit-appearance: none;
        appearance: none;
        padding: 6px 30px 6px 12px;
        font-family: "Assistant", sans-serif;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: #fff url("../img/select-arrow.svg") right 12px center no-repeat;
        background-size: 9px
    }

    input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input[type=date], input[type=datetime-local], textarea {
        height: 36px;
        -webkit-appearance: none;
        appearance: none;
        border: 1px solid #ccc;
        background-color: #fff;
        padding: 6px;
        border-radius: 0
    }

    textarea {
        height: auto;
        min-height: 120px
    }

    .button, button, input[type=submit] {
        -webkit-appearance: none;
        appearance: none;
        padding: 0 12px;
        background-color: #ff0;
        border: 3px solid #000;
        font-family: "Archivo Black", sans-serif;
        font-size: 18px;
        line-height: 30px;
        cursor: pointer
    }

    [type=submit] {
        margin: 24px 0
    }

    form .field {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 24px;
        align-items: flex-start
    }

    form .field.required .field-meta:after {
        content: "*"
    }

    form .field .field-meta, form .field label, form .field .label {
        font-family: "Archivo Black", sans-serif
    }

    form .field .explanation, form .field .field-description {
        margin-bottom: 6px
    }

    form .field .field-meta {
        width: 25%;
        padding-right: 12px
    }

    form .field>.inputs {
        width: 75%;
        padding-left: 12px
    }

    form .field>.inputs .value {
        width: 100%
    }

    form .field>.inputs .value:not(:first-of-type) {
        margin-top: 0;
        border-top: 0;
        padding-top: 0
    }

    form .field>input[type=checkbox]+label {
        width: auto;
        margin: 0 0 0 6px
    }

    .expand:after, .collapse:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

    .expand:after {
        content: ""
    }

    .collapse:after {
        content: ""
    }

    .expand+.collapsible {
        display: none
    }

    .collapsible {
        font-weight: normal;
        font-size: 15.75px;
        font-family: "Assistant", sans-serif;
        line-height: 21px;
        background-color: #ececec;
        padding: 12px 24px;
        margin: 12px 0
    }

    .collapsible h4 {
        font-family: "Assistant", sans-serif;
        font-size: 15.75px;
        line-height: 21px;
        font-weight: 900
    }

    .collapsible .property:last-child, .collapsible .property:only-child {
        margin-bottom: 0
    }

    table {
        margin: 48px 0;
        width: 100%;
        border-collapse: separate;
        border-spacing: 3px
    }

    th:not(:empty) {
        background-color: #000;
        color: #ccc;
        text-align: left
    }

    td, th {
        padding: 6px 12px
    }

    td {
        background-color: #f7f7f7
    }

    nav ul {
        list-style: none;
        padding-left: 0
    }

    nav li {
        list-style-type: none;
        display: inline-block
    }

    .secondary-nav ul {
        margin: 0 0 24px
    }

    .secondary-nav li {
        display: inline-block
    }

    .secondary-nav li a {
        background-color: #ff0;
        font-family: "Archivo Black", sans-serif;
        color: #000;
        padding: 6px 12px;
        font-size: 13.5px
    }

    .breadcrumbs a {
        background-color: #ff0
    }

    .pagination {
        font-size: 13.5px;
        font-family: "Archivo Black", sans-serif;
        margin: 0;
        padding: 6px
    }

    .pagination>* {
        display: inline-block
    }

    .pagination .inactive {
        display: none
    }

    .pagination input[type=text] {
        border: 2px solid #000;
        width: 48px;
        text-align: center;
        height: 30px;
        font-family: "Archivo Black", sans-serif;
        font-size: 13.5px
    }

    .pagination a.button {
        background-color: #ff0;
        font-family: "Archivo Black", sans-serif;
        color: #000;
        padding: 6px 12px;
        border: 0;
        display: inline
    }

    .pagination_previous a:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        margin: 0 6px;
        font-weight: 900
    }

    .pagination_next a:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin: 0 6px
    }

    .pagination .row-count {
        margin-left: 24px
    }

    .item-pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-family: "Archivo Black", sans-serif;
        font-size: 13.5px
    }

    .item-pagination a {
        background-color: #ff0;
        padding: 6px 12px
    }

    #wrap {
        position: relative
    }

    #skipnav {
        position: fixed;
        top: 24px;
        left: 50%;
        border: 1px solid #000;
        transform: translateX(-50%);
        z-index: -5;
        padding: 6px;
        background-color: #fff;
        opacity: 0
    }

    #skipnav:focus {
        z-index: 1000;
        opacity: 1
    }

    header>h1 {
        margin: 0 auto 0 0
    }

    .site-title {
        font-family: "Archivo Black", sans-serif;
        padding: 6px 0
    }

    .site-title img {
        max-height: 48px;
        width: auto
    }

    .site-title h1 {
        margin: 0
    }

    header {
        background-color: #000;
        vertical-align: top;
        padding: 12px 48px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    header a {
        color: #fff
    }

    header nav .menu-toggle, .search-toggle {
        background-color: #000;
        color: #fff;
        cursor: pointer;
        border: 0
    }

    header nav .menu-toggle:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

    .search-toggle:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

    header nav>ul {
        position: absolute;
        top: 100%;

        right: 0;
        background-color: rgba(0, 0, 0, .9);
        z-index: 9999;
        margin: 0;
        padding: 48px;
        text-align: left;
        height: calc(100vh - 48px);
        color: #fff;
        vertical-align: top
    }

    #top-nav>ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap
    }

    #search-form.closed, #top-nav.closed>ul {
        display: none
    }

    #top-nav li {
        list-style-type: none
    }

    #top-nav>ul>li {
        font-family: "Archivo Black", sans-serif;
        padding-bottom: 24px;
        width: 30%
    }

    #top-nav>ul>li>a {
        color: #ff0
    }

    #top-nav>ul>li li {
        font-family: "Assistant", sans-serif;
        display: block
    }

    #top-nav>ul>li li:not(:last-of-type) {
        margin-bottom: 6px
    }

    #top-nav ul ul {
        padding-left: 0;
        margin: 12px 0 0
    }

    #top-nav ul ul ul li {
        font-size: 13.5px;
        line-height: 18px
    }

    #top-nav ul ul ul li:before {
        content: "—";
        margin-right: 6px
    }

    #search-form {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        padding-top: 20vh
    }

    #search-form input[type=text] {
        border: 0;
        border-bottom: 3px solid #fff;
        background-color: transparent;
        color: #fff;
        display: inline-block;
        width: 50%;
        margin-right: 12px;
        font-size: 36px;
        height: 48px;
        padding: 0
    }

    ::placeholder {
        font-style: italic
    }

    #search-form button[type=submit] {
        background-color: transparent;
        border: 3px solid #fff;
        color: #fff;
        display: inline-block;
        cursor: pointer;
        font-size: 36px;
        height: 48px;
        padding-left: 6px;
        padding-right: 6px;
        margin: 0;
        line-height: 0
    }

    .banner {
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden
    }

    .banner.contained {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .banner.contained:after {
        content: " ";
        display: block;
        clear: both
    }

    .banner img {
        width: 100%
    }

    div#featured {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    #featured .record:first-child {
        height: 60vh
    }

    #featured .record:first-child, #featured.layout-2 .record:nth-child(2), #featured .record:nth-child(6n), #featured .record:nth-child(6n+1) {
        width: 100%
    }

    #featured .record {
        margin-bottom: 24px;
        color: #fff;
        overflow: hidden;
        position: relative;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        background-color: #e7e7e7;
        z-index: 0;
        padding: 24px;
        min-height: 30vh;
        width: calc(50% - 12px)
    }

    #featured .record a {
        color: #ff0
    }

    #featured .featured-meta {
        padding: 0 24px;
        max-width: 75%
    }

    #featured .featured-meta>* {
        padding: 12px;
        margin: 0;
        background-color: #000;
        display: inline-block
    }

    #featured .featured-meta h3 {
        background-color: #ff0
    }

    #featured .featured-meta h3 a {
        color: #000
    }

    #featured .record img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: -1;
        opacity: .4;
        transition: opacity .2s ease-in-out
    }

    #featured .record:hover img {
        opacity: 1
    }

    footer {
        padding: 0 48px 24px
    }

    .browse #content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 48px
    }

    .browse h1 {
        width: 100%
    }

    .advanced-search {
        background-color: #ff0;
        font-family: "Archivo Black", sans-serif;
        color: #000;
        padding: 0 12px;
        border: 3px solid #000;
        height: 36px;
        line-height: 30px
    }

    .browse-controls {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse
    }

    .sorting select {
        width: auto
    }

    .sorting button {
        margin: 0
    }

    .resource-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        width: 100%;
        margin: 24px 0 0;
        list-style: none;
        padding-left: 0
    }

    .resource-list~.pagination {
        width: 100%;
        text-align: right
    }

    .resource-list h4 {
        width: 100%;
        margin: 0
    }

    .resource-list .resource {
        font-size: 13.5px;
        line-height: 18px;
        width: calc(25% - 24px);
        margin: 0 24px 48px 0;
        list-style-type: none
    }

    .resource-list .resource:nth-child(4n) {
        margin-right: 0
    }

    .resource-list .resource a {
        background-color: #ff0
    }

    .resource-list .resource img {
        max-width: 100%;
        height: auto
    }

    .resource-list .date {
        display: block
    }

    #content .resource a {
        background-color: #ff0
    }

    .browse #outputs {
        width: 100%;
        font-size: 13.5px
    }

    .browse .outputs-label:after {
        content: ": "
    }

    .browse #outputs p {
        display: inline-block
    }

    .collection.hentry h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 9px 0 0
    }

    .show #content h2:first-child {
        display: inline-block;
        width: auto;
        margin: 0 0 24px
    }

    .show #content h2:first-child+h3 {
        display: inline-block;
        background-color: rgba(0, 0, 0, .08);
        font-size: 13.5px;
        padding: 0 6px;
        margin: 0 12px 42px;
        vertical-align: bottom
    }

    #itemfiles {
        margin-bottom: 24px;
        height: 0;
        padding-bottom: 50vh
    }

    #itemfiles li {
        display: none
    }

    .property {
        margin-bottom: 24px;
        vertical-align: top;
        display: flex;
        overflow: hidden
    }

    .property a {
        background-color: #ff0
    }

    .property h4 {
        font-size: 18px;
        width: 25%;
        margin: 0 24px 0 0;
        text-align: right;
        word-break: break-word
    }

    .values {
        display: block;
        width: calc(75% - 24px);
        height: auto;
        text-align: left
    }

    .value:not(:first-of-type) {
        margin-top: 12px;
        padding-top: 11px;
        border-top: 1px solid
    }

    .value>p:first-child {
        margin-top: 0
    }

    .value>p:last-child {
        margin-bottom: 0
    }

    .value .language {
        font-size: 15.75px;
        background-color: #e7e7e7;
        display: inline-block;
        padding: 0 6px
    }

    .value a span {
        background-color: #ff0
    }

    .value .value-content:not(:only-child) {
        margin-right: 6px
    }

    .value .expand, .value .collapse {
        padding: 0 6px
    }

    .value a.metadata-browse-link {
        width: auto;
        display: inline-block !important;
        padding: 0 6px
    }

    #content .resource a.resource-link {
        background-color: transparent
    }

    .resource-link img {
        height: 48px;
        width: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px
    }

    .value table {
        margin-top: 0
    }

    .show #output-format-list {
        margin: 0
    }

    .item-set.show .metadata {
        width: 100%
    }

    .item-set.show .metadata+h3 {
        width: 100%
    }

    .linked-header, .linked-footer {
        width: 100%;
        display: flex;
        justify-content: flex-end
    }

    #linked-filter {
        display: flex;
        align-items: center;
        width: 50%;
        justify-content: flex-start;
        margin-right: auto
    }

    #linked-filter h4 {
        font-size: 18px;
        width: auto;
        padding: 0;
        margin-right: 6px;
        text-align: left
    }

    #item-linked .pagination {
        width: 50%;
        text-align: right
    }

    #item-linked .resource-link img {
        height: 36px;
        width: auto;
        display: block;
        margin-right: 6px
    }

    #linked-resources table {
        margin: 0 0 72px
    }

    #linked-resources caption {
        text-align: left;
        font-weight: bold;
        padding: 6px 12px
    }

    #linked-resources>h4 {
        padding: 6px .625%
    }

    #linked-resources td {
        vertical-align: center
    }

    #linked-resources .linked-resource {
        border-bottom: 1px solid #000;
        margin-bottom: 12px;
        width: calc(75% - 24px);
        padding: 0 .625% 11px
    }

    #linked-resources .resource-link {
        display: inline-flex;
        align-items: center
    }

    #advanced-search .value {
        display: flex;
        margin-bottom: 12px
    }

    #advanced-search .value:not(:first-child) {
        margin-top: 12px
    }

    #advanced-search button.remove-value {
        width: 36px;
        height: 36px;
        position: relative;
        background-color: #000;
        color: #fff;
        margin-left: 6px;
        padding: 0 6px
    }

    #advanced-search button.remove-value:before {
        text-align: center;
        padding: 0;
        width: 100%;
        text-indent: 0
    }

    .add-value.button {
        font-size: 13.5px;
        display: inline-block
    }

    .sub-menu {
        background-color: #ff0;
        padding: 24px;
        margin-top: -24px;
        margin-right: -48px;
        margin-left: -48px;
        padding-top: 24px;
        padding-right: 48px;
        padding-left: 48px;
        margin-bottom: 24px
    }

    .sub-menu h4 {
        margin-top: 0
    }

    .sub-menu ul {
        margin: 0
    }

    .sub-menu>ul>li {
        margin: 0 6px 6px 0
    }

    .sub-menu>ul>li:not(:last-of-type):after {
        content: "·";
        display: inline-block;
        margin-left: 6px
    }

    .sub-menu .current a {
        border-bottom: 2px solid
    }

    .site-page-pagination {
        background-color: #000;
        color: #ccc;
        padding: 12px;
        margin-top: 48px;
        margin-bottom: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: "Archivo Black", sans-serif;
        clear: both
    }

    .site-page-pagination a {
        padding: 6px;
        color: #ff0;
        display: inline-block
    }

    .page .item.resource .caption {
        font-size: 15.75px;
        line-height: 21px
    }

    .page .item-showcase .resource.item:not(:only-child) h3, .page .file .resource h3 {
        font-size: 18px;
        margin: 12px 0 0
    }

    .page .break.opaque {
        border-bottom-color: #000
    }

    .page .item-showcase {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

    .page #content .file {
        border-color: white;
    }

    .media-render {
        display: flex;
        flex-basis: min-content
    }

    .media-render a {
        display: block
    }

    .media-render img {
        vertical-align: top
    }

    #content #itemfiles a {
        background-color: transparent
    }

    .media.show .media-render.video {
        margin-bottom: 24px;
        text-align: center;
        background-color: #000;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 54px
    }

    .media.show .media-render video {
        width: auto;
        max-height: 50vh
    }

    @font-face {
        font-family: lg;
        src: url(../fonts/lg.woff2?io9a6k) format("woff2"), url(../fonts/lg.ttf?io9a6k) format("truetype"), url(../fonts/lg.woff?io9a6k) format("woff"), url(../fonts/lg.svg?io9a6k#lg) format("svg");
        font-weight: 400;
        font-style: normal;
        font-display: block
    }

    .lg-outer[data-lg-slide-type=iframe] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-flip-ver, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-right, .lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=video] .lg-flip-ver, .lg-outer[data-lg-slide-type=video] .lg-rotate-left, .lg-outer[data-lg-slide-type=video] .lg-rotate-right, .lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-actual-size, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer[data-lg-slide-type=video] .lg-actual-size, .lg-outer[data-lg-slide-type=video] .lg-zoom-in, .lg-outer[data-lg-slide-type=video] .lg-zoom-out {
        display: none
    }

    .media-render a.lg-icon {
        font-family: lg !important;
        speak: never;
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        height: 48px;
        width: 48px;
        display: inline-block;
        color: #fff;
        opacity: .5;
        margin-top: 12px;
        text-align: center
    }

    .media-render a.lg-icon:hover {
        opacity: 1
    }

    .lg-download:after {
        content: ""
    }

    .lg-toolbar {
        width: 100%;
        text-align: right
    }

    .page .item-with-metadata .show.resource {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 23px 0;
        margin: 48px 0;
        overflow: hidden
    }

    .page .item-with-metadata .media-list {
        display: flex;
        width: calc(75% - 24px);
        height: auto;
        text-align: left;
        float: right;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center
    }

    .page .item-with-metadata .media-list .media.resource {
        margin: 0 24px 24px 0
    }

    .search-filters {
        border-bottom: 1px solid #000;
        border-top: 3px solid #000;
        padding: 3px 0 5px;
        width: 100%;
        margin-bottom: 24px;
        font-size: 13.5px;
        display: flex;
        flex-wrap: wrap
    }

    .search-filters .filter {
        display: flex;
        font-family: "Archivo Black", sans-serif;
        margin: 0
    }

    .search-filters .filter:not(:last-child):after {
        content: "•";
        display: inline-block;
        margin: 0 24px
    }

    .search-filters .filter-label:after {
        content: ": ";
        margin-right: 6px
    }

    #search-results img {
        height: 72px;
        vertical-align: top;
        margin-right: 12px
    }

    #search-results td>* {
        display: inline-block;
        vertical-align: middle
    }

    .sitewide-search-form {
        display: flex
    }

    .sitewide-search-form [type=submit] {
        margin: 0
    }

    .results {
        margin-bottom: 48px;
        clear: both
    }

    .results ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap
    }

    .results .result-title {
        font-weight: bold
    }

    .results>ul {
        margin: -12px 0 0 0
    }

    .results .result-site, .results ul ul {
        display: block
    }

    .results>ul>li {
        margin-bottom: 24px;
        width: 50%;
        padding-right: 24px
    }

    .results .result-title {
        display: inline-block;
        background-color: #000;
        padding: 6px;
        color: #fff
    }

    .results .result-title a {
        color: #ff0;
        background-color: transparent
    }

    .results .resource-link {
        background-color: transparent
    }

    .results .resource-link .resource-name {
        background-color: #ff0
    }

    .results li a {
        background-color: #ff0
    }

    .results ul ul {
        margin-top: 0
    }

    .results .result-site a, .results ul ul li a {
        padding: 6px;
        display: inline-block
    }

    .results>ul+a {
        padding: 6px 12px;
        background-color: #ff0;
        border: 3px solid #000;
        font-family: "Archivo Black", sans-serif;
        font-size: 18px;
        line-height: 30px
    }

    .pagination+.results {
        margin: 24px 0 0;
        clear: both
    }

    .sitewide-search-form~.results+.pagination {
        margin-top: 0
    }

    .sitewide-search-form~.advanced-search {
        margin-top: 6px;
        display: block;
        float: left
    }

    .sitewide-search-form~h2 {
        width: 50%;
        float: left;
        clear: left
    }

    .sitewide-search-form~.pagination {
        margin: 30px 0 24px;
        text-align: right;
        width: 50%;
        float: right
    }

    .sitewide-search-form~p {
        clear: both
    }

    .index.search .results ul {
        list-style: none;
        padding-left: 0;
        columns: 2
    }

    .index.search .results ul li {
        margin-bottom: 6px;
        padding-bottom: 6px;
        border-bottom: 1px solid #000
    }

    body.search-open, body.menu-open {
        position: fixed
    }

    #content {
        padding: 24px 48px 0
    }

    #content>h2:first-child {
        margin-top: 0;
        width: 100%
    }

    #primary {
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 19.5px;
        line-height: 31.5px
    }

    h1 {
        font-size: 29.25px;
        line-height: 42px;
        margin: 0 0 24px
    }

    h2 {
        font-size: 26px;
        line-height: 42px;
        margin: 24px 0
    }

    h3 {
        font-size: 22.75px;
        line-height: 31.5px;
        margin: 24px 0
    }

    h4 {
        margin: 24px 0;
        font-size: 19.5px;
        line-height: 31.5px
    }

    input, input[type=text], textarea, button, .button, select {
        font-size: 13px;
        line-height: 21px;
        margin: 0;
        height: auto
    }

    form .field {
        align-items: center
    }

    form .field .field-meta, form .field>label, form .field>.label {
        width: 100%;
        padding-right: 0;
        margin-bottom: 6px
    }

    form .field>.inputs {
        width: 100%;
        padding-left: 0
    }

    .add-value.button {
        font-size: 19.5px;
        line-height: 31.5px;
        height: auto
    }

    #content {
        padding: 24px 24px 0
    }

    .secondary-nav li a, .pagination, .pagination input[type=text], .item-pagination {
        font-size: 13px
    }

    header {
        padding: 12px 24px
    }

    header h1 {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 24px
    }

    #top-nav>ul {
        display: block;
        overflow: scroll;
        padding-bottom: 96px
    }

    #top-nav ul ul ul li {
        font-size: 13px;
        line-height: 21px
    }

    #top-nav>ul>li {
        width: 100%
    }

    footer {
        padding: 0 24px 24px;
        clear: both
    }

    div#featured {
        font-weight: normal
    }

    #featured .record {
        min-height: 0;
        width: 100% !important
    }

    #featured .featured-meta {
        padding: 0;
        max-width: 100%
    }

    .browse #outputs, #sort-links {
        font-size: 13px
    }

    .records .hentry {
        font-size: 19.5px;
        line-height: 31.5px;
        width: calc(50% - 24px)
    }

    .collection.hentry h2 {
        font-size: 19.5px;
        line-height: 31.5px
    }

    .resource-list .resource {
        font-size: 13px;
        line-height: 21px;
        width: calc(50% - 24px)
    }

    .browse-controls {
        flex-direction: row
    }

    .advanced-search {
        margin-bottom: 12px;
        font-size: 13px
    }

    .pagination {
        margin: 12px 0;
        padding: 0
    }

    .property {
        display: block
    }

    .property h4, .property .values, .item-with-metadata .media-list {
        font-size: 19.5px;
        width: 100%;
        text-align: left
    }

    #linked-resources>h4 {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    #linked-filter, .linked-header .pagination {
        width: 100%
    }

    #linked-filter h4 {
        margin: 0 6px 0 0
    }

    #linked-resources .linked-resource {
        width: 100%
    }

    #linked-resources tr>td:first-child {
        background-color: #000;
        color: #fff
    }

    #linked-resources td {
        border-bottom: 1px solid #000
    }

    #linked-resources .resource-link {
        padding: 0 6px
    }

    .file {
        max-width: 100%
    }

    .left.file {
        margin-right: 0
    }

    .right.file {
        margin-left: 0
    }

    .results>ul {
        display: block
    }

    .results>ul>li {
        width: auto
    }

    .sitewide-search-form~h2, .sitewide-search-form~.pagination {
        float: none;
        text-align: left;
        width: 100%
    }

    .sitewide-search-form~.pagination {
        margin: -12px 0 36px
    }

    .index.search .results ul {
        columns: 1
    }
}
/* Custom Styling for oedk_aep*/
:root {
    --light-blue: #7eadc3;
    --light-blue-highlight: #A6D0E2;
    --orange: #FF7214;
    --neon-blue: #28AAE7;
    font-family:'Economica', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, li , .description {color: white;}
h1 {
    margin-top: 150px;
    font-size: 27px;
}
h2{
    font-size: 25.5px;
}
h3{
    font-size: 24px;

}
h4{
    font-size: 22.5px;
}
.resource-list h4 {
    font-size: 15px;
}

p{
    font-size: 20px;
    line-height: 28px;
}
.browse h1 {
    width: auto;
}
#brand {
    color: var(--orange);
    letter-spacing: 10px;
    margin-top:60px;
    float: left;
}
#brand_mobile{
    display: none;
}
#subtitle{
    float: left;
    color: white;
    font-size: 25px;
    margin-top: 175px;
}
#content {
    box-sizing: border-box;
    background-color: var(--light-blue);
    margin: 20px;
    margin-bottom: -150px;
    min-height: 100vh;
}
#content h2:first-child{margin-top:100px;}
#content h2{margin-top:175px;}
.show #content h2:first-child{margin-top:50px;}

#disclaimer_container {
    position: fixed;
    bottom:0;
    background-color: white;
    color: black;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 15px;
    border: solid var(--orange);}

#ToS{color: black;
    text-decoration: underline}
#ToS:hover{color:var(--orange);}

#accept_buttons{
    padding-top: 20px;}
.disclaimer_button{
    background-color: var(--orange);
    color: white;
    font-size: 20px;
}
.disclaimer_button:hover{
    background-color: white;
    color: var(--orange);

}
/*#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 12;
  cursor: pointer;
}*/



.button, #browse_all, .sorting button, a.advanced-search{background-color: var(--orange);font-size: 22px;
    border: 3px solid #000;font-family: "Archivo Black", sans-serif;padding: 0 12px;}

.button:hover, input[type="submit"]:hover, #browse_all:hover, a.advanced-search:hover,
button[type="submit"]:hover{color: var(--orange);
    background-color: white;
}
a:hover{color: var(--orange);}

#topNav ul,
#sidenav ul {
    list-style-type: none;
    font-family: "Archivo Black", sans-serif;
    font-variant: small-caps;
    margin-left: 20px;

}

.wrapHead {
    width: 96%;
    margin: 0 auto;
    transition: all ease-in-out 0.5s;
}

.wrapHead.fixed-to-top {
    width: 96%;
}

.ök_header {
    position: fixed;
    left: 0;
    top: 10%;
    width: 100%;
    padding: 10px 0;
    z-index: 10;
    transition: all ease-in-out 0.5s;
    background-color: transparent;
}

.ök_header:after {
    content: "";
    display: block;
    clear: both;
}

.search-toggle {
    background-color: transparent;
    color: white;
    cursor: pointer;
    border: 0;
}
.search-toggle.active {
    color: var(--orange);
}


.ök_header.fixed-to-top,
.search-toggle.fixed-to-top {
    top: 0;
    background-color: white;
}

#topNav {
    float: right;
    margin-top: 20px;
}

#topNav li {
    display: inline-block;
    margin: 0 4px;
}

#topNav li a {
    padding: 10px 0;
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.5s;
}

#topNav li a:hover {
    color: var(--light-blue-highlight);
}

#topNav li.home a {
    color: var(--orange);
    font-size: 100px;
    font-weight: bolder;
}

#topNav li.active a {
    color: var(--orange);
    font-size: larger;
    font-weight: bolder;
}

#search-form.open{
    background-color: var(--light-blue);
    opacity: 0.9;
    top: 100px;
    position: fixed;
}
header.ök_header nav>ul {
    height: fit-content;
    text-align: right;
    top: 0;
    position: fixed;
    background-color: transparent;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;

}

.sidenav a, .sidenav .search-toggle {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: var(--orange);
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: var(--orange);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: var(--orange);
    background-color: white;

}
.sidenav .search-toggle {
    background-color: transparent;
    cursor: pointer;
    border: 0;
}

#drawer_button {
    float: right;
    font-size: 30px;
    cursor: pointer;
    color: var(--orange);
}
.highlighted{
    font-size:23pt;
    color:#fff;
    font-weight:700;
    font-style:normal;
    font-variant:normal;
    text-decoration:none;
    vertical-align:baseline;
    line-height: 30pt;
}
.results{
    padding-bottom: 50px;
}
.soc_link {
    background-color: transparent;
    color:white;
    text-decoration: underline;
}
.soc_link:hover,
a:active {
    color: var(--orange);
}
.value{
    color: white;
}

.browse-controls {
    flex-direction: initial;
}
.pagination, .pagination a.button {
    color: white;
}
.page #content .file {
    border-color: white;
}

.media-render img {
    max-width: 100%;
}
.success_text{
    margin-top: 200px;
}

footer a{color: white;}
footer{color: white;background-color:#7EADC3;
    margin: 20px;
    margin-top: 150px;}



/*image containers*/
#img_container{
    margin: auto;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 225px;}
/*image containers*/
.column {

    padding: 5px;
    float: left;
}

/* Clear floats after image containers */
.row::after {
    content: "";
    clear: both;
    display: table;
}
#search-page{
    color: white;
    margin-top: 100px;
}


.media-render{
    width: fit-content;
    padding-bottom: 20px;
}
.media-render a{
    width: fit-content;
    background-color: var(--orange);
}


@media only screen and (max-width: 1200px) {
    #brand_mobile {
        color: var(--orange);
        margin-top: -10px;
        text-align: center;
        display: block;
        font-size: 24px;
    }
}


@media (pointer:coarse) {
    #brand_mobile {
        color: var(--orange);
        margin-top: -10px;
        text-align: center;
        display: block;
        font-size: 24px;
    }
    #subtitle{
        font-size: 20px;
        margin-top: 0;
        font-style: italic;
        font-weight:700;
    }
    #content h2{margin-top:0;}
    #content h2:first-child {
        margin-top: 0;

    }
    .highlighted {
        font-size: 19px;
        text-align: left;
        font-weight:100;
        line-height: 20px;
    }
    p{
        font-size: 19px;
        text-align: left;
    }
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .soc_link {
        background-color: transparent;
        color:white;
    }
    .soc_link:hover,
    a:active {
        color: white;
        border:black 2px solid ;
        background-color: var(--orange);
    }
    /*image containers*/
    #img_container{
        margin-bottom: 10px;
        margin-top: 10px;
    }


    /* Clear floats after image containers */
    .row::after {
        content: "";
        clear: both;
        display: table;
        text-align: center;
    }
.search-results-wrapper {
    display: block !important;
}



}


