@charset "UTF-8";
/*******************************************************
 *
 * General
 *
 *******************************************************/
/** HP Slideshow */
.section-hero {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.section-hero-wrap, .section-hero-container {
  position: relative;
  display: block;
}
.section-hero-slideshow {
  position: relative;
  display: block;
}
.section-hero-slideshow:before, .section-hero-slideshow:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.section-hero-slideshow:before {
  background: transparent url(../images/slideshow-overlay.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-hero-slideshow .aios-slider-img canvas,
.section-hero-slideshow .aios-slider-custom-video canvas {
  max-height: 100vh;
}
.section-hero-info {
  position: absolute;
  z-index: 2;
  bottom: 160px;
  left: 0;
  right: 0;
  padding: 0 30px;
  text-align: center;
}
.section-hero-info-tagline {
  position: relative;
  display: block;
  font-family: var(--font-family-title);
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}

/** HP Call To Actions */
.section-cta {
  position: relative;
  display: block;
  background: var(--secondary);
  overflow: hidden;
}
.section-cta-wrap {
  position: relative;
  display: block;
}
.section-cta-container {
  position: relative;
  display: flex;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
.section-cta-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  flex-shrink: 0;
}
.section-cta-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  background: #fff;
  padding: 0 10px;
}
.section-cta-list-img {
  position: relative;
  display: block;
}
.section-cta-list-img img {
  display: block;
  width: 100%;
  height: min(max(20.25vw, 250px), 324px);
}
.section-cta-list-name {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 15px;
  background: rgba(144, 134, 132, 0.9);
  transition: background var(--transition-4s);
}
.section-cta-list-name > * + * {
  margin-top: 5px;
}
.section-cta-list-name small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4em;
}
.section-cta-list-name strong {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.section-cta-list-item {
  position: relative;
  display: block;
  width: calc((100% - 20px) / 3);
}
.section-cta-list-item:focus .section-cta-list-name, .section-cta-list-item:hover .section-cta-list-name {
  background: rgba(var(--primary-rgb), 0.9);
}

/** HP Quick Search */
.section-search {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  margin-top: -40px;
}
.section-search-wrap {
  position: relative;
  display: block;
}
.section-search-container {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.section-search-title {
  position: relative;
  display: block;
  flex-shrink: 0;
}
.section-search-title h2 {
  display: block;
  font-family: var(--font-family-title);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}
.section-search-form {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-left: auto;
  padding-left: 12px;
}
.section-search-form-col {
  position: relative;
  display: block;
  width: 99px;
}
.section-search-form-col + .section-search-form-col {
  margin-left: 2px;
}
.section-search-form-col.lg {
  flex-grow: 1;
}
.section-search-form-col.submit, .section-search-form-col.advanced {
  width: auto;
  margin-left: 17px;
}
.section-search-form-input,
#homepage-search  button.btn,
.section-search-form-col select#cityzip {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  display: block;
  width: 100%;
  height: 41px;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.28);
  padding: 5px 10px;

  border-radius: inherit;
  border: 1px solid #666262;
}
.section-search-form-input.with-arrow {
  background-image: url(../images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 5px;
  padding-right: 18px;
}
  .section-search-form-input.with-arrow option {
    color: #000;
  }
.section-search-form-submit {
  height: 41px;
  background: var(--primary);
  font-size: 15px;
  font-weight: 600;
  padding: 5px 33px;
  color: #fff;
}
.section-search-form-submit:before {
  background: #fff;
}
.section-search-form-submit:focus, .section-search-form-submit:hover {
  background: #fff;
  border-color: #fff;
  color: var(--primary);
}
.section-search-form-submit:focus:before, .section-search-form-submit:hover:before {
  background: #fff;
}
.section-search-form-advanced {
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
}
.section-search-form-advanced i {
  display: block;
  font-style: normal;
}
.section-search-form .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 250px!important;
}

/** HP About Erika Spears */
.section-welcome {
  position: relative;
  display: block;
  padding: 86px 15px 108px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.section-welcome:before,
.section-welcome:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.section-welcome:before {
/*  background: transparent url(../images/welcome-bg.jpg) no-repeat;*/
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
.section-welcome:after {
  /*background: url(../images/welcome-overlay.png) bottom center no-repeat;*/
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,1) 80%);
  background-size: cover;
  z-index: 1;
}
.section-welcome-wrap {
  position: relative;
  display: block;
  z-index: 2;
}
.section-welcome-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
}
.section-welcome-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 44.42%;
  flex-shrink: 0;
  padding-left: 60px;
}
.section-welcome-img:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10%;
  bottom: 60px;
  left: 0;
  right: 60px;
  background: #d8d2d6;
  pointer-events: none;
}
.section-welcome-img img {
  display: block;
  width: 100%;
  height: auto;
}
.section-welcome-main {
  position: relative;
  display: block;
  margin: 11% 0 0 90px;
}
.section-welcome-title {
  position: relative;
  display: block;
}
.section-welcome-text {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 40px;
}
.section-welcome-link {
  position: relative;
  display: block;
  margin-top: 55px;
}

/** HP Featured Properties */
.section-properties {
  position: relative;
  display: block;
  padding: 95px 15px 120px;
  overflow: hidden;
}
.bg-section-properties,
.bg-section-properties:after,
.section-properties:before, .section-properties:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 912px;
  max-height: 80%;
  pointer-events: none;
}
.section-properties:before,
.bg-section-properties {
/*  background: transparent url(../images/properties-bg.jpg) no-repeat;*/
  background-position: center center;
  background-size: cover;
}
/*.section-properties:after,*/
.bg-section-properties:after {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
}
.section-properties-wrap {
  position: relative;
  display: block;
}
.section-properties-container {
  position: relative;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}
.section-properties-title {
  position: relative;
  display: block;
  text-align: center;
}
.section-properties-slider {
  position: relative;
  display: block;
  margin-top: 40px;
}
.section-properties-slider-img {
  position: relative;
  display: block;
}
.section-properties-slider-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity var(--transition-4s);
  pointer-events: none;
}
.section-properties-slider-img img {
  display: block;
  width: 100%;
  height: min(max(26.688vw, 250px), 427px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform var(--transition-4s);
}
.section-properties-slider-price {
  position: relative;
  display: block;
  font-family: var(--font-family-title);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
}
.section-properties-slider-address {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.section-properties-slider-amenities {
  position: relative;
  display: block;
}
.section-properties-slider-amenities ul {
  position: relative;
  display: inline-flex;
  flex-flow: row wrap;
  vertical-align: middle;
  margin: 0 -8px;
}
.section-properties-slider-amenities ul li {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 0 8px;
}
.section-properties-slider-amenities ul li + li {
  border-left: 1px solid #fff;
}
.section-properties-slider-link {
  position: relative;
  display: block;
}
.section-properties-slider-link .site-button {
  padding: 5px 30px;
}
.section-properties-slider-preview, .section-properties-slider-hover {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  margin: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: var(--transition-4s);
  transition-property: opacity, transform;
  pointer-events: none;
}
.section-properties-slider-preview {
  display: block;
  width: 255px;
  max-width: 100%;
  padding: 30px;
}
.section-properties-slider-preview > * + * {
  margin-top: 5px;
}
.section-properties-slider-hover {
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px 30px 20px;
  transform: translateY(calc(100% + 10px));
}
.section-properties-slider-hover > * + * {
  padding-left: 15px;
}
.section-properties-slider-hover .section-properties-slider-address {
  margin-top: 5px;
}
.section-properties-slider-hover .section-properties-slider-amenities {
  margin-top: 10px;
}
.section-properties-slider-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.section-properties-slider-item:hover .section-properties-slider-img:after {
  opacity: 1;
}
.section-properties-slider-item:hover .section-properties-slider-img img {
  transform: scale(1.2);
}
.section-properties-slider-item:hover .section-properties-slider-preview {
  opacity: 0;
  transform: translateX(calc(-100% - 10px));
}
.section-properties-slider-item:hover .section-properties-slider-hover {
  transform: none;
}
.section-properties-cta {
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 1140px;
  margin: 75px auto 0;
}
.section-properties-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 3);
  max-width: 373px;
  height: 109px;
  font-family: var(--font-family-title);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  background: var(--secondary);
  transition: var(--transition-4s);
  transition-property: color, background;
}
.section-properties-cta a:after {
  content: "";
  display: block;
  width: 17px;
  height: 7px;
  background: #fff;
  margin-left: 10px;
  -webkit-mask-image: url(../images/arrow-icon.png);
  transition: background var(--transition-4s);
}
.section-properties-cta a:focus, .section-properties-cta a:hover {
  background: var(--primary);
}

/** HP Explore Neighborhoods */
.section-communities {
  position: relative;
  display: block;
  padding: 115px 18px;
  overflow: hidden;
}
.bg-section-communities,
.bg-section-communities:after,
.section-communities:before, .section-communities:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 553px;
  pointer-events: none;
}
.section-communities:before,
.bg-section-communities {
/*  background: transparent url(../images/communities-bg.jpg) no-repeat;*/
  background-position: center center;
  background-size: cover;
}
/*.section-communities:after,*/
.bg-section-communities:after {
  background: rgba(216, 210, 214, 0.9);
  height: 100%;
}
.section-communities-wrap {
  position: relative;
  display: block;
}
.section-communities-container {
  position: relative;
  display: block;
  max-width: 1564px;
  margin: 0 auto;
}
.section-communities-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 85px;
}
.section-communities-list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: -9px;
}
.section-communities-list-col {
  position: relative;
  display: block;
  width: 33.3333333333%;
  padding: 9px;
}
.section-communities-list-name {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.32);
  font-family: var(--font-family-title);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  word-break: break-word;
  transition: background var(--transition-4s);
}
.section-communities-list-name:focus, .section-communities-list-name:hover {
  background: rgba(var(--primary-rgb), 0.82);
}
.section-communities-list-img {
  position: relative;
  display: block;
}
.section-communities-list-img img {
  display: block;
  width: 100%;
  height: min(max(19.938vw, 250px), 319px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.section-communities-list-item {
  position: relative;
  display: block;
}
.section-communities-viewall {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 70px;
}

/** HP Client Testimonials **/
.section-testimonials {
  position: relative;
  display: block;
  padding: 100px 0;
  overflow: hidden;
}
.bg-section-testimonials,
.bg-section-testimonials:after,
.section-testimonials:before, .section-testimonials:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.section-testimonials:before,
.bg-section-testimonials {
/*  background: transparent url(../images/testimonials-bg.jpg) no-repeat;*/
  background-position: center center;
  background-size: cover;
  filter: grayscale(1);
}
.section-testimonials:after {
  background: rgba(49, 42, 39, 0.9);
}
.section-testimonials-wrap, .section-testimonials-container {
  position: relative;
  display: block;
}
.section-testimonials-title {
  position: relative;
  display: block;
  text-align: center;
}
.section-testimonials-slider {
  position: relative;
  display: block;
  margin-top: 120px;
  padding: 0 171px;
}
.section-testimonials-slider:before {
  content: "“";
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  font-family: var(--font-family-title);
  font-size: 328px;
  font-weight: 600;
  line-height: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.18);
}
.section-testimonials-slider-text {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.section-testimonials-slider-name {
  position: relative;
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.section-testimonials-slider-item {
  position: relative;
  display: block;
}
.section-testimonials-slider-control {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  justify-content: space-between;
}
.section-testimonials-viewall {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 100px;
}

/** HP Latest News */
.section-blogs {
  position: relative;
  display: block;
  padding: 110px 0;
  overflow: hidden;
}
.section-blogs-wrap, .section-blogs-container {
  position: relative;
  display: block;
}
.section-blogs-title {
  position: relative;
  display: block;
  text-align: center;
}
.section-blogs-slider {
  position: relative;
  display: block;
  margin-top: 60px;
}
.section-blogs-slider-img {
  position: relative;
  display: block;
}
.section-blogs-slider-img img {
  display: block;
  width: 100%;
  height: min(max(19.438vw, 250px), 311px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.section-blogs-slider-info {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #d0d0d0;
  border-top: 0;
  flex-grow: 1;
  padding: 34px 30px;
}
.section-blogs-slider-info-name {
  position: relative;
  display: block;
  font-family: var(--font-family-title);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section-blogs-slider-info-text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 15px;
}
.section-blogs-slider-info-link {
  position: relative;
  display: block;
  margin-top: auto;
  padding-top: 30px;
}
.section-blogs-slider-info-link a {
  display: inline-block;
  font-family: var(--font-family-title);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary);
}
.section-blogs-slider-info-link a:focus, .section-blogs-slider-info-link a:hover {
  color: var(--secondary);
}
.section-blogs-slider-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-blogs-viewall {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 55px;
}

/*******************************************************
*
* Mobile styles and other media queries
*
*******************************************************/
@media only screen and (max-width: 1199px) {
  .section-hero-info-tagline {
    font-size: 40px;
  }
  .section-search-title h2 {
    font-size: 20px;
  }
  .section-search-form-input {
    font-size: 12px;
  }
  .section-search-form-col {
    width: 91px;
  }
  .section-search-form-submit {
    padding: 5px 20px;
    font-size: 14px;
  }
  .section-search-form-col.submit,
  .section-search-form-col.advanced {
    margin-left: 10px;
  }
  .section-welcome-main {
    margin-left: 40px;
  }
  .section-properties-slider-preview,
  .section-properties-slider-hover {
    padding: 20px;
  }
  .section-properties-slider-link .site-button {
    padding: 5px 20px;
    font-size: 11px;
    height: 45px;
  }
  .section-testimonials-slider {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 991px) {
  #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-img canvas,
  #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-custom-video canvas {
    /*min-height: calc(100vh - 172px) !important;*/
  }
  .section-hero-info {
    bottom: 0;
    padding: 30px;
  }
  .section-hero-info-tagline {
    font-size: 35px;
  }
  .section-search {
    position: relative;
    transform: none;
    margin: 0;
    padding: 50px 0;
    background: var(--secondary);
  }
  .section-search-container {
    max-width: 750px;
    display: block;
    text-align: center;
  }
  .section-search-title h2 {
    font-size: 24px;
  }
  .section-search-form {
    flex-flow: row wrap;
    margin: 30px -5px 0;
    padding: 0;
  }
  .section-search-form-col.lg {
    width: 100%;
  }
  .section-search-form-col {
    width: 50%;
    margin: 0 !important;
    padding: 5px;
  }
  .section-search-form-col.submit,
  .section-search-form-col.advanced {
    width: 50%;
  }
  .section-search-form-submit {
    width: 100%;
    font-size: 15px;
  }
  .section-search-form-input {
    font-size: 13px;
    background-color: transparent;
  }
  .section-search-form-advanced {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    height: 41px;
    background: #fff;
    color: var(--primary);
    transition-property: color, background;
  }
  .section-search-form-advanced:focus,
  .section-search-form-advanced:hover {
    background: var(--primary);
    color: #fff;
  }
  .section-welcome {
    padding: 50px 15px;
  }
  .section-welcome-container {
    max-width: 730px;
    display: block;
    text-align: center;
  }
  .section-welcome-img {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 10%;
  }
  .section-welcome-img:before {
    bottom: 10%;
    right: 10%;
  }
  .section-welcome-main {
    margin: 30px 0 0;
  }
  .section-welcome-link {
    margin-top: 30px;
  }
  .section-cta {
    padding: 50px 0;
  }
  .section-cta-container {
    max-width: 750px;
    flex-direction: column;
    text-align: center;
  }
  .section-cta-title {
    display: block;
    padding: 0;
  }
  .section-cta-list {
    margin-top: 30px;
    padding: 0;
    background: transparent;
  }
  .section-properties {
    padding: 50px 15px;
  }
  .section-properties-cta {
    margin: 35px 0 0;
    flex-flow: row wrap;
    justify-content: center;
  }
  .section-properties-cta a {
    width: 100%;
    margin: 5px;
    height: 70px;
  }
  .section-properties-slider-preview,
  .section-properties-slider-link {
    display: none;
  }
  .section-properties-slider-hover {
    display: block;
    text-align: center;
    transform: none;
  }
  .section-properties-slider-hover > * + * {
    padding: 0;
  }
  .section-communities {
    padding: 50px 18px;
  }
  .section-communities-container {
    max-width: 766px;
  }
  .section-communities-title {
    margin-bottom: 30px;
  }
  .section-communities-list-col {
    width: 50%;
  }
  .section-communities-viewall {
    margin-top: 30px;
  }
  .section-testimonials {
    padding: 50px 0;
  }
  .section-testimonials-slider {
    margin-top: 50px;
    padding: 0;
  }
  .section-testimonials-slider:before {
    font-size: 200px;
  }
  .section-testimonials-slider-control {
    position: relative;
    top: 0;
    justify-content: center;
    margin-top: 30px;
  }
  .section-testimonials-viewall {
    margin-top: 40px;
  }
  .site-control-arrow {
    width: 55px;
    height: 41px;
  }
  .section-blogs {
    padding: 50px 0;
  }
  .section-blogs-slider {
    margin-top: 30px;
  }
  .section-blogs-slider-info {
    padding: 20px;
  }
}
@media only screen and (max-width: 567px) {
  .section-cta-list > * + * {
    margin-top: 15px;
  }
  .section-cta-list-item,
  .section-communities-list-col {
    width: 100%;
  }
  .section-properties-cta a {
    font-size: 14px;
  }
  .section-properties-slider-amenities ul li {
      font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .section-hero-info-tagline{
    font-size: 18px;
  }
}