.event-carousel .slick-slide {
    padding: 0 5px;
}


.event-carousel .item-date {
font-size: .9em;
    color: ##858b95;
        margin-bottom: 14px;
}

.event-carousel .item-title {
    line-height: 1.3;
    margin: 14px 0;
    font-size: 1.1em;
}

.event-carousel .item-title::first-letter {
    text-transform: uppercase;
}

.event-carousel .item-title a{
    color: #1a242d;
}

.event-carousel .item-title a:active, .event-carousel .item-title a:hover, .event-carousel .item-title a.current {
    color: #2864a9;
}



.event-carousel .item-text {
    font-size: .92em;
}


.event-carousel .slick-dots {
	position: relative;
	border-top: 1px solid #eee;
	bottom: 0;
	padding-top: 14px !important;
margin-top: 20px;
}

.event-carousel .slick-prev, 
.event-carousel .slick-next {
	position: absolute;
	top: unset;
	bottom: 0;
	cursor: pointer;
	z-index: 3;

}

.event-carousel .slick-prev:before, 
.event-carousel .slick-next:before,
.grants-carousel .slick-prev:before, 
.grants-carousel .slick-next:before {
	font-family: unset; 
	color: #000;
	font-size: 34px;
}

.event-carousel .slick-prev {
	left: 0;
}

.event-carousel .slick-next {
	right: 14px;
}