﻿.footer-links {
    list-style: none;
}

    .footer-links li {
        padding: 6px 0;
    }

        .footer-links li a {
            color: white;
            font-size: .9rem;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
        }

            .footer-links li a:hover {
                text-decoration: underline;
            }

.nav_footer_b {
    color: white;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #353535;
}

    .nav_footer_b img, iframe {
        display: block;
        width: 100%;
    }

    .nav_footer_b .mbr-fallback-image.disabled {
        display: none;
    }

    .nav_footer_b .mbr-fallback-image {
        display: block;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .nav_footer_b .media-wrap {
        padding: 0;
    }

@media (max-width: 991px) {
    .nav_footer_b .media-wrap {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .nav_footer_b .row {
        text-align: center;
    }

        .nav_footer_b .row > div {
            margin: auto;
        }

    .nav_footer_b .social-row {
        justify-content: center;
    }
}

.nav_footer_b .social-row {
    display: flex;
    flex-wrap: wrap;
}

.nav_footer_b .list {
    list-style: none;
    padding-left: 0;
    color: #bbbbbb;
}

@media (max-width: 991px) {
    .nav_footer_b .list {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .nav_footer_b .list {
        margin-bottom: 0rem;
    }
}

.nav_footer_b .mbr-text {
    color: #bbbbbb;
    text-align: left;
}

.nav_footer_b .soc-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
}

.nav_footer_b .mbr-iconfont {
    color: black;
}

@media (max-width: 991px) {
    .nav_footer_b div > *:last-child {
        margin-top: 0 !important;
    }
}

.nav_footer_b .copyright {
    text-align: right;
}
