/* Footer */
.footer {
    font-family: HelveticaNeueLTPro, Arial, sans-serif;
    font-size: 14px;
    background: var(--remax-footer-bg, #0F161A);
    color: #fff;
}

.footer .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer__section {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__section--nav {
    padding: 3rem 0;
}

.footer__section--social {
    text-align: center;
    padding-top: 0;
    padding-bottom: 2em;
    border-top: 0;
}

.footer__section--social a {
    display: inline-block;
    margin: 0 4px;
    font-size: 30px;
}

.footer__section--international,
.footer__section--utilities {
    padding: 3rem 0 calc(3rem - 15px);
}

.footer__section--otherLink {
    padding: 3rem 0 calc(3rem - 13px);
}

.footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__list li {
    margin-bottom: 0;
}

.footer__list h3 {
    letter-spacing: 1px;
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 10px 0;
    margin: 0 0 8px;
    color: #fff;
}

.footer__list h3 a {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.footer__list h3 a:hover {
    color: #949ca1;
}

.footer__list a {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 13px;
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease-in-out;
}

.footer__list a:hover {
    color: #949ca1;
}

.footer__social {
    font-size: 30px;
    text-align: left;
}

.footer__social a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    display: inline-block;
    margin: 0 4px;
}

.footer__social a:hover {
    color: #949ca1;
}

.footer__social a svg,
.footer__social a i {
    width: auto;
    height: 1em;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.footer__pipe-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.footer__pipe-list li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    line-height: 1.5;
    margin-bottom: 0;
}

.footer__pipe-list li:after {
    position: absolute;
    top: 0;
    right: -2px;
}

.footer__pipe-list li:last-of-type:after {
    display: none;
}

.footer__pipe-list li a {
    margin-bottom: 13px;
}

.footer__pipe-list a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.2s ease-in-out;
    display: inline-block;
}

.footer__pipe-list a:hover {
    color: #949ca1;
}

/* Copyright */
.copyright {
    font-family: HelveticaNeueLTPro, Arial, sans-serif;
    font-size: 0.8125rem;
    padding: 45px 0 70px;
    text-align: left;
    background-color: #fff;
    color: #333333;
}

.copyright .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.copyright .row {
    align-items: flex-start;
}

.copyright__text {
    padding-top: 20px;
}

.copyright img {
    display: block;
    width: 100%;
    height: auto;
}

.copyright p {
    font-size: 0.8125rem;
    color: #333333;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.copyright .mt-4 {
    margin-top: 20px;
}

.copyright .d-inline-block {
    display: inline-block;
}

.copyright .mr-2 {
    margin-right: 8px;
}

.copyright a {
    color: #626366;
    text-decoration: none;
    font-size: 0.8125rem;
    transition: color 0.2s ease-in-out;
}

.copyright a:hover {
    color: #333333;
}

@media screen and (max-width: 700px) {
    .footer__section--social {
        padding-top: 2em;
    }

    .footer__section:first-of-type {
        display: none;
    }

    .footer__social {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .copyright {
        text-align: center;
    }

    .copyright img {
        display: block;
        width: 100%;
        max-width: 60%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0 !important;
    }
}

