@charset "utf-8";
/* CSS Document */

@media print {
	body {
		color: #000;
		background: #fff;
	}
	
	#topBar, 
	#menu, 
	#mobileMenuWrap, 
	footer, 
	.navPortal, 
	.contentRight, 
	.addthis_native_toolbox,
	.bannerTitle,
	.bannerSlogan,
	#hamburgerIcon {
		display: none !important; 
	}
	
	
	#Logo {
		display: block;
		width: 25%;  
	}
	
	.pageBanner {
		width: 100%  
	}
	
	.contentArea p {
		text-align: justify;
	}
	
	.contentDiagram {
		max-width: 30%;
		margin: .3em 5% 1em 5%;
		float: right;
		position: relative;
	}
	
	.contentUL {
		margin-left: 3.85vw;
		padding-right: 3vw;
    	line-height: 1.75em;
		width: 80%;
		margin-left: 10%;
	}
		.contentUL li {
			list-style: disc;
			/*text-indent: -1.25vw;*/
		}
		.contentUL li:before {
			content: '';
			display: none;
			margin-right: 0;
			margin-bottom: 0;
			height: 0;
			width: 0;
			background-image: none;
		}
}



