footer {
    background: #161a60;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 100px;
}
footer > .row {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer h3 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}
footer ul {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    line-height: 20px;
}
footer ul li {
    display: block;
    float: left;
    width: 100%;
}
footer ul li a, footer ul li a:hover, footer ul li a:focus {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
footer div > a, footer div > a:hover, footer div > a:focus, .footer-socials a, .footer-socials a:hover, .footer-socials a:focus {
    display: block !important;
    float: left;
    width: 40px;
    text-align: center;
    line-height: 40px !important;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    text-decoration: none;
}
.footer-socials .col-12 {
    text-align: center;
}
.footer-socials a, .footer-socials a:hover, .footer-socials a:focus {
    margin: 20px 10px 0 10px;
    display: inline-block !important;
    float: none;
}
@media (max-width: 991px) {
    footer > .row {
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    footer h3 {
        margin-bottom: 10px;
        margin-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        border-bottom: 1px solid #2b75bb;
        position: relative;
        font-size: 14px;
    }
    footer h3:after {
        content: url('/assets/images/template/downarrow-white.svg');
        position: absolute;
        top: 0px;
        right: 10px;
        transform: scale(0.8);
    }
    footer h3.active:after {
        content: url('/assets/images/template/uparrow-white.svg');
    }
    footer ul {
        display: none;
        padding-bottom: 10px;
        border-bottom: 1px solid #2b75bb;
    }
    footer {
        padding-top: 3px;
        padding-bottom: 0;
        margin-top: 20px;
    }
    footer ul li {
        margin-bottom: 5px;
    }
}