html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
	font-family: 'Verdana', sans-serif;
	text-align: center;
	font-size: 120%;
	color: #000000;
	text-transform: none;
	letter-spacing: 3px;
	padding: 3% 0 3% 0;
}
h2, h3, h4 {
	font-family: 'Verdana', sans-serif;
	text-align: center;
	font-size: 120%;
	color: #000000;
	text-transform: none;
	letter-spacing: 1px;
}
p {
	padding: 3%;
	color: #000000;
	text-align: justify;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
}

#logo-wrapper {
    margin: 0 auto;
	max-width: 980px;
	background-color: #73AD73;
	overflow: hidden;	
}
#slider-wrapper {
    margin: 0 auto;
	max-width: 980px;
	background-color: #000000;
	overflow: hidden;	
}
#navigation-wrapper {
    margin: 0 auto;
	max-width: 980px;
	background-color: #FFFFFF;
	overflow: hidden;	
}
#footer-wrapper {
    margin: 0 auto;
	max-width: 980px;
	background-color: #E4E4E4;
	overflow: hidden;	
}
#callout {
		width: 50%;
                float: right;
                margin: 3% 0 2% 0; 
}
#logo {
	margin: 0px auto;
	padding: 2% 0 2% 10%;
        float: left;
	max-width: 350px;
	overflow: hidden;
}

/*--- Start Navigation Style --*/

.nav {
    box-shadow: 3px 4px 24px 0 rgba(0, 0, 0, 0.09);
	margin-top: 0px;
	background: #004823;
	font-family: 'Verdana', sans-serif;
}
.nav ul {
	width: 100%;
	overflow:hidden;
	list-style:none;
}
.nav-button:hover {
	cursor:pointer;
}
.navigation {
	clear: both;
	width: 100%;
	position: relative;
}
.nav a {
	color:#FFFFFF;
	text-transform: uppercase;
	text-decoration:none;
}
body .nav .nav-menu li a {
	display:inline-block;
	padding:15px 20px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: 300;
}
.nav.mobile .nav-menu li.active a {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav.mobile .nav-menu li a:hover {
	color: #017D3E;
	text-decoration: underline;
}
.nav.mobile .nav-toggled {
	/*width:100%;*/
	min-height:36px;
	border-radius:6px;
}
.nav.mobile .nav-toggled-controls {
	display:block;
	height:36px;
	color: #FFFFFF;
	text-align:left;
	position:relative;
}
.nav.mobile .nav-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
}
.nav.mobile .nav-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}
.nav.mobile .nav-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background: #FFFFFF;
	width:24px;
}
.nav-toggled-controls{
	border-bottom: 0px solid #FFFFFF;
}
.nav.mobile .nav-toggled ul li a {
	display:block;
	width:100%;
	background-color:#006B35;
	text-align:left;
	padding:10px 0px 10px 15px;
	border-bottom:1px solid #004823;
	text-align: center;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav.mobile .nav-toggled ul li a:active {
	background-color:#006B35;
	color: #004823;
	border-top:1px solid #004823;
}
.nav.mobile .nav-toggled ul li a:hover {
	background: #006B35;
	text-decoration: none;
	color: #004823;
	border-bottom: 1px solid #70C171;
}
.nav.mobile .nav-toggled ul li {
	position: relative;
}
.toggle-sm:after {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 18px;
	line-height: 25px;
}
.nav .nav-menu {
	text-align: center;
	overflow: visible;
	min-height: 56px;
}
.nav .nav-menu li {
	display:inline-block;
	padding:0px;
	margin:0px !important;
	position: relative;
}
.nav-button:hover {
	cursor:pointer;
}
.nav .nav-toggled ul {
	display:none;
	margin:0px ;
	padding:0px ;
}
.nav ul {
	overflow: visible;
}
body .nav .nav-menu li a {
	padding: 10px 15px;
}

/*--- End Navigation Style --*/


.one-third {	
    width: 28%; float: left;margin: 2% 0 3% 4%;text-align: center;
}

.one-third i {
    color: #F07818;font-size: 14px;
}

.clearfix {
	clear: both;
}

.left-col {
	width: 70%;
	float: left;
	margin: 4% 0 4% 4%;
}
.left-col p {
	font-size: 14px;
}

.right-col {
	width: 30%;
	float: left;
	margin: 4% 0 4% 4%;
}

.right-col p {
	font-size: 14px;
}




.left {
	width: 20%;
	float: left;
	margin: 2% 0 3% 3%;
	text-align: center;
}



.center {
	width: 50%;
	float: left;
	margin: 2% 0 3% 3%;
	text-align: center;
}

.center i {
	color: #F07818;
	font-size: 14px;
}

.right {
	width: 20%;
	float: right;
	margin: 2% 0 3% 3%;
	text-align: center;
}
.right i {
	color: #F07818;
	font-size: 14px;
}

.page-callout {
	width: 95%;
	min-height: 130px;
	margin: 1% auto;
	border: 2px solid #FF0000;
}

.callout-text {
	float: left;
	width: 75%;
}

.button-holder {
	float: right;
	width: 19%;
	padding: 1%;
	margin-bottom: 1%;	
}

.btn {
	float: left;
	border-radius: 25px;
	color: #FFFFFF;
	font-size: 20px;
	background: #73AD73;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	text-decoration: none;
}
.btn:hover {
	background: #538C68;
	text-decoration: none;
}

/*--- Start Google --*/

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	padding: 3% 6% 3% 4%;
}

/*--- End Google --*/

ul.social li {
	display: inline;
}
ul.social li img {
	height: 50px;
}	
#siteinfoLegal, #footer-bottom {
	padding: .5em 0 0;
	width:100%;
	line-height:normal;
	clear:both;
	color:#171717;
	background:#E4E4E4;
	text-align:center;
	margin-bottom:30px;
	font-size:80%;
}
#siteinfoLegal a, #footer-bottom a {
	padding: 0 0.5em 0 0.5em;
	color: #171717;
	text-decoration:none;
	white-space: nowrap;
}
#siteinfoLegal a:hover, #footer-bottom a:hover {
	color: #8db9fb;
}

/*--- Start  Media Queries --*/

@media screen and (max-width: 740px) {
	#logo-wrapper {
		margin-top: -1%;
	}
	#callout {
		width: 100%;
                margin: 3% 0 2% 0;
	}
	#callout p {
		display: none;
	}
	h1 {
		font-size: 125%;
		letter-spacing: 2%;
	}
	h4.welcome {
		font-size: 120%;
	}

	.left-col {
		width: 100%;
		margin: 0 0 3% 0;
	}

	.left {
		display: none;
	}
	.center {
		float: left;
		width: 95%;
		margin-top: 4% 0;
		font-size: 115%;
	}
	.right {
		float: left;
		width: 95%;
		margin-top: 4% 0;
		font-size: 115%;
	}


        .one-third {
		float: left;		
                width: 100%;		
                margin: 4% 2% 0 0;	
        }

	.sidebar {
		width: 100%;
		margin: 0;
	}
	img {
		width: 95%;
		margin: 1%;
	}
	.sidebar img {
		width: 95%;
	}
	.page-callout {
		width: 94%;
		min-height: 210px;
	}

        .button-holder {
		width: 80%;
		padding: 1%;
	}

	.callout-text {
		width: 95%;
	}
	.button-holder {
		width: 80%;
		padding: 1%;
	}
	.social i {
		font-size: 175%;
	}
	.footer {
		display: none;
	}
	


/*--- End Media Queries --*/