.eventsList {
    
margin-top: 20px;
}

a.event {
    height: 150px;
 /* overflow:  hidden; */
}

a.event:hover .day-square, a.event:hover .day {
    color: #fff;
    background: #3b716d;
}

.event .eventDate {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    border-bottom: solid 1px #4a444426;
    height: 100%;
    /* padding-top: 48px; */
    margin-right: 4%;
}

.event .eventInfo {
    width: 71%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    overflow:  hidden;
    }

    .day-square {
    display: inline-block;
    background: #a0c13b;
    border: solid #3b716d 1px;
    position: relative;
    height: 70px;
    width: 60px;
    margin-bottom: 10px;
}

span.day {
    text-align: center;
    color: #4a4444;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    display: block;
   width: 100%;
}

#public a.event:hover .day-square, #public a.event:hover .day {
    color: #4a4444;
    background: #a0c13b;
}

#public .day-square {
    display: inline-block;
    background: #3b716d;
    position: relative;
    height: 70px;
    width: 60px;
    margin-bottom: 10px;
}

#public span.day {
    background: #3b716d;
    color: #fff;
}

span.month {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #4a4444;
    text-transform: uppercase;
}

.event .eventName {max-width: 100%;color: #3b716d;font-size: 17px;font-weight: 600;margin-bottom: 15px;}

.eventLocation {
    display:none;
    
}

.time {
    font-size: 10px;
    color: #696969;
    margin-top: -3px;
    margin-bottom: 5px;
}

#community .small-6.large-7.columns, #public .small-6.large-7.columns {
    padding-right: 60px;
}

.more {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    /* padding: 25px 0px; */
}

.more a {
    color: #3b716d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

.more a:hover {
    opacity: .4;
    text-decoration: underline;
}

.more .small-6.large-5.columns {
    padding-top: 20px;
}

.slick-next, .slick-prev {
    color: transparent;
}

.slick-next:before {
    content: '\F105';
    font-family: FontAwesome;
    font-size: 30px;
    color: #3b716d;
}

.slick-prev:before {
    content: '\F104';
    font-family: FontAwesome;
     font-size: 30px;
    color: #3b716d;
}

.slick-next, .slick-prev {
    color: transparent;
    padding: 10px;
}

.slick-next:hover, .slick-prev:hover {
    opacity: .4;
}

