/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
*/


.slate-content {
    margin-top: 45px;
    margin-bottom: 45px;
}

@media (min-width: 1025px) {
    .slate-content {
        margin-top: 60px;
        margin-bottom: 45px;
    }
}