#acn-timeline-slider-nav {
    margin-top: 40px;
}

.acn-slick-slider .slick-list {
    margin: 0 35px;
}

.acn-slick-slider .slick-arrow {
    text-indent: -99999px;
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    margin-top: 15px;
}

#acn-timeline-slider-nav .slick-prev {
    background: url(../images/arrow-left.png) center center no-repeat;
    background-size: 10px 17px;
    outline: none;
}

#acn-timeline-slider-nav .slick-next {
    background: url(../images/arrow-right.png) center center no-repeat;
    background-size: 10px 17px;
    outline: none;
    right: 0;
    top: 0;
}

.acn-timeline-slider-nav-title {
    padding-top: 15px;
}

.acn-timeline-slider-title {
    padding: 7px 0;
    text-align: center;
    background-color: #E5E5E5;
    color: #313131;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
}

.slick-current .acn-timeline-slider-title {
    background-color: #af2317;
    color: #fff
}

.slick-current .acn-timeline-slider-title:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #af2317;
    border-width: 10px;
    margin-left: -10px;
}

.acn-timeline-slider-nav-title:hover {
    cursor: pointer;
}

.acn-timeline-slider-nav-content.slick-slide {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.acn-timeline-slider-nav-content > div {
    flex: 0 0 50%;
    padding: 0 35px;
    font-weight: 600;
    font-size: 20px;
}

h2.acn-timeline-centent-title {
    color: #fff;
    font-family: "Open Sans", Sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
}

.acn-timeline-content {
    color: #fff;
}

@media screen and (max-width: 480px) {
    .acn-timeline-slider-nav-content.slick-slide {
        flex-direction: column;
    }

    .acn-timeline-slider-title {
        background-color: transparent;
    }

    #acn-timeline-slider-nav .slick-prev {
        left: 2%
    }

    #acn-timeline-slider-nav .slick-next {
        right: 2%
    }
}
