<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* breakpoints */
.feed {
  padding: 12px 20px;
  color: #fff;
}

.feed h1, .feed h2, .feed h3, .feed h4, .feed h5, .feed h6 {
  font-size: 24px;
  line-height: 28px;
  font-family: effra, sans-serif;
  font-weight: 700;
  color: #303030;
}

.feed .feed-item {
  padding-top: 12px;
  border-bottom: 1px solid #CCCDCF;
}

.feed .feed-item .feed-title {
  padding-bottom: 8px;
}

.feed .feed-item .feed-title a {
  font-family: effra, sans-serif;
  color: #158473;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.feed .feed-item .feed-title a:hover {
  text-decoration: underline;
}

.feed .feed-item .feed-title a:focus {
  color: #158473;
  text-decoration: none;
  background-color: #7AFDE9;
}

.feed .feed-item .feed-datetime {
  font-family: effra, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #303030;
  padding-top: 8px;
  display: none;
}

.feed .feed-item .feed-author {
  font-size: 11px;
  font-size: 1.1rem;
  float: right;
  display: none;
}

.feed .feed-item .feed-description {
  font-size: 18px;
  color: #303030;
  line-height: 28px;
  font-weight: 300;
  font-family: effa, sans-serif;
  display: none;
}

.feed .feed-link {
  text-align: center;
  padding-top: 8px;
}

.feed .feed-link a {
  font-size: 16px;
  font-family: effa,sans-serif;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
  color: #158473;
}

.feed .feed-link a:hover {
  text-decoration: underline;
}

.feed .feed-link a:focus {
  color: #158473;
  text-decoration: none;
  background-color: #7AFDE9;
}

/* breakpoints */
.feed.feed-grid .feed-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  width: 32%;
  margin: 0 1% 10px 0;
  padding: 20px;
}

@media only screen and (max-width: 639px) {
  .feed.feed-grid .feed-item {
    width: 100%;
  }
}
</pre></body></html>