/* CSS Document */
@media print {
	*{
		-webkit-transition: none !important;
		transition: none !important;
		-webkit-print-color-adjust: exact;
	}
	html, body {
        height: 99%;    
    }
	/*
	.it-header{
		display: none !important;
	}*/
	.it-header-wrapper {
		max-height: 70px !important		
	}
	.it-header,.it-header-sticky{
		position: relative !important;
	}
	.it-header-slim-wrapper{
		display:none !important;
	}
	.wrapper-navbar-toggler{
		display:none !important;
	}
	.it-search-wrapper{
		display:none !important;
	}
	.it-right-zone{
		display:none !important;
	}
	.it-header-navbar-wrapper{
		display:none !important;
	}
	.breadcrumb{
		display:none !important;
	}
	.has-btn-cta{
		display:none !important;
	}
	section   { page-break-inside:avoid; }
	section#content {
		page-break-inside:auto;
	}
	section#content,section:last-child {
		page-break-after: auto;
	}
	[class*="col-"] {
		flex: 1 0 auto !important;
		max-width: 25%;
	}
}
/*	SEE STYLE.CSS	*/
