@font-face {
  font-family: 'Neuzeit Bold';
  src: url("../fonts/n001004tWeb.eot"),
  	   url("../fonts/n001004tWeb.woff") format("woff");
}

@font-face {
  font-family: 'Neuzeit Black';
  src: url("../fonts/n001006tWeb.eot"),
  	   url("../fonts/n001006tWeb.woff") format("woff");
}

@font-face {
  font-family: 'Neuzeit Cond';
  src: url("../fonts/n001046tWeb.eot"),
  	   url("../fonts/n001046tWeb.woff") format("woff");
}

@font-face {
  font-family: 'Balto Book';
  src: url("../fonts/baltoweb-book.eot"),
  	   url("../fonts/baltoweb-book.woff") format("woff");
}

@font-face {
  font-family: 'Balto Bold';
  src: url("../fonts/baltoweb-bold.eot"),
  	   url("../fonts/baltoweb-bold.woff") format("woff");
}

@font-face {
  font-family: 'Balto Black';
  src: url("../fonts/baltoweb-black.eot"),
  	   url("../fonts/baltoweb-black.woff") format("woff");
}

#main h1 {
	font-family: 'Neuzeit Black';
	line-height: 1em;
}

#main .dek {
	width: 100%;
	font-size: 28px;
	line-height: 32px;
}

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

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

.pullquotes {
	text-align: left;
	color: #000;
	border-top: 5px solid #000;
	border-bottom: none;
	padding: 10px 0 0 0;
	width: 60%;
	max-width: 720px;
	margin-bottom: 0;
	margin-top: 2em;
}

.name {
	font-family: 'Balto Bold', Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}

.title {
	font-family: 'Balto Book', Helvetica, Arial, sans-serif;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 15px;
}

.headshot {
	float: left;
	width: 65px;
	margin-right: 15px;
}

.pullquotes.small {
	font-family: 'TiemposTextWeb-Semibold', Georgia, serif;
	font-size: 32px;
	line-height: 42px;
	/*color: #888;*/
}

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

#box1 {
	display: none;
}

@media screen and (max-width: 1023px) {
	.lede-content {
		max-width: 80%;
	}

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

@media screen and (max-width: 767px) {
	.lede-content {
		max-width: 90%;
	}

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

@media screen and (max-width: 560px) {
	.pullquotes.small {
		font-size: 1em;
		line-height: 1.4em;
	}

	.name {
		font-size: 18px;
	}

	.title {
		font-size: 13px;
	}

	#main h1 {
		font-size: 2rem;
	}

	#main .dek {
		font-size: 20px;
		line-height: 26px;
	}

	#box1 {
		display: block;
	}
}
