/* CSS Document */
a:link, a:visited, a:active {
    color: #589335;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	text-decoration-color: #589335;
}
.row.maincontent {
	background-color: #FFFFFF;
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}
.row .text-center .col-lg-2.aboutsub.col-lg-offset-0 {
	font-family: pt-sans;
	padding-top: 20px;
	padding-left: 0px;
}
.h2.sectionheading {
	font-size: 1.5em;
}
.h3.contentheading {
	font-size: 2em;
	text-align: left;
}


@media screen and (max-width:649px){
.row.maincontent {
	padding-top: 0px;
	padding-right: 40px;
}

}
