#menuCon {
	max-width:475px;
	display: flex;
	z-index: 2;
	margin: 0px auto;
}

.form-control {
	display: flex;
	width: 150px;
	font-size: 15px;
	border-radius: 5px;
	margin: 2px 3px;
}

#gridCon {
	position: relative;
	column-count: 5;
	column-gap: 10px;
	/*height: 650px;*/
	width: 100%;
	z-index: 1;
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 15px;
}

#gridCon>.slats {
	margin-bottom: 10px;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.slats {
	background-color: #f4f4f4;
	padding: 20px;
	border-radius: 10px;
	margin: 7px;
	font-family: 'Arimo', san-serif;
	font-weight: 400;
	opacity: .1;
}

.slatsDem {
	border-bottom: 10px solid #6699cc;
}

.slatsGOP {
	border-bottom: 10px solid #cc6666;
}

.slatsIndy {
	border-bottom: 10px solid #9999cc;
}

.slatsOther {
	border-bottom: 10px solid darkgrey;
}

.dlabel {
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
}
video {
	width: 100%;
	height: 120px;
}

.userQuote {
	font-size: 1.1em;
	color: #444;
	margin-bottom: 5px;
}

.userInfo {
	font-size: .8em;
	color: darkgrey;
}

#loadMore {
	font-color: black;
	display: table;
	width: 200px;
	margin: 20px auto;
	}

#resultsCount {
	color: #999;
	margin: 0px 0px 0px 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.sq {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}
.keyitem {
	float: left;
	margin-right: 20px;

}
.keytext {
		font-size: 12px;
		float: right;
		color: #333;
}
#key {
	margin: 10px 0px 10px 25px;
}
.rep {
	background-color: #cc6666;
}
.dem {
	background-color: #6699cc;
}
.ind {
	background-color: #9999cc;
}
.other {
	background-color: darkgrey;
}


@media (max-width: 1400px) {
	#gridCon {
		columns: 4;
	}
}

@media (max-width: 900px) {
	#gridCon {
		columns: 3;
	}
}

@media (max-width: 700px) {
	#gridCon {
		columns: 2;
	}
}

@media (max-width: 450px) {
	#gridCon {
		columns: 1;
	}
	#menuCon {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0px auto;
	}
}
