/* Reset Styles */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End - Reset Styles */

/* Font */


/* End - Font */

body {
	color: #ffffff;
	background: #1D1D1B;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.wrap {
	width: 100%;
	max-width: 96%;
	margin: 0 auto;
}

@media screen and (min-width: 1205px) {
	.wrap {
		max-width: 1200px;
	}
}

@media screen and (min-width: 1024px) {
	.inner-wrap {
		width: 100%;
		max-width: 80%;
		margin: 0 auto;
	}	
}

h1 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

h3 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-family: 'tex_gyre_bonum', serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

h4 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-family: 'tex_gyre_bonum', serif;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

h5 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-family: 'tex_gyre_bonum', serif;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

p {
}

img {
	max-width: 100%;
	height: auto;
}

p.small-text {
	font-size: 15px;
	font-size: 0.9375rem;
}

.header {
	text-align: center;
}

.header img {
	padding: 40px 0;
	padding: 2.5rem 0;
}

.content {
	background: #333431;
}

.content-padding-top {
	padding-top: 60px;
	padding-top: 3.75rem;
}

.content-padding-bottom {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.content-padding {
	padding: 60px 0;
	padding: 3.75rem 0;
}

.grey-text {
	color: #383938;
}

.light-grey-text {
	color: #494a49;
}

.light-cream-text {
	color: #b4b9af;
}

.cream-text {
	color: #9d9d9c;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.grid {
	word-spacing: -0.30em;
}

.grid > * {
	display: inline-block;
	word-spacing: 0;
}

@media screen and (min-width: 768px) {
	.grid > * {
		margin-left: 2%;
	}
}

.grid *:first-child {
	margin-left: 0;
}

.grid .m-all {
	width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.grid .t-1of2 {
		width: 49%;
	}
}

@media screen and (min-width: 1025px) {
	.grid .d-1of2 {
		width: 49%;
	}
}