.marquee {
	margin-bottom: 40px;
}
.marquee,
.marquee .img-cont {
	position: relative;
}
.marquee .slide {
	margin-bottom: 3px;
}
.marquee .slide .inner {
	position: relative;
}
.marquee .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}
.marquee .img-cont::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 56%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
	border-radius: 6px 6px 0 0;
}
.marquee .img-cont img {
	display: block;
	width: 100%;
}
.marquee h4,
.marquee h4 a {
	color: #fff;
    font-weight: 700;
    transition: opacity .1s;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 1.3em;
    margin: 0;
}
.marquee .bottom .content-section {
	position: relative;
	background-color: #2a608c;
	padding: 70px 20px 23px;
}
.marquee .bottom .content-section h4 {
	margin-bottom: 6px;
}
.marquee .top .content-section {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
	width: 100%;
	background-color: rgba(42, 96, 140, 0.0);
	border-top: 11px solid rgba(23, 75, 117, 0);
	transition: 300ms ease-in-out;
}
.marquee span.date-range,
.marquee span.locale {
	display: block;
	font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 5px;
}
.marquee .content-section p {
	color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Fira Sans', sans-serif;
}
.marquee .top .date-block {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background-color: rgb(16, 94, 158, 1);
    display: inline-flex;
    padding: 3px 10px;
    border-radius: 4px;
    line-height: 1.1em;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
	border: solid 1px rgba(255, 255, 255, 0);
	transition: 300ms ease-in-out;
}
.marquee .top .date-block span.dot {
	margin: 0 4px;
}
.marquee .bottom .content-section .date-block {
	background-color: #174b75;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 2.2em;
    padding: 0 20px;
}
.marquee .trip-builder-cont.no-dates,
.marquee .trip-builder-cont {
	position: absolute;
	top: 0;
	right: 0;
}
.marquee .trip-builder-cont.no-dates:after,
.marquee .trip-builder-cont:after {
	content: "";
    background: linear-gradient(49deg, rgba(255,255,255,0.0) 64%, rgba(0,0,0,0.25) 100%);
    width: 275px;
    height: 275px;
    top: 0;
    right: 0;
    position: absolute;
}
.marquee .bottom .trip-builder-cont.no-dates:after,
.marquee .bottom .trip-builder-cont:after {
	background: linear-gradient(49deg, rgba(255,255,255,0.0) 64%, rgba(0,0,0,0) 100%);
}
.marquee .trip-builder-cont.no-dates button,
.marquee .trip-builder-cont button {
	font-size: 30px;
	margin-bottom: 0;
	background-color: transparent;
	z-index: 5;
	padding: 10px 15px;
}
.marquee .trip-builder-cont.no-dates i.fas.fa-heart.fill,
.marquee .trip-builder-cont i.fas.fa-heart.fill  {
	color: #961e31;
}
@media (max-width: 40em) {
	.marquee .date-cont.desktop {
		display: none;
	}
}

@media (min-width: 40em) {
	.panel-two-col .marquee {
		margin-bottom: 0;
	}
	.marquee .cols .top {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 8px;
		margin-bottom: 8px;
	}
	.marquee .cols .bottom {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 8px;
	}
	.marquee .cols .slide {
		background-color: #2a608c;
		margin-bottom: 0;
	}
	.marquee .img-cont img {
		border-radius: 6px;
	}
	.marquee .cols .bottom .slide .inner {
		display: grid;
		grid-template-columns: 52px 1fr;
		height: 100%;
	}
	.marquee .cols .bottom .slide .inner .date-cont.desktop {
		text-align: center;
		writing-mode: tb-rl;
		line-height: 2rem;
		transform: rotate(180deg);
		text-transform: uppercase;
	}
	.marquee .bottom .date-cont.desktop .date-block {
		background-color: #174b75;
		color: #fff;
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 26px;
		line-height: 2em;
	}
	.marquee .bottom .content-section .date-block.mobile {
		display: none;
	}
	.marquee .bottom .content-section {
		padding: 30px 22px 25px;
	}
}

@media (min-width: 64em) {
	.marquee {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 120px;
	}
	.marquee .cols .slide {
		margin-bottom: 0;
	}
	.marquee h4,
	.marquee h4 a {
		font-size: 36px;
	}
	.marquee .bottom .content-section h4 {
		margin-bottom: 3px;
	}
	.marquee .content-section p {
		font-size: 16px;
	}
	.marquee .top .slide:hover .content-section {
		background-color: rgba(42, 96, 140, 0.90);
		border-top: 11px solid rgba(23, 75, 117, 1);
		transition: 300ms ease-in-out;
	}
	.marquee .top .slide:hover .date-block {
		background-color: rgb(16, 94, 158, 0);
		border: solid 1px rgba(255, 255, 255, 1);
		transition: 300ms ease-in-out;
	}
	.marquee span.date-range, 
	.marquee span.locale {
		font-size: 16px;
	}
}

/* Internet Explorer Fallback */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px) {
	.core-imagebox:not(.slides-across-1) .slides {
		display: flex;
		flex-wrap: wrap;
	}
	.core-imagebox:not(.slides-across-1) .slide {
		width: 50%;
	}
	.core-imagebox .slide {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {
	.core-imagebox.slides-across-2 .slide {
		width: 50%;
	}
	.core-imagebox.slides-across-3 .slide {
		width: 33.33333%;
	}
	.core-imagebox.slides-across-4 .slide {
		width: 25%;
	}
	.core-imagebox .slide {
		padding-left: 20px;
		padding-right: 20px;
	}
}/* Internet Explorer Fallback */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px) {
	.marquee {
		overflow: hidden;
		margin-left: -4px;
		margin-right: -4px;
	}
	.marquee .cols .top {
		display: flex;
	}
	.marquee .cols .top .slide {
		width: 33.33%;
		margin: 0 4px;
	}
	.marquee .cols .bottom {
		display: flex;
		flex-direction: row;
		margin-left: -4px;
		margin-right: -4px;
	}
	.marquee .cols .bottom .slide {
		width: 50%;
		margin: 0 4px;
	}
	.marquee .cols .bottom .slide .inner {
		display: flex;
		flex-direction: row;
	}
	.marquee .cols .bottom .slide .inner .desktop.date-cont {
		width: 12%;
	}
	.marquee .bottom .content-section {
		width: 88%;
	}
	.marquee .cols .bottom .slide .inner {
		height: 100%;
	}
}