@font-face {
    font-family: "Source Sans Pro Web";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url("../fonts/cacd/source-sans-pro/sourcesanspro-regular-webfont.woff2") format("woff2");
}

@font-face {
    font-family: "Source Sans Pro Web";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url("../fonts/cacd/source-sans-pro/sourcesanspro-bold-webfont.woff2") format("woff2");
}

@font-face {
    font-family: "Source Sans Pro Web";
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url("../fonts/cacd/source-sans-pro/sourcesanspro-italic-webfont.woff2") format("woff2");
}

@font-face {
    font-family: "Source Sans Pro Web";
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url("../fonts/cacd/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2") format("woff2");
}

@font-face {
    font-family: "source-serif-pro";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url("../fonts/cacd/source-serif-pro/sourceserifpro-regular-webfont.woff2") format("woff2");
}

@font-face {
    font-family: "source-serif-pro";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url("../fonts/cacd/source-serif-pro/sourceserifpro-bold-webfont.woff2") format("woff2");
}

:root {
    --court-blue: #005ea8;
    --court-blue-dark: #174a7c;
    --court-ink: #1b1b1b;
    --court-muted: #565c65;
    --court-soft: #f5f7fa;
    --court-red: #9d2f1f;
    --court-white: #ffffff;
    --court-serif: "source-serif-pro", Georgia, serif;
    --court-sans: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    --focus-ring: #2491ff;
    --text-link: #0057a3;
    --text-link-dark: #01417f;
    --text-link-darkest: #002045;
    --border-primary: #0057a3;
    --border-primary-darker: #002d5a;
    --surface-primary-lighter: #e6f1fa;
    --surface-primary-darker: #002d5a;
    --surface-base-lighter: #f9fafb;
    --surface-base-lightest: #f4f6fb;
    --surface-button: #0057a3;
    --surface-button-darker: #002d5a;
    --text-on-surface-button: #ffffff;
    --text-on-surface-base-lightest: #525661;
    --text-on-surface-base-lightest--dark: #080a0d;
    --text-on-surface-base-lighter--light: #525661;
    --text-on-surface-primary-darker: #fefefe;
    --text-on-surface-primary-darker-alt: #a981dd;
    --text-on-surface-primary-darker-dark: #bec2cc;
    --border-muted-dark: #8c91a0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
    overflow-x: hidden;
    background: var(--court-soft);
    color: var(--court-ink);
    font-family: var(--court-sans);
    font-size: 1.6rem;
    line-height: 1.5;
}

a {
    color: var(--court-blue);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--court-blue-dark);
    text-decoration: underline;
}

.court-shell {
    width: 100%;
    max-width: 139.2rem;
    margin: 0 auto;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

.cacd-container {
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.usa-banner {
    background: #f0f0f0;
    color: var(--text-on-surface-base-lightest--dark);
    font-family: var(--court-sans);
    font-size: 1.28rem;
    line-height: 1.5;
}

.usa-banner p {
    margin: 0;
}

.usa-banner .container {
    width: 100%;
    max-width: 160rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.6rem;
    padding-left: 2.6rem;
}

.usa-banner__header {
    padding: 0.4rem 0;
    background: transparent;
}

.usa-banner__inner {
    display: flex;
    align-items: flex-start;
}

.grid-col-auto {
    flex: 0 0 auto;
}

.grid-col-fill {
    min-width: 0;
    flex: 0 1 auto;
}

.usa-banner__header-flag {
    display: block;
    width: 1.6rem;
    height: 1.1rem;
    margin-top: 0.15rem;
    margin-right: 0.8rem;
}

.usa-banner__header-text {
    display: block;
    font-size: 1.28rem;
    line-height: 1.1;
}

.usa-banner__header-action {
    display: none;
}

.usa-banner__button {
    position: relative;
    display: inline;
    margin: 0 0 0 0.8rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0057a3;
    cursor: pointer;
    font: inherit;
    font-size: 1.28rem;
    line-height: 1.1;
    text-align: left;
}

.usa-banner__button:hover,
.usa-banner__button:focus {
    color: #002d5a;
}

.usa-banner__button-text {
    text-decoration: underline;
}

.usa-banner__button::after {
    position: absolute;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 2px;
    background-color: #0057a3;
    content: "";
    vertical-align: middle;
    -webkit-mask-image: url("../images/uswds/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent);
    mask-image: url("../images/uswds/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 1.6rem 1.6rem;
    mask-size: 1.6rem 1.6rem;
}

.usa-banner__button:hover::after,
.usa-banner__button:focus::after {
    background-color: #002d5a;
}

.usa-banner__button[aria-expanded="true"]::after {
    -webkit-mask-image: url("../images/uswds/usa-icons/expand_less.svg"), linear-gradient(transparent, transparent);
    mask-image: url("../images/uswds/usa-icons/expand_less.svg"), linear-gradient(transparent, transparent);
}

.usa-banner__content {
    width: calc(100% - 2.5rem);
    max-width: 140rem;
    margin-right: auto;
    margin-left: auto;
    padding: 2.4rem 3.2rem;
    background: transparent;
    font-size: 1.6rem;
    line-height: 1.5;
}

.usa-banner__content[hidden] {
    display: none !important;
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
}

.grid-gap-lg {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
}

.grid-gap-lg > * {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.usa-banner__guidance {
    display: flex;
    align-items: flex-start;
    max-width: 64ex;
    color: #080a0d;
    font-size: 1.6rem;
    line-height: 1.5;
}

.usa-banner__icon {
    width: 4rem;
    height: 4rem;
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 0.8rem;
}

.usa-media-block__body {
    flex: 1 1 0%;
}

.usa-banner__lock-image {
    height: 1.5ex;
    width: 1.21875ex;
}

.usa-banner__lock-image path {
    fill: currentColor;
}

.header {
    position: relative;
    z-index: 3;
    background: var(--court-white);
    color: var(--text-on-surface-base-lightest--dark);
    box-shadow: 0 0.4rem 0.8rem rgba(64, 72, 97, 0.12);
}

.header__main {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.2rem;
}

.header__logo,
.footer_branding {
    display: flex;
    align-items: center;
    color: #0f2f57;
    text-decoration: none;
}

.header__logo:hover,
.header__logo:focus,
.footer_branding:hover,
.footer_branding:focus {
    color: #0f2f57;
    text-decoration: none;
}

.header__logo {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 1rem;
}

.header__logo,
.header__logo:hover,
.header__logo:focus {
    color: var(--text-on-surface-base-lightest--dark);
}

.footer_branding {
    flex-wrap: wrap;
    line-height: 1.15;
}

.header__logo img {
    display: none;
    width: 9.6rem;
    height: 9.6rem;
    flex: 0 0 auto;
    margin-right: 1rem;
}

.header__info_wrapper,
.footer__info_wrapper {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.header__info_wrapper {
    width: 100%;
    display: inline-block;
}

.header__slogan,
.footer__slogan {
    font-size: 1.7rem;
    line-height: 1.2;
}

.header__slogan {
    line-height: 1.15;
}

.header__site-name,
.footer__site-name {
    font-family: var(--court-serif);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.05;
}

.header__site-name {
    margin-bottom: 0.3rem;
    font-weight: 600;
    line-height: 1.15;
}

.footer_branding .footer__slogan {
    line-height: 1.15;
    transform: translateY(-1px);
}

.footer_branding .footer__info_wrapper {
    line-height: 1.15;
}

.footer_branding .footer__site-name {
    font-weight: 600;
    line-height: 1.15;
}

.header__leadership_names-wrapper {
    display: none;
    margin-top: 0;
    color: #525661;
    font-size: 1.4rem;
    line-height: 1.35;
}

.header__leaderships_names {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.header__leaderships_names li {
    display: inline;
    margin: 0 0.7em;
    font-style: italic;
    position: relative;
}

.header__leaderships_names li::before {
    display: inline-block;
    position: relative;
    top: -3px;
    left: -8px;
    margin-left: -4px;
    font-weight: 700;
    line-height: 1;
    content: ".";
}

.header__leaderships_names li:first-child {
    margin-left: 0;
    list-style: none;
}

.header__leaderships_names li:first-child::before {
    margin: 0;
    content: "";
}

.header__leaderships_names span + span::before {
    position: relative;
    top: -0.25rem;
    display: inline-block;
    margin: 0 0.7em;
    font-weight: 700;
    content: ".";
}

.header__secondary-menu {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.8rem 1.2rem;
    order: 2;
    margin: 0;
    padding: 0.8rem 0;
    border-top: 1px solid #8c91a0;
    border-bottom: 1px solid #8c91a0;
    list-style: none;
    font-size: 1.4rem;
}

.header__secondary-item {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header__secondary-item a {
    display: inline-flex;
    align-items: center;
    color: #0057a3;
    text-decoration: none;
}

.header__secondary-item a:hover,
.header__secondary-item a:focus {
    color: #002d5a;
    text-decoration: underline;
}

.header__secondary-item--spacer {
    color: #8c91a0;
}

.header__icon-pin,
.social-media-menu__link::before {
    display: inline-block;
    background-color: currentColor;
    content: "";
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.header__icon-pin {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.4rem;
    vertical-align: middle;
    -webkit-mask-image: url("../images/cacd/header/pin.svg");
    mask-image: url("../images/cacd/header/pin.svg");
}

.header__menu-button {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-left: auto;
    flex: 0 0 auto;
    padding: 0.8rem 0;
    border: 0;
    background: none;
    color: #0057a3;
    cursor: pointer;
    font: inherit;
}

.header__menu-button:hover,
.header__menu-button:focus {
    color: #002d5a;
}

.header__menu-button::after {
    display: inline-block;
    width: 2.6rem;
    height: 1.8rem;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
    content: "";
}

.header__menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    width: 40rem;
    max-width: 100%;
    height: 100dvh;
    overflow: auto;
    background: #ffffff;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.2s ease, visibility 0.2s ease;
}

.header__menu-wrapper.is-active {
    visibility: visible;
    transform: translateX(0);
}

.header__menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 4;
    background: rgba(30, 30, 30, 0.5);
}

.header__menu-wrapper.is-active ~ .header__menu-overlay {
    display: block;
}

.nav-locked {
    position: fixed;
    width: 100%;
}

.header__menu-wrapper-header {
    padding: 1.6rem 2.4rem;
    background-color: #f5f7fa;
    box-shadow: 0 0.4rem 0.8rem rgba(64, 72, 97, 0.12);
}

.header__menu-wrapper-heading {
    margin: 6rem 0 0;
    font-size: 2rem;
    font-weight: 700;
}

.header__menu-wrapper-close-button {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    z-index: 2;
    width: 4.4rem;
    height: 4.4rem;
    border: 0;
    background: transparent;
    color: #1b1b1b;
    cursor: pointer;
}

.header__menu-wrapper-close-button::before,
.header__menu-wrapper-close-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    border-top: 2px solid currentColor;
    content: "";
    translate: -50% -50%;
    rotate: 45deg;
}

.header__menu-wrapper-close-button::after {
    rotate: -45deg;
}

.primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-menu__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.8rem;
    padding: 1.6rem 2.4rem;
    border: 0;
    border-bottom: 1px solid #dfe1e2;
    background: transparent;
    color: var(--text-link-darkest);
    cursor: pointer;
    font: inherit;
    line-height: 1.2;
    text-align: left;
}

.primary-menu__button::after {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    flex: 0 0 auto;
    border-left: 2px solid var(--border-primary-darker);
    border-bottom: 2px solid var(--border-primary-darker);
    content: "";
    rotate: -45deg;
}

.primary-menu__button--link::after {
    visibility: hidden;
}

.primary-menu__button:hover,
.primary-menu__button:focus {
    text-decoration: none;
}

.primary-menu__button[aria-expanded="true"]::after {
    rotate: 135deg;
}

.primary-menu__link-main-text {
    display: block;
    font-weight: 700;
}

.primary-menu__link-description-text {
    display: block;
    margin-top: 0.4rem;
    color: #565c65;
    font-size: 1.4rem;
    font-weight: 400;
}

.primary-menu__dropdown {
    display: none;
    border-bottom: 1px solid #dfe1e2;
    background: #ffffff;
}

.primary-menu__button[aria-expanded="true"] + .primary-menu__dropdown {
    display: block;
}

.primary-menu__dropdown-first {
    padding: 2.4rem;
    background: var(--surface-primary-lighter);
}

.primary-menu__dropdown-second {
    padding: 1.6rem 2.4rem 2.4rem;
}

.primary-menu__dropdown-title {
    margin: 0 0 0.8rem;
    font-family: var(--court-serif);
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.15;
}

.primary-menu__dropdown-title-link {
    color: var(--text-link);
    text-decoration: underline;
    text-wrap: pretty;
}

.primary-menu__dropdown-title-link:hover,
.primary-menu__dropdown-title-link:focus {
    color: var(--text-link-dark);
    text-decoration: underline;
}

.primary-menu__dropdown-title-link .last-word {
    white-space: nowrap;
}

.primary-menu__dropdown-title-link .last-word::after {
    display: inline-block;
    width: 2rem;
    height: 1.6rem;
    margin-left: 0.8rem;
    background: currentColor;
    content: "";
    vertical-align: -0.2rem;
    -webkit-mask-image: url("../images/cacd/primary-menu/arrow-right.svg");
    mask-image: url("../images/cacd/primary-menu/arrow-right.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.primary-menu__mega-description-text {
    margin: 1.4rem 0;
    color: var(--text-on-surface-base-lightest);
    font-size: 1.4rem;
    line-height: 1.5;
}

.primary-menu__mega-quick-links {
    margin-top: 2.4rem;
}

.primary-menu__mega-popular-links-title {
    margin: 0 0 0.8rem;
    color: var(--text-on-surface-base-lighter--light);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.15;
    text-wrap: pretty;
}

.primary-menu__mega-quick-link-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-menu__mega-quick-link-menu li + li {
    margin-top: 0;
}

.primary-menu__mega-quick-link-menu a {
    color: var(--text-link);
}

.primary-menu--level-1 {
    display: grid;
    gap: 0.4rem;
}

.primary-menu--level-1 a {
    display: block;
    border-radius: 1rem;
    color: var(--text-on-surface-base-lightest--dark);
    padding: 0.9rem 0;
    text-decoration: none;
}

.primary-menu--level-1 a:hover,
.primary-menu--level-1 a:focus {
    color: var(--text-link-dark);
    text-decoration: underline;
}

.page-shell {
    flex: 1 0 auto;
    background: var(--court-soft);
    border-top: 1px solid #e8eaed;
}

.body-content {
    min-height: 48rem;
    background: transparent;
}

.footer {
    flex-shrink: 0;
    margin-top: 2.4rem;
}

.footer__top {
    border-top: 1px solid var(--border-muted-dark);
    background: var(--surface-base-lightest);
    color: var(--text-on-surface-base-lightest);
}

.footer-menu-above__menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu-above {
    transform: translateY(-1px);
}

.footer-menu-above__item {
    margin: 2.4rem 0;
    padding: 0;
}

.footer-menu-above a {
    color: inherit;
    text-decoration: none;
}

.footer-menu-above a:hover,
.footer-menu-above a:focus {
    color: inherit;
    text-decoration: underline;
}

.footer__bottom {
    background: var(--surface-primary-darker);
    color: var(--text-on-surface-primary-darker);
}

.footer__bottom a {
    color: inherit;
}

.footer__bottom-second a,
.footer__contact a {
    text-decoration: underline;
}

.footer__bottom a:visited {
    color: var(--text-on-surface-primary-darker-alt);
}

.footer__bottom a:hover,
.footer__bottom a:focus {
    color: var(--text-on-surface-primary-darker-dark);
}

.footer__bottom-second a:hover,
.footer__bottom-second a:focus,
.footer__contact a:hover,
.footer__contact a:focus {
    text-decoration: underline;
}

.footer__bottom a.footer_branding:hover,
.footer__bottom a.footer_branding:focus {
    color: inherit;
    text-decoration: none;
}

.footer__bottom a.footer_branding:visited {
    color: inherit;
}

.footer__bottom-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-top: 3.5rem;
    padding-bottom: 1.6rem;
}

.footer_branding img {
    width: 9.6rem;
    height: auto;
    flex: 0 0 auto;
    margin-right: 1rem;
}

.footer__info_wrapper {
    width: 100%;
    margin-top: 1.6rem;
}

.footer__bottom-second .menu,
.footer__contact,
.social-media-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__bottom-first,
.footer__bottom-second,
.footer__bottom-third {
    display: flex;
    flex-direction: column;
}

.footer__bottom-second li,
.footer__bottom-third li {
    padding-block: 0.6rem;
    list-style: none;
}

.footer__contact-item {
    margin-bottom: 0;
}

ul.footer__contact {
    margin-bottom: 1.6rem;
}

.social-media-menu__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.4rem;
    margin-top: 0;
}

.social-media-menu__link {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    color: inherit;
    text-decoration: none;
}

.social-media-menu__link::before {
    position: absolute;
    inset: 0;
    width: 2.4rem;
    height: 2.4rem;
    margin: auto;
    background-color: currentColor;
    color: var(--surface-base-lighter);
    content: "";
    -webkit-mask-image: var(--icon);
    mask-image: var(--icon);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

@media (min-width: 700px) {
    .footer-menu-above__item {
        display: inline;
    }

    .footer-menu-above__item:not(:last-child)::after {
        white-space: pre;
        content: "  |  ";
    }
}

@media (min-width: 760px) {
    .tablet\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%;
    }

    .header__leaderships_names {
        list-style-type: disc;
    }

    .header__leaderships_names li::marker {
        font-size: 0;
    }

    .footer__top {
        padding: 1.35rem 4rem;
    }

    .footer_branding img {
        float: left;
    }

    .footer__info_wrapper {
        width: auto;
        margin-top: 0;
    }

    .footer__bottom-first {
        min-width: 50rem;
    }

    .footer__bottom-second .menu {
        column-count: 2;
        column-gap: 10em;
    }
}

@media (min-width: 600px) {
    .social-media-menu__list {
        justify-content: unset;
    }
}

@media (min-width: 760px) {
    .header__secondary-menu {
        flex-basis: auto;
        border: 0;
    }

    .header__menu-button {
        margin-left: 4rem;
    }
}

@media (min-width: 1000px) {
    .header__logo {
        flex: 0 1 auto;
        max-width: calc(100% - 35rem);
        margin-bottom: 0.8rem;
    }

    .header__logo img {
        display: block;
    }

    .header__secondary-menu {
        display: block;
        gap: normal;
        font-size: 1.6rem;
        text-align: right;
    }

    .header__secondary-item,
    .header__secondary-item a {
        display: inline-block;
        vertical-align: middle;
    }

    .header__secondary-item {
        transform: translateY(-0.1rem);
    }

    .header__secondary-item--spacer {
        margin-right: 0.64rem;
        margin-left: 0.64rem;
    }
}

@media (min-width: 1024px) {
    .header__main {
        padding-bottom: 0;
    }

    .header__leadership_names-wrapper {
        display: block;
    }

    .header__secondary-menu {
        order: 2;
        flex-basis: auto;
        margin-left: auto;
        justify-content: flex-end;
    }

    .header__menu-button,
    .header__menu-wrapper-close-button,
    .header__menu-wrapper-header,
    .header__menu-overlay {
        display: none !important;
    }

    .header__menu-wrapper {
        position: static;
        display: block;
        visibility: visible;
        transform: none;
        overflow: visible;
        flex: 1 1 calc(100% - 18.5rem);
        order: 3;
        width: auto;
        max-width: none;
        height: auto;
        background: transparent;
    }

    .header__navigation {
        position: static;
    }

    .primary-menu--level-0 {
        display: flex;
        flex-wrap: wrap;
        gap: 1.2rem;
    }

    .primary-menu__menu-item--level-0 {
        position: static;
    }

    .primary-menu__button {
        width: auto;
        margin-bottom: 1.6rem;
        padding: 1rem;
        border: 1px solid transparent;
        border-bottom: 2px solid transparent;
        color: var(--text-link-darkest);
        font-size: 1.6rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .primary-menu__button > .primary-menu__link-main-text {
        margin: 0;
        color: inherit;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .primary-menu__button > .primary-menu__link-description-text {
        display: none;
    }

    .primary-menu__button:hover,
    .primary-menu__button:focus {
        border-bottom-color: var(--border-primary);
    }

    .primary-menu__button[aria-expanded="true"] {
        position: relative;
        border-color: #8c91a0;
        border-bottom-color: transparent;
        border-radius: 1rem 1rem 0 0;
        background: var(--surface-base-lightest);
    }

    .primary-menu__button[aria-expanded="true"]::before {
        position: absolute;
        top: 100%;
        left: -1px;
        z-index: 2;
        width: calc(100% + 2px);
        height: 1.9rem;
        border-right: 1px solid #8c91a0;
        border-left: 1px solid #8c91a0;
        background: var(--surface-base-lightest);
        content: "";
    }

    .primary-menu__button::after {
        width: 0.6rem;
        height: 0.6rem;
    }

    .primary-menu__button[aria-expanded="true"] + .primary-menu__dropdown {
        display: flex;
    }

    .primary-menu__dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        width: 100%;
        border: 1px solid #8c91a0;
        background: var(--surface-base-lightest);
        box-shadow: none;
    }

    .primary-menu__dropdown-first {
        flex: 0 0 32rem;
        padding: 4rem;
    }

    .primary-menu__dropdown-second {
        flex: 1 1 auto;
        padding: 4rem;
    }

    .primary-menu__dropdown-title {
        margin-bottom: 0.8rem;
    }

    .primary-menu__mega-quick-link-menu {
        columns: 2;
        column-gap: 2rem;
    }

    .primary-menu__mega-quick-link-menu li {
        break-inside: avoid;
        padding-bottom: 1.6rem;
    }

    .primary-menu--level-1 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: normal;
    }

    .primary-menu--level-1 a {
        position: relative;
        min-height: 0;
        padding: 1.6rem;
        border: 1px solid transparent;
        color: var(--text-link);
        font-weight: 400;
        text-decoration: none;
    }

    .primary-menu--level-1 a .primary-menu__link-main-text {
        display: block;
        margin-bottom: 0.8rem;
        padding-right: 1rem;
        color: var(--text-on-surface-base-lightest--dark);
        font-weight: 700;
        text-wrap: pretty;
    }

    .primary-menu--level-1 a .primary-menu__link-description-text {
        display: inline;
        margin: 0;
        color: var(--text-on-surface-base-lightest);
        font-size: 1.4rem;
        line-height: 1.5;
        text-wrap: pretty;
    }

    .primary-menu--level-1 a::after {
        position: absolute;
        top: 2.3rem;
        right: 1.6rem;
        width: 0.6rem;
        height: 0.6rem;
        border-left: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        content: "";
        rotate: -135deg;
    }

    .primary-menu--level-1 a:hover,
    .primary-menu--level-1 a:focus {
        border-color: var(--border-primary);
        background: var(--surface-primary-lighter);
        text-decoration: none;
    }
}

@media (min-width: 1400px) {
    .footer__bottom-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 5.6rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .footer__bottom-first {
        flex-shrink: 0;
        flex-grow: 1;
        max-width: 40rem;
    }

    .footer__bottom-second {
        max-width: 47rem;
    }

    .footer__bottom-second .menu {
        column-gap: 7em;
    }
}

@media (max-width: 767.98px) {
    .court-shell,
    .cacd-container {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .header__secondary-item--spacer {
        display: none;
    }

    .header__secondary-item {
        min-width: 45%;
    }

    .body-content {
        min-height: 42rem;
    }
}

@media (max-width: 520px) {
    .header__menu-button {
        right: auto !important;
        left: min(28rem, calc(100vw - 11rem));
    }
}

@media (max-width: 1023.98px) {
    .header__main {
        display: block;
        padding-right: 10.8rem;
    }

    .header__logo {
        width: 100%;
        max-width: none;
    }

    .header__site-name {
        max-width: 25rem;
        overflow-wrap: normal;
        white-space: normal;
    }

    .header__menu-button {
        position: absolute;
        top: 1.6rem;
        right: 2.4rem;
        margin-left: 0;
        max-width: none;
    }

    .header__secondary-menu {
        width: 100%;
        margin-top: 0.8rem;
    }

    .header__menu-button::after {
        width: 2.6rem;
        height: 2rem;
    }
}
