header{
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #024b86;
    background-color: #EFEDE7;
}
header a {
    display: block;
}

header a img.pic {
    height: 40px;
    pointer-events: none;
    width: auto;
}

footer{
    width: 100%;
    padding: 2.25rem 0;
    background-color: var(--dark-blue);
    color: #EFEDE7;
}
footer a{color: #EFEDE7;text-decoration: none;}
footer h2{
    /* font-size: 3.5rem; */
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 100% !important;
    padding: 2rem 0;
    text-transform: uppercase;
}

@media (min-width: 993px) and (max-width: 1310px) {
    footer h2 {
        font-size: 1.75rem;
    }

}
footer h2 span{
    font-size: 1.15rem;
    position: relative;
    top: -14px;
}
footer .top-row{
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .top-row .col:first-of-type{width: 32%;}
footer .footer-links{
    width: 55%;
    display: flex;
    justify-content: space-between;
}
footer .footer-links ul li{display: block;margin-bottom: 1rem;}
footer .footer-links ul li:last-child{margin-bottom: 0;}
footer .footer-links ul li h4, footer .footer-links ul li h3 {color: #EFEDE7;}
footer .footer-links ul li h3 {font-size: 1.125rem;}
footer .footer-links ul li a{
    color: #EFEDE7;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
}
.footer-social a{margin-right: 2rem;}
.footer-social a:last-of-type{margin-right: 0;}
.footer-social a i{font-size: 2.25rem;}
footer .middle-row{
    padding: 2.25rem 0;
    border-top:1px solid var(--click-blue) ;
    border-bottom:1px solid var(--click-blue) ;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer .middle-row > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 55%;
}
footer .middle-row a{
    color: #EFEDE7;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 700;
/*    margin-left: 6rem;*/
}

footer .middle-row a:first-of-type{margin-left: 0;}
footer .bottom-row{padding-top: 2rem;}
footer .bottom-row p {
    font-size: .875rem;
    line-height: 1.5;
}
footer .click-here{color: #258BDD;text-decoration: underline;}

@media (max-width: 992px){
    header a img.pic {
        height: 24px;
    }

    footer .top-row{flex-direction: column;}
    footer .top-row .col:first-of-type{
        width: 100%;
        margin-bottom: 2.5rem;
    }

    footer .middle-row > div {
        justify-content: left;
        width: 100%;
    }

    footer .middle-row a {
        width: 25%;
    }

    footer .footer-links{width: 100%;}

}
@media (max-width: 850px) and (max-height: 425px){
    footer .middle-row{justify-content: center !important;}
}
@media (max-width: 580px){
    footer .footer-links{flex-direction: column;}
    footer .footer-links ul{width: 100%;margin-bottom: 2rem;}
    footer .footer-links ul:last-of-type{margin-bottom: 0;}
    footer .middle-row a{
        text-align: left;
        line-height: 1.2;
        font-size: 9px;
    }
}