@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;1,300&amp;display=swap");

/* Typography */
.cb-fire.for-title {
  font-family: "proxima-nova", Helvetica, sans-serif;
}

.cb-fire-block.special-banner {
  background-size: cover;
  color: white;
  position: relative;
}

.cb-fire-block.special-banner-area.-image-bottom .image-area {
  margin-bottom: -300px;
}

.cb-fire-block.special-banner-area.-image-bottom .image-area-spacer {
  /* margin-bottom: 200px; */
  height: 300px;
  /* margin-bottom: 2rem; */
}

.cb-fire-block.special-banner-area.-image-bottom .pb-caption {
  color: rgba(0, 0, 0, 0.75);
  mix-blend-mode: difference;
}

.cb-fire-block.special-banner-area.-image-bottom .content-area {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.cb-fire-block.special-banner-area .cb-byline .delim {
  margin-left: 0.5em;
  margin-right: 0.1em;
  opacity: 0.5;
}

.cb-fire-block.special-banner .image-area iframe {
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  width: 100%;
}

.cb-fire-block.special-banner .over-stretcher {
  position: relative;
  z-index: 2;
}

.cb-fire-block.special-banner .pb-caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* color: #aaaaaa; */
}

.cb-fire-block.special-banner .po-banner {
  max-width: 1320px;
}

.cb-fire-block.special-banner .po-banner .content-area .text-area {
  padding: 0;
}

.cb-fire-block.special-banner .stretcher {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.cb-fire-block.special-banner .stretcher > * {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cb-fire-block.special-banner .wp-container {
  display: flex;
}

.cb-page.threecol.-style-modular .modular-post-content .wp-block-cgb-lede {
  display: none;
}

.cb-page.threecol.-style-modular .page-byline {
  border-bottom: none;
  border-top: 3px solid rgba(0, 0, 0, 0.05);
}

.cb-page.threecol.-style-modular .po-banner .content-area.wide-grid {
  max-width: 1440px !important;
}

.cb-page.threecol.-style-modular .po-banner .content-area.slim-grid {
  max-width: 1040px !important;
}

.po-banner .cb-byline,
.po-banner .cb-byline * {
  font-size: 1em;
  font-weight: 400;
}

.po-banner .cb-byline {
  text-underline-offset: 1px;
}

.po-banner .cb-byline a {
  color: inherit !important;
  text-decoration: none;
}

.po-banner .cb-byline cite {
  font-style: normal;
}

.po-banner .content-area {
  gap: 24px;
}

.po-banner .content-area.-text-right,
.po-banner .content-area.-text-top {
  flex-direction: row-reverse;
}

.po-banner .content-area.-text-top {
  flex-direction: column;
}

.po-banner .content-area .text-area .font-head {
  font-family: "Merriweather", serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 10px;
}

.po-banner .content-area .text-area .font-head a {
  color: white;
  text-decoration: none;
}

.po-banner .content-area .text-area .page-lede .cb-richtext.deck {
  color: inherit !important;
  margin: 0 auto;
}

.po-banner .main-category a,
.po-banner .main-category a:hover {
  color: inherit;
  text-decoration: none;
}

.po-banner .page-lede .lede-content,
.po-banner .content-area .text-area .page-lede .cb-richtext.deck {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.3;
}

.po-banner.-text-top.-no-image {
  margin-bottom: 0;
}

@media screen and (max-width: 1032px) {
  .po-banner.-text-top.-no-image {
    margin-bottom: 0 !important;
  }
}

.po-banner .page-lede .lede-content {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.3;
}

.po-banner.no-banner-image {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 900px) {
  .po-banner:not(.-text-top) {
    margin-bottom: 330px;
  }

  .po-banner:not(.-text-top) .content-area {
    flex-direction: column;
  }

  .po-banner:not(.-text-top) .content-area.-text-right {
    flex-direction: column;
  }

  .po-banner:not(.-text-top) .content-area .text-area {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 5em;
    margin-bottom: 2em;
  }

  .po-banner:not(.-text-top) .image-area {
    margin-bottom: -300px;
  }
}

.cb-fire.for-title .po-banner.-text-top {
  margin-bottom: 200px;
}

@media screen and (max-width: 900px) {
  .po-banner.-text-top {
    margin-bottom: 200px;
  }
}
