.module-title-container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.module-title-container .module-title span {
    font-family: 'Playoff Pro Serif Heavy';
    font-size: 30px;
    line-height: 28px;
    margin-top: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.module-title-container .module-subtitle a {
    font-family: 'Playoff Pro Serif Heavy';
    font-size: 16px;
    line-height: 28px;
    margin-top: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
}

.module-title-container .module-subtitle a:hover,
.eventCarousel .viewAllLink a:hover {
    color: #900;
}

.eventCarousel {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.eventCarousel .slick-list {
    width: 90%;
    margin: 0 auto;
}

.event-container {
    margin: 0 5px;
    border: 1px solid #d6d6c2;
    width: auto;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-shadow: 2px 4px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 4px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 4px 15px -4px rgba(0,0,0,0.75);
}

.eventCarousel button.slick-next, 
.eventCarousel button.slick-prev {
    top: 30%;
    font-size: 20px;
}

body.m .eventCarousel button.slick-next, 
body.m .eventCarousel button.slick-prev {
    display: none!important;
}

body.m .event-container {
    width: auto;
}


.eventCarousel button.slick-next:before, .eventCarousel button.slick-prev:before {
    color: #fff;
    display: inline-block;
    visibility: visible;
    position: relative;
    font-family: "pepmdx";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    background-color: #c00;
    -webkit-font-smoothing: antialiased;
    border-radius: 25px;
    padding: 5px 2px;
}

.eventCarousel .slick-dots ul li.slick-active button:after,
.eventCarousel .slick-dots ul li button:before,
.eventCarousel .slick-dots li.slick-active button:after,
.eventCarousel .slick-dots li button:after,
.eventCarousel .slick-dots li button:before {
    color: #000;
}

.eventCarousel ul.slick-dots {
    height: 40px;
    bottom: unset;
}

.eventCarousel .event-thumb {
    margin-top: 30px;
}

.eventCarousel .event-title {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    width: auto;
    height: auto;
}

.eventCarousel .event-title h2 {
    font-family: 'Playoff Pro Serif Heavy';
    font-size: 18px;
    padding: 0 10px;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.eventCarousel .event-date {
    font-family: 'Playoff Pro Serif Heavy';
    font-size: 14px;
    padding-bottom: 15px;
}

.eventCarousel .viewAllLink {
    font-family: 'Playoff Pro Sans Regular';
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .eventCarousel {
        width: 95%;
    }

    .eventCarousel .slick-list {
        width: 100%;
    }
}
