.node-type-event .layout--threecol-section {
  border-bottom: 1px solid #ededed;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.pull-quote {
  display:none;
}

@media (min-width:992px) {
  .pull-quote {
    border-left: 8px solid #ffc627;
    margin: 4rem 0;
    padding-left: 1rem;
    display:block;
  }
}

.node-type-event .layout__region--third {
  margin: auto;
}

.node-type-event .event-node-date {
  padding: 1.6rem;
  text-indent: -1.6rem;
}

.node-type-event .event-node-location {
  padding: 1rem;
  text-indent: -1rem;
}