.newSlider-container {
	position:relative;
	width:100%;
	/*height:400px;*/
	/*background-color:#fff;*/
}

.newSlider-container .prevNews,
.newSlider-container .nextNews {
	display: block;
	position:absolute;
	top:-20px;
	margin-top:12.888888888888888888888888888889%;
	vertical-align:middle;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.5) none repeat scroll 0% 0%;
	color: #448200;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
	font-size: 20px;
	border:2px solid #448200;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.newSlider-container .prevNews {
	left:-12px;
}
.newSlider-container .nextNews {
	right:-12px;
}

.newSlider-container .prevNews:hover,
.newSlider-container .nextNews:hover {
	background:#448200; color:#fff;
}
.newSlider-container .prevNews.slick-disabled,
.newSlider-container .nextNews.slick-disabled {
	opacity:0;
	cursor:default;
}

.newsSlider {
	width:100%;
	height:100%;
}

.newsSlide {
	display: block;
	margin: 0 15px;
}

.Home-News-Events .news-title, .Home-News-Events .news-date, .Home-News-Events .news-subtitle {
	/*color:#448200;*/
	/*position:relative;*/
	/*z-index:10;*/
	/*font-family: Fira Sans, sans-serif;
	letter-spacing: 0.5px;
	line-height: 1.5;
	font-weight: bold;*/
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}


.newsSlide .news-title {
	margin-bottom:5px;
	line-height: 1.25;
}	
.newsSlide .news-subtitle {
	margin-bottom:10px;
	line-height: 1.25;
}	
.newsSlide .detailsBox {
	color: #515151;
	margin:5px 0;
	line-height: 1.25;
}	
.newsSlide .nowrap {
	white-space: nowrap;
}

.newsSlide .news-image {
	position:relative;
	border: 5px solid #C6C6C6;
	/*margin-bottom:15px;*/
}
.newsSlide .news-image:after {
	position:absolute;
	width:24px;
	height:19px;
	content:'';
	display:block;
	bottom:-6px;
	left:18px;
	background-image: url(../img/image-arrow.svg);
	background-size: 100% 100%;
}

.newsSlide .news-thumbnail {
	float: left;
	display: none;
	line-height: 1.25;
	margin: 0 10px 0 0; /*-5px top*/
}

.newsSlide .news-date {
	color: #515151;
	text-align:right;
	margin-bottom:5px;
	line-height: 1.25;
}

.Home-Events .event {
	margin-bottom: 20px;
}

.More-News-Events {
	position:absolute;
	right:15px;
	top:30px;
}
.More-News-Events a {
	font-weight:500;
	padding-left:5px;
}

@media screen and (max-width: 1024px) {
	.Home-News-Events .news-title { font-size: 14px; }
}


@media handheld, only screen and (max-width: 900px) {
	.newSlider-container .prevNews,
	.newSlider-container .nextNews {
		margin-top:19.736842105263157894736842105263%;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.newSlider-container {
		/*height:auto;*/
		padding-bottom:15px;
	}

	.newSlider-container .prevNews,
	.newSlider-container .nextNews {
		display:none;
	}

	.newsSlide .nowrap {
		white-space: normal;
	}
	
	.newsSlide .news-image {
		display: none;
	}
	
	.newsSlide .news-thumbnail {
		display: block;
	}
	.newsSlide {
		min-height: 110px;
		margin-bottom:10px;
	}
	.newsSlide .slide-content {
		margin-left:120px;
		padding-top: 5px;
	}
	.newsSlide .news-date {
		float:right;
		margin-left:10px;
	}
	
}

@media handheld, only screen and (max-width: 480px) {
	.newsSlide {
		min-height: 88px;
	}
	.newsSlide .news-thumbnail {
		margin: 0 8px 0 0;
	}
	.newsSlide .slide-content {
		margin-left:96px;
		padding-top:4px;
	}

}

@media handheld, only screen and (max-width: 360px) {
	.newsSlide {
/*		min-height:0;
		margin-bottom:20px;*/
		min-height: 66px;
	}
	.newsSlide .news-title, .newsSlide .news-date, .newsSlide .news-subtitle {
		margin-bottom:0;
	}
	.newsSlide .news-thumbnail {
		/*display: none;*/
		margin: 0 6px 0 0;
	}
	.newsSlide .slide-content {
/*		margin-left:0;
		padding-top:0;*/
		margin-left:72px;
		padding-top:3px;
	}

}