#overlay {
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	float: left;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 99;
}

#gform-notification {
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: auto;
    min-height: 40vh;
    max-width: 520px;
    padding: 4rem;
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: auto;
    z-index: 101;
}

#gform-notification .button {
	margin: 20px 0 0;
	padding: 12px 24px;
}
#gform_confirmation_wrapper_29.gform-theme {
    position: relative;
}
.map_container {
    font-size: var(--wp--preset--font-size--x-small);
}
ul.color-rows {
    gap: 0;
}
/* Target every 2nd row in a 4-column grid (items 5-8, 13-16, etc.) */
ul.color-rows > li:nth-child(n+5):nth-child(-n+8),
ul.color-rows > li:nth-child(n+13):nth-child(-n+16),
ul.color-rows > li:nth-child(n+21):nth-child(-n+24),
ul.color-rows > li:nth-child(n+29):nth-child(-n+32) {
    background-color: var(--wp--preset--color--ncff-light);
}
.fsc-map .map_wrapper, .fsc-map .map_container .map_render {
    min-height: 60vh;
}