@media print {

	/* General */
	.print-only { display: block; }
	.print-hide { display: none; }
	body { height: auto !important; }
	.main-view { top: auto; }
	.breadcrumb { display: none; }

	/* Text */
	body { font-size: 10px !important; }
	body h2 { line-height: normal; }
	body h2.about > div { margin-top: 0; }

	/* Navigation */
	header { display: none; }

	/* Hero image */
	.hero { height: auto; }
	.hero label { display: none; }
	.hero .image-holder { display: none; }
	.hero_title, .hero_subtitle { -webkit-print-color-adjust: exact; }

	/* Footer */
	.green_cta, .footer_newsletter_signup, footer { display: none !important; }

	/* About Page */
	ul.education_design { width: 630px; margin: 0 auto; }
	ul.education_design li { width: 150px; float: left; margin-right: 10px !important; clear: none !important;}
	ul.education_design li:last-child { margin-right: 0 !important; }
	ul.education_design li h3 { width: 100% !important; padding-top: 10px; text-align: center !important;}
	ul.education_design li h3 span { font-size: 10px !important; }
	ul.education_design li h3 .stretch-line { width: auto !important; }

	.zoom-container { width: 150px !important; height: 150px !important; }
	.zoom-container .circle { display: none; }
	.zoom-container img { position: relative; top: auto; left: auto; }

	.quote_block_print img { width: 100%; }

	/* NAF Next */
	.section-content { height: auto; }
	.print-only.event-hero {
		position: relative;
		text-align: left;
		height: 400px;
		width: 1200px;
		margin: 0 auto;
		margin-top: 35px;
	}
	.print-only.event-hero img.hero-image { position: absolute; height: 400px; width: 100%; }
	.print-only.event-hero .hero-logo { position: relative; text-align: center;  }
	.print-only.event-hero .hero-logo img { height: 200px; margin: 100px 0; }

	.event-view .page_content_right { padding-top: 25px !important; }

	#accordion-wrapper { page-break-before: always;  }
	#accordion .section-header { border: 1px solid black; }
	#accordion .section-content { border: 1px solid black; border-top: 0;}

	/* In The News */
	.in_the_news_container .in_the_news_img { width: 150px; }
	.in_the_news_container .in_the_news_content { margin-left: 25px; }

	/* Success Stories */
	.print-only.banner {
		width: 100%;
		background: #C0C0C0;
		-webkit-print-color-adjust: exact; 

	}
	.print-only.banner img {
		width: 100%;
		height: auto;
		display: block;
	}
	.print-only.banner .text {
		background: #E2E4E6;
		-webkit-print-color-adjust: exact; 
	}
	.print-only.banner .text h3 {
		font-size: 32px;
		line-height: normal;
		font-weight: bold !important;
		margin: 0;
		padding: 1em 0;
	}
	.print-only.banner .text .hero-subtitle {
		font-weight: bold !important;	
	}
}
