section#events_section {
	background: #fff;
	position: relative;
	overflow: hidden;
}
section#events_section .e-blocks {
	padding: 20px 0px 20px;
}
#events_section a.events-head-link {
	text-decoration: none;
}
#events_section a.events-head-link:hover h1 {
	color: #0d3473;
}
#events_section h1 {
	color: #114495;
	font-weight: 400;
	padding: 0 0 0 15px;
	position: relative;
	z-index: 1;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
#events_section h1::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 5px;
	height: 90%;
	background: #fff100;
}

#events_section a.news-col {
	text-decoration: none;
}
#events_section .news-col {
	background: #fff;
	display: block;
	position: relative;
}
#events_section .news-col .background-image {
	height: 290px;
	background-size: cover;
	background-position: center;
}

#events_section .content-main {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#990000+0,990000+60&0+0,0.8+60 */
	background: -moz-linear-gradient(top, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.8) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 0%,rgba(26, 26, 26, 0.8) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%,rgba(26, 26, 26, 0.8) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990000', endColorstr='#cc990000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 10px 20px 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
#events_section .content-main::before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#990000+5,990000+60&0.8+5,0.95+60 */
	background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.8) 5%, rgba(26, 26, 26, 0.95) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.8) 5%,rgba(26, 26, 26, 0.95) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(26, 26, 26, 0.8) 5%,rgba(26, 26, 26, 0.95) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc990000', endColorstr='#f2990000',GradientType=0 ); /* IE6-9 */
	position: absolute;
  	content: "";
  	top: 0;
 	right: 0;
 	bottom: 0;
 	left: 0;
 	z-index: -1;
 	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
  	opacity: 0;
}
#events_section .news-col:hover .content-main::before {
	opacity: 1;
}

#events_section .news-col .content-main h3 {
    margin: 0;
    font-size: 24px;
	font-weight: 600;
	color: #fff;
	border-top: 1px solid #fff;
	padding: 20px 10px 20px;
	position: relative;
	text-transform: uppercase;
	line-height: 1.2;
}
#events_section .news-col .content-main h3::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	left: -5px;
	width: 5px;
	height: 60%;
	background: #fff100;
}
/*#events_section .news-col .content-main p {
	margin-bottom: 20px;
	color: #999;
	max-height: 46px;
	min-height: 46px;
	font-weight: 300;
	overflow: hidden;
}*/
#events_section .news-col .content-main .postdate {
	overflow: hidden;
	font-weight: 400;
	color: #fff;
	text-align: center;
}


/********** SLICK STYLES ********/

/* Arrows */

.e-blocks .slick-prev, .e-blocks .slick-next {
	top: unset;
	bottom: -75px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 1;
	background: #fff100;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height: 50px;
	width: 50px;
}
.e-blocks .slick-prev {
    left: 565px;
}
.e-blocks .slick-next {
    right: 565px;
}
.e-blocks .slick-prev::before, .e-blocks .slick-next::before {
	font-size: 24px;
	color: #0b51a2;
}
.e-blocks  .slick-prev::before {
	content: "\f060";
}
.e-blocks  .slick-next::before {
	content: '\f061';
}


/* Dots */
.e-blocks.slick-dotted.slick-slider {
	margin-bottom: 70px;
}
.e-blocks .slick-dots {
	bottom: -55px;
}
.e-blocks .slick-dots li button:before {
    color: #0b51a2;
}
.e-blocks .slick-dots li.slick-active button::before {
	color: #fff100;
}

/* ----- Responsive Styles -----*/

@media(min-width: 380px) {
	#events_section h1 span.lower-large {
		font-size: 34px;
	}
}
@media (min-width:380px) and (max-width:639px) {
	#events_section .outer-wrap {
		width: 350px !important;
		display: block !important;
		margin: 0 auto;
	}
}
@media(min-width: 470px) {
	#events_section h1 span.lower-large {
		font-size: 42px;
	}
}
@media(min-width: 640px) {
	#events_section h1 span.lower-large {
		font-size: 56px;
	}
	#events_section .news-col {
		margin: 0 8px;
	}
}
@media(min-width: 768px) {
	section#events_section {
		overflow: hidden;
	}
	#events_section a.events-head-link:hover h1 {
		color: #fff;
	}
    section#events_section h1 {
    	font-size: 42px;
		margin: 0 0 10px 10px;
	}
	#events_section h1::before {
		background: #fff;
	}
}
@media (min-width:768px) and (max-width:1023px) {
	section#events_section::before {
		content:"";
		border-radius: 50%;
		height: 800px;
		width: 800px;
		background: #fff100;
		position: absolute;
		left: -15%;
		top: 50%;
		-webkit-transform: translatey(-50%);
		transform: translatey(-50%);
	}
	.e-blocks .slick-dots li.slick-active button::before {
		color: #fff;
	}
}
@media(min-width: 1024px) {
	#events_section a.events-head-link {
		z-index: 1;
		position: relative;
	}
	section#events_section h1 {
		font-size: 44px;
		margin: 5px 0 20px 10px;
	}
	section#events_section .e-blocks {
		padding: 20px 0px 50px;
		position: relative;
	}
	section#events_section .e-blocks::before {
		content:"";
		border-radius: 50%;
		height: 900px;
		width: 900px;
		background: #fff100;
		position: absolute;
		left: -40%;
		top: 50%;
		-webkit-transform: translatey(-50%);
		transform: translatey(-50%);
	}
	.e-blocks .slick-dots {
		bottom: 0px;
	}
}
@media(min-width: 1280px) {
	section#events_section h1 {
		font-size: 52px;
		margin: 15px 0 30px 10px;
	}
	.e-blocks.slick-dotted.slick-slider {
		margin-bottom: 80px;
	}
	.e-blocks .slick-dots {
		bottom: -5px;
	}
	section#events_section .e-blocks::before {
		height: 1100px;
		width: 1100px;
		/*left: -42%;*/
	}
	#events_section .news-col {
		margin: 0 10px;
	}
}
@media(min-width: 2000px) {
	section#events_section .e-blocks::before {
		height: 1500px;
		width: 1500px;
		left: -75%;
	}
}