@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;	
	margin:0;
    padding:0;
	background-color: #ffffff;
	color: #222222;
	font-weight:300;
}
/* Fonts */
p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
	float: left;
	text-align: left;
	color: #222222;
	line-height: 2;
	}
p.top{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	float: left;
	text-align: left;
	color: #222222;
	line-height: 2;
	}	
p.bottominner{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	float: left;
	text-align: left;
	color: #355E3B;
	line-height: 0;
	}
.licensenumber{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
	text-align: center;
	color: #222222;
	line-height: 2;
	}	
h1{
	font-family: 'Lato', sans-serif;
	font-size: 1.8em;
    font-weight: 300;
	}

h2{
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0.5em;
	margin-bottom: 0px;
	}
h3{
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
}
.largefont{
	font-size: 2.5em !important;
}
.h2firstmargin{
	margin-top: 0px;
	margin-bottom: 0px;
}
.h2margin{
	margin-top: 0.5em;
	margin-bottom: 0px;
}
/*Colors*/
.whitefont{
	color: #ffffff !important;
}
.blackfont{
	color: #222222 !important;
}
.greenfont{
	color: #415b2c !important;
}
.lightgreenfont{
	color: #799161 !important;
}
.goldfont{
	color: #f4e6ad !important;
}
.servicesfirst{
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #415b2c;
	}
.services{
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0.5em;
	margin-bottom: 0px;
	color: #415b2c;
	}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	min-width: 300px; 
	} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%; 
	}
.white{
	color: #ffffff;	
	}

a{
	font-weight: 300;
	text-decoration:none;
	color: #222222;
	overflow-wrap: break-word;
	word-wrap:break-word;
	}
	
a:hover{
	text-decoration:none;
	color: #799161;
	}
	
.blue{
	color: #415b2c;
	font-weight: bold;
	}
	
.tel,.tel:visited { /*for small screens */ 
	display:block; 
	color:#fff; 
	background-color:#000; 
	padding:1em; 
	text-decoration:none; 
	} 
	
.tel:hover,.tel:focus { 
	color:#000; 
	background-color:#fff; 
	} 
	
@media screen and (min-width: 28.5em) { /* for larger screens */ 
.tel,.tel:visited { 
	background:none; 
	cursor:default; 
	} 
	
.tel,.tel:focus { 
	color:#000; 
	} 
}

.form {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 1em;
	margin-top: 1em;
	color: #656565;
	}
.contactusgreeting {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
	margin-top: 1em;
	color: #F83134;
	text-align: center;
	padding-left: 0px;
	padding-right: 20px;
}
/* Nav */
#topheader{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: px;
	padding-bottom: 0px;
	max-width: 1120px;
	width: 100%;
	height: auto;
	display: block;
	}
#header{
	width: 100%;
	height: auto;
	display: block;
	background-color: #799161;
	min-height: 90px;
	max-height: 90px;
	overflow: visible;
	z-index: 1;
	padding-bottom: 0px;
	}
#navwrapper {
	color: #000000;
	background: #ffffff;
	width: 100%;
	position: fixed;
	z-index: 2;
	top: 0px;
}
.logo {
	float: left;
	color: #FFF;
	margin-top: 43px;
	margin-left: 0px;
}
/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
    display: none;
    text-align: center; 
	}
@media all and (max-width: 350px) {
#nav-trigger {
	margin-right: 10%;
	}
}
#nav-trigger span {
	display: inline-block;
	float: right;
	padding: 10px 5px;
	margin-top: 50px;
	color: white;
	cursor: pointer;
	text-transform: uppercase;
	margin-right: -35px;
	background-color: #799161;
}
#nav-trigger span:after {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 10px;
    content: "";
    border-left: solid 10px transparent;
    border-top: solid 10px #fff;
    border-right: solid 10px transparent; 
	}
#nav-trigger span.open:after {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent; 
	}
nav#nav-main {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	float: right;
	padding-top: 0px;
	margin-top: 60px;
	margin-right: -40px;
}
nav#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	}
nav#nav-main li {
	display: inline-block;
	border-right: solid 1px #FFFFFF;
	padding: 0 5px;
	}
nav#nav-main li:last-child {
    border-right: none; 
	}
nav#nav-main a {
	display: block;
	color: white;
	padding: 0px 15px;
	font-weight: 300;
	}
nav#nav-main a:hover {
    color: #5E2020;
	}
nav#nav-mobile {
    position: relative;
    display: none; 
	font-weight: 300;
	}
nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: -50px;
	margin-right: -20px;
	margin-top: 90px;
	text-align: center;
	background-color: #8EA477;
	padding-right: 10px;
	z-index: 1;
}
nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #FFFFFF; 
	}
nav#nav-mobile li:last-child {
    border-bottom: none; 
	}
nav#nav-mobile a {
    display: block;
    color: white;
	padding-bottom: 10px;
	padding-left: -70px;
	padding-right: 30px;
	padding-top: 10px;
}
nav#nav-mobile a:hover {
    background-color: #591f1e;
    color: #fff; }
.benefitslist{
	margin-bottom: 10px;
	font-weight: 300;
	}
.serviceslist{
	list-style-type: none;
	}
/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 960px) {
#nav-trigger {
    display: block;
	}
nav#nav-main {
    display: none; }

nav#nav-mobile {
    display: block; 
	}
}
@media all and (max-width: 500px) {
.logo{
	margin-left: -10px;
	}
}
/* Slider */
.imgbkg{
	width: 100%;
	min-height: 375px;
	display: block;
	background-size: cover;
	background-position: center 0;
	background-attachment: inherit;
	background-repeat: no-repeat;
	padding-top: 100px;
	background-image: url(../images/bkgslider2.jpg);
	background-position: center bottom;
	background-color: #799161;
	}
@media all and (max-width: 325px) {
.imgbkg{
	width: 100%;
	min-height: 375px;
	display: block;
	background-size: cover;
	background-position: center 0;
	background-attachment: inherit;
	background-repeat: no-repeat;
	padding-top: 100px;
	background-image: url(../images/bkgslider.jpg);
	background-position: center bottom;
	background-color: #799161;
	}
}
.pageheader{
	width: 100%;
	height: auto;
	background-size: cover;
	background-color: #FFFFFF;
	background-image: url(../images/bkgpageheader.jpg);
	background-position: center;
	float: left;
	}
/* Footer */
.footer{
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	width: 100%;
	min-height: 281px;
	width: 100%;
	padding-bottom: 0px;
	background: #587443;
	text-align: center;
}
.footercolumn{
	list-style-type: none;
	}
.footertag a{
	color: #939392;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	font-size: 13px;
	margin-top: 12px;
}
.footertag a:hover{
	color: #C3C3C2;
	text-decoration: none;
}
.footertag a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.footeraddress{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	line-height: 2;
	}
.copyright{
	width: 100%;
	min-height: 50px;
	background-color: #415b2c;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	padding-top: 15px;
	}	
/* Layout */
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after { 
	content: ""; 
	display: table; 
}
.clearfix:after { 
	clear: both; 
}
.clearfix { 
	*zoom: 1; 
}
.clearfix li .active {
	color: #ffffff;
}
hr {
	width: 350px;
	margin-top: 1em;
    border: 0;
    height: 1px;
    background: #FFFFFF;
}
.center{
	text-align: center;
}
.spacer{
	min-height: 87px;
	display: block;
	background-color: #FFFFFF;
	}
.approachexpandedmargin{
	display: block;
	}
.anchorpoint{
  width: 100%;
  position: relative;
  visibility: hidden;
}
.container2 {
	margin-right: auto;
	margin-left: auto;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1120px;
	width: 100%;
	height: auto;
}
.container3 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}
.innercontainer{
	display: block;
	position: relative;
	}
.bottominner{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #355E3B;
	}
.centercontact{
	text-align: center;
	color: #222222;
	font-weight: 300;
	font-size: 1.1em;
}
#aboutus{
	min-height: 975px;
	background-color: #222222 ;
	}
.aboutusimg {
	margin-top: 1em;
	margin-bottom: 1em;
	}
.aboutustricircle{
	margin-top: 4.5em;
	margin-bottom: 3em;
	}
#contactme{
	align-items:center
	}
/* Form */
.smart-green {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}
.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
	float: left;
	margin-top: 10px;
	color: #333333;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green input[type="tel"], .smart-green textarea{
    color: #333;
    height: 30px;
    font-weight: 300;
	line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
}
.smart-green textarea{
	border-color: #CCCCCC;
	height: 100px;
	padding-top: 10px;
}
/*Buttons*/
.btn {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #ffffff;
  background: #799161;
  padding: 5px 35px 5px 35px;
  border: solid #ffffff 3px;
  text-decoration: none;
  float: right;
}
.btn:hover {
  text-decoration: none;
  color: #799161;
  background-color: #ffffff;
}
@media only screen and (min-width: 350px) {
    /* portrait phones */
.btn {
  padding: 5px 15px 5px 15px;
}
}
.btnred {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: #ffffff;
	background: #591f1e;
	padding-top: 5px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 5px;
	border: solid #ffffff 3px;
	text-decoration: none;
	float: right;
}
.btnred:hover {
  text-decoration: none;
  color: #591f1e;
  background-color: #ffffff;
}
.btnredcenter {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: #591f1e;
	background: #ffffff;
	padding-top: 5px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 5px;
	border: solid #591f1e 3px;
	text-decoration: none;
}
.btnredcenter:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #591f1e;
}
.btnredslider {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: #ffffff;
	background: #591f1e;
	padding-top: 7px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 7px;
	text-decoration: none;
}
.btnredslider:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #9D3635;
}
.btnbottomformsubmit {
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 300;
	background: #591f1e;
	padding-top: 7px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 7px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	line-height: 15px;
}
.btnbottomformsubmit:hover {
	background: #9D3635;
	text-decoration: none;
}
/*Responsive*/
@media only screen and (max-width: 950px) {
    /* portrait phones */
	.hide{
		display: none;
		}
}
@media only screen and (min-width: 810px) {
    /* portrait phones */
	.innercontainer{
	width: 70%;
		}
	.imgbkg{
	min-height: 400px;
		}
}
@media only screen and (max-width: 810px) {
    /* portrait phones */
	.innercontainer{
		width: 100%;
		}
	.imgbkg{
		margin-top: 0px;
		min-height: 400px;
		max-height: 400px;
		}
	.contactusgreetingtext {
		font-family: 'Lato', sans-serif;
		font-weight: 100;
		font-size: 1em;
		margin-top: 1em;
		color: #333333;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		}
}
@media screen and (max-width: 515px){
	.imgbkg {
	min-height: 450px;
	}
}

.pageheadermargin {
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 900;
}

.pageheaderoverlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	display: block;
	float: left;
}

.rounded {
	border-radius: 50%;
}

.content img {
	max-width: 100%;
}