<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Pagination {
  padding: 50px 0;
  text-align: center;
}

.Pagination .page {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid #ffcc31;
  background: rgba(255, 204, 49, 0.27);
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-family: "DIN W01 Medium"
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}

.Pagination a.page:active, .Pagination a.page:hover, .Pagination a.page:focus {
  border: 1px solid #555;
  background: rgba(255, 204, 49, 0.54);
  color: #000;
}

.Pagination .page.current {
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .Pagination &gt; .Container {
    display: flex;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .Pagination .page {
    margin: 0 4px;
    padding: 11px 18px;
  }
  .Pagination .page.next {
    margin: 0 0 0 4px;
  }
  .Pagination .page.previous {
    margin: 0 4px 0 0;
  }
  .Pagination .page.next:after,
  .Pagination .page.previous:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(../img/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
  }
  .Pagination .page.previous:after {
    background-image: url(../img/chevron-left.svg);
  }
  .Pagination .page.next span,
  .Pagination .page.previous span {
    display: none;
  }
  .Pagination .ellipses {
    margin: 0 4px;
  }
}

@media screen and (min-width: 768px) {
  .Pagination .page {
    margin: 0 10px;
  }
  .Pagination .page.next,
  .Pagination .page.previous {
    width: 110px;
  }
  .Pagination .ellipses {
    margin: 0 20px;
  }
}

.News-index-hero {
  height: 352px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.News-index-hero &gt; .Container {
  position: relative;
  height: inherit;
}

.News-index-hero .page-title {
  position: absolute;
  top: 195px;
  left: 100px;
  color: #fff;
  font-size: 55px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .News-index-hero {
    height: 206px;
  }
  .News-index-hero .page-title {
    width: calc(100% - 40px);
    top: 100px;
    left: 20px;
    font-size: 38px;
  }
}

.News-index-body .intro {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .News-index-body .intro {
    margin: 0 0 25px;
  }
}

.News-item:nth-child(odd) {
  background: #f0efef;
}

.News-item .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.News-item .pdfthumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.News-item .shadow-box {
  box-shadow: 5px 5px 0 #636363;
}

.News-item .title {
  margin: 0 0 5px;
}

.News-item .details,
.News-item .tags {
  font-family: "DIN W01 Regular"
  font-size: 16px;
  text-transform: uppercase;
}

.News-item .desc {
  font-size: 14px;
  line-height: 24px;
}

.News-item .tags .label {
  font-family: "DIN W01 Medium"
}

.News-item .tags a {
  color: #a68521;
  font-weight: normal;
}

.News-item .tags a:active, .News-item .tags a:hover, .News-item .tags a:focus {
  color: #000;
}

@media screen and (max-width: 767px) {
  .News-item {
    padding: 30px 0;
    text-align: center;
  }
  .News-item .image {
    margin: 0 0 30px;
  }
  .News-item .pdfthumb {
    margin: 0 0 30px;
  }
  .News-item .details {
    font-size: 14px;
    line-height: 18px;
  }
  .News-item .details span {
    display: block;
  }
  .News-item .tags {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .News-item {
    padding: 40px 0;
  }
  .News-item &gt; .Container:after {
    content: "";
    display: table;
    clear: both;
  }
  .News-item .image {
    float: left;
    width: 291px;
    margin-right: 40px;
  }
  .News-item .pdfthumb {
    float: left;
    width: 100px;
    margin-right: 40px;
  }
  .News-item .info {
    float: left;
    width: calc(100% - 331px);
  }
  .News-item .details span:after {
    content: " | ";
  }
  .News-item .details span:last-child:after {
    content: "";
  }
  .News-item .tags {
    margin: 0 0 30px;
  }
}
</pre></body></html>