
/* feature region, which holds the slideshow
and has three columns for displaying news, events, personnel spotlight, etc */

#feature h2 {
position:absolute;
left:-9999px;

}

#feature h3 {
margin-top:0em;
font-size:1.25em;
font-family: 'Merriweather Sans', Verdana, sans-serif;
}



/* feature three columns */

#featured-three-columns {
  color:#ddd;
}

#featured-three-columns a  {
  color:#fff;
}

#featured_three_columns .block img {
	width:100%;
	height:auto;
	clear:both;
	float:left;
margin-bottom:.25em;
	}

