@media print {

	* {
		color: black !important;
	}
	
	div,
	section,
	main,
	header,
	footer,
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	blockquote,
	aside,
	ul,
	ol,
	dl,
	pre,
	address,
	h4,
	table,
	article
	 {
		display: block !important;
	}

	.mainNav,
	.topLinks,
	.mainHelpline,
	.headerShim,
	.headerDonateBtn,
	.interrupter,
	.scrollTrackerContainer,
	.mastheadGoTo,
	img:not(.print),
	.newsletterTease,
	.teaseBoxRow,
	.preFooter,
	.articleAnchorBox,
	.interiorShare,
	.menuToggle,
	footer {
		display: none !important;
	}
	header {
		position: static !important;
		display: flex !important;
		align-items: center !important;
		height: 75px !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.logo img {
		display: block !important;
	}
	.masthead {
		padding-top: 0 !important;
	}
	.callout {
		padding: 0 !important;
		background: none !important;
		margin-bottom: 1.8rem !important;
	}
	.callout:before {
		display: none !important;
	}
}
