/* @group Find a Home
------------------------------------ */
.find-content {}
.find-content .homes-list { margin-bottom: 5.2rem; }
@media only screen
and (min-width : 961px) {
  .page-header h1 { opacity: 0; visibility: hidden; animation: textUp .5s 1 cubic-bezier(0.4,0.0,0.2,1) forwards; animation-delay: .4s; }
  .find-content { min-height: 700px; }
  .find-content .homes-list > .row { position: relative; width: calc(100% + 3.9rem); left: -1.95rem; max-width: none; }
  /* Content
  ----------------------*/
  .filter-container { position: sticky; top: 8.8rem; margin-top: -7rem; margin-bottom: 3.7rem; top: 8.8rem;
    -webkit-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    -moz-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    -ms-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    -o-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
  }
  .scrollhidden .filter-container { top: 0; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
  .page-header {}
  .page-header .img-box { height: 51.5rem; }
  .page-header h1 { font-size: 5em; letter-spacing: 1.07px; line-height: 1.040em; max-width: 50rem; margin: 0 auto; }
  /* Content
  ----------------------*/
  .find-content { min-height: 400px; }
  .find-content .homes-list { margin-bottom: 3.2rem; padding: 0; }
  .find-content .homes-list .homes-item { padding: 0 4rem; margin: 0 0 7rem; }
}
/* @end */


.header-qmi {
  position: relative;
}
.header-qmi .content span {
  display: block;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.header-qmi__col--left h2 {
  color: rgba(22, 45, 90, 1);
  text-transform: uppercase;
}
.header-qmi__col--left p {
  color: rgba(22, 45, 90, 1);
}
.header-qmi__col--right .text {
  color: #000000;
  text-transform: uppercase;
  font-family: 700;
}
.header-qmi__col--right .number {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.header-qmi__col--right .bttn {
  width: 100%;
  max-width: 22rem;
  font-weight: 700;
}
/* hide filter home type */
.header-qmi {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-qmi h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.75px;
}
@media only screen
and (min-width : 961px) {

  .header-qmi {
    margin-top: 8.8rem;
    margin-bottom: 8rem;
  }
  .header-qmi .row {
    height: 39.2rem;
    position: relative;
  }
  .header-qmi h2 {
    font-size: 3.5em;
    line-height: 1.209em;
  }


}
@media only screen
and (min-width : 0)
and (max-width : 960px) {

  .header-qmi {
    margin-top: 11.8rem;
    margin-bottom: 5rem;
  }
  .header-qmi .row {
    height: 30rem;
    position: relative;
  }
   .header-qmi h2 {
    font-size: 4em;
    line-height: 1.2em; 
  }
 

}

.banner-text-qmi {
  background-color: rgba(199, 233, 243, 1);
}
.banner-text-qmi p {
  color: rgba(22, 45, 90, 1);
}
@media only screen
and (min-width : 961px) {

  .banner-text-qmi {
    margin-bottom: 8.7rem;
  }
  .banner-text-qmi .row {
    height: 34rem;
    position: relative;
  }
  .banner-text-qmi p {
    font-size: 1.6em;
    line-height: 1.68em;
  }

}
@media only screen
and (min-width : 0)
and (max-width : 960px) {

  .banner-text-qmi .row {
    height: 30rem;
    position: relative;
  }
  .banner-text-qmi p {
    font-size: 2.4em;
    line-height: 1.68em;
  }

}


/* @group hide-load more
------------------------------------ */

.page-template-find-a-home [data-comp="load_more"] {
    opacity: 0 !important;
}

/* @end */
/* @group fixed-contact-widget
------------------------------------ */

.fixed-contact-widget {
	position: fixed;
	bottom: 1.3rem;
	left: 7.6rem;
	z-index: 100;
}
.fixed-contact-widget .wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	background: var(--white);
	box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.07);
	border-radius: 10rem;
	padding-block: 0.35rem;
	padding-inline: 1.7rem 0.35rem;
}
.fixed-contact-widget .phone {
	font-size: 1.6em;
	line-height: 2.18em;
}
@media only screen and (min-width: 961px) {
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.fixed-contact-widget {
		left: 3rem;
	}
	.fixed-contact-widget .phone {
		font-size: 16px;
		padding: 0 10px;
	}
	.fixed-contact-widget .bttn-rounded {
		font-size: 18px;
		padding: 0 34px;
	}
}

/* @end */