.footer-wrapper {
    width: 100%;
    height: auto;
    background-color: var(--rls-red);
    border-top: 1px solid white;
}

.footer-rule {
    height: 1px;
    width: 100%;
    background-color: white;}

.rls-footer {
    font-size: 2rem;
    line-height: 3rem;
    color: white;}

footer .blurb {
    border: 1px solid;
}

.footer-contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    color: white;
    width: 100%;
}

.footer-contents > li > a {
    font-family: 'Univers Extended Bold' !important;
}

.footer-contents li:not(:last-child) {
    padding-right: 2rem;
}

.footer-contents li.search {
    display: none;
}

.footer-contents .sub-menu {
    list-style: none;
}

.wpml-ls-statics-footer {
    position: relative;
    width: 100%;
    padding: 4rem;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    list-style: none;
    background-color: var(--rls-red);
    margin-bottom: 0rem;
}

.wpml-ls-statics-footer li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: white;
    border-radius: 0.5rem;
}

.wpml-ls-statics-footer li img {
    width: 25px;
    margin-right: 1rem;
    height: auto;
    text-align: center;
}

.icon-wrapper img {
    width: 30px;
    margin-right: 0.5rem;
}

@media (max-width: 991px) {
    .footer-img {
        display: none;}

    .footer-contents {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        list-style: none;
        width: 100%;
    }
}