.footer {
    font-size: .875rem;
    text-transform: uppercase;
}

    .footer a {
        text-decoration: none;
        color: #606060;
    }

    .footer a:hover {
        color: #d22630;
    }

.footer--light .footer-item {
    color: #282828;
}

.footer-logo {
    font-family: 'neue-haas-grotesk-display', Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.85rem;
    padding-bottom: 1rem;
    font-size: 1.9rem;
    text-transform: uppercase;
}

    .footer-logo a {
        color: #000000;
    }

.footer h3 {
    font-size: 1rem;
}

.social-icon {
    display: inline-block;
}

.social-icon__image {
    width: 30px;
    height: 30px;
}

.social-nav svg {
    margin-right: 20px;
}

.social-icon__svg {
    fill: #303030;
}

.share-this-page {
    display: inline-block;
}

.button-share {
    cursor: pointer;
    -webkit-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in
}

    .button-share.checked + .share-links {
        display: block
    }

.shareon {
    display: none;
    text-align: center;
}
