html,
body,
div,
section,
article,
aside,
header,
hgroup,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
time,
span,
em,
strong,
img,
ol,
ul,
li,
figure,
canvas,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

/*Grumpy font for title*/
@font-face {
	font-family: 'Grumpy';
	src: url('../fonts/Grumpy.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.htitle {
	font-family: 'Grumpy', sans-serif;
	font-size: 38px;
	color: #6a6a6a;
}

/*Drop caps*/
.drop-cap {
	font-family: 'Grumpy', sans-serif;
	font-size: 45px;
	/* Adjust the font size as needed */
	line-height: 1.4;
	/* Adjust the line height as needed */
	margin: 0;
	padding: 0;
}

.drop-cap-letter {
	font-family: 'Grumpy', sans-serif;
	font-size: 95px;
	/* Adjust the size of the drop cap letter */
	font-weight: bold;
	/* You can adjust the font weight as needed */
	float: left;
	margin-right: 6px;
	/* Add some spacing between the drop cap and the text */
	line-height: 0.8;
	/* Adjust the line height of the drop cap letter */
	color: #6a6a6a;
}

body {
	height: 100%;
	line-height: 1.4em;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #541204;
	background-color: #000;

}

@font-face {
	font-family: 'EncorpadaProReg';
	src: url('../fonts/encorpadapro-semibold-webfont.eot');
	src: url('../fonts/encorpadapro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/encorpadapro-semibold-webfont.woff') format('woff'),
		url('../fonts/encorpadapro-semibold-webfont.ttf') format('truetype'),
		url('../fonts/encorpadapro-semibold-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'EncorpadaProReg';
	src: url('../fonts/encorpadapro-semibold-webfont.eot');
	src: url('../fonts/encorpadapro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/encorpadapro-semibold-webfont.woff') format('woff'),
		url('../fonts/encorpadapro-semibold-webfont.ttf') format('truetype'),
		url('../fonts/encorpadapro-semibold-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'mayfieldregular';
	src: url('../fonts/mayfield-webfont.eot');
	src: url('../fonts/mayfield-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/mayfield-webfont.woff2') format('woff2'),
		url('../fonts/mayfield-webfont.woff') format('woff'),
		url('../fonts/mayfield-webfont.ttf') format('truetype'),
		url('../fonts/mayfield-webfont.svg#mayfieldregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

p {
	margin-top: 14px;
	color: #6a6a6a;
}

.top24 {
	margin-top: 24px;
	white-space: pre-line;
}

p.first {
	margin-top: 0px;
}

.clear-fix {
	clear: both;
	line-height: 1px;
}

h1 {
	font-size: 24px;
	margin-bottom: 12px;
	font-family: mayfieldregular;
	line-height: 24px;
}

h2 {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #acacac;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #444444;
	margin: 24px 0px 0px 0px;
}

.margintop20 {
	margin-top: 20px;
}

.margintop40 {
	margin-top: 40px;
}

#dividerfull {
	width: 100%;
	height: 1px;
	margin: 30px auto 0px auto;
	background-color: #444444;
}

#bodycopy p {
	color: #541204;
}

ul {
	line-height: 20px;
	margin: 24px 0px 24px 24px;
}

ol {
	line-height: 1.4em;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #541204;
	margin: 20px 40px 0px 40px;
}

li {
	line-height: 1.4em;
}


li.tips {
	margin-top: 14px;
	font-weight: normal;
	color: #541204 !important;
}

li span {
	font-weight: normal;
	color: #541204 !important;
}

sup {
	font-style: italic;
}

.supertext {
	font-style: italic;
	font-size: 12px;
}

.reviewer {
	width: 100%;
	font-family: HelveticaNeue, Helvetica Neue, arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	color: #acacac;
	margin-top: 20px;
}

a.bodylink:link {
	font-size: 14px;
	font-family: helvetica, sans-serif;
	color: #acacac;
	text-decoration: none;
}

a.bodylink:visited {
	font-size: 14px;
	font-family: helvetica, sans-serif;
	color: #acacac;
	text-decoration: none;
}

a.bodylink:active {
	font-size: 14px;
	font-family: helvetica, sans-serif;
	color: #acacac;
	text-decoration: none;
}

a.bodylink:hover {
	font-size: 14px;
	font-family: helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

a.footerlink:link {
	color: #cdd2e5;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	text-decoration: none;
}

a.footerlink:visited {
	color: #cdd2e5;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	text-decoration: none;
}

a.footerlink:active {
	color: #cdd2e5;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	text-decoration: none;
}

a.footerlink:hover {
	color: #fff;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	text-decoration: none;
}


a.keylinks:link {
	font-size: 12px;
	font-family: helvetica, sans-serif;
	color: #8b8b8b;
	text-decoration: none;
}

a.keylinks:visited {
	font-size: 12px;
	font-family: helvetica, sans-serif;
	color: #8b8b8b;
	text-decoration: none;
}

a.keylinks:active {
	font-size: 12px;
	font-family: helvetica, sans-serif;
	color: #8b8b8b;
	text-decoration: none;
}

a.keylinks:hover {
	font-size: 12px;
	font-family: helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.promo.one {
		background-image: url(../images/promo_1_2x.jpg);
	}

	.promo.two {
		background-image: url(../images/promo_2_2x.jpg);
	}

	.promo.three {
		background-image: url(../images/promo_3_2x.jpg);
	}
}

#video_container {
	width: 100%;
	width: 480px;
	margin: 0px auto 24px auto;
	text-align: left;
	display: block;
}

.videoDivs {
	width: 480px;
	margin: 0px auto 24px auto;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

.videostills {
	border: 1px solid #444444;
}