.footer .footer-menu {
    background-color: #2E4480;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer-menu.row .col-12 {
    flex-grow: 1;
    padding: 0;
}

.footer .footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer .footer-menu a {
    margin-bottom: 10px;
    color: #fff;
    display: list-item;
    font-size: 14px;
}

.footer .footer-menu a:hover {
    color: #97aadcff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.footer .footer-menu .title-header {
    text-align: left;
    margin: 15px 0px;
    color: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
}

.footer .footer-copyright {
    background-color: #2F3D64;
    padding: 7px;
    text-align: center;
    color: #fff;
}

.logo-container {
    margin-bottom: .5rem;
}

#dnn_FooterTop {
    padding-bottom: 2rem;
}

@media screen and (max-width: 992px) {
    .footer .footer-menu {
        /* padding: 10px 25px; */
        flex-wrap: wrap;
    }
}
