/* #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;
	}

	input[type=text],
	input[type=email],
	input[type=submit],
	input[type=button],
	textarea,
	select,
	button {-webkit-appearance: none;-webkit-border-radius:0;}

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

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {color: #383488;font-family:'LubalinGraphStd-Demi';line-height:1;font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 36px;margin-bottom: 40px;}
	h2 { font-size: 48px;margin-bottom: 30px;}
	h3 { font-size: 28px;margin-bottom: 20px;line-height:32px;}
	h4 { font-size: 22px;margin-bottom: 20px;line-height:26px;}
	h5 { font-size: 16px;margin-bottom: 10px;}
	h6 { font-size: 14px;margin-bottom: 10px;}
	
	p {line-height:1.5;margin-bottom:30px;}
	
	em {font-style:italic;}
	strong {font-weight:600;}
	
	.entry ul,
	.entry ol {margin:0 0 20px 10px;}
	.entry ul {list-style:disc;}
	.entry ol {list-style:decimal;}
	.entry li {line-height:1.5;margin-bottom:10px;}

/* #Images
================================================== */
	img {max-width: 100%;height: auto; }

/* #Misc
================================================== */
	a {color:#383488;text-decoration:none;outline:none;}
	a:hover {color:#7d897d;}
		
	.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;}
	
	.spacer {padding:60px 0;}
	
	.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%;}
