@media only print {
	header .top-wrap,
	header .menus-wrap,
	.wp-block-button .wp-block-button__link, 
	.button, 
	.nav-previous a, 
	.nav-next a,
	.relative .access_tools,
	.acc-tools#access_tools {
		display: none;
	}
	#hero .info {
		background: rgba(255, 255, 255, .95);
		padding: 50px 0;
	}
	.wp-block-spacer {
		height: 0!important;
	}
	.home .wp-block-media-text {
		width: 100%;
		background: rgba(255, 255, 255, .95)!important;
	}
	.wp-block-group.has-background {
		background: rgba(255, 255, 255, .95)!important;
	}
	.wp-block-group.is-layout-grid figure,
	.wp-block-cover {
		width: 100%;
	}
	.wp-block-cover {
		flex-basis: 100%!important;
	}
	#hero .ill_hero_slider .stage .slide .caption h1, 
	#hero .ill_hero_slider .stage .slide .caption h2,
	h1,
	h1.has-white-color,
	h2,
	h2.has-white-color,
	h3,
	h3.has-white-color,
	h4,
	h4.has-white-color,
	h5,
	h5.has-white-color,
	h6,
	h6.has-white-color,
	p,
	h1.has-white-color,
	a {
		color: #000!important;
	}
	.copyright-wrap {
		background: #fff!important;
	}
}