* {
	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%;
}


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

p a {
	color: #3c3c3c;
	text-decoration: none;
	border-bottom: 2px solid #00a09a;
	-webkit-transition: color 300ms; 
    transition: color 300ms;
}

p a:hover, .byline-s a:hover {
	color: #00a09a;
}

.break {
	font-family: 'HaasTextBold';
	font-size: 21px;
	color: #000;
}

#lede {
	position: fixed;
	z-index: 0;
	top: 32px;
	width: 100%;
}

#lede video {
	min-height: 100vh;
	min-width: 100%;
	margin-bottom: 30px;
}

.lede-content {
	text-align: left;
	position: inherit;
	top: 25%;
	left: 50%;
	width: 55%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
	z-index: 1;
}

.hed {
  padding-bottom: 20px;
}

.lede-content h1 {
  font: normal 100px/105px 'HaasDisplayBold', Helvetica, Arial, sans-serif;
  color: #fff;
  vertical-align: middle;
  display: inline;
  background-color: #800313;
}

.dek {
  font: 34px 'HaasDisplayBold', Helvetica, Arial, sans-serif;
  color: #fff;
  display: inline;
  text-align: center;
  max-width: 100%;
  background-color: #800313;
  padding: 0;
}

.byline-s a {
	color: #fff;
	border-bottom: 2px solid #00a09a;
	text-decoration: none;
	-webkit-transition: color 300ms; 
    transition: color 300ms;
}

.byline-s {
	font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
	color:#fff; 
	background-color: #800313;
	font-size:19px;
	line-height: 26px;
	display: inline;
}

.bw-logo {
	display: inline;
	background-color: #800313;
	line-height: 30px;
	font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
	color:#fff; 
	font-size:20px;
}

.bw-logo img {
	height: 18px;
	margin-top: 5px;
	margin-bottom: -3px;
	margin-left: 5px;
}

#main {
	overflow:visible;
	position:relative;
	margin: 0 auto;
}

#content-container {
	background-color: #fff;
	margin-top: 100vh;
	padding: 40px 0 20px;
	position: inherit;
	z-index: 1;
}

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

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

.float-left {
	float: left;
	max-width: 350px;
	margin: 10px 50px 40px 5%;
}

.float-right {
	float: right;
	max-width: 350px;
	margin: 10px 5% 40px 50px;
}

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

.float-right .factoid, .float-left .factoid {
	background-color: rgb(252, 231, 240);
	border: 4px solid black;
	border-radius: 10px;
	padding: 30px;
}

.float-right .factoid p, .float-left .factoid p {
	width: 100%;
	margin: 0;
	font-family: 'HaasDisplayBold', Helvetica, Arial;
	font-size: 24px;
	line-height: 30px;
}

.float-right .illo {
	width: 50%;
	margin-bottom: -10%;
}

.float-right .illo.spider {
	margin-bottom: -53%; 
	margin-left: -10%;
}

.float-left .illo {
	width: 50%;
	margin-bottom: -10%;
	margin-left: 50%;
}

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

.full-width h2 {
	font: normal 21px 'HaasDisplayBold', Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
	text-align: center;
}

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

.full-width .photo-info, .float-right .photo-info {
	width: 100%;
	text-align: center;
	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;
}

.photo-info p {
	width: 100%;
	color: #000;
	padding: 0 20px;
}

#square-img {
	width: 50%;
}

.caption {
	font: 22px/26px 'HaasDisplayBold';
	margin-bottom: 10px;
}

.credit {
	font-size: 14px;
	margin-top: 10px;
}

.pullquote {
	font: 58px 'HaasDisplayBold', Helvetica, Arial, sans-serif;
	color: #00a09a;
	width: 70%;
	max-width: 1200px;
	margin: 55px auto;
	border-top: 5px solid #800313;
	border-bottom: 1px solid #800313;
	padding: 30px 0;
}

.divider {
	width: 50%;
	border-bottom: 2px solid #00a09a;
	margin: 60px auto;
}

.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, .terminal .byline-s a {
	border-bottom: none;
}


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

	p {
		width: 80%;
	}

	#lede {
	}

	.lede-content {
		width: 70%;
	}

	.lede-content h1 {
		font-size: 72px;
		line-height: 75px;
	}

	.dek {
		font-size: 24px;
	}

	.byline-s {
		font-size: 16px;
	}

	.full-width {
		width: 100%;
	}

	.float-right, .float-left {
		float: none;
		margin: 40px auto;
		display: block;
		max-width: 80%;
	}

	.float-right .illo, .float-left .illo {
		width: 30%;
		margin-bottom: -5%;
	}

	.float-right .illo.spider {
		margin-bottom: -40%; 
		margin-left: -12%;
	}

	.pullquote {
		width: 80%;
		font-size: 50px;
		line-height: 56px;
	}

}


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

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

	#lede {
		position: relative;
		top: 0;
	}

	.mobile-lede, .mobile {
		display: block;
		width: 100%;
		min-height: 430px;
	}

	#lede video {
		display: none;
	}

	.mobile img, .mobile .photo-info {
		width: 100%;
	}

	.lede-content {
		padding-top: 0;
		padding-left: 0;
		width: 85%;
		position: absolute;
		top: 10%;
	}

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

	.dek {
		font-size: 16px;
		line-height: 22px;
		color: #fff;
		padding-left: 0;
		max-width: 100%;
	}

	.byline-s {
		color:#fff; 
		font-size:15px;
		line-height: 20px;
	}

	.bw-logo {
		font-size: 16px;
	}

	#content-container {
		margin-top: 0;
		padding-top: 0;
	}

	.pullquote {
		font-size: 34px;
		line-height: 38px;
	}

	#square-img {
		width: 100%;
	}

}