@charset "utf-8";
/*
  Sitename: http://origins.osu.edu/
  Author: Mitchell R.K. Shelton

  features.css
  Styles for main features strip
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Features ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
#feature-blocks {
  background-color: black;
  margin: 0px auto;
  width: 100%;
  text-align: center;
}
#feature-blocks p {
  margin: 0px; 
}
#feature-blocks .feature-one, 
#feature-blocks .feature-two, 
#feature-blocks .feature-three, 
#feature-blocks .feature-four {
  display: inline-block;
  width: 100%;
  max-width: 252px;
  height: 114px;
  padding: 0px;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
#feature-blocks h2 {
  text-align: left;
  background: transparent url('../images/transparent.png') repeat;
  padding: 0px 0px 0px 5px;
  position: absolute;
  height: 24px;
  line-height: 24px;
  width: 100%;
  color: #fff;
  margin: 0px;
  z-index: 1;
}
.view-features .view-content .views-row .views-field-title {
  z-index: 2;
  text-align: left;
  padding: 3%;
  background: transparent url('../images/transparent.png') repeat;
  position: absolute;
  width: 242px;
  left: 0;
  bottom: 0;
}
.view-features .view-content .views-row .views-field-title a {
  color: #fff;
}