/****** FILE: themes/style/css/style-print.css *****/
@media print {
body{
	width:auto;
	max-width:none;
}
.pageWrapper{
	width:auto;
	max-width:none;
}
.col_1,
.col_2{width:16.66666%;}
.col_3,
.col_4{width:33.33333%;}
.col_5,
.col_6{width:50%;}
.col_7,
.col_8,
.col_9{width:66.66666%;}
.col_10,
.col_11,
.col_12{width:100%;}

.col_1:nth-of-type(3n+1),
.col_2:nth-of-type(3n+1),
.col_3:nth-of-type(2n+1),
.col_4:nth-of-type(2n+1){clear:none;}
.col_1:nth-of-type(6n+1),
.col_2:nth-of-type(6n+1){clear:left;}
.col_3:nth-of-type(3n+1),
.col_4:nth-of-type(3n+1){clear:left;}

h1, h2, h3, h4 {
  page-break-after: avoid;
}
ul, img {
 page-break-inside: avoid;
}
* {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
nav,
#stage,
footer .pageWrapper,
.carouselWrapper{
	display: none !important;
}

}

