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: 10px 0; }
.sp-menu-heading {
    color: #ffeb00; }
.picstyle {
	border-radius:10px;
	box-shadow: 3px 3px 2px 2px #696969;
	border:1px solid #ece7d3;
}
.picStyle3 {
	border-radius:5px;
	box-shadow: 3px 3px 2px 2px #696969;
	border:1px solid #ece7d3;
}
.flex-container {
  display: flex;
}

.flex-item {
  width: 200px;
  margin: 10px;
  text-align: center;
  line-height: 100px;
  font-size: 50px;
}
.menu-item-MB {
  text-transform: uppercase;
}
.com-dpcalendar-timeline .dp-event__image .dp-image {
  object-fit: cover;
  width: 50%;
  height: auto;
  margin-bottom: 1rem;
}