@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
 	font-family: 'CaeciliaCom-55Roman', serif;
}
h1 {
font-weight:normal;
font-size: 55px;
text-align: center;
color: #fff;
margin: 0;
padding: 0;
}
h2 {
font-weight: normal;
font-size: 40px;
text-align: center;
color: #fff;
margin: 0;
padding: 0;
}
h3 {
font-weight: normal;
font-size: 16px;
text-align: center;
margin: 5px 0;
padding: 0;
z-index: 1;
position: relative;
}
p {
	margin: 20px 0;
}
.center { margin: 0 auto; }
.content { 
	margin: 0 auto; 
	max-width: 960px; 
	width: 80%;
}
#banner {
	position: absolute;
	top: 15%;
	display: block;
	z-index: 9999998;
}
.dropcap { 
	font-family: 'Oswald', sans-serif;
	float: left; 
	color: #a64810;
	font-size: 3em; 
	padding: 10px 4px 2px 0px; 
	font-weight: 700;
}
	
.break {
	position: relative;
}
.break .caption-wrap {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	max-width: none;
	position: absolute;
	bottom: 0;
}
.break .caption-wrap .caption {
	font-size: 13px;
	line-height: 17px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	padding: 15px 0;
	margin: 0 auto; 
	max-width: 960px; 
	width: 80%;
	text-align: center;
}
.break .caption-wrap .caption span.credit {
	font-weight: 300;
	font-size: 11px;
}
.break .content .quote {
	padding: 100px 0;
}
.break .content .quote p.quote-text {
	font-size: 40px;
	line-height: 60px;
	color: #FFFFFF;
 	font-family: 'CaeciliaCom-45Light', serif;
	font-weight: 300;
}
.break .content .quote p.attribution {
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
 	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin-top: 45px;
	text-align: right;
}
.break .content .quote p.attribution span.name {
	font-weight: 500;
}

.inset-image img {
  	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}
.inset-image {
	width: 33%;
	float: left;
	clear: both;
	border-bottom: 2px solid #7a838f;
	margin: 20px 20px 20px 0px;
}
.inset-image.wide {
	width: 50%;
	float: right;
	clear: both;
	margin: 20px 0px 20px 20px;
}
.inset-image p.caption {
	font-size: 13px;
	line-height: 17px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin: 0;
	padding: 10px;
	width: calc(100% - 20px);
	/*position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5)*/
}

.inset-image p.caption span.credit {
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
}

.curve {
	margin: 0 auto; 
	max-width: 960px; 
	width: 80%;
	text-align: center;
}
.curve img {
	display: block;
	margin: 0 auto 40px auto;
	max-width: 90%;
	height: auto;
}
.curve.bottom img {
	display: block;
	margin: 40px auto 0px auto;
	max-width: 90%;
	height: auto;
}
.graph-header img {
	width: 100%;
	height: auto;
}
#slide7 {
	overflow-x: hidden;
}
footer {
	background-color: #000000;
}
.clear { clear: both; }

.content.intro {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 960px;
	padding: 0 20px;
	}
.content.intro img {
	width: 100%;
	height: auto;
}


@media only screen and (max-width: 993px) {
	.inset-image, .inset-image.wide {
		width: 100%;
		float: none;
		clear: both;
		border-bottom: 2px solid #7a838f;
		margin: 20px 20px 20px 0px;
		}
	
	.break .content .quote p.quote-text {
	font-size: 32px;
	line-height: 48px;
	}
	
	#slide5, #slide11 {
		background-position: top center !important;
		background-image: url("../images/quote-mobile.jpg") !important;
	}
	
	.break .content .quote {
		padding: 50px 0;
	}
	#slide1{
	background-image: url(../images/Illustration_Header_Mobile.jpg);
		background-position: top center;
	}
	.content.intro {
	position: absolute;
	bottom: 30px;
	transform: translateY(0);
	top: unset;
	}
	/*#banner {
		display: none;
	}*/
}
	
		]
	