.home-featured {
  border-radius: 10px;
  clear: both;
  padding: 20px 10px;
  border: 3px solid #e9e8e3;
  background-color: white;
  min-height: 0;
  margin: 20px auto 20px auto; }
  .home-featured:after {
    content: "";
    display: block;
    clear: both; }

.home-featured-container {
  height: 220px;
  overflow: hidden;
  position: relative; }
  .home-featured-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
  .home-featured-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 999;
    background: -webkit-linear-gradient(top, white, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, white, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)); }

.home-featured-inner {
  position: absolute;
  top: 20px;
  width: 100%; }

.home-feature-block {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33%;
  overflow: hidden; }

.home-top-reporters {
  padding-right: 10px; }

.home-featured-reports {
  padding-left: 10px;
  padding-right: 10px; }

.home-hot-locations {
  padding-left: 10px;
  padding-right: 0; }

.home-featured-title {
  margin-bottom: 0;
  font-size: 16px; }

.home-top-reporters .top-reporters-item {
  padding: 10px 0;
  border-bottom: 1px solid #e9e8e3;
  margin-bottom: 0; }
  .home-top-reporters .top-reporters-item:first-child {
    padding-top: 0; }
  .home-top-reporters .top-reporters-item:last-child {
    border-bottom: none; }
.home-top-reporters .top-reporters-name {
  line-height: 20px; }
.home-top-reporters .top-reporters-badges {
  line-height: 10px; }
.home-top-reporters .top-reporters-avatar img {
  width: 30px;
  height: 30px; }

.featured-report-item {
  padding: 10px 0;
  border-bottom: 1px solid #e9e8e3; }
  .featured-report-item:first-child {
    padding-top: 0; }
  .featured-report-item:last-child {
    border-bottom: none; }
  .featured-report-item .report-icons {
    padding: 5px 0; }
    .featured-report-item .report-icons img {
      margin-right: 5px;
      width: 35px;
      height: 35px; }
  .featured-report-item .report-title {
    color: #646464; }

.hot-location-item {
  padding: 10px 0;
  border-bottom: 1px solid #e9e8e3; }
  .hot-location-item:first-child {
    padding-top: 0; }
  .hot-location-item:last-child {
    border-bottom: none; }
  .hot-location-item .location-name {
    vertical-align: top;
    line-height: 30px; }
  .hot-location-item img {
    float: right;
    width: 30px;
    height: 30px;
    vertical-align: top; }