/* EXPERTS print */

@media print { 
 #header .gnav-header .gnav-menuicon,
 #pagetop {
	display: none;
 }

 #header .header-wrap {
	position: static;
 }

 body {
	margin: 0;
	height: inherit;
  	-webkit-print-color-adjust: exact;
  	print-color-adjust: exact; 
 }

 #main {
	padding-top: 0px;
 }

 #footer {
	visibility: hidden;
  }

 #footer .footer-copyright {
	visibility: visible;
	margin-top: -30px;
  }
}