span.badge.bg-danger.featured-article-badge {
    display: none;
}
.article-list .article{position:relative;margin-bottom:30px;padding:20px;border:none}
.module {
   background-color: rgba(255, 255, 255, 0.5);
}
.com-content #sp-main-body { padding: 5px 0; }
.sp-menu-heading {
    color: #ffeb00; }

li::marker {
  color: #f2791e;
}

@font-face {
  font-display: swap; 
  font-family: 'Sansation';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Sansation-Light.ttf') format('truetype');
}
body {
  font-family: "Sansation", sans-serif;
  font-size: 18px;
  line-height: 25px;
}
h3 {
  font-family: 'Sansation', sans-serif;
  color: #00b3e6;
}
h4 {
  font-family: 'Sansation', sans-serif;
}
.article-list .article .article-header h4 a {
  color:#00b3e6;
}
body {
    hyphens: auto;
}
.article-list .article .readmore a {
  color:#00b3e6;
}
.article-list .article .readmore {
  font-size:inherit;
}