html {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    position: relative;
    scroll-behavior: smooth;
    color: #1f1b50;
}

body {
    background: #FFFFFF;
    text-rendering: optimizeLegibility;
    margin-bottom: 60px;
}
p
{
    font-size:1.2rem;
}

.banner 
{
    display:flex;
}

.banner img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) 
{
    html 
    {
        font-size: 16px;
    }
}

@media print {
    header,
    footer,
    nav 
    {
        display: none !important;
    }
}

.cards 
{
    padding: 0.5rem;
}

.cards > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    list-style: none;
}

.cards > ul > li {
    border-radius: .5rem;
}

.cards > ul > li > a > figure {
    max-height: 15rem;
    overflow: hidden;
    border-radius: .5rem;
    position: relative;
}

.cards > ul > li > a > figure > img {
    width: 100%;
    height: 15rem;
}

.cards > ul > li > a > figure > figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgb(31 27 80 / 70%);
    width: 100%;
}

.cards > ul > li > a > figure > figcaption > h3 {
    color: white;
    font-size: 1.25rem;
}

.cards > ul > li > a > p {
    font-size: 1rem;
    line-height: 1.5;
    padding: 1rem .75rem;
    color: #4339ac;
}

.cards > ul > li > a {
    text-decoration: none;
    border-radius: .25rem;
    text-align: center;
    display: inline-block;
    transition: all .3s;
}

.cards > ul > li > a:hover 
{
    opacity: .6;
}

#spacer {
    height: 1em;
}

.headinglarge {
    letter-spacing: -0.01em;
    line-height: 1;
    font-size: clamp(1.5rem, 4vw, 1.5rem);
}

.accordion {
    margin: auto;
    width: 80%;
    text-align: left;
    padding: 1rem 0 1.5rem 0;
}

    .accordion input {
        display: none;
    }

.box {
    position: relative;
    background: white;
    height: -webkit-fit-content;
    transition: all .15s ease-in-out;
}

    .box::before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    }

header.box {
    background: #1f1b50;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}

header .box-title {
    margin: 0;
    font-weight: normal;
    font-size: 20pt;
    color: white;
    cursor: initial;
}

header.flexbox {
    background: #fff;
    z-index: 100;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
    height:fit-content;
}

header .flexbox-title {
    margin: 0;
    font-weight: normal;
    font-size: 20pt;
    color: white;
    cursor: initial;
    height: 64px;
    background-color: #1f1b50;
    display: block;
    align-content: center;
    padding: 0 0 0 1rem;
}

header .flexbox-content {
    width: calc(100% - 40px);
    padding: 0.5rem 1rem;
    font-size: 14pt;
    color: rgba(0,0,0,.54);
    display: inline-block;
    >ul > li:first-of-type
    {
        padding: 0.5rem 0 0.5rem 0;
    }
    > ul > li > ul > li:first-of-type {
        padding: 0.5rem 0 0.5rem 0;
    }
    > ul > li {
        padding: 0 0 0.5rem 0;
    }
    > ul > li > ul > li {
        padding: 0 0 0.5rem 0;
    }
}

.box-title {
    width: calc(100% - 40px);
    font-size: 16pt;
    height: 64px;
/*    line-height: 64px;*/
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-content:center;
}

.box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 14pt;
    color: rgba(0,0,0,.54);
    display: none;
    >ul > li:first-of-type
    {
        padding: 0.5rem 0 0.5rem 0;
    }
    > ul > li > ul > li:first-of-type {
        padding: 0.5rem 0 0.5rem 0;
    }
    > ul > li {
        padding: 0 0 0.5rem 0;
    }
    > ul > li > ul > li {
        padding: 0 0 0.5rem 0;
    }
}

.box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

input:checked + .box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

    input:checked + .box .box-title {
        border-bottom: 1px solid rgba(0,0,0,.18);
    }

    input:checked + .box .box-content,
    input:checked + .box .box-close {
        display: inline-block;
    }

.arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
}

    .arrows section .box-title:before {
        position: absolute;
        display: block;
        content: '+';
        font-size: 18pt;
        right: 14px;
        top: -2px;
        transition: transform .15s ease-in-out;
        color: rgba(0,0,0,.54);
    }

input:checked + section.box .box-title:before {
    content: '-';
}

.recreq
{
    display:inline-grid;
    text-align:left;
    width:80%;
    strong
    {
        font-size: 1.5rem;
        margin: 0 2rem;
    }
    p {
        margin: 0 2rem 1rem;          
    }
    ul {
        font-size: 1.1rem;
        list-style: auto;
    }
}

.wrapper
{
    display:flex;
    flex-direction:column;
    width:90%;
    margin:0 75px 15px 75px;
}

details {
    border-block-end: 1px solid #000;
    margin-block: .5rem;
    padding-block: .5rem;
    list-style: none;
    text-align: left;
}
    details:last-of-type {
        border-block-end: none;
    }

summary {
    /* Pin the custom marker to the container */
    position: relative;
    /* Register summary as an anchor element */
    list-style: none;
    cursor: pointer;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    &::before, &::after

{
    /* Custom marker dimensions */
    content: "";
    border-block-start: 3px solid rgba(0,0,0,.54);
    height: 0;
    width: 1rem;
    /* Positions the lines */
    inset-block-start: 50%;
    inset-inline-end: 0;
    /* Anchor the shape to the summary */
    position: absolute;
}

/* Rotate just the ::after line to create a "+"" shape */
&::after {
    transform: rotate(90deg);
    transform-origin: 50%;
}

}

/* Rotate the line when open */
details[open] summary::after {
    transform: rotate(0deg);
}

.text-center 
{
    text-align: center;
}

.overflowx {
    overflow-x: auto;
}