/* Department site local asset stub (created by Department Site wizard) */

/* FIX FOR SPACING ISSUE WHEN BREADCRUMBS ARE DISABLED */
.section-content-wrapper.layout--boxed #main-content > h1 {
    margin-top: 6.25rem;
}
@media (max-width: 991px) {
    .section-content-wrapper.layout--boxed #main-content > h1 {
        margin-top: 5.25rem;
    }
}
/* END OF FIX FOR ISSUE WHEN BREADCRUMBS ARE DISABLED */
/* FIX FOR SPACING ISSUE WHEN SIDEBAR IS DISABLED */
.section-content-wrapper.layout--boxed #main-content:first-child:last-child {
    margin-bottom: 4.5rem;
}
/* END OF FIX FOR SPACING ISSUE WHEN SIDEBAR IS DISABLED */