<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-for-sales-hubdb{
	scroll-margin-top:160px;
}
{#******* FILTERS *******#}
.hubdb__filters{
  display: flex; 
  justify-content: space-between;
	gap:20px;
}
.hubdb__filter-field{
	width:100%;
}
.hubdb__filter-field input,
.hubdb__filter-field select{
  padding: 8px 26px 8px 12px;
	width:100%;
	height: 50px;
	border-radius: 2px;
  border: 1px solid var(--primary);
	font-weight:700;
	color: var(--complementary2);
}
.hubdb__filter-field input:focus,
.hubdb__filter-field select:focus{
  outline:none;
}

.hubdb__filter-field select option{
	font-weight:700;
}
.hubdb__filter-field select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M0.470894 1.66577L3.98518 5.18006C4.01083 5.20739 4.04181 5.22917 4.07621 5.24406C4.11061 5.25896 4.1477 5.26664 4.18518 5.26664C4.22266 5.26664 4.25975 5.25896 4.29415 5.24406C4.32855 5.22917 4.35953 5.20739 4.38518 5.18006L7.89947 1.66577' stroke='%233D3D3D' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
}
.hubdb--sort select{
	color:var(--complementary);
	border:2px solid var(--complementary);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M0.470894 1.66577L3.98518 5.18006C4.01083 5.20739 4.04181 5.22917 4.07621 5.24406C4.11061 5.25896 4.1477 5.26664 4.18518 5.26664C4.22266 5.26664 4.25975 5.25896 4.29415 5.24406C4.32855 5.22917 4.35953 5.20739 4.38518 5.18006L7.89947 1.66577' stroke='%23CE3162' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.hubdb__filter-field input::placeholder,{
	color: var(--tertiary);
}
.hubdb__filter-field input[type="checkbox"],
.hubdb__filter-field input[type="radio"]{
  display: block;
}

.hubdb__filter-field label{
  display: block;
}
.hubdb__filter-field--multiselect:not(.hubdb--SELECT){
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hubdb__filter--checkbox-subfield{
  text-align: center;
  margin: 0 10px;
}
.hubdb__filter--checkbox-subfield label{
  display: block;
}
.hubdb__filter-subfield{
  margin: 10px;
}
.hubdb__not-found-results{
	color:var(--complementary);
	width:100%;
	text-align:center;
}
.hubdb__information .hubdb__card-button.button {
  margin: unset;
  display: inline-block;
	text-transform:uppercase;
	margin-bottom:8px;
}
.home-for-sales-hubdb .hubdb__load-more{
	display: none;
}
.hubdb__load-more.button.button--active {
  display: flex;
  justify-content: center;
  margin: 64px auto 32px;
  width: fit-content;
}

{#******* PAGINATION *******#}
.hubdb__pagination{
  margin: 64px auto 32px;
  text-align: center;
  width: fit-content;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.hubdb__pagination-container{
  padding: 0 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.hubdb__button-prev,
.hubdb__button-next{
	pointer-events: none;
  cursor: initial;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
	opacity:0.6;
	text-decoration:none;
	background-color:transparent;
	border: 1px solid var(--primary);
}
.hubdb__button-prev.button--active,
.hubdb__button-next.button--active{
  pointer-events: initial;
  cursor: pointer;
	opacity:0.95;
}
.hubdb__button-prev:hover,
.hubdb__button-next:hover{
	opacity:1;
}
.hubdb--pagination-hide .hubdb__button-prev,
.hubdb--pagination-hide .hubdb__button-next{
	display:none;
	transition: all .3s ease;
}
.hubdb__button-prev{
  left: -32px;
}
.hubdb__button-next{
  right: -32px;
}
.hubdb__button-page {
	width:40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
	text-decoration:none;
	transition: all .3s ease;
	font-size:13px;
}
.hubdb__button-page--active{
	pointer-events:none;
}
.hubdb__button-page:hover{
	text-decoration:none;
}
{#******* CARD *******#}
.home-for-sales-hubdb__container{
	margin: 40px auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.home-for-sales-hubdb__card{
	background: #FFF;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all .5s ease;
	position:relative;
}
.home-for-sales-hubdb__text-content{
	position:relative;
	padding: 18px 20px;
	transition: all .5s ease;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-direction:column;
}
.home-for-sales-hubdb__address{
	margin:0;
	transition: all .5s ease;
}
.home-for-sales-hubdb__featured-image{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position:relative;
}
.home-for-sales-hubdb__price-container{
	position:absolute;
	top:0;
	left:25px;
	background-color: var(--complementary);
}
.home-for-sales-hubdb__price{
	margin:0;
	padding: 5px 10px 5px 20px;
	color:#fff;
}
.home-for-sales-hubdb__availabiltiy{
	top:0;
	right:0;
	position:absolute;
	margin:0;
	padding: 5px 10px 5px 20px;
	color:#fff;
	background-color: var(--tertiary);
	z-index:4;
	font-weight:700;
}
.home-for-sales-hubdb__incentive{
	color: var(--primary)
}
.home-for-sales-hubdb__content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 100px 15px;
	position:relative;
}
.home-for-sales-hubdb__properties,
.home-for-sales-hubdb__address,
.home-for-sales-hubdb__community,
.home-for-sales-hubdb__data-house,
.home-for-sales-hubdb__incentive,
.home-for-sales-hubdb__school-district{
	margin:0;
	transition: all .5s ease;
	font-weight:700;
}
.home-for-sales-hubdb--hover-overlay{
	position:absolute;
	width:100%;
	bottom:0;
	top:0;
	transition: all .5s ease;
	opacity: 0;
}
.home-for-sales-hubdb__path-card{
	opacity:0;
	transition: all .5s ease;
	position:absolute;
}
.home-for-sales-hubdb__card:hover .home-for-sales-hubdb__path-card{
	opacity: 1;
}

.home-for-sales-hubdb__card:hover .home-for-sales-hubdb--hover-overlay{
  z-index:2;
	opacity: 1;
}
.home-for-sales-hubdb__card:hover .home-for-sales-hubdb__address,
.home-for-sales-hubdb__card:hover .home-for-sales-hubdb__properties{
	position:relative;
	z-index:3;
}
.hubdb--hide{
	display:none;
}
.home-for-sales-hubdb--sold-pending{
	background-color:var(--complementary);
}
{#*************** MEDIA QUERYS ***************#}
@media screen and (max-width: 992px){
  .hubdb__filters{
    flex-wrap: wrap;
    align-items: center;
	}
	.hubdb__filter-field{
		width:48%;
	}
	.home-for-sales-hubdb__container{
		margin: 64px auto 40px;
	}
}
@media(max-width:765px){
	.hubdb__filter-field{
		width:100%;
	}
}
</pre></body></html>