body.page-node-type-impact-story .page-banner .impact-subtitle {
  font-family: "Open Sans Bold";
  text-transform: uppercase;
  font-size: 34px;
  color: #F9CD45;
  position: absolute;
  margin-top: 155px;
  z-index: 5;
}
body.page-node-type-impact-story .page-banner .impact-subtitle:after {
  content: "//";
  margin-left: 15px;
  font-family: "Open Sans Bold";
  font-size: 34px;
  color: #F9CD45;
}
body.page-node-type-impact-story .page-banner.impact {
  background-image: url(../assets/images/banner-impact.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-node-type-impact-story .page-banner.impact-image {
  min-height: 450px;
}
body.page-node-type-impact-story .page-banner.impact-image:after {
  content: "";
  display: block;
  height: 450px;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  z-index: 1;
}
body.page-node-type-impact-story .page-banner.impact-image .page-title {
  z-index: 5;
  position: absolute;
  font-family: "Open Sans Extrabold";
  font-size: 44px;
  line-height: 1.2em;
}
body.page-node-type-impact-story .field--name-field-external-links .field__item {
  display: inline-block;
  margin-right: 10px;
}
body.page-node-type-impact-story .field--name-field-external-links .field__item a {
  display: inline-block;
  font-family: "Open Sans Bold";
  padding: 5px 12px;
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}

/* IMPACT VIEW LISTING */
body.view--impact-story-listings .page-banner.impact-listing {
  background-image: url(../assets/images/banner-impact-new.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body.view--impact-story-listings .page-banner.impact-listing .page-title {
  z-index: 5;
  position: absolute;
  font-family: "Open Sans Extrabold";
  font-size: 44px;
  line-height: 1.2em;
}
body.view--impact-story-listings .view-display-id-impact_story_listing .story-content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser.col-md-4 {
  width: calc(33.33% - 10px);
}
body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser-text.col-md-8 {
  width: calc(66.66% - 10px);
}
body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser-text.col-md-8 h2 {
  font-family: "Uni Sans Bold";
  margin: 0 0 15px 0;
}
body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser-text.col-md-8 h2 a {
  font-size: 1.6em;
  color: #016142;
  text-decoration: none;
}
body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser-text.col-md-8 h2 a:hover {
  text-decoration: underline;
}
body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser-text.col-md-8 .story-link {
  margin: 15px 0;
}
body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser-text.col-md-8 .story-link a {
  display: inline-block;
  padding: 7px 12px;
  background-color: #000;
  color: #fff;
  font-family: "Open Sans Bold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
}

@media (max-width: 991.98px) {
  body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser.col-md-4 {
    width: calc(50% - 10px);
  }
  body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser-text.col-md-8 {
    width: calc(50% - 10px);
  }
  body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser-text.col-md-8 h2 a {
    font-size: 1.4em;
  }
}
@media (max-width: 767.98px) {
  body.view--impact-story-listings .view-display-id-impact_story_listing {
    display: block;
    flex-wrap: wrap;
    column-gap: 0;
    margin-left: 0;
    margin-right: 0;
  }
  body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser.col-md-4 {
    width: 100%;
  }
  body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser-text.col-md-8 {
    width: 100%;
  }
  body.view--impact-story-listings .view-display-id-impact_story_listing .story-content .impact-photo-teaser-text.col-md-8 h2 {
    font-family: "Uni Sans Bold";
    margin: 15px 0;
  }
}

/*# sourceMappingURL=jcati-impact.css.map */
