:root {
    --bp-small: 24.15;
    --bp-medium: 43.75;
    --bp-large: 60.25;
    --bp-xlarge: 75;
    --col-primary: #7a0019;
    --col-primary-light: #900021;
    --col-primary-dark: #5b0013;
    --col-secondary: #fc3;
    --col-secondary-mid-light: #fcebb4;
    --col-secondary-light: #ffde7a;
    --col-secondary-mid-dark: #fde28c;
    --col-secondary-dark: #ffc20d;
    --col-secondary-darkest: #b88a00;
    --col-secondary-text: #5c4500;
    --col-secondary-hint: #fefefb;
    --col-avail: #34610f;
    --col-avail-dark: #284b0c;
    --col-link: #0053b0;
    --col-link-light: #5699dc;
    --col-link-dark: #002d61;
    --col-text: #333;
    --col-text-medium: #363636;
    --col-text-light: #5a5a5a;
    --col-bg-light: #fafafa;
    --col-bg-medium: #f0efee;
    --col-bg-med-dark: #767676;
    --col-bg-border: #919191;
    --col-mes-info-bg: #edf1f6;
    --col-mes-info-dark: #006298;
    --col-mes-info-text: #134a71;
    --col-mes-success-bg: #eaf3e8;
    --col-mes-success-dark: #008a28;
    --col-mes-success-text: #16521d;
    --col-mes-warn-bg: #ffeecd;
    --col-mes-warn-dark: #f5bb17;
    --col-mes-warn-text: #584416;
    --col-mes-danger-bg: #ffece5;
    --col-mes-danger-dark: #df3603;
    --col-mes-danger-text: #82270d;
    --m-norm: 2;
    --m-min: 1;
    --m-max: 5;
    --b-rad: 0.8rem;
    --p-min: 0.3;
    --p-norm: 0.5;
    --p-max: 1;
    --h1-min: 3;
    --h1-max: 5;
    --base-size: 1rem;
    --type-scale: 1.33;
    --h3: calc(var(--base-size) * var(--type-scale));
    --h2: calc(var(--h3) * var(--type-scale));
    --h1: calc(var(--h2) * var(--type-scale));
    --text-sm: calc(var(--base-size) / var(--type-scale));
    --header-margin: 0 0 1rem 2rem;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
.skip-link {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 50;
}
.skip-link:focus {
    background: var(--col-text-medium);
    right: auto;
    color: var(--col-bg-light);
    font-weight: 700;
    left: 1.5rem;
    padding: 1rem;
    text-decoration: none;
    border-bottom-left-radius: 0.188rem;
    border-bottom-right-radius: 0.188rem;
}
.visuallyhidden,
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
    * {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}
.alert {
    border-left: 0.25rem solid #aaa;
    padding: 1rem;
    position: relative;
    margin-bottom: 0;
    width: 100%;
}
.alert h2 {
    margin: 0 0 0.25rem 0;
}
.alert p {
    margin-top: 0;
}
.alert p:last-of-type {
    margin-bottom: 0;
}
.alert svg {
    margin-right: 0.5rem;
}
.alert-inline {
    padding: 0.5rem;
    margin: 0 0 0.1rem;
    display: flex;
    align-items: center;
}
.alert-info {
    background: var(--col-mes-info-bg);
    border-left-color: var(--col-mes-info-dark);
    color: var(--col-mes-info-text);
}
.alert-success {
    background: var(--col-mes-success-bg);
    border-left-color: var(--col-mes-success-dark);
    color: var(--col-mes-success-text);
}
.alert-warning {
    background: var(--col-mes-warn-bg);
    border-left-color: var(--col-mes-warn-dark);
    color: var(--col-mes-warn-text);
}
.alert-danger {
    background: var(--col-mes-danger-bg);
    border-left-color: var(--col-mes-danger-dark);

    color: var(--col-mes-danger-text);
}
.alert-danger a {
    color: inherit;
}
#main-content .alert {
    margin-bottom: calc(var(--m-min) * 1rem);
    max-width: 100%;
}
details {
    padding: 0.5rem;
    border: 1px solid var(--col-text);
    cursor: pointer;
}
summary {
    font-weight: bold;
}
main form,
footer form {
    margin: 0 auto calc(var(--m-norm) * 1rem) auto;
}
fieldset {
    padding: 0 1rem 1rem;
    border: 2px solid var(--col-bg-medium);
    position: relative;
    margin-bottom: calc(var(--m-norm) * 1rem);
}
fieldset > legend {
    font-weight: bold;
    padding: 0;
}
button,
input {
    overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit inherit;
    color: inherit;
    border-radius: 0;
    -webkit-appearance: none;
}
label {
    display: block;
    font-weight: bold;
}
.input:focus + label,
.input:hover + label {
    color: var(--col-link);
}
input[aria-invalid="true"],
textarea[aria-invalid="true"] {
    border-color: var(--col-mes-danger-dark);
}
input[aria-invalid="false"],
textarea[aria-invalid="false"] {
    border-color: var(--col-mes-success-dark);
}
[type="checkbox"],
[type="radio"] {
    padding: 0;
    opacity: 0;
    display: block;
}
[type="checkbox"] + label,
[type="radio"] + label {
    position: relative;
    padding: 0 3rem 0 2rem;
    font-weight: normal;
}
input[disabled] + label::before,
input[type="checkbox"][disabled] + label::before,
input[type="radio"][disabled] + label::before,
input[disabled]:hover + label::before,
input[type="checkbox"][disabled]:hover + label::before,
input[type="radio"][disabled]:hover + label::before,
input[disabled]:focus + label::before,
input[type="checkbox"][disabled]:focus + label::before,
input[type="radio"][disabled]:focus + label::before {
    border: 0;
    cursor: not-allowed;
    outline: 0;
}
[type="checkbox"] + label::before,
[type="radio"] + label::before {
    height: 22px;
    width: 22px;
    left: 0;
    top: 1px;
    background: var(--col-bg-medium);
    border: 1px solid var(--col-bg-med-dark);
}
[type="checkbox"]:hover + label::before,
[type="radio"]:hover + label::before,
[type="checkbox"]:focus + label::before,
[type="radio"]:focus + label::before {
    border: 0.2rem solid var(--col-link);
}
[type="checkbox"][aria-invalid="false"]:hover + label::before,
[type="radio"][aria-invalid="false"]:hover + label::before,
[type="checkbox"][aria-invalid="false"]:focus + label::before,
[type="radio"][aria-invalid="false"]:focus + label::before {
    border: 0.2rem solid var(--col-mes-success-dark);
}
[type="checkbox"][aria-invalid="true"]:hover + label::before,
[type="radio"][aria-invalid="true"]:hover + label::before,
[type="checkbox"][aria-invalid="true"]:focus + label::before,
[type="radio"][aria-invalid="false"]:focus + label::before {
    border: 0.2rem solid var(--col-mes-danger-dark);
}
[type="radio"] + label::before {
    border-radius: 50%;
}
[type="checkbox"] + label::before,
[type="checkbox"] + label::after,
[type="radio"] + label::before,
[type="radio"] + label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
[type="radio"] + label::after {
    left: 4px;
    top: 5px;
    width: 13px;
    height: 13px;
    border: 7px solid var(--col-text);
    border-radius: 50%;
    content: none;
}
[type="radio"]:checked + label::after {
    content: "";
}
[type="checkbox"]:checked + label::before {
    background: var(--col-text);
}
[type="checkbox"]:checked + label::after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid var(--col-bg-light);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
table[role="presentation"] [type="checkbox"] + label,
table[role="presentation"] [type="radio"] + label {
    position: absolute;
    top: 0.5rem;
}
table[role="presentation"] [type="checkbox"],
table[role="presentation"] [type="radio"],
table[role="presentation"] [type="radio"],
table[role="presentation"] [type="radio"] {
    display: block;
    height: 100%;
}
table[role="presentation"] tbody td {
    position: relative;
}
table[role="presentation"] input[type="radio"] + label > span,
table[role="presentation"] input[type="checkbox"] + label > span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
@media (max-width: 50rem) {
    table[role="presentation"] thead {
        display: none;
        top: 0;
    }
    table[role="presentation"] tbody {
        width: 100%;
        margin-left: 0;
    }
    table[role="presentation"] [type="checkbox"] + label,
    table[role="presentation"] [type="radio"] + label {
        position: relative;
    }
    table[role="presentation"] input[type="radio"] + label > span:last-of-type,
    table[role="presentation"] input[type="checkbox"] + label > span:last-of-type {
        position: relative;
        overflow: auto;
        clip: auto;
        height: auto;
        width: auto;
        margin: auto;
        display: block;
    }
}
[type="text"],
[type="search"],
[type="email"],
[type="number"],
[type="password"],
[type="tel"],
[type="url"],
textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1ch;
    margin: 0.3rem 0;
    border: 1px solid var(--col-bg-med-dark);
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 1rem;
}
main [type="text"],
main [type="search"],
main [type="email"],
main [type="number"],
main [type="password"],
main [type="tel"],
main [type="url"],
main textarea,
footer [type="text"],
footer [type="search"],
footer [type="email"],
footer [type="number"],
footer [type="password"],
footer [type="tel"],
footer [type="url"],
footer textarea,
main form .description {
    margin: 0 0 1rem 0;
}
textarea {
    min-height: 8rem;
    overflow: auto;
}
select {
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.5rem center/12px 14px;
    background-size: 12px 14px;
    height: calc(2.875rem + 2px);
    padding: 0.5rem calc(15px + 1rem) 0.5rem 1rem;
    font-size: 1rem;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border: 1px solid var(--col-text);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
main select,
footer select {
    margin: 0 0 calc(2 * 1rem) 0;
    margin: 0 0 calc(var(--m-norm) * 1rem) 0;
}
select.btn-ghost {
    background: var(--col-bg-medium)
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/12px 14px;
    padding: 0.5rem calc(15px + 1rem) 0.5rem 1rem;
}
select.btn-ghost:active,
select.btn-ghost:hover,
select.btn-ghost:focus {
    background: var(--col-bg-light)
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/12px 14px;
}
select.btn-primary {
    background: var(--col-primary)
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23fafafa' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/12px 14px;
    padding: 0.5rem calc(15px + 1rem) 0.5rem 1rem;
    color: white;
}
select.btn-primary:active,
select.btn-primary:hover,
select.btn-primary:focus {
    background: var(--col-primary-dark)
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23fafafa' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/12px 14px;
}
select.btn-secondary {
    background: var(--col-secondary-light)
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/12px 14px;
    padding: 0.5rem calc(15px + 1rem) 0.5rem 1rem;
}
select.btn-secondary:active,
select.btn-secondary:hover,
select.btn-secondary:focus {
    background: var(--col-secondary-light)
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/12px 14px;
}
@media (max-width: 50rem) {
    select.btn-ghost,
    select.btn-primary,
    select.btn-secondary {
        padding-left: 0.5rem;
        padding-right: calc(0.5rem + 15px);
    }
}
select::-ms-expand {
    display: none;
}
select option {
    background: var(--col-bg-light);
    font-weight: normal;
    color: var(--col-text);
}
select[disabled] {
    cursor: not-allowed;
    outline: 0;
}
[type="text"]:hover,
[type="text"]:focus,
[type="search"]:hover,
[type="search"]:focus,
[type="email"]:hover,
[type="email"]:focus,
[type="number"]:hover,
[type="number"]:focus,
[type="password"]:hover,
[type="password"]:focus,
[type="tel"]:hover,
[type="tel"]:focus,
[type="url"]:hover,
[type="url"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    outline: 0.2rem solid var(--col-link);
    outline-offset: 0.1rem;
}
input[aria-invalid="true"]:hover,
input[aria-invalid="true"]:focus,
textarea[aria-invalid="true"]:hover,
textarea[aria-invalid="true"]:focus {
    outline: var(--col-mes-danger-dark);
}
input[aria-invalid="false"]:hover,
input[aria-invalid="false"]:focus,
textarea[aria-invalid="false"]:hover,
textarea[aria-invalid="false"]:focus {
    outline: var(--col-mes-success-dark);
}
*[dir="rtl"] select,
:root:lang(ar) select,
:root:lang(iw) select {
    background-position:
        left 0.7rem top 50%,
        0 0;
}
.form-required::after {
    content: " (required)";
}
select:disabled,
select[aria-disabled="true"] {
    background: var(--col-bg-med-dark);
    color: var(--col-bg-med-dark);
}
.search {
    width: 100%;
    max-width: 50rem;
}
.search *,
.search input {
    margin: 0;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}
.input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
}
.form-control {
    background: var(--col-bg-light);
    display: block;
    border: 1px solid var(--col-text);
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    width: auto;
}
.input-group-append {
    margin-left: -1px;
}
.search button {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    white-space: nowrap;
    text-decoration: none;
}
header .search select,
header .search button {
    border: 1px solid var(--col-text);
}
nav > .search {
    margin: 0.2rem 0.5rem;
}
@media (max-width: 50rem) {
    nav > .search {
        margin: 0 0.5rem;
    }
}
#top .search {
    position: relative;
}
#auto-suggest {
    position: relative;
    display: flex;
    position: absolute;
    top: 1.2rem;
    right: 0;
    background: var(--col-bg-light);
    z-index: 100;
    max-height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto;
    border: 1px solid var(--col-bg-border);
}
@media (max-width: 40rem) {
    .visuallyhidden-mobile {
        border: 0;
        clip: rect(0 0 0 0);
        height: auto;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        white-space: nowrap;
    }
}
.toggle[type="checkbox"] {
    position: absolute;
    top: auto;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    white-space: nowrap;
}
.toggle[type="checkbox"] + label {
    display: block;
    position: relative;
    padding: 0.5rem;
    padding-left: 4rem;
    max-width: calc(100% - 2rem);
}
.toggle[type="checkbox"] + label::before,
.toggle[type="checkbox"] + label::after {
    content: "";
    position: absolute;
    height: 1.5rem;
}
.toggle[type="checkbox"] + label::before {
    left: 0;
    top: 0.25rem;
    width: 3rem;
    border: 0.2rem solid var(--col-bg-med-dark);
    background: var(--col-bg-med-dark);
    border-radius: 1.1rem;
}
.toggle[type="checkbox"] + label::after {
    left: 0;
    top: 0.25rem;
    background-position: center center;
    border-radius: 50%;
    width: 1.5rem;
    border: 0.15rem solid var(--col-bg-med-dark);
}
.toggle[type="checkbox"]:not(:checked) + label::after {
    background: #fff;
}
.toggle[type="checkbox"]:checked + label::before {
    border-color: var(--col-mes-success-dark);
    background: var(--col-mes-success-bg);
}
.toggle[type="checkbox"]:checked + label::after {

    background: var(--col-mes-success-dark);
    left: 1.6rem;
    border-color: var(--col-mes-success-dark);
    color: var(--col-mes-success-bg);
}
.toggle[type="checkbox"]:focus + label::before,
.toggle[type="checkbox"]:hover + label::before {
    border: 0.2rem solid var(--col-link);
}
.toggle[type="checkbox"]:focus + label::after,
.toggle[type="checkbox"]:hover + label::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='rgba(0,0,0,.25)'/%3E%3C/svg%3E")
        no-repeat center center/30%;
}
.toggle[type="checkbox"][disabled] + label::before {
    background: transparent;
    border-color: var(--col-bg-medium);
}
.toggle[type="checkbox"][disabled] + label::after {
    border-color: var(--col-bg-medium);
}
.toggle[disabled]:hover + label {
    color: var(--col-bg-medium);
}
.toggle[type="checkbox"][disabled]:hover + label::before {
    box-shadow: none;
}
.toggle[type="checkbox"][disabled]:hover + label::after {
    background: 0;
}
.toggle[type="checkbox"]:indeterminate + label::after {
    left: 0.8rem;
}
.toggle[type="checkbox"]:indeterminate + label::before {
    background: var(--col-bg-medium);
}
.toggle.flip[type="checkbox"] + label::before,
.toggle.flip[type="checkbox"] + label::after {
    left: auto;
    right: 0;
}
.toggle.flip[type="checkbox"] + label::after {
    left: auto;
    right: 1.6rem;
}
.toggle.flip[type="checkbox"]:checked + label::after {
    right: 0;
}
.toggle.flip[type="checkbox"]:indeterminate + label::after {
    right: 0.8rem;
}
.toggle.flip[type="checkbox"] + label {
    padding-left: 0;
    padding-right: 4rem;
}
@media screen and (-ms-high-contrast: active) {
    .toggle[type="checkbox"]:focus + label::before,
    .toggle[type="checkbox"]:hover + label::before {
        outline: 1px dotted windowText;
        outline-offset: 0.25rem;
    }
    .toggle[type="checkbox"] + label::after {
        background-color: windowText;
    }
    .toggle[type="checkbox"][disabled] + label::after {
        background-color: transparent;
    }
}
.form-inline {
    display: flex;
    align-items: flex-start;
}
.form-date label {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}
@media (max-width: 768px) {
    .form-date label {
        margin-right: 0;
    }
}
input[maxlength="2"],
input[size="2"] {
    width: calc(2ch + 2ch + 1ch + 2px);
}
input[maxlength="3"],
input[size="3"] {
    width: calc(3ch + 2ch + 1ch + 2px);
}
input[maxlength="4"],
input[size="4"] {
    width: calc(4ch + 2ch + 1ch + 2px);
}
input[maxlength="5"],
input[size="5"] {
    width: calc(5ch + 2ch + 1ch + 2px);
}
input[maxlength="10"],
input[size="10"] {
    width: calc(10ch + 2ch + 1ch + 2px);
}
input[maxlength="12"],
input[size="12"] {
    width: calc(12ch + 2ch + 1ch + 2px);
}
form .cards {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    grid-gap: 1rem;
}
form .cards > button {
    height: 1rem;
    -ms-grid-row-align: center;
    align-self: center;
}
ol[role="progressbar"] {
    margin: 0 0 calc(var(--m-norm) * 1rem);
    padding: 0;
    counter-reset: counter;
    list-style: none;
}
ol[role="progressbar"] li {
    margin: 0.5rem 0;
}
ol[role="progressbar"] li::before {
    background: var(--col-mes-success-dark);
    content: counter(counter);
    counter-increment: counter;
    float: left;
    display: inline-block;
    margin-right: -50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: var(--col-bg-light);
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 0.6rem 0;
}
ol[role="progressbar"] li a,
ol[role="progressbar"] li span {
    text-decoration: none;
    display: inline-block;
    padding: 1rem 4rem;
}
ol[role="progressbar"] li[aria-current="step"]::before {
    background: var(--col-mes-info-dark);
}
ol[role="progressbar"] li[aria-current="step"]::after {
    background: var(--col-bg-medium);
}
ol[role="progressbar"] li[aria-current="step"] ~ li::before {
    background: var(--col-bg-med-dark);
}
@media (min-width: 768px) {
    ol[role="progressbar"] {
        display: flex;
        flex-wrap: wrap;
    }
    [role="progressbar"] li[aria-current] {
        background: 0;
        color: inherit;
    }
    ol[role="progressbar"] li {
        width: calc(100% / 4);
        position: relative;
    }
    ol[role="progressbar"] li::before {
        float: none;
        margin-right: 0;
    }
    ol[role="progressbar"] li::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 25px;
        left: 45px;
        transform: translateY(-50%);
        height: 15px;
        width: calc(100% - 40px);
        margin-left: 5px;
        background-color: var(--col-bg-medium);
    }
    ol[role="progressbar"] li:last-of-type::after {
        display: none;
    }
    ol[role="progressbar"] li a,
    ol[role="progressbar"] li span {
        display: block;
        padding: 0.5rem 0;
    }
}
body {
    background: var(--col-bg-light);
    margin: 0;
}
main {
    padding: 0 5vw;
}
body > footer {
    padding: 1rem 5vw;
    position: relative;
}
header {
    background: white;
}
@media (max-width: 50rem) {
    main,
    header,
    footer,
    body > nav {
        display: block;
        min-width: 100%;
    }
    header {
        margin-bottom: calc(var(--m-min) * 1rem);
    }
}
main > footer {
    background: var(--col-text);
    color: var(--col-bg-light);
}
body > footer hr {
    border-color: var(--col-bg-light);
}
.column {
    flex-direction: column;
}
.row {
    flex-direction: row;
}
main section > article {
    padding: 1rem;
    background: white;
    border: 1px solid var(--col-bg-medium);
}
main section,
main article {
    position: relative;
    width: 100%;
}
body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
header {
    background: white;
}
header,
body > footer,
main > h1,
main > h2 {
    width: 100%;
}
body > nav,
aside {
    flex-basis: 20rem;
    flex: 1 0 0;
}
nav + main {
    min-width: 50%;
    flex: 3 0;
}
#main-article > section > article,
#main-article section > section {
    margin-bottom: calc(var(--m-norm) * 1rem);
}
body > footer {
    background: var(--col-text);
    color: var(--col-bg-light);
}
.col {
    columns: auto auto;
}
.col-1 {
    columns: 1;
}
.col-2 {
    columns: 2;
}
.col-3 {
    columns: 3;
}
.col-4 {
    columns: 4;
}
main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
#section-primary {
    flex: 1 0 60%;
}
.section-secondary {
    flex: 1 1 20%;
    min-width: 20rem;
    margin-left: 1rem;
}
.visible-desktop {
    display: inline-block;
}
.visible-mobile {
    display: none;
}
@media (max-width: 50rem) {
    main {
        order: 1;
        flex: 1 0 0;
    }
    body > nav {
        order: 2;
    }
    body > footer {
        order: 3;
    }
    .col-1,
    .col-2,
    .col-3 {
        columns: 1;
    }
    .col-4 {
        columns: 2;
    }
    .section-secondary {
        margin-left: 0;
    }
    .visible-mobile {
        display: inline-block;
    }
    .visible-desktop {
        display: none;
    }
}
.grid {
    display: grid;
    grid-gap: 1rem;
}
.left-sidebar {
    grid-template-rows: auto;
    grid-template-columns: minmax(300px, 25%) 4fr;
}
.right-sidebar,
.search-results {
    grid-template-rows: auto;
    grid-template-columns: 4fr minmax(300px, 25%);
}
.grid.left-sidebar > :first-child {
    grid-column: 1 / 2;
    grid-row: 1 / span 10;
}
.grid.left-sidebar > :not(:first-child) {
    grid-row: auto;
    grid-column: 2 / 3;
}
.grid.right-sidebar > :first-child {
    grid-column: 2 / 3;
    grid-row: 1 / span 10;
}
.grid.right-sidebar > :not(:first-child) {
    grid-row: auto;

    grid-column: 1 / 2;
}
.grid.search-results > :last-child {
    grid-column: 2 / 3;
    grid-row: 1 / span 10;
}
.grid.search-results > :not(:last-child) {
    grid-row: auto;
    grid-column: 1 / 2;
}
.grid > :not(section) {
    display: block;
}
@media (max-width: 50rem) {
    .grid {
        display: block;
    }
}
#main-content #contact-information {
    border: 0;
    padding: 0;
}
a {
    color: var(--col-link);
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
a:hover,
a:focus {
    background: var(--col-link);
    color: var(--col-bg-light);
    text-decoration: none;
}
p a,
li a,
dd a,
dt a,
blockquote a {
    padding: 0 1px;
}
main a:hover svg,
main a:focus svg {
    fill: var(--col-link);
}
body > footer a {
    color: var(--col-bg-light);
}
body > footer a:hover,
body > footer a:focus {
    background: var(--col-secondary-light);
    color: var(--col-text);
}
body > footer li a {
    display: block;
    padding: 0.5rem;
}
body > footer .icons a {
    display: inline-block;
}
body > footer a:hover svg,
body > footer a:focus svg {
    fill: var(--col-secondary-light);
}
.link-svg,
.link-svg:hover,
.link-svg:focus {
    background: 0;
}
[aria-describedby="ext-site"]::after {
    content: " \21D7";
}
.icons [aria-describedby="ext-site"]::after {
    content: "";
}
a:hover code,
a:focus code,
a:active code {
    color: var(--col-link);
}
button {
    border-radius: 0;
    -webkit-appearance: none;
    text-decoration: underline;
    font-family: Tahoma, Verdana, sans-serif;
}
a.btn,
#views-exposed-form-staff-search-page-1 .btn-secondary {
    border-radius: var(--b-rad);
}
button,
.btn-primary,
.btn-secondary,
.btn-avail,
.btn-ghost,
.btn-dark,
input[type="submit"] {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    display: inline-block;
    min-height: 44px;
}
button,
.btn-primary,
input[type="submit"] {
    background: var(--col-primary);
    border: 1px solid var(--col-primary-dark);
    color: var(--col-bg-light);
}
button:hover,
button:focus,
button:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-avail:hover,
.btn-avail:focus,
.btn-avail:active,
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    outline: 0.2rem solid var(--col-link);
    outline-offset: 0.1rem;
}
button:hover,
button:focus,
button:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    background: var(--col-primary-dark);
}
.btn-secondary {
    background: var(--col-secondary);
    color: var(--col-text);
    border: 1px solid var(--col-secondary-darkest);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: var(--col-secondary-dark);
    color: var(--col-text);
}
.btn-avail {
    background: var(--col-avail);
    border: 1px solid var(--col-avail-dark);
    color: var(--col-bg-light);
}
.btn-avail:hover,
.btn-avail:focus,
.btn-ghost:active {
    background: var(--col-avail-dark);
    color: var(--col-bg-light);
}
.btn-ghost {
    background: var(--col-bg-light);
    border: 1px solid var(--col-text);
    color: var(--col-text);
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active {
    background: var(--col-bg-medium);
    color: var(--col-text);
}
.btn-dark {
    background: var(--col-text);
    color: var(--col-bg-light);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background: var(--col-text);
    color: var(--col-secondary-light);
}
.btn-exit {
    background: var(--col-bg-medium);
    color: var(--col-text);
    border: 1px solid var(--col-bg-med-dark);
}
.btn-exit:hover,
.btn-exit:focus,
.btn-exit:active {
    background: var(--col-bg-med-dark);
    color: var(--col-bg-light);
}
a[class*="btn-"][\:has\(\%2Ba\[class*\%3D\%22btn-\%22\]\)],
button[\:has\(\%2Bbutton\)] {
    margin-right: 0.5rem;
}
a[class*="btn-"]:has(+ a[class*="btn-"]),
button:has(+ button) {
    margin-right: 0.5rem;
}
.link-img {
    position: relative;
}
.link-img:hover,
.link-img:focus {
    background: transparent;
    color: var(--col-link);
    text-decoration: underline;
}
.link-img picture:hover::before,
.link-img picture:focus::before {
    background: var(--col-link);
    display: block;
    opacity: 0.5;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 0;
}
.link-simple,
.link-action,
.link-described {
    padding: 1rem;
    display: inline-block;
    margin-bottom: calc(var(--m-min) * 1rem);
    border: 1px solid var(--col-bg-med-dark);
    border-radius: var(--b-rad);
}
.cards a.link-simple,
.cards a.link-action {
    display: block;
    padding: 1rem;
    margin-bottom: auto;
}
@media (max-width: 60rem) {
    .cards a.link-action {
        margin-bottom: calc(var(--m-min) * 1rem);
    }
}
.link-simple.btn-secondary,
.link-action.btn-secondary {
    border-color: var(--col-secondary-darkest);
}
.link-simple.btn-primary,
.link-action.btn-primary {
    border-color: var(--col-primary-dark);
}
.link-described {
    text-decoration: none;
}
.link-simple:hover,
.link-simple:focus,
.link-described:hover,
.link-described:focus {
    outline: 0.2rem solid var(--col-link);
    outline-offset: 0.1rem;
}
.link-simple > span,
.link-described > span {
    display: block;
}
.link-simple .link-title,
.link-described .link-title {
    line-height: 1.3rem;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.link-simple .link-title:hover,
.link-simple .link-title:focus,
.link-title:hover,
.link-title:focus {
    text-decoration: underline;
}
.link-simple .link-description,
.link-description {
    color: var(--col-text);
}
.link-described:hover .link-description,
.link-described:focus .link-description {
    color: var(--col-bg-light);
}
.block-primary .link-described .link-title,
.block-primary .link-described .link-description {
    color: var(--col-bg-light);
}
a[href="#top"] {
    position: absolute;
    bottom: 0.1rem;
    right: 1rem;
}
article ol,
article ul,
article dl {
    margin: 0 auto calc(var(--m-norm) * 1rem) 0;
    max-width: 66ch;
}
ol > ol,
ul > ul,
ol > ul,
ul > ol {
    margin-bottom: 0;
}
.unlist {
    list-style: none;
    padding: 0;
}
.list-group {
    list-style: none;
    padding-left: 0;
}
.cards ol.list-group,
.cards ul.list-group,
.cards dl {
    margin-bottom: 1.3rem;
}
.list-group li {
    background: #fff;
    position: relative;
    display: block;
    padding: 0.8rem 1rem;
    margin: 0 -0.5rem -1px -0.5rem;
    border: 1px solid var(--col-bg-medium);
}
:not(.card-body) > .list-group li:first-of-type {
    border-top-left-radius: var(--b-rad);
}
:not(.card-body) > .list-group li:last-of-type {
    border-bottom-right-radius: var(--b-rad);
}
.list-group dl {
    margin-bottom: 0;
}
.list-group.list-inline:first-child li:first-child {
    border-top: 0;
}
.list-group.list-inline li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.list-group.list-inline li {
    border-right: 0;
    border-left: 0;
}
ul.list-group.list-links li {
    padding: 0;
}
.list-group.list-links a {
    display: block;
    padding: 0.8rem 1rem;
    width: 100%;
}
.list-group li p {
    margin-bottom: 0;
}
.list-group li ul {
    list-style: disc outside none;
    list-style: initial;
    margin-bottom: 0;
    padding-left: 1.5rem;
}
.list-group > ul li,
.card-body ul li {
    background: transparent;
    position: relative;
    display: list-item;
    padding: 0 1rem;
    margin: 0 -0.5rem;
    border: 0;
}
.list-links.link-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.5rem;
}
.list-group.link-grid a {
    height: 100%;
}
li.feature-listitem {
    background: var(--col-secondary-mid-light);
    border: 20px solid var(--col-primary);
    border-image: repeating-linear-gradient(
            45deg,
            var(--col-primary-dark),
            var(--col-primary) 20px,
            var(--col-secondary) 20px,
            var(--col-bg-medium) 40px
        )
        20;
}
@media (max-width: 75rem) {
    .list-links.link-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.link-grid li {
    background: var(--col-bg-medium);
    margin: 0;
}
.list-check li {
    padding-left: 2.5rem;
}
.list-check li::before {
    content: " ";
    display: inline-block;
    border: 1px solid var(--col-bg-med-dark);
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    margin-left: -2rem;
}
li[disabled] {
    color: var(--col-bg-med-dark);
    pointer-events: none;
}
.dl-horizontal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.dl-horizontal dt {
    flex: 0 1 25%;
    padding: 0.3rem 0.3rem 0.3rem 0;
}
.dl-horizontal dt:not(:first-child) {
    margin-top: 0;
}
.dl-horizontal dd {
    flex: 1 1 51%;
    padding: 0.3rem 0;
    margin: 0;
}
.dl-horizontal dd + dd {
    flex: 1 1 100%;
    margin-left: 25%;
    padding: 0 0.3rem 0.3rem 0;
}
.cards .dl-horizontal dd + dd {
    margin-left: 40%;
}
.dt-50 dt {
    flex: 0 1 50%;
}
.dt-50 dd {
    flex: 1 1 49%;
}
.dt-50 dd + dd {
    margin-left: 50%;
}
.dl-horizontal dd + dt,
.dl-horizontal dd + dt + dd {
    border-top: 0.1rem solid var(--col-bg-med-dark);
}
.glyph {
    height: 1rem;
    width: 1rem;
    color: currentColor;
    fill: currentColor;
}
.glyph-black {
    fill: var(--col-text);
}
.glyph-white {
    fill: var(--col-bg-light);
}
figure {
    text-align: center;
}
figcaption {
    font-size: 0.9rem;
    text-align: left;
}
picture source,
picture img {
    width: 100%;
    max-width: 750px;
    height: auto;
}
#main-content section figure.img-cover {
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
    margin-left: -1rem;
}
#main-content figure.img-cover picture,
#main-content figure.img-cover picture > img,
#main-content figure.img-cover picture > source {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: auto;
}
figure figcaption {
    max-width: 66ch;
    margin-left: auto;
    margin-right: auto;
}
.maroon-fill {
    fill: var(--col-primary);
}
.primary-fill {
    fill: var(--col-primary);
}
.secondary-fill {
    fill: var(--col-secondary);
}
.black-fill {

    fill: var(--col-text);
}
.white-stroke {
    stroke: var(--col-bg-light);
    stroke-width: 0.1;
}
.white-fill {
    fill: var(--col-bg-light);
}
.gold-stroke {
    stroke: var(--col-secondary);
    stroke-width: 0.1;
}
.glyph-2 {
    height: 2rem;
    width: 2rem;
}
.glyph-3 {
    height: 3rem;
    width: 3rem;
}
.media-oembed {
    position: relative;
}
.media-oembed::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.media-oembed iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0;
}
nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

nav > a {
    padding: 1.25rem;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
nav ul {
    list-style: none;
    padding-left: 0;
}
@media (max-width: 50rem) {
    nav > a {
        padding: 0.5rem;
    }
}
nav > a:hover,
nav > a:focus {
    text-decoration: underline;
}
nav[aria-label="Main"],
.nav-hor {
    display: flex;
}
nav[aria-label="Libraries"] > a {
    color: var(--col-primary);
}
nav[aria-label="University"] > a:first-child {
    padding: 0.5rem;
}
@media (max-width: 50em) {
    nav[aria-label="University"] > a {
        padding: 0.5rem;
    }
}
nav[aria-label="Libraries"] > a:first-child {
    padding: 0.2rem 0.5rem 0 0.5rem;
}

nav[aria-label="Main"] > a:hover,
nav[aria-label="Main"] > a:focus {
    background: var(--col-primary);
    color: var(--col-bg-light);
}
nav[aria-label="Main"] > a::after,
.nav-hor > a::after {
    background: var(--col-bg-med);
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
nav[aria-label="Main"] > a:hover::after,
nav[aria-label="Main"] > a:focus::after,
.nav-hor > a:hover::after,
.nav-hor > a:focus::after {
    background: var(--col-secondary-dark);
}
header > a[aria-current="location"]:not(#logo)::after,
header > a[aria-current="location"]:not(#logo):hover::after,
header > a[aria-current="location"]:not(#logo):focus::after {
    background: var(--col-secondary-dark);
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
nav[aria-label="Breadcrumb"] {
    flex-basis: 100%;
    padding: 0.5rem;
    border-bottom: 1px solid var(--col-bg-medium);
}
@media (max-width: 50rem) {
    nav[aria-label="Breadcrumb"] {
        padding: 0.3rem;
    }
}
nav[aria-label="Breadcrumb"] ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav[aria-label="Breadcrumb"] li {
    display: inline-block;
}
nav[aria-label="Breadcrumb"] li:after {
    content: "\2000";
    position: absolute;
}
nav[aria-label="Breadcrumb"] li:not(:first-child):before {
    content: "";
    display: inline-block;
    margin-left: 0.75ch;
    margin-right: 0.5ch;
    border-top: 0.75ch solid transparent;
    border-bottom: 0.75ch solid transparent;
    border-left: 0.75ch solid var(--col-text);
}
nav[aria-label="Content"] {
    padding: 0 1rem;
}
nav[aria-label="Content"] ul {
    width: 100%;
}
nav[aria-label="Content"] li {
    line-height: 2;
}
nav[aria-label="Content"] li > a {
    display: block;
}
nav a[aria-current] {
    background: var(--col-link);
    color: var(--col-bg-light);
    border-radius: 0;
    text-decoration: none;
}
@media (min-width: 80em) {
    nav[aria-label="Content"] {
        max-width: 20rem;
    }
}
nav[aria-label="In-page"] [aria-current] {
    background: var(--col-secondary-light);
    color: var(--col-text);
}
nav[aria-label="Pages"] a {
    border: 1px solid var(--col-link);
    border-radius: var(--b-rad);
}
#organization-chart {
    padding: 0 3rem;
    overflow-x: scroll;
}
main section#main-content section#organization-chart ol {
    max-width: calc(100% - 2rem);
}
#organization-chart ol h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--col-text);
}
#organization-chart ol h3 {
    color: var(--col-bg-light);
    margin-top: 0;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    padding-bottom: 0.4rem;
    font-weight: normal;
}
#organization-chart ol h4 {
    color: var(--col-text);
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
}
#organization-chart ol,
#organization-chart li {
    position: relative;
}
#organization-chart > ol,
#organization-chart > ol ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#organization-chart ol {
    text-align: center;
}
#organization-chart > ol ol {
    padding-top: 1em;
}
#organization-chart > ol ol:before,
#organization-chart > ol ol:after,
#organization-chart > ol li:before,
#organization-chart > ol li:after,
#organization-chart > ol > li > h2:before,
#organization-chart > ol > li > h2:after,
#organization-chart > ol > li > h3:before,
#organization-chart > ol > li > h3:after,
#organization-chart > ol > li > p:before,
#organization-chart > ol > li > p:after {
    background: var(--col-text);
    content: "";
    position: absolute;
}
#organization-chart > ol ol > li {
    padding: 1em 0 0 1em;
}
#organization-chart > ol > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}
#organization-chart > ol > li ol ~ ol:before {
    height: calc(100% - 1.55em);
    left: 0;
    top: -1.55em;
    width: 3px;
}
#organization-chart > ol > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}
#organization-chart > ol > li ol ~ ol:after {
    height: calc(100% - 3em);
    left: 0;
    top: 0;
    width: 3px;
}
#organization-chart > ol > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}
#organization-chart > ol > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}
#organization-chart > ol > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}
#organization-chart > ol > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}
#organization-chart > ol li > h2,
#organization-chart > ol li > h3,
#organization-chart > ol li > h4,
#organization-chart > ol li > p {
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
}
#organization-chart > ol > li > h2 {
    background: var(--col-secondary);
    display: inline-block;
    min-height: 2em;
    padding: 0.85em 0.5em;
    border-radius: 0.7rem;
    margin-right: 1em;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.21961);
}
#organization-chart > ol > li > h3:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}
#organization-chart > ol > li > li:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}
#organization-chart > ol > li > h3 + h3 {
    margin-top: 1em;
}
#organization-chart > ol > li > h3 + h3:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}
#organization-chart > ol > li > ol:before {
    right: 0;
}
#organization-chart > ol > li > ol:after {
    left: 0;
    width: 50%;
}
#organization-chart > ol > li > ol > li > h3 {
    background: var(--col-primary);
    padding: 1rem;
    margin-bottom: 0;
    border-radius: 0.7rem;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.21961);
}
#organization-chart > ol > li > ol > li > ol > li > h4 {
    background: var(--col-secondary-mid-light);
    border-radius: 0.7rem;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.21961);
}
#organization-chart > ol > li > ol > li > ol ~ ol > li > h4 {
    background: var(--col-text-light);
    border-radius: 0.7rem;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.21961);
}
@media only screen and (min-width: 64em) {
    #organization-chart > ol {
        margin: auto;
    }
    #organization-chart > ol > li > h3 {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }
    #organization-chart > ol > li > h3:only-of-type {
        margin-bottom: 0;
        padding: 1.4rem;
    }
    #organization-chart > ol > li > h3:first-of-type:nth-last-of-type(2),
    #organization-chart > ol > li > h3:first-of-type:nth-last-of-type(2) ~ h3 {
        width: calc((100% / 2) - 2em - 4px);
    }
    #organization-chart > ol > li > h3:first-of-type:nth-last-of-type(3),
    #organization-chart > ol > li > h3:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }
    #organization-chart > ol > li > h3:first-of-type:nth-last-of-type(4),
    #organization-chart > ol > li > h3:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }
    #organization-chart > ol > li > h3:first-of-type:nth-last-of-type(5),
    #organization-chart > ol > li > h3:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }
    #organization-chart > ol > li > h3:before,
    #organization-chart > ol > li > h3:after {
        bottom: -1em !important;
        top: inherit !important;
    }
    #organization-chart > ol > li > h3:before {
        height: 1em !important;
        left: 50% !important;
        width: 3px !important;
    }
    #organization-chart > ol > li > h3:only-of-type:after {
        display: none;
    }
    #organization-chart > ol > li > h3:first-of-type:not(:only-of-type):after,
    #organization-chart > ol > li > h3:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }
    #organization-chart > ol > li > h3:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }
    #organization-chart > ol > li > h3:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }
    #organization-chart > ol > li > h3 + h3:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }
    #organization-chart > ol > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }
    #organization-chart > ol > li > ol:before,
    #organization-chart > ol > li > ol > li:before {
        height: 1em !important;
        left: 50% !important;
        top: 0 !important;
        width: 3px !important;
    }
    #organization-chart > ol > li > ol:after {
        display: none;
    }
    #organization-chart > ol > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 0;
        padding-top: 1em;
        width: 20%;
    }
    #organization-chart > ol > li > ol > li:only-of-type {
        padding-top: 0;
    }
    #organization-chart > ol > li > ol > li:only-of-type:before,
    #organization-chart > ol > li > ol > li:only-of-type:after {
        display: none;
    }
    #organization-chart > ol > li > ol > li:first-of-type:not(:only-of-type):after,
    #organization-chart > ol > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }
    #organization-chart > ol > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }
    #organization-chart > ol > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }
    #organization-chart > ol > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }
}
table,
thead,
tbody,
th,
tr {
    display: block;
}
table {
    border-radius: var(--b-rad);
}
body #main-content table {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto 1.3rem auto;
}
th {
    text-align: left;
    vertical-align: bottom;
    font-size: var(--h3);
}
tbody tr {
    margin-bottom: 1rem;
}
tbody tr:nth-child(odd) {
    background: var(--col-bg-medium);
}
table tr:last-child td:first-of-type {
    border-bottom-left-radius: var(--b-rad);
}
table tr:last-child td:last-of-type {
    border-bottom-right-radius: var(--b-rad);
}
thead th,
tfoot tr {
    background: var(--col-secondary-light);
}
thead th:first-of-type {
    border-top-left-radius: var(--b-rad);
}
thead th:last-of-type {

    border-top-right-radius: var(--b-rad);
}
.table-hours p {
    margin-bottom: 0;
}
thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
tr {
    border: 1px solid var(--col-bg-med-dark);
}
td {
    display: flex;
    flex-flow: row wrap;
}
thead td,
thead th,
tbody td,
tbody th {
    background-clip: padding-box;
}
td::before {
    font-weight: bold;
    flex-basis: 50%;
    margin-right: 2rem;
}
caption {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: var(--h3);
    padding: 0.5rem 0;
    display: block;
}
@media (min-width: 800px) {
    #main table tbody td:nth-of-type(n)::before,
    #main table tbody td:nth-of-type(n)::after {
        content: "";
        margin-right: 0;
    }
    thead tr {
        position: static;
    }
    thead th {
        position: sticky;
        top: 0;
    }
    thead,
    tbody {
        display: table-row-group;
    }
    th,
    td {
        display: table-cell;
        padding: 1rem;
        vertical-align: top;
        font-size: var(--base-size);
    }
    tr {
        display: table-row;
    }
    tr:last-of-type {
        border-bottom: 0;
    }
    table {
        display: table;

        border: 1px solid var(--col-bg-med-dark);
    }
    caption {
        display: table-caption;
    }
    .table-hours th {
        white-space: nowrap;
    }
    .table-hours p {
        margin-bottom: 0;
    }
}
body {
    font:
        400 1rem/1.5 Tahoma,
        Verdana,
        sans-serif;
    text-rendering: optimizeLegibility;
    color: var(--col-text);
}
main h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:
        Georgia,
        Lucida Bright,
        serif;
    margin: 0 0 1rem;
    line-height: 1.3;
}
article > h2,
article > .h2 {
    border-bottom: 1px solid;
}
main * {
    line-height: calc(1ex / 0.32);
}
main > section > h2 {
    margin-bottom: calc(var(--m-norm) * 1rem);
}
h1,
.h1 {
    font-size: var(--h1);
}
h2,
.h2 {
    font-size: var(--h2);
}
.lined {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 1em;
    gap: 1em;
}
.lined::before,
.lined::after {
    content: "";
    align-self: center;
    border-bottom: 2px solid var(--col-primary);
}
h3,
.h3 {
    font-size: var(--h3);
}
h4,
.h4 {
    font-size: 1.25rem;
}
h5,
.h5,
h6,
.h6 {
    font-size: 1rem;
}
p {
    font-size: var(--base-size);
    margin-top: 0;
    margin-bottom: calc(1ex / 0.32);
}
p + ul,
p + ol {
    margin-top: -1rem;
}
small,
.text-small {
    font-size: var(--text-sm);
}
blockquote {
    font-family:
        Georgia,
        Lucida Bright,
        serif;
    position: relative;
    padding-left: 2rem;
    border-left: 5px solid var(--col-bg-medium);
    margin-bottom: calc(var(--m-norm) * 1rem);
}
blockquote > p:last-of-type {
    margin-bottom: 1rem;
}
blockquote > p:first-child::before {
    content: open-quote;
}
blockquote > p:last-of-type::after {
    content: close-quote;
}
.lead blockquote > p:last-of-type::after {
    bottom: 2.4rem;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
hr {
    border: 0;
    border-bottom: 1px solid var(--col-secondary-dark);
    margin: calc(var(--m-norm) * 1rem) 0;
}
#main-article > section.lead {
    margin-bottom: 1rem;
}
#main-article > section.lead * {
    max-width: 66ch;
}
#main-article > section.lead h2 {
    margin: auto;
    text-align: center;
}
#main-article > section.lead > p {
    margin: 0 auto;
    font-size: 110%;
    max-width: 60ch;
}
.lead p {
    font-size: inherit;
}
.subtitle,
.pronouns {
    font-size: 75%;
}
.subtitle {
    display: block;
    max-width: calc(66ch / 0.75) !important;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 0.3rem 0;
}
dt:not(:first-child) {
    margin-top: 1rem;
}
address {
    font-style: normal;
}
footer.footnote {
    margin-top: 5rem;
    border-top: 1px solid silver;
    font-size: 0.9rem;
}
.footnote ol {
    padding-left: 1rem;
}
article {
    counter-reset: f-1;
}
[aria-describedby="f-label"] {
    counter-increment: f-1;
    text-decoration: none;
    color: inherit;
    cursor: default;
    outline: 0;
}
[aria-describedby="f-label"]::after {
    content: "[" counter(f-1) "]";
    vertical-align: super;
    font-size: 0.5rem;
    margin-left: 2px;
    color: var(--col-link);
    text-decoration: underline;
    cursor: pointer;
}
[aria-describedby="f-label"]:focus::after,
[aria-describedby="f-label"]:hover::after {
    color: white;
}
[aria-describedby="f-label"]:focus::after,
[aria-describedby="f-label"]:hover::after {
    outline: thin dotted;
    outline-offset: 2px;
}
[aria-label="Back to content"] {
    font-size: 0.8em;
}
.footnote :target {
    background: var(--col-secondary-light);
}
::selection {
    background: var(--col-primary);
}
kbd {
    display: inline-block;
    border: 1px solid var(--col-bg-medium);
    font-family: monospace, sans-serif;
    border-radius: 2px;
    padding: 0.25rem;
}
#main-content > section > *:not(.cards),
#main-content > *:not(section) {
    max-width: 66ch;
    margin-left: auto;
    margin-right: auto;
}
.cards {
    list-style: none;
    padding: 0;
}
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    grid-template-rows: auto;
    grid-gap: 2rem;
    border-radius: var(--b-rad);
    border: 0;
}
body #main-content .cards {
    max-width: 100% !important;
    margin: 0 auto 2rem auto;
}
main .cards article {
    background: var(--col-bg-light);
}
.cards article {
    border-radius: var(--b-rad);
}
.cards.cards-portrait {
    grid-template-columns: repeat(auto-fit, 30ch);
}
.cards.cards-portrait > article,
.cards .cards.cards-portrait > article {
    max-width: 30ch;
}
.cards.cards-portrait > * picture {
    max-height: 100%;
}
body > footer .cards {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}
.cards > *,
.cards .cards > * {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.5rem;
    position: relative;
    width: auto;
}
@media (max-width: 60rem) {
    .cards > *,
    .cards .cards > * {
        margin-bottom: calc(var(--m-norm) * 1rem);
    }
    footer .cards > :nth-child(3) {
        border-right: 0;
    }
    footer .cards > :nth-child(4) {
        border-bottom: 0;
    }
}
.cards > h2,
.cards > h3,
.cards > h4,
.cards > h5,
.cards > h6 {
    grid-column: 1 / -1;
}
.cards > article,
.cards .cards > article {
    border: 1px solid var(--col-bg-border);
    max-width: 66ch;
}
.cards .cards {
    border: 0;
    padding: 0;
}
.cards > * h2,
.cards > * h3 {
    margin: 0;
}
.cards > h2,
.cards > h3 {
    margin: 0 auto;
    max-width: calc(66ch / 1.55);
}
.cards article > .h3 {
    padding: 0.3rem 0 1rem 0;
}
.cards article .h3 + picture {
    border-radius: 0;
}
.glyph-button .glyph,
.cards.glyph-button .glyph {
    height: 5rem;
    width: 5rem;
    display: block;
    margin: 0 auto 0.5rem auto;
    position: relative;
}
.glyph-button .card-w-svg {
    padding-left: 0.5rem;
}
.glyph-button .card-w-svg .h3 svg {
    top: 0;
}
.cards > * picture {
    display: block;
    width: calc(100% + 1rem);
    margin: -0.5rem;
    min-height: 8rem;
    max-height: 29ch;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-top-left-radius: var(--b-rad);
    border-top-right-radius: var(--b-rad);
}
.cards > * picture source,
.cards > * picture img {
    height: auto;
    width: 100%;
}
.card-body {
    flex-grow: 1;
    order: 2;
    padding: 0.5rem;
    flex-wrap: wrap;
}
.card-body > :last-child {
    margin-top: auto;
}
.locations-summary .card-as-link[focus-within],
.locations-summary .card-as-link:hover {
    outline: 0.2rem solid var(--col-link);
    outline-offset: 0.1rem;
}
.locations-summary .card-as-link:focus-within,
.locations-summary .card-as-link:hover {
    outline: 0.2rem solid var(--col-link);
    outline-offset: 0.1rem;
}
.locations-summary .card-body .h3 a::before {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
}
.card-body > :not(.h3) {
    position: relative;
    z-index: 1;
}
.cards > * footer,
.cards-x > * footer {
    background: var(--col-bg-medium);
    margin: auto -0.5rem -0.5rem -0.5rem;
    padding: 0.5rem;
    position: relative;
    z-index: 1;
    order: 3;
    border-bottom-left-radius: var(--b-rad);
    border-bottom-right-radius: var(--b-rad);
}
.cards .list-group {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.cards .list-group li {
    border-left: 0;
    border-right: 0;
    padding-bottom: 0.5rem;
}
.cards-x > * {
    display: grid !important;
    grid-template-columns: 180px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "cf-img cf-body";
    border: 1px solid var(--col-bg-med-dark);
    padding: 0;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
    border-radius: var(--b-rad);
}
.cards-x picture {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    margin: 0 1rem 0 0;
    width: 100%;
    min-height: 8rem;
    max-height: 29ch;
    overflow-y: hidden;
    border-top-left-radius: var(--b-rad);
    border-bottom-left-radius: var(--b-rad);
}
.cards-x > * picture source,
.cards-x > * picture img {
    width: 100%;
}
.cards-x .card-body {
    grid-column: 2 / 6;
    grid-row: 1;
}
.cards-x p {
    margin-bottom: 0;
}
.cards-promo > * picture {
    margin-top: 0.3rem;
}
.cards-promo > .card-action-button {
    bottom: -4.5rem;
}
#main-content .card-job {
    border: 1px solid var(--col-bg-med-dark);
    max-width: 100%;
    padding: 0;
}
.card .card-job-title {
    background: var(--col-secondary-hint);
    border-bottom: 1px solid var(--col-secondary-light);
    margin: 0 0 0.3rem;
    padding: 1rem;
}
.card .card-job-body {
    display: flex;
    padding: 0.3rem 1rem;
    flex-wrap: wrap;
    margin: 0 auto 0;
    max-width: 66ch;
}
.card .card-job-body section {
    border: 0;
}
.card .card-job-detail {
    flex: 0 1 18rem;
    padding: 0.3rem 0.3rem 0.3rem 0;
    border: 0;
}
.card-job-detail th {
    white-space: nowrap;
}
.card-job-detail tr {
    border: 0;
    border-bottom: 1px solid;
    margin-bottom: 0;
    display: block;
}
.card .card-job-description {
    flex: 1 1 51%;
    padding: 0.3rem 0;
    margin: 0;
}
.cards .dl-horizontal dt {
    flex: 0 1 40%;
}
.card-facts .cards {
    text-align: center;
}
.card-facts .cards > article,
.card-facts .cards .cards > article {
    border-top: 5px solid var(--col-secondary);
}
.card-facts .cards .h3 {
    background: var(--col-bg-medium);
    margin: -1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--col-bg-border);
    border-top-left-radius: var(--b-rad);
    border-top-right-radius: var(--b-rad);
}
.card-facts .cards p {
    margin-bottom: 0.5rem;
}
.card-facts .cards strong {
    color: var(--col-primary);
    font-size: 1.3rem;
}
.card footer,
.cards-x footer {
    background: var(--col-bg-light);
    border-top: 1px solid var(--col-bg-medium);
    padding: 0.3rem 1rem;
}
.card footer *,
.cards-x footer * {
    margin: 0 0.1rem;
}
.card footer a,
.cards-x footer a {
    display: inline-block;
}
.card-action {
    min-height: 5rem;
    padding-bottom: 2rem;
}
.card-glyph {
    display: block;
    margin: auto;
}
.card-action p {
    margin-bottom: 0;
}
.card-action-button {
    width: auto;
    padding: 1rem;
    white-space: nowrap;
}
.cards article .card-action-button,
.cards-x article .card-action-button {
    position: absolute;
    bottom: -1.5rem;
    right: 0.5rem;
    z-index: 10;
}
#main-content .cards.card-location {
    background: var(--col-bg-medium);
    grid-gap: 1rem;
    padding: 0.5rem;
}
#main-content .cards.card-location h3 {
    margin-bottom: 0;
}
.cards .list-w-svg li,
.card-w-svg {
    padding-left: 2rem;
}
.cards .list-w-svg li {
    display: flex;
    flex-direction: column;
}
.list-w-svg li > svg,
.card-w-svg .h3 svg {
    position: absolute;
    left: 0.5rem;
    width: 1em;
    height: 1em;
}
.list-w-svg li > svg {
    top: 0.3rem;
}
.card-w-svg .h3 svg {
    top: 1rem;
}
.list-w-svg a svg:hover,
.list-w-svg a svg:focus,
.card-w-svg a svg:hover,
.card-w-svg a svg:focus {
    color: var(--col-link);
    fill: var(--col-link);
}
.card-w-svg footer {
    margin-left: -2rem;
}
main .cards-feature {
    grid-template-columns: 1fr;
}
main #main-content .cards.cards-feature article > .h3 + picture,
main #main-content .cards-x article > .h3 + picture,
main #main-content .cards-x article > .h3 + picture img {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.cards-feature article > .h3,
.cards-x article > .h3 {
    background: var(--col-secondary-light);
    grid-area: cf-subh;
    border-top-left-radius: var(--b-rad);
    border-top-right-radius: var(--b-rad);
    padding: 0.5rem;
    margin-bottom: 0;
}
.cards-feature picture,
.cards-x picture {
    grid-area: cf-img;
}
.cards-feature footer,
.cards-x footer {
    grid-area: cf-footer;
    margin: 0;
}
.cards-feature .card-body,
.cards-x .card-body {
    flex-basis: 66ch;
    padding: 0.5rem;
    grid-area: cf-body;
}
main #main-content .cards.cards-feature.cards-reverse article[:has(.h3)][:has(footer)] {
    grid-template-areas: "cf-subh cf-subh" "cf-body cf-img" "cf-footer cf-footer";
}
main #main-content .cards.cards-feature.cards-reverse article:has(> .h3):has(footer) {
    grid-template-areas: "cf-subh cf-subh" "cf-body cf-img" "cf-footer cf-footer";
}
main #main-content .cards.cards-feature.cards-reverse article[:has(.h3)] {
    grid-template-areas: "cf-subh cf-subh" "cf-body cf-img";
}
main #main-content .cards.cards-feature.cards-reverse article:has(> .h3) {
    grid-template-areas: "cf-subh cf-subh" "cf-body cf-img";
}
main #main-content .cards.cards-feature.cards-reverse article[:has(footer)] {
    grid-template-areas: "cf-body cf-img" "cf-footer cf-footer";
}
main #main-content .cards.cards-feature.cards-reverse article:has(footer) {
    grid-template-areas: "cf-body cf-img" "cf-footer cf-footer";
}
main #main-content .cards.cards-feature article[:has(.h3\)][:has(footer)],
main #main-content .cards-x article[:has(.h3)][:has(footer)] {
    grid-template-areas: "cf-subh cf-subh" "cf-img cf-body" "cf-footer cf-footer";
}
main #main-content .cards.cards-feature article:has(> .h3):has(footer),
main #main-content .cards-x article:has(> .h3):has(footer) {
    grid-template-areas: "cf-subh cf-subh" "cf-img cf-body" "cf-footer cf-footer";
}
main #main-content .cards.cards-feature article[:has\(\%3Eh3\)],
main #main-content .cards-x article[:has\(\%3Eh3\)] {
    grid-template-areas: "cf-subh cf-subh" "cf-img cf-body";
}
main #main-content .cards.cards-feature article:has(> h3),
main #main-content .cards-x article:has(> h3) {
    grid-template-areas: "cf-subh cf-subh" "cf-img cf-body";
}
main #main-content .cards.cards-feature article[:has(footer)],
main #main-content .cards-x article[:has(footer)] {
    grid-template-areas: "cf-img cf-body" "cf-footer cf-footer";
}
main #main-content .cards.cards-feature article:has(footer),
main #main-content .cards-x article:has(footer) {
    grid-template-areas: "cf-img cf-body" "cf-footer cf-footer";
}
main #main-content .cards.cards-feature.cards-reverse article {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "cf-body cf-img";
}
main #main-content .cards.cards-feature article {
    display: -ms-grid;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "cf-img cf-body";
    padding: 0;
    max-width: 100%;
}
.cards.cards-feature > * picture {
    border-radius: var(--b-rad) 0 0 var(--b-rad);
    margin: 0 0 -1px 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 100%;
}
.cards-feature picture img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.cards-feature.cards-reverse > * picture {
    border-radius: 0 var(--b-rad) var(--b-rad) 0;
}
main #main-content .cards.cards-feature article[\:has\(footer\)] picture,
main #main-content .cards-x article[\:has\(footer\)] picture {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
main #main-content .cards.cards-feature article:has(footer) picture,
main #main-content .cards-x article:has(footer) picture {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.cards-feature.cards-reverse .card-action-button {
    left: 0.5rem;
    right: inherit;
}
@media (max-width: 50rem) {
    main #main-content .cards.cards-feature article,
    main #main-content .cards.cards-feature.cards-reverse article {
        display: block;
    }
    .cards.cards-feature > * picture {
        height: auto;
        aspect-ratio: 2.3/1;
    }
    main #main-content .cards.cards-feature article {
        display: block;
    }
    main #main-content .cards.cards-feature article picture,
    main #main-content .cards.cards-feature article[\:has\(footer\)] picture {
        border-top-right-radius: var(--b-rad);
    }
    main #main-content .cards.cards-feature article picture,
    main #main-content .cards.cards-feature article:has(footer) picture {
        border-top-right-radius: var(--b-rad);
    }
    main #main-content .cards.cards-feature.cards-reverse article picture,
    main #main-content .cards.cards-feature.cards-reverse article[\:has\(footer\)] picture {
        border-top-left-radius: var(--b-rad);
    }
    main #main-content .cards.cards-feature.cards-reverse article picture,
    main #main-content .cards.cards-feature.cards-reverse article:has(footer) picture {
        border-top-left-radius: var(--b-rad);
    }
    .cards-feature > * picture {
        object-fit: contain;
    }
    .cards-feature.cards-reverse picture {
        border-radius: var(--b-rad) var(--b-rad) 0 0;
    }
}
@media (max-width: 38rem) {
    .cards {
        display: block;
    }
    #main-content section.cards-x > * {
        display: block !important;
        flex-direction: column;
    }
    #main-content section.cards-x picture,
    #main-content section.cards-x picture img {
        border-radius: var(--b-rad) var(--b-rad) 0 0;
    }
    main #main-content .cards-x article picture,
    main #main-content .cards-x article[:has(footer)] picture {
        border-top-right-radius: var(--b-rad);
    }
    main #main-content .cards-x article picture,
    main #main-content .cards-x article:has(footer) picture {
        border-top-right-radius: var(--b-rad);
    }
    .card-body {
        margin: auto;
        width: 100%;
    }
    .cards-feature {
        display: block;
    }
}
footer .chat {
    border-top-left-radius: var(--b-rad);
    border-top-right-radius: var(--b-rad);
}
footer a.chat:hover,
footer a.chat:focus {
    color: var(--col-bg-light);
}
body > footer a.chat svg,
body > footer a.chat:hover svg,
body > footer a.chat:focus svg {
    fill: var(--col-bg-light);
}
footer .chat {
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 1rem;
    z-index: 20;
    text-decoration: none;
}
.chat .glyph-chat-empty {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.15rem;
}
.chat .glyph-link-ext {
    margin-left: 0.6rem;
}
footer .chat:focus,
footer .chat:hover {
    text-decoration: underline;
}
.flex {
    margin: 0 auto;
    display: flex;
}
.flex > * {
    margin: 1rem;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}
.flex:nth-of-type(5) > *:first-of-type {
    flex-grow: 2;
    flex-shrink: 2;
    flex-basis: 2rem;
}
.flex:nth-of-type(6) > *:nth-of-type(2) {
    flex-grow: 4;
    flex-shrink: 4;
    flex-basis: 3rem;
}
.row {
    flex-direction: row;
}
.column {
    flex-direction: column;
}
.nowrap,
.nowrap-md {
    flex-wrap: nowrap;
}
@media screen and (max-width: 50rem) {
    .nowrap-md {
        flex-wrap: wrap;
    }
}
.flex-square {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.flex-square > li {
    padding: 1rem;
    margin: 0 1rem 1rem 0;
}
.square li {
    min-width: 5rem;
    max-width: 15rem;
}
.square-sm li {
    width: 10rem;
    height: 10rem;
}
.square-md li {
    background: var(--col-bg-light);
    width: 15rem;
    height: 15rem;
}
.flex-square svg.glyph {
    height: 5vw;
    width: 5vw;
    display: block;
    margin: auto;
}
.flex-square h3 {
    min-height: 2rem;
}
.flex-square code {
    background: transparent;
    display: block;
}
.w-25 {
    display: inline-block;
    width: 25%;
}
.w-33 {
    display: inline-block;
    width: 33%;
}
.w-50 {
    display: inline-block;
    width: 50%;
}
.w-100 {
    display: block;
    width: 100%;
}
@media (max-width: 50rem) {
    .w-25 {
        display: inline-block;
        width: 50%;
    }
    .w-33 {
        display: inline-block;
        width: 100%;
    }
    .w-50 {
        display: inline-block;
        width: 100%;
    }
}
.svg-2x {
    height: 2rem;
    width: 2rem;
}
.b {
    border: 1px solid var(--col-text-light);
}
.bm-1 {
    border-bottom: 1px solid var(--col-text-light);
}
.b-0 {
    border: 0;
}
.p {
    padding: calc(var(--p-norm) * 1rem);
}
.p-1 {
    padding: calc(var(--p-max) * 1rem);
}
.p-0 {
    padding: 0;
}
.c-primary {
    background: var(--col-primary);
    color: var(--col-bg-light);
}
.c-primary-text {
    color: var(--col-primary);
}
.c-primary-light {
    background: var(--col-primary-light);
    color: var(--col-bg-light);
}
.c-primary-light-text {
    color: var(--col-primary-light);
}
.c-primary-dark {
    background: var(--col-primary-dark);
    color: var(--col-bg-light);
}
.c-primary-dark-text {
    color: var(--col-primary-dark);
}
.c-secondary {
    background: var(--col-secondary);
    color: var(--col-text);
}
.c-secondary-text {
    color: var(--col-secondary);
}
.c-secondary-light {
    background: var(--col-secondary-light);
    color: var(--col-text);
}
.c-secondary-light-text {
    color: var(--col-secondary-light);
}
.c-secondary-dark {
    background: var(--col-secondary-dark);
    color: var(--col-text);
}
.c-secondary-dark-text {
    color: var(--col-secondary-dark);
}
.c-link {
    background: var(--col-link);
    color: var(--col-bg-light);
}
.c-link-text {
    color: var(--col-link);
}
.c-link-light {
    background: var(--col-link-light);
    color: var(--col-bg-light);
}
.c-link-light-text {
    color: var(--col-link-light);
}
.c-link-dark {
    background: var(--col-link-dark);
    color: var(--col-bg-light);
}
.c-link-dark-text {
    color: var(--col-link-dark);
}
.c-text {
    color: var(--col-text);
}
.c-text-light {
    color: var(--col-text-light);
}
.c-bg-light {
    background: var(--col-bg-light);
}
.c-bg-medium {
    background: var(--col-bg-medium);
}
.striped:not(dl) > *:nth-of-type(even),
.striped tbody tr:nth-of-type(even) {
    background: var(--col-bg-medium);
}
.bt-md {
    border-top: 0.25rem solid var(--col-text);
    padding-top: 0.5rem;
}
.bt-sm {
    border-top: 0.1rem solid var(--col-text);
    padding-top: 0.3rem;
}
.bb-sm {

    border-bottom: 0.1rem solid var(--col-text);
}
.b-0 {
    border: 0;
}
.b-1 {
    border: 1px solid;
}
.m-1 {
    margin: calc(var(--m-norm) * 1rem);
}
.ml-1 {
    margin-left: calc(var(--m-norm) * 1rem);
}
.mb-1 {
    margin-bottom: calc(var(--m-norm) * 1rem);
}
.mt-1 {
    margin-top: calc(var(--m-norm) * 1rem);
}
.m-0 {
    margin: 0;
}
.float-right {
    float: right;
    padding: 0 0 0.5ex 1ex;
    margin-top: 1ex;
}
.float-left {
    float: left;
    padding: 0 1ex 0.5ex 0;
    margin-top: 1ex;
}
.float-right::after {
    clear: right;
}
.float-left::after {
    clear: left;
}
[hidden],
.no-display {
    display: none;
}
.col-1 {
    column-count: 1;
}
.col-2 {
    column-count: 2;
    grid-column-gap: 1rem;
    column-gap: 1rem;
}
.col-3 {
    column-count: 3;
    grid-column-gap: 1rem;
    column-gap: 1rem;
}
@media (min-width: 30.1em) and (max-width: 60em) {
    .col-3 {
        column-count: 2;
        grid-column-gap: 1rem;
        column-gap: 1rem;
    }
}
@media (max-width: 30em) {
    .col-3,
    .col-2 {
        column-count: 1;
        grid-column-gap: 1rem;
        column-gap: 1rem;
    }
}
code {
    background: var(--col-bg-medium);
    display: inline-block;
    padding: 0 0.1rem;
}
pre.code {
    background: var(--col-bg-light);
    border: 1px solid var(--col-bg-medium);
    padding: 0 1rem;
    overflow: auto;
    text-shadow: none;
    white-space: pre-wrap;
    margin: 0 0 calc(2 * 1rem);
    position: relative;
}
pre.code code {
    background: transparent;
}
pre[rel]::before {
    color: #008a28;
    font-weight: 700;
    font-size: 0.9rem;
    content: attr(rel);
    position: absolute;
    top: 0.3rem;
    left: 0.5rem;
    padding: 0;
}
.example {
    border: 1px solid var(--col-bg-medium);
    padding: 1rem;
}
code .nt,
code .cs {
    color: #905;
}
code .na,
code .cp {
    color: #3e5c03;
}
code .s {
    color: #07a;
}
code .c,
code .p {
    color: #666;
}
code .ct {
    color: #960050;
}
code .cv {
    color: #5f4490;
}
.kd,
.k {
    color: #0f7e95;
}
.nx {
    color: #597e11;
}
.px {
    color: #7e7415;
}
.o {
    color: #e00656;
}
code.dark {
    background: #030406;
    color: #fafafa;
}
code.dark .nt {
    color: #e00656;
}
code.dark .na {
    color: #597e11;
}
code.dark .s {
    color: #7e7415;
}
code.dark .c {
    color: #77725f;
}
code.dark .cs {
    color: #597e11;
}
code.dark .p {
    color: #777731;
}
code.dark .ct {
    color: #960050;
}
code.dark .cp {
    color: #777731;
}
code.dark .cv {
    color: #8847ff;
}
code.dark .kd,
code.dark .k {
    color: #66d9ef;
}
code.dark .nx {
    color: #a6e22e;
}
code.dark .px {
    color: #e6db74;
}
code.dark .o {
    color: #f92672;
}
@media print {
    div,
    section,
    article,
    header,
    main {
        --m-norm: 0.2;
    }
    * {
        background: none !important;
        color: black !important;
    }
    body {
        font:
            400 10pt/1.1 Arial,
            sans-serif !important;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    h1 {
        font-size: 14pt !important;
    }
    h2 {
        font-size: 13pt !important;
        line-height: 1.1 !important;
    }
    h3,
    .link-title {
        font-size: 12pt !important;
        line-height: 1.1 !important;
    }
    p,
    ul,
    ol,
    li,
    dl,
    dt,
    dd,
    table,
    td,
    th,
    a,
    blockquote,
    h4,
    h5,
    h6,
    .link-description {
        font-size: 10pt !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    li {
        border: 0 !important;
        padding: 0 !important;
        margin: 0 0 4pt 0 !important;
    }
    nav,
    footer {
        display: none !important;
    }
    nav[aria-label="Breadcrumb"] {
        display: flex !important;
    }
    a::after {
        content: " (" attr(href) ")";
    }
    a[href="#top"] {
        display: none;
    }
    a {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }
    tbody td,
    tbody th {
        padding: 4pt;
    }
    #main-content section {
        padding: 0 !important;
        margin: 0 !important;
    }
    .list-group.list-links a {
        padding: 4pt;
    }
    section,
    .cards,
    .cards article {
        grid-gap: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }
    .cards article {
        padding: 0 !important;
        margin: 0 !important;
    }
    .cards ol.list-group,
    .cards ul.list-group,
    .cards dl {
        margin-bottom: 0;
    }
    #main-content > *,
    #main-content > * > * {
        max-width: 100% !important;
        width: 100% !important;
    }
    picture source,
    picture img {
        width: 50%;
        max-width: 3in;
        height: auto;
    }
    #main-content p,
    #main-content section > * {
        width: 8in;
        max-width: 100% !important;
        margin: 0 !important;
    }
    #main-article > section.lead > p {
        width: 100%;
        max-width: 100%;
    }
    #main-content section > ul {
        max-width: 100%;
    }
    a {
        page-break-inside: avoid;
    }
    blockquote {
        page-break-inside: avoid;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    img {
        page-break-inside: avoid;
        page-break-after: avoid;
    }
    table,
    pre {
        page-break-inside: avoid;
    }
    ul,
    ol,
    dl {
        page-break-before: avoid;
    }
    #homepage > .cards {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto !important;
    }
}
@view-transition {
    navigation: auto;
}
header {
    view-transition-name: --persist-nav;
}
input[type="radio"]::before {
    view-transition-name: radio-input;
}
::view-transition-group(radio-input) {
    z-index: 1;
    animation-duration: 0.5s;
}
header {
    width: 100%;
    background: var(--col-bg-light);
}
main {
    margin: 0;
}
.hero {
    margin: 0 -1rem;
    padding: calc(2 * 1rem);
    text-align: center;
    background: url(../img/forest.svg) top center / cover no-repeat !important;
    margin-bottom: 2rem;
    width: calc(100% + 2rem);
}
.hero blockquote {
    border-left: 0;
}
.hero p {
    font-size: 140%;
}
.lead {
    background: var(--col-bg-light);
    font-size: 140%;
    padding: 0.5rem;
    margin-bottom: calc(var(--m-norm) * 1rem);
}
#logo {
    text-decoration: none;
}
nav[aria-label="Main"] > a:first-child {
    padding: 0.25rem 0.5rem;
}
nav[aria-label="Main"] > *:last-child {
    margin-left: auto;
}
header .search {
    width: auto;
}
article > p,
article > ul,
article > ol,
article > blockquote,
article > dl {
    width: 100%;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
}

nav[aria-label="Breadcrumb"] li:first-child {
    font-size: 1.3rem;
    font-weight: bold;
}
nav[aria-label="Breadcrumb"] li:first-child a {
    color: var(--col-text);
    text-decoration: none;
}
nav[aria-label="Breadcrumb"] li:first-child a:hover,
nav[aria-label="Breadcrumb"] li:first-child a:focus {
    color: var(--col-bg-light);
}
nav[aria-label="Breadcrumb"] {
    width: 100%;
}
nav a[aria-current] {
    background: var(--col-link);
    color: var(--col-bg-light);
    border-radius: 0;
    text-decoration: none;
}

main > article,
section > article {
    padding: 1rem;
    background: white;
    border: 1px solid var(--col-bg-medium);
    margin-bottom: calc(var(--m-norm) * 1rem);
}
