/* #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: 18px 'Alegreya', serif;color: #666;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {line-height:1;font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px;margin-bottom: 30px;}
	h2 { font-size: 42px;margin-bottom: 30px;}
	h3 { font-size: 36px;margin-bottom: 30px;}
	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:30px;}
	
	em {font-style:italic;}
	strong {font-weight:600;}
	
	.entry ul,
	.entry ol,
	ul.disc {margin:0 0 30px 20px;}
	.entry ul,
	ul.disc {list-style:disc;}
	.entry ol {list-style:decimal;}
	.entry li,
	ul.disc li {line-height:1.5;margin-bottom:10px;}
	
	hr {margin-bottom:30px;border: 0;height: 1px;background: #d3d3d3;}

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

/* #Misc
================================================== */
	a {color:#762123;text-decoration:none;outline:none;}
	a:hover {text-decoration:none;}
	.entry a:hover {text-decoration:underline;}
		
	.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;}
	
	.spacer {padding:40px 0;}
	
	.mt20 {margin-top:20px;}
	
	.tal {text-align:left;}
	.tar {text-align:right;}
	.tac {text-align:center;}
	.cap {text-transform:uppercase;}
	
	.bg-red {background:#762123;}
	
	.gold {color:#d0a625;}
	.white {color:#fff;}
	
	.italic {font-style:italic;}
	
	a.btn,
	input[type=submit] {display:inline-block;padding:10px 20px;background:#762123;color:#fff;font: 18px/1 'Alegreya', serif;font-weight:700;transition:all 0.3s linear;text-align:center;border:none;}
	a.btn-double {padding:5px 20px;}
	a.btn:hover,
	input[type=submit] {background:#5c0b0d;text-decoration:none;}
	
	.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%;}