/* EVENTS HEADER */
.events-header {
	width: 100%;
}
.events-header {
	position: relative;
	margin: 0 0 50px;
}
.events-header figure {
	position: relative;
	margin: 0 0 5px;
	overflow: hidden;
}
.events-header figure picture img {
	width: 100%;
	position: relative;
	z-index: 1;
	transition-property: opacity, transform;
	transition-timing-function: ease;
	transition-duration: .35s;
}
.events-header figure picture:hover img {
	transform: scale(1.05);
}
.events-header figure figcaption {
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	padding: 60px 15px 10px;
	background-image: linear-gradient(to top, rgba(0,0,0,0.65),rgba(0,0,0,0));
	pointer-events: none;
}
.events-header figure figcaption h3,
.events-header figure figcaption p,
.events-header figure figcaption,
.events-header figure figcaption .eventSubtitle {
	font-family: 'DIN Next LT W04 Bold';
	color: #fff;
	text-transform: uppercase;
}
.events-header figure figcaption .date {
	font-family: 'DIN Next LT W04 Bold';
	text-align: center;
	padding: 0;
	margin: 0 10px 0 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
.events-header figure figcaption .dateDown {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 126px;
}
@media screen and (max-width: 40.063em) {
	.events-header figure figcaption .dateDown {
		height: 100px;
	}	
}
.events-header figure figcaption .date .month {
	font-size: 22px;
	line-height: 1em;
}
.events-header figure figcaption .date .day {
	font-size: 50px;
	line-height: 1em;
	letter-spacing: -0.04em;
}
.events-header figure figcaption h3 {
	font-size: 25.5px;
	line-height: 1em;
	color: #000;
	background-color: #fbd100;
	margin-bottom: 8px;
	padding: 2px 10px;
}
.events-header figure figcaption a {
	color: #000;
	word-break: keep-all;
}
.events-header figure figcaption .location, .events-header figure figcaption .eventSubtitle {
	font-size: 16px;
	padding: 0;
	text-transform: uppercase;
}
/*.events-header figure figcaption .location svg {
	height: 15px;
	margin-right: 5px;
}*/
.events-header figure figcaption .location i.fa {
	font-size: 24px;
	margin-right: 5px;
	position: relative;
	color: #fbd100;
}
@media screen and (min-width: 40.063em) {
	.events-header {
		margin-bottom: 50px;
	}
	.events-header figure {
		position: relative;
		margin: 0 0 5px;
		width: calc(50% - 3.5px);
		float: left;
	}
	.events-header figure:first-child {
		margin: 0 5px 5px 0;
		width: calc(50% - 1.5px);
	}
	.events-header figure figcaption {
		padding: 120px 15px 30px;
	}
	.events-header figure figcaption .date {
		text-align: center;
		padding: 0;
		margin: 0 20px 0 0;
	}
	.events-header figure figcaption .date .month {
		font-size: 30px;
		line-height: 0.8em;
	}
	.events-header figure figcaption .date .day { font-size: 68px; }
	.events-header figure figcaption h3 { font-size: 30px; }
	.events-header figure figcaption .location, .events-header figure figcaption .eventSubtitle {
		font-size: 20px;
	}
}
@media screen and (min-width: 64.063em) {
	.events-header figure figcaption h3 { font-size: 40px; }
	.events-header figure figcaption .date .month {
		font-size: 30px;
		line-height: 30px
	}
	.events-header figure figcaption .date .day {
		font-size: 55px;
		line-height: 50px;
	}
	.events-header figure figcaption .location, .events-header figure figcaption .eventSubtitle {
		font-size: 26px;
		line-height: 26px;
	}
	/*.events-header figure figcaption .location svg {
		height: 20px;
		margin-right: 10px;
	}*/
}
@media only screen and (min-width: 120.063em) {
	.events-header figure figcaption h3 { font-size: 55px; }
	.events-header figure figcaption .date .month {
		font-size: 45px;
		line-height: 45px
	}
	.events-header figure figcaption .date .day {
		font-size: 98px;
		line-height: 75px;
	}
	.events-header figure figcaption .location {
		font-size: 38px;
		line-height: 38px;
	}
	/*.events-header figure figcaption .location svg { height: 27px; }*/
}