/* @group Where-nashville
------------------------------------ */
.where-nashville {
	position: relative;
	isolation: isolate;
	padding: 0 0 8rem 0;
	z-index: 2;

	background-size: cover;
}
.where-nashville::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #93A0AA;
	z-index: -1;
	opacity: 0.51;
}
.where-nashville figure,
.where-nashville h2,
.where-nashville h3,
.where-nashville p {
	color: var(--dark-green);
	margin: 0 0 2rem;
}
.where-nashville .col-map {
	padding: 8rem 0 0 1rem;
}
.where-nashville .col-map img {
	width: 100%;
	height: auto;
	margin: 0 0 4rem 0;
}
.where-nashville .outer-shapes {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.where-nashville .outer-shapes i {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
.where-nashville .outer-shapes .top-left {
	top: -4.9rem;
	left: 0;
	width: 15rem;
	height: 15rem;
	background-image: url('../../img/layout/frontpage/shape-top-left-gallery.svg');
}
.where-nashville .outer-shapes .bottom-left {
	bottom: -4.9rem;
	left: 0;
	width: 10rem;
	height: 10rem;
	background-image: url('../../img/layout/frontpage//shape-bottom-left-gallery.svg');
}
.where-nashville .outer-shapes .top-right {
	top: -4.9rem;
	right: 0;
	width: 10rem;
	height: 10rem;
	background-image: url('../../img/layout/frontpage//shape-bottom-left-gallery.svg');
}
@media only screen and (min-width: 961px) {
	.where-nashville {
		padding: 0;
		background-image: url('../../img/layout/frontpage/update/bg-nashville.jpg');
	}
	.where-nashville::before {
		background-color: var(--beige);
	}
	.where-nashville .col-content {
		padding-top: 8vh;
		margin: 0 0 0 24.5vh;
		width: 72.3vh;
	}
	.where-nashville .col-content .box {
		padding: 0 0 0 5.6vh;
        max-width: 51vh;
	}
	.where-nashville .col-content figure {
		height: 23vh;
		margin: 0 0 3.5vh 0;
	}
	.where-nashville .col-map {
		padding: 0;
		width: 110vh;
		margin: 4.47vh 0 0 0;
	}
    .where-nashville h3 {
		padding: 1vh 0;
        max-width: 38.2vh;
    }
    .where-nashville p {
        margin-bottom: 2.6vh !important;
    }
	.where-nashville .outerImage {
		position: relative;
		width: 100%;
		height: 94.6vh;
		z-index: 3;
		background-image: url('../../img/layout/frontpage/update/map-back.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	.where-nashville .outerImage svg {
		position: absolute;
		top: 0;
		left: -0.05vh;
		width: 100%;
		height: 100%;
	}
	.where-nashville .outerImage image {
		transform: scale(1);
		transform-origin: 50% 50%;
		transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
		opacity: 0;
	}
	.where-nashville .outerImage circle {
		transform-origin: 50% 50%;
		transform: scale(1);
		transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.where-nashville .outer-shapes .top-left {
		top: 0;
		left: -9vh;
		width: 26.8vh;
		height: 26.8vh;
		background-image: url('../../img/layout/frontpage/update/square-nashville-top.svg');
	}
	.where-nashville .outer-shapes .bottom-left {
		bottom: 0;
		left: -9vh;
		width: 26.8vh;
		height: 17.9vh;
		background-image: url('../../img/layout/frontpage/update/square-nashville-bot.svg');
	}
	.where-nashville .outer-shapes .top-right {
		top: 0;
		right: -18vh;
		width: 26.8vh;
		height: 26.8vh;
		background-image: url('../../img/layout/frontpage/update/square-gallery-top.svg');
	}
	.where-nashville .outer-shapes .bottom-right {
		bottom: 0;
		right: -26.8vh;
		width: 26.8vh;
		height: 26.8vh;
		background-image: url('../../img/layout/frontpage/update/square-gallery-bot.svg');
	}
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.where-nashville .col-map,
	.where-nashville .col-content {
		flex: 0 1 100%;
		max-width: 100%;
	}
	.where-nashville h2,
	.where-nashville h3,
	.where-nashville p {
		color: var(--beige);
        border-color: var(--beige);
	}
    .where-nashville .bttn {
        background: var(--beige);
        color: var(--rust);
    }
}

/* @end */

/* Animations */
.where-nashville .col-content h2,
.where-nashville .col-content figure,
.where-nashville .col-content h3,
.where-nashville .col-content p,
.where-nashville .col-content .bttn,
.where-nashville .col-map figure {
	opacity: 0;
}
.where-nashville .col-content.animateActive h2,
.where-nashville .col-content.animateActive figure,
.where-nashville .col-content.animateActive h3,
.where-nashville .col-content.animateActive p,
.where-nashville .col-content.animateActive .bttn,
.where-nashville .col-map.animateActive figure {
	animation: fade var(--fade-animation) forwards;
}

.where-nashville .col-content.animateActive h2 {
	animation-delay: 0.3s;
}
.where-nashville .col-content.animateActive figure {
	animation-delay: 0.5s;
}
.where-nashville .col-content.animateActive h3 {
	animation-delay: 0.7s;
}
.where-nashville .col-content.animateActive p {
	animation-delay: 0.9s;
}
.where-nashville .col-content.animateActive .bttn {
	animation-delay: 1.1s;
}
.where-nashville .col-map.animateActive figure {
	animation-delay: 0.3s;
}
