/* Encorp Pacific (Canada) 2018 Site Design - Print Override CSS */
/* Last Updated: 2020.06.15 ET */

body {
	background-image: none;
	background-color: white;
	font-size: 8pt !important;
	margin-top: 0;
}

body > main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body > main,
body > main > section,
body > footer {
	padding: 0 !important;
	overflow: visible !important;
}

body > footer > div.links,
body > footer > div.social,
body > footer > div.translate,
body > footer > div.buttons {
	display: none;
}

body > header {
	position: relative !important;
	padding-bottom: 0.25in;
}

#siteindicator {
	position: relative;
}

#sitelogo,
#sitelogo.fixed {
	width: 1.25in;
	height: auto;
	left: 0;
	position: relative !important;
}

#mainmenu,
#altmenu {
	display: none;
}

div.scrollcontainer {
	width: 100%;
	float: none;
	overflow: visible;
}

.noprint {
	display: none !important;
}

.printonly {
	display: block !important;
}
