#signup-content {
	padding: 14em 5em 14em 5em;
	color: white;
}
#signup-content h2 {
	font-weight: bold;
	color: white;
}
#signup-content .lead-in {
	font-size: 2em;
}
#signup-content a {
	text-decoration: underline;
	color: white;
}
#signup-content a:hover {
	text-decoration: none;
	color: white;
}

.gform_body input,
.gform_body textarea,
.ms-choice {
	border-color: #000 !important;
	border-radius: 2px;
}
.ms-choice:hover {
	color: #000;
}

/* Mosaic */
.mosac-links {
	min-height: 24px;
}
.contact-btn {
	float: right;
}

/* Map */
#map {
	position: relative;
}
.map-locations {
	translate: 5px; 
}
.map-location {
	stroke: #fff;
	stroke-width: 0.25;
}
.map-location:hover {
	cursor: pointer;
}
.map-location-populated {
	fill: #00e5ff;
}
.map-location-populated:hover {
	fill: #fff100;
}
.map-locations .disabled,
.map-locations .disabled:hover {
	fill: #fff100;
}
.map-location-empty {
	fill: #2f2f2f;
}
.tooltip {
	z-index: 99;
	text-align: left;
}
.map-aside {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 99;
	text-align: left;
}

.msg-container {
	padding: 1.5em;
	margin: 2em;
	font-size: 1.5em;
	color: white;
}
.msg-info {
	background-color: #0f0;
}
.msg-error {
	background-color: #f00;
}

/* send message form */
.btn-back {
	margin-bottom: 2em;
}

/* Mosaic filters */
.filter-list {
	margin: 5px;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}
.filter-btn,
.dropdown-btn {
	padding: 3px 6px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-right: 4px;
}
.filter-btn:hover,
.dropdown-btn:hover {
	background-color: #fff100;
	color: #2f2f2f;
}
.filter-btn.disabled,
.dropdown-btn.disabled{
	background-color: #2f2f2f;
	cursor: default;
}
.filter-btn.disabled:hover,
.dropdown-btn.disabled:hover {
	color: #fff;
}
.filter-btn-reset {
	margin-left: -4px;
}

.filter-input {
	box-sizing: border-box;
	padding: 3px 6px !important;
	border: 3px solid #fff !important;
	border-bottom: 1px solid #000 !important;
	margin: 5px;
}
.filter-input:focus {
	padding: 5px 8px 3px 8px !important;
	border: 1px solid #000 !important;
	box-shadow: none !important;
}
.dropdown {
	position: relative;
	display: flex;
	margin: 5px;
}
.dropdown-content {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	width: 90%;
	min-width: 250px;
	border: 3px solid #000;
	box-shadow: 5px 10px rgba(0,0,0,0.6);
	z-index: 1;
}
.dropdown-content-right {
	float: right;
	margin: 5px;
}
