	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: top; }
	td { font-size: 15px; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	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; }
	
	body {
		background-color: #fbfbfb;
		color: #202020;
		-webkit-text-size-adjust: none;
		font-family: 'Gotham A', 'Gotham B', "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 100%;
	 }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { line-height: 1.3em; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	a, a:visited { cursor: pointer; color: #e94b4b; }
    a.default-color, a.default-color:visited { color: #202020; text-decoration: underline !important; }
	h1 { font-size: 42px; margin-bottom: 14px; font-weight: 800; }
	h2 { font-size: 36px; margin-bottom: 15px; font-weight: 800; }
	h3 { font-size: 32px; margin-bottom: 15px; font-weight: 800; }
	h4 { font-size: 22px; margin-bottom: 15px; font-weight: 800; }
	h5 { font-size: 18px; font-weight: bold; margin-bottom: 15px; }
	h6 { font-size: 13px; font-weight: bold; margin-bottom: 15px; }
	.subheader { color: #777; }
	h2 span, h3 span, h4 span, h5 span, h6 span { font-weight: normal; }

	p { margin: 0 0 15px 0; line-height: 1.4em; font-size: 15px; -webkit-text-size-adjust: none; }
	p img { margin: 0; }
	p.lead { font-size: 21px; color: #777;  }
	.no-margin { margin: 0px !important; }
	.no-top { margin-top: 0px !important; }
	strong, b { font-weight: bold; }	

	em, i { font-style: italic; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 1.3em; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	
	/* a:hover, a:focus { color: #000; } */
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 15px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 17px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 1.3em; margin-bottom: 10px; font-size: 15px; }
	ul.large li { line-height: 1.3em; }
	li p { line-height: 1.3em; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */
	
	.button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		cursor: pointer;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	button { background: none; border: none;  padding: 0px; margin: 0px; }

	.apply-button {
		cursor: pointer;
		margin-left: 10px;
		font-weight: bold;
	}

/* #Forms
================================================== */

	fieldset {
		margin-bottom: 20px; }
	input { margin: 0px; margin-right: 5px; }
	input[type="text"],
	input[type="number"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 10px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 13px;
		color: #333;
		margin: 0;
		width: 215px;
		max-width: 100%;
		display: block;
		background: #fff; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px;
		resize: vertical;
	}
	label,
	legend {
		font-size: 14px;
	}
	select {
		width: 220px; 
		padding: 10px;
	}
	input[type="checkbox"] {
		display: inline; }
	input, textarea { 
		font-family: 'Gotham A', 'Gotham B', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}

/* #Misc
================================================== */
	.remove-bottom, .no-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 35px !important; }
	.some-bottom { margin-bottom: 25px !important; }
    
	.add-top { margin-top: 35px !important; }
	.half-top, .some-top { margin-top: 25px !important; }
	.top { margin-top: 15px; }
	.container .columns.fl, .fl { float: left; }
	.container .columns.fr, .fr { float: right; }
	.hidden { display: none; }
	.invisible { visibility: hidden; }
	.no-break { white-space: nowrap; }
	.center { text-align: center; }

	.black-bg { background-color: #000000; }
	.white-bg { background-color: #FFFFFF; }
	.blue-bg { background-color: #dee4f0; }
	.gray-bg { background-color: #e5e5e3; }
	.darkgray-bg { background-color: #585c5d; }
	.dark-section a, .dark-section a:visited { color: #DE2516; }

@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}