#r8_content p span.fa-3x {
  font-family: 'Vollkorn', serif;
}

.rich-box {
  padding: 30px; 
  min-height: 150px; 
  display: block; 
  /* The linear-gradient creates the dark overlay on top of the image */
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/shared/images/content/bus_58392/man-with-border-collie.jpg?nocache=532);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
border-radius: 5px;
}

.jh-solid-box01 {background-color: #F9F8F4; margin: 1em 0; padding:30px; min-height:0px; display:block; min-height: 380px; border-radius: 5px;}
