body{
    font-family: 'Open Sans', sans-serif;
}

.timeline-flex-content {
    position: relative;
    margin: 0 auto;
    font-size: 0.9rem;
}

.timeline-flex-content .timeline {
    text-align: center;
}

.timeline-flex-content .timeline .inner-wrapper {
    text-align: center;
    display: inline-block;
    background-color: #6f6f6f;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}

.timeline-flex-content .phase, .timeline-flex-content .report {
    width: 50%;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

.timeline-flex-content .phase-left .inner-wrapper, .timeline-flex-content .report-left .inner-wrapper {
    margin-right: 30px;
}

.timeline-flex-content .phase-left::before {
    right: 20px;
    border-width: 10px 0 10px 10px !important;
    border-color: transparent transparent transparent #009999 !important;
}

.timeline-flex-content .phase::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 15px;
    border: 3px solid #009999;
    z-index: 1;
}

.timeline-flex-content .phase-left .inner-wrapper::before {
    right: 23px;
    border-width: 10px 0 10px 10px !important;
    border-color: transparent transparent transparent #fff !important;
}

.timeline-flex-content .phase .inner-wrapper::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 15px;
    right: 23px;
    border: 3px solid #fff;
    z-index: 1;
}

.timeline-flex-content .phase-left .inner-wrapper::after {
    right: -10px;
}
.timeline-flex-content .phase .inner-wrapper::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    background-color: white;
    border: 3px solid #F49739;
    border-radius: 50%;
    z-index: 1;
}

.timeline-flex-content .report .inner-wrapper::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    right: 51%;
    border: 10px solid #008484;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #008484 transparent;
}

.timeline-flex-content .phase .inner-wrapper {
    padding: 15px;
    border: 2px solid #009999;
}

.timeline-flex-content .phase h3 {
    font-size: 1.1rem;
}

.timeline-flex-content .report {
    text-align: center;
}

.timeline-flex-content .report .inner-wrapper {
    display: inline-block;
}

.timeline-flex-content .phase-right, .timeline-flex-content .report-right {
    left: 50%;
}

.timeline-flex-content .phase-right::before {
    left: 20px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #009999 transparent transparent;
}

.timeline-flex-content .phase-right .inner-wrapper::before {
    left: 23px;
    border-width: 10px 10px 10px 0 !important;
    border-color: transparent #fff transparent transparent !important;
}

.timeline-flex-content .phase-right .inner-wrapper::after {
    left: -10px;
}

.timeline-flex-content .phase-right .inner-wrapper, .timeline-flex-content .report-right .inner-wrapper {
    margin-left: 30px;
}

.timeline-flex-content .report-right .inner-wrapper::before {
    left: 51%;
}

.timeline-flex-content::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #6f6f6f;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
}

.timeline-flex-content .report .inner-wrapper a:hover, .timeline-flex-content .report .inner-wrapper a:active, .timeline-flex-content .report .inner-wrapper a:focus {
    background-color: #006464;
    border-color: #003434;
}

.timeline-flex-content .report .inner-wrapper a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 10px;
    background-color: #008484;
    border: 2px solid transparent;
}

.timeline-flex-content .phase .inner-wrapper::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 15px;
    right: 23px;
    border: 3px solid #fff;
    z-index: 1;
}
