/* HIDE REPEATING PAGE ELEMENTS */
/*@media print {*/
/* Hide browser-generated header/footer (URLs and page numbers) */
@page {
	margin: 0;
}
/* Re-apply margins to the body so content doesn't hit the edge */
body {
	margin: 1.6cm;
	visibility: visible;
}
/* Hide the site header/footer but keep their space 
header, footer {
visibility: hidden;
}*/
/* Do NOT hide the header/footer wrappers. Instead, hide all of their contents... */
#header *, #footer *, div.embed-responsive{
	display: none !important;
}
header, footer {
height: 200px !important;
}
h1.text-white {
	display: block !important;
	color: #000 !important;
	
}
img.header-logo-non-sticky {
	display:block !important;
	opacity:100 !important;
}
/*
header, footer, section.page-header {
	margin: 0;
	padding: 0;
	height: 200px !important;
}*/
/* Force specific children to be visible */

#nav,
#stickNAV,
.sidebar { 
	display: none !important; 
}
/*}*/




/* EXPAND ACCORDION DIVS */
.collapse:not(.show) {
	display: inherit !important;
}