/**
 * @file
 * Subpage Text Hero styles.
 */
div.block-subpage-text-hero {
  background: #F1F0ED;
  padding: 90px 6.25% 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
div.block-subpage-text-hero + div.block-featured-insights,
div.block-subpage-text-hero + div.block-icon-cards {
  padding-top: 0;
}
div.block-subpage-text-hero.has-breadcrumbs {
  padding-top: 35px;
}
div.block-subpage-text-hero .breadcrumbs {
  position: relative;
  z-index: 5;
  margin-bottom: 45px;
}
div.block-subpage-text-hero h1 {
  position: relative;
}
div.block-subpage-text-hero h1:before {
  content: "\e908";
  font-family: "vericast-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.77em;
  color: #E47720;
  position: absolute;
  right: calc(100% + 5px);
  top: 0.3em;
}
div.block-subpage-text-hero .content {
  line-height: 30px;
  font-size: 22px;
}
@media (max-width: 575px) {
  div.block-subpage-text-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  div.block-subpage-text-hero.has-breadcrumbs {
    padding-top: 35px;
  }
  div.block-subpage-text-hero .breadcrumbs {
    margin: 0 0 20px;
  }
  div.block-subpage-text-hero h1:before {
    right: 100%;
  }
  div.block-subpage-text-hero .content {
    font-size: 14px;
    line-height: 20px;
  }
}
/*# sourceMappingURL=subpage-text-hero.css.map */
