

.thematic-map {
	--background-color: #FFB600;
	position: relative;
	width: var(--width-fullscreen);
	padding-top: var(--space-8);
	color: var(--black);
	background-color: var(--background-color);
	padding: 35px 25px 0px 25px;
	margin: 0px 0px 20px;
	z-index: 1;
}

.thematic-map .stage {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.thematic-map .list li .poi-toggle > picture {
    position: relative;
}

.thematic-map .list li .poi-toggle > picture::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.45)100%, rgba(0,0,0,0) 70%);
	pointer-events: none;
}

.thematic-map .list li .poi-toggle .region-graphics {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.thematic-map .list li .poi-toggle .region-graphics > img:nth-of-type(3n+1) {
	width: 50%;
}

.thematic-map .list li .poi-toggle .region-graphics img {
    margin: 5px 5px;
}

.thematic-map  h2 {
	margin: 0;
	margin-bottom: var(--space-2);
	color: var(--blue);
	font-family: var(--font-display);
	font-size: var(--text-5xl);
	font-weight: 400;
	letter-spacing: var(--tracking-wider);
	line-height: var(--leading-none);
	text-transform: uppercase;
}

.thematic-map h4 {
	margin: 0;
	color: var(--blue);
	font-family: var(--font-body-italic);
	font-size: var(--text-lg);
	font-weight: 600;
	margin-bottom: 10px;
}

.thematic-map  .button-default {
	background-image: url(/includes/public/assets/shared/btn-arrow-navy.svg);
}

.thematic-map  #view-all {
	margin: 20px 0px;
}

.thematic-map  a {
	background-color: transparent;
}

.thematic-map  p {
	font-weight: 600;
}

.thematic-map  .map-inset {
	background-color: #FFE6A6;
	width: 50%;
}

/***
	Map Stage
****/

.thematic-map.top-dropdown .stage {
	flex-direction: column;
}

.thematic-map .list ul {
	height: auto;
	margin-bottom: var(--space-6);
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.thematic-map .list li .poi-toggle {
	position: relative;
	display: flex;
	padding: 0;
	width: 100%;
	cursor: pointer;
}

.thematic-map .list li .poi-toggle.hover,
.thematic-map .list li .poi-toggle.active {
	text-decoration: none;
}

.thematic-map .list li .poi-toggle:focus {
	outline: none;
}

.thematic-map a.view-all {
	color: var(--btn-text-color);
	font-family: var(--font-family-body);
	font-size: var(--text-base);
	font-weight: 500;
	text-transform: uppercase;
	border-radius: var(--rounded-full);
	background-color: var(--btn-bg-color);
	padding: var(--space-1) var(--space-5) var(--space-1) var(--space-4);
}

.thematic-map .list li .qv-btn {
	display: inline;
	color: var(--btn-text-color);
	background: var(--btn-bg-color);
	font-size: var(--text-sm);
	display: inline-block;
	padding: var(--space-1) var(--space-2);
	border-radius: var(--rounded-full);
	white-space: nowrap;
}

/***
	Map SVG
****/
.thematic-map .map {
	width: 100%;
	padding: 20px 0px;
}

@media (min-width:64em){
	.thematic-map .map {
		padding-bottom: 23px;
	}
}

.thematic-map .map svg {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	transform: none;
	margin: 0px;
	/* background-color: #fff; */
}

.thematic-map .map svg [data-map-beacon] {
	cursor: pointer;
}

.thematic-map .map svg .flag {
	display: unset;
	transition: display ease 0.6s;
	fill: #fff;
}

.thematic-map .map .flag.active {
	display: block;
}

.thematic-map .map .flag.hover {
	display: block;
	fill: #FFE6A6;
}

.thematic-map .map svg #north_central_cities, 
.thematic-map .map svg #northeast_cities, 
.thematic-map .map svg #southeast_cities, 
.thematic-map .map svg #south_central_cities, 
.thematic-map .map svg #southwest_cities, 
.thematic-map .map svg #northwest_cities {
	display: none;
}

@media (hover: hover) {
	.thematic-map a.view-all:hover {
		background-color: var(--btn-bg-color-hover);
		color: var(--btn-text-color-hover);
	}
}

.thematic-map .region-list-cont {
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
	width: 100%;
}

.thematic-map .region-list-cont a.view-all {
	margin-right: var(--space-5);
}

/*  Interactive Thematic Map Quickview Overwrites  */

.quickview-detail.thematic-map > .inner {
    max-width: var(--width-fullscreen);
	width: 100%;
}

.quickview-detail.thematic-map > .inner::before {
	content: '';
	top:0;
	left:0;
	right:0;
	bottom:0;
	position: absolute;
	background-color: rgba(8, 21, 45, .9);
	z-index: 1;
}

.quickview-detail.thematic-map .content {
    overflow-y: unset;
}

.quickview-detail.thematic-map .inner {
    overflow-y: auto;
}

.quickview-detail.thematic-map > .inner {
    background-color: var(--blue);
}

.quickview-detail.thematic-map .control-btn {
    width: 40px;
    height: 40px;
    color: var(--blue);
    border-radius: 0%;
    background-color: #FFB600;
}

.quickview-detail.thematic-map .controls {
    justify-content: flex-end;
}

.quickview-detail.thematic-map h4 {
    margin: 0;
    margin-bottom: var(--space-5);
    color: var(--white);
    font-family: var(--font-body-italic);
    font-size: var(--text-base);
    font-weight: 500;
}

.quickview-detail.thematic-map.open {
    pointer-events: all;
	background-color: transparent;
}

.quickview-detail.thematic-map {
    padding: 0px;
}

.quickview-detail.thematic-map.mapOpen {
    pointer-events: all;
}

.quickview-detail.thematic-map .content .image > a {
    display: none;
}

.quickview-detail.thematic-map .control-bar span {
    display: none;
}

.quickview-detail.thematic-map .controls .control-btn.fullscreen {
    display: none;
}

.quickview-detail.thematic-map .content .info-list, .quickview-detail .content .social {
    display: none;
}

.quickview-detail.thematic-map .control-bar {
    justify-content: flex-end;
	box-shadow: none;
	background-color: transparent;
}

.quickview-detail.thematic-map .content .top-info {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
	background-color: transparent;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding-top: 0px;
	z-index: 2;
}

.quickview-detail.thematic-map .content .top-info h1 {
    display: none;
}

.quickview-detail.thematic-map .content,
.quickview-detail.thematic-map .content .info p,
.quickview-detail.thematic-map .content .meta p {
    color: #fff;
	font-weight: 400;
}

.quickview-detail.thematic-map .content .info .region-nav-title {
	font-family: var(--font-body-italic);
	margin-bottom: 10px;
	display: flex;
    justify-content: center;
}

.quickview-detail.thematic-map .content .regions {
    display: grid;
	grid-template-columns: .8fr .8fr 1fr;
    gap: 10px;
    justify-items: center;
}	

.quickview-detail.thematic-map .content .regions [data-region] {
	font-family: var(--font-display-bold);
	text-transform: uppercase;
	font-weight: normal;
	line-height: var(--leading-relaxed);
	font-size: 15px;
	color: var(--medium-gray);
	cursor: pointer;
}

.quickview-detail.thematic-map .content .regions [data-region].active {
	text-decoration: underline;
	color: var(--white);
}	

.quickview-detail.thematic-map .content .regions [data-region]:hover {
	text-decoration: underline;
	color: var(--white);
}	

.quickview-detail.thematic-map .content .region-graphics {
	display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
	padding: 0px 75px;
	z-index: 3;
}	

.quickview-detail.thematic-map .content .region-graphics img:nth-of-type(3n+1) {
	max-width: 30%;
}	

.quickview-detail.thematic-map .content .region-graphics img:nth-of-type(3n+2) {
	max-width: 60%;
}

.quickview-detail.thematic-map .content .region-graphics img:nth-of-type(3n+3) {
	max-width: 80%;
}

.quickview-detail.thematic-map .content .region-graphics h1 {
	text-transform: uppercase;
	color: #FFB600;
	font-size: 20px;
	letter-spacing: var(--tracking-widest);

}	

.quickview-detail.thematic-map .content .region-graphics h1::before,
.quickview-detail.thematic-map .content .region-graphics h1::after {
	content: "";
	background-color: #FFB600;
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 50%;

}	
.quickview-detail.thematic-map .content .region-graphics h1::before {
	right: 0.5em;
	margin-left: -50%;

}	

.quickview-detail.thematic-map .content .region-graphics h1::after {
	left: 0.5em;
	margin-right: -50%;

}	

.quickview-detail.thematic-map .content .meta-title {
    display: none;
}

.quickview-detail.thematic-map .control-btn i {
    color: var(--blue);
}

.button-default.view-all-link.thematic-map {
	background-image: url(/includes/public/assets/shared/btn-arrow.svg);
	background-color: transparent;
	border: 1px solid var(--background-color);
	border-left: none;
    width: 250px;
    justify-content: center;
    margin: var(--space-2) 0px;
	padding: var(--space-2);
	align-self: center;
}

.quickview-detail.thematic-map .content .custom-content-section.imagebox {
	position: relative;
	z-index: 2;
	flex: 2 0 50%;
}

.quickview-detail.thematic-map .shared-play-button {
    width: var(--space-9);
    height: var(--space-9);
    border: none;
    font-size: var(--text-base);
    background: #FFB600;
    color: var(--blue);
}

.quickview-detail.thematic-map .content .meta {
    padding: var(--space-2) var(--space-5);
	z-index: 2;
	max-width: 650px;
	margin: 20px 0px;
	align-self: center;
}

.button-default.view-all-link.thematic-map  a {
	margin: 20px 0px;
	background-color: transparent;
	color: var(--white);
}

.quickview-detail .content .info .button-default.view-all-link.thematic-map {
    padding: var(--space-2);
}

.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side {
    display: grid;
    grid-template-rows: .2fr .2fr 1fr 1fr 1fr;
	gap: 15px;
}

.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side .items:nth-of-type(3n+1),
.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side .items:nth-of-type(3n+2) {
    display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	border-bottom: solid 1px rgba(255, 182, 0, .25);
	z-index: 2;
}

.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side .items:nth-of-type(3n+3) {
    display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	z-index: 2;
}

.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side .items .img-cont .thumb {
	aspect-ratio: 1 / 1;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
	object-fit: cover;
}

.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side h2 {
	grid-row: 2;
	font-size: 23px;
	color: var(--white);
	margin-top: -15px;
	letter-spacing: var(--tracking-wider);
	margin-bottom: var(--space-2);
	z-index: 2;
}

.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side h3 {
	grid-column: 1;
	grid-row: 1;
	font-family: var(--font-body-italic);
	color: #FFB600;
	margin-top: 25px;
	z-index: 2;
}

.quickview-detail.thematic-map .content .custom-content-section .img-cont img {
	width: 100%;
}

.quickview-detail.thematic-map #back-to-top-link {
	display: flex;
    justify-content: center;
}

.quickview-detail.thematic-map #back-to-top-link a {
	color: var(--white);
	text-transform: uppercase;
	font-family: var(--font-display-bold);
	z-index: 2;
}

.quickview-detail.thematic-map .lightbox-toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.thematic-map .content .imagebox {
	position: relative;
}

.quickview-detail.thematic-map .fas.fa-times {
	pointer-events: none;
}

.quickview-detail.thematic-map[data-active-region="southwest"] .regions li[data-region="southwest"], 
.quickview-detail.thematic-map[data-active-region="southeast"] .regions li[data-region="southeast"], 
.quickview-detail.thematic-map[data-active-region="south-central"] .regions li[data-region="south-central"], 
.quickview-detail.thematic-map[data-active-region="northeast"] .regions li[data-region="northeast"], 
.quickview-detail.thematic-map[data-active-region="northwest"] .regions li[data-region="northwest"], 
.quickview-detail.thematic-map[data-active-region="north-central"] .regions li[data-region="north-central"] {
	color: white !important;
	text-decoration: underline;
}

@media (max-width: 30em) {
	.quickview-detail.thematic-map h4 {
		font-size: var(--text-sm);
	}

	.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side .items {
		width: 110%;
	}

	.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side .items .img-cont .thumb {
		width: 45px;
		height: 45px;
	}

	.thematic-map .list li .poi-toggle .region-graphics {
		padding: 15px;
	}
}

@media (max-width: 64em) {
	.quickview-detail.thematic-map > .inner::before {
		content: '';
		top:0;
		left:0;
		right:0;
		bottom:0;
		position: absolute;
		background-color: rgba(8, 21, 45, 1);
		z-index: 1;
	}
}

@media (min-width: 40em) {
	.quickview-detail.thematic-map .content .region-graphics img:nth-of-type(3n+1) {
		max-width: 20%;
	}	
	
	.quickview-detail.thematic-map .content .region-graphics img:nth-of-type(3n+2) {
		max-width: 40%;
	}
	
	.quickview-detail.thematic-map .content .region-graphics img:nth-of-type(3n+3) {
		max-width: 60%;
	}
}

/*
Desktop Overwrites
*/

@media (min-width: 64em) {
	.thematic-map .stage {
		flex-direction: row-reverse;
		align-items: end;
		gap: 50px;
		grid-column: 1/4;
		grid-row: 3/4;
	}

	.thematic-map .region-list-cont {
		width: 80%;
		padding-top: 20px;
	}

	.thematic-map .thematic-map-description a {
		margin: 10px 0px;
		max-width: 250px;
	}

	.thematic-map .thematic-map-description p {
		font-weight: 400;
		line-height: var(--leading-relaxed);
	}
	
	.thematic-map {
		display: grid;
		grid-template-columns: .5fr .75fr 1fr;
		gap: 5px;
		padding: 35px 55px 0px 55px;
	}
	.thematic-map .thematic-map-description {
		display: flex;
		flex-direction: column;
		grid-column: 2;
		grid-row: 3/4;
	}

	.thematic-map .map-inset {
		grid-column: 1;
		grid-row: 3/4;
		width: 85%;
	}

	.thematic-map .map svg #north_central_cities, 
	.thematic-map .map svg #northeast_cities, 
	.thematic-map .map svg #southeast_cities, 
	.thematic-map .map svg #south_central_cities, 
	.thematic-map .map svg #southwest_cities, 
	.thematic-map .map svg #northwest_cities {
		display: unset;
	}

	.thematic-map h2 {
		grid-column: 1/3;
		align-self: end;
		grid-row: 1;
	}

	.thematic-map h4 {
		grid-column: 1;
		grid-row: 2;
	}

	.quickview-detail.thematic-map .content .info .region-nav-title {
		font-size: 15px;
	}
	
	.quickview-detail.thematic-map .content .regions [data-region] {
		font-size: 15px;
	}

	.quickview-detail.thematic-map h4 {
		font-size: var(--text-lg);
	}
	
	.quickview-detail.thematic-map .content {
		display: flex;
	}
	
	.quickview-detail .content .custom-content-section.sideBySide {
		order: -2;
		flex: 1 0 100%
	}
	
	.quickview-detail.thematic-map .content .info {
		flex: 1 0 50%;
		justify-content: flex-start;
	}
	.quickview-detail.thematic-map .content .thematic-map-content {
		flex: 2 0 50%;
	}

	.quickview-detail.thematic-map #back-to-top-link {
		display: none;
	}

	.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side {
		display: flex;
		flex-direction: column;
	}

	.quickview-detail.thematic-map .content .custom-content-section.sideBySide .side-by-side h2 {
		margin-top: -15px;
	}

	.quickview-detail.thematic-map .content .region-graphics h1 {
		font-size: 30px;
		margin-top: -10px;
	}

	.quickview-detail.thematic-map .content {
		padding: 0px 80px;
	}

	.quickview-detail.thematic-map .content .regions {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.quickview-detail.thematic-map .control-btn {
		width: 60px;
		height: 60px;
	}

	.quickview-detail.thematic-map .control-btn i {
		font-size: 20px;
	}

	.quickview-detail.thematic-map .content .region-graphics img:nth-of-type(3n+1) {
		max-width: 30%;
	}	
	
	.quickview-detail.thematic-map .content .region-graphics img:nth-of-type(3n+2) {
		max-width: 60%;
	}
	
	.quickview-detail.thematic-map .content .region-graphics img:nth-of-type(3n+3) {
		max-width: 80%;
	}

}

@media (min-width: 75em) {	
	.thematic-map {
		padding: 35px 55px 60px 55px;
	}
	.thematic-map .list li .poi-toggle .region-graphics {
		padding: 35px;
	}

	.thematic-map .region-list-cont {
		padding-top: 0px;
	}
}






