	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: none;
        outline: none;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	audio, canvas, iframe, img, svg, video { vertical-align: middle; }
	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: #FFFFFF;
		color: #FFFFFF;
		-webkit-text-size-adjust: none;
		font-family: 'Gotham A', 'Gotham B', "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 100%;
        font-style: normal;
        font-weight: 400;
	 }

/* #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 { text-decoration: none; color: #69abee; cursor: pointer; }

	h1 { font-size: 42px; margin-bottom: 14px; font-weight: 800; }
	h2 { font-size: 40px; margin-bottom: 15px; font-weight: 800; }
	h3 { font-size: 36px; margin-bottom: 15px; font-weight: 800; }
	h4 { font-size: 32px; margin-bottom: 15px; font-weight: 800; }
	h5 { font-size: 22px; margin-bottom: 15px; }
	h6 { font-size: 16px; margin-bottom: 15px; }
	.subheader { color: #777; }
	h2 span, h3 span { font-weight: normal; }
	h4 span, h5 span, h6 span { font-weight: 300; }

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

	em { 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: 15px; }
	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;
        font-family: 'Gotham A', 'Gotham B', "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-style: normal;
        font-weight: 400;
    }

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

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


/* #Buttons
================================================== */
	
	.button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display: 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="search"],
	input[type="number"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: none;
		padding: 10px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 13px;
		color: #FFFFFF;
		margin: 0;
		width: calc(100% - 20px);
		display: block;
		background: #1f252e; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
 		color: #FFFFFF;
 		-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); }
	input:invalid { box-shadow: none; }
	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";
	}
	input:focus,
	select:focus,
	textarea:focus,
	button:focus {
		outline:none !important;
		outline-width: 0 !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

/* #Misc
================================================== */
	.align-left { text-align: left !important; }
	.align-right { text-align: right !important; }
	.align-center, .center { text-align: center !important; }
	.remove-bottom, .no-bottom { margin-bottom: 0 !important; }
    .mini-bottom { margin-bottom: 5px !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 25px !important; }
	.some-bottom { margin-bottom: 15px !important; }
	.more-bottom { margin-bottom: 35px !important; }
	.section-bottom { margin-bottom: 45px !important }
	
	.more-top { margin-top: 35px !important; }
	.add-top { margin-top: 25px !important; }
	.some-top { margin-top: 15px !important; }
	.add-right { margin-right: 15px; }
	.add-left { margin-left: 15px; }
	.more-right { margin-right: 35px; }
	.more-left { margin-left: 35px; }

	.container .columns.fl, .fl { float: left; }
	.container .columns.fr, .fr { float: right; }
	.hidden { display: none; }
	.invisible { visibility: hidden; }
	.no-break { white-space: nowrap; }
	.clear { clear: both; }
	.clear-after::after {
		content: '';
		display: block;
		clear: both;
	}
    .hidden { display: none; }

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