.page-node-type-blog .block-page-title-block,
.page-node-type-page .block-page-title-block,
.page-node-type-press-release .block-page-title-block,
.page-node-type-profile .block-page-title-block,
.page-node-type-resource .block-page-title-block {
  position: relative;
  background-color: #302668;
  border-radius: 1.9375rem;
  overflow: hidden;
  margin: 1rem 1rem 4rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 21.125rem;
}
@media (min-width: 992px) {
  .page-node-type-blog .block-page-title-block,
  .page-node-type-page .block-page-title-block,
  .page-node-type-press-release .block-page-title-block,
  .page-node-type-profile .block-page-title-block,
  .page-node-type-resource .block-page-title-block {
    height: 22.5rem;
  }
  .page-node-type-blog .block-page-title-block .banner-background-overlay-top,
  .page-node-type-page .block-page-title-block .banner-background-overlay-top,
  .page-node-type-press-release .block-page-title-block .banner-background-overlay-top,
  .page-node-type-profile .block-page-title-block .banner-background-overlay-top,
  .page-node-type-resource .block-page-title-block .banner-background-overlay-top {
    position: absolute;
    -o-object-fit: none;
       object-fit: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 4;
    background-image: url("../../../../src/assets/banner-bg-5.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto;
  }
}
.page-node-type-blog .block-page-title-block .page-title,
.page-node-type-page .block-page-title-block .page-title,
.page-node-type-press-release .block-page-title-block .page-title,
.page-node-type-profile .block-page-title-block .page-title,
.page-node-type-resource .block-page-title-block .page-title {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 2rem;
  color: #F6F6F6;
}
@media (min-width: 992px) {
  .page-node-type-blog .block-page-title-block .page-title,
  .page-node-type-page .block-page-title-block .page-title,
  .page-node-type-press-release .block-page-title-block .page-title,
  .page-node-type-profile .block-page-title-block .page-title,
  .page-node-type-resource .block-page-title-block .page-title {
    max-width: 35rem;
  }
}
@media (min-width: 1200px) {
  .page-node-type-blog .block-page-title-block .page-title,
  .page-node-type-page .block-page-title-block .page-title,
  .page-node-type-press-release .block-page-title-block .page-title,
  .page-node-type-profile .block-page-title-block .page-title,
  .page-node-type-resource .block-page-title-block .page-title {
    max-width: 75rem;
  }
}
@media (min-width: 1400px) {
  .page-node-type-blog .block-page-title-block .page-title,
  .page-node-type-page .block-page-title-block .page-title,
  .page-node-type-press-release .block-page-title-block .page-title,
  .page-node-type-profile .block-page-title-block .page-title,
  .page-node-type-resource .block-page-title-block .page-title {
    padding: 2rem 0;
  }
}
.page-node-type-blog .block-page-title-block .page-title h1,
.page-node-type-page .block-page-title-block .page-title h1,
.page-node-type-press-release .block-page-title-block .page-title h1,
.page-node-type-profile .block-page-title-block .page-title h1,
.page-node-type-resource .block-page-title-block .page-title h1 {
  color: #F6F6F6;
  font-size: 2.75rem;
  line-height: 3.75rem;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .page-node-type-blog .block-page-title-block .page-title h1,
  .page-node-type-page .block-page-title-block .page-title h1,
  .page-node-type-press-release .block-page-title-block .page-title h1,
  .page-node-type-profile .block-page-title-block .page-title h1,
  .page-node-type-resource .block-page-title-block .page-title h1 {
    font-size: 2.36rem;
    line-height: 3.06rem;
  }
}
@media (min-width: 1200px) {
  .page-node-type-blog .block-page-title-block .page-title h1,
  .page-node-type-page .block-page-title-block .page-title h1,
  .page-node-type-press-release .block-page-title-block .page-title h1,
  .page-node-type-profile .block-page-title-block .page-title h1,
  .page-node-type-resource .block-page-title-block .page-title h1 {
    font-size: 3.375rem;
    line-height: 4.375rem;
  }
}
.page-node-type-blog .block-page-title-block .page-title h1:after,
.page-node-type-page .block-page-title-block .page-title h1:after,
.page-node-type-press-release .block-page-title-block .page-title h1:after,
.page-node-type-profile .block-page-title-block .page-title h1:after,
.page-node-type-resource .block-page-title-block .page-title h1:after {
  display: block;
  content: "";
  border-bottom: 6px solid #96C038;
  width: 3.75rem;
  margin: 1rem 0;
}
/*# sourceMappingURL=../../../sourcemaps/components/page-title/page-title-aka-hero-banner.css.map */
