/* ==============================================
Footer
================================================= */

#ssFooter {
    padding: 1.875rem 3rem;
    margin:0 auto;
    background: #222222;
    font-size: 16px;
}

#ssFooter .wrap  {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

#ssFooter .c-gray-70, 
#ssFooter .c-gray-70 a, 
#ssFooter .c-gray-70 h3
{ 
    color: #999999; 
    line-height: 1rem;
}

#ssFooter nav {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

#ssFooter nav div:first-of-type {
    display: flex;
}

#ssFooter h2 {
    font-weight: 600;
    font-size: 1.1rem;
}

#ssFooter h3 {
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0.4375rem 0 1.5rem;
}

#ssFooter h3, 
#ssFooter ul, 
#ssFooter li, 
#ssFooter a    { 
    display: inline-block;
    padding: 0;
    vertical-align: top;
}   

#ssFooter p.copyright,
#ssFooter p.copyright a {
    margin: 0;
    padding: 0;
    align-self: center;
    font-size: 0.75rem !important;
    color: #999999 !important;
    line-height: 1rem !important;
    font-weight: 400;
}

#ssFooter p.copyright:(:first-of-type) {
    margin-right: 2rem;
}

#ssFooter p.copyright a.back-to {
    font-size: 0.9375rem !important;
	color: #fff !important;
}

#ssFooter p.copyright a.back-to:hover {
    color: #ff8100 !important;
}

#ssFooter .follow {
    width:60px;
    font-size: 0.8rem;
    align-self: center;
}

#ssFooter .follow span {
    display: block;
}

#ssFooter #social-icons {
    margin: 0;
}

#ssFooter #social-icons > * {
    display: inline-block;
    margin: 0;
}

#ssFooter a svg,
#ssFooter svg {
    fill: #acacac;
}

#ssFooter a:hover svg, 
#ssFooter svg:hover {
    fill: #ff8100;
}

#ssFooter .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media all and (max-width: 900px) {
    #ssFooter {
        padding: 2rem;
    }
}

@media all and (max-width: 600px) {
    #ssFooter .btn-red {
        padding:.625rem;
        margin:1.5rem auto 1rem;
    }

    #ssFooter #social-icons {
        max-width: 80px;
    }

    #ssFooter #social-icons {
        margin-bottom: .25rem;
    }
}

@media all and (max-width: 320px) {
    #ssFooter nav {
        flex-wrap: wrap;
    }

    #ssFooter .follow {
        display: none;
    }

    #ssFooter #social-icons {
        margin-top: 1rem;
    }
}