.hero-background-color-red-orange-gradient:not(.hero-type-bar) p,
.hero-background-color-red-orange-gradient:not(.hero-type-bar) h1,
.hero-background-color-red-orange-gradient:not(.hero-type-bar) h2,
.hero-background-color-red-orange-gradient:not(.hero-type-bar) h3,
.hero-background-color-red-orange-gradient:not(.hero-type-bar) h4,
.hero-background-color-red-orange-gradient:not(.hero-type-bar) h5,
.hero-background-color-red-orange-gradient:not(.hero-type-bar) h6 {
  color: var(--white);
}

/* Hero Red Orange Gradient Background */
@media (width <= 1199px) {
  .hero-default.hero-background-color-red-orange-gradient:not(.hero-type-bar) {
    background: var(--red-orange-gradient);
  }
}

.hero-background-color-red-orange-gradient:not(.hero-default, .hero-type-bar) {
  background: var(--red-orange-gradient);
}

.hero-background-color-red-orange-gradient .bar {
  background: var(--red-orange-gradient);
}

/* stylelint-disable-next-line selector-class-pattern */
.hero-background-color-red-orange-gradient:not(.hero-type-bar) .link-button.link-button--secondary-light-teal {
  color: var(--light-grey) !important;
}