.imagebox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	box-sizing: border-box;
}

@media only screen and (max-width: 64em) {
	.imagebox {
		max-width: 480px;
	}
}

.imagebox .img-cont { position: relative; }

.imagebox img {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2
}

.imagebox .img-cont:before {
	content: '';
	height: 100%;
	width: calc(100% - 60px);
	position: absolute;
	-webkit-box-shadow: 32px 12px 20px -8px rgb(90, 87, 88);
	-moz-box-shadow: 32px 12px 20px -8px rgb(90, 87, 88);
	box-shadow: 32px 12px 20px -8px rgb(90, 87, 88);
	z-index: 1;
}

.imagebox .title {
	position: absolute;
	left: -10px;
	bottom: 20px;
	background-color: #dd5a00;
	padding: 3px 5px;
	z-index: 2;
}
.imagebox .title .text {
	font-family: var(--proxima-soft-bold);
	font-weight: var(--proxima-soft-bold-weight);
	font-size: 15px;
	color: #fff;
	padding: 2px 3px 3px;
}

.imagebox.no-title .title { display: none; }

.imagebox .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.imagebox .desc { font-size: 14px; }

/* Image Box Video */
.imagebox-video {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	box-sizing: border-box;
}

@media only screen and (max-width: 64em) {
	.imagebox-video {
		max-width: 480px;
	}
}

.imagebox-video img {
	display: block;
	width: 100%;
}
.imagebox-video .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Highlights */

.imagebox-highlights {
	width: 101%;
	height: 100%;
	margin-left: -5px;
}

.imagebox-highlights ul {
	margin: 0;
	list-style: none;
}

.imagebox-highlights ul[class*="block-grid-"] > li {
	padding: 0 0.325rem 0.675rem;
}

.imagebox-highlights ul.sidebar > li { display: none; }
.imagebox-highlights ul.sidebar > li:first-child { display: block; }

.imagebox-highlights .item-inner {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,.2);
	height: 100%;
	padding: 15px 15px 35px;
}
.imagebox-highlights.imagebox-grid .item-inner {
	padding-bottom: 0;
}

.imagebox-highlights .image-container {
	position: relative;
	margin-bottom: 15px;
	display: block;
}

.imagebox-highlights .image-container img { width: 100%; }

.imagebox-highlights .image-container .ad-banner {
	position: absolute;
	bottom: 10px;
	left: -8px;
	z-index: 2;
	display: none;
	background-color: #3e0a5f;
	font-family: var(--proxima);
	font-weight: var(--proxima-weight);
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 10px 3px;
}
.imagebox-highlights .image-container.hasad .ad-banner {
	display: block;
}
.imagebox-highlights .image-container.hasad .ad-banner > div:before,
.imagebox-highlights .image-container.hasad .ad-banner > div:after {
	position: absolute;
	left: 50%;
	content: ' ';
	background-color: #4e2966;
	display: block;
	height: 1px;
	width: 85%;
	transform: translateX(-50%);
}
.imagebox-highlights .image-container.hasad .ad-banner > div:before { top: 3px; }
.imagebox-highlights .image-container.hasad .ad-banner > div:after { bottom: 3px; }

.imagebox-highlights a {
	display: block;
	height: 100%;
}

.imagebox-highlights li:hover .details-container .description,
.imagebox-highlights li:hover .details-container .description p {
	color: #fff;
}

.imagebox-highlights .details-container .title,
.imagebox-highlights .details-container .title a {
	color: #dc5900;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: var(--proxima-soft-bold);
	font-weight: var(--proxima-soft-bold-weight);
}

.imagebox-highlights .details-container .description p,
.imagebox-highlights .details-container .description p a {
	color: #756b5e;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
	font-family: var(--proxima);
	font-weight: var(--proxima-weight);
}

.imagebox-highlights.imagebox-grid .description.full-description {
	color: #756b5e;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
	font-family: var(--proxima);
	font-weight: var(--proxima-weight);
}

.imagebox-highlights.imagebox-grid .description.full-description {
	margin-bottom: 20px;
}

.imagebox-highlights.imagebox-grid .description.full-description a {
	display: inline;
}

.imagebox-highlights ul li:hover .details-container .title a,
.imagebox-highlights ul li:hover .details-container .description p a,
.imagebox-highlights .details-container .description p a:hover,
.imagebox-highlights .more-info a:hover,
.imagebox-highlights ul li:hover .more-info a {
	color: #fff;
	opacity: 1;
}

.imagebox-highlights .more-info {
	position: absolute;
	bottom: 0px;
	background-color: #eee9db;
	width: 100%;
	font-family: var(--proxima-soft-bold);
	font-weight: var(--proxima-soft-bold-weight);
	font-size: 14px;
	color: #4a484e;
	line-height: 1.8;
	font-style: italic;
	padding: 5px 15px;
	margin: 0 0 0 -15px;
}
.imagebox-highlights .more-info a {
	font-family: var(--proxima-soft-bold);
	font-weight: var(--proxima-soft-bold-weight);
	font-size: 14px;
	color: #4a484e;
}

.imagebox-highlights li:hover .item-inner { background-color: #dc5900; }
.imagebox-highlights li:hover .title,
.imagebox-highlights li:hover .description p { color: #756b5e; }
.imagebox-highlights li:hover .more-info {
	background-color: #000;
	color: #756b5e;
}

@media only screen and (max-width: 40em) {
	.imagebox-highlights .image-container { width: 100%; }
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.imagebox-highlights .item-inner { padding-bottom: 0; }

	.imagebox-highlights .image-container,
	.imagebox-highlights .details-container { float: left; }
	.imagebox-highlights .image-container { width: 35%; }
	.imagebox-highlights .details-container {
		width: 65%;
		padding: 0 0 0 15px;
	}

	.imagebox-highlights .more-info {
		right: 0;
		bottom: 16px;
		width: 61%;
		margin: 0 1.6%;
	}
}


.imagebox-grid .dates {
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: var(--proxima-bold);
	font-weight: var(--proxima-bold-weight);
    color: #756b5e;
}

.imagebox-grid li:hover .dates{color: white;}