
.social-footer {
    color: #fff;
    overflow: hidden;
    padding-top: 2.125rem;
    padding-bottom: 3.125rem;
    text-align: center;
}
.social-footer p {
    margin-top: 1.0625rem;
    margin-bottom: 2.25rem;
}
@media print, screen and (min-width: 64em) {
    .social-footer p {
        margin-bottom: 1.875rem;
        margin-top: 0.625rem;
    }
}
@media print, screen and (min-width: 64em) {
    .social-footer {
        padding-top: 3.375rem;
        padding-bottom: 3.625rem;
    }
}
@media screen and (min-width: 75em) {
    .social-footer {
        padding-top: 3.375rem;
        padding-bottom: 3.625rem;
    }
}
.social-footer__icons-container {
    text-align: center;
    display: inline-block;
}
.social-footer__icons-container:hover {
    color: #4a4a4a;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
.social-footer li {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    display: inline-block;
    text-align: center;
}
.social-footer__link {
    border-radius: 3px;
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 40px;
}
.social-footer span {
    line-height: 1.75rem;
}
