<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @global
 * Globally used variables
 */
/**
 * @colours
 * Colour palette main
 */
/**
 * @file
 * Main Style.
 */
.related-news .coh-row {
  padding: 70px 0;
}
.related-news h2 {
  margin-top: 0;
}
.related-news a {
  text-decoration: none;
}
.related-news a:hover, .related-news a:focus {
  text-decoration: underline;
}
.related-news .see-all-news-button {
  background-color: #a8d2d4;
  color: #065154;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  padding: 0.9em 1.5em 0.8em 1.5em;
  border: 2px solid transparent;
  outline: 0;
  transition: all 0.15s ease;
  display: block;
  font-weight: 300;
}
.related-news .see-all-news-button:hover {
  text-decoration: none;
}
.related-news .see-all-news-button span {
  font-weight: bold;
}
.related-news .coh-row-inner {
  display: block;
}
.related-news img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.related-news .related-news-block &gt; div:first-child {
  display: inline-block;
  position: absolute;
  top: -80px;
  right: 0;
  padding-right: 0.9375rem;
}
.related-news.related-stories .related-news-block &gt; div:first-child {
  top: 0;
}
.related-news.related-stories .related-news-block .see-all-news-wrapper {
  right: 12px;
}
.related-news.related-stories .coh-row-inner.views-element-container {
  width: unset;
}
.related-news .views-element-container {
  position: relative;
  width: 100%;
}
.related-news .views-row {
  margin-top: 34px;
}
.related-news .views-col {
  box-sizing: border-box;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}
.related-news .views-col:hover img {
  transform: scale(1.02);
  transition: all 0.5s ease;
}
.related-news .views-field-field-image {
  overflow: hidden;
  border-radius: 10px;
}
.related-news .views-field-nothing {
  font-size: 0.91em;
  color: #444;
  margin-top: 1em;
}
.related-news .views-field-title {
  margin: 1em 0 0.2em 0;
}
.related-news .views-field-title a {
  color: #065154;
  font-weight: bold;
  font-size: 1.412em;
}
.related-news .views-field-title a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 1024px) {
  .related-news .views-row {
    display: flex;
  }
  .related-news .views-col {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .related-news .related-news-block &gt; div:first-child {
    top: -60px;
  }
  .related-news .views-row {
    display: flex;
    flex-wrap: wrap;
  }
  .related-news .views-col {
    width: 50% !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .related-news .coh-row {
    padding: 30px 0;
  }
  .related-news div[class^=js-view-dom-id-] {
    display: flex;
    flex-direction: column;
  }
  .related-news .views-view-grid {
    order: 1;
  }
  .related-news .related-news-block &gt; div:first-child {
    display: block;
    top: auto;
    right: auto;
    position: static;
    order: 2;
    padding: 0 0.9375rem;
  }
  .related-news .see-all-news-button {
    margin: 1em 0;
  }
  .related-news .views-row {
    margin-top: 0;
  }
  .related-news .views-col {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=../maps/components/related-news.css.map */
</pre></body></html>