@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: url('../fonts/BebasNeue-webfont.eot@#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ -webkit-font-smoothing: antialiased; }
body {
	color:#4f4f4f;
	font-family: 'Open Sans', sans-serif;
	font-size:1.125em;
	line-height:1.5em;
}

.wrap {
	width:90%;
	max-width:750px;
	margin:0 auto;
}
p { margin-bottom:1em; }
a { color:#00aa4f; text-decoration:none; }
strong { font-weight:bold; }
em { font-style:italic; }


header { overflow:auto; padding:10px 0; }
header .logo { float:left; }
header nav { 
	float:right;
	text-transform:uppercase;
	font-family:'BebasNeueRegular', sans-serif;
	font-size:1.22222222222222em;
	margin-top:18px;
}
header nav ul li { display:inline-block; margin-right:30px; }
header nav ul li:last-child { margin-right:0; }
header a { color:#4f4f4f; }
header a.current { color:#00aa4f; }

.sub-header {
	background:url(../images/nlbs-sub-header.png) repeat-x top center;
	min-height:118px;
}

.content { padding-top:30px; }
.content h1 {
	font-family:'BebasNeueRegular', sans-serif;
	color:#00aa4f;
	text-transform:uppercase;
	margin:0;
	font-size:3em;
	line-height:1em;
}
.content h2 {
	color:#96ca50;
	font-size:1.22222222222222em;
	line-height:1em;
	margin:0;
	padding:0;
	font-weight:600;
	border-bottom:2px solid #00aa4f;
	padding-bottom:15px;
	margin-bottom:30px;
}
.content h3 {
	font-family:'BebasNeueRegular', sans-serif;
	color:#00aa4f;
	text-transform:uppercase;
	font-size:1.66666666666667em;
	line-height:1em;
	margin:0 0 10px;
	padding:0;
}
.content .callout {
	background:#d0eadc;
	padding:25px 50px 7px;
	border-radius:7px;
	position:relative;
	margin-bottom:20px;
}
.content .callout span.fa-stack {
	font-size:1.25em;
	position:absolute;
	top:-4px;
	left:-20px;
}
.content .callout i.fa-circle { color:#d0eadc; }

.offer {
	background:#f3f3f3;
	padding:23px 0 30px;
}
.offer h2 {
	text-transform:uppercase;
	font-family:'BebasNeueRegular', sans-serif;
	color:#00aa4f;
	font-size:2.5em;
}
.offer h3 {
	text-transform:uppercase;
	font-family:'BebasNeueRegular', sans-serif;
	color:#989898;
	margin:0;
	font-size:2.14em;
	line-height:1em;
	padding-top:15px;
}
.offer p {
	font-size:1.11111111111111em; /* 20px */
	border-bottom:2px solid #00aa4f;
	padding-bottom:25px;
}

.bio {
	padding:40px 0;
}
.bio img { float:left; margin-right:1em; }

footer {
	background:#00aa4f;
	color:#fff;
	text-align:center;
	padding:30px 0;
}