.thematic-map {
	--font-family-title: var(--font-display);
	--font-family-body: var(--font-body);
	--text-color-title: var(--gray-900);
	--text-color-body: var(--gray-900);
	--btn-bg-color: var(--primary-color-100);
	--btn-bg-color-hover: var(--primary-color-200);
	--btn-text-color: var(--primary-color-700);
	width: 100%;
	max-width: var(--width-feature);
	margin: 0 auto var(--space-12);
	padding-top: var(--space-8);
	color: var(--text-color-body);
}

.thematic-map .title-content {
	display: flex;
    background-color: #78d64a;
	flex-direction: column;
    text-align: center;
	width: 100%;
	padding: 20px 0;
}

.thematic-map .title-content h2 {
	margin: 0;
	margin-bottom: var(--space-3);
	color:black;
	font-family: var(--font-display);
	font-size: 67px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 0.9em;
	padding: 0 var(--space-5);
}

.thematic-map .title-content a {
	font-family: var(--font-display);
	color: black;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
}

.thematic-map .tabs {
	margin-bottom: 18px;
	width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.thematic-map .tabs button {
	letter-spacing: 0;
	font-weight: 500;
	font-family: 'Manuka';
    text-transform: uppercase;
    font-size: 24px;
	color:white;
	background-color: black;
	padding: 10px;
	width: 50%;	
}

.thematic-map .static-map .tabs .static-map-tab {
	background-color:#fa9e00;
	color: black;
	padding: 10px 20px;
	position: relative;
}

.thematic-map .stage .tabs .districts {
	background-color:#fa9e00;
	color: black;
	position: relative;
}

.thematic-map .static-map .tabs .static-map-tab::after {
    content: "";
    background-color: #fa9e00;
    transform: rotate(45deg);
    height: 22px;
    width: 22px;
    z-index: 20;
    top: 44px;
    position: absolute;
    right: 50%;
}
.thematic-map .stage .tabs .districts::after {
    content: "";
    background-color: #fa9e00;
    transform: rotate(45deg);
    height: 22px;
    width: 22px;
    z-index: 20;
    top: 44px;
    position: absolute;
    left: 50%;
}

.thematic-map .tabs .districts.active {
	background-color:#fa9e00;
	color: black;
}

.thematic-map .static-map .inner-title {
	padding: 0 15px 10px;
    color: white;
    font-family: 'Manuka';
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.thematic-map .static-map .inner-description {
    padding: 0 15px 10px;
    color: white;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    letter-spacing: 1px;
}

.thematic-map .static-map .inner-button {
	background-color: transparent;
    color: #fa9e00;
    font-weight: 700;
    text-align: left;
    padding: 0 15px 34px;
    font-size: 16px;
	position:relative;
}

.thematic-map .static-map .inner-button .fas.fa-angle-right {
	padding-left: 6px;
}

/***
Map Stage
****/
.thematic-map .stage {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
}

.thematic-map .static-map {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
}

/***
Map List
****/
.static-map .left {
	background: black;
	color: white;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex: 0 1 auto;
}
.thematic-map .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	flex: 0 1 auto;
	background: black;
}

.thematic-map .region-list ul,
.thematic-map .list ul {
	height: auto;
	overflow-y: auto;
	margin-bottom: var(--space-6);
	display: grid;
    grid-template-columns: 1fr 1fr;
	width: 100%;
}

@media (min-width: 40em) {
	.thematic-map .region-list ul,
	.thematic-map .list ul {
		margin-bottom: 5px;
	}
}

.thematic-map .region-list li,
.thematic-map .list li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 13px;
}

.thematic-map .list li .poi-toggle:focus {
	outline: none;
}
.thematic-map .region-list li .region-toggle,
.thematic-map .list li .poi-toggle {
	font-family: var(--font-display);
	font-size: 20px;
	line-height: var(--leading-none);
	text-align: left;
	background-color: transparent;
	text-transform: uppercase;
	flex: 1 1 auto;
	color: white;
	font-weight: 500;
	letter-spacing: 1.2px;
	display: flex;
	justify-content: space-between;
	padding: 5px 15px;
}


.thematic-map .list .poi-toggle .fas.fa-angle-right {
	color:#78d64a;
	font-size: 24px;
    padding-left: 40px;
}
.thematic-map .region-list .region-toggle .fas.fa-angle-right {
	color:#78d64a;
	font-size: 24px;
    padding-left: 18px;
}

@media (min-width: 930px) {
	.thematic-map .list li {
		margin-bottom: 18px;

	}
	.thematic-map .region-list li {
		margin-bottom: 5px;
	}

	.thematic-map .region-list li .region-toggle
	.thematic-map .list li .poi-toggle {
		font-size: 33px;
		letter-spacing: 0;
	}
}

.thematic-map .region-list li .region-toggle.hover .fas.fa-angle-right,
.thematic-map .region-list li .region-toggle.hover,
.thematic-map .list li .poi-toggle.hover .fas.fa-angle-right,
.thematic-map .list li .poi-toggle.hover{	 
	color:#fa9e00;
}

.thematic-map .list .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;
}

.thematic-map .list .view-all:hover {
	background-color: var(--btn-bg-color-hover);
}

/***
	Map SVG
****/
.thematic-map .map {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.thematic-map .map svg {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	transform: none;
	margin: 0px;
}

.thematic-map .map svg [data-region-beacon],
.thematic-map .map svg [data-map-beacon] {
	cursor: pointer;
}

.thematic-map .static-map .map svg [data-map-poi] {
	display: none;
	transition: display ease 0.6s;
}

.thematic-map .static-map .map svg [data-map-poi].active,
.thematic-map .static-map .map svg [data-map-poi].hover {
	display: block;
}

.thematic-map .static-map .map svg [data-map-poi]:hover {
	display: block;
}
.thematic-map .map .desktop {
	display: none;
}

.thematic-map .map .mobile {
	display: block;
}

@media (min-width: 380px){
	.thematic-map .tabs button {
		font-size: 30px;
	}

	.thematic-map .stage .tabs .districts::after {
		content: "";
		background-color: #fa9e00;
		transform: rotate(45deg);
		height: 25px;
		width: 25px;
		z-index: 6;
		top: 50px;
		position: absolute;
		left: 50%;	
	}
	
	.thematic-map .static-map .tabs .static-map-tab::after {
		content: "";
		background-color: #fa9e00;
		transform: rotate(45deg);
		height: 25px;
		width: 25px;
		z-index: 20;
		top: 50px;
		position: absolute;
		right: 50%;	
	}

	.thematic-map .region-list li .region-toggle {
		font-size: 20px;
	}

	.thematic-map .list li .poi-toggle {
		font-size: 24px;
	}
}

@media (min-width: 417px){
	.thematic-map .tabs button {
		letter-spacing: 1px;
	}
}
/*
	Desktop Overwrites
*/
@media (min-width: 920px) {
	.thematic-map .stage {
		height: initial;
		flex-direction: row;
	}
	.thematic-map .static-map {
		display: block;
		height: initial;
		flex-direction: row;
	}
	 
	.thematic-map .map .desktop {
		display: block;
	}

	.thematic-map .map .mobile {
		display: none;
	}

	.thematic-map .list {
		align-items: flex-start;
		flex-basis: 339px;
	}
	.static-map .left {
		align-items: flex-start;
		max-width: 295px;
	}

	.thematic-map .title-content {
		display: flex;
		background-color: #78d64a;
		width: 100%;
		padding: 0;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}

	.thematic-map .title-content a,
	.thematic-map .title-content h2 {
		letter-spacing: 1px;
	}
	.thematic-map .title-content h2 {
		padding-top: 7px;
	}
	.thematic-map .title-content a {
		padding: 30px 30px 30px 15px;
	}
	.thematic-map .title-content a:hover {
		background-color: black;
		color: white;
	}	

	.thematic-map .title-content .fas.fa-angle-right {
		padding-left: 10px;
	}

	.thematic-map .tabs button {
		font-size: 19px;
	}

	.thematic-map .stage .tabs .districts::after {
		top: 35px;
		height: 20px;
		width: 20px;
	}
	.thematic-map .static-map .tabs .static-map-tab::after {
		top: 35px;
		height: 20px;
		width: 20px;
		right: 35%;
	}

	.thematic-map .list {
		display: flex;
		flex-direction: column;
		justify-content: normal;
		align-items: flex-start;
	}

	.thematic-map .list ul {
		grid-template-columns: none;
	}

	.thematic-map .tabs {
		justify-content: normal;
	}

	.thematic-map .static-map .tabs .districts,
	.thematic-map .stage .tabs .districts {
		width: 60%;
	}

	.thematic-map .stage .tabs .static-map-tab ,
	.thematic-map .static-map .tabs .static-map-tab {
		width: 40%;
		padding: 0;
	}

	.thematic-map .static-map .tabs .districts:hover,
	.thematic-map .stage .tabs .static-map-tab:hover {
		text-decoration: underline white;
	}

	 /* Hover effects on desktop */
	.thematic-map [data-region-beacon].activated [data-map-poi],
	.thematic-map [data-map-beacon].activated [data-map-poi] {
		opacity: 1;
	}
	.thematic-map [data-region-beacon].activated [data-map-poi] g,
	.thematic-map [data-map-beacon].activated [data-map-poi] g {
		fill: #000;
	}

	.thematic-map .map svg [data-map-beacon="downtown"].activated .st5 {
		fill: #e993d0 !important;
	}

	.thematic-map .map svg [data-map-beacon="covington"].activated .st5 {
		fill: #f97400 !important;
	}

	.thematic-map .map svg [data-map-beacon="mountadams"].activated .st5 {
		fill: #37c668 !important;
	}

	.thematic-map .map svg [data-map-beacon="newport"].activated .st5 {
		fill: #2ec4ea !important;
	}

	.thematic-map .map svg [data-map-beacon="overtherhine"].activated .st5 {
		fill: #2ec4ea !important;
	}

	.thematic-map .map svg [data-map-beacon="thebanks"].activated .st5 {
		fill: #f8202f !important;
	} 
	.thematic-map .map svg [data-map-beacon="ludlow"].activated .st5 {
		fill: #c42def !important;
	} 
} 
/* static map */

.thematic-map.static-map .stage,
.thematic-map .static-map {
	display: none;
}

.thematic-map.static-map .static-map {
	display: flex;
}

.thematic-map.static-map .static-map .mobile {
	display: flex;
}

.thematic-map.static-map .static-map .desktop {
	display: none;
}

@media (min-width: 930px) {
	.thematic-map.static-map .static-map .mobile {
		display: none;
	}

	.thematic-map.static-map .static-map .desktop {
		display: flex;
	}
}

@media (min-width: 64em) {
	.thematic-map .list {
		flex-basis: 420px;
	}

	.static-map .left {
		flex-basis: 37%;
		padding-bottom: 25px;
	}

	.thematic-map .static-map .inner-button {
		padding: 0 15px 15px;
	}
	.thematic-map .tabs {
		margin-bottom: 15px;
	}
	.thematic-map .tabs button {
		font-size: 24px;
	}

	.thematic-map .stage .tabs .districts::after {
		top: 44px;
	}
	.thematic-map .static-map .tabs .static-map-tab::after {
		top: 44px;
	}
	.thematic-map .region-list li .region-toggle
	.thematic-map .list li .poi-toggle {
		font-size: 31px;
	}
	.thematic-map .title-content a:hover {
		background: black;
		color:white;
	}
}

@media (min-width: 1200px){
	.thematic-map .title-content a {
		padding: 50px 30px 50px 15px;
		font-size: 27px;
	}
	.thematic-map .title-content h2 {
		font-size: 80px;
	}
}

@media (min-width: 1440px) {
	.thematic-map .title-content h2 {
		font-size: 155px;
		letter-spacing: 4px;
	}

	.thematic-map .title-content a {
		font-size: 30px;
		padding: 65px 30px 65px 35px;
	}

	.thematic-map .region-list li .region-toggle {
        font-size: 26px;
    }

	.thematic-map .list {
		flex-basis: 500px;
		max-height: 692px
	}

	.thematic-map .left {
		flex-basis: 500px;
		justify-content: normal;
		max-height: 692px;
		max-width: unset;
	}

	.thematic-map .tabs button {
		font-size: 30px;
	}

	.thematic-map [data-poi-list] {
		padding-top: 20px;
	}

	.thematic-map .stage .tabs .districts::after {
		top: 54px;
	}

	.thematic-map .static-map .tabs .static-map-tab::after {
		top: 54px;
	}

	.thematic-map .list li .poi-toggle {
		padding: 1px 28px;
		font-size: 43px;
		font-weight: 500;
	}

	.thematic-map .list .poi-toggle .fas.fa-angle-right {
		font-size: 36px;
	}

	.thematic-map .static-map .inner-title {
		font-size: 44px;
		padding: 28px 105px 24px 15px;
	}
	.thematic-map .static-map .inner-description {
		font-size: 18px;
		padding: 0 55px 30px 15px;
	}
	
}

/* Quickview */
div.quickview-detail>.inner {
	max-width: initial;
}

div.quickview-detail .control-bar {
	box-shadow: none;
	padding: 10px 20px 4px;
}

div.quickview-detail .control-bar>span {
	display: none;
}

div.quickview-detail .controls {
	justify-content: flex-end;
	margin-left: auto;
	position: relative;
}

div.quickview-detail .content .image .thumb {
	height: 255px;
}

div.quickview-detail .controls .fas.fa-expand{
	display: none;
}

div.quickview-detail .control-btn {
	font-size: 20px;
	color: black;
}

div.quickview-detail .content .image:before {
	display: none;
}

div.quickview-detail .content .slider-wrapper {
	padding-bottom: 40px;
}

div.quickview-detail .content .top-info {
	background-color: black;

}

div.quickview-detail>.inner .bottom-actions a .inner-button {
	display: none;
}

div.quickview-detail>.inner {
	padding-bottom: 0;
	max-width: 725px;
}

div.quickview-detail .content .info .top-info .title {
	font-weight: 600;
    font-size: 55px;
    color: #fa9e00;
    letter-spacing: 0;
    font-family: var(--font-display);
}

div.quickview-detail .slider-section .content .title {
	color: black;
	font-family: var(--font-body);
	font-weight: 900;
}

div.quickview-detail .content .meta {
	margin-top: var(--space-1);
}

div.quickview-detail .content .description-container .meta-title, 
div.quickview-detail .content .info-list,
div.quickview-detail .content .meta > i {
	display: none;
}

div.quickview-detail .content .meta p {
	font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 28.5px;
    font-family: 'Open Sans';
}

div.quickview-detail .slider-section .button-default {
	color: black;
    background: transparent;
    display: inline;
}
div.quickview-detail .slider-section .button-default:hover {
    background-color: transparent;
}
div.quickview-detail .slider-section .content .description {
    display: inline;
}
div.quickview-detail .content .slider-section{
	border-top: solid 3px black;
	width:100%;
	padding: 0 !important;
}

div.quickview-detail .content .slider {
	padding-top: 22px;
}

div.quickview-detail .slider .head .meta-title{
	font-family: var(--font-display);
	font-weight: 600;
    font-size: 28px;
}

div.quickview-detail .slider-section .head {
	border-bottom: none;
	margin-bottom: 0;
}

div.quickview-detail .slider-section .head a{
	background-color: var(--default-btn-bg);
    width: 100%;
    color: black;
    z-index: 10;
    text-align: center;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 20px;
    padding: 8px;
    position: fixed;
    right: 0;
    border-radius: 0;
    bottom: 0;
    max-width: 725px;
    margin: 0;
	text-transform: uppercase;
}

@media (hover : hover) {
	div.quickview-detail .slider-section .head a:hover {
		background-color: var(--default-btn-bg);
	}
}

div.quickview-detail .slider-section .head a::after{
	content: ' \f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
	padding-left: 10px;
}

div.quickview-detail .view-details-cont {
	display: none;
}
div.quickview-detail .slider-section .glide__arrow{
	background-color: #fa9e00;
	border-radius: 0;
}
div.quickview-detail .slider-section .glide__arrow--left{
	position: absolute;
    z-index: 3;
    left: 0;
    top: 10px;
	padding: 39px 22px;
    font-size: 21px;
}

div.quickview-detail .slider-section .glide__arrow--right{
	position: absolute;
    z-index: 3;
    right: 0;
    top: 10px;
    padding: 39px 22px;
    font-size: 21px;
}
div.quickview-detail .content .meta:last-child {
	padding-bottom: var(--space-4);
}

div.quickview-detail .slider-cont .glide__slides img {
	min-height:150px;
	min-width:220px;
}

div.quickview-detail .slider-section .slider-wrapper .glide__slides article{	
	margin-left: 5px !important;
    margin-right: 5px !important;
}

div.quickview-detail.pois .content .meta.description-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 17px;
}

.quickview-detail.pois .content .meta.description-container .read-more {
	text-transform: uppercase;
	letter-spacing: 0.24em;
	text-decoration: none;
	font-size: 12px;
	color: var(--green);
}

.quickview-detail.pois .content .meta.description-container .read-more i {
	font-size: 19px;
	margin-left: 7px;
	transform: translateY(3px);
}

.quickview-detail.pois .content .meta.region-logo-container {
	display: block;
	order: -1;
	grid-row: span 2;
	margin-top: 0;
}

.quickview-detail.pois .content .meta.region-logo-container img {
	max-width: 70px;
}

.quickview-detail.pois .content .top-info {
	padding-top: 0;
	height: 65px
}

.quickview-detail.pois .content .read-more {
	display: block;
}

.quickview-detail.pois {
	right: 0;
	left: auto;
}

@media (min-width: 40em) {
	.quickview-detail.pois .content .info {
		padding: none;
		margin-top: none;
	}

	.quickview-detail.pois .content .top-info {
		padding-top: 3px;
		height: 84px;
	}

	.quickview-detail.pois .content .meta.region-logo-container img {
		max-width: 134px;
	}

	div.quickview-detail.pois .content .top-info .title {
		letter-spacing: 0.005em;
		font-size: 70px;
	}

	.quickview-detail.pois .content .meta.description-container {
		margin-top: 19px;
	}

	div.quickview-detail.pois .content .meta p {
		line-height: 27px;
    	font-size: 18px;
    	margin-bottom: 34px;
	}

	.quickview-detail.pois .slider-section .head {
		padding: 24px var(--space-6) 0;
	}

	div.quickview-detail .slider .head .meta-title{
		font-size: 44px;
	}
	.quickview-detail.pois .content .meta-title {
		letter-spacing: -0.016em;
	}
	div.quickview-detail .slider-section .content .title {
		font-size: 22px;
		font-weight: 900;
	}
	div.quickview-detail .content .image .thumb {
		height: 460px;
	}
	div.quickview-detail .control-btn {
		font-size: 30px;
	}
	div.quickview-detail .slider-section .content .description {
		font-size: 17px !important;
	}
	div.quickview-detail .slider-section .content .description h1 span {
		font-size: 17px !important;
	}

	div.quickview-detail .slider-section .head a {
		font-size: 28px;
		padding: 16px;	
	}
	div.quickview-detail .content .slider-wrapper {
		padding-bottom: 70px;
	}
	div.quickview-detail .slider-section .slider-wrapper .glide__slides article {
		width: 400px !important;
	}
	div.quickview-detail .slider-section .glide__arrow--right {
		position: absolute;
		z-index: 3;
		right: 0;
		top: -23px;
		padding: 52px 29px;
		font-size: 39px;
	}
	div.quickview-detail .slider-section .glide__arrow--left {
		position: absolute;
		z-index: 3;
		left: 0;
		top: -23px;
		padding: 52px 29px;
		font-size: 39px;
	}
	div.quickview-detail .content .slider {
		padding-top: 7px;
	}
}