﻿.main-wrapper.container nav {
    background: none;
    margin-bottom: 0;
}

nav > ul li a, nav button.btn-mobile {
    color: #fff !important;
}

@media (max-width: 990px) {
    nav > ul li.has-child a {
        color: #fff !important;
    }
}

.footer-distributed {
    font-size: 13px;
    background: none;
}

    .footer-distributed a img {
        border-radius: 10px;
    }

    .footer-distributed h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .footer-distributed .mb-10 {
        margin-bottom: 10px !important;
    }

    .footer-distributed .mb-20 {
        margin-bottom: 20px !important;
    }

    .footer-distributed .mb-30 {
        margin-bottom: 30px !important;
    }

    .footer-distributed .quick-link ul {
        list-style: none;
        margin-left: 6px;
        margin-top: 3px;
    }

        .footer-distributed .quick-link ul li {
            margin-bottom: 3px;
        }

    .footer-distributed .footer-text {
        font-weight: normal;
        margin: 0;
        padding: 20px;
    }

        .footer-distributed .footer-text .img-icon {
            padding-right: 3px;
            margin-bottom: -5px;
        }

    .footer-distributed .normal-text {
        font-weight: normal;
        margin-bottom: 5px;
    }

        .footer-distributed .normal-text.small {
            font-size: 12px;
        }


    .footer-distributed .bold-link {
        font-weight: bold;
        margin-bottom: 8px;
    }

.footer-external {
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: lightgrey;
}

    .footer-external .footer-link {
        display: inline-block;
        width: 24%;
        text-align: center;
    }


@media (max-width: 767px) {
    .row.reorder-xs {
        transform: rotate(180deg);
        direction: rtl; /* Fix the horizontal alignment */
    }

        .row.reorder-xs > [class*="col-"] {
            transform: rotate(-180deg);
            direction: ltr; /* Fix the horizontal alignment */
        }
}
