/* GENERAL */

@page {
	margin: 1.2cm;
	}

body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}

* {
	background: none !important;
	color: #000000 !important;
	}

[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: "";
	}

.noprint,
[class*="button"] {
	display: none;
	}

.onlyprint {
	display: block !important;
	}

header .logo{
    background: url(/images/gracelogogreen.png) 0 0 no-repeat !important;
    width: 300px;
    height: 171px;
    }

/* SITE SPECIFIC */