.slider {
    width: auto;
    padding: 0 15px;
    margin-bottom: 50px;
    /* visibility: hidden; */
}

.slider .slider-title {
    font-family: 'sunrise_internationalregular';
    font-size: 44px;
    color: #1d4357;
    line-height: 1;
    text-align: center;
}

.slider .slider-cont {
    position: relative;
}
.slider .slider-cont {
    margin: 0 50px;
}

.slider .slider-cont .cols {
    padding: 20px 0px 30px;
    border-bottom: 2px solid rgba(29, 67, 87, 0.1);
    border-top: 2px solid rgba(29, 67, 87, 0.1);
}

.slider .slider-cont .arrow-cont {
    top: 50%;
    left: -50px;
    width: calc(100% + 100px);
}

.slider .slider-cont .arrow-cont {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    width: calc(100% + 100px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.slider .slider-cont .arrow-cont .custom-arrow {
    pointer-events: auto;
    cursor: pointer;
}

.slider .arrow-cont .arrow-inner img:first-of-type {
    display: block;
    width: 30px;
}

.slider .arrow-cont .arrow-inner img:last-of-type {
    display: none;
}

.slider .arrow-cont .slick-arrow.slick-hidden {
    display: none !important;
}

.slider .slider-cont .view-all {
    background-color: #1d4357;
    color: #fff;
    font-family: 'Mundo Sans W01 Medium';
    font-size: 16px;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 100px;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    transition: color .2s ease, background-color .35s ease, padding .35s ease;
}

.slider .view-all .view-all-arrow {
    margin-left: 10px;
    font-family: 'sunrise_internationalregular';
    font-size: 24px;
    line-height: 0.6;
    position: relative;
    top: 3px;
}

.slider .slide .img-cont {
    position: relative;
    margin-bottom:10px;
}

.slider .slide .img-cont.dates {
    margin-bottom:30px
}

.slider .no-images .slide .img-cont.dates {
    margin-bottom: 0;
}

.slider .no-images .slide .inner,
.slider .no-images .slide .inner a {
    text-align: center;
}

.slider .slide .img-cont.dates .date-cont {
    position: absolute;
    bottom: -20px;
    left: 10px;
}

.slider .no-images .slide .img-cont.dates .date-cont {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto;
}

.slider .slide .date-cont {
    background-image: url('/includes/public/assets/shared/red-blob.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 86px;
    height: 79px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.slider .date-cont .event-date {
    font-family: 'Mundo Sans W01 Bold';
    text-transform: uppercase;
    color: #fff;
}

.slider .event-date .month {
    width: 100%;
    display: block;
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 0;
    line-height: 16px;
}

.slider .event-date .day {
    text-align: center;
    display: block;
    font-size: 32px;
    line-height: 28px
}

.slider .inner .content-section .title {
    font-family: 'Mundo Sans W01 Bold';
    color: #1d4357;
    font-size: 20px;
    line-height: 1;
}

.slider .content-section .title .events-arrow {
    font-family:'sunrise_internationalregular';
    margin-left: 10px;
    font-size: 32px;
    position: relative;
    top: 4px;
}

.slider .content-section .location {
    font-family: 'Mundo Sans W01 Regular';
    font-size: 16px;
    color: #333;
}

.slider .content-section .location i {
    margin-right: 5px;
    color: #32bbab;
}

@media (min-width: 820px) {
    .slider {
        padding: 0 50px;
    }

    .slider .slider-title {
        font-size: 60px;
        margin-bottom: 20px;
        padding: 0 50px;
        text-align: initial;
    }

    .slider .slider-cont .slide {
        padding-right: 20px;
    }

    .slider .slider-cont .arrow-cont {
        top: 50%;
        left: -50px;
        width: calc(100% + 100px);
    }

    .slider .arrow-cont .arrow-inner img:first-of-type {
        width: 40px;
    }

    .slider .slide .inner,
    .slider .slide .inner a {
        flex-direction: column;
    }

    .slider .no-images .slide .inner,
    .slider .no-images .slide .inner a {
        display: flex;
        height: auto;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
    }

    .slider .slide .date-cont {
        margin-bottom: 0;
    }
}

@media(min-width: 1025px) {
    .slider .slider-cont .view-all:hover {
        padding-right: 39px;
        padding-left: 39px;
        background-color: #32bbab;
        color: #1d4357;
    }
}

@media(min-width: 1320px) {
    .slider {
        width: 1296px;
        margin: 0 auto 50px;
        padding: 0;
    }
}

/* Meetings & Sports Themes Styles */
.meetings .slider .slider-title {
    font-family: 'Mundo Sans W01 Bold';
    color: #214093;
}

.sports .slider .slider-title {
    font-family: futura-pt-condensed, sans-serif;
    font-size: 62px;
    font-weight: 800;
    font-style: italic;
    line-height: 64px;
    color: #214093;
} 

.meetings .slider .img-cont.dates .date-cont,
.sports .slider .img-cont.dates .date-cont {
    background: #c41d37;
    width: 70px;
    height: 55px;
    left: 0;
    bottom: 0;
    margin: 0;
}

.meetings .slider .date-cont .event-date,
.sports .slider .date-cont .event-date {
    margin-bottom: 0;
}

.meetings .slider .event-date .month,
.sports .slider .event-date .month {
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.meetings .slider .event-date .day,
.sports .slider .event-date .day {
    font-size: 28px;
}

.meetings .slider .content-section .title .events-arrow,
.sports .slider .content-section .title .events-arrow {
    font-size: 0;
    background-image: url(/includes/public/assets/shared/right-arrow.png);
    height: 15px;
    width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.meetings .slider .content-section .location i,
.sports .slider .content-section .location i {
    color: #c41d37;
}

.meetings .slider .arrow-cont .arrow-inner img:first-of-type,
.sports .slider .arrow-cont .arrow-inner img:first-of-type {
    display: none;
}

.meetings .slider .arrow-cont .arrow-inner img:last-of-type,
.sports .slider .arrow-cont .arrow-inner img:last-of-type {
    display: block;
    width: auto;
    height: auto;
}

.meetings .slider .slider-cont .view-all,
.sports .slider .slider-cont .view-all {
    background-color: #214093;
    min-width: 165px;
}

.meetings .slider .slider-cont .view-all:hover,
.sports .slider .slider-cont .view-all:hover {
    color: #fff;
}

.meetings .slider .slider-cont .view-all .view-all-arrow,
.sports .slider .slider-cont .view-all .view-all-arrow {
    font-size: 0;
    background-image: url(/includes/public/assets/shared/right-arrow-white.png);
    height: 10px;
    width: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}