/* This version of the full screen stylesheet removes the breadcrumb nav and spans the content the full width of the screen. Good for child pages need full screen capabilities */

nav.cwf-breadcrumb {
    display: none;
}

.container > nav.cwf-breadcrumb {
    display: block;
}

.cwf-grid--page-layout {
    margin: 0 auto;
    padding: 0 0;
    max-width: 100%;
    width: 100%;
}

.cwf-grid__column--page-layout--main {
    max-width: 100%;
    width: 100%;
    margin-top: 0 !important;
}

.cwf-grid--page-layout main {
    padding: 0 !important;
}