.wrapper-wl {
    width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.tn-add-blk {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    clear: both;
}

.tn-listing-blk {
    width: 100%;
    display: inline-block;
}

.tn-listing-lt {
    width: 70%;
    float: left;
    position: relative;
}

.tn-listing-row {
    width: 100%;
    float: left;
}

.tn-listing-cd {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .tn-listing-cd li:not(.tn-list-title) {
        width: 100%;
        display: inline-block;
        list-style: none;
        margin-bottom: 8px;
        padding: 5px 15px 5px 5px;
        background: #fff;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
        min-height: 152px;
    }
        /*.tn-listing-cd li:last-child {margin-bottom: 0;}*/
        .tn-listing-cd li:not(.tn-list-title):hover {
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
        }

    .tn-listing-cd li.tn-list-title {
        list-style: none;
        padding: 0;
    }

    .tn-listing-cd li.listing-add {
        min-height: inherit;
        padding: 10px;
    }

.tn-listing-img {
    display: table-cell;
    width: 200px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

    .tn-listing-img img {
        max-width: 100%;
    }

.tn-listing-cont {
    display: table-cell;
    width: 635px;
    position: relative;
    padding: 0 0 20px 25px;
    box-sizing: border-box;
    vertical-align: top;
}

.tn-cont-top {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tn-cont-lt {
    width: 68%;
    float: left;
}

    .tn-cont-lt h6 {
        display: block;
        clear: both;
        font-size: 16px;
        color: #000;
        margin: 5px 0 0;
    }

    .tn-cont-lt span {
        display: block;
        clear: both;
        font-size: 14px;
        color: #000;
        margin: 3px 0 0;
    }

    .tn-cont-lt p {
        font-size: 11px;
        line-height: 14px;
        color: #888;
        text-transform: uppercase;
        margin: 5px 0 0;
    }

.tn-cont-rt {
    float: right;
    width: 28%;
    text-align: right;
}

.avl-txt {
    display: block;
    font-size: 15px;
    color: #000;
}

.listing-ards {
    width: 100%;
    position: inherit;
    bottom: 0px;
    left: 0px;
    font-size: 11px;
    color: #000;
    margin: 0;
    color: #444;
    text-transform: uppercase;
    clear: both;
}

.listing-add-img {
    width: 100%;
    float: left;
    text-align: center;
}

.no-voucher {
    display: table;
    padding: 0 8px;
    line-height: 20px;
    box-sizing: border-box;
    border: 1px solid #E5E7E8;
    background: #f9f9f9;
    margin-top: 5px;
    font-size: 10px;
}

.tn-listing-hdr {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 15px;
}

    .tn-listing-hdr h4,
    .tn-listing-hdr .pg--title {
        font-family: poppinssemibold, sans-serif;
        color: #303E48;
        font-size: 24px;
        line-height: 34px;
        margin: 0;
    }

.basic-listing-cd .tn-listing-cont {
    padding-left: 20px;
}

.tn-filter-hd {
    background: #fff;
    padding: 7px 0 5px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0 0 1px 0 rgba(78,78,78,0.3), 0 2px 4px -2px rgba(78,78,78,0.3);
}

    .tn-filter-hd .srch {
        position: relative;
        width: 210px;
        float: left;
    }

        .tn-filter-hd .srch input {
            border: solid 1px #ced5d8;
            border-radius: 4px;
            padding: 0 10px;
            width: 100%;
            height: 38px;
            box-sizing: border-box;
            font-size: 14px;
        }

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 10px;
    width: 14px;
    display: block;
    background: url(../images/AffordableHousing/input-close.svg) no-repeat center;
    background-size: 10px;
    opacity: .3;
    cursor: pointer;
}

    input[type="search"]::-webkit-search-cancel-button:hover {
        opacity: 1;
    }


.tn-filter-hd .srch .btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #4fb27d url(../images/AffordableHousing/tn-srch-icon.png) no-repeat center;
    border-radius: 0 4px 4px 0;
    border: none;
    height: 38px;
    width: 49px;
    z-index: 99;
}

    .tn-filter-hd .srch .btn:hover {
        background: #359b65 url(../images/AffordableHousing/tn-srch-icon.png) no-repeat center;
    }

.tn-filter-hd .range {
    width: 180px;
    float: left;
    border-right: dotted 1px #ccc;
    margin: 0 0 0 12px;
    height: 38px;
    padding-right: 5px;
    box-sizing: border-box;
    position: relative;
}

    .tn-filter-hd .range .slct {
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat 94% center;
    }

.tn-filter-hd .filtercopy {
    display: block;
    padding: 11px 20px 0 25px;
    color: #111;
    position: relative;
    font-size: 14px;
}

.tn-filter-hd .range:after {
    content: "";
    background: url(../images/AffordableHousing/filter-rant.jpg) no-repeat left top;
    width: 11px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
}

.tn-filter-hd .filtercopy:before {
    content: "";
    background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat left top;
    width: 12px;
    height: 7px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 18px;
}

.tn-filter-hd .proprty {
    width: 190px;
    float: left;
    border-right: dotted 1px #ccc;
    margin: 0 0 0 12px;
    height: 38px;
    color: #111;
    position: relative;
    font-size: 12px;
    padding-right: 5px;
}

    .tn-filter-hd .proprty .slct {
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat 94% center;
    }

    .tn-filter-hd .proprty:after {
        content: "";
        background: url(../images/AffordableHousing/ft-home.jpg) no-repeat left top;
        width: 15px;
        height: 15px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 13px;
    }
/*.tn-filter-hd .proprty:before {content:""; background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat left top; width:12px; height:7px; display:inline-block; position:absolute; right:9px; top:15px;}*/
.tn-filter-hd .bad {
    width: 160px;
    float: left;
    border-right: dotted 1px #ccc;
    margin: 0 0 0 12px;
    height: 38px;
    color: #111;
    position: relative;
    font-size: 12px;
    padding-right: 5px;
}

    .tn-filter-hd .bad .slct {
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat 94% center;
    }

    .tn-filter-hd .bad:after {
        content: "";
        background: url(../images/AffordableHousing/ft-bad.jpg) no-repeat left top;
        width: 15px;
        height: 15px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 16px;
    }
/*.tn-filter-hd .bad:before {content:""; background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat left top; width:12px; height:7px; display:inline-block; position:absolute; right:9px; top:15px;}*/
.tn-filter-hd .bath {
    width: 160px;
    float: left;
    border-right: dotted 1px #ccc;
    margin: 0 0 0 12px;
    height: 38px;
    color: #111;
    position: relative;
    font-size: 12px;
    padding-right: 5px;
}

    .tn-filter-hd .bath .slct {
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat 94% center;
    }

    .tn-filter-hd .bath:after {
        content: "";
        background: url(../images/AffordableHousing/ft-bath.jpg) no-repeat left top;
        width: 15px;
        height: 15px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 13px;
    }
/*.tn-filter-hd .bath:before {content:""; background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat left top; width:12px; height:7px; display:inline-block; position:absolute; right:9px; top:15px;}*/
.tn-filter-hd .more {
    width: 120px;
    float: left;
    border-right: dotted 1px #ccc;
    margin: 0 0 0 12px;
    height: 38px;
    color: #111;
    position: relative;
    font-size: 12px;
    padding-right: 5px;
}

    .tn-filter-hd .more .slct {
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat 94% center;
    }
/*.tn-filter-hd .more:before {content:""; background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat left top; width:12px; height:7px; display:inline-block; position:absolute; right:9px; top:15px;}*/
.tn-filter-hd .save-search {
    width: 100px;
    float: left;
    margin: 0 0 0 12px;
    height: 38px;
    position: relative;
    font-size: 14px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* check box */
.cstck [type="checkbox"]:checked, .cstck [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .cstck [type="checkbox"]:checked + label, .cstck [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 34px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #000;
        font-size: 14px;
    }

        .cstck [type="checkbox"]:checked + label:before, .cstck [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            width: 20px;
            height: 20px;
            border: 1px solid #ccc;
            background: #f9f9f9;
        }

        .cstck [type="checkbox"]:checked + label:after, .cstck [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 22px;
            height: 22px;
            position: absolute;
            top: 10px;
            left: 0px;
            border-radius: 0;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            background: url(../images/AffordableHousing/t-check.png) no-repeat 0 0;
            display: inline-block;
        }

        .cstck [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .cstck [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.cstck p {
    margin: 0 0 8px 0;
}
/* check box */
.tn-filter-hd .save-search label {
    color: #111 !important;
    font-size: 14px !important;
}

.ft-sort {
    background: #f9f9f9;
    border-bottom: solid 1px #cccccc;
    padding: 15px;
    margin-bottom: 10px;
}

    .ft-sort .sort {
        width: 210px;
        position: relative;
        float: left;
        padding: 0px;
        background: none;
    }

        .ft-sort .sort .txt {
            font-size: 14px;
            font-family: robotobold, sans-serif;
            position: absolute;
            left: 12px;
            top: 9px;
            color: #000;
        }

    .ft-sort span.txt {
        float: left;
        margin-right: 10px;
        line-height: 38px;
        font-family: robotobold, sans-serif;
    }

    .ft-sort .sort-slct {
        border: solid 1px #ced5d8;
        border-radius: 4px;
        padding: 10px 10px 10px 10px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat 94% center #ffffff;
        font-size: 14px;
    }

.sort-count {
    color: #a8a8a8;
    font-size: 14px;
    display: inline-block;
    padding: 9px 0 0 10px;
}

.printlink {
    display: block;
    margin: 0 0 0 6px;
    float: right;
}

.printlistbutton {
    display: inline-block;
    color: #111;
    border-radius: 3px;
    text-decoration: none;
    padding: 6px 16px;
    line-height: 30px;
    height: auto;
    width: auto;
    background: #f0f2f3;
    border: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;
    margin-left: 6px;
}

    .printlistbutton:hover {
        background: #5a9ecc;
        border: solid #5a9ecc 1px;
        color: #fff;
    }

.listingcount {
    float: right;
}

.listingviews div {
    text-indent: 0;
    color: #111;
    background-position: 12px center;
    padding: 6px 16px;
    line-height: 30px;
    height: auto;
    width: auto;
    background: #f0f2f3;
    border: 1px solid #ccc;
    float: left;
    cursor: pointer;
    font-size: 14px;
    box-sizing: border-box;
}

    .listingviews div:hover {
        background-color: #fff;
    }

    .listingviews div.active {
        background-color: #fff;
        color: #000;
    }

    .listingviews div:first-child {
        border-right: none;
    }

.listviewlink {
    border-radius: 3px 0 0 3px;
}

.mapviewlink {
    border-radius: 0 3px 3px 0;
}

.tn-listing-rt {
    width: 30%;
    float: right;
    padding-left: 18px;
}

.tn-add-box {
    margin-bottom: 15px;
}

    .tn-add-box .hdr {
        background: #f9f9f9;
        border-bottom: solid 1px #dbdbdb;
        margin-bottom: 1px;
        padding: 15px;
    }

        .tn-add-box .hdr h2 {
            color: #040404;
            font-size: 16px;
            margin: 0;
        }

    .tn-add-box .bdy {
        background: #fff;
        padding: 15px;
    }

.adv img {
    display: inline-block;
    vertical-align: top;
}

.adv h3 {
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin: 22px 0 0 15px;
}

.adv-list {
    list-style: none;
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 0;
    width: 100%;
}

    .adv-list li {
        font-size: 13px;
        list-style: none;
        display: inline-block;
        width: 100%;
        padding: 0 0 0 15px;
        position: relative;
    }

        .adv-list li:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #000;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 9px;
            border-radius: 50%;
        }

.gt-srt-btn {
    background: #f0f2f3;
    border: solid 1px #ccc;
    padding: 10px 15px;
    color: #111;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    margin: 10px 0;
}

    .gt-srt-btn:hover {
        background: #5a9ecc;
        border: solid #5a9ecc 1px;
        color: #fff;
    }

.gt-srt {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 20px 0 10px;
}

.text-center {
    text-align: center;
}

.housing-nearby {
    display: table;
    width: 100%;
    padding: 8px 0;
}

    .housing-nearby .img {
        display: inline-block;
        width: 38px;
        height: 38px;
        border: solid 1.5px #ebebeb;
        border-radius: 4px;
        overflow: hidden;
        vertical-align: middle;
    }

    .housing-nearby .dis {
        display: inline-block;
        vertical-align: middle;
        width: 200px;
        padding: 0 10px;
    }

    .housing-nearby .n-btn {
        display: table-cell;
    }

    .housing-nearby .dis h4 {
        font-size: 12px;
        color: #2a2a2a;
        margin: 0;
        padding: 0;
        line-height: 12px;
    }

    .housing-nearby .dis p {
        font-size: 11px;
        color: #939393;
        margin: 0;
        padding: 0;
    }

.nr-btn-green {
    width: 83px;
    height: 30px;
    background: #4fb27d;
    border: solid 1px #419467;
    border-radius: 3px;
    color: #fff !important;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
    float: right;
    line-height: 28px;
    padding: 0 14px 0 10px;
    box-sizing: border-box;
    position: relative;
}

    .nr-btn-green:hover {
        background: #349d65;
        text-decoration: none !important;
    }

    .nr-btn-green:after {
        content: "";
        position: absolute;
        z-index: 1;
        right: 5px;
        top: 50%;
        margin: -4px 0 0 0;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left: 5px solid #fff;
    }

    .nr-btn-green.yellow-btn {
        background: #f8951e;
        border: solid 1px #e3973a;
    }

        .nr-btn-green.yellow-btn:hover {
            background: #c87510;
        }

    .nr-btn-green.blue-btn {
        background: #5a9ecc;
        border: solid 1px #2f6f9f;
    }

        .nr-btn-green.blue-btn:hover {
            background: #337fb3;
        }

.nr-btn-link {
    display: inline-block;
    text-align: center;
    width: 100%;
    border-top: solid 1px #e3e3e3;
    color: #5a9ecc;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    background: #fff;
}

    .nr-btn-link:hover {
        color: #000;
    }

.housing-agencies {
    width: 100%;
    display: table;
    list-style: none;
    margin-bottom: 5px;
    padding: 10px 15px 10px 15px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.housing-agencies-hd {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .housing-agencies-hd h3 {
        float: left;
        font-size: 16px;
        color: #000;
        margin: 0;
        padding: 0;
    }

    .housing-agencies-hd .link {
        font-size: 14px;
        color: #0a97ff;
        float: right;
        text-decoration: none;
    }

        .housing-agencies-hd .link i {
            width: 6px;
            height: 10px;
            background: url(../images/AffordableHousing/blue-arrow-right.jpg) no-repeat center;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -1px;
            margin-left: 5px;
        }

        .housing-agencies-hd .link:hover {
            color: #000;
        }

            .housing-agencies-hd .link:hover i {
                background: url(../images/AffordableHousing/blue-arrow-right-h.jpg) no-repeat center;
            }

.hss-box {
    width: 98px;
    float: left;
    margin-right: 24px;
}

    .hss-box .img {
        position: relative;
        border: solid 1.5px #ebebeb;
        overflow: hidden;
        height: 108px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

        .hss-box .img .open {
            background: #4fb27d;
            text-align: center;
            font-size: 10px;
            color: #fff;
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            right: 0;
            text-transform: uppercase;
            padding: 3px 0;
        }

    .hss-box h3 {
        font-size: 11px;
        color: #2a2a2a;
        margin: 0;
        padding: 0;
        line-height: 12px;
    }

    .hss-box p {
        font-size: 10px;
        color: #939393;
        margin: 0;
        padding: 0;
    }

    .hss-box .img .close {
        background: #d0021b;
        text-align: center;
        font-size: 10px;
        color: #fff;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        text-transform: uppercase;
        padding: 3px 0;
    }

.housing-paging {
    width: 100%;
    display: table;
    list-style: none;
    padding: 10px 15px 10px 15px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}

    .housing-paging ul {
        margin: 0;
        padding: 0;
    }

    .housing-paging li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .housing-paging .active {
        background: #111;
        color: #fff;
        cursor: default;
    }

        .housing-paging .active a {
            background: #111;
            color: #fff;
            cursor: default;
        }

    .housing-paging a, .housing-paging span {
        display: inline-block;
        padding: 12px;
        margin: 0;
        background: #EDEFF1;
        color: #111;
        text-decoration: none;
        font-size: 12px;
    }

        .housing-paging a:hover {
            background: #111;
            color: #fff;
        }

.tn-add-btm {
    margin: 20px 0 0;
}

.filter-drop {
    position: relative;
}

.drop-filter {
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    top: 54px;
    padding: 15px;
    background: #fff;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.filter-check {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .filter-check li {
        float: left;
        width: 100%;
        color: #111;
        font-size: 14px;
        margin: 3px 0;
        position: relative;
        padding: 0 0 0 36px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .filter-check li .checkbx {
            background: url(../images/AffordableHousing/t-uncheck.png) no-repeat left top;
            width: 22px;
            height: 22px;
            position: absolute;
            left: 0;
            top: 0px;
        }

.save-search .filter-check li .checkbx {
    top: 6px;
}

.filter-check li.active .checkbx {
    background: url(../images/AffordableHousing/t-check.png) no-repeat left top;
}

.filter-radio {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .filter-radio li {
        float: left;
        width: 100%;
        color: #111;
        font-size: 14px;
        margin: 3px 0;
        position: relative;
        padding: 0 0 0 27px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .filter-radio li .radio {
            background: url(../images/AffordableHousing/t-unradio.png) no-repeat left top;
            width: 22px;
            height: 22px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .filter-radio li.active .radio {
            background: url(../images/AffordableHousing/t-radio.png) no-repeat left top;
        }

.drop-filter.more-drop {
    width: 300px;
    left: inherit;
    right: 0;
}

.txt-feet {
    font-family: robotobold, sans-serif;
    font-size: 14px;
    color: #111;
    padding: 0 0 10px 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.amount-feet {
    font-size: 14px;
    color: #111;
    border: none;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 0 0;
}

.filter-pic {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .filter-pic li {
        font-size: 12px;
        padding: 40px 12px 6px;
        border-radius: 3px;
        cursor: pointer;
        border: 1px solid #ccc;
        color: #111;
        background: #fff;
        text-align: center;
        position: relative;
        float: left;
        width: 31%;
        margin-right: 3%;
        box-sizing: border-box;
    }

        .filter-pic li:last-child {
            margin-right: 0;
        }

        .filter-pic li.active {
            background: #5a9ecc;
            color: #fff;
        }

    .filter-pic .camera {
        position: absolute;
        left: 0;
        right: 0;
        top: 8px;
        margin: 0 auto;
        background: url(../images/AffordableHousing/camera.png) no-repeat center top;
        display: inline-block;
        width: 31px;
        height: 23px;
    }

    .filter-pic li.active .camera {
        background: url(../images/AffordableHousing/camera-active.png) no-repeat center top;
    }

    .filter-pic .pets {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        margin: 0 auto;
        background: url(../images/AffordableHousing/pets.png) no-repeat center top;
        display: inline-block;
        width: 31px;
        height: 23px;
    }

    .filter-pic li.active .pets {
        background: url(../images/AffordableHousing/pets-active.png) no-repeat center top;
    }

    .filter-pic .housing {
        position: absolute;
        left: 0;
        right: 0;
        top: 5px;
        margin: 0 auto;
        background: url(../images/AffordableHousing/housing.png) no-repeat center top;
        display: inline-block;
        width: 19px;
        height: 30px;
    }

    .filter-pic li.active .housing {
        background: url(../images/AffordableHousing/housing-active.png) no-repeat center top;
    }

.src-input {
    border-radius: 3px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #caced0;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.flt-reset-btn {
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    color: #474a4b !important;
    border: 1px solid #c3cbcd;
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.6);
    text-decoration: none !important;
    text-align: center;
    padding: 12px 17px;
    border-radius: 3px;
    background: #f6f7f9;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    width: 100%;
    margin: 15px 0;
}

    .flt-reset-btn:hover {
        background: #dce1e2;
        color: #111 !important;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
        box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
        border: 1px solid #959c9e;
    }

.flt-src-btn {
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    color: #111 !important;
    border: 1px solid #8b744a;
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.6);
    text-decoration: none !important;
    text-align: center;
    padding: 12px 17px;
    border-radius: 3px;
    background: #fbe1b3;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    width: 100%;
}

    .flt-src-btn:hover {
        background: #fbe1b3;
        color: #111 !important;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
        box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
        border: 1px solid #8b744a;
    }

.filter-drop {
    cursor: pointer;
}

    .filter-drop.open .drop-filter {
        visibility: visible;
        opacity: 1;
    }

    .filter-drop.open .filtercopy:before {
        content: "";
        background: url(../images/AffordableHousing/ft-arrow-down.jpg) no-repeat left top;
        width: 12px;
        height: 7px;
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 18px;
        transform: rotate(-180deg);
    }
    /* jqeury ui */
    .filter-drop .ui-state-default {
        border-radius: 50%;
        border: solid 1px #5a9cd5 !important;
    }

    .filter-drop .ui-widget-header {
        background: #5a9cd5;
    }
/* jqeury ui */
.housing-paging .active a {
    background: #111;
    color: #fff;
    cursor: default;
}
/* For Loader CSS */
.loader-bg {
    background: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 100;
    text-align: center;
    display: table;
    vertical-align: middle;
}

    .loader-bg i {
        display: table-cell;
        vertical-align: middle;
    }

        .loader-bg i img {
            display: inline-block;
            vertical-align: middle;
        }
/* For Loader CSS */

/* Search Update CSS */
.more.filter-drop .filtercopy {
    padding-left: 0;
}
/* Search Update CSS */

/* print listing popup */
.print-listing-open:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.print-listing-popup {
    width: 600px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 999;
    background: #fff;
}

.print-popup-hdr {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px 15px;
    background: #111;
}

    .print-popup-hdr h4 {
        font-size: 16px;
        color: #fff;
        margin: 0;
    }

.print-cls {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #444;
    font-family: robotobold, sans-serif;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

    .print-cls:hover {
        background: #fff;
        color: #111;
    }

.print-listing-mid {
    width: 100%;
    float: left;
    padding: 30px;
}

.print-listing-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #111;
    margin-bottom: 30px;
}

.print-listing-form {
    width: 360px;
    display: table;
    margin: auto;
    border: 1px solid #ccc;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 40px;
    box-sizing: border-box;
}

.form-row {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .form-row:last-child {
        margin-bottom: 0;
    }

.print-lbl {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
    color: #111;
    font-family: robotobold, sans-serif;
}

.print-field {
    float: left;
    width: 100%;
}

    .print-field input[type="text"], .print-field select {
        width: 100%;
        height: 35px;
        border: 1px solid #ccc;
        padding: 0 10px;
        font-size: 16px;
        color: #111;
        box-sizing: border-box;
    }

.checkbox-lbl {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    font-size: 14px;
    color: #111;
}

    .checkbox-lbl:last-child {
        margin-right: 0;
    }

    .checkbox-lbl input[type="checkbox"], .checkbox-lbl input[type="radio"] {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1px;
        position: relative;
        top: -1px;
    }

.print-btn-row {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.print-btn {
    min-width: 110px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #111;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #c1a572;
    background: #fbe1b3;
    cursor: pointer;
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.6);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

    .print-btn:hover, .print-btn:focus {
        background: #fbe1b3;
        color: #111 !important;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
        box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
        border: 1px solid #8b744a;
    }

.rsp-housing-rt .housing-nearby .img img {
    height: 50px;
}
/* print listing popup */

.save-search .checkbx {
    top: 6px;
}

.clearfix {
    clear: both;
    display: block;
}

.filter-slide-input input {
    width: 40px;
    display: inline-block;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/** housing authority result page css **/
/*.ha-dtls-lt img {
    width: 100%;
}*/

.housing-autho-page .tn-listing-cd li {
    padding: 0 0 0 15px !important;
    min-height: inherit !important;
    box-shadow: none;
    border: none;
    margin-bottom: 7px;
}

    .housing-autho-page .tn-listing-cd li:hover {
        box-shadow: none;
    }

.ha-details-main {
    float: left;
    width: 100%;
    position: relative;
}

.ha-details {
    width: 100%;
    float: left;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 15px;
    /*box-shadow: 0 2px 6px 0 rgba(69,73,91,0.08);*/
    cursor: pointer;
    border-radius: 3px;
}

.ha-dtls-lt {
    float: left;
    width: 160px;
    min-height: 160px;
    position: relative;
    padding: 20px;
}

.ha-dtls-logo-wrap {
    border: 1px solid #E0E0E0;
    /*padding: 55px;*/
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.ha-dtls-lt img {
    width: auto;
    cursor: pointer;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /*transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    position: absolute;*/
}

.ha-dtls-rt {
    float: left;
    width: 500px;
    padding: 15px 20px 20px 0px;
    box-sizing: border-box;
    position: relative;
    min-height: 160px;
}

.ha-dtls-title {
    float: left;
    width: 100%;
}

    .ha-dtls-title h3 {
        float: left;
        margin: 0;
        margin-top: 2px;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        color: #303E48;
        font-family: poppinssemibold, sans-serif;
    }

    .ha-dtls-title p {
        float: left;
        width: 100%;
        margin: 3px 0 0;
        font-size: 14px;
        color: #848484;
        line-height: 20px;
    }

        .ha-dtls-title p a {
            text-decoration: none;
        }

            .ha-dtls-title p a:hover {
                color: #000 !important;
            }

.tn-listing-hdr-top {
    margin-top: 50px;
}

.ha-aply-now {
    float: left;
    font-size: 11px;
    line-height: 17px;
    color: #6B6F81 !important;
    text-decoration: none !important;
    width: 100%;
}

    .ha-aply-now:hover, .ha-aply-now:focus {
        color: #000;
    }

.ha-dtl-contact {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 20px;
    box-sizing: border-box;
}

    .ha-dtl-contact p {
        font-size: 13px;
        line-height: 16px;
        color: #000;
        float: left;
        width: 100%;
        margin: 0 0 4px;
        float: left;
        width: 100%;
    }

        .ha-dtl-contact p i {
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle;
            width: 14px;
            font-size: 14px;
        }

        .ha-dtl-contact p:last-child {
            margin-bottom: 0;
        }

.housing-autho-page .tn-listing-cd li.listing-add {
    text-align: center;
    padding: 15px;
}

.rsp-housing-rt .housing-nearby .img img {
    width: 100%;
}

.housing-autho-page .housing-nearby .img {
    width: 41px;
    height: 41px;
}

.ha-rt-arw {
    display: inline-block;
    background: url(../images/AffordableHousing/gray-rt-arw.png) no-repeat center;
    width: 7px;
    height: 12px;
}

.housing-autho-page .tn-filter-hd .srch {
    width: 200px;
    float: left;
    display: inline-block;
}

    .housing-autho-page .tn-filter-hd .srch input {
        line-height: 40px;
    }

    .housing-autho-page .tn-filter-hd .srch .btn {
        background: #4fb27d url(../images/AffordableHousing/ha-srch.png) no-repeat center;
    }

        .housing-autho-page .tn-filter-hd .srch .btn:hover {
            background: #359b65 url(../images/AffordableHousing/ha-srch.png) no-repeat center;
        }

.srch-match {
    display: block;
    vertical-align: middle;
    margin: 0px;
    font-size: 16px;
    line-height: 38px;
    color: #848484;
    text-transform: none;
    font-family: poppinsregular, sans-serif;
}

    .srch-match span {
        display: inline-block;
        margin-right: 4px;
    }

.ha-listing-links {
    float: left;
    text-align: center;
    padding: 27px 15px 35px;
    box-sizing: border-box;
    width: 208px;
    background: #ffffff;
    border-left: 1px solid #E2E2E2;
    min-height: 160px;
    position: relative;
    /*border-radius: 3px;*/
}

.ha-listing-links-wrap {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    left: 20px;
    right: 20px;
}

.ha-filter-checkbox {
    display: flex;
    align-items: center;
    height: 100%;
}

    .ha-filter-checkbox .i-checks > i {
        width: 20px;
        height: 20px;
        background: url(../images/AffordableHousing/uncheck-lg.png) no-repeat;
        background-size: 100% 100%;
    }

    .ha-filter-checkbox .i-checks input:checked + i:before {
        width: 100%;
        height: 100%;
        background: url(../images/AffordableHousing/checked-lg.png) no-repeat;
        background-size: 100% 100%;
    }

    .ha-filter-checkbox label {
        font-size: 14px;
    }

.mob-ha-link {
    display: none;
}

#LocationInputautocomplete {
    z-index: 1;
    top: 0px;
    left: 0px;
    border: none;
    position: absolute;
    color: #aaa;
    padding: 0;
    text-indent: -9999px;
    box-shadow: none;
}

.locationSearchTall {
    position: relative;
    z-index: 2;
    background: transparent;
}

.housing-autho-page .tn-listing-cd li.ha-no-result-box {
    padding: 40px !important;
}

.ha-no-result {
    width: 100%;
    float: left;
    padding: 20px;
    border: 1px solid #dfd389;
    background: #fcf6de;
    box-sizing: border-box;
    border-radius: 4px;
}

    .ha-no-result h3 {
        float: left;
        width: 100%;
        margin: 0;
        font-size: 18px;
        color: #000;
        font-family: robotomedium, sans-serif;
    }

    .ha-no-result p {
        float: left;
        width: 100%;
        margin: 5px 0 0;
        font-size: 16px;
        line-height: 28px;
        color: #000;
    }

.housing-autho-page .ha-recommended-rt .img {
    width: 51px;
    height: 51px;
}

.ha-recommended-rt .dis h4 {
    color: #222;
    font-family: robotobold, sans-serif;
}

.ha-recommended-rt .dis p {
    font-size: 11px;
    line-height: 15px;
    color: #898EA2;
    margin: 2px 0 0;
}

.wl-ha-labels {
    width: 100%;
    float: left;
    margin: 5px 0 5px;
}

.ha-lbl {
    float: left;
    margin-right: 15px;
    font-size: 13px;
    color: #fff;
    font-family: poppinsregular, sans-serif;
    color: #4cb07a;
}

    .ha-lbl i {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border: 1px solid #4cb07a;
        border-radius: 50%;
        text-align: center;
        margin-right: 5px;
    }

.wl-open-lbl {
    color: #4cb07a;
}

.wl-closed-lbl {
    color: #6b6f81;
}

    .wl-closed-lbl i {
        border-color: #6b6f81;
    }

.wl-open-blk {
}

.wl-closed-blk {
}

.ha-rt-lbl {
    width: 100%;
    float: left;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 12px;
}

.get-info-lbl {
    color: #007ace;
}

.applied-lbl {
    color: #6B6F81;
}

.ha-get-alerts-btn {
    margin-bottom: 10px;
}

.ha-alert-btn {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 10px 7px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 4px;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 12px;
    font-family: robotomedium, sans-serif;
    color: #fff !important;
}

    .ha-alert-btn:last-child {
        margin-bottom: 0;
    }

.get-alrt-btn {
    background: #296399;
    padding: 6px;
}

    .get-alrt-btn:hover {
        background: #134a7e;
    }

.apply-alrt-btn {
    background: #4CB07A;
}

    .apply-alrt-btn:hover {
        background: #1dab67;
    }

.ha-list-share {
    margin-top: 15px;
}

p.jurisdiction-cont a:nth-child(1) {
    color: #6B6F81;
}

.ha-share-btn {
    font-size: 15px;
    font-family: poppinsregular, sans-serif;
    text-decoration: none;
}

    .ha-share-btn i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        /*width: 12px;
        height: 15px;
        background: url(../images/AffordableHousing/ha-share.png) no-repeat center;
        position: relative;
        top: -1px;*/
    }

    .ha-share-btn:hover {
        color: #000 !important;
        text-decoration: none;
    }

.ha-title-blk {
    width: 100%;
    float: left;
}

.resultspage .housing-autho-page .rightgutter {
    padding-top: 0;
}

.ha-rec-panel {
    margin-bottom: 15px;
}

    .ha-rec-panel .feat-prop-price {
        min-height: inherit;
        line-height: 16px;
    }

    .ha-rec-panel .feat-loc-lt p {
        font-size: 11px;
        line-height: 14px;
    }

    .ha-rec-panel .featured-dtls-blk {
        padding: 10px;
        min-height: inherit;
    }

    .ha-rec-panel .feat-loc-lt p span, .ha-rec-panel .ha-recommended-rt .dis p span {
        margin-right: 2px;
    }

.right .ha-recommended-rt {
    cursor: pointer;
}

.ha-listing-row {
    clear: both;
    width: 100%;
    background: #fff;
    margin-bottom: 7px;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(69,73,91,0.08);
}

    .ha-listing-row:hover {
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    }

.ha-listing-ad {
    padding: 12px 0;
}

.featured-listing ul li .recommeded-ad, .recommeded-ad {
    min-height: 202px;
}

    .featured-listing ul li .recommeded-ad .csa-ad, .recommeded-ad .csa-ad {
        margin-left: 0px;
        max-height: 218px;
        min-height: 218px;
    }
/** housing authority result page css **/
.opportunitybox .print-popup-hdr {
    background: none;
}

.opportunitybox .print-listing-mid h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 12px;
}

.opportunitybox .print-listing-popup {
    border-radius: 3px;
}

.opportunitybox .close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: none;
    top: 0;
    right: 0;
}

    .opportunitybox .close div {
        background: #ccc;
        height: 2px;
        width: 24px;
        margin: 0;
        position: absolute;
        right: 14px;
        -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
        -ms-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
        transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
        -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
    }

        .opportunitybox .close div:first-child {
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 24px;
        }

        .opportunitybox .close div:nth-child(2) {
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 24px;
        }

.opportunitybox .secondarybutton {
    display: inline-block;
}

.modalbg {
    opacity: .8;
}

.opportunity-icon {
    display: inline-block;
}

.opportunitybox.modal {
    position: fixed;
}

.basic-list {
    min-height: 112px;
}

.basic-chkavaible {
    width: 15%;
}

/* HA share popup */
.unauthenticated .sticky_hd_pagetitle, body.tenant .sticky_hd_pagetitle {
    top: 60px;
}

    .unauthenticated .sticky_hd_pagetitle .wrapper-cnt, body.tenant .sticky_hd_pagetitle .wrapper-cnt, .unauthenticated .sticky_hd_result .wrapper-cnt, body.tenant .sticky_hd_result .wrapper-cnt {
        width: 1280px;
        margin: 0 auto;
        padding: 0 30px;
    }

/* HA share popup */

.refineoption {
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
}

    .refineoption:last-child {
        border-right: none;
    }
/* filter custom dropdown */
.go8--filter--dropdown {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 200px;
    user-select: none;
}

.go8--fltDrop--lbl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    cursor: pointer;
    height: 38px;
    border: 1px solid #C6D1DC;
    border-radius: 3px;
    background-color: #FFFFFF;
    display: block;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    color: #303E48;
    line-height: 38px;
    padding: 0 10px;
    font-size: 16px;
}

    .go8--fltDrop--lbl:hover {
        background: #00A1DF;
        color: #fff;
        border-color: #007bab;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .go8--fltDrop--lbl span {
        font-size: 16px;
        color: #111;
        width: 100%;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 20px;
    }

        .go8--fltDrop--lbl span:hover {
            color: #fff;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

    .go8--fltDrop--lbl:after {
        content: "";
        position: absolute;
        z-index: 1;
        right: 0;
        top: 50%;
        margin: -4px 0 0 0;
    }

.go8--fltDrop--active .go8--fltDrop--lbl:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.go8--fltDrop--menu {
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 99;
    padding: 15px;
    background: #fff;
    display: none;
}

    .go8--fltDrop--menu .ha-filter-checkbox {
        color: #111;
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }

        .go8--fltDrop--menu .ha-filter-checkbox:last-child {
            margin-bottom: 0;
        }

.go8--fltDrop--active .go8--fltDrop--menu {
    display: block;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 358px;
    padding: 15px;
    border-radius: 6px;
}

.btn-srch {
    width: 44px;
    height: 38px;
    background: #4FB27D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: none;
    font-size: 0;
    text-align: center;
}

    .btn-srch img {
        width: 20px;
    }
/* filter custom dropdown */

.housing-autho-page .page-btm-ad {
    display: inline-block;
    width: 100%;
}

.haresults--popular--searches {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

    .haresults--popular--searches .searches--col {
        width: calc(33.33% - 11px);
        margin: 0 16px 0 0;
    }

        .haresults--popular--searches .searches--col:nth-child(2n) {
            margin-right: 16px;
        }

        .haresults--popular--searches .searches--col:last-child {
            margin-right: 0;
        }

.home--featured-section {
    margin: 50px 0 0;
}

body .popular--searches--row {
    margin: 50px 0 0;
}


body.owner-body .pagecontainer {
    padding-bottom: 601px !important;
}

.owner-body .resultspage {
    padding-top: 75px;
}

#dvLandlordLeftNav {
    display: none;
}

.housing-autho-page .refineoption {
    padding: 1px 8px;
}

.tn-filter-hd .cmn--btn {
    margin-top: 2px;
    padding: 3px 10px !important;
}

.tnresult--middle--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .tnresult--middle--sticky .tn-filter-hd .srch {
        width: calc(100% - 122px);
    }

    .tnresult--middle--sticky + .wrapper-wl {
        padding-top: 70px;
    }


@media screen and (min-width:1300px) {
    .ha-details {
        display: flex;
    }
}

@media screen and (min-width:1280px) and (max-width:5000px) {
    .tn-filter-hd-new {
        display: block !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .wrapper-wl {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .loader-bg {
        display: none;
    }

    .tn-listing-lt {
        width: 70%;
    }

    .tn-listing-rt {
        width: 30%;
    }

    .tn-listing-img {
        width: 200px;
        float: left;
    }

        .tn-listing-img img {
            width: 100%;
        }

    .tn-listing-cont {
        padding-left: 15px;
    }

    .listing-ards {
        padding-left: 0px;
    }

    .listing-add-img img {
        width: 100%;
    }

    .hss-box {
        margin-right: 19px;
        margin-bottom: 20px;
    }

    .housing-agencies-hd h3 {
        width: 60%;
    }

    .tn-add-box .bdy.text-center img {
        width: 100%;
    }

    .tn-filter-hd .srch, .tn-filter-hd .proprty {
        width: 19.2%;
    }

    .tn-filter-hd .range {
        width: 15%;
    }

    .tn-filter-hd .bad {
        width: 11.2%;
    }

    .tn-filter-hd .more {
        width: 7%;
    }

    .tn-filter-hd .save-search {
        width: 85px;
    }

    .tn-filter-hd .bath {
        width: 12%;
    }

    .ft-sort .sort {
        width: 40%;
        padding-left: 50px;
    }

        .ft-sort .sort .txt {
            left: 0;
            top: 0;
        }

    .printlistbutton {
        padding: 3px 10px;
    }

    .sort-count {
        padding: 0 0 0 10px;
        line-height: 40px;
    }

    .tn-listing-cd li {
        display: block;
    }

    .ha-dtls-lt {
        width: 25%;
        height: 175px;
        background: #FBFCFE;
    }

    .ha-dtls-rt {
        width: 53%;
        padding: 10px 10px 59px;
        min-height: 175px;
    }

    .housing-autho-page .tn-listing-cd li {
        border: 1px solid #ccc;
        margin-bottom: 8px !important;
    }

    .housing-autho-page .tn-filter-hd {
        height: auto;
    }

    .wrapper-wl.housing-autho-page {
        padding: 0 15px;
    }

    .housing-autho-page .tn-listing-hdr h4,
    .housing-autho-page .tn-listing-hdr .pg--title {
        font-size: 20px;
        line-height: 28px;
        font-family: poppinsmedium, sans-serif;
        padding: 10px 0;
    }

    .ha-dtls-title h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 3px;
    }

    .ha-dtls-title p {
        font-size: 13px;
        line-height: 16px;
    }

    .ha-aply-now {
        font-size: 14px;
    }

    .ha-dtl-contact p {
        font-size: 12px;
        position: relative;
        padding: 0 0 0 20px;
        min-height: 18px;
        line-height: 18px;
        box-sizing: border-box;
    }

        .ha-dtl-contact p i {
            position: absolute;
            top: 2px;
            left: 0;
            width: 18px;
            background: #FBFCFE;
        }

    .ha-listing-links {
        width: 22%;
        padding: 20px 10px;
        min-height: 175px;
    }

    .ha-no-result p, .ha-no-result h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .ha-alert-btn {
        padding: 5px;
    }

    .ha-dtl-contact {
        padding: 5px 10px;
    }

    .housing-autho-page .tn-listing-cd li:not(.tn-list-title) {
        display: block;
        float: left;
    }

    .prop-badge {
        font-size: 11px;
        padding: 0 5px;
        line-height: 25px;
        min-width: 75px;
    }

    .ha-rec-panel .feat-prop-price {
        margin: 0 0 10px 0;
    }

    .ha-rec-panel {
        margin-bottom: 0;
    }

    .rightgutter .dfp-ad {
        transform: scale(0.93);
        -webkit-transform: scale(0.93);
        -moz-transform: scale(0.93);
        -ms-transform: scale(0.93);
        -o-transform: scale(0.93);
        transform-origin: 0;
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -o-transform-origin: 0;
        -ms-transform-origin: 0;
    }

    .rightgutter .dfp-skyscrapper-right .dfp-ad {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
    }

    .unauthenticated .sticky_hd_pagetitle .wrapper-cnt, body.tenant .sticky_hd_pagetitle .wrapper-cnt, .unauthenticated .sticky_hd_result .wrapper-cnt, body.tenant .sticky_hd_result .wrapper-cnt {
        width: 100%;
        padding: 0;
    }

    .unauthenticated .sticky_hd_pagetitle, body.tenant .sticky_hd_pagetitle {
        padding: 8px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .wrapper-wl {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .loader-bg {
        display: none;
    }

    .tn-listing-lt {
        width: 100%;
    }

    .tn-listing-rt {
        width: 100%;
    }

    .tn-listing-img {
        width: 140px;
        float: left;
    }

        .tn-listing-img img {
            max-width: 100%;
        }

    .tn-listing-cont {
        padding-left: 15px;
    }

    .listing-ards {
        padding-left: 15px;
    }

    .listing-add-img img {
        width: 100%;
    }

    .hss-box {
        margin-right: 19px;
        margin-bottom: 20px;
    }

    .housing-agencies-hd h3 {
        width: 60%;
    }

    .hss-box:nth-child(4n) {
        margin-right: 0;
    }

    .tn-add-box .bdy.text-center img {
        width: 100%;
    }

    .tn-filter-hd .bad .filtercopy {
        padding-left: 0;
    }

    .tn-filter-hd .proprty {
        border-right: none;
    }

    .ft-sort .sort {
        width: 40%;
        padding-left: 50px;
    }

        .ft-sort .sort .txt {
            left: 0;
            top: 0;
        }

    .printlistbutton {
        padding: 3px 10px;
    }

    .sort-count {
        padding: 0 0 0 10px;
        line-height: 40px;
        width: 50%;
    }

    .listingcount {
        margin-top: 15px;
    }

    .printlink {
        float: left;
        margin: 15px 0 0 !important;
    }

    .mobilemenu {
        z-index: 9950;
    }

    .mobilerefinesearch {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9950;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

        .mobilerefinesearch div:first-child {
            background: #3571bb;
            height: 2px;
            width: 16px;
            position: absolute;
            right: 12px;
            top: 36px;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .mobilerefinesearch div:nth-child(2) {
            background: #fff;
            z-index: 602;
            height: 16px;
            width: 16px;
            position: absolute;
            right: 20px;
            top: 22px;
            border-radius: 100%;
        }

        .mobilerefinesearch div:nth-child(3) {
            background: #3571bb;
            z-index: 601;
            height: 20px;
            width: 20px;
            margin: 0;
            position: absolute;
            right: 18px;
            top: 20px;
            border-radius: 100%;
        }

        .mobilerefinesearch div:nth-child(4) {
            background: #3571bb;
            height: 2px;
            width: 24px;
            position: absolute;
            right: 14px;
            top: 24px;
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            opacity: 0;
        }

        .mobilerefinesearch div {
            -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
            -ms-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
            transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
            -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
        }

    .mobilesearch.close div:first-child {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 24px;
        width: 24px;
        right: 14px;
    }

    .mobilesearch.close div:nth-child(2) {
        opacity: 0;
    }

    .mobilesearch.close div:nth-child(3) {
        opacity: 0;
    }

    .mobilesearch.close div:nth-child(4) {
        opacity: 1;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 24px;
    }

    .ft-sort.clearfix {
        display: none;
    }

    .tn-add-blk {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .resultspage .tabs {
        background: #7bb5e4;
        color: #111;
        padding: 6px;
    }

    .listingviews div.active {
        background-color: #b9ddfb !important;
        color: #000 !important;
    }

    .listingviews div {
        float: left;
        margin: 0 0 0 -1px;
        text-align: center;
        line-height: 30px;
        width: 50%;
        box-sizing: border-box;
        border: 1px solid #b9ddfb;
        background-color: #7bb5e4 !important;
        color: #fff;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }
    /*.tn-listing-cd li, .tn-listing-hdr { margin-bottom: 0 !important; }*/

    .tn-listing-lt {
        width: 100%;
    }

    .tn-listing-cd li {
        display: block;
    }

    .ha-dtls-lt {
        width: 26%;
        height: 175px;
    }

    .ha-dtls-rt {
        width: 54%;
        padding: 10px 10px 59px;
        min-height: 175px;
    }

    .housing-autho-page .tn-listing-cd li {
        border: 1px solid #ccc;
        margin-bottom: 8px !important;
    }

    .housing-autho-page .tn-filter-hd {
        height: auto;
    }

    .tn-listing-blk .housing-autho-page {
        padding: 0 15px;
    }

    .wrapper-wl.housing-autho-page {
        padding: 0px 15px 0;
    }

        .wrapper-wl.housing-autho-page .tn-listing-hdr {
            margin-bottom: 15px !important;
        }

    .housing-autho-page .tn-listing-hdr h4,
    .housing-autho-page .tn-listing-hdr .pg--title {
        font-size: 20px;
        line-height: 38px;
        float: left;
    }

    .right.refineoption.sort-margin.sort--search-sec {
        float: right;
    }

    .ha-dtls-title h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 3px;
    }

    .ha-aply-now {
        font-size: 14px;
    }

    .ha-dtl-contact p {
        font-size: 13px;
        position: relative;
        padding: 0 0 0 20px;
        min-height: 18px;
        line-height: 16px;
        box-sizing: border-box;
    }

        .ha-dtl-contact p i {
            position: absolute;
            top: 2px;
            left: 0;
            width: 18px;
            text-align: center;
        }

    .ha-listing-links {
        width: 19.8%;
        padding: 20px 10px;
        min-height: 175px;
    }

    .srch-match {
        width: 120px;
        line-height: 14px;
    }

    .housing-autho-page .tn-filter-hd .srch {
        position: relative;
        box-sizing: border-box;
    }

    .housing-autho-page .tn-filter-hd {
        padding: 7px 10px;
        height: auto;
    }

    .housing-autho-page .refineoption {
        border-right: none;
        margin-bottom: 0 !important;
        padding: 0;
        height: auto !important;
    }

        .housing-autho-page .refineoption:last-child {
            border-right: none;
        }

    .housing-autho-page .tn-filter-hd .srch .btn {
        width: 60px;
        border-radius: 4px;
        height: 34px;
        display: block;
    }

    .ha-no-result p, .ha-no-result h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .ha-dtl-contact {
        padding: 5px 10px;
    }

    .housing-autho-page .tn-listing-lt {
        background: #EDEFF1;
        padding: 10px 0 20px;
    }

    .housing-autho-page .tn-listing-blk {
        background: #EDEFF1;
    }

    .housing-autho-page .spotlightads {
        margin-bottom: 10px;
    }

    .housing-autho-page .page-btm-ad {
        margin-bottom: 15px;
    }

    .ha-rec-panel .feat-loc-lt {
        width: 69%;
    }

    .housing-autho-page .tn-listing-cd li:not(.tn-list-title) {
        display: block;
        float: left;
    }

    .prop-badge {
        font-size: 11px;
        padding: 0 5px;
        line-height: 25px;
        min-width: 75px;
    }

    .tn-listing-rt {
        width: 100%;
    }

    .tn-listing-cont {
        padding-left: 15px;
        width: 100%;
        float: none;
    }

    .listing-ards {
        padding-left: 0px;
        clear: both;
        padding: 5px 0;
        width: 100%;
    }

    .tn-listing-cd li {
        background: url(../images/AffordableHousing/advance.png) no-repeat right 14px #fff !important;
        background-size: 28px 16px !important;
    }

    .tn-cont-rt {
        width: 25%;
        padding: 5px 15px 10px 15px;
    }

    .listing-add-img img {
        width: 100%;
    }

    .hss-box {
        margin-right: 19px;
        margin-bottom: 20px;
    }

    .housing-agencies-hd h3 {
        width: 60%;
    }

    .hss-box:nth-child(4n) {
        margin-right: 0;
    }

    .tn-add-box .bdy.text-center img {
        width: 100%;
    }

    .tn-filter-hd-new .bad .filtercopy {
        padding-left: 0;
    }

    .tn-filter-hd-new .proprty {
        border-right: none;
    }

    .ft-sort .sort {
        width: 40%;
        padding-left: 50px;
    }

        .ft-sort .sort .txt {
            left: 0;
            top: 0;
        }

    .printlistbutton {
        padding: 3px 10px;
    }

    .sort-count {
        padding: 0 0 0 10px;
        line-height: 40px;
        width: 50%;
    }

    .listingcount {
        margin-top: 15px;
    }

    .printlink {
        float: left;
        margin: 15px 0 0 !important;
    }

    .tn-listing-img {
        width: 170px !important;
    }

        .tn-listing-img img {
            min-height: 150px;
        }

    .mobilemenu {
        z-index: 9950;
    }

    .basic-list {
        min-height: inherit;
    }

    .mobilesearch {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9950;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

        .mobilesearch div:first-child {
            background: #fff;
            height: 2px;
            width: 16px;
            position: absolute;
            right: 12px;
            top: 30px;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .mobilesearch div:nth-child(2) {
            background: #296399;
            z-index: 602;
            height: 16px;
            width: 16px;
            position: absolute;
            right: 20px;
            top: 14px;
            border-radius: 100%;
        }

        .mobilesearch div:nth-child(3) {
            background: #fff;
            z-index: 601;
            height: 20px;
            width: 20px;
            margin: 0;
            position: absolute;
            right: 18px;
            top: 12px;
            border-radius: 100%;
        }

        .mobilesearch div:nth-child(4) {
            background: #fff;
            height: 2px;
            width: 24px;
            position: absolute;
            right: 14px;
            top: 24px;
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            opacity: 0;
        }

        .mobilesearch div {
            -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
            -ms-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
            transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
            -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
        }

    .resultspage .tabs {
        background: #458cce;
        color: #111;
        padding: 6px;
    }

    .listingviews div.active {
        background-color: rgba(255,255,255,.3) !important;
        color: #000 !important;
    }

    .listingviews div {
        float: left;
        margin: 0 0 0 -1px;
        text-align: center;
        line-height: normal;
        width: 50%;
        box-sizing: border-box;
        border: 1px solid rgba(255,255,255,.3);
        background-color: transparent !important;
        color: #fff;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 16px;
    }

    .tn-listing-cd li, .tn-listing-hdr {
        margin-bottom: 0 !important;
    }

    .tn-listing-rt {
        padding-left: 0;
    }

    .listing-address {
        margin: 0;
    }

    .tn-filter-hd .srch input {
        padding-right: 10px;
    }

    .tn-filter-hd input, .tn-filter-hd select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .sortby-select {
        position: relative;
    }

        .sortby-select:after {
            content: "";
            right: 8px;
            top: 50%;
            margin: 0px 0 0 0;
            z-index: 0;
            position: absolute;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 8px solid #111;
        }

    .resultspage .dfp-leaderboard-top {
        margin-top: 0px;
    }

    .ha-filter-checkbox label {
        font-size: 13px;
    }

    .owner-body .pagecontainer {
        padding-bottom: 0 !important;
    }

    .refineoption {
        height: auto;
    }

    .go8--fltDrop--menu {
        position: inherit;
        overflow: hidden;
        top: 2px;
        display: block;
        border-radius: 6px;
    }

    .go8--filter--dropdown {
        width: 100% !important;
    }

    .go8--fltDrop--lbl {
        padding: 0;
        border: none;
        box-shadow: none;
    }

        .go8--fltDrop--lbl:hover, .go8--fltDrop--lbl span:hover {
            background: transparent;
            color: #303E48;
        }

        .go8--fltDrop--lbl span {
            font-size: 14px;
            font-weight: 600;
        }

    .owner-body .resultspage {
        padding-top: 64px;
    }
}

@media screen and (min-width: 800px ) {
    .csa-ad {
        margin-left: 76px;
        padding: 0 15px;
    }

    .find--agencies--state .refineoption {
        height: auto;
    }
}

@media screen and (min-width:200px) and (max-width:767px) {
    .wrapper-wl {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .loader-bg {
        display: none;
    }

    .ft-sort {
        width: 100%;
        display: inline-block;
        padding: 10px;
    }

    .listingcount {
        width: 48%;
    }

    .tn-listing-img {
        width: 100%;
        height: auto;
        display: inline-block;
        text-align: center;
    }

    .tn-listing-cont {
        width: 100%;
        display: inline-block;
        padding: 15px 5px 30px;
    }

    .tn-add-blk img, .listing-add-img img {
        width: 100%;
    }

    .tn-listing-lt, .tn-listing-rt {
        width: 100%;
        float: left;
    }

    .tn-listing-lt {
        margin-bottom: 20px;
    }

    .tn-listing-rt {
        padding: 0;
        margin-top: 20px;
    }

    .avl-txt {
        font-size: 11px;
    }

    .listing-ards {
        left: 0px;
    }

    .basic-listing-cd .tn-listing-cont {
        padding-left: 5px;
    }

    .tn-listing-cd li {
        padding: 5px;
        margin-bottom: 0 !important;
    }

    .housing-agencies-hd h3 {
        width: 100%;
        font-size: 15px;
    }

    .housing-agencies-hd {
        margin-bottom: 25px;
    }

        .housing-agencies-hd .link {
            float: left;
        }

    .housing-agencies-bd {
        text-align: center;
    }

    .hss-box {
        float: none;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 30px;
    }

        .hss-box:nth-child(2n) {
            margin-right: 0;
        }

    .tn-filter-hd .srch {
        width: 100%;
    }

    .tn-filter-hd .range, .tn-filter-hd .proprty, .tn-filter-hd .bad, .tn-filter-hd .bath, .tn-filter-hd .more {
        width: 100%;
        margin: 10px 0 0;
        padding: 0 0 10px;
        border-right: none;
        border-bottom: 1px solid #e6eaeb;
    }

    .tn-filter-hd .save-search {
        width: 100%;
        margin: 5px 0 0;
    }

    .ft-sort .sort {
        padding-left: 45px;
    }

    .ft-sort .sort-slct {
        padding: 10px 5px;
    }

    .ft-sort .sort .txt {
        left: 0;
        top: 0;
    }

    .sort-count {
        padding: 10px 0 0;
        width: 50%;
        float: right;
        width: 40%;
        font-size: 12px;
    }

    div.printlink {
        width: 50%;
        float: left;
        margin: 15px 0 0;
    }

    .ft-sort .sort {
        width: 58%;
    }

    .tn-cont-lt h6 {
        margin-top: 0;
    }

    .avl-txt {
        margin-top: 3px;
    }

    .save-search label {
        margin-top: 10px;
    }

        .save-search label:after, .save-search label:before {
            top: 0 !important;
        }
    /*.tn-filter-hd, .ft-sort.clearfix { display: none;  }*/
    .tn-add-blk {
        margin: 10px 0;
    }

    .resultspage .tabs {
        background: #458cce;
        color: #111;
        padding: 6px;
    }

    .listingviews div.active {
        background-color: rgba(255,255,255,.3) !important;
        color: #000 !important;
    }

    .listingviews div {
        float: left;
        margin: 0 0 0 -1px;
        text-align: center;
        line-height: normal;
        width: 50%;
        box-sizing: border-box;
        border: 1px solid rgba(255,255,255,.3);
        background-color: transparent !important;
        color: #fff;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 16px;
    }
    /* HA listing css */
    .ha-details {
        position: relative;
        padding: 130px 0 0;
    }

    .ha-dtls-lt {
        width: 50%;
        height: 130px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        border-right: 1px solid #ccc;
        min-height: inherit;
    }

    .housing-autho-page .tn-listing-cd li {
        min-height: 130px !important;
        display: inline-block !important;
        box-shadow: none;
        border: 1px solid #ccc;
        margin-bottom: 8px !important;
    }

    .ha-dtls-rt {
        width: 100%;
        padding: 0;
        min-height: inherit;
    }

    .ha-dtls-title h3 {
        padding: 0;
        position: static;
        font-size: 13px;
        line-height: 15px;
    }

    .ha-dtls-title p {
        font-size: 10px;
        line-height: 14px;
        margin-top: 3px;
    }

    .ha-dtls-title {
        box-sizing: border-box;
        position: relative;
        padding: 10px;
        border-top: 1px solid #EDEEF4;
    }

    .ha-aply-now {
        bottom: 5px;
        top: inherit;
        right: 10px;
    }

    .ha-dtl-contact {
        border-top: 1px solid #ccc;
        margin: 0;
        padding: 5px 10px 3px;
        box-sizing: border-box;
        position: static;
    }

        .ha-dtl-contact p {
            position: relative;
            padding: 0 0 0 20px;
            min-height: 18px;
            line-height: 16px;
            box-sizing: border-box;
        }

            .ha-dtl-contact p i {
                position: absolute;
                top: 2px;
                left: 0;
                width: 18px;
                text-align: center;
            }

    .listing-add-img img {
        width: 100%;
    }

    .housing-autho-page .tn-listing-hdr h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .srch-match {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        line-height: 16px;
        margin-top: 10px;
    }

    .housing-autho-page .tn-filter-hd .srch {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .housing-autho-page .tn-filter-hd {
        padding: 30px;
        height: calc(100% - 54px);
        display: block;
        transition: all 0.3s ease-in-out;
    }

        .housing-autho-page .tn-filter-hd.tn-filter-open {
            display: block;
        }

        .housing-autho-page .tn-filter-hd .srch .btn {
            width: 40px;
            border-radius: 4px;
            height: 34px;
            display: block !important;
        }

    .result_filter .housing-autho-page .tn-filter-hd {
        height: 100%;
    }

    .housing-autho-page .refineoption {
        height: auto;
        padding: 0;
        margin: 0 !important;
        width: calc(100% - 92px) !important;
    }

    .housing-autho-page .tn-add-blk {
        margin: 0;
        background: #fff;
        padding: 10px;
        border-top: 10px solid #EDEFF1;
    }

    .tn-add-blk.ha-result-first-ad {
        background: none;
        padding: 0px;
    }

    .housing-autho-page .tn-listing-cd {
        padding: 10px 0 0;
        box-sizing: border-box;
    }

    .housing-autho-page.wrapper-wl {
        padding: 0 15px;
    }

    .go8--filter--dropdown {
        border: 1px solid #ced5d8;
        width: 100%;
        padding: 0 10px;
        border-radius: 3px;
    }

    .btn-srch {
        width: 100%;
        font-size: 16px;
        color: #fff;
        margin-top: 15px;
        font-family: robotomedium, sans-serif;
        height: 48px;
    }

        .btn-srch img {
            display: none;
        }

    .mob-ha-link {
        display: block;
        text-align: right;
        float: left;
        width: 100%;
        position: absolute;
        bottom: 5px;
        right: 0;
        padding-right: 10px;
        box-sizing: border-box;
    }
    /*.ha-listing-links {display: none;}*/
    .housing-autho-page .tn-listing-cd li.ha-no-result-box {
        padding: 15px !important;
    }

    .ha-no-result p, .ha-no-result h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .housing-autho-page .tn-listing-cd li.ha-no-result-box {
        padding: 15px;
    }

    .ha-no-result p, .ha-no-result h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .ha-listing-links {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        min-height: 130px;
        padding-top: 15px;
        border-left: none;
    }

    .ha-title-blk {
        width: 50%;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .wl-ha-labels {
        width: 48%;
        margin: 0;
        padding: 0 0 0 7px;
        box-sizing: border-box;
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .ha-lbl {
        margin: 0 0 7px 0;
        font-size: 11px;
        float: none;
        display: block;
    }

        .ha-lbl i {
            width: 17px;
            height: 17px;
            line-height: 17px;
        }

        .ha-lbl:last-child {
            margin-bottom: 0;
        }

    .ha-alert-btn {
        padding: 6px;
        font-size: 11px;
    }
    /* HA listing css */
    .housing-autho-page .tn-listing-lt {
        background: #EDEFF1;
        padding: 10px 0 20px;
    }

    .housing-autho-page .tn-listing-blk {
        background: #EDEFF1;
    }

    .housing-autho-page .spotlightads {
        margin-bottom: 10px;
    }

    .housing-autho-page .page-btm-ad {
        margin-bottom: 15px;
    }

    .ha-rec-panel .feat-loc-lt {
        width: 69%;
    }

    .prop-badge {
        font-size: 11px;
        padding: 0 5px;
        line-height: 25px;
        min-width: 75px;
    }

    .housing-autho-page .feat-loc-lt p.property-size {
        min-height: 40px;
    }

    .mobilesearch {
        right: 84px !important;
    }

    .tn-filter-hd .srch input {
        padding-right: 10px;
    }

    .tn-filter-hd input, .tn-filter-hd select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .sortby-select {
        position: relative;
    }

        .sortby-select:after {
            content: "";
            right: 8px;
            top: 50%;
            margin: 0px 0 0 0;
            z-index: 0;
            position: absolute;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 8px solid #111;
        }

    .mobilerefinesearch {
        display: block;
    }

    .haresults--popular--searches .searches--col {
        width: 100%;
        margin: 0 0 15px 0;
        border-radius: 4px;
    }

    .owner-body .pagecontainer {
        padding-bottom: 0 !important;
    }


    .tn-filter-hd.HA--mobile--header {
        height: auto;
        position: static;
        padding: 7px 10px;
    }

        .tn-filter-hd.HA--mobile--header.tnresult--middle--sticky {
            position: fixed;
            height: auto;
            z-index: 999;
        }

    .housing-autho-page .tn-listing-hdr .pg--title {
        font-size: 18px;
        text-align: center;
        padding-top: 10px;
        font-family: poppinsmedium, sans-serif;
    }

    .refineoption {
        height: auto;
    }

    .go8--fltDrop--menu {
        position: inherit;
        overflow: hidden;
        top: 2px;
        display: block;
        border-radius: 6px;
    }

    .go8--filter--dropdown {
        width: 100% !important;
    }

    .go8--fltDrop--lbl {
        padding: 0;
        border: none;
        box-shadow: none;
    }

        .go8--fltDrop--lbl:hover, .go8--fltDrop--lbl span:hover {
            background: transparent;
            color: #303E48;
        }

        .go8--fltDrop--lbl span {
            font-size: 14px;
            font-weight: 600;
        }

    .owner-body .resultspage {
        padding-top: 54px;
    }

    .ha-result-first-ad .dfp-wrapper {
        margin: 0;
        padding: 0;
    }

    .ha-dtls-logo-wrap {
        height: 90px;
    }
}

@media screen and (max-width: 575px) {
    .find--agencies--state .srch {
        max-width: inherit !important;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .tn-filter-hd .srch {
        width: 48%;
        margin-bottom: 5px;
    }

    .tn-filter-hd .range, .tn-filter-hd .proprty, .tn-filter-hd .bad, .tn-filter-hd .bath, .tn-filter-hd .more {
        width: 48%;
        margin: 0 0 5px;
        padding: 0;
        line-height: 39px;
    }

    .tn-filter-hd .range, .tn-filter-hd .bad, .tn-filter-hd .more {
        float: right;
    }

    .tn-filter-hd .filtercopy {
        padding: 0;
    }

    .hss-box:nth-child(2n) {
        margin-right: 20px;
    }

    .hss-box:nth-child(3n) {
        margin-right: 0;
    }

    .tn-listing-img {
        text-align: left;
    }

    .avl-txt {
        font-size: 13px;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .hss-box:nth-child(3n) {
        margin-right: 20px;
    }
}

@media screen and (min-width:200px) and (max-width:768px) {
    /*.tn-filter-hd {
        position: inherit;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        padding: 20px 20px 80px;
        overflow: hidden;
        overflow-y: auto;
        overflow-y: auto;
    }*/

        .tn-filter-hd .srch, .tn-filter-hd .range, .tn-filter-hd .proprty {
            width: 100%;
            margin-bottom: 15px;
            border-right: none;
            margin: 0;
        }

        .tn-filter-hd .bad {
            margin-left: 0;
            width: 100%;
            border-right: none;
            margin: 0;
        }

        .tn-filter-hd .bath, .tn-filter-hd .more {
            width: 100%;
            border: none;
            margin: 0;
        }

        .tn-filter-hd .save-search {
            width: 100%;
            text-align: center;
            margin-left: 0;
        }

        .tn-filter-hd .range {
            height: auto;
        }

    .drop-filter {
        position: inherit;
        top: auto;
        opacity: 1;
        visibility: visible;
        margin-top: 20px;
    }

    .tn-filter-hd .proprty, .tn-filter-hd .bad, .tn-filter-hd .bath {
        height: auto;
    }

    .tn-filter-hd .filtercopy {
        display: none;
        padding: 0;
        color: #cccccc;
    }

    .drop-filter {
        box-shadow: none;
        padding: 0;
    }

        .drop-filter.more-drop {
            width: 100%;
        }

    .tn-filter-hd .proprty, .tn-filter-hd .bad, .tn-filter-hd .bath {
        font-size: initial;
    }

        .tn-filter-hd .proprty:after, .tn-filter-hd .bad:after, .tn-filter-hd .bath:after {
            display: none;
        }

    .more.filter-drop .filtercopy {
        display: block !important;
        text-align: center;
    }

    .more.filter-drop .drop-filter.more-drop {
        display: none;
    }

    .more.filter-drop.open .drop-filter.more-drop {
        display: block;
    }

    .tn-filter-hd .range:after {
        display: none;
    }

    .more.filter-drop {
        cursor: pointer;
        color: #ccc;
        padding: 12px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 20px 0;
    }

    .tn-filter-hd .more {
        height: auto;
    }

    .tn-filter-hd .filtercopy:before {
        display: none;
    }

    .save-search .filter-check li {
        display: inline-block;
        width: auto;
        float: none;
    }

    .filter-check, .filter-radio {
        border: 1px solid #e2e2e2;
        border-radius: 3px;
        overflow: hidden;
        margin-top: 5px;
    }

        .filter-check li .checkbx, .filter-radio li .radio {
            top: 0px;
            opacity: 0;
        }

        .filter-check li, .filter-radio li {
            padding-left: 0;
            border-right: 1px solid #e2e2e2;
            padding: 10px 0;
            margin: 0;
        }

            .filter-check li:last-child, .filter-radio li:last-child {
                border-right: none;
            }

    .proprty.filter-drop .filter-check li {
        width: 30%;
        text-align: center;
    }

        .proprty.filter-drop .filter-check li:last-child {
            width: 40%;
        }

    .bad.filter-drop .filter-check li {
        width: 15%;
        text-align: center;
    }

        .bad.filter-drop .filter-check li:first-child {
            width: 25%;
            text-align: center;
        }

    .bath.filter-drop .filter-radio li {
        width: 20%;
        text-align: center;
    }

    .filter-radio li .radio {
        opacity: 0;
    }

    .filter-radio li {
        padding-left: 0;
    }

    .save-search .filter-check, .more-drop .filter-check {
        border: none;
    }

        .save-search .filter-check li .checkbx, .more-drop .filter-check li .checkbx {
            opacity: 1;
        }

        .save-search .filter-check li, .more-drop .filter-check li {
            padding-left: 36px;
            padding-top: 0;
        }

    .filter-drop.open .filtercopy:before {
        display: none;
    }

    .srch .btn {
        display: none;
    }

    .flt-src-btn {
        display: none;
    }

    .drop-filter.more-drop .filter-check li {
        border-right: none;
    }

    .srch-btn {
        display: block;
        width: 100%;
        margin-top: 12px;
    }

    .mobilesearch, .mobilemenu {
        z-index: 9950;
    }

    .tn-filter-hd-new li.active, .filter-drop li.active {
        background: #5a9cd5 !important;
        color: #fff;
    }

    .more.filter-drop ul.filter-check li.active {
        background: transparent !important;
        color: #111;
    }

    .mobilenav {
        background: #296399;
        height: 50px;
        opacity: 1;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 320;
    }

    .mobilesearch {
        position: fixed;
        top: 0;
        right: 156px;
        z-index: 9950;
        width: 50px;
        height: 50px;
        cursor: pointer;
        border-left: 1px solid rgba(255,255,255,.1) !important;
    }

        .mobilesearch div {
            -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
            -ms-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
            transition: -moz-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
            -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s linear, top 0.3s ease-in-out, width 0.3s ease-in-out, right 0.3s ease-in-out;
        }

            .mobilesearch div:first-child {
                background: #fff;
                height: 2px;
                width: 16px;
                position: absolute;
                right: 12px;
                top: 30px;
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

        .mobilesearch.mclose div:first-child {
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 24px;
            width: 24px;
            right: 14px;
        }

        .mobilesearch div:nth-child(2) {
            background: #296399;
            z-index: 602;
            height: 16px;
            width: 16px;
            position: absolute;
            right: 20px;
            top: 14px;
            border-radius: 100%;
        }

        .mobilesearch.mclose div:nth-child(2) {
            opacity: 0;
        }

        .mobilesearch div:nth-child(3) {
            background: #fff;
            z-index: 601;
            height: 20px;
            width: 20px;
            margin: 0;
            position: absolute;
            right: 18px;
            top: 12px;
            border-radius: 100%;
        }

        .mobilesearch.mclose div:nth-child(3) {
            opacity: 0;
        }

        .mobilesearch div:nth-child(4) {
            background: #fff;
            height: 2px;
            width: 24px;
            position: absolute;
            right: 14px;
            top: 24px;
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            opacity: 0;
        }

        .mobilesearch.mclose div:nth-child(4) {
            opacity: 1;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 24px;
        }

    .more-drop .filter-check li:first-child .checkbx {
        top: 1px;
    }

    .sortby-main {
        padding-top: 20px;
        clear: both;
    }

        .sortby-main select {
            width: 100%;
            padding: 6px 14px 6px 8px;
            height: 38px;
            margin-top: 5px;
            border-radius: 4px;
            border-color: #ced5d8;
        }

    .tn-filter-hd-new .srch input {
        padding: 6px 12px;
    }

    .save-search .filter-check li .checkbx {
        top: 0;
    }

    .ft-sort {
        display: none;
    }

    .pagingnone {
        display: none !important;
    }

    .housing-paging {
        background: #EDEFF1;
    }

        .housing-paging a, .housing-paging span {
            background: #fff;
        }


    .find--agencies--state ul li {
        width: 50% !important;
        margin-bottom: 5px !important;
    }




    .find--agencies--state .srch {
        position: relative;
        width: 100% !important;
        max-width: 300px;
    }

    .find--agencies--state .refineoption {
        width: 100% !important;
    }

    .mobile-jurisdiction.mobileonly.new--jurisdiction-sec {
        min-height: 50px;
    }
}

@media screen and (min-width:769px) and (max-width:800px) {
    .find--agencies--state .srch {
        position: relative;
        max-width: 300px;
    }
}

@media screen and (min-width:768px) and (max-width:1000px) {
    p.jurisdiction-cont.desktoponly.juris-ipad {
        display: block !important;
    }
}

/* 1/7 */
.find--agencies--state {
    width: 100%;
    float: left;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
    cursor: pointer;
    border-radius: 3px;
    padding: 15px;
}

    .find--agencies--state ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

        .find--agencies--state ul li {
            margin-bottom: 0px;
            width: 20%;
            padding-right: 10px;
            padding-left: 0;
        }

    .find--agencies--state h3 {
        font-size: 16px;
        color: #000;
        margin: 0;
        font-family: poppinssemibold, sans-serif;
        margin-bottom: 15px;
    }

    .find--agencies--state.cmn--listing :before {
        display: none;
    }

    .find--agencies--state ul li a {
        font-size: 14px;
    }

    .find--agencies--state .srch input {
        border: solid 1px #CED5D8;
        border-radius: 4px;
        padding: 0 10px;
        width: 100%;
        height: 38px;
        box-sizing: border-box;
        line-height: 40px;
    }

    .find--agencies--state .srch {
        width: 300px;
    }

/* 5/7 */
.add--program--type p {
    float: left;
    width: 100%;
    margin: 0px 0 0;
    font-size: 14px;
    color: #6B6F81;
    line-height: 19px;
}

.add--program--type {
    width: 100%;
    float: left;
    margin: 1px 0 1px;
}

.wl-ha-labels.wl--open {
    margin: 1px 0 0;
}

a.view--more--sec {
    color: #00A1DF !important;
}

.jurisdiction-county-list.jurisdiction--list ul li {
    padding: 0 !important;
    min-height: inherit !important;
    box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
    border: none;
    margin-bottom: 7px;
}


span.down--arow-sec {
    width: 25px;
    margin: 0;
    padding: 0;
    /* background: #fff; */
    line-height: 10px;
    position: absolute;
    right: 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dwn--sec {
    position: relative;
    padding: 0 14px 0 10px;
}

.go8--fltDrop--lbl:hover span.down--arow-sec i.fas {
    color: #fff;
}

span.down--arow-sec i.fas {
    color: #7a8b99;
}

.tnresult--nomatching.nomatch--search--sec {
    margin-top: 0px;
    margin-bottom: 35px;
}

.right.refineoption.sort-margin.sort--search-sec {
    margin-top: 0;
}

.records--count--text.pagination-breadcrumb-sec {
    margin-top: 2px;
}

    .records--count--text.pagination-breadcrumb-sec span.srch-match {
        margin-bottom: 0;
        font-family: poppinsmedium, sans-serif;
        font-size: 16px;
        color: #303E48;
    }

.tn-filter-hd.tnresult--noad {
    padding: 0 !important;
}

body.top--sticky--ad .top--ad {
    box-shadow: none;
}


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

