.timeline {
  text-align: center; 
}
.timeline .year {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  position: relative; 
}
.timeline .year span {
  display: inline-block;
  padding-bottom: 6px; 
}
.timeline .year:after {
  content: "";
  display: block;
  width: 80%;
  margin: auto;
  height: 1px;
  background: #00305D;
}
.timeline .year--end:before {
  content: "";
  display: block;
  width: 80%;
  margin: auto;
  height: 1px;
  background: #00305D; }
.timeline .year--end:after {
  content: none; 
}
.timeline .days {
list-style-type: none;
margin: 0;
padding: 0; 
}
.timeline .days .day {
  width: 100%;
  float: left; 
}
.timeline .days .day .events {
  position: relative;
  float: left;
  border-right: 1px solid #00305D;
  padding: 30px;
  text-align: right;
  width: 50%; 
}
.timeline .days .day .events:after {
  content: "";
  width: 40%;
  display: inline-block;
  height: 1px;
  background: #00305D;
  position: absolute;
  right: 0; 
}
.timeline .days .day .events .date {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  padding: 30px;
  text-align: left;
  color: #00305D;
  font-size: 24px;
  white-space: nowrap; 
}
.timeline .days .day .events .day__img {
  margin-right: -30px;
  position: relative;
  overflow: hidden; 
}
.timeline .days .day .events .day__img img {
  display: block;
  float: right; 
}
.timeline .days .day .events .day__img .caption {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff; 
}
.timeline .days .day:nth-child(odd) .events {
  width: calc(50% + 1px);
  float: right;
  border-right: 0;
  border-left: 1px solid #00305D;
  text-align: left; 
}
.timeline .days .day:nth-child(odd) .events:after {
  right: auto;
  left: 0; 
}
.timeline .days .day:nth-child(odd) .events .date {
  left: auto;
  right: 100%;
  text-align: right; 
}
.timeline .days .day:nth-child(odd) .events .day__img {
  margin-right: auto;
  margin-left: -30px; 
}
.timeline .days .day:nth-child(odd) .events .day__img img {
  float: left; 
}
.timeline .days .day:nth-child(odd) .events .day__img .caption {
  right: auto;
  left: 0; 
}
.startyear {
  color: #00305D;
}
.endyear {
  color: #00305D;
}


.counter {
    text-align: center;
    background: #f9f9f9;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 80%;
    padding-top: 25px;
}


.imagebox {
    background: white;
    height: auto;
    align-items: center;
}

.imagebox img {
  width: 70px;
  height: 80px;
}

.imagebox .svg-inline--fa {
    color: #00305D;
    font-size: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f9f9f9;
    margin: 5px 0 5px 0;
}

.counterdivider  {
    background: #00305D;
    width: 100%;
    height: 2px;
    margin-top: 0px;
}

.counter .contentbox {
    background: #f9f9f9;
}

.counter .contentbox .count {
    color: #00305D;
    font-weight: 999;
    font-size: 25px;
}

.counter .contentbox .countertext {
    color: #00305D;
}
