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

.filter_buttons {
  display: inline-block;
  margin-bottom: 10px;
}

.category_filter {
  color: #ffffff !important;
  background-color: #2FA4DC !important;
  border-radius: 0px;
  border: 0px;
  outline: 0px;
  box-shadow: 0 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 0 !important;
}

.category_filter:hover,
.category_filter:focus,
.category_filter:active,
.category_filter.active {
  background-color: #00e5ff !important;
  outline: 0px;
  box-shadow: 0 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 0 !important;
}

.article-block {
  /*min-height: 300px;*/
  padding: 22px 20px;
}

.article-inner {
  padding: 0;
  min-height: 270px;
}

.article-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .article-img {
    height: auto;
  }
}

.article-name {
  color: #2FA4DC;
  padding: 10px;
  overflow: hidden;
  text-decoration: none;
}

.article-inner a:hover .article-name,
.article-name:hover {
  color: #00e5ff;
  text-decoration: none !important;
}

.article-inner a:hover {
  text-decoration: none !important;
}

#articles {
  background: #FFFFFF;
  /*padding-top: 12rem;*/
  padding-bottom: 12rem;
}

#articles .folio-item {
  padding: 0;
  position: relative;
  overflow: hidden;
}

#articles .folio-item img {
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#articles .articleLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#articles .folio-item-table {
  display: table;
  width: 100%;
  height: 100%;
}

#articles .folio-item-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  left: 0%;
}

#articles .folio-title {
  color: #FFFFFF;
  font-size: 3.3rem;
  padding: 0 3rem;
  margin-bottom: 0;
}

#articles .folio-types {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  color: rgba(255, 255, 255, 0.6);
}

#articles .folio-item .articleLink {
  background: rgba(0, 0, 0, 0.4);
}

#articles .folio-item:hover .articleLink {
  background: rgba(0, 0, 0, 0.8);
}

#articles .folio-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#articles .folio-item:hover .folio-item-cell {
  left: 0;
}

/**
 * responsive:
 * compass
 * -------------------------------------------------------------------
 */

@media only screen and (max-width: 1024px) {
  #homeArticles .folio-title {
    font-size: 3.1rem;
  }
}

@media only screen and (max-width: 768px) {
  #homeArticles .folio-title {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 400px) {
  #homeArticles .folio-title {
    font-size: 2.2rem;
  }
}

#articleContent ul li {
  margin-bottom: 0px !important;
  line-height: initial !important;
}

ol li {
  list-style-position: inside;
}

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