.events-archive-slideshow  {
	margin-bottom: 40px;
}

.card-listing .listing-item .article-dek {
	font-size: 2.6rem;
	margin-bottom: 20px;
	display: block;
	line-height: 1em;
}

.card-listing .listing-item .article-dek time span {
	font-size: 2.0rem;
}

.card-listing .listing-item .basic-text-1 {
	font-size: 2.0rem;
}

.card-listing .listing-item .category-2 {
	font-size: 1.8rem;
	font-weight: 300;
}

.card-listing .text-box {
	padding: 20px;
}


.past-events .listing-article .image {
	max-width: 20%;
}

.past-events .listing-header {
	font-size: 2.4rem;
}

.past-events .basic-text-2 {
	font-size: 1.8rem;
}

.nav-arrows {
	position: absolute;
	font-size: 4.5rem;
	height: 45px;
	width: 20px;
	top: 50%;
	margin-top: -25px;
	z-index: 50;
	transition: all 0.3s;
	color: #747474;
	cursor: pointer;
	text-align: center;
}

.nav-arrows.prev {
	left:-50px;
}

.nav-arrows.next {
	right:-50px;
}

.nav-arrows.prev:hover {
	left:-60px;
}

.nav-arrows.next:hover {
	right:-60px;
}

.upcoming-events-slideshow .slide {
	width: 100%;
}