﻿/*  FOOTER */
.footer {
    font-size: 1.1rem;
}

    .footer h3 {
        font-family: DearJoe, DearJoe-fallback-font;
        font-size: 3rem;
    }

@media only screen and (max-width:800px) {
    .footer h3 {
        margin-top: 1em;
    }
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    margin-top: 6.5rem;
}

.footer h3 + ul, .footer h3 + form > ul {
    margin-top: 2rem;
}

.footer ul li {
    line-height: 1.5em;
}
    .footer ul li > .trustpilot-wrapper {
        margin-top: 3rem;
        margin-bottom: 2rem;
        max-width: 180px;
    }


@media(min-width: 901px) {
    .footer .first-foot {
        padding-bottom: 30rem;
    }

    .footer ul li > .trustpilot-wrapper {
        max-width: 202px;
        margin-top: 13rem;
        margin-bottom: -2rem;
    }
}

@media only screen and (max-width:900px) {
    .footer .first-foot .subscription-trustpilot-links {
        padding-bottom: 17rem;
    }

        .footer ul li > .trustpilot-wrapper {
            margin-bottom: 0rem;
        }
}

.footer .first-foot {
    padding: 2rem 0 10rem;
    position: relative;
}

    .footer .first-foot:after {
        content: '';
        display: block;
        position: absolute;
        width: 562px;
        height: 350px;
        margin-left: -281px;
        left: 45%;
        background: url(/assets/img/illustrations/footer.png) no-repeat center;
        bottom: -75px;
    }

@media only screen and (max-width:600px) {
    .footer .first-foot:after {
        max-width: 100%;
        margin-left: 0;
        left: 0;
    }
}


.b-corp-logo {
    width: auto;
    height: 145px;
    margin-top: 45px;
}

.footer .second-foot {
    padding: 6rem 0 4rem;
}

    .footer .second-foot h3, .footer .second-foot h3 a {
        color: #5DBDCB;
    }

    .footer .second-foot ul a {
        color: #604644;
    }

.footer .third-foot > .wrap {
}

.footer .footer-copywright {
    text-align: right;
    font-size: 1.2rem;
    line-height: 3rem;
}

@media print {
    .footer {
        display: none;
    }
}
