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

.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;
}

#main h1 {
	color: #fff;
	background-color: transparent;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#main h2 {
	width: 80%;
	max-width: 720px;
	margin: 30px auto;
}

#main .dek {
	color: #fff;
	background-color: transparent;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	font-family: 'TiemposTextWeb-Regular', Georgia, serif;
}

#main .byline-feat {
	color: #fff;
	background-color: transparent;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

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

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

#main .lede-video video {
	min-height: 0;
	margin-bottom: 0;
}

#main .lede-video:after {
	content: '';
	background-image: linear-gradient(360deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
	position: absolute;
	bottom: 50%;
	width: 100%;
	height: 40%;
	-ms-transform: translateY(50%); 
    -webkit-transform: translateY(50%); 
    transform: translateY(50%);
}

#main .lede-video .lede-content {
	margin: inherit;
	bottom: 40%;
	left: 50%;
	-ms-transform: translateX(-50%); 
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
    max-width: 1270px;
}

#main #inline-video:after {
	content: '';
	background-image: none;
	background-color: transparent;
}

#main .video-tout {
	display: block;
	width: 200px;
	background-color: #000;
	padding: 10px;
	color: #fff;
	font-family: 'HaasTextBold', Helvetica, Arial, sans-serif;
	text-align: center;
	margin: -3% auto 4%;
	position: relative;
	z-index: 1;
	box-sizing: content-box;
}

#main .video-tout a, .top-banner a {
	color: #fff;
	text-decoration: none;
}

#main #mobile-caption {
	display: none;
}


.terminal #main .video-tout {
	display: none;
}

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

	#main .dek {
		font-size: 1.6rem;
		line-height: 1rem;
	}

	#main .byline-feat {
		font-size: 1rem;
	}

	#main h2 {
		max-width: 100%;
	}

	#main .video-tout {
		margin-top: 0;
		font-size: 16px;
		padding: 5px;
	}
}

@media screen and (max-width: 767px) {
	#main .lede-video .lede-content {
		position: relative;
		margin-top: 20px;
		text-align: left;
		padding: 0;
		width: 90%;
	}

	#main .lede-video:after {
		content: none;
	}

	#main h1 {
		color: #000;
		text-shadow: none;
		font-size: 2rem;
	}

	#main .img_column {
		width: 90%;
	}

	#main .lede-content .dek {
		color: #888;
		text-shadow: none;
		font-size: 1.4rem;
		line-height: 1rem;
	}

	#main .byline-feat {
		color: #000;
		text-shadow: none;
	}

	#main h2 {
		width: 90%;
		max-width: 100%;
	}

	#main .video-tout {
		margin-top: 10px;
		font-size: 16px;
		padding: 5px;
		margin-left: 5%;
	}
}

@media screen and (max-width: 560px) {
	#main #mobile-caption {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	#main #mobile-tout {
		display: block;
	}

	#main #lede-tout {
		display: none;
	}
}