<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* breakpoints */
.container.body-content footer {
  background-color: unset;
}

.container.body-content footer p {
  font-size: 18px;
  font-family: effra, sans-serif;
  font-weight: 300;
  line-height: 28px;
  color: #303030;
  position: relative;
  padding: 0;
  margin: 0 !important;
  padding-bottom: 12px;
}

.container.body-content hr {
  display: none;
}

.twitter-timeline-component {
  background: #FFFFFF;
  padding: 12px 20px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.twitter-timeline-component &gt; .component-content {
  position: relative;
}

.twitter-timeline-component &gt; .component-content:after {
  content: "";
  display: table;
  clear: both;
}

.twitter-timeline-component .twitter-timeline.twitter-timeline-rendered {
  margin: 12px 0;
}

.twitter-timeline-component p, .twitter-timeline-component a {
  font-size: 18px;
  font-family: effra, sans-serif;
  font-weight: 300;
  line-height: 28px;
  color: #303030;
  position: relative;
  padding: 0;
  margin: 0 !important;
}

.twitter-timeline-component a {
  color: #158473 !important;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.twitter-timeline-component a.skip {
  opacity: 0;
  position: relative;
  z-index: 4;
}

.twitter-timeline-component a.skip:focus {
  opacity: 1;
  display: inline-block;
  padding: 14px 24px;
}

.twitter-timeline-component a:hover {
  text-decoration: underline;
}

.twitter-timeline-component a:focus:active, .twitter-timeline-component a:active {
  color: #086154;
  background-color: unset;
  text-decoration: none;
}

.twitter-timeline-component a:focus, .twitter-timeline-component a:focus:hover {
  background-color: #086154;
  color: #fff;
}

.twitter-timeline-component a.skip:focus, .twitter-timeline-component a.skip:focus:hover {
  background-color: unset;
  color: #086154;
}

.twitter-timeline-component iframe {
  width: 100% !important;
}

.col-md-4 .twitter-timeline-component {
  padding: 12px 0;
}

@media (max-width: 768px) {
  .col-md-4 .twitter-timeline-component {
    padding: 12px 20px;
  }
}
</pre></body></html>