<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0px;
}

.gradient {
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}
.pageCoverImageHeight {
  height: 60vmin;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 1200px) {
  .pageCoverImageHeight {
    height: 40vmin;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

.w-50 {
  width: 50%;
}

.firstLevelNav {
  background-color: #00436E;
}

.secondLevelNav {
  background-color: #005286;
}

.footerPosition {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

.overFlowYScroll {
  overflow-y: scroll;
}

.paddingB6 {
  padding-bottom: 6.5rem;
  /* Footer height */
}

.bodyBackground {
  background-color: #d6d6d633;
}

#postText img {
  width: 100%;
}

#cookie-consent-container {
  position: fixed;
  padding: 24px 0px;
  background-color: #000000e0;
  bottom: 0px;
  width: 100%;
}

#cookie-consent {
  display: flex;
  color: white;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  justify-content: space-evenly;
}

@media only screen and (max-width: 900px) {
  #cookie-consent {
    display: flex;
    color: white;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    flex-direction: column;
    align-items: center;
  }

  #cookie-consent &gt; div {
    margin: 8px;
  }
}

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