/* Main Stylesheet */

/* font */
@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('Font/HelveticaNeueLTStd-Th.eot');
	src: url('Font/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'),
		url('Font/HelveticaNeueLTStd-Th.woff') format('woff'),
		url('Font/HelveticaNeueLTStd-Th.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('Font/HelveticaNeueLTStd-Hv.eot');
	src: url('Font/HelveticaNeueLTStd-Hv.eot?#iefix') format('embedded-opentype'),
		url('Font/HelveticaNeueLTStd-Hv.woff') format('woff'),
		url('Font/HelveticaNeueLTStd-Hv.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('Font/HelveticaNeueLTStd-Lt.eot');
	src: url('Font/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
		url('Font/HelveticaNeueLTStd-Lt.woff') format('woff'),
		url('Font/HelveticaNeueLTStd-Lt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* reset css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* end reset css */


/* Global */

body {
	font-size: 18px;
	color: #4d4d4b;
	line-height: 1.4;
	font-family: 'Helvetica Neue LT Std';
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
strong {
	font-weight: bold;
}
h1, .h1 {
	font-size: 48px;
	margin-bottom: 20px;
	color: #8cc63f;
	line-height: 1.1;
}
.h1 {
	font-weight: 300;
}
h1 {
	font-weight: bold;
}
h2, .h2 {
	font-size: 30px;
	line-height: 1.1;
	color: #4c4c4a;
	font-weight: 300;
}
p {
	margin-bottom: 20px;
}
.clearfix {
	clear: both;
}

/* end Global */

/* Header */
#main-nav {
	width: 1040px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.the-nav {
	width: 356px;
	float: left;
	margin-top: 45px;
}
.the-nav li {
	float: left;
}
.the-nav li a {
	padding: 4px 15px;
	margin-right: 15px;
	color: #686767;
	font-size: 14px;
}
.the-nav li.current a, .the-nav li a:hover {
	color: #0096db;
	border-bottom: 4px solid #8cc63f;
}
.logo {
	width: 328px;
	text-align: center;
	float: left;
}
.headerimg {
	text-align: center;
	line-height: 0;
}
.homehead {
	position: relative;
	top: -65px;
	z-index: 1;
}

/* main */
.container {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
}
.full-green {
	background: #66bc29;
	overflow: hidden;
	color: #fff;
	margin-bottom: 80px;
}
.full-grey {
	background: #dfe0e0;
	overflow: hidden;
	margin-bottom: 80px;
}
.full-green h2, .full-green .h2 {
	color: #fff;
}
.full-green h1, .full-green .h1 {
	color: #97d34d;
}
.no-padding {
	padding: 0!important;
}
.imgleft {
	float: left;
	margin-left: 20px;
}
.manimg {
	margin-right: 60px;
	margin-left: -125px;
}
.treeimg {
	position: absolute;
	top: -250px;
	right: -204px;
}
.text-center {
	text-align: center;
}
.blue-box {
	background: #0096db;
	padding: 20px 25px;
	color: #fff;
}
.womanimg {
	position: relative;
	margin-left: -50px;
	margin-right: -25px!important;
	z-index: 1;
}
.two-col {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.two-col-first {
	padding-right: 25px;
}
.page-heading p {
	color: #4d4d4b;
}
.page-heading h1, .page-heading .h1, .page-heading h2, .page-heading .h2 {
	color: #fff;
}
.page-heading {
	background: #8cc63f;
	padding-top: 50px;
	padding-bottom: 40px;
	overflow: hidden;
	margin-bottom: 80px;
}
.page-heading  .container, .full-green .container, .full-grey .container {
	margin-bottom: 0;
}
.wreck-list {
	padding-left: 45px;
}
.wreck-list li {
	padding-left: 65px;
	background: url('images/wreck-list.png') top left no-repeat;
}
.wreck-list .list-head {
	font-weight: bold;
	color: #8cc63f;
	margin-top: 7px;
}
form p {
	font-weight: bold;
}
.page-heading form p {
	color: #fff;
}
.page-heading form input[type="email"], .page-heading form input[type="text"], 
.page-heading form textarea {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 0;
	box-sizing: border-box;
	background: transparent;
	font-weight: bold;
	color: #fff;
}
.page-heading form input[type="email"], .page-heading form input[type="text"] {
	padding: 0 15px;
	height: 75px;
}
.page-heading form textarea {
	padding: 15px;
	height: 140px;
}
.page-heading form button {
	padding: 20px 50px;
	background: #81ba35;
	border: none;
	border-radius: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer
}
.page-heading form button:hover {
	background: #5f9715;
	color: #fff;
}
::-webkit-input-placeholder {
   opacity: 1;
}
:-moz-placeholder { 
   opacity: 1; 
}
::-moz-placeholder {  
   opacity: 1; 
}
:-ms-input-placeholder {  
   opacity: 1; 
}
/* footer */
#footer {
	text-align: center;
	color: #b7b7b7;
	background: #1c1e17;
	padding-top: 30px;
	padding-bottom: 135px;
	font-family: 'Open Sans';
	font-weight: 300;
}