.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/woman-pet-dogs-01.png?nocache=707);
  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: #FFFFFF; margin: 1em 0; padding:30px; min-height:0px; display:block;}

.jh-solid-box02 {background-color: ##F9F8F4; border: 2px solid #EEEEEE; margin: 1em 0; padding:30px; min-height:0px; display:block; border-radius: 5px;}



#r8_content p span.fa-3x {
  font-family: 'Vollkorn', serif;
}

@media only screen and (min-width: 800px) {
  .d0splitbackground {
    position: relative;
  }

  /* 1. Place the white split graphic on top of the background */
  .d0splitbackground::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 1) 50%
    );
    z-index: 1; 
    pointer-events: none;
  }

  /* 2. Force the text content to stay above the white background */
  .d0splitbackground .stripeInner {
    position: relative;
    z-index: 2;
  }
}
