.featured_project {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.featured_project_image {
  float: left;
  width: 100%;
}
.featured_project_image img {
  width: 100%;
  height: auto;
  border: 0px;
  margin-top: 12px;
}

.featured_project_title {
  float: left;
  width: 100%;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none !important;
  padding: 5px 0px 5px 0px;
}
.featured_project_title span {
  color: #006F51;
}
.featured_project_description {
  float: left;
  width: 100%;
  color: #222222;
  text-decoration: none !important;
  padding: 7px 0px 0px 0px;
}

.featured_project_link {
  float: left;
  color: #006F51;
  text-align: right;
  text-decoration: none !important;
  margin-top: 8px;
  padding: 0px 30px 0px 0px;
  background-image: url(../../../../themes/defaulttheme/images/icons.png);
  background-position: 100% 0px;
  background-repeat: no-repeat;
}
.span4 > .featured_project_link { width: 270px; }
.span8 > .featured_project_link { width: 590px; }
.featured_project_link:hover {
  color: #222222 !important;
  background-image: url(../../../../themes/defaulttheme/images/icons.png);
  background-position: 100% -100px;
}


@media (max-width: 640px) { /* MOBILE PHONES */

  .featured_project_link {
    /* minor fix to hide the icon so that we can use a percentage width */
    width: 100% !important;
    padding: 8px 0px 8px 0px !important;
    background-image: none !important;
  }

}