
.CalendarListEvent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
}

.CalendarListEvent:first-child {
	margin-top: 2rem;
}

.CalendarListEvent__header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #d3dfe4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 150px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 260px;
	position: relative;
	overflow: hidden;
	align-items: center;
}

.CalendarListEvent__header img {
	max-width: 260px;
}

.CalendarListEvent__header_date {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #00b1ff;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 500;
	height: 44px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 44px;
}

.CalendarListEvent__header_date-date {
	font-size: 2rem;
	font-size: 20px;
	line-height: 29px;
}

.CalendarListEvent__header_date-month {
	font-size: 10px;
	margin-top: -4px;
}

.CalendarListEvent__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 2rem;
}

.CalendarListEvent__title {
	font-size: 2rem;
	font-weight: 300;
	padding-bottom: .5rem;
}

.CalendarListEvent__date_time {
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: .5rem;
}

.CalendarListEvent__date_time img {
	height: 16px;
	margin-left: 2px;
	margin-top: -1px;
	width: 18px;
}

.CalendarListEvent__date_time a {
	cursor: pointer;
}

.CalendarListEvent__location {
	padding-bottom: .5rem;
}

.CalendarListEvent__description {
	color: #8c9198;
}

@media (max-width: 768px) {
	.CalendarListEvent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.CalendarListEvent .CalendarListEvent__content {
		margin-left: 0;
	}
	
	.CalendarListEvent .CalendarListEvent__header {
		max-width: 100%;
		width: 100%;
	}
	
	.CalendarListEvent .CalendarListEvent__header img {
		max-width: 100%;
	}
}

.CalendarListFooter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: solid 2px #e6e8ed;
	border-bottom: solid 2px #e6e8ed;
	height: 53px;
	vertical-align: middle;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.CalendarListSummary {
	display: inline-block;
	height: 24px;
	font-size: 14px;
}

.CalendarListPagination {
	display: inline-block;
	height: 24px;
}

.CalendarListPager__item {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #359be0;
	min-width: 9px;
	height: 19px;
	margin: 0px 3px;
	outline: 0;
	padding: 0px 0px;
	text-decoration: none;
}

.CalendarListPager__item::-moz-focus-inner, .CalendarListPager__item:focus {
	outline: 0;
}

.CalendarListPager__item.CalendarListPager__current {
	color: #fff;
	border-radius: 15px;
	min-width: 24px;
	height: 19px;
	text-align: center;
	padding: 3px 0px;
	margin: 0px 0px;
	background: #359be0;
}

.CalendarListPager__item.CalendarListPager__current:hover, .CalendarListPager__item.CalendarListPager__current:visited {
	color: #fff;
}

.CalendarListPager__item.CalendarListPager__arrow {
	color: #8c9197;
}

.CalendarListPager__item.CalendarListPager__arrow:hover, .CalendarListPager__item.CalendarListPager__arrow:visited {
	color: #8c9197;
}

.CalendarListPager__item:hover, .CalendarListPager__item:visited {
	color: #359be0;
	text-decoration: none;
}

.CalendarEvent__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.CalendarEvent__box h3 {
	font-size: 16px;
	font-weight: bold;
}

.CalendarEvent__box .CalendarEvent__details {
	padding: 0px 10% 20px 0px;
	position: relative;
	width: 50%;
}

.CalendarEvent__box .CalendarEvent__details .CalendarEvent__featuredImageBox {
	max-height: 300px;
	margin: 20px 0px 0px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.CalendarEvent__box .CalendarEvent__details .CalendarEvent__featuredImageBox img {
	max-width: 100%;
}

.CalendarEvent__box .CalendarEvent__details .CalendarEvent__description {
	margin: 20px 0px;
}

.CalendarEvent__box .CalendarEvent__details p {
	margin: 20px 0px;
}

.CalendarEvent__box .CalendarEvent__details p:first-child {
	margin: 0px 0px 20px;
}

.CalendarEvent__box .CalendarEvent__details p:last-child {
	margin: 20px 0px 0px;
}

.CalendarEvent__box .CalendarEvent__meta {
	width: 40%;
}

.CalendarEvent__box .CalendarEvent__meta h3 {
	border-bottom: 1px solid #dde2eb;
	padding-bottom: 5px;
	margin: 20px 0px 10px;
}

.CalendarEvent__box .CalendarEvent__meta h3:first-child {
	margin: 10px 0px;
}

.CalendarEvent__box .CalendarEvent__meta .CalendarEvent__tag {
	border: 1px solid #333;
	border-radius: 4px;
	text-decoration: none;
	padding: 2px 5px;
}

@media (max-width: 768px) {
	.CalendarEvent__box {
		display: block;
	}
	
	.CalendarEvent__box .CalendarEvent__details {
		padding: 0px 0px 20px;
		width: 100%;
	}
	
	.CalendarEvent__box .CalendarEvent__details .CalendarEvent__description {
		margin: 20px 0px 0px;
	}
	
	.CalendarEvent__box .CalendarEvent__details .CalendarEvent__featuredImageBox {
		max-height: none;
		height: auto;
		margin: 20px 0px 0px;
		overflow: show;
		display: block;
		max-width: 100%;
	}
	
	.CalendarEvent__box .CalendarEvent__details .CalendarEvent__featuredImageBox .CalendarEvent__featuredImage {
		max-width: 100%;
		max-height: none;
		height: auto;
	}
	
	.CalendarEvent__box .CalendarEvent__meta {
		width: 100%;
	}
}
