.timeline-wrapper {
  position: relative;
  padding: 22px 0;
  cursor: pointer;
}


.timeline-wrapper:last-child:before {
  height: 0;
}
.timeline-wrapper:before {
  content: "";
  background: #474559;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 38px;
}

.timeline-yr {
  background: #474559;
  border-radius: 100%;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
.timeline-yr span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 75px;
}

.timeline-info {
  display: inline-block;
  vertical-align: top;
  max-width: 432px;
  margin-left: 8em;
}
.timeline-info small {
  color: #474559;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.timeline-wrapper:hover,
.timeline-wrapper:hover .timeline-info span,
.timeline-wrapper:hover .timeline-info small
{
    color: #03bbb2;
}

.timeline-wrapper:hover .timeline-yr
{
    background: #03bbb2;
}


#map-container {
  padding: 0 30px;
}

#map {
  width: 100%;
  height: 70vh;
  border-radius: 15px;
  border: 1px solid #cecece;
}

.leaflet-popup-content
{
  text-align: center;
}
