/*.dbg {  border:1px solid red;}*/

.timeline-banner {
  background: url("/styles/banner-about.png") 0% 0% repeat-x;
}

.banner {
  height: 160px;
  background-size: cover;
  margin-top: 60px;
}
.banner h1 {
  font-size: 24px;
  margin-top: 40px;
}

.bubble-event,
.bubble-date {
  width: 80px;
  height: 80px;
  font-family: "Verlag Condensed Black";
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 11px;
  line-height: 12px;
  background-color: #abf7ff;
  color: #002d38;
  border-radius: 40px;
  border-color: transparent;
}

.leftpad {
  padding-left: 0;
}

.bubble-date {
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #fff;
  padding: 14px 4px;
  margin-top: 8px;
}

div.allevents + div.row {
  margin-left: 1rem;
}

.bubble-event:hover {
  background-color: #fff;
  cursor: pointer;
}

.bubble-event::after {
  content: "Expand for Pre-Innovator Events";
}

.bubble-event.expand::after {
  content: "Contract Pre-Innovator Events";
}

.bubble-dash {
  height: 100%;
}

.event-dash {
  margin-top: -12px;
}

.tm-dash,
.tm-solid {
  margin-top: 4px;
  margin-bottom: 4px;
  width: 40px;
}

.tm-solid {
  border-left: 3px solid white;
}

.tm-dash {
  border-left: 3px dashed white;
}

.callout-yellow,
.callout-blue {
  position: relative;
  background: #eced90;
  width: 400px;
  padding: 10px;
  margin-bottom: 10px;
}
.callout-yellow::before {
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 12px solid #eced90;
  border-bottom: 9px solid transparent;
  position: absolute;
  left: -12px;
  top: calc(50% - 11px);
  content: " ";
}

.triangle-down {
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #fff;
  position: relative;
  top: 34px;
  left: 1px;
}

.callout-blue::before {
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 12px solid #abf7ff;
  border-bottom: 9px solid transparent;
  position: absolute;
  left: -12px;
  top: calc(50% - 11px);
  content: " ";
}

.callout-yellow span,
.callout-blue span {
  font-family: "Verlag Black";
  color: #002d38;
  text-transform: uppercase;
}

.callout-blue {
  background-color: #abf7ff;
}

.callout-yellow.listing {
  background-image: url("/styles/icon_timeline(bell).svg");
  background-size: 38px 41px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 60px;
}

.callout-yellow.award {
  background-image: url("/styles/icon_timeline(award).svg");
  background-size: 38px 41px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 60px;
}

body {
  background-color: #85d1da;
}

/*Large breakpoint custom media queries*/

@media (min-width: 992px) {
  .leftpad {
    padding-left: 220px;
  }

  .banner {
    height: 190px;
    margin-top: 0px;
  }
  .banner h1 {
    font-size: 38px;
  }

  .bubble-dash {
    height: 75%;
  }

  .event-dash {
    margin-top: 0px;
  }

  .callout-yellow,
  .callout-blue {
    width: 418px;
  }

  .callout-blue::before {
    border-right: unset;
    left: unset;
    border-left: 12px solid #abf7ff;
    right: -12px;
  }

  div.allevents + div.row {
    margin-left: calc(var(--bs-gutter-x) / -2);
  }
}
