.footers {
    text-align: center;
    /* margin-top: -15px; */
}

.socialFooter a {
    font-size: 18px;
    margin-right: 8px;
    text-decoration: none;
}

.copyrightFooter {
    text-transform: lowercase;
    font-size: 12px;
    padding: 20px 0;
    letter-spacing: 0.24px;
    font-family: "tex_gyre_herosbold";
    font-weight: normal;
    font-style: normal;
}

.ppLinks a {
    text-decoration: none;
    /* text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px; */
     cursor: pointer;
}

#footer .mailingList.Bottom .termsWrapper.first {
    display: block;
    max-width: 100%;
}

#footer .mailingList.Bottom {
    padding-bottom: 0;
}


/* Device Fixes */
.footers .copyrightFooter {
    font-size: 11px;
    letter-spacing: 0.24px;
}

@media only screen and (max-width:1023px) {
    .footers .copyrightFooter {
        font-size: 08px;
        letter-spacing: 0px;
    }
}
@media only screen and (min-width:3000px) {
    .footers .copyrightFooter {
        font-size: 0.8vw;
    }
}
@media only screen and (max-height: 1366px) and (min-width: 1024px) and (orientation: portrait) {
    .footers .copyrightFooter {
        font-size: 14px;
    }
}