body
{
background: #E9F6FF;
}

.tile--feature
{
margin-top: 0px;
}

.tile--feature.inactive .img-circle
{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 0.8;
}

.tile--feature.inactive:hover
{
background: none;
color: #000;
}

.tile--feature.inactive:hover h2
{
color: #002144;
}

.tile--feature .img-circle
{
  height: 180px;
  width: 180px;
}

.tile--feature {
  margin-bottom:15px;
}
