/* colors */

.green {color:#8EA53E;}
.darkgreen {color:#294A04;}
.darkgreenBG {background-color:#294A04;}
.white {color:#fff;}
body {
	line-height: 1.5;
	color: #000;
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none !important;
	color: #1ABC9C;
}

a:hover { color: #222;}
.button-green {
    background-color: #8EA53E !important;
}

div.green-callout {background-color: #C6D29E; border: solid 1px #294A04; padding: 30px;}
div.green-callout ul li {list-style: none; line-height: 2em;font-weight: 400;}
div.green-callout ul li h3 {color: #2a4a06;
    font-weight: 600;
    line-height: 1.2;
	 margin: 0
}
h1,h2, h3 {font-family: 'Playfair Display', serif;}
.emphasis-title h1, .emphasis-title h2 {
    background-color: #fff!important;
    opacity: .8;
}
.promo-green {
    background-color: #8EA53E;
    border-radius: 3px;
}
.promo-dark-green {
    background-color: #294A04;
    border-radius: 3px;
}
.evergreen-bg {
    background-image: url('images/evergreen-tree.jpg');
}