

#main h1 {
	font: 4em/0.9em;
	color: #223718;
}

.lede-text-under .lede-content {
	padding: 0;
	margin-bottom: 30px;
	width: 80%;
	max-width: 100%;
	text-align: center;
}

.lede-text-under .lede-content .dek {
    font: 30px/36px "HaasDisplayBold", Helvetica, Arial, sans-serif;
    font-style: normal;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.lede-img {
	width: 80%;
}

.intro p {
	font-size: 20px;
}

.divider {
	width: 60%;
	max-width: 720px;
	height: 10px;
	background-color: #223718;
	margin: 50px auto;
}

.name {
	font-family: "HaasDisplayBold", Helvetica, Arial, sans-serif;
}

.jm {
	color: #223718;
	font-size: 18px;
}

.pullquotes {
	color: #000;
	text-align: left;
	padding: 20px 0 0 0;
	width: 60%;
	max-width: 720px;
	border-top: 0px solid #223718;
	border-bottom: none;
}

#main .byline-feat {
	margin: 0 auto;
}

.bw-attribution-img {
	height: 18px;
	border-bottom: none;
}

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

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

#box1 {
	display: none;
}

@media screen and (max-width: 1020px) {

	.lede-text-under .lede-content {
		width: 90%;
	}

	#main h1 {
		font-size: 3.8em;
	}

	.pullquotes {
		width: 80%;
		max-width: 80%;
	}

	.lede-img {
		width: 100%;
	}
}

@media screen and (max-width: 760px) {

	#main h1 {
		font-size: 2.2em;
	}

	.intro p {
		font-size: 18px;
	}

	.pullquotes {
		width: 90%;
		max-width: 90%;
	}

	#box1 {
		display: block;
	}
}
