.featured-imagebox {
	--color-text: var(--white);
	--color-description: var(--white);
	--font-title: var(--font-display);
	--font-text: var(--font-body);
	--font-info: var(--font-museo-cond-700);
	--font-credit: var(--font-museo-700);

	max-width: var(--max-width-padded);
	padding: var(--max-width-padding);
	margin: 0 auto;

}
.featured-imagebox,
.featured-imagebox .img-cont {
	position: relative;
}

.panel-page.route66-theme .featured-imagebox {
	margin-top: 60px;
}

.panel-page.route66-theme .featured-imagebox .cols {
	position: relative;
}

.panel-page.route66-theme .featured-imagebox .cols:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: -30px;
	left: 0;
	right: 0;
	width: 59px;
	height: 60px;
	margin: 0 auto;
	background-image: url(/includes/public/assets/shared/star-gray.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.featured-imagebox .slide {
	margin-bottom: 30px;
}

.featured-imagebox .slide .inner {
	position: relative;
}

.featured-imagebox .slide .inner .banner-wrapper {
	background: #FFE293;
    height: 23px;
    width: fit-content;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px;
    margin: 2rem .5rem;
	right: 22px;
	top: 44px;
    z-index: 100;
}

.featured-imagebox .slide .inner .banner-wrapper::before {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    bottom: -14px;
	border-bottom: 14px solid transparent;
	border-right: 14px solid #B6AC93;
}

.featured-imagebox .slide .inner .banner-wrapper::after {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    bottom: -14px;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #B6AC93;
}

.featured-imagebox .slide .inner .anniversary-banner::before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	right: -22px;
	top: 0;
	border-bottom: 24px solid transparent;
	border-left: 24px solid #FFE293;
}

.featured-imagebox .slide .inner .anniversary-banner::after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	right: -22px;
	bottom: 0;
	border-top: 24px solid transparent;
	border-left: 24px solid #FFE293;
}

.featured-imagebox .slide .inner.banner {
	overflow: visible;
}

.featured-imagebox .slide .inner a {
	position: relative;
}

.panel-page.route66-theme .featured-imagebox .slide .inner h4,
.panel-page.route66-theme .featured-imagebox .slide .inner h4 a {
	font-family: var(--font-auto-pro-new);
	font-weight: 900;
	font-size: 32px;
	line-height: 1.2;
}

.panel-page.route66-theme .featured-imagebox a.read-more {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	font-family: var(--font-auto-pro-new);
	font-weight: 900;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: var(--black);
	background-color: var(--yellow);
	border-radius: 22px;
}

.panel-page.route66-theme .featured-imagebox a.read-more:after {
	content: '';
	position: relative;
	display: block;
	width: 16px;
	height: 12px;
	margin-left: 6px;
	background-image: url(/includes/public/assets/shared/arrow-black.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.featured-imagebox .slide .inner .anniversary-banner .banner-text {
	font-size: 12px;
	font-family: var(--font-museo-900);
	color: var(--off-black);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.4;
	grid-row: 1 /span 1;
	grid-column: 1 /span 1;
	padding-bottom: 6px;
	padding-left: 10px;
}

.featured-imagebox .slide .inner .category {
	font-family: var(--font-info);
	font-size: 13px;
	font-weight: 500;
	color: var(--color-descriptions);
	text-transform: uppercase;
}

.featured-imagebox .sponsored {
	font-size: 13px;
}

.featured-imagebox .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.featured-imagebox .img-cont img {
	display: block;
	width: 100%;
}

.featured-imagebox h4,
.featured-imagebox h4 a {
	color: var(--color-text);
	font-weight: bold;
	transition: opacity .1s;
	pointer-events: all;
	font-family: var(--font-title);
	font-size: 30px;
	line-height: 1;
	margin-bottom: var(--space-2);
}

.featured-imagebox h4 a:hover {
	text-decoration: none;
}

.featured-imagebox .content-section {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: var(--space-5);
}

.featured-imagebox .content-section .description {
	color: var(--color-description);
	font-family: var(--font-text);
	font-size: 15px;
	font-weight: 500;
	margin-bottom: var(--space-3);
}

.panel-page.route66-theme .featured-imagebox .content-section .description {
	font-family: var(--font-auto-pro-new);
	font-weight: 400;
	font-size: 17px;
	line-height: 1.25;
}

.featured-imagebox .content-section .credits {
	font-family: var(--font-credit);
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
	color: var(--color-text);
}

@media (min-width: 40em) {
	.panel-two-col .featured-imagebox {
		margin-bottom: 0;
	}
}

@media (min-width: 64em) {
	.featured-imagebox .cols {
		display: flex;
		flex-wrap: wrap;
	}

	.panel-page.route66-theme .featured-imagebox {
		margin-top: 110px;
	}

	.panel-page.route66-theme .featured-imagebox .cols:before {
		top: -50px;
		width: 99px;
		height: 100px;
	}

	.featured-imagebox .cols .slide {
		width: 100%;
	}

	.panel-page.route66-theme .featured-imagebox .slide .inner h4,
	.panel-page.route66-theme .featured-imagebox .slide .inner h4 a {
		font-family: var(--font-auto-pro-new);
		font-weight: 900;
		font-size: 48px;
		line-height: 0.85;
	}

	.featured-imagebox .content-section {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 0 68px 50px 68px;
		width: 100%;
	}

	.featured-imagebox .content-inner {
		display: flex;
		flex-direction: column;
		width: 75%;
	}

	.featured-imagebox a.read-more {
		margin-top: auto;
		margin-bottom: 6px;
	}

	.panel-page.route66-theme .featured-imagebox a.read-more {
		font-size: 16px;
	}

	.panel-page.route66-theme .featured-imagebox a.read-more:after {
		width: 23px;
		height: 18px;
		margin-left: 8px;
	}

	@media (hover : hover) {
		.featured-imagebox a.read-more:hover {
			color: var(--color-text);
		}
	}

	.featured-imagebox .slide .inner .category {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.featured-imagebox h4 a,
	.featured-imagebox h4 {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 4px;
	}

	.featured-imagebox .content-section .description {
		font-size: 20px;
		line-height: 1.6;
		margin-bottom: 0;
	}

	.panel-page.route66-theme .featured-imagebox .content-section .description {
		font-size: 24px;
	}
}

