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

/* Temporary fix to work around issues with top nav */
.bb-nav-root h1 { 
	font-size: 30px; 
	line-height: 30px;
}

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

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

#main .byline-feat {
	/*color: #000;*/
	/*background-color: #fff;*/
}

#main p a:not(.bw-attribution-link) {
	/*color: #3c3c3c;*/
	/*border-bottom: 2px solid #2800d7;*/
}

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

.tout{
	margin-top: 30px;
	margin-bottom: 30px;
}

.dvz-content .pullquotes{
	color: #ea0f56;
}

.video-ft {
 position: relative;
 width: 60%;
 height: 0;
 padding-bottom: 37.25%;
 margin: 20px auto;
}
.video-ft video,
.video-ft iframe,
.video-ft object,
.video-ft embed {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
}

@media (max-width: 720px){
    .video-ft{
        width: 90%;
        margin: 10px auto;
     	padding-bottom: 56.25%;
    }
}
