
.iRow3 .iRowLeft,
.iRow3 .iRowRight {
	float: none;
	margin: 0;
}


/* Homepage Slider */
.swiper-container {
	margin-top: 12px;
}
.swiper-slide {
	background-size: cover;
	background-position: 50% 50%;
	height: auto;
}
.swiper-nav {
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex;
	display: flex;

	-webkit-box-align: center; -ms-flex-align: center;
	align-items: center;

	-webkit-box-pack: center; -ms-flex-pack: center;
	justify-content: center;
}
.swiper-nav__prev,
.swiper-nav__next {
	font-size: 2em;
	padding: 0 .5em;
}
.swiper-nav__prev:hover,
.swiper-nav__next:hover {
	color: #999;
	cursor: pointer;
}
.swiper-nav__pagination {
	display: none;
	line-height: 1;
	padding: 0 .5em;
	text-align: center;
}
.swiper-nav__pagination .swiper-pagination-bullet {
	margin: 0 .35em;
	height: 30px;
	width: 30px;
}
.swiper-nav__pagination .swiper-pagination-bullet:hover {
	background-color: #999;
}
.swiper-nav__pagination .swiper-pagination-bullet-active,
.swiper-nav__pagination .swiper-pagination-bullet-active:hover {
	background-color: #2c70ba;
}


/* Homepage Events */

.iEventsWrapper {
	border-top: 1px solid #979797;
	margin-top: 1em;
	padding-top: 1em;
}
.iEventsWrapper:before {
	clear: both;
	content: '';
	display: block;
	width: 100%;
}
.iEvents {
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex;
	display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.iEvents .iEventLinkWrapper {
	-webkit-box-flex: 1; -ms-flex: 1;
	flex: 1;

	display: block;
	max-width: 100%;
	min-width: 100%;
}
.iEvents .iEventLinkWrapper .iEventLink {
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex;
	display: flex;
}
.iEvents .iEventLinkWrapper .iEventLink .iEventLinkDate {
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex;
	display: flex;

	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;

	-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column;
	flex-direction: column;

	float: none;
	margin-right: 0;
}
.iEvents .iEventLinkWrapper .iEventLink .iEventLinkDate .iEventLinkDateDay {
	-webkit-box-flex: 1; -ms-flex: 1;
	flex: 1;

	float: none;
}
.iEvents .iEventLinkWrapper .iEventLink .iEventLinkCopy {
	-webkit-box-flex: 1; -ms-flex: 1;
	flex: 1;
}
.iEventsViewAllButtonWrapper {
	margin-bottom: 2em;
}



@media (min-width: 768px) {

	.iRow3 .wrapper.wrapperFlex {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		-webkit-box-align: center;-ms-flex-align: center;
		align-items: center;
	}

	.iRow3 .iRowLeft {
		padding-right: 3em;
	}

	.swiper-nav__prev,
	.swiper-nav__next {
		font-size: 1.75em;
	}
	.swiper-nav__pagination {
		display: block;
	}
}


@media (min-width: 992px) {
	.iEvents .iEventLinkWrapper {
		max-width: 33.333333%;
		min-width: 33.333333%;
		padding: 1em;
	}
}