#textblurb a {
  color: #333333;
  text-decoration: none;
}
#textblurb a:hover p {
  color: #333333;
}
#textblurb a:hover h3 {
  color: #cb6465;
}
.services .ccm-block { display:inline-block; width: 235px; }

div#blurb {
  position: relative;
    float: left;
    /*cursor: pointer;*/
    margin-bottom: 13px;
}

div#blurb a:hover:before { 
  background-color: red; 
  content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(150, 0, 79, 0.1);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.col {
  float:left; 
  width: 32%;
  margin-left: 13px;
}
div.col:first-child {
  margin-left: 0px;
}

div#blurb a { 
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}


div#blurb a h3, div#blurb a p { margin: 0 5px 0 5px; }

div#blurb a h3 {
  font-weight: bold;
  font-size: 17px;
}
div#blurb a p { color:#333; }

div#blurb-text { min-height: 70px; }