/* FDIC Header */

/*.header .main-nav li {
    height: 90px;
}

.header .logo img {
    margin-top: 50px;
}*/

.fdic-area {
    /*    position: absolute;*/
    top: 5px;
    left: 0;
    z-index: 1000;
    height: 43px;
    border-bottom: 1px solid #d0d0d0;
    background: #ffffff;
}

.fdic-container {
    padding:0 30px;
}

.fdic-banner {
    background: transparent;
    margin: 0;
    padding-top: 0;
    max-width: 960px;
    color: #1b1b1b;
    line-height: 1.5;
    font-family: "Source Sans Pro Web", "Source Sans 3", sans-serif;
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
}

.fdic-icon {
    width: clamp(35px, 4vw, 62px);
    margin-right: 0.5rem;
    padding-top: 0;
    float: left;
    border-style: none;
    box-sizing: inherit;
}

.fdic-headliner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 960px;
    margin-right: auto;
    padding: 4px;
    cursor: pointer;
    position: relative;
}

.fit-auto {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-right: 0.3rem;
}

.fdic-header-text {
    text-align: left;
    display: block;
    font-family: "Source Sans Pro Web", "Source Sans 3", sans-serif;
    font-style: italic;
    margin-left: 0.2em;
    margin-top: 1em;
    font-size: 1.12rem;
    line-height: 1.1;
}

.fdic-area svg {
    max-height: 20px;
    width: clamp(35px, 4vw, 62px);
    margin: 0.25em 0.5em 0 clamp(5px,1vw,20px);
}

.blue svg {
    fill: #003256;
}
.fdic-area.mobile-version{
    display:none;
}

@media screen and (max-width: 979px){
    .fdic-area{
        display:none;
    }

        .fdic-area.mobile-version {
            display:block;
            width: 100%;
            z-index: 1000;
            height: 50px;
            border-top: 1px solid #d0d0d0;
            background: #ffffff;
            -webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 8px 0;
            box-shadow: rgba(0, 0, 0, .5) 0 0 8px 0;
        }
            .fdic-area.mobile-version .fdic-container{
                padding:0;
            }

            .fdic-area.mobile-version svg {
                flex-basis: 42px;
            }

        .fdic-area.mobile-version .fdic-headliner {
                justify-content: center;
        }
    }
