address {
  font-style: inherit;
}

.fullwidth-heading {
  text-align: left;
}

.fullwidth-heading * {
  text-align: left;
}

h1 + .subheading {
  margin-top: -1.4rem;
  margin-bottom: 1.4rem;
}

.subheading {
  font-weight: inherit;
  font-style: normal;
  line-height: 1.7rem;
}

.top-info + .top-info {
  margin-top: 1rem;
}

.top-info p {
  margin: 0;
  line-height: 1.7em;
}

.event-date {
  font-style: italic;
}
.event-date > time {
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
}

.event-links-container p {
  margin-bottom: 0;
  font-weight: 300;
}
.event-links-container ul {
  list-style-type: none;
  margin-top: 0;
  padding: 0;
  column-width: 10rem;
}

.event-streaming {
  margin-left: 1rem;
  margin-top: 2rem;
  float: right;
  text-align: right;
  line-height: 1.8rem;
  max-width: 40%;
}
.event-streaming img {
  vertical-align: top;
  height: 1.7rem;
  margin-right: 0.5rem;
}

.event-venue {
  font-weight: 300;
}

.work-distinctions {
  font-weight: 300;
  float: right;
  margin-left: 0.5rem;
  max-width: 50%;
  text-align: right;
}

.parentheses-info {
  font-weight: 300;
}

.embed-popup-bar {
  margin-left: 1rem;
  float: right;
}

main > :not(:first-child) {
  background: #222d;
}
main > :not(:first-child):nth-child(2n) {
  background: #111d;
}