.interactiveContainer {
	position: relative;
}
.mainSection {
	position: relative;
	width: 100%;
	float: left;
}
.showChart {
	right: 10px;
	top: 15px;
	position: absolute;
	border-radius: 3px !important;
}
.topBar {
	float: left;
	width: 100%;
	height: 60px;
	position: relative;
}
#chartContainer {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
.yearItem {
	position: absolute;
	top: 0;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	text-align: center;
	font-size: 33px;
	font-weight: 100;
	cursor: pointer;
}
.section {
	float: left;
	width: 46%;
	padding: 0 1.5%;
	border-right: 1px solid #ccc;
	min-height: 450px;
	position: relative;
}
.thePct {
	font-weight: 500;
	color: #000;
	float: left;
	width: 100%;
	margin: 15px 0;
	font-weight: bold;
	font-size: 20px;
}
.descriptionWords {
	position: absolute;
	width: 90%;
	margin: 0 5%;
	bottom: 0;
	left: 0;
	font-size: 13px;
	color: #666;
	text-align: center;
}
.descriptionWords .person {
	border: none !important;
	margin: 0 !important;
	/*margin-left: 0% !important;*/
}
.section:last-child {
	border-right: 0px solid #ccc;
}
.section .sectionHeader {
	text-align: center;
	margin-bottom: 15px;
	font-weight: 100;
	color: #aaa;
	float: left;
	font-size: 14px;
	width: 100%;
	font-weight: 400;
	color: #555;
	margin: 10px 0 10px;
}
.section .sectionHeader p {
	text-align: center;
	margin-bottom: 15px;
	font-weight: 100;
	color: #aaa;
	float: left;
	font-size: 14px;
	width: 100%;
	font-weight: 400;
	color: #555;
	margin: 0px !important;
}
.person {
	width: 9px;
	margin: 0.5%;
}
.sectionPeople img.person {
	margin: 1% !important;
	border: none !important;
}
.showChart,.thePct {
	display: block;
}
.home .thePct {
	margin-top: 6px;
} 
@media screen and (max-width: 600px) {

	.showChart,.thePct {
		display: none;
	}
	.sectionPeople img.person {
		width: 7px;
		margin: 1%;
	}
}

.arrow-right {
	width: 0; 
	height: 0; 
	position: absolute;
	right: 0;
	top: 9px;
	margin-right: -9px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #000;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.arrow-left {
	width: 0; 
	height: 0; 
	position: absolute;
	left: -10px;
	top: 9px;
	margin-right: -9px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 20px solid #000;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.arrow-right:hover {
	border-left: 20px solid #ccc;
}
.arrow-left:hover {
	border-right: 20px solid #ccc;
}