.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}

.event-detail {
  margin: 30px 0;
  padding: 50px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.event-detail .block {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.event-detail .block + .block {
  padding-top: 0;
}
.event-detail a {
  color: #000;
  text-decoration: underline;
}
.event-detail .container-fluid {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
  grid-gap: 15px 30px;
}
.event-detail .container-fluid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.event-detail .container-fluid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.event-detail .container-fluid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.event-detail .container-fluid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.event-detail .container-fluid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.event-detail .container-fluid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.event-detail .subhead {
  margin: 0 0 15px;
  line-height: 1.1;
  font-family: "Work Sans", sans-serif;
  font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
}
.event-detail #block-register-button {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
}
.event-detail #block-register-button .btn-secondary {
  display: inline-block;
}
.event-detail .btn-secondary {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column-align: start;
  justify-self: start;
  color: #fff;
  text-decoration: none;
}
.event-detail .btn-secondary:hover,
.event-detail .user-is-tabbing .btn-secondary:focus,
.user-is-tabbing .event-detail .btn-secondary:focus {
  color: #b31b1b;
}
@media (max-width: 767.98px) {
  .event-detail {
    padding: 30px 0;
  }
  .event-detail .container-fluid {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .event-detail .container-fluid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .event-detail .container-fluid > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .event-detail .container-fluid > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .event-detail .container-fluid > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .event-detail .btn-secondary {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .event-detail p {
    margin: 0;
  }
  .event-detail p.subhead {
    margin-bottom: 10px;
  }
}
