@charset "utf-8";
/* CSS Document */

 
@media print{
	body {
	overflow: visible !important;
	display: block;
	}
	
	@page {size: A4 portrait; margin: 1.5cm;}
	
	html, body {height: 99%;}
	
	.wrapper, .body-content, .page-content, .container, .row {width: 100%; margin: 0; float: none; overflow: visible; page-break-inside: auto; display:block;}
	
	.page-title, .promo-box, #footer, .parallax-inner, .sponsor-list, .l-header .menuzord-menu, .menuzord, .divider {display:none;}
	
	/* Set font  set background to white and font to black.*/
	body { font: 10pt Arial, sans-serif; line-height: 1.5 ; background: #fff !important; color: #000; }
	
	h1 {font-size: 20pt;}
	
	h2, h3, h4 {font-size: 14pt; margin-top: 25px;}
	
	
	
	.print-button{display:none;}
}

@media all {
page-break	{ display: none; }
}

@media print {
.page-break	{ display: block; page-break-before: always; }
}
  