.article-list {
  padding: 1em 0;
}
.article-list .snippet .heading {
  font-size: 1.2em;
  line-height: 1.25;
  margin: 0 0 5px 0;
}
.article-list .snippet dl {
  font-size: 1rem;
  overflow: auto;
  margin: 0;
}
.article-list .snippet dl dt {
  position: relative;
  padding-left: 1.5em;
  float: left;
}
.article-list .snippet dl dt::before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}
.article-list .snippet dl .date::before {
  content: "event"/"Date";
}
.article-list .snippet dl .time::before {
  content: "schedule"/"Time";
}
.article-list .snippet dl .location::before {
  content: "place"/"Location";
}
.article-list .snippet dl .folder-open::before {
  content: "folder_open"/"Category";
}
.article-list .snippet dd {
  display: block;
  margin-bottom: 10px;
  margin-left: 30px;
}
.article-list .description {
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 540px) {
  .article-list .description {
    display: none;
  }
}
/*
.metadata-list {
  font-size: 1rem;
  overflow: auto;
}
.metadata-list .full {
  clear: left;
  float: left;
  display: block;
  font-weight: 900;
}
.metadata-list .no-icon {
  margin-right: 0.5rem;
  width: auto !important;
}
.metadata-list .no-icon::after {
  content: ":";
}

.metadata-list_no-icon {
  margin-left: -23px !important;
}
*/
.pattern-wrapper {
  border-bottom: 1px #6a6a6b dashed;
  margin-bottom: 30px;  
}

/*# sourceMappingURL=article-list.css.map */
