/* Stylesheet for wide universal pages */
aside {
    display:none;
}
main.col-sm-9 {
    width:100%;
}
.colSecondary {display:none;}
.colPrimary { width:100% !important; }

body.universalPage main { padding-right:0; }

.universalPage main > header > h1.col-sm-9, .universalPage main > nav.breadcrumbs ul { width:100%; left:0; }

@media screen and (min-width: 841px) {
    .universalPage main { margin-top:4em; margin-bottom:4em; }
    body.universalPage main { padding-right:4.5em; padding-left:4.5em; }
}

