/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

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

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	/* Template Specific */
	.skip-nav,
	.featured-banners,
	.page-banners,
	.main-nav,
	.pagination-links,
	.more,
	.back,
	.search-form,
	.fm-form,
	.site-footer { display: none !important; }

	/* Articles */
	.article-items { grid-template-columns: auto; }
	.article-item { margin: unset; }
	.article-figure { display: none; }
	.article-item .more { display: none; }
	.article-item .article-title a:after { display: block; font-style: italic; font-weight: normal; }

}
