.slick-event {
    position: relative;
    padding: 1rem 3rem 1rem 3rem;
    text-align: left;
    background: #fff;
    border-radius: 0px;
    margin: 4rem 2rem;
    top: 0;
    transition: ease 0.3s;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
}
.slick-event:hover {
    top: -4px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}
.slick-inner {
    position: relative;
    z-index: 3;
}
.slick-event h2 {
    font-size: 16px;
    font-weight: 600;
    height: 96px;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    text-shadow: initial;
    color: #000;
    vertical-align: middle;
    display: table-cell;
}
.slick-event h3 {
    font-size: 18px;
    margin: 0 auto 5px;
    padding: 6px 0;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    width: 80%;
    z-index: 3;
    margin-top: -30px;
    font-weight: 600;
    background: #4abfce;
    line-height: 1.5;
    height: 35px;
    padding-top: 4px;
    transition: 0.3s;
}
.slick-inner:hover h3, .slick-inner a {
    color: #000;
}
.slick-event .middle {
    display: table;
    height: 88px;
}
.iconbox {
    width: 35px;
    vertical-align: middle;
    display: table-cell;
}
.middle p {
    vertical-align: middle;
    display: table-cell;
    margin: 0;
    text-shadow: initial;
}
.slick-event .cal-icons a {
    color: #000;
    margin-left: 6px;
}
.cal-icons {
    height: 42px;
}
p.event-cta {
    padding: 10px 0 0 0;
}
p.text-center.morearticles {
    padding-top: 2rem;
}
