article section.event,
article div.event {
  clear: both;
  text-align: center;
  margin: 1em 0;
  padding: .25em;
  border: 1pt solid;
}
article .event h1,
article .event h2 {
  clear: none;
}
article .event ul,
article .event ol {
  display: inline-block;
  text-align: left;
}
article .event h2:first-child + figure,
article .event figure:first-child {
  margin-top: 0;
}

article section.event > h2,
article div.event > section > h2 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: .25em;
  padding: .5em;
  background-color: #FFB; /* #FAB100; */
  border: 2pt solid;
}

article section.event,
article div.event > section {
  min-height: 32em;
}
article section.event > p,
article div.event > section > p {
  font-size: 12pt;
  color: #555;
}

@media(min-width: 800px) {
  article section.event,
  article div.event {
    display: inline-block;
    max-width: 30%;
    margin-right: 3%;
    vertical-align: top;
  }
}
