/*
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,900;1,400;1,600;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*/

.info-box {
  background-color: #d0d0d0;
}

h1 {
}

h1,
h3,
h4,
h5 {

}

.pointing-banner {
  position: relative;
  padding: 6px 20px 0 25px;
  height: 40px;
  width: 75%;
  background-color: #d6e7ad;
  color: black;
  font-weight: 700;
  margin-left: -15px;
}

.pointing-banner:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #d6e7ad;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.pillbox {
  position: absolute;
  left: -25px;
  top: -50px;
  display: block;
  padding: 10px 20px;
  color: white;
  width: auto;
  border-radius: 999em;
  text-align: center;
  font-style: normal;
  background-color: #267FA9;
  font-size: 1.15em !important;
}

.timeline-box {
  padding: 15px 20px 10px;
  margin-left: 50px;
  margin-top: 80px;
  position:relative;
}

.timeline-box .LEGEND {
  border-bottom: none;
}

.timeline-box p:last-child {
  margin-bottom: 5px;
}

.timeline-box::after {
  content: "";
  display: table;
  clear: both;
}

.timeline-box.noclear::after {
  content: "";
  display: table;
  clear: none;
}

.timeline-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -50px;
  border-bottom: 4px solid #267FA9;
  width: 50px;
}

.subtitle {
  color: #336699;
  font-weight: 700;
  margin-bottom: 10px;
}


@media (max-width: 1011px) {

}

@media (max-width: 550px) {

}