/** ===> SLIDER <=== */
.experience-list-page {
    overflow: hidden;
    background-color: #EDEFFE;
}

.experience-list-container .no-items {
    padding: 30px 20px;
    text-align: center;
}

.experience-list-slide-wrap {
    width: 100%;
}

.experience-list-slide {
    visibility: hidden;
    height: 100%
}

.exp-slide-wrap {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 96 / 25;
    height: auto;
}

.experience-list-slide .slick-list,
.experience-list-slide .slick-track {
    height: 100%;
}

.exp-slide-wrap .darker-background {
    width: 100%;
    height: 100%;
    position: relative;
}

.exp-slide-wrap .exp-slide-content-wrap {
    display: block;
    margin-bottom: 25px;
    color: #edeffe;
}

.exp-slide-title {
    font-family: Montserrat-Bold, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.2vw;
    line-height: 1;
    padding-left: 60px;
    padding-right: 60px;
}

.exp-slide-location {
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
}

.exp-slide-button {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.exp-slide-button > a {
    color: #e41809;
    border: 0 solid #2c2e3d;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 2px;
    background-color: rgba(237, 239, 254, 0.77);
}

.exp-slide-button > a:hover {
    text-decoration: none;
    color: #F44E50;
    border: 3px solid #F44E50;
}

.exp-list-slide-arrow {
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
}

.exp-list-slide-arrow.prev {
    left: 20px;
}

.exp-list-slide-arrow.next {
    right: 20px;
}

.exp-list-slide-arrow svg {
    width: 25px;
    height: 44px;
}
