
/*--- 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;*/
}

.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-img {
	float: left;
	margin: 30px 60px 30px 3%;
	position: relative;
	width: 45%;
}

.lede-content {
  max-width: 40%;
  position: relative;
  margin: 0 5% 30px auto;
  border-bottom: 1px solid #888;
  text-align: left;
  padding-top: 100px;
}

.hed {
  padding-bottom: 20px;
}

.lede-content h1 {
  font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
  font-size: 62px;
  line-height: 65px;
  font-weight: normal;
  vertical-align: middle;
  display: inline;
  color: black;
}

.dek {
  font-size: 22px;
  text-align: left;
  max-width: none;
  padding: 0;
  margin-bottom: 10px;
}

.byline-feat {
	font-size: 16px;
	color: #767676;
}

.divider {
	width: 15%;
	height: 15px;
	background-color: black;
	margin: 60px auto;
}

.lede-content .divider {
	margin: 0 0 30px 0;
	width: 100%;
}

.section-break {
	padding-top: 0;
}

.chart-frame {
  width: 1000px;
  height: 680px;
  display: block;
  margin: auto;
}

#graphic-tablet, #graphic-mobile, .mobile-lede {
	display: none;
}

video {
	width: 100%;
}

@media only screen and (max-width:1020px),only screen and (device-width:1020px) {
	.lede-img {
		width: 80%;
		float: none;
		display: block;
		margin: 30px auto 0;
	}

	.lede-content {
		max-width: 80%;
		margin: 0 auto;
		padding-top: 50px;
	}

	.lede-content h1 {
		font-size: 54px;
		line-height: 60px;
	}

	.chart-frame {
	  width: 760px;
	  height: 600px;
	}

}

@media only screen and (max-width:768px),only screen and (device-width:768px) {
	p {
		width: 90%;
	}

	.lede-img {
		width: 90%;
	}

	.lede-content {
		max-width: 90%;
	}

	.lede-content h1 {
		font-size: 40px;
		line-height: 44px;
	}

	.dek {
		font-size: 16px;
		line-height: 22px;
		display: inline;
	}

	.byline-feat {
		font-size:12px;
	}

	.chart-frame {
	  width: 500px;
	  height: 630px;
	}

	#graphic-desktop {
		display: none;
	}

	#graphic-tablet	{
		display: block;
	}
}

@media only screen and (max-width:560px),only screen and (device-width:560px) {
	.divider {
		margin: 30px auto;
		width: 50%;
	}

	.chart-frame {
	  width: 320px;
	  height: 570px;
	}

	#graphic-tablet, video {
		display: none;
	}

	#graphic-mobile, .mobile-lede	{
		display: block;
	}

	.lede-vertical-img .lede-img {
		float: none;
	}

	.lede-vertical-img .lede-content {
		padding-top: 0;
	}
}