@font-face{
 	font-family:'Druk Wide Web';
 	src:url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.eot);
 	src:url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.eot?#iefix) format('embedded-opentype'),
 		url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.woff) format('woff'),
 		url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.ttf) format('truetype'),
 		url('https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.svg#Druk Wide Web') format('svg');
 	font-weight:900;
 	font-style:normal;
 	font-stretch:normal;
}

@font-face{
 	font-family:'Druk Web';
 	src:url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.eot);
 	src:url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.eot?#iefix) format('embedded-opentype'),
 		url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.woff) format('woff'),
 		url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.ttf) format('truetype'),
 		url('https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.svg#Druk Web') format('svg');
 	font-weight:500;
 	font-style:normal;
 	font-stretch:normal;
}

@font-face{
 	font-family:'Druk Bold Web';
 	src:url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.eot);
 	src:url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.eot?#iefix) format('embedded-opentype'),
 		url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.woff) format('woff'),
 		url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.ttf) format('truetype'),
 		url('https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.svg#Druk Web') format('svg');
 	font-weight:500;
 	font-style:normal;
 	font-stretch:normal;
}

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

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

#lede {
	background-image: url('../img/dubai_airport.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 6%;
	min-height: 700px;
}

#lede-img {
	width: 100%;
	padding: 6%;
}

.lede-content {
  max-width: 40%;
  opacity: .8;
}

.hed {
  padding-bottom: 20px;
}

.lede-content h1 {
  font: normal 100px/90px 'HaasDisplayBold', Helvetica, Arial, sans-serif;
  color: #fff;
  vertical-align: middle;
  margin-left: -8px;
}

.dek {
  font: 28px 'HaasDisplayBold', Helvetica, Arial, sans-serif;
  color: #fff;
  display: block;
  text-align: left;
  padding-bottom: 20px;
  margin-right: 20%;
}

.byline-s {
	color:#fff; 
	font-size:21px;
}

.parallax-image-100 {
	height:100%;
	top:0;
}

#main {
	overflow:visible;
	position:relative;
	max-width: 1600px;
	margin: 0 auto;
}

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

.gap-50 {
	height:50%;
}

.gap-100 {
	height:100%;
}

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

.content-full {
	height:100%;
}


.pull-quote {
	font: 68px/72px 'TiemposHeadlineWeb-Bold', Georgia, serif;
	color: #000;
	width: 75%;
	margin: 100px auto;
	text-align: center;
}

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

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

.full-width {
	width: 100%;
	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 video {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1270px;
}

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

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

.credit {
	font-size: 14px;
	margin-top: 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:1443px),only screen and (device-width:1443px) {
	/*.lede-content h1 {
		font-size: 80px;
		line-height: 70px;
	}

	.dek {
		font-size: 21px;
	}*/

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


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

	p {
		width: 80%;
	}

	#lede {
	  min-height: 500px;
	}

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

	.dek {
		font-size: 18px;
	}

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

	.gap-50 {
		height: 40%;
	}

	.full-width {
		width: 100%;
	}

	.float-right {
		float: none;
		margin: 40px auto;
		display: block;
	}

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

}


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

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

	#lede {
		min-height: 400px;
		padding-top: 10px;
	}

	.mobile-lede, .mobile {
		display: block;
		width: 100%;
	}

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

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

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

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

	.gap {
		display: none;
	}

	.lede-content {
		padding-top: 0;
		max-width: 75%;
		opacity: 1;
	}

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

	.dek {
		font-size: 16px;
		line-height: 22px;
		color: #fff;
	}

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

	.gap-100 {
		height: 40%;
	}

	.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: 30px;
		line-height: 36px;
		margin: 50px auto;
	}
}