/* CSS Print Stylesheet */

body {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}

.wrap,
.wrap-m,
.wrap-s {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}

.row-single-visual {
	height: 25rem !important;
	background-size: contain;
}


/* Navigation, Footer */
.row-nav-category,
.row-single-visual,
.article-share-bottom,
.article-metadata,
.hide-on-print,
footer {
	display: none;
}

/* Banner */
.newsletter-banner-overlay,
.promo-banner {
	display: none;
}

/*a[href]:after {
  content: " (" attr(href) ")";
}*/