@media print {

@page { 
	size: 8.5in 11in; 
	margin: 1cm;	
	transform: scale(1.0); 
}
nav, footer, .sbutton, #AddtionalFiles, .gray {
	display: none !important;
}
header nav #logodiv a#logo img{
	display: block !important;
}
html, body, #formcontent, #maincontent {
	background: transparent !important;
	color: #000000 !important;
}
.printme {
	color: #000000 !important;
}
#maincontent h2 {
	font-size: 36px;
	color: #000000 !important;
	font-family: arial, helvetica;
	font-weight: normal;
	line-height: 120%;
}
#formcontent h3 {
	font-size: 24px;
	color: #000000 !important;
	font-family: arial, helvetica;
	font-weight: normal;
	line-height: 100%;
}
#formcontent .bodycopy, .missioninsidetext, #maincontent .bodycopy, a[href^="tel:"] {
	font-size: 18px;
	color: #000000 !important;
	font-family: arial, helvetica;
	font-weight: normal;
	line-height: 100%;
}
#Representative, #Investment_Banker {
	page-break-after: always;
}
#formcontent .spacebefore {
	padding-top: 10px;
}
#formcontent .spaceafter {
	margin-bottom: 10px;
}
}