ol li {
  margin-left: 20px;
}

.virtual {
    position: relative;
    overflow: hidden;
}

.virtual:after {
    content: 'Virtual';
    background: #f87b1e;
    color: #fff;
    padding: .25em 2em;
    font-size: .875em;
    top: .5em;
    right: -1.75em;
    letter-spacing: .05em;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 52em) {
  .roadshow-cards {
    margin:-5em 8em 4em;
  }

  .roadshow-card {
    flex: 0 1 calc(50% - 2em);
    margin: 1em;
  }

  .roadshow-card-content h3 {
    font-size: 1.75em;
  }

  .roadshow-card-content p {
    font-size: 1.125em;
  }
}


div.roadshow-location {
  margin-top: 0;
}

.roadshow-multi-location h1 {
  margin: 0 0 0.5em;
}

.roadshow-location-hero {
  padding-bottom: 3em;
}

.roadshow-location-hero .roadshow-location-box h2 {
  color: #555559;
  text-shadow: none;
  font-size: 1.6em
}

.roadshow-location-hero .roadshow-location-box h3 {
  font-size: 1.4em;
  font-weight: 600;
}

.roadshow-location-box {
  min-height: 0;
}

@media (min-width:60em) {
  .roadshow-location-box {
      min-height: 235px;
  }
}

.roadshow-location-box label {
  font-size: 1em !important;
}
