.mapify-hover {
	fill: rgba(0,0,0,0.15);
	stroke: #fff;
	stroke-width: 2;
}
.popInitialContent {
	background-color: #46b954;
	float: left;
	width: 110px;
	min-height: 50px;
	padding: 6px 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 7px 0px 0px 7px;
	z-index: 2;
	box-sizing: border-box;
}
.popInitialContent span {
	display: block;
	line-height: 1.2;
}
.popInitialContent strong {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
}
.popSideContent {
	float: left;
	background-color: #47b0dc;
	width: 110px;
	min-height: 50px;
	line-height: 1.2;
	text-align: center;
	border-radius: 0px 7px 7px 0px;
	padding: 6px 0 4px;
	z-index: 2;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popContent {
	width: 105px;
	height: auto;
	line-height: 1.2;
	color: white;
	font-size: 12px;
}
.weather-temperature {
	position: relative;
	margin-top: 0;
	width: 220px;
	clear: both;
}
.weather-description {
	background-color: #6fc266;
	border-radius: 7px 7px 0px 0px;
	color:white;	
	min-height: 29px;
	max-height: 29px;
	height: 29px;
	padding-top:2px;
}
.weather-icon {
	background-color: #47b0dc;
	border-radius: 0px 0px 7px 7px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
}
.weather-icon img {
	height:95%;
}

.middleText {
	text-align: center;
}

.mapify-popOver .popInitialContent strong {
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	float: none;
}
.mapify-popOver {
	color: #999;
	font-size: 16px;
	height: auto;
	min-height: 130px;
	padding-bottom: 10px;
}
.mapify-popOver-content {
	position: relative;
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
}

.mapify-holder {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	font-size: 0;
	z-index: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.cdspg-map-section {
	padding-bottom: 2rem;
}
.cdspg-map-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.cdspg-map-wrap #Map {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}
.cdspg-map-wrap .mapify-holder {
	width: 100%;
}
.cdspg-map-wrap .mapify-img,
.cdspg-map-wrap .mapify-svg {
	width: 100%;
	height: 100%;
}
.mapify-imgHolder {
	position: relative;
	z-index: 1;
}
.mapify-holder *, .mapify-GPU {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mapify-imgHolder .mapify {
	max-width: 100%;
	height: auto;
}
.mapify-polygon {
	transition: all .3s;
	fill: transparent;
	stroke: transparent;
	stroke-width: 0;
}
.mapify-hover {
	fill: #09f;
}
.mapify-popOver {
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	background: #fff;
	box-shadow: rgba(0,0,0,0.15) 0 0 0 2px;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	border-radius: 5px;
	text-align: center;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	z-index: -1;
	opacity: 0;
	padding: 20px 30px;
}
.mapify-popOver .mapify-popOver-arrow {
	content: "";
	width: 15px;
	height: 15px;
	z-index: -2;
	margin-top: -3px;
	box-shadow: inset #fff 0 0 0 100px;
	border-top: solid transparent 2px;
	border-left: solid transparent 2px;
	border-right: solid rgba(0,0,0,0.15) 2px;
	border-bottom: solid rgba(0,0,0,0.15) 2px;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-15px) rotate(45deg) translateY(-50%);
	transform: translateX(-15px) rotate(45deg) translateY(-50%);
}
.mapify-popOver.mapify-bottom .mapify-popOver-arrow {
	top: auto;
	bottom: 100%;
	margin-top: auto;
	margin-bottom: -3px;
	border-bottom: solid transparent 2px;
	border-right: solid transparent 2px;
	border-top: solid rgba(0,0,0,0.15) 2px;
	border-left: solid rgba(0,0,0,0.15) 2px;
	-webkit-transform: rotate(45deg) translateY(50%);
	transform: rotate(45deg) translateY(50%);
}
.mapify-popOver.mapify-visible {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.mapify-img, .mapify-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.floatDrop {
	position:absolute !important;
	top: 20px;
	left: 110px;
	margin: 0;
	z-index: 100;
}
.floatDrop select {
	width:180px;
}

.cdspg-map-area-picker {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 100;
	min-width: 220px;
	max-width: min(280px, calc(100% - 32px));
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 8px;
	box-shadow: 0 6px 24px rgba(0, 25, 53, 0.16);
	border: 1px solid rgba(76, 175, 226, 0.35);
	backdrop-filter: blur(4px);
}
.cdspg-map-area-picker__label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #3a4957;
}
.cdspg-map-area-picker__label i {
	margin-right: 6px;
	color: #4cafe2;
}
.cdspg-map-area-picker .select2-container {
	width: 100% !important;
}
.cdspg-map-area-picker .select2-container--default .select2-selection--single {
	height: 42px;
	padding: 8px 36px 8px 12px;
	border: 1px solid #e3ebf2;
	border-radius: 6px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cdspg-map-area-picker .select2-container--default .select2-selection--single:hover,
.cdspg-map-area-picker .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #4cafe2;
	box-shadow: 0 0 0 3px rgba(76, 175, 226, 0.12);
}
.cdspg-map-area-picker .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	color: #001935;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}
.cdspg-map-area-picker .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #6c7a89;
	font-weight: 400;
}
.cdspg-map-area-picker .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 10px;
	height: auto;
	width: auto;
	transform: translateY(-50%);
}
.cdspg-map-area-picker .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	color: #4cafe2;
	font-size: 12px;
}
.cdspg-map-area-dropdown.select2-dropdown {
	border: 1px solid #e3ebf2;
	border-radius: 6px;
	box-shadow: 0 10px 28px rgba(0, 25, 53, 0.14);
	padding: 6px;
}
.cdspg-map-area-dropdown .select2-search--dropdown .select2-search__field {
	border: 1px solid #e3ebf2;
	border-radius: 4px;
	padding: 8px 10px;
	font-size: 14px;
}
.cdspg-map-area-dropdown .select2-results__option {
	padding: 8px 10px;
	font-size: 14px;
	border-radius: 4px;
}
.cdspg-map-area-dropdown .select2-results__option--highlighted[aria-selected] {
	background: rgba(76, 175, 226, 0.12);
	color: #001935;
}