/*
 * Widget Events Hero Widget
 */
.event-hero-widget {}
.event-hero-widget .row .columns {}
.event-hero-widget .content-col,
.event-hero-widget .image-col {border-bottom: solid 7px #fff;}
.header-slideshow-container .event-hero-widget .row.collapse .content-col.columns {padding: 25px;}
.event-hero-widget .content-col *{position: relative; z-index: 10;}
.event-hero-widget .content-col::before {
	position: absolute;
	content: "";
	top: 0;
	background-color: #2b285d;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.event-hero-widget .image-col {}
.event-hero-widget .title {
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	font-family: 'Triump W01 Bold1499955';
	line-height: 45px;
	margin-bottom: 28px;
	padding-right: 20px;
	word-wrap: break-word;
}
.event-hero-widget .button {
	margin-bottom: 5px;
	width: 100%;
}
.event-hero-widget .logo {
	position: absolute;
	bottom: 18px;
	width: 157px;
	left: 12px;
}
.event-hero-widget .responsive {}

.event-hero-widget .image-col { position: relative; overflow: hidden; }
@media only screen and (max-width: 64em){
	.header-slideshow-container .disable-mobile-video .videolink { display: none !important; }
}
@media only screen and (min-width: 40.063em){
	/* > 641px  */ 
	.event-hero-widget {
		border-bottom: solid 3px #fff;
		overflow: hidden;
	}
	.header-slideshow-container .event-hero-widget .row.collapse .content-col.columns {padding-top: 40px;}
	.event-hero-widget,
	.event-hero-widget .content-col,
	.event-hero-widget .image-col {height: 370px;}
	.event-hero-widget .content-col,
	.event-hero-widget .image-col {border-bottom: none;}
	.event-hero-widget .content-col {border-right: solid 3px #fff;}
	.event-hero-widget .image-col .main-image {
		height: 100%;
		width: auto;
		max-width: unset;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	/*.event-hero-widget .image-col .main-image {
		
		height: 370px;
	}*/
	.event-hero-widget .button {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.event-hero-widget .title {margin-bottom: 38px;}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 
	.event-hero-widget {}
	.event-hero-widget,
	.event-hero-widget .content-col,
	.event-hero-widget .image-col {
		height: 600px;
	}
	.event-hero-widget .content-col {padding: 25px;}
	.event-hero-widget .logo {
		bottom: 37px;
		left: 30px;
		width: auto;
	}
	.event-hero-widget .title {
		font-size: 45px;
		line-height: 57px;
	}
	.event-hero-widget .content {
		width: 100%;
		height: 270px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		padding-right: 0;
		padding-left: 30px;
	}
}
.event-hero-widget .play-button {
	background-image: url(/includes/public/assets/images/icon-play-button.png);
	background-size: 90px auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}
@media only screen and (min-width: 1774px) {
	.event-hero-widget .image-col .main-image {
		width: 100%;
		height: auto;
		max-height: unset;
	}
}
