/* Home hero text requested white + bold. */
.home-hero--image-bg .home-hero__lede,
.home-hero--image-bg .home-hero__bullets li{
  color:#fff !important;
  font-weight:700 !important;
  text-shadow:0 2px 10px rgba(0,0,0,.50),0 1px 3px rgba(0,0,0,.42) !important;
}
.home-hero--image-bg .home-hero__bullets li::before{
  color:#fff !important;
  border-color:rgba(255,255,255,.80) !important;
  background:rgba(185,120,53,.46) !important;
}
