<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cb-fire.category {
  margin: 18px 0 24px;
}

.cb-fire.category .section-header {
  margin-bottom: 20px;
}

.cb-fire.category .section-title {
  margin-bottom: 0;
}

.cb-fire.category h4 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.25px;
  color: #ff5831;
  text-transform: uppercase;
}

.cb-fire.category .cb-excerpt h2 {
  color: #000;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cb-fire.category .cb-excerpt h2 a {
  color: var(--Black, #000);
  text-decoration: none;
}

.cb-fire.category .cb-excerpt h2 a:hover {
  text-decoration: none;
}

.cb-fire.category .cb-excerpt img {
  display: block;
  width: 100%;
  height: 30vh !important;
  object-fit: cover;
  background: #efefef;
}

.cb-fire.category .card.nobord {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.cb-fire.category .card.nobord {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
}

.cb-fire.category .card.nobord .card-img-top {
  width: 100%;

  &amp;.bg-landscape {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60%;
  }

  @media screen and (min-width: 1300px) {
    height: 10vw;
  }

  height: auto;
  object-fit: cover;
  border-radius: 0;

  @media screen and (max-width: 750px) {
    height: 100%;
    height: auto;
  }

  &amp;.make-flex {
    width: 100%;
    height: auto !important;
  }
}

.cb-fire.category .card.nobord cite {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #777777;
}

.cb-fire.category .card.nobord cite .delim {
  margin: 0 0.25em;
  font-weight: bold;
}

.cb-fire.category .card.nobord cite .highlight {
  color: #ff5831;
}

.cb-fire.category .card.nobord .card-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  color: #000000;
}

.cb-fire.category .card.nobord .card-title a {
  color: inherit;
}

.cb-fire.category .card.nobord .card-title a:hover {
  text-decoration: underline;
}

.cb-fire.category .card.nobord .card-body {
  padding: 12px 0;
}

.cb-fire.category .cb-richtext.deck {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.cb-fire.category .cb-richtext.deck p.lede-content {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.cb-fire.category .cb-byline {
  color: #777;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-size: 14px;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1.3 !important;
}

.cb-fire.category .cb-paginate {
  background: transparent;
  padding-bottom: 1rem;
}

.cb-fire.category .cb-paginate a:hover {
  color: #ff5831;
  transform: scale(1.02);
}

.cb-fire.category .cb-byline a,
.cb-fire.category .cb-byline &gt; * {
  color: #777;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3 !important;
  text-decoration: none;
}

#cb-fire .cb-fire.category p.lede-content {
  margin: 0;
  line-height: 1.4;
}

.cb-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.cb-image .photo-credit {
  font-size: 0.6em;
  line-height: 1.5;
  padding: 0 0.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
}
</pre></body></html>