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

#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 {
	/*color: #3c3c3c;*/
	/*border-bottom: 2px solid #2800d7;*/
}

#main .pullquotes {
color: #000	
}

 .lede-contained-img {
    background-image: url("../img/shkreli_lede.jpg");
    margin-bottom: 0;
    min-height: 700px;
}

.sidebar_right h3, sidebar_left h3 {
	line-height: 1.3em;
}

.sidebar_text strong {
	font-family: 'HaasTextBold';
}

#box1, #box2 {
	display: none;
}

@media screen and (max-width: 1023px) and (min-width: 560px) {
	.hide-on-mobile {
		display: none;
	}
}

@media screen and (max-width: 560px){
	.lede-contained-img {
	    min-height: 400px;
	}

	#box1, #box2 {
		display: block;
	}

	.hide-on-mobile {
		display: none; 
	}
} 

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