/************************************************

Stylesheet: Print Stylesheet

*************************************************/
@media print {
	.top-bar-right, #custom-alert-acf, #more-pages, .pf-filter, .orbit-bullets, .inner-footer, #footer-callout {
		display: none !important;
	}
	#grid-container {
		display: none !important;
	}
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid; }
	.icon-block img {
		display: none !important;
	}
	blockquote, table, pre { 
		page-break-inside:avoid; 
	}
	ul, ol, dl  { 
		page-break-before:avoid; 
	}
	img { 
		page-break-inside:avoid; 
    	page-break-after:avoid; 
	}
	a[href]:after {
		content: ' (' attr(href) ')';
		font-size: 16px;
	}
	.icon-block .text-left {
		width: 100% !important;
	}
	.accordion-content, .tabs-panel {
		display: block !important;
	}
	.sidebar {
		width: 100% !important;
	}
	.program-results {
		display: block;
	}
	.numbers {
		height: 200px !important;
	}
	.grid-x {
		display: block !important;
		width: 100% !important;
	}
	.grid-x>.medium-6 {
		width: 60% !important;
	}
	.medium-8 {
		width: 100% !important;
	}
	.orbit-container {
		height: auto;
	}
	.orbit-caption {
		position: relative;
		height: auto;
		display: block;
	}
	.orbit-figure {
		page-break-after: always;
		height: auto;
	}
	.copyright .container .grid-x .medium-6 {
		width: 100% !important;
	}
}