/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html{
    width:100%;
    overflow-x:hidden;
}	

body{
	margin: 0px auto;
	padding:0px;
    top:0px;
	left:0px;
	text-align: center;
	
 }
	
	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-family: Arial, Helvetica, Verdana, SansSerif;
	vertical-align: baseline;
	letter-spacing: 1px;
	font-style: normal;
	font-size: 18px;
}

	
	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; }


/* #ICON FONT
================================================== */

.icon {
	font-family: 'WebSymbolsRegular';
	font-size: 12px;
	line-height: 1px;
}

/* #Basic Styles
================================================== */
	body {
		background:#ffffff;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		font-family: Arial, Helvetica, Verdana, SansSerif
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6, h7 {
	color: #5C5C5C;
	font-weight: 400;
	font-style: normal;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { 
	/* font-size: 38px; */
	margin: 0.67em 0;
	}
	h2 {
	font-size: 12px;
}
	h3 { font-size: 14px;}
	h4 { font-size: 13px;}
	h5 { font-size: 12px;}
	h6 { font-size: 11px;}
	h7 {
	font-size: 50px;
	font-family: didact-gothic;
	line-height: 60px;
	}
	h9 {
	font-size: 16px;
	font-family: didact-gothic;
	line-height: 30px;
	color: #686868;
	}
	h10 {
	font-size: 26px;
	color: #13B9DB;
	line-height: 50px;
	}
	h11 {
	font-size: 60px;
	color: #313030;
	line-height: 30px;
	}
	h12 { 
	font-size: 17px; line-height: 24px; color: #777; font-style: italic; 
	}
	h13 {
	font-size: 13px;
	line-height: 20px;
	color: #6A6969;
	}
	h14 {
	font-size: 15px;
	line-height: 20px;
	color: #6A6969;
	}	
	h15 {
	font-size: 13px;
	line-height: 20px;
	color: #FF3B3B;
	}
	h16 {
	font-size: 50px;
	font-family: Helvetica, "Helvetica Neue CE 65";
	line-height: 60px;
	}
	
	.subheader {
	color: #01ABFE;
}


	p { 
	margin:10px 15px !important; 
	color: #656565; 
	font-size:12px;
	line-height:22px;
	}
	
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #868686;  }

	em { font-style: italic; }
	strong {
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}
	small {
	font-size: 9px;
	font-family: inherit;
	color: #019AAC;
}
	b { font-weight:bold;}
	i {font-style:italic;}

/*	Blockquotes  */
    blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0px 0px 20px 0px; padding:0px 20px 0px 60px; }
	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 #f4f4f4; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }
	
	a {
	text-decoration: none;
	outline: none;
	color: #01ABFE;			
	}
	
	a:hover {
	color: #01ABFE;				
	}
	span {
	color:#01ABFE;
	}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Buttons
================================================== */

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
	margin-bottom: 20px;
	position: relative;
	visibility: inherit;
}


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
body div {
}
