/**
 * 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%}

.control {
    display: block;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-template-areas: "searchTextbox searchButton";
    overflow-y: visible;
}

.search-container.homepage--search {
    width: 662px !important;
    position: relative;
    float: right;
}

.input--reset {
    position: absolute;
    top: 50%;
    right: 67px;
    z-index: 2;
    opacity: 0.3;
    transform: translateY(-50%);
}

    .input--reset img {
        float: left;
    }

    .input--reset:hover {
        opacity: 1;
    }

.homepage--search input[disabled] {
    background: #FFFFFF !important;
}

.locationIcon {
    background: #FFFFFF;
    cursor: pointer;
    padding: 12px 20px;
    font-size: 14px;
    font-family: 'poppinsmedium', sans-serif;
    color: #00A1DF;
    width: 100%;
    text-align: left;
    border: 1px solid #dddddd;
    border-bottom: none;
}

    .locationIcon:hover {
        color: #303030;
    }

.noSuggestion {
    background: #FFFFFF;
    padding: 12px 20px;
    font-size: 14px;
    font-family: 'poppinsmedium', sans-serif;
    color: #00A1DF;
    width: 100%;
    text-align: left;
}

.searchButton {
    grid-area: searchButton;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0px;
    cursor: pointer;
    z-index: 8;
    background: #FFFFFF;
    border-radius: 0 6px 6px 0;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    padding: 0 16px 0 21px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .searchButton svg {
        width: 23px;
        height: 25px;
    }

        .searchButton svg path {
            fill: #303E48;
        }

    .searchButton:focus {
        background: #EDEFF1;
    }

    .searchButton:hover {
        background: #00A1DF;
    }

        .searchButton:hover svg path {
            fill: #fff;
        }


.tnresult--search .searchButton {
    right: 0;
}

.searchTextbox, .searchPreviewbox {
    grid-area: searchTextbox;
    font-size: 18px !important;
    font-family: 'poppinsmedium', sans-serif !important;
    padding: 17px 25px !important;
    padding-right: 95px !important;
    width: 100% !important;
    border: none !important;
    height: inherit !important;
    border-radius: 6px !important;
    background: transparent !important;
    z-index: 2;
    position: relative;
    /* text-transform: capitalize;  */
    margin: 0;
    color: #303E48;
    box-shadow: 0 2px 6px 2px rgba(0,0,0,0.3);
}

.searchPreviewbox {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    color: rgba(48,62,72,.3);
    opacity: 1 !important;
}

.searchTextbox::-webkit-input-placeholder { /* Edge */
    color: #303E48;
}

.searchTextbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #303E48;
}

.searchTextbox::placeholder {
    color: #303E48;
}

input[disabled].searchPreviewbox {
    opacity: 1 !important;
}

.suggestions-container {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-shadow: none;
    z-index: 8;
}

.suggestion {
    padding: 7px 20px 7px 58px;
    cursor: pointer;
}

    .suggestion:hover {
        background: rgba(0,161,223,.1);
    }

    .suggestion em {
        font-family: 'poppinsmedium', sans-serif;
        font-style: normal;
        color: #00A1DF;
    }

.suggestions {
    background: #FFFFFF;
    color: #303030;
    font-size: 14px;
    list-style-type: none;
    text-align: left;
    text-shadow: none;
    border-radius: 0 0 6px 6px;
    border: 1px solid #dddddd;
    width: 100%;
    z-index: 9;
}

    .suggestions::-webkit-scrollbar {
        width: 5px;
    }

    .suggestions::-webkit-scrollbar-track {
        background: #FFFFFF;
    }

    .suggestions::-webkit-scrollbar-thumb {
        background: #ABB6C0;
    }

.suggestionArea {
    font-family: 'poppinsmedium', sans-serif;
    padding: 0.2em;
}

.suggestionAreaTitle {
    color: white;
    display: inline-block;
    background-color: #296399;
    font-size: 10px;
    font-family: 'poppinsmedium', sans-serif;
    padding: 0.2em 0.5em 0.2em 0.5em;
    margin-top: 0.5em;
    vertical-align: top;
}

.suggestionSelected {
    background-color: rgba(0,161,223,.1);
    color: #00A1DF;
    font-family: 'poppinsmedium', sans-serif;
}

.homepage--search {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 650px !important;
}

.suggestions--cnt {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 15px;
    box-shadow: 0 0 5px rgba(48, 48, 48, 0.5);
}

.locationIcon:before, .noSuggestion:before, .suggestions:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    display: block;
    position: absolute;
    top: 6px;
    left: 20px;
}

span.search--gray--ico {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background: #EDEFF1;
    border-radius: 50%;
    text-align: center;
}

    span.search--gray--ico img {
        margin-top: 7px;
    }

        span.search--gray--ico img.current--location--img {
            margin-top: 7px;
        }

.recent--searches--blk {
    background: #fff;
    text-align: left;
    border-radius: 0px;
    border-bottom: none;
}

.searches--hd {
    color: #848484;
    padding: 10px 20px 5px;
    font-size: 12px;
    font-family: 'poppinsmedium', sans-serif;
    text-transform: uppercase;
}

/* Results page Search */
.tnresult--filter--left .searchTextbox, .tnresult--filter--left .searchPreviewbox {
    padding: 0 70px 0 10px !important;
    font-size: 14px !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 4px !important;
}

.tnresult--filter--left .tnresult--search input[type="text"] {
    box-shadow: 0 1px 0 0 rgba(22,29,37,0.05);
    line-height: 34px;
}

.tnresult--filter--left .input--reset {
    top: 50%;
    right: 58px;
}

    .tnresult--filter--left .input--reset img {
        width: 10px;
    }

.tnresult--filter--left .searchButton svg {
    width: 18px;
    height: 20px;
}

    .tnresult--filter--left .searchButton svg path {
        fill: #fff;
    }

.tnresult--filter--left .searchButton {
    border-left: none;
    background: #00A1DF;
    border-radius: 0 4px 4px 0;
    padding: 0 15px;
    height: 100%;
}

    .tnresult--filter--left .searchButton:hover, .tnresult--filter--left .searchButton:focus {
        background: #EDEFF1;
        box-shadow: none;
        border: none;
    }

        .tnresult--filter--left .searchButton:hover svg path, .tnresult--filter--left .searchButton:focus svg path {
            fill: #00A1DF;
        }

.tnresult--filter--left .locationIcon, .tnresult--filter--left .searches--hd {
    padding: 6px 8px;
    font-size: 12px;
}

.tnresult--filter--left span.search--gray--ico {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.tnresult--filter--left .suggestions--cnt {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.tnresult--filter--left span.search--gray--ico img.current--location--img {
    margin-top: 6px;
}

.tnresult--filter--left span.search--gray--ico img {
    margin-top: 5px;
}

.tnresult--filter--left .suggestion {
    padding: 5px 8px 5px 38px;
    cursor: pointer;
    font-size: 12px;
    word-wrap: break-word;
}

@media screen and ( min-width: 1024px ) and ( max-width: 1199px ) {
    .tnresult--filter--left .searchTextbox, .tnresult--filter--left .searchPreviewbox {
        font-size: 11px !important;
    }

    .searchPreviewbox {
        color: rgba(48,62,72,.6);
    }
}

@media screen and (max-width: 1023px) {
    .tnresult--filter--left .input--reset {
        right: 48px;
        padding: 7px 6px 6px 10px;
    }

        .tnresult--filter--left .input--reset img {
            width: 12px;
        }

    .searchTextbox, .searchPreviewbox {
        font-size: 16px !important;
        padding-left: 20px !important;
    }

    .searchPreviewbox {
        color: rgba(48,62,72,.6);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .search-container.homepage--search {
        width: 500px !important;
    }

    .suggestions--cnt {
        max-height: 180px;
        overflow-y: auto;
    }
}

@media screen and (max-width: 767px) {
    .searchTextbox, .searchPreviewbox {
        padding: 0px 80px 0px 10px !important;
        min-height: 51px;
        font-size: 14px !important;
    }

        .searchTextbox::-webkit-input-placeholder { /* Edge */
            font-size: 12px !important;
        }

        .searchTextbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
            font-size: 12px !important;
        }

        .searchTextbox::placeholder {
            font-size: 12px !important;
        }


    .locationIcon, .noSuggestion {
        font-size: 12px;
        padding: 10px;
    }

    .searches--hd {
        padding: 5px 10px 2px;
        font-size: 10px;
    }

    .suggestion {
        padding-left: 50px;
        padding-right: 10px;
        font-size: 12px;
    }

    .input--reset {
        right: 45px;
    }

        .input--reset img {
            width: 15px;
        }

    .searchButton svg {
        width: 18px;
    }

    .tnresult--filter--left .tnresult--search {
        width: calc(100% - 92px);
    }

    .tnresult--filter--left .searchTextbox, .tnresult--filter--left .searchPreviewbox {
        min-height: inherit;
        padding-right: 78px !important
    }

    .tnresult--filter--left .input--reset {
        padding: 7px 10px 6px;
    }

    .search-container.homepage--search {
        width: 100% !important;
    }

    .searchButton {
        padding: 0 12px;
    }
}

@media screen and (max-width: 374px) {
    .searchTextbox, .searchPreviewbox {
        font-size: 12px !important;
        padding-right: 80px !important;
    }

    .locationIcon, .noSuggestion, .suggestion {
        font-size: 12px;
    }

    .tnresult--filter--left .tnresult--search {
        width: calc(100% - 82px);
    }

    ul.tnresult--filter-list li a.filter--btns {
        padding: 0 7px;
    }

    .search-container.homepage--search {
        width: 93% !important;
        float: none;
        margin: auto !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .searchPreviewbox, .searchTextbox, .searchPreviewbox {
        height: 68px !important;
    }

    .tnresult--search .searchPreviewbox, .tnresult--search .searchTextbox, .tnresult--search .searchPreviewbox {
        height: 36px !important;
    }
}


.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;
    }
}

.tnresult--propertyaddress {
    color: #848484;
    font-size: 12px;
    overflow: hidden;
    min-height: 40px;
}

.tnresult--small--card .tnresult--propertyaddress {
    font-size: 11px;
    min-height: 30px;
    line-height: 14px;
}

.rental--propertyaddress .tnresult--propertyaddress {
    color: #848484;
    font-size: 11px;
    overflow: hidden;
    width: 200px;
    line-height: 14px;
    letter-spacing: 0.5px;
}

@media screen and ( min-width: 1024px ) and ( max-width: 1199px ) {
.tnresult--propertyaddress {
    min-height: inherit;
    margin-bottom: 5px;
}
    .tnresult--small--card .tnresult--propertyaddress {
       margin-bottom: 0;
       font-size: 11px;
    }
}

@media screen and ( max-width: 1023px ) {
    .tnresult--small--card .tnresult--propertyaddress {
        font-size: 10px;
    }
}

@media screen and ( max-width: 767px ) {
.tnresult--propertyaddress {
    min-height: inherit;
     margin-bottom: 5px;
}
    .tnresult--small--card .tnresult--propertyaddress {
        margin-bottom: 0;
        font-size: 10px;
        min-height: inherit;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    .rental--propertyaddress .tnresult--propertyaddress {
        width: 230px;
        height: 30px;
        line-height: 15px;
    }
    .rental--bedbath-row .tnresult--bedbath {
        line-height: 18px;
    }
    .non--community .rental--propertyaddress {
        margin: 15px 0 0;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .rental--propertyaddress .tnresult--propertyaddress {
        width: 100%;
        height: 30px;        
    }

    .rental--bedbath-row .tnresult--bedbath {
        line-height: inherit;
    }

    .non--community .rental--propertyaddress {
        margin: 2px 0 0;
    }
}

.tnresult--price {
    display: inline-block;
    font-family: poppinssemibold;
    font-size: 16px;
    margin-bottom: 5px;
}

.tnresult--small--card .tnresult--price {
    font-size: 12px;
    margin-bottom: 1px;
}

.rent--right .tnresult--price {
    font-size: 20px;
    margin: 0;
    line-height: 20px;
}

.header--third .left-third .tnresult--price {
    font-size: 20px;
}

.rental--desc--detail .tnresult--price {
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
    margin: 6px 0 5px 0px;
}

.rental--desc--detail .voucher--cnt {
    margin-left: 3px;
    margin-top: 2px;
}

@media screen and (max-width: 1199px) {
    .tnresult--small--card .tnresult--price {
        font-size: 11px;
    }
}
@media screen and (max-width: 767px) {
    .tnresult--small--card .tnresult--price {
        font-size: 10px;
        letter-spacing: -0.2px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .rental--desc--detail .tnresult--price {
        margin-bottom: 4px;
    }
}

.available--txt {
    text-align: right;
    width: 52%;
    float: right;
    font-size: 12px;
}

    .available--txt .green--text em {
        background: #529d3f;
        width: 6px;
        height: 6px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
        border-radius: 50%;
    }

.tnresult--bedbath-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}

.tnresult--bedbath {
    font-size: 14px;
    vertical-align: top;
    /*font-family: 'poppinsmedium';*/
}

.tnresult--bedbath-row em {
    font-style: normal;
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: top;
    color: #303E48;
    font-weight: 400;
    font-size: 14px;
}

.tnresult--bedbath span em {
    color: #848484;
}

.tnresult--small--card .tnresult--bedbath {
    display: block;
    font-size: 11px;
    line-height: 14px;
}

.rental--bedbath-row .tnresult--bedbath {
    font-size: 12px;
    vertical-align: top;
    font-weight: 500;
    margin: 0 0 0px;
    float: left;
    line-height: 24px;
}

.card--value {
    color: #848484;
}

.voucher--trusted--cnt {
    display: inline-block;
    line-height: 10px;
}

@media screen and ( max-width: 1023px ) {
    .tnresult--bedbath, .tnresult--bedbath-row em {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .tnresult--small--card .tnresult--bedbath {
        font-size: 10px;
    }
    .rental--bedbath-row .tnresult--bedbath {
        font-size: 11px;
        line-height: 16px;
    }
    .rental--bedbath-row .tnresult--bedbath {
        margin: 6px 0 5px;        
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .rental--bedbath-row .tnresult--bedbath {
        margin: 6px 0 5px;
        float: none;
    }
}


span.tnresult--type {
    text-transform: uppercase;
    text-align: left;
    font-size: 10px;
    font-weight: 500;
}
.tnresult--propertytype {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 2px;
    float: right;
}

.tnresult--small--card .tnresult--propertytype {
    display: block;
    float: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    line-height: 16px;
}

.rental--card .rental--communityname .tnresult--propertytype {
    float: right;
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px 5px 0px 0;
    color:white;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .rental--card .rental--communityname .tnresult--propertytype {
        margin: 10px 2px 0px 0;
    }
}


.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;
}

    .tnresult--img img {
        width: 100%;
        object-fit: cover;
    }


.tnresult--small--card .tnresult--img {
    width: 160px;
    float: left;
    min-height: 105px;
    max-height: 105px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
}

.tnresult--small--card .tnresult--img img {
     width: 100%;
        border-radius: 4px 0 0 4px;
        display: block;
}

.tnresult--small--card .tnresult--smallcard--img {
    position: relative;
    float: left;
}

@media screen and ( max-width: 1023px ) {
    .tnresult--img {
        max-height: 241px;
        min-height: 241px;
    }
    .tnresult--card {
        min-height: 390px;
        max-height: 390px;
    }
}

@media screen and ( max-width: 767px ) {
    .tnresult--img {
        max-height: 236px;
        min-height: 236px;
    }
    .tnresult--card {
        min-height: inherit;
        max-height: inherit;
    }
}

.rental_relative .tnresult--img {
    position: relative;
    border-radius: 4px 0px 0px 4px;
    height: 137px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rental_relative .tnresult--img img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

@media screen and (min-width:320px) and (max-width:480px) {
.rental_relative .tnresult--img {
    width: 110px;
}
.rental--card .rental--card--bottom {
    width: 110px;
    bottom: 0px;
}
.rental_relative {
    width: 110px;
}
.ic--go8--badge {
    width: 20px;
    height: 20px;
}
.rental--propertytype {  
    margin: 0px 0 0px;
    position: relative;
    line-height: 23px;   
    right: inherit;
    top: inherit;
}

}

/******** 6 feb ********/

.rental_relative.popup_img_sec {
    width: 135px;
    min-height: 107px;
}

.rental_relative.popup_img_sec .tnresult--img {
        display: inherit;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    .rental_relative {
        position: relative;
        width: 130px;
        height: auto !important;
    }

    .rental--desc.popup_text_sec {
        padding: 0px 10px !important;
    }

    .rental--desc.popup_text_sec .rental--propertyaddress .tnresult--propertyaddress {
        height: auto !important;
        margin-bottom: 0 ;
    }


}

/* 4 march */

.favourite--dropdownmenu.head_new_popup .tnresult--img {
    min-height: auto;
}

.favourite--dropdownmenu.head_new_popup .rental_relative .tnresult--img {
    height: 115px;
}

.favourite--dropdownmenu .rental--propertyaddress .tnresult--propertyaddress {
    min-height: inherit;
}

.favourite--dropdownmenu.head_new_popup .community .rental_relative .tnresult--img {
    height: 126px;
} 

.favourite--dropdownmenu.head_new_popup .rental_relative {
    width: 160px;
}

/*  9 march */

@media(min-width:320px) and (max-width:480px) {

    .favourite--dropdownmenu.head_new_popup .rental_relative {
        width: auto;
    }

    .favourite--dropdownmenu.head_new_popup .searches--card .rental--bedbath-row {
        width: 100%;
        float: right;
    }

    .favourite--dropdownmenu.head_new_popup .searches--card .property--type {
        width: 100%;
        float: left;
    }

    .favourite--dropdownmenu.head_new_popup .searches--card .rental--bedbath-row .rental--bedbath {
       max-width: 100%;
    }

    .favourite--dropdownmenu.head_new_popup .searches--card .rental--bedbath-row span.rental--propertytype {
        float: right;
    }

    .favourite--tabcontainer--main.n_pop_sec .owner--card .profile--owner {
        width: 100%;
    }

    .favourite--tabcontainer--main.n_pop_sec .owner--card .owner--rentals--row {
        float: right;
    }
    
    .favourite--tabcontainer--main.n_pop_sec .owner--card p {
        float: left;
        width: auto;
        margin-bottom: 2px;
        margin-top: 0;
        line-height: 25px;
    }

    .favourite--tabcontainer--main.n_pop_sec .owner--card .owner--rentals--row span.rental--propertytype {
        margin-top: 0;
    }


}

/*  10 march  */

@media(min-width:320px) and (max-width:480px) {


    .favourite--tabcontainer--main.n_pop_sec .searches--card {
        margin-right: 4px;
        margin-left: 5px;
        margin-top: 4px;
        margin-bottom: 7px;
    }

    .favourite--tabcontainer--main.n_pop_sec .owner--card {
        margin-right: 4px;
        margin-left: 5px;
        margin-top: 4px;
        margin-bottom: 7px;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card .rental--desc.popup_text_sec h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        margin: 0 0 0 -5px;
        padding: 4px 40px 3px 10px;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card button.close--btn {
        top: 1px;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card .tnresult--propertyaddress {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        padding-bottom: 1px;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card .tnresult--bedbath {
        margin: 0px 0 0px;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card span.rental--propertytype {
        line-height: 13px;
        font-size: 11px;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card .rental--bedbath-row {
        line-height: 16px;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card i.ic--go8--badge {
        width: 19px;
    }

    .favourite--tabcontainer--main .ic--trusted--badge img {
        height: 20px !important;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card .tnresult--price {
        margin-top: 3px;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card .voucher--cnt {
        margin-top: 0;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card .rental--desc.popup_text_sec {
        padding: 0px 5px !important;
    }

    .favourite--tabcontainer--main.n_pop_sec .rental--card .tnresult--img {
        height: 110px;
    }
}

.property--photo--count {
    width: 20%;
    display: inline-block;
    vertical-align: bottom;
}

.property--photo--icon {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background: url(/images/AffordableHousing/camera-icon.svg) no-repeat center center;
    background-size: 100%;
}

/* 26 march */

.n_pop_sec .property--photo--count {
    width: auto;
}

.n_pop_sec .rental--card .rental--communityname .tnresult--propertytype {
    margin: 0px 5px 0px 0;
}

.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;
}


.voucher--cnt {
    display: inline-block;
    vertical-align: top;
}

.ic--go8--badge {
    width: 20px;
    height: 20px;
    background: url(/images/AffordableHousing/voucher-icon.png) no-repeat center center;
    flex-shrink: 0;
    margin-right: 0;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px !important;
}

.tnresult--small--card .ic--go8--badge {
    margin-left: 0px !important;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

@media screen and (max-width: 1023px) {
    .ic--go8--badge {
        width: 23px;
        height: 23px;
    }
    .tnresult--small--card .available--txt {
        font-size: 9px;
    }
    .tnresult--small--card .ic--go8--badge {
        width: 15px;
        height: 15px;
        margin-top: 2px;
    }
}

.trusted--cnt {
    display: inline-block;
    vertical-align: top;
}

.ic--trusted--badge {
    display: inline-block;
    line-height: 10px;
}

.ic--trusted--badge img {
    width: auto !important;
    height: 20px !important;
}

@media screen and ( max-width: 1023px ) {
    .ic--trusted--badge img {
        width: auto !important;
        height: 23px !important;
    }

    .mapresult--card .ic--trusted--badge img {
        width: auto !important;
        height: 18px !important;
    }
}

.property--fav--share {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.property--fav--share a {
    width: 29px;
    height: 24px;
    display: block;
    background: url(../../../images/AffordableHousing/addtofav.svg) no-repeat 0 0;
}

.property--fav--share a:hover {
    background: url(../../../images/AffordableHousing/addtofav-h.svg) no-repeat 0 0;
}

.property--fav--share a.selected {
    background: url(../../../images/AffordableHousing/addtofav-h.svg) no-repeat 0 0;
}

.tnresult--small--card .property--fav--share {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 5px;
    margin-top: 5px;
}

    .tnresult--small--card .property--fav--share a, .tnresult--small--card .property--fav--share a:hover {
        width: 23px;
        height: 18px;
        background-size: 100%;
    }

.tnresult--smallcard--fav--share {
    float: right;
    text-align: right;
}

    .tnresult--smallcard--fav--share a {
        margin: 0 10px;
        font-size: 20px;
        color: #7A8B99;
    }

        .tnresult--smallcard--fav--share a:hover {
            color: #00A1DF;
        }


@media screen and (min-width:768px) and (max-width:1024px) {
    .property--fav--share a:hover {
        background: url(../../../images/AffordableHousing/addtofav.svg) no-repeat 0 0;
    }
    .property--fav--share a.selected {
        background: url(../../../images/AffordableHousing/addtofav-h.svg) no-repeat 0 0;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .property--fav--share a:hover {
       background: url(../../../images/AffordableHousing/addtofav.svg) no-repeat 0 0;        
    }
    .property--fav--share a.selected {
        background: url(../../../images/AffordableHousing/addtofav-h.svg) no-repeat 0 0;
    }
}

