<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.readnext h2 {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 1em;
}
section.readnext span.pink_separator {
 color:#ff6f79;
 margin: 0 .5em;
}
section.readnext .announcement-grid {
 display: flex;
 justify-content: center;
 align-items: stretch;
 flex-wrap: wrap;
 margin: auto;
 max-width: 85%;
}
section.readnext .announcement-grid article {
 background-color: #faf8f9;
    max-width: 315px;
    padding: .5em 0 1em 0;
    display: flex;
    flex-direction: column;
}
section.readnext .announcement-grid article a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
section.readnext h2.stitle {
 padding-left: 9%;
  font-size: 1.2em;
}
article.announcement-panel .caption h2 {
 color: #292c31;
 font-size: 1.3rem;
 font-family: "Caslons Egyptian Pentagram Reg", sans-serif;
 -webkit-font-feature-settings: "calt" 0, "liga";
 font-feature-settings: "calt" 0, "liga";
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}
section.readnext p.readnext_meta {
 color: #b5b5b5;
 margin: 0 1.2em;
 font-size: 0.9rem;
 line-height: 1.5;
 cursor: default;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}
@supports (-webkit-line-clamp: 4) {
section.readnext article.announcement-panel .caption h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
 }
}
@supports (-webkit-line-clamp: 1) {
section.readnext p.readnext_meta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
 }
}
section.readnext span.pink_separator {
 margin: 0 .5em;
}
section.readnext .announcement-panel figure.fadein {
 margin: 20px auto;
}
section.readnext article figure {
 margin: 1em 0;
 height:auto;
}
section.readnext .announcement-panel img {
 width: 100%;
 object-fit: cover;
}
section.readnext article.announcement-panel .caption {
 height: auto;
 background: none;
 margin: 0 1em;
 padding-right:0px
}
section.readnext article.announcement-panel .caption h2 {
 -webkit-font-feature-settings: "calt" 0, "liga";
 font-feature-settings: "calt" 0, "liga";
}
section.readnext .announcement-panel .secondary-cta {
 margin-top: auto;
 margin-left:1em;
}
section.readnext .announcement-panel span.secondary-cta {
 color: #ff6f79;
 font-family: "Graphik-Medium",sans-serif;
 position: relative;
}
section.readnext .announcement-panel span.secondary-cta:after {
 font-family: "GCSymbols-Regular";
 content: '\E002';
 transition: transform ease-out .3s;
 display: inline-block;
 margin-left: 1em;
}
section.readnext .announcement-panel span.secondary-cta:hover:after {
 transform: translateX(8px);
}</pre></body></html>