/* Footer */
footer {
    background-color:#333;
}
footer .title {
    font-size: 14px;
    margin-bottom: 0;
}

footer .social-title {
    font-size: 16px;
}

footer a {
    font-size: 15px;
    line-height: 1.2;
}

footer #copyright,
footer #copyright a {
    font-size: 13px;
}


footer a:hover {
    color: #fff;
}

footer select {
    font-size: 14px;
    padding: 10px 0px 7px 10px;
    cursor: pointer;
    width: 100%;
    border: 0px;
    background: #fff;
    appearance: none;
    border-radius: 0;
}

footer .select button {
    background-size: 10px;
    width: 43.5px;
    background-color: var(--brand-pink);
    background-image: url("../../images/icons/icon-select-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    z-index: 1;
    text-align: center;
    height: 100%;
    border:0;
    position:absolute;
    right:0;
    top:0;
    pointer-events: none;
}

footer .select {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    color: #333;
}

footer ul li a {
    padding-top: 6px !important;
}

#footer-nav li {
    line-height: 1.7;
}


/* Footer Newsletter */
#newsletter {
    padding-top: 17px;
    padding-bottom: 9px;
    margin-top: 23px;
    background-image: url("../../images/bg-newsletter.png");
    background-image: -webkit-image-set(url("../../images/bg-newsletter.png") 1x, url("../../images/bg-newsletter@2x.png") 2x);
    border-bottom: 12px solid var(--light-blue);
}

#newsletter p {
    font-size: 25px
}

#newsletter .sub {
    font-size: 16px;
    margin-top: -6px;
}

#newsletter form {
    width: 416px;
    max-width: 100%;
    height: 45px;
    margin: 0 0 0 9px;
}

#newsletter form input,
#newsletter form button {
    outline: none;
    appearance: none;
    border-radius: 0
}

#newsletter form input,
#newsletter ::placeholder {
    color: #222;
    line-height: 43px;
    font-size: 17px;
}

#newsletter form input {
    flex-grow: 1;
    text-indent: 15px;
    padding: 2px 0 0 0;
    margin: 0;
}

#newsletter form button {
    width: 100px;
    font-size: 16px;
    padding-top: 4px;
}

.footer-disclaimer {
    font-size: 13px;
    background-color: #ebebeb;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
    #newsletter form button {
        padding-top: 6px;
    }

}

@media screen and (max-width: 991px) {
    #newsletter>.flex {
        flex-direction: column;
        text-align: center;
    }

    #newsletter .col-6 {
        width: 100%;
        text-align: center;
    }

    #newsletter form {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    footer>.container {
        flex-wrap: wrap;
    }

    footer #footer-nav,
    footer #footer-nav+.col-3 {
        flex-basis: 100%;
    }

    footer #footer-nav+.col-3 {
        max-width: 416px;
        margin: 30px auto 0 auto;
    }

    footer .col-3 .my4.pt1 .justify-end {
        justify-content: center;
    }

    footer #copyright {
        text-align: center;
        margin-top: 0;
    }
}

@media screen and (max-width: 567px) {
    #newsletter {
        padding: 22px 0 40px;
        margin-top: 0;
    }

    #newsletter p {
        font-size: 21px;
        line-height: 26px;
        max-width: 300px;
        margin: 0 auto;
    }

    #newsletter .col-6 {
        padding: 0;
        margin-bottom: 0;
    }

    #newsletter .col-6:last-of-type {
        margin-top: 10px;
    }

    #newsletter .sub {
        font-size: 14px;
        line-height: 1.175;
        max-width: 280px;
        margin: 8px auto 4px auto;
    }

    #newsletter form input {
        padding: 0;
        height: 38px;
        font-size: 13px;
    }

    #newsletter form input::placeholder {
        font-size: 13px;
    }

    #newsletter form button {
        height: 38px;
        line-height: 38px;
        font-size: 13px;
        max-width: 86px;
    }

    footer>.flex>div:last-child {
        max-width: unset;
    }

    footer .title {
        text-align: left;
    }

    footer .flex {
        flex-wrap: wrap;
    }

    footer .col-6.pr2 {
        padding-right: 0;
        flex-basis: 100%;
    }

    #footer-nav>.flex>.col-6:last-child {
        margin-top: 30px;
    }

}

@media screen and (max-width: 768px) {}


@media screen and (max-width: 568px) {}