/* edit */
.timeline-carousel .swiper-button-next.swiper-button-black-highlight, .swiper-button-prev.swiper-button-black-highlight {
    top: 0;
    margin-top: 10%;
}
/* edit */

.timeline-carousel {
    position: relative;
    overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    background-color: #1d1d1e;
    z-index: 3;
    width: 6.9444%;
}
.timeline-carousel:after {
    left: 0;
}
.timeline-carousel:before {
    right: 0;
    opacity: 0;
}
.timeline-carousel .slick-list {
    overflow: visible;
}
.timeline-carousel h1 {
    color: #FFF;
    margin-bottom: 40px;
}
.timeline-carousel .image {
    padding-right: 30px;
    padding-bottom: 30px;
}
.timeline-carousel .item {
    cursor: move;
}
.timeline-carousel .item .media-wrapper {
    padding-bottom: 70%;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel .item .media-wrapper:last-child, .timeline-carousel .item-inner:after {
    width: calc(100% - 30px);   
}
.timeline-carousel .item-inner {
    position: relative;
    padding-top: 0px;
}
.timeline-carousel .item-inner:after {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 7px;
    left: 0;
    content: "";
    border-bottom: 1px solid #003663;
}
.timeline-carousel .item-inner .year {
    color: #FFF;
    display: table;
    padding-right: 10px;
    z-index: 1;
    position: relative;
}
.timeline-carousel .item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    z-index: 3;
}

.timeline-carousel .item-inner .month {
    font-size: 28px;
    line-height: 36px;
    display: block;
    margin-bottom: 10px;
}
.timeline-carousel .item-inner p {
    width: 75%;
    margin-bottom: 0px;
}

.timeline-carousel .item-inner .pointer {
    height: 40px;
    position: relative;
    z-index: 10;
    margin: 0 0 16px;
}
.timeline-carousel .item-inner .pointer:after, .timeline-carousel .item-inner .pointer:before {
    position: absolute;
    content: "";
}
.timeline-carousel .item-inner .pointer:after {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: #00C0DF;
}
.timeline-carousel .item-inner .pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 7px;
    background-color: #00C0DF;
}
.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 5px 0;
    list-style-type: none;
}
	
.slick-dots li {
    margin: 0 8px;
}
	
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #003663;
    text-indent: -9999px;
}
	
.slick-dots li.slick-active button {
    background-color: #00C0DF;
}