div.history_container {
  display: flex;
  flex: auto;
  flex-direction: column;
  max-height: 100%;
}

div.history_header {
  z-index: 10;
  height: 100px;
  text-align: center;
  color: ghostwhite;
  padding: 2.3rem 1rem 2.3rem 1rem;
  position: fixed;
  top:72px;
  left: 0;
  width: 100%;
  display: none;
}
div.history_header:after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  height: 5.1rem;
  display: block;
  width: 100%;
  z-index: 300;
  background: -moz-linear-gradient(top, white 20%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 20%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
div.history_header h1 {
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  font-weight: 200;
  font-size: 1.6em;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  div.history_header h1 {
    font-size: 1.9em;
    letter-spacing: 0.2rem;
  }
}
div.history_header h2 {
  font-size: 1.1em;
  font-weight: 400;
  color: #cfd7de;
  max-width: 30rem;
  margin: auto;
}

div.history_item {
  display: flex;
  flex: auto;
}

#history_timeline {
  position: relative;
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
#history_timeline>div:after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0.5rem;
  bottom: 0rem;
  left: 60px;
  z-index: 1;
  background: #669933;
}
#history_timeline h3 {
    z-index: 3;
    width: 92px;
    display: block;
    background: #fff;
    padding: 4px 0 4px 28px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin: 0;
    line-height: 30px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: #669933;
    font-size: 25px;
}
@media (min-width: 62em) {
  #history_timeline h3 {
    
  }
}
#history_timeline section.year {
  padding-top: 40px;
  position: static;
}
#history_timeline section.year:first-child {
  padding-top: 0px;
}
#history_timeline section.year:first-child section {
  padding-bottom: 0px;
}
#history_timeline section.year section {
  margin-top: -37px;
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 2.2em;
}
#history_timeline section.year section h4 {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 89px;
  color: #C5C5C5;
}
@media (min-width: 62em) {
  #history_timeline section.year section h4 {
    font-size: 1em;
  }
}
#history_timeline section.year section ul {
  list-style-type: none;
  margin: -50px 0 1em;
  max-width: 32rem;
  font-size: 1em;
  padding: 0 0 0 130px;
}
@media (min-width: 62em) {
  #history_timeline section.year section ul {
  }
}
#history_timeline section.year section ul:last-child {
  margin-bottom: 0;
}

#history_timeline section.year section ul li {
      font-family: 'Roboto', sans-serif;
      color: #002D45;
     font-weight: 300;
    font-size: 20px;
    padding: 16px 20px 24px;;
    position:relative;
    margin-left: 0.5rem;
    margin-bottom: 20px;

}

#history_timeline section.year section ul li p {
    padding: 0;
    margin: 0 0 16px 0;
    font-size: 1em;
}

#history_timeline section.year section ul li:last-child{
  margin-bottom:0;
}

#history_timeline section.year section ul li .item-icon{
top: 9px;
    border: 3px solid #669933;
    background: #fff;
    background-image: url('../index-733.html).jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    left: -30px;
    position: absolute;
    content: "·";
    margin-left: -0.5rem;
    padding-right: 0;
  }
#history_timeline section.year section ul li:not(:first-child) {
  margin-top: 0.5rem;
}
#history_timeline section.year section ul li span.price {
  color: mediumturquoise;
  font-weight: 500;
}

.usd {
  display: inline;
}

.history svg {
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}


#history_timeline h3.followMeBar {
   
      position: relative;
      z-index: 3;
    }
#history_timeline h3.followMeBar.fixed {
      position: fixed;
      top: 160px;
      z-index: 3;
    }
#history_timeline h3.followMeBar.fixed.absolute {
      position: absolute;
    }