/********** FDIC Banner ****************/

.compliance-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: auto;
    width: 100%;
    border-bottom: 1px transparent solid;
    background: white;
    padding: 5px 10px 0 10px;
}

.FDIC {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
}

.text-fdic {
    margin-left: 3px;
    min-width: 217px;
}

.text-fdic p {
    margin: 0;
    text-wrap: wrap;
    font-size: 12.8px;
    font-family:
    sans-serif;
    line-height:
    13px;
    color: black;
}

/********* end FDIC Banner ************/
