#sidebar {
	display: none;
}
.topKicker {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 15px;
}
.graphicHeader {
float: left;
font-size: 32px;
font-weight: 100;
width: 100%;
margin-bottom: 5px;
text-align: center;
}
.explainer {
	text-align: center;
}
#content {
	width: 100%;
/*	max-width: 900px;
margin: 0 auto;*/
}
.byline {
	display: none;
}
.entry-title {
	display: none;
}
.interactiveContainer {
	max-width: none;
	display: none;
}
.post-social span {
	margin-bottom: 5px;
}
.filterRow {
	float: left;
	/*	display: none;*/
	min-height: 5px;
	position: relative;
	width: 95%;
	padding: 10px 2.5% 10px;
	background: #F5F3E9;
	border-top: #333 solid 3px;
	border-bottom: #aaa solid 1px;
	box-shadow: inset 0px 5px 40px -10px #A3A27C;
	-webkit-box-shadow: inset 0px 5px 40px -10px #A3A27C;
	-moz-box-shadow: inset 0px 5px 40px -10px #A3A27C;
}
.filterRow.opened {
	padding: 45px 2.5% 10px;
	background: #F5F3E9;
}
.filterClose {
	position: absolute;
	right: 50%;
	width: 100px;
	margin-right: -50px;
	text-align: center;
	top: 0px;
	height: 18px;
	font-family: Futura, "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 12px;
	cursor: pointer;
	background: #D6CCA1;
	border: 1px solid #888;
	margin-top: -1px;
	color: #000;
	box-shadow: 0px 2px 10px -2px #666;
	-webkit-box-shadow: 0px 2px 10px -2px #666;
	-moz-box-shadow: 0px 2px 10px -2px #666;
	padding: 5px;
	border-radius: 0px;
	text-transform: uppercase;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.toolItem.selected {
	color: black;
	background: #D6CCA1;
	-webkit-box-shadow: inset 1px 1px 7px -2px #000;
	-moz-box-shadow: inset 1px 1px 7px -2px #000;
	box-shadow: inset 1px 1px 7px -2px #000;
}
.filterClose:active {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.filterClose:hover {
	background: #EDE8C5;
	color: #000;
}
.entry-title {
	font-family: "Source Sans Pro","Arial",sans-serif;
	font-size: 37px;
	font-weight: 100;
}
.filterHeader {
	float: left;
	width: 99%;
	margin-bottom: 10px;
	font-size: 16px;
	margin-left: 1%;
	text-transform: uppercase;
	font-weight: 100;
	color: #444;
	display: none;
	font-family: Futura, "Franklin Gothic Medium", Arial, sans-serif;
}
.funnel {
	height: 17px;
	margin-right: 3px;
	margin-bottom: 6px;
	opacity: 0.8;
}

.section p {
	height: 0;padding: 2px 1%;
	margin: 0;
}
.lastTool {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.statement {
	float: left;
	width: 100%;
	text-align: center;
	font-family: "Futura","Source Sans Pro","Arial",sans-serif;
	font-size: 16px;
	color: #aaa;
	font-weight: normal;
	margin: 45px 0 20px;
	text-transform: uppercase;
	line-height: 30px;
}
.optionhighlight {
	color: #444;
	padding: -2px 3px 0;
	cursor: pointer;
	display: inline-block;
	border-bottom: 3px solid #333;
}
.optionhighlight:active {
	color: black;
}
.optionhighlight.lighted {
	color: #000;
	background: #F1F2C2;
	display: inline-block;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
}
.optionhighlight:hover {
	color: #000;
	background: #D6CE96;
}



.section {
	float: left;
	width: 46%;
	margin: 0 1%;
	min-height: 60px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}


@media screen and (max-width: 550px) {
	.section {
		float: left;
		width: 98%;
		margin: 0 1%;
		min-height: 60px;
	}
	.section:nth-child(2), .section:nth-child(3) {
		float: left;
		width: 48%;
		margin: 0 1%;
		min-height: 60px;
	}
	.graphicHeader {
		font-size: 25px;
	}
}

@media screen and (max-width: 430px) {
	.section {
		float: left;
		width: 98%;
		margin: 0 1%;
		min-height: 60px;
	}
	.section:nth-child(2), .section:nth-child(3) {
		float: left;
		width: 98%;
		margin: 0 1%;
		min-height: 60px;
	}
}

.toolItem {
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 13px;
	background: white;
}
.candidateDistrict {
	display: none;
}
@media screen and (max-width: 700px) {
	.toolItem {
		font-size: 11px;
	}
}
.district .toolItem {
	width: 12%;
	padding-left: 1.5%;
	padding-right: 1.5%;
}
.type .toolItem, .state .toolItem {
	/*	width: 30%;*/
	padding-left: 10px;
	padding-right: 10px;
}
.districtAll {
	margin-top: 6px;
	font-size: 14px;
	color: #aaa;
}
.resultTotals {
	float: left;
	padding: 30px 0 30px;
	width: 99%;
	margin-left: 1%;
}
.resultAsterisk {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #888;
	margin: 20px 0;
}
.resultsItem .resultKicker {
	text-align: center;
	font-family: Futura, "Franklin Gothic Medium", Arial, sans-serif;
	border-bottom: 3px solid #333;
}
.resultsItem {
	float: left;
	width: 23%;
	padding: 0 1%;
	font-size: 14px;
}

@media screen and (max-width: 930px) {
	.resultsItem {
		float: left;
		width: 48%;
		padding: 0 1%;
		font-size: 14px;
	}
}
@media screen and (max-width: 500px) {
	.resultsItem {
		float: left;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
}
.resultNumber {
	font-size: 35px;
	margin-top: 1px;
	font-weight: 100;
	text-align: center;
}
.resultRanks {
	float: left;
	width: 100%;
}
.topItem {
	float: left;
	width: 45%;
	margin-left: 2%;
	margin-right: 3%;
	margin-bottom: 40px;
}
.topItem:last-child {
	margin-right: 0;
	margin-left: 3%;
	margin-right: 2%;
}
@media screen and (max-width: 700px) {
	.topItem {
		float: left;
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.topItem:last-child {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
}

.row {
	float: left;
	width: 98%;
	font-size: 12px;
	padding: 3px 0;
	padding-left: 2%;
}
.row:nth-child(even) {
	background: #eee;
}
.topItemTitle {
	font-size: 18px;
	font-weight: 100;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
	display: none;
}
.topItemHeaders {
	float: left;
	width: 98%;
	padding-left: 2%;
	margin-bottom: 6px;
	padding-bottom: 0px;
	border-bottom: 3px solid #333;
	font-size: 14px;;
	height: 18px;
	font-family: Futura, "Franklin Gothic Medium", Arial, sans-serif;
}
.topItemHeaders .cell, .row .cell {
	float: left;
	width: 25%;
}
.topItemHeaders .cell:first-child, .row .cell:first-child {
	width: 70%;
	margin-right: 5%;
}
.topItemRanks {
	min-height: 280px;
	position: relative;
}
.noresultsrow {
	position: absolute;
	left: 50%;
	width: 150px;
	text-align: center;
	top: 30%;
	font-size: 25px;
	font-weight: 100;
	color: #aaa;
	margin-left: -75px;
}