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

*{
  padding: 0;
  margin: 0;
}

a {
	text-decoration: none;  
	font-weight: normal;
	color: #818591;
}

a:hover {
	color: #12151e;	
}

.redtext {
	color: #cc0000;
	font-style: italic;
}

p {
	margin-bottom: 1em;	
}

strong {
	font-weight: 500;
	color: #004f27;
}

ul {
	margin-left: 100px;
	margin-bottom: 20px;
}

li {
padding-bottom: 5px;	
}

body {
		font-family: 'Montserrat', sans-serif;
	color: #6f6f6f;
	font-size: 110%;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	text-align: center;
	
}


/***** header styles ******/

header {
	margin-top: 45px;
	padding: 40px 0;
	z-index: 10;
	position: relative;
	background: #004f27 url(sitegraphics/logo-white.png) no-repeat 30px 15px;
	background-size: 250px auto;
}

nav {	

}

#topnav {
	margin-left: 120px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	text-align: right;
}

#topnav li {
	margin: 0;
	padding: 15px 0;
	display: inline;
	list-style: none;
}

#topnav a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 90%;
	text-decoration: none;
	padding: 10px 20px;
	font-weight: normal;
}

#topnav a:hover {
	color: #ffffff;
	background-color:rgba(0,0,0,0.2);
}

#topnav li>ul {
	z-index:1000;
	visibility:hidden;
	position:absolute;
	background: #004f27;
	margin-left: -225px;
	margin-top: 31px;
	padding: 10px 0;
	text-align: left;
}

#topnav li:hover>ul {
	visibility:visible;
}

#topnav li:hover>ul {
	visibility:visible;
}

.subnav {
}

.subnav ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

.subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav a {
	width: 200px;
	display: block;
}


.mobilemenu {
	display: none;
}

.closenav {
	display: none;	
}

.topcontactbutton {
	float: right;
}

.topcontactbutton a {
	background: #ffffff;
	padding: 10px 20px;
	color: #004f27;
	font-size: 90%;
	text-transform: uppercase;
	margin-right: 90px;
	font-decoration: none;
	border-radius: 5px;
}


/***** Top Image Styles *****/

.topimage {
	z-index: 0;
	height: 20px;
	width: auto;
	margin-top: -150px;
	height: 700px;
}

.topimagesmall {
	height: 550px;
}

.tophomepage {
 background: url("sitegraphics/topimage-home5.jpg") bottom center;
	background-size: cover;
}

.topabout {
 background: url("sitegraphics/topimage-about1.jpg") bottom center;
	background-size: cover;
}

.topashdieback {
 background: url("sitegraphics/topimage-ashdieback.jpg") bottom center;
	background-size: cover;
}

.topbusiness {
 background: url("sitegraphics/topimage-business1.jpg") bottom center;
	background-size: cover;
}

.topcommercial {
 background: url("sitegraphics/topimage-commercial.jpg") bottom center;
	background-size: cover;
}

.topcontact {
 background: url("sitegraphics/topimage-contact.jpg") bottom center;
	background-size: cover;
}

.topdomestic {
 background: url("sitegraphics/topimage-domestic.jpg") bottom center;
	background-size: cover;
}

.topestate {
	background: url("sitegraphics/topimage-estatemaintenance.jpg") bottom center;
	background-size: cover;
}

.topfaqs {
 background: url("sitegraphics/topimage-faqs1.jpg") bottom center;
	background-size: cover;
}

.topgolfcourses {
 background: url("sitegraphics/topimage-golfcourses.jpg") bottom center;
	background-size: cover;
}

.tophedgetrimming {
 background: url("sitegraphics/topimage-hedgetrimming.jpg") bottom center;
	background-size: cover;
}

.toprecycling {
 background: url("sitegraphics/topimage-recycling.jpg") bottom center;
	background-size: cover;
}

.topriskassessments {
 background: url("sitegraphics/topimage-riskassessments.jpg") bottom center;
	background-size: cover;
}

.topschools {
 background: url("sitegraphics/topimage-schools1.jpg") bottom center;
	background-size: cover;
}

.toptpos {
 background: url("sitegraphics/topimage-tpos1.jpg") bottom center;
	background-size: cover;
}

.toptreesurgery {
 background: url("sitegraphics/topimage-treesurgery.jpg") bottom center;
	background-size: cover;
}





.topimage img {
	width: 100%;
	height: auto;
}

.toptitle {
	padding-top: 300px;
	z-index: 5;
	text-align: center;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 5);
}

.toptitle h1 {
	font-weight: normal;
	padding-bottom: 40px;
	font-size: 400%;
	color: #ffffff;
	line-height: 1.2em;
}

.toptitle h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 120%;
	color: #ffffff;
}

.toptitle span {
	padding: 0 20px;
}



/***** Main Styles *****/

.mainpaddinsg {
	padding-top: 700px;
}

.wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
	text-align: left;
}

.wrapper2 {
	width: 80%;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}

.wrapper2 p {
	text-align: center;
}

.wrapperfull {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 130px 0;
	text-align: center;
	background: #f1f1f1;
}

.halfleft {
	float: left;
	width: 40%;
	padding: 20px 50px 20px 150px;
}

.halfright {
	margin-left: 45%;
	text-align: center;
	padding: 20px 150px 20px 50px;
}

.halfimage img {
	width: 80%;
	height: auto;
}

.mobilehide {
	
}

.mobileshow {
	display: none;
}

.calltoaction {
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 130px 0 170px 0;
	color: #ffffff;
	font-weight: 400;
	font-size: 130%;
	line-height: 1.4em;
	background: url("sitegraphics/calltoaction-background.jpg") no-repeat top center;
  background-size: 100%;
}

.calltoaction h3 {
	font-size: 180%;
	font-weight: normal;
	padding-bottom: 20px;
	color: #ffffff;
}

.button {
	
}

.button a {
	background: #004f27;
	color: #ffffff;
	padding: 15px 20px;
	text-decoration: none;
	font-size: 90%;
	text-transform: uppercase;
	border-radius: 5px;
}

.buttonlg {
	
}

.buttonlg a {
	background: #004f27;
	color: #ffffff;
	padding: 23px 30px;
	text-decoration: none;
	font-size: 100%;
	text-transform: uppercase;
	border-radius: 5px;
}

.calltoaction p {
	margin-bottom: 50px;
}

.list {
	
}

.list ul {
	
}

.thirdsections .list li {
	list-style: circle;
}

.listpadding {
	padding-left: 20px;
}

.fifthsections {
	width: 100%;
	padding-left: 5%;
	padding-top: 50px;
}

.fifthsections ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.fifthsections li {
	width: 18%;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
	text-align: center;
}

.fifthsections li img {
	width: 80%;
	height: auto;
	border-radius: 50px;
	padding-bottom: 20px;
}

.fifthsections p {
	padding: 0 20px 20px 20px ;
	
}

.quartersections {
	padding-top: 30px;
}

.quartersections ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.quartersections li {
	width: 24%;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
	text-align: center;
}

.quartersections li img {
	width: 50%;
	height: auto;
	border-radius: 50px;
	padding-bottom: 20px;
}

.quartersections p {
	padding: 0 10px 20px 10px ;
	
}

.thirdsections {
	padding-top: 0;
	margin: 0 5%;
}

.thirdsections ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.thirdsections li {
	width: 29%;
	margin: 0 2%; 
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
	text-align: center;
}

.thirdsections li img {
	width: 280px;
	height: auto;
	padding-bottom: 20px;
}

.thirdsections p {
	padding: 0 10px 20px 10px ;
	
}

.thirdsections ul li ul {
	display: grid;
	list-style-type: disc;
	padding-bottom: 20px;
}

.thirdsections ul li ul li {
	width: 90%;
	margin: 0 0 0 30px;
	padding: 5px 0;
	display: grid;
	list-style-type: disc;
	float: none;
	text-align: left;
}

.narrowwidth {
	width: 70%;
	margin: 0 auto;
}

.halfsections ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.halfsections li {
	width: 49%;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
	text-align: center;
}

.halfsections li img {
	width: 45%;
	height: auto;
	border-radius: 50px;
	padding-bottom: 20px;
}

.halfsections p {
	padding: 0 30px 20px 30px ;
	
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/***** titles *****/

h1 {
	font-weight: normal;
	padding-bottom: 40px;
	font-size: 350%;
	color: #004f27;
	text-align: center;
	line-height: 1.2em;
}

h2 {
	font-weight: normal;
	padding-bottom: 40px;
	font-size: 220%;
	color: #004f27;
	text-align: center;
	line-height: 1.2em;
}

h3 {
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 160%;
	color: #004f27;
	text-align: center;
	line-height: 1.2em;
}

h4 {
	font-weight: normal;
	margin-bottom: 40px;
	font-size: 150%;
	line-height: 1.2em;
	color: #004f27;
	text-align: center;
}
.narrowtext {
	padding: 0 15%;
}

.testimonial {
	font-weight: 300;
	padding: 0 10% 20px 10%;
	font-size: 170%;
	text-align: center;
	font-style: italic;
	line-height: 1.5em;
}

.quote {
	font-size: 500%;
	color: #acacac;
	text-align: center;
}

.testname {
	color: #004f27;
	text-align: center;
}

.reviews {
	text-align: center;
}

.reviews a {
	color: #004f27;
	text-align: center;
	text-decoration: underline;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.paddingtop {
	padding-top: 60px;
}

/**** extra styles *****/

.question {
	color: #004f27;
	font-size: 110%;
}



/**** footer styles *****/

footer {
	margin-top: 60px;
	padding: 50px 2%;
	background: #004f27;
	color: #ffffff;
}

footer a {
	color: #ffffff;
	padding: 10px;
}

footer .thirdsections {
	padding-top: 0;
	margin: 0;
}

footer .thirdsections ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

footer .thirdsections li {
	width: 20%;
	margin: 0 2%; 
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
	text-align: center;
}



li.thirdsmall {
	width: 18% !important;
}

.chaslogo img {
	width: 140px !important;
	height: auto;
}

li.thirdwide {
	width: 52% !important;
	line-height: 2em;
}

.bottomnav {
	padding-top: 50px;
}

.contactbutton a {
	background: #ffffff;
	padding: 10px 20px;
	color: #004f27;
	font-size: 100%;
	text-transform: uppercase;
	font-decoration: none;
	border-radius: 5px;
}

.sociallinks {
	
}

.thirdsections li .sociallinks img {
	width: 50px;
	height: auto;
	margin: 0 10px;
}



.catlindesigns a {
	font-size: 90%;
	color: #63836b;
}


