.fw-resources {
}

.fw-resources__search-container {
	gap: 30px;
	justify-content: space-between;
	font-size: var(--wp--preset--font-size--large);
}

/* @media (min-width: 781px) {
	.fw-resources:not(:has(.fw-resources__filters)) .fw-resources__search-container {
		display: flex;
	}
} */

@media (min-width: 1024px) {
	.fw-resources__search-container {
		display: flex;
	}

	.fw-resources:has(.fw-resources__filters) .fw-resources__search-container:before {
		content: '';
		flex: 0 0 250px;
	}
}


.fw-resources__results {
	justify-self: flex-start;
	line-height: 42px;
	margin-right: auto;
}

.fw-resources__results strong {
	color: var( --wp--preset--color--primary );
	font-weight: inherit;
}

.fw-resources__results-s--hidden {
	display: none;
}

.fw-resources__search {
	max-width: 385px;
	position: relative;
	justify-self: flex-end;
	width: 100%;
}

.fw-resources__search-label {
	background-color: #FFFFFF;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23EC0404' d='M12.938 7.313a5.625 5.625 0 1 0-11.25 0 5.625 5.625 0 0 0 11.25 0Zm-1.087 5.734a7.277 7.277 0 0 1-4.539 1.578A7.311 7.311 0 0 1 0 7.312 7.311 7.311 0 0 1 7.313 0a7.311 7.311 0 0 1 7.312 7.313c0 1.715-.59 3.294-1.579 4.538l4.36 4.36.598.597L16.807 18l-.598-.598-4.359-4.359v.004Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	border-left: 1px solid #2344ED;
	right: 1px;
	position: absolute;
	height: 40px;
	overflow: hidden;
	text-indent: 110%;
	text-wrap: nowrap;
	top: 1px;
	width: 40px;
}

.fw-resources__search-input::-moz-placeholder {
	color: inherit;
	opacity: .5;
}

.fw-resources__search-input::placeholder {
	color: inherit;
	opacity: .5;
}

.fw-resources__search-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #FFFFFF;
	border: 1px solid var( --wp--preset--color--primary );
	border-image-slice: 1;
	border-image-source: var(--wp--preset--gradient--bright-red-line);
	border-width: 1px;
	display: block;
	font-size: var(--wp--preset--font-size--medium);
	height: 42px;
	padding: 0 .5em;
	padding-top: 4px;
	width: 100%;
}

.fw-resources__hidden-filter {
	display: none !important;
}

.fw-resources__container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 1024px) {
	.fw-resources__container {
		flex-direction: row;
	}
}

.fw-resources__filters {
	font-size: var(--wp--preset--font-size--small);
	/* padding-top: calc( var(--wp--preset--font-size--medium) * var(--wp--custom--typography--root--line-height) + var(--wp--style--block-gap) * 2 ); */
}

@media (min-width: 1024px) {
	.fw-resources__filters {
		flex: 0 0 250px;
	}
}

.fw-resources__filter {
	margin-bottom: 1em;
}

.fw-resources__filter input {
	height: 0;
	visibility: hidden;
	width: 0;
}

.fw-resources__filter label {
	position: relative;
	padding-left: 26px;

	display: block;
	text-indent: -7px;
}

.fw-resources__filter label:before {
	content: '';
	text-indent: -9999px;
	width: 18px;
	height: 12px;
	background: #CFCFCF;
	border: 1px solid #CFCFCF;
	display: block;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.fw-resources__filter label:has(:checked):before {
	background: #A3A3A3;
	border: 1px solid #A3A3A3;
}

.fw-resources__filter label:after {
	content: '';
	position: absolute;
	border: 1px solid #B3B3B3;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	margin: 0;
	background: #fff;
	border-radius: 100px;
	transition: left 0.25s ease;
}

.fw-resources__filter label:has(:checked):after {
	left: 6px;
}

.fw-resources__list-container {
	flex: 0 0 calc( 100% - 250px - 30px );
	/* margin-top: var(--wp--style--block-gap); */
}

.fw-resources__list-container:only-child {
	flex: 0 0 100%;
}

.fw-resources__list {
	/* margin-top: var(--wp--style--block-gap); */
}

.fw-resources--loading .fw-resources__list:after {
	content: 'Loading...';
}

.fw-resources--loading .fw-resources__results:before {
	content: 'Loading ';
}

.fw-resources--loading .fw-resources__results strong {
	display: none;
}

.fw-resources--loading .fw-resources__results-prefix {
	display: none;
}

.fw-resources__items {
	line-height: 1;
}

.fw-resources__headings:before,
.fw-resources__items:before {
	content: '';
	width: 16px;
	height: 18px;
}

/* Expandable items use a button instead of the ::before spacer */
.fw-resources__item-container .fw-resources__items:before {
	display: none;
}

/* Toggle button: icon-only, uses same SVG as the old ::before */
.fw-resources__toggle {
	align-self: flex-start;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' fill='none'%3E%3Cpath fill='%23D90606' d='M2.286 15.75a1.133 1.133 0 0 1-1.143-1.125V3.375c0-.622.51-1.125 1.143-1.125h11.428c.632 0 1.143.503 1.143 1.125v11.25c0 .622-.51 1.125-1.143 1.125H2.286ZM0 14.625c0 1.241 1.025 2.25 2.286 2.25h11.428c1.261 0 2.286-1.009 2.286-2.25V3.375c0-1.241-1.025-2.25-2.286-2.25H2.286C1.025 1.125 0 2.134 0 3.375v11.25Zm7.429-9v2.813H4.57A.569.569 0 0 0 4 9c0 .31.257.563.571.563H7.43v2.812c0 .31.257.563.571.563a.569.569 0 0 0 .571-.563V9.562h2.858A.569.569 0 0 0 12 9a.569.569 0 0 0-.571-.563H8.57V5.626A.569.569 0 0 0 8 5.062a.569.569 0 0 0-.571.563Z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	cursor: pointer;
	flex: 0 0 16px;
	height: 18px;
	padding: 0;
	width: 16px;
}

.fw-resources__item-container.is-open .fw-resources__toggle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M2.286 14.75a1.133 1.133 0 0 1-1.143-1.125V2.375c0-.622.51-1.125 1.143-1.125h11.428c.632 0 1.143.503 1.143 1.125v11.25c0 .622-.51 1.125-1.143 1.125H2.286ZM0 13.625c0 1.241 1.025 2.25 2.286 2.25h11.428c1.261 0 2.286-1.009 2.286-2.25V2.375c0-1.241-1.025-2.25-2.286-2.25H2.286C1.025.125 0 1.134 0 2.375v11.25Zm4.571-5.063h6.858A.569.569 0 0 0 12 8a.569.569 0 0 0-.571-.563H4.57A.569.569 0 0 0 4 8c0 .31.257.563.571.563Z'/%3E%3C/svg%3E");
}

.fw-resources__item-container .fw-resources__items:after {
	content: 'Read More';
	display: block;
	margin-top: 12px;
	padding-left: 24px;
	line-height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' fill='none'%3E%3Cpath fill='%23D90606' d='M2.286 15.75a1.133 1.133 0 0 1-1.143-1.125V3.375c0-.622.51-1.125 1.143-1.125h11.428c.632 0 1.143.503 1.143 1.125v11.25c0 .622-.51 1.125-1.143 1.125H2.286ZM0 14.625c0 1.241 1.025 2.25 2.286 2.25h11.428c1.261 0 2.286-1.009 2.286-2.25V3.375c0-1.241-1.025-2.25-2.286-2.25H2.286C1.025 1.125 0 2.134 0 3.375v11.25Zm7.429-9v2.813H4.57A.569.569 0 0 0 4 9c0 .31.257.563.571.563H7.43v2.812c0 .31.257.563.571.563a.569.569 0 0 0 .571-.563V9.562h2.858A.569.569 0 0 0 12 9a.569.569 0 0 0-.571-.563H8.57V5.626A.569.569 0 0 0 8 5.062a.569.569 0 0 0-.571.563Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 12px 14px;
	background-position: top left;
	height: 1em;
	line-height: 1em;
}

.fw-resources__item-container.is-open .fw-resources__items:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M2.286 14.75a1.133 1.133 0 0 1-1.143-1.125V2.375c0-.622.51-1.125 1.143-1.125h11.428c.632 0 1.143.503 1.143 1.125v11.25c0 .622-.51 1.125-1.143 1.125H2.286ZM0 13.625c0 1.241 1.025 2.25 2.286 2.25h11.428c1.261 0 2.286-1.009 2.286-2.25V2.375c0-1.241-1.025-2.25-2.286-2.25H2.286C1.025.125 0 1.134 0 2.375v11.25Zm4.571-5.063h6.858A.569.569 0 0 0 12 8a.569.569 0 0 0-.571-.563H4.57A.569.569 0 0 0 4 8c0 .31.257.563.571.563Z'/%3E%3C/svg%3E");
}

.fw-resources__headings {
	background-color: #EEE;
	display: none;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	text-transform: uppercase;
}

.fw-resources__headings,
.fw-resources__items {
	/* display: flex; */
	gap: 20px;
	padding: 14px 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.fw-resources__cell {
	display: flex;
	text-align: left;
}

.fw-resources__cell:before {
	content: attr(data-label) ": ";
	font-weight: 500;
	flex: 0 0 10ch;
	text-align: left;
}

@media (min-width: 781px) {
	.fw-resources:not(:has(.fw-resources__filters)) .fw-resources__item-container .fw-resources__items:after {
		display: none;
	}
	.fw-resources:not(:has(.fw-resources__filters)) .fw-resources__headings,
	.fw-resources:not(:has(.fw-resources__filters)) .fw-resources__items {
		display: flex;
	}

	.fw-resources:not(:has(.fw-resources__filters)) .fw-resources__cell {
		display: block;
	}

	.fw-resources:not(:has(.fw-resources__filters)) .fw-resources__cell:before {
		display: none;
	}
	.fw-resources__item-container .fw-resources__items:after {
		display: none;
	}
}

@media (min-width: 1024px) {
	.fw-resources__headings,
	.fw-resources__items {
		display: flex;
	}

	.fw-resources__cell {
		display: block;
	}

	.fw-resources__cell:before {
		display: none;
	}
}

.fw-resources__items,
.fw-resources__item-container {
	border-bottom: 1px solid var( --wp--preset--color--primary );
	border-image-slice: 1;
	border-image-source: var(--wp--preset--gradient--bright-red-line);
}

.fw-resources__item-container .fw-resources__items {
	border-bottom: 0;
}

.fw-resources__details {
	padding-bottom: 24px;
}

.fw-resources__details.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-left: 0 !important;
}

.fw-resources__heading--name,
.fw-resources__cell--name {
	flex: 0 0 50%;
}

.fw-resources__heading--location,
.fw-resources__cell--location {
	flex: 0 0 25%;
}

.fw-resources__heading--actions,
.fw-resources__cell--actions {
	flex: 0 0 calc( 100% - 50% - 25% - 20px * 4 - 16px );
	text-align: center;
}

.fw-resources__filters select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' fill='none'%3E%3Cpath fill='%23D90606' d='m5.194 6.003.455-.448 4.286-4.216.455-.448-.91-.894-.456.448-3.83 3.77L1.364.443.907-.006 0 .891l.455.448 4.283 4.219.456.448v-.003Z'/%3E%3C/svg%3E");
	background-position: calc( 100% - 1em ) center ;
	background-repeat: no-repeat;
	background-size: 11px 6px;
	border: 1px solid #666;
	display: block;
	border-radius: 0;
	font-size: 16px;
	margin-bottom: 48px;
	padding: 11px 8px;
	padding-bottom: 6px;
	width: 100%;
}

.fw-resources__map svg {
	display: block;
	fill: var( --wp--preset--color--primary );
	margin: auto;
	max-width: 211px;
}

.fw-resources__map svg[id] {
	transition: fill .25s ease;
}

.fw-resources__map:is([class*="fw-resources__map--"]):not(.fw-resources__map--null) svg {
	fill: #E8DBDA;
}

.fw-map-filter #lauderdale-county,
.fw-map-filter #colbert-county,
.fw-map-filter #franklin-county,
.fw-map-filter #lawrence-county,
.fw-map-filter #marion-county,
.fw-map-filter #winston-county,
.fw-map-filter #lamar-county,
.fw-map-filter #fayette-county,
.fw-map-filter #walker-county,
.fw-map-filter #limestone-county,
.fw-map-filter #madison-county,
.fw-map-filter #jackson-county,
.fw-map-filter #morgan-county,
.fw-map-filter #marshall-county,
.fw-map-filter #dekalb-county,
.fw-map-filter #cullman-county,
.fw-map-filter #blount-county,
.fw-map-filter #etowah-county,
.fw-map-filter #cherokee-county,
.fw-map-filter #st-clair-county,
.fw-map-filter #calhoun-county,
.fw-map-filter #cleburne-county,
.fw-map-filter #talladega-county,
.fw-map-filter #jefferson-county,
.fw-map-filter #shelby-county,
.fw-map-filter #pickens-county,
.fw-map-filter #tuscaloosa-county,
.fw-map-filter #bibb-county,
.fw-map-filter #chilton-county,
.fw-map-filter #greene-county,
.fw-map-filter #hale-county,
.fw-map-filter #perry-county,
.fw-map-filter #dallas-county,
.fw-map-filter #clay-county,
.fw-map-filter #randolph-county,
.fw-map-filter #coosa-county,
.fw-map-filter #tallapoosa-county,
.fw-map-filter #chambers-county,
.fw-map-filter #lee-county,
.fw-map-filter #macon-county,
.fw-map-filter #russell-county,
.fw-map-filter #sumter-county,
.fw-map-filter #marengo-county,
.fw-map-filter #choctaw-county,
.fw-map-filter #clarke-county,
.fw-map-filter #wilcox-county,
.fw-map-filter #autauga-county,
.fw-map-filter #elmore-county,
.fw-map-filter #lowndes-county,
.fw-map-filter #montgomery-county,
.fw-map-filter #bullock-county,
.fw-map-filter #butler-county,
.fw-map-filter #crenshaw-county,
.fw-map-filter #pike-county,
.fw-map-filter #barbour-county,
.fw-map-filter #covington-county,
.fw-map-filter #coffee-county,
.fw-map-filter #dale-county,
.fw-map-filter #henry-county,
.fw-map-filter #geneva-county,
.fw-map-filter #houston-county,
.fw-map-filter #washington-county,
.fw-map-filter #monroe-county,
.fw-map-filter #conecuh-county,
.fw-map-filter #mobile-county,
.fw-map-filter #baldwin-county,
.fw-map-filter #escambia-county {
	stroke: rgba( 255, 255, 255, .1 );
	stroke-color: 1px;
	cursor: pointer;
}

.fw-resources__map--lauderdale-county #lauderdale-county,
.fw-resources__map--colbert-county #colbert-county,
.fw-resources__map--franklin-county #franklin-county,
.fw-resources__map--lawrence-county #lawrence-county,
.fw-resources__map--marion-county #marion-county,
.fw-resources__map--winston-county #winston-county,
.fw-resources__map--lamar-county #lamar-county,
.fw-resources__map--fayette-county #fayette-county,
.fw-resources__map--walker-county #walker-county,
.fw-resources__map--limestone-county #limestone-county,
.fw-resources__map--madison-county #madison-county,
.fw-resources__map--jackson-county #jackson-county,
.fw-resources__map--morgan-county #morgan-county,
.fw-resources__map--marshall-county #marshall-county,
.fw-resources__map--dekalb-county #dekalb-county,
.fw-resources__map--cullman-county #cullman-county,
.fw-resources__map--blount-county #blount-county,
.fw-resources__map--etowah-county #etowah-county,
.fw-resources__map--cherokee-county #cherokee-county,
.fw-resources__map--st-clair-county #st-clair-county,
.fw-resources__map--calhoun-county #calhoun-county,
.fw-resources__map--cleburne-county #cleburne-county,
.fw-resources__map--talladega-county #talladega-county,
.fw-resources__map--jefferson-county #jefferson-county,
.fw-resources__map--shelby-county #shelby-county,
.fw-resources__map--pickens-county #pickens-county,
.fw-resources__map--tuscaloosa-county #tuscaloosa-county,
.fw-resources__map--bibb-county #bibb-county,
.fw-resources__map--chilton-county #chilton-county,
.fw-resources__map--greene-county #greene-county,
.fw-resources__map--hale-county #hale-county,
.fw-resources__map--perry-county #perry-county,
.fw-resources__map--dallas-county #dallas-county,
.fw-resources__map--clay-county #clay-county,
.fw-resources__map--randolph-county #randolph-county,
.fw-resources__map--coosa-county #coosa-county,
.fw-resources__map--tallapoosa-county #tallapoosa-county,
.fw-resources__map--chambers-county #chambers-county,
.fw-resources__map--lee-county #lee-county,
.fw-resources__map--macon-county #macon-county,
.fw-resources__map--russell-county #russell-county,
.fw-resources__map--sumter-county #sumter-county,
.fw-resources__map--marengo-county #marengo-county,
.fw-resources__map--choctaw-county #choctaw-county,
.fw-resources__map--clarke-county #clarke-county,
.fw-resources__map--wilcox-county #wilcox-county,
.fw-resources__map--autauga-county #autauga-county,
.fw-resources__map--elmore-county #elmore-county,
.fw-resources__map--lowndes-county #lowndes-county,
.fw-resources__map--montgomery-county #montgomery-county,
.fw-resources__map--bullock-county #bullock-county,
.fw-resources__map--butler-county #butler-county,
.fw-resources__map--crenshaw-county #crenshaw-county,
.fw-resources__map--pike-county #pike-county,
.fw-resources__map--barbour-county #barbour-county,
.fw-resources__map--covington-county #covington-county,
.fw-resources__map--coffee-county #coffee-county,
.fw-resources__map--dale-county #dale-county,
.fw-resources__map--henry-county #henry-county,
.fw-resources__map--geneva-county #geneva-county,
.fw-resources__map--houston-county #houston-county,
.fw-resources__map--washington-county #washington-county,
.fw-resources__map--monroe-county #monroe-county,
.fw-resources__map--conecuh-county #conecuh-county,
.fw-resources__map--mobile-county #mobile-county,
.fw-resources__map--baldwin-county #baldwin-county,
.fw-resources__map--escambia-county #escambia-county,
.fw-resources__map--region-01 #region-01,
.fw-resources__map--region-02 #region-02,
.fw-resources__map--region-03 #region-03,
.fw-resources__map--region-04 #region-04,
.fw-resources__map--region-05 #region-05,
.fw-resources__map--region-06 #region-06,
.fw-resources__map--region-07 #region-07,
.fw-resources__map--region-08 #region-08,
.fw-resources__map--region-09 #region-09,
.fw-resources__map--region-10 #region-10 {
	fill: var( --wp--preset--color--primary );
}


[data-location-level="county"] #lauderdale-county:hover,
[data-location-level="county"] #lauderdale-county:focus,
[data-location-level="county"] #colbert-county:hover,
[data-location-level="county"] #colbert-county:focus,
[data-location-level="county"] #franklin-county:hover,
[data-location-level="county"] #franklin-county:focus,
[data-location-level="county"] #lawrence-county:hover,
[data-location-level="county"] #lawrence-county:focus,
[data-location-level="county"] #marion-county:hover,
[data-location-level="county"] #marion-county:focus,
[data-location-level="county"] #winston-county:hover,
[data-location-level="county"] #winston-county:focus,
[data-location-level="county"] #lamar-county:hover,
[data-location-level="county"] #lamar-county:focus,
[data-location-level="county"] #fayette-county:hover,
[data-location-level="county"] #fayette-county:focus,
[data-location-level="county"] #walker-county:hover,
[data-location-level="county"] #walker-county:focus,
[data-location-level="county"] #limestone-county:hover,
[data-location-level="county"] #limestone-county:focus,
[data-location-level="county"] #madison-county:hover,
[data-location-level="county"] #madison-county:focus,
[data-location-level="county"] #jackson-county:hover,
[data-location-level="county"] #jackson-county:focus,
[data-location-level="county"] #morgan-county:hover,
[data-location-level="county"] #morgan-county:focus,
[data-location-level="county"] #marshall-county:hover,
[data-location-level="county"] #marshall-county:focus,
[data-location-level="county"] #dekalb-county:hover,
[data-location-level="county"] #dekalb-county:focus,
[data-location-level="county"] #cullman-county:hover,
[data-location-level="county"] #cullman-county:focus,
[data-location-level="county"] #blount-county:hover,
[data-location-level="county"] #blount-county:focus,
[data-location-level="county"] #etowah-county:hover,
[data-location-level="county"] #etowah-county:focus,
[data-location-level="county"] #cherokee-county:hover,
[data-location-level="county"] #cherokee-county:focus,
[data-location-level="county"] #st-clair-county:hover,
[data-location-level="county"] #st-clair-county:focus,
[data-location-level="county"] #calhoun-county:hover,
[data-location-level="county"] #calhoun-county:focus,
[data-location-level="county"] #cleburne-county:hover,
[data-location-level="county"] #cleburne-county:focus,
[data-location-level="county"] #talladega-county:hover,
[data-location-level="county"] #talladega-county:focus,
[data-location-level="county"] #jefferson-county:hover,
[data-location-level="county"] #jefferson-county:focus,
[data-location-level="county"] #shelby-county:hover,
[data-location-level="county"] #shelby-county:focus,
[data-location-level="county"] #pickens-county:hover,
[data-location-level="county"] #pickens-county:focus,
[data-location-level="county"] #tuscaloosa-county:hover,
[data-location-level="county"] #tuscaloosa-county:focus,
[data-location-level="county"] #bibb-county:hover,
[data-location-level="county"] #bibb-county:focus,
[data-location-level="county"] #chilton-county:hover,
[data-location-level="county"] #chilton-county:focus,
[data-location-level="county"] #greene-county:hover,
[data-location-level="county"] #greene-county:focus,
[data-location-level="county"] #hale-county:hover,
[data-location-level="county"] #hale-county:focus,
[data-location-level="county"] #perry-county:hover,
[data-location-level="county"] #perry-county:focus,
[data-location-level="county"] #dallas-county:hover,
[data-location-level="county"] #dallas-county:focus,
[data-location-level="county"] #clay-county:hover,
[data-location-level="county"] #clay-county:focus,
[data-location-level="county"] #randolph-county:hover,
[data-location-level="county"] #randolph-county:focus,
[data-location-level="county"] #coosa-county:hover,
[data-location-level="county"] #coosa-county:focus,
[data-location-level="county"] #tallapoosa-county:hover,
[data-location-level="county"] #tallapoosa-county:focus,
[data-location-level="county"] #chambers-county:hover,
[data-location-level="county"] #chambers-county:focus,
[data-location-level="county"] #lee-county:hover,
[data-location-level="county"] #lee-county:focus,
[data-location-level="county"] #macon-county:hover,
[data-location-level="county"] #macon-county:focus,
[data-location-level="county"] #russell-county:hover,
[data-location-level="county"] #russell-county:focus,
[data-location-level="county"] #sumter-county:hover,
[data-location-level="county"] #sumter-county:focus,
[data-location-level="county"] #marengo-county:hover,
[data-location-level="county"] #marengo-county:focus,
[data-location-level="county"] #choctaw-county:hover,
[data-location-level="county"] #choctaw-county:focus,
[data-location-level="county"] #clarke-county:hover,
[data-location-level="county"] #clarke-county:focus,
[data-location-level="county"] #wilcox-county:hover,
[data-location-level="county"] #wilcox-county:focus,
[data-location-level="county"] #autauga-county:hover,
[data-location-level="county"] #autauga-county:focus,
[data-location-level="county"] #elmore-county:hover,
[data-location-level="county"] #elmore-county:focus,
[data-location-level="county"] #lowndes-county:hover,
[data-location-level="county"] #lowndes-county:focus,
[data-location-level="county"] #montgomery-county:hover,
[data-location-level="county"] #montgomery-county:focus,
[data-location-level="county"] #bullock-county:hover,
[data-location-level="county"] #bullock-county:focus,
[data-location-level="county"] #butler-county:hover,
[data-location-level="county"] #butler-county:focus,
[data-location-level="county"] #crenshaw-county:hover,
[data-location-level="county"] #crenshaw-county:focus,
[data-location-level="county"] #pike-county:hover,
[data-location-level="county"] #pike-county:focus,
[data-location-level="county"] #barbour-county:hover,
[data-location-level="county"] #barbour-county:focus,
[data-location-level="county"] #covington-county:hover,
[data-location-level="county"] #covington-county:focus,
[data-location-level="county"] #coffee-county:hover,
[data-location-level="county"] #coffee-county:focus,
[data-location-level="county"] #dale-county:hover,
[data-location-level="county"] #dale-county:focus,
[data-location-level="county"] #henry-county:hover,
[data-location-level="county"] #henry-county:focus,
[data-location-level="county"] #geneva-county:hover,
[data-location-level="county"] #geneva-county:focus,
[data-location-level="county"] #houston-county:hover,
[data-location-level="county"] #houston-county:focus,
[data-location-level="county"] #washington-county:hover,
[data-location-level="county"] #washington-county:focus,
[data-location-level="county"] #monroe-county:hover,
[data-location-level="county"] #monroe-county:focus,
[data-location-level="county"] #conecuh-county:hover,
[data-location-level="county"] #conecuh-county:focus,
[data-location-level="county"] #mobile-county:hover,
[data-location-level="county"] #mobile-county:focus,
[data-location-level="county"] #baldwin-county:hover,
[data-location-level="county"] #baldwin-county:focus,
[data-location-level="county"] #escambia-county:hover,
[data-location-level="county"] #escambia-county:focus,
[data-location-level="region"] #region-01:hover,
[data-location-level="region"] #region-02:hover,
[data-location-level="region"] #region-03:hover,
[data-location-level="region"] #region-04:hover,
[data-location-level="region"] #region-05:hover,
[data-location-level="region"] #region-06:hover,
[data-location-level="region"] #region-07:hover,
[data-location-level="region"] #region-08:hover,
[data-location-level="region"] #region-09:hover,
[data-location-level="region"] #region-10:hover,
[data-location-level="region"] #region-01:focus,
[data-location-level="region"] #region-02:focus,
[data-location-level="region"] #region-03:focus,
[data-location-level="region"] #region-04:focus,
[data-location-level="region"] #region-05:focus,
[data-location-level="region"] #region-06:focus,
[data-location-level="region"] #region-07:focus,
[data-location-level="region"] #region-08:focus,
[data-location-level="region"] #region-09:focus,
[data-location-level="region"] #region-10:focus {
	cursor: pointer;
	fill: var( --wp--preset--color--primary );
	opacity: .5;
}
