@font-face {
  font-family: "IcoMoon-Ultimate";
  src: url("/fonts/IcoMoon/fonts/IcoMoon-Ultimate.eot?y6c5xu");
  src: url("/fonts/IcoMoon/fonts/IcoMoon-Ultimate.eot?y6c5xu#iefix") format("embedded-opentype"), url("/fonts/IcoMoon/fonts/IcoMoon-Ultimate.ttf?y6c5xu") format("truetype"), url("/fonts/IcoMoon/fonts/IcoMoon-Ultimate.woff?y6c5xu") format("woff"), url("/fonts/IcoMoon/fonts/IcoMoon-Ultimate.svg?y6c5xu#IcoMoon-Ultimate") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IcoMoon-Ultimate" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.75rem;
  width: 1rem;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\ea38";
}

.icon-phone:before {
  content: "\ea1c";
}

.clark_schedule {
  margin: 2rem 0 1.75rem;
  line-height: 1.4rem;
}
.clark_schedule .h1, .clark_schedule .h2 {
  font-family: trade-gothic-next-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.clark_schedule .h1 {
  font-size: 1.75rem;
  padding-bottom: 0.5rem;
}
.clark_schedule .h2 {
  font-size: 1.25rem;
  margin: 1.5rem 0 0 !important;
}
.clark_schedule .time {
  font-weight: 700;
  font-family: trade-gothic-next-condensed, sans-serif;
}
.clark_schedule .location {
  font-weight: 700;
  font-family: trade-gothic-next-condensed, sans-serif;
}
.clark_schedule .description {
  font-weight: 300;
  font-family: linotype-sabon, serif;
}
.clark_schedule .session {
  margin-top: 0.5rem;
}

.structural_container {
  margin: 3rem 0 0;
}
.structural_container .featured_image {
  height: 0;
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.structural_container.mobile {
  display: block;
}

.structural_container.desktop {
  display: none;
  grid-template-columns: 33% 1fr;
  grid-gap: 3rem;
}

@media screen and (min-width: 53rem) {
  .structural_container.mobile {
    display: none;
  }
  .structural_container.desktop {
    display: grid;
  }
}
.title_block {
  margin-bottom: 1.5rem;
}
.title_block .title {
  font-size: 2.25rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.title_block .date {
  font-size: 1.25rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.title_block .time {
  font-size: 1rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #919191;
}
.title_block .facility {
  margin: 0.75rem 0 0;
}
.title_block .facility .venue {
  font-size: 1.25rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.title_block .facility .map {
  font-size: 1rem;
  font-family: trade-gothic-next-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #919191;
}

.registration_block {
  margin-bottom: 1.5rem;
}
.registration_block .registration_link, .registration_block .registration_closed {
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 1.25rem !important;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.registration_block .registration_link {
  background-color: #b5be00;
  color: #fff;
}
.registration_block .registration_closed {
  background-color: rgba(0, 0, 0, 0.05);
}

.description_block {
  margin-top: 1.5rem;
}

#related_events {
  margin: 1.5rem 0 3rem;
}
#related_events h4 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
#related_events .related_event_container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2px;
}
@media screen and (min-width: 53rem) {
  #related_events .related_event_container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#related_events .related_event {
  margin-bottom: 1.5rem;
}
#related_events .related_event .event_image {
  height: 0;
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#related_events .related_event .details {
  padding: 0.2rem 0.2rem 0;
}
#related_events .related_event .details .type {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
#related_events .related_event .details .title {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}
#related_events .related_event .details .subtitle {
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
}
#related_events .related_event .details .date {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

/*# sourceMappingURL=detail.css.map */
