/* 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,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 
{border:0; font-size:100%; font:inherit; vertical-align:baseline; margin:0; padding:0;}
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:none;}
table {border-collapse:collapse; border-spacing:0;}
input {padding-left: 0; margin-left: 0;}
textarea {border-color: #ddd;}


/* Global
========================================================================== */

html, body {height: 100%;}

body {
	-webkit-font-smoothing: antialiased;
	background: #FBFBFB; 
	color: #666;
	font: 14px/150% "Helvetica Neue",Verdana,Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: "Helvetica Neue",Verdana,Helvetica,Arial,sans-serif;
	line-height: 140%;
}

a {
	color: #91BE4F; 
	text-decoration: underline;
}

a:hover {text-decoration: none;}

a.inverse {text-decoration: none;}

a:hover.inverse {text-decoration: underline;}

strong {
	font-weight: bold; 
	color: #333;
}

em {font-style: italic;}

small {font-size: 12px;}

h1 {
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
	font-weight: 300;
}

h3 {
	font-size: 16px;
	margin: 20px 0 15px 0;
}

.center {text-align: center;}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.container {
	margin: 0 auto; 
	position: relative;
	width: 95%; 
}

.rounded {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.narrow {width: 600px;}

.wide {width: 740px;}

.main {padding:125px 0 0 0;}

.header {
	background: #fff;
	border-bottom: 1px solid #ddd;
	height: 69px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 5;
}

.header .logo {
	left: 0;
	position: absolute;
	top: 18px;
}

/* FastSpring specific */
h2.core-section-header {
  margin: 30px 0 10px 0;
}

/* Footer
========================================================================== */

.footer {
	background: #fff;
	border-top: 1px solid #ddd;
	margin: 60px 0 0 0;
	padding: 30px 0;
	text-align: center;
}

/* Mobile
========================================================================== */

@media only screen and (max-width: 480px) {

	.header {
		position: relative;
		height: initial;
	}

	.header .container {padding: 0 15px;}

	.header .logo {
		left: inherit;
		top: inherit;
		position: relative;
		display: block;
		margin: 40px auto 30px auto;
	}

	.container {
		width: auto;
		padding: 0 25px;
	}

	.main {padding: 40px 0 0 0;}

	h1 {text-align: center;}

	.content {padding: 19px;}

	.homeNav li {float: none;}

	.footer {
		padding: 30px 15px;
		margin: 40px 0 0 0;
	}

}