#timeline {
    overflow: hidden;
    width: 100%;
    position: relative;
    top: -162px;
}

#timeline div {
	height: 100px;
}

#timeline div .date {
    border-right: 1px rgba(179, 175, 175, 0.4) solid;
    text-align: right
}

/*#timeline div .date:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #e5e5d1;
    position: absolute;
    left: 98.2%;
    top: 75px;
    cursor: pointer;
}*/

#timeline div.active .date::before {
   	content: '';
    width: 5px;
    height: 55px;
    background: #0085AD;
    position: absolute;
    left: 98.7%;
    top: 63px;
}

#timeline div .date h2 {
    margin: 72px 0 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #0085AD;
}

#timeline div.active .date h2 {
    font-size: 15px;
    color: #0085AD;
}

#timeline div .text p {
    margin: 60px 20px 0;
    width: 94%;
    display: none;
    text-align: left;
    color: #53565a;
}


#timeline div.active .text p {
    display: inherit
}
