ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

ul:before,
ul:after {
    content: '';
    display: block;
    clear: both;
}

.panel-timeline {
    display: flex;
    height: 50vh;
    align-items: flex-end;
}

.panel-timeline-2 {
    display: flex;
    height: 50vh;
    align-items: center;
}

.panel-timeline-3 {
    display: flex;
    height: 40vh;
    align-items: flex-end;
    margin-bottom: 100px;
}

/* education history timeline */
.timeline {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: white;
    position: relative;
    width: 100%;
}

.timeline > li {
    /* background: white; */
    height: 8px;
    width: calc( 100% / 3);
}

.timeline > li:nth-of-type(odd) > .timeline-content {
    transform: translateY(calc(-0%));
    opacity: 0;
    transition: 1400ms ease;
}

.timeline > li:nth-of-type(even) > .timeline-content {
    transform: translateY(calc(-100%));
    opacity: 0;
    transition: 1400ms ease;
}

.timeline > li:nth-of-type(odd) > .show-me-horizontal {
    transform:  translateY(calc(-100%)) !important;
    opacity: 1 !important;
}

.timeline > li:nth-of-type(even) > .show-me-horizontal {
    transform:  translateY(calc(0%)) !important;
    opacity: 1 !important;
}


.timeline-content {
    border-left: 8px solid white;
    padding: 15px 0;
    padding-right: 24px;
    /* margin-left: 150px; */
    margin-top: -20px;
    /* height: 200px; */
    overflow-y: auto;
}

.timeline-content > li {
    /* padding-left: 20px;
    border-bottom: 4px solid white;
    position: relative; */
    margin-left: 8px;
    margin-top: 18px;
    
}

.timeline-title {
    color: black;
    /* background: white; */
    display: block;
    position: relative;
    padding-left: 5px;
    line-height: 24px;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
}

/* career progression timeline */
.timeline-career {
    display: flex;
    flex-wrap: wrap; 
    padding: 50px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: white;
    position: relative;
    width: 100%;
}

.timeline-career > li {
    background: white;
    height: 8px;
    width: calc( 100% / 11);
}

.timeline-career > li:nth-of-type(odd) > .timeline-career-content {
    transform: translateY(calc(-0));
    opacity: 0;
    transition: 1400ms ease;
}

.timeline-career > li:nth-of-type(even) > .timeline-career-content {
    transform: translateY(calc(-100%));
    opacity: 0;
    transition: 1400ms ease;
}

.timeline-career > li:nth-of-type(odd) > .show-me-horizontal {
    transform:  translateY(calc(-100%)) !important;
    opacity: 1 !important;
}

.timeline-career > li:nth-of-type(even) > .show-me-horizontal {
    transform:  translateY(calc(0%)) !important;
    opacity: 1 !important;
}


.timeline-career-content {
    border-left: 8px solid white;
    padding: 15px 0;
    padding-right: 24px;
    /* margin-left: 45px; */
    margin-top: -20px;
}

.timeline-career-content > li {
    /* padding-left: 20px;
    border-bottom: 4px solid white;
    
    position: relative; */
    margin-left: 8px;
    margin-top: 18px;
    
}

.timeline-career-title {
    color: black;
    background: white;
    display: block;
    position: relative;
    /* padding-left: 150px; */
    line-height: 24px;
    font-weight: bold;
    font-size: 13px;
    z-index: 2;
}

/* exp progression timeline */
.timeline-exp {
    display: flex;
    flex-wrap: wrap; 
    padding: 50px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: white;
    position: relative;
    width: 100%;
}

.timeline-exp > li {
    background: white;
    height: 8px;
    width: calc( 100% / 12);
}

.timeline-exp > li:nth-of-type(odd) > .timeline-exp-content {
    transform: translateY(calc(-0%));
    opacity: 0;
    transition: 1400ms ease;
}

.timeline-exp > li:nth-of-type(even) > .timeline-exp-content {
    transform: translateY(calc(-100%));
    opacity: 0;
    transition: 1400ms ease;
}

.timeline-exp > li:nth-of-type(odd) > .show-me-horizontal {
    transform:  translateY(calc(-100%)) !important;
    opacity: 1 !important;
}

.timeline-exp > li:nth-of-type(even) > .show-me-horizontal {
    transform:  translateY(calc(0%)) !important;
    opacity: 1 !important;
}


.timeline-exp-content {
    border-left: 8px solid white;
    padding: 15px 0;
    padding-right: 24px;
    /* margin-left: 45px; */
    margin-top: -20px;
}

.timeline-exp-content > li {
    /* padding-left: 20px;
    border-bottom: 4px solid white;
    
    position: relative; */
    margin-left: 8px;
    margin-top: 18px;
}

.timeline-exp-title {
    color: black;
    background: white;
    display: block;
    position: relative;
    /* padding-left: 150px; */
    line-height: 24px;
    font-weight: bold;
    font-size: 13px;
    z-index: 2;
}

/* political progression timeline */
.timeline-political {
    display: flex;
    flex-wrap: wrap; 
    padding: 50px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: white;
    position: relative;
    width: 100%;
}

.timeline-political > li {
    background: white;
    height: 8px;
    width: calc( 100% / 8);
}

.timeline-political > li:nth-of-type(odd) > .timeline-political-content {
    transform: translateY(calc(-0%));
    opacity: 0;
    transition: 1400ms ease;
}

.timeline-political > li:nth-of-type(even) > .timeline-political-content {
    transform: translateY(calc(-100%));
    opacity: 0;
    transition: 1400ms ease;
}

.timeline-political > li:nth-of-type(odd) > .show-me-horizontal {
    transform:  translateY(calc(-100%)) !important;
    opacity: 1 !important;
}

.timeline-political > li:nth-of-type(even) > .show-me-horizontal {
    transform:  translateY(calc(0%)) !important;
    opacity: 1 !important;
}

.timeline-political-content {
    border-left: 8px solid white;
    padding: 15px 0;
    padding-right: 24px;
    margin-left: 45px;
    margin-top: -20px;
}

.timeline-political-content > li {
    /* padding-left: 20px;
    border-bottom: 4px solid white;
    
    position: relative; */
    margin-left: 8px;
    margin-top: 18px;
    
}

.timeline-political-title {
    color: black;
    background: white;
    display: block;
    position: relative;
    /* padding-left: 150px; */
    line-height: 24px;
    font-weight: bold;
    font-size: 13px;
    z-index: 2;
}

.last {
    border-radius: 0 24px 24px 0;
}

.last::after {
    content: '';
    height: 5px;
    width: 5px;
    display: block;
    border: 20px solid white;
    box-sizing: border-box;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: -10px;
    top: 42.0px;
}

/* .timeline-political-title::before {
    content: '';
    height: 35px;
    width: 35px;
    position: absolute;
    background: white;
    border-radius: 50%;
    left: 32px;
    top: calc( (35 - 24) / 2 * -1px );
    z-index: -1;
} */