body{
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #7D7D7D;
	letter-spacing: 0;
	text-align: center;
/*	background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 50%, #fff 70%);*/
}

#top-logo{
	width: 92px;
}

.logotext{
	font-family: "Doto", sans-serif;
	font-size: 18px;
	margin-bottom: 28px;
	color: #BE4B30;
}

#container{
	margin: 0 auto;
	max-width: 1100px;
	padding: 20px 80px;
}

h2{
	font-size: 42px;
	color: #000000;
	font-family: "BBH Sans Hegarty", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h2 span{
	text-decoration: underline;
	text-decoration-color:#55CC65;
}

#container h2 a{
	color: #000;
}

#container h2, #container > p{
	width: 80%;
	margin: 36px auto;
}

#container ul{
	padding: 0;margin: 0 0 36px 0;
	list-style:none;
	list-style-type: none;
	column-count: 3;
}

#container ul.images li,
#container ul.locations li{
	padding: 8px 0;
	margin: 0;
}

#container ul.images li img{
	width: 100%;
	border-radius: 5px;
}

.green{
	font-weight: bold;
	color: #55CC65;
}

.map_container{
	margin: 36px 0 !important;
}

#map{
	height: 450px;
	margin: 36px 0 !important;
}


ul.locations li{
	text-align: left !important;
	font-size: 16px;
	line-height: 22px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
   break-inside: avoid;
}

ul.locations h4{
	color: #55CC65;
	font-size: 16px;
	text-transform:uppercase;
	margin: 0 0 6px;
}

#nav a{
	text-decoration:none;
	color: #7D7D7D;
	padding: 5px 12px;
	margin: 0px;
}

#nav a:hover{
	color: #000;
}

#nav a.sel{
	box-shadow: 1px 1px 3px #55CC65;
	background: #F2FAF3;
	border-radius: 5px;
	color: #55CC65;
	font-weight: bold;
}



.sustainability_grid,
.reviews_grid,
.compare{
	list-style:none;
	padding:0;margin:0;

    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;

    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px; 

    text-align: center;
}


#container ul.compare{
	width: 100%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.sustainability_grid li,
.reviews_grid li,
.compare li{
	vertical-align: top;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
   break-inside: avoid;

   padding:20px 20px 10px;
   border-radius:8px;
   margin:20px 0;
   
   box-shadow:0 0 15px rgba(0,0,0,0.1);

   background: #fff;
}

.sustainability_grid li h3,
.reviews_grid li h3,
.compare li h3{
	padding:0;margin:0;
    font-size: 18px;
}

.sustainability_grid li p,
.reviews_grid li p{
    color: #666;
    font-size: 15px;
    line-height: 21px;
}

.sustainability_grid li img{
    width: 80px;
}

.reviews_grid{
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    text-align: left;
    margin-bottom: 60px;
}

.reviews_grid li img{
    margin-bottom: 12px;
}

.reviews_grid li h3{
    font-size: 15px;
    font-weight: normal;
}

.reviews_grid li p{
    font-size: 14px;
}


.compare p{
	line-height: 18px;
	text-align: left;
}

.compare i{
	color: #999;
}


@media screen and (max-width: 850px) {

	#container{
		padding: 20px;
	}

	#nav a{
		display: inline-block;
		margin: 2px 0;
	}

	#container h2, #container p{
		width: 100%;
	}

	#container ul{
		padding: 0;margin: 0 0 36px 0;
		list-style:none;
		list-style-type: none;
		column-count: 1;
	}
}