
* {
	padding:0;
	margin:0;
}

*, *:after, *:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
	height:100%;
}

.skrollr-desktop body {
	height:100% !important;
}

p {
	width: 50%;
  	max-width: 720px;
  	margin: 30px auto;
  	font: 18px 'TiemposTextWeb-Regular', Georgia, Times, serif;
  	line-height: 1.6em;
  	color: #3c3c3c;
  	position: relative;
}

p a {
	color: #3c3c3c;
	text-decoration: none;
	border-bottom: 2px solid #ed1c24;
}

#lede {
	border-top: 1px solid #ddd;
}

#inner-content {
	max-width: 1280px;
}

.divide {
	border-bottom: 1px solid #ddd;
}

.lede-img {
	float: left;
	margin: 30px 60px 30px 3%;
	position: relative;
	/*height: 70vh;*/
	width: 45%;
}

.lede-content {
  max-width: 40%;
  position: relative;
  margin: 0 5% 0 auto;
  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;
}

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

.byline-s {
	font-size: 14px;
	font-family: 'HaasText', Helvetica, Arial, sans-serif;
}

.mobile-lede, .mobile {
	display: none;
}

.break p:first-of-type::first-letter {
	font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
	font-size: 76px;
	float: left;
	line-height: 60px;
	padding: 10px 20px 10px 0;
	color: #000;
}

.first-line {
	font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
}

.header {
	background:#fff;
	padding: 60px 1em 1em 1em;
}

.content {
	padding:1em;
	background:#fff;
}

.content-full {
	height:100%;
}

.pull-quote {
	font-family: 'TiemposHeadlineWeb-Bold', Georgia, serif;
  	font-size: 48px;
  	width: 85%;
  	margin: 100px auto;
  	text-align: center;
  	padding: 30px 0;
  	border-top: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
}

.float-right {
	width: 50%;
	margin: 10px auto;
	position: relative;
	z-index: 1;
}

.float-right img {
	width: 100%;
}

.float-right .caption {
	color: #000;
}

.full-width {
	width: 100%;
	margin: 60px auto 20px;
	display: block;
}

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

.full-width .photo-info, .float-right .photo-info {
	width: 100%;
	text-align: left;
	background: none;
}

.full-width .photo-info .caption {
	color: #000;
}

.full-width .photo-info .credit, .float-right .photo-info .credit {
	color: #888;
}

.photo-info {
	background-color: rgba(0,0,0,.7);
	width: 300px;
	left: 0;
	padding; 20px;
	display: inline-block;
	border-bottom: 1px solid #ddd;
}

.photo-info p {
	width: 100%;
	color: #fff;
	padding: 0 20px;
	margin: 20px auto;
	background: none;
}

.caption {
	font-family: 'HaasDisplayBold';
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}

.credit {
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.closer {
  margin-top: -5px;
  margin-left: 2px;
  height: 14px;
}

#footer .source {
  float: none;
  text-align: center;
}

.bold {
  font-family: 'HaasTextBold', Helvetica, Arial, sans-serif;
}

.terminal p a {
	border-bottom: none;
}

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

	p {
		width: 80%;
		margin: 30px auto;
	}

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

	.full-width {
		width: 100%;
	}

	.float-right {
		float: none;
		margin: 10px auto;
		display: block;
		width: 80%;
	}

	.pull-quote {
		margin: 60px auto;
		font-size: 38px;
		width: 100%;
	}

	.divide {
		height: 40px;
	}

}


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

	p {
		width: 100%;
		font-size: 16px;
    	line-height: 25px;
	}

	.mobile .photo-info {
		background-color: #fff;
		text-align: center;
	}

	.mobile .photo-info .caption {
		font-size: 16px;
		line-height: 19px;
		color: #000;
	}

	.mobile .photo-info .credit {
		font-size: 13px;
		color: #888;
	}

	.header {
		padding-top: 0;
	}

	.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-s {
		font-size:12px;
	}

	.break {
		font-size: 18px;
	}

	.caption {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 5px;
		margin-top: 15px;
	}

	.credit {
		font-size: 13px;
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.pull-quote {
		font-size: 28px;
		margin: 50px auto;
	}

	.full-width {
		margin:	20px 0 10px;
	}

	.float-right {
		float: none;
		margin: 0 auto 20px;
		width: 90%;
	}

	.content p:first-of-type {
		margin-top: 0;
	}

}