/*=Print stylesheet
========================================================================================*/
@media print{
	@page{ margin: 0.5cm; }
	h1, h2, h3, h4, h5, h6{ page-break-after: avoid; orphans: 3; widows: 3; }
	p{ page-break-before: avoid; orphans: 3; widows: 3; }
	ul, img{ page-break-inside: avoid; }
	.content a{ text-decoration: none!important; color: inherit; }
	.content a[href^=http]:after{ content: " <" attr(href) "> "; }
    header, footer, form, aside#sidebar{ display: none; }
    .accordion-data{ display: block; }
    .content table tr:focus{ background: transparent; }
    .content table tr:first-child{ display: none; }
    .content table tr td{ display: block; text-align: center; }
    .content table tr td:first-child{ background: #000000!important; font-weight: 700; font-size: 3em; color: #FFFFFF; }
	.home .fh-tiles .tile{ width: 100%; height: 33.33333333333333%; -webkit-print-color-adjust: exact; }
	#content-container{ width: 100%; }
	.content-wrap .content, .content-wrap{ padding: 0; }
}