@media print {
.header .navigation, .footer, .side, .flexslider, .feed { 
	display: none !important; 
}

.content, .container, .header, .typography, .column, .columns { 
	border-width: 0px; 
	color: #000; 
	float: none; 
	padding: 0px !important; 
	width: 100% !important;
	font-family: "nimbus-sans", Arial, Helvetica, sans-serif;
}

img { 
	max-width: 100% !important; 
}

p, h2, h3 { 
	orphans: 3; 
	widows: 3; 
} /* http://davidwalsh.name/html5-boilerplate */

#content .section-grid-3 li {
	margin-left: 10px;
	margin-right: 10px;
}

.content p, .typography ul, .content .article h2.whitepaper, h1, h2, h3, h4, h5, h6 {
	color: #000000 !important;
}

.content a { 
	text-decoration: underline; 
	border-bottom-width: 0px; 
}

.content a:link:after, .dynamic a:link:after { 
	content: " (" attr(href) ") ";
	font-size: 75% !important;
	font-weight: 100 !important;
}

.typography a[href$=".pdf"], .typography a[href$=".PDF"], .typography a.pdf {
	padding: 0 !important;
	background: none !important;
}

p {
	margin: 10px 0px !important;
}

h1 {
	font-size: 32px !important;
	line-height: 35px !important;
}

h2 {
	font-size: 25px !important;
	line-height: 27px !important;
}











}
