a.community-list-link {text-decoration: none;color: unset;}
.community-list-item{border-bottom:1px solid #ededed;padding:20px;line-height:1;position:relative}
a.community-list-link:hover>.community-list-item {background: #fafafa;}
.community-list-item h3 {font-size: 1.25rem;margin-bottom: 15px;margin-top: 0px;display: inline-block;max-width: 250px;}
.community-list-item p {margin: 0px 0px 15px 0px;}
.community-list-item address {font-style: unset;margin-bottom: 15px;}
.community-list-item span {position: absolute;top: 24px;right: 20px;}
.fyc-widget-block .form-group{flex:1}
#community-search{margin-bottom:20px}
#community-list {height: 500px;overflow-y: auto;}
.flexFYC .flex-40{flex-basis:calc(40% - 10px)}
.flexFYC .flex-60{flex-basis:calc(60% - 10px)}

.leaflet-marker-icon[class*="extra-marker-"] {background-image: url('/wp-content/themes/seniorliving/assets/map/markers_default_v2.png') !important;}

label {
	font-size: 14px;
}
small {
	font-size: 80%;
}
input[type="text"] {
	color: #333;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 10px;
}
input[type="text"]:focus, input[type="email"]:focus {
	color: #333333;
	border-color: #cceaeb;
	box-shadow: 0 0 0 3px rgba(204, 234, 235, 0.4);
	outline: none;
}
select {
	width: 100%;
	font-size: 1.25rem;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 10px 30px 10px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("/wp-content/themes/seniorliving/assets/header/down-arrow.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) center;
	background-size: 16px;
	box-sizing: border-box;
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
select:focus {
	border-color: #cceaeb;
	box-shadow: 0 0 0 3px rgba(204, 234, 235, 0.4);
	outline: none;
}
button#geolocate-btn {
	color: #706db2;
	border: 2px solid #706db2;
	margin-top:22px;
}
button#search-btn {
	color: #ffffff;
	background: #706db2;
	line-height: 1rem;
	margin-top: 22px;
}
button#search-btn:hover {
	background: #dedeef;
	color: #706db2;
}
a.community-list-link {
	width: 100%;
}

#community-search {
	/* align-content: center; */
	/* justify-content: center; */
	align-items: flex-start;
}

@media screen and (min-width: 701px) and (max-width: 1100px) {
	.community-list-item h3 {
		max-width: unset;
	}
	.community-list-item span {
		position: relative;
		top: unset;
		right: unset;
		display: block;
		padding-bottom: 20px;
		text-align: left;
	}
}
@media screen and (max-width:905px) {
	.form-actions span.hidemobile{display:none}
}
@media screen and (max-width:700px) {
	#community-search{flex-direction:column}
	.form-actions #geolocate-btn{order:2}
	.form-actions #search-btn{order:1;flex:1}
	.form-actions #search-btn>span.hidemobile{display:inline-block}
	.fyc-widget-block .form-group,.form-actions{width:100%;}
	.flexFYC .leaflet-container{display:none}
	.flexFYC #community-list{flex:1;height:unset}
}
@media screen and (max-width: 450px) {
	.community-list-item h3 {
		max-width: unset;
	}
	.community-list-item span {
		position: relative;
		top: unset;
		right: unset;
		display: block;
		padding-bottom: 20px;
		text-align: left;
	}
}