/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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;
	}

/* #Basic Styles
================================================== */
	body {background: #fff;font: 16px  'GothamBook', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;color: #303030;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {font-family: 'GothamBold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;line-height:1;font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 40px;margin-bottom: 20px;}
	h2 { font-size: 24px;margin-bottom: 20px;}
	h3 { font-size: 22px;margin-bottom: 20px;line-height:1.4;}
	h4 { font-size: 18px;margin-bottom: 15px;}
	h5 { font-size: 16px;margin-bottom: 10px;}
	h6 { font-size: 14px;margin-bottom: 10px;}
	
	p {line-height:1.5;margin-bottom:15px;}
	
	em {font-style:italic;}
	strong {font-family:'GothamBold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;}
	
	.entry ul,
	.entry ol {margin:0 0 20px 20px;}
	.entry ul {list-style:disc;}
	.entry ol {list-style:decimal;}
	.entry li {line-height:1.5;margin-bottom:10px;}

	hr {border:none;height:1px;background-color:#ccc;}
	
/* #Images
================================================== */
	img {max-width: 100%;height: auto; }

/* #Misc
================================================== */

	input,
	textarea,
	button {-webkit-appearance: none;-webkit-border-radius:0;border-radius:0;}
	
	a {color:#4CD0C7;text-decoration:none;outline:none;}
	a:hover {color:#2eb0a8;}
		
	.add-bottom { margin-bottom: 20px; }
	.half-bottom { margin-bottom: 10px; }
	.double-bottom { margin-bottom: 40px; }
	
	.left {float:left;}
	.right {float:right;}
	.alignleft {display: inline;float: left;margin-right: 15px;}
	.alignright {display: inline;float: right;margin-left: 15px;}
	.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
	.nofloat {float:none !important;}
	
	.tal {text-align:left;}
	.tar {text-align:right;}
	.tac {text-align:center;}
	.cap {text-transform:uppercase;}
	
	.bgblack {background:#363636;}
	.bglightgreen {background:#C1E9EA;}
	.bggrey {background:#555555;}
	.bglightgrey {background:#EBEBE9;}
	
	.white {color:#fff;}
	.lightgreen {color:#73cbcd;}
	
	.mt30 {margin-top:30px;}
	.mb30 {margin-bottom:30px;}
	
	.spacer {padding:50px 0;}
	.spacer-double {padding:100px 0;}
	.spacer-bottom {padding-bottom:50px;}

	.divider {width:100%;height:33px;background:url(../images/divider.jpg) center center no-repeat;}
	
	.text-btn {display:inline-block;padding:10px 15px;color:#fff;background:#45D0C8;font-family:'GothamBold';font-size:14px;}
	.text-btn:hover {color:#fff;background:#33B8B0;}
	
	.video-container {position: relative;padding-bottom: 56.25%;padding-top: 30px; height: 0; overflow: hidden;}
	.video-container iframe,
	.video-container object,
	.video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
