/* josefin-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/ui/font/josefin-sans-v34-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('/ui/font/josefin-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/ui/font/josefin-sans-v34-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('/ui/font/josefin-sans-v34-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('/ui/font/josefin-sans-v34-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('/ui/font/josefin-sans-v34-latin-regular.svg#JosefinSans') format('svg');
    /* Legacy iOS */
}

/* josefin-sans-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/ui/font/josefin-sans-v34-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('/ui/font/josefin-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/ui/font/josefin-sans-v34-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('/ui/font/josefin-sans-v34-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('/ui/font/josefin-sans-v34-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('/ui/font/josefin-sans-v34-latin-700.svg#JosefinSans') format('svg');
    /* Legacy iOS */
}

/* atkinson-hyperlegible-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 400;
    src: url('/ui/font/atkinson-hyperlegible-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('/ui/font/atkinson-hyperlegible-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/ui/font/atkinson-hyperlegible-v12-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('/ui/font/atkinson-hyperlegible-v12-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('/ui/font/atkinson-hyperlegible-v12-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('/ui/font/atkinson-hyperlegible-v12-latin-regular.svg#AtkinsonHyperlegible') format('svg');
    /* Legacy iOS */
}

/* atkinson-hyperlegible-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Atkinson Hyperlegible';
    font-style: italic;
    font-weight: 400;
    src: url('/ui/font/atkinson-hyperlegible-v12-latin-italic.eot');
    /* IE9 Compat Modes */
    src: url('/ui/font/atkinson-hyperlegible-v12-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/ui/font/atkinson-hyperlegible-v12-latin-italic.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('/ui/font/atkinson-hyperlegible-v12-latin-italic.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('/ui/font/atkinson-hyperlegible-v12-latin-italic.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('/ui/font/atkinson-hyperlegible-v12-latin-italic.svg#AtkinsonHyperlegible') format('svg');
    /* Legacy iOS */
}

/* atkinson-hyperlegible-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 700;
    src: url('/ui/font/atkinson-hyperlegible-v12-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('/ui/font/atkinson-hyperlegible-v12-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/ui/font/atkinson-hyperlegible-v12-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('/ui/font/atkinson-hyperlegible-v12-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('/ui/font/atkinson-hyperlegible-v12-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('/ui/font/atkinson-hyperlegible-v12-latin-700.svg#AtkinsonHyperlegible') format('svg');
    /* Legacy iOS */
}

:root {
    /* --- Base --- */
    --color-bg: #ffffff;
    --color-text: #000000;

    /* --- Text --- */
    --color-text-primary: #224099;
    /* strong emphasis, titles */
    --color-text-secondary: #5F5EA5;
    /* lighter emphasis */
    --color-text-muted: #D5DAED;
    /* helper text */

    /* --- Surfaces --- */
    --color-surface: #ffffff;
    --color-surface-alt: #F8F8FA;
    /* optional subtle background */

    /* --- Brand / Accents --- */
    --color-accent-primary: #224099;
    --color-accent-primary-light: #E3DBFF;
    --color-accent-primary-dark: #5F5EA5;

    --color-accent-secondary: #FFE500;
    --color-accent-secondary-dark: #FFC727;
    --color-accent-secondary-light: #FFE7A1;
    --color-accent-secondary-soft: rgba(255, 229, 0, 0.5);
    --color-warning: #D3121B;
    /* --- Buttons --- */
    --btn-primary-bg: var(--color-accent-secondary-dark);
    --btn-primary-color: var(--color-text);

    --btn-secondary-bg: var(--color-accent-primary-dark);
    --btn-secondary-color: var(--color-bg);

    --btn-radius: 8px;
    --btn-padding: 0.6em 1.2em;
    --btn-font-weight: 700;

    /* --- States --- */
    --color-border: #D5DAED;
    --color-hover: rgba(0, 0, 0, 0.05);
    --color-focus: var(--color-accent-primary);

    --size-header: 9rem;
    --size-card-radius: 1rem;

    --card-size: 23rem;
    --card-gap: 2rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-word;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Atkinson Hyperlegible', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: var(--color-text);
    background-color: var(--color-bg);
}

/* Links */
a {
    color: var(--color-accent-primary);
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5em;
    color: black;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
}

h2 {
    font-size: 2.3rem;
}

h3 {
    font-size: 2rem;
}

h4,
legend {
    font-size: 1.75rem;
}

/* Text */
p,
li {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-weight: 400;
}

p {
    margin-bottom: 1rem;
}

img {
    width: 100%;
    height: auto;
}

/* --- Partners carousel --- */
#partners {
    background: #fff;
}

/* viewport */
.partners-carousel {
    overflow: hidden;
    position: relative;
}

/* moving strip */
.partners-track {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    gap: 2rem;

    width: max-content;
    will-change: transform;
}

/* logo tile */
.partners-track li {
    flex: 0 0 auto;
}

.partners-track a {
    display: grid;
    place-items: center;

    inline-size: 8rem;
    /* bigger presence */
    block-size: 200px;
    padding: 1rem;
    /* breathing room */

    border-radius: 1rem;
    transition: transform .25s ease;
}

.partners-track a:hover {
    transform: translateY(-4px);
}

/* logo itself */
.partners-track img {
    max-inline-size: 100%;
    max-block-size: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.tight {
    display: block;
    padding: 0.7rem;
}

@media screen and (min-width:64rem) {
    .tight {
        display: block;
        max-width: 73rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.tight>ul,
.tight>ol {
    padding-left: 1.15rem;
    /* default is often ~2.5rem */
    margin-left: 0;
}

/* base: readable stack on small screens */
dl.grid {
    margin: 1rem 0 0;
}

dl.grid dt {
    font-weight: 700;
    margin: 1rem 0 .25rem;
}

dl.grid dd {
    margin: 0 0 .75rem;
}

/* large screens: grid */
@media screen and (min-width:64rem) {
    dl.grid {
        display: grid;
        grid-template-columns: minmax(12rem, 18rem) 1fr;
        /* label | value */
        column-gap: 2rem;
        row-gap: .75rem;
        align-items: baseline;
    }

    dl.grid dt {
        margin: 0;
    }

    dl.grid dd {
        margin: 0;
        padding: 0;
    }
}



#menu_filler {
    height: calc(var(--size-header) + 4rem);
}

/* Main headers */
body>header {
    position: fixed;
    height: var(--size-header);
    top: 0px;
    width: 100%;
    z-index: 999;
}


main>header h1 {
    background: var(--color-accent-primary-light);
    padding: 3rem 0;
}

main>header div:has(p) {
    margin: 2rem 0;
}

main>header div p {
    font-size: 1.3rem;
}

main>section {
    margin-top: 2rem;
}

address {
    font-style: normal;

}

/* Breadcrumb */
.breadcrumb {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 0.5rem;
    color: var(--color-text-secondary);
}

.breadcrumb a {
    color: var(--color-accent-primary-dark);
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb li[aria-current="page"] {
    color: var(--color-text-secondary);
    font-weight: 700;
}

.banner-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    max-width: 100%;
    margin: 0;
}

.banner-gallery img {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    margin-inline: auto;
}



/* visually hidden (screen-reader only) */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}




/* make sure your hero can host absolute elements */
html {
    position: relative;
}

/* the scroll marker button */
.scroll-marker {
    /* position inside the hero */
    position: absolute;
    right: 9rem;
    top: 12rem;
    z-index: 5;

    /* round button */
    width: 2.75rem;
    aspect-ratio: 1 / 1;
    border-radius: 999px;

    /* icon */
    background: #fff url("/ui/scroll-bar.png") center / 1.4rem no-repeat;

    /* clean/pro look */
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: 0 .6rem 1.2rem rgba(0, 0, 0, .12);

    /* interactions */
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

/* hover/focus */
.scroll-marker:hover {
    transform: translateY(.15rem);
    box-shadow: 0 .85rem 1.6rem rgba(0, 0, 0, .16);
}

.scroll-marker:focus-visible {
    outline: .2rem solid rgba(108, 99, 255, .45);
    /* change to your accent */
    outline-offset: .25rem;
}

/* subtle “scroll hint” animation */
@media (prefers-reduced-motion: no-preference) {
    .scroll-marker {
        animation: scroll-bob 1.6s ease-in-out infinite;
    }

    @keyframes scroll-bob {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(.35rem);
        }
    }
}


.doc-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* centered as a group */
    align-items: center;
    gap: .85rem;
    /* constant spacing */
    margin-block: 1.25rem 2rem;

    display:none;
}

/* optional: keep buttons visually aligned in rows */
.doc-nav>.btn {
    white-space: nowrap;
    /* prevents ugly mid-label wraps */
}

/* optional intrinsic nicety: on very narrow screens, allow long labels */
@media (max-width: 28rem) {
    .doc-nav>.btn {
        white-space: normal;
        text-align: center;
    }
}

/* optional: if you want the bar to never stretch full width */
.doc-nav {
    width: fit-content;
    margin-inline: auto;
}

abbr[title]{
    text-decoration: none;
    border-bottom: 1px dotted var(--color-text-secondary);
}


label.required abbr {
    color: var(--color-warning);
    border:0;
}



main .dividing-title {
    background: var(--color-text-secondary);
    color: white;
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

#sitemap dl {
  margin: 0;
  padding: 0;
}

#sitemap dt {
  font-weight: 700;
  margin-top: 1.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid var(--border, #ddd);
}

#sitemap dt:first-child {
  margin-top: 0;
}

#sitemap dd {
  margin: 0.25em 0 0.25em 1em;
}

#sitemap dd ul {
  list-style: disc;
  margin: 0.25em 0 0.5em 1.25em;
  padding: 0;
}

#sitemap dd ul li {
  margin: 0.15em 0;
}


.two-cols{
    display:flex;
}
.two-cols>*{
    flex:1;
}

.center{
    text-align:center;
}

article>ul,
section>ul {
    margin-left: 1.7rem;
}

ul + p{
    margin-top:1rem;
}



.video-embed__container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-embed__container > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}