@media print {
	nav, .mobilenav {
	display: none;
	}
	h1, h2, h3, h4, h5, h6, p, figcaption {
		color: black !important;
	}
	.impactboxesinner > h2, .impactboxes:nth-of-type(3) > .impactboxesinner > h2 {
		border-bottom: 1px solid black;
	}
	#phoneholder {
		display: none;
	}
	.healthcareuse > h2, .homeuse > h2 {
		border-bottom: 1px solid black !important;
	}
	.buttonintro, .shortcutbuttonbox {
		display: none;
	}

}