/*
Theme Name: CAVA
Theme URI: http://cavahelps.com/
Description: CAVA 1.0
=======
Theme Name: cava
Theme URI: http://cavahelps.com/
Description: cava 1.0
>>>>>>> e91dbae436de1333e9f96d1ffc63f9ec24bd4630
Author: envirse.com
Version: 1.0
Tags: html5
*/

/* reset
_____________________________*/
/*
html5doctor.com Reset Stylesheet
v1.2
2009-07-15
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video, source {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
ins {
	background-color:#ff9;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
   margin: 40px 0;
padding-bottom: 50px;
border-bottom: 1px solid #DEE4C0;
    padding:0;
}
input, select {
	vertical-align:middle;
}

/*main css
-----------------------------*/
html{
	height:100%;
	font-family:Helvetica, sans-serif;
}
body{
	height:100%;
	background:#fff;

}
a {
color: #647322;
}
#searchbar {
display:none;
height:84px;
line-height:84px;
background:#d77200;
color:#fff;
border-bottom: 1px solid #dcdbdb;
position:relative;
top:0;
width:100%;
z-index:4;
}
#searchbar.visible {
display:block;
}
#searchbar .container {
text-align:right;
overflow:hidden;
}
#searchbar .closesearch {
float:left;
font-family: 'Open Sans', sans-serif;
line-height:84px;
font-size:18px;
}
#searchbar .closesearch a {
color:#fff;
text-decoration:none;
}
#searchbar .closesearch span {
height:18px;
border-radius:15px;
padding: 0px 6px;
border:1px solid #fff;
font-size:15px;
}
#searchbar input[type="text"] {
line-height:20px;
width:670px;
font-family: 'Lato', sans-serif;
font-size:18px;
border: 1px solid #dcdbdb;
padding:10px;
}
#searchbar input[type="submit"], .btn {
background:#93a927;
border:none;
color:#fff;
text-transform:uppercase;
margin:0 45px 0 32px;
line-height:40px;
padding: 0 20px;
font-size:20px;
}
#wrapper{
	width:100%;
}

#headWrap{
	width:100%;
	background:#fff;
}

#top{
	max-width:1000px;
	margin:0 auto;
	overflow: hidden;

}
#logoText{
	text-indent:-99999px;
}
#logo{
	margin-top:-15px;
	width:473px;
	float:left;
}
#logo img{
	width:100%;
}
#mobilenavcontainer {
display:none;
position: absolute;
width: 100%;
z-index: 900;
}
.mobile-hamburger {
display:none;
}
#subnav{
	margin-top:-10px;
	max-width:450px;
	float:right;
}
#subnav ul{
	width:100%;
	overflow: hidden;
	text-align: right;
}
#subnav li{
	font-size:.85em;
	font-family:Helvetica, sans-serif;
	padding:3px 15px 0 0;
	/*
	text-shadow:
	0 -1px 1px rgba(12, 90, 0, .2),
	0 1px 1px rgba(255, 255, 255, .2);
	*/
}
#subnav li a{
	color:#607315;
	text-decoration:none;
}
#subnav li a:hover{
	text-decoration:underline;
}
#graphical{
	display:none;
}
#sitemap{
	display:none;
}
#skiptonavigation{
	display:none;
}
#skiptosubnavigation{
	display:none;
}

#top aside, #bottom aside{
	float:right;
	display:block;
	margin:0px 0 15px 0;
}
#top aside {
text-align:right;
}
#top aside ul li, #bottom aside ul li {
	float:right;
	list-style:none;

}
#top aside h4, #bottom aside h4{
	display:none;
	color:#A2AC78;
	font-size:.85em;
}
a.referral, .tribe-button {
	display:block;
	font-size:14px;
	margin:15px 0 0 0;
	color:#fff;
	text-decoration:none;
	padding:10px 15px 8px 15px;
	text-align:center;
 	background: #94aa0a;
 	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:none;
}
a.eventBlue{
	background:#94A929;
	border:1px #94A929 solid;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.31, rgba(148, 169, 41, .5)),
		color-stop(0.75, rgba(255,255,255, .5))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(148, 169, 41, .5) 31%,
		rgba(255,255,255, .2) 75%
	);

}
#navWrap{
	width:100%;
	background-color: #d77200;
}

#mainNav{
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:5000;

}
#mainNav ul{
	margin:0 0;
	font-family: 'Lato', sans-serif;
}

#mainNav li{
	float:left;
	position:relative;

}
#mainNav ul li a{
	padding:10px 25px;
	color:#fff;
	text-decoration:none;
	margin:0;
	display:block;
	text-transform:uppercase;
}
#mainNav ul li.current-menu-item, #mainNav ul li.current-page-ancestor, #mainNav ul li.current_page_parent{
	color:#fff;
}

#mainNav ul li.current-menu-item a, #mainNav ul li.current-page-ancestor a, #mainNav ul li.current_page_parent a {

}
#mainNav ul li a:hover{
	background:#cf6f02;
	color:#fff;
}
#mainNav ul ul {
	display:none;
	position:absolute;
	top:36px;
	left:0;
	font-size:.9em;
	border-bottom:8px #d77200 solid;
	min-width:230px;
	z-index: 99999;
	padding:0 0 0 0;
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
}
#mainNav ul ul a {
color: #000;
padding:15px 25px;
}
#mainNav ul ul a:hover {
background:#d77200;
}
#mainNav ul li:hover > ul {
	display:block;

}

#mainNav ul ul li {
	width:100%;
	text-align: left;
}
#mainNav ul ul ul {
	left:100%;
	top:0;
}
#mainNav ul ul li a {
	height:auto;
	line-height:1em;
}
#mainNav li:hover > a,
#mainNav ul ul :hover > a {
}
.menu-top-menu-container {
text-align:center;
}
#menu-top-menu {
display:inline-block;
}
input[type="submit"] {
	border:0px;
	color:#FFF;
	padding:8px 15px;
	background:#93a927;
	cursor:pointer;
}
#content{
	max-width:1000px;
	margin:25px auto;
	overflow: hidden;
	background:#fff;
	overflow:hidden;
}
.home #content {
margin:0
}
#interiorpagehero {
height:210px;
background-size:cover;
color:#fff;
}
#heromessage {
position: relative;
margin: 0 auto;
max-width: 800px;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
#heromessage h1 {
font-size:48px;
font-family: 'Lato', sans-serif;
}
#heromessage h1:after {
content: " ";
display: block;
width: 196px;
border-bottom: 3px solid #fff;
margin: 15px auto;
}
.container {
max-width:1000px;
overflow: hidden;
margin:0 auto;
}
#left{
	width: 85%;
	margin: 0 auto;
}
#block{
	margin:1px 10px 0 10px;
	min-height:300px;
	background:url(images/loading.gif) no-repeat center center #000;
	position:relative;
	overflow:hidden;
}
#block img{
	width:100%;
}
.mobile{
	background:url(images/photos/mobile.jpg) no-repeat center center #000;
}

#module{
	position:relative;
}
.staffnav {
margin-top:35px;
}
#prev{
		color:#FFF;
		font-size:2em;
		padding:15px 1px;
		position:absolute;
		top:40%;
		left:10px;
		background:#607315;
		/*
		background:rgba(0, 89, 93, .7);
		*/
		z-index:15;
		cursor:pointer;
	}
	#next{
		color:#FFF;
		font-size:2em;
		padding:15px 1px;
		position:absolute;
		top:40%;
		right:10px;
		background:#607315;
		/*
		background:rgba(0, 89, 93, .7);
		*/
		z-index:15;
		cursor:pointer;
	}

article{
	padding:5px;
}
article#front h2{
	color:#607315;
	font-size:1.6em;
	font-weight:300;
	padding:5px 20px 20px 0;
	float:none;

	/*text-shadow:
	0 -1px 1px rgba(12, 90, 0, .5),
	0 1px 1px rgba(255, 255, 255, .5);*/

	/*width:300px;*/
	text-align:left;
}
article#front p{
	font-size:.95em;
	line-height:1.35em;
	margin:5px 20px 15px 0;
}

.event{
	background:#EDECEA;
	padding:5px;
	margin:0 0 20px 0;
}
#frontBody{

	margin:20px 20px 20px 160px;
}
#frontBody h3{
	color:#607315;
	font-size:1.25em;
	padding:0;

	/*
	text-shadow:
	0 -1px 1px rgba(12, 90, 0, .5),
	0 1px 1px rgba(255, 255, 255, .5);
	*/

}
.featured{
	margin:1px 0;
	min-height:5px;
	background:#F2EFEA;
	position:relative;
}
.featured img{
	display:none;
}

/*news
-----------------------*/
article .post{
	color:#4C4024;
	margin:5px 5px 5px 0px;
	padding:10px 10px 0 10px;
	background:none;
	position:relative;

}
article h2.pagetitle{
	color:#607315;
	font-size:1.65em;
	font-weight:300;
	padding:25px 0 0 0;
	float:none;
	margin:0;
}
.search article .post h2.entry-title{
	color:#607315;
	font-size:1.25em;
	margin:10px 20px 10px 140px;
	padding:10px 0 0 0;
	float:none;
	text-shadow:
	0 -1px 1px rgba(12, 90, 0, .5),
	0 1px 1px rgba(255, 255, 255, .5);
	text-align:left;
}

/*
article .post h2{
	color:#607315;
	font-size:1.65em;
	font-weight:300;
	padding:0 0 0 0;
	float:none;
	margin:0;

	text-shadow:
	0 -1px 1px rgba(12, 90, 0, .5),
	0 1px 1px rgba(255, 255, 255, .5);
	width:110px;
	text-align:right;
}
*/
.crDisclaimer{
	color:#000;
	font-size:1.15em;
	/*padding:0 0 25px 25px;*/
	font-weight:bold;
}

article .post h3{
	color:#000000;
	font-size:1.4em;
	line-height:1.5em;
	padding:0 0 5px 0;
	text-decoration:none;
	margin:0 0 5px 0;
}
article .post h3 a{
	color:#A2AC78;
	text-decoration:none;
}
h4{
	color:#000;
	font-size:1.05em;
	line-height:1.25em;
	padding:5px 0;
	text-decoration:none;
}
article .post h4.serviceTitle{
	color:#000;
	font-size:1.25em;
	line-height:1.5em;
	padding:5px 0 5px;
	text-decoration:none;
}

article .post p{
	padding:5px 0;
	line-height:1.5em;
}
article .post ul{
	/*color:#677821;*/
	padding:0;
	padding:0 20px 20px 0;
	font-size:.95em;
	line-height:1.5em;
	margin-left: 25px;
}
.mainbody{
	padding:0 5px;
	line-height: 130%;
}

article .post ol{
	padding:0 20px 20px 20px;
	line-height:1.5em;
}

.miles{
	font-size:.65em;
	color:#FFF;
	background:#677821;
	padding:1px 2px;
	-moz-border-radius: .35em;
	-khtml-border-radius: .35em;
	-webkit-border-radius: .35em;
}
article .post li{
	font-size:1.05em;
	margin:0;
}
.crTitle{
	font-size:1.5em;
}

article .post a{
	color:#94a927;
	text-decoration: none;
}
img.post_thumbnail{
	float:left;
	padding:3px;
	background:#A2AC78;
	/*
	background: rgba(255,255,255,.8);
	*/
	margin:0 25px 30px -5px;

}
img.alignleft{
	float:left;
	margin:0 15px 15px 0;

}
img.alignright{
	float:right;
	margin:0 0 15px 15px;

}


#emailCC{
	margin-left:160px;
}

.more-link{
	clear:both;
	color:#fff!important;
	text-decoration:none;
	display:block;
	margin:20px 0 20px 0;
	float:left;
	padding:5px 25px;
	margin:15px 15px 15px 0;
	background:url(images/nav_edges.jpg) repeat-x top #6b5b4e;
	border:1px #6F5F37 solid;
}

.postmetadata{
	clear:both;
	color:#5F4500;
	padding:5px ;
	margin-top:25px;

}
.postmetadata h3{
	font-size:1.25em;
	color:#77C300;
	padding:10px 10px 20px 10px;
}

.postmetadata a{
	color:#00535E;
	text-decoration:none;
}
.postmetadata a:hover{
	color:#00535E;
	text-decoration:underline;
}
#dateBlock{
	font-size:.45em;
	color:#ccc;
	display:none;
	width:100px;
	height:40px;
	padding:10px 5px 5px 5px;
}
img.execdirector {
width: 200px;
height:200px;
border-radius:175px;
margin: 0 auto;
display:block;
}
body.page-template-template-executive-director article .post h3 {
margin-bottom:0;
padding-bottom:0;
}
body.page-template-template-executive-director .entry p:first-of-type {
padding-top:0 !important;
margin-top:0 !important;
}
ul.staff {
	list-style:none !important;
	display:flex;
	flex-wrap:wrap;
	margin-left:0 !important;
}
ul.staff li{
	flex-basis:45%;
	text-align: left;
	padding: 0 15px;
}
#right{
	color:#000;
	width: 29%;
	min-height:300px;
	float:left;
}
#right .widget-container h3{
	color:#6B7A29;
	font-size:1.1em;
	font-weight:300;
	padding:0 0 5px 0;
	text-shadow:
	0 -1px 1px rgba(12, 90, 0, .5),
	0 1px 1px rgba(255, 255, 255, .5);
}
#right .widget-container p{
	font-size:.75em;
	line-height:1.4em;
}
#right .widget-container li{
	font-size:.75em;
	line-height:1.4em;
	padding:5px;
	list-style:none;
}
#right .widget-container a{
	color:#607315;
}
#right .widget-container{
	background:#DEE4C0;
	margin-bottom:2px;
	padding:20px 0 10px 15px;
	overflow:hidden;
}
#right .widget-container ul.checks li{
	list-style:url(images/check.png) inside!important;
	font-size:.75em;
	line-height:1.2em;
	padding:3px;

}
#right .widget-container input[type="submit"] {
	float:left;
	margin:10px 0 0 0;
}

#mc_signup_form .mc_var_label{
	font-size:.65em;
	padding:5px 0 0 0;
}
#right #sub_page_navigation-3{
	background:#647322;
	margin-bottom:2px;
	padding:20px 0 10px 15px;
	overflow:hidden;
}
#right #sub_page_navigation-3 h3{
	color:#fff;
}
#right #sub_page_navigation-3 a{
	color:#DEE4C0;
}

#contact{
	background:#DEE4C0;
	margin-bottom:2px;
	padding:20px 0 10px 15px;
	overflow:hidden;
}
.address{
	position:relative;
	margin:0 0 5px 0;
	}

.phone{
	margin:10px 0 0 0;
	position:relative;
	padding:5px 5px 10px 30px;
	background:url(images/phone.png) no-repeat left center;
	overflow:hidden;
}
.map{

	position:absolute;
	top:0;
	right:0;
}
.map a{
	display:block;
	background:url(images/map.png) no-repeat center center #A2AC78;
	width:40px;
	height:40px;
	text-indent:-99999px;
	overflow:hidden;

}
#email{

	position:absolute;
	top:-5px;
	right:0;
}
#email a{
	display:block;
	text-indent:-99999px;
	white-space:nowrap;
	overflow: hidden;
	background:url(images/mail.png) no-repeat center center #A2AC78;
	width:40px;
	height:40px;

}

#newsletter{
background:#DEE4C0;
margin-bottom:2px;
padding:20px 0 10px 10px;
overflow:hidden;
}

input[type="text"] {
		background:#EDECEA;
		border:1px #BDB197 solid;
	 }
input[type="text"]:focus {
		background:#FFF;
	 }

#emailCC input[type="text"] {
		width:80%;
		background:#EDECEA;
		border:1px #BDB197 solid;
		padding:5px;
		font-size:1.2em;
	 }
#emailCC input[type="text"]:focus {
		background:#FFF;
	 }
#emailCC textarea {
		color:#D9D3C3;
		display:block;
		width:80%;
		background:#EDECEA;
		border:1px #BDB197 solid;
		padding:5px;
		font-size:1.2em;
	 }
#emailCC textarea:hover, #emailCC textarea:focus {
		color:#705E50;
		background:#FFF;
	 }


#news{
background:#DEE4C0;
margin-bottom:2px;
padding:20px 0 20px 10px;
overflow:hidden;
}
#location-footer {
background:url(images/location-footer_bg.png);
color:#fff;
padding:45px 0;
font-family: 'Lato', sans-serif;
line-height:125%;
}
#location-footer h2 {
display:block;
text-align:center;
font-size:42px;
}
#location-footer h2:after {
content: " ";
display: block;
width: 196px;
border-bottom: 3px solid #fff;
margin: 15px auto;
}
#location-footer .row {
display:flex;
flex-wrap:wrap;
margin:20px 0;
}
#location-footer .row > div {
flex-basis:100%;
margin-bottom: 20px;
}
#bottom{
	width:100%;
	background:#4e534c;
}
#newsletterbar {
background: #d77200;
overflow:hidden;
}
#newsletterbar .gform_body {
display:inline-block;
width: 66%;
margin-left:50px;
}
#newsletterbar .gform_footer {
display:inline-block;
margin-top:0;
padding:5px 0;
width: 27%;
}
#newsletterbar #input_4_1 {
padding: 15px;
width: 100%;
}
#newsletterbar .gform_footer input[type="submit"] {
padding: 13px 20px;
}
#gform_confirmation_message_4 {
padding: 20px 0;
text-align:center;
}
footer{
	max-width:1000px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
	min-height:200px;
	clear:both;
	color:#fff;
}
footer .row {
margin: 40px 0;
}
footer .column {
display:inline-block;
width: 22%;
margin-right: 3%;
vertical-align:top;
}
footer .column.last {
margin-right:0;
}
footer .column h3 {
font-size: 1.2em;
margin-bottom:.25em;
padding-bottom:.25em;
border-bottom: 1px solid #fff;
color:#b2c647;
}
footer .column ul {
list-style: none;
line-height:1.5em;
}
#footerNav ul{
	width:100%;
	line-height: 50px;
}
#footerNav ul ul {
	display:none;
}

#footerNav li{
	float:left;
}
#footerNav a{
	padding:5px 15px;
}
#footerNav a:hover {
	text-decoration: underline;
}
footer figure{
	float:right;
	width:120px;
	min-height:160px;
	background:#FFF;
	padding:5px;
}
footer img{
	width:100%;
}

footer figcaption{
}
footer a{
	color:#fff;
	font-size: 14px;
	text-decoration: none;
}
.footerSocial {
	float: right;
	/*position: absolute;
	top: 50px;*/
	right: 0;
}
.footerSocial ul {
	list-style: none;
}
.footerSocial ul li {
	display: inline-block;
}
.top{
	float:right;
	z-index:500;
	position: absolute;
    top: 20px;
    right: 0;
}
.top a:hover {
	text-decoration: underline;
}
/*a.top {
	display:block;
	text-indent:-99999px;
	white-space:nowrap;
	overflow: hidden;
	background:url(images/top.png) no-repeat center right;
	width:44px;
	height:44px;

}*/
.onlymobile{
	display:none!important;
}
.dislaimer{
	margin:5px 200px 5px 15px;
	padding:10px;
	line-height:1.5em;
	font-size:.85em;
	color:#FFF;
}
.copyright{
	clear:both;
	margin:5px 200px 5px 15px;
	line-height:1.5em;
	color: #fff;
	font-size: 14px;
}
#qrcode{
	display:none;
	}
.clear	{
	clear:both;
}
/*CSB listings */

.sublist{
	/*border-top:1px solid #CCC;*/
}
.sublist li{
	list-style:none;
	}
li.sublistTitle strong{
	padding:10px 0!important;
	font-size:1.2em;
	color:#000;
}

.csbaddress{}
.phonenumber{}
.emergency{}
.category{}
.coverage{}
.website{}

iframe, object, embed{
width: 100%;
height:auto;
}

/*
.rounded{
	-moz-border-radius:.25em;
	-khtml-border-radius:.25em;
	-webkit-border-radius: .25em;
}
.dropshadow{
	-moz-box-shadow: 1px 1px 3px #422D1A;
	-webkit-box-shadow: 1px 1px 3px #422D1A;
	box-shadow: 1px 1px 3px #422D1A;
}
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------------------------- Torx --------------------------- */


/* --------------- New Homepage styles 2016 --------------- */

body.home #content {
width:100%;
}
.container {
max-width:100%;
margin: 0 auto;
position:relative;
}
#homeslider {
/*height:200px;*/
aspect-ratio: 12/6;
position:relative;
}
#homeslider .slides {
height:100%;
position:relative;
}
#homeslider .slide {
height:100% !important;
width:100%;
background-size:cover;
background-position: center;
aspect-ratio: 12/6;
}
.slidermessage {
position:absolute;
bottom: 30px;
left:0;
width: 300px;
background: rgba(222,229,190,.8);
padding:20px;
color:#494949;
font-size: 1em;
line-height:135%;
-webkit-border-radius: 10px;
border-radius: 10px;
height:180px !important;
z-index:200;
}
.slidermessage h2 {
font-size: 1.5em;
line-height:1.55em;
}
a.button {
display:inline-block;
padding: 8px 20px;
text-align:center;
background: #d77200;
color:#fff !important;
-webkit-border-radius: 5px;
border-radius: 5px;
text-decoration:none;
}
.slidermessage a.button {
margin-top:15px;
}
#homepusherbanner {
background-color: #d77200;
color:#fff;
padding: 30px 0;
}
#homepusherbanner h2 {
font-size: 1.4em;
margin-bottom:10px;
}
#homepusherbanner p {
line-height:130%;
}
#homepusherbanner a.btn-cta {
display:inline-block;
font-size: 16px;
margin: 15px 0;
color: #fff;
text-decoration: none;
padding: 10px 35px 8px 35px;
text-align: center;
background: #94aa0a;
-webkit-border-radius: 5px;
border-radius: 5px;
}




#homecallouts {
background: #94aa0a;
overflow:hidden;
padding: 20px 0;
color:#fff;
}
#homecallouts a {
color:#fff;
}
#homecallouts .container {
display:flex;
}
#homecallouts .homecallout {
padding: 10px 30px;
min-height:183px;
font-size:.95em;
border-right: 1px solid #b5cb29;
flex-basis:33%;
}
#homecallouts .homecallout.last {
margin-right:0;
border:none;
}
#homecallouts h2 {
font-size:1.1em;
}
#homecallouts .homecallout p, #homecallouts .homecallout ul {
margin: .5em 0;
line-height:130%;
font-size:.85em;
}
#homecallouts .homecallout ul {
margin: 10px 0 0 10px;
}
#homecallouts a.icon {
margin:10px 5px 0 0;
color:#fff;
font-size:28px;
}
.fa-download {
font-size:28px !important;
float:left;
display:inline-block;
margin: 0 10px 10px 0;
}
#homecallouts a.mapicon {
display:inline-block;
width:24px;
height:28px;
line-height:28px;
background: url(images/map-icon2.png);
background-repeat:no-repeat;
background-position:center;
}
#homecallouts a.emailicon {
display:inline-block;
width:24px;
height:28px;
line-height:28px;
background: url(images/email-icon.png);
background-repeat:no-repeat;
background-position:center;
}
#homecallouts a.facebookicon {
display:inline-block;
width:28px;
height:28px;
line-height:28px;
background: url(images/facebook-icon.png);
}
#homecallouts a {
line-height:130%;
font-size:.85em;
}
#homecontent {
background:#fff;
padding: 35px 0;
overflow:hidden;
font-size:13px;
}
#homecontent .left {
width:60%;
float:left;
}
#homecontent .right {
margin-left:65%;
}
#homecontent p {
line-height:140%;
margin: .5em 0;
}
#homecontent p.larger {
line-height: 140%;
margin: .5em 0;
font-size:15px;
font-weight:700;
}
#homecontent h2 {
font-size:1.15em;
}

.clearfix {
    display: block;
    clear: both;
}
ul.service-list {
	list-style: none;
	color: #000 !important;
	margin-left: 0 !important;
}
ul.service-list > li {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #DEE4C0;
}

ul.service-list h4 {
	padding: 0;
	width: 100%;
	font-size: 1.25em;
    line-height: 1.5em;
}
.staff {
    font-size: .95em;
    line-height: 1.5em;
}
.staff .photo-title {
width: 190px;
float:left;
}
.staff img {
	max-width: 175px;
	max-height: 175px;
	border-radius:175px;
}
.staff .bio {
margin: 0 0 30px 210px;
}
.staff-prev, .staff-prev a {
    float: left;
    color: #677821;
}
.staff-next, .staff-next a {
    float: right;
     color: #677821;
}
.gform_wrapper {
    margin-top: 0 !important;
}
.gform_body ul {
	padding: 0 !important;
}
.gform_body li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.gform_body li {
	list-style: none;
}
.gfield_radio li:nth-child(1) {
	float: left;
}
input[type="text"],input[type="email"], textarea {
	width: 80%;
    background: #EDECEA;
    border: 1px #BDB197 solid;
    padding: 5px;
    font-size: 1.2em;
}
#searchform input[type="text"] {
	width: 60%;
	padding: 4px;
	font-size: 11px;
}
.btn-bio {
	margin-top: 20px;
}
.btn-cta {
text-align:center;
margin: 0 0 25px 0;
}
.btn-cta a, .btn-bio a {
	padding: 15px 20px;
	border: 0px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background: #d77200;
    cursor: pointer;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
div.btn-ctas {
text-align:right;

}
div.btn-ctas a {
position: relative;
padding: 6px 20px;
border: 0px;
color: #fff !important;
text-align: center;
text-decoration: none;
background: #d77200;
-webkit-border-radius: 5px;
border-radius: 5px;
}
div.btn-ctas a.green {
background: #94aa0a;
}
.btn-bio a {
	margin-top: 20px;
	position: relative;
}
button.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-top: 1px solid #DEE4C0;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    transition: 0.4s;
}
button.accordion:nth-child(4) {
	border: none !important;
}
button.accordion.active, button.accordion:hover {
    background-color: #DEE4C0;
}
button.accordion:after {
    content: '\02795';
    font-size: 13px;
    font-weight: normal;
    color: #777;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2796";
}
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	line-height:135%;
}
div.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 25px 18px;

}
.col-md-6 {
    width: 32.33% !important;
}
.service-photo {
width: 150px;
height:150px;
float:left;
}
.service-photo img {
border-radius:150px;
}
.service-text {
margin-left:170px;
}
.search h3 {
color: #000000;
font-size: 1.4em;
line-height: 1.5em;
}
#footerlinks {
max-width: 760px;
clear: both;
margin-left:15px;
line-height:120%;
}
#footerlinks ul {
list-style:none;
}
#footerlinks ul li {
display:inline-block;
padding:0 10px 0 0;
margin: 0 5px 0 0;
border-right: 1px solid rgba(222, 228, 192, .5);
}
#footerlinks ul li.last {
border:none;
}
#homepusherbanner .left {
text-align:center;
}
#homepusherbanner .left img {
	max-width: 300px;
	}





/* Media queries below here, even though..this site only wishes it were responsive ----*/
@media screen and (max-width: 1300px){
	#homeslider, .slides div {
    height: 450px;
    }
    #homeslider .slides div {
	background-position: right;
    }
    .slidermessage {
    bottom:5%;
    font-size: 1em;
    height: 180px !important;
    }
    #homecallouts .homecallout {
	margin-right: 0.6%;
	min-height: 176px;
    }
    .container {
    margin: 0 10px;
    }
}
@media screen and (min-width: 825px){
	#homepusherbanner .left {
	float:left;
	width: 300px;
	}

	#homepusherbanner .right {
	margin-left:330px;
	}
	.invoice{
		margin-right: 16px;
	}
}
@media screen and (min-width: 961px){
.container {
max-width:1000px;
margin: 0 auto;
}
#location-footer .row > div {
flex-basis:25%;
}
ul.staff li{
flex-basis:29%;
}

}
@media screen and (device-width:825px) and (orientation:portrait) {
	#top{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	}

	#logo{
		margin-top:-15px;
		width:473px;
		float:left;
	}

	#subnav{
		margin:-10px 5px 5px 5px;
		width:150px;
		float:right;
	}
	#subnav li{
	float:none;
	padding:0;
	text-align:right;
	text-shadow:
	0 -1px 1px rgba(12, 90, 0, .2),
	0 1px 1px rgba(255, 255, 255, .2);
	}
	#subnav li a{
	display:block;
	padding:5px 5px 5px 10px;
	text-align:left;
	color:#00535E;
	}

	#wrapper{
	width:100%;
	}
	#bottom{
	width:100%;
	}
	#mainNav{
	width:98%;
	border:0;
	margin:0 1%;
	}
	#mainNav ul li a {
	padding: 10px 15px;
	}
	#content{
		width:100%;
	}
	.container {
	width:100%;
	}
	#left{
		float:left;
		width:95%;
		margin:0 1.35%;
	}

	article{
		padding:10px;
	}
	article#front h2{
		width:100%;
		display:block;
		font-size:1.65em;
		font-weight:300;
		padding:10px;
		float:none;
		text-align:left;
	}
	article#front p{
		font-size:.95em;
		line-height:1.45em;
		margin:10px;
	}
	#frontBody{

		margin:10px;
	}

		#block{
		margin:0 0 0 0;
		background:url(images/loader.gif) no-repeat center center #000;
		min-height:160px;
	}
	.mainbody{
		margin-left:0;
		padding:0 5px;
	}
	#emailCC{
		margin-left:0;
	}
	#top aside, #bottom aside{
		margin:0px 0 15px 0;
	}
	#prev{
	display:none;
	}
	#next{
	display:none;
	}

	#right{
	width:28.64%;
	min-height:300px;
	float:left;
	}

	footer{
		width:100%;
	}
	#qrcode{
	display:none;
	}

	#homeslider .sides div {
    background-position: 70%;
	}
	#topSearch {
	display:none;
	}
	#location-footer .row > div {
	flex-basis:50%;
	margin-bottom:20px;
	}
}
@media screen and (device-width:824px) and (orientation:landscape) {
	#block{
		margin:1px 10px 0 10px;
		min-height:260px;
		background:url(images/loader.gif) no-repeat center center #000;
		position:relative;
		z-index:10;
	}
	#qrcode{
		display:none;
	}
}

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

	body {

	}
	#top{
		width:100%;
		overflow: hidden;

	}
	#logo{
		max-width:250px;
		padding:10px 0;
		float:none;
		display:inline-block;
	}
	#subnav{
		margin:0;
		background:#000;

		width:100%;
		float:none;
	}

	#subnav li{
		float:none;
		width:100%;

	}
	#subnav li a{
		width:100%;
		display:block;
		color:#FFF;
		font-size:1.5em;
		font-family:Helvetica, sans-serif;
		padding:10px 0 10px 0;
		text-align:center;
		text-shadow:
		0 -1px 1px rgba(12, 90, 0, .2),
		0 1px 1px rgba(255, 255, 255, .2);
		background:url(images/nav_edges.jpg) repeat-x top #6b5b4e;
	}
	#skiptonavigation{
		display:block;
	}
	#skiptosubnavigation{
		display:block;
		margin-bottom:3px;
	}

	#sitemap, #textonly, #lowvision{
		display:none;
	}

	#bottom aside{
		display:none;
	}
	#top aside{
		float:none;
		display:block;
		width:100%;
		background:#000;
		margin:0 15px 0 0;
	}
	#top aside ul li{
		float:none;
		display:block;
	}
	#top aside h4{
		display:none;
		color:#A2AC78;
		font-size:.85em;
	}
	.event{
		margin:20px 0 20px 0;
	}
	#google_translate_element {
	display:none;
	}
	a.referral {
	display:block;
	width:100%;
	font-size:1.15em;
	margin:0;
	color:#fff;
	text-decoration:none;
	padding:15px 0;
	text-align:center;
	border-top:1px #fff solid;
	border-right:0;
	border-bottom:1px #fff solid;
	border-left:0;

	}
	a.eventBlue{
	background:#4598DE;
	border-top:1px #8CC4F2 solid;
	border-right:0;
	border-bottom:1px #8CC4F2 solid;
	border-left:0;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.31, rgba(69, 152, 222. .5)),
		color-stop(0.75, rgba(255,255,255, 0.5))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(69, 152, 222, .2) 31%,
		rgba(255,255,255, 0.2) 75%
	);

	}
	#navWrapper{
		display:none;
	}
#mainNav, #footerNav{
	width:100%;
	margin:0;
	border:0;

	overflow: hidden;
	}
ul.staff li h4{
	font-size:1.4em;
	margin-left:-5px;
}


#homecallouts .container {
flex-wrap:wrap;
}
#homecallouts .homecallout {
flex-basis:38%;
border:none;
}
	#footerNav ul{
		display:block;
		margin:0;
		position:relative;

	}
#footerNav ul ul {
	display:block;

}
#footerNav ul ul li a{
	float:none;
	display:block;
	width:100%;
	font-size:1.4em;
	padding:12px 0;
	text-decoration:none;
	margin:0;
	text-align:center;
	color:#677821;
	background:url(images/nav_bg.jpg) repeat-x top #c2beb3;
}
#footerNav ul li ul.sub-menu a{
		color:#677821;
	background:url(images/nav_bg.jpg) repeat-x top #c2beb3;
}
#footerNav ul li ul.sub-menu li.current-menu-item a{
		color:#fff;
	background:url(images/nav_edges.jpg) repeat-x top #6b5b4e;
}

#footerNav ul li{
	margin-bottom:1px;
	float:none;
	display:block;
	width:100%;

}
#footerNav ul li a{
	float:none;
	display:block;
	width:100%;
	font-size:1.4em;
	padding:12px 0;
	text-decoration:none;
	margin:0;
	text-align:center;
	color:#000;
	background:url(images/nav_onpage.jpg) repeat-x top #a49c91;

}
#footerNav ul li.current_page_item a{
		color:#fff;
		background:url(images/nav_edges.jpg) repeat-x top #6b5b4e;
}
/*
#footerNav ul li.current-menu-item a{
	color:#fff;
	background:url(images/nav_onpage.jpg) repeat-x top #a49c91;
}

#footerNav ul li.current-page-ancestor a{
	color:#fff;
	background:url(images/nav_onpage.jpg) repeat-x top #a49c91;
}
#footerNav ul li.current_page_parent a {
	color:#fff;
	background:url(images/nav_onpage.jpg) repeat-x top #a49c91;
}
*/

/*
#footerNav ul li.current-menu-item, #footerNav ul li.current-page-ancestor, #footerNav ul li.current_page_parent{
	color:#fff;
	background:url(images/nav_onpage.jpg) repeat-x top #a49c91;
}
*/

#footerNav ul li a:hover{
	color:#fff;
	background:url(images/nav_onpage.jpg)repeat-x top #a49c91;
}

.arrow{
		width:0px;
		height:0px;
		margin:0px;
		font-size:0px;
		border-left: 20px solid #F00;
		border-bottom:20px solid transparent;
		border-top:20px solid transparent;
		z-index:500;
}

#footerNav ul.hide{
	display:none;
}

#topSearch{
	float:none;
	width:100%;
	padding:10px 0 10px 15px;
	margin:0;
	border-bottom:2px #d8cfbc solid;
	background:url(images/nav_edges.jpg) repeat-x top #6b5b4e;

}
#topSearch input[type="text"] {
	width:60%;
	padding:3px;
}

#content{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	background:#fff;
	overflow:hidden;
}
#left{
	float:none;
	width:100%;
}
#block{
	margin:2px 0 0 0;
	background:url(images/loader.gif) no-repeat center center #000;
	position:relative;
	min-height:100px;
	width:100%;
}
#block img{
	width:100%;
}

#prev{
	display:none;
	}
#next{
	display:none;
	}

article{
	padding:10px;
}
#frontBody{
	line-height:1.35em;
	margin:5px;
}

article .post{
	color:#4C4024;
	margin:5px 2px 25px 2px;
	padding:0;
	background:none;
	border:0;
	position:relative;

}

article .post ul{
	padding:0 5px 5px 5px;
	font-size:.95em;
	line-height:1.5em;
}

article .post ol{
	color:#677821;
	padding:0 5px 5px 5px;
	line-height:1.5em;
}
article .post li{
	margin:0 0 10px 20px;
	padding:5px;
}
article .post ul ul{
	margin:0;
	padding:0;
}

article .post ul li ul li{
	margin:0;
	padding:5px;
}
ul.service-list li {
padding-bottom:30px;
margin: 0 0 10px 0px !important;
}
/*CSB listings */

.sublist{
	border-top:1px solid #CCC;
}
.sublist li{
	list-style:none;
	}
.csbaddress{}
.phonenumber{}
.emergency{}
.category{}
.coverage{}
.website{}

article#front h2{
	font-size:1.65em;
	font-weight:300;
	padding:10px;
	float:none;
	width:100%;
	text-align:left;
}
article h2.pagetitle{
	font-size:1.65em;
	font-weight:300;
	padding:10px 10px;
	float:none;
	text-shadow:
	0 -1px 1px rgba(12, 90, 0, .5),
	0 1px 1px rgba(255, 255, 255, .5);
	width:100%;
	text-align:left;
}
article .post h2{
	font-size:1.65em;
	font-weight:300;
	padding:0;
	float:none;
	text-shadow:
	0 -1px 1px rgba(12, 90, 0, .5),
	0 1px 1px rgba(255, 255, 255, .5);
	width:100%;
	text-align:left;
}
article#front p{
	font-size:1.00em;
	line-height:1.4em;
	margin:10px 0;
}

.mainbody{
	margin-left:0;
	padding:0;
}
#emailCC{
	margin-left:0;
}
#right{
	clear:both;
	width:100%;
	min-height:300px;
	margin-right:0;
	float:none;
}

#right .widget-container h3{
	color:#6B7A29;
	font-size:1.4em;
	font-weight:300;

}
#right .widget-container p{
	font-size:.95em;
	line-height:1.4em;

}

#right .widget-container li{
	font-size:.95em;
	line-height:1.4em;
	padding:5px;
	list-style:none;

}
#mc_signup_form .mc_var_label{
	font-size:.95em;

}

#contact{
margin-bottom:2px;
padding:20px 0 10px 10px;
overflow:hidden;
}
#address{
	position:relative;
	margin:0 0 5px 0;
	}

#phone{
margin:10px 0 0 0;
position:relative;
padding:5px 5px 10px 30px;
background:url(images/phone.png) no-repeat left center;
overflow:hidden;
}
#map{

	position:absolute;
	top:-15px;
	right:0;
}
#map a{
	display:block;
	width:50px;
	height:50px;
	text-indent:-99999px;

}
#email{

	position:absolute;
	top:-5px;
	right:0;
}
#email a{
	display:block;
	text-indent:-99999px;
	white-space:nowrap;
	overflow: hidden;
}

#newsletter{
margin-bottom:2px;
padding:20px 0 10px 10px;
overflow:hidden;
}
#right .widget-container ul.checks li{

	font-size:.95em;
}

#bottom{
	background:#677821;
}

footer{
	width:100%;
	margin:0 auto;
	overflow: hidden;

	min-height:200px;

}
footer a{
	color:#D9D3C3;
}

.onlymobile{
	/*display:inline!important;*/
	/* wut?  no. */
	display:none;
}
.dislaimer{
	margin:5px;
}
.copyright{
		margin:5px;
		text-align:center;
}

#qrcode{
	display:none;
}
#homeslider, .slides div {
height:300px;
}
.slidermessage {
display:none;
}
#homecallouts .homecallout {
float:none;
margin: 4px 0;
}
img.alignright {
float:none;
margin: 10px 0;
}
#homecontent .left {
float:none;
width:100%;
}
#homecontent .right {
margin: 25px 0 0 0;
}
#homeslider .slides div {
    background-position: 80% center;
}
.service-photo {
float:none;
overflow: hidden;
width:auto;
}
.service-text {
margin:20px 0;
}
.btn-cta a {
position:relative;
}
.btn-cta {
padding-bottom:30px;
}
#newsletterbar .gform_body {
display:block;
width:100%;
margin-left:0;
}
#newsletterbar .gform_footer {
display:block;
width:100%;
}
#newsletterbar .gform_footer input[type="submit"] {
width:100%;
}
footer .row {
margin: 40px 10px;
}
footer .column {
width:46%;
margin-bottom:30px;
}
.resources {
    background: none repeat scroll 0% 0% rgb(242, 239, 234);
    margin: 0.5% 0.5% 1%;
    padding: 1%;
    overflow: hidden;
    width: 98%;
    display: block;
}
.resourceItem {
    display: block;
    width: 48%;
    margin: .5%;
    padding: .5%;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    float: left;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}

/*---------------- Mobile Nav ----------------*/

.mobileicons {
list-style:none;
padding:0;
margin:0;
}
#nav-icon3 {
  width: 45px;
  height: 30px;
  position: relative;
  margin: 8px 10px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #d77200;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-radius: 9px;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

ul.mobilenav {
margin:0;
padding:0;
display: block !important;
}
ul.mobilenav li {
display:block;
float:none;
line-height:56px;
border-bottom:1px solid #fff;
}
ul.mobilenav li .mobilenavarrow {
display:none;
}
ul.mobilenav li.menu-item-has-children > a .mobilenavarrow {
display:block;
float:right;
background:#d77200;
color:#fff;
width:60px;
height:100%;
border-left:1px dotted #fff;
text-align:center;
background-image: url(images/mobile-arrow.png);
background-repeat:no-repeat;
background-position:center;
outline:0;
}
ul.mobilenav li.menu-item-has-children a.down .mobilenavarrow {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
border-left:none;
border-bottom:1px dotted #b7b7b7;
height:60px;
width: 60px;
}

ul.mobilenav li.searchnav {
display:none;
}
ul.mobilenav li a {
display:block;
background:#d77200;
color:#fff;
text-decoration:none;
padding-left:13px;
outline: 0;
overflow:hidden;
font-weight:600;
text-align:left;
}
ul.mobilenav ul {
display:none;
padding-left:0;
}
ul.mobilenav ul li a {
padding-left: 20px;
}
ul.mobilenav li.menu-item-has-children ul li a {

}
ul.mobilenav ul.sub-menu a {
background:#dadbd9;
color:#363636;
}
ul.mobilenav ul.sub-menu ul.sub-menu a {
background:#b2b4b1;
color:#fff;
}












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

	footer .column {
	width:100%;
	display:block;
	}
	.mobile-hamburger {
	display:block;
	float:right;
	}
	#top aside {
	/*display:none;*/

	}
	#top aside a {

	}
	#logo {
		/*border:1px solid red;*/
	}
	#homecallouts .homecallout {
	flex-basis: 44%;
	padding: 10px;
	}
}




/* Tribe Events Styles */

.tribe-events-notices {
background:#f5f5f5 !important;
border: 1px solid #e0e0e0 !important;
color:#4C4024 !important;
}
#tribe-events .tribe-events-button {
background-color: #94aa0a !important;
}
.type-tribe_events h2 {
padding-bottom:0 !important;
}
.tribe-rsvp-message-success {
padding: 15px .6em !important;
}
.tribe-events-event-cost {
	display:none !important;
}

/* WooCommerce Styles */
.woocommerce-billing-fields__field-wrapper p {
margin: 0 0 6px !important;
}
.woocommerce a.button.alt, .woocommerce input.button.alt {
background-color: #94aa0a !important;
}