/* variable overrides and viewport
============================================================ */
:root {
}

html, body {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.5;
}

/* top stripes shared by header */
.top-stripes {
    display: flex;
    width: 100%;
    height: 8px;
}
.top-stripe {
    flex: 1 1 0;
}
.top-stripe--purple { background: #321b58; }
.top-stripe--blue   { background: #00aae3; }
.top-stripe--green  { background: #69bd45; }



/* header and nav
============================================================ */
.navbar-brand img {
    max-height: 50px;
    width: 100%;
    max-width: 100%;
    display: block;
}
.navbar-nav {
    gap: 1.5rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:hover {
    color: #00aae3;
}
.nav-link {
    font-weight: 600;
}


/* jumbotron
============================================================ */
.hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 24%,
        rgba(0, 0, 0, 0.35) 62%,
        rgba(0, 0, 0, 0)
    );
    z-index: 1;
}
.hero--billboard {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 68vh;
    max-width: 80%;
    margin: 0 auto;
    padding: 4rem 20px;
}
.hero--billboard h1 {
    font-size: clamp(2.6rem, 3.2vw, 3.4rem);
    line-height: 1.15;
    font-weight: 600;
    margin: 0;
    max-width: 800px;
}
.hero--billboard p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
}


/* general typography
============================================================ */
main p,
main li {
    font-size: 1.05rem;
}
main h2,
main h3,
footer h4 {
    color: #321b58;
    font-weight: 600;
}



/* non-navigation links
============================================================ */
main p a,
main li a {
    color: #00aae3;
    font-weight: 600;
}

.text-tertiary {
    color: #69bd45;
}


/* buttons
============================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .65rem 1.25rem;
    border-radius: 2px;
    border: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    width: fit-content;
}
.btn-primary {
    background-color: #251541;
}
.btn-primary:hover {
    background-color: #00aae3;
}

.btn--reverse {
    background-color: #fff;
    color: #321b58;
    border: 1px solid #321b58;
}
.btn--reverse:hover {
    background-color: #00aae3;
    color: #fff;
}


/* backgrounds
============================================================ */
.bg--primary {
    background-color: #00aae3;
}


/* cta
============================================================ */
.cta {
    position: relative;
    width: 100%;
    min-height: 699px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 3.5rem 0;
}
.cta--overlay {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
}
.cta--panel {
    background: linear-gradient(135deg, #321b58 0%, #1b2c8b 100%);
    color: #fff;
    width: 100vw;
    max-width: 800px;
    margin-right: calc((100vw - 100%) / -2);
    padding: 2.4rem 2.7rem 2.6rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    min-height: 300px;
    vertical-align: middle;
}
.cta--message {
    max-width: 400px;
}
.overlay--left {
    justify-content: flex-start;
    margin: 0;
    padding-left: 0;
}
.overlay--left .cta--panel {
    padding-left: 10rem;
}


/* backgrounds
============================================================ */
.bg--primary {
    background-color: #321b58;
    color: #fff;
}
.bg--primary p a,
.bg--primary li a {
    color: #fff;
}
.bg--neutral {
    background-color: #e9e7ed;
}

/* cards
============================================================ */
.card {
    padding: 2rem;
    border: none;
}
.card-footer {
    background-color: #fff;
    border-top: none;
}
.card--horizontal .card-body {
    padding-top: 0;
}
.card img {
    background-color: #f4f5f7;
}


/* icons
============================================================ */
.resource-card-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #00aae3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.resource-card-icon .check {
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
}
.resource-card-icon img {
    background: transparent;
}
.icon--two-column {
    width:35px;
    height:auto;
}


/* accordion
============================================================ */
.accordion {

}
.accordion-item {
    border-top: 1px solid #c9c9c9;
    border-right: none;
    border-bottom: 1px solid #c9c9c9;
    border-left: none;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit;
    box-shadow: none;
}
.accordion-button,
.accordion-body {
    background-color: transparent;
}
.accordion-button::after {
    background-image: none !important;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f056'; /* cirle-plus */
    width: auto;
    height: auto;
}
/* icon when open (expanded) */
.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f056'; /* cirle-plus */
    transform: none;
}
/* icon when closed (collapsed) */
.accordion-button.collapsed::after {
    background-image: none !important;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f055';
}
.accordion-header button {
    color: #321b58;
    font-size: 2rem;
}



/* footer
============================================================ */
footer {
    padding: 3.25rem 0 3rem;
}
/* footer stripes */
.footer-stripes {
    display: flex;
    width: 100%;
    height: 8px;
}
.footer-stripe {
    flex: 1 1 0;
}
.footer-stripe--purple  { background: #321b58; }
.footer-stripe--blue    { background: #00aae3; }
.footer-stripe--green   { background: #69bd45; }

footer h4 {
    margin: 0 0 1.1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #00aae3;
}

footer p,
footer li {
    font-size: 1rem;
}

footer ul[role="navigation"] li a {
    color: inherit;
    text-decoration: none;
}
footer ul[role="navigation"] li a:hover {
    color: #00aae3;
}
/* top stripes shared by header */
