/*
 * SHARED WITH JAVELIN - /src/javelin/sass/_colors
 * color nicknames from http://chir.ag/projects/name-that-color/{{#hex-code}}
 */
/**
 * allows you to add styling to the bottom row of a grid using the mixins above
 */
/* line 50, src/hub/sass/_module.scss */
.hero-module[data-theme="orange"][data-variation] .hero-module__headline-link:hover, .hero-module[data-theme="orange"][data-variation] .hero-module__headline-link:focus {
  text-decoration: underline;
}

/* line 9, src/hub/components/module/hero/_theme/orange.scss */
.hero-module[data-theme="orange"][data-variation] .hero-module__related-story-link {
  color: #FB8E1E;
}

/* line 50, src/hub/sass/_module.scss */
.hero-module[data-theme="orange"][data-variation] .hero-module__related-story-link:hover, .hero-module[data-theme="orange"][data-variation] .hero-module__related-story-link:focus {
  text-decoration: underline;
}

/* line 15, src/hub/components/module/hero/_theme/orange.scss */
.hero-module[data-theme="orange"][data-variation] .hero-module__image:hover ~ .hero-module__info .hero-module__headline-link {
  text-decoration: underline;
}
