@media print {

	body {
		font-family: "Arial", sans-serif !important;
		font-size: 16px;
	}
	
	#headerHomeSection,
	#joinTheTeamSection,
	#topHeader,
	.latestNewsSection,
	.redLineHeaderTop,
	.sideLinkContainer,
	.sideContentWidgets,
	.sideContentWidgets .thetaPageCustomGrid,
	#centerBody,
	#bottomSection,
	#footerSection,
	.sectionTitle {
		display: none;
		visibility: hidden;
	}
	
	.articleImage,
	.caseStudyLogo {
		float: left;
		clear: none;
		width: 100%;
	}
	
	.articleImage img {
		max-width: 50%;
		display: table;
		margin: 0 auto;
	}
	
	.caseStudyLogo img {
		max-width: 50%;
		display: table;
		margin: 0 auto;
	}
	
	.articleMainContent {
		clear: both;
		float: left;
		margin-top: 20px;
	}
	
	.articleMainContent img {
		max-width: 40%;
		float: left;
		margin-right: 20px;
	}
	
	.articleDate.postDate {
		font-size: 12px;
	}
	
	.articleIntro {
		font-style: italic;
		font-size: 14px;
	}
	
	.authorContainer {
		clear: both;
	}
	
	#News-Blogs .authorImage {
		width: 200px;
		float: left;
	}
	
	#News-Blogs .authorImage img {
		max-width: 90%;
	}
	
}