﻿footer
{
    background-color: #000a3f;
    background-image: linear-gradient(to bottom, #013195, #000a3f);
    font-family: "reg";
    font-size: 11px;
    height:0px;
}
    footer .footer-container
    {
        padding: 60px 0;
    }
    footer, footer a
    {
        color: #fff;
    }
        footer a:hover
        {
            color: #fff;
            text-decoration: underline;
        }

footer.footer-white
{
    background-color: #fff !important;
    background-image: inherit !important;
    font-family: "reg" !important;
    font-size: 11px !important;
}
    footer.footer-white .footer-container
    {
        padding: 1px 0 !important;
        visibility:hidden;
    }
    footer.footer-white, footer.footer-white a
    {
        color: #000000 !important;/*Changes for rebrand 03/01/2018 */
    }
    /*Changes for rebrand 03/01/2018 */
    footer.footer-white a:hover a:focus
    {
        color: #000000 !important;
        text-decoration: underline !important;
    }

#blue-bar-foot
{
    /*background-color: #002c77 !important;*/
    background-color: #002855 !important;/*Changes for rebrand 03/01/2018 */
    position: relative;
    /*
    z-index: -10;
    margin-top: -50px;
    */
    visibility:hidden;
    height:0px;
}
    #blue-bar-foot .col-md-12
    {
        height: 100px !important;
    }

.blue-bar-foot-under {
    /*height: 50px;*/
    /*background-color: #002c77;*/
    background-color: #002855;/*Changes for rebrand 03/01/2018 */
    z-index: -10;
    margin-top: -50px;
    visibility:hidden;
}

/*Changes for rebrand 03/01/2018 */
.panel-footer {
    background-color:white;
    border-top:0px;
    border-color:white;
        
}