/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.past-conferences {
  display: block;
}
.past-conferences .wp-block-post-template {
  margin: 1rem 0 0.5rem;
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .past-conferences .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .past-conferences .wp-block-post-template {
    margin: 2.5rem 0 0;
    gap: 4rem;
  }
}
.past-conferences .wp-block-post-template .past-conference img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.25s ease;
}
.past-conferences .wp-block-post-template .past-conference .is-style-border-left {
  border: 0;
  border-left: 2px solid #333;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0.75rem;
}
@media (min-width: 768px) {
  .past-conferences .wp-block-post-template .past-conference .is-style-border-left {
    margin: 2rem 0 1rem;
  }
}
.past-conferences .wp-block-post-template .past-conference .is-style-border-left .is-style-all-caps {
  line-height: 1;
  margin-bottom: 0;
}
.past-conferences .wp-block-post-template .past-conference .is-style-border-left .tribe-events-schedule__datetime {
  color: #7E7E7E;
  font-feature-settings: "pnum" on, "lnum" on;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .past-conferences .wp-block-post-template .past-conference .wp-block-buttons {
    margin-top: 2.5rem;
  }
}
