/* Print-friendly optimization
------------------------------------------------------------ */
.screenOnly { display: none; }
.printOnly { display: block; }

/* hide screen-only containers */
div.branding_1, div.branding_2, div.supplemental_1, div.supplemental_2, div.column_1, div.column_2, .field-assets, div.footerSupp { display: none; }

/* adjust remaining containers for print */
body, #background, div.nonFooter, div.columnWrapper_1, div.columnWrapper_2, div.columnWrapper_3, div.column_3, div.footer { 
background-color: #FFF !important;
background-image: none !important;
color: #000;
float: none !important;
height: auto !important;
margin: 0 auto !important;
overflow: visible !important;
padding: 0 !important;
position: static !important; 
visibility: visible !important;
width: 7in !important;
}

table.formatTable th, table.formatTable td { background: #FFF; border: 1px solid #111; color: #111; }

div.supplemental_3 { margin-bottom: 40px; overflow: hidden; }
	div.supplemental_3 p { color: #888; float: right; font-size: 10px; line-height: 1.2; /* position: absolute; left: 530px; top: 0; */ width: 150px; }

div.column_3 .contentBlock { border-right: 0; }
	.contentBlock ul.printOnly { margin-left: 0; }
		.contentBlock ul.printOnly li { list-style: none; }

div.footer li { display: none; }
	div.footer li.copyright { float:none; display: block; font-weight: normal; width: 100%; }
	div.footer li.copyright br {display:none;}
	
div.printOnly div.view-view-contact {border:none;}	
