@import url('fonts.css');

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

CSS Document - Print-specific

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/

body {
	color: #000 !important;
	background-color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	border: 0 !important;
}

img {
	max-width: 100%; height: auto;
	float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}

.icon {
	font-family: 'PH Icons';
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* hide irrelevant stuff */

.mainNav, .utilityNav, .quickLinks, .interiorSubnav, .footerNav, .socialNav, .toggleInput, .mainNavControl, form, .footerLogo, nav.shareIcons {
	display: none;
}

.logo img {
	filter: invert(100%);
}


.breadcrumbs > ul {
	list-style-type: none;
	padding-left: 0;
}
	.breadcrumbs > ul > li {
		margin-right: .5em;
		display: inline-block;
	}
	.breadcrumbs > ul > li.separator  {
		font-size: .5em;
	}