/*

Red #b20937

*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow:400,700&display=swap');
/*body, html {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.1em;
}*/
.elections .col-sm-3 {
	padding-left: 0;
}
.elections .col-sm-9 {
	padding-left: 0;
	padding-right: 0;
	width: 72%;
}
.elections img {
	/*max-width: 100%;*/
}
@media (min-width: 768px) {
	.elections .container {
		width: 900px;
	}
}
.elections a {
	color: #36547d;
	text-decoration: none;
}
.elections h1,
.elections h2,
.elections h3,
.elections h4,
.elections h5,
.elections h6 {
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 1.35;
	color: #36547d;
}
.elections h1 {
	font-size: 1.75em;
}
.elections h2 {
	font-size: 1.45em;
}
.elections h3 {
	font-size: 1.35em;
}
.elections h4 {
	font-size: 1.15em;
}
.elections h5 {
	font-size: 1.0em;
}
.elections h6 {
	font-size: 0.8em;
}
.elections label {
	color: #a55560;
	font-weight: 500;
	display: block;
	margin: 0 0 10px 0;
}
.elections h4 > span {
	color: #36547d;
	font-size: 80%;
	margin-left: 5px;
	font-weight: 500;
}
body.elections.post {
	background: #fafaf5;
	padding-bottom: 50px;
}
.elections header img {
	max-width: 100%;
}
.elections header {
	margin-bottom: 20px;
}
.elections .top-links {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
}
.elections .main-area {
	background: white;
}
.elections .shaded-box {
	padding: 15px 20px;
	background: #f9f9f3;
	margin: 20px 0;
}
.elections button.btn {
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1.0em;
	height: auto;
	letter-spacing: 2px;
}
.elections button.btn-primary {
	background: #9f3546;
}
.elections button.btn-default {
	background: #ddd;
}
.elections .input-field {
	margin: 0 0 20px 0;
}
.elections .input-field-smallmargin {
	margin: 0 0 10px 0;
}
.elections select.form-control,
.elections input.form-control,
.elections textarea.form-control {
	border-radius: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.0em;
	color: #444;
	padding: 10px 12px;
	height: auto;
}
.elections .upsells h4 label {
	color: #36547d;
	font-weight: 700;
	cursor: pointer;
}
.elections .upsells > label {
	font-weight: 700;
}
.elections .upsells h4 label input {
	margin-right: 7px;
}
.elections.post .day-label {
	display: inline-block;
	min-width: 100px;
}
.elections.post .dash {
	opacity: 0.5;
	font-size: 80%;
}
.elections.post .upsells h4 .red {
	color: red;
}
.elections.post .upsells h4 .upper {
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.elections.post .day-label,
	.elections.post .dash {
		display: block;
	}
	.elections.post ul.hours > li {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.elections.post .display-hours {
		margin-left: 50px;
		margin-bottom: 20px;
	}
}
.elections.post .featured-fields {
	display: none;
	font-size: 85%;
	margin: 10px 0 10px 50px;
}
.elections.post .explainer {
	display: block;
	margin: 0 0 20px 0;
}
.elections.post .deal-fields {
	display: none;
	font-size: 85%;
	margin: 10px 0 10px 50px;
}
.elections.post .uploader input[type=file] {
	display: none;
}
.elections.post .uploader .waiting {
	display: none;
}
.elections.post .uploader .fa-spin {
	opacity: 0.25;
	font-size: 1.25em;
}
.elections.post .uploader .remove {
	font-size: 80%;
	margin-left: 8px;
	color: #36547d !important;
	cursor: pointer;
}
.elections.post .uploader .remove:hover {
	text-decoration: underline;
}
.elections.post ul.category-selections > li {
	width: 50%;
	float: left;
}
@media (min-width: 768px) {
	.elections.post ul.category-selections > li {
		width: 33.3%;
	}
}
.elections.post ul.category-selections label {
	color: black;
	font-size: 0.9em;
	cursor: pointer;
}

.elections.post .account .user-content tr.grey {
	background: #f9f9f9;
}
.elections.post .account .copied {
	color: red;
	position: absolute;
	font-weight: 700;
	font-size: 12px;
	background: white;
	padding: 1px 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-left: 5px;
	margin-top: -13px;
	display: none;
}

/* Medium stack Widget */

body.elections.medium-stack-widget {
	font-size: 15px;
	border: 0;
	margin: 0;
	line-height: 1.25;
}
body.elections.medium-stack-widget.picture-stack {
	font-size: 17px;
}
body.elections.medium-stack-widget a {
	color: #b20937;
}
.elections.medium-stack-widget .masthead {
	text-align: center;
}
.elections.medium-stack-widget .masthead img {
	max-width: 100%;
}
.elections.medium-stack-widget .grey-screen {
	background: #efeff0;
}
.elections.medium-stack-widget .subhead {
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 1.5px;
	margin-bottom: 3px;
}
.elections.medium-stack-widget .links {
	text-transform: uppercase;
	text-align: center;
	font-size: 75%;
	padding: 6px 0 10px 0;
	margin-bottom: 10px;
}
.elections.medium-stack-widget .sponsor {
	text-align: center;
}
.elections.medium-stack-widget.name-stack article {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #dedede;
}
.elections.medium-stack-widget.name-stack article:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.elections.medium-stack-widget.picture-stack article {
	float: left;
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #dedede;
}
.elections.medium-stack-widget.picture-stack article:nth-child(1),
.elections.medium-stack-widget.picture-stack article:nth-child(2) {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
.elections.medium-stack-widget.picture-stack article:nth-child(2n+1){
    clear:left
}
.elections.medium-stack-widget article:hover {
	opacity: 0.6;
	cursor: pointer;
}
.elections.medium-stack-widget article .photo {
	max-height: 95px;
	overflow: hidden;
}
.elections.medium-stack-widget article .photo img {
	max-height: 120px;
	max-width: 100%;
}
.elections.medium-stack-widget .kicker {
	color: #ca494d;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 90%;
}
.elections.medium-stack-widget .kicker .more-statuses {
	font-size: 0.8em;
}
.elections.medium-stack-widget .title {
	font-size: 110%;
	margin-right: 3px;
}
.elections.medium-stack-widget .location {
	color: #a7a9ab;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 80%;
}
.elections.medium-stack-widget .links .divider {
	margin: 0 3px;
}


/* Ticker Widget */

body.elections.ticker-widget {
	line-height: 1.0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 0.9em;
	color: #bbb;
}
.elections.ticker-widget .kicker .more-statuses {
	font-size: 0.8em;
}
.elections.ticker-widget .links a {
	color: #0075be;
}
.elections.ticker-widget section.ticker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 40px;
	overflow: hidden;
	background: #e8e9ea;
}
.elections.ticker-widget .masthead img {
	max-height: 40px;
}
.elections.ticker-widget .masthead {
	float: left;
	margin-right: 15px;
}
.elections.ticker-widget .listings {
	line-height: 40px;
	font-size: 20px;
}
.elections.ticker-widget .listings > article {
	display: none;
}
.elections.ticker-widget .links {
	float: right;
	margin-right: 15px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 85%;
}
.elections.ticker-widget .links .divider {
	margin: 0 3px;
}
.elections.ticker-widget .sponsor {
	float: right;
	max-width: 160px;
}
.elections.ticker-widget .kicker {
	color: #ca494d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.elections.ticker-widget img.deal {
	margin-left: 5px;
}
.elections.ticker-widget .location {
	color: #a7a9ab;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 5px;
}
/* ===== Browse Styles ===== */
.elections-browse .masthead img,
.elections .masthead img {
	max-width: 100%;
}
.elections-browse .masthead {
	margin-bottom: 20px;
}
.elections-browse .sponsor {
	margin-bottom: 15px;
}

.elections-browse section.filters {
	background: #f6f6f6;
	padding: 15px 20px;
	line-height: 1.0;
	margin-bottom: 20px;
	font-size: 13.5px;
	position: relative;
}
@media (max-width: 768px) {
	.elections-browse section.filters {
		margin-top: 35px;
	}
}
.elections-browse section.filters ul.list-inline {
	margin-bottom: 0;
}
.elections-browse section.filters select,
.elections-browse section.filters input[type=text],
.elections-browse section.filters button {
	height: 30px;
	border-radius: 0;
	padding: 2px 10px;
	border: 1px solid #ccc;
}
.elections-browse section.filters button {
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	background: #999;
	border: none;
	margin-left: -4px;
}
@media (min-width: 768px) {
	.elections-browse section.filters select,
	.elections-browse section.filters input[type=text] {
		width: 145px;
	}
}
@media (max-width: 768px) {
	.elections-browse section.filters ul.list-inline > li {
		width: 100%;
		margin-bottom: 6px;
	}
	.elections-browse section.filters select {
		width: 90%;
	}
}
.elections-browse section.filters .links {
	float: right;
	font-size: 75%;
	text-transform: uppercase;
	margin-top: 8px;
}
@media (max-width: 768px) {
	.elections-browse section.filters .links {
		right: 75px;
		margin-top: -38px;
	}
}
.elections-browse section.filters .links .divider {
	opacity: 0.4;
	margin: 0 5px;
}
.elections-browse {
	margin-bottom: 40px;
}
.elections.browse article .body {
	margin: 0 0 25px;
}
.elections-browse article .photo {
	float: left;
	width: 15%;
	text-align: center;
	margin: 0 15px 8px 0;
	max-height: 150px;
	overflow: hidden;
}
.elections-browse article .photo img {
	max-width: 100%;
}
.elections-browse .sponsor img {
	max-width: 100% !important;
}
.elections-browse article .categories {
	margin-bottom: 10px;
}
.elections-browse article li.category a {
	background: #666;
	color: white;
	padding: 5px 10px;
}
.elections-browse .candidate-list > li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f3f3f3;
}
.elections-browse .candidate-list > li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

/* Detail styles */
article.grad {
	margin-bottom: 20px;
}
article.grad .bar {
	background: #f6f6f6;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-size: 13.5px;
	position: relative;
}
article.grad .bar img {
	position: absolute;
	left: 0;
	max-height: 40px;
	max-width: 475px;
}
article.grad .links {
	text-transform: uppercase;
	margin-right: 15px;
}
article.grad .links.thirdparty {
	font-size: 0.9em;
	margin-bottom: 10px;
}
article.grad .links .divider {
	opacity: 0.4;
	margin: 0 5px;
}
article.grad h3 {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
article.grad h1 {
	font-size: 2.5em;
}
article.grad h4 {
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 20px;
}
article.grad h5 {
	color: black;
	text-transform: uppercase;
	margin: 20px 0 6px 0;
}
article.grad .mug img {
	max-width: 100%;
}
article.grad .carousel {
	margin-bottom: 30px;
}
article.grad .carousel .carousel-inner {
	max-height: 350px;
	text-align: center;
}
article.grad .carousel .carousel-inner img {
	max-height: 350px;
}
@media (max-width: 768px) {
	article.grad .carousel .carousel-inner {
		max-height: 200px;
	}
	article.grad .carousel .carousel-inner img {
		max-height: 200px;
	}
}
article.grad .side-bar {
	font-size: 0.9em;
	line-height: 1.25em;
}
article.grad .main-area {
	font-size: 1.0em;
	line-height: 1.3;
}
@media (min-width: 768px) {
	article.grad .side-bar {
		/*position: absolute;*/
		width: 200px;
	}
	article.grad .side-bar img {
		max-height: 320px;
	}
	article.grad .main-area {
		float: left;
		/*padding-left: 220px;*/
		min-height: 340px;
	}	
}
@media (max-width: 768px) {
	article.grad .side-bar img {
		max-height: 150px;
	}
}
article.grad .item-meta li {
	margin-bottom: 10px;
}
article.grad .categories {
	margin-bottom: 10px;
}
article.grad li.category a {
	background: #666;
	color: white;
	padding: 5px 10px;
}
article.grad li.category {
	margin-bottom: 15px;
}
article.grad .pullquote {
	border-top: 1px solid #ccc;
}
article.grad .pullquote.first {
	border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
article.grad .pullquote .overline {
	font-weight: bold;
	color: black;
	font-size: 0.8em;
	text-transform: uppercase;
}
article.grad .pullquote .quote-lead {
	margin-bottom: 10px;
	font-size: 1.2em;
}
article.grad .pullquote .quote-body {
	font-size: 1.0em;
	color: #666;
	font-style: italic;
}
article.grad .pullquote .quotes {
	float: left;
	margin: 0 10px 3px 0;
}
article.grad .pullquote #author {
	margin-top: 10px;
	font-size: 0.9em;
	text-transform: uppercase;	
}
article.grad .breakout_box {
	background: #efefef;
	border-radius: 3px;
	padding: 7px 12px;
	word-wrap: break-word;
}
article.grad .floated_item {
	margin-top: 15px;
}
article.grad .mapboxgl-map {
	width: 100%;
	height: 200px;
}
article.grad .mobile-mug img {
	max-width: 100%;
	max-height: 250px;
}

/* Ticker Widget */

body.elections.ticker-widget {
	line-height: 1.0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	color: #bbb;
}
.elections.ticker-widget .links a {
	color: #b20937;
}
.elections.ticker-widget section.ticker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 40px;
	overflow: hidden;
	background: #e8e9ea;
}
.elections.ticker-widget .masthead {
	float: left;
	margin-right: 15px;
}
.elections.ticker-widget .listings {
	line-height: 40px;
	font-size: 17px;
}
.elections.ticker-widget .listings > article {
	display: none;
}
.elections.ticker-widget .links {
	float: right;
	margin-right: 15px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 85%;
}
.elections.ticker-widget .links .divider {
	margin: 0 3px;
}
.elections.ticker-widget .sponsor {
	float: right;
	max-width: 160px;
}
.elections.ticker-widget .kicker {
	color: #ca494d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.elections.ticker-widget span.grad {
	margin-right: 15px;
}
.elections.ticker-widget span.grad:hover {
	opacity: 0.65;
}
.elections.ticker-widget .location {
	color: #a7a9ab;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 5px;
}
.elections.ticker-widget.lg .hidden-lg,
.elections.ticker-widget.md .hidden-md,
.elections.ticker-widget.sm .hidden-md,
.elections.ticker-widget.xs .hidden-md,
.elections.ticker-widget.sm .hidden-sm,
.elections.ticker-widget.xs .hidden-sm,
.elections.ticker-widget.xs .hidden-xs,
.elections.ticker-widget.lg .visible-xs,
.elections.ticker-widget.md .visible-xs,
.elections.ticker-widget.sm .visible-xs {
	display: none;
}
.elections.ticker-widget.md .listings {
	font-size: 18px;
}
.elections.ticker-widget.sm .listings {
	font-size: 16px;
}
.elections.ticker-widget.xs .listings {
	font-size: 14px;
}
.elections.ticker-widget.xs .masthead {
	margin-right: 7px;
}
.elections.ticker-widget.xs .masthead img {
	width: 100px;
	margin: 8px 0 0 4px;
}
.elections.ticker-widget.xs .links {
	float: right;
	margin-right: 7px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 0.8em;
}
.elections.single-race {
	font-family: 'PT Sans', sans-serif;
	color: black;
}
.elections.single-race a {
	color: black;
}
.elections.single-race section.top {
	height: 180px;
	overflow: hidden;
}
.elections.single-race section.top .nameplate {
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.elections.single-race section.top .nameplate {
		margin-bottom: 20px;
	}
}
.elections.single-race section.top .nameplate img {
	height: 95px;
}
@media (max-width: 768px) {
	.elections.single-race section.top .nameplate img {
		height: 75px;
	}
}
.elections.single-race section.top h1 {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family: serif;
	font-size: 2.75em;
	color: black;
}
@media (max-width: 768px) {
	.elections.single-race section.top h1 {
		font-size: 2em;
		padding: 0 15px;
	}	
}
.elections.single-race section.candidate {
	height: 200px;
	overflow: hidden;
	position: relative;
	padding: 15px 75px 15px 130px; 
}
.elections.single-race section.candidate .photo {
	position: absolute;
	left: 10px;
	width: 110px;
	font-size: 11px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.elections.single-race section.candidate .photo img {
	max-width: 110px;
	max-height: 110px;
	display: inline-block;
	margin-bottom: 5px;
}
.elections.single-race section.candidate.winner {
	background: #eee;
}
.elections.single-race section.candidate .checkbox {
	position: absolute;
	right: 5px;
	top: -5px;
}
.elections.single-race section.candidate .checkbox img {
	height: 100px;
}
@media (max-width: 768px) {
	.elections.single-race section.candidate .checkbox img {
		height: 55px;
	}
}
.elections.single-race section.candidate .name-row {
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.75em;
	margin-top: 50px;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.elections.single-race section.candidate .name-row {
		margin-top: 20px;
		font-size: 1.25em;
	}
}
.elections.single-race section.candidate .name-row h3 {
	font-size: 1.5em;
	display: inline-block;
	text-transform: none;
	margin-right: 20px;
	margin: 0;
	padding: 0;
}
.elections.single-race section.candidate .titles {
	margin-left: 10px;
}
.elections.single-race section.candidate .graph-row {
	width: 97%;
	background: #eee;
	height: 25px;
	margin-bottom: 10px;
}
.elections.single-race section.candidate .shaded {
	height: 25px;
	background: #888;
}
.elections.single-race section.candidate.winner .graph-row {
	background: white;
}
.elections.single-race section.candidate.winner .shaded {
	background: #39a340;
}
.elections.single-race .meta-row .divider {
	opacity: 0.5;
	margin: 0 8px;
}
.elections.name-stack.results {
	font-size: 0.95em;
}
.elections.name-stack.results .frames {
	border: 1px solid #f3f3f3;
	padding: 5px 7px;
	margin-top: -4px;
}
.elections.name-stack.results .frame {
	display: none;
}
.elections.name-stack.results .race-head {
	font-weight: 700;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 5px;
	border-top: 1px solid #f3f3f3;
}
.elections.name-stack.results .race-head:first-child {
	border-top: none;
}
.elections.name-stack.results .race-meta {
	color: #aaa;
}
.elections.name-stack.results .candidates {
	padding-top: 5px;
}
.elections.name-stack.results .candidates a {
	color: black;
}
.elections.name-stack.results .candidates a:hover {
	text-decoration: underline;
}
.elections.name-stack.results .candidate {
	border-top: 1px solid #f3f3f3;
	padding: 5px 0;
}
.elections.name-stack.results .candidate .checkbox img{
	max-height: 15px;
}
.elections.name-stack.results .candidate.winner .name {
	font-weight: 700;
}
.elections.name-stack.results .candidate .votes {
	color: #999;
	font-size: 80%;
	margin-left: 8px;
	text-transform: uppercase;
}
.elections.name-stack.results .candidate .votes .divider {
	margin: 0 3px;
}
.elections.results-bar {
	margin: 0;
	padding: 0;
}
.elections.results-bar .race-title {
	line-height: 40px;
	font-size: 28px;
	font-weight: 700;
	margin-right: 15px;
	margin-left: 10px;
	color: black;
}
.elections.results-bar .ticker {
	border-bottom: 1px solid white;
}
.elections.results-bar .reporting {
	text-transform: uppercase;
	font-size: 1.2em;
}
.elections.results-bar .candidates {
	background: #e8e9ea;
	height: 200px;
	overflow: hidden;
	width: 100%;
	padding: 40px 20px 0 20px;
	font-size: 1.1em;
}
.elections.results-bar .candidates a {
	color: black;
	font-weight: normal;
}
.elections.results-bar .candidate {
	float: left;
	width: 20%;
	text-align: center;
}
@media (max-width: 768px) {
	.elections.results-bar .candidate {
		width: 50%;
		margin-bottom: 10px;
		font-size: 0.8em;
	}
}
.elections.results-bar .candidate .photo img {
	margin-bottom: 10px;
}
.elections.results-bar .candidate:hover {
	opacity: 0.8;
}
.elections.results-bar .candidate img {
	height: 125px;
}
@media (max-width: 768px) {
	.elections.results-bar .candidate img {
		height: 70px;
		max-width: 100%;
	}
	.elections.results-bar .candidate .photo {
		float: left;
		width: 35%;
		margin-right: 5%;
		text-align: center;
	}
	.elections.results-bar .candidate .text-fields {
		float: left;
		width: 55%;
		text-align: left;
	}
}
.elections.results-bar .candidate .checkbox img {
	height: 25px;
	position: absolute;
	margin-left: -25px;
	margin-top: -5px;
}
.elections.results-bar .candidate h3 {
	line-height: 1.0;
	margin-bottom: 5px;
}
.elections.results-bar .candidates .winner a {
	font-weight: 700;
}
@media (min-width: 768px) {
	.elections.results-bar .count4 .candidate {
		width: 25%;
	}
	.elections.results-bar .count3 .candidate {
		width: 33.33333%;
	}
	.elections.results-bar .count3 .candidate .photo img {
		height: 165px;
	}
	.elections.results-bar .count2 {
		font-size: 120%
	}
	.elections.results-bar .count2 .candidate {
		width: 50%;
	}
	.elections.results-bar .count2 .candidate .photo img {
		height: 175px;
	}
	.elections.results-bar .count2 .candidate .photo,
	.elections.results-bar .count3 .candidate .photo {
		float: left;
		margin-right: 5%;
		text-align: center;
	}
	.elections.results-bar .count2 .candidate .text-fields,
	.elections.results-bar .count3 .candidate .text-fields {
		float: left;
		text-align: left;
		margin-top: 75px;
		margin-left: 10px;
		font-size: 120%;
	}
}

/* Native detail page */
.related-election-head {
	margin-bottom: 30px;
}
.related-election-head img {
	max-width: 100%;
}
.related-election {
	font-size: 80%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.related-election .candidate {
	font-size: 80%;
}
.related-election .nameplate {
	display: none;
}
.related-election .elections.single-race section.top {
	height: auto;
	margin-bottom: 20px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Race browse */

.elections.browse-races {
	margin-bottom: 50px;
}
.elections.browse-races .nameplate {
	display: none;
}
.elections.browse-races .masthead {
	margin-bottom: 15px;
}
.elections.browse-races section.top {
	height: auto;
}
.elections.browse-races ul.races > li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 60%;
}
.elections.browse-races .race-nav .tile {
	display: block;
	float: left;
	width: 32.9%;
	background: #eee;
	margin: 0 3px 3px 0;
	padding: 3px 6px;
	font-family: 'open sans', sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: 700;
}
.elections.browse-races .race-nav .tile:hover {
	opacity: 0.5;
}
.elections.browse-races .back-to-top {
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.elections.browse-races .central {
	text-transform: uppercase;
	opacity: 0.6;
	text-align: center;
	font-size: 24px;
}

