@charset "UTF-8";
/* CSS Document */

BODY{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:25px;
	color:#58595b;
}

A:link, A:visited{
	color:#0b8100;	
}

A:hover, A:active{
	color:#ffe000;	
}


P{
	margin-bottom:20px;
}

H1, H2, H3{
	font-family: 'Merriweather', serif;
}

H1, H2{
	font-weight:300;
	color:#32612f;
	margin-bottom:16px;
}

H1{
	font-size:48px;
	line-height:58px;
}

H2{
	font-size:36px;
	line-height:45px;
	
}

H3{
	font-weight:700;
	font-size:16px;
	line-height:28px;
	color:#89191c;
	text-transform:uppercase;
	margin-top:16px;
}

H4, H5{
	font-family: 'Lato', sans-serif;
	color:#58595b;
}

H4{
	font-weight:700;
	font-size:16px;
	line-height:25px;
}

H5{
	font-weight:400;
	font-size:14px;
	line-height:17px;
}

HR{
	padding:0;
	border:0 none;
	color: #32612f;
	background-color: #32612f;
	height: 2px;
}

.home-summary, .main-content{
	margin-top:30px;
	margin-bottom:30px;
}

.home-summary P, .summary {
	font-family: 'Merriweather', serif;
	font-size:18px;
	line-height:24px;
	color:#58595b;
}

.summary{
	margin-bottom:20px;
	padding-bottom:20px;
}

.main-content UL{
	list-style:outside disc;
	margin-left:16px;
}

NAV #menu-main-nav>LI>A{
	font-family: 'Merriweather', serif;
	font-weight:300;
}

.rule{
	border-bottom:2px solid #32612f;
}

LABEL{
	color:#58595b;
	text-transform:uppercase;
	font-weight:900;
}

LABEL SUP{
	color:#89191c;
}

.wpcf7-form-control{
	outline:0 none;
	line-height:24px;
	border:1px solid #a7a9ac;
	display:block;
	width:100%;
}

INPUT[type=submit].wpcf7-form-control{
	display:inline-block;
	color:#FFF;
	background:#0b8100;
	cursor:pointer;
	padding:4px 24px;
	float:right;
	border:0 none;
	width:inherit;
	font-size:14px;
}

INPUT[type=submit].wpcf7-form-control:hover, INPUT[type=submit].wpcf7-form-control:active, INPUT[type=submit].wpcf7-form-control:focus{
	background:#ffe000;
}

A.arrow{
	display:block;
	background:url(../graphics/arrows.png) left top no-repeat;
	width:54px;
	height:54px;
	position:absolute;
	z-index:1000;
}

A.arrow.left{
	left:20px;
}

A.arrow.right{
	background-position:right top;
	right:20px;
}

A.arrow.left:hover{
	background-position:left bottom;
}

A.arrow.right:hover{
	background-position:right bottom;
}

NAV.main-nav A.menu{
	display:none;
}

.caption{
	position:absolute;
	padding:10px;
	background-color:rgba(0, 0, 0, 0.6);
	z-index:1500;
	left:30%;
	right:30%;
	bottom:30px;	
}

.caption P, .caption H3{
	margin-top:0;
	color:#FFF;
	text-align:center;
}

@media (max-width: 990px) {
	
HEADER{
	padding:10px 0 0;
}

H1, H2{
	font-weight:300;
	color:#32612f;
	margin-bottom:16px;
}

H1{
	font-size:32px;
	line-height:38px;
}

H2{
	font-size:26px;
	line-height:38px;
	
}

H3{
	font-size:16px;
	line-height:22px;
}

.content-center{
	width:90%;
}

NAV #menu-main-nav {
	display:none;
}

NAV.open #menu-main-nav{
	display:block;
}

NAV #menu-main-nav > LI{
	float:none;
	margin-left:0;
	text-align:center;
	border-top:1px solid #32612f;
}

NAV #menu-main-nav>LI:hover .sub-menu{
	display:none;
}

.gallery, .utility-nav{
	display:none;
}

NAV.main-nav{
	position:static;
}

NAV.main-nav A.menu{
	display:block;
	background-color:#0b8100;
	text-align:center;
}

NAV.main-nav A.menu:link, NAV.main-nav A.menu:visited{
	color:#FFF;
}

NAV A {
    font-size: 20px;
    line-height: 48px;
}

NAV .current-page-ancestor .sub-menu, NAV .current-menu-item .sub-menu{
	position:static;
	background:#AAA;
	display:block !important;
}

NAV .sub-menu LI A{
	width:inherit;
}

.logo{
	margin:0 auto 20px;
}

NAV #menu-main-nav>LI:hover>A:after{
	border:0 none;
}

.caption{
	position:static;
	padding-top:20px;
	background-color:#0b8100;
}

}

