/**
 * Ad-hoc overrides. Loads last, so anything here beats the template's own CSS.
 *
 * Header/topbar rules now live in header.css; fonts in fonts.css.
 */

.moduletable {
    position: relative;
}
footer.footer {
    margin-top:0;
}
.back-to-top-link {
    aspect-ratio:1;
    border-radius:100vw;
    display:grid;
    place-content:center;
    height: 45px;
    width: 45px;
    z-index: 999;
    border:none !important;
    text-decoration:none !important;
    background-color: #2b3138 !important;
    color:#FFF;
    &:hover {
        background-color: #20242a !important;
    }
}
body:not(:has(.moduletable.heroCard)) {
    .site-grid {
        margin-top:6rem;
    }
}
.error_site {
    footer.footer {
        margin-top:6rem;
    }
}
.moduletable.contact-us {
    .arrowRight {
        margin-bottom:1rem;
    }
}
@media screen and ( width < 1487px ) {
    .container-footer .grid-child {
        padding: 0 1rem;
    }
}
@media screen and ( width < 508px ) {

}