
/*--- WRITE YOUR CSS HERE ---*/

#main h1 {
	/*color: #000;*/
	/*background-color: #fff;*/
}

#main .dek {
	/*color: #000;*/
	background-color: #transparent;
	display: block;
	margin: 10px 0 20px;
}

#main .byline-feat {
	color: #888;
	background-color: transparent;
	font-family: inherit;
	display: block;
	font-size: 16px;
	margin: 0;
	width: 100%;
}

#main p a {
	/*color: #3c3c3c;*/
	/*border-bottom: 2px solid #2800d7;*/
}

.lede-contained-img {
  /*background-image: url("../img/IMAGE.jpg");*/
}

.bw-attribution-img {
	background-color: inherit;
	display: inline-block;
	max-height: 1.25em;
	padding: 4px 0 0 4px;
	margin-bottom: -4px;
}

.bw-attribution-link { 
	border-bottom: none;
}

.lede-video video {
	display: block;
}

#top-video {
	display: none;
}

#main .lede-video .lede-content {
	margin: 2em auto 0;
	position: relative;
	width: 60%;
}

.play_btn {
	width: 25%;
	margin-bottom: 1em;
	opacity: 0.75;
}

#lede-tout {
	position: absolute;
	top: 28%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#main #mobile-tout, #box1 {
	display: none;
}

.sidebar_text a { 
	text-decoration: none; border-bottom: 0;
}

.sidebar_text a:hover { 
	color: #2800D7;
        text-decoration: none; border-bottom: 0;
}

/* Overrides .video-player height: 0 and padding-top: 56% from application.css */
.video-player {
	height: inherit;
	padding-top: inherit;
}

@media screen and (min-width: 768px) {
	#lede-tout {
		top: 26%;
	}
}

@media screen and (max-width: 1024px) {
	#main .lede-video .lede-content {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	#main .lede-video .lede-content {
		width: 90%;
	}

	#box1 {
		display: block;
	}
}

@media screen and (min-width: 970px) {
	#lede-tout {
		top: 32%;
	}
}

@media screen and (max-width: 560px) {
	#main #mobile-tout {
		display: block;
		width: 200px;
		background-color: #000;
		padding: 10px;
		color: #fff;
		font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
		margin: 1em 0 4% 1em;
	}

	#main #mobile-tout a {
		color: #fff;
	}

	#main .byline-feat {
		font-size: 14px;
	}

	#main .lede-video .lede-content {
		padding: 0;
	}

	.play_btn, .lede-video video, .video-player {
		display: none;
	}

	.lede-video .mobile-lede {
		width: 100%;
		margin-bottom: 1em;
	}

}