.mel-fdic-logo
{
    background-image: url(/assets/site_images/fdic/bt.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 32px; 
}

.mel-fdic-logo.wt
{
    background-image: url(/assets/site_images/fdic/wt.svg);
}

.mel-fdic-nav
{
    background-color: #509E30;
    color: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;   
}

.mel-fdic-nav > .fdic-logo
{
    background-position: center;
    width: 90%;
    height: 20px;
    min-height: 1px;
}