/* Font Source Sans Pro 1.0.0 by Kristen Rogers, Copyright 2022 Fiserv. All rights reserved. */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: local(''), url('../fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-900.woff') format('woff');
}
:root {
    --font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    --font-family-headings: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

/* FDIC Official Sign 1.0.0 by Kristen Rogers and Paul Richards, Copyright 2024 Fiserv. All rights reserved. */
:root {
    --page-padding-left: 4vw;
    --page-padding-right: 4vw;
}
    body > .fdic-notice {
    order: 1
}

.fdic-notice {
    display: none;
    flex-direction: row;
    width: 100%;
    margin: 0;
    line-height: 1.25;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12.8px;
    font-weight: 400;
    color: #000;
}
body.home .fdic-notice {
    display: flex;
}
body:not(.header-topnav) .fdic-notice {
    padding: 1em var(--page-padding-left) 1em var(--page-padding-right);
    align-items: center;
    justify-content: flex-start;
    background-color: #eeeeee;
}

@media (max-width: 1000px) {
    .header-topnav nav.secondary {
        flex-wrap: wrap;
        height: auto !important;
    }

    .fdic-notice {
        justify-content: center;
        padding: .75em 0;
        font-size: .65em;
    }

    body:not(.header-topnav) .fdic-notice {
        font-size: .6em;
        padding: .7em !important;
    }
}

.fdic-notice.fixed {
    position: fixed;
    z-index: 1000;
}

.fdic-notice img {
    width: auto;
    height: 15.74px;
    margin-right: .75em;
    display: block;
}

.header-topnav header nav.secondary {
    justify-content: space-between;
}

header nav.secondary p.fdic-notice + ul {
    width: 100%;
}

