/* This stylesheet removes the sidebar entirely, allowing the main content to span the full width of the layout area. Padding and margins remain in tact along with breadcrumb navigation */

@media (min-width: 1400px) {
    .cwf-grid--page-layout {
        grid-template-areas: "main main" !important;
    }
}
