@media print {
	.no-print,
	.top-nav,
	.top,
	.sidebar,
	.footer,
	.jump,
	header,
	footer,
	.breadcrumb {
		display: none !important;
	}
	body {
		color: #000 !important;
		font-family: sans-serif !important;
	}
	body,
	p,
	li {
		font-size: 12px;
	}
	h1 {
		font-size: 25px;
		color: #000 !important;
		text-shadow: none !important;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	.hero {
		overflow: visible !important;
	}
	.hero,
	.hero .hero-box {
		height: 55px;
		min-height: 55px;
		background: none !important;
		color: #000;
	}
	.hero-box {
		padding: 0;
	}

#main {padding-top: 0rem !important}

	.hero-short {
		height: 0;
		min-height: 120px;
		background: none;
	}

	.quicklinks {
		padding: 0 !important;
		background: #eee !important;
		border: none !important;
	}
	.quicklinks a {
		font-size: 90% !important;
		padding: 6px !important;
		border: 1px solid #444 !important;
	}
	.MaxAI {
		display: none !important;
	}
	.btn {
		border: 1px solid #000 !important;
	}
	.embed-container,
	.fluid-width-video-wrapper,
	.fatv-video {
		display: none !important;
	}
	/* open accordions  */
	.collapse:not(.show) {
		display: block;
	}
	/* show links */
	a::after {
		content: " (" attr(href) ") ";
	}
}
