<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Property search overlay ---------------------- */
.propertySearch{
	background:rgba(0,0,0,.9);
	display:block!important;
	height:100vh;
	left:0;
	overflow:hidden;
	opacity:0;
	padding-top:30px;
	pointer-events:none;
	position:fixed;
	text-align:center;
	transition:.4s;
	transform:scale(1.7);
	top:0;
	width:100%;
	z-index:5
}
.page-type\:homepage .propertySearch{
	padding-top:0
}
.propertySearch.is-active{
	opacity:1;
	pointer-events:all;
	transform:scale(1)
}

.propertySearch-closeButton{
	background:transparent;
	border:0;
	cursor:pointer;
	color:#fff;
	display:inline-block;
	font-size:4rem;
	font-weight:bold;
	padding:20px;
	pointer-events:none;
	position:fixed;
	text-shadow:0 0 2px #000;
	top:47px;
	right:0;
	z-index:98
}
.propertySearch-closeButton:hover{
	background:#000
}
.page\:home .propertySearch-closeButton{
	top:20px
}

.propertySearch-body{
	height:100%;
	overflow:auto;
	z-index:97
}
.page-type\:homepage .propertySearch-body{
	padding-top:102px
}

.propertySearch-result{
	background:#fff;
	box-shadow:0 9px 9px rgba(0,0,0,.5);
	display:inline-block;
	margin:20px;
	text-decoration:none;
	vertical-align:top;
	width:70%;
	z-index:2
}
@media (min-width:900px){
	.propertySearch-result{
		height:280px;
		width:20%
	}
}
@media (min-width:1600px){
	.propertySearch-result{
		height:280px;
		width:10%
	}
}
.propertySearch-result:hover{
	backface-visibility:hidden;
	box-shadow:0 0 19px rgba(0,0,0,1);
	text-decoration:none;
	z-index:4
}
.propertySearch-result:active{
	box-shadow:0 0 60px #1E90FF;
	transform:scale(.8)!important;
	transition:.1s
}
.propertySearch-resultHero{
	background:no-repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	box-shadow:0 -3px 7px rgba(0,0,0,.4) inset;
	height:190px
}
.propertySearch-info{
	color:#333;
	line-height:1.2em;
	padding:10px;
	text-decoration:none
}
.propertySearch-info::first-letter{
	text-transform:capitalize
}
</pre></body></html>