
.site-footer{
    background: linear-gradient(196.2deg, #333333 -24.73%, #000000 136.62%);
    padding: 3rem 0 0 0;
    margin-top: 8rem;
}

.top-footer-section{
    padding-bottom: 3rem;
}

.footer-section{
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.footer-section .social-links{
    display: flex;
    flex-direction: row;
    gap: 0.65rem;
}

.footer-section h3{
    text-transform: uppercase;
    font-size: var(--x-lrg-body);
    font-weight: 600;
    color: rgb(var(--sps-white));
    margin-bottom:0.75rem;
}

.bottom-footer-section{
    padding: 1.3rem 0 1.05rem;
}

.bottom-footer-section p{
    color: rgb(var(--sps-white));
    font-weight:400;
}

.bottom-footer-section strong{
    font-weight: 600;
}


.bottom-footer-section .col-6:last-child{
    flex-direction: row;
}


@media screen and (min-width:768px){
    .bottom-footer-section .col-6:last-child{
        justify-content: flex-end;
    }
}

.bottom-footer-section .col-6:last-child img{
    width: 70px;
    margin-left:10px;
}

.footer-section address p span{
    color: rgb(var(--sps-yellow));
    font-weight: 400;
    font-style: italic;
    display: block;
}

.footer-section address p:not(:last-child){
    color: rgb(var(--sps-white));
    font-weight: 400;
    margin-bottom: 1.75rem;
}

.footer-section address p a{
    color: rgb(var(--sps-white));
    font-weight: 400;
}

.footer-section > a{
    display: block;
    margin-bottom:0.5rem;
    text-decoration: underline;
    text-decoration-color:rgba(var(--sps-gray-100),0.4);
    color: rgb(var(--sps-gray-100));
    font-weight: 400;
}

.footer-section > a:hover{
    color: rgb(var(--sps-white));
    text-decoration-color:rgba(var(--sps-yellow),0.9);
}