/* print view */

/* hide all elements we don't need in the print view */
.main-navigation,
.main-header__toggle-nav,
.main-navigation__quicklinks,
header .search-form,
.main-footer,
.sticky-bar,
form {
	display: none;
}

/* stick main header to the top */
.main-header {
	position: absolute;
}

/* invert the big headers */
.ft-guide h3 {
	background: none;
	color: black;
}

.icon-share,
.share-bar,
.react-article-rating {
	display: none;
}

[class^='icon-'] {
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
