/*
 * 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 7, src/hub/components/module/single_story/_theme/orange.scss */
.single-story-module[data-theme="orange"][data-variation] .single-story-module__headline-link:hover {
  text-decoration: underline;
}

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

/* line 17, src/hub/components/module/single_story/_theme/orange.scss */
.single-story-module[data-theme="orange"][data-variation] .single-story-module__image:hover .single-story-module__button-text {
  color: #FB8E1E;
  border-color: #FB8E1E;
}

/* line 21, src/hub/components/module/single_story/_theme/orange.scss */
.single-story-module[data-theme="orange"][data-variation] .single-story-module__image:hover .single-story-module__button-text:after {
  border-left-color: #FB8E1E;
}

/* line 30, src/hub/components/module/single_story/_theme/orange.scss */
.hub-zone-full .single-story-module[data-theme="orange"][data-variation] .single-story-module__info,
.hub-zone-lefty__content .single-story-module[data-theme="orange"][data-variation] .single-story-module__info,
.hub-zone-righty__content .single-story-module[data-theme="orange"][data-variation] .single-story-module__info,
.hub-zone-switch__content .single-story-module[data-theme="orange"][data-variation] .single-story-module__info {
  position: relative;
  border-top: none;
}

/* line 31, src/hub/components/module/single_story/_theme/orange.scss */
.hub-zone-full .single-story-module[data-theme="orange"][data-variation] .single-story-module__info:before,
.hub-zone-lefty__content .single-story-module[data-theme="orange"][data-variation] .single-story-module__info:before,
.hub-zone-righty__content .single-story-module[data-theme="orange"][data-variation] .single-story-module__info:before,
.hub-zone-switch__content .single-story-module[data-theme="orange"][data-variation] .single-story-module__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQYV2P83Sf3n7XoESMDAwMDmIABFA4AjQ0EBHGsqW8AAAAASUVORK5CYII=") repeat;
}
