/* BROWSER PRINT CSS - JUNE 2017 - NETRAISING */
@page{size: auto;margin-top: 1cm;margin-bottom: 1cm;}

@media print {

/* DON'T PRINT */

.header__top,
.header__main container,
.site__nav,
.tabs,
.sidebar__tags,
.sidebar__form,
.article__header__top,
.article__social,
.fb-recommend,
.site__footer,
.site__sidebar,
.article__footer__tags,
#brand span
 {
	position: absolute;
	top: -32768px;
	left: -32768px;
}

/* PRINT STYLES */

.nr-print-only {position:static;left:0}

body {
	font-family: "Asap", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#brand img {
	width: 40%;
}

h1 {
	font-size: 200%;
	margin: 1.5em 0 .5em 0;
}

.article__img-featured {
	margin-top: 1.5em;
}

.article__meta .date {
	margin-right: 1em;
}

h1, .subheading, h2, h3, h4, h5, h6, hr, .nr-hrule {
	color: #666;
}

.main__content {
	margin: 1.5em 0;
}

p, a, li, dt, dd {
	font-family: "Asap", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #666;
}

img, svg {
	filter: grayscale(100%);
	opacity: 0.85;
}

.article__img-featured a:link:after, #nr-main a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 13px;
	word-wrap: break-word;
}

}

/* MEDIA PRINT */