@media print {

	body.news > div#background, body.news div.icons, header.main {
		display: none;
	}

	body.news article.box, body.news div.inner-border {
		border: none;
		box-shadow: none;
	}

	nav.media-sub, nav.who-we-are-sub, nav.investor-sub {
		display: none;
	}

	body.news div#brand-carousel-wrap, body.news div.brand-carousel-mobile, body.news img.prev-mob, body.news img.next-mob {
		display: none;
	}

	div#print-header {
		display: block !important;
		position: relative;
		left: 35px;
	}

	section.press-release {
		margin-top: 0;
	}

	section.press-release > article.box div.inner-border h1 {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}

	section.media-page > article.box div.inner-border {
		padding-top: 0;
	}

	#stwrapper, body.news footer {
		display: none !important;
		opacity: 0 !important;
	}

}

