.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.background-video {
  z-index: 10;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: transparent;
}

.menu-logo {
  height: 45px;
}

.body {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.nav-link {
  border-right: 1px solid #fff;
  border-bottom: 5px solid #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #222;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-width: 0px 1px 5px 0px;
  border-color: #fff;
  border-bottom-style: solid;
  border-left-style: none;
  background-color: #69ab58;
}

.nav-link.w--current {
  border-bottom-color: #fff;
  background-color: #69ab58;
  color: #fff;
}

.hero-logo {
  height: 40vh;
  border-radius: 20px;
}

.button {
  width: 100%;
  margin-top: 6px;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 5px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #69ab58;
}

.button.btn-small {
  width: 100%;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 15px;
  border-width: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

.button.btn-section {
  display: block;
  width: 380px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-color: #222;
  border-left-color: #222;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #222;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.button.btn-section:hover {
  background-color: #69ab58;
  color: #fff;
}

.button.btn-pagination {
  display: block;
  width: 70px;
  border-bottom-color: #222;
  border-left-color: #222;
  background-color: #fff;
  font-family: 'Fa solid 900', sans-serif;
  color: #222;
}

.button.btn-pagination.pag-next {
  background-color: #222;
}

.button.btn-pagination.pag-previous {
  background-color: #222;
}

.button.btn-icon {
  width: 80px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-family: 'Fa solid 900', sans-serif;
}

.button.btn-icon:hover {
  background-color: #69ab58;
}

.button.btn-internal {
  display: block;
  width: 220px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-color: #222;
  border-left-color: #222;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #222;
  font-size: 22px;
  line-height: 30px;
}

.button.btn-internal:hover {
  background-color: #69ab58;
  color: #fff;
}

.hero-column-right {
  padding-right: 22px;
  padding-left: 0px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.section-slider {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 10px none #fff;
  background-color: #fff;
  color: #222;
}

.section.section-realtor {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.31)), to(rgba(34, 34, 34, 0.31))), url('../images/realtor.jpg');
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.31), rgba(34, 34, 34, 0.31)), url('../images/realtor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.section-search {
  padding-top: 140px;
}

.section.section-realtor-1st {
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/realtor.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/realtor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.section-greytoblack {
  background-color: #fff;
}

.section.section-top {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.section-green {
  background-color: #69ab58;
  color: #fff;
}

.section.section-white {
  border-left: 1px solid #000;
  background-color: #fff;
}

.hero {
  height: 100vh;
  background-image: url('../images/hero-blur-bal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand {
  padding: 10px 12px 10px 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
  background-color: #69ab58;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.brand:hover {
  background-color: #69ab58;
}

.brand.w--current {
  padding: 10px 12px 10px 10px;
  border-bottom-left-radius: 0px;
}

.slider {
  height: 50vh;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 1%;
  padding-left: 1%;
  background-color: transparent;
}

.link-block-red {
  border-radius: 50px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.link-block-red:hover {
  background-color: #69ab58;
}

.slide {
  width: 32.333%;
  margin-right: 1px;
  margin-left: 1px;
  padding: 5% 4%;
  border-bottom: 5px solid #222;
  border-left: 1px solid #69ab58;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/1010-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/1010-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.slide:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 171, 88, 0.4)), to(rgba(105, 171, 88, 0.4))), url('../images/1010-2.jpg');
  background-image: linear-gradient(180deg, rgba(105, 171, 88, 0.4), rgba(105, 171, 88, 0.4)), url('../images/1010-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-arrow {
  width: 50px;
  height: 80px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.slide-arrow:hover {
  background-color: #69ab58;
}

.slide-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading {
  margin-bottom: 40px;
  padding-right: 1%;
  padding-left: 1%;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.slide-subheading {
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #814c4c;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #69ab58;
}

.container.container-search {
  margin-bottom: 60px;
}

.div-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.listing-image {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.listing {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 5px solid #69ab58;
  border-left: 1px solid #69ab58;
  border-radius: 20px;
  background-color: #222;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.listing:hover {
  background-color: #000;
}

.listing-type {
  height: 30px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: grey;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.listing-address {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.listing-link {
  width: 23%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  color: #fff;
  text-decoration: none;
}

.listing-price {
  margin-top: 10px;
  color: #69ab58;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.listing-icon {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  text-align: center;
}

.listing-details {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
}

.small-text {
  font-size: 18px;
}

.button-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.form-field {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #222;
  border-left: 1px solid #222;
  border-radius: 20px;
  color: #222;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.form-field:focus {
  border-color: #69ab58;
}

.field-label {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.select-field {
  height: 67px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 5px solid #222;
  border-left: 1px solid #222;
  border-radius: 20px;
  background-color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.select-field:focus {
  border-color: #69ab58;
}

.form-button {
  display: block;
  width: 300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 5px solid #222;
  border-left: 1px solid #222;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #69ab58;
}

.form-button:active {
  color: #fff;
}

.text-field {
  min-height: 120px;
  border-bottom: 5px solid #222;
  border-left: 1px solid #222;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.text-field:focus {
  border-color: #69ab58;
}

.item {
  width: 33.333333333333336%;
  text-align: center;
}

.icon {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-bottom: 5px solid #222;
  border-left: 1px solid #222;
  border-radius: 20px;
  background-color: #69ab58;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 95px;
  text-align: center;
}

.item-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 1%;
  padding-left: 1%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.search-div {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form {
  width: 30%;
}

.search-field {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 20px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.search-field:focus {
  border-color: #666;
}

.search-select {
  height: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 5px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 20px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.search-select:focus {
  border-color: #666;
}

.section-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #69ab58;
}

.close-btn {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.close-btn:hover {
  color: #222;
}

.text-block {
  padding: 15px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.search-heading {
  margin-top: 0px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-number {
  width: 150px;
  margin-top: 6px;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #222;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.building {
  width: 31.333%;
  margin: 1%;
  padding: 8% 4%;
  border-bottom: 5px solid #222;
  border-left: 1px solid #222;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/1010-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/1010-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.building:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 171, 88, 0.41)), to(rgba(105, 171, 88, 0.41))), url('../images/1010-2.jpg');
  background-image: linear-gradient(180deg, rgba(105, 171, 88, 0.41), rgba(105, 171, 88, 0.41)), url('../images/1010-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.recaptcha {
  margin-top: 15px;
  text-align: center;
}

.recaptcha-widget {
  margin-right: auto;
  margin-left: auto;
}

.logo-footer {
  width: 130px;
  margin-right: auto;
  margin-left: auto;
}

.footer-link {
  margin-bottom: 5px;
  float: right;
  clear: right;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.phone {
  width: 100%;
  margin-top: 50px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.internal-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 65px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 0px 0px, 50% 50%;
  background-size: cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.description {
  margin-bottom: 40px;
  padding-right: 1%;
  padding-left: 1%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
}

.slide-photo {
  width: 32.333%;
  margin-right: 1px;
  margin-left: 1px;
  padding: 5%;
  border-bottom: 5px solid #222;
  border-left: 1px solid #222;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/1010-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/1010-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.lightbox-link {
  color: #fff;
  text-decoration: none;
}

.description-itens {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 1%;
  padding-left: 1%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 66px;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  padding-right: 1%;
  padding-left: 1%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.success-message {
  background-color: #000;
  font-size: 18px;
  line-height: 24px;
  border-radius: 20px;
  color:#fff;
}

.text-block-3 {
  font-size: 22px;
  line-height: 28px;
}

.error-message {
  background-color: #69ab58;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.form-short {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  width: 100%;
  margin-top: 25px;
  text-align: left;
  text-decoration: none;
}

.link-block.w--current {
  margin-top: 25px;
}

.hero-over-video {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-item {
  width: 16.666666666666668%;
}

.search-button {
  display: block;
  width: 260px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 5px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 20px;
  background-color: #69ab58;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.search-button:hover {
  background-color: #222;
}

.team-photo {
  display: block;
  width: 108px;
  height: 108px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 5px solid #222;
  border-left: 1px solid #222;
  border-radius: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.realtor-name {
  width: 80%;
  margin: 10px auto 40px;
  padding-right: 1%;
  padding-left: 1%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.notes {
  margin-top: 50px;
  color: #999;
  font-size: 10px;
  line-height: 14px;
  font-weight: 300;
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .nav-link {
    border-left: 1px solid #fff;
    border-right-style: none;
    border-right-width: 0px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0px;
  }

  .nav-link:hover {
    border-right-width: 0px;
    border-left-style: solid;
    border-left-width: 1px;
  }

  .menu-button {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid #fff;
    border-left: 1px solid #fff;
    border-bottom-left-radius: 20px;
    background-color: #69ab58;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    color: #fff;
  }

  .menu-button:hover {
    background-color: #69ab58;
  }

  .menu-button.w--open {
    background-color: #69ab58;
  }

  .button.btn-small {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu {
    margin-top: 62px;
    background-color: transparent;
  }

  .link-block-red {
    border-radius: 40px;
  }

  .slide {
    width: 48%;
  }

  .section-heading {
    font-size: 46px;
    line-height: 52px;
  }

  .slide-subheading {
    font-size: 14px;
    line-height: 20px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .listing-link {
    width: 48%;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .listing-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .search-form {
    width: 70%;
  }

  .search-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .building {
    width: 48%;
  }

  .slide-photo {
    width: 48%;
  }

  .hero-heading {
    font-size: 60px;
    line-height: 66px;
  }

  .form-short {
    width: 70%;
  }

  .slide-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-logo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    font-size: 26px;
    line-height: 30px;
  }

  .button.btn-small {
    font-size: 14px;
  }

  .button.btn-section {
    font-size: 24px;
  }

  .hero-column-right {
    padding-right: 30px;
  }

  .hero-column-left {
    padding-left: 18px;
  }

  .slide {
    width: 96%;
  }

  .slide-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .section-subheading {
    font-size: 18px;
    line-height: 24px;
  }

  .listing:hover {
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }

  .text-field-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }

  .item {
    width: 50%;
  }

  .search-form {
    width: 100%;
  }

  .page-number {
    font-size: 24px;
    line-height: 30px;
  }

  .building {
    width: 96%;
    margin-bottom: 4%;
    padding-top: 16%;
    padding-bottom: 16%;
  }

  .logo-footer {
    margin-top: 0px;
  }

  .footer-link {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
  }

  .footer-link.phone {
    margin-top: 0px;
  }

  .slide-photo {
    width: 96%;
  }

  .hero-heading {
    font-size: 56px;
    line-height: 62px;
  }

  .hero-subheading {
    font-size: 20px;
    line-height: 26px;
  }

  .form-short {
    width: 80%;
  }

  .link-block {
    margin-bottom: 30px;
    text-align: center;
  }

  .link-block.w--current {
    margin-bottom: 30px;
    text-align: center;
  }

  .icon-item {
    width: 33.333333333333336%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-logo {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button {
    border-width: 5px;
    font-size: 22px;
    line-height: 26px;
  }

  .button.btn-section {
    width: 260px;
  }

  .hero-column-right {
    padding-right: 19px;
  }

  .hero-column-left {
    padding-left: 7px;
  }

  .slider {
    padding-right: 2%;
    padding-left: 2%;
  }

  .link-block-red {
    border-radius: 20px;
  }

  .slide {
    width: 94%;
  }

  .section-subheading {
    padding-right: 2%;
    padding-left: 2%;
  }

  .listing-link {
    width: 96%;
    margin-right: 2%;
    margin-bottom: 4%;
    margin-left: 2%;
  }

  .form-button {
    border-width: 5px;
    font-size: 24px;
  }

  .item-text {
    padding-right: 2%;
    padding-left: 2%;
  }

  .search-div {
    padding: 10px;
  }

  .search-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .page-number {
    border-width: 5px;
    font-size: 22px;
    line-height: 26px;
  }

  .building {
    width: 94%;
    margin-bottom: 8%;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .description {
    padding-right: 2%;
    padding-left: 2%;
  }

  .slide-photo {
    width: 94%;
  }

  .lightbox-link {
    text-align: center;
  }

  .description-itens {
    padding-right: 2%;
    padding-left: 2%;
    text-align: left;
  }

  .hero-heading {
    font-size: 48px;
    line-height: 54px;
  }

  .hero-subheading {
    padding-right: 2%;
    padding-left: 2%;
  }

  .form-short {
    width: 100%;
  }

  .hero-over-video {
    padding-right: 5px;
    padding-left: 5px;
  }

  .search-button {
    border-width: 5px;
    font-size: 24px;
  }

  .realtor-name {
    padding-right: 2%;
    padding-left: 2%;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
