.pagecontainer {
  background-color: white;
}

.renter-hub-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 40px 80px 40px;
  gap: 25px;
}

.renter-hub-head-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 53px 0 0 0;
  max-width: 535px;
}

.renter-hub-head-title {
  font-family: poppinssemibold, sans-serif;
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 25px;
}

.title-colored {
  color: #009DDB;
}

.renter-hub-head-desc {
  font-size: 24px;
  margin-bottom: 90px;
  line-height: 36px;
}

.renter-hub-head-search-caption {
  color: #303E48;
  font-family: poppinssemibold, sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}

.renter-hub-search-holder {
  position: relative;
  width: 100%;
}

input.renter-hub-search-input {
  width: 100%;
  padding: 0 56px 0 16px;
  border-radius: 4px;
  border: 1px solid #C0C5C8;
  font-size: 18px;
  line-height: 28px;
  height: 70px;
  position: relative;
}

.renter-hub-search-input::placeholder {
  color: #C0C5C8;
}

.renter-hub-search-input .search-icon {
  width:18px;
  height:18px;
  color: #303E48 
}

.renter-hub-head-contents-bottom {
  font-size: 18px;
  line-height: 28px;
  margin-top: 24px;
}

.renter-hub-head-search-button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
}

.renter-hub-head-search-button  i {
  font-size: 18px;
}

.renter-hub-head-image-holder {
  max-width: 752px;
  display: flex;
  align-items: flex-start;
  padding-top: 53px;
}

.renter-hub-head-image-holder img {
  max-width: 100%;
}

.renter-hub-find {
  background-color: #F6F9FD;
  padding: 80px 40px;
}

.renter-hub-find-inner {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 43px;
  padding: 0 40px;
}

.renter-hub-find-title {
  text-align: center;
  font-family: poppinssemibold, sans-serif;
  font-size: 30px;
  line-height: 38px;
  word-wrap: break-word;
}

.renter-hub-find-steps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
}

.renter-hub-find-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 11px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 23px 30px 0 rgba(41, 149, 227, 0.06);
  padding: 23px 32px;
}

.renter-hub-find-step-img-holder {
  width: 100%;
  text-align: center;
}
  
.renter-hub-find-step-img-holder img {
  width: 100%;
}

.renter-hub-find-step-title {
  text-align: left;
  color: #ACB2B6;
  font-size: 19px;
  font-family: poppinssemibold, sans-serif;
  line-height: 26px;
  width: 100%;
}

.renter-hub-find-step-desc {
  color: #424754;
  font-size: 16px;
  line-height: 23px;
  width: 100%;
}

.affordable-rentals-panel-holder {
  max-width: 1312px;
  margin: 0 auto;
  padding: 80px 40px 80px 40px;
}

.affordable-rentals-panel-holder .premiumcard-container {
  gap: 32px;
}

.affordable-rentals-panel-holder .premiumcard {
  flex: 1;
}

.affordable-rentals-panel-holder .cmn--hdr h2 {
  font-size: 32px;
  font-family: poppinssemibold, sans-serif;
  line-height: 48px;
}

.affordable-rentals-panel-holder .premiumcard--imgholder img {
  border-radius: 6px 6px 0 0;
}

.affordable-rentals-panel-holder .premiumcard {
  border: 1px solid #d6d8da;
  border-radius: 4px;
  box-shadow: 1px 1px 4px 0 rgba(48, 62, 72, 0.20);
}

.affordable-rentals-panel-holder .premiumcard--imgholder {
  padding: 0;
}

.renter-hub-imgblocks {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 40px 80px 40px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.renter-hub-imgblock {
  padding: 20px;
  color: #FFF;
  font-family: poppinssemibold, sans-serif;
  font-size: 24px;
  line-height: 36px;
  border-radius: 4px;
}

.renter-hub-imgblock-wide {
  height: 288px;
}

.renter-hub-imgblock-narrow {
  height: 395px;
}

.renter-hub-imgblock-outer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}

.renter-hub-imgblocks a:hover {
  color:#E5E5E5;
}

.renter-hub-imgblock-container {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.renter-hub-imgblock-narrow {
  flex: 1;
}

#block-condos {
  background: url('/images/AffordableHousing/renter-condos.webp') center center/cover no-repeat;
}

#block-townhouses {
  background: url('/images/AffordableHousing/renter-townhouses.webp') center center/cover no-repeat;
}

#block-houses {
  background: url('/images/AffordableHousing/renter-houses.webp') center center/cover no-repeat;
}

#block-apartments {
  background: url('/images/AffordableHousing/renter-apartments.webp') center center/cover no-repeat;
}

#block-section8 {
  background: url('/images/AffordableHousing/renter-section8.webp') center center/cover no-repeat;
}

#block-all-properties {
  background: url('/images/AffordableHousing/renter-all-properties.webp') center center/cover no-repeat;
}

.renter-hub-learn {
  color: #424754;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 40px 80px 40px;
}

.renter-hub-learn-head-title {
  font-family: poppinssemibold, sans-serif;
  font-size: 32px;
  line-height: 48px;
  color: #303E48;
  word-wrap: break-word;
}

.renter-hub-learn-body {
  display: flex;
  flex-direction: row;
  gap: 44px;
}

.renter-hub-learn-body-content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex: 1;
}

.renter-hub-learn-body-title {
  color: #303E48;
  font-family: poppinssemibold, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.renter-hub-learn-body-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.renter-learn-icon {
  color: #009DDB;
  font-size: 32px;
}

.renter-hub-learn-body-list-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.learn-text-title {
  font-family: poppinssemibold, sans-serif;
  color: #303E48;
}

.renter-hub-ha {
  background: #F6F8FB;
  display: flex;
  padding: 0 40px 0 40px;
}

.hosing--authorities--section {
  max-width: 1312px;
  margin: 80px auto 40px auto;
  padding: 0 40px;
}

.renter-hub-ha .cmn--hdr h2 {
  font-size: 32px;
  font-family: poppinssemibold, sans-serif;
  line-height: 48px;
}

.renter-hub-ha .hdr--view--link a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.renter-hub-ha .hdr--view--link {
  flex: unset;
}

.renter-hub-ha .featured-img, .renter-hub-ha .nearby--share, .renter-hub-ha .wl-sts-badge-row {
  display: none;
}

.renter-hub-ha .near-by-listing .featured-dtls-blk {
  padding:0 0 0 52px;
  min-height: 80px;
  background: url('/images/AffordableHousing/renter-ha-card-bg.svg') left top no-repeat;
}

.renter-hub-ha .feat-prop-price {
  min-height: unset;
}

.renter-hub-ha .near-by-listing .featured-listing ul li {
  padding: 24px;
  border: 1px solid #CCECF9;
  box-shadow: 0 16px 24px 0 rgba(41, 149, 227, 0.06);
}

.renter-hub-ha h3.feat-prop-price {
  font-size: 20px;
  font-family: Poppinssemibold, sans-serif;
  line-height: 28px;
  margin-bottom: 0;
}

.renter-hub-ha .property-loca {
  font-size: 18px;
  line-height: 28px;
  color: #59656D;
}

.renter-hub-ha .nearby-panel-btns {
  flex-direction: row-reverse;
  padding-left: 52px;
  justify-content: left;
  gap: 20px;
}
 
.renter-hub-ha .nearby-panel-btns .cmn--btn {
  margin: 0;
}

.renter-hub-ha .cmn--btn--ylw {
  background-color: #009DDB;
  border-color: #009DDB;
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-family: poppinssemibold, sans-serif;
  padding: 8px 12px;
}

.renter-hub-ha .cmn--btn--ylw:hover {
  color: white;
  background-color: #007BAB;
}

.renter-hub-ha .cmn--btn--stroke {
  font-size: 16px;
  line-height: 24px;
  font-family: poppinssemibold, sans-serif;
  padding: 8px 12px;
}

.renter-hub-waitlists {
  max-width: 1312px;
  margin: 80px auto 160px auto;
  display: flex;
  flex-direction: row;
  gap: 144px;
  padding: 0 40px 0 40px;
}

.renter-hub-waitlists-content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  font-size: 16px;
  line-height: 24px;
  flex: 1;
}

.renter-hub-waitlists-title {
  font-family: poppinssemibold, sans-serif;
  font-size: 32px;
  line-height: 48px;
  color: #303E48;
}

.waitlists-link {
  display: inline-flex;
  background-color: #009DDB;
  border-color: #009DDB;
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-family: poppinssemibold, sans-serif;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
}

.waitlists-link:hover {
  color: white;
  background-color: #007BAB;
}

.renter-hub-waitlists-imgholder {
  max-width: 520px;
  flex: 1;
}

.renter-hub-waitlists-imgholder img {
  max-width: 100%;
}

.renter-hub-learn-body-image-holder img {
  max-width: 100%;
}

.landlord-left-navigation {
  display: none;
}

.logged-in-owner {
  padding: 75px 0 531px 0;
}

.with-parent-login-block .renter-hub.logged-in-owner {
  padding: 85px 0 531px 0;
}

@media screen and (max-width: 1160px) {
  .renter-hub-head-image-holder{
    padding-top: 59px;
  }
 
  .renter-hub-head-desc, .renter-hub-head-search-caption {
    font-size: 22px;
  }
}

@media screen and (max-width: 1110px) {
  .renter-hub-head-title {
    font-size: 44px;
    line-height: 52px;
  }

  .renter-hub-head-desc {
    margin-bottom: 40px;
  }

  .renter-hub-waitlists {
    gap: 100px;
  }
}

@media screen and (max-width: 1070px) {
  .renter-hub-head-title {
    font-size: 42px;
    line-height: 50px;
  }

  .renter-hub-head-contents-bottom {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .renter-hub-waitlists {
    gap: 80px;
  }
}

@media screen and (max-width: 1028px) {
  .renter-hub-head-title {
    font-size: 40px;
    line-height: 46px;
  }

  .renter-hub-waitlists {
    gap: 64px;
  }

  .renter-hub.logged-in-owner {
    padding: 65px 0 0 0;
  }

  .with-parent-login-block .renter-hub.logged-in-owner {
    padding: 85px 0 0 0;
  }
}

@media screen and (max-width: 990px) {
  .renter-hub-head-title {
    font-size: 38px;
    line-height: 42px;
  }

  .renter-hub-head-contents {
    min-width: 367px;
  }

  .renter-hub-head-image-holder {
    padding-top: 175px;
  }

  .renter-hub-imgblocks {
    flex-direction: column;
  }

  .renter-hub-learn-body {
    flex-direction: column-reverse;
  }

  .renter-hub-learn-body-image-holder {
    display: flex;
    justify-content: center;
  }

  .renter-hub-learn-body-image-holder img {
    max-height: 350px;
  }

  .renter-hub-learn {
    gap: 20px;
  }

  .renter-hub-waitlists {
    flex-direction: column;
    gap: 40px;
  }

  .renter-hub-waitlists-imgholder {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .renter-hub-waitlists-content {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .renter-hub-head {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .renter-hub-head-contents {
    min-width: 100%;
  }

  .renter-hub-head-contents {
    padding-top: 0;
  }

  .renter-hub-head-image-holder {
    padding-top: 60px;
  }

  .renter-hub-find-steps {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .renter-hub-imgblock-container {
    flex-direction: column;
  }

  .renter-hub-imgblock-narrow {
    min-height: 288px;
  }

  .renter-hub-ha .nearby-panel-btns {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}



