.footer {
    margin-top: 80px;
}
.page-gutter {
    padding: 0 24px;
}


.footer__links:nth-of-type(2) {
    margin-top: 16px;
}

.footer__ctas {
    margin-top: 60px;
}
a.footer__copyright-link {
    text-decoration: underline;
}
@media screen and (max-width: 1024px){
.desktop-only {
    display: none!important;
}}

div#content {
    padding: 0;
}

.footer__ctas-actions a {
    font-weight: 600;
    letter-spacing: 5%;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    flex-grow: 1;
    padding: 25px 27px;
}

@media screen and (min-width: 1300px){
.page-gutter {
    padding: 0;
}}