<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cmp-tabs-grey-background .trp-tab-content {
  background-color: #ebebeb;
  width: 100%;
}
.cmp-tabs-white-background .trp-tab-content {
  background-color: #ffffff;
  width: 100%;
}
.cmp-tabs-blue-headers .trp-tab-content h1,
.cmp-tabs-blue-headers .trp-tab-content h2,
.cmp-tabs-blue-headers .trp-tab-content h3,
.cmp-tabs-blue-headers .trp-tab-content h4,
.cmp-tabs-blue-headers .trp-tab-content h5,
.cmp-tabs-blue-headers .trp-tab-content h6 {
  color: #054c70;
}
.cmp-tabs-black-headers .trp-tab-content h1,
.cmp-tabs-black-headers .trp-tab-content h2,
.cmp-tabs-black-headers .trp-tab-content h3,
.cmp-tabs-black-headers .trp-tab-content h4,
.cmp-tabs-black-headers .trp-tab-content h5,
.cmp-tabs-black-headers .trp-tab-content h6 {
  color: #3b3b3b;
}
.cmp-tabs-large-blue-links .trp-tab-content a {
  text-decoration: none;
  color: #054c70;
  font-size: 1.25rem;
}
.cmp-tabs-blue-links .trp-tab-content a {
  text-decoration: none;
  color: #054c70;
}
.cmp-tabs-full-width-images .trp-tab-content img {
  max-width: 100%;
}
.cmp-tabs-padding .trp-tab-content {
  padding: 16px;
}
.cmp-tabs-uppercase-text .trp-tab {
  text-transform: uppercase;
}
.cmp-tabs-lowercase-text .trp-tab {
  text-transform: lowercase;
}
.cmp-tabs-capitalize-text .trp-tab {
  text-transform: capitalize;
}

.legacy-tabs .trp-tab-content {
  background-color: #ebebeb;
  width: 100%;
  padding: 16px;
}
.legacy-tabs .trp-tab-content h1,
.legacy-tabs .trp-tab-content h2,
.legacy-tabs .trp-tab-content h3,
.legacy-tabs .trp-tab-content h4,
.legacy-tabs .trp-tab-content h5,
.legacy-tabs .trp-tab-content h6 {
  color: #054c70;
}
.legacy-tabs .trp-tab-content a {
  text-decoration: none;
  color: #054c70;
  font-size: 1.25rem;
}
.legacy-tabs .trp-tab-content img {
  max-width: 100%;
}
.legacy-tabs .trp-tab-content .article-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

</pre></body></html>