@media print{
	.hide-print{display: none !important;}
	/* html {white-space: pre;} */
	h1, h2, h3, p, span, li, a, td, input, textarea, button {
		font-family: "times new roman", times, serif !important;
		text-align: justify !important;
		background-color: #fff;
		color: #000 !important;
	}
	table, img {page-break-inside: avoid;}
	h1 {page-break-before: always;}
	h1, h2, h3, h4, h5, h6 {page-break-after: avoid; font-size: 1.5rem; line-height: 1.5rem; font-weight: bold;}
	table {page-break-after: always;}
	a {color: #000;}
	a[href]::before {
		content: " <" attr(href) ">";
		color: #000;
		background-color: #fff;
		border: 1px solid #000;
		font-size: 60%;
		margin-right: 5px;
		padding: 5px;
	}
	.logo {
		display: block !important;
		width: 24%;
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: url(desaturate.svg#greyscale);
		filter: gray;
		-webkit-filter: grayscale(1);
	}
	img, .cc-window, #carousel-example-generic {display: none;}
	#extended-header {min-height: none;}
	#big-header-line {margin: 0; padding: 0;}
}