/*@media print {*/
	.videos-section,
	.pcsheader,
	.masthead,
	.button,
	.pcsfooter,
	.noprint,
	video,
	iframe {
		display: none !important;
	}

	body,html {
		margin-top:0%;
   		display:block;
   		height:100%;
	}

	p,
	div {
		font-size: 16px;
		line-height: 21px;
	}

	ul {
		margin-left: 15px !important;
	}

	#content p {
		line-height: 21px;
	}

	p {
		margin-bottom: 10px;
	}

	.yesprint {
		display: block !important;
	}

	.results .col-lg-12,
	.scores.col-lg-8.col-lg-offset-2,
	.results.col-lg-8.col-lg-offset-2,
	.scores .col-lg-8 {
		width: 100% !important;
	}

	.module {
		padding: 25px 0 !important;
	}

	.module.darkBg {
		background-color: #ffffff;
	}

	.module.borderBottom {
		border-bottom: none !important;
	}

	.welcome .col-lg-4,
	.welcome .col-lg-8 {
		float: left;
		width: 20%
	}

	.welcome .col-lg-8 {
		width: 80%;
	}

	.panel-default {
		border-color: #ffffff;
	}

	.scores .col-lg-5,
	.scores .col-lg-2 {
		float: left !important;
	}

	.scores .col-lg-4 {
		width: 25% !important;
	}

	.scores .col-lg-8 {
		width: 75% !important;
	}

	.scores .panel-body .col-lg-8 {
		width: 100% !important;
	}

	.scores .col-lg-5 {
		width: 40% !important;
	}

	.scores .col-lg-2 {
		width: 19% !important;
	}

	.col-lg-6 {
		float: left !important;
		width: 49% !important;
	}

	.colors .col-lg-8 {
		width: 100% !important;
	}

	.colors .col-lg-8 .col-lg-5 {
		float: left !important;
		width: 40% !important;
	}

	.colors .col-lg-8 .col-lg-5:nth-child(2) {
		margin-left: 9%;
	}

	.bars-container .backing.blue { background-color: #99ccff !important; }
	.bars-container .backing.red { background-color: #ff9999 !important; }
	.bars-container .backing.green { background-color: #99ff99 !important; }
	.bars-container .backing.grey { background-color: #cccccc !important; }

	.bars-container .backing.blue .number { background-color: #305FA1 !important; color: white !important; }
	.bars-container .backing.red .number { background-color: #DC4149!important; color: white !important; }
	.bars-container .backing.green .number { background-color: #439D70 !important; color: white !important; }
	.bars-container .backing.grey .number { background-color: #838485 !important; color: white !important; }

	.col-lg-5 {
		width: 50%;
		display: inline-block;
	}
 

	.communication div { color: white !important; }
	.communication div.grey { background-color:#838485 !important; }
	.communication div.green { background-color: #439D70 !important; }
	.communication div.red { background-color:  #DC4149 !important; }

	.colors .print .blue h2 { background-color: #305FA1 !important; color: #ffffff !important; }
	.colors .print .red h2 { background-color: #DC4149 !important; color: #ffffff !important; }
	.colors .print .green h2 { background-color: #439D70 !important; color: #ffffff !important; }
	.colors .print .gray h2 { background-color: #838485 !important; color: #000000 !important; }

	.understanding .col-lg-12 .col-lg-6.col-lg-offset-6 {
		width: 100% !important;
		display: block !important;
	}

	.colors img {
		display: none !important;
	}

	.bars-container .backing .title {
		top: 42px !important;
	}
/*}*/

.pagebreak {
	page-break-before: always;
}

.bars-container.right.pes .backing.blue,
.bars-container.right.prs .backing.blue {
	top: 45px !important;
}

.noprint {
	display: none;
}