/* Reset
================================================== */
	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, 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; }
	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; }


/* #Basic Styles
================================================== */
	body {
		background: #f1f2f7;
		font-size:15px;
		line-height:22px; 
		font-family:"Open Sans","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #57575a;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		letter-spacing:0.01rem;
		text-rendering:optimizeLegibility;
		}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { font-weight: normal;color:#1c1d22; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 42px; line-height: 1.2; font-weight:400; letter-spacing:-0.02em; margin-bottom: 14px;  }
	h2 { font-size: 27px; line-height: 1.2; font-weight:600; letter-spacing:-0.02em; margin-bottom: 12px;  }
	h3 { font-size: 21px; line-height: 1.3; font-weight:700; letter-spacing:-0.02em; margin-bottom: 10px;  }
	h4 { font-size: 16px; line-height: 1.3; font-weight:700; letter-spacing:-0.02em; margin-bottom:  4px;  }
	h5 { font-size: 15px; line-height: 1.4; font-weight:700; letter-spacing:-0.01em; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }

	em { font-style: italic; }
	strong { font-weight: bold; }

	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #87878a; font-style: italic;margin:0; }
	blockquote { margin: 0 0 20px; padding: 9px 20px; border-left: 2px solid #e0e4eb; }
	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; }
	sub {vertical-align:sub;font-size: smaller;}
	sup {vertical-align:super;font-size:smaller;}


/* #Links
================================================== */
	a, a:visited { color: #105cd0; outline:0;text-decoration:none; }
	a:hover, a:focus { text-decoration:underline;cursor:pointer; }
	p a, p a:visited { line-height: inherit; }
	strong a, a strong {color: #105cd0;}
	strong a:hover, a:hover strong {text-decoration:underline;}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: disc outside; }
	ol { list-style: decimal;margin-left: 30px; }
	ul ul, ul ol, ol ol, ol ul { margin: 6px 0 6px 30px;  }
	li { margin-bottom:6px; }
	li p { margin-bottom:6px; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  background: #a8aeb9;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  color: #fff;
	  display: inline-block;
	  font-size:16px;
	  font-weight: 700;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 1;
	  padding: 12px 24px;
	  display:inline-block;
	   }
	
	input[type="submit"] { background:#365d98;text-shadow:none;box-shadow:none;border:none; }
	input[type="submit"]:hover { background:#103368;text-shadow:none;box-shadow:none;border:none; }
	
	.button:hover,
	button:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background: #616978; 
		text-decoration:none;
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background: #616978;	
	}

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

	::-webkit-input-placeholder { color: #b9c4d7; }
	:-moz-placeholder { color: #b9c4d7; }
	::-moz-placeholder { color: #b9c4d7; }
	:-ms-input-placeholder { color: #b9c4d7; }


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

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 2px solid #e0e4eb;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font: 15px "Open Sans","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width:100%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; 
		}
	select {
		padding: 0;border-width:1px; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 2px solid #365d98;
 		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; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 14px; 
		color:#1c1d22; }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
