.timeline-container {
    display: table;
}
.timeline-entry {
    display: flex;
    width: 50%;
    padding-bottom: 4rem;
    font-size: 18px;
    min-height: 267px;
}

.timeline-container .timeline-entry:nth-child(2n) {
    flex-direction: row-reverse;
}
.timeline-container .timeline-entry:nth-child(2) {
    margin-top: 7rem;
}
.timeline-container .timeline-entry:nth-of-type(even) {
    position: relative;
    float: right;
    clear: right;
    /* margin-top: 3rem; */
}
.timeline-container .timeline-entry-marker {
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: 8px;
}
.timeline-container .timeline-entry:first-child .timeline-entry-marker {
    top: 0px !important;
}
.timeline-container .timeline-entry:nth-of-type(even) .timeline-entry-marker {
    left: -8.5px;
}
.timeline-container .timeline-entry:nth-of-type(odd) {
    position: relative;
    float: left;
    clear: left;
}
.timeline-container .timeline-entry:nth-of-type(odd) .timeline-entry-marker {
    background-color: red;
    right: -10.5px;
}
.timeline-container .timeline-entry:nth-last-child(2):nth-child(odd) .timeline-entry-marker:nth-child(2) {
    content: '';
    position: absolute;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 30px solid;
    height: 0;
    width: 0;
    top: auto !important;
    bottom: -10px;
    border-radius: 0;
    background-color: transparent !important;
    right: -12px !important;
}
/*
background-color: transparent;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #A38549;
    */


.timeline-entry-year {
    flex: 0 1 25%;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.timeline-entry-information {
    flex: 1 1 45%;
}
.timeline-entry-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.timeline-entry-image {
    flex: 0 1 30%;
    padding-bottom: 35%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
/* Front End -- */
.timeline-container .timeline-entry:nth-of-type(odd) {
    border-color: inherit !important;
    border-right: 4px solid;
}
/* .timeline-container .timeline-entry:nth-of-type(even) {
    border-color: inherit !important;
    border-left: 4px solid;
} */
.timeline-container .timeline-entry:nth-of-type(odd)  .timeline-entry-information {
    text-align: right;
}
.timeline-container {
    padding: 2rem 0;
}
