:root {
	--green: #80c94f;
	--white: #ffffff;
	--black: #000000;
	--midgray: #787878; 
	--lightgray: #ededed;
}

div.content h1 {
	color: var(--green);
}

h2 {
	font-size: 24px;
}

h3,h4,h5,h6 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px
}


div.content h1 {
	color: var(--black);
	line-height: 1.2;
}

blockquote {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	margin-left: 0px;
	padding-left: 20px;
	border-left: 2px solid #80c94f;
	line-height: 1.6;
}

ol {
	font-family: Arial,Helvetica,sans-serif;
}

hr {
	height: 2px;
	background-color: rgba(129, 201, 80, 0.28);
	border: 0px;
}

/* Menu */

ul.sub {
	font-weight: bold;
	display: none;
}

a.servicelink.fwCurrent:link {
	font-weight: bold !important;
}



#right-col {
	line-height: 1.5;
	min-height: 400px;
}

/* Services*/

ul.servicelist {
	margin: 0;
	list-style-type: none;
	padding: 0;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: -0.06em;
}

#side-menu a:hover {
	text-decoration: none;
}

/* a.current:after {
	content: "*";
	color: var(--black);
	margin-left: -6px;
} */

li.current {
	border-left: 4px solid var(--black);
	padding-left: 6px;
}

/* Testimonials */

div.commentblock {
	padding: 12px 0px;
}

h2.name {
	margin-bottom: 0;
}

p.jobtitle {
	font-size: 16px;
	color: var(--midgray);
	margin-top: 0;
}

p.linkwrap {
	margin-left: 20px;
}

.link--btn {
	background: var(--lightgray);
	padding: 5px 10px;
	font-size: 12px;
	color: var(--midgray) !important;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}



/* Contact */

input.formfield:focus, textarea.formfield:focus {
    outline: none;
}

input.formfield, textarea.formfield {
	border: solid #bfbfbf 1px;
	box-sizing: border-box;
	padding: 1.5% 2%;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
}

#sendbutton.Btn {
	padding: 6px 20px;
	background: var(--green);
	border: solid var(--green) 1px;
	-webkit-appearance: none;
	color: var(--white);
	font-family: Arial,Helvetica,sans-serif;
	border-radius: 5px;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	font-size: 18px;
	margin: 10px 0 0 0;
	cursor: pointer;
}



/* Footer */

#address-wrap a:link {
	text-decoration: none;
}

div.address {
	color: var(--white);
	line-height: 1.5;
}

div.address h2 {
	font-size: 16px;
	margin-bottom: 0;
}

div.address p {
	font-size: 14px;
	margin-top: 0;
}


.socialbadge {
	width: 44px;
	height: 44px;
	margin-right: 10px;
	margin-top: 20px;
	/* opacity: .8; */
}

.fade {
	/* display: inline-block; */
}

.fade:link {
	display: inline-block;
	opacity: .7;
	filter: alpha(opacity=70);
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;

}

.fade:visited {
	opacity: .7;
	filter: alpha(opacity=70);
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;

}


a.fade:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1.1);
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

a.fade:active {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1.1);
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

