/*.map-slide{position: relative; max-width: 1040px}

@media only screen and (max-width: 64.063em) {
.map-slide{position: relative; max-width: 742px}
}*/

.map-slide {
	margin-bottom: 30px;
}

.map-slide .top-section {
	position: relative;
}

.map-slide #map-background-mobile {
	position: absolute;
	z-index: 0;
	top: 6px;
	left: -33px;
}

.map-slide .arrows {
	display: flex;
	gap: 60px;
	justify-content: center;
	padding-top: 10px;
}

.map-slide .arrows .custom-arrow {
	font-size: 30px;
	margin: 0;
	padding: 10px;
	color: black;
	background-color: transparent;
}

.map-slide .no-pad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media only screen and (min-width: 40.063em) {
	.map-slide img {
		height: 100%;
	}
	.map-slide .arrows {
		display: none;
	}
	.map-slide .bottom-section .imageboxes .top-image:hover .active,
	.map-slide .bottom-section .imageboxes .bottom-image:hover .active,
	.map-slide .bottom-section .imageboxes .right-side:hover .active {
		bottom: 0;
		height: 100%;
		opacity: 1;
	}

	.map-slide .bottom-section .imageboxes .top-image:hover .title,
	.map-slide .bottom-section .imageboxes .bottom-image:hover .title,
	.map-slide .bottom-section .imageboxes .right-side:hover .title{
		display: none;
	}

	.map-slide .bottom-section .imageboxes .active .content{
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		text-align: center;
	}

	.map-slide .bottom-section .imageboxes .active .content .title{
		position: static;
		margin-bottom: 20px;
		display: block !important;
	}
}

.map-slide .top-section{
	background-color: #cccccc;
	height: 230px;
	border-bottom: 1px solid rgb(153, 153, 153);
}

.map-slide .top-section .close {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 12px;
	font-family: var(--font-body-smbld);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.5;
	text-align: right;
}

.map-slide .top-section .close .fa {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 2.143;
}

.map-slide .top-section .bottom {
	position: relative;
	top: 50%;
	max-width: 960px;
	margin: 0 auto;
}

@media only screen and (max-width: 64.063em) {
	.map-slide .top-section .bottom {
		max-width: 692px;
	}
}

@media only screen and (max-width: 40.063em) {
	.map-slide .top-section{
		height: auto;
	}

	.map-slide .top-section .close {
		display: none;
	}

	.map-slide .top-section .bottom {
		position: static;
		margin-top: 30px;
	}

	.map-slide .top-section .mini_map {
		padding-bottom: 20px;
	}

	.map-slide .top-section .mini_map svg {
		max-width: 62%;
		margin: 0 auto;
		display: block;
	}

	.map-slide .top-section .select select {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 642px) {
	.map-slide .top-section .mini_map {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.map-slide .top-section .select {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
}


.map-slide .top-section .select select {
	background-color: rgb(51, 51, 51);
	padding-left: 20px;
	height: 50px;
	font-size: 20px;
	font-family: var(--font-body-reg);
	color: #fff;
	line-height: 1.2;
	background-image: none;
	-moz-appearance: none;
}
.map-slide .top-section .select .fa {
	position: absolute;
	right: 30px;
	top: 18px;
	color: #fff;
	font-size: 13px;
	pointer-events: none;
	cursor: pointer;
}

.map-slide .bottom-section {
	padding-top: 40px;
	margin: 0 auto;
	max-width: 960px;
}

@media only screen and (max-width: 64.063em) {
	.map-slide .bottom-section{
		max-width: 692px;
	}
}

@media only screen and (max-width: 40.063em) {
	.map-slide .bottom-section{
		margin-top: 10px;
		padding-top: 0;
		max-width: 300px;
	}
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
	.map-slide .bottom-section {
		max-width: 386px;
	}
}

@media only screen and (max-width: 413px) {
	.map-slide .bottom-section {
		max-width: 300px;
	}
}

.map-slide .bottom-section .content {
	position: relative;
}

.map-slide .bottom-section .content .title {
	margin: 0 auto;
	display: block;
	position: relative;
}

.map-slide .bottom-section .content .title .overlay {
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	z-index: 10;
}

.map-slide .bottom-section .content .title .image {
	display: block;
	margin: 0 auto;
	height: 100%;
}
.map-slide .bottom-section .content .title .text {
	font-size: 45px;
	font-family: var(--font-body-xbold);
	color: #fff;
	line-height: 1.2;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 12;
}

.map-slide .bottom-section .content .description p {
	font-size: 16px;
	font-family: var(--font-body-reg);
	color: #000;
	line-height: 1.5;
	text-align: center;
	max-width: 812px;
	margin: 40px auto 0 auto;
}

.map-slide .bottom-section .content .description a.link {
	background-color: #eb2328;
	font-size: 20px;
	font-family: var(--font-oswald);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	display: block;
	margin: 32px auto 0 auto;
	max-width: 162px;
	padding: 10px;
}

.map-slide .bottom-section .imageboxes {
	margin: 25px auto 0 auto;
	overflow: hidden;
}

.map-slide .bottom-section .imageboxes .overlay {
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	z-index: 10;
}

@media only screen and (max-width: 64.063em) {
	.map-slide .bottom-section .imageboxes .overlay{
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
	}
}

.map-slide .bottom-section .imageboxes .title {
	font-size: 20px;
	font-family: var(--font-body-reg);
	color: #fff;
	line-height: 1.2;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
	z-index: 12;
}

.map-slide .bottom-section .imageboxes .play-button {
	font-size: 54px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.map-slide .bottom-section .imageboxes .active {
	position: absolute;
	z-index: 15;
	background: rgba(218, 13, 15, 0.8 );
	opacity: 0;
	bottom: -10px;
	height: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.map-slide .bottom-section .imageboxes .active .content p {
	max-width: 280px;
	margin: 0 auto;
}

.map-slide .bottom-section .imageboxes .active .content a {
	color: #fff;
}

@media only screen and (min-width: 64.063em) {
	.map-slide .bottom-section .imageboxes {
		padding-left: 0;
	}

	.map-slide .bottom-section .imageboxes .left {
		padding-left: 0;
	}

	.map-slide .bottom-section .imageboxes .top-image,
	.map-slide .bottom-section .imageboxes .bottom-image {
		padding-left: 0;
		padding-right: 0;
	}
}

.map-slide .bottom-section .imageboxes .top-image {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}

.map-slide .bottom-section .imageboxes .bottom-image {
	position: relative;
	overflow: hidden;
}

.map-slide .bottom-section .imageboxes .right-side {
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 64.063em) {
	.map-slide .bottom-section .imageboxes .right-side {
		padding-right: 0;
	}
}

.map-slide .bottom-section .imageboxes .right-side .overlay {
	margin-left: 0.9375rem;
}

@media only screen and (max-width: 40em) {
	.map-slide .bottom-section .imageboxes .left {
		padding-left: 0;
		padding-right: 0;
	}

	.map-slide .bottom-section .imageboxes .right-side {
		margin-top: 30px;
	}

	.map-slide .bottom-section .imageboxes .top-image {
		margin-bottom: 30px;
	}

	.map-slide .bottom-section .imageboxes .has-video {
		padding-left: 0;
		padding-right: 0;
	}

	.map-slide .bottom-section .content .title .text {
		font-size: 22px;
		text-wrap: nowrap;
	}

	.map-slide .imageboxes img,
	.map-slide .bottom-section .imageboxes div.title,
	.map-slide .bottom-section .imageboxes .overlay {
		display: none;
	}

	.map-slide .bottom-section .imageboxes .active {
		position: relative;
		opacity: 1;
		background: transparent;
		height: 100%;
	}

	.map-slide .bottom-section .imageboxes .active .title {
		color: #eb2328;
		position: relative;
	}

	.map-slide .bottom-section .content .description p {
		margin: 20px auto 0 auto;
	}

	.map-slide .top-section .select {
		display: none;
	}
}

.map-slide .map-section.active {
	fill: #0a5d66 !important;
}

@media only screen and (max-width: 500px) {
	.map-slide #map-background-mobile {
		top: 10px;
		left: -29px;
	}
}

@media only screen and (max-width: 400px) {
	.map-slide #map-background-mobile {
		top: 22px;
		left: -9px;
		transform: scale(1.1);
	}
}
