/* Footer */
.footer{
    position: relative;
    z-index: 2;
}
.footer-nav{
    text-align: right;
}
.footer-nav li{
    display: inline-block;
    margin-left: 15px;
}
.footer-nav li a{
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9em;
}
.footer-logo{
    max-height: 60px;
    max-width: 100%;
}
.footer-nav .current-menu-item a{
    color: #3d4596;
}
.footer-nav .current-menu-item a:hover{
    color: #000;
}
.accreds img{
    max-height: 50px;
    margin-left: 10px;
}
.footer .row{
    margin-bottom: 25px;
}
.footer .row:last-of-type{
    margin-bottom: 0;
}
.footer-socials li{
    display: inline-block;
    margin-right: 10px;
}
@media (max-width:995px) {
    .footer-logo{
        margin-bottom: 25px;
        max-height: 40px;
    }
    .footer-nav{
        text-align: left;
    }
    .cqc-col{
        border-left:0;
        padding-left: 0;
    }
    .copyright-row{
        padding-top: 0 !important;
    }
    .copyright{
        text-align: left;
    }
    .footer-nav .menu-item:last-of-type{
        margin-bottom: 0 !important;
    }
    .footer .menu-main-menu-container, .footer .text-align-right {
        text-align: left;
    }
    .footer .menu-main-menu-container{
        margin-bottom: 25px;
    }
    .footer .row {
        margin-bottom: 10px;
    }
}
