/* v1.9.51: show the uploaded hero image without a copy panel; outline only the copy. */
html body.zl-home .home-full-hero .hero-copy {
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html body.zl-home .home-full-hero .hero-copy h1,
html body.zl-home .home-full-hero .hero-copy .lead {
  color: #fff !important;
  -webkit-text-stroke: 1px rgba(7, 38, 64, .68);
  paint-order: stroke fill;
  text-shadow: 0 1px 2px rgba(7, 38, 64, .42);
}

html body.zl-home .home-full-hero .hero-actions .btn,
html body.zl-home .home-full-hero .hero-actions .btn-primary {
  -webkit-text-stroke: 0;
  text-shadow: none !important;
}
