/*
 * 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/grid/_theme/orange.scss */
.grid-module[data-variation="three_up"][data-theme="orange"] .grid-module__title:after,
.grid-module[data-variation="two_up"][data-theme="orange"] .grid-module__title:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQYV2P83Sf3n7XoESMDAwMDmIABFA4AjQ0EBHGsqW8AAAAASUVORK5CYII=") repeat;
}

/* line 13, src/hub/components/module/grid/_theme/orange.scss */
.grid-module[data-variation="three_up"][data-theme="orange"] .grid-module-story .grid-module-story__image-link:hover ~ .grid-module-story__headline-link,
.grid-module[data-variation="two_up"][data-theme="orange"] .grid-module-story .grid-module-story__image-link:hover ~ .grid-module-story__headline-link {
  text-decoration: underline;
}

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

/* line 20, src/hub/components/module/grid/_theme/orange.scss */
.grid-module[data-variation="three_up"][data-theme="orange"] .grid-module-story__headline-link.without-image:before,
.grid-module[data-variation="two_up"][data-theme="orange"] .grid-module-story__headline-link.without-image:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQYV2P83Sf3n7XoESMDAwMDmIABFA4AjQ0EBHGsqW8AAAAASUVORK5CYII=") repeat;
}
