/*
 * 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 5, src/hub/components/module/story_package/_theme/bw_pursuits.scss */
.story-package-module[data-theme="bw_pursuits"][data-variation] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 0) and (max-width: 759px) {
  /* line 208, src/hub/sass/_module.scss */
  .story-package-module[data-theme="bw_pursuits"][data-variation] .hub-zone-full,
  .story-package-module[data-theme="bw_pursuits"][data-variation] .hub-zone-full__content {
    max-width: 500px;
    padding: 0 25px;
  }
}

/* line 11, src/hub/components/module/story_package/_theme/bw_pursuits.scss */
.story-package-module[data-theme="bw_pursuits"][data-variation] .story-package-module__stories {
  width: 100%;
}

/* line 15, src/hub/components/module/story_package/_theme/bw_pursuits.scss */
.story-package-module[data-theme="bw_pursuits"][data-variation] .story-package-module__story {
  display: flex;
}

/* line 18, src/hub/components/module/story_package/_theme/bw_pursuits.scss */
.story-package-module[data-theme="bw_pursuits"][data-variation] .story-package-module__story__link {
  position: relative;
}

/* line 22, src/hub/components/module/story_package/_theme/bw_pursuits.scss */
.story-package-module[data-theme="bw_pursuits"][data-variation] .story-package-module__story:nth-child(2n+1):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000000;
}

/* line 32, src/hub/components/module/story_package/_theme/bw_pursuits.scss */
.story-package-module[data-theme="bw_pursuits"][data-variation] .story-package-module__story__eyebrow {
  font-family: "TiemposTextWeb-Regular", "PublicoText-Roman-Web", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
  top: 0;
}

/* line 25, src/hub/sass/_fonts.scss */
.story-package-module[data-theme="bw_pursuits"][data-variation] .story-package-module__story__eyebrow:lang(ja) {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS Pgothic", Helvetica, Arial, Verdana, sans-serif;
}

/* line 40, src/hub/components/module/story_package/_theme/bw_pursuits.scss */
.story-package-module[data-theme="bw_pursuits"][data-variation] .story-package-module__story__headline {
  font-family: "TiemposTextWeb-Regular", "PublicoText-Roman-Web", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  text-align: center;
  position: relative;
  top: 25%;
}

/* line 25, src/hub/sass/_fonts.scss */
.story-package-module[data-theme="bw_pursuits"][data-variation] .story-package-module__story__headline:lang(ja) {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS Pgothic", Helvetica, Arial, Verdana, sans-serif;
}

@media screen and (min-width: 0) and (max-width: 759px) {
  /* line 49, src/hub/components/module/story_package/_theme/bw_pursuits.scss */
  .story-package-module[data-theme="bw_pursuits"][data-variation] .story-package-module__story:nth-child(2n + 1):after {
    content: none;
  }
  /* line 53, src/hub/components/module/story_package/_theme/bw_pursuits.scss */
  .story-package-module[data-theme="bw_pursuits"][data-variation] .story-package-module__story:nth-last-child(n + 2) {
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
  }
}
