/* Change hyperlink color to NEW BLUE (#3EB1C8 as of Sept 2018) */
a {
color: #3eb1c8;
}
.comment-respond {
        display: none;
    }
 #comments-title {
        display: none;
    }
 .comment {
        display: none;
    }
#secondary-nav {
        display: none;
    }
div.main-nav {
	width: 100%
}
body.normal.single-post p.wp-caption-text {
    font-size: 14px!important;
}
.prominence-explainer-tag {
  content: 'explainer';
  text-transform: uppercase;
  background-color: #3EB1C8;
  color: #ffffff;
  padding: .25em .5em;
  display: inline-block;
}


/* Change homepage alert background color from #fb4834 to #3eb1c8 */
.alert-wrapper {
  border: none;
  margin: 1em;
}
#alert-container {
	margin: 0px;
  padding: 0px;
}
#alert-container .widget_text {
  background-color: #3eb1c8;
	color: #ffffff;
	font-stretch: expanded;
	margin: 0px;
	text-align: center;
	font-weight: bolder;
}
#alert-container .widget_text a {
  color: #ffffff;
  border-bottom: 1px dotted white;
	margin: 10px;
  padding: 0px;
}
#alert-container .widget_text a:hover {
	color: #fb4834;
}
#home-resources-guides {
	display: none;
}
#home-featured-series h2 {
	padding-top: 1em;
}
@media(min-width: 767px){
	#home-featured-series div.row-fluid{
	display: flex;
}
	#home-featured-series div.row-fluid li{
		margin: 0 auto;
		padding-left: .5em;
		padding-right: .5em;
	}
}
#home-featured-series div.row-fluid img {
	max-height: 300px;
}

@media(min-width: 767px){
#home-multimedia div.row-fluid {
	display: flex;
	margin: 0 auto;
	padding-left: 1em
}
}
/*Early Vote Title*/
.widgettitle{
display: none;
}
.turnoutUpdating {
	border: solid 2px #3eb1c8;
	padding: 10px;
}
.turnoutUpdating {
	background-color: #fff;
		margin-top: 10px;
}
.turnoutUpdating p, h3{
	margin-bottom: 5px;
}

.turnoutBody span {
	color: #3eb1c8;
	font-weight: bold;
}
.turnoutHeader {
	color: #3eb1c8;
	text-decoration: underline;
}
.turnoutHeader, .turnoutSubHead {
	text-align: center;
	padding-bottom: 2px;
}
.sourceTurnout p{
	font-size: 12px;
	margin-bottom: 2px;
}
@media (min-width: 500px){
	.turnoutUpdating{
	width: 50%;
	}
}
@media (min-width: 1024px){
	.turnoutUpdating {
	width: 95%;
	margin-top: 0;
	}
}