/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}/*.owl-carousel .owl-item img{display:block;width:100%}*/.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{/*background:0 0;*/color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.home--featured-section {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.home--featured-section .tnresult--card {
    width: calc(33.7% - 15px);
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 7px;
    float: left;
    min-height: 405px;
    max-height: 405px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
}

.home--featured-section .incomebase--match--info {
    border-top: 1px solid #edeff1;
    padding: 10px;
    font-size: 12px;
}

.home--featured-section .tnresult--card .tnresult--price {
    color: #303E48;
}

.home--featured-section .tnresult--card .tnresult--bedbath {
    color: #303E48;
}

.home--featured-section .tnresult--card:nth-child(3n+0) {
    margin-right: 0;
}

.home--featured-section .tnresult--desc {
    position: relative;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-radius: 0 0 6px 6px;
}

    .home--featured-section .tnresult--card--inner {
        padding: 10px;
    }

.home--featured-section .property--card--top {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.home--featured-section .property--card--bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 10px;
    min-height: 70px;
    background: rgba (0,0,0,.8);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 150%);
    color: #ffffff;
    padding-top: 55px;
}


.home--featured-section .tnresult--communityname {
    font-size: 14px;
    background: rgba(0,161,223,.9);
    padding: 7px 10px;
    font-family: 'poppinsmedium';
    color: #fff;
}

.home--featured-section .tnresult--communityname a {
    font-size: 12px;
    color: #303E48 !important;
}

.home--featured-section .tnresult--communityname a:hover {
    color: #00A1DF !important;
}

.home--featured-section .tnresult--communityname span.tooltipstered {
    font-size: 12px;
    color: #303030;
}

.home--featured-section .voucher--cnt {
    margin-left: 3px;        
}

.trusted--cnt {
    display: inline-block;
    vertical-align: top;
}

.ic--trusted--badge img {
    height: 20px;
}

.affordable--rentals--cnt .property--fav--share {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.affordable--rentals--cnt .tnresult--img {
    position: relative;
    max-height: 250px;
    overflow: hidden;
    min-height: 250px;
    background: #b3b3b3;
    border-radius: 4px 4px 0 0;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    width: auto;
}

.affordable--rentals--cnt .tnresult--propertytype {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 2px;
    float: right;
}

.premiumcard-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.premiumcard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border-radius: 6px;
  background: #fff;
  flex: 0 0 32.5%;
  margin-bottom: 15px;
  font-size: 14px;
  cursor: pointer;
  justify-content: space-between;
  overflow: hidden;
}

.premiumcard > a {
	display: block;
    width: 100%;
    color: #303e48;
}

.premiumcard--dataholder {
  display: flex;
  gap: 8px;
  padding: 8px;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.premiumcard--data--row1 {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.premiumcard--icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.premiumcard--icons .property--fav--share {
  margin-top: unset;
  margin-right: unset;
  margin-left: auto;
}

.premiumcard--price {
  font-family: 'poppinsregular';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  white-space: nowrap;
}

.premiumcard--icons .available--txt {
  width: 100%;
  font-size: 14px;
}

.premiumcard--icons .available--txt .green--text em {
  margin-top: -3px;
}

.premiumcard--top {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.premiumcard--imgholder {
  display: flex;
  padding: 2px 2px 0px 2px;
  position: relative;
}

.premiumcard--imgholder-toprow {
  position: absolute;
  padding: 5px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
}

.premiumcard--imgholder-toprow .trusted--owner {
  border-radius: 4px;
  border: 1px solid #fff;
  background: #303e48;
  color: white;
  display: flex;
  padding: 6px;
  height: 24px;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.premiumcard--imgholder-toprow .trusted--owner .trusted--owner--img {
  display: block;
  width: 17px;
  height: 17px;
}

.premiumcard--imgholder-toprow .property--fav--share {
  margin-top: 2px;
  margin-right: 5px;
}

.premiumcard--imgholder img {
  border-radius: 6px;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.premiumcard--details {
  color: #59656d;
  font-size: 14px;
}

.premiumcard--details .card--value {
  color: #59656d;
}

.value--separator {
  color: #d6d8da;
}

.premiumcard--availability .available--txt {
  width: unset;
  font-size: 14px;
  margin-left: 5px;
}

.premiumcard--data--row2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.premiumcard--communityname {
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.premiumcard--communityname .tooltipstered {
  font-size: 14px;
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .home--featured-section .tnresult--img img {
        max-height: 208px;
    }

    .home--featured-section .tnresult--img {
        min-height: 208px;
        max-height: 208px;
    }

    .home--featured-section .tnresult--bedbath {
        display: block;
    }

    .home--featured-section .tnresult--card {
        min-height: 348px;
        max-height: 348px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .home--featured-section .tnresult--img img {
        max-height: 237px;
    }

    .home--featured-section .tnresult--img {
        min-height: 237px;
        max-height: 237px;
    }

    .home--featured-section .tnresult--bedbath {
        display: block;
    }

    .home--featured-section .tnresult--card {
        width: calc(50.7% - 15px);
        min-height: 392px;
        max-height: 392px;
    }

    .home--featured-section .tnresult--card:nth-child(2n+0), .home--featured-section .tnresult--card:last-child {
        margin-right: 0 !important;
    }

    .home--featured-section .tnresult--card:nth-child(3n+0) {
        margin-right: 15px;
    }

    .ic--trusted--badge img {
        height: 23px;
    }

    .premiumcard {
        flex: 0 0 49.5%;
    }
}

@media screen and (min-width:240px) and (max-width:767px) {
    .home--featured-section .tnresult--card {
        max-width: 100%;
        width: auto;
        float: none;
        margin: 0 auto 20px auto;
    }

    .home--featured-section .tnresult--card:nth-child(3n+0) {
        margin-right: auto;
    }

    .home--featured-section .tnresult--img img {
        max-height: 220px;
    }

    .home--featured-section .tnresult--img {
        min-height: 220px;
        max-height: 220px;
    }

    .home--featured-section .tnresult--card {
        min-height: inherit;
        max-height: inherit;
    }

    .home--featured-section .rental--card.non--community.community .tnresult--img {
        min-height: inherit;
        max-height: inherit;
    }

    .home--featured-section .rental--card.non--community .tnresult--img {
        min-height: inherit;
        max-height: inherit;
    }

    .ic--trusted--badge img {
        height: 23px;
    }

    .premiumcard-container {
        flex-direction: column;
        flex-wrap: unset;
        align-items: center;
    }

    .premiumcard {
        flex: unset;
        width: 100%;
        max-width: 380px;
    }
}

@media screen and (min-width:240px) and (max-width:374px) {
    .home--featured-section .tnresult--img img {
        max-height: 184px;
    }   
}

@media screen and (min-width:480px) and (max-width:767px) {
    .home--featured-section .tnresult--card {
        max-width: 380px;
        width: auto;
        float: none;
        margin: 8px auto 7px auto;
    }

    .home--featured-section .tnresult--card:nth-child(3n+0) {
        margin-right: auto;
    }
}

/* propdetails box */
.header--ad {
    display: block;
}

.details-sprite {
    background: url(../../images/AffordableHousing/details-sprite.png) no-repeat;
}

.propdetail--box {
    max-width: 525px;
    margin: 50px auto;
    background: url(../../images/AffordableHousing/noresults-bg.png) no-repeat bottom -50px left #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 50px 20px;
}

.propdetail--box--icon {
    width: 70px;
    float: left;
    margin-right: 15px;
}

.propdetail--box--text {
    width: calc(100% - 85px);
    float: left;
    padding-top: 10px;
}

.propdetail--box--bluetxt {
    font-size: 16px;
    font-weight: 500;
    color: #266fba;
    display: block;
    margin-bottom: 7px;
}


/* property detail main css */
.cmn--blk--shadow {
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    background: #fff;
    border-radius: 4px;
}

.prop--nav--bar {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 0;
}

.prop--nav--inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prop--nav--blk {
    display: flex;
}


    .prop--nav--blk small {
        margin: 0 10px;
        font-size: 16px;
        color: #848484;
    }

.prop--nav {
    font-size: 16px;
    color: #00A1DF;
    font-family: poppinsmedium, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 14px 0;
}

    .prop--nav em {
        font-style: normal;
    }

    .prop--nav i {
        margin-right: 10px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .prop--nav i img {
            float: left;
        }

.prop--nav--disable {
    color: #848484;
    cursor: not-allowed;
}

    .prop--nav--disable i img {
        filter: brightness(10%);
        opacity: 0.5;
    }

.prop--nav--next i {
    margin: 0 0 0 10px;
}

.prop--nav:hover {
    transform: translateX(-3px);
    color: #303E48;
}

    .prop--nav:hover i img {
        filter: brightness(10%);
        opacity: 1;
    }

.prop--nav--next:hover {
    transform: translateX(3px);
    color: #303E48;
}

.prop--nav--disable:hover {
    transform: none !important;
    -webkit-transform: none !important;
    color: #848484;
}

    .prop--nav--disable:hover i img {
        opacity: 0.5 !important;
    }

.prop--dtl--main {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 20px 0;
}

.prop--dtl--lt {
    width: 70%;
    float: left;
}

.prop--head--bar {
    width: 100%;
    display: block;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 0 15px;
}

.prop--head--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ebeef4;
}

.prop--head--lt {
    width: 72%;
    display: flex;
    align-items: center;
}

.owner--ent .prop--head--lt {
    width: auto;
}

.prop--map {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 4px 0 0;
}

.prop--name {
    width: 100%;
    padding: 10px 20px;
}

    .prop--name p {
        font-size: 16px;
        color: #303E48;
        margin: 5px 0 0;
        display: block;
    }

        .prop--name p small {
            color: #848484;
            font-size: 16px;
            margin: 0 5px 0 3px;
        }

.community--hdr .prop--name {
    width: 100%;
}

.owner--ent .prop--name {
    padding: 24px 20px 10px 20px;
}

.comm--dtls {
    display: flex;
    align-items: center;
    width: 100%;
}

.owner--ent .comm--dtls {
    align-items: flex-start;
}

.owner--ent .comm--dtls--caption {
    font-family: 'poppinsregular';
    font-size: 20px;
    font-weight: 600;
}

.owner--ent .comm-subnav b {
    font-family: 'poppinsregular';
    font-weight: 600;
}

.community--hdr .prop--name p {
    margin: 0;
}

.community--hdr .comm--dtls i {
    margin-left: 10px;
}

    .community--hdr .comm--dtls i img {
        float: left;
    }

.community--hdr .prop--name .comm--adrs {
    font-size: 16px;
    color: #848484;
    margin: 5px 0 0;
}

.owner--ent.community--hdr .prop--name  .comm--adrs {
    color: #59656D;
    margin-top: 0;
    margin-bottom: 12px;
}

.prop--adrs {
    font-size: 18px;
    font-family: poppinsmedium, sans-serif;
    color: #303E48;
    margin: 0;
    display: flex;
    align-items: center;
}

    .prop--adrs span {
        display: block;
        padding-top: 3px;
    }

.prop--head--rt {
    width: 28%;
    text-align: right;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
}

.owner--ent .prop--head--rt {
    width: unset;
    padding-top: 24px;
}

.prop--act--link {
    padding: 10px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ebeef4;
    flex-direction: column;
    font-size: 14px;
    color: #00A1DF;
    font-family: poppinsmedium, sans-serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .prop--act--link i {
        display: block;
        margin-bottom: 5px;
        font-size: 24px !important;
        color: #00A1DF;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .prop--act--link:last-child {
        border-radius: 0 4px 4px 0;
    }

    .prop--act--link:hover {
        background: #f7f7f7;
        color: #00A1DF;
    }

        .prop--act--link:hover i {
            transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
        }

.owner--ent .prop--act--link {
    border-left: none;
    width: 24px;
    height: 24px;
    margin-right: 24px;
}

.sticky-details-bar .prop--act--link:last-child {
    border-right: 1px solid #ebeef4;
}

.prop--sub--nav {
    display: block;
    width: 100%;
}

    .prop--sub--nav .wrapper {
        max-width: inherit;
        min-width: inherit;
    }

    .prop--sub--nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .prop--sub--nav ul li {
            margin: 0 5px;
            padding: 0;
        }

            .prop--sub--nav ul li a {
                padding: 18px 5px;
                font-size: 16px;
                color: #303E48;
                text-align: center;
                float: left;
                position: relative;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
            }

                .prop--sub--nav ul li a:after {
                    content: '';
                    width: 0;
                    height: 2px;
                    position: absolute;
                    bottom: 0;
                    left: auto;
                    right: 0;
                    display: block;
                    transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    background: #00A1DF;
                }

                .prop--sub--nav ul li a:hover, .prop--sub--nav ul li a.active {
                    color: #00A1DF;
                }

                    .prop--sub--nav ul li a.active:after {
                        width: 100%;
                        right: auto;
                        left: 0;
                    }

.dtl--cntct--btn {
    display: none;
}

.dtl--cntct--show {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 125px;
    z-index: 1;
}

.dtl--cntct--btn a {
    display: block;
    min-width: 145px;
    padding: 0 10px;
    color: #fff;
    line-height: 40px;
}

.dtl--cntct--btn a {
    margin-right: 7px;
}

    .mbl_msg.cmn--btn i, .dtl--cntct--btn a i, .fraud--link i {
        margin-right: 5px;
    }

.sticky-details-bar .prop--sub--nav ul li.dtl--cntct--btn a:after, .sticky-details-bar .dtl--cntct--btn a:after {
    display: none;
}

.sticky-details-bar .prop--sub--nav ul li.dtl--cntct--btn a:hover, .sticky-details-bar .dtl--cntct--btn a:hover {
    color: #fff;
}

.sticky-details-bar .prop--sub--nav .wrapper {
    max-width: 1280px;
    position: relative;
}

.sticky-details-bar .prop--sub--nav ul {
    width: 70%;
}

    .sticky-details-bar .prop--sub--nav ul li:first-child {
        margin-left: 0;
    }

.prop--gallery {
    width: 100%;
    display: inline-block;
    position: relative;
}

.prop--gallery--lt {
    float: left;
    width: 60%;
    margin-right: 1.2%;
}

.prop--gallery--rt {
    float: left;
    width: 38.8%;
}

.prop--gallery--blk {
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
    display: block;
    position: relative;
    overflow: hidden;
}

    .prop--gallery--blk img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prop--gallery--blk:last-child {
        margin-bottom: 0;
    }

.gallery--overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .gallery--overlay i {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #00a1df;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
    }

.prop--gallery--blk:hover .gallery--overlay {
    opacity: 1;
    visibility: visible;
}

.pdp--gallery--slider {
    display: flex;
}

.pdp--gallery--slider:not(.owl-loaded) {
    overflow: hidden;
}

.pdp--gallery--slider .item {
    min-width: 100%;
}

.pdp--gallery--slider.owl-carousel .owl-nav .owl-next, .pdp--gallery--slider.owl-carousel .owl-nav .owl-prev {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.pdp--gallery--slider.owl-carousel .owl-nav .owl-next {
    right: -20px;
}

.pdp--gallery--slider.owl-carousel .owl-nav .owl-prev {
    left: -25px;
}

.prop--gallery--main {
    height: 340px;
    margin-bottom: 0;
}

.no--photos--blk {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d5d5d5;
}

/*.no--photos--blk img {
        width: 80%;
    }*/

.prop--facl--col {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 15px;
}

    .prop--facl--col ul {
        display: flex;
        width: 100%;
        justify-content: center;
    }

        .prop--facl--col ul li {
            flex-direction: column;
            display: flex;
            padding: 5px 10px;
            text-align: center;
            border-left: 1px solid #ebeef4;
            font-size: 16px;
            color: #303E48;
            flex: 1 0 auto;
            align-items: center;
        }

            .prop--facl--col ul li:first-child {
                border-left: none;
                padding-left: 0;
            }

            .prop--facl--col ul li small {
                display: block;
                font-size: 14px;
            }

            .prop--facl--col ul li span {
                font-family: poppinssemibold, sans-serif;
                margin: 5px 0 0;
            }

            .prop--facl--col ul li.avl--prop--col span {
                color: #529d3f;
            }

.prop--dtls--blk {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin-top: 20px;
}

.dtl--cmn--hdr {
    width: 100%;
    display: block;
    padding: 18px 20px;
    border-bottom: 1px solid #ebeef4;
}

.dtl--cmn--ttl {
    font-size: 18px;
    color: #303E48;
    font-family: poppinsmedium, sans-serif;
    margin: 0;
    line-height: 22px;
}

.dtl--placeholder--blk {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
    width: 100%;
}

    .dtl--placeholder--blk p {
        font-size: 22px;
        line-height: 34px;
        color: #848484;
        font-family: poppinsmedium, sans-serif;
        margin: 0;
    }

.prop--dtl--rt {
    width: 30%;
    float: right;
    padding-left: 20px;
}

.inquiry--form--blk {
    display: block;
    width: 100%;
}

@-webkit-keyframes blinker_shadow {
    from {
        box-shadow: 0 0 7px 3px rgba(0, 120, 164, 0.08);
    }

    to {
        box-shadow: 0 0 7px 3px rgba(0, 120, 164, 0.2);
    }
}

.direct--inquiry--blink {
    -webkit-animation-name: blinker_shadow;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.inquiry--hdr {
    display: flex;
    width: 100%;
    align-items: start;
    border-radius: 4px;
    justify-content: space-between;
    position: relative;
    padding: 20px;
}

    .inquiry--hdr h4, h4.inquiry--hd {
        width: 92%;
        font-size: 18px;
        line-height: 28px;
        color: #303E48;
        font-family: poppinssemibold, sans-serif;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 15px;
    }

.avoid--scams--cnt {
    padding: 20px;
    margin-bottom: 15px;
}

    .avoid--scams--cnt p {
        margin-top: 0;
    }

.avoid--scams--links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

    .avoid--scams--links a {
        font-family: poppinssemibold, sans-serif;
        font-size: 14px;
    }

.prem--owner--phn, .prem--owner--site {
    float: left;
    width: 100%;
}

    .prem--owner--phn p {
        color: #303E48;
        margin: 0;
    }

        .prem--owner--phn p i {
            vertical-align: middle;
            display: inline-block;
        }

        .prem--owner--phn p a {
            color: #00A1DF;
            font-family: poppinssemibold, sans-serif;
            text-decoration: underline;
        }

            .prem--owner--phn p a:hover {
                color: #303E48;
                text-decoration: none;
            }

.prem--owner--site a span {
    color: #00A1DF;
    font-family: poppinssemibold, sans-serif;
    text-decoration: underline;
}

.inquiry--form {
    width: 100%;
    display: block;
    padding: 20px;
    margin: 15px 0;
}

    .inquiry--form .custom--checkbox {
        font-size: 14px;
    }

    .inquiry--form textarea, #flag-popup textarea {
        height: 110px;
        resize: none;
    }

    .inquiry--form .form--field input {
        width: 100%;
        padding: 0 5px;
    }

.MT0 {
    margin-top: 0 !important;
}

body .date--field {
    width: 48%;
}

    body .date--field input[type="date"] {
        margin: 0;
        width: 100%;
        padding: 0 0 0 5px;
        color: #848484;
    }

    body .date--field input[type="text"] {
        padding: 0 0 0 3px;
    }

.fraud--link {
    font-size: 16px !important;
    font-family: poppinssemibold, sans-serif;
    color: #b7312c;
}

    .fraud--link:hover {
        color: #303E48;
    }

.myApplications--link {
    text-decoration: underline !important;
}

.inq--act--btns {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    /*width: 30%;*/
    flex: 0;
}

    .inq--act--btns a {
        width: auto;
        text-align: center;
        font-size: 14px;
        color: #00A1DF;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        flex-shrink: 0;
        padding: 0;
    }

        .inq--act--btns a i {
            display: block;
            margin: 0px auto 5px;
            font-size: 22px;
            min-height: 25px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

.ah-owner-heart {
    position: absolute;
    top: 22px;
    right: 15px;
}

    .ah-owner-heart a i {
        display: block;
        width: 29px;
        min-height: 25px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        background: url(../../../images/AffordableHousing/addtofav-blue.svg) no-repeat 0 0;
    }

        .ah-owner-heart a i:hover {
            background: url(../../../images/AffordableHousing/addtofav-blue-h.svg) no-repeat 0 0;
        }

        .ah-owner-heart a i.selected {
            background: url(../../../images/AffordableHousing/addtofav-blue-h.svg) no-repeat 0 0;
        }

.inquiry--hdr--lt {
    width: 100%;
}

.ent--logo {
    max-width: 120px;
}

.ent--description {
    margin-bottom: 24px;
}

.ah-heart-propertydetails a i {
    display: block;
    margin: 2px auto 5px;
    font-size: 29px;
    width: 29px;
    min-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .ah-heart-propertydetails a i:before {
        float: left;
    }
/*.ah-heart-propertydetails i:hover {
    background: url(../../../images/AffordableHousing/addtofav-h.svg) no-repeat 0 0;
    display: block;
   margin: 2px auto 5px;
    font-size: 29px;
    width: 29px;
    min-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}*/
.ah-heart-propertydetails a.prop--act--link:hover i.selected {
    background: url(../../../images/AffordableHousing/addtofav-h.svg) no-repeat 0 0;
}

.ah-heart-propertydetails i:hover.fa-hearth {
    display: none
}

i.far.fa-heart {
    display: block;
}

/*i:hover.far.fa-heart {
    color: #b30000;
    display: none;
}

i.fas.fa-heart {
    display: none;
    color: #b30000;
}
*/
i.fas.fa-heart {
    color: #b30000;
    display: block;
}

i:hover.fas.fa-heart {
    color: #b30000;
    display: block;
}

.dtl--phn--icn {
    width: 20px;
    height: 20px;
    background-position: 0 0;
}

.inq--act--btns a:hover {
    background: rgba(255,255,255,0.08);
}

    .inq--act--btns a:hover i {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
    }

.phn--nbr--overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #00A1DF;
    border-radius: 4px 4px 0 0;
    height: 100%;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.12);
}

    .phn--nbr--overlay p {
        color: #fff;
        font-size: 16px;
        margin: 0;
    }

        .phn--nbr--overlay p a {
            font-size: 20px;
            color: #fff;
            font-family: poppinsmedium, sans-serif;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

            .phn--nbr--overlay p a:hover {
                color: rgba(255,255,255,0.8);
            }

.phn-overlay--cls {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .phn-overlay--cls:hover {
        color: rgba(255,255,255,1);
    }

.phn--nbr--show {
    opacity: 1;
    visibility: visible;
}

.ah-owner-heart a {
    display: block;
}


.sticky-details-bar .prop--dtl--main {
    padding-top: 180px;
}

.brand--pdp--body .sticky-details-bar .prop--dtl--main {
    padding-top: 80px !important;
}


/*.owner-body.sticky-details-bar .prop--dtl--main {
    padding-top: 570px;
}*/

.community--property .sticky-details-bar .prop--dtl--main {
    padding-top: 220px;
}

.sticky-details-bar .comm--prop--hdr {
    border-radius: 0;
}

.sticky-details-bar .prop--nav--bar {
    position: fixed;
    top: 0;
    z-index: 111;
    left: 0;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #ebeef4;
}

.sticky-details-bar .prop--head--bar {
    top: 158px;
    position: fixed;
    z-index: 119;
    left: 0;
    width: 100%;
    border-radius: 0;
}

    .sticky-details-bar .prop--head--bar.at-branded-page {
        top: 48px;
    }


.owner-body.sticky-details-bar .prop--head--bar, .ha-body.sticky-details-bar .prop--head--bar {
    top: 49px;
}

.top--sticky--ad .top--ad {
    box-shadow: none;
}

.sticky-details-bar .community--hdr .prop--name {
    padding-left: 0;
}

.prop--head--inn {
    width: 1240px;
    display: flex;
    margin: auto;
}

.owner--ent .prop--head--inn {
    justify-content: space-between;
}

.prop--go8--icon {
    display: flex;
    margin-left: 10px;
}

    .prop--go8--icon img, .prop--go8--icon svg {
        width: 20px;
        height: 20px;
    }

.prop--cont--blk {
    display: block;
    width: 100%;
    padding: 20px;
}

    .prop--cont--blk p {
        word-break: break-word;
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 20px;
    }

        .prop--cont--blk p:last-child {
            margin-bottom: 0;
        }

.prop--dtls--opt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin: 30px 0;
}

.prop--cont--divider {
    border-bottom: 1px solid #ebeef4;
}

.prop--dtls--opt li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #303E48;
    flex: 0 0 calc(25% - 20px);
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.opt--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    border: 1px solid #c6d1dc;
    margin: 0 5px 0 0;
    flex-shrink: 0;
}

    .opt--icon i {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .opt--icon i svg, .opt--icon i img {
            width: 24px;
            height: 24px;
        }

.dtls--opt--cont {
    width: calc(100% - 37px);
}

    .dtls--opt--cont span {
        display: block;
        font-size: 14px;
        line-height: 16px;
        font-family: poppinssemibold, sans-serif;
    }

    .dtls--opt--cont small {
        display: block;
        font-size: 13px;
        line-height: 16px;
    }

.property-type--icon {
    width: 18px;
    height: 21px;
    background-position: -280px 0;
}

.fee--icon {
    width: 23px;
    height: 23px;
    background-position: -24px 0;
}

/*.pets--icon {
    width: 25px;
    height: 21px;
    background-position: -51px 0;
}*/

/*.age--icon {
    width: 22px;
    height: 22px;
    background-position: -80px 0;
}

.deposite--icon {
    width: 21px;
    height: 21px;
    background-position: -106px 0;
}

.year--icon {
    width: 21px;
    height: 22px;
    background-position: -132px 0;
}

.negotiate--icon {
    width: 24px;
    height: 15px;
    background-position: -232px 0;
}*/

.free--inquiry--call .inquiry--hdr--lt, .free--inquiry--call .inq--act--btns {
    width: 100%;
}

.prop--nav--btm {
    justify-content: center;
    margin-top: 30px;
}

.incentives--blk {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

    .incentives--blk .dtl--cmn--ttl {
        margin-bottom: 20px;
    }

.incentive--container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.05);
    margin-bottom: 15px;
    min-height: 85px;
}

    .incentive--container:last-child {
        margin-bottom: 0;
    }

.incentive--lt {
    display: flex;
    align-items: center;
    padding: 0 15px 0 70px;
    position: relative;
    width: calc(100% - 110px);
}

    .incentive--lt i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

        .incentive--lt i.rent--icon {
            width: 45px;
            height: 44px;
            background-position: -1px -27px;
        }

        .incentive--lt i.other--icon {
            width: 40px;
            height: 40px;
            background-position: -54px -27px;
        }

        .incentive--lt i.cash--icon {
            width: 43px;
            height: 42px;
            background-position: -99px -26px;
        }

        .incentive--lt i.allowance--icon {
            width: 45px;
            height: 45px;
            background-position: -147px -27px;
        }

.incentive--icon {
    margin-right: 20px;
}

    .incentive--icon img {
        float: left;
    }

.incentive--cont h6 {
    font-size: 20px;
    line-height: 24px;
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
}

.incentive--type {
    font-size: 14px;
    color: #00A1DF;
    font-family: poppinsmedium, sans-serif;
    display: inline;
    margin-left: 5px;
}

.incentive--cont p {
    font-size: 14px;
    color: #6c7e8e;
    margin: 0;
    line-height: 18px;
    word-break: break-word;
}

.incentive-rt {
    width: 110px;
    text-align: right;
    border-left: 1px solid #e9ecee;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.incentive--amnt {
    font-size: 20px;
    color: #00A1DF;
    font-family: poppinssemibold, sans-serif;
}

.show--more--link {
    display: table;
    margin: 15px auto 0;
    font-size: 16px;
    color: #00A1DF;
}

    .show--more--link i {
        font-size: 22px;
        margin-left: 5px;
        position: relative;
        top: 2px;
    }

.show--less--link i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.school--table {
    display: block;
    width: 100%;
    position: relative;
}

.school--table--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ebeef4;
    padding: 8px 0;
}

.school--table--head {
    border-bottom: 1px solid #ebeef4;
    padding-bottom: 10px;
}

    .school--table--head h6 {
        margin: 0;
        font-size: 16px;
        color: #303E48;
        font-family: poppinssemibold, sans-serif;
        line-height: 20px;
    }

.school--col {
    padding: 0 15px;
    text-align: center;
    width: 110px;
    font-size: 14px;
    color: #6c7e8e;
    line-height: 22px;
}

.school--name--col {
    width: 275px;
    text-align: left;
}

.school--col--md {
    width: 175px;
}

.rating--blk {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #6c7e8e;
}

    .rating--blk strong {
        display: block;
        font-family: poppinssemibold, sans-serif;
    }

.rating--count {
    width: 57px;
    line-height: 27px;
    display: flex;
    margin: auto;
    border-radius: 50px;
    border: 1px solid #c6d1dc;
    text-align: center;
    font-size: 16px;
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
    background: #fff;
    justify-content: center;
    margin-bottom: 5px;
}

.scl--grade {
    color: #303E48;
    display: block;
    font-size: 16px;
}

.scls--dtl {
    display: block;
    width: 100%;
}

    .scls--dtl h6, .scls--dtl span {
        color: #303E48;
        font-size: 14px;
        margin: 0;
        line-height: 22px;
        font-family: poppinsmedium, sans-serif;
    }

    .scls--dtl p {
        font-size: 14px;
        margin: 0;
        line-height: 20px;
    }

.zone--count {
    font-family: poppinssemibold, sans-serif;
    font-size: 16px;
}

.school--table--data {
    display: block;
    width: 100%;
}

    .school--table--data .school--table--row:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .school--table--data .school--table--row:nth-child(2n), .school--table--data .school--table--row:hover {
        background: #fdfdfd;
    }

.quick--match--modal p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.quick--match--opt {
    display: block;
    width: 100%;
    margin: 30px 0 0;
}

    .quick--match--opt ul {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

        .quick--match--opt ul li {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            padding: 0;
            margin: 0 0 25px;
            flex-wrap: wrap;
        }

            .quick--match--opt ul li:last-child {
                margin-bottom: 0;
            }

.quick--opt--lt {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #303E48;
    min-height: 20px;
    display: flex;
    align-items: center;
}

    .quick--opt--lt i {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }

        .quick--opt--lt i svg {
            width: 22px;
            height: 22px;
        }

    .quick--opt--lt .go8--icon--sm svg {
        width: 18px;
        height: 18px;
    }

    .quick--opt--lt .pets--icon--sm svg path {
        fill: #00A1DF;
    }


.quick--opt--rt .radio {
    margin: 0 0 0 30px;
}

    .quick--opt--rt .radio:first-child {
        margin: 0;
    }

/*.voucher--icon {
    width: 23px;
    height: 24px;
    background-position: -158px 0;
}

.pets--icon--sm {
    width: 20px;
    height: 17px;
    background-position: -208px 0;
}

.go8--icon--sm {
    width: 20px;
    height: 16px;
    background-position: -259px 0;
}

.accessibility--icon {
    width: 16px;
    height: 20px;
    background-position: -186px 0;
}*/

#quick-match-popup .invalidmessage {
    width: 100%;
    text-align: right;
}

#quick-match-popup .cstmchk .i-checks {
    display: flex;
    flex-direction: column;
}

    #quick-match-popup .cstmchk .i-checks .invalidmessage {
        display: flex;
        order: 2;
        position: relative;
        left: -25px;
    }

.prop--cont--row .dtl--cmn--ttl {
    margin-bottom: 25px;
}

.accessibility--list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .accessibility--list li {
        width: 25%;
        padding: 0 10px 0 15px;
        position: relative;
        font-size: 16px;
        color: #303E48;
        margin-bottom: 20px;
        line-height: 22px;
        box-sizing: border-box;
    }

        .accessibility--list li.line-through {
            text-decoration: line-through;
            opacity: 0.5;
        }

        .accessibility--list li:before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            position: absolute;
            top: 8px;
            left: 0;
            background: #c6d1dc;
        }

        .accessibility--list li strong {
            font-weight: 400;
            font-family: poppinsmedium, sans-serif;
        }

        .accessibility--list li span {
            color: #848484;
            font-size: 14px;
            display: block;
        }

.utilites--list li {
    width: 31.33%;
}

.feature--three--col li {
    width: 33.33%;
}

.PreviewMode .prop--nav, .PreviewMode .prop--act--link, .PreviewMode .inq--act--btns a, .PreviewMode .prop--sub--nav ul li a, .PreviewMode .inquiry--form--blk {
    pointer-events: none;
    user-select: none;
}

/* Tnresults No Matching */
.tnresult--nomatching {
    margin: 25px auto;
}

.schl--mbl--lbl, .mb--nav--txt {
    display: none;
}

.mbl--msg--btn {
    display: none;
}

.pdp--mbl--btm, .inq--act--btns .modal--cls--btn {
    display: none;
}

.prop--sub--nav ul.resp--pdp-subnav {
    display: none;
}

.afford--calc--blk {
    display: block;
    width: 100%;
}

.afford--calc--row {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.afford--calc--lt {
    width: 49%;
}

.afford--graph--lbl {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .afford--graph--lbl small {
        color: #848484;
        font-size: 16px;
    }

    .afford--graph--lbl.income--limit--value {
        margin-bottom: 15px;
        position: relative;
    }

        .afford--graph--lbl.income--limit--value:before {
            content: '';
            width: 2px;
            height: 15px;
            display: block;
            position: absolute;
            background: #303E48;
            top: 100%;
            left: 33%;
        }

    .afford--graph--lbl span {
        color: #303E48;
        font-size: 16px;
    }

.afford--graph {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.afford--graph--bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    height: 17px;
    background: #edeff1;
}

    .afford--graph--bar span {
        flex: 0 0 33.33%;
        color: #fff;
        font-size: 14px;
        font-family: poppinssemibold, sans-serif;
        height: 100%;
        text-align: center;
        line-height: 17px;
    }

.high-afford {
    background: #529d3f;
}

.medium-afford {
    background: #ffb500;
    flex: 0 0 25%;
}

.less-afford {
    background: #b7312c;
}

.undetermined-afford {
    background: rgba(132,132,132,0.1);
    flex: auto;
}

.afford--prop--overlay.graph--overlay--undetermined:after, .afford--prop--overlay.graph--overlay--undetermined:before {
    display: none;
}

.affordbility--calc--undetermined {
    color: #848484;
}

.afford--graph--section8 .afford--graph--bar {
    justify-content: flex-start;
    position: relative;
    overflow: inherit;
}

.affordbility--calc--lbl i {
    margin-right: 10px;
}

.afford--graph--section8 .affordbility--calc--lbl i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .afford--graph--section8 .affordbility--calc--lbl i img {
        width: 70%;
    }


.afford--graph--section8 .affordbility--calc--lbl.affordbility--calc--very i {
    background: #529d3f;
}

.afford--graph--section8 .affordbility--calc--lbl.affordbility--calc--medium i {
    background: #ffb500;
}

.afford--graph--section8 .affordbility--calc--lbl.affordbility--calc--less i {
    background: #b7312c;
}

.income--slider--sec8 .afford--prop--overlay:before {
    left: inherit;
    right: 100px;
}

.afford--graph--section8 .high-afford {
    flex: inherit;
    width: 80%;
    border-radius: 50px 0 0 50px;
}

.income--slider--sec8 .afford--prop--overlay {
    margin-top: 15px;
}

.section8--cont-dtls .cmn--alert--msg {
    margin: 15px 0 0;
}

    .section8--cont-dtls .cmn--alert--msg i {
        position: relative;
        top: 5px;
    }

.afford--graph.afford--graph--section8 {
    position: relative;
    padding-top: 67px;
}

.max--rent--overlay {
    position: absolute;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    min-height: 50px;
    display: inline-block;
    margin: 0 0 17px;
    right: 10px;
    line-height: 30px;
    z-index: 12;
    top: 0;
}

    .max--rent--overlay span strong {
        font-family: poppinssemibold, sans-serif;
    }

    .max--rent--overlay:before {
        content: '';
        width: 35px;
        height: 18px;
        background: url(../../images/AffordableHousing/affordibility-arrow.png) no-repeat center;
        position: absolute;
        bottom: -18px;
        right: 45px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.afford--prop--overlay {
    width: 99%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    flex-wrap: wrap;
    margin: 15px 0 0;
}

    .afford--prop--overlay:before {
        content: '';
        width: 35px;
        height: 18px;
        background: url(../../images/AffordableHousing/affordibility-arrow.png) no-repeat center;
        position: absolute;
        top: -18px;
        left: 45px;
        z-index: 1;
    }

    .afford--prop--overlay:after {
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        left: 45px;
        top: -37px;
        border: 3px solid #529d3f;
        box-shadow: 0 0 8px 3px rgba(0,0,0,0.2);
    }

.afford--graph--red .afford--graph--bar span {
    background: #b7312c;
}

.afford--graph--yellow .afford--graph--bar span {
    background: #ffb500;
}

.afford--prop--overlay.graph--overlay--less:after {
    left: inherit;
    right: 45px;
    border-color: #b7312c;
}

.afford--prop--overlay.graph--overlay--medium:after {
    left: 0;
    right: 0;
    margin: auto;
    border-color: #ffb500;
}

.afford--graph--section8.afford--graph--red .afford--graph--bar:after {
    border-color: #b7312c;
    right: 28px;
}

.afford--graph--section8.afford--graph--yellow .afford--graph--bar:after {
    border-color: #ffb500;
    right: 28px;
}

.afford--graph--section8 .afford--prop--overlay:before {
    left: inherit;
    right: 103px;
}

.afford--graph--section8.afford--graph--red .afford--prop--overlay:before, .afford--graph--section8.afford--graph--yellow .afford--prop--overlay:before {
    right: 18px;
    left: inherit;
}

.afford--graph--section8 .afford--prop--overlay:after {
    right: 107px;
    left: inherit;
}

.afford--graph--section8.afford--graph--yellow .afford--prop--overlay:after {
    right: 23px;
    left: inherit;
    border-color: #ffb500;
}

.afford--graph--section8.afford--graph--red .afford--prop--overlay:after {
    right: 23px;
    left: inherit;
    border-color: #b7312c;
}

.afford--prop--img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

    .afford--prop--img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.afford--prop--dtl {
    width: calc(100% - 70px);
    padding: 0 0 0 15px;
}

    .afford--prop--dtl p {
        margin: 0;
    }

    .afford--prop--dtl small {
        font-size: 14px;
        color: #303E48;
        margin: 5px 0 0;
        display: block;
    }

        .afford--prop--dtl small strong {
            font-family: poppinssemibold, sans-serif;
            margin-right: 5px;
        }

.affordbility--calc--lbl {
    display: flex;
    width: 100%;
    margin: 5px 0 0;
    align-items: center;
    font-size: 15px;
    font-family: poppinsmedium, sans-serif;
    color: #303E48;
}

    .affordbility--calc--lbl small {
        margin-left: 10px;
    }

.affordbility--calc--very {
    color: #529d3f;
}

.affordbility--calc--medium {
    color: #ffb500;
}

.affordbility--calc--less {
    color: #b7312c;
}

.graph--overlay--very:before {
    left: 40px;
}

.graph--overlay--medium:before {
    left: 0;
    right: 0;
    margin: auto;
}

.graph--overlay--less:before {
    left: inherit;
    right: 40px;
}

.afford--calc--rt {
    width: 49%;
}

.month--income--row {
    width: 100%;
    display: block;
    min-height: 60px;
}

    .month--income--row p {
        color: #848484;
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 24px;
    }

.form--row:last-child .field--blk {
    margin-bottom: 0;
}

.income--tax--blk {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.month--income--inn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.month--lbl {
    color: #848484;
    font-size: 16px;
    margin-right: 15px;
}

.month--income--rt {
    text-align: right;
}

.income--freq {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin: 5px 0;
}

.income-amnt {
    font-size: 16px;
    display: inline-block;
    color: #529d3f;
    line-height: 26px;
}

.month--income--rt .edit--link, .edit--link {
    font-size: 16px;
    margin-left: 5px;
}

    .month--income--rt .edit--link i, .edit--link i {
        margin-right: 5px;
        font-size: 16px;
    }

.afford--calc--row .cmn--alert--msg {
    margin: 10px 0 0;
    padding: 13px 13px 12px 13px;
}

.afford--income--field {
    width: 230px;
    position: relative;
}

.income--input-blk {
    width: 100%;
    position: relative;
}

    .income--input-blk input {
        width: 100%;
        padding-left: 25px;
    }

.basic--income--field {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

    .basic--income--field .income--input-blk {
        width: 150px;
        margin-right: 10px;
        text-align: left;
    }

        .basic--income--field .income--input-blk.voucher-field {
            width: 117px;
        }

.income--fre--outer {
    justify-content: flex-end;
    display: block;
}

    .income--fre--outer .field--blk {
        display: block;
        width: 207px;
        float: right;
    }

.basic--income--tax .income--fre--outer .field--blk {
    width: 230px;
}

.month--income--rt .invalidmessage {
    text-align: left;
}

.f--right {
    float: right;
}

.income--input-blk .fa-calculator {
    font-size: 18px;
    color: #00A1DF;
    position: absolute;
    top: 10px;
    left: calc(100% - 30px);
    cursor: pointer;
}

    .income--input-blk .fa-calculator:hover {
        filter: brightness(0.2);
    }

.dollar--sign {
    font-size: 16px;
    color: #848484;
    font-family: poppinsmedium, sans-serif;
    position: absolute;
    top: 8px;
    left: 10px;
}


/*.month--income--rt .invalidmessage {
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
}*/

.afford--income--field .cmn--btn {
    line-height: 34px;
    min-width: 80px;
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
}

    .afford--income--field .cmn--btn:focus {
        background: #007bab;
    }

.affordibilty--not--applied {
    opacity: 0.5;
    user-select: none;
}

.income--init--txt {
    font-size: 18px;
    color: #303E48;
    margin-bottom: 20px;
}

.quick--opt--rt {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    width: 60%;
    flex-wrap: wrap;
}

.unit--tab--bar .tab-menu {
    width: 100%;
    margin: auto;
    justify-content: center;
    padding: 0 60px;
    border: none;
}

    .unit--tab--bar .tab-menu:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #EDEFF1;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

.unit--tab--bar.tab .tab-menu-link {
    padding: 17px 5px;
    display: table;
    margin: auto;
    text-align: center;
    bottom: 0 !important;
    border-bottom: none;
    background: none;
}

    .unit--tab--bar.tab .tab-menu-link::before {
        height: 2px;
        background: #00A1DF;
        left: auto;
        right: 0;
        display: block;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        width: 0;
        top: auto;
        bottom: 0;
    }

    .unit--tab--bar.tab .tab-menu-link.active::before {
        width: 100%;
        right: auto;
        left: 0;
    }

.unit--tab--bar .tab-bar {
    padding: 0;
}

.unit--table {
    display: block;
    width: 100%;
}

.unit--row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ebeef4;
}

.unit--col {
    padding: 15px 10px;
    font-size: 15px;
    color: #303E48;
    width: 14%;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.model--col.model--cont div {
    display: flex;
    white-space: nowrap;
    cursor: pointer;
}

.unit--col.model--col .eye-link {
    margin-left: 8px;
}

.unit--col.model--col div span.model-text {
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unit--col.model--col div a.model-link {
    display: flex;
    max-width: 100%;
    align-items: center;
}

.model--col.model--cont div:hover a.model-text, .model--col.model--cont div:hover .eye-link {
    color: #303E48;
}

.app--submit--modal .newmodalsmallcontainer {
    max-width: 468px;
    margin: auto;
}

.app--sub--row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.icon--one--click {
    width: 54px;
    height: auto;
    flex-shrink: 0;
    margin-right: 24px;
}

    .icon--one--click img {
        max-width: 100%;
        vertical-align: middle;
    }

.newmodalsmall .app--submit--modal--content .modal--mid--cont h4 {
    font-family: 'poppinssemibold';
    font-size: 16px;
    margin-bottom: 4px;
}

.modal--mid--cont p.medium--dark--text {
    font-family: 'poppinsmedium';
    font-size: 15px;
    margin-top: 22px;
}

.one--click--apply--modal .newmodalsmallcontainer {
    max-width: 875px;
    margin: auto;
    background-image: none;
    background-color: #edeff1 !important;
    transform: none;
    top: 10%;
}

    .one--click--apply--modal .newmodalsmallcontainer .newmodalsmallcontents .modal--mid--cont {
        padding: 0;
    }

.newmodalsmall.one--click--apply--modal .modal--mid--cont h4 {
    font-family: 'poppinsbold';
    font-size: 16px;
    margin-bottom: 4px;
}

.list--unit--info p {
    font-family: 'poppinsmedium';
    font-size: 16px;
}

    .list--unit--info p b {
        font-family: poppinssemibold, sans-serif;
    }

.list--unit--info {
    padding: 15px 20px;
    background-color: #ffffff;
}

.modal-body-blue {
    background-color: #edeff1;
    padding: 15px;
}

.step_block {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 4px 2px 15px #00000020;
    margin-bottom: 15px;
}

    .step_block h5 {
        padding: 15px;
        border-bottom: 1px solid #00000010;
        margin-bottom: 0 !important;
        font-weight: 600;
    }

        .step_block h5 span {
            font-weight: 300;
        }

.step_block_body {
    padding: 15px;
}

span.review_edit_link {
    display: inline-block;
    margin-top: 20px !important;
    line-height: 24px;
}

    span.review_edit_link b {
        font-weight: 400;
        font-family: poppinssemibold, sans-serif;
    }

.note--text {
    margin-top: 15px;
    display: block;
    line-height: 24px;
}

    .note--text b {
        font-weight: 400;
        font-family: poppinssemibold, sans-serif;
    }

span.review_edit_link.review--edit--step {
    margin: 0 !important;
}

.newmodalsmall.one--click--apply--modal span.review_edit_link.review--edit--step a {
    display: inline;
}

span.review_edit_link.review--edit--step strong {
    margin: 0 0 0 5px;
}

.newmodalsmall.one--click--apply--modal .alert--msg--cont span.review_edit_link a {
    margin-top: 0 !important;
    margin-left: 5px;
}

.warning_text {
    display: flex;
}

    .warning_text sapn a {
        margin-top: 25px;
    }

.imp_notes {
    margin: 20px 0 0;
}

    .imp_notes h3 {
        font-size: 16px;
        padding: 0 !important;
        margin-bottom: 10px;
        text-align: left !important;
        border: none;
    }

.imp--notes--row {
    margin-top: 15px;
}

.imp_notes .disclosure-statement {
    margin: 0 0 15px;
}

.hide--tooltip {
    display: none;
}

.disclosure-statement:last-child {
    margin: 0;
}

.imp_notes h5 {
    font-size: 14px;
    margin-bottom: 2px !important;
}

.imp_notes p {
    font-size: 14px !important;
    line-height: 22px;
}

.one--click--apply--hint {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #848484;
    align-self: center;
    margin-top: 8px;
    font-family: 'poppinsmedium';
    white-space: nowrap;
}

.one--click--grey--icon {
    width: 19px;
    height: auto;
    margin-right: 7px;
}

.modal--btn--flex--col,
.prop--facl--col ul li.modal--btn--flex--col {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.newmodalsmall.one--click--apply--modal .alert--msg--cont p {
    margin: 0 0 1px 0;
}

    .newmodalsmall.one--click--apply--modal .alert--msg--cont p a {
        display: block;
        margin-top: 12px;
    }

.one--click--modal--btn--cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 5px;
    background-color: #edeff1 !important;
    padding-bottom: 30px;
}

.newmodalsmall.one--click--apply--modal .modal--mid--cont h5 {
    font-family: 'poppinssemibold';
    font-size: 14px;
    margin-bottom: 18px;
}

.modal--with--apply--click {
    align-items: flex-start;
}

    .modal--with--apply--click .modal--btn--flex--col {
        flex: 1 1 0;
        margin-right: 20px;
    }

        .modal--with--apply--click .modal--btn--flex--col button:first-of-type {
            margin-right: 0;
        }

        .modal--with--apply--click .modal--btn--flex--col ~ button {
            margin-right: 0;
        }

.modelinfoPopUp {
    width: auto;
    margin-right: 2%;
}

    .modelinfoPopUp .cmn--btn {
        width: 100%;
        margin-right: 0 !important;
    }

.modelinfosendMessage {
    width: 48%;
    margin-left: 2%;
}

    .modelinfosendMessage .cmn--btn {
        width: 100%;
        margin-right: 0 !important;
        height: 45px;
    }

.modelSendMessage {
    height: 45px;
}

.oneSubmitText {
    font-family: poppinssemibold, sans-serif;
}

    .oneSubmitText:hover {
        color: #007BAB !important;
    }

.hideSaveSubmitbutton {
    display: none !important;
}

.top--sticky--ad .pdp--sticky--navbar:not(.branded-page-nav) {
    top: 101px;
}

.top--sticky--ad .pdp--sticky--navbar.branded-page-nav {
    top: 91px;
}

.modal--mid--cont .additional--info {
    margin: 0 0 15px;
}

.own--ques--lbl {
    font-size: 16px;
    line-height: 26px;
    color: #303E48;
    margin: 0 0 10px;
}

.own--ques--row {
    margin-top: 20px;
}

    .own--ques--row .custom--radio {
        margin-bottom: 12px;
    }

.enterprise--owner--pdp .top--ad, .enterprise--owner--pdp #pdStickyAdLeft, .enterprise--owner--pdp .dtl--sm--box, .enterprise--owner--pdp .AdsDefaultHeight, .enterprise--owner--pdp #pw-oop-bottom_rail, .enterprise--owner--pdp .AdsRecttHeight {
    display: none 
    !important;
}

.enterprise--owner--pdp .pdp--sticky--navbar {
    top: 75px !important;
}

.enterprise--owner--pdp .prop--dtl--main {
    margin-top: 175px !important;
}

.enterprise--owner--pdp .sticky-details-bar .prop--nav--bar {
    top: 91px !important;
}

.enterprise--owner--pdp .sticky-details-bar .prop--head--bar {
    top: 140px !important;
}

.top--sticky--ad.sticky-details-bar .enterprise--owner--pdp .prop--nav--bar {
    top: 0 !important;
}

.top--sticky--ad.sticky-details-bar .enterprise--owner--pdp .prop--head--bar {
    top: 48px !important;
}

.propertydetails--owner--info {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 20px;
    display: none;
}

    .propertydetails--owner--info .cmn--blk--shadow {
        min-height: 215px;
        width: 49%;
    }

.listedby--message--call {
    display: flex;
}

    .listedby--message--call .prem--owner--phn {
        width: auto;
        float: none;
    }

        .listedby--message--call .prem--owner--phn p a {
            text-decoration: none;
            border: 1px solid #00A1DF;
            border-radius: 4px;
            padding: 0 15px;
            line-height: 43px;
            display: inline-block;
        }

            .listedby--message--call .prem--owner--phn p a img {
                vertical-align: middle;
            }

.listedby--cntct--btn {
    margin-right: 10px;
}

.member--trusted {
    margin: 0 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member--since {
    color: #848484;
    font-size: 13px;
    line-height: 18px;
}

.member--verified img {
    vertical-align: middle;
    height: 20px;
    margin: 2px 0 4px;
}

.inquiry--form--hd {
    display: none;
    font-size: 20px;
    font-family: poppinssemibold, sans-serif;
    padding: 17px 40px 17px 15px;
    background: #ffffff;
    margin-bottom: 15px;
    position: relative;
}

#DirectInquiryMessage .inquiry--form--hd {
    display: block;
}

#DirectInquiryMessage .avoid--scams--cnt {
    display: none;
}

.prop--dtl--ha.near-by-listing .featured-listing {
    margin-top: 0;
    width: auto;
    float: none;
}

    .prop--dtl--ha.near-by-listing .featured-listing ul {
        display: block;
    }

        .prop--dtl--ha.near-by-listing .featured-listing ul li {
            width: auto;
            float: none;
            cursor: auto;
        }

.prop--dtl--ha.near-by-listing .prop--dtl--posted {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.propertydetails--ha--info .prop--dtl--posted {
    margin-right: 0px;
}

a.prop--dtl--postedlink {
    text-decoration: underline;
    color: #303E48;
}

a:hover.prop--dtl--postedlink {
    text-decoration: none;
}

.prop--dtl--ha.near-by-listing .feat-prop-price, .prop--dtl--ha.near-by-listing .featured-dtls-blk {
    min-height: auto;
}

.income--restrictions--blk ul li {
    border-bottom: 1px solid #ebeef4;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
}

    .income--restrictions--blk ul li:last-child {
        border-bottom: none;
    }

.income--restrictions--hd {
    font-family: poppinssemibold, sans-serif;
}

.familysize--blk, .incomerange--blk, .numberofunits--blk {
    width: 20%;
}

span.applied--date {
    font-size: 12px;
    color: #848484;
    margin-top: 5px;
    text-align: center;
    font-family: poppinsregular,sans-serif !important;
    display: block;
}

.tooltipster-sidetip .tooltipster-box {
    background: #000000;
    border: none;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #000000;
}

.prop--dtl--lt .propertydetails--ha--info {
    display: none;
}

.prop--dtl--lt .cmn--alert--msg {
    margin-bottom: 0;
}

.prop--dtl--ha.near-by-listing .feat-prop-price span {
    cursor: pointer;
}

.pdp--family--members {
    margin-bottom: 10px;
}

    .pdp--family--members strong {
        font-family: poppinsregular, sans-serif;
        color: #529d3f;
        font-weight: 400;
    }

    .pdp--family--members label {
        min-width: 161px;
        display: inline-block;
    }

/* FEES CSS */
.fees--dtl {
    padding: 0 20px 20px;
}

.fees--dtl--blk .dtl--cmn--hdr.no--border {
    border-bottom: none;
}



.fees--dtl ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAEBEC;
    padding: 14px 8px;
}

    .fees--dtl ul li:first-child {
        padding-top: 0;
    }

    .fees--dtl ul li:last-child {
        border-bottom: none;
    }

    .fees--dtl ul li .fees--col {
        flex: 1 1 50%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        /*gap: 8px;*/
        flex-shrink: 0;
    }

        .fees--dtl ul li .fees--col p {
            font-size: 16px;
            margin: 0;
        }

            .fees--dtl ul li .fees--col p strong {
                font-weight: 400;
                font-family: poppinssemibold,sans-serif;
            }

        .fees--dtl ul li .fees--col.fees--col--sm p br {
            display: none;
        }

.fees--price {
    font-weight: 400;
    font-family: poppinssemibold,sans-serif;
    display: inline-table;
}

    .fees--price small {
        font-size: 13px;
        color: #838B91;
        font-family: poppinsregular,sans-serif;
    }

.fees--dtl ul li.has--bg {
    background: #F6F8FB;
}

.fees--dtl--blk {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.fees--badge {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

    .fees--badge .property--tag {
        margin: 0;
    }

.justify--content--end {
    justify-content: flex-end;
}

.justify--content--between {
    justify-content: space-between;
}

.info--tooltip--lgt {
    color: #C0C5C8;
    font-size: 16px;
    cursor: pointer;
    margin-left: 5px;
}

.utilities--row {
    display: flex;
    column-gap: 40px;
}

.utilities--col {
    flex: 0 1 calc(50% - 20px);
}

    .utilities--col h4 {
        font-size: 18px;
        font-family: poppinssemibold,sans-serif;
        margin-bottom: 20px;
    }

    .utilities--col .utilites--list {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }

        .utilities--col .utilites--list li {
            width: 100%;
            padding: 0;
            margin: 0;
        }

            .utilities--col .utilites--list li:before {
                display: none;
            }

.normal--fonts {
    font-family: poppinsregular,sans-serif !important;
}

.insurance--info--blk {
    margin: 24px 0 0;
}

    .insurance--info--blk p strong {
        font-weight: 400;
        font-family: poppinssemibold,sans-serif;
    }

.vehicle--badge {
    display: inline-table;
}

.brandpage--body .prop--nav--bar {
    top: 91px
}

.brandpage--body .prop--dtl--main {
    margin-top: 165px;
}

.sticky-details-bar .brandpage--body .prop--nav--bar {
    top: 0 !important;
}

.sticky-details-bar .brandpage--body .prop--head--bar {
    top: 49px !important;
}

.great-schools-logo {
    height: 30px;
    margin-bottom: -10px;
    margin-left: 5px;
}


.go8--twShare--btn svg {
    display: table;
}

.go8--twShare--btn:hover .x-icon {
    fill: #303E48;
}


@media screen and (min-width: 768px) {
    .unit--col--lg {
        width: 25%;
    }

    .rent--range--col {
        width: 15%;
        white-space: nowrap;
        max-width: 146px;
        min-width: 126px;
    }

    .sqft--range--col {
        max-width: 80px;
    }

    .avl--col {
        min-width: 140px;
    }
}

.unit--col--sm {
    width: 8%;
}

.unit--col:first-child {
    padding-left: 0;
}

.unit--col:last-child {
    padding-right: 0;
}

.unit--col h6 {
    font-size: 14px;
    font-family: poppinssemibold, sans-serif;
}

.unit--col .cmn--btn {
    min-width: 100px;
    width: 100%;
    line-height: 31px;
    font-size: 14px;
    padding: 2px 10px 0 10px;
}

.tab .owl-carousel .owl-nav .owl-next, .tab .owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 17px;
    border: none;
}

.tab .owl-carousel .owl-nav .owl-next {
    background: url(../../images/AffordableHousing/next-sign.png) no-repeat center;
    right: 15px;
}

.tab .owl-carousel .owl-nav .owl-prev {
    background: url(../../images/AffordableHousing/back-sign.png) no-repeat center;
    left: 15px;
}

    .tab .owl-carousel .owl-nav .owl-prev.disabled, .tab .owl-carousel .owl-nav .owl-next.disabled {
        filter: brightness(10%);
        opacity: 0.5 !important;
    }

        .tab .owl-carousel .owl-nav .owl-prev.disabled:hover, .tab .owl-carousel .owl-nav .owl-next.disabled:hover {
            transform: translateY(-50%) !important;
            background: none;
            border: none;
        }

        .tab .owl-carousel .owl-nav .owl-prev.disabled:hover {
            background: url(../../images/AffordableHousing/back-sign.png) no-repeat center;
        }

        .tab .owl-carousel .owl-nav .owl-next.disabled:hover {
            background: url(../../images/AffordableHousing/next-sign.png) no-repeat center;
        }

.tab-menu.owl-carousel .owl-stage {
    margin: auto;
}
/* property detail main css */
/* unit model */
#unit_model .newmodalsmallcontainer {
    max-width: 875px;
}

#unit_model .newmodalsmallcontainer {
    background: #fff;
}

#unit_model .mbl--mid--cont {
    padding: 20px 25px;
}

.unit--basic {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.unit--basic--top {
    display: flex;
    width: 100%;
    align-items: center;
}

.avl--lbl {
    color: #529d3f;
}

.avl--text {
    font-family: poppinssemibold, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-size: 15px;
}

    .avl--text.avl--text--now {
        color: #529D3F;
    }

    .avl--text.avl--text--waiting-list {
        color: #FFB500;
    }

    .avl--text.avl--text--not-available {
        color: #B7312C;
    }


.unit--basic--lt {
    width: 50%;
}

.avl--unit--col span {
    font-family: poppinssemibold, sans-serif;
}

.unit--basic--lt h4 {
    font-size: 18px;
    color: #303e48;
    font-family: poppinssemibold, sans-serif;
}

.unit--basic--lt h4 {
    font-size: 18px;
    color: #303e48;
    font-family: poppinssemibold, sans-serif;
    line-height: 28px;
}

.unit--basic--lt p {
    font-size: 16px;
    color: #303e48;
    line-height: 24px;
    margin: 5px 0 0;
}

.unit--basic--rt {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

    .unit--basic--rt button {
        flex: 1 1 0;
    }

        .unit--basic--rt button:first-of-type {
            flex: 1 1 0;
            margin-right: 20px;
        }

        .unit--basic--rt button:only-child {
            flex: 0 1 auto;
        }


.unit--desc {
    display: block;
    width: 100%;
}

    .unit--desc p {
        font-size: 16px;
        line-height: 26px;
        color: #848484;
        margin: 15px 0;
    }

        .unit--desc p:last-child {
            margin-bottom: 0;
        }

.unit--floorplan--row {
    display: flex;
    width: 100%;
}

.unit--floorplan--lt {
    width: 43%;
    padding-right: 20px;
}

.unit--floorplan--rt {
    width: 57%;
    background: #fafafb;
    border-radius: 8px;
    padding: 20px 10px 20px 20px;
}

    .unit--floorplan--rt .mCustomScrollbar {
        height: 500px;
    }

    .unit--floorplan--rt .mCSB_inside > .mCSB_container {
        margin-right: 10px;
    }


.avl--unit--blk {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

    .avl--unit--blk:last-child {
        margin-bottom: 0;
    }

.unit-subhdr {
    font-size: 18px;
    color: #303e48;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 10px;
}

.avl--unit--table {
    display: block;
    width: 100%;
}

.avl--unit--row {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ebeef4;
}

    .avl--unit--row:last-child {
        border-bottom: none;
    }

.avl--unit--col {
    padding: 15px;
    font-size: 16px;
    color: #303e48;
    display: block;
    width: 33.33%;
}

    .avl--unit--col h6 {
        font-size: 16px;
        color: #303e48;
        font-family: poppinssemibold, sans-serif;
    }

.avl--unit--data {
    display: block;
    width: 100%;
}

.modal--unit--col {
    width: 25%;
}

.modal--avl--btn--col {
    width: 50%;
    display: flex;
}

    .modal--avl--btn--col button {
        /*flex-grow: .8;*/
        width: 100%;
    }

        .modal--avl--btn--col button.cmn--btn--ylw {
            /*max-width: 170px;*/
        }


.amenities--unit {
    display: block;
    width: 100%;
    padding: 20px;
}

    .amenities--unit ul {
        display: flex;
        justify-content: space-between;
    }

        .amenities--unit ul li {
            width: 48%;
            padding-right: 0;
            margin-bottom: 15px;
        }

            .amenities--unit ul li:nth-child(2n) {
                padding-right: 0;
            }

.disclaimer--txt {
    font-size: 14px;
    color: #848484;
    margin: 10px 0 0;
    line-height: 18px;
}

.floorplan--slide .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}

.dtl--sm--box {
    display: block;
    width: 100%;
    margin-top: 30px;
}

    .dtl--sm--box .cmn--hdr h2 {
        font-size: 18px;
    }


#DirectInquiryMessage .modal--hdr--bar {
    padding: 0;
}

#directInquiry .modal--cls--btn {
    display: none;
}

#DirectInquiryMessage .modal--cls--btn {
    height: 100%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding: 0;
    width: auto;
    display: block;
    font-size: 24px;
}

#DirectInquiryMessage .newmodalsmallcontainer {
    transform: none;
    top: 0;
}

#DirectInquiryMessage .inq--act--btns {
    position: absolute;
    top: 15px;
    right: 15px;
}

.newmodalsmall .inq--act--btns a {
    width: 65px;
}

.dtl--sm--box .cmn--hdr {
    margin-bottom: 15px;
}

.tab-menu .owl-dots {
    display: none;
}

.comm--prop--hdr {
    display: flex;
    width: 100%;
    border-radius: 4px 4px 0 0;
    background: #00A1DF;
    padding: 10px 20px;
    min-height: 44px;
}

    .comm--prop--hdr .prop--head--inn {
        align-items: center;
        justify-content: space-between;
        /*width: 100%;*/
    }

.comm--name {
    font-size: 18px;
    color: #fff;
    font-family: poppinssemibold, sans-serif;
    max-width: 75%;
    padding-right: 15px;
}

.rent--range {
    font-size: 16px;
    color: #fff;
    font-family: poppinssemibold, sans-serif;
    max-width: 25%;
}

.avl--unit--blk .prop--dtls--blk {
    margin: 0;
    box-shadow: none;
}

.avl--unit--blk .prop--cont--blk {
    padding: 0;
}

.mbl--lbl {
    display: none;
    font-size: 15px;
    color: #303E48;
}

.sqft--lbl {
    display: inline;
}

.affordability--calc--placeholder img {
    max-width: 100%;
}

#inactive-property-popup {
    padding-bottom: 20px;
}

.inactive-icon {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.calc--freq--blk {
    display: flex;
    width: 100%;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    align-items: center;
    border: 1px solid #E0E0E0;
}

    .calc--freq--blk:before {
        content: '';
        width: 35px;
        height: 18px;
        background: url(../../images/AffordableHousing/affordibility-arrow.png) no-repeat center;
        position: absolute;
        top: -18px;
        right: 69px;
    }


.freq--radio {
    margin-left: 15px;
}

    .freq--radio:first-child {
        margin-left: 0;
    }

.voucher-field .invalidmessage {
    white-space: nowrap;
}

.freq--field {
    width: 100px;
    position: relative;
}

    .freq--field input {
        padding-left: 25px;
    }

.inactive--property .inquiry--form--outer {
    opacity: 0.5;
    pointer-events: none;
}


.income-slider {
    margin-top: -40px;
}

    .income-slider .owl-item {
        width: 100%;
        padding-right: 10px;
    }

    .income-slider .owl-nav .owl-prev, .income-slider .owl-nav .owl-next {
        top: calc(50% - -10px);
    }

    .income-slider.owl-carousel .owl-stage-outer {
        padding: 50px 10px 10px;
    }

    .income-slider.owl-carousel .owl-nav .owl-next, .income-slider.owl-carousel .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
    }

    .income-slider.owl-carousel .owl-nav .owl-next {
        right: -15px;
    }

    .income-slider.owl-carousel .owl-nav .owl-prev {
        left: -15px;
    }

    .income-slider .owl-dots {
        display: flex;
        justify-content: center;
    }

    .income-slider .afford--prop--overlay {
        margin: 5px 0 0;
    }

        .income-slider .afford--prop--overlay:before {
            left: 40px;
        }

        .income-slider .afford--prop--overlay.graph--overlay--medium:before {
            left: 2px;
        }

        .income-slider .afford--prop--overlay.graph--overlay--less:before {
            left: inherit;
        }

/*.afford--graph--section8.afford--graph--red .income--slider--sec8 .afford--prop--overlay:before, .afford--graph--section8.afford--graph--yellow .income--slider--sec8 .afford--prop--overlay:before {
    right: 18px;
    left: inherit;
}

.afford--graph--section8 .income--slider--sec8 .afford--prop--overlay:before {
    left: inherit;
    right: 103px;
}

.afford--graph--section8 .income--slider--sec8 .afford--prop--overlay:after {
    right: 107px;
    left: inherit;
}

.afford--graph--section8.afford--graph--red .income--slider--sec8 .afford--prop--overlay:after, .afford--graph--section8.afford--graph--yellow .income--slider--sec8 .afford--prop--overlay:after {
    right: 23px;
    left: inherit;
    border-color: #b7312c;
}*/

.sct--calc--info {
    padding: 15px;
    border-radius: 4px;
    height: 100%;
}

.sct--info--space {
    /*margin-top: 77px;*/
    height: 100%;
}

.calc--info--ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .calc--info--ttl h6 {
        font-size: 16px;
        color: #303E48;
        font-family: poppinssemibold, sans-serif;
    }

.calc--info--cont {
    display: block;
    width: 100%;
}

    .calc--info--cont p {
        display: flex;
        justify-content: space-between;
        margin: 0 0 8px;
    }

        .calc--info--cont p:last-child {
            margin-bottom: 0;
        }

        .calc--info--cont p strong {
            font-weight: 400;
            font-family: poppinssemibold, sans-serif;
        }


    .calc--info--cont .income--input-blk input {
        padding-right: 35px;
    }

    .calc--info--cont .afford--income--field {
        width: 150px;
    }

    .calc--info--cont .income--input-blk .fa-calculator {
        right: 15px;
        left: inherit;
    }

    .calc--info--cont .form--row {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

        .calc--info--cont .form--row:last-child {
            margin-bottom: 0;
        }

.calc--freq--front {
    position: static;
    padding: 5px 0 25px;
    border: none;
    border-radius: 0;
}

    .calc--freq--front:before {
        display: none;
    }

    .calc--freq--front .freq--field {
        width: 105px;
    }

.calc--freq--selection {
    display: flex;
    align-items: center;
    margin-right: 12px;
    /*margin-bottom: 15px;*/
}

    .calc--freq--selection .freq--radio {
        margin-left: 10px;
    }

        .calc--freq--selection .freq--radio:first-child {
            margin-left: 0;
        }

    .calc--freq--selection .custom--radio {
        font-size: 14px;
    }

.pay--dtls {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

    .pay--dtls .calc--info--cont {
        width: 50%;
        padding-right: 15px;
    }

.pay--cont {
    width: 50%;
    padding-left: 15px;
}

    .pay--cont p {
        margin-bottom: 15px;
    }

        .pay--cont p strong {
            font-family: poppinssemibold, sans-serif;
            font-weight: 400;
        }

        .pay--cont p:last-child {
            margin-bottom: 0;
        }

.community--property .sct--info--space {
    height: 100%;
}

.prop--dtl--lt .ah--accord--wrapper {
    margin-top: 30px;
}

.dtl--cmn--subttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dtl--cmn--subttl .affordbility--calc--lbl {
        width: 49%;
        margin: 0;
        font-size: 16px;
    }

        .dtl--cmn--subttl .affordbility--calc--lbl i {
            width: 24px;
            height: 24px;
        }

.section8--cont-dtls .alert--msg--cont p {
    margin: 0;
}

.single--property .section8--calc--community {
    /*display: none;*/
}
/* section8 calculator community specific css */
.community--property .section8--calc--single {
    /*display: none;*/
}

.section8--calc--community .income-slider .afford--prop--overlay {
    margin: 0;
    border: none;
}

.section8--calc--community .income-slider.owl-carousel .owl-stage-outer {
    padding: 2px 10px 10px 10px;
}

.section8--calc--community .afford--graph.afford--graph--section8 {
    padding: 0;
}

.section8--calc--community .afford--prop--overlay:before, .section8--calc--community .afford--prop--overlay:after {
    display: none;
}

.section8--calc--community .income-slider {
    margin: 0;
}

    .section8--calc--community .income-slider .owl-nav .owl-prev, .section8--calc--community .income-slider .owl-nav .owl-next {
        top: calc(50% - 10px);
    }

    .section8--calc--community .income-slider .owl-dots .owl-dot span {
        margin: 0 7px;
    }

.section8--calc--community .afford--graph.afford--graph--section8 {
    margin: 0;
}

.section8--calc--community .section8--cont-dtls {
    margin-top: 30px;
}

.section8--calc--single .pay--dtls {
    flex-direction: column;
}

    .section8--calc--single .pay--dtls .calc--info--cont, .section8--calc--single .pay--cont {
        width: 100%;
        padding: 0;
    }

.section8--calc--single .pay--cont {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #ebeef4;
}

.section8--calc--community .calc--freq--front {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section8--calc--community .calc--freq--selection {
    margin-bottom: 0;
}

.section8--calc--community .freq--radio {
    margin-left: 8px;
}

    .section8--calc--community .freq--radio:first-child {
        margin-left: 0;
    }

.section8--calc--community .calc--freq--front .freq--field {
    width: 110px;
}

.community-calc .section8--cont-dtls {
    margin-top: 20px;
}

.income--limits--lbl {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

    .income--limits--lbl .affordbility--calc--lbl {
        margin: 0;
        font-size: 14px;
    }
/* section8 calculator community specific css */

.databt--text {
    display: block;
    margin: 10px 0 0;
    /*text-align: right;*/
}

    .databt--text p {
        font-size: 14px;
        color: #848484;
    }

/*.popular--searches--row {
    display: inline-block;
    width: 100%;
    margin-top: 70px;
}

.popular--searches--flx {
    display: flex;
    width: 100%;
    align-items: flex-start;
}*/

.pl--2 {
    padding-left: 20px;
}

.pl--1 {
    padding-left: 10px;
}

.mb-0 {
    margin-bottom: 0;
}
/* floorplan gallery css */
.floorplan--gallery--outer {
    position: relative;
    width: 100%;
}

.floorplan--gallery--slider.owl-carousel .owl-stage-outer {
    padding: 8px 0;
}

.floorplan--card {
    width: 95%;
    margin: auto;
    background: #FAFAFB;
    border-radius: 4px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.06);
    align-items: center;
    justify-content: center;
    display: flex;
    height: 460px;
    padding: 50px 0 92px;
}

.floorplan--img {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
}

    .floorplan--img img {
        max-width: 98%;
        max-height: 98%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }


.floorplan--gallery--slider.owl-carousel .owl-nav .owl-prev {
    left: -15px;
}

.floorplan--gallery--slider.owl-carousel .owl-nav .owl-next {
    right: -15px;
}

.floorplan--thumb--card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 4px 2px rgba(0,0,0,0.06);
    background: #fff;
    padding: 5px;
    width: 90%;
    margin: auto;
}

.floorplan--thumbs--slider {
    padding: 0 35px;
    width: 100%;
}

    .floorplan--thumbs--slider .owl-item.current .floorplan--thumb--card {
        border: 2px solid #00A1DF;
    }

.floorplan--thumb--card img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.floorplan--thumbs--slider.owl-carousel .owl-stage-outer {
    padding: 7px 0;
}

.floorplan--thumbs--slider.owl-carousel .owl-nav .owl-prev, .floorplan--thumbs--slider.owl-carousel .owl-nav .owl-next {
    width: 23px;
    height: 12px;
    border-radius: 0;
    border: none;
    filter: brightness(0.1);
    opacity: 0.7 !important;
}

.floorplan--thumbs--slider.owl-carousel .owl-nav .owl-prev {
    background: url(../../images/AffordableHousing/back-sign.png);
    background-size: 100% 100%;
    left: 3px;
}

.floorplan--thumbs--slider.owl-carousel .owl-nav .owl-next {
    background: url(../../images/AffordableHousing/next-sign.png);
    background-size: 100% 100%;
    right: 3px;
}

    .floorplan--thumbs--slider.owl-carousel .owl-nav .owl-prev:hover, .floorplan--thumbs--slider.owl-carousel .owl-nav .owl-next:hover {
        opacity: 1 !important;
        filter: none;
    }

    .floorplan--thumbs--slider.owl-carousel .owl-nav .owl-prev.disabled:hover, .floorplan--thumbs--slider.owl-carousel .owl-nav .owl-next.disabled:hover {
        filter: brightness(0.1);
        opacity: 0.3 !important;
    }

    .floorplan--thumbs--slider.owl-carousel .owl-nav .owl-prev.disabled, .floorplan--thumbs--slider.owl-carousel .owl-nav .owl-next.disabled {
        opacity: 0.3 !important;
    }

.slider-counter {
    position: absolute;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.11);
    min-width: 65px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 10px;
    right: 10px;
    z-index: 11;
    color: #303E48;
    font-size: 16px;
}

.pdp--map--blk {
    height: 350px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

    .pdp--map--blk .leaflet-top {
        z-index: 100;
    }

.staticMap--zoom--act {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

    .staticMap--zoom--act a {
        width: 29px;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(0,0,0,.75);
        border-bottom: 1px solid #ddd;
    }

        .staticMap--zoom--act a:first-child {
            border-radius: 4px 4px 0 0;
        }

        .staticMap--zoom--act a:last-child {
            border-radius: 0 0 4px 4px;
        }

        .staticMap--zoom--act a:hover {
            background: rgba(0,0,0,.05);
        }

        .staticMap--zoom--act a:focus {
            box-shadow: 0 0 2px 2px #0096ff;
        }

.static--map {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* floorplan gallery css */
#image-modal-popup .newmodalsmallcontainer {
    max-width: 875px;
}

.gallery--img {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    max-height: 555px;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gallery--img img {
        max-height: 100%;
        max-width: 100%;
    }

body .lightbox .lb-image {
    border: none;
}


body .lb-container {
    box-sizing: border-box;
    position: relative;
    padding: 80px 25px 20px;
}


body .lb-outerContainer .modal--hdr--bar {
    min-height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    border-radius: 4px 4px 0 0;
}

.lb-details {
    display: none;
}

body .lb-close {
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background: none;
    opacity: 1;
}

    body .lb-close:after {
        content: "\f00d";
    }

body .lb-nav {
    position: static;
}

    body .lb-nav a.lb-prev, body .lb-nav a.lb-next {
        width: 45px;
        height: 45px;
        background: #00A1DF;
        border-radius: 50%;
        border: 1px solid #00A1DF;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        transform: translateY(-50%);
        filter: brightness(1);
        top: calc(50% + 25px);
        text-indent: -9999px;
        font-size: 0;
        opacity: 1;
    }

    body .lb-nav a.lb-prev {
        left: 10px;
        background: #00A1DF url(../../images/AffordableHousing/left-angle.svg) no-repeat center;
        background-size: 18px auto;
    }

    body .lb-nav a.lb-next {
        right: 10px;
        background: #00A1DF url(../../images/AffordableHousing/right-angle.svg) no-repeat center;
        background-size: 18px auto;
    }

body .lightbox {
    top: 50% !important;
    transform: translateY(-50%);
    position: fixed;
}

body .lightboxOverlay {
    opacity: 0.5;
}

.prop--cont--blk .more--info--txt, .more--info--txt {
    font-size: 14px;
    line-height: 24px;
    color: #303E48;
    margin: 20px 0 0;
    position: relative;
    padding-left: 25px;
    display: block;
}

    .prop--cont--blk .more--info--txt i, .more--info--txt i {
        font-size: 16px;
        color: rgba(132,132,132,0.5);
        margin-right: 10px;
        position: absolute;
        top: 4px;
        left: 0;
    }

.more--info--modal .newmodalsmallcontainer {
    max-width: 600px;
}

.more--info--scroll {
    max-height: 400px;
}

.more--info--modal p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 26px;
}

    .more--info--modal p:last-child {
        margin-bottom: 0;
    }

.prop--gallery--blk.no--photos--blk:after {
    display: none;
}

.photo--gallery--modal.newmodalsmall {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: inherit;
    background: none;
}

.photo--gallery--modal .newmodalsmallcontents {
    overflow: inherit;
}

.photo--gallery--modal .newmodalsmallcontainer {
    max-width: inherit;
}

.photo--gallery--modal .signin--form--main {
    padding: 10px 15px 5px;
    overflow: inherit;
    max-height: inherit;
}

.photo--gallery--modal .owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}

.photo--gallery--modal .owl-carousel .owl-stage {
    display: flex;
}

.photo--gallery--modal .owl-carousel.owl-drag .owl-item {
    align-items: center;
    display: flex;
    justify-content: center;
}

.gallery--photo--blk {
    display: flex;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.galler--modal--outer {
    display: block;
    width: 100%;
    position: relative;
}

.gallery--outer {
    width: calc(100% - 15px);
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.gallery--modal.owl-carousel .owl-stage {
    display: flex;
}

    .gallery--modal.owl-carousel .owl-stage .owl-item {
        display: flex;
        flex: 1 0 auto;
        justify-content: center;
        align-items: center;
    }

.photo--caption {
    display: block;
    width: 100%;
    padding: 10px;
}

    .photo--caption p {
        font-size: 16px;
        margin: 0;
    }

.floorplan--gallery--outer .slider-counter {
    top: 20px;
    right: 20px;
}

.gallery--modal--overlay {
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11110;
}

.gallery--modal .owl-nav .owl-prev, .gallery--modal .owl-nav .owl-next {
    top: calc(50% - 15px);
}

.photo--gallery--modal .slider-counter {
    right: 15px;
}

.floorplan--card .photo--caption {
    position: absolute;
    bottom: 0;
    width: calc(100% - 15px);
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px;
}

    .floorplan--card .photo--caption p {
        font-size: 14px;
        line-height: 24px;
    }

.month--income--inn .form--lbl small, .household--lbl small {
    font-size: 14px;
    color: #848484;
}

.owl-stage-modal {
    transition: none !important;
}

.leaflet-bar .leaflet-disabled {
    cursor: not-allowed !important;
    opacity: 0.1 !important;
}

.floorplan--card--placeholder {
    padding: 0;
    background: #e0e4e7;
}


    .floorplan--card--placeholder .floorplan--img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
    }

.breadcrumbs--container {
    margin-top: 30px;
    padding: 0 5px;
}

    .breadcrumbs--container .listing--breadcrumbs {
        margin-bottom: 0;
    }

.pdp--ad {
    height: 90px;
    display: block;
    width: 100%;
}

*#phoneInput_popup {
    z-index: 999999991;
}

.owner-body #header, .ha-body #header {
    position: relative;
}

.pdp--sticky--header {
    position: fixed !important;
}



/* Ad related code */
.DesktopCB {
    display: block;
    right: 20%;
}

.pdp--btmAd--sticky {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    height: 100px;
    right: 0;
    display: none;
    justify-content: center;
}

.sticky-details-bar .pdp--btmAd--sticky, .sticky-details-bar .pdp--btmAd--sticky-inn {
    display: none;
}

.gallery--ad--desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
}

.gallery--ad--mobile {
    display: none;
}

.pdp--hdr--ad {
    min-height: 90px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dtl--section--ad, .utilities--section--ad {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0 0;
}

.prop--dtl--desktop--ad {
    min-height: 600px;
}

.dtl--sec--ad--mbl {
    text-align: center;
    margin: 20px 0;
}

.affordablity--ad {
    display: none;
}

.MobileCB {
    display: none;
}

.pdp--interstitial--ad {
    min-height: 50px;
}

.left--rail--ad {
    position: fixed;
    left: 10px;
    top: 280px;
}

#pdStickyAdLeft {
    left: unset !important;
    right: 10px;
}

.owner-body .pagecontainer.details--page, .ha-body .pagecontainer.details--page {
    padding-bottom: 601px !important;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    span.review_edit_link {
        display: block;
        margin-top: 20px !important;
    }

        span.review_edit_link a {
            margin-left: 0 !important;
        }
}


@media screen and (min-width: 320px) and (max-width: 575px) {
    span.review_edit_link {
        display: block;
        margin-top: 20px !important;
    }

        span.review_edit_link a {
            margin-left: 0 !important;
        }
}


@media screen and (min-width: 470px) and (max-width: 1024px) {
    .sticky {
        display: none;
    }

    .pdp--btmAd--sticky-inn .sticky {
        display: block;
    }

    .MobileCB {
        display: none;
    }
}

/* media css */
/*@media screen and (min-width: 1280px) and (max-width: 1366px) {
    .inquiry--form {
        height: calc(100vh - 67px);
        overflow-y: auto;
    }
}*/

.mobile--prop--blk--apply {
    display: none;
}

#availablePropertyColumnMobile, #SubsidizedUnitMobile {
    display: none;
}


#mobile-applied-stub {
    display: none;
}

#desktop-applied-stub {
    display: none;
}

#mobile-applied-stub.stub-visible {
    display: flex;
}

#desktop-applied-stub.stub-visible {
    display: flex;
}


@media screen and (min-width: 1024px) and (max-width: 1399px) {
    /*#unit_model {
        overflow: inherit;
    }

        #unit_model .mbl--mid--cont {
            max-height: 85vh;
            overflow-y: auto;
        }*/
    #DirectInquiryMessage .inquiry--form--outer {
        display: block;
        position: static;
    }

    #DirectInquiryMessage .inquiry--form--blk {
        width: 100%;
        margin: 0;
    }

    .sticky-details-bar .community--hdr .prop--name {
        padding: 10px 20px;
        width: 100%;
    }

    body .section8--calc--community .calc--freq--front {
        flex-direction: row;
    }

        body .section8--calc--community .calc--freq--front .freq--field {
            width: 110px;
            margin: 0;
        }

    body .section8--calc--community .calc--freq--selection {
        width: calc(100% - 170px);
    }

    .left--rail--ad {
        display: none;
    }

    .prop--dtl--main {
        margin-top: 215px !important;
    }

    .owner-body .prop--dtl--main, .ha-body .prop--dtl--main {
        margin-top: 145px;
    }

    .top--sticky--ad .prop--dtl--main {
        margin-top: 250px;
    }

    .enterprise--owner--pdp .pdp--sticky--navbar {
        top: 75px !important;
    }

    .enterprise--owner--pdp .prop--dtl--main {
        margin-top: 170px !important;
    }

    .propertydetails--owner--info .cmn--blk--shadow {
        min-height: 190px;
    }

    .inquiry--form {
        margin-bottom: 0;
    }

    .listedby--message--call {
        justify-content: space-between;
    }

    .directInquiry--show .avoid--scams--cnt {
        display: none;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
    .unit--floorplan--rt .mCustomScrollbar {
        height: 440px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1340px) {
    .tnresults--popular--searches.popular--searches--full--width .searches--col:nth-child(4n) {
        margin-right: 0 !important;
    }

    .popular--searches--full--width .searches--col {
        flex-basis: 24% !important;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1599px) {
    .unit--floorplan--lt .floorplan--slide .item img {
        width: 260px;
        margin: auto;
        display: block;
    }

    .unit--floorplan--rt .mCustomScrollbar {
        height: 425px;
    }

    .floorplan--slide .owl-dots {
        margin-top: 10px;
    }

    .floorplan--card--placeholder .floorplan--img img {
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
    }

    .floorplan--gallery--outer, .floorplan--gallery--slider.owl-carousel .owl-stage-outer, .floorplan--gallery--outer .owl-carousel .owl-stage, .floorplan--gallery--outer .owl-carousel .owl-item, .floorplan--gallery--outer .owl-carousel .item {
        height: 100%;
    }

    .floorplan--gallery--slider {
        height: calc(100% - 60px);
    }

    .floorplan--card {
        height: 100%;
    }

    .left--rail--ad {
        display: none;
    }

    .enterprise--owner--pdp .pdp--sticky--navbar {
        top: 75px !important;
    }

    .enterprise--owner--pdp .prop--dtl--main {
        margin-top: 170px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {

    .floorplan--card {
        height: 390px !important;
    }

    .floorplan--slide .item {
        transform: scale(0.85);
        transform-origin: top;
        text-align: center;
    }

    .floorplan--slide .owl-dots {
        margin: 0;
        position: relative;
        top: -65px;
    }

    .unit--floorplan--lt .floorplan--slide .item img {
        width: 280px;
        margin: auto;
        display: block;
    }

    .floorplan--slide .owl-dots {
        margin-top: 10px;
    }
}

@media screen and (min-width:1280px) and (max-width:1366px) {
    .photo--gallery--modal .newmodalsmallcontainer {
        height: calc(100vh - 60px);
        margin: auto;
    }

    .gallery--outer {
        height: calc(100vh - 120px);
    }

    .gallery--photo--blk {
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

        .gallery--photo--blk img {
            max-width: 100%;
            max-height: 100%;
        }

    body .pdp--sticky--navbar {
        top: 193px;
    }

    body .top--sticky--ad .pdp--sticky--navbar.branded-page-nav {
        top: auto;
    }

    .enterprise--owner--pdp .pdp--sticky--navbar:not(.branded-page-nav) {
        top: 75px !important;
    }

    .enterprise--owner--pdp .prop--dtl--main {
        margin-top: 165px !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
    .floorplan--card {
        height: calc(100vh - 320px) !important;
    }

    .unit--floorplan--rt .mCustomScrollbar {
        height: 400px;
    }

    .left--rail--ad {
        display: none;
    }
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(41,121,191,0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(41,121,191,0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(41,121,191,0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(41,121,191,0);
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .tnresults--popular--searches.popular--searches--full--width .searches--col:nth-child(3n) {
        margin-right: 0 !important;
    }

    .popular--searches--full--width .searches--col {
        flex-basis: 32.28% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 1179px) {
    .mbl--msg--btn {
        display: flex;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: rgba(9,157,221,0.9);
        color: #fff;
        font-size: 12px;
        flex-direction: column;
        position: fixed;
        right: 10px;
        bottom: 85px;
        z-index: 111;
        justify-content: center;
        align-items: center;
        box-shadow: 0 2px 7px 3px rgba(0,0,0,0.2);
        transform: scale(0.9);
    }

        .mbl--msg--btn::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
            box-shadow: 0 0 0 0 rgba(9,157,221,0.9);
            -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
            -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
            -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
            animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
        }


        .mbl--msg--btn i {
            font-size: 20px;
        }



    .pdp--mbl--btm {
        position: fixed;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 15px 15px 10px;
        background: #fff;
        bottom: 0;
        left: 0;
        z-index: 1111;
        box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    }

        .pdp--mbl--btm a {
            font-size: 12px;
            color: #303E48;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .pdp--mbl--btm a i {
                font-size: 18px;
                margin-bottom: 5px;
            }

    i.fas.fa-heart {
        color: #b30000;
        display: block;
    }

    i:hover.fas.fa-heart {
        color: #b30000;
        display: block;
    }

    .pdp--mbl--btm a i.dtl--phn--icn {
        filter: brightness(0.2);
        width: 21px;
    }

    .pdp--env--btm a i.dtl--env--icn {
        filter: brightness(0.2);
        width: 21px;
    }

    .inq--act--btns {
        position: absolute;
        top: 15px;
        right: 15px;
    }

        .inq--act--btns .modal--cls--btn {
            display: block !important;
            font-size: 24px;
            position: inherit;
        }

        .inq--act--btns a.phn--nbr--btn {
            display: none;
        }

    .inquiry--form--outer {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-content: center;
        justify-content: center;
        z-index: 111119;
        height: 100%;
        flex-wrap: wrap;
        overflow: auto;
    }

        .inquiry--form--outer:after {
            content: '';
            width: 100%;
            height: 100%;
            position: fixed;
            left: 0;
            top: 0;
            background: rgba(0,0,0,0.5);
            z-index: -1;
        }

    .inquiry--form--blk {
        width: 520px;
        margin: 40px auto;
        background: #edeff1 url(../../images/AffordableHousing/modal-btm-bg.png) no-repeat bottom center;
        border-radius: 4px;
        overflow: hidden;
    }

    .mbl--phn--nbr {
        position: absolute;
        padding: 10px;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 2px 5px 3px rgba(0,0,0,0.07);
        top: -61px;
        left: -25px;
        width: 200px;
        height: 45px;
        display: none;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .mbl--phn--nbr:after {
            content: '';
            position: absolute;
            left: 23px;
            bottom: -15px;
            width: 24px;
            height: 16px;
            background: url(../../images/AffordableHousing/tooltip-down-shape.png) no-repeat center;
        }

        .mbl--phn--nbr p {
            margin: 0;
            font-size: 16px;
            color: #303E48;
            width: 100%;
        }

            .mbl--phn--nbr p a {
                font-family: poppinssemibold, sans-serif;
                display: inline;
                font-size: 16px;
            }

    .phn--col {
        position: relative;
    }

    .mbl--phn--show {
        display: flex;
    }

    .prop--nav:hover, .prop--nav:focus {
        color: #00A1DF;
        transform: none;
        -webkit-transform: none;
    }

        .prop--nav:hover i img, .prop--nav:focus i img {
            filter: brightness(100%);
        }

    .prop--nav--disable:hover, .prop--nav--disable:focus {
        color: #848484;
    }

        .prop--nav--disable:hover i img {
            filter: brightness(10%);
        }

    .afford--graph--section8 .affordbility--calc--lbl i {
        width: 20px;
        height: 20px;
        top: 0;
        position: relative;
    }

    .affordbility--calc--lbl {
        font-size: 14px;
        align-items: flex-start;
    }

    .income-slider.owl-carousel .owl-nav .owl-next, .income-slider.owl-carousel .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
    }

    .left--rail--ad {
        display: none;
    }

    .avoid--scams--cnt {
        margin-bottom: 0;
    }

    .propertydetails--owner--info {
        display: flex;
    }

    .prop--dtl--lt .propertydetails--ha--info {
        display: block;
        margin-top: 20px;
        width: 49%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1179px) {
    .prop--dtl--lt {
        width: 100%;
    }

    .prop--dtl--rt {
        width: 100%;
        padding: 0;
    }

    .home--featured-section .tnresult--card {
        width: 32%;
        margin-right: 2% !important;
    }

        .home--featured-section .tnresult--card:nth-child(2n + 0) {
            margin-right: 0 !important;
        }

    .inquiry--form--outer, .prop--head--rt, .sticky-details-bar .prop--sub--nav ul li.dtl--cntct--btn, .sticky-details-bar .dtl--cntct--btn, .prop--dtl--desktop--ad {
        display: none;
    }

    .prop--gallery--lt {
        width: 57%;
    }

    .prop--gallery--rt {
        width: 41.8%;
    }

    .prop--facl--col {
        padding: 20px 10px;
    }

        .prop--facl--col ul li {
            padding: 5px;
            font-size: 15px;
        }

    .accessibility--list li {
        width: 25%;
    }

    .mbl--msg--btn {
        display: none;
    }

    .prop--sub--nav ul.resp--pdp-subnav {
        display: none;
    }

    .sticky-details-bar .prop--sub--nav ul {
        justify-content: center;
    }

    .prop--dtls--opt {
        flex-wrap: wrap;
        margin: 5px 0 10px;
        justify-content: flex-start;
    }

    .opt--icon {
        margin-right: 10px;
    }

    .prop--dtls--opt li {
        width: 25%;
        margin: 10px 0;
        min-height: 40px;
    }

    .afford--income--field {
        width: 190px;
    }

    .month--income--inn .form--lbl {
        font-size: 13px;
        margin: 0;
    }

    .freq--radio {
        margin-left: 7px;
    }

        .freq--radio:first-child {
            margin: 0;
        }

    .month--income--inn .custom--radio {
        padding-left: 20px;
    }

        .month--income--inn .custom--radio .checkmark {
            width: 12px;
            height: 12px;
        }

    .basic--income--field .income--input-blk.voucher-field {
        margin-right: 5px;
    }

    .afford--income--field .cmn--btn {
        min-width: 80px;
    }

    .basic--income--field .income--input-blk {
        margin-right: 5px;
    }

    .month--income--inn .custom--radio {
        font-size: 14px;
    }

    .income--input-blk input {
        width: 100%;
    }

    .income--tax--blk .income--input-blk input {
        width: 110px;
    }

    .sct--calc--info .income--tax--blk .income--input-blk input, .sct--calc--info .income--fre--outer .field--blk, .sct--calc--info .afford--income--field {
        width: 180px;
    }

    .voucher-field select {
        background-position-x: calc(100% - 5px);
        background-size: 11px;
        padding: 0 22px 0 10px;
    }

    .sticky-details-bar .prop--sub--nav ul {
        width: 100%;
    }

    .sticky-details-bar .prop--head--bar {
        border-radius: 0;
    }

    .prop--sub--nav ul li {
        margin: 0 5px;
    }

    .prop--sub--nav .wrapper {
        padding: 0 5px !important;
    }

    #unit_model .newmodalsmallcontainer {
        max-width: 96%;
        margin: 40px auto;
    }

    .unit--basic--lt {
        width: 60%;
    }

    .unit--basic--rt {
        width: 40%;
    }


    #DirectInquiryMessage .inquiry--form--outer {
        display: block;
        position: static;
    }

    #DirectInquiryMessage .inquiry--form--blk {
        width: 100%;
        margin: 0;
    }

    .prop--name p, .prop--sub--nav ul li a, .prop--facl--col ul li small, .prop--facl--col ul li span, .month--income--row p, .accessibility--list li, .prop--nav, .school--table--head h6, .scl--grade, .rating--blk {
        font-size: 15px;
        line-height: 25px
    }

    .section8--calc--community .calc--freq--front {
        flex-direction: column;
    }

    .section8--calc--community .calc--freq--selection {
        width: 100%;
    }

    .section8--calc--community .calc--freq--front .freq--field {
        width: 100%;
        margin-top: 15px;
    }

    .prop--cont--blk p, .calc--info--cont p {
        font-size: 15px;
        line-height: 25px;
    }

    .prop--gallery--blk:after {
        content: "\f302";
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-family: "Font Awesome 5 Free";
        font-size: 18px;
        color: #fff;
        text-shadow: 0 0 7px rgba(0,0,0,0.6);
    }

    .prop--gallery--blk:hover .gallery--overlay {
        opacity: 0;
        visibility: hidden;
    }

    body .lb-nav a.lb-prev, body .lb-nav a.lb-next {
        width: 35px;
        height: 35px;
    }

    .directInquiry--show {
        display: block;
    }

    .floorplan--card {
        height: 390px !important;
    }

    body .pdp--sticky--navbar {
        top: 128px;
    }

    .owner-body .pagecontainer.details--page,
    .pagecontainer.details--page, .ha-body .pagecontainer.details--page {
        padding-bottom: 70px !important;
    }

    .pdp--btmAd--sticky {
        bottom: 10px;
        z-index: 10001;
        left: 0;
    }

    .pdp--btmAd--sticky-inn .sticky {
        display: block;
    }

    .pdp--btmAd--sticky-inn .MobileCB {
        display: block;
    }

    .top--sticky--ad.sticky-details-bar .enterprise--owner--pdp .prop--head--bar {
        top: 53px !important;
    }

    .prop--dtl--ha.near-by-listing .featured-listing ul li {
        margin-bottom: 0;
        min-height: 170px;
        margin-right: 0;
    }

    .sticky-details-bar .prop--head--bar {
        top: 134px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1179px) {
    .owner-body .pagecontainer.details--page .global--footer,
    .pagecontainer.details--page .global--footer, .ha-body .pagecontainer.details--page .global--footer {
        position: static;
        margin: 102px 0 0;
    }

    .inquiry--form--hd {
        display: block;
        border-radius: 0;
    }

    .inquiry--hdr {
        border-radius: 0;
    }

    .basic--income--tax .income--fre--outer .field--blk {
        width: 196px;
    }

    .pdp--family--members label {
        width: 253px;
        font-size: 13px;
    }

    .brandpage--body .pdp--sticky--navbar:not(.branded-page-nav) {
        top: 91px !important;
    }

    .sticky-details-bar .brandpage--body .prop--nav--bar {
        top: 135px !important;
    }

    .sticky-details-bar .brandpage--body .prop--head--bar {
        top: 0px !important;
    }
}

@media screen and (min-width: 720px) and (max-width: 950px) and (orientation: portrait) {
    .pdp--btmAd--sticky {
        bottom: 10px;
        z-index: 10001;
        left: 0;
    }

    .pdp--btmAd--sticky-inn .sticky {
        display: block;
    }

    .pdp--btmAd--sticky-inn .MobileCB {
        display: block;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1179px) {
    .owner-body .pagecontainer.details--page .global--footer,
    .pagecontainer.details--page .global--footer, .ha-body .pagecontainer.details--page .global--footer {
        position: static;
        margin: 102px 0 0;
    }

    .propertydetails--ha--info {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .sticky-details-bar .prop--dtl--main {
        padding-top: 235px;
    }

    .community--property .sticky-details-bar .prop--dtl--main {
        padding-top: 275px;
    }

    .prop--sub--nav ul li a:hover {
        color: #303E48;
    }

        .prop--sub--nav ul li a:hover:after {
            display: none;
        }

    .prop--sub--nav ul li a.active {
        color: #00A1DF;
    }

        .prop--sub--nav ul li a.active:after {
            display: block;
        }

    .prop--name {
        width: 100%;
    }

    .sticky-details-bar .comm--prop--hdr {
        padding: 10px 15px;
    }

    .prop--head--lt {
        width: 100%;
    }

    .sticky-details-bar .community--hdr .prop--name {
        padding-left: 15px;
    }

    .unit--col h6 {
        font-size: 14px;
    }

    .unit--col {
        padding: 15px 5px;
    }

    .unit--col {
        font-size: 14px;
    }

        .unit--col .cmn--btn {
            min-width: 80px;
            line-height: 26px;
            font-size: 13px;
            padding: 2px 5px 0 5px;
        }


    .pdp--gallery--slider.owl-carousel .owl-nav .owl-next {
        right: 10px;
    }

    .pdp--gallery--slider.owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .prop--gallery--blk:after {
        content: "\f302";
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-family: "Font Awesome 5 Free";
        font-size: 18px;
        color: #fff;
        text-shadow: 0 0 7px rgba(0,0,0,0.6);
    }

    .prop--gallery--blk:hover .gallery--overlay {
        opacity: 0;
        visibility: hidden;
    }

    body .lb-nav a.lb-prev, body .lb-nav a.lb-next {
        width: 35px;
        height: 35px;
    }

    .income--fre--outer .field--blk {
        width: 190px;
    }

    .gallery--modal .owl-nav .owl-prev {
        left: -15px;
    }

    .gallery--modal .owl-nav .owl-next {
        right: -15px;
    }

    .popular--searches--full--width {
        margin-bottom: -20px !important;
    }

        .popular--searches--full--width .searches--col ul li a {
            font-size: 16px !important;
        }

        .popular--searches--full--width .searches--col {
            margin-bottom: 5px !important;
        }

    .pdp--sticky--navbar {
        top: 173px;
    }

    .pdp--hdr--ad {
        margin: 15px 0 10px 0;
    }

    .pdp--btmAd--sticky {
        display: block;
    }

    .enterprise--owner--pdp .pdp--sticky--navbar {
        top: 64px !important;
    }

    .enterprise--owner--pdp .prop--dtl--main {
        margin-top: 153px !important;
    }

    .top--sticky--ad .top--ad {
        box-shadow: none;
    }

    .top--sticky--ad .pdp--sticky--navbar {
        top: 82px !important;
    }

    .sticky-details-bar .prop--head--bar {
        top: 134px;
    }

    .one--click--apply--modal .newmodalsmallcontainer {
        top: 0;
    }

        .one--click--apply--modal .newmodalsmallcontainer .newmodalsmallcontents .modal--mid--cont {
            padding: 0 !important;
        }

    .propertydetails--owner--info {
        display: flex;
    }

        .propertydetails--owner--info .cmn--blk--shadow {
            min-height: 255px;
        }

            .propertydetails--owner--info .cmn--blk--shadow.inquiry--hdr {
                border-radius: 4px;
            }

    .prop--dtl--ha.near-by-listing .featured-listing ul li {
        min-height: 235px;
    }

    .prop--dtl--rt .avoid--scams--cnt {
        display: none;
    }

    .inquiry--form {
        margin-bottom: 0;
        border-radius: 0;
    }

    .listedby--message--call {
        display: block;
        text-align: center;
    }

        .listedby--message--call a {
            display: block;
            width: 100%;
            margin-top: 15px;
        }

    .listedby--cntct--btn {
        margin-right: 0;
    }

    .propertydetails--owner--info .member--trusted {
        display: block;
    }

    .propertydetails--owner--info .member--verified {
        margin-top: 5px;
    }

    .propertydetails--owner--info .property--tag {
        width: 155px;
    }

    .inquiry--form--hd {
        display: block;
        border-radius: 0;
    }

    .owner-body .pdp--sticky--navbar, .ha-body .pdp--sticky--navbar {
        top: 64px;
    }

    .propertydetails--ha--info {
        display: block;
    }

    .pdp--family--members label {
        min-width: 133px;
        font-size: 13px;
    }

    .basic--income--tax .income--fre--outer .field--blk {
        width: 195px;
    }

    .brandpage--body .pdp--sticky--navbar, .sticky-details-bar .brandpage--body .prop--nav--bar {
        top: 64px !important;
    }

    .brandpage--body .prop--dtl--main {
        margin-top: 136px !important;
    }

    .sticky-details-bar .brandpage--body .prop--head--bar {
        top: 0px !important;
    }
}

@media screen and (min-width: 960px) and (max-height: 800px) {
    .floorplan--card.floorplan--card--placeholder {
        height: calc(100vh - 340px) !important;
    }

    .unit--floorplan--rt .floorplan--data--scroll.mCustomScrollbar {
        height: calc(100vh - 310px);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .popular--searches--full--width {
        margin-bottom: -122px !important;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) and (max-height: 765px) {
    .floorplan--card.floorplan--card--placeholder {
        height: calc(100vh - 320px) !important;
    }

    .unit--floorplan--rt .floorplan--data--scroll.mCustomScrollbar {
        height: calc(100vh - 310px);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) and (max-height: 800px) {
    .floorplan--card.floorplan--card--placeholder {
        height: calc(100vh - 364px) !important;
    }

    .unit--floorplan--rt .floorplan--data--scroll.mCustomScrollbar {
        height: calc(100vh - 400px);
    }
}

@media screen and (device-width: 800px) and (device-height: 600px) {
    .floorplan--card.floorplan--card--placeholder {
        height: calc(100vh - 320px) !important;
    }

    .unit--floorplan--rt .floorplan--data--scroll.mCustomScrollbar {
        height: calc(100vh - 310px);
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .prop--nav {
        font-size: 14px;
        padding: 10px;
    }

    .prop--nav--blk small {
        margin: 0 -10px 0 10px;
    }

    .prop--nav i img {
        width: 20px;
    }

    .mb--nav--txt {
        display: flex;
        font-style: normal;
    }

    .web--nav--txt {
        display: none;
    }

    .inquiry--form--outer, .prop--head--rt {
        display: none;
    }

    .inquiry--form--blk {
        width: 100%;
        margin: 0;
        border-radius: 0;
        /*background: #edeff1 url(../../images/AffordableHousing/modal-btm-bg.png) no-repeat bottom center;
        background-size: 100% auto;*/
        /*padding-top: 70px;*/
        background: #fff;
        height: 100%;
        overflow-y: auto;
    }

    .prop--dtl--lt {
        width: 100%;
    }

    body .prop--dtl--main .wrapper {
        padding: 0 !important;
    }

    .prop--head--bar {
        border-radius: 0;
    }

    .prop--head--lt {
        width: 100%;
        align-items: inherit;
    }

    .prop--adrs {
        font-size: 16px;
        line-height: 22px;
    }

    .sticky-details-bar .prop--adrs span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        max-width: 100%;
    }

    .prop--name p {
        font-size: 14px;
        line-height: 20px;
    }

    .prop--map {
        display: inline-block;
        vertical-align: middle;
        height: auto;
    }

        .prop--map img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .prop--name {
        padding: 5px 0 5px 10px;
        vertical-align: middle;
        width: calc(100% - 10px);
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .sticky-details-bar .prop--name {
        width: calc(100% - 10px);
    }

    .prop--sub--nav ul li a {
        font-size: 14px;
        padding: 10px 5px;
        float: none;
        display: table;
        margin: auto;
    }

    .prop--gallery--lt, .prop--gallery--rt {
        width: 100%;
        margin: 0;
    }

    .prop--gallery--blk {
        border-radius: 0;
        height: 150px;
        width: 100%;
    }

    .prop--gallery--rt {
        display: flex;
        justify-content: space-between;
        margin-top: 2%;
    }

        .prop--gallery--rt .prop--gallery--blk {
            height: 80px;
            max-width: 49%;
            flex: 0 1 49%;
            margin-right: 1%;
            margin-bottom: 0;
        }

            .prop--gallery--rt .prop--gallery--blk:last-child {
                margin-right: 0;
            }

    .pdp--gallery--slider.owl-carousel .owl-nav .owl-next, .pdp--gallery--slider.owl-carousel .owl-nav .owl-prev {
        top: calc(50% + 33px);
    }

    .pdp--gallery--slider.owl-carousel .owl-nav .owl-next {
        right: 5px;
    }

    .pdp--gallery--slider.owl-carousel .owl-nav .owl-prev {
        left: 5px;
    }

    .pdp--gallery--slider.owl-carousel .owl-nav.disabled {
        display: none !important;
    }

    .prop--gallery--blk.no--photos--blk:after {
        display: none;
    }

    .prop--facl--col {
        padding: 10px 15px;
        margin-top: 15px;
    }

        .prop--facl--col ul {
            flex-wrap: wrap;
            justify-content: flex-start;
        }

    #availablePropertyColumn, #SubsidizedUnits {
        display: none;
    }


    #desktop-applied-stub.stub-visible {
        display: none;
    }

    #availablePropertyColumnMobile, #SubsidizedUnitMobile {
        display: block;
        padding: 10px 15px;
        border-top: 1px solid rgb(235, 238, 244);
        background: rgb(255, 255, 255);
    }

    .prop--facl--col ul li {
        width: 50%;
        box-sizing: border-box;
        flex: inherit;
        flex-direction: row;
        justify-content: space-between;
        font-size: 14px;
        padding: 3px 0 3px 15px;
        border: none;
    }

    #availablePropertyColumnMobile span, #SubsidizedUnitMobile span {
        font-family: poppinssemibold, sans-serif;
        margin-left: 10px;
    }

    .mobile--prop--blk--apply {
        display: flex;
        margin-top: 20px;
        background: rgb(255, 255, 255);
        justify-content: center;
        padding: 10px 15px;
    }

        .mobile--prop--blk--apply ul {
            display: flex;
            flex-grow: 1;
            justify-content: space-evenly;
        }

    #liAvailable, #liWaitingList, #liApplied {
        display: none;
    }

    #availablePropertyColumnMobile small, #SubsidizedUnitMobile small {
        font-size: 16px;
    }

    .prop--facl--col ul li:nth-child(odd) {
        padding: 3px 15px 5px 0;
        border-right: 1px solid #ebeef4;
    }

    .prop--facl--col ul li small {
        font-size: 14px;
    }

    .prop--facl--col ul li span {
        margin: 0;
    }

    .prop--facl--col ul li.avl--prop--col span {
        font-size: 13px;
        text-align: right;
    }

    .prop--facl--col, .prop--dtls--blk {
        border-radius: 0;
    }

    .dtl--cmn--ttl {
        font-size: 16px;
    }

    .dtl--cmn--hdr {
        padding: 11px 15px;
    }

    .prop--cont--blk {
        padding: 15px;
    }

        .prop--cont--blk p {
            font-size: 14px;
            line-height: 24px;
        }

    .prop--dtls--opt {
        flex-wrap: wrap;
        margin: 15px 0;
    }

        .prop--dtls--opt li {
            flex: 0 0 calc(50% - 20px);
        }

    .accessibility--list li {
        width: 50%;
        font-size: 14px;
        margin-bottom: 15px;
    }

        .accessibility--list li:nth-child(2n) {
            padding-right: 0;
        }

    .utilites--list li {
        width: 50%;
    }

    .school--table--head {
        display: none;
    }

    .school--table--data .school--table--row:nth-child(2n), .school--table--data .school--table--row:hover {
        background: #f9f9f9;
    }

    .school--table--row {
        flex-direction: column;
        background: #f9f9f9;
        padding: 15px;
        border-radius: 4px;
        margin-bottom: 10px;
        border-bottom: none;
    }

        .school--table--row:last-child {
            margin-bottom: 0;
        }

    .school--table--data .school--table--row:last-child {
        padding-bottom: 15px;
    }

    .school--col {
        text-align: left;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0 0 20px;
    }

        .school--col:last-child {
            padding-bottom: 0;
        }

    .schl--mbl--lbl {
        display: block;
        font-size: 14px;
        color: #303E48;
        font-family: poppinsmedium, sans-serif;
        width: 40%;
        padding-right: 20px;
    }

    .schl--mbl--rt {
        width: 70%;
        text-align: right;
        padding-left: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .scl--grade {
        display: inline-block;
        margin-right: 5px;
    }

    .rating--count {
        margin: 0 10px 0 0;
    }

    .scls--dtl {
        flex-direction: column;
        align-items: flex-end;
    }

    .header--ad img {
        width: 100%;
    }

    .incentive--container {
        padding: 15px;
        flex-direction: column;
    }

    .incentive--lt {
        width: 100%;
        padding: 0 0 30px;
        flex-direction: column;
    }

        .incentive--lt i {
            margin-bottom: 20px;
            position: static;
            transform: none;
            -webkit-transform: none;
        }

    .incentive--cont {
        text-align: center;
    }

        .incentive--cont h6 {
            justify-content: center;
        }

    .incentive-rt {
        width: 100%;
        min-height: initial;
        border-left: none;
        justify-content: center;
    }

    .sticky-details-bar .prop--sub--nav ul li.dtl--cntct--btn, .sticky-details-bar .dtl--cntct--btn {
        display: none;
    }

    .prop--sub--nav {
        width: 85%;
        margin: auto;
        padding: 0 5px;
    }

        .prop--sub--nav ul li {
            width: 100%;
            margin: 0;
        }

        .prop--sub--nav .owl-nav {
            margin: 0;
        }

            .prop--sub--nav .owl-nav .owl-prev, .prop--sub--nav .owl-nav .owl-next {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 20px;
                height: 10px;
                border: none !important;
                margin: 0;
            }

                .prop--sub--nav .owl-nav .owl-prev.disabled:hover, .prop--sub--nav .owl-nav .owl-next.disabled:hover {
                    transform: translateY(-50%) !important;
                }

            .prop--sub--nav .owl-nav .owl-prev {
                background: url(../../images/AffordableHousing/back-sign.png) no-repeat center !important;
                background-size: 100% auto !important;
                left: -27px;
                height: 36px;
            }

            .prop--sub--nav .owl-nav .owl-next {
                background: url(../../images/AffordableHousing/next-sign.png) no-repeat center !important;
                background-size: 100% auto !important;
                right: -27px;
                left: inherit;
                height: 36px;
            }

                .prop--sub--nav .owl-nav .owl-prev.disabled, .prop--sub--nav .owl-nav .owl-next.disabled {
                    opacity: 1;
                    filter: brightness(10%);
                }

    .inquiry--hdr {
        border-radius: 0;
    }

    .pdp--mbl--btm a.mbl--tablet--btn, .mbl--tablet--btn {
        display: none;
    }

    .details--page {
        padding-bottom: 70px !important;
    }

    /*.prop--sub--nav ul.web--pdp-subnav {
        display: none;
    }*/

    .prop--sub--nav ul.resp--pdp-subnav {
        display: block;
    }

    .sticky-details-bar .prop--nav--bar {
        padding: 0;
        z-index: 1110;
    }

    .top--sticky--ad .pdp--sticky--navbar:not(.branded-page-nav) {
        top: 85px !important;
        border-top: 1px solid #ebeef4;
    }

    .top--sticky--ad .pdp--sticky--navbar.is--desktop:not(.branded-page-nav) {
        top: 69px !important;
        border-top: 1px solid #ebeef4;
    }

    .sticky-details-bar .prop--head--bar.at-branded-page {
        top: 40px;
    }

    .sticky-details-bar .prop--head--bar {
        top: 123px;
    }

        .sticky-details-bar .prop--head--bar.is--desktop {
            top: 110px;
        }

    .sticky-details-bar .prop--map {
        display: inline-block;
        vertical-align: middle;
        width: 65px;
    }

        .sticky-details-bar .prop--map img {
            max-width: 100%;
        }

    .prop--sub--nav .owl-stage {
        display: flex;
    }


    body .date--field input {
        width: 100% !important;
    }

    .ripple {
        background-position: center;
        transition: background 0.8s;
    }

        .ripple:hover {
            background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
        }

        .ripple:active {
            background-color: #6eb9f7;
            background-size: 100%;
            transition: background 0s;
        }

    .prop--sub--nav ul li.feature--item {
        width: 165px;
    }

    .afford--calc--row {
        flex-direction: column;
    }

    .afford--calc--lt, .afford--calc--rt {
        width: 100%;
    }

    .afford--calc--rt {
        margin-top: 40px;
        padding-left: 0;
    }

    .section8--calc--community .afford--calc--rt {
        margin-top: 25px;
    }

    .section8--calc--community .calc--freq--front {
        flex-direction: column;
        padding: 25px 0 15px;
    }

    .section8--calc--community .calc--freq--selection {
        width: 100%;
    }

    .section8--calc--community .calc--freq--front .freq--field {
        width: 100%;
        margin-top: 15px;
    }

    .month--income--row {
        min-height: inherit;
        margin-bottom: 10px;
    }

    .sticky-details-bar .prop--sub--nav ul {
        width: 100%;
    }

    .community--property .sticky-details-bar .prop--dtl--main {
        padding-top: 180px;
    }

    .sticky-details-bar .prop--dtl--main {
        padding-top: 180px;
    }

    .sticky-details-bar .brand--pdp--body .prop--dtl--main {
        padding-top: 80px;
    }

    .income--input-blk .dollar--sign {
        transform: none;
        top: 7px;
    }

    .income--input-blk .fa-calculator {
        transform: none;
        top: 10px;
    }

    .income--tax--blk .month--income--inn {
        align-items: flex-start;
        flex-direction: column;
    }

    .section8--calc--single .income--tax--blk .form--row {
        margin-bottom: 10px;
    }

    .basic--income--field .income--input-blk.voucher-field {
        width: calc(100% - 90px);
    }

    .section8--calc--single .pay--cont {
        margin-top: 20px;
        padding-top: 20px;
    }

    .section8--calc--single .income--tax--blk .form--row:last-child {
        margin-bottom: 0;
    }

    .month--income--rt, .basic--income--field {
        width: 100%;
    }

        .basic--income--field .income--input-blk {
            width: calc(100% - 90px);
        }

    /*.basic--income--tax .month--income--inn {
        align-items: center;
        flex-direction: row;
    }

    .basic--income--tax .basic--income--field {
        width: auto;
    }

    .basic--income--tax .form--lbl {
        margin: 0;
    }*/

    .basic--income--tax .month--income--rt {
        text-align: left;
        margin-top: 10px;
    }

    .month--income--rt .edit--link {
        position: absolute;
        right: 0;
        top: -3px;
    }

    .income--freq {
        justify-content: flex-start;
        margin: 0;
    }

    .month--income--rt .invalidmessage {
        position: relative;
    }

    .prop--facl--col ul li span {
        text-align: right;
    }

    .rating--blk strong {
        margin-left: 5px;
    }

    .prop--sub--nav ul li a:hover {
        color: #303E48;
    }

        .prop--sub--nav ul li a:hover:after {
            display: none;
        }

    .prop--sub--nav ul li a.active {
        color: #00A1DF;
    }

        .prop--sub--nav ul li a.active:after {
            display: block;
        }

    .prop--dtl--rt {
        width: 100%;
        padding: 0 15px;
    }

    .unit--floorplan--rt .mCustomScrollbar {
        height: auto;
    }

    .unit--floorplan--row {
        flex-direction: column;
    }

    .unit--floorplan--lt {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .unit--floorplan--rt {
        width: 100%;
        padding: 15px;
    }

    .avl--unit--col h6 {
        font-size: 14px;
    }

    .avl--unit--col {
        width: 25%;
        padding: 10px;
    }

        .avl--unit--col:first-child {
            width: 20%;
            text-overflow: ellipsis;
            word-break: break-word;
            overflow: hidden;
        }

        .avl--unit--col:last-child {
            width: 60%;
        }

            .avl--unit--col:last-child button {
                padding-left: 8px;
                padding-right: 8px;
            }

    .unit--basic--lt {
        width: 100%;
    }

    .unit--basic--lt {
        width: 100%;
    }

    .unit--basic {
        position: relative;
        padding-bottom: 20px;
    }

    .unit--basic--top {
        flex-direction: column;
    }

    .unit--basic--rt {
        width: 100%;
        justify-content: center;
        position: absolute;
        bottom: 20px;
    }

    #unit_model .mbl--mid--cont {
        padding: 15px;
    }

    .floorplan--slide .owl-item .item {
        text-align: center;
    }

    .avl--unit--col, .avl--unit--col {
        font-size: 14px;
    }

    #DirectInquiryMessage .inquiry--form--outer {
        display: block;
    }

    .prop--nav--bar {
        padding: 0;
    }

    .prop--dtl--main {
        margin-top: 15px;
    }

    .newmodalsmall .inq--act--btns a {
        width: 65px;
    }

    .inq--act--btns {
        width: 35%;
    }

    .comm--prop--hdr {
        border-radius: 0;
        padding: 10px;
    }

        .comm--prop--hdr .prop--head--inn {
            width: 100%;
        }

    .comm--name {
        font-size: 14px;
        width: auto;
        max-width: inherit;
        flex: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .community--hdr .prop--name .comm--adrs, .rent--range {
        font-size: 14px
    }

    .community--hdr .prop--name {
        padding-right: 10px;
    }

    .rent--range {
        max-width: 40%;
    }

    .sticky-details-bar .community--hdr .prop--name {
        width: 100%;
        padding: 5px 10px;
    }

    .unit--hdr {
        display: none;
    }

    .unit--row {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .unit--row:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

    .unit--col {
        order: 3;
        width: auto;
        padding: 0;
        flex-grow: 0;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .model--col {
        /*flex: 1;
        margin-left: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;*/
        justify-content: flex-start;
        line-height: 14px;
        width: 100%;
        margin: 12px 0 0;
        padding: 0;
    }

    .model--btn--col {
        width: 50%;
        order: 2;
        justify-content: center;
        font-family: poppinsmedium, sans-serif;
        flex-grow: 1;
        margin-bottom: 0;
    }

    .unit--col .cmn--btn {
        padding: 0;
        line-height: 35px;
        min-width: 150px;
        border: none;
    }

    .unit--col.model--col .eye-link {
        margin-left: 5px;
    }

    .rent--range--col {
        order: 1;
        width: 50%;
        font-family: poppinssemibold, sans-serif;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .type--col {
        width: 100%;
        order: 7;
        margin: 15px 0 0;
    }

    .avl--col {
        width: 100%;
        order: 8;
        justify-content: flex-start;
        margin: 15px 0 0;
    }

    .mbl--lbl {
        display: block;
        font-size: 14px;
        color: #848484;
        padding-right: 5px;
        border-right: 1px solid #848484;
        margin: 0 5px;
        line-height: 12px;
    }

    .floorplan--slide .owl-dots {
        margin-top: 10px;
    }

    .avl--col small, .type--col small, .model--col small {
        margin: 0;
        border: none;
        padding-right: 5px;
    }

    .unit--tab--bar .tab-menu {
        padding: 0 30px;
    }

    .unit--tab--bar.tab .tab-menu-link {
        font-size: 14px;
    }

    .freq--radio {
        margin: 0 10px 0 0;
    }

        .freq--radio label {
            font-size: 14px;
        }

    .freq--field {
        width: 90px;
    }

    .calc--freq--blk {
        padding: 10px 5px;
    }

    /*.tab .owl-carousel .owl-nav .owl-next, .tab .owl-carousel .owl-nav .owl-prev {
        width: 20px;
        height: 10px;
        background-size: 100% auto !important;
    }

    .tab .owl-carousel .owl-nav .owl-prev {
        left: 5px;
    }

    .tab .owl-carousel .owl-nav .owl-next {
        right: 5px;
    }*/

    #unit_model .mbl--mid--cont {
        height: calc(100vh - 72px);
    }

    .owl-nav .owl-prev, .owl-nav .owl-next {
        width: 35px;
        top: calc(50% - 10px);
        height: 35px;
    }

    .income-slider.owl-carousel .owl-nav .owl-next {
        right: -4px;
    }

    .income-slider.owl-carousel .owl-nav .owl-prev {
        left: -6px;
    }

    .income-slider.owl-carousel .owl-stage-outer {
        padding: 50px 0 10px;
    }

    .income-slider .owl-item {
        padding: 0;
    }

    .afford--prop--overlay {
        width: 100%;
    }

    .afford--graph--section8.afford--graph--red .afford--prop--overlay:before, .afford--graph--section8.afford--graph--yellow .afford--prop--overlay:before {
        right: 23px;
    }

    .sct--info--space {
        margin: 0;
    }

    .pay--dtls {
        flex-direction: column;
    }

        .pay--dtls .calc--info--cont {
            width: 100%;
            padding: 0 0 20px;
        }

    .pay--cont {
        width: 100%;
        padding: 0;
    }


    .ah--accord li .links a, .ah--accord li {
        border-radius: 0;
    }

    .section8--calc--community .income-slider.owl-carousel .owl-stage-outer {
        padding: 2px 10px 10px 0;
    }

    .dtl--cmn--subttl {
        flex-direction: column;
    }

        .dtl--cmn--subttl .affordbility--calc--lbl {
            margin-top: 15px;
        }

    body .date--field input {
        margin: 0;
    }

    .dtl--cmn--subttl .affordbility--calc--lbl {
        width: 100%;
        font-size: 14px;
    }

    .pdp--map--blk {
        height: 280px;
    }

    .prop--gallery--blk:after {
        content: "\f302";
        position: absolute;
        bottom: 10px;
        left: 10px;
        font-family: "Font Awesome 5 Free";
        font-size: 16px;
        color: #fff;
        text-shadow: 0 0 5px rgba(0,0,0,1);
    }

    .prop--gallery--blk.prop--gallery--main:after {
        bottom: 15px;
    }

    .prop--gallery--blk:hover .gallery--overlay {
        opacity: 0;
        visibility: hidden;
    }

    body .lb-nav a.lb-prev, body .lb-nav a.lb-next {
        width: 35px;
        height: 35px;
    }

    .more--info--scroll {
        max-height: inherit;
        height: calc(100vh - 90px);
    }

    .more--info--modal p {
        font-size: 14px;
        line-height: 24px;
    }

    .income--fre--outer .field--blk {
        width: 100%;
    }

    .community-calc .income--fre--outer .field--blk {
        margin: 0 0 30px;
    }

    .income--fre--outer .income--freq {
        justify-content: flex-start;
    }

    .income--fre--outer {
        display: flex;
    }

    .photo--gallery--modal.newmodalsmall {
        width: 100% !important;
        height: 100% !important;
    }

    .photo--gallery--modal .mbl--mid--cont {
        height: calc(100vh - 54px);
    }

    .photo--gallery--modal .signin--form--main {
        max-height: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .gallery--outer {
        width: calc(100% - 10px);
    }

    .gallery--modal .owl-nav .owl-prev {
        left: -15px;
    }

    .gallery--modal .owl-nav .owl-next {
        right: -15px;
    }

    .photo--gallery--modal .owl-carousel .owl-stage-outer {
        padding: 10px 0;
    }

    .photo--gallery--modal .slider-counter {
        top: 20px;
        right: 15px;
    }

    .photo--gallery--modal .newmodalsmallcontainer {
        border-radius: 0;
    }

    .gallery--photo--blk {
        width: 100%;
        height: 330px;
    }

        .gallery--photo--blk img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .directInquiry--show {
        display: block;
    }

    .floorplan--thumbs--slider.owl-carousel .owl-nav .owl-prev, .floorplan--thumbs--slider.owl-carousel .owl-nav .owl-next {
        top: 50%;
    }

    .breadcrumbs--container {
        margin-top: 20px;
    }

    .floorplan--card {
        height: 390px !important;
    }

    .prop--cont--row .dtl--cmn--ttl {
        margin-bottom: 15px;
    }

    .prop--cont--row {
        margin-bottom: 15px;
    }

        .prop--cont--row:last-child {
            margin-bottom: 0;
        }

    .section8--cont-dtls .cmn--alert--msg {
        margin: 10px 0;
    }

    .pdp--ad {
        height: auto;
        min-height: 350px;
    }

    .pdp--btmAd--sticky {
        position: fixed;
        bottom: 80px;
        z-index: 1001;
        width: 100%;
        height: 100px;
        justify-content: center;
        /*display: flex;*/
    }

    .sticky-details-bar .pdp--btmAd--sticky {
        display: flex;
        left: 0;
        max-height: 100px;
        min-height: 100px;
        height: auto;
        align-items: flex-end;
    }

    .pdp--btmAd--sticky-inn {
        min-height: 50px;
        margin: 15px auto 5px;
        display: table;
        justify-content: center;
        position: relative;
    }

        .pdp--btmAd--sticky-inn #div-gpt-ad-808448903260395143N-8 {
            z-index: 1111 !important;
            position: relative;
        }

        .pdp--btmAd--sticky-inn .MobileCB {
            position: absolute;
            visibility: visible !important;
            margin-left: 0;
            top: -12px;
            bottom: inherit;
            right: 10px;
            width: 20px;
            height: 20px;
            background: #fff;
            z-index: inherit !important;
            border-radius: 4px 4px 0 0;
        }

            .pdp--btmAd--sticky-inn .MobileCB img {
                width: 15px;
                height: 15px;
                margin: 3px 0 0 3px;
                display: block;
                z-index: 111999 !important;
                position: relative;
            }

            .pdp--btmAd--sticky-inn .MobileCB:after {
                content: '';
                width: 100%;
                height: 90%;
                border: 1px solid #ccc;
                position: absolute;
                top: 0;
                border-bottom: none;
                border-radius: 4px 4px 0 0;
                left: -1px;
            }


    .gallery--ad--mobile {
        display: flex;
    }

    .gallery--ad--desktop {
        width: 100%;
        height: 80px;
    }

    .pdp--hdr--ad {
        min-height: 100px;
        margin: 15px 0 10px 0;
    }

    .dtl--sec--ad--mbl, .dtl--section--ad, .utilities--section--ad {
        min-height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .prop--dtl--desktop--ad {
        min-height: inherit;
    }

    .affordablity--ad {
        display: flex;
    }

    .DesktopCB {
        display: none;
    }

    .MobileCB {
        display: block;
    }

    .comm--prop--hdr .prop--head--inn {
        width: 100%;
    }


    .app--submit--modal .newmodalsmallcontainer {
        max-width: 100%;
    }

        .app--submit--modal .newmodalsmallcontainer .mbl--mid--cont {
            padding: 30px;
        }

    .icon--one--click {
        width: 65px;
        margin-right: 18px;
    }

    .app--submit--modal--content .modal--mid--cont p {
        padding-right: 0;
    }

    .app--submit--modal--content .modal--mid--cont .app--sub--row p {
        padding-right: 50px;
    }

    .app--sub--row {
        margin-bottom: 18px;
    }

    .popular--searches--full--width {
        margin-bottom: -20px !important;
    }

        .popular--searches--full--width .searches--col {
            margin: 0 !important;
        }

    .tnresults--popular--searches.popular--searches--full--width .searches--col:nth-child(2n) {
        margin-right: 0 !important;
    }

    .tnresults--popular--searches.popular--searches--full--width .popular--searches--row {
        margin-top: 32px !important;
    }

    .owner-body .pagecontainer.details--page, .ha-body .pagecontainer.details--page {
        padding-bottom: 70px !important;
    }

    .pdp--btmAd--sticky {
        display: block;
    }

    .enterprise--owner--pdp .pdp--sticky--navbar {
        top: 54px !important;
    }

    .enterprise--owner--pdp .prop--dtl--main {
        margin-top: 106px !important;
    }

    .one--click--apply--modal .newmodalsmallcontainer {
        top: 0;
    }

        .one--click--apply--modal .newmodalsmallcontainer .newmodalsmallcontents .modal--mid--cont {
            padding: 0 !important;
        }

    .list--unit--info p, .modal--mid--cont .additional--info, .own--ques--lbl, .own--ques--row .custom--radio, .own--ques--row .custom--checkbox {
        font-size: 14px;
    }

    span.review_edit_link, .note--text, .newmodalsmall.one--click--apply--modal .alert--msg--cont span.review_edit_link a {
        font-size: 14px;
        line-height: 24px;
    }

    .top--sticky--ad.sticky-details-bar .enterprise--owner--pdp .prop--head--bar {
        top: 41px !important;
    }

    .propertydetails--owner--info {
        display: block;
    }

        .propertydetails--owner--info .cmn--blk--shadow {
            min-height: inherit;
            width: auto;
        }

    .prop--dtl--lt .propertydetails--ha--info {
        min-height: inherit;
        width: auto;
        margin-top: 30px;
    }

    .prop--dtl--rt .avoid--scams--cnt {
        display: none;
    }

    .inquiry--form {
        margin-bottom: 0;
    }

    .avoid--scams--cnt {
        margin-top: 15px;
    }

    .listedby--cntct--btn .cmn--btn, .listedby--message--call .prem--owner--phn p a {
        font-size: 14px;
        line-height: 33px;
        padding: 0 10px;
    }

    .avoid--scams--cnt p {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .fraud--link {
        font-size: 14px !important;
    }

    .inquiry--hdr h4, h4.inquiry--hd {
        font-size: 16px;
    }

    .inquiry--form--hd {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        font-size: 18px;
    }

    .listedby--message--call {
        justify-content: space-between;
    }

    .inquiry--form--blk .cmn--blk--shadow {
        border-radius: 0;
    }

    .propertydetails--owner--info .member--trusted {
        display: block;
    }

    .propertydetails--owner--info .member--verified {
        margin-top: 5px;
    }

    .propertydetails--owner--info .property--tag {
        width: 155px;
    }

    .inquiry--form--hd {
        display: block;
    }

    .propertydetails--ha--info {
        display: block;
    }

    .incomerange--blk {
        width: 35%;
    }

    .prop--dtl--lt .cmn--alert--msg {
        margin-bottom: 20px;
    }

    .modal-apply-buttons .modelinfoPopUp {
        width: auto;
        margin-right: 0;
    }

    .brandpage--body .pdp--sticky--navbar, .sticky-details-bar .brandpage--body .prop--nav--bar {
        top: 54px !important;
    }

    .brandpage--body .prop--dtl--main {
        margin-top: 106px !important;
    }

    .sticky-details-bar .brandpage--body .prop--dtl--main {
        margin-top: 40px !important;
    }

    .top--sticky--ad.sticky-details-bar .brandpage--body .prop--head--bar {
        top: 41px;
    }

    .fees--dtl {
        padding: 0 15px 11px;
    }

        .fees--dtl ul li {
            padding: 10px 8px;
            gap: 6px;
            align-items: flex-start;
            position: relative;
        }

            .fees--dtl ul li .fees--col {
                gap: 6px;
                flex: 1 1 calc(50% - 6px);
            }

                /*.fees--dtl ul li .fees--col.fees--col--sm {
                    flex: 1 1 50%;
                    position: absolute;
                    top: 10px;
                    left: 8px;
                }*/

                .fees--dtl ul li .fees--col.fees--col--md {
                    flex: 1 1 calc(50% - 6px);
                    flex-wrap: wrap;
                }

                /*.fees--dtl ul li .fees--col:nth-child(2n) {
                    justify-content: flex-end;
                }*/

                .fees--dtl ul li .fees--col p, .fees--price {
                    font-size: 14px;
                    line-height: 20px;
                }

            .fees--dtl ul li.has--badge {
                padding-bottom: 40px;
            }

    .fees--badge {
        width: 100%;
        position: absolute;
        left: 8px;
        bottom: 10px;
    }

    .fees--price small {
        font-size: 11px;
    }

    .fees--dtl ul li .fees--col.fees--col--sm p, .fees--dtl ul li .fees--col.fees--col--sm p strong {
        font-size: 13px;
        line-height: 22px;
    }

    .info--tooltip--lgt {
        font-size: 12px;
    }

    .fees--dtl ul li:first-child .fees--col.fees--col--sm {
        top: 0;
    }

    .fees--badge {
        gap: 4px;
        justify-content: flex-start;
    }

        .fees--badge .property--tag {
            padding: 2px 5px 0;
            font-size: 11px;
        }

    .utilities--row {
        flex-direction: column;
        row-gap: 30px;
    }

    .utilities--col {
        flex: 0 1 100%;
    }

        .utilities--col h4 {
            font-size: 16px;
            margin-bottom: 14px;
        }

        .utilities--col .utilites--list {
            row-gap: 10px;
        }

    .fees--dtl ul li .fees--col.fees--col--sm p br {
        display: block;
    }

    .sticky-details-bar .brandpage--body .prop--head--bar {
        top: 41px !important;
    }

    .sticky-details-bar .brandpage--body .prop--nav--bar {
        top: 0px !important;
    }
}

@media screen and (min-width: 565px) and (max-width: 767px) {
    .affordable--rentals--cnt {
        display: flex;
        flex-wrap: wrap;
    }

    .home--featured-section .tnresult--card {
        max-width: inherit;
        width: 49%;
        margin-right: 2%;
    }

        .home--featured-section .tnresult--card:nth-child(2n) {
            margin-right: 0;
        }

        .home--featured-section .tnresult--card:nth-child(3n+0) {
            margin-right: 2%;
        }

    .inquiry--form {
        height: calc(100vh - 67px);
        overflow-y: auto;
    }

    .section8--calc--community .calc--freq--front {
        flex-direction: row;
        padding: 25px 0 15px;
    }

        .section8--calc--community .calc--freq--front .freq--field {
            margin-top: 0;
        }

    .gallery--photo--blk {
        height: 250px;
    }
}


@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: portrait) {
    .prop--sub--nav {
        width: 100%;
    }

        .prop--sub--nav ul li {
            width: auto;
            margin: 0 5px;
        }

    .incentive--container {
        flex-direction: row;
    }

    .incentive--lt {
        flex-direction: row;
        width: calc(100% - 110px);
        padding: 0 15px 0 70px;
    }

        .incentive--lt i {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

    .incentive-rt {
        width: 110px;
        border-left: 1px solid #e9ecee;
        min-height: 65px;
        justify-content: flex-end;
    }

    .prop--facl--col ul li {
        width: auto;
        flex-direction: column;
        padding: 5px 15px;
        border-left: 1px solid #ebeef4;
        font-size: 16px;
        flex: 1 0 auto;
    }

    .prop--dtls--opt li {
        width: 25%;
        margin: 10px 0;
    }

    .mbl--msg--btn {
        display: none;
    }

    .pdp--mbl--btm a.mbl--tablet--btn, .mbl--tablet--btn {
        display: flex;
    }


    .newmodalsmall {
        background: rgba(0,0,0,.5);
    }

    .newmodalsmallcontainer {
        margin: 40px auto 30px;
        max-width: 400px;
        border-radius: 4px;
        height: auto;
        transform: translateY(-50%);
        top: 50%;
    }

    .modal--hdr--bar {
        border-radius: 4px 4px 0 0;
    }

    .inquiry--hdr {
        border-radius: 0;
    }


    .home--featured-section .tnresult--card {
        max-width: inherit;
        width: 50%;
    }

    .affordable--rentals--cnt {
        display: flex;
        flex-wrap: wrap;
    }

    .home--featured-section .tnresult--card {
        max-width: inherit;
        width: 49%;
        margin-right: 2%;
    }

        .home--featured-section .tnresult--card:nth-child(2n) {
            margin-right: 0;
        }

        .home--featured-section .tnresult--card:nth-child(3n+0) {
            margin-right: 2%;
        }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .ah-owner-heart a i:hover {
        background: url(../../../images/AffordableHousing/addtofav.svg) no-repeat 0 0;
    }

    .ah-owner-heart a i.selected {
        background: url(../../../images/AffordableHousing/addtofav-h.svg) no-repeat 0 0;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .ah-owner-heart a i:hover {
        background: url(../../../images/AffordableHousing/addtofav.svg) no-repeat 0 0;
    }

    .ah-owner-heart a i.selected {
        background: url(../../../images/AffordableHousing/addtofav-h.svg) no-repeat 0 0;
    }

    .pdp--sticky--navbar {
        top: 115px;
        position: fixed !important;
        z-index: 1111;
    }

        .pdp--sticky--navbar.is--desktop {
            top: 102px;
        }

    .branded-page-nav.pdp--sticky--navbar {
        top: 54px;
    }

    .owner-body .pdp--sticky--navbar, .ha-body .pdp--sticky--navbar {
        top: 54px
    }

    .owner-body.sticky-details-bar .prop--head--bar, .ha-body.sticky-details-bar .prop--head--bar {
        top: 39px;
    }

    .prop--nav--bar .wrapper {
        padding: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .app--submit--modal .modal--mid--cont p br {
        display: none;
    }
}


@media screen and (max-width:470px) {
    #div-gpt-ad-808448903260395143N-6 {
        margin-top: 20px;
    }
}

@media screen and (min-width:768px) {
    .pdp--sticky--navbar:not(.branded-page-nav) {
        top: 127px;
        position: fixed !important;
        z-index: 1111;
    }

    .owner-body .pdp--sticky--navbar, .ha-body .pdp--sticky--navbar {
        top: 75px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .inq--act--btns {
        flex: 1;
    }

        .inq--act--btns a {
            flex-shrink: inherit;
        }
}

@media (resolution: 125dpi) {
    #unit_model .mbl--mid--cont {
        height: calc(100vh - 100px);
    }

    .floorplan--slide .item {
        width: 100%;
        height: 370px;
    }

        .floorplan--slide .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .floorplan--slide .owl-dots {
        margin: 10px 0 0;
    }

    .left--rail--ad {
        display: none;
    }
}

@media only screen and (min-device-width: 900px) and (max-device-width: 1600px) {
    .gallery--outer {
        height: calc(100vh - 200px);
    }

    .gallery--photo--blk {
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

        .gallery--photo--blk img {
            max-width: 100%;
            max-height: 100%;
        }
}

@-moz-document url-prefix() {
    body .date--placeholder--field, html body .textinput .date--placeholder--field {
        width: calc(100% - 28px) !important;
    }
}

p.no-margin {
    margin-top: 0;
}

@media screen and (min-width: 900px) and (max-width: 1179px) {
    .unit--basic--rt.modal-apply-buttons {
        width: 40%;
    }
}

@media screen and (min-width: 320px) and (max-width: 1080px) {
    .unit--basic--rt.modal-apply-buttons {
        position: inherit;
        display: flex;
        width: 100%;
        bottom: 20px;
        margin-top: 15px;
    }

        .unit--basic--rt.modal-apply-buttons button {
            padding: 0 10px;
        }

    button.cmn--btn.cmn--btn--ylw.waiting-list {
        min-width: 180px;
    }
}

@media screen and (max-width: 375px) {
    .app--submit--modal--content .modal--mid--cont .app--sub--row p {
        padding-right: 18px;
    }

    .app--submit--modal--content .modal--mid--cont p {
        padding-right: 18px;
    }

    .oneclickonCommunityModel {
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 320px) {
    .app--submit--modal .newmodalsmallcontainer .mbl--mid--cont {
        padding: 30px 20px;
    }

    .app--submit--modal--content .modal--mid--cont .app--sub--row p {
        padding-right: 0;
    }

    .icon--one--click {
        margin-right: 15px;
    }

    .one--click--apply--hint {
        font-size: 12px;
    }

    .one--click--grey--icon {
        width: 17px;
        margin-right: 5px;
    }

    .oneclickonCommunityModel {
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 540px) {
    .oneclickonCommunityModel {
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 481px) and (max-width: 991px) {
    .tnresults--popular--searches .popular--searches--flx {
        flex-direction: row;
    }

    .tnresults--popular--searches.popular--searches--full--width .searches--col:nth-child(2n) {
        margin-right: 0 !important;
    }

    .popular--searches--full--width .searches--col {
        flex-basis: 48.7% !important;
        width: auto !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 639px) {
    .popular--searches--full--width .searches--col {
        flex-basis: 48.5% !important;
    }
}


.featured--tag {
    float:left;
    margin-top: 10px;
    margin-left: 10px;
}

.tnresult--sortby {
    width: 70%;
    float: right;
    text-align: right;
    font-size: 16px;
    margin-bottom: 10px;
}

    .tnresult--sortby select {
        width: auto;
        max-width: 250px;
    }

        .tnresult--sortby select:focus {
            box-shadow: none;
            outline: none;
        }
.sortby--content {
    display: none;
}

@media screen and ( min-width: 1024px ) and ( max-width: 1199px ) {
    .tnresult--sortby select {
        width: 191px;
        font-size: 14px;
    }
}

@media screen and ( max-width: 1023px ) {
    .tnresult--sortby {
        display: none;
    }

    .sortby--content {
        display: none;
        position: fixed;
        background-color: #ffffff;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 -2px 15px rgba(0,0,0,.15);
    }

        .sortby--content ul {
            margin: 0;
        }

            .sortby--content ul li {
                list-style-type: none;
                width: auto;
                float: none;
                text-align: left;
                border-bottom: 1px solid #e4e4e4;
            }

                .sortby--content ul li:last-child {
                    border-bottom: none;
                }

                .sortby--content ul li.active {
                    background: #9FCBED;
                }

        .sortby--content a {
            color: #333333;
            padding: 12px 15px !important;
            text-decoration: none;
            display: block;
        }

            .sortby--content a:hover, .sortby--content li:hover {
                background-color: #9FCBED;
            }

        .sortby--content h4 {
            font-size: 18px;
            color: #333333;
            font-weight: 600;
            text-align: left;
            padding: 15px;
            background: #e8e8e8;
        }
    a.sortby--close {
        position: absolute;
        right: 0px;
        top: 0px;
        opacity: 1;
        cursor: pointer;
        padding: 0 !important;
        width: 50px;
        height: 50px;
    }

        .sortby--close:hover {
            opacity: 0.7;
        }

        .sortby--close:before, .sortby--close:after {
            position: absolute;
            left: 25px;
            top: 15px;
            content: ' ';
            height: 23px;
            width: 2px;
            background-color: #333333;
        }

        .sortby--close:before {
            transform: rotate(45deg);
        }

        .sortby--close:after {
            transform: rotate(-45deg);
        }
}

@media screen and ( max-height: 550px ) {
    .sortby--content ul {
        height: 250px;
        overflow: auto;
    }
}

.property--comment em, .property--comment--overlay em {
    font-style: normal;
}


.listing--breadcrumbs {
    text-align: center;
    font-family: 'poppinsmedium';
    margin-bottom: 30px;
}

    .listing--breadcrumbs a, .listing--breadcrumbs span {
        margin: 0 5px;
    }

@media screen and ( min-width: 1024px ) and ( max-width: 1199px ) {
.listing--breadcrumbs a, .listing--breadcrumbs span {
    font-size: 14px;
}
}

@media screen and ( max-width: 1023px ) {
    .listing--breadcrumbs a, .listing--breadcrumbs span {
        margin: 0 3px;
        font-size: 14px;
    }

    .listing--breadcrumbs {
        margin-bottom: 20px;
        padding: 0 15px;

    }
}

