#sidebar {
	display: none;
}
.blackCover {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	height: 100%;
	z-index: 500;
	display: none;
}
.topKicker {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 15px;
}
.graphicHeader {
	float: left;
	font-size: 32px;
	font-weight: normal;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 20px;
	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: 0px;
	position: relative;
	width: 95%;
	padding: 0 2.5% 0;
	background: #F5F3E9;
	border-top: #333 solid 3px;
	border-bottom: #aaa solid 0px;
	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;
	border-bottom: #aaa solid 1px;
}
.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: #EDEDDD;
	-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;
	font-weight: bold;
}
.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;
	display: none;
}
.toolbar.type {
	font-size: 16px;
	max-width: 300px;
	font-family: "Source Sans Pro","Arial",sans-serif;
}
.section p {
	height: 0;padding: 2px 1%;
	margin: 0;
}
.categoryOption {
	text-transform: capitalize;
}
.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: 26px;
	color: #aaa;
	font-weight: normal;
	margin: 45px 0 20px;
	text-transform: uppercase;
	line-height: 30px;
}
.optionhighlight {
	color: #444;
	padding: -2px 3px 0;
	display: inline-block;
}
.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: #333;
	font-weight: bold;
}
.resultTotals {
	float: left;
	padding: 30px 0 30px;
	width: 99%;
	margin-left: 1%;
}
.resultAsterisk {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #888;
	margin: 20px 0;
	text-align: center;
}
.resultsItem .resultKicker {
	text-align: center;
	font-family: Futura, "Franklin Gothic Medium", Arial, sans-serif;
	border-bottom: 3px solid #333;
}
.resultsItem {
	float: left;
	width: 31%;
	padding: 0 1%;
	font-size: 14px;
}

@media screen and (max-width: 930px) {
	.resultsItem {
		float: left;
		width: 31%;
		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: 13px;
	color: #333;
	padding: 3px 0;
	padding-left: 2%;
	cursor: pointer;
}
.row:first-child {
	padding-top: 5px;
}
.row:nth-child(even) {
	background: #eee;
}
.row:hover {
	background: #F1F2C2;
}
.row:active {
	background: #F1EF73;
}
.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%;
	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: 20%;
}
.topItemHeaders .cell:first-child, .row .cell:first-child {
	width: 70%;
	margin-right: 3%;
}
.cell:last-child {
	width: 7%;
}
.cell img {
	width: 10px;
	opacity: 0.6;
}
.cell img:hover {
	opacity: 1;
}
.topItemRanks {
	min-height: 230px;
	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;
}
.rowBar {
	position: absolute;
	bottom: 0;
	width: 5%;
	background: rgba(120,165,207,0.5);
	border-top: 2px solid #4D7396;
	text-align: center;
	cursor: pointer;
}
.rowBar:hover {
	background: rgba(120,165,207,1);
}
.topCompany {
	position: relative;
}
.leftLabels {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 75%;
	width: 100%;
}
.monthNum {
	position: absolute;
	width: 20px;
	left: 50%;
	margin-left: -10px;
	bottom: -15px;
	font-size: 10px;
	color: #666;
	font-family: "Futura","Source Sans Pro","Arial",sans-serif;
}
.leftBarItem {
	position: absolute;
	width: 98%;
	border-bottom: 2px dashed #ddd;
	font-size: 10px;
	color: #666;
	padding-left: 2%;
	font-family: "Futura","Source Sans Pro","Arial",sans-serif;
}
.popupTable {
	z-index: 501;
	position: fixed;
	top: -100%;
	height: 80%;
	padding: 10px;
	left: 50%;
	width: 600px;
	background: white;
	margin-left: -320px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
	box-shadow: 3px 3px 14px 2px #333;
	-moz-box-shadow: 3px 3px 14px 2px #333;
	-webkit-box-shadow: 3px 3px 14px 2px #333;
	overflow: scroll;
	padding-top: 55px;
}
.popupHeader {
	position: fixed;
	top: -100%;
	padding: 10px;
	left: 50%;
	width: 560px;
	text-transform: uppercase;
	border-top: 3px solid #333;
	margin-left: -320px;
	text-align: center;
	padding: 10px 30px;
	background: rgba(0,0,0,0.7);
	color: white;
	font-size: 14px;
	font-family: "Futura","Source Sans Pro","Arial",sans-serif;
	-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: 650px) {
	.popupTable {
		width: 86%;
		margin-left: 0;
		left: 4%;
		padding: 2%;
		padding-top: 55px;
	}
	.popupHeader {
		width: 86%;
		margin-left: 0;
		left: 4%;
		padding: 2%;
	}
}
.popupTable.shown {
	top: 4%;
}
.shown .popupHeader {
	top: 4%;
}
.popItem {
	padding: 10px 2%;
	width: 96%;
	float: left;
}
.popItem:nth-child(odd) {
	background: #eee;
}
.popLabel {
	float: left;
	width: 80%;
	font-family: "Source Sans Pro","Arial",sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #333;
}
.popAmount {
	float: left;
	width: 18%;
	font-family: "Source Sans Pro","Arial",sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #333;
}
.popPurpose {
	font-size: 12px;
	color: #777;
	float: left;
	width: 1005;
}
.popupClose {
	position: absolute;
	right: 10px;
	top: 5px;
	color: white;
	font-size: 19px;
	cursor: pointer;
}
.popupClose:hover {
	color: #ccc;
}
.detailWord {
	color: #aaa;
	font-size: 12px;
	font-weight: 100;
}
