.timeline:before {
    border-left: 2px solid #E6E7E8;
    content: '';
    height: calc(100% - 23px); /*125%?*/
    width:1px;
    position:absolute;
    left:-24px;
    top: 17px;
    z-index: -1;
}

.timeline {
    position: relative;
    margin-left: 32px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.timeline .section {
    margin-top: 8px;
    margin-bottom: 8px;
}

.timeline .section.selected .circle {
    width: 12px;
    height: 12px;
    background-color: #427cac;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    left: -29px;
    margin-top: 8px;
    position: absolute;
    cursor: pointer;
}

.timeline .section.selected .circle:hover {
    background-color: #427cac;
}

.timeline .section.unselected .circle {
    width: 8px;
    height: 8px;
    border: 1px #A6A8AB solid;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    left: -28px;
    margin-top: 8px;
    position: absolute;
    cursor: pointer;
}

.timeline .section.unselected .circle:hover {
    background-color: #A6A8AB;
}

.timeline .selected .section_title {
    font-family: '72', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #58595B;
    margin: 0;
}

.timeline .unselected .section_title {
    font-family: '72', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #A6A8AB;
    margin: 0;
}

.timeline .read-more {
    font-size: 15px;
    font-weight: 700;
    color: #0070b1;
    margin-left: 40px;
    cursor: pointer;
}

.timeline .read-more-wrapper {
    margin-top: 8px;
    margin-bottom: 16px;
}

.section.unselected *:nth-child(3) {
    display: none;
}

.timeline .subsectiontitle {
    font-size: 15px;
    font-weight: 700 !important;
}

.timeline .FPA-icons {
    font-size: 21px;
    color: #58595B;
    margin-right: 8px;
    vertical-align: middle;
}

.timeline div:not(.wrapper) > .subsection:nth-of-type(2) > *:last-child {
    margin-bottom: 8px;
}