<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Smartphone portrait one-col-stack */
@media only screen and (max-width:750px) {
.two-sidebars .content-inner,.one-sidebar .content-inner,.region-sidebar-first,.region-sidebar-second {margin-left: 0; margin-right: 0;}
.region-sidebar-first, .region-sidebar-second, .region-sidebar-first .block, .region-sidebar-second .block {width: 100%;}
.region-sidebar-second {width: 100%;}
.content-inner,.region-sidebar-first,.region-sidebar-second {float: none;}
.region-sidebar-first, .region-sidebar-second {clear: both;}
.container {width: 100%;}
}
/* Smartphone landscape one-col-stack */
@media only screen and (min-width:321px) and (max-width:1334px) {
.two-sidebars .content-inner,.one-sidebar .content-inner,.region-sidebar-first,.region-sidebar-second {margin-left: 0; margin-right: 0;}
.region-sidebar-first, .region-sidebar-second, .region-sidebar-first .block, .region-sidebar-second .block {width: 100%;}
.region-sidebar-second {width: 100%;}
.content-inner,.region-sidebar-first,.region-sidebar-second {float: none;}
.region-sidebar-first, .region-sidebar-second {clear: both;}
.container {width: 100%;}
}
/* Tablet portrait one-col-stack */
@media only screen and (min-width:481px) and (max-width:768px) {
.two-sidebars .content-inner,.one-sidebar .content-inner,.region-sidebar-first,.region-sidebar-second {margin-left: 0; margin-right: 0;}
.region-sidebar-first, .region-sidebar-second, .region-sidebar-first .block, .region-sidebar-second .block {width: 100%;}
.region-sidebar-second {width: 100%;}
.content-inner,.region-sidebar-first,.region-sidebar-second {float: none;}
.region-sidebar-first, .region-sidebar-second {clear: both;}
.container {width: 100%;}
}
/* Tablet landscape three-col-grail */
@media only screen and (min-width:769px) and (max-width:1024px) {
.two-sidebars .content-inner {margin-left: 180px; margin-right: 180px;}
.sidebar-first .content-inner {margin-left: 180px; margin-right: 0;}
.sidebar-second .content-inner {margin-right: 180px; margin-left: 0;}
.region-sidebar-first {width: 180px; margin-left: -100%;}
.region-sidebar-second {width: 180px; margin-left: -180px; clear: none;}
.container {width: 100%;}
}
/* Standard layout three-col-grail */
@media only screen and (min-width:1025px) {
.two-sidebars .content-inner {margin-left: 180px; margin-right: 180px;}
.sidebar-first .content-inner {margin-left: 180px; margin-right: 0;}
.sidebar-second .content-inner {margin-right: 180px; margin-left: 0;}
.region-sidebar-first {width: 180px; margin-left: -100%;}
.region-sidebar-second {width: 180px; margin-left: -180px; clear: none;}
.container {width: 100%;}
}</pre></body></html>