/*------------------------------
	PRINT STYLES
------------------------------*/

@media print {

/* HIDE SITE STRUCTURE */

	.head-container,
	.topSearch-container,
	.body-content-right,
	.body-angleDown,
	.body-angleUp,
	.contactFoot-container,
	.foot-container,
	.subFoot-container,
	.home-careers-container {
		display: none;
	}

/* ALTER GENERAL */

	body {
		font-size: 15px !important;
		line-height: 26px !important;
		-webkit-print-color-adjust: exact !important;
		margin: 1cm 1cm 1cm 1cm;
	}
	
	blockquote {
		background: #efefef;
	}

	blockquote h2 {
		font-size: 26px !important;
		line-height: 30px !important;
	}	
	
	blockquote p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	
	.intro {
		font-size: 18px !important;
		line-height: 30px !important;
	}
	
	h1 {
		font-size: 40px !important;
		line-height: 80px !important;
	}
	
	h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	
	h3 {
		font-size: 20px !important;
		line-height: 40px !important;
	}
	
/* ALTER BODY CONTENT */

.body-container {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
	.body-angleUp {
		display: none;
	}
	.body {
		width: 100%;
		margin: 0;
		padding: 0;
		}
	.body-content {
		width: 100%;
		margin: 0;
		padding: 0;
	}
		.body-content-left {
			float: none;
			width: 100%;
			padding: 0;
			margin: 0;
			}

	.expand-content {
		display: block;
		}


	
}
