* @group Reset */
/* Reset based on Eric Meyer's reset */ 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, font, 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, input, table, caption, tbody, tfoot, thead, tr, th, td, hr { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100.1%; vertical-align: baseline; background: transparent; } body { line-height: 1.1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } table { border-collapse: collapse; border-spacing: 0; } input[type=hidden] { display: none !important; }
/* @end Reset */


/* @group general styles */
body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	background: #eee;
	color: #888888;
	line-height: 28px;
	text-rendering: optimizeLegibility;
	}

.red,
a.red {
    color: #d70000;
    text-decoration: none;
    text-transform: lowercase;
    }

.black
{
    color: black;
}

.grey,
a.grey {
    color: #888888;
}	

h1 {
	font-size: 42px;
	font-weight: normal;
	line-height: 40px;
	padding: 50px 0 28px 75px;
	color: #000;
	/* background: url(../images/icon.png) no-repeat 0 36px; */
	}

h1 .red {
	font-weight: bold;
	}

h2 {
	font-size: 32px;
	font-weight: normal;
	padding: 30px 0 22px 0;
	color: #000;
	}
	
h5
{
	color: black;
	margin: 0 0 10px 0;
}

#mc_embed_signup { 
    width: 600px;
    padding: 0 0 0 75px;
    }