body {
	width:100%;
	/*max-width: 1836px;*/
	/*width: 1250px;*/
	background-color: rgb(81,86,89);
	margin:0 auto;
	font-family: "Harriet-v2-Text-Light";
	line-height: 1.4;
}

div.page {
	/*height:1189px;*/
	/*height:810px;*/
	width:1836px;
	/*width:1224px;*/
	margin:0 auto 12px;
	background-color: #FFF;
	padding:0;
	position: relative;
}

.text_margins {
	margin:0 108px;
}

.text_box {
	display: inline-block;
	vertical-align: top;
	padding-right:20px;
}

div.page header {
	height: 130px;
	display:block;
	font-family:"SweetSansOnAir-Medium";
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: 1px;
	color:#646464;
	padding-top:40px;
}

.header_left {
	float:left;
	clear:both;
}

.header_right {
	float:right;
}

h1 {
	font-family: "Harriet-v2-Text-Light";
	font-size: 4.75em;
	font-weight:100;
	margin:0;
	padding:0;
	line-height: 1;
	vertical-align: top;
}

h2 {
	font-family: "HarrietDisplay-ThinItalic";
	font-size: 3em;
	font-weight: 100;
	margin:-6px 0 10px;
	line-height: 1.2;
}

.similar_to_h2 {
	font-family: "HarrietDisplay-ThinItalic";
	font-size: 1.75em;
	font-weight: 100;
}

h3 {
	font-family:"SweetSansOnAir-Medium";
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: .2em 0 0 0;
}

h4 {
	font-family: "HarrietDisplay-ThinItalic";
	font-size: 1.1em;
	letter-spacing: 1px;
	margin: .1em 0 .6em 0;
	padding-bottom: .4em;
	border-bottom:1px solid gray;
	line-height: 1.5;
}

h5,
.like_h5 {
	font-family:"SweetSansOnAir-Medium";
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.like_h5_lowercase {
	font-family:"SweetSansOnAir-Medium";
	font-size: .8em;
	letter-spacing: 1px;
	line-height: 1.5;
}

p, 
ul li {
	font-size:.9em;
	margin-block-start: 0;
	margin-block-end: .6em;
}

ul {
	padding-left: 18px;
}

p.larger_intro {
	font-size:1.2em;
	line-height: 1.5;
}

p.footnote {
	font-size:.75em;
}

p.indented {
	margin-left:20px;
	margin-bottom:10px;
}

span.bolding {
	font-family:"Harriet-v2-Text-Bold";
	font-weight: 400;
}

figure {
	display:inline-block;
	margin:0;
	padding:0;
}

figcaption {
	line-height: 1;
	margin-bottom: 1em;
}

figcaption a {
	font-family:"SweetSansOnAir-Medium";
	text-transform: uppercase;
	color:rgb(51,94,153);
	font-size: .75em;
	letter-spacing: 1px;
}

img {
	display: block;
}

footer {
	font-family: "RobotoCondensed-Regular";
	height: 50px;
	margin-right: 112px;
	text-align: right;
	font-size: .75em;
}




@font-face {
	font-family: "HarrietDisplay-ThinItalic";
	font-weight: normal;
	font-style: normal;
	src:url("./fonts/HarrietDisplay-ThinItalic.otf") format("otf");
	src:url("./fonts/HarrietDisplay-ThinItalic.eot") format("embedded-opentype"),
			url("./fonts/HarrietDisplay-thinitalic-webfont.woff") format("woff"),
			url("./fonts/HarrietDisplay-thinitalic-webfont.woff2") format("woff2");
}

@font-face {
	font-family: "Harriet-v2-Text-Light";
	font-weight: normal;
	font-style: normal;
	src:url("./fonts/Harriet-v2-Text-Light.otf") format("otf");
	src:url("./fonts/Harriet-v2-Text-Light.eot") format("embedded-opentype"),
	    url("./fonts/Harriet-v2-text-light-webfont.woff") format("woff"),
	    url("./fonts/Harriet-v2-text-light-webfont.woff2") format("woff2");
}

@font-face {
	font-family: "Harriet-v2-Text-Bold";
	font-weight: bold;
	font-style: normal;
	src:url("./fonts/Harriet-v2-Text-Bold.otf") format("otf");
	src:url("./fonts/Harriet-v2-Text-Bold.eot") format("embedded-opentype"),
			url("./fonts/Harriet-v2-text-bold-webfont.woff") format("woff"),
			url("./fonts/Harriet-v2-text-bold-webfont.woff2") format("woff2");
}

@font-face {
	font-family: "SweetSansOnAir-Medium";
	font-weight: normal;
	font-style: normal;
	src:url("./fonts/SweetSansOnAir-Medium.otf") format("otf");
	src:url("./fonts/SweetSansOnAir-Medium.eot") format("embedded-opentype"),
			url("./fonts/SweetSansOnAir-Medium.woff") format("woff");
}

@font-face {
	font-family: "RobotoCondensed-Regular";
	font-weight: normal;
	font-style: normal;
	src:url("./fonts/RobotoCondensed-Regular.ttf") format("truetype");
	src:url("./fonts/RobotoCondensed-Regular.eot") format("embedded-opentype"),
			url("./fonts/RobotoCondensed-Regular-webfont.woff") format("woff"),
			url("./fonts/RobotoCondensed-Regular-webfont.woff2") format("woff2");
}


