.mapSec {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
}
.stateList {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	margin-right: 10px;
	width: 60%;
}
.stateMap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	width: 37%;
}
.stateChart {
	width: 100%;
	max-width: 888px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.stateChartRow {
	margin: 20px auto;
	min-height: 100px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.stateChartCopy {
	min-height: 85px;
	width: 100%;
	position: relative;
	display: flex;
	background-color: #E0E0E0;
	border-bottom-right-radius: 10px;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	padding-left: 80px;
}
.stateChartCopyMulti {
	min-height: 85px;
	width: 100%;
	position: relative;
	display: flex;
	background-color: #E0E0E0;
	border-bottom-right-radius: 10px;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	padding: 40px 0 20px 80px;
}
.stateChartEntry {
	position: relative;
	display: flex;
	text-align: right;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 40%;
	justify-content: flex-end;
	margin: 0 auto !important;
}
.stateChartDef {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-left: 40px;
	width: 54%;
	margin: 10px auto !important;
}
.stateChartHeader {
	height: 35px;
	width: 95%;
	position: absolute;
	display: flex;
	top: -9px;
	left: 0px;
	background-color: #76bc21;
	border-bottom-right-radius: 10px;
}
.stateChartHeaderCopy {
	position: relative;
	display: flex;
	left: 100px;
	color: white;
	font-family: Gotham, sans-serif;
	align-items: flex-start;
}
.stateChartIcon {
	height: 80px;
	width: 80px;
	position: absolute;
	display: flex;
	top: 5px;
	left: 10px;
}
.stateRow {
	clear: both;
	display: block;
	max-width: 1090px;
}
.stateLeft {
	width: 500px;
	float: left;
	display: inline-block;
	margin: 20px;
}
.stateRight{
	width: 500px;
	float: left;
	display: inline-block;
	margin: 20px;		
}
.wwdImg {
	width: 480px;
}
@media (max-width: 880px) {
	.stateList {
		width: 100%;
	}
	.stateMap {
		width: 100%;
	}
}