  /**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
.layout-sub-hero-content {
  background: #002269;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.path-frontpage .layout-sub-hero-content {
  padding-top: 2rem;
  position: relative;
}

.path-frontpage .layout-sub-hero-content:before {
  content: "";
  background: url(/themes/custom/barstow/images/hero-shadow-bg.svg) no-repeat top center/cover;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

@media (min-width: 768px) {
  .path-frontpage .layout-sub-hero-content:before {
    top: -70px;
  }
}

.path-frontpage .layout-sub-hero-content .region-sub-hero {
  position: relative;
  z-index: 9;
}

/*# sourceMappingURL=../sourcemaps/region--sub-hero-content.css.map */
