.nav-left, .nav-right{
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 22px;
    z-index: 100;
}
.nav-right{
    right: 0;
}
.nav-left{
    left: 0;
}
.nav-left:before{
    content: "◂";
    position: absolute;
    font-size: 50px;
    margin-left: -4px;
    background-color: rgba(255,255,255,0.5);
    line-height: 0;
    padding-top: 25px;
    height: 100%;

}
.nav-right:before {
    content: "▸";
    position: absolute;
    font-size: 50px;
    margin-left: -12px;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 0;
    padding-top: 25px;
    height: 100%;
}

.navitem:last-child{
    padding-right: 60px !important;;
}
.navitem:first-child{
    padding-left: 60px !important;;
}


.timeline_event:nth-child(even):not(:last-child) {
}
.timeline_event:nth-child(even):not(:last-child):not(:nth-child(2)):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color_dark_green);
}

#event_list_nav{
    position: fixed;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.2);
    z-index: 50;
    margin-top: 34px;
    overflow-x: auto ;
}
#event_list_nav.locked{
    position: absolute;
    bottom: initial;
}

#event_list_nav>div{
    /*display: inline-block;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
}
#event_list_nav .flex{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#event_list_nav .navitem{
    padding: 10px 25px;
    font-family: "Merriweather";
    font-size: 26px;
    font-weight: 300;
    cursor: pointer;
    white-space: nowrap;
}
#event_list_nav .navitem:not(:last-child):after{
    content: '';
    position: absolute;
    height: 50%;
    width: 1px;
    background-color: var(--color_dark_green);
    bottom: 0;
    margin-left: 25px;
}

.timeline_event_list .texts .sep{
    width: 45px;
    height: 1px;
    background-color: var(--color_dark_green);
    margin-bottom: 18px;
}
.timeline_event_list {
    background-size: cover;
    background-position: top center;
    position: relative;
    padding-top: 21px;
    padding-bottom: 100px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}



.timeline_event_list .timeline {
    margin: 30px 0 60px 0;
    padding: 0;
    list-style: none;
    position: relative;
}

@media (max-width: 768px) {
    .timeline_event_list .timeline {
        margin-bottom: 30px;
    }
}

.timeline_event_list .timeline > li {
    position: relative;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    list-style: none;
    float: left;
}


@media (min-width: 768px) {
    .timeline_event_list .timeline > li .content {
        margin-right: 0;
        padding-left: 68px;
    }

    .timeline_event_list .timeline > li .content:before {
        left: 0;
        content: " ";
        height: 1px;
        width: 40px;
        background-color: var(--color_dark_green);
        position: absolute;
        pointer-events: none;
        top: 50%;
    }
}

.timeline_event_list .timeline > li .content .content_inner {
    background: #FFFFFF;
}


.timeline_event_list .timeline > li .content .content_inner .image {
    height: 230px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.timeline-list .timeline > li:nth-child(odd) {
    clear: both;
}
@media (max-width: 768px) {
    .timeline_event_list .timeline > li .content .content_inner .image {
        height: 50vw;
    }
}


.timeline_event_list .timeline > li .content .content_inner .texts {
    padding: 30px;
    /*background-color: var(--color_dark_green);*/
    background-color: #f2f2f2;
    color: var(--color_dark_green);
}

.timeline_event_list .timeline > li .content .content_inner .texts .title {
    font-size: 40px;
    line-height: 41px;
    font-family: "Merriweather";
    font-weight: 300;
    position: relative;
    padding-bottom: 18px;

}



.timeline_event_list .timeline > li .content .content_inner .texts .description {
    font-size: 16px;
    line-height: 130%;
    font-family: neusa_next_proregular;
}



@media (min-width: 768px) {
    .timeline_event_list .timeline > li {
        width: 50%;
        margin-bottom: 0;
    }

    .timeline_event_list .timeline > li:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: var(--color_dark_green);
        z-index: 1;
        display: block;
    }

    .timeline_event_list .timeline > li:first-child:before {
        right: 0;
        content: " ";
        height: 1px;
        width: 40px;
        background: var(--color_dark_green);
        position: absolute;
        pointer-events: none;
        top: 50%;
    }

    .timeline_event_list .timeline > li:first-child:after {
        content: '';
        position: absolute;
        bottom: 0;
        top: 50% !important;
        z-index: 1;
        width: 1px;
        height: 50%;
    }



    .timeline_event_list .timeline > li:nth-child(odd) {
        margin-bottom: 100px;
    }

    .timeline_event_list .timeline > li:nth-child(odd):after {
        position: absolute;
        top: -50px;
        z-index: 1;
        right: -1px;
        width: 1px;
    }

}

.timeline_event_list .timeline > li:nth-child(odd) .content {
    margin-left: 0;
    padding-right: 68px;
    padding-left: 0;
}

.timeline_event_list .timeline > li:nth-child(odd) .content:before {
    left: auto;
    right: 0;
}

.timeline_event_list .timeline > li:nth-child(even) {
    margin-top: 100px;
    float: right;
}

.timeline_event_list .timeline > li:nth-child(2):after {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 1px;
    height: 50%;
}

.timeline_event_list .timeline > li:nth-last-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    height: 50%;
    width: 1px;
    background: var(--color_dark_green);
    z-index: 1;
    display: block;
}

.timeline_event_list .timeline > li:nth-last-child(2):nth-child(odd):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    height: 55%;
    width: 1px;
    background: var(--color_dark_green);
    z-index: 1;
    display: block;
}

.timeline_event_list .timeline > li:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    height: 50%;
    width: 1px;
    background: var(--color_dark_green);
    z-index: 1;
    display: block;
}

.timeline_event:last-child{
}

@media (max-width: 1030px) {
    .timeline_event_list .timeline > li .content .content_inner .texts .title{
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .timeline_event_list .timeline > li:nth-child(odd) .content{
        margin: 0 !important;
    }
    .timeline_event_list .timeline > li:nth-child(odd) .content{
        padding: 0 !important;
    }
    .timeline_event_list .timeline > li{
        width: 100%;
        margin-bottom: 0;
        margin-top: 100px;
    }
    .timeline_event:nth-child(even):not(:last-child):not(:nth-child(2)):before{
        display: none;
    }
}