@page {
	margin: 2cm;
	}

.noprint {
	display: none;
	}

body {
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 90%;
	}

[data-scrollfx-fade-out],
[data-scrollfx-fade-in] {
	opacity: 1 !important;
	}

[data-scrollfx-parallax] {
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-moz-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
	}

h2, h3, h4 {
	page-break-after: avoid;
	}

img {
	max-width: 100% !important;
	page-break-inside: avoid;
	}

a {
	font-weight: bolder;
	text-decoration: none;
	}

a[href^=http]:after {
	content: " <" attr(href) "> ";
	}

a[href^="#"]:after {
	content: "";
	}

header {
	position: relative;
	height: 94px;
	margin-bottom: 20px;
	}

header .logo {
	background: none;
	left: 0;
	top: 0;
	}

header .info {
	left: 228px;
	right: 0;
	}

header .logo img {
	display: block;
	width: 192px;
	height: 60px;
	}

header nav {
	display: none;
	}

.hero-wrapper {
	padding: 0;
	}

.hero,
.hero.heading {
	padding: 0 !important;
	}

.hero {
	height: auto;
	}

.hero h1 {
	color: #000000;
	}

.hero .slideshow,
.yar-slider,
.yar-slide,
.yar-slide .image,
.yar-slide .image img {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	height: auto !important;
	}

.hero .slideshow {
	margin-bottom: 1cm;
	}

.yar-slider .yar-slide .image {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	}

.yar-slide:not(:first-child) {
	display: none;
	}

.yar-slide .image {
	}

.image.gradient:before {
	display: none !important;
	}

.image div {
	height: auto !important;
	margin: 0 !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	transform: none !important;
	}

.hero .caption {
	position: relative;
	bottom: auto;
	}

.hero .info {
	color: #000000;
	}

.hero .caption .text {
	max-width: 100%;
	}

.hero .actions,
.stats,
.hero .yar-slide:before,
.back,
.backWide,
.dont-print,
.yar-slider-controls {
	display: none !important;
	}

.content {
	padding: 0;
	background: #ffffff;
	}

.content.article {
	padding-top: 40px;
	}
	
.content .text {
	padding: 0;
	}

.bounds {
	max-width: 100%;
	padding: 0 !important;
	}

[class*="column"] {
	float: none;
	width: 100%;
	padding: 0;
	}

footer {
	border-top: 1px solid #999999;
	margin-top: 1cm;
	padding: 1cm 0 0;
	font-size: 80%;
	}

.frontEndEditBar {
	display: none !important;
	}