@font-face {
    font-family: 'robotobold';
    src: url('/fonts/roboto-bold-webfont.woff2') format('woff2'), url('/fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('/fonts/roboto-light-webfont.woff2') format('woff2'), url('/fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('/fonts/roboto-medium-webfont.woff2') format('woff2'), url('/fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('/fonts/roboto-regular-webfont.woff2') format('woff2'), url('/fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('/fonts/roboto-regular-webfont.woff2') format('woff2'), url('/fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icon';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/icons.eot?44uj3w') format('embedded-opentype'), url('/fonts/icons.eot?#iefix44uj3w') format('embedded-opentype'), url('/fonts/icons.woff?44uj3w') format('woff'), url('/fonts/icons.ttf?44uj3w') format('truetype'), url('/fonts/icons.svg?44uj3w#icons') format('svg');
}


/* ---------- Global Styles ---------- */


/* ---------- Buttons ---------- */
/*.backtotop {
    display: none;
    text-align: center;
    cursor: pointer;
    font-family: poppinsbold;
    text-transform: uppercase;
    position: fixed;
    z-index: -100;
    bottom: 55px;
    right: 20px;
    width: 140px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 3px;
    padding: 20px 20px;
}

    .backtotop:hover {
        background: rgba(0, 0, 0, 1);
    }*/

/* ---------- Form Styles ---------- */
.links a {
    display: block;
    padding: 18px 20px;
    text-decoration: none;
    color: #111;
    background: url(../images/AffordableHousing/advance.png) no-repeat right center;
    background-size: 28px 16px;
}

    .links a:hover {
        background: url(../images/AffordableHousing/advance.png) no-repeat right center #f9f9f9;
        background-size: 28px 16px;
    }

.bc h1 {
    padding: 0;
}

.bc {
    margin: 0 0 20px 0;
    font-size: 16px;
}

    .bc a {
        color: #4085c1;
        text-decoration: none;
    }

ul.inline {
    margin: 0;
    padding: 0;
}

    ul.inline li {
        list-style: none;
        display: inline-block;
        margin: 0px;
        padding: 0;
    }

ul.block {
    margin: 0;
    padding: 0;
}

    ul.block li {
        list-style: none;
        display: block;
        margin: 0px;
        padding: 0;
    }

.hideimportant {
    display: none !important;
}

.leftimportant {
    float: left;
}

.rightimportant {
    float: right;
}

.block {
    display: block;
}


input {
    outline: none !important;
}

textarea {
    outline: none !important;
    -webkit-appearance: none;
}

.inputtext {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 3px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.phone1 {
    font-size: 16px;
    padding: 5px 6px;
    width: 20%;
    font-size: 16px;
    border: 1px solid #ccc;
}

.phone2, .phone3 {
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 5px 6px;
    width: 20%;
    font-size: 16px;
}

.upgradediv {
    display: none;
}

.textinput input[type=text], .textinput input[type=password], .textinput input[type=tel] {
    width: 100%;
    height: 36px;
    border: 1px solid #c6d1dc;
    border-radius: 3px;
    font-size: 16px;
    color: #303030;
    padding: 0 10px;
    appearance: none;
    -webkit-appearance: none;
}

/*.textinput input[type=text]:focus, .textinput input[type=password]:focus, .textinput input[type=tel]:focus, .phone1:focus, .phone2:focus, .phone3:focus, textarea:focus {
        border: 1px solid #111;
    }*/

.inputselect {
    border: 1px solid #c6d1dc;
    padding: 8px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.form--field input[type="text"], .form--field input[type="tel"], .form--field input[type="password"], .form--field input[type="email"], .form--field input[type="number"], .form--field select, .form--field textarea {
    width: 100%;
}

select::-ms-expand {
    display: none;
}

select:focus {
    outline: none;
}

.textarea {
    border: 1px solid #c6d1dc;
    padding: 12px;
    border-radius: 3px;
    background: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

p {
    padding: 0;
    margin: 20px 0 0 0;
}
/* ---------- Modals ---------- */
.modal {
    top: 100px;
    left: 12px;
    right: 12px;
    width: auto;
    margin: 0;
    position: absolute;
    z-index: 60000002;
    background: #fff;
    display: none;
    font-size: 1em;
}

    .modal .title {
        padding: 20px;
        background: #111;
        color: #fff;
        position: relative;
        font-family: poppinsbold;
    }

    .modal .close {
        position: absolute;
        right: 20px;
        top: 16px;
        background: #444;
        padding: 3px 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .modal .content {
        padding: 20px 30px;
        box-shadow: none !important;
        margin: 0 !important;
    }

    .modal .copy {
        padding: 0 0 20px;
    }

    .modal .back {
        position: absolute;
        left: 20px;
        top: 16px;
        background: #444;
        padding: 3px 10px;
        font-size: 14px;
        cursor: pointer;
    }

.modalbg {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 60000001;
    display: none;
}

.modalbgcontact {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    cursor: pointer;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 60000001;
    display: none;
}
/* ---------- Misc ---------- */

.span2 .content {
    background: #fff;
}

.span3 .content {
    background: #fff;
}

.leftlinks {
    margin: 20px;
    background: none !important;
}

    .leftlinks a {
        display: block;
        padding: 12px 20px;
        text-decoration: none;
        color: #8e877c;
        margin: 0 0 4px 0;
        background: #fff;
    }

        .leftlinks a:hover {
            color: #111;
            background: #fff;
        }

.tooltip {
    background: #111;
    border-radius: 5px 5px 5px 5px;
    bottom: 20px;
    color: #fff;
    display: none;
    padding: 12px;
    position: absolute;
    max-width: 150px;
    z-index: 3000;
}

    .tooltip:after, .tooltip:before {
        border: medium solid rgba(0, 0, 0, 0);
        content: " ";
        height: 0;
        pointer-events: none;
        position: absolute;
        bottom: 100%;
        width: 0;
    }

    .tooltip:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #111;
        border-width: 12px;
        left: 50%;
        margin-left: -12px;
    }

.tooltip2 {
    background: #111;
    border-radius: 5px 5px 5px 5px;
    bottom: 40px;
    color: #fff;
    display: none;
    left: 38px;
    padding: 12px;
    position: absolute;
    max-width: 150px;
    z-index: 3000;
}

    .tooltip2:after, .tooltip2:before {
        border: medium solid rgba(0, 0, 0, 0);
        content: " ";
        height: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        width: 0;
    }

    .tooltip2:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #111;
        border-width: 12px;
        left: 50%;
        margin-left: -12px;
    }

input {
    outline: none !important;
}

textarea {
    outline: none !important;
}

.spotlightadcontact .form {
    padding: 0;
}

.spotlightadcontact img {
    width: 150px;
    height: 180px;
    background: #eee;
    display: inline-block;
    margin: 20px 0 0 0;
}

.spotlightadcontact .basicinfo {
    margin: 20px 0 0;
    text-align: center;
}

.spotlightads {
    margin-top: 20px;
}

    .spotlightads .spotlight {
        border-top: 1px solid #ccc;
        overflow: hidden;
    }

.spotlight:first-of-type {
    border-top: none;
}

.spotlightads .spotlight .air {
    padding: 20px;
}

.spotlightads .spotlight img {
    width: 90px;
    height: 100px;
    float: left;
    margin: 0 12px 0 0;
    background: #eee;
}

.spotlightads .spotlight .info {
    float: left;
    width: 60%;
    margin: 12px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    font-size: .8em;
    padding: 0 0 12px;
}

    .spotlightads .spotlight .info b {
        font-size: 1.1em;
        display: block;
        padding: 0 0 4px 0;
    }

.spotlightads .spotlight .highlights {
    padding: 12px 0 8px;
    font-size: 12px;
    color: #444;
}

.adsense {
    text-align: center;
    padding: 30px 0;
}

.spotlightads .center {
    margin: 12px 0 0 0;
}

.searchrentalsmap {
    display: none;
}

.searchrentalslinks a {
    display: block;
    padding: 12px;
    margin: 6px 0 0 0;
    color: #111;
    display: block;
    padding: 18px 20px;
    text-decoration: none;
    color: #111;
    background: url(../images/AffordableHousing/advance.png) no-repeat right center;
    background-size: 28px 16px;
    background-color: #f6f8f9;
}

.multiplesearchlinks a {
    display: block;
    padding: 12px;
    margin: 6px 0 0 0;
    color: #111;
    display: block;
    padding: 18px 20px;
    text-decoration: none;
    color: #111;
    background: url(../images/AffordableHousing/advance.png) no-repeat right center;
    background-size: 28px 16px;
    background-color: #f6f8f9;
}

.ui-autocomplete {
    background: #fff;
    border: 1px solid #3D7AAF;
    max-height: 200px;
    overflow-y: auto;
    margin: 3px 0px 0 !important;
    text-align: left;
    text-shadow: none;
    position: absolute;
    z-index: 2000;
}

.homepage .ui-autocomplete {
    left: 0;
    right: 0;
}

.ui-autocomplete li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0;
}

.ui-autocomplete a, .ui-autocomplete div {
    padding: 12px 20px;
    display: block;
    color: #111;
    text-decoration: none;
}

    .ui-autocomplete a:hover, .ui-autocomplete div:hover {
        background: url(../images/AffordableHousing/advance.png) no-repeat right center #eee;
        background-size: 28px 16px;
    }

.ui-autocomplete.ui-front .ui-state-active {
    background: rgba(0,161,223,.1) !important;
    color: #303E48 !important;
}

.ui-state-focus, .ui-state-active {
    background: url(../images/AffordableHousing/advance.png) no-repeat right center #eee;
    background-size: 28px 16px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.fixthisad {
    position: absolute;
}

.search input[type=text]::-ms-clear {
    display: none;
}

#leaderboard1 {
    height: 50px;
    background: #f0f2f3;
}

.hr {
    margin: 24px 0 0 0;
    padding: 0 0 24px;
    border-top: 1px solid #ccc;
}

.expandlivechat {
    display: none;
}

/* Chicago Icons */

.icon-listing {
    float: left;
    margin: 5px 8px 0 0;
    z-index: 2;
    position: relative;
}

.icon-oep {
    display: inline-block;
    width: 60px;
    height: 40px;
    background: url(../images/AffordableHousing/icon-oep.jpg) no-repeat center;
    background-size: 60px auto;
}

.icon-oa {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/AffordableHousing/icon-oa.jpg) no-repeat center;
    background-size: 26px auto;
}

.refinemoredd .icon-oep, .refinemoredd .icon-oa {
    float: left;
    margin: -10px 0 0 0;
    z-index: 100;
    position: relative;
    width: 60px;
}

.refinemoredd {
    display: none;
}

.refinemoreddini.active .refinemoredd {
    display: block;
}

.refinemorelink {
    display: block;
    font-weight: normal;
    cursor: pointer;
    color: #ccc;
    text-align: center;
    padding: 12px 0;
    margin: 12px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.refine .checkgroup {
    margin: 3px 0 0;
}

.morerefineoptions .content {
    background: #fff;
    margin: 12px 0 0;
}

.refine .primarybuttongreen {
    display: block;
    width: 100%;
    margin-top: 12px;
}

.refine .secondarybutton {
    display: block;
}

.resultspage .refine .option {
    padding: 6px 0;
}

.resultspage .refine {
    font-size: 12px;
    top: 50px !important;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-top: 0 !important;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 10000;
    background: #fff;
    display: none;
    font-size: 1em;
    box-shadow: none !important;
    border: none !important;
    padding: 20px 0 80px;
}

.refine input[type=text] {
    border-radius: 3px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #caced0;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .refine input[type=text]:focus {
        border: 1px solid #111;
    }

.sortselect .arrow, .select .arrow {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: url(../images/AffordableHousing/down.png) no-repeat center;
    background-size: 20px;
}

.refine .separator {
    line-height: 60px;
    height: 60px;
    padding: 0;
    font-family: poppinsbold;
    background: #2979BF;
    text-align: center;
    color: #fff;
}

.refine .close {
    position: absolute;
    width: 60px;
    z-index: 102;
    line-height: 60px;
    text-align: center;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.refine .air {
    padding: 10px 20px;
}

.filtercopy {
    display: none;
}

.advertiser .navmembershiptype {
    display: none;
}

.advertiser #topnavacountlink {
    padding: 20px 64px 20px 48px;
}

.advertiser #navacountlink {
    padding: 20px 64px 20px 48px;
}
/* ---------- Details Page ---------- */

.detailspage .span70 .content {
    background: #fff;
}

.detailspage .resources {
    display: block;
    background: #fff;
}

.detailspage .listing .photo {
    height: 280px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.swipe-wrap .photocontainerparent {
    min-height: 280px;
    text-align: center;
    background: url(../images/AffordableHousing/loading-white.gif) center center no-repeat #ccc;
    background-size: 120px auto;
}

.detailspage .listing .photocontainer {
    min-height: 280px;
    background-size: 120px auto;
    display: none;
}

    .detailspage .listing .photocontainer.contain {
        background-size: contain !important;
    }

    .detailspage .listing .photocontainer.cover {
        background-size: cover !important;
    }

.mapair {
    padding: 12px;
}

.map {
    height: 200px;
    background: #eee;
}

.detailspage .county {
    display: block;
}

.detailspage h3 {
    display: block;
    padding: 0 0 14px;
}

.carousel img {
    max-width: 100%;
    display: none;
}

.carousel .stretch {
    max-width: 100%;
}

.carousel .portrait {
    width: auto;
    max-height: 100%;
}

.leftarrow {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 42%;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 30px;
    padding: 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.rightarrow {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 42%;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 30px;
    padding: 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.detailspage .listing {
    position: relative;
}

.accordion .separator {
    background: url(../images/AffordableHousing/down.png) no-repeat right center #f9f9f9;
    background-size: 30px 10px;
    cursor: pointer;
    border-top: 1px solid #ccc;
    margin: -2px 0 0 0;
}

.accordion .active {
    background: url(../images/AffordableHousing/up.png) no-repeat right center #f9f9f9;
    background-size: 30px 10px;
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
}

    .swipe-wrap > div {
        float: left;
        width: 100%;
        position: relative;
    }

.detailspage .listing .ribbon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 120px;
    background-size: 120px !important;
    z-index: 35;
}

.detailspage .listing .deal {
    background: url(../images/AffordableHousing/ribbon-deal.png) no-repeat top left;
}

.dealspace {
}

.details {
    margin: 20px 0 0 0;
}

.detailpagecontact h3 {
    padding: 0;
}

.detailpagecontact .phone .primarybutton {
    display: block;
    padding: 14px 0;
}

.detailpagecontact {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 998;
    box-shadow: 0px 0px 5px #84888a !important;
}

    .detailpagecontact .air {
        padding: 8px 20px;
    }

.incentives {
    background: #fffcf8;
    border: 1px solid #efe6d7;
    margin: 20px 20px 0 !important;
    padding: 20px !important;
    border-radius: 3px;
}

.scamslink {
    margin: 20px 0 0 !important;
    padding: 12px 0 !important;
    text-align: center;
}

    .scamslink a {
        display: block;
    }

.detailpagecontact .desktop {
    display: none;
}

.gift {
    background: url(../images/AffordableHousing/gift.png) no-repeat center #111;
}

.money {
    background: url(../images/AffordableHousing/money.png) no-repeat center #111;
}

.lock {
    background: url(../images/AffordableHousing/lock.png) no-repeat center #111;
}

.light {
    background: url(../images/AffordableHousing/light.png) no-repeat center #111;
}

.contactmodalbg {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 60000001;
    display: none;
}

.loadingmodal {
    display: none;
}

.detailspage .actions {
    text-align: center;
    border-top: 1px solid #ccc;
    margin: 20px 0 0 0;
}

    .detailspage .actions .action {
        display: inline-block;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
        width: 33.3334%;
        padding: 12px 12px;
        font-size: 12px;
        background: #fff;
        color: #111;
        text-decoration: none;
        cursor: pointer;
        margin: 0;
        float: left;
    }

#SaveHomeDiv, #SaveLandlordDiv, #SaveHomeDivDeactivate, #SaveLandlordDivDeactivate {
    background: url(../images/AffordableHousing/favorite-add.png) no-repeat 8px 13px;
    padding: 12px 12px 12px 28px;
    background-size: 14px !important;
    background-color: #fff;
}

.actions .active {
    background: url(../images/AffordableHousing/favorite-remove.png) no-repeat 8px 13px !important;
    background-color: #fff !important;
    color: #111 !important;
}

.detailspage .header {
    padding: 12px 0 0;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #e6e6e7;
}

.detailspage .actions .secondarybutton {
    margin: 0 1px;
    padding: 10px 12px;
    font-size: 14px;
}

.detailspage .wrapper {
    position: static;
}

.detailspage .updated {
    display: block;
    padding: 12px 0 0 0;
    font-family: poppinsbold;
}

.detailspage .standardlabel {
    display: block;
    padding: 12px 0 0 0;
}

.collapseable {
}

    .collapseable ul {
        margin-top: 0;
    }

.detailspage .details ul {
    margin-top: 0;
}

.detailspage .highlights {
    padding-top: 0 !important;
}

.fraudalert {
    padding: 12px 20px;
    text-align: center;
    background: #fff7e9;
    border-bottom: 1px solid #c5aa79;
    margin: -30px -12px 0;
}

    .fraudalert a {
        display: block;
    }

.photocount {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    font-family: poppinsbold;
    left: 8px;
    padding: 8px 14px;
    position: absolute;
    text-align: center;
    top: 8px;
    z-index: 30;
}

.photodesc {
    position: absolute;
    z-index: 30;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 12px 20px;
    right: 0;
    text-align: center;
    font-family: poppinsbold;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    font-size: 10px;
}

#ctl00_MainContentPlaceHolder_TenantRegControl_UpdatePanel3 td {
    padding: 0;
}

#ctl00_MainContentPlaceHolder_TenantRegControl_UpdatePanel3 .primarybutton {
    margin: 6px 0 0 0;
}

header .currentlocation {
    background: url(../images/AffordableHousing/location.png) no-repeat center;
    background-size: 20px 20px;
    width: 24px;
    position: absolute;
    height: 24px;
    cursor: pointer;
    right: 23%;
    top: 12px;
}

.homehero .currentlocation {
    background: url(../images/AffordableHousing/location.png) no-repeat center;
    background-size: 20px 20px;
    width: 24px;
    position: absolute;
    height: 24px;
    cursor: pointer;
    right: 23.5%;
    top: 18px;
}

.ptcheckbox {
    height: 30px;
}

.search .ajaxcall {
    background: url(../images/AffordableHousing/loading.gif) no-repeat center !important;
    background-size: 20px 20px !important;
}

.printcontact {
    display: none;
}

.detailspage .address {
    text-transform: uppercase;
    color: #666;
}

div.separator div {
    margin-top: 5px;
    display: inline-block;
}

div.separator img {
    position: absolute;
    left: 240px;
    width: 30px;
}

div.separator.rental-property-accessibility {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

    div.separator.rental-property-accessibility div {
        margin-top: 0;
        margin-right: 10px;
    }

    div.separator.rental-property-accessibility img {
        width: 24px;
        position: inherit;
        left: inherit;
    }

/* Sign In Page  */
.login-container {
    /*border: 1px solid #ccc;*/
    border-radius: 3px;
    max-width: 340px;
    margin: 30px auto;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25);
}

    .login-container .primarybutton {
        width: 100%;
    }

.login-form {
    padding: 20px 25px;
    text-align: left;
}

.login-tabs {
    border-bottom: 1px solid #ccc;
}

    .login-tabs a {
        color: #111;
        background: #f3f3f3;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
        float: left;
        font-size: 12px;
        margin: 0 0 -1px 0;
        padding: 16px;
        text-decoration: none;
        width: 30%;
    }

    .login-tabs #landlordloginlink {
        border-radius: 3px 0 0 0;
    }

    .login-tabs #housingagencyloginlink {
        border-radius: 0 3px 0 0;
        border-right: none;
        width: 40%;
    }

    .login-tabs a.active {
        background: url("/Images/legacy/greencheck.png") no-repeat 22px 24px #fff;
        background-size: 12px;
        border-bottom: 1px solid #fff;
        padding-left: 12px;
    }

.signinpage .subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
}

    .signinpage .subtitle b {
        font-family: poppinsmedium;
    }

.signinpage .error {
    background: #FFF0F2 !important;
    border: 1px solid #CEA1A6 !important;
}

.signinpage .loginerror {
    background: none repeat scroll 0 0 #FFF0F2;
    border: 1px solid #CEA1A6;
    border-radius: 5px 5px 5px 5px;
    color: #755559;
    display: block;
    margin: 0 0 20px;
    padding: 20px;
}
/* ---------- Sign Up Page ---------- */

.signup .aboutspan2 {
    margin: 0 auto;
}

.signup h4 {
    font-weight: normal;
    margin: 8px 0 0 0;
}

.signup .aboutspan2 .content {
    margin: 0;
}

.signup .pagetitle {
    font-size: 63px;
    text-transform: uppercase;
    font-family: poppinsbold;
    letter-spacing: 2px;
    line-height: 58px;
}

.signup .loginlink {
    font-family: poppinsbold;
}

    .signup .loginlink a {
        display: block;
    }

.signup .signupheader {
    padding: 60px 20px 0;
}

.signup .invalid {
    border: 1px solid #c74e62 !important;
}

.signup .errortooltip {
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 12px;
    position: absolute;
    z-index: 5000;
    display: none;
    background: #111;
    color: #fff;
    right: -10px;
    top: -12px;
}

    .signup .errortooltip div {
        content: "";
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        z-index: 5001;
        position: absolute;
        border-color: #111 transparent transparent transparent;
        top: 100%;
        right: 12px;
    }

.signup .errormsg, .errormsg2, .errormsg3 {
    color: #666;
    color: #666;
    color: #c74e62;
    font-size: 14px;
    margin: 0 0 0;
    padding: 6px 0;
    display: none;
}

.signup .fieldwrap {
    position: relative;
    margin: 8px 0 0 0;
}

.signup .valid {
    background: url(../images/AffordableHousing/validation-check.png) right center no-repeat;
    background-size: 36px;
}

.signup .smallness {
    color: #666;
    font-size: 12px;
    margin: 0 0 0;
    padding: 0 0 4px;
}

.signup .form .input {
    border-radius: 0px;
    padding: 12px 40px 12px 12px;
    font-size: 16px;
    -webkit-appearance: none;
    box-shadow: none;
}

.signup #regtype, .signup #regexp {
    display: inline-block;
    padding-right: 50px;
}

.signup .spanphone {
    width: 33.3334% !important;
    float: left;
}

.signup .margin {
    margin-right: 10px;
}

.mainerror {
    position: fixed;
    padding: 30px;
    background: #ffecec;
    border-bottom: 1px solid #c94444;
    text-align: center;
    font-family: poppinsbold;
    font-size: 16px;
    top: 60px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

.mainsuccess {
    position: fixed;
    padding: 30px;
    background: #d3f9e5;
    border-bottom: 1px solid #92cbad;
    text-align: center;
    font-family: poppinsbold;
    font-size: 16px;
    top: 60px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

.togglepassword {
    position: absolute;
    right: 0px;
    top: 6px;
    z-index: 3;
    user-select: none;
    border-radius: 3px;
    padding: 12px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background: #e5e9eb;
    color: #444;
    width: auto;
}

.benefitspage .togglepassword {
    right: 0px;
    top: 10px !important;
    /*bottom: 0;
    display: table;
    margin: auto;*/
    width: 55px;
}

.passwordinputs input {
    width: calc(100% - 80px) !important;
}

.ajaxcall {
    background: url(../images/AffordableHousing/loading.gif) 92% center no-repeat transparent !important;
    background-size: 16px !important;
}
/* ---------- Great Schools ---------- */

.gsterms {
    height: 160px;
    overflow-y: auto;
    margin: 4px 0 0 0;
    -webkit-overflow-scrolling: touch;
    padding: 12px;
    border: 1px solid #ccc;
    background: #fff;
}
/* ---------- Inline Checkbox Groups & Inline Radio Groups ---------- */

.inlinecheckgroup, .inlineradiogroup {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .inlinecheckgroup input[type="checkbox"], .inlineradiogroup input[type="radio"] {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
    }

        .inlinecheckgroup input[type="checkbox"] + label, .inlineradiogroup input[type="radio"] + label {
            position: relative;
            display: table-cell;
            padding: 8px 12px;
            cursor: pointer;
            border: 1px solid #ccc;
            border-right: none;
            color: #111;
            background: #fff;
            text-align: center;
        }

        .inlinecheckgroup input[type="checkbox"]:first-child + label, .inlineradiogroup input[type="radio"]:first-child + label {
            border-radius: 3px 0 0 3px;
        }

        .inlinecheckgroup input[type="checkbox"] + label:last-child, .inlineradiogroup input[type="radio"] + label:last-child {
            border-radius: 0 3px 3px 0;
            border-right: 1px solid #ccc;
        }

    .inlinecheckgroup .checked, .inlineradiogroup .checked {
        color: #fff !important;
        background: #2979BF !important;
        border-color: #417bac !important;
    }

        .inlinecheckgroup .checked + input[type="checkbox"] + label, .inlineradiogroup .checked + input[type="radio"] + label {
            border-left-color: #417bac !important;
        }

    .inlinecheckgroup input[type="checkbox"]:focus + label, .inlineradiogroup input[type="radio"]:focus + label {
        border-color: #111 !important;
    }

        .inlinecheckgroup input[type="checkbox"]:focus + label + input[type="checkbox"] + label, .inlineradiogroup input[type="radio"]:focus + label + input[type="radio"] + label {
            border-left-color: #111 !important;
        }
/* ---------- Checkbox Buttons ---------- */

.checkbutton {
    box-sizing: border-box;
    display: inline-block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .checkbutton input[type="checkbox"] {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
    }

        .checkbutton input[type="checkbox"] + label {
            display: block;
            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;
        }

        .checkbutton input[type="checkbox"]:focus + label {
            border-color: #111 !important;
        }

        .checkbutton input[type="checkbox"]:checked + label {
            color: #fff !important;
            background: #2979BF !important;
            border-color: #417bac !important;
        }

        .checkbutton input[type="checkbox"] + label:after {
            font-family: 'icon';
            /*speak: none;*/
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            font-size: 32px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-align: center;
            display: inline-block;
            width: 34px;
            height: 34px;
            z-index: 1;
            position: absolute;
            top: 8px;
            margin-left: -17px;
            left: 50%;
        }
/* ---------- Checkbox & Radio Buttons ---------- */

.checkbox input[type="checkbox"], .radio input[type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

    .checkbox input[type="checkbox"] + label, .radio input[type="radio"] + label {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 24px;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
    }

    .checkbox input[type="checkbox"]:focus + label:after, .radio input[type="radio"]:focus + label:after {
        border-color: #111 !important;
    }

    .checkbox input[type="checkbox"] + label:after, .radio input[type="radio"] + label:after {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        background: #f9f9f9;
        border: 1px solid #ccc;
        z-index: 1;
        position: absolute;
        left: 0;
    }

.checkbox .checked:after, .radio .checked:after {
    border: 1px solid #417bac !important;
}

.checkbox .checked:before, .radio .checked:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #2979BF;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 2;
}

.radio input[type="radio"] + label:after {
    border-radius: 100%;
}

.radio input[type="radio"]:checked + label:before {
    border-radius: 100%;
}
/* ---------- Select Boxes ---------- */

.select {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .select select {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        width: 100%;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

        .select select + div {
            background: #fff;
            border-radius: 3px;
            font-size: 16px;
            border: 1px solid #ccc;
            padding: 8px 12px;
            font-size: 14px;
            padding-right: 20px;
            -webkit-appearance: none;
            cursor: pointer;
            box-shadow: none;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            outline: none !important;
            height: 34px;
        }

        .select select:focus + div {
            border-color: #111 !important;
        }

        .select select + div:after {
            content: "";
            position: absolute;
            z-index: 1;
            right: 12px;
            top: 50%;
            margin: -4px 0 0 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 8px solid #111;
        }

    .select span {
        display: block;
        margin-right: 24px;
        overflow: hidden;
    }
/* ---------- Refine Search Styles ---------- */

.refine .checkbox {
    margin: 6px 0 0 0;
}

    .refine .checkbox span {
        display: inline-block;
        vertical-align: middle;
    }

.refine .checkbutton {
    margin: 0 1%;
}

.refine .checkbutton, .refine .inlinecheckgroup, .refine .inlineradiogroup {
    font-size: 12px;
}

    .refine .checkbutton input[type="checkbox"] + label:after {
        background-size: cover !important;
    }

.refine .icon-accessible input[type="checkbox"] + label:after {
    content: "\e600";
}

.refine .icon-camera input[type="checkbox"] + label:after {
    content: "\e601";
}

.refine .icon-pets input[type="checkbox"] + label:after {
    content: "\e603";
}
/* ---------- Sliders ---------- */

.ui-slider {
    position: relative;
    text-align: left;
    margin: 8px 12px 8px 6px;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        outline: none !important;
        z-index: 2;
        width: 24px;
        height: 24px;
        cursor: pointer;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
        border: 1px solid #2979BF;
        background: #2979BF;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 3px;
    background: #fff;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -7px;
        margin-left: -.6em;
        background: #fff;
        border: 1px solid #417bac;
        border-radius: 24px;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }
/* ---------- Spans ---------- */

.span10important {
    width: 10%;
}

.span12important {
    width: 12%;
}

.span15important {
    width: 15%;
}

.span16important {
    width: 16%;
}

.span20important {
    width: 20%;
}

.span25important {
    width: 25%;
}

.span30important {
    width: 30%;
}

.span33important {
    width: 33.3334%;
}

.span35important {
    width: 35%;
}

.span38important {
    width: 38%;
}

.span40important {
    width: 40%;
}

.span48important {
    width: 48%;
}

.span50important {
    width: 50%;
}

.span58important {
    width: 58% !important;
}

.span60important {
    width: 60%;
}

.span65important {
    width: 65%;
}

.span70important {
    width: 70%;
}

.span75important {
    width: 75%;
}

.span80important {
    width: 80%;
}

.span90important {
    width: 90%;
}

.span100important {
    width: 100%;
}

.leftimportant {
    float: left;
}

.rightimportant {
    float: right;
}

.desktoponly, .desktoponlyinline {
    display: none;
}

.sharedLowerSpace {
    background: none !important;
}

.mobilespan5 {
    width: 5%;
}

.mobilespan10 {
    width: 10%;
}

.mobilespan18 {
    width: 18%
}

.mobilespan19 {
    width: 19%
}

.mobilespan20 {
    width: 20%
}

.mobilespan25 {
    width: 25%
}

.mobilespan30 {
    width: 30%;
}

.mobilespan32 {
    width: 32%;
}

.mobilespan33 {
    width: 33.3334%;
}

.mobilespan35 {
    width: 35%
}

.mobilespan40 {
    width: 40%;
}

.mobilespan48 {
    width: 48.5%;
}

.mobilespan50 {
    width: 50%;
}

.mobilespan58 {
    width: 58%;
}

.mobilespan60 {
    width: 60%;
}

.mobilespan65 {
    width: 65%;
}

.mobilespan70 {
    width: 70%;
}

.mobilespan75 {
    width: 75%;
}

.mobilespan78 {
    width: 78%;
}

.mobilespan80 {
    width: 80%;
}

.mobilespan90 {
    width: 90%;
}

.mobilespan95 {
    width: 95%;
}

.mobilespan100 {
    width: 100%;
}

.mobileleft {
    float: left;
}

.mobileright {
    float: right;
}

.navheader h2, .navheader .right {
    display: none;
}

/* ----------  New Modals ---------- */

.newmodal {
    display: none;
    position: fixed;
    z-index: 600000001;
    font-size: 16px;
    border-radius: 5px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.newmodalcontainer {
    margin: 0px;
    position: relative;
    height: 100%;
    overflow: auto;
}

.newmodalclose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 600000005;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

    .newmodalclose div {
        background: #fff;
        height: 3px;
        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;
    }

.newmodalcontents {
    padding: 80px 12px 30px 12px;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background: #fff;
    position: absolute;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.newmodalclose div:first-child {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24px;
}

.newmodalclose div:nth-child(2) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
}

.newmodalheader {
    z-index: 600000004;
    top: -1px;
    left: 0;
    right: 0;
    background: #296399;
    opacity: 1;
    padding: 17px 50px;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.newmodalsmallheader {
    position: static;
    height: auto;
    background: #fff;
    font-size: 20px;
    font-weight: normal;
    color: #111;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.newmodalsmallclose {
    position: absolute;
    top: -2px;
    right: 7px;
    z-index: 999;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

    .newmodalsmallclose div {
        background: #ffffff;
        height: 3px;
        width: 16px;
        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;
        border-radius: 4px;
    }

        .newmodalsmallclose div:first-child {
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 24px;
        }

        .newmodalsmallclose div:nth-child(2) {
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 24px;
        }

p.disclaimer--content {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 20px;
    color: #303E48;
    margin: 0;
}

.mbottom {
    margin: 0 0 25px;
}

.newmodal .primarybutton, .newmodalsmall .primarybutton, .newmodal .secondarybutton, .newmodalsmall .secondarybutton {
    margin-bottom: 10px;
}

#tenantregistrationcomplete .newmodalsmallcontainer {
    max-width: 500px;
}

#newUserConfirmation p {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
    text-align: center;
}
/* ---------- Loading Panel ---------- */
.loading {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: progress;
    z-index: 600000010;
    display: none;
    background: url(../images/AffordableHousing/loading-white.gif) center center no-repeat rgba(0, 0, 0, 0.4);
    background-size: 93px auto;
}
/* ---------- Legacy HA Search Styles ---------- */

.bck_pha_map, .hamapcontainer {
    background: #fff;
    padding: 24px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 754px !important;
    box-sizing: border-box;
}

.container_pha_map {
    width: 960px;
    text-align: center;
    padding: 30px 0 20px;
    margin: 0px auto;
}

    .container_pha_map .secondarybutton {
        margin: 18px 0 60px !important;
    }

    .container_pha_map h2 {
        padding: 0 0 12px;
    }

.hasearchleft {
    float: left;
    margin: 20px 0 0;
}

.hasearchright {
    float: right;
}
/* ---------- Widgets ---------- */

.widget {
    font-size: 14px;
}

    .widget div {
        box-sizing: border-box;
    }

    .widget .googelemap {
        height: 200px;
        background: #eee;
    }

    .widget .list {
        background: #fff;
    }

        .widget .list .title {
            background: #eee;
            font-family: poppinsbold;
        }

    .widget .credits {
        background: #eee;
        color: #999;
        padding: 6px;
        text-align: center;
        font-size: 10px;
    }

        .widget .credits a {
            color: #333 !important;
        }

    .widget .list .contentwrapper {
        height: 200px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .widget .title .column {
        border-left: 1px solid #ccc;
        padding: 8px 6px;
    }

    .widget .gsratingcontainer {
        height: 46px;
        line-height: 46px;
    }

    .widget .contentwrapper .column {
        border-left: 0px solid #ccc;
        padding: 12px 6px;
    }

        .widget .title .column:first-child, .widget .contentwrapper .column:first-child {
            border-left: none;
        }

    .widget .contentwrapper .row {
        border-bottom: 1px solid #ccc;
    }

        .widget .contentwrapper .row:hover {
            background: #f9f9f9;
        }

    .widget .column {
        float: left;
        overflow: hidden;
    }

    .widget .gsname {
        width: 40%;
    }

    .widget .gsratingcontainer {
        float: left;
        width: 15%;
        text-align: center;
    }

    .widget .gstype, .widget .gsgrades, .widget .gsdistance, .widget .gsassigned {
        width: 15%;
        text-align: center;
    }

    .widget .gsnamecontainer {
        float: left;
        width: 80%;
        padding: 0 0 0 6px;
    }

    .widget .gsrating {
        width: 26px;
        display: inline-block;
        line-height: 26px;
        font-family: poppinsbold;
        height: 26px;
        border-radius: 100%;
        background: #999999;
        color: #fff;
        text-align: center;
    }

    .widget .gsname span {
        padding-left: 8px;
    }

    .widget .widgetmapmarker {
        position: absolute;
        cursor: pointer;
        color: #fff;
        font-family: poppinsbold;
        text-align: center;
        font-size: 12px;
        padding: 10px 0 0;
        margin: -30px 0 0 -8px;
        height: 44px;
        width: 33px;
        background: url(../images/AffordableHousing/greatschools/gsmarker-grey.png) no-repeat top center;
    }

        .widget .widgetmapmarker.callout {
            -ms-transform: scale(1.3, 1.3);
            -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
            z-index: 10;
        }

    .widget .gsrating1, .gsrating2, .gsrating3 {
        background: #c3504e !important;
        z-index: 1;
    }

    .widget .gsrating4, .gsrating5, .gsrating6, .gsrating7 {
        background: #f0ab4b !important;
        z-index: 2;
    }

    .widget .gsrating8, .gsrating9, .gsrating10 {
        background: #63ab76 !important;
        z-index: 3;
    }

    .widget .gsmarkerrating1, .widget .gsmarkerrating2, .widget .gsmarkerrating3 {
        background: url(../images/AffordableHousing/greatschools/gsmarker-red.png) no-repeat top center;
        z-index: 1;
    }

    .widget .gsmarkerrating4, .widget .gsmarkerrating5, .widget .gsmarkerrating6, .widget .gsmarkerrating7 {
        background: url(../images/AffordableHousing/greatschools/gsmarker-yellow.png) no-repeat top center;
        z-index: 2;
    }

    .widget .gsmarkerrating8, .widget .gsmarkerrating9, .widget .gsmarkerrating10 {
        background: url(../images/AffordableHousing/greatschools/gsmarker-green.png) no-repeat top center;
        z-index: 3;
    }

    .widget .highlight {
        background: #FFEFD0 !important;
    }

    .widget .instructions {
        padding: 6px;
        text-align: center;
        background: #f9f9f9;
        border-top: 1px solid #ccc;
        clear: both;
    }

    .widget .smaller {
        font-size: 10px;
        padding: 4px 0 0 0;
    }

    .widget .legend-icon {
        width: 16px;
        height: 16px;
        background: #eee;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50px;
    }

    .widget .legend.air {
        float: left;
        padding: 0 0 32px;
        clear: both;
        width: 100%;
    }

    .widget .legend-copy {
        float: left;
        text-align: left;
        width: auto;
        line-height: 20px;
        margin-right: 5%;
    }

        .widget .legend-copy span p {
            margin: 0 0 0 20px;
        }

    .widget .filters {
        line-height: 23px;
        float: left;
        padding: 0px 0px 30px;
    }

    .widget .mobile-block {
        text-align: left;
        margin-bottom: 10px;
    }

.clear-fix:after {
    content: "";
    display: table;
    clear: both;
}

input[type="text"]:disabled {
    background: #F9FAFB;
}

#printlistfilters.printlistfilters.modal {
    position: fixed;
}

/* Static page CSS Start */

/* Static page CSS End */
/* Print Listing CSS Start */
.printlistfilterscontent.content {
    padding: 15px !important;
}

.printlistfilterscontent .fieldwrapper {
    padding: 20px;
    width: 75%;
    line-height: 35px;
    margin-bottom: 10px;
}

.printlistfilterscontent .form {
    padding: 0px;
}

.printlistfilterscontent .go8--print--listing--row {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

    .printlistfilterscontent .go8--print--listing--row:last-child {
        margin-bottom: 0px;
    }

    .printlistfilterscontent .go8--print--listing--row b {
        float: left;
        width: 115px;
        line-height: 40px;
    }

    .printlistfilterscontent .go8--print--listing--row input.input, .printlistfilterscontent .go8--print--listing--row select {
        float: left;
        width: 70%;
        font-size: 16px;
        padding: 0 8px;
        height: 40px;
    }

    .printlistfilterscontent .go8--print--listing--row select {
        padding-left: 8px;
    }

    .printlistfilterscontent .go8--print--listing--row label {
        margin-right: 4px;
    }

    .printlistfilterscontent .go8--print--listing--row em {
        font-style: normal;
        font-size: 16px;
    }

#printlistfilters.printlistfilters.modal.print-listing {
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0;
}

.printlistfilterscontent h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.go8--maxprice-errormsg {
    padding-left: 117px;
}
/* Print Listing CSS End */

.checkboxnojs input[type="checkbox"], .radionojs input[type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

    .checkboxnojs input[type="checkbox"] + label, .radionojs input[type="radio"] + label {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 34px;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
    }

    .checkboxnojs input[type="checkbox"]:focus + label:after, .radionojs input[type="radio"]:focus + label:after {
        border-color: #111 !important;
    }

    .checkboxnojs input[type="checkbox"] + label:after, .radionojs input[type="radio"] + label:after {
        content: "";
        top: 0;
        display: inline-block;
        width: 16px;
        height: 16px;
        background: #fff;
        border: 1px solid #C6D1DC;
        z-index: 1;
        position: absolute;
        left: 0;
        border-radius: 4px;
    }

    .checkboxnojs input[type="checkbox"]:checked + label:after, .radionojs input[type="radio"]:checked + label:after {
        background-color: #00A1DF;
        border: 1px solid rgba(0,0,0,0.2);
    }

    .checkboxnojs input[type="checkbox"]:checked + label:before, .radionojs input[type="radio"]:checked + label:before {
        content: "";
        width: 3px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        left: 7px;
        z-index: 11;
    }

    .radionojs input[type="radio"]:checked + label:before {
        content: "";
        border-radius: 50%;
        margin: 3px;
        width: 12px;
        height: 12px;
    }


    .radionojs input[type="radio"]:checked + label:before {
        border-radius: 20px;
    }

    .radionojs input[type="radio"] + label:before, .radionojs input[type="radio"] + label:after {
        border-radius: 100%;
    }

    .gssignuppage .checkboxnojs input[type="checkbox"] + label, .radionojs input[type="radio"] + label {
        margin: 0 12px 0 0;
    }
/* ---------- GreatSchools ---------- */

.gssignuppage .formelements .title {
    padding: 20px;
    background: #f0f2f3;
}

.gssignuppage h4 {
    font-weight: normal;
}

.gssignuppage p {
    font-size: 18px !important;
}

.gssignuppage .gsmodal {
    top: 100px;
    left: 12px;
    right: 12px;
    width: auto;
    margin: 0;
    position: absolute;
    z-index: 60000004;
    background: #fff;
    display: none;
    font-size: 1em;
}

    .gssignuppage .gsmodal .title {
        padding: 20px;
        background: #111;
        color: #fff;
        position: relative;
        font-family: poppinsbold;
    }

    .gssignuppage .gsmodal .close {
        position: absolute;
        right: 20px;
        top: 16px;
        background: #444;
        padding: 3px 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .gssignuppage .gsmodal .content {
        padding: 20px 30px;
        box-shadow: none !important;
        margin: 0 !important;
    }

.gssignuppage .gsmodalbg {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 60000003;
    display: none;
}

#divGSOptInMain .primarybutton, #divGSOptInMain .secondarybutton {
    display: inline-block;
}

#ctl00_MainContentPlaceHolder_chkMoveReason tr {
    display: block;
}

#ctl00_MainContentPlaceHolder_chkMoveReason td {
    display: block;
    padding: 12px 0 0 0;
}

.gssignuppage .state {
    padding: 10px 0 13px 0;
}

.gssignuppage .city {
    padding: 0 0 0 0;
}

.gssignuppage .AgeCheckBox td {
    width: 48%;
    float: left;
}

.gssignuppage .AgeCheckBox input[type="checkbox"] + label {
    margin: 0 12px 25px 0;
    width: auto;
    display: block;
    float: left;
    position: relative;
}

.gssignuppage .AgeCheckBox {
    margin-top: 30px;
}

.tablet-mid-see.viewmore {
    margin-top: 0px;
}

/* ---------- Tenant Registration Modal ---------- */
.tenantregistration input[type=radio] + label, .tenantregistration input[type=checkbox] + label {
    margin: 0 0 6px;
}

.tenantregistration .hero {
    background: url(../images/AffordableHousing/tenantsignup-modal-hero.jpg) no-repeat center scroll #3A779F;
    background-size: cover !important;
    color: #fff;
    font-size: 18px;
    padding: 30px 20px;
    margin: -31px -12px 0;
    display: none;
}

.tenant-reg-favorites-flow .hero-favorites {
    display: block;
    background: url(../images/AffordableHousing/tenant-reg-hero-favorites.jpg) no-repeat center scroll #3A779F;
}

.tenant-reg-contact-flow .hero-contact {
    display: block;
    background: url(../images/AffordableHousing/tenant-reg-hero-contact.jpg) no-repeat center scroll #3A779F;
}

.tenant-reg-contact-flow .extra-fields {
    display: none;
}

.tenant-reg-search-flow .hero-search {
    display: block;
    background: url(../images/AffordableHousing/tenant-reg-hero-search.jpg) no-repeat center scroll #3A779F;
}

.tenantregistration .terms {
    border-top: 1px solid #ccc;
    padding: 16px 0;
}
/* ---------- Buttons ---------- */

.primarybuttongreen {
    background: #2979BF;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    padding: 12px 20px;
    font-weight: 400;
    font-family: poppinsregular !important;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 30px;
    color: #ffffff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .primarybuttongreen:hover {
        background: #F9B501;
        color: #303E48 !important;
        border: 1px solid rgba(0,0,0,.2);
    }

.simplebutton {
    padding: 0px 12px;
    color: #111 !important;
    text-decoration: none !important;
    line-height: 56px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ccc;
}

    .simplebutton.right {
        border-left: 1px solid #ccc;
        border-right: none;
    }

.primarybuttongreen.large {
    padding: 20px 0px;
    font-size: 20px;
    min-width: 280px;
}

.invalid {
    border: 1px solid #b7312c !important;
    background: #fff;
}
/* ---------- Style Jquery UI Datepicker ---------- */

#ui-datepicker-div {
    top: 700px;
    border: 1px solid #cecfce;
    border-radius: 3px;
    background: #fff;
    display: none; /*width: 200px; */
}

.ui-datepicker {
    background: #fff;
    border-radius: 6px;
    display: none;
    z-index: 1000000000 !important;
    width: 180px;
    border: none !important;
    box-shadow: 0 0px 7px 3px rgba(0, 0, 0, 0.15);
    padding: 0 !important;
}

    .ui-datepicker .ui-datepicker-title select {
        border: none;
        padding: 0;
        height: 25px;
        margin: 0 2% 0 0 !important;
        width: 70px;
        font-size: 14px;
        background-size: 30% auto;
        font-family: poppinsmedium;
        background-size: 12px auto;
    }

        .ui-datepicker .ui-datepicker-title select:nth-child(2n) {
            margin-right: 0 !important;
        }

body .ui-datepicker .ui-datepicker-prev {
    width: 8px;
    height: 13px;
    background: url(../images/AffordableHousing/datepicker-prev.png) no-repeat;
    top: -5px;
    bottom: 0;
    display: block;
    margin: auto;
    left: 0;
    border: none !important;
    filter: brightness(0.7);
}

body .ui-datepicker .ui-datepicker-next {
    width: 8px;
    height: 13px;
    background: url(../images/AffordableHousing/datepicker-next.png) no-repeat;
    top: -5px;
    bottom: 0;
    display: block;
    margin: auto;
    right: 0;
    border: none !important;
    filter: brightness(0.7);
}

body .ui-datepicker table {
    width: 100%;
    padding: 0 5px;
    margin: auto;
    display: table;
    margin-bottom: 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: #fff !important;
    border-radius: 3px;
    padding: 5px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #2979bf !important;
    color: #fff !important;
    border-color: #2979bf !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #2165a1 !important;
    color: #fff !important;
    border-color: #2165a1 !important;
}

body .ui-datepicker th {
    color: #788998;
}

.ui-datepicker-prev {
    float: left;
    padding: 0 0 12px;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    padding: 0 0 12px;
    background-position: center 0px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('../images/AffordableHousing/jqueryui-arrows.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker .ui-datepicker-header {
    color: #262626;
    font-family: poppinsbold;
    line-height: 30px;
    text-transform: uppercase;
    height: auto;
    font-size: 0.85em;
    padding: 0 0 6px 0 !important;
}

.ui-datepicker-header:after {
    content: "";
    clear: both;
}

.ui-datepicker-title { /*width: 100%;*/
    text-align: center;
    font-family: poppinsbold;
    text-align: center;
    float: none;
}

select.ui-datepicker-month {
    margin-top: 5px;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker table {
    margin: 0px auto;
    width: 100%;
    padding: 10px;
    border-collapse: separate;
}

.ui-datepicker th {
    font-size: 12px;
    font-weight: normal;
}
/* DFP Ad Styles */

.dfp-wrapper {
    background: #fff;
}

.dfp-ad {
    margin: 0px auto;
    background: #fff;
    text-align: center;
}

/** home listing css **/
.most-featured-listing {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.mid-listing-hdr {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.listing-hdr-lt {
    display: inline-block;
    vertical-align: top;
    width: 59.5%;
}

    .listing-hdr-lt h3 {
        float: left;
        width: 100%;
        font-size: 24px;
        color: #000;
        font-family: poppinsbold;
    }

    .listing-hdr-lt h2 {
        float: left;
        width: 100%;
        font-size: 24px;
        color: #000;
        font-family: poppinsbold;
    }

.mid-see-all {
    display: table;
    font-size: 14px;
    color: #4A90E2;
    font-family: poppinsbold;
    margin-top: 3px;
}

    .mid-see-all:hover, .mid-see-all:focus {
        color: #000;
        text-decoration: none;
    }

.listing-hdr-rt {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: right;
}

.viewmore {
    display: inline-block;
    font-size: 16px;
    color: #296399 !important;
    font-family: poppinsmedium;
}

.view-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 11px;
    background: url(../images/AffordableHousing/view-arrow.png) no-repeat center;
    position: relative;
    top: -2px;
    margin-left: 7px;
}

.viewmore:hover .view-arrow, .tablet-mid-see:hover .view-more {
    background: url(../images/AffordableHousing/view-arrow-h.png) no-repeat center;
}

.viewmore:hover, .viewmore:hover, .tablet-mid-see:hover {
    color: #000 !important;
    text-decoration: none;
}

.featured-listing {
    float: left;
    width: 100%;
}

    .featured-listing ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .featured-listing ul li {
            float: left;
            width: 295px;
            margin: 0 20px 20px 0;
            background: #fff;
            padding: 0;
            border-radius: 5px;
            box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25);
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
        }

            .featured-listing ul li:nth-child(4n) {
                margin-right: 0;
            }

.haPanel-placeholder-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.featured-img {
    width: 100%;
    display: block;
    height: 169px;
    position: relative;
    border-radius: 4px 4px 0 0;
}

    .featured-img img {
        width: auto;
        cursor: pointer;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
    }

.featured-dtls-blk {
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 0 0 4px 4px;
}

.feat-prop-price {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #273142;
    line-height: 16px;
    margin-bottom: 10px;
    font-family: poppinsmedium;
}

.feat-loc-lt {
    display: inline-block;
    width: 69%;
    vertical-align: middle;
}

    .feat-loc-lt p {
        width: 100%;
        float: left;
        color: #848484;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

        .feat-loc-lt p:last-child {
            margin-bottom: 0;
        }

        .feat-loc-lt p.property-loca {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.feat-loc-rt {
    display: inline-block;
    vertical-align: middle;
    width: 28.5%;
    text-align: right;
}

.near-by-listing .featured-listing {
    margin-top: 22px;
}

    .near-by-listing .featured-listing ul li {
        width: calc(33.33% - 10px);
        margin: 0 15px 15px 0;
        padding: 10px 15px;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        position: relative;
        cursor: pointer;
    }

/*.near-by-listing .featured-listing ul li:hover {
            transform: translateY(-2px);
            -webkit-transform: translateY(-2px);
        }*/

.near-by-listing .featured-dtls-blk {
    padding: 0 120px 0 0;
    min-height: 125px;
    border: none !important;
}

.near-by-listing .feat-loc-lt p.property-loca {
    white-space: inherit;
    text-overflow: inherit;
    overflow: inherit;
    min-height: 48px;
    float: none;
    display: block;
}

.near-by-listing .feat-prop-price {
    color: #00A1DF;
    font-size: 16px;
    font-family: poppinssemibold;
    margin-bottom: 7px;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
    min-height: 40px;
    justify-content: space-between;
}

.near-by-listing .featured-img {
    width: 110px;
    height: 110px;
    position: absolute;
    border-radius: 4px;
    top: -25px;
    right: 15px;
    border: 5px solid #EDEFF1;
}

    .near-by-listing .featured-img i {
        background: #fff;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        display: block;
    }

.nearby--share {
    font-size: 18px;
    color: #848484;
    cursor: pointer;
    position: absolute;
    right: 135px;
    top: 10px;
}

    .nearby--share:hover {
        color: #00A1DF;
    }

.nearby-panel-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

    .nearby-panel-btns .cmn--btn {
        margin: 0 10px;
    }

.near-by-listing .feat-prop-price span {
    display: block;
    width: calc(100% - 40px);
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.near-by-listing .wl-sts-badge-row {
    display: flex;
    margin-top: 10px;
}

    .near-by-listing .wl-sts-badge-row .status--badges {
        display: block;
        margin-right: 10px;
        flex-shrink: 0;
    }

        .near-by-listing .wl-sts-badge-row .status--badges:last-child {
            margin-right: 0;
        }


.near-by-listing .online--badge {
    padding: 0;
}

    .near-by-listing .online--badge i {
        margin-right: 7px;
    }

    .near-by-listing .online--badge:before {
        display: none;
    }

.prop-like-icon {
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url(../images/AffordableHousing/like-icon.png) no-repeat center;
}

    .prop-like-icon:hover {
        background: url(../images/AffordableHousing/like-icon-red.png) no-repeat center;
    }

.prop-like-icon-red {
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url(../images/AffordableHousing/like-icon-red.png) no-repeat center !important;
}

.resp-viewmore {
    display: none;
}
/*.near-by-listing {margin-bottom: 30px;}*/
.about-go8-lt {
    padding-left: 0 !important;
}

.about-go8-rt {
    padding-right: 0 !important;
}

/*.near-by-listing .feat-prop-price {min-height: 35px;}*/
.MB30 {
    margin-bottom: 30px !important;
}

.prop-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    font-family: poppinsbold;
    min-width: 98px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.just-update-badge {
    background: #4cb07a;
}

.new-prop-badge {
    background: #9263c3;
}

.featured-listing ul li:last-child {
    margin-right: 0;
}
/** home listing css **/

/** list property button css **/
.list-property-row {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(31,80,121,0.8);
    padding: 12px 0;
    text-shadow: none;
}

.list-property-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-top: 0;
}

    .list-property-text strong {
        font-family: poppinsmedium;
    }

.list-property-btn {
    display: inline-block;
    vertical-align: middle;
    background: #4FB27D;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 18px;
    color: #fff !important;
    font-family: poppinsmedium;
    min-width: 182px;
    line-height: 56px;
}

    .list-property-btn:hover {
        background: #29a261;
        text-decoration: none;
    }

.add-img {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 20px;
}
/** list property button css **/

/** result page css **/
.result-housing-panel {
    padding: 5px 0 10px;
    margin: 0;
}

    .result-housing-panel.near-by-listing .featured-listing ul li {
        width: 276px;
        margin-bottom: 0;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25);
        margin-top: 20px;
        margin-right: 20px;
    }

        .result-housing-panel.near-by-listing .featured-listing ul li .haPanel-placeholder-img img {
            width: 80%;
        }

.near-by-listing .featured-listing ul li {
    /*border: 1px solid #D6D7D7;*/
    box-sizing: border-box;
}

.near-by-listing .featured-dtls-blk {
    border-top: 1px solid #D6D7D7;
}

.result-housing-panel .featured-img {
    height: 110px;
}

.result-housing-panel .listing-hdr-lt h3 {
    font-size: 18px;
}

.result-housing-panel .listing-hdr-lt h2 {
    font-size: 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;
            font-family: poppinsmedium;
        }

    .tn-add-box .bdy {
        background: #fff;
        padding: 15px;
    }

.housing-nearby {
    display: table;
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
}

    .housing-nearby:first-child {
        padding-top: 0;
    }

    .housing-nearby:last-child {
        padding-bottom: 0;
    }

    .housing-nearby .img {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 2px solid #ebebeb;
        border-radius: 4px;
        overflow: hidden;
        vertical-align: middle;
    }

    .housing-nearby .dis {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 60px);
        padding: 0 10px;
    }

        .housing-nearby .dis h4 {
            font-size: 11px;
            color: #2a2a2a;
            margin: 0;
            padding: 0;
            line-height: 12px;
            font-family: poppinsmedium;
        }

        .housing-nearby .dis p {
            font-size: 9px;
            color: #888;
            margin: 2px 0 0;
            padding: 0;
        }

    .housing-nearby .n-btn {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

.rs-apl-link {
    font-family: poppinsmedium;
    font-size: 9px;
    color: #888 !important;
    text-decoration: none;
    display: inline-block;
}

    .rs-apl-link:hover, .rs-apl-link:focus {
        color: #000 !important;
        text-decoration: none;
    }

    .rs-apl-link i {
        margin-left: 7px;
        width: 7px;
        height: 11px;
        background: url(../images/AffordableHousing/apl-arw.png) no-repeat center;
        display: inline-block;
        position: relative;
        top: 2px;
    }

    .rs-apl-link:hover i, .rs-apl-link:focus i {
        background: url(../images/AffordableHousing/apl-arw-h.png) no-repeat center;
    }

.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;
        text-decoration: none;
    }

.resp-show {
    display: none !important;
}

.result-housing-panel .featured-listing ul li:nth-child(3n) {
    margin-right: 0;
}


.ha-listing {
    width: 100%;
}

nav .menu li.rentals-hide-web {
    display: none;
}


/** new top css **/
body nav .menu li {
    position: relative;
}

    body nav .menu li a {
        border-right-width: 1px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

        body nav .menu li a span {
            display: block;
            width: 20px;
            min-height: 25px;
            margin: auto;
        }

            body nav .menu li a span img {
                max-width: 100%;
            }

    body nav .menu li .submenuwrapper a {
        color: #111;
        border-right: none;
        width: 100%;
        background: url(../images/AffordableHousing/advance.png) no-repeat right center #fff;
        background-size: 28px 16px;
        padding: 15px;
        font-weight: 400 !important;
    }

        body nav .menu li .submenuwrapper a:hover {
            background: #f7f7f7 url(../images/AffordableHousing/advance-h.png) no-repeat right center;
            background-size: 28px 16px;
        }

        body nav .menu li .submenuwrapper a:first-child {
            border-radius: 4px 4px 0 0;
        }

        body nav .menu li .submenuwrapper a:last-child {
            border-radius: 0 0 4px 4px;
        }

body nav .menucontainer .left {
    border-left: none;
}

body nav .menucontainer .right {
    border-left: none;
}

body nav .menu li:first-child {
    border-left: 1px solid rgba(255,255,255,.1);
}

body nav .menu li.top-fav-icon a {
    padding: 14px 12px;
}

body nav .menu li:hover {
    color: inherit;
}

body nav .menu li.top-fav-icon a span {
    background: url(../images/AffordableHousing/fav-top.png) no-repeat center;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 25px 25px !important;
}

body nav .menu li.top-fav-icon a:hover span, nav .menu li.top-fav-icon a.tempactive span {
    background: url(../images/AffordableHousing/fav-active.png) no-repeat center;
    background-size: 25px 25px !important;
}

body nav .menu li.top-fav-icon:hover a.fav-icn, nav .menu li.top-fav-icon a.fav-icn.tempactive {
    background: #2f6f9f;
    border-left-color: #2f6f9f;
    border-right-color: #2f6f9f;
}

.top-popup-outer {
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: 58px;
    left: calc(50% - 135px);
    z-index: 10;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
    width: 275px;
    display: none;
    z-index: 9999;
}

    .top-popup-outer:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #fff;
    }

body nav .down:after {
    margin: -2px 0 0 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}

body nav .down.tempactive:after {
    border-top: 0px;
    border-bottom: 5px solid #ffffff;
}

.acnt-name-sec {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
}

.acnt-name-lt {
    width: 55px;
    display: inline-block;
    vertical-align: middle;
}

    .acnt-name-lt span {
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 50%;
        border: 2px solid #2B6793;
        text-align: center;
        overflow: hidden;
        position: relative;
    }

        .acnt-name-lt span img {
            overflow: hidden;
            position: relative;
        }

.acnt-name-rt {
    width: 68%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

    .acnt-name-rt h5 {
        display: block;
        font-size: 16px;
        line-height: 18px;
        color: #354052;
        margin: 0;
        font-weight: 400;
    }

.my-acnt-row {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.acnt-links {
    width: 100%;
    float: left;
    padding: 10px 15px 0;
    box-sizing: border-box;
}

.my-acnt-row p {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

    .my-acnt-row p:last-child {
        margin-bottom: 0;
    }

nav .menu li .my-acnt-row p a {
    padding: 0 !important;
    border: none !important;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    background: none;
}

    nav .menu li .my-acnt-row p a:hover {
        background: none;
    }

    nav .menu li .my-acnt-row p a.active, nav .menu li .my-acnt-row p a:hover {
        color: #7F8FA4;
    }

.acnt-privacy {
    min-height: inherit;
    margin: 0;
}

    .acnt-privacy p {
        border-top: 1px solid #E3E3E3;
        margin: 0;
    }

nav .menu li .acnt-privacy p a {
    width: 100%;
    float: left;
    padding: 15px !important;
}
/** new top css **/

.school-accordion-main .subscribed-lbl-lt {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    box-sizing: border-box;
}

    .school-accordion-main .subscribed-lbl-lt p {
        font-size: 14px;
        color: #000;
        line-height: 19px;
        margin: 0;
        font-weight: 400;
    }

.school-accordion-main .subscribed-lbl-rt {
    width: 29%;
    display: inline-block;
    vertical-align: middle;
}

.school-accordion-main .cstmchk {
    float: left;
    vertical-align: middle;
}

.school-accordion-main .i-checks {
    padding-left: 20px;
    cursor: pointer;
}

    .school-accordion-main .i-checks input {
        opacity: 0;
        position: absolute;
        margin-left: -20px;
    }

    .school-accordion-main .i-checks > i {
        width: 19px;
        height: 18px;
        line-height: 1;
        background: url(../images/AffordableHousing/uncheck.png) no-repeat;
        margin-left: -20px;
        margin-top: -2px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        position: relative;
    }

        .school-accordion-main .i-checks > i::before {
            content: "";
            position: absolute;
            left: 10px;
            top: 10px;
            width: 0px;
            height: 0px;
            background-color: transparent;
        }

    .school-accordion-main .i-checks input:checked + i {
        border-color: #23b7e5;
    }

        .school-accordion-main .i-checks input:checked + i::before {
            left: 0;
            top: 0;
            width: 19px;
            height: 19px;
            background: url(../images/AffordableHousing/checked.png) no-repeat;
        }

.school-accordion-main .subscribed-lbl-rt .cstmchk {
    float: right;
}

.school-accordion-main .subscribed-lbl-rt .i-checks {
    padding: 0 25px 0 0;
    color: #4FB27D;
    font-size: 20px;
    line-height: 24px;
    font-family: poppinsbold;
}

    .school-accordion-main .subscribed-lbl-rt .i-checks > i {
        background: url(../images/AffordableHousing/green-checked.png) no-repeat;
        margin: 0;
        top: -2px;
    }

    .school-accordion-main .subscribed-lbl-rt .i-checks input:checked + i::before {
        background: url(../images/AffordableHousing/green-unchecked.png) no-repeat;
    }

.school-accordion-main input:checked + .slider {
    border-color: #00ad6d;
    color: #00ad6d;
}

    .school-accordion-main input:checked + .slider:before {
        background: #00ad6d;
    }

.school-accordion-main .verify-number-blk {
    width: 100%;
    display: inline-block;
    padding: 25px 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #979797;
}

    .school-accordion-main .verify-number-blk span {
        float: left;
        width: 100%;
        font-size: 15px;
        line-height: 18px;
        color: #070000;
        font-family: poppinsbold;
    }

    .school-accordion-main .verify-number-blk p {
        float: left;
        width: 100%;
        font-size: 15px;
        color: #070000;
        line-height: 18px;
        margin: 7px 0 0;
        font-family: poppinsmedium;
    }

        .school-accordion-main .verify-number-blk p em {
            font-style: normal;
            color: #828282;
        }

.school-accordion-main .verify-number-form {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.school-accordion-main .verify-form-field {
    float: left;
    width: 65px;
    margin-right: 10px;
}

.school-accordion-main .verify-field-lg {
    width: 95px;
}

.school-accordion-main .verify-form-field input {
    width: 100%;
    border: 2px solid #E3E3E3;
    border-radius: 3px;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
}

.school-accordion-main .send-code-btn {
    float: right;
    width: 250px;
    text-align: right;
}

.school-accordion-main .send-cd-btn {
    display: inline-block;
    border-radius: 3px;
    line-height: 38px;
    background: #9FA3A7;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    min-width: 250px;
    text-align: center;
    font-family: poppinsbold;
}

    .school-accordion-main .send-cd-btn:hover, .send-cd-btn:focus {
        background: #00ad6d;
    }

.school-accordion-main .send-cd-btn-green {
    background: #4FB27D;
}

.school-accordion-main .verify-field-nbr {
    width: 240px;
}

.school-accordion-main .wrong-num-row {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .school-accordion-main .wrong-num-row p {
        float: left;
        width: 70%;
        font-size: 15px;
        line-height: 18px;
        color: #000000;
        font-family: poppinsbold;
        margin: 0;
    }

.school-accordion-main .change-nbt-link {
    font-size: 15px;
    color: #4A90E2;
    line-height: 18px;
    font-family: poppinsbold;
    text-decoration: none;
}

    .school-accordion-main .change-nbt-link:hover, .school-accordion-main .change-nbt-link:focus {
        color: #000;
    }

.school-accordion-main .resend-link {
    float: right;
}

.school-accordion-main .verify-form-field input.verify-error {
    border-color: #D0021B;
}

.school-accordion-main .verify-error-msg {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-size: 12px;
    color: #D0021B;
    font-family: poppinsmedium;
}

.school-accordion-main .phn-verified-lt {
    float: left;
    width: 38%;
    padding-right: 15px;
    box-sizing: border-box;
}

    .school-accordion-main .phn-verified-lt p {
        font-size: 20px;
        line-height: 24px;
        color: #4FB27D;
        font-family: poppinsbold;
        margin: 0;
    }

        .school-accordion-main .phn-verified-lt p i {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

.school-accordion-main .phn-verified-rt {
    float: left;
    width: 62%;
    text-align: right;
}

.school-accordion-main .verify-number-blk .phn-sms-alert, phn-sms-alert {
    font-family: poppinsbold;
    width: 100%;
    float: left;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.school-accordion-main .verify-number-blk .school-accordion-main .phn-sms-alert small, .school-accordion-main phn-sms-alert small {
    font-weight: 400;
    color: #828282 !important;
}

.school-accordion-main .verify-number-blk .wrong-nbr-link, .school-accordion-main .wrong-nbr-link {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    margin-top: 7px;
    font-family: poppinsbold;
}

    .school-accordion-main .verify-number-blk .wrong-nbr-link a, .school-accordion-main .wrong-nbr-link a {
        color: #2396EC;
        text-decoration: none;
    }

        .school-accordion-main .verify-number-blk .wrong-nbr-link a:hover, .school-accordion-main .wrong-nbr-link a:hover {
            color: #000;
        }

.school-accordion-main {
    width: 100%;
    float: left;
}

    .school-accordion-main .switch-on .slider, .switch-on .slider {
        border-color: #00ad6d;
        color: #00ad6d;
    }

        .school-accordion-main .switch-on .slider:before, .switch-on .slider:before {
            background: #00ad6d;
            -webkit-transform: translateX(24px);
            -ms-transform: translateX(24px);
            transform: translateX(24px);
        }

.verify-field-lt {
    width: 370px;
    float: left;
}

.subscribed-text {
    float: right;
    color: #4FB27D;
    font-size: 18px;
    line-height: 24px;
    font-family: poppinsbold;
    padding-right: 25px;
}

    .subscribed-text i {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }

.school-accordion-main .verify-number-blk .phn-sms-alert small, phn-sms-alert small {
    font-size: 16px;
    color: #828282;
}

.loader-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    background: url(../images/AffordableHousing/loading-white.gif) center center no-repeat rgba(0, 0, 0, 0.4);
    background-size: 10%;
}

.school-accordion-main .greybg {
    position: relative;
}

.printlistfilterscontent select {
    height: 35px;
    padding: 0 10px;
}

.columbia-termsofuse-text h3 {
    font-size: 15px;
    font-family: poppinsbold;
}
/** custom favorite popup **/
.fav-popup-hdr {
    width: 100%;
    float: left;
    padding: 10px 15px;
}

    .fav-popup-hdr h6 {
        float: left;
        margin: 0;
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        font-family: poppinsbold;
    }

.fav-tabcontent {
    display: none;
}

    .fav-tabcontent.active {
        display: block;
    }

.fav-tabbing {
    width: 100%;
    float: left;
}

.fav-tab {
    float: left;
    width: 100%;
    margin: 0;
    border-top: 1px solid #cad3df;
    border-bottom: 1px solid #cad3df;
}

    .fav-tab .fav-tablinks {
        width: 33.33%;
        float: left;
        background: #fff;
        border-left: 1px solid #cad3df;
        box-sizing: border-box;
        line-height: 57px;
        text-align: center;
        padding: 0 10px;
        font-size: 16px;
        color: #919fb1;
        text-transform: uppercase;
        cursor: pointer;
    }

        .fav-tab .fav-tablinks:first-child {
            border-left: none;
        }

        .fav-tab .fav-tablinks small {
            display: inline-block;
            margin-left: 3px;
            font-size: 16px;
        }

        .fav-tab .fav-tablinks.active, .fav-tab .fav-tablinks:hover {
            background: #eceff4 !important;
            color: #1f5079;
        }

        .fav-tab .fav-tablinks.active {
            font-family: poppinsbold;
        }

.fav-tabcontent {
    width: 100%;
    float: left;
    padding: 15px 0;
}

    .fav-tabcontent .featured-listing ul li {
        width: 195px;
        margin: 0 10px 10px 0;
        background: transparent;
    }

        .fav-tabcontent .featured-listing ul li:hover {
            background: transparent !important;
        }

        .fav-tabcontent .featured-listing ul li:nth-child(3n) {
            margin-right: 0;
        }

    .fav-tabcontent .featured-img {
        height: 128px;
    }

    .fav-tabcontent .featured-dtls-blk {
        padding: 5px;
        margin-top: 10px;
    }

    .fav-tabcontent .feat-prop-price {
        font-size: 12px;
        line-height: 12px;
    }

    .fav-tabcontent .feat-loc-lt p {
        font-size: 10px;
        line-height: 14px;
        min-height: inherit;
    }

    .fav-tabcontent .feat-loc-lt {
        width: 69%;
    }

    nav .menu .submenu li .prop-like-icon, .fav-tabcontent .prop-like-icon {
        padding: 0 !important;
        border: none;
        width: 19px !important;
        height: 16px;
        background: url(../images/AffordableHousing/like-icon.png) no-repeat center !important;
        background-size: 95% !important;
    }

        nav .menu .submenu li .prop-like-icon:hover, .fav-tabcontent .prop-like-icon:hover {
            background: url(../images/AffordableHousing/like-icon-red.png) no-repeat center !important;
            background-size: 95% !important;
        }

    nav .menu .submenu li .prop-like-icon-red, .fav-tabcontent .prop-like-icon-red {
        background: url(../images/AffordableHousing/like-icon-red.png) no-repeat center !important;
        background-size: 95% !important;
    }

.fav-tabbing .mCustomScrollbar {
    height: 565px;
}

.fav-tabbing .mCSB_inside > .mCSB_container {
    margin: 0;
    padding: 0 15px;
}

.fav-tabbing .mCSB_scrollTools .mCSB_draggerRail {
    background: #f5f5f5;
    width: 4px;
}

.fav-tabbing .mCSB_scrollTools {
    opacity: 1;
    right: -1px;
}

    .fav-tabbing .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #cad3df;
    }
/** custom favorite popup **/


/** favorite popup css **/
.top-fav-popup {
    width: 650px;
    display: none;
    left: calc(50% - 325px);
    bottom: inherit;
    overflow: inherit;
}

.submenuwrapper {
    margin: 0 !important;
    padding: 0 !important;
    max-width: inherit !important;
}

.fav-tab-box {
    float: left;
    width: 189px;
    margin: 0 10px 10px 0;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #fff;
}

    .fav-tab-box:nth-child(3n) {
        margin-right: 0;
    }

.desktoponly h3 {
    float: left;
    margin: 0;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    font-family: poppinsbold;
    padding: 0 !important;
}

.submenu .tabs {
    float: left;
    width: 100%;
    border-bottom-color: #cad3df;
    border-top: 1px solid #cad3df;
    padding: 0;
}

.submenu .tabcontainer {
    width: 33.33%;
    margin: 0;
}

.submenu .tab {
    width: 100%;
    float: left;
    background: #fff;
    border: none;
    border-right: 1px solid #cad3df;
    box-sizing: border-box;
    line-height: 57px;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    color: #919fb1;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0;
}

.submenu .tabcontainer:last-child .tab {
    border-left: none;
}

.submenu .tab:hover, .submenu .tab.active, .submenu .tab.active:hover {
    border-bottom: none;
    background: #eceff4;
    color: #1f5079;
    font-family: poppinsbold;
}

.submenu .tab:hover {
    font-weight: 400;
}

.listingcontainer {
    width: 100%;
    display: inline-block;
    padding: 0;
}

#submenufavorites .listing {
    padding: 0;
    border-bottom: none;
}

.tabcontent {
    float: left;
    width: 100%;
    padding: 15px 0 0;
}

nav .menu .submenu.top-popup-outer, nav .right .submenu.top-popup-outer {
    background: #fff !important;
    bottom: inherit;
}

.submenu {
    overflow: inherit;
}

.fav-icn:after {
    display: none !important;
}

nav .menu li a.fav-icn {
    padding-right: 12px !important;
}

.fav-tabcontent .featured-listing {
    max-height: 565px;
    overflow-y: auto;
    padding: 0 0 0 15px !important;
}

.mobile-links-show {
    display: none;
}

.acnt-privacy-link {
    background: #fff;
    background-size: 28px 16px;
}

nav .menu li .acnt-privacy p a:hover {
    background: #f7f7f7;
    color: #333;
}

nav .menu li .acnt-privacy p a:last-child {
    border-radius: 0 0 8px 8px;
}

nav .menu li .acnt-privacy p.acnt-privacy-link a:hover {
    background: #f7f7f7 url(../images/AffordableHousing/advance-h.png) no-repeat right center;
    background-size: 28px 16px;
}

.mobilemenu.close2 div:first-child {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 16px;
    width: 24px;
    height: 2px;
    left: 12px;
}

.mobilemenu.close2 div:last-child {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 32px;
    width: 24px;
    height: 2px;
    left: 12px;
}
/*.acnt-pop {display: block !important;}*/
.bodyscroll {
    overflow: inherit !important;
}

#submenusavedsearches .noresults, #submenufavorites .noresults, .noresult {
    background: transparent;
}

.submenu .tab span {
    font-weight: 400;
}

#landlordCta.property-btn-web {
    display: none;
}

.acnt-name-lt span small {
    color: #2B6793;
    font-size: 32px;
}
/** favorite popup css **/
.housing-autho-page .tn-listing-cd li .csa-ad {
    padding: 16px 0;
}

.feat-loc-lt p span, .ha-recommended-rt .dis p span {
    display: inline-block;
    margin-right: 3px;
}

    .feat-loc-lt p span:last-child, .ha-recommended-rt .dis p span:last-child {
        margin-right: 0;
    }

    .feat-loc-lt p span i, .ha-recommended-rt .dis p span i {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }

.result-centered-box .featured-listing ul {
    text-align: center;
}

    .result-centered-box .featured-listing ul li {
        float: none;
        display: inline-block;
    }

.result-centered-box.near-by-listing .feat-prop-price, .result-centered-box .feat-loc-lt p {
    text-align: left;
}

.refine input[type=text]#LocationInputautocomplete {
    top: 7px !important;
    width: 90% !important;
}
/** landlords tab css **/
.landlords-tab-cont {
    width: 100%;
    float: left;
}

.landlord-cont-box {
    float: left;
    width: 189px;
    margin: 0 10px 10px 0;
    border: 1px solid #D6D7D7;
    border-radius: 4px;
    background: #fff;
}

.landlord-cont-top {
    width: 100%;
    float: left;
    padding: 10px 10px 10px 40px;
    box-sizing: border-box;
}

.landlord-name {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    font-family: poppinsmedium;
    margin-bottom: 5px;
    position: relative;
}

    .landlord-name span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        float: left;
    }

.ld-usr-icn {
    position: absolute;
    left: -30px;
    top: 0;
}

.landlord-property {
    float: left;
    width: 100%;
    font-size: 10px;
    line-height: 15px;
    color: #88929A;
}

.landlord-cont-btns {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    border-top: 1px solid #D6D7D7;
    text-align: center;
}

.landlord-view-btn {
    display: inline-block;
    vertical-align: middle;
    min-width: 65px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #1F5079;
    border-radius: 5px;
    color: #1F5079;
    text-align: center;
    font-size: 10px;
    margin: 0 2px;
    font-family: poppinsmedium;
    cursor: pointer;
}

    .landlord-view-btn:hover {
        background: #1F5079;
        color: #fff;
    }

.landlord-dlt-btn {
    border-color: #74849A;
    color: #74849A;
}

    .landlord-dlt-btn:hover {
        background: #74849A;
        color: #fff;
    }
/** landlords tab css **/

/** searchs tab css **/
.searches-tab-cont .landlord-cont-top {
    padding: 20px 10px 10px;
}

.searches-tab-cont .landlord-name {
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.searches-tab-cont .ld-usr-icn {
    left: 0;
    top: 3px;
}

.searches-tab-cont .savedsearchparams .landlord-property {
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    color: #88929A;
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
}

.top-fav-icon .submenu .tabcontainer {
    position: relative;
}

.savedsearchparams {
    display: inline-block;
    width: 100%;
    padding: 0;
    min-height: 185px;
}
/** searchs tab css **/

/** home about info css **/
body .about-info-sec {
    width: 100%;
    float: left;
    margin: 25px 0 40px;
}

body .about-go8-lt {
    /*border: 1px solid #D6D7D7;*/
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25);
    background: #fff;
    border-radius: 6px;
    padding: 30px !important;
    box-sizing: border-box;
    width: 860px !important;
    min-height: 300px;
}

    body .about-go8-lt h2 {
        float: left;
        width: 100%;
        font-size: 21px !important;
        color: #000;
        line-height: 21px !important;
        margin-bottom: 30px;
        font-family: poppinsbold;
    }

    body .about-go8-lt p {
        float: left;
        width: 100%;
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }

        body .about-go8-lt p:last-child {
            margin-bottom: 0;
        }

body .about-go8-rt {
    width: 360px !important;
}
/** home about info css **/

.dtl-hor-hapanel {
    margin-top: 10px;
}

    .dtl-hor-hapanel .featured-listing ul li {
        width: 276px;
    }

.MT0 {
    margin-top: 0 !important;
}

.home-top-ad {
    margin: 25px 0;
}

.home-mid-ad {
    margin: 25px 0 0;
}
/** landlord logged css changes **/
.landlord .navheader .desktoponly {
    width: auto;
}

nav .menu li a#navacountlink {
    padding: 25px 24px 39px 46px;
    border-left: 1px solid rgba(255,255,255,.1);
}

nav .menu li a .navmembershiptype {
    bottom: 22px;
}
/** landlord logged css changes **/

.top-fav-popup.submenu .tabs {
    width: 97%;
    float: none;
    display: table;
    margin: auto;
    border-top: none;
    border-bottom: 2px solid #2f6f9f;
    background: transparent;
}

.submenu .tabcontainer {
    margin-left: 0.7%;
    width: 32.85%;
}

    .submenu .tabcontainer:first-child {
        margin-left: 0;
    }

.submenu .tab {
    background: #ececec;
    border-radius: 6px 6px 0 0;
    color: #555;
    font-size: 16px;
    border: none;
}

    .submenu .tab:hover, .submenu .tab.active, .submenu .tab.active:hover {
        background: #2f6f9f;
        color: #fff;
    }

body nav .menu .tabcontent li:first-child {
    border: none;
}

.fav-tabcontent {
    width: 97%;
    float: none;
    display: table;
    margin: auto;
    border: 2px solid #2f6f9f;
    border-top: none;
    padding: 10px 0;
    background: #f7f7f7;
}

.tabcontent {
    padding: 0 0 10px;
}

.fav-tabcontent .featured-listing {
    padding-left: 10px !important;
}

.fieldwrapper {
    text-align: left;
    border: 1px solid #ccc;
    padding: 20px 40px;
    border-radius: 5px;
    display: inline-block;
    margin: 0px auto;
    background: #f9f9f9;
}

/* About Us page CSS */
.serve-passion {
    width: 100%;
    margin: 40px 0 0;
    display: inline-block;
}

    .serve-passion h4 {
        color: #303E48;
        font-family: poppinsbold;
        font-size: 20px;
        text-align: center;
        margin-bottom: 40px;
    }

    .serve-passion ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

        .serve-passion ul li {
            list-style-type: none;
            flex: 0 0 33.33%;
            max-width: 33.33%;
            padding: 30px;
            box-sizing: border-box;
            text-align: center;
            box-sizing: border-box;
            margin: 0;
            border-radius: 5px;
            border: 1px solid transparent;
            border-radius: 6px;
        }

            .serve-passion ul li:hover {
                border-color: #D7DEE4;
                box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
            }

            .serve-passion ul li i {
                display: flex;
                height: 65px;
                align-items: center;
                justify-content: center;
                margin: 0 0 30px;
                width: 100%;
            }

            .serve-passion ul li h6 {
                display: block;
                font-size: 18px;
                margin: 0;
                font-family: poppinsmedium;
                color: #303E48;
            }

            .serve-passion ul li p {
                display: block;
                font-size: 16px;
                line-height: 26px;
                margin: 0 !important;
                color: #303E48;
            }

.more-icon {
    margin-top: 5px;
}

.tenant-after-login .go8mark, .tenant-after-login nav .menu li a.go8mark {
    min-height: inherit;
}

.tenant-after-login .submenu, .tenant-after-login #submenusavedsearches, .tenant-after-login #submenutenantfavorites {
    top: 60px;
}

.tenant-after-login.go8mark, nav.tenant-after-login .menu li a.go8mark {
    min-height: inherit;
}

nav.tenant-after-login .menu li a {
    min-height: 60px;
}

nav.tenant-after-login {
    min-height: 60px;
}

    .tenant-after-login .go8mark, nav.tenant-after-login .menu li a.go8mark {
        height: 60px !important;
    }

    nav.tenant-after-login .submenu .submenuwrapper a {
        text-align: left !important;
        padding: 15px !important;
        min-height: inherit !important;
    }

nav.before-login .menu li a {
    padding: 22px 18px !important;
}

nav.before-login .submenu .submenuwrapper a {
    text-align: left !important;
    padding: 15px !important;
}

nav.before-login .down:after {
    right: 5px;
}

.before-login .submenu, .before-login #submenusavedsearches, .before-login #submenutenantfavorites {
    top: 60px;
}

.before-login .go8logo {
    padding: 22px 14px !important;
}

nav.before-login .primarybutton {
    margin: 15px 20px;
}

nav.tenant-after-login .submenu .submenuwrapper .tn-myacc-link a {
    padding: 0 !important;
}

.housing-nearby .img img {
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: relative;
}

nav.tenant-after-login .submenu .submenuwrapper .tn-myacc-link a {
    padding: 0 !important;
}

nav.ll-nav .contactMenu {
    background: inherit;
}

/*.pagecontainer {
    padding-top: 60px !important;
}*/

body.landlord .pagecontainer {
    padding-top: 60px !important;
}

.mn-submenu-arr .submenuwrapper a {
    background-image: none !important;
}

nav.ll-nav .submenuwrapper a {
    border-bottom: none;
}

.comparerentspage.listings {
    padding-top: 0 !important;
}

.acnt-mail-id {
    word-wrap: break-word;
}

#housingagencyloginlink.active {
    padding: 10px 10px 10px 25px;
    line-height: 18px;
    background-position: 16px 24px;
}

#landlordloginlink.active {
    padding-left: 30px;
}

#tenantloginlink.active {
    padding-left: 20px;
    background-position: 25px 24px;
}

#favoritehomescontent .fav-tabcontent .prop-like-icon {
    border-top: none !important;
}

#navacountlinkAd {
    background: url(../images/AffordableHousing/my-account-white.png) no-repeat 12px center !important;
    background-size: 24px auto;
    padding-left: 48px !important;
    min-width: 145px;
    max-width: 400px;
    min-height: 80px;
    text-align: left !important;
}

.mapboxgl-popup-content .photo {
    width: 170px !important;
}

.contactus-cnt .fieldwrapper span {
    font-size: 12px !important;
    font-family: poppinsregular !important;
    color: #b7312c !important;
}

.static-after-login .aboutspan2 {
    width: 100%;
}

    .static-after-login .aboutspan2 .content {
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        box-shadow: none;
    }

.static-after-login .serve-passion h4 {
    border-color: #c5c5c5;
}

.static-after-login .serve-passion ul li {
    background: #fff;
    border-color: #c5c5c5;
}

    .static-after-login .serve-passion ul li:hover {
        background: #fff;
        border-color: #6c9ed3;
    }

.reg-date .airright {
    padding-right: 0;
}

.reg-asap .formheader {
    margin-bottom: 7px;
}
/** session timeout popup **/
.session-timeout {
    background: rgba(0, 0, 0, 0.35);
}

    .session-timeout .newmodalsmallcontents {
        padding: 25px 20px;
    }

    .session-timeout .newmodalsmallcontainer {
        max-width: 445px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin: auto;
    }

.session-cont h3 {
    margin-bottom: 25px;
    padding: 0;
    font-size: 24px;
    font-family: poppinsbold;
    color: #303E48;
}

.session-timeout .ren-own-btn {
    margin-top: 40px;
}

.session-cont p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 20px;
}

    .session-cont p:last-child {
        margin-bottom: 0;
    }

.session-btns {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

    .session-btns .secondarybutton {
        min-width: 190px;
        line-height: 54px;
        display: inline-block;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0 5px;
        font-size: 14px;
        color: #fff;
    }

    .session-btns .keep-sign-btn, .keep-sign-btn {
        background: #67c88d;
        border-color: #56a976;
        color: #fff !important;
        box-shadow: none;
    }

        .session-btns .keep-sign-btn:hover, .keep-sign-btn:hover {
            background: #56a976;
        }
/** session timeout popup **/

/** new login css **/
.login-container {
    max-width: 390px;
    margin-top: 20px;
}

.login-tabs a {
    font-size: 14px;
}

    .login-tabs a.active {
        font-family: poppinsmedium;
    }

.login-subheading {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

    .login-subheading h4 {
        display: block;
        font-size: 20px;
        color: #000;
        font-family: poppinsmedium;
    }

.login-container .formheader {
    font-size: 14px;
    padding-top: 0;
}

.login-tabs .login-tab-blk {
    width: 33.33%;
    float: left;
}

.login-tabs a {
    line-height: 56px;
    padding: 0 10px;
    text-align: center;
    width: 100% !important;
    float: left;
}

.login-container input[type="text"],
.login-container input[type="password"] {
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
}

.forgot-link {
    float: right;
    font-weight: 400;
}

    .forgot-link a {
        font-family: poppinsregular;
    }

.signup-link {
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #767676;
    font-size: 16px;
    line-height: 30px;
}

    .signup-link a {
        font-size: 16px;
        color: #2979BF;
        text-decoration: underline;
        font-family: poppinsbold;
    }

        .signup-link a:hover {
            color: #000 !important;
            text-decoration: none;
        }

.login-container .primarybutton {
    background: #f2f2f2;
    border-color: #c9c9c9;
    color: #b1b1b1 !important;
    box-shadow: none;
    text-shadow: none;
    padding: 0 10px;
    line-height: 48px;
    font-size: 16px;
}

.login-container .login-act {
    background: #5cc182;
    border-color: #469764;
    color: #fff !important;
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

    .login-container .login-act:hover {
        background: #1dab67;
        color: #fff;
        border: 1px solid #34754e;
        box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.06);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

.login-container .fieldwrap {
    margin-bottom: 25px;
}

.login-wl-msg {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

    .login-wl-msg h4 {
        display: block;
        margin: 0 0 12px;
        font-size: 21px;
        color: #000;
        font-family: poppinsmedium;
    }

    .login-wl-msg p {
        display: block;
        margin: 0;
        font-size: 16px;
        color: #767676;
    }

.logemail {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #212121;
    margin-top: 15px;
}

.signinpage .pagetitle {
    font-size: 46px;
    font-family: poppinsmedium;
}

.signinpage .acnt-attention-msg p {
    margin-bottom: 15px;
}

    .signinpage .acnt-attention-msg p:last-child {
        margin-bottom: 0;
    }

.signinpage .acnt-attention-msg {
    margin-bottom: 20px;
}
/** new login css **/

/* Print listing popup button css */
.printlistfilters .secondarybutton {
    line-height: 43px;
}

.printlistfilters .primarybutton, .printlistfilters .secondarybutton {
    min-width: 250px;
}
/* Print listing popup button css */

#activelistingsrefine input[type="text"] {
    height: 40px;
}

.signup .primarybutton {
    height: 48px;
    line-height: 48px;
    padding: 0 !important;
}

.search-close-icon-right {
    right: 0 !important;
}

nav.before-login .menu li a.down {
    padding-right: 30px !important;
}

nav.before-login .down:after {
    right: 16px;
}

nav.tenant-after-login .menu li a.down {
    padding-right: 30px !important;
}

nav.tenant-after-login .down:after {
    right: 16px;
    margin-top: -4px;
}

nav.tenant-after-login .menu li a.down.fav-icn {
    padding-right: 12px !important;
}

body.modal-popup-open nav.ll-nav, body.modal-popup-open .topnav {
    z-index: 0;
}

.redStar {
    color: #ff0000;
}

.payment-method .membership-blk-left {
    width: 40%;
    float: left;
}

.payment-method .membership-blk-right {
    width: 60%;
    float: left;
    text-align: right;
    position: relative;
    font-size: 16px;
}

.payment-method img.card-show-image {
    width: 40px;
    margin-left: 10px;
}

.payment-method .checkout-help .tooltip-show-onhover {
    display: none;
    text-decoration: none;
    position: absolute;
    top: 120%;
    right: -10px;
    z-index: 1000;
    background: #fff;
    width: 300px;
    padding: 10px;
    border: 2px solid #333;
    border-radius: 4px;
    text-align: left;
}

.payment-method .checkout-help:hover .tooltip-show-onhover {
    display: block;
}

.payment-method .checkout-help .tooltip-pop-arr {
    right: 7px;
    left: auto;
    position: absolute;
    top: -11px;
}

.payment-method .card-exp-date {
    font-size: 14px;
}

.payment-method .chekout-card {
    display: inline-block;
    vertical-align: middle;
}
/** regression testing changes **/
#benefits-landlord .airtop input {
    height: 45px;
}
/** regression testing changes **/

.payment-method .checkout-help-ico {
    vertical-align: middle;
    margin-left: 5px;
}

.tooltip-show-onhover p:first-child {
    margin-top: 0;
}

body.landlord .welcome-dashboardcontent {
    padding-left: 240px;
}

.cancel-request-cnt .landlord-cancel {
    padding-left: 240px;
}

.unauthenticated .cancel-request-cnt .landlord-cancel {
    padding-left: 10px;
    padding-right: 10px;
}

.effective-date {
    display: block;
    font-size: 22px;
    font-family: poppinsbold;
}

.login-forgot {
    margin-top: 10px;
}

/* datepiecker additional css from jquery UI */
.ui-datepicker {
    width: 17em;
    padding: 10px !important;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
    }

    .ui-datepicker table {
        font-size: .9em;
        border-collapse: collapse;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        font-family: poppinsmedium;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        border: 0;
        font-family: poppinsmedium;
        border-bottom: 1px solid #e6eaef;
    }

.ui-widget :active {
    outline: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
    background: #e6e6e6 /*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png) /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #555555 /*{fcDefault}*/;
}
/* datepiecker additional css from jquery UI */

.wl-sts-badge-row {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0;
}

.wl-sts-badge {
    display: inline-block;
    font-size: 12px;
    color: #4cb07a;
    margin-right: 3px;
}

    .wl-sts-badge:last-child {
        margin-right: 0;
    }

    .wl-sts-badge i {
        display: inline-block;
        width: 17px;
        height: 17px;
        line-height: 18px;
        border: 1px solid #4cb07a;
        border-radius: 50%;
        text-align: center;
        margin-right: 5px;
    }

.wl-cls-sts-badge {
    color: #6b6f81;
}

    .wl-cls-sts-badge i {
        border-color: #6b6f81;
    }

.rsp-housing-rt .wl-sts-badge-row {
    margin-top: 3px;
}

.rsp-housing-rt .wl-sts-badge {
    font-size: 11px;
    margin-right: 7px;
}

    .rsp-housing-rt .wl-sts-badge i {
        width: 16px;
        height: 16px;
        line-height: 16px;
    }

.result-housing-panel .wl-sts-badge-row {
    margin: 7px 0 0;
}

.result-housing-panel .wl-sts-badge {
    font-size: 12px;
}

    .result-housing-panel .wl-sts-badge i {
        width: 16px;
        height: 16px;
        line-height: 17px;
        font-size: 11px;
    }

/* new modal popup css */

.modal-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .modal-title h3 {
        font-size: 36px;
        color: #000;
        font-family: poppinsmedium;
        padding: 0;
        line-height: 36px;
    }

.modal-content {
    display: inline-block;
    width: 100%;
}

    .modal-content p {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

.go8--withdrawApp--modal .modal-content p {
    text-align: center;
    margin: 20px 0 10px;
    font-size: 18px;
    line-height: 30px;
}

.newmodalsmallcontents .eligb-content {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 31px;
    color: #747474;
    margin: 0 0 25px;
}

.eligb-content:last-child {
    margin-bottom: 0;
}

.modal-btn-row {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}

.modal-grey-btn {
    display: inline-block;
    min-width: 180px;
    line-height: 52px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    background: #7f8fa4;
    font-family: poppinsbold;
    cursor: pointer;
}

    .modal-grey-btn:hover {
        background: #61748d;
    }

.modal-green-btn {
    display: inline-block;
    min-width: 180px;
    line-height: 52px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    background: #4fb27d;
    font-family: poppinsbold;
    cursor: pointer;
}

    .modal-green-btn:hover {
        background: #41a871;
    }

.modal-btn-row div, .modal-btn-row button {
    margin: 0 10px;
}
/*.featured-listing .feature-listing-horizontal {
    width: auto;
    display: table;
    margin: auto;
    float: none;
}*/
/* new modal popup css */
#UpdateUserNamePopup .newmodalsmallclose {
    top: -7px;
    right: -7px;
}

/* back page css */
.go8--landing--backpage {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border: 1px solid #DCDCDC;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    background: #fff;
}

    .go8--landing--backpage h2 {
        font-size: 16px;
        color: #0F2522;
        line-height: 19px;
        display: flex;
        align-items: center;
        font-family: poppinsmedium;
        cursor: pointer;
    }

        .go8--landing--backpage h2 i {
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
        }
/* back page css */

/* jurisdiction css */
.jurisdiction-county-list {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    max-height: 270px;
}

    .jurisdiction-county-list ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .jurisdiction-county-list ul li {
            float: left;
            width: 100%;
            list-style: none;
            padding: 15px 0;
            border-bottom: 1px solid #e9e9e9;
            font-size: 16px;
            color: #747474;
        }

            .jurisdiction-county-list ul li:first-child {
                padding-top: 0;
            }

            .jurisdiction-county-list ul li:last-child {
                padding-bottom: 0;
                border-bottom: none;
            }
/* jurisdiction css */

/* WL Application Sucess signup css */
.go8--signupSuccess--popup .newmodalsmallcontainer {
    max-width: 480px;
}

.go8--successSignup--cont {
    float: left;
    width: 100%;
}

    .go8--successSignup--cont p {
        font-size: 18px;
        line-height: 26px;
        color: #000;
        text-align: center;
    }
/* WL Application Sucess signup css */
.unauthenticated .sticky_hd_pagetitle, body.tenant .sticky_hd_pagetitle {
    top: 48px;
}

.unauthenticated .sticky_hd_result, body.tenant .sticky_hd_result {
    top: 125px;
}

.sticky_hd_pagetitle {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 11;
}

.sticky_hd_result {
    position: fixed;
    top: 145px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.results-sorting .wrapper {
    padding: 0;
}

.sticky_hd_result .wrapper, .sticky_hd_pagetitle .refine .wrapper {
    padding: 0 30px;
}

.results.results-sorting .sortby2 {
    margin-top: 3px;
}

.searchbar-info .refine input[type=text] {
    top: -5px !important;
}

.tab-fixed-wrapper {
    width: 856px;
    margin: 0;
    max-width: 100%;
}

.sticky_hd_result .tab-fixed-wrapper {
    width: 858px;
}

.results-sorting .tabs .left, .searchbar-info .refineoption.autocomplete {
    padding-left: 0 !important;
}

/** switch button css **/
.onoffswitch {
    position: relative;
    width: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.onoffswitch-checkbox {
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    position: absolute;
    opacity: 0;
}

.onoffswitch-label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
    cursor: pointer;
    /*border: 1px solid #e3d8d8;*/
    border-radius: 50px;
    padding: 0 !important;
    width: 100%;
}

    .onoffswitch-label:after {
        display: none !important;
    }

/* grade school css start*/

.school-accordion-main .great-school-title {
    display: flex;
    justify-content: space-around;
    float: none;
    width: auto !important;
    padding: 0 25px !important;
}

    .school-accordion-main .great-school-title li i {
        font-size: 18px;
        color: #7b8fa6;
        margin-left: 3px;
    }

    .school-accordion-main .great-school-title li {
        float: none !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }


.school-accordion-main .great-school-list .num h5.score-card {
    width: 56px;
    height: 46px;
    background: #3b8822;
    border: none;
    line-height: 46px;
    font-weight: normal;
    font-size: 14px;
    margin: auto;
}

    .school-accordion-main .great-school-list .num h5.score-card span {
        font-family: poppinsbold;
        font-size: 23px;
        margin-right: 3px;
    }

.school-accordion-main .great-school-list li {
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 25px !important;
    width: auto !important;
}

    .school-accordion-main .great-school-list li .rat, .school-accordion-main .great-school-title li {
        display: block;
        float: none;
        width: auto !important;
    }

        .school-accordion-main .great-school-list li .num, .school-accordion-main .great-school-title li.num {
            width: 10.5% !important;
        }

            .school-accordion-main .great-school-list li .num.score-gain, .school-accordion-main .great-school-title li.num.score-gain {
                width: 16% !important;
            }

    .school-accordion-main .great-school-list li .num {
        display: inline-flex;
        align-items: center;
        flex-direction: column;
    }

    .school-accordion-main .great-school-list li .grad, .school-accordion-main .great-school-title li.grad {
        width: 15% !important;
    }

    .school-accordion-main .great-school-list li .schl, .school-accordion-main .great-school-title li.schl {
        width: 35% !important;
        text-align: left;
        justify-content: flex-start;
    }

    .school-accordion-main .great-school-list li .rentals, .school-accordion-main .great-school-title li.rentals {
        width: 14% !important;
    }

    .school-accordion-main .great-school-list li .schl p {
        display: block;
        width: auto;
    }

    .school-accordion-main .great-school-list li .schl h5 {
        float: none;
    }

    .school-accordion-main .great-school-list li .schl span {
        display: block;
        text-align: left;
    }

.school-accordion-main .great-school-title li.num {
    align-items: flex-end;
}

    .school-accordion-main .great-school-title li.num.align-item-center {
        align-items: center;
    }

/* grade school css end*/

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100% !important;
    transition: margin 0.2s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 12px;
        color: white;
        box-sizing: border-box;
        font-family: poppinsbold;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-left: 5px;
        background-color: #63A853;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 5px;
        background-color: #848484;
        color: #fff;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    border-radius: 50%;
    transition: all 0.2s ease-in 0s;
    transform: translateY(-50%);
    top: 50%;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0 !important;
    text-align: left;
}

.onoffswitch-checkbox:checked + label:before {
    display: none !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 2px;
}
/** switch button css **/

/* sms-email alert css */
.go8--alert--blk {
    float: left;
    width: 100%;
    overflow-y: auto;
    max-height: 520px;
}

.go8--alert--inn {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 10px;
}

    .go8--alert--inn:last-child {
        margin-bottom: 0;
    }

.go8--alert--title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #296399;
    position: relative;
    margin-bottom: 25px;
    font-family: poppinsbold;
}

    .go8--alert--title:after {
        content: '';
        width: 50px;
        height: 2px;
        background: #296399;
        display: table;
        margin: 10px 0 0;
    }

.go8--alert--listing {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}

    .go8--alert--listing li {
        display: flex;
        align-items: center;
        padding: 0 0 15px;
        margin: 0 0 15px;
        border-bottom: 1px solid #ddd;
    }

        .go8--alert--listing li:last-child {
            margin-bottom: 0;
        }

        .go8--alert--listing li p {
            width: 80%;
            margin: 0;
            font-size: 16px;
            line-height: 20px;
            color: #000;
            margin: 0;
        }

        .go8--alert--listing li .onoffswitch {
            width: 20%;
            text-align: right;
        }
/* sms-email alert css */

/* HA share popup */
.ha-share-popup .modal-title h3 {
    font-size: 20px;
    line-height: 26px;
    padding-right: 30px;
}

.ha-share-popup .newmodalsmallcontainer {
    max-width: 400px;
}

.go8--HAshare--icon {
    float: left;
    width: 100%;
    text-align: center;
}

    .go8--HAshare--icon p {
        font-size: 16px;
        line-height: 26px;
        color: #303030;
        margin: 0 0 20px;
    }

.go8--HAshare--btn {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}

    .go8--HAshare--btn:hover span {
        color: #296399;
    }

    .go8--HAshare--btn i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 4px;
        font-size: 22px;
        color: #fff;
        display: table;
        margin: auto;
    }

    .go8--HAshare--btn span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #333;
        margin: 10px 0 0;
        font-family: poppinsmedium;
    }

.go8--HAshare--icon .fa-facebook-f {
    background: #37559a;
}

.go8--fbShare--btn:hover .fa-facebook-f {
    background: #1b3b84;
}

.go8--HAshare--icon .fa-file {
    background: #848484;
}

.go8--copyLink--btn:hover .fa-file {
    background: #303E48;
}

.go8--share-copy {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding: 10px;
    background: rgba(0,0,0,0.05);
    border-radius: 3px;
}

    .go8--share-copy input {
        width: calc(100% - 70px);
        border: none;
        height: auto;
        font-size: 14px;
        color: #000;
        background: transparent;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
    }

    .go8--share-copy a {
        float: right;
        width: 50px;
        padding: 0;
        color: #1e82e0 !important;
        font-size: 14px;
        text-transform: uppercase;
        font-family: poppinssemibold;
        background: none;
        border: none;
        outline: none;
        text-align: right;
    }

        .go8--share-copy a:hover {
            color: #000;
        }

.dfp-wrapper {
    display: inline-block;
    width: 100%;
}

.results .separator h1 {
    font-size: 18px;
    display: inline-block;
    font-family: poppinsbold;
    text-transform: none;
}

.results .separator.bottom-spacing {
    margin-bottom: 8px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

table.dxucControl.imgupload {
    width: 100% !important;
}

.dxbButton div.dxb {
    text-align: center !important;
}

.dxucControl, .dxucEditArea {
    width: 100% !important;
}

/* DFP Ad Styles */

.dfp-wrapper {
    padding: 12px;
    margin: 12px auto;
}

.detailspage .dfp-square-right {
    margin: 0 auto;
}

.resultspage .dfp-square-right {
    margin-top: 0;
}

.dfp-leaderboard-top,
.dfp-leaderboard-bottom,
.dfp-leaderboard-top .dfp-ad,
.dfp-leaderboard-bottom .dfp-ad {
    background: none;
}

.resultspage .dfp-square-paging {
    border: none;
    padding: 0;
}

.detailspage .dfp-square-details {
    border: none;
    margin: 0;
}

.school-accordion-main .switch-dis .slider, .switch-dis .slider {
    border-color: #cccccc;
    color: #cccccc;
    cursor: default;
}

    .school-accordion-main .switch-dis .slider:before, .switch-dis .slider:before {
        background: #cccccc;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

/** list property button css **/
.list-property-row {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(31,80,121,0.8);
    padding: 12px 0;
    text-shadow: none;
    z-index: 7;
}

.list-property-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-top: 0;
}

/*.list-property-text strong {
        font-family: poppinsmedium;
    }*/

.list-property-btn {
    display: inline-block;
    vertical-align: middle;
    background: #4FB27D;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 18px;
    color: #fff !important;
    font-family: poppinsmedium;
    min-width: 182px;
    line-height: 56px;
}

    .list-property-btn:hover {
        background: #29a261;
        text-decoration: none;
    }

/** list property button css **/

/** new css signup popup **/
.tenantregistration .hero h3 {
    font-size: 30px;
    font-family: poppinsbold;
}

.tenantregistration .hero {
    font-size: 14px;
    padding: 40px 20px;
    margin: 0;
}

.newmodalcontents {
    padding: 25px;
}

.tenantregistration .formheader {
    font-size: 14px;
}

/*.tenantregistration .textinput input[type=text], .tenantregistration .textinput input[type=password], .tenantregistration .textinput input[type=tel] {
    height: 30px;
    padding: 0 10px;
}*/

.tenantregistration .checkboxnojs input[type="checkbox"] + label, .tenantregistration .radionojs input[type="radio"] + label {
    font-size: 12px;
    line-height: 22px;
}

.tenantregistration .air .gray {
    font-size: 12px;
}

.tenantregistration .terms {
    font-size: 12px;
}

.primarybuttongreen.large.createaccntbtn {
    min-width: 210px;
    line-height: 52px;
    padding: 0;
    font-size: 16px;
}

.tenantregistration .closetenantregistration {
    font-size: 12px;
}

.tenantregistration .newmodalcontents {
    padding: 0;
    overflow: inherit;
}

.tenantregistration .newmodalheader {
    display: inline-block;
    width: 100%;
}

.tnmodal {
    display: inline-block;
    width: 100%;
}

.signup-sepration {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

    .signup-sepration:after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        background: #cecece;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        left: 0;
    }

    .signup-sepration span {
        display: inline-block;
        padding: 0 25px;
        font-size: 14px;
        color: #000;
        position: relative;
        z-index: 1;
        background: #fff;
    }

.already-acnt {
    font-size: 20px;
    color: #2d2d2d;
    display: inline-block;
    width: 100%;
    font-family: poppinsmedium;
}

    .already-acnt a:hover {
        color: #000 !important;
    }

.newmodalclose div {
    width: 16px;
    top: 25px !important;
    right: 10px;
}

.landloard-checkbox {
    padding: 0 12px;
}
/** new css signup popup **/

.homelowercontent2 .most-featured-listing {
    margin-top: 40px;
}

.contactMenu {
    display: none;
}

.myaccount-info {
    padding: 15px;
    min-height: inherit;
    overflow: hidden;
}

    .myaccount-info .primarybuttongreen {
        display: block;
    }

.submenuwrapper a:last-child {
    border-radius: 0 0 6px 6px !important;
}

.submenuwrapper a {
    padding: 20px !important;
    border-top: 1px solid rgba(0,0,0,.1) !important;
    font-size: 14px !important;
}

.myacc-ico-l {
    float: left;
    margin-right: 10px;
}

    .myacc-ico-l span {
        height: 56px;
        width: 56px;
        display: block;
        border-radius: 50%;
        text-align: center;
        line-height: 56px;
        border: 2px solid #2B6793;
        color: #2B6793;
        font-size: 36px;
    }

.myacc-info-r {
    width: 70%;
    float: left;
}

.firstlastname {
    color: #354052;
    font-size: 16px;
}

.user-email {
    font-size: 14px;
    color: #A8A8A8;
    word-wrap: break-word;
}

.membershiptype {
    font-size: 12px;
    color: #000;
    margin-top: 5px;
}

h3.myaccount-hd {
    color: #7F8FA4;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}

ul.myaccount-drop {
    margin: 0;
    padding: 0;
}

    ul.myaccount-drop li {
        margin-bottom: 7px;
        font-size: 14px;
        list-style-type: none;
        padding: 0;
    }

        ul.myaccount-drop li a {
            color: #222 !important;
            padding: 0;
            border-top: none;
            display: inline-block;
        }

            ul.myaccount-drop li a:hover {
                color: #296399 !important;
                background: none !important;
            }

        ul.myaccount-drop li:hover {
            background: none !important;
        }

.tenantregistration.acnt-cmn-blk .formheader {
    margin-bottom: 7px;
    font-size: 14px;
    color: #303E48;
    font-family: poppinsmedium;
    padding: 0;
}

.acnt-cmn-blk .cmn--btn--md {
    padding: 0 20px;
}

.acnt-cmn-blk .landing-tab-cont {
    padding: 0;
}

nav.adv-after-login .menu li .submenuwrapper a {
    border-bottom: none;
}

body.advertiser #topnavacountlink {
    padding-top: 30px !important;
    padding-right: 30px;
}

body.advertiser #navacountlinkAd {
    padding: 32px 22px 33px 48px !important;
}

    body.advertiser #navacountlinkAd.down:after {
        right: 7px;
    }


.text-left {
    text-align: left !important;
}

.validationMessage {
    font-size: 14px;
    color: #f00;
    margin: 5px 0 0;
    display: block;
}

/* AH site css */

.reset--pwd--blk {
    width: 475px;
    display: block;
    box-shadow: 0 0 1px 0 rgba(78,78,78,0.3), 0 4px 8px -4px rgba(78,78,78,0.3);
    background: #fff;
    margin: 40px auto 0;
}

.loginpage--flt--blk {
    box-shadow: none;
    background: none;
}

.reset--pwd--blk .loginpage-form {
    width: 100%;
    display: block;
    box-shadow: 0 0 1px 0 rgba(78,78,78,0.3), 0 4px 8px -4px rgba(78,78,78,0.3);
    background: #fff;
}

.reset--pwd--blk .modal--cls--btn {
    display: none;
}

.cmn--alert--yellow {
    border-left-color: #fdb30f;
}

    .cmn--alert--yellow i {
        color: #fdb30f;
    }

.cmn--alert--green {
    border-left-color: #529D3F;
}

    .cmn--alert--green i {
        color: #529D3F;
    }

.cmn--alert--red {
    border-left-color: #b7312c;
}

    .cmn--alert--red i {
        color: #b7312c;
    }

.cmn--alert--blue {
    border-left-color: #2979BF;
}

    .cmn--alert--blue i {
        color: #2979BF;
    }

.newemail--field {
    display: inline-block;
    margin: 20px 0 5px;
    width: 100%;
}

.MT0 {
    margin-bottom: 0 !important;
}

.pwd--tips--txt {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #303E48;
}

    .pwd--tips--txt strong, .pwd--tips--txt b {
        font-family: poppinsbold;
        /*display: block;*/
        margin-right: 7px;
    }

.mail-link-blk .pwd--tips--txt {
    margin: 0 0 15px;
}

    .mail-link-blk .pwd--tips--txt:last-child {
        margin-bottom: 0;
    }

.confirm--link--sent {
    margin-bottom: 20px;
}

.mid--wrapper {
    display: block;
    width: 100%;
    padding: 0 0 40px;
}



/*.que--text {
    text-align: center;
}*/

.cmn-hvr {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .cmn-hvr:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    }

.cmn--btn--bdr {
    background: #fff;
    color: #2979BF;
}

    .cmn--btn--bdr:hover {
        background: #2979BF;
        color: #fff;
    }

.cmn--btn--yellow {
    background: #f8b413;
    border: 1px solid #c79b2b;
    color: #262626;
}

    .cmn--btn--yellow:hover {
        background: #dc9f0d;
        color: #262626;
    }

/*

.cmn--btn--grey {
    background: #6c7e8e;
    border: 1px solid #4e6375;
}

    .cmn--btn--grey:hover {
        background: #4e6375;
    }

    .cmn--btn--grey:focus {
        box-shadow: 0 0 0px 2px #3e4850;
    }

    .cmn--btn--grey:active {
        box-shadow: none;
    }

*/

.loading--toggle .loading {
    position: static;
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url(../images/AffordableHousing/loading-white.gif) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.resendbtn--toggle .loading {
    position: static;
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url(../images/AffordableHousing/loading-white.gif) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.fb--loading--toggle .loading {
    position: static;
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url(../images/AffordableHousing/loading-white.gif) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.google--loading--toggle .loading {
    position: static;
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url(../images/AffordableHousing/loading-white.gif) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}


/*.page--top--scroll {
    position: fixed;
    bottom: 100px;
    right: 70px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #2979bf;
    color: #2979bf;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    font-size: 20px;
    box-shadow: 0 0 7px 2px rgba(0,0,0,0.1);
}

    .page--top--scroll:hover {
        background: #2979bf;
        color: #fff;
    }*/

.email--req--cont {
    padding: 30px 20px;
}

    .email--req--cont p {
        font-size: 16px;
        line-height: 26px;
        color: #303E48;
        margin: 20px 0 0;
        text-align: center;
    }

.email--form {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
}

@supports (-webkit-overflow-scrolling: touch) {
    * {
        touch-action: manipulation;
    }
}

.tooltipstered {
    /* color: rgba(132,132,132,0.5);*/
    font-size: 16px;
}

.loading--overlay {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1111111111;
}

#disclosurepopup {
    padding: 20px;
}

.ah--loading {
    width: 100px;
    height: 100px;
}

.tenantregistrationmodal .cmn--hdr {
    text-align: center;
}

.acnt--page--dummy {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}
/* AH site css */

.ic--info--circle {
    width: 22px;
    height: 22px;
    background: url(../images/AffordableHousing/ic-info-circle.svg) no-repeat center center;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 5px;
}

.tenantregistrationmodal .cmn--hdr {
    text-align: center;
}


/* common sms opt css */
.findApp--subtitle {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
}

    .findApp--subtitle p {
        margin: 20px 0 0;
        line-height: 24px;
        font-size: 16px;
    }

#smsOptIn .findApp--subtitle i img {
    width: 70px;
}

.expire--code--text {
    font-size: 14px;
    line-height: 18px;
    color: #817e7e;
    display: block;
    margin: 10px 0 0;
}

.signup--links--row .signup--text.text--left {
    text-align: left;
}

.mbl--success--icon img {
    width: 130px;
}

.newmodalsmall .mbl--alt--fld, .newmodalsmall .send--code--link {
    display: none;
}

#sessionWarningModal {
    z-index: 600000002;
}

.scl--mail--note {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    background: #edeff1;
    margin: 0 0 20px;
}

    .scl--mail--note p {
        margin: 0;
        font-size: 16px;
        line-height: 26px;
    }

        .scl--mail--note p strong {
            font-weight: 400;
            font-family: poppinsbold;
        }

    .scl--mail--note i {
        margin-right: 30px;
    }

.property--photo--icon {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    background: url(/images/AffordableHousing/camera-icon.svg) no-repeat center center;
    background-size: 100%;
}

.d--flex {
    display: flex;
    align-items: center;
}

.justify--space--between {
    justify-content: space-between;
}

.justify--content-start {
    justify-content: flex-start;
}

header#header > div.wrapper {
    max-width: 100%;
    padding: 0 15px;
}

/* For all tooltipster tooltip content */
.tooltipster-content {
    word-break: break-word;
    font-size: 12px;
}

/** help popup */

.app--help--blk {
    position: relative;
}

.help--popover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 15px);
    background: #00a1df;
    border-radius: 4px;
    width: 500px;
    padding: 15px;
    align-items: center;
    display: flex;
    z-index: 11;
    box-shadow: 2px 8px 24px rgba(0, 161, 223, 0.4);
}

    .help--popover:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #00a1df;
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
    }

.help--illustration {
    width: 160px;
}

.help--cont {
    width: calc(100% - 160px);
    padding-left: 10px;
}

    .help--cont h6 {
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        font-family: 'poppinssemibold';
        margin: 10px 0;
    }

    .help--cont p {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
        margin: 0;
    }

.help--action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0 0;
}

.help--act--btn {
    font-size: 16px;
    color: #fff;
    font-family: 'poppinssemibold';
    min-width: 130px;
    line-height: 45px;
    border-radius: 4px;
    font-family: 'poppinssemibold';
    text-align: center;
    padding: 0 10px;
}

    .help--act--btn:hover {
        color: #fff;
        background: #007bab;
    }

.help--learn--btn {
    font-size: 16px;
    color: #00a1df;
    background: #fff;
    margin-left: 5px;
}

    .help--learn--btn:hover {
        background: #fc8b06;
        color: #fff;
    }

.help--mbl--row .edit--settings--link {
    display: none;
}

/* Hello Sign Modal */
.x-hellosign-embedded--in-modal {
    z-index: 999711111 !important;
}

/*    .x-hellosign-embedded--in-modal .dig-theme--Sign {
        border: 10px solid green;
    }

    .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: calc(100vh - 60px);
        min-height: 400px;
        width: calc(100vw - 140px);
        min-width: inherit;
        max-width: inherit;
    }

    .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-close {
        right: -50px;
    }

    .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-close-button {
        background: #00A1DF;
    }

        .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-close-button:hover {
            background: #007bab;
        }*/


.contact-us--main-block {
    padding: 36px;
    background-color: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(48, 62, 72, 0.20);
    margin-bottom: 24px;
}

.contact-us-live-chat {
    display: flex;
    margin-bottom: 48px;
}

    .contact-us-live-chat .contact-us-button {
        margin-top: 24px;
        display: flex;
        height: 45px;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 4px;
        background: #009DDB;
        color: #FFF;
        text-align: center;
        font-family: poppinssemibold,sans-serif;
        font-size: 18px;
        font-style: normal;
        line-height: 24px;
        max-width: 256px;
        cursor: pointer;
    }

.contact-us-phones {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-bottom: 48px;
}

.contact-us--main-block a.contact-us-link {
    text-decoration: underline;
}

#contact-us--media-email {
    text-decoration: underline;
    font-weight: bold;
}

.contact-us--title {
    color: #303E48;
    font-family: poppinssemibold,sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 8px;
}

.contact-us-social {
    padding: 24px;
    background-color: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(48, 62, 72, 0.20);
}

.contact-us-social-icons {
    display: flex;
}

    .contact-us-social-icons li a {
        margin-right: 25px;
    }

.property--info--layer {
    display: inline-block;
    border-radius: 4px;
    min-height: 24px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}

.info--layers-icon-bg {
    width: 14px;
    height: 14px;
    display: inline-flex;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
}

.air-better {
    background-color: rgba(235, 243, 234, 1);
}

    .air-better .info--layers-icon-bg {
        background-color: rgba(126, 203, 130, 1);
    }

.air-moderate {
    background-color: rgba(232, 250, 113, 0.2);
}

    .air-moderate .info--layers-icon-bg {
        background-color: rgba(232, 250, 113, 1);
        border: 1px solid rgba(205, 236, 2, 1);
    }

.air-worse {
    background-color: rgba(255, 248, 230, 1);
}

    .air-worse .info--layers-icon-bg {
        background-color: rgba(241, 154, 73, 1);
    }

.economic-better {
    background-color: rgba(229, 241, 246, 1);
}

    .economic-better .info--layers-icon-bg {
        background-color: rgba(65, 103, 124, 1);
    }

.economic-moderate {
    background-color: rgba(252, 251, 198, 0.3);
}

    .economic-moderate .info--layers-icon-bg {
        background-color: rgba(252, 251, 198, 1);
        border: 1px solid rgba(231, 230, 180, 1);
    }

.economic-worse {
    background-color: rgba(255, 248, 230, 1);
}

    .economic-worse .info--layers-icon-bg {
        background-color: rgba(142, 49, 52, 1);
    }

.property--info--badge {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-right: 3px;
}

    .property--info--badge img {
        margin-bottom: -2px;
    }

.property--info--layer i.fa {
    color: rgba(172, 178, 182, 1);
    cursor: pointer;
}

.space--nowrap {
    white-space: nowrap;
}

.property--info--layer:hover i.fa, .badge--infopopup-control.infopopup-open i.fa {
    color: #303e48;
}


.badge--infopopup-control {
    position: relative;
    display: inline-block;
}

    .property--info--layer:hover .badge-infopopup.hide, .badge--infopopup-control.infopopup-open .badge-infopopup.hide {
        display: block !important;
    }

.badge-infopopup {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 8px;
    background: #30343E;
    box-shadow: 0px 4px 8px 0px rgba(48, 52, 62, 0.30);
    position: absolute;
    bottom: 35px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transform: translate(calc(-50% + 7px));
    min-width: 200px;
    max-width: 344px;
}

    .badge-infopopup:after {
        content: '';
        position: absolute;
        top: unset;
        bottom: 1px;
        left: 50%;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-top-color: #30343E;
        border-bottom: 0;
        margin-left: -12px;
        margin-bottom: -10px;
    }

.economic-badge .badge-infopopup {
    width: 344px;
}

.tnresult--map .drawing--remove-label {
    display: flex;
    align-items: baseline;
}

    .tnresult--map .drawing--remove-label img {
        width: 14px;
        margin-left: 8px;
    }

.fr-element.fr-view ul, .fr-element.fr-view ol {
    padding: 0 0 0 0;
    margin: 20px 0 0 20px;
}

    .fr-element.fr-view ul li {
        list-style: initial;
    }

    .fr-element.fr-view ol li {
        list-style: auto;
    }

.has--fixed--left--label .form--field input[type="tel"], .has--fixed--left--label .form--field input[type="text"] {
    padding-left: 22px;
}

.left--label--fixed {
    position: absolute;
    left: 10px;
    top: 10px;
    pointer-events: none;
    opacity: .7;
    font-size: 16px;
}


.unsubscribed--thread--msg {
    margin: 24px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
}

    .unsubscribed--thread--msg:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #D6D8DA;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .unsubscribed--thread--msg p {
        font-size: 13px;
        line-height: 16px;
        color: #838B91;
        margin: 0;
        padding: 0 16px;
        background: #fff;
        position: relative;
        z-index: 1;
        text-align: center;
    }

.search--input {
    background: transparent !important;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}

.preview--input {
    z-index: 1;
    top: 0px;
    left: 0px;
    border: none;
    position: absolute;
    color: #aaa;
}

.search--fld .preview--input:disabled, .search--fld .preview--input.disabled {
    background: #fff;
    opacity: 1;
    color: rgba(48, 62, 72, 0.5);
}

/** media css **/
@media screen and (max-width: 540px) {
    .widget .legend-copy {
        float: left;
        text-align: left;
        width: 50%;
        line-height: 20px;
        margin-bottom: 12px;
        margin-right: 0;
    }
}

@media screen and (min-width:1280px) and (max-width:1340px) {
    .featured-listing ul li {
        width: 23.70%;
    }
}

@media screen and (min-width:1180px) and (max-width:1280px) {
    .featured-listing ul li {
        width: 23.70%;
    }
}

@media screen and (min-width:1280px) and (max-width:1500px) {
    body .dashboardcontent .wrapper {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media screen and (min-width:1366px) and (max-width:1599px) {
    .top-fav-popup, .account-outer {
        left: inherit;
        right: 0;
    }

    .lanlord-myaccount.top-popup-outer:before {
        left: 0 !important;
        right: 0 !important;
    }

    .top-fav-popup:before {
        left: inherit;
        right: 30px;
    }
}

@media screen and (min-width:1281px) and (max-width:1599px) {
    .tenant-myaccount.top-popup-outer {
        left: auto !important;
        right: 0 !important;
    }

        .tenant-myaccount.top-popup-outer:before {
            left: auto;
            right: 55px;
        }
}

@media screen and (min-width:1024px) and (max-width:1300px) {
    .page--top--scroll {
        right: 30px;
    }
}


@media screen and (min-width:1024px) and (max-width:1279px) {
    nav .menu li a {
        padding-left: 5px !important;
        padding-right: 25px !important;
        font-size: 12px !important;
    }

    .go8mark {
        width: 65px !important;
    }

    a#navacountlink {
        padding-left: 46px !important;
        text-align: left !important;
    }

    .wrapper {
        box-sizing: border-box;
        min-width: inherit !important;
        max-width: inherit !important;
    }

    .listing-hdr-lt {
        width: 69%;
    }

    .featured-listing ul li {
        width: 32%;
        margin-right: 2%;
    }

        .featured-listing ul li:nth-child(3n) {
            margin-right: 0;
        }

        .featured-listing ul li:nth-child(4n) {
            margin-right: 2%;
        }

        .featured-listing ul li:last-child {
            margin-right: 0;
        }

    .listing-hdr-lt h3 {
        font-size: 22px;
    }

    .listing-hdr-lt h2 {
        font-size: 22px;
    }

    .feat-prop-price {
        font-size: 16px;
    }

    .feat-loc-lt p {
        font-size: 14px;
    }

    .viewmore {
        font-size: 16px;
        font-family: poppinsmedium;
        margin-top: 10px;
    }

    /*.feat-loc-rt { width: 17%; }*/
    .listing-hdr-lt {
        width: 58.5%;
    }

    nav .menu li a {
        padding: 19px !important;
    }

    nav .down:after {
        right: 5px;
    }

    #navacountlink {
        padding: 28px 45px 36px !important;
    }

    body nav .menu li.top-fav-icon a {
        padding: 17px 12px !important;
    }

    .tenant .go8mark, .tenant nav .menu li a.go8mark {
        height: 58px;
    }

    .result-housing-panel.near-by-listing .featured-listing ul li, .dtl-hor-hapanel .featured-listing ul li {
        width: 22.6%;
        float: none;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

        .result-housing-panel.near-by-listing .featured-listing ul li:nth-child(3n), .dtl-hor-hapanel .featured-listing ul li:nth-child(3n) {
            margin-right: 2%;
        }

        .result-housing-panel.near-by-listing .featured-listing ul li:last-child, .dtl-hor-hapanel .featured-listing ul li:last-child {
            margin-right: 0;
        }

        .result-housing-panel.near-by-listing .featured-listing ul li:nth-child(4n), .dtl-hor-hapanel .featured-listing ul li:nth-child(4n) {
            margin-right: 0;
        }

    .housing-autho-page .tn-filter-hd .srch input {
        -webkit-appearance: none;
        appearance: none;
    }

    .housing-autho-page .result-housing-panel .feat-loc-lt {
        width: 100%;
    }

    .housing-autho-page .feat-loc-rt {
        width: 100%;
        margin-top: 10px;
        text-align: left;
    }

    .housing-autho-page .near-by-listing .featured-dtls-blk {
        padding: 10px;
        min-height: 110px;
    }

    .housing-nearby .dis {
        width: 190px !important;
    }

    .tenant-myaccount.top-popup-outer:before {
        left: inherit !important;
        right: 65px !important;
    }

    .top-fav-popup {
        left: auto;
        right: -35px;
    }

    body nav .menu li.top-fav-icon a.prop-like-icon-red, body nav .menu li.top-fav-icon a.prop-like-icon-red {
        padding: 0 !important;
        border-radius: 0 !important;
        margin: 0 0 0 5px !important;
        display: inline-block;
    }

    .account-outer {
        right: 0;
        left: auto;
    }

    nav .menu li a.go8mark {
        height: 58px !important;
    }

    .ha-rec-panel .feat-prop-price {
        margin: 0 0 5px 0;
    }
    /** home about info css **/
    body .about-go8-lt {
        width: 65% !important;
        padding: 15px !important;
    }

    body .about-go8-rt {
        float: right;
        width: 35% !important;
    }

    body .about-go8-lt h2 {
        margin-bottom: 15px;
    }

    .near-by-listing .featured-dtls-blk {
        padding-right: 90px;
    }

    .nearby--share {
        right: 105px;
    }

    .near-by-listing .featured-img {
        width: 80px;
        height: 80px;
    }
    /** home about info css **/
    .serve-passion h4 {
        font-size: 18px;
    }

    .before-login .go8logo {
        text-indent: -9999px !important;
    }

    .tenant-after-login .go8mark {
        text-indent: -9999px !important;
    }

    nav.tenant-after-login .menu li a {
        padding: 22px !important;
    }

    nav.adv-after-login .mn-submenu-arr .menu .submenu.top-popup-outer, nav.adv-after-login .mn-submenu-arr .right .submenu.top-popup-outer {
        left: auto;
        right: 0;
    }

    nav.adv-after-login .mn-submenu-arr .top-popup-outer:before {
        left: auto;
        right: 40px;
    }

    nav.ll-nav-after-login .mn-submenu-arr .menu .submenu.top-popup-outer, nav.ll-nav-after-login .mn-submenu-arr .right .submenu.top-popup-outer {
        left: auto;
        right: 0;
    }

    nav.ll-nav-after-login .mn-submenu-arr .top-popup-outer:before {
        left: auto;
        right: 40px;
    }

    .advertiser #topnavacountlink {
        padding: 20px 30px 20px 48px;
        min-width: inherit;
    }

    .mn-submenu-arr ul.myaccount-drop li a, .mn-submenu-arr .submenuwrapper a {
        font-size: 14px !important;
    }

    .go8--landing--backpage {
        padding: 15px 0;
    }

        .go8--landing--backpage .wrapper {
            padding: 0 15px !important;
        }


    .sticky_hd_result .wrapper, .sticky_hd_pagetitle .refine .wrapper {
        padding: 0 !important;
    }

    .resultspage .searchbar-info.pagetitle {
        padding: 8px;
    }

    .resultspage .searchbar-info .refine {
        padding: 0 !important;
    }

    .results.results-sorting .tabs {
        padding: 8px;
    }

    .unauthenticated .sticky_hd_result, body.tenant .sticky_hd_result {
        top: 105px;
    }

    .sticky_hd_result {
        top: 125px;
    }

    .unauthenticated .tenantregistrationpage .tenantregistration {
        max-width: 550px;
    }

    #renterLeasesPage.mid--wrapper {
        padding-bottom: 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    nav .menu li a {
        font-size: 12px !important;
        text-indent: 0 !important;
        padding: 12px 0 !important;
        text-align: center !important;
    }

        nav .menu li a span {
            display: block !important;
            margin: auto !important;
            margin-bottom: 3px !important;
        }

    #navdashboard, #navinbox, #navprospects, #navlistings, #getrentestimates, #navspotlights, #navmore {
        background: none !important;
    }

    .contactMenu ul {
        margin: 5px !important;
    }

        .contactMenu ul li {
            padding: 0 !important;
            margin-bottom: 7px;
        }

            .contactMenu ul li a {
                font-size: 8px !important;
            }

    .copyright-txt {
        font-size: 9px !important;
    }

    .submenuwrapper a {
        text-align: left;
    }

    body.tenant nav .menu li a {
        font-size: 14px !important;
    }

    .signupheader h1 {
        font-size: 2.8em;
    }

    body.landlord .welcome-dashboardcontent {
        padding-left: 80px;
    }

    .cancel-request-cnt .landlord-cancel {
        padding-left: 80px;
    }

    .tab-fixed-wrapper {
        width: 100%;
    }

    .sticky_hd_result .tab-fixed-wrapper {
        width: 100%;
    }

    .form-checbox-rt {
        padding: 0;
    }

        .form-checbox-rt table tr td {
            padding-bottom: 10px;
        }

    .form-btn-row {
        margin-top: 10px;
    }

    .go8--testimonial--slider .item {
        width: 100%;
    }

    .newmodalsmallcontents h3 {
        font-size: 20px;
    }

    .school-accordion-main .great-school-list li .num, .school-accordion-main .great-school-title li.num {
        width: 13% !important;
    }

        .school-accordion-main .great-school-list li .num.score-gain, .school-accordion-main .great-school-title li.num.score-gain {
            width: 13% !important;
        }

    .school-accordion-main .great-school-list li .grad, .school-accordion-main .great-school-title li.grad {
        width: 13% !important;
    }

    .school-accordion-main .great-school-list li .schl, .school-accordion-main .great-school-title li.schl {
        width: 30% !important;
    }

    .school-accordion-main .great-school-title {
        padding: 0 !important;
    }

    .school-accordion-main .great-school-list li {
        padding: 10px 0 !important;
    }

    /* Hello Sign Modal */

    /*    
        .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-screen {
            position: fixed;
            background: #fff;
            display: block;
        }

        .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-close {
            display: block;
            right: 0;
        }

        .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-content {
            box-shadow: none;
            min-height: 0;
            min-width: 0;
            transform: none;
            left: 0;
            top: 0;
            position: static;
            overflow-x: auto;
            width: 100%;
            height: calc(100% - 40px);
            margin-top: 40px;
            background: white;
        }

        .x-hellosign-embedded--in-modal .x-hellosign-embedded__iframe {
            position: relative;
            z-index: 11;
        }*/
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .fix-raper {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .school-accordion-main {
        padding: 0 6px;
    }

    .mobileonly-nav {
        display: block;
    }

    .detailspage .actions .action:nth-child(5) {
        border-right: none;
    }

    /*.newmodalsmallcontainer {
        max-width: 360%;
        margin: 0 auto;
    }*/
    .wrapper {
        width: 100%;
        padding: 15px !important;
        box-sizing: border-box;
        min-width: inherit !important;
        max-width: inherit !important;
    }

    .dashboardcontent .wrapper.copy {
        padding: 0 20px !important;
        margin-top: 30px;
    }

    .listing-hdr-lt {
        width: 69%;
    }

    .near-by-listing .featured-listing ul {
        justify-content: center;
        align-items: flex-start;
    }

        .near-by-listing .featured-listing ul li {
            width: 32%;
            margin-right: 2%;
            min-height: 115px;
        }

            .near-by-listing .featured-listing ul li:nth-child(3n) {
                margin-right: 0;
            }

            .near-by-listing .featured-listing ul li.resp-hide {
                display: block;
            }

            .near-by-listing .featured-listing ul li.lastresp-hide {
                display: none;
            }

    #DetailsPage .feat-loc-lt {
        width: 100%;
    }

    .listing-hdr-lt h3 {
        font-size: 22px;
    }

    .listing-hdr-lt h2 {
        font-size: 22px;
    }

    .feat-prop-price {
        font-size: 18px;
    }

    .feat-loc-lt p {
        font-size: 14px;
    }

    .wl-sts-badge i {
        line-height: 16px;
    }

    .listing-hdr-lt {
        width: 62.5%;
    }

    .listing-hdr-rt {
        width: 36%;
    }

    .homelowercontent2 .most-featured-listing {
        padding-top: 15px;
    }

    .home-mid-ad {
        margin: 15px 0;
    }

    .viewmore {
        font-size: 14px;
        font-family: poppinsmedium;
        margin-top: 0;
    }

    .list-property-row {
        text-align: left;
        min-height: inherit;
        text-align: center;
    }

    .list-property-text {
        margin: 5px 10px 0;
        font-size: 15px;
    }

    nav .badge {
        right: 40px;
        top: 18px;
    }

    .feat-loc-lt p.property-loca {
        min-height: inherit;
    }

    .wl-sts-badge {
        margin-bottom: 7px;
    }

        .wl-sts-badge:last-child {
            margin-bottom: 0;
        }

    .list-property-btn {
        min-width: 165px;
        font-size: 14px;
        line-height: 40px;
    }

    .featured-listing ul li:nth-child(4n) {
        margin-right: 2%;
    }

    .resp-show {
        display: block !important;
    }

    .haPanel-placeholder-img {
        min-height: 273px;
    }

    .result-housing-panel.near-by-listing .featured-listing ul li .haPanel-placeholder-img {
        min-height: 206px;
    }

    .haPanel-placeholder-img img {
        width: 90%;
    }

    .result-housing-panel.near-by-listing .featured-listing ul li, .dtl-hor-hapanel .featured-listing ul li {
        width: 24%;
        margin-right: 1%;
        display: inline-block;
        float: none;
        vertical-align: top;
    }

        .result-housing-panel.near-by-listing .featured-listing ul li:last-child, .dtl-hor-hapanel .featured-listing ul li:last-child {
            margin-right: 0;
        }

    .result-housing-panel {
        background: #eaecef;
        padding-top: 10px;
    }

        .result-housing-panel .feat-prop-price {
            font-size: 16px;
            min-height: inherit;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .result-housing-panel .feat-loc-lt p {
            font-size: 12px;
            line-height: 14px;
        }

        .result-housing-panel .feat-loc-lt {
            width: 100%;
        }

    .near-by-listing .featured-listing ul li {
        width: calc(50% - 8px);
        margin: 0 15px 40px 0;
    }

        .near-by-listing .featured-listing ul li:nth-child(2n) {
            margin: 0;
        }

    .featured-listing ul li:nth-child(3n) {
        margin-right: 10px;
    }

    .result-housing-panel .listing-hdr-lt h3 {
        font-size: 18px;
    }

    .result-housing-panel .listing-hdr-lt h2 {
        font-size: 18px;
    }

    .rsp-housing-rt {
        display: none;
    }

    nav .menu li.rentals-hide-web {
        display: block;
    }

    .housing-autho-page .tn-filter-hd .srch input {
        -webkit-appearance: none;
        appearance: none;
    }

    #tenantregistrationmodal { /*position: absolute !important; top: -50px; */
        background: rgba(0, 0, 0, 0.5);
    }

    .newmodalcontents {
        position: static;
        padding: 20px;
        height: calc(100vh - 190px);
        bottom: inherit;
    }

    .tenantregistrationmodal .newmodalcontents {
        height: auto;
    }

    .tenantregistration .hero {
        margin: 50px 0 0;
        float: left;
        width: 100%;
    }

    .housing-autho-page .tn-filter-hd .srch input {
        -webkit-appearance: none;
        appearance: none;
    }

    .signup-sepration {
        width: 45%;
        display: block;
        position: relative;
        text-align: center;
        margin: auto;
    }

        .signup-sepration:after {
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
            background: #cecece;
            top: 0;
            bottom: 0;
            margin: auto;
            display: block;
            left: 0;
        }

        .signup-sepration span {
            display: inline-block;
            padding: 0 25px;
            font-size: 14px;
            color: #000;
            position: relative;
            z-index: 1;
            background: #fff;
        }
    /** fav popup css **/
    .account-outer {
        left: auto;
        right: 0;
    }

    .top-popup-outer:before {
        left: auto;
        right: 50px;
    }

    .top-fav-popup {
        left: auto;
        right: -35px;
        width: 600px;
    }

    .fav-tabcontent .featured-listing ul li {
        width: 32.5%;
        margin-right: 1%;
    }

    .fav-tabbing .mCSB_inside > .mCSB_container {
        padding-left: 10px;
    }

    nav {
        bottom: inherit;
        background: #fff;
        border-radius: 8px;
        left: 10px;
        right: inherit;
        margin: auto;
        width: 400px;
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
        overflow: inherit;
        height: auto !important;
        top: 50px;
    }

        nav:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            top: -10px;
            left: 11px;
            display: block;
            margin: auto;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 10px solid #fff;
        }

    .tenant .mobilerefinesearch {
        right: 155px;
        border-left: 1px solid rgba(255,255, 255, 0.1) !important;
    }

    .mobilerefinesearch {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        right: 85px;
    }

    body.advertiser .mobilerefinesearch, body.landlord .mobilerefinesearch {
        right: 114px;
    }

    body nav .menu li a {
        color: #222;
        border-left: none !important;
        border-bottom: 1px solid #E3E3E3;
        padding: 15px 0;
        font-size: 15px;
        background: url(../images/AffordableHousing/advance.png) no-repeat right center #fff;
        background-size: 28px 16px;
        font-weight: 400;
    }

    .mobilemenu {
        left: 7px;
    }

    .mobile-links-show {
        display: block;
        position: fixed;
        top: 0;
        right: 0px;
        z-index: 9999;
    }

        .mobile-links-show nav .menu {
            float: right;
        }

        .mobile-links-show nav {
            display: block !important;
            position: relative;
            right: 0;
            top: inherit;
            padding: 0;
            background: transparent;
            box-shadow: none;
            border: none;
            overflow: inherit;
            width: auto;
            left: 0;
        }

    body .mobile-links-show nav .menu li a.top-links {
        line-height: normal;
        color: #fff !important;
        font-size: 12px;
        line-height: 49px;
        border-left: 1px solid #2F6F9F;
        padding: 0 30px 0 10px !important;
        border-bottom: none !important;
    }

    body .mobile-links-show nav .menu li a.fav-icn {
        padding: 0 10px !important;
    }

    .top-popup-outer {
        top: 50px;
    }

        .top-popup-outer .desktoponly {
            display: block;
        }

    .tabcontent {
        padding-bottom: 15px;
    }

    .mobilelogo {
        width: 120px;
        left: 0;
        right: 10px;
        background-size: 120px auto;
        display: block;
        margin: auto;
    }

    .signup-outer {
        padding-bottom: 0;
    }

    body nav .menu li .submenuwrapper a:last-child {
        border-radius: 0 0 8px 8px;
        border-bottom: none;
    }

    body nav .menu li.top-fav-icon a {
        padding: 0 15px !important;
    }

    .top-popup-outer .signup-outer {
        height: auto;
    }

    .mobile-links-show nav .menu li {
        float: left;
    }

    body .mobile-links-show nav .menu li a {
        background: none;
    }

    body nav .menu li a span {
        padding-top: 25px;
        display: none;
    }

    body nav .menu li.top-fav-icon a span {
        width: 25px;
        height: 25px;
    }


    body nav .left .down:after {
        display: none;
    }

    body .mobile-links-show nav .menu li a.top-links small {
        font-size: 12px;
    }

    #landlordCta.property-btn-web {
        display: block;
    }

    body nav .menu li.top-fav-icon a.prop-like-icon-red, body nav .menu li.top-fav-icon a.prop-like-icon-red {
        padding: 0 !important;
        border-radius: 0 !important;
        margin: 0 0 0 5px !important;
        display: inline-block;
    }

    .fav-tab-box {
        width: 31%;
        margin-right: 1.5%;
    }

    #GridViewFavHomes tr td:nth-child(3n) .fav-tab-box {
        margin-right: 0;
    }
    /** fav popup css **/
    .dfp-skyscrapper-right {
        display: none;
    }

    .right .rightgutter .mobileair {
        padding: 0;
    }

    .prop-like-icon:hover, body nav .menu .submenu li .prop-like-icon-red {
        background: url(../images/AffordableHousing/like-icon.png) no-repeat center !important;
        background-size: 95% !important;
    }

    .tenant-reg-favorites-flow .tn-reg-middle {
        display: inline-block;
        width: 100%;
        height: 100%;
        top: 0;
        overflow-y: auto;
        position: absolute;
        left: 0;
    }

    .housing-autho-page .result-housing-panel .feat-loc-lt {
        width: 69%;
    }

    .housing-autho-page .feat-loc-rt {
        width: 27.5%;
    }

    .housing-autho-page .near-by-listing .featured-dtls-blk {
        padding: 10px;
    }

    .prop-like-icon, .prop-like-icon-red {
        width: 22px;
        height: 19px;
        background-size: 100% auto !important;
    }

    nav .menu .submenu.top-popup-outer, nav .right .submenu.top-popup-outer {
        top: 49px;
    }

    .mobilemenu {
        border-right: 1px solid rgba(255,255,255,.1);
    }

    .mobilenav {
        border: 1px solid #296399;
        background: #296399;
    }

    .tenant .mobilelogo {
        width: 36px;
        background: url(../images/AffordableHousing/logo-white.png) no-repeat center;
        background-size: 90% auto;
    }

    .results .separator {
        margin-top: 10px;
        border-bottom: 7px solid #EDEFF1;
    }

    .resultspage .dfp-leaderboard-top {
        margin-top: 10px;
    }
    /** landlords tab css **/
    .landlord-cont-box {
        width: 31%;
        margin-right: 2%;
    }

    .landlord-view-btn {
        min-width: 52px;
    }
    /** landlords tab css **/

    /** home about info css **/
    body .about-go8-lt {
        width: 55% !important;
        padding: 15px !important;
        float: left;
    }

    body .about-go8-rt {
        float: right;
        width: 45% !important;
    }

    body .about-go8-lt h2 {
        margin-bottom: 15px;
    }
    /** home about info css **/

    .dtls-ha-panel .rsp-housing-rt {
        display: block;
    }

    .right .push {
        margin: 12px 0;
    }

    .list-property-row {
        background: #476e90;
    }

    .menuouter {
        position: relative;
        top: 0 !important;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        max-height: 250px;
        overflow-y: auto;
        border-radius: 0;
        box-shadow: none;
        background: #f7f7f7;
    }

    body nav .menu li a.menudown {
        background: url(../images/AffordableHousing/advance-down.png) no-repeat right center #fff;
        background-size: 28px 16px;
    }

        body nav .menu li a.menudown:hover {
            background: url(../images/AffordableHousing/advance-down-h.png) no-repeat right center #fff;
            background-size: 28px 16px;
        }

    .serve-passion ul li {
        padding: 20px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .serve-passion h4 {
        font-size: 18px;
    }

    .landlord nav .menucontainer .left, .landlord nav .menucontainer .right {
        border-left: none;
    }

    .topnavmobi {
        display: block;
    }

    nav .menu li a#navacountlink {
        padding: 15px 0;
    }

    nav .down:after {
        display: none;
    }

    nav .menu li.active {
        background: none !important;
    }

    body nav .down:after {
        margin: -2px 0 0 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ffffff;
        display: block;
    }

    body nav .down.tempactive:after {
        border-top: 0px;
        border-bottom: 5px solid #ffffff;
    }

    .contactMenu ul li {
        list-style-type: none;
        margin-bottom: 0px;
    }

        .contactMenu ul li a {
            color: #333;
            font-size: 13px;
        }

    .copyright-txt {
        padding: 15px 0;
        text-align: center;
        font-size: 13px;
        color: #666;
    }

    nav .primarybutton {
        padding: 10px;
        margin: 0px;
    }

    .before-login .go8logo {
        padding: 15px !important;
    }

    nav.before-login .menu li a {
        padding: 15px 0 !important;
    }

    .myaccount-info {
        padding: 15px;
        min-height: inherit;
    }

        .myaccount-info .primarybuttongreen {
            display: block;
        }

    .submenuwrapper a:last-child {
        border-radius: 0 0 6px 6px !important;
    }

    .submenuwrapper a {
        padding: 15px !important;
        font-size: 14px !important;
    }

    .myacc-ico-l {
        float: left;
        margin-right: 10px;
    }

        .myacc-ico-l span {
            height: 56px;
            width: 56px;
            display: block;
            border-radius: 50%;
            text-align: center;
            line-height: 56px;
            border: 2px solid #2B6793;
            color: #2B6793;
            font-size: 36px;
        }

    .myacc-info-r {
        width: 70%;
        float: left;
    }

    .firstlastname {
        color: #354052;
        font-size: 16px;
    }

    .user-email {
        font-size: 14px;
        color: #A8A8A8;
        word-wrap: break-word;
    }

    .membershiptype {
        font-size: 12px;
        color: #000;
        margin-top: 5px;
    }

    h3.myaccount-hd {
        color: #7F8FA4;
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    ul.myaccount-drop {
        margin: 0;
        padding: 0;
    }

        ul.myaccount-drop li {
            margin-bottom: 7px;
            font-size: 14px;
            list-style-type: none;
            padding: 0;
        }

            ul.myaccount-drop li a {
                color: #222 !important;
                padding: 0 !important;
                border: none !important;
                display: block;
            }

                ul.myaccount-drop li a:hover {
                    color: #296399 !important;
                    background: none !important;
                }

            ul.myaccount-drop li:hover {
                background: none !important;
            }

    body nav .menu li.top-fav-icon a:hover span, nav .menu li.top-fav-icon a.tempactive span {
        background: url(../images/AffordableHousing/fav-top.png) no-repeat center;
        width: 22px;
        height: 22px;
        display: inline-block;
        background-size: 100% auto;
    }

    .pagecontainer {
        padding-top: 0px !important;
    }

    body.landlord .pagecontainer {
        padding-top: 0px !important;
    }

    .acnt-privacy-link {
        background-image: none !important;
    }

    nav.ll-nav .submenuwrapper a {
        border-bottom: 1px solid #E3E3E3;
    }

    nav.ll-nav-after-login .submenuwrapper a, nav.adv-after-login .submenuwrapper a, nav.tenant-after-login .submenuwrapper a {
        padding: 15px 0 !important;
    }

    nav.tenant-after-login .submenu .submenuwrapper a {
        padding: 15px 0 !important;
    }

    nav.tenant-after-login .menu li a {
        min-height: inherit;
    }

        .tenant-after-login .go8mark, nav.tenant-after-login .menu li a.go8mark {
            height: auto !important;
        }

    body nav .menu li {
        border-left: 1px solid rgba(255,255,255,.1);
    }

    a#tenantmenuaccount:after {
        display: block !important;
    }

    .session-timeout .newmodalsmallcontainer {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    #tenantregistrationmodal.tenantaccount {
        background: none;
        margin-top: 30px;
    }

    .footer {
        height: auto !important;
    }

        .footer .wrapper {
            padding: 10px 15px !important;
        }

    .tenantaccount .newmodalcontents {
        padding: 0;
    }

    .acnt-field .formheader {
        padding: 0;
        margin-bottom: 10px;
    }

    .tn-reg-middle.tenant-signup-modal .span50 {
        width: 50% !important;
        float: left;
    }

    nav.before-login .submenu .submenuwrapper a {
        padding: 15px 0 !important;
    }

    nav.before-login .primarybutton {
        margin: 0px;
    }

    .aboutspan2 .content {
        padding: 20px;
    }

    .aboutspan3 .content {
        margin-left: 0;
        margin-right: 0;
    }

    .benefitspage .togglepassword {
        top: 0;
    }

    .results .listing {
        padding-right: 20px !important;
    }

    body.landlord .welcome-dashboardcontent {
        padding-left: 0px;
    }

    .cancel-request-cnt .landlord-cancel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .go8--landing--backpage {
        padding: 15px 0;
    }

        .go8--landing--backpage .wrapper {
            padding: 0 15px !important;
        }

        .go8--landing--backpage h2 i img {
            width: 18px;
        }

    .payment-method .checkout-help .tooltip-show-onhover {
        width: 315px;
    }

    .searchbar-info .refine input[type=text] {
        top: 0px !important;
    }

    .aboutspan3.left {
        width: 100%;
        margin-top: 20px;
    }

    .contactus-cnt .half.left, .contactus-cnt .half.right {
        width: 100%;
        border: none;
        padding: 0;
    }

    .contactus-cnt .half.right {
        margin-top: 30px;
    }

    .go8--testimonial--slider .item {
        width: 100%;
    }

    .newmodalsmallcontents h3 {
        font-size: 22px;
    }

    .school-accordion-main.great-school-accordion {
        padding: 0;
    }

    .school-accordion-main .great-school-title {
        padding: 0 10px !important;
    }

    .school-accordion-main .great-school-list li {
        padding: 10px !important;
    }

        .school-accordion-main .great-school-list li .num, .school-accordion-main .great-school-title li.num {
            width: 12% !important;
        }

            .school-accordion-main .great-school-list li .num.score-gain, .school-accordion-main .great-school-title li.num.score-gain {
                width: 12% !important;
            }

        .school-accordion-main .great-school-list li .schl, .school-accordion-main .great-school-title li.schl {
            width: 30% !important;
        }

    .results .separator {
        border-top: none;
        margin-top: 0;
    }

        .results .separator.bottom-spacing {
            margin-bottom: 0;
        }

    .mid--wrapper {
        padding: 70px 0 30px;
    }

    /*.owl-nav {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 25px 0 0;
    }

        .owl-nav button {
            position: static;
            margin: 0 5px;
            transform: none;
        }

            .owl-nav button.disabled {
                display: flex !important;
            }

                .owl-nav button.disabled:hover {
                    transform: none !important;
                }*/

    .page--top--scroll {
        right: 30px;
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
        appearance: none;
        -webkit-appearance: none;
    }

    /* Hello Sign Modal */

    /*    .x-hellosign-embedded--in-modal {
        overflow-x: auto;
    }

        .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-screen {
            position: fixed;
            background: #fff;
            display: block;
        }

        .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-close {
            display: block;
            right: inherit;
            position: fixed;
        }

        .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-content {
            box-shadow: none;
            min-height: 0;
            min-width: 0;
            transform: none;
            left: 0;
            top: 0;
            position: static;
            overflow-x: auto;
            width: 1150px;
            height: calc(100% - 40px);
            margin-top: 40px;
            background: white;
        }

        .x-hellosign-embedded--in-modal .x-hellosign-embedded__iframe {
            position: relative;
            z-index: 11;
        }*/
}

@media screen and (min-width:200px) and (max-width:767px) {
    .fix-raper {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .school-accordion-main .text {
        width: 85%;
        padding-left: 10px;
    }

        .school-accordion-main .text p {
            font-size: 15px;
        }

    .bellimg img {
        width: 25px;
    }

    .school-accordion-main .delray {
        padding: 0 15px;
    }

    .school-accordion-main h2.getalert, .school-accordion-main h2.beach {
        font-size: 16px;
    }

    .school-accordion-main .eleschool p {
        font-size: 14px;
    }

    .school-accordion-main .greybg {
        margin-top: 10px;
    }

    .school-accordion-main .subscribed-lbl-lt {
        width: 100%;
        padding: 0;
    }

    .school-accordion-main .subscribed-lbl-rt {
        width: 100%;
    }

    .subscribed-text {
        float: left;
        margin: 10px 0 0;
        font-size: 16px;
        padding: 0;
    }

        .subscribed-text i img {
            width: 15px;
        }

    .school-accordion-main .verify-number-blk {
        padding: 15px;
    }

    .verify-field-lt {
        width: 100%;
    }

    nav .primarybutton {
        margin: 0;
    }

    .school-accordion-main .send-code-btn {
        float: left;
        margin-top: 15px;
    }

    .school-accordion-main .phn-verified-lt {
        width: 100%;
        padding: 0;
    }

        .school-accordion-main .phn-verified-lt p i img {
            width: 25px;
        }

        .school-accordion-main .phn-verified-lt p {
            font-size: 18px;
        }

    .school-accordion-main .phn-verified-rt {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }

    .school-accordion-main .verify-number-blk .phn-sms-alert, phn-sms-alert {
        font-size: 16px;
    }

    .school-accordion-main .school {
        overflow-x: auto;
    }

    .school-accordion-main .school-rating, .school-accordion-main .lorem {
        width: 800px;
    }

    .school-accordion-main .great-school-tab .school-rating, .school-accordion-main .great-school-tab .lorem {
        width: 920px;
    }

    .school-accordion-main .school-rating ul {
        width: 100%;
    }

    .school-accordion-main {
        padding: 0 6px;
    }

    .verify-number-hdr {
        float: left;
        margin-top: 10px;
    }

    #tenantregistrationtermsofuse .nationwide-main {
        margin-top: 0;
    }

    .columbia-termsofuse-text h3 {
        font-size: 13px;
    }

    .mobileonly-nav {
        display: block;
    }

    .wrapper {
        width: 100%;
        padding: 15px !important;
        box-sizing: border-box;
        min-width: inherit !important;
        max-width: inherit !important;
    }

    .mid-listing-hdr {
        text-align: center;
    }

    .listing-hdr-lt {
        width: 100%;
    }

        .listing-hdr-lt h3 {
            font-size: 18px !important;
            margin-bottom: 0;
            font-family: poppinsbold;
            line-height: 28px;
        }

        .listing-hdr-lt h2 {
            font-size: 18px !important;
            margin-bottom: 0;
            font-family: poppinsbold;
            line-height: 28px;
        }

    .mid-see-all {
        margin: auto;
        font-size: 16px;
        font-family: poppinsmedium;
    }

    .dtl-hor-hapanel .featured-listing ul li, .featured-listing ul li {
        margin: 0 10px 10px 0;
        width: 48%;
    }

        .featured-listing ul li:nth-child(2n) {
            float: right;
            margin-right: 0;
        }
        /*.featured-listing ul li.resp-width100 {width: 100%;}*/
        .featured-listing ul li.resp-hide {
            display: none;
        }

        .featured-listing ul li.lastresp-hide {
            display: none;
        }

    .featured-dtls-blk {
        padding: 10px 7px 7px;
    }

    .feat-loc-rt {
        width: 27%;
    }

    .feat-loc-lt {
        padding-right: 10px;
        box-sizing: border-box;
    }

    .near-by-listing .feat-loc-lt {
        width: 100%;
        padding-right: 0;
    }

    .feat-prop-price {
        font-size: 18px;
    }

    .feat-loc-lt p {
        font-size: 14px;
    }

        .feat-loc-lt p.property-loca {
            min-height: inherit;
        }

    .wl-sts-badge {
        font-size: 12px;
        margin-bottom: 5px;
    }

        .wl-sts-badge:last-child {
            margin-bottom: 0;
        }

        .wl-sts-badge i {
            width: 16px;
            height: 16px;
            line-height: 17px;
            font-size: 11px;
        }

    .resp-viewmore {
        display: table;
        margin: 0 auto 0;
        font-size: 16px;
    }

    .featured-listing ul {
        margin-bottom: 10px;
    }

    .listing-hdr-rt {
        width: 100%;
        text-align: center;
    }

    .viewmore {
        font-size: 16px;
        font-family: poppinsmedium;
        margin-top: 10px;
    }

    .list-property-row {
        text-align: left;
        padding: 10px 135px 10px 15px;
    }

    .list-property-text {
        width: 100%;
        margin-right: 0;
        font-size: 12px;
    }

    .list-property-btn {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        min-width: 105px;
        line-height: 36px;
        font-size: 11px;
        text-align: center;
        height: 36px;
    }

    .prop-badge {
        line-height: 32px;
        padding: 0 5px;
        min-width: 90px;
    }

    .add-img img {
        width: 100%;
    }

    .result-housing-panel.near-by-listing .featured-listing ul li {
        width: 48%;
        margin-bottom: 4%;
        margin-right: 4%;
    }

        .result-housing-panel.near-by-listing .featured-listing ul li:nth-child(2n) {
            margin-right: 0;
        }

        .result-housing-panel.near-by-listing .featured-listing ul li:nth-child(3n) {
            margin-right: 4%;
        }

    .result-housing-panel {
        background: #eaecef;
        padding-top: 10px;
    }

    .resp-show {
        display: block !important;
    }

    .dfp-ad img {
        width: 100%;
    }

    .rsp-housing-rt {
        display: none;
    }

    .gwd-taparea-lxgp, .gwd-page-size, .gwd-img-1cbt {
        width: 100% !important;
    }

    nav .menu li.rentals-hide-web {
        display: block;
    }

    .tn-listing-lt {
        width: 100%;
    }

    .tenantregistration .hero {
        margin: 0;
    }
    /*#ui-datepicker-div {position: absolute !important;}
.newmodal {position: absolute;}
#tenantregistrationmodal {display: block !important;}*/
    html, body {
        -webkit-overflow-scrolling: touch !important; /*overflow: auto !important;*/
    }

        body.noscroll {
            overflow: hidden !important;
        }

    #tenantregistrationmodal.tenant-reg-favorites-flow { /*position: absolute !important; height: calc(100vh + 50px); */
    }

    .newmodalcontents {
        padding: 57px 20px 20px;
        height: auto;
    }

    .tenantregistration .hero {
        margin: 50px 0 0;
        float: left;
        width: 100%;
        font-size: 16px;
    }

        .tenantregistration .hero h3 {
            font-size: 22px;
        }

    .housing-autho-page .tn-filter-hd .srch input {
        -webkit-appearance: none;
        appearance: none;
    }

    .newmodal, .newmodalheader {
        font-size: 14px;
    }

    .newmodal {
        line-height: 22px;
    }

    .already-acnt {
        font-size: 17px;
    }

    .signup-sepration {
        width: 100%;
        display: inline-block;
        position: relative;
        text-align: center;
    }

        .signup-sepration:after {
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
            background: #cecece;
            top: 0;
            bottom: 0;
            margin: auto;
            display: block;
            left: 0;
        }

        .signup-sepration span {
            display: inline-block;
            padding: 0 25px;
            font-size: 14px;
            color: #000;
            position: relative;
            z-index: 1;
            background: #fff;
        }

    .primarybuttongreen.large.createaccntbtn {
        min-width: 240px;
        line-height: 58px;
        padding: 0 10px;
    }
    /** fav popup css **/
    nav .menu .submenu.top-popup-outer, .top-popup-outer {
        background: #fff !important;
    }

    .top-fav-popup {
        width: 100%;
        bottom: inherit;
        position: fixed;
        left: 0;
        border-radius: 0;
    }

        .top-fav-popup .submenuwrapper {
            border-radius: 0;
        }

        .top-fav-popup:before {
            display: none;
        }

    .fav-tabbing .mCustomScrollbar {
        height: calc(100vh - 168px);
    }

    .submenu .tab {
        font-size: 12px;
        line-height: 55px;
        border-radius: 0;
    }

    .fav-tabcontent .featured-listing ul li {
        width: 49%;
        margin-right: 0;
        float: left;
    }

        .fav-tabcontent .featured-listing ul li:nth-child(2n) {
            float: right;
        }

    .fav-tabcontent .feat-prop-price {
        font-size: 17px;
        line-height: 26px;
    }

    .fav-tabcontent .feat-loc-lt p {
        font-size: 12px;
    }

    .fav-tabcontent .featured-dtls-blk {
        padding: 10px 5px;
    }

    .fav-tabbing .mCSB_inside > .mCSB_container {
        padding-left: 7px;
    }

    .top-popup-outer {
        height: auto;
        top: 50px;
    }

    .account-outer {
        width: 95%;
        position: fixed;
        left: 0;
        right: 0;
        margin: auto !important;
        bottom: inherit;
    }

    .my-acnt-row {
        padding-bottom: 0px;
        border-bottom: none;
        min-height: inherit;
    }
    /*.acnt-privacy {position: absolute; bottom: 0; padding-bottom: 0;}*/
    .account-outer:before {
        left: auto;
        right: 8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #fff;
        top: -10px;
    }

    nav .menu li .my-acnt-row p a, .acnt-name-rt h5 {
        font-size: 18px;
    }

    nav {
        bottom: inherit;
        background: #fff;
        border-radius: 8px;
        left: 0;
        margin: auto;
        width: 95%;
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
        overflow: inherit;
    }

        nav:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            top: -10px;
            left: 15px;
            display: block;
            margin: auto;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 10px solid #fff;
        }

    body nav .menu li a {
        color: #222;
        border-left: none !important;
        border-bottom: 1px solid #E3E3E3;
        padding: 20px 0;
        font-size: 16px;
        background: url(../images/AffordableHousing/advance.png) no-repeat right center #fff;
        background-size: 28px 16px;
    }

    .my-acnt-row p {
        margin-bottom: 10px;
    }

        .my-acnt-row p a {
            font-size: 14px !important;
        }

    .acnt-privacy p {
        margin-bottom: 0;
    }

        .acnt-privacy p:last-child {
            padding-bottom: 0;
        }

    nav {
        bottom: inherit;
        background: #fff;
        border-radius: 8px;
        left: 0;
        margin: auto;
        width: 95%;
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
        overflow: inherit;
        top: 50px;
    }

        nav:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            top: -10px;
            left: 6px;
            display: block;
            margin: auto;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 10px solid #fff;
        }

    body nav .menu li a {
        color: #222;
        border-left: none !important;
        border-bottom: 1px solid #E3E3E3;
        padding: 15px 0;
        font-size: 16px;
        background: url(../images/AffordableHousing/advance.png) no-repeat right center #fff;
        background-size: 28px 16px;
        font-weight: 400;
    }

    body nav .menu li {
        border-left: 1px solid rgba(255,255,255,.1);
    }

    .mobile-links-show {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        width: 96px;
    }

        .mobile-links-show nav .menu {
            float: right;
        }

        .mobile-links-show nav {
            display: block !important;
            position: relative;
            right: 0;
            top: inherit;
            padding: 0;
            background: transparent;
            box-shadow: none;
            border: none;
        }

    body .mobile-links-show nav .menu li a.top-links {
        line-height: normal;
        color: #fff !important;
        font-size: 12px;
        line-height: 49px;
        border-left: 1px solid #2F6F9F;
        padding: 0 9px !important;
        border-bottom: none !important;
    }

        body .mobile-links-show nav .menu li a.top-links.down#menulogin {
            padding: 0 18px 0 5px !important;
        }

            body .mobile-links-show nav .menu li a.top-links.down#menulogin:after {
                right: 5px;
            }

        body .mobile-links-show nav .menu li a.top-links small {
            font-size: 12px;
            display: none;
        }

        body .mobile-links-show nav .menu li a.top-links.down:after {
            display: none;
        }

        body .mobile-links-show nav .menu li a.top-links.down#menulogin:after {
            display: block;
        }

    .mobilelogo {
        width: 120px;
        left: 0;
        right: 0px;
        background-size: 120px auto;
        display: block;
        margin: auto;
    }

    .signup-outer {
        padding-bottom: 0;
        height: auto;
    }

    body nav .menu li .submenuwrapper a:last-child {
        border-radius: 0 0 8px 8px;
        border-bottom: none;
    }

    body nav .menu li.top-fav-icon a {
        padding: 0 15px !important;
    }

    .my-acnt-icon {
        width: 25px;
        height: 25px;
        background: url(../images/AffordableHousing/my-acnt-icon.png) no-repeat center;
        display: inline-block;
    }

    .top-popup-outer .signup-outer {
        height: auto;
    }

    .mobile-links-show nav .menu li {
        float: left;
    }

    body .mobile-links-show nav .menu li a {
        background: none;
    }

    body nav .menu li a span {
        padding-top: 25px;
        display: none;
    }

        body nav .menu li a span.my-acnt-icon {
            display: block;
            width: 25px;
            height: 25px;
            background-size: 25px 25px;
        }

    body nav .menu li.top-fav-icon a span {
        width: 25px;
        height: 25px;
    }


    body nav .down:after {
        display: none;
    }

    nav .primarybutton {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        line-height: 60px;
        margin-left: 0;
        border-width: 2px;
        text-shadow: none;
        letter-spacing: 1px;
        font-size: 20px;
        border-radius: 4px;
    }

    .mobilerefinesearch, .mobilerefinesearch.close {
        right: 70px;
        border-left: 1px solid rgba(255,255,255,.1);
        width: 23px;
        height: 23px;
    }

        .mobilerefinesearch.close {
            padding-left: 0;
            width: 23px;
            height: 23px;
        }

    .tenant .mobilerefinesearch {
        right: 90px;
    }

        .tenant .mobilerefinesearch.close {
            right: 85px;
        }

    .tenant .mobilelogo {
        width: 36px;
        background: url(../images/AffordableHousing/logo-white.png) no-repeat center;
        background-size: 90% auto;
    }

    .menuouter {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        max-height: 250px;
        overflow-y: auto;
        border-radius: 0;
        box-shadow: none;
        background: none !important;
    }

        .menuouter .submenuwrapper a {
            position: relative;
        }

            .menuouter .submenuwrapper a:before {
                content: '';
                width: 7px;
                height: 7px;
                position: absolute;
                top: 5px;
                left: 0;
                border-radius: 50%;
                background: #333;
                display: none;
            }

    body nav .menu li a.menudown {
        background: url(../images/AffordableHousing/advance-down.png) no-repeat right center #fff;
        background-size: 28px 16px;
    }

        body nav .menu li a.menudown:hover {
            background: url(../images/AffordableHousing/advance-down-h.png) no-repeat right center #fff;
            background-size: 28px 16px;
        }

    nav .menu li.active {
        background: none !important;
    }

    .fav-tab-box {
        width: 48%;
        margin: 0 1% 10px;
    }

    #GridViewFavHomes tr td:nth-child(2n) .fav-tab-box {
        float: right;
    }

    .fav-tabcontent .featured-listing {
        padding: 0 10px !important;
        box-sizing: border-box;
        height: calc(100vh - 140px);
        max-height: inherit;
    }

    body nav .menu li.top-fav-icon a.prop-like-icon-red, body nav .menu li.top-fav-icon a.prop-like-icon-red {
        padding: 0 !important;
        border-radius: 0 !important;
        margin: 0 0 0 5px !important;
        display: inline-block;
    }

    .tenant-reg-favorites-flow .tn-reg-middle {
        display: inline-block;
        width: 100%;
        height: 100%;
        top: 0;
        overflow-y: auto;
        position: absolute;
        left: 0;
    }

    #landlordCta.property-btn-web {
        display: block;
    }
    /** fav popup css **/
    .dfp-skyscrapper-right {
        display: none;
    }

    .right .rightgutter .mobileair {
        padding: 0;
    }

    .prop-like-icon:hover {
        background: url(../images/AffordableHousing/like-icon.png) no-repeat center !important;
        background-size: 95% !important;
    }

    .feat-loc-lt p span, .ha-recommended-rt .dis p span {
        font-size: 13px;
        margin-right: 2px;
    }

    .housing-autho-page .result-housing-panel .feat-loc-lt {
        width: 69%;
    }

    .housing-autho-page .feat-loc-rt {
        width: 27.5%;
    }

    .housing-autho-page .near-by-listing .featured-dtls-blk {
        padding: 10px;
    }

    .prop-like-icon, .prop-like-icon-red {
        width: 22px;
        height: 19px;
        background-size: 100% auto !important;
    }

    .mobilerefinesearch div:first-child {
        width: 8px;
        right: 0px;
        top: 18px;
    }

    .mobilerefinesearch div:nth-child(2) {
        width: 12px;
        height: 12px;
        right: 6px;
        top: 5px;
    }

    .mobilerefinesearch div:nth-child(3) {
        width: 16px;
        height: 16px;
        right: 4px;
        top: 3px;
    }

    .mobilenav {
        border: 1px solid #296399;
        background: #296399;
    }

    .mobilemenu {
        border-right: 1px solid rgba(255,255,255,.1);
    }
    /** landlords tab css **/
    .landlord-cont-box {
        width: 48%;
        margin-right: 2%;
    }

    .landlord-view-btn {
        min-width: 45px;
        font-size: 9px;
    }
    /** landlords tab css **/

    /** home about info css **/
    body .about-go8-lt {
        width: 100% !important;
        padding: 20px !important;
        float: left;
    }

    body .about-go8-rt {
        float: right;
        width: 100% !important;
        padding-left: 0 !important;
    }

    body .about-go8-lt h2 {
        margin-bottom: 15px;
        text-align: center;
    }
    /** home about info css **/

    .dtls-ha-panel .rsp-housing-rt {
        display: block;
    }

    .right .push {
        margin: 12px 0;
    }

    .list-property-row {
        background: #476e90;
    }

        .list-property-row .wrapper {
            padding: 0 !important;
        }

    .homelowercontent2 {
        border-top: none;
    }

    .tenant-after-login .submenu, .tenant-after-login #submenusavedsearches, .tenant-after-login #submenutenantfavorites {
        top: 0;
    }

    .detailspage .actions .action:nth-child(5) {
        border-right: none;
    }

    .landlord .mobilelogo {
        display: block !important;
    }

    .landlord nav .menucontainer .left, .landlord nav .menucontainer .right {
        border-left: none;
    }

    nav .menu li .submenuwrapper a {
        padding: 15px !important;
        border-bottom: none !important;
    }

    .detailspage .actions .action:nth-child(5) {
        border-right: none;
    }

    #tenantregistrationcomplete .newmodalsmallcontainer {
        max-width: 90%;
    }

    #newUserConfirmation p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

        #newUserConfirmation p br {
            display: none;
        }

    .serve-passion ul li {
        padding: 10px;
    }

    .serve-passion h4 {
        font-size: 16px;
    }

    .serve-passion ul li {
        width: 100%;
        float: none;
        margin: 10px 0;
    }

    body nav .right .menu.inline li:first-child a {
        border-bottom: none;
        border-left: 1px solid rgba(255,255,255,.1) !important;
    }

    .landlord nav .menucontainer .left, .landlord nav .menucontainer .right {
        border-left: none;
    }

    .topnavmobi {
        display: block;
    }

    nav .menu li a#navacountlink {
        padding: 15px 0;
    }

    nav .down:after {
        display: none;
    }

    #benefits-landlord .wrapper {
        padding: 0 !important;
    }

    #dvLandlordNavigation .landlord-scroll, nav.adv-after-login .landlord-scroll {
        overflow: auto;
        height: 250px;
    }

    .contactMenu ul li {
        list-style-type: none;
        margin-bottom: 0px;
    }

        .contactMenu ul li a {
            color: #333;
            font-size: 13px;
        }

    .copyright-txt {
        margin: 15px 0;
        text-align: center;
        font-size: 13px;
        color: #666;
    }

    nav .badge {
        right: 40px;
        top: 15px;
    }

    .before-login .go8logo {
        padding: 15px !important;
    }

    nav.before-login .menu li a {
        padding: 15px 0 !important;
    }

    nav.before-login .primarybutton {
        margin: 0;
    }

    .myaccount-info {
        padding: 15px;
        min-height: inherit;
    }

        .myaccount-info .primarybuttongreen {
            display: block;
        }

    .submenuwrapper a:last-child {
        border-radius: 0 0 6px 6px !important;
    }

    .submenuwrapper a {
        padding: 20px !important;
        border-top: 1px solid rgba(0,0,0,.1) !important;
        font-size: 14px !important;
    }

    .myacc-ico-l {
        float: left;
        margin-right: 10px;
    }

        .myacc-ico-l span {
            height: 56px;
            width: 56px;
            display: block;
            border-radius: 50%;
            text-align: center;
            line-height: 56px;
            border: 2px solid #2B6793;
            color: #2B6793;
            font-size: 36px;
        }

    .myacc-info-r {
        width: 70%;
        float: left;
    }

    .firstlastname {
        color: #354052;
        font-size: 16px;
    }

    .user-email {
        font-size: 14px;
        color: #A8A8A8;
        word-wrap: break-word;
    }

    .membershiptype {
        font-size: 12px;
        color: #000;
        margin-top: 5px;
    }

    h3.myaccount-hd {
        color: #7F8FA4;
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    ul.myaccount-drop {
        margin: 0;
        padding: 0;
    }

        ul.myaccount-drop li {
            margin-bottom: 7px;
            font-size: 14px;
            list-style-type: none;
            padding: 0;
        }

            ul.myaccount-drop li a {
                color: #222 !important;
                padding: 0 !important;
                border: none !important;
                display: block;
            }

                ul.myaccount-drop li a:hover {
                    color: #296399 !important;
                    background: none !important;
                }

            ul.myaccount-drop li:hover {
                background: none !important;
            }

    .advertiser #submenullmoreAd .submenuwrapper a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body nav .menu li.top-fav-icon a:hover span, nav .menu li.top-fav-icon a.tempactive span {
        background: url(../images/AffordableHousing/fav-top.png) no-repeat center;
        width: 25px;
        height: 25px;
        display: inline-block;
        background-size: 25px 25px;
    }

    #tenantFavoriteContent .mobile-links-show nav .menu li a {
        font-size: 14px;
    }

    #tenantFavoriteContent .my-acnt-row p {
        margin-bottom: 0px;
    }

    #tenantFavoriteContent .my-acnt-row {
        padding-bottom: 0;
        border-bottom: none;
    }

    .acnt-privacy-link {
        background: none;
    }

    body.landlord .pagecontainer {
        padding-top: 0px !important;
    }

    body nav .menu li.top-fav-icon:hover a.fav-icn, nav .menu li.top-fav-icon a.fav-icn.tempactive {
        background: transparent !important;
    }

    nav.tenant-after-login .submenu .submenuwrapper a {
        padding: 15px 0 !important;
    }

    nav.tenant-after-login .menu li a {
        min-height: inherit !important;
    }

    nav.tenant-after-login .menu li a {
        min-height: inherit;
    }

        .tenant-after-login .go8mark, nav.tenant-after-login .menu li a.go8mark {
            height: auto !important;
        }

    .tenant-signup-modal .newmodalcontents {
        position: relative;
        padding-top: 10px;
    }

    .before-login .submenu {
        top: 0;
    }
    /** session timeout popup css **/
    .session-timeout .ren-own-btn .cmn--btn--md {
        font-size: 14px;
    }

    .session-btns .secondarybutton {
        min-width: 140px;
        line-height: 44px;
        padding: 0 7px;
        box-sizing: border-box;
        margin: 0 1px;
        font-size: 13px;
    }
    /** session timeout popup css **/

    /** new login css **/
    .signinpage .air {
        padding: 0;
    }

    .login-tabs a {
        font-size: 12px;
        padding: 0 5px;
    }

    .login-form {
        padding: 20px;
    }

    .login-container .formheader {
        font-size: 13px;
    }

    .forgot-link a {
        font-size: 12px;
    }

    .login-tabs {
        display: table;
        width: 100%;
    }

        .login-tabs .login-tab-blk {
            width: auto;
            float: none;
            display: table-cell;
            vertical-align: top;
            min-width: 90px;
        }

    .signinpage .pagetitle {
        font-size: 30px;
    }
    /** new login css **/
    nav.before-login .submenu .submenuwrapper a {
        padding: 15px 0 !important;
    }

    nav.before-login .primarybutton {
        margin: 0px;
    }

    body.advertiser .mobilerefinesearch, body.landlord .mobilerefinesearch {
        right: 46px;
    }

    .benefitspage .togglepassword {
        top: 0;
    }

    .payment-method .checkout-help .tooltip-show-onhover {
        width: 275px;
    }

    body.landlord .welcome-dashboardcontent {
        padding-left: 0px;
    }

    .cancel-request-cnt .landlord-cancel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .signup-page .copy {
        padding-top: 20px;
    }

        .signup-page .copy .pagetitle {
            padding-top: 0;
            font-size: 22px;
        }

        .signup-page .copy h3 {
            font-size: 16px;
        }

    .eigibility-dtl-popup .newmodalsmallcontainer {
        max-width: 100%;
    }

    .modal-title h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .newmodalsmallclose {
        top: 0px;
        right: 0px;
    }

        .newmodalsmallclose div {
            width: 20px;
        }

    .eligb-content {
        font-size: 14px;
        line-height: 22px;
    }

    .modal-btn-row div, .modal-btn-row button {
        margin: 0 3px;
    }

    .go8--withdrawApp--modal .modal-content p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }

    .modal-grey-btn, .modal-green-btn {
        min-width: 120px;
        line-height: 40px;
    }

    .go8--landing--backpage {
        padding: 15px 0;
    }

        .go8--landing--backpage .wrapper {
            padding: 0 15px !important;
        }

        .go8--landing--backpage h2 i img {
            width: 18px;
        }

    .login-subheading h4 {
        font-size: 16px;
    }

    .featured-listing ul li.haPanel-placeholder-blk {
        display: none;
    }

    /* WL Application Sucess signup css */
    .go8--signupSuccess--popup .newmodalsmallcontainer {
        max-width: 90%;
    }

    .go8--successSignup--cont p {
        font-size: 16px;
        line-height: 24px;
    }
    /* WL Application Sucess signup css */

    #UpdateUserNamePopup .secondarybutton {
        white-space: normal;
    }

    .searchbar-info .refine input[type=text] {
        top: 0px !important;
    }

    .listingwizardpage .dashboardcontent .listingwizard .wrapper {
        padding: 0 !important;
    }

    .school-accordion-main .great-school-title {
        padding: 0 10px !important;
    }

    .school-accordion-main .great-school-list li {
        padding: 10px !important;
    }

    .ha-share-popup .newmodalsmallcontainer {
        width: 90%;
    }

    .go8--HAshare--btn {
        margin: 0 10px;
    }

        .go8--HAshare--btn i {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 22px;
        }

    .ha-list-share {
        top: 105px;
        bottom: inherit;
    }

    .results .separator.bottom-spacing {
        margin-bottom: 0;
    }


    .secondarybutton, .primarybutton {
        padding-left: 15px;
        padding-right: 15px;
    }

    .unauthenticated .tenantregistrationpage .tenantregistration {
        max-width: 100%;
        float: none;
    }

    .reset--pwd--blk {
        width: 100%;
        margin: 0;
    }

    .mid--wrapper {
        padding: 30px 0;
    }

    .mail-link-blk a:hover {
        color: #2979BF;
        outline: none;
    }

    /*.owl-nav {
        text-align: center;
        width: 100%;
        margin: 15px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .owl-nav .owl-prev, .owl-nav .owl-next {
            position: static;
            margin: 0 5px;
            transform: none;
        }

            .owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
                display: flex !important;
            }

                .owl-nav .owl-prev.disabled:hover, .owl-nav .owl-next.disabled:hover {
                    transform: none !important;
                }*/

    .page--top--scroll {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .cmn--alert--msg {
        padding: 15px;
        margin-bottom: 15px;
    }


    input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
        appearance: none;
        -webkit-appearance: none;
    }

    .near-by-listing .featured-listing ul {
        margin-bottom: 0;
    }

        .near-by-listing .featured-listing ul li {
            width: 100%;
            margin: 0 0 40px;
        }

            .near-by-listing .featured-listing ul li:last-child {
                margin-bottom: 0;
            }

    .near-by-listing .featured-img {
        width: 90px;
        height: 90px;
    }

    /* Hello Sign Modal */

    /*    .x-hellosign-embedded--in-modal {
        overflow-x: auto;
    }

    .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-screen {
        position: fixed;
        background: #fff;
        display: block;
    }

    .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-close {
        display: block;
        right: inherit;
        position: fixed;
    }

    .x-hellosign-embedded--in-modal .x-hellosign-embedded__modal-content {
        box-shadow: none;
        min-height: 0;
        min-width: 0;
        transform: none;
        left: 0;
        top: 0;
        position: static;
        overflow-x: auto;
        width: 1150px;
        height: calc(100% - 40px);
        margin-top: 40px;
        background: white;
    }
        .x-hellosign-embedded--in-modal .x-hellosign-embedded__iframe {
             position: relative;
             z-index: 11;
        }*/

    .contact-us-svg-holder {
        display: none;
    }

    .contact-us-phones {
        flex-direction: column;
    }

    .contact-us-phone-label {
        display: inline-block;
        min-width: 94px;
    }

    .contact-us-tel:not(:last-child) {
        margin-bottom: 16px;
    }

    .contact-us-live-chat .contact-us-button {
        max-width: unset;
    }

    #owner-applicants-page .app--help--blk {
        display: none;
    }

    .listing-info-link .help--cont {
        margin-top: 0;
    }

        .listing-info-link .help--cont h6 {
            margin-top: 0;
        }
}

@media screen and (min-width:200px) and (max-width:567px) {
    .nationwide-main {
        width: 97%;
    }

    #gsForm label {
        float: left;
    }

    .chidren-age span {
        margin-top: 10px;
    }
}

@media screen and (min-width:200px) and (max-width:479px) {
    .nationwide-main {
        width: 97%;
    }

    .nationwide-title h4 {
        font-size: 14px;
    }

    .nationwide-subtitle h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .nationwide-form {
        padding: 30px 15px;
    }

    .nation-field {
        width: 100%;
        margin-bottom: 10px;
    }

    .nation-field-row {
        margin-bottom: 0;
    }

    .chidren-age .cstmchk {
        width: 50%;
        margin-right: 0;
    }

    .results .separator h1 {
        margin-left: 0;
    }

    .badge-infopopup {
        width: 50vw !important;
        transform: translate(calc(-85%));
    }

        .badge-infopopup:after {
            left: 88%;
        }

    .property--info--layer:hover .badge-infopopup.hide {
        display: none !important;
    }

    .badge--infopopup-control.infopopup-open .badge-infopopup.hide {
        display: block !important;
    }
}

@media screen and (min-width:200px) and (max-width:374px) {
    .homecopy h1 {
        font-size: 1.4em;
    }

    .featured-listing ul li {
        width: 100%;
    }

    .feat-loc-lt p.property-size {
        min-height: inherit;
    }

    .result-housing-panel.near-by-listing .featured-listing ul li {
        width: 100%;
    }

    .housing-autho-page .feat-loc-lt p.property-size {
        min-height: inherit !important;
    }

    .school-accordion-main .verify-form-field {
        width: 27%;
    }

    .school-accordion-main .verify-field-lg {
        width: 36%;
        margin-right: 0;
    }

    .school-accordion-main .send-code-btn, .school-accordion-main .send-cd-btn {
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (min-width:360px) and (max-width:479px) {
    #housingagencyloginlink.active {
        line-height: 35px;
        padding-top: 11px !important;
        padding-bottom: 10px !important;
        background-position: 15px 24px;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .results .listing .listing-content .right .air {
        padding-left: 22px;
    }

    .results .listing .listing_description {
        padding: 0;
    }

    /** fav popup css **/
    .acnt-links {
        height: calc(100% - 70px);
        overflow-y: auto;
    }

    .my-acnt-row p:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .my-acnt-row {
        min-height: inherit;
        margin-bottom: 0;
    }

    nav .menu li .acnt-privacy p a {
        padding: 10px 15px !important;
    }
    /** fav popup css **/

    .serve-passion ul li {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px;
        margin-bottom: 0;
        border-bottom: none;
    }

        .serve-passion ul li i {
            margin-bottom: 20px;
            height: auto;
        }
}

@media screen and (min-width:200px)and (max-width:320px) {
    .signinpage .air, .signinpage .mobileair {
        padding: 0;
    }

    a#housingagencyloginlink.active {
        background-position: 20px 24px;
        padding-left: 20px;
        padding-right: 0;
    }

    a#landlordloginlink.active {
        background-position: 9px 24px;
        padding-left: 15px;
        padding-right: 0;
    }

    .submenu .tab {
        padding: 10px 0;
        line-height: normal;
    }

    .landlord-view-btn {
        font-size: 10px;
        margin: 2px 0;
        max-width: 100% !important;
        display: block;
        box-sizing: border-box;
    }

    #tenantloginlink.active {
        background-position: 14px 24px;
    }

    div.separator.rental-property-accessibility div {
        margin-right: 4px;
    }
}

@media screen and (min-width:321px) and (max-width:374px) {
    .signinpage .air, .signinpage .mobileair {
        padding: 0;
    }

    a#housingagencyloginlink.active {
        background-position: 8px 23px;
        padding-left: 15px;
        padding-right: 0;
        padding-top: 19px;
        padding-bottom: 19px;
    }

    #tenantloginlink.active {
        background-position: 18px 23px;
    }

    a#landlordloginlink.active {
        background-position: 12px 23px;
        padding-left: 15px;
        padding-right: 0;
    }

    .submenu .tab {
        padding: 10px 0;
        line-height: normal;
    }

    .landlord-view-btn {
        font-size: 10px;
        margin: 2px 0;
        max-width: 100% !important;
        display: block;
        box-sizing: border-box;
    }

    .paymentmethod-full .membership-blk-left, .paymentmethod-full .membership-blk-right {
        margin-right: 0 !important;
    }

    .payment-method .checkout-help .tooltip-show-onhover {
        width: 235px;
        right: -25px;
        left: auto;
    }

    .payment-method .checkout-help .tooltip-pop-arr {
        right: 23px;
    }
}

@media screen and (min-width:800px) and (max-width:1023px) {
    nav:before {
        display: none;
    }

    nav {
        top: 0;
        left: 0;
        width: 100%;
    }

    #landlordCta.property-btn-web, .mobile-links-show {
        display: none;
    }

    .go8logo {
        background: url(../images/AffordableHousing/go8-logo-white.png) center no-repeat !important;
        background-size: 180px auto !important;
    }

    body nav .menu li:first-child {
        border-left: 1px solid rgba(255,255,255,.1);
    }

    body nav .down:after {
        display: block !important;
    }

    .menuouter {
        position: absolute;
        top: 60px !important;
        width: 275px;
        overflow-y: unset !important;
    }

    nav.before-login .submenu .submenuwrapper a {
        padding: 15px !important;
        font-size: 11px !important;
        border-bottom: none;
    }

    .menuouter {
        left: calc(50% - 135px);
    }

    nav .menu .submenu.top-popup-outer, nav .right .submenu.top-popup-outer {
        top: 60px;
    }

    .top-popup-outer:before {
        right: 0;
        left: 0;
        margin: auto;
    }

    .ll-nav-after-login .menuouter {
        top: 80px !important;
    }

    nav.ll-nav-after-login .menu li .submenuwrapper a {
        text-align: left !important;
        padding: 15px !important;
    }

    .lanlord-myaccount.menuouter {
        left: auto;
        right: 0;
    }

    #navacountlink {
        padding: 28px 45px 36px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 160px !important;
        background: url(../images/AffordableHousing/my-account-white.png) no-repeat 12px center !important;
        background-size: 24px auto !important;
    }

    nav .menu li a#navacountlink {
        text-align: left;
    }

    nav.ll-nav-after-login .mn-submenu-arr .top-popup-outer:before {
        left: auto;
        right: 40px;
    }

    body nav .menu li a {
        color: #fff !important;
    }

    nav.before-login .primarybutton {
        margin: 15px !important;
    }

    .homehero {
        width: 100% !important;
    }

    .mobile-links-show nav {
        width: 80px !important;
        right: inherit !important;
    }

    nav .menu li a {
        text-indent: 0 !important;
    }

    nav {
        border-radius: 0;
        margin: inherit !important;
        box-shadow: none;
    }

        nav.ll-nav .wrapper, nav.adv-nav .wrapper {
            padding: 0 !important;
        }

    .navheader .wrapper {
        padding: 12px 12px 12px 24px !important;
    }

    .dashboardcontents {
        margin-top: 0px;
    }

    body nav .menu li a {
        background: none;
        text-align: center;
        font-size: 11px;
        padding: 12px 0;
    }

        body nav .menu li a span {
            padding-top: 0 !important;
        }

    .landlord nav .menu li a {
        font-size: 11px !important;
    }

    body nav .menu li a.menudown {
        background: none !important;
    }

    #navmore, #getrentestimates, #navspotlights, #navinbox, #navprospects, #navlistings, #navdashboard {
        background: none !important;
    }

    body nav .menu li a {
        border-bottom: 1px solid rgba(0,0,0,.15);
    }

    .menuouter {
        max-height: inherit;
    }

    nav .menu li#navmore .submenuwrapper {
        padding: 0 !important;
        text-align: left !important;
    }

    .menuouter {
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07) !important;
    }

    nav .menu li#navmore a .submenuwrapper a {
        padding: 15px !important;
        border-bottom: none !important;
    }

    .go8mark, nav .menu li a.go8mark {
        text-indent: -9999px !important;
    }

    .landlord nav .menu li a {
        font-size: 11px !important;
    }

    body nav .menu li a span {
        display: block;
    }

    nav.ll-nav-after-login .menu li a {
        padding: 20px 10px !important;
        border-bottom: none !important;
    }

    nav.before-login .menu li a {
        padding: 22px !important;
    }

    nav .menu li a.go8logo {
        text-indent: -999px !important;
        width: 57px;
        background-position: left 10px center !important;
    }

    .wrapper {
        padding: 0 20px !important;
    }

    /*.pagecontainer {
        padding-top: 60px !important;
    }*/

    nav.ll-nav.ll-nav-after-login .wrapper {
        padding: 0 20px !important;
    }

    .landlord-scroll .down:after {
        display: none !important;
    }

    nav.adv-after-login .menu li a {
        padding: 15px !important;
    }

    nav.adv-after-login .menu li .submenuwrapper a {
        background-position: right center !important;
    }

    nav.adv-after-login .menu .submenu.top-popup-outer, nav.adv-after-login .right .submenu.top-popup-outer {
        top: -86px !important;
    }

    nav.adv-nav.adv-after-login.nav-badge .landlord-scroll .left {
        float: none;
    }

    nav.adv-nav.adv-after-login.nav-badge .landlord-scroll .menu li a {
        padding: 20px !important;
        border-bottom: none;
    }

    body.landlord .pagecontainer {
        padding-top: 60px !important;
    }

    nav.adv-nav.adv-after-login.nav-badge .menu .submenu.top-popup-outer, nav.adv-nav.adv-after-login.nav-badge .right .submenu.top-popup-outer {
        top: 60px !important;
    }

    nav.adv-nav.adv-after-login.nav-badge .menu li .submenuwrapper a {
        padding: 15px !important;
        text-align: left;
    }

    .advertiser-myaccount {
        left: auto;
        right: 10px;
    }

        .advertiser-myaccount.top-popup-outer:before {
            left: auto !important;
            right: 50px !important;
        }

    body nav.tenant-after-login .menu li a {
        padding: 22px 15px !important;
        border-bottom: none;
    }

    body nav.tenant-after-login a#favoritehomeslink {
        padding: 18px 15px !important;
    }

        body nav.tenant-after-login a#favoritehomeslink.down:after {
            display: none !important;
        }

    nav.tenant-after-login .submenu .submenuwrapper a {
        padding: 15px !important;
        font-size: 12px !important;
    }

    .tenant-myaccount.top-popup-outer:before, #submenufavorites:before {
        left: auto;
        right: 50px;
    }

    .landlord nav.ll-nav #submenullmore.top-popup-outer {
        top: 30px !important;
    }

    .landlord nav.ll-nav.ll-nav-after-login.nav-badge #submenullmore.top-popup-outer, .landlord nav.ll-nav.ll-nav-after-login.nav-badge .lanlord-myaccount {
        top: 80px !important;
    }

    .mobileonly {
        display: none;
    }
}
/** media css **/


@media screen and (min-width: 480px) {
    .results .listing .photo {
        min-height: 150px;
        max-height: 150px;
        width: 170px;
        float: left;
        margin: 0;
    }

        .results .listing .photo img {
            width: 100%;
            min-height: 150px;
        }

    .results .listing {
        text-align: left;
        padding: 12px;
    }

    .results .basic {
        padding: 0;
    }

    .results .listing .left {
        float: left;
        width: 59%;
        padding: 4px 0 0 12px;
    }

    .results .listing .mobilespan100 {
        width: 100%;
        padding: 3px 0 0 0;
    }

    .results .basic .mobileleft {
        padding: 4px 0 0 0;
    }

    .results .basic .left .info {
        padding: 12px 0 12px 12px;
    }

    .mobileleft b {
        position: static;
        display: inline-block;
        background: none;
        padding: 0 !important;
    }

    .subbold {
        font-weight: normal;
    }

    .detailspage .listing .photo {
        height: 450px;
    }

    .carousel .portrait {
        width: auto;
        max-height: 450px;
    }



    .swipe-wrap div,
    .swipe-wrap .photocontainerparent,
    .detailspage .listing .photocontainer {
        min-height: 450px;
    }

    .resultspage #map_canvas {
        height: 450px;
    }

    .detailspage #map_canvas {
        height: 350px;
    }

    #mappopup {
        top: 100px;
    }

    .photodesc {
        font-size: 12px;
    }

    .results .listing .mobileleft {
        padding: 0;
        width: auto;
    }

    .footer .wrapper {
        padding: 20px 0 0;
    }

    .pagecontainer {
        position: relative;
        min-height: 100%;
        box-sizing: border-box;
    }

    .footer {
        height: 120px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }


    .spanpoint5 {
        width: 5%;
    }

    .gssignuppage .AgeCheckBox table {
        width: 100%;
    }

    .gssignuppage .AgeCheckBox td {
        width: 24%;
    }
}

@media screen and (min-width: 800px) {
    /* ----------Global Styles ---------- */

    body {
        font-size: .9em;
        padding: 0;
    }

    .desktop {
        display: block;
    }

    .wrapper {
        max-width: 1280px;
        min-width: 1000px;
        margin: 0px auto;
        padding: 0 20px;
    }

    .wrapper2 {
        max-width: 800px;
        margin: 0px auto;
        padding: 0 20px;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 3em;
    }

    h3 {
        font-size: 2em;
    }

    h4 {
        font-size: 1.5em;
    }

    .fixed {
        position: fixed;
        top: 30px;
        width: 250px;
    }

    .bc {
        font-size: 26px;
    }

    .general .header {
        padding: 0;
    }

    .modal .content {
        padding: 20px 30px;
        box-shadow: none !important;
        margin: 0 !important;
    }

    .push {
        margin: 0;
    }

    .mobileair,
    .mobileairtop {
        padding: 0;
    }

    .airright {
        padding-right: 12px;
    }

    .airleft {
        padding-left: 12px;
    }

    .spotlightadcontact .form {
        width: 350px;
        margin: 20px 0 0 0;
    }

    .general .leftlinks {
        margin: 50px 0 0 0 !important;
    }

    .ribbon {
        width: 100px;
        height: 100px;
        background-size: 100px 100px !important;
    }

    .extra {
        display: inline-block !important;
    }

    .leftlinks a {
        background: none;
    }

    .hidelinkmobile {
        display: inline-block !important;
    }

    .rightcontainer {
        min-height: 800px;
    }

    .contentcontainermargin {
        margin: 80px 0;
    }

    .contentcontainerpadding {
        padding: 80px 0;
    }

    .backtotop {
        z-index: 400000001;
        cursor: pointer;
    }

    .mobilespan40 {
        width: auto;
    }

    .mobilespan60 {
        width: auto;
    }

    .mobilespan100 {
        width: auto;
    }

    .mobileleft {
        float: none;
    }

    .mobileright {
        float: none;
    }

    .mobilecenter {
        text-align: left;
    }

    .mobile-text-left {
        text-align: center;
    }

    .mobileblock {
        display: inline;
    }

    .mobilepushbottom {
        margin-bottom: 0;
    }

    .mobilelink {
        color: #111 !important;
    }

        .mobilelink:hover {
            text-decoration: none;
        }


    /* ---------- Mobile Nav ---------- */

    .mobilelogo {
        display: none !important;
    }

    .mobilemenu {
        display: none !important;
    }

    .mobiletitle {
        display: none !important;
    }

    .mobilenav {
        display: none !important;
    }

    .navheader {
        display: block;
    }


    /* ---------- Nav ---------- */

    .go8mark, nav .menu li a.go8mark {
        background: url(../images/AffordableHousing/go8-mark-white.png) center no-repeat;
        width: 80px;
        text-indent: -999px;
        background-size: 52px auto;
        min-height: 80px;
    }

    .tenant .go8mark, .tenant nav .menu li a.go8mark {
        background: url(../images/AffordableHousing/logo-white.png) center no-repeat;
        width: 72px;
        height: 53px;
        text-indent: -999px;
        /*background-size: 52px auto;*/
    }

    .go8logo {
        background: url(../images/AffordableHousing/go8-logo-white.png) center no-repeat;
        width: 216px;
        text-indent: -999px;
        background-size: 180px auto;
        padding: 17px 14px !important;
    }

    .tenant .go8logo {
        background: url(../images/AffordableHousing/logo-white.png) center no-repeat;
        width: 72px;
        height: 53px;
        text-indent: -999px;
        /*background-size: 180px auto;
	padding: 20px 14px !important;*/
    }

    nav {
        background: #296399;
        border-bottom: 0px solid #437eb5;
        overflow-y: visible;
        display: block;
    }

        nav .wrapper {
            position: relative;
        }

        nav .menucontainer {
            display: block;
            position: static;
            width: auto;
            height: auto;
            overflow-y: visible;
        }

            nav .menucontainer .left,
            nav .menucontainer .right {
                border-left: 1px solid rgba(255, 255, 255, 0.15);
            }

        nav .menu {
            display: inline-block;
            float: left;
        }

            nav .menu li {
                display: inline-block;
                position: relative;
                float: left;
            }

                nav .menu li a {
                    display: inline-block;
                    font-family: poppinsbold;
                    padding: 19px 15px;
                    position: relative;
                    color: #fff;
                    border: none;
                    border-right: 1px solid rgba(255,255,255,.1);
                    text-shadow: none;
                    font-size: 13px;
                }

                nav .menu li:hover,
                .tempactive {
                    color: #fff;
                    background-color: #2F6F9F !important;
                }

            nav .menu .nohover:hover {
                background-color: #5a9dd0 !important;
            }

    .navheader h2,
    .navheader .right {
        display: inline-block;
        font-size: 26px;
    }

    .navheader .right {
        display: inline-block;
    }

    #navacountlink {
        padding: 12px 24px 28px 46px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 160px !important;
        background: url(../images/AffordableHousing/my-account-white.png) no-repeat 12px center;
        background-size: 24px auto;
    }

    .navmembershiptype {
        position: absolute;
        bottom: 22px;
        left: 46px;
        right: 0;
        font-weight: normal;
    }

    nav .badge {
        font-size: 10px;
        right: 14px;
        top: 22px;
    }

    nav.nav-badge .badge {
        margin-left: 53%;
        right: auto;
        top: 10px;
    }

        nav.nav-badge .badge.count-position {
            margin-left: 0;
            right: 14px;
            top: 22px;
        }


    nav .primarybutton {
        background: #49ba84;
        font-size: 14px;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        display: inline-block;
        color: #fff !important;
        text-decoration: none !important;
        text-align: center;
        padding: 12px 20px;
        font-family: poppinsbold;
        border: 1px solid #4fa16f;
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.2);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        color: #111;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        padding: 6px 12px;
        border: 1px solid #1e517c;
        margin: 12px 20px 11px 20px;
        display: inline-block;
        display: none;
    }

        nav .primarybutton:hover {
            border: 1px solid #111;
            background: #1dab67;
            color: #fff;
            box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.06);
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        }

    nav .right .primarybutton {
        display: inline-block;
    }

    nav table,
    nav table tbody,
    nav table tr,
    nav table td {
        border-collapse: collapse;
        display: inline-block;
        padding: 0;
        float: left;
    }

    nav .favorites table,
    nav .favorites table tbody,
    nav .favorites table tr,
    nav .favorites table td {
        border-collapse: collapse;
        display: block;
        padding: 0;
        float: none;
    }

    nav .submenu table,
    nav .submenu table tbody,
    nav .submenu table tr,
    nav .submenu table td {
        float: none;
        width: 100%;
    }

    .listyourproperty {
        display: none;
    }

    .noscroll {
        position: static !important;
    }

    .mobilespan48 {
        width: auto;
    }

    .mobilespan50 {
        width: auto;
    }


    /* Submenus */

    .submenu,
    #submenusavedsearches,
    #submenutenantfavorites {
        top: 80px;
        background: rgba(0, 0, 0, 0.6);
        font-size: 14px;
    }

        .submenu .submenuwrapper {
            max-width: 460px;
            margin: 60px auto 60px;
            padding: 20px;
            background: #fff;
            border-radius: 3px;
        }

        #submenufavorites .submenuwrapper,
        #submenusavedsearches .submenuwrapper {
            max-width: 600px;
        }

        .submenu a {
            border: none;
            padding: 20px;
            color: #111;
            background: url(../images/AffordableHousing/advance.png) no-repeat right center #fff;
            background-size: 28px 16px;
        }

            .submenu a:hover {
                background: #f3f5f6;
                background: url(../images/AffordableHousing/advance.png) no-repeat right center #f3f5f6;
                background-size: 28px 16px;
            }

    .subnav {
        display: block;
    }

        .subnav a {
            padding: 6px 6px;
            margin: 0 12px 0 0;
            width: auto !important;
        }

    .mobilemenu {
        display: none;
    }

    .submenu .tabs {
        background: none;
    }

    #landlordCta {
        display: inline-block;
    }

    /* ---------- Misc ---------- */

    .span1 {
        margin: 20px 0 0;
    }

    .modal {
        left: 50%;
        margin-left: -300px;
        width: 600px;
    }

    .header ul {
        display: table;
    }

    .header li {
        display: table-cell !important;
    }

    .header a {
        margin: 0 1px;
    }

        .header a:hover {
            background: #fff;
        }

    .header .subnav {
        margin: 0px 0 0 0;
    }

    .general .header h1 {
        font-size: 4em;
    }

    .form {
        padding: 20px;
    }



    .tenantnavigationwrapper a.badgeit {
        padding-right: 56px !important;
    }


    .form .left {
        padding: 0 0 6px;
        float: left;
        width: 45%;
    }

    .form .right {
        padding: 0 0 6px;
        float: right;
        width: 50%;
    }

    .modal .primarybutton,
    .modal .secondarybutton {
        display: inline-block;
    }

    .desktopadwrapper {
        padding: 12px;
        background: #f9f9f9;
        border: 1px solid #ccc;
        margin: 20px 0;
        display: inline-block;
        background: #fff;
    }

    .desktopad2wrapper {
        padding: 12px;
        background: #f9f9f9;
        border: 1px solid #ccc;
        margin: 20px 0;
        display: inline-block;
        background: #fff;
    }

    .span3 .desktopad {
        background: #fff !important;
    }

    #qmregcontinue {
        width: 130px;
    }

    inContentPlaceHolder_TenantRegControl_frmViewReg_imgbtn_Register,
    #ctl00_MainContentPlaceHolder_TenantRegControl_frmViewRegAccessibility_imgbtn_UpdateAdditionalInfo,
    .air #AdContactPanel {
        width: auto;
        width: 200px;
    }

    .registerpopup .form {
        text-align: center;
    }

    .fieldwrapper {
        text-align: left;
        border: 1px solid #ccc;
        padding: 20px 40px;
        border-radius: 5px;
        display: inline-block;
        margin: 0px auto;
        background: #f9f9f9;
    }

    .mobilead {
        padding: 12px;
    }

    #ctl00_MainContentPlaceHolder_TenantRegControl_frmViewReg_imgbtn_Register,
    #ctl00_MainContentPlaceHolder_TenantRegControl_frmViewRegAccessibility_imgbtn_UpdateAdditionalInfo,
    .air #AdContactPanel {
        width: auto;
    }

    .aboutspan3 {
        width: 24%;
    }

    /*.aboutspan3 .content {
        background: #fff;
        margin: 30px 0 0;
    }*/

    .aboutspan2 {
        width: 74%;
        padding: 1px 0;
    }

        .aboutspan2 .content {
            background: #fff;
            padding: 30px 40px;
            margin: 30px 0 0;
        }

    .half {
        width: 48%;
    }

    .mobilefull {
        width: auto;
    }

    .aboutspan2 .air {
        padding: 12px 20px;
    }

    .searchrentalsmap {
        display: block;
    }

    .third {
        width: 33%;
    }

    .aboutspancenter {
        margin: 0 auto;
        width: 100%;
    }

    .facebook {
        min-height: 380px;
    }

    .addthis {
        min-height: 50px;
    }

    .desktoponly {
        display: block;
    }

    .desktoponlyinline {
        display: inline-block;
    }

    .mobileonly {
        display: none;
    }

    .mobileonlyinline {
        display: none;
    }


    /* Home Page */

    header {
        display: block;
    }

    .homepage .search-container {
        max-width: 600px;
        margin: 40px auto 0;
    }

        .homepage .search-container .search-input {
            height: 80px;
            font-size: 1.5em;
            padding: 0 0 0 30px;
            *height: auto;
            width: 62%;
            *padding: 26px;
        }

        .homepage .search-container .search-suggestion {
            height: 80px;
            font-size: 1.5em;
            padding: 0 0 0 30px;
            *height: auto;
            width: 62%;
            *padding: 26px;
            position: absolute;
            color: #CCC;
            border: none;
            z-index: 1;
            top: 0;
            left: 0;
        }

        .homepage .search-container .search-submit {
            background: url(../images/AffordableHousing/search-icon.png) no-repeat center #4FB27D;
            background-size: 40px auto;
            height: 80px;
        }


    .leaderboardtop {
        padding: 6px 0 0;
    }

    .resultspage .leaderboardtop {
        padding: 6px 0 0;
    }

    .accountcontainerwrapper {
        padding: 20px 0 0;
        min-height: 800px;
    }


    /* ---------- Results Page ---------- */

    .results .tabs {
        padding: 6px 18px 0;
        background: #f9f9f9;
        margin: 0;
        padding: 12px;
        display: block;
        border-bottom: 1px solid #ccc;
    }

        .results .tabs .left a {
            padding: 18px 0px;
            margin: 0 3px -1px 0;
            border-radius: 0 !important;
            border: 1px solid #cfd6d7;
            border-bottom: 1px solid #ccc;
        }

        .results .tabs .left .active {
            border-bottom: 1px solid #fff !important;
        }

        .results .tabs .left {
            float: left;
            padding: 0px 0 0 10px;
            width: 58%;
            text-align: left;
        }

    .results #printlistbutton {
        display: inline-block;
    }

    .results .tabs .listingscount {
        display: block;
        text-align: right;
        margin: 0px 0 0 0;
    }

    #resultsmobilebanner {
        height: auto;
    }

    .resultspage .rightgutter {
        padding: 12px 0 12px 18px;
    }

    .detailspage .rightgutter {
        padding: 0 0 12px 18px;
    }

    .resultspage .pagetitle {
        display: block;
        background: none;
        padding: 18px 0;
        margin: 12px 0 0 0;
        background: #fff;
    }

        .resultspage .pagetitle h1 {
            font-size: 24px;
            float: left;
            display: block;
            margin: 3px 0 0 0;
            width: 65%;
        }

    .mobilerefinesearch,
    .mobilerefinesearchini {
        display: none !important;
    }

    .tabs .listingscount {
        position: static;
    }

    .sort {
        padding: 18px 20px;
    }

        .sort .right {
            padding: 0;
        }

    .spotlightadcontact .basicinfo {
        margin: 40px 0 0 20px;
        display: inline;
    }

    .resultspage .listing {
        font-size: 0.8em;
        background: #fff;
        padding: 0;
        min-height: 174px;
    }

    .results .listing .left .info {
        padding: 14px 0 0 20px;
    }

    .results .listing .photo {
        min-height: 160px;
        max-height: 160px;
        width: 200px;
        margin: 6px;
    }

        .results .listing .photo img {
            min-height: 160px;
        }

    .results .listing .left {
        width: 46%;
        padding: 0;
    }

        .results .listing .left b {
            font-size: 17px;
        }

    .results .listing .right b {
        font-size: 14px;
    }

    .results .listing .subbold {
        font-size: 14px;
    }

    .results .listing .listing_description {
        width: 67%;
        clear: both;
        display: inline-block;
        padding: 0px 5px 0px 20px;
    }

    .results .listing .highlights {
        margin: 0;
        font-size: 11px;
        line-height: 14px;
        min-height: 17px;
    }

    .results .listing .mobileleft {
        float: none;
        width: auto;
        padding: 0;
    }

    .results .listing .right {
        display: block;
        width: 20%;
        float: right;
        position: relative;
    }

    .results .listing .listing-content .right .air {
        padding: 15px 15px 20px 15px;
        text-align: right;
    }

    .results .basic .left .info {
        padding: 20px 0 40px 20px;
        min-height: 112px !important;
        border-left: none;
    }

    .results .listing .address {
        /*position: absolute;*/
        max-height: 38px;
        overflow: hidden;
        width: 280px;
        /*bottom: 12px;*/
        color: #444;
        margin: 0;
        display: block;
        font-style: normal;
        text-decoration: none;
        font-size: 11px;
    }

    #mappopupbasicinfo {
        padding: 20px;
    }

    .paging {
        padding: 20px 12px;
        background: #fff;
        border-top: 1px solid #ccc;
    }

        .paging a,
        .paging span {
            display: inline-block;
            padding: 12px;
            margin: 0 1px;
            background: #EDEFF1;
        }

        .paging .active {
            background: #111;
            color: #fff;
            cursor: default;
        }

    .results .listing .phone {
        display: none;
    }

    .mediumrectangle {
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin: 20px auto;
        width: 380px;
    }

    .resultspage .mediumrectanglecontainer {
        background: #fff;
        padding: 12px 0 12px;
        margin: 0;
        border-top: 1px solid #ccc;
    }

    #map_canvas {
        height: 500px;
    }

    .listviewlink {
        background: url(../images/AffordableHousing/list-view-ie1.png) no-repeat center;
    }

    .mapviewlink {
        background: url(../images/AffordableHousing/map-view-ie1.png) no-repeat center;
    }

    .tileviewlink {
        display: none;
    }

    .dealbadge {
        display: inline-block;
    }

    #printlistbutton {
        display: inline-block;
    }

    .resultspage .listing .ribbon {
        width: 80px;
        height: 80px;
        background-size: 80px !important;
    }

    #mapview {
        background: #fff;
        padding: 6px 0;
    }

    .resultspage .listing b {
        font-size: 1.2em;
        padding: 0 0 4px;
    }

    .resultspage .listing {
        font-size: 0.8em;
        margin: 8px 0;
    }

        .resultspage .listing:hover {
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
        }

        .resultspage .listing i {
            font-size: 0.8em;
        }

    .mobilerefine {
        display: none;
    }

    .results {
        margin: 12px 0 0 0;
        background: none !important;
    }

    .refine .air {
        padding: 12px;
    }

    .morerefineoptions .wrapper {
        padding: 20px 0 0;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .mobilerefine .secondarybutton {
        display: inline-block;
        width: auto;
    }

    .resultspage .refine .option {
        padding: 4px 6px;
    }

    .mobilead {
        display: none;
    }

    .refinefixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        border: none;
    }

    .belowfold {
        margin-top: 60px !important;
    }

    .sortselect {
        display: inline-block;
        width: 130px;
    }

    .rentalcount {
        display: block;
    }

    #mappopup {
        right: 30px;
        left: 30px;
        width: auto;
        top: 120px;
    }

        #mappopup .mobileleft {
            width: auto;
        }

        #mappopup .listing .left {
            width: 40%;
        }

        #mappopup .listing {
            margin: 0;
        }

    .mobilehide {
        display: block;
    }

    .mobilehideinlineblock {
        display: inline-block;
    }

    .results {
        padding: 0;
    }

    #rectangle1 {
        margin-bottom: 20px;
    }

    #resultsleaderboardtop,
    #detailsleaderboardtop {
        margin-bottom: 0;
        margin-top: 12px;
        width: auto;
        height: 114px;
        border-radius: 3px;
        display: block;
    }

    .resultspage .refine {
        display: block;
        position: static;
        padding: 0 12px;
        overflow: visible;
        background: none;
    }

    .refine .separator {
        background: #f9f9f9;
        padding: 18px 20px;
        height: auto;
        color: #111;
        position: static;
        border-bottom: 1px solid #ccc;
        line-height: normal;
    }

    .refine .close {
        display: none;
    }

    .refine .wrapper {
        padding: 0;
        position: relative;
    }

    .printlink {
        display: block;
        margin: 0 0 0 6px;
    }

    .listingviews {
        float: right;
    }

        .listingviews div {
            text-indent: 0;
            color: #111;
            background-position: 12px center !important;
            padding: 6px 16px;
            height: auto;
            width: auto;
            background: #f0f2f3 !important;
            border: 1px solid #ccc !important;
        }

    .refine .primarybutton {
        margin: 12px 0 0 0;
        width: 100%;
    }

    .refinesub {
        padding: 0;
        border-radius: 3px;
        margin: 0;
    }

        .refinesub .air {
            padding-top: 0;
        }

    .results .subbold .propertytype {
        display: inline-block;
    }

    .listingviews div:hover,
    .listingviews div:hover {
        background-color: #fff !important;
        color: #000 !important;
    }

    .listingviews div.active {
        background-color: #fff !important;
        color: #000 !important;
    }

    #printlistbutton {
        display: inline-block;
        color: #111;
        border-radius: 3px;
        text-decoration: none;
        padding: 6px 16px;
        line-height: 30px;
        height: auto;
        width: auto;
        background: #f0f2f3 !important;
        border: 1px solid #ccc !important;
    }

        #printlistbutton:hover {
            background: #fff !important;
        }

    .spotlightads .separator {
        border-bottom: none !important;
    }

    .resources {
        display: block;
    }

    .resultspage .resources,
    .detailspage .resources {
        margin: 12px 0 0 0;
    }

    .resultspage .novouchernecessary {
        margin: 6px 1px 0 0;
    }

    .hidenovouchernecessary {
        display: none;
    }

    .spotlightads {
        display: block;
        margin-top: 8px !important;
        margin: 0;
    }

    .resultspage .span35 {
        display: block;
    }

    .rentalcountmain {
        color: #999;
        padding: 0px 0 0 12px;
        font-size: 12px;
        margin: 16px 0 0 0;
        display: inline-block;
        float: left;
    }

    .results .tabs .left {
        display: block;
    }

    .tabs .left b {
        float: left;
        margin: 14px 0 0 0;
        font-family: poppinsbold;
    }


    /* ---------- Refine Search ---------- */

    .refineddini,
    .refineoption,
    .refinemoreddini {
        cursor: pointer;
        height: 42px;
        border-right: 1px dotted #ccc;
        color: #111;
        padding: 6px 8px;
        box-sizing: border-box;
        position: relative;
    }

    .refinedd,
    .refinemoredd {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        top: 54px;
        padding: 6px 12px 14px;
        background: #fff;
        z-index: 1000;
    }

    .refinemoredd {
        padding: 20px 12px;
        left: auto;
        width: 300px;
    }

    .refineddini.active .refinedd,
    .refinemoreddini.active .refinemoredd {
        display: block;
    }

    .refineddini:after,
    .refinemoreddini:after {
        content: "";
        position: absolute;
        z-index: 1;
        right: 8px;
        top: 50%;
        margin: -4px 0 0 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #999;
    }

    .refineddini.active:after,
    .refinemoreddini.active:after {
        border-top: 0px;
        border-bottom: 8px solid #999;
    }

    .refineoption .primarybuttongreen {
        display: block;
        padding: 0px;
        margin: -10px 0 0 0;
        width: 100%;
        text-indent: -999px;
        height: 50px;
        background: url(../images/AffordableHousing/search-icon.png) no-repeat center #4FB27D;
        background-size: 30px auto;
    }

    .refinemorelink {
        font-family: poppinsbold;
        color: #111;
        text-align: left;
        font-weight: normal;
        padding: 6px 0 0 0;
        margin: 0;
        border: 0px;
    }

    .refineddini .air,
    .refineoption .air {
        padding: 0 !important;
    }

    .filtercopy {
        display: block;
        padding: 6px 0 0 28px;
        color: #111;
        position: relative;
    }

        .filtercopy:after {
            content: "";
            position: absolute;
            left: 2px;
            top: 6px;
            width: 18px;
            height: 18px;
            opacity: 0.4;
        }

    .filterrent .filtercopy:after {
        background: url(../images/AffordableHousing/filter-rent.png) center no-repeat;
        background-size: 18px;
    }

    .filterbedroom .filtercopy:after {
        background: url(../images/AffordableHousing/filter-bedrooms.png) center no-repeat;
        background-size: 18px;
    }

    .filterbathroom .filtercopy:after {
        background: url(../images/AffordableHousing/filter-bathrooms.png) center no-repeat;
        background-size: 18px;
    }

    .filtertype .filtercopy:after {
        background: url(../images/AffordableHousing/filter-type.png) center no-repeat;
        background-size: 18px;
    }

    .refine .subfilters {
        border-left: 0px dotted #ccc;
    }

    #filterbathroom .radionojs input[type="radio"] + label {
        display: block;
    }

    .sortby2 {
        display: inline-block !important;
        width: 40% !important;
        margin: 8px 0 0 12px;
        float: left;
        overflow: hidden;
        white-space: nowrap;
    }

    .refine .checkbutton,
    .refine .inlinecheckgroup,
    .refine .inlineradiogroupn {
        font-size: 14px;
    }

    .morerefineoptions {
        display: block;
    }

        .morerefineoptions .refineddini {
            border: none !important;
        }

    #keepposted + label {
        padding-left: 34px;
        text-align: left;
    }

    #savesearchcheckbox {
        margin: -12px 0 0 0;
    }

        #savesearchcheckbox + label {
            line-height: 16px;
            padding-left: 32px;
        }

            #savesearchcheckbox + label:after {
                top: 5px;
            }

            #savesearchcheckbox + label:before {
                top: 9px;
            }

    .refineoption.span5 {
        padding-left: 0;
        padding-right: 0;
    }

    #submenufavorites .listing .leftimportant {
        width: auto;
    }

    .refine .checkbox {
        margin: 6px 0 0 0;
    }

        .refine .checkbox span {
            display: inline-block;
            vertical-align: middle;
        }

    .refine .checkbutton {
        margin: 0 1%;
    }

    .refine .checkbutton,
    .refine .inlinecheckgroup,
    .refine .inlineradiogroup {
        font-size: 12px;
    }

        .refine .checkbutton input[type="checkbox"] + label:after {
            background-size: cover !important;
        }

    .refine .icon-accessible input[type="checkbox"] + label:after {
        content: "\e600";
    }

    .refine .icon-camera input[type="checkbox"] + label:after {
        content: "\e601";
    }

    .refine .icon-pets input[type="checkbox"] + label:after {
        content: "\e603";
    }


    /*  Details Page  */

    .detailspage .county {
        display: inline-block;
    }

    .detailspage .wrapper {
        position: relative;
    }

    .detailspage .updated {
        display: inline-block;
        padding: 0;
        margin: 8px 0 0 0;
    }

    .detailspage .novouchernecessary {
        margin: 8px 0 0 12px;
        position: static;
    }

    .detailspage .hidenovouchernecessary {
        display: none;
    }

    .leftarrow,
    .rightarrow {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 38px;
        font-size: 50px;
        top: 44%;
    }

    .detailspage .listing .photo {
        height: 500px;
    }

    .carousel .portrait {
        width: auto;
        max-height: 100%;
    }

    .swipe-wrap div,
    .swipe-wrap .photocontainerparent,
    .detailspage .listing .photocontainer {
        min-height: 500px;
    }

    .collapseable ul {
        float: left;
        margin: 0 20px;
        width: 40%;
    }

    .detailspage .details ul {
        float: left;
        margin: 0 20px;
        width: 40%;
    }

    .detailspage .span70 .air {
        padding: 30px;
    }

    .contactmodalbg {
        display: none !important;
    }

    .detailspage .header .wrapper {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .detailpagecontact {
        top: 60px;
        bottom: auto;
        padding: 14px;
        display: none;
    }

        .detailpagecontact .desktop {
            display: block;
        }

        .detailpagecontact .phone {
            display: none;
        }

    .mobilead {
        display: none;
    }

    .collapseable {
        display: block;
    }

    .detailspage .header {
        margin: 0 0 12px;
        padding: 26px 24px;
        text-align: left;
    }

        .detailspage .header h1 {
            font-size: 32px;
        }

    .detailspage .actions {
        text-align: center;
        border: none;
        margin: 24px 0 0 0;
    }

        .detailspage .actions .action {
            font-size: 14px;
            width: auto;
            margin: 0 0 0 6px;
            background: #f9f9f9;
            border: 1px solid #E5E7E8;
        }

            .detailspage .actions .action:nth-child(3) {
                border: 1px solid #E5E7E8;
            }

        .detailspage .actions .action {
            padding: 12px 20px;
        }

    #SaveHomeDiv,
    #SaveLandlordDiv,
    #SaveHomeDivDeactivate,
    #SaveLandlordDivDeactivate {
        background: url(../images/AffordableHousing/favorite-add.png) no-repeat 12px 11px #f9f9f9;
        background-size: 22px !important;
        padding: 12px 12px 12px 40px;
    }

    .actions .active {
        background: url(../images/AffordableHousing/favorite-remove.png) no-repeat 12px 11px #f9f9f9 !important;
        background-size: 22px !important;
    }

    .results .noresults {
        background: #fff;
    }

    .details {
        margin: 0 0 0;
    }

    .detailspage .listing .ribbon {
        width: 160px;
        height: 160px;
        background-size: 160px !important;
    }

    .photocount {
        display: block;
        left: 12px;
        top: 12px;
    }

    #ctl00_MainContentPlaceHolder_TenantRegControl_UpdatePanel3 .primarybutton {
        margin: 0;
    }

    .map {
        height: 450px;
        margin: 6px 12px;
    }

    .spotlightads .spotlight .info b {
        font-size: 16px;
    }

    .spotlightads .spotlight .info {
        font-size: 12px;
    }

    .spotlightads .spotlight .highlights {
        font-size: 0.8em;
        text-align: center;
        font-size: 12px;
        color: #444;
    }

    .scamslink a {
        display: inline;
    }

    header .currentlocation {
        background: url(../images/AffordableHousing/location2.png) no-repeat center;
        background-size: 20px 20px;
        right: 17%;
    }

    header .active .currentlocation {
        background: url(../images/AffordableHousing/location.png) no-repeat center;
        background-size: 20px 20px;
    }

    .detailspage .standardlabel {
        position: absolute;
        right: 20px;
        top: 14px;
        padding: 0;
        text-align: right;
        font-size: 20px;
        color: #333333;
        text-transform: uppercase;
    }

    .detailspage .header .right {
        text-align: right;
    }

    #desktoplinkunittop {
        margin: 18px 0 0 0;
    }

    .fraudalert {
        margin: -18px -24px 0;
    }

        .fraudalert a {
            display: inline-block;
        }

    #favoritehomescontent .listing .leftimportant {
        width: calc(100% - 110px);
    }

    #favoritelandlordscontent .listing .leftimportant {
        width: 100%;
    }

    .mobileclear {
        clear: none;
    }


    /* ---------- Sign Up Page ---------- */

    .signup {
        width: 700px;
    }

        .signup .aboutspan2 {
            width: 440px;
        }

        .signup .loginlink a {
            display: inline;
        }

    .togglepassword {
        padding: 8px;
        right: 8px;
        top: 8px;
    }

    .benefitspage .togglepassword {
        right: 12px;
        top: 13px;
    }

    .passwordinputs input {
        width: 100% !important;
    }


    /* ---------- Great Schools ---------- */

    .gsterms {
        height: 240px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 12px;
    }

    .gssignuppage .gsmodal {
        left: 50%;
        margin-left: -300px;
        width: 600px;
    }

    .gssignuppage .state {
        padding: 0 12px 0 0;
    }

    .gssignuppage .AgeCheckBox {
        margin-top: 0px;
    }

        .gssignuppage .AgeCheckBox td {
            width: 48%;
            float: left;
        }

        .gssignuppage .AgeCheckBox input[type="checkbox"] + label {
            margin: 15px 12px 15px 0;
            width: auto;
            display: block;
            float: left;
            position: relative;
        }


    /* ---------- Spans ---------- */

    .span2 {
        width: 65%;
    }

        .span2 .content {
            margin-top: 20px;
        }

    .span3 {
        width: 32%;
    }

        .span3 .content {
            margin-top: 20px;
        }

    .span4 {
        width: 25%;
    }

        .span4 .content {
            margin-top: 20px;
        }

    .span6 {
        width: 70%;
    }

        .span6 .content {
            margin-top: 20px;
        }


    .span5 {
        width: 50%;
    }

    .span2 .content,
    .span65 .content,
    .span70 .content,
    .span30 .content {
        background: #fff;
    }

    .span10 {
        width: 10% !important;
    }

    .span18 {
        width: 18% !important;
    }

    .span90 {
        width: 90% !important;
    }

    .span95 {
        width: 95% !important;
    }

    .span100 {
        width: 100% !important;
    }

    .span20 {
        width: 20% !important;
    }

    .span80 {
        width: 80% !important;
    }

    .span70 {
        width: 70% !important;
    }

    .span75 {
        width: 75% !important;
    }

    .span60 {
        width: 60% !important;
    }

    .span40 {
        width: 40% !important;
    }

    .span45 {
        width: 45% !important;
    }

    .span55 {
        width: 55% !important;
    }

    .span25 {
        width: 25% !important;
    }

    .span38 {
        width: 38% !important;
    }

    .span48 {
        width: 48% !important;
    }

    .span50 {
        width: 50% !important;
    }

    .span58 {
        width: 58% !important;
    }

    .span33 {
        width: 33% !important;
    }

    .span30 {
        width: 30% !important;
    }

    .span15 {
        width: 15% !important;
    }

    .span65 {
        width: 65% !important;
    }

    .span35 {
        width: 35% !important;
    }

    /* Sign Up Page  */
    .signup {
        width: 700px;
    }

        .signup .aboutspan2 {
            width: 440px;
        }

        .signup .loginlink a {
            display: inline;
        }

    .togglepassword {
        padding: 6px;
        right: 8px;
        top: 6px;
    }

    .benefitspage .togglepassword {
        right: 8px;
        top: 6px;
    }

    .passwordinputs input {
        width: 100% !important;
    }

    .span5 {
        width: 5% !important;
    }

    .span12 {
        width: 12% !important;
    }

    .span8 {
        width: 8% !important;
    }


    /* Inline Checkbox Groups & Inline Radio Groups */

    .inlinecheckgroup,
    .inlineradiogroup {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        .inlinecheckgroup input[type="checkbox"],
        .inlineradiogroup input[type="radio"] {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
        }

            .inlinecheckgroup input[type="checkbox"] + label,
            .inlineradiogroup input[type="radio"] + label {
                position: relative;
                display: block;
                padding: 8px 12px 8px 22px;
                cursor: pointer;
                border: 0px solid #ccc;
                border-right: none;
                color: #999;
                background: #fff;
                text-align: left;
            }

            .inlinecheckgroup input[type="checkbox"]:first-child + label,
            .inlineradiogroup input[type="radio"]:first-child + label {
                border-radius: 3px 0 0 3px;
            }

            .inlinecheckgroup input[type="checkbox"] + label:last-child,
            .inlineradiogroup input[type="radio"] + label:last-child {
                border-radius: 0 3px 3px 0;
                border-right: 0px solid #ccc;
            }

        .inlinecheckgroup .checked,
        .inlineradiogroup .checked {
            color: #111 !important;
            background: url(../images/AffordableHousing/pt-check.png) no-repeat left center #fff !important;
            border-color: #fff !important;
        }

            .inlinecheckgroup .checked + input[type="checkbox"] + label,
            .inlineradiogroup .checked + input[type="radio"] + label {
                border-left-color: #fff !important;
            }

        .inlinecheckgroup input[type="checkbox"]:focus + label,
        .inlineradiogroup input[type="radio"]:focus + label {
            border-color: #fff !important;
        }

            .inlinecheckgroup input[type="checkbox"]:focus + label + input[type="checkbox"] + label,
            .inlineradiogroup input[type="radio"]:focus + label + input[type="radio"] + label {
                border-left-color: #fff !important;
            }


    /* ---------- Checkbox Buttons ---------- */

    .checkbutton {
        box-sizing: border-box;
        display: inline-block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        .checkbutton input[type="checkbox"] {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
        }

            .checkbutton input[type="checkbox"] + label {
                display: block;
                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;
            }

            .checkbutton input[type="checkbox"]:focus + label {
                border-color: #111 !important;
            }

        .checkbutton .checked {
            color: #fff !important;
            background: #2979BF !important;
            border-color: #417bac !important;
        }

        .checkbutton input[type="checkbox"] + label:after {
            font-family: 'icon';
            /*speak: none;*/
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            font-size: 32px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-align: center;
            display: inline-block;
            width: 34px;
            height: 34px;
            z-index: 1;
            position: absolute;
            top: 8px;
            margin-left: -17px;
            left: 50%;
        }


    /* Checkbox & Radio Buttons */

    .checkbox input[type="checkbox"],
    .radio input[type="radio"] {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
    }

        .checkbox input[type="checkbox"] + label,
        .radio input[type="radio"] + label {
            display: inline-block;
            margin: 0;
            padding: 0 0 0 24px;
            vertical-align: middle;
            cursor: pointer;
            position: relative;
        }

        .checkbox input[type="checkbox"]:focus + label:after,
        .radio input[type="radio"]:focus + label:after {
            border-color: #111 !important;
        }

        .checkbox input[type="checkbox"] + label:after,
        .radio input[type="radio"] + label:after {
            content: "";
            display: inline-block;
            width: 18px;
            height: 18px;
            background: #f9f9f9;
            border: 1px solid #ccc;
            z-index: 1;
            position: absolute;
            left: 0;
        }

    .checkbox .checked:after,
    .radio .checked:after {
        border: 1px solid #417bac !important;
    }

    .checkbox .checked:before,
    .radio .checked:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #2979BF;
        position: absolute;
        left: 4px;
        top: 4px;
        z-index: 2;
    }

    .radio input[type="radio"] + label:after {
        border-radius: 100%;
    }

    .radio input[type="radio"]:checked + label:before {
        border-radius: 100%;
    }


    /* ---------- Select Boxes ---------- */

    .select {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        .select select {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
            width: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            cursor: pointer;
        }

            .select select + div {
                background: #fff;
                border-radius: 3px;
                font-size: 16px;
                border: 1px solid #ccc;
                padding: 7px 8px;
                font-size: 14px;
                padding-right: 20px;
                -webkit-appearance: none;
                cursor: pointer;
                box-shadow: none;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                outline: none !important;
                height: 34px;
            }

            .select select:focus + div {
                border-color: #111 !important;
            }

            .select select + div:after {
                content: "";
                position: absolute;
                z-index: 1;
                right: 12px;
                top: 50%;
                margin: -4px 0 0 0;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 8px solid #111;
            }

        .select span {
            display: block;
            margin-right: 24px;
            overflow: hidden;
        }


    /* ----------Sliders ---------- */

    .ui-slider {
        position: relative;
        text-align: left;
        margin: 8px 12px 8px 6px;
    }

        .ui-slider .ui-slider-handle {
            position: absolute;
            outline: none !important;
            z-index: 2;
            width: 24px;
            height: 24px;
            cursor: pointer;
            -ms-touch-action: none;
            touch-action: none;
        }

        .ui-slider .ui-slider-range {
            position: absolute;
            z-index: 1;
            font-size: .7em;
            display: block;
            border: 0;
            background-position: 0 0;
            border: 1px solid #2979BF;
            background: #2979BF;
        }

        .ui-slider.ui-state-disabled .ui-slider-handle,
        .ui-slider.ui-state-disabled .ui-slider-range {
            filter: inherit;
        }

    .ui-slider-horizontal {
        height: .8em;
        border: 1px solid #ccc;
        background: #eee;
        border-radius: 3px;
        background: #fff;
    }

        .ui-slider-horizontal .ui-slider-handle {
            top: -7px;
            margin-left: -.6em;
            background: #fff;
            border: 1px solid #417bac;
            border-radius: 24px;
        }

        .ui-slider-horizontal .ui-slider-range {
            top: 0;
            height: 100%;
        }

        .ui-slider-horizontal .ui-slider-range-min {
            left: 0;
        }

        .ui-slider-horizontal .ui-slider-range-max {
            right: 0;
        }

    .desktoponly {
        display: block;
    }

    .desktoponlyinline {
        display: inline-block;
    }

    .mobileonly {
        display: none;
    }

    .mobileonlyinline {
        display: none;
    }


    /* ----------New Modals ---------- */

    .newmodal {
        position: fixed;
        z-index: 600000001;
        border-radius: 5px;
        background: rgba(48, 48, 48, 0.5);
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        overflow-y: auto;
    }

    .newmodalcontainer {
        max-width: 560px;
        margin: 0 auto;
        position: relative;
        background: #fff;
        height: auto;
        transform: translateY(-50%);
        top: 50%;
        border-radius: 6px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        max-height: 100%;
    }

    #recentactivitymodal .newmodalcontainer.recentactivitymodalcontainer {
        max-width: 1000px;
    }

    .newmodalheader {
        position: static;
        background: #2979BF;
        height: auto;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding: 17px 20px;
    }

    .newmodalclose {
        position: absolute;
    }

        .newmodalclose div {
            background: #fff;
        }


    /* ----------Widgets ---------- */

    .widget {
        font-size: 14px;
    }

        .widget .gsname {
            width: 40%;
        }

        .widget .gstype {
            width: 15%;
        }

        .widget .gsgrades {
            width: 15%;
        }

        .widget .gsdistance {
            width: 15%;
        }

        .widget .gsdetails {
            display: block;
        }

        .widget .gsdetails {
            width: 15%;
            text-align: center;
        }

        .widget .googelemap {
            height: 280px;
        }

        .widget .credits {
            font-size: 11px;
        }

        .widget .legend.air {
            float: right;
            padding: 20px 0 32px;
            clear: none;
            width: 60%;
        }

        .widget .legend-copy {
            float: none;
            width: auto;
            display: inline-block;
            margin: 0 0 0 14px;
        }

        .widget .filters {
            line-height: 23px;
            float: left;
            padding: 0px 0px 30px;
        }

    #ctl00_MainContentPlaceHolder_chkMoveReason tr {
        display: table-row;
    }

    #ctl00_MainContentPlaceHolder_chkMoveReason td {
        display: table-cell;
        padding: 0;
    }

    .desktophide {
        display: none;
    }

    /*.span20, .span15, .span25, .span30, .span33, .span40, .span50, .span80 {
    padding: 0 12px 0 0 !important;
}*/

    .primarybutton, .secondarybutton {
        display: inline-block;
        width: auto;
    }

    .wTitle {
        padding: 26px 30px;
        font-size: 20px;
    }

    .wContent {
        background: #fff;
        padding: 36px;
        display: none;
    }

    header {
        display: block;
    }

        header .search {
            display: none;
        }

    .listingwizard .wrapper {
        width: 800px;
        min-width: 800px;
    }

    .listingwizard .input {
        width: 100%;
    }

    .carouselbox {
        width: 100%;
    }

    .row {
        padding: 12px 0;
    }

    .toprow .right {
        display: block;
    }

    .amenities .formheader, .amenities2 .formheader { /*padding: 8px 12px 0;*/
    }

    .amenities .toprow .formheader {
        padding: 0 0 0 0;
    }

    .amenities .right table {
        display: inline-block;
    }

    .utilities .row {
        margin: 0;
    }

    .preview {
        width: 19%;
        margin: 15px 5px;
        padding: 12px;
        float: left;
    }

        .preview .secondarybutton {
            width: 100% !important;
        }

        .preview img {
            width: 100%;
            height: 120px;
        }

    #uploadphoto div {
        display: block;
    }

    .tip {
        position: relative;
    }

    .tip-link {
        display: inline;
    }

    .tip-content {
        display: none;
        position: absolute;
        z-index: 1;
        background: #fff;
        border: 1px solid #111;
        border-radius: 3px;
        width: 300px;
        left: 20px;
        top: -70px;
        padding: 10px;
    }

    span[data-tip="lease"] {
        display: inline;
    }

    .pac-item {
        padding: 5px;
    }

    .center.radio {
        margin-top: 0;
    }

    .ui-sortable {
        margin: 20px 0 0 0px;
    }

    #iframeimageuploader {
        width: 500px;
    }

    .utilities .span40 {
        text-align: right;
    }

    /* ---------- Contact Landlord ---------- */

    .contactlandlord {
        position: static;
        display: block !important;
        margin: 20px 0 0 0;
    }

        .contactlandlord .newmodalclose {
            display: none;
        }

        .contactlandlord .newmodalcontainer {
            margin: 0;
            transform: none;
            top: 0;
        }

        .contactlandlord .newmodalcontents {
            padding: 18px 24px;
        }

        .contactlandlord .newmodalheader {
            padding: 18px 20px;
            font-size: 1.2em;
            font-family: poppinsbold;
        }
}

@media screen and (max-width: 1280px) {

    .widget .legend.air {
        float: left;
        padding: 0 0 32px;
        clear: none;
        width: 100%;
    }

    .widget .legend-copy {
        float: left;
        width: auto;
        display: inline-block;
        margin: 0 0 0 10%;
    }

        .widget .legend-copy:first-child {
            margin-left: 0;
        }
}

@media screen and (max-width:1279px) {
    .help--popover {
        left: 0;
        right: inherit;
        top: 100%;
        width: 275px;
        padding: 20px;
        flex-direction: column;
        transform: none;
    }

        .help--popover:after {
            top: -8px;
            transform: none;
            border-bottom: 8px solid #00a1df;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            right: inherit;
            left: 15px;
            border-top: none;
        }

    .help--illustration {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .help--illustration img {
            width: 100px;
        }

    .help--cont {
        width: 100%;
        margin: 30px 0 0;
        padding: 0;
    }

        .help--cont h6 {
            font-size: 16px;
            line-height: 24px;
        }

        .help--cont p {
            font-size: 14px;
            line-height: 20px;
        }

    .help--action {
        justify-content: space-between;
    }

    .help--act--btn {
        font-size: 14px;
        min-width: inherit;
        line-height: 30px;
    }

    .help--learn--btn {
        min-width: 110px;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    nav.ll-nav-after-login .menu li a.go8mark {
        text-indent: -9999px !important;
    }

    nav.ll-nav-after-login .menu li a {
        padding: 18px 12px !important;
    }

    nav.ll-nav-after-login .menu li .submenuwrapper a {
        padding: 15px 12px !important;
    }

    nav.ll-nav-after-login .menu li .submenuwrapper a {
        text-align: left !important;
    }

    nav.ll-nav-after-login .mn-submenu-arr ul.myaccount-drop li a {
        padding: 0 !important;
    }

    nav.adv-after-login .menu li a.go8mark {
        text-indent: -9999px !important;
    }

    nav.adv-after-login .menu li a {
        padding: 18px 15px !important;
    }

    nav.adv-after-login .submenuwrapper a {
        text-align: left !important;
        padding: 15px !important;
        background-position: center right !important;
    }

    nav.adv-after-login ul.myaccount-drop li a {
        padding: 0 !important;
    }

    nav .menu li a {
        padding: 12px 0 !important;
    }
}


#MainContentPlaceHolder_homeSearchPanel, .list-property-row, .mobilenav {
    display: none;
}

.p-0 {
    padding: 0 !important;
}


/* Defining fixed heights for Google Ad slots to avoid CLS issue - Mobile resolution */
@media screen and (max-width:470px) {
    .ad-fixed-height-100 {
        height: 100px !important;
        text-align: center !important;
    }

    .ad-fixed-height-250 {
        height: 250px !important;
        text-align: center !important;
    }

    .np-ad3 {
        margin-top: 15px;
    }
}

/* Defining fixed heights for Google Ad slots to avoid CLS issue - Desktop resolution */
@media screen and (min-width:470px) {
    .ad-fixed-height-90 {
        height: 90px !important;
        text-align: center !important;
    }

    .ad-fixed-height-600 {
        height: 600px !important;
        text-align: center !important;
    }
}


/*:root {

    --bodyfont: #303E48;
    --white-color: #ffffff;
    --light-gray-color: #EDEFF1;
    --dark-gray-color: #848484;
    --light-green-color: #529d3f;
    --dark-green-color: #356429;
    --dark-red-color: #b7312c;
    --primary-color-bl: #00A1DF;
    --primary-color-bl-1: #007bab;
    --secondary-color-bl: #9fcbed;
    --secondary-color-ylw: #ffb500;
    --secondary-color-ylw-1: #fdf0c3;
    --secondary-color-peach: #ff6B36;
    
    --font-family-light: poppinslight;
    --font-family-regular: poppinsregular;
    --font-family-medium: poppinsmedium;
    --font-family-semibold: poppinssemibold;
    --font-family-bold: poppinsbold;
}*/

@font-face {
    font-family: 'poppinsbold';
    src: url('/fonts/poppins-bold-webfont.woff2') format('woff2'), url('/fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('/fonts/poppins-medium-webfont.woff2') format('woff2'), url('/fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('/fonts/poppins-regular-webfont.woff2') format('woff2'), url('/fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('/fonts/poppins-semibold-webfont.woff2') format('woff2'), url('/fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* general css */
html, .mainform {
    height: 100%;
}

strong, b {
    font-family: 'poppinsbold', sans-serif;
    font-weight: 400;
}

body {
    font-family: poppinsregular, sans-serif;
    margin: 0;
    height: 100%;
    padding: 0;
    background: #EDEFF1 !important;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    color: #303E48;
}

::-ms-clear {
    display: none;
}

::-moz-selection {
    color: #ffffff;
    background: #00A1DF;
    opacity: 1;
}

::selection {
    color: #ffffff;
    background: #00A1DF;
    opacity: 1;
}

button {
    border: none;
}

p {
    line-height: 26px;
}

a:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:focus {
    outline: none;
}

.noscroll {
    /*overflow: hidden !important;*/
    min-height: 100% !important;
    left: 0;
    right: 0;
}

.body--noscroll {
    overflow: hidden !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/*.noscroll::-webkit-scrollbar {
        display: none;
    }*/

input [type=text], input[type=tel], input[type="password"], input[type=button], input[type=submit] {
    font-size: 16px;
    -webkit-appearance: none;
}

input, textarea, select, button {
    font-family: poppinsregular, sans-serif;
}

xmp {
    display: block;
    font-family: poppinsregular, sans-serif;
    font-size: 1em;
    line-height: 2em;
    color: #303E48;
    word-wrap: break-word;
    overflow: hidden;
}

a {
    color: #00A1DF;
    text-decoration: none;
    cursor: pointer;
}

    a:link {
        /*color: #00A1DF;*/
        text-decoration: none;
    }

    a:visited {
        /*color: #00A1DF;*/
        text-decoration: none;
    }

    a:hover {
        color: #303E48;
        text-decoration: underline;
    }

.MT30 {
    margin-top: 30px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}

.copy h1 {
    padding: 28px 0 0;
}

.copy h2 {
    padding: 28px 0 0;
}

.copy h3 {
    padding: 24px 0 0;
}

h1.pagetitle {
    padding: 40px 0 34px;
    display: block;
    margin: 0px 0 0 0;
}

h3.pagetitle {
    padding: 40px 0 24px;
    display: block;
    border-bottom: 5px solid #e1d8c9;
    margin: 0px 0 0 0;
}

.center, .text-center {
    text-align: center !important;
}

.mobile-text-left {
    text-align: left;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.separator {
    padding: 20px 20px 15px;
    font-size: 18px;
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
    border-bottom: 1px solid #eee;
    background: transparent;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.span2 .content, .span65 .content {
    background: #fff;
}

.detailspage .span2 .content, .detailspage .span65 .content {
    box-shadow: none;
}

.span3 .content, .span35 .content {
    background: #fff;
    margin: 20px 0 0 0;
}

img {
    border: none;
}

    img.full {
        width: 100%;
        margin: 0;
    }

.general img.full {
    margin: 20px 0 0 0;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.blockimportant {
    display: block !important;
}

.accordion {
    margin: 1px 0 0 0;
    clear: both;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.mobileblock {
    display: block !important;
}

.bgwhite {
    background: #fff;
}

.push {
    margin: 12px;
}

.pushbottom {
    margin-bottom: 12px;
}

.mobilepushtop {
    margin-top: 12px;
}

.mobilepushbottom {
    margin-bottom: 12px;
}

.mobileairbottom {
    padding-bottom: 6px;
}

.extra {
    display: none !important;
}

.relative {
    position: relative;
}

.nopadding {
    padding: 0 !important;
}

.grey {
    color: #848484;
}

.fill {
    background: #fff;
}

.air, .mobileair {
    padding: 12px;
}

.mobile-block {
    display: block;
}

.mobileairtop {
    padding: 12px 0 0;
}

.airright {
    padding-right: 12px;
}

.airleft {
    padding-left: 12px;
}

.airbottom {
    padding-bottom: 12px;
}

.airtop {
    padding-top: 12px;
}

.formelements div {
    box-sizing: border-box;
}

.divider {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 0 0 20px;
}

.contentcontainermargin {
    margin: 40px 0;
}

.contentcontainerpadding {
    padding: 40px 0;
}

.mobilecenter {
    text-align: center;
}

.grey, .gray {
    color: #848484;
}

div, a {
    box-sizing: border-box;
}

.mobilebreak {
    display: block;
}

/* typography */
.fnt--fml--bold {
    font-family: poppinsbold, sans-serif;
}

.fnt--fml--medium {
    font-family: poppinsmedium, sans-serif;
}

.fnt--fml--semibold {
    font-family: poppinssemibold, sans-serif;
}

.fnt--fml--regular {
    font-family: poppinsregular, sans-serif;
}

.body-text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.page--heading {
    font-size: 46px;
    line-height: 56px;
    color: #303E48;
}

.sub--heading {
    font-size: 24px;
    line-height: 34px;
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
}

.sub--heading2 {
    font-size: 18px;
    line-height: 28px;
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
}

.action--link {
    font-size: 16px;
    line-height: 26px;
    color: #00A1DF;
}

    .action--link:hover {
        color: #303E48
    }
/** Form Section CSS **/
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"] {
    border: 1px solid rgba(132,132,132,0.3);
    border-radius: 4px;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 36px;
}

/*.date--control--field {
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
}*/

body .date--placeholder--field, html body .textinput .date--placeholder--field {
    width: calc(100% - 37px) !important;
    z-index: 22;
    position: absolute;
    border-radius: 4px 0 0 4px;
    top: 1px;
    left: 3px;
    border: none;
    height: 34px;
}

    body .date--placeholder--field:focus {
        border: none;
        border-right: none;
        box-shadow: none;
    }

input::-webkit-input-placeholder {
    line-height: 36px;
}

input::-moz-placeholder {
    line-height: 36px;
}

input:-ms-input-placeholder {
    font-size: 14px;
}

input:-moz-placeholder {
    line-height: 36px;
}

button[disabled], html input[disabled], select[disabled], .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}



.form--row {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.form--row--string {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.field--blk {
    flex: 1;
    margin-left: 4%;
    margin-bottom: 15px;
}

    .field--blk:first-child {
        margin-left: 0;
    }

.form--lbl {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    color: #303E48;
    font-family: poppinsregular, sans-serif;
    line-height: 16px;
}

.form--field {
    display: block;
    width: 100%;
    position: relative;
}

.flex--field--group {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.onoffswitch {
    position: relative;
    width: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.onoffswitch-checkbox {
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    position: absolute;
    opacity: 0;
}

.form--field input {
    font-family: poppinsregular, sans-serif;
    font-size: 16px;
    color: #303E48;
}

.onoffswitch-label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50px;
    padding: 0 !important;
    width: 100%;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin .2s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    text-align: left;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 5px;
    background-color: #529d3f;
    color: #ffffff;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    box-sizing: border-box;
    font-family: poppinsbold, sans-serif;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 5px;
    background-color: rgba(132,132,132,0.7);
    color: #ffffff;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    border-radius: 50%;
    transition: all .2s ease-in 0s;
    transform: translateY(-50%);
    top: 50%;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 2px;
}

.text--span {
    font-family: poppinsregular, sans-serif;
    font-size: 14px;
    color: #303E48;
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}

.flex--field--group .text--span {
    margin: 0 0 0 10px;
}

.expr-code {
    color: #303E48;
    font-size: 13px;
    font-family: poppinsregular, sans-serif;
}

.onoffswitch-inner-dark:before, .onoffswitch-inner-dark:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    box-sizing: border-box;
    font-family: poppinsbold, sans-serif;
}

.onoffswitch-inner-dark:after {
    content: "";
    padding-right: 5px;
    background-color: #848484;
    color: #ffffff;
    text-align: right;
}

textarea:read-only, input:read-only, select:read-only {
    border: 1px solid rgba(132,132,132,0.3);
    box-shadow: none;
}

/*------Error-Form-------*/
input.error-validation,
select.error-validation,
textarea.error-validation {
    border-left: 3px solid #b7312c;
}

.invalidmessage, .form-err-msg {
    display: block;
    color: #b7312c;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0 0;
}

.alert--link {
    color: #00A1DF;
    cursor: pointer;
}

    .alert--link:hover {
        color: #303E48;
    }

.error-validation {
    color: #b7312c;
}
/*-----End-Error-Form-------*/


/*** Checkbox start ***/

.custom--checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: poppinsregular, sans-serif;
    font-size: 16px;
    color: #303E48;
    line-height: 20px;
}

    .custom--checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .custom--checkbox .checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: transparent;
        border: 1px solid rgba(132,132,132,0.3);
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom--checkbox input:focus ~ .checkmark {
        box-shadow: 0 0 0px 1px #00A1DF;
    }

    .custom--checkbox input:active ~ .checkmark {
        box-shadow: none;
    }

    .custom--checkbox input:checked ~ .checkmark {
        background-color: #00A1DF;
        border: 1px solid rgba(132,132,132,0.3);
    }

    .custom--checkbox input:checked:focus ~ .checkmark {
        box-shadow: 0 0 0px 2px #abcae9;
    }

    .custom--checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom--checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .custom--checkbox .checkmark:after {
        /*left: 5px;
        top: 1px;*/
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        left: 0;
        right: 0;
        top: 0;
        bottom: 3px;
        margin: auto;
        box-sizing: content-box;
    }

    .error-validation .custom--checkbox, .custom--checkbox.error-validation {
        color: #b7312c;
    }

        .error-validation .custom--checkbox .checkmark, .custom--checkbox.error-validation .checkmark {
            border-color: #b7312c;
        }

    .custom--checkbox.disabled .checkmark, .custom--checkbox input:disabled ~ .checkmark {
        background: #edeff1;
        cursor: not-allowed;
        border-color: rgba(132,132,132,0.3);
    }

    .custom--checkbox.disabled input:checked ~ .checkmark:after {
        border-color: #edeff1;
    }

    .custom--checkbox.disabled {
        cursor: not-allowed;
    }
/*** Checkbox end  ***/


/*** Radio button start ***/

.custom--radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-family: poppinsregular, sans-serif;
    line-height: 18px;
}

    .custom--radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    /* Create a custom radio button */
    .custom--radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #ffffff;
        border-radius: 50%;
        border: 1px solid rgba(132,132,132,0.3);
        bottom: 0;
        margin: auto;
    }

    .custom--radio input:focus ~ .checkmark,
    .custom--radio input:checked:focus ~ .checkmark {
        box-shadow: 0 0 0px 1px #00A1DF;
    }

    .custom--radio input:active ~ .checkmark {
        box-shadow: none;
    }

    .custom--radio input:checked ~ .checkmark {
        background-color: #ffffff;
        box-shadow: none;
    }

    .custom--radio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom--radio input:checked ~ .checkmark:after {
        display: block;
    }

    .custom--radio .checkmark:after {
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00A1DF;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .error-validation .custom--radio, .custom--radio.error-validation {
        color: #b7312c;
    }

        .error-validation .custom--radio .checkmark, .custom--radio.error-validation .checkmark {
            border-color: #b7312c;
        }

    .custom--radio.disabled .checkmark, .custom--radio input:disabled ~ .checkmark {
        background: #f9fafb;
        cursor: not-allowed;
        border-color: rgba(132,132,132,0.3);
    }

    .custom--radio.disabled input:checked ~ .checkmark:after {
        background: #edeff1;
    }

    .custom--radio.disabled {
        cursor: not-allowed;
    }
/*** Radio button end ***/


/*** Slider control start ***/

.range--slider--cnt .ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    outline: none !important;
    z-index: 2;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    width: 18px;
    height: 18px;
    border: 2px solid #2f75bd !important;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 0 !important;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
}

.ui-slider-horizontal .ui-slider-range {
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    border: 1px solid #00A1DF;
    background: #00A1DF;
    top: 0;
    height: 100%;
}

.range--slider--cnt {
    padding: 0 7px;
}

    .range--slider--cnt .ui-slider-horizontal .ui-slider-handle.ui-state-active {
        border-color: #ffffff !important;
        background: #00A1DF;
    }

.range--slider {
    background: #EDEFF1;
    height: 8px;
    border-radius: 30px;
    position: relative;
    margin: 10px 0;
    border: 1px solid #EDEFF1;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    border: 1px solid #00A1DF;
    background: #00A1DF;
}

.range--value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

    .range--value span {
        position: relative;
    }

    .range--value input {
        width: 120px;
        padding-left: 22px;
        font-size: 14px;
    }

.symbol--label--fixed {
    position: absolute;
    top: 8px;
    left: 10px;
    opacity: .7;
    font-size: 16px;
    font-style: normal;
    font-family: poppinsbold, sans-serif;
    opacity: 0.5;
    color: #303E48;
}
/*** Slider control end ***/



/** Form Section CSS **/


/** badges css **/
.property--tag {
    border: 1px solid rgba(255,255,255,1);
    font-size: 12px;
    padding: 2px 10px 0;
    line-height: 20px;
    margin-right: 1px;
    min-width: 48px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'poppinsregular';
}

.property--tag--lg {
    min-width: 65px;
    line-height: 32px;
    font-size: 16px;
}

.property--tag--md {
    min-width: 65px;
    line-height: 28px;
}

.property--tag.black--badge {
    background-color: #303E48;
    color: #ffffff;
}

.property--tag.blue--badge {
    background-color: #E5F1F6;
    color: #007BAB;
}

    .property--tag.blue--badge a {
        color: #007BAB;
        text-decoration: underline;
    }

    .property--tag.blue--badge:after {
        border-color: #007BAB;
    }

.property--tag.yellow--badge {
    background-color: #FDF0C3;
    color: #8B4301;
}

    .property--tag.yellow--badge a {
        color: #8B4301;
        text-decoration: underline;
    }

    .property--tag.yellow--badge:after {
        border-color: #8A5600;
    }

.property--tag.green--badge {
    background-color: #eef5ec;
    color: #356429;
}

    .property--tag.green--badge a {
        color: #356429;
        text-decoration: underline;
    }

    .property--tag.green--badge:after {
        border-color: #356429;
    }

    .property--tag.green--badge.selected--badge {
        position: relative;
        padding-left: 30px;
    }

        .property--tag.green--badge.selected--badge:before {
            content: "\f058";
            position: absolute;
            color: #356429;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 10px;
            top: calc(50% + 1px);
            transform: translateY(-50%);
        }

.property--tag.grey--badge {
    background-color: #EDEFF1;
    color: #303E48;
}

    .property--tag.grey--badge a {
        color: #303E48;
        text-decoration: underline;
    }

    .property--tag.grey--badge:after {
        border-color: #303E48;
    }

.property--tag.red--badge {
    background-color: #F8EAEA;
    color: #B7312C;
}

    .property--tag.red--badge a {
        color: #B7312C;
        text-decoration: underline;
    }

    .property--tag.red--badge:after {
        border-color: #B7312C;
    }

.property--tag.purple--badge {
    background-color: #EBE7FF;
    color: #644ADA;
}

    .property--tag.purple--badge:after {
        border-color: #644ADA;
    }

.property--tag.hollow--badge {
    background: none;
    border-width: 1px;
    border-style: solid;
}

    .property--tag.hollow--badge.blue--badge {
        border-color: #007bab;
        color: #007bab;
    }

    .property--tag.hollow--badge.yellow--badge {
        border-color: #ffb500;
        color: #000000;
    }

    .property--tag.hollow--badge.green--badge {
        border-color: #529d3f;
        color: #356429;
    }

    .property--tag.hollow--badge.grey--badge {
        border-color: #848484;
        color: #303E48;
    }

.status--badges {
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}

    .status--badges:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.blue--text {
    color: #00A1DF;
}

    .blue--text:before {
        background: #00A1DF;
    }

.green--text {
    color: #529d3f;
}

    .green--text:before {
        background: #529d3f;
    }

.yellow--text {
    color: #FFB500;
}

    .yellow--text:before {
        background: #FFB500;
    }

.grey--text {
    color: #848484;
}

    .grey--text:before {
        background: #848484;
    }

.red--text {
    color: #b7312c;
}

    .red--text:before {
        background: #b7312c;
    }

.notification--badge {
    background: #b7312c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 9px;
    width: 18px;
    line-height: 18px;
    padding: 0;
}

.tooltipstered {
    /*line-height: 36px;
    font-family: poppinsbold, sans-serif;*/
}
/** badges css **/

/** button css **/
.cmn--btn {
    display: inline-block;
    min-width: 120px;
    line-height: 43px;
    border-radius: 4px;
    background: #00A1DF;
    border: 1px solid #007bab;
    font-size: 16px;
    color: #ffffff;
    font-family: poppinsmedium, sans-serif;
    text-align: center;
    padding: 0 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    cursor: pointer;
}

    .cmn--btn:not(.cmn--btn--stroke):not(.cmn--btn--grey--stroke):focus {
        color: #ffffff;
    }

    .cmn-hvr.cmn--btn:not(.disabled):hover, .cmn--btn:not(.disabled):hover {
        background: #007bab;
        color: #ffffff;
    }

.cmn--btn--ylw {
    background: #ffb500;
    border: 1px solid #C69926;
    color: #303E48;
}

    .cmn--btn--ylw:not(.disabled):hover {
        background: #C69926;
        color: #303E48;
    }

.cmn--btn-ylw:focus {
    color: #303E48;
}

.cmn--btn--grey {
    background: #848484;
    border: 1px solid #848484;
}

    .cmn--btn--grey:not(.disabled):hover {
        background: #848484;
    }

.cmn--btn--green {
    background: #529d3f;
    border: 1px solid #356429;
}

    .cmn--btn--green:hover,
    .cmn--btn--green:not(.disabled):hover {
        background: #356429;
    }

.cmn--btn--orange {
    background: #FC8B06;
    border: 1px solid #AD6106;
    color: #ffffff;
}

    .cmn--btn--orange:hover, .cmn--btn--orange:not(.disabled):hover {
        background: #AD6106;
    }

.cmn--btn--stroke {
    background: none;
    border: 1px solid #00A1DF;
    color: #00A1DF;
    background: #ffffff;
}

    .cmn--btn--stroke:hover {
        background: #00A1DF;
        color: #ffffff;
    }

.cmn--btn--grey--stroke {
    background: none;
    border: 1px solid #848484;
    color: #848484;
    background: #ffffff;
    line-height: 41px;
}

    .cmn--btn--grey--stroke:not(.disabled):hover {
        background: #848484;
        color: #ffffff;
    }

.cmn-hvr {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

    .cmn-hvr:hover {
        box-shadow: 0 5px 10px rgba(0,0,0,0.16);
    }

.cmn--btn[disabled], .cmn--btn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.cmn--btn--lg {
    min-width: 180px;
    line-height: 50px;
}

.cmn--btn--sm {
    min-width: 80px;
    line-height: 28px;
    font-size: 14px;
}
/** button css **/

/**Tab css**/
.tab {
    width: 100%;
    height: auto;
}

    .tab .tab-menu {
        width: 50%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        max-width: 100%;
        height: auto;
        border-bottom: 2px solid #EDEFF1;
    }

    .tab .tab-menu-link {
        position: relative;
        overflow: hidden;
        font-family: inherit, sans-serif;
        font-size: 16px;
        cursor: pointer;
        width: auto;
        height: auto;
        padding: 15px;
        border-bottom: 2px solid transparent;
        color: #303E48;
        background: #ffffff;
        border: none;
    }

        .tab .tab-menu-link::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 2;
        }

        .tab .tab-menu-link.active {
            bottom: -1px;
            z-index: 0;
            overflow: hidden;
            border-bottom: 2px solid #00A1DF;
            color: #00A1DF;
            background: #ffffff;
        }

        .tab .tab-menu-link:hover {
            bottom: -1px;
            z-index: 0;
            overflow: hidden;
            border-bottom: 2px solid #00A1DF;
            color: #00A1DF;
            background: #ffffff;
        }

    .tab .tab-bar {
        padding: 30px 0 15px;
        overflow: hidden;
        background: #ffffff;
    }

    .tab .tab-bar-content {
        display: none;
        width: 100%;
        min-height: 50px;
    }

        .tab .tab-bar-content.active {
            display: block;
        }

.verticle-tab {
    display: flex;
    justify-content: space-between;
}

.tab.verticle-tab .tab-menu {
    width: 20%;
    display: block;
    border: none;
    border-left: 2px solid #cad1d6;
}

.tab.verticle-tab .tab-menu-link {
    text-align: left;
    padding-left: 30px;
}

    .tab.verticle-tab .tab-menu-link:hover {
        border: none;
        border-left: 2px solid #00A1DF;
        bottom: 0;
        left: -2px;
    }

    .tab.verticle-tab .tab-menu-link.active {
        border: none;
        border-left: 2px solid #00A1DF;
        bottom: 0;
        left: -2px;
    }

.tab.verticle-tab .tab-bar {
    width: 82%;
    padding-top: 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    padding: 10px;
}
/**Tab css**/

/*Ads css*/
.large-ads {
    text-align: center;
    margin: 40px 0 0;
    background: #891b60;
    width: 970px;
    height: 90px;
}

.medium-ads {
    text-align: center;
    margin: 40px 0 0;
    background: #891b60;
    width: 728px;
    height: 90px;
}

.small-ads {
    text-align: center;
    margin: 40px 0 0;
    background: #891b60;
    width: 300px;
    height: 250px;
}
/*Ads css End*/

/* Modal Css */
.newmodalsmall {
    display: none;
    position: fixed;
    z-index: 600000001;
    font-size: 16px;
    border-radius: 0;
    background: rgba(0,0,0,.5);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow-y: auto;
}

    .newmodalsmall.upsell--modal {
        display: block;
    }

    .newmodalsmall.open {
        display: block;
    }

.newmodalsmallcontainer {
    margin: 40px auto 30px;
    position: relative;
    /*background: #ffffff url(../../images/AffordableHousing/modal-btm-bg.png) no-repeat bottom center;
    background-size: 100% auto;*/
    background: #fff;
    transform: translateY(-50%);
    top: 50%;
    max-width: 450px;
    border-radius: 4px;
}

.modal--medium {
    max-width: 600px;
}

.modal--large {
    max-width: 860px;
}

.newmodalsmallcontents {
    position: static;
    padding: 0;
    /*overflow: auto;*/
}

.modal--hdr--bar {
    display: flex;
    width: 100%;
    padding: 17px 40px 17px 15px;
    background: #00A1DF;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

.modal--popup--title {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    font-family: poppinsmedium, sans-serif;
    font-weight: 400;
}

.modal--cls--btn {
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}

    .modal--cls--btn:hover {
        opacity: 0.7;
    }

.modal--mid--cont {
    width: 100%;
    display: block;
    padding: 30px 20px;
}

.newmodalsmall h3 {
    font-size: 24px;
    font-family: poppinsbold, sans-serif;
    padding: 0 25px 12px;
}

.newmodalsmall .modal--mid--cont h3 {
    padding-bottom: 5px;
    text-align: center;
}

.newmodalsmall .modal--mid--cont h4 {
    font-size: 18px;
    font-family: poppinsmedium, sans-serif;
    margin-bottom: 15px;
    color: #303E48;
}

.modal--mid--cont p {
    font-size: 16px;
    line-height: 26px;
    color: #303E48;
    margin: 0;
}

.ren-own-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 30px 20px 25px;*/
}

    .ren-own-btn .cmn--btn {
        margin: 0 5px;
    }

    .ren-own-btn.link-btn {
        padding: 50px 20px 15px;
    }

.link-btn {
    justify-content: flex-end;
}

    .link-btn .cmn--link--grey {
        margin-right: 20px;
    }

.newmodalsmall .modal--mid--cont .ren-own-btn {
    margin-top: 30px;
}

.cmn--link--grey {
    font-size: 16px;
    font-family: poppinsmedium, sans-serif;
    color: #848484;
    text-transform: uppercase;
}

    .cmn--link--grey:hover {
        color: #848484;
    }

.cmn--link--md {
    font-size: 16px;
    font-family: poppinsmedium, sans-serif;
    color: #00A1DF;
    text-transform: uppercase;
}

    .cmn--link--md:hover {
        color: #007bab;
    }

.toast--modal .cmn--btn {
    margin: 0 auto;
}

.resend--code {
    color: #303E48;
    font-size: 14px;
}

    .resend--code a {
        color: #00A1DF;
    }

        .resend--code a:hover {
            color: #007bab;
        }

.toast-btn {
    text-align: center;
    margin-top: 40px;
}

    .toast-btn .cmn--btn {
        margin-bottom: 20px;
    }

.toast--modal .field--blk {
    margin-left: 0;
}
/* Modal Css End*/

/*Toast Start*/
.cmn--alert--msg {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 1px 0 rgba(78,78,78,0.3), 0 4px 8px -4px rgba(78,78,78,0.3);
    -moz-box-shadow: 0 0 1px 0 rgba(78,78,78,0.3), 0 4px 8px -4px rgba(78,78,78,0.3);
    box-shadow: 0 0 1px 0 rgba(78,78,78,0.3), 0 4px 8px -4px rgba(78,78,78,0.3);
    border-radius: 4px;
    border: 1px solid #fbfbfb;
    border-left-width: 4px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-top: none;
    font-size: 14px;
}

    .cmn--alert--msg i {
        width: 34px;
        padding-right: 10px;
        box-sizing: border-box;
        font-size: 16px;
    }

.cmn--alert--red {
    border-left-color: #b7312c;
}

    .cmn--alert--red i {
        color: #b7312c;
    }

.cmn--alert--green {
    border-left-color: #529d3f;
}

    .cmn--alert--green i {
        color: #529d3f;
    }

.cmn--alert--yellow {
    border-left-color: #ffb500;
}

    .cmn--alert--yellow i {
        color: #ffb500;
    }

.cmn--alert--blue {
    border-left-color: #00A1DF;
}

    .cmn--alert--blue i {
        color: #00A1DF;
    }

.alert--msg--cont {
    width: auto;
    flex: 2;
    flex-grow: 2;
}

.alert--msg--link {
    font-family: poppinssemibold,sans-serif;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
}

.alert--msg--subtitle {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 14px;
    width: auto;
    flex: 2;
    flex-grow: 2;
    margin-left: 4px;
}

.sub--heading4 {
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 17px;
    margin-bottom: 5px;
}

.alert--msg--cont h6, .alert--msg--cont--title {
    display: block;
    color: #303E48;
    font-size: 14px;
    line-height: 20px;
    font-family: poppinssemibold, sans-serif;
    font-weight: 400;
    margin: 0;
}

.application--auto-response--text::placeholder {
    color: #98A8B7;
    line-height: 20px;
}

.application--auto-response--text--disabled {
    background-color: #F9FAFB;
    color: #848484;
}

.application--auto-response--label--disabled {
    color: #848484;
}

.alert-msg-left {
    color: #6C7E8E;
    font-size: 14px;
    letter-spacing: 0.29px;
    line-height: 16px;
    text-align: right;
}

.mb--5 {
    margin-bottom: -5px;
}

.alert--msg--cont p {
    font-family: poppinsregular, sans-serif;
    color: #303E48;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    display: block;
    margin: 7px 0 0;
    word-break: break-word;
    min-width: inherit;
}

    .alert--msg--cont p strong {
        font-weight: 400;
        font-family: poppinssemibold, sans-serif;
    }

    .alert--msg--cont p a {
        color: #00A1DF;
        text-decoration: none;
    }

        .alert--msg--cont p a:hover {
            color: #303E48;
        }

    .alert--msg--cont p .tel--link, .tel--link {
        color: #303E48;
    }

        .alert--msg--cont p .tel--link:hover, .tel--link:hover {
            color: #007bab;
        }

    .alert--msg--cont p .alert--link {
        color: #00A1DF;
        cursor: pointer;
    }

        .alert--msg--cont p .alert--link:hover {
            color: #303E48;
        }

.close--alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-left: 40px;
}

    .close--alert:hover {
        opacity: 0.8;
    }

    .close--alert i {
        width: auto;
        color: rgba(132,132,132,0.5);
    }

.alert--msg--cont button {
    margin-top: 20px;
}

.cmn--alert--msg .action--link {
    line-height: 14px;
    margin-top: 0;
    margin-right: 0;
}
/*Toast End*/


/* Pagination start */
.paging-wrap {
    clear: both;
}

.paging-inner-wrap {
    border-radius: 3px;
    z-index: 10;
    display: block;
    padding: 15px 0;
    margin: auto;
    overflow: hidden;
}

.paging-content {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.paging-info {
    float: left;
    line-height: 34px;
    margin-right: 10px;
    display: none;
}

    .paging-info .number {
        padding: 8px 0;
        cursor: pointer;
        border-radius: 6px;
        color: #303E48;
        float: left;
        margin-right: 10px;
        font-size: 16px;
    }

    .paging-info select {
        background: #ffffff;
        border-radius: 3px;
        width: 65px;
        border: 1px solid #abacac;
        padding: 0 20px 0 10px;
        font-size: 16px;
        -webkit-appearance: none;
        box-shadow: none;
        outline: none !important;
        background: #ffffff url(../../../images/AffordableHousing/pagi-drop-arrow.png) no-repeat 90% center !important;
        text-align: center;
        height: 40px;
        margin: 0 5px;
    }

    .paging-info .number strong {
        font-weight: 400 !important;
    }

.paging-list {
    display: block;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: -2px 0 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline-block;
        margin: 0 2px;
        list-style-type: none;
    }

    .pagination button[disabled], .pagination html input[disabled], .pagination .disabled {
        background: none !important;
        opacity: 0.5;
        cursor: not-allowed;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        background: transparent;
        padding: 0;
        cursor: pointer;
        height: 32px;
        min-width: 32px;
        border-radius: 4px;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        font-family: poppinsbold, sans-serif;
        color: #303E48;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        cursor: not-allowed; /*background-color: #adadad!important;
    color: #303E48!important;*/
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
    }

    .pagination > li i.pg-prev-last-arrow, ul li:hover.disabled i.pg-prev-last-arrow {
        background: url(../../images/AffordableHousing/angle-right-double.svg) no-repeat center;
        width: 12px;
        height: 11px;
        display: inline-block;
        margin-top: 0;
        background-size: 100%;
        transform: rotate(180deg);
    }

    .pagination > li i.pg-prev-arrow, ul li:hover.disabled i.pg-prev-arrow {
        background: url(../../images/AffordableHousing/angle-right.svg) no-repeat center;
        width: 12px;
        height: 11px;
        display: inline-block;
        margin-top: 0;
        background-size: 100%;
        transform: rotate(180deg);
    }

    .pagination > li i.pg-next-arrow, ul li:hover.disabled i.pg-next-arrow {
        background: url(../../images/AffordableHousing/angle-right.svg) no-repeat center;
        width: 12px;
        height: 11px;
        display: inline-block;
        vertical-align: middle;
        background-size: 100%;
    }

    .pagination > li i.pg-next-last-arrow, ul li:hover.disabled i.pg-next-last-arrow {
        background: url(../../images/AffordableHousing/angle-right-double.svg) no-repeat center;
        width: 12px;
        height: 11px;
        display: inline-block;
        vertical-align: middle;
        background-size: 100%;
    }

.prev--arrow span, .next--arrow span {
    display: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    background: #00A1DF;
    border-color: #007bab;
    color: #ffffff;
    cursor: default;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li.prev--arrow > a, .pagination > li.prev--arrow > span, .pagination > li.next--arrow > a, .pagination > li.next--arrow > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px transparent, 0px 1px 3px rgba(0, 0, 0, 0.18) !important;
    background: #ffffff;
}

.pagination > li:not(.disabled):first-child > a:hover, .pagination > li:not(.disabled):first-child > span:hover, .pagination > li.prev--arrow:not(.disabled) > a:hover, .pagination > li.prev--arrow:not(.disabled) > span:hover, .pagination > li.next--arrow:not(.disabled) > a:hover, .pagination > li.next--arrow:not(.disabled) > span:hover, .pagination > li:not(.disabled):last-child > a:hover, .pagination > li:not(.disabled):last-child > span:hover {
    box-shadow: 0px 0px 0px 1px transparent, 0px 0px 0px 4px transparent, 0px 6px 16px rgba(0, 0, 0, 0.12) !important;
}

.pagination button[disabled], .pagination html input[disabled], .pagination .disabled {
    opacity: 0.7;
}

    .pagination button[disabled] > a i, .pagination html input[disabled] > a i, .pagination .disabled > a i, .pagination button[disabled] > span i, .pagination html input[disabled] > span i, .pagination .disabled > span i, .pagination > li.disabled:first-child > a i, .pagination > li.disabled:first-child > span i, .pagination > li.prev--arrow.disabled > a i, .pagination > li.disabled.prev--arrow > span i, .pagination > li.next--arrow.disabled > a i, .pagination > li.next--arrow.disabled > span i, .pagination > li.disabled:last-child > a i, .pagination > li.disabled:last-child > span i {
        opacity: 0.3;
    }

.pagination > li.pagingnone:not(.disabled):not(.active) > a:hover {
    text-decoration: underline;
}

.records--count--text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    font-family: poppinsmedium, sans-serif;
    font-size: 16px;
    color: #303E48;
}
/* Pagination end */


/* Data table start */
.cmn--table--blk {
    width: 100%;
    display: block;
}

.table--bg {
    background: #f5f7fa;
    padding: 15px;
}

table.table--data {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    border-collapse: separate;
    color: #303E48;
    font-family: poppinsregular, sans-serif;
    font-size: 15px;
    border: 1px solid #ebeef4;
    border-radius: 4px;
    border-spacing: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

    table.table--data thead tr th {
        padding: 20px 15px;
        font-size: 16px;
        font-family: poppinsbold, sans-serif;
        border-bottom: 1px solid #ebeef4;
        font-weight: 400;
    }

        table.table--data thead tr th:first-child {
            border-radius: 4px 0 0;
        }

        table.table--data thead tr th:last-child {
            border-radius: 0 4px 0 0;
        }

    table.table--data tbody tr:last-child td:first-child {
        border-radius: 0 0 0 4px;
    }

    table.table--data tbody tr:last-child td:last-child {
        border-radius: 0 0 4px 0;
    }

    table.table--data tbody tr td {
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    table.table--data tr:nth-child(odd) {
        background: #ffffff;
    }

    table.table--data tr:nth-child(even) {
        background: #fdfdfd;
    }

.table--data tr td a {
    background: #ffffff;
    border: 1px solid #00A1DF;
    padding: 10px 20px;
    text-align: right;
    display: inline-block;
    border-radius: 25px;
}

table.table--data tr td:nth-last-child(1) {
    text-align: right;
}

table.table--data .green--text {
    color: #529d3f;
}

table.table--data .orange--text {
    color: #ffb500;
}

table.table--data .dark--blue--text {
    color: #007bab;
}

table.table--data .cmn--btn--stroke {
    font-size: 14px;
}

table.table--data .cmn--btn.cmn--btn--stroke {
    background: #ffffff;
}
/* Data table end */

/* -Accordian- */
.ah--accordion .ui-accordion .ui-accordion-header {
    border-radius: 4px;
    padding: 12px 15px;
    border: none;
    font-size: 16px;
    line-height: 26px;
    color: #303E48;
    font-family: poppinsmedium, sans-serif;
    margin: 0 0 10px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(132,132,132,0.3);
}

    .ah--accordion .ui-accordion .ui-accordion-header.ui-accordion-header-active {
        color: #ffffff;
        border-bottom-color: inherit;
        background: #00A1DF;
        border: transparent;
        border-radius: 4px 4px 0px 0px;
    }

.ah--accordion .ui-accordion .ui-accordion-content {
    border-bottom: transparent;
    margin: -15px 0 12px;
    border-radius: 4px;
    padding: 15px 20px 15px 20px;
    box-shadow: 0 2px 5px rgba(132,132,132,0.3);
}

    .ah--accordion .ui-accordion .ui-accordion-content p {
        font-size: 16px;
        font-family: poppinsregular, sans-serif;
        line-height: 26px;
    }

    .ah--accordion .ui-accordion .ui-accordion-content ul {
        margin: 0;
        padding: 0;
    }

        .ah--accordion .ui-accordion .ui-accordion-content ul li {
            list-style: none;
        }

        .ah--accordion .ui-accordion .ui-accordion-content ul li {
            display: block;
            font-size: 16px;
            line-height: 26px;
            color: #303E48;
            list-style: none;
        }

.ah--accordion .ui-icon:before {
    font-size: 22px;
}
/* end-Accordian- */

/* Textarea */
textarea {
    border: 1px solid rgba(132,132,132,0.3);
    border-radius: 4px;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    min-height: 100px;
    padding: 10px 12px;
    font-size: 16px;
    resize: none;
    overflow: auto;
}

.form--field textarea {
    font-family: poppinsregular, sans-serif;
    font-size: 16px;
}

textarea.error-validation {
    font-family: poppinsregular, sans-serif;
    font-size: 16px;
    border-left: 3px solid #b7312c;
    color: #303E48;
}
/** select **/
select {
    width: 100%;
    height: 36px;
    border: 1px solid rgba(132,132,132,0.3);
    border-radius: 3px;
    font-size: 16px;
    color: #303E48;
    padding: 0 32px 0 10px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../../images/AffordableHousing/angle-down-grey.svg) no-repeat center right #ffffff;
    background-size: 14px;
    background-position-x: calc(100% - 10px);
}
    /* end-Textarea */
    textarea:focus, input:focus, select:focus {
        border: 1px solid #9fcbed;
        outline: none;
        box-shadow: 0 0 0 1px #00A1DF;
    }

.box--animation {
    width: 32.5%;
    min-height: 250px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    background: rgb(255, 255, 255);
    border-image: initial;
    padding: 30px;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 6px;
    font-size: 20px;
}

.box--hover--animation {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .box--hover--animation:hover, .box--hover--animation:focus, .box--hover--animation:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .box--hover--animation:hover:before, .box--hover--animation:focus:before, .box--hover--animation:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

    .box--hover--animation:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

i.social--width {
    display: inline-block;
    font-size: 28px;
    margin: 0 15px 0px 0px;
}
/*--Tooltip--*/
.tool--tipbox {
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    min-width: 200px;
    min-height: 85px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 30px;
    margin: 20px 30px 0 0px;
    border-radius: 4px;
}

    .tool--tipbox p {
        margin-bottom: 0px;
    }

.box--shadow--common {
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.border--radius {
    border-radius: 4px;
}
/*--End Tooltip--*/

.left-margin40 {
    display: inline-block;
    margin: 0 0px 0 40px;
}
/* Listing UL LI */
.cmn--listing h4 {
    font-family: poppinsmedium, sans-serif;
    color: #303E48;
    margin: 20px 0px 12px;
    font-size: 16px;
}

.cmn--listing ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cmn--listing li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #303E48;
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
    font-family: poppinsregular, sans-serif;
    width: 100%;
    box-sizing: border-box;
}

    .cmn--listing li:last-child {
        margin-bottom: 0;
    }

    .cmn--listing li:before {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        left: 0;
        top: 10px;
        background: #303E48;
        border-radius: 50%;
    }

    .cmn--listing li a:hover {
        color: #303E48;
    }

.cmn--listing--lgt li:before {
    background: #c6cfdb;
}

.cmn--listing ol {
    padding: 0 0 0 15px;
    margin: 0;
    width: 100%;
    list-style: decimal;
}

    .cmn--listing ol li {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 28px;
        color: #303E48;
        position: relative;
        display: list-item;
        font-family: poppinsregular, sans-serif;
        width: 100%;
        box-sizing: border-box;
        list-style: decimal;
        padding: 0;
    }

        .cmn--listing ol li strong {
            font-weight: 400;
            font-family: poppinssemibold, sans-serif;
        }

        .cmn--listing ol li:before {
            display: none;
        }

        .cmn--listing ol li:last-child {
            margin-bottom: 0;
        }

.line--through {
    text-decoration: line-through;
    color: #9f9f9f !important;
}
/* End Listing Ul UI */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #EDEFF1;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .owl-carousel button.owl-dot {
    margin: 0px 4px;
    font-size: 26px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00A1DF;
}

.owl-nav {
    width: 100%;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        background: #00A1DF;
        border-radius: 50%;
        border: 1px solid #00A1DF;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        transform: translateY(-50%);
        filter: brightness(1);
        top: 50%;
        text-indent: -9999px;
        font-size: 0;
    }

        .owl-nav .owl-prev:focus, .owl-nav .owl-next:focus {
            outline: none;
        }

        .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
            background: #007bab;
        }

        .owl-nav .owl-prev span, .owl-nav .owl-next span {
            display: none;
        }

        .owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
            cursor: not-allowed !important;
            opacity: 0.7 !important;
        }

.owl-carousel .owl-nav .owl-prev {
    left: -22px;
    background: #00A1DF url(../../images/AffordableHousing/left-angle.svg) no-repeat center;
    background-size: 18px auto;
}

    .owl-carousel .owl-nav .owl-prev:hover {
        background: #007bab url(../../images/AffordableHousing/left-angle.svg) no-repeat center;
        border-color: #007bab;
        background-size: 18px auto;
    }

.owl-carousel .owl-nav .owl-next {
    right: -22px;
    background: #00A1DF url(../../images/AffordableHousing/right-angle.svg) no-repeat center;
    background-size: 18px auto;
}

    .owl-carousel .owl-nav .owl-next:hover {
        background: #007bab url(../../images/AffordableHousing/right-angle.svg) no-repeat center;
        border-color: #007bab;
        background-size: 18px auto;
    }

.owl-nav .owl-prev.disabled:hover, .owl-nav .owl-next.disabled:hover {
    background-color: #00A1DF;
    border-color: #00A1DF;
}

.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
    display: none;
}

    .owl-nav .owl-prev.disabled:hover, .owl-nav .owl-next.disabled:hover {
        transform: translateY(-50%);
    }
/* lightbox2 custom */
.lb-prev.disabled, .lb-next.disabled {
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}
/* No Matching */
.tnresult--nomatching {
    max-width: 525px;
    margin: 50px auto;
    background: url(../../images/AffordableHousing/noresults-bg.png) no-repeat bottom -50px left #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 30px 20px;
    display: flex;
}

.tnresult--nomatching--icon {
    width: 70px;
    float: left;
    margin-right: 15px;
}

.tnresult--nomatching--text {
    width: calc(100% - 85px);
    float: left;
    line-height: 26px;
}

.nomatcing--bluetxt {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #00A1DF;
    display: block;
    margin-bottom: 7px;
    font-family: poppinsmedium, sans-serif;
}


/** popover css **/
.popover--blk {
    position: relative;
    width: 100%;
}

.popover--overlay {
    position: absolute;
    top: 65px;
    left: 0;
    border-radius: 4px;
    background: #ffffff;
    text-align: center;
    height: 100px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

    .popover--overlay:before {
        content: '';
        width: 26px;
        height: 13px;
        background: url(../../images/AffordableHousing/drop-top-arw.png) center center no-repeat;
        position: absolute;
        top: -13px;
        left: 10px;
    }

.popover--overlay--show {
    display: flex;
}
/** popover css **/

/* ---------- Form Styles ---------- */

.formheader {
    padding: 6px 0 4px;
    color: #111;
    font-family: poppinsbold, sans-serif;
}

.form {
    text-align: left;
    padding: 20px;
}

    .form .input {
        padding: 0 6px;
        font-size: 16px;
        padding: 6px 8px;
        width: 100%;
        font-size: 16px;
        border: 1px solid rgba(132,132,132,0.3);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 36px;
        border-radius: 4px;
    }

    .form textarea {
        border: none;
        resize: none;
        width: 100%;
        height: 60px;
        padding: 15px;
        border-radius: 4px;
        border: 1px solid rgba(132,132,132,0.3);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size: 16px;
    }

    .form .phone1 {
        font-size: 16px;
        padding: 5px 6px;
        width: 20%;
        font-size: 16px;
        border: 1px solid #ccc;
    }

    .form .phone2, .form .phone3 {
        border: 1px solid #ccc;
        font-size: 16px;
        padding: 5px 6px;
        width: 20%;
        font-size: 16px;
    }

    .form .left {
        padding: 0 0 6px;
    }

    .form .right {
        padding: 0 0 6px;
    }

    .form .full {
        padding: 0 0 6px;
    }

    .form .formfield {
        padding: 6px 0;
        min-height: 26px;
    }

.links a {
    display: block;
    padding: 18px 20px;
    text-decoration: none;
    color: #111;
    background: url(../../images/AffordableHousing/advance.png) no-repeat right center;
    *background: url(../../images/AffordableHousing/advance-ie1.png) no-repeat right center;
    background-size: 28px 16px;
}

    .links a:hover {
        background: url(../../images/AffordableHousing/advance.png) no-repeat right center #f9f9f9;
        *background: url(../../images/AffordableHousing/advance-ie1.png) no-repeat right center #f9f9f9;
        background-size: 28px 16px;
    }

.bc h1 {
    padding: 0;
}

.bc {
    margin: 0 0 20px 0;
    font-size: 16px;
}

    .bc a {
        color: #4085c1;
        text-decoration: none;
    }

ul.inline {
    margin: 0;
    padding: 0;
}

    ul.inline li {
        list-style: none;
        display: inline-block;
        margin: 0px;
        padding: 0;
    }

ul.block {
    margin: 0;
    padding: 0;
}

    ul.block li {
        list-style: none;
        display: block;
        margin: 0px;
        padding: 0;
    }

ul {
    padding: 0 0 0 0px;
    margin: 20px 0 0 20px;
}

    ul li {
        display: list-item;
        padding: 4px 0;
    }

p {
    padding: 16px 0;
    margin: 0;
}

.hideimportant {
    display: none !important;
}

.leftimportant {
    float: left;
}

.rightimportant {
    float: right;
}

.block {
    display: block;
}

.checkboxcontainer.active .checkbox:before {
    content: "\e603";
}

.checkboxcontainer.active .checkbox {
    color: #fff;
    background: #858b90;
    background: -moz-linear-gradient(top, #858b90 0%, #656c72 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #858b90), color-stop(100%, #656c72));
    background: -webkit-linear-gradient(top, #858b90 0%, #656c72 100%);
    background: -o-linear-gradient(top, #858b90 0%, #656c72 100%);
    background: -ms-linear-gradient(top, #858b90 0%, #656c72 100%);
    background: linear-gradient(to bottom, #858b90 0%, #656c72 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#858b90', endColorstr='#656c72', GradientType=0);*/
    border: 1px solid #111111;
}

.checkboxcontainer {
    padding: 3px 0;
    cursor: pointer;
}

input {
    outline: none !important;
}

textarea {
    outline: none !important;
    -webkit-appearance: none;
}

.inputtext {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 3px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.phone1 {
    font-size: 16px;
    padding: 5px 6px;
    width: 20%;
    font-size: 16px;
    border: 1px solid #ccc;
}

.phone2, .phone3 {
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 5px 6px;
    width: 20%;
    font-size: 16px;
}

.upgradediv {
    display: none;
}

.textinput input[type=text], .textinput input[type=password], .textinput input[type=tel] {
    width: 100%;
    height: 36px;
    border: 1px solid rgba(132,132,132,0.3);
    border-radius: 3px;
    font-size: 16px;
    color: #303E48;
    padding: 0 10px;
    appearance: none;
    -webkit-appearance: none;
}

/*.textinput input[type=text]:focus, .textinput input[type=password]:focus, .textinput input[type=tel]:focus, .phone1:focus, .phone2:focus, .phone3:focus, textarea:focus {
        border: 1px solid #111;
    }*/

.inputselect {
    border: 1px solid rgba(132,132,132,0.3);
    padding: 8px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.form--field input[type="text"], .form--field input[type="password"], .form--field input[type="email"], .form--field input[type="number"], .form--field select, .form--field textarea {
    width: 100%;
}

select {
    height: 36px;
    border: 1px solid rgba(132,132,132,0.3);
    border-radius: 3px;
    font-family: 'poppinsregular', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #303E48;
    padding: 0 32px 0 10px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../../images/AffordableHousing/angle-down-grey.svg) no-repeat center right #fff;
    background-size: 14px;
    background-position-x: calc(100% - 10px);
    line-height: 36px;
}

    select::-ms-expand {
        display: none;
    }

    select:focus {
        outline: none;
    }

        select:focus::-ms-value {
            background: transparent;
            color: #303E48;
        }

.textarea {
    border: 1px solid rgba(132,132,132,0.3);
    padding: 12px;
    border-radius: 3px;
    background: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

p {
    padding: 0;
    margin: 20px 0 0 0;
}

.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
}

    .table tr:nth-child(even) {
        background: #eee;
    }

    .table td:first-child {
        font-family: poppinsbold, sans-serif;
    }

    .table td {
        width: 50%;
        padding: 12px 20px;
    }

.general .header {
    background: #a2cbef;
    color: #235e90;
    margin: 0;
}

    .general .header h1 {
        color: #235e90;
        text-shadow: 1px 1px 1px #bddcf8;
        font-size: 3em;
    }

#submenufavorites .loadingbg {
    background: url(../../images/AffordableHousing/loading-bars.gif) center 220px no-repeat #fff;
    background-size: 93px auto;
    min-height: 380px;
}

#submenusavedsearches .loadingbg {
    background: url(../../images/AffordableHousing/loading-bars.gif) center 156px no-repeat #fff;
    background-size: 93px auto;
    min-height: 300px;
}

#submenufavorites table th, #submenusavedsearches table th {
    border: none;
    display: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

#submenufavorites table td, #submenufavorites table, #submenusavedsearches table td, #submenusavedsearches table {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.savedsearchparams {
    padding: 12px 0;
}

    .savedsearchparams span {
        background: #f9f9f9;
        border: 1px solid #ddd;
        display: inline-block;
        margin: 2px 1px;
        padding: 2px 3px;
    }

#favoritehomesbadge, #savedsearchesbadge {
    right: 27px;
}

#submenusavedsearches .listingcontainer {
    border-top: 1px solid #ccc;
}

.registerpopup2 td {
    padding: 0;
}

.primarybuttongreen.mobileblock {
    display: block;
}

.gssignuppage input.phone1, .gssignuppage input.phone2 {
    width: 24%;
    margin-right: 3%;
}

.gssignuppage input.phone3 {
    width: 40%;
}

.tooltipit {
    position: relative;
    cursor: pointer;
}

.newtooltip {
    line-height: 20px;
    background: #111;
    display: none;
    color: #fff;
    padding: 16px !important;
    bottom: 100%;
    width: 300px;
    margin: 0 0 18px -166px;
    left: 50%;
    position: absolute;
    font-size: 12px;
}

    .newtooltip:after {
        content: "";
        z-index: 1000;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        border: 8px solid transparent;
        border-top: 8px solid #111;
        margin: 0 0 0 -8px;
    }

.newtooltip2 {
    line-height: 20px;
    z-index: 1000;
    background: #111;
    display: none;
    color: #fff;
    padding: 16px !important;
    top: 100%;
    width: 300px;
    margin: 18px 0 0 -166px;
    left: 50%;
    position: absolute;
    font-size: 12px;
}

    .newtooltip2:after {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        border: 8px solid transparent;
        border-bottom: 8px solid #111;
        margin: 0 0 0 -8px;
    }

.cmn--hdr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

    .cmn--hdr h2 {
        flex: 1;
        margin: 0;
        font-family: poppinssemibold, sans-serif;
        color: #303E48;
        font-size: 24px;
        line-height: 34px;
    }

.reset--pwd--blk {
    width: 475px;
    display: block;
    box-shadow: 0 0 1px 0 rgba(78,78,78,0.3), 0 4px 8px -4px rgba(78,78,78,0.3);
    background: #fff;
    margin: 40px auto 0;
}

.loginpage--flt--blk {
    box-shadow: none;
    background: none;
}

.reset--pwd--blk .loginpage-form {
    width: 100%;
    display: block;
    box-shadow: 0 2px 5px rgba(132,132,132,0.3);
    background: #fff;
    border-radius: 4px;
}

.reset--pwd--blk .modal--cls--btn {
    display: none;
}

.newemail--field {
    display: inline-block;
    margin: 20px 0 5px;
    width: 100%;
}

.MT0 {
    margin-bottom: 0 !important;
}

.pwd--tips--txt {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #303E48;
    word-break: break-word;
}

    .pwd--tips--txt strong, .pwd--tips--txt b {
        font-family: poppinsbold, sans-serif;
        /*display: block;*/
        margin-right: 7px;
        font-weight: 400;
    }

.call-us-screen.registered-sec .singin-form-hdr p {
    margin-top: 35px;
    font-size: 16px;
    line-height: 26px;
}

.call-us-screen .mail-link-blk a {
    display: inline;
    margin: 0;
}

.call-us-screen .mail-link-blk {
    margin: 0;
}

.call-us-screen.registered-sec .singin-form-hdr p a {
    color: #303E48;
    font-family: poppinsbold, sans-serif;
}

    .call-us-screen.registered-sec .singin-form-hdr p a:hover {
        color: #00A1DF;
    }

.call-us-screen .mail-link-blk p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

.couldnt-find-screen {
    text-align: center;
}

.couldnt-find-img {
    display: block;
}

.couldnt-find-screen h6 {
    margin-bottom: 40px;
}

.couldnt-find-screen .singin-form-hdr {
    margin-bottom: 15px;
}

.couldnt-find-screen .mail-link-blk {
    min-height: inherit;
}

.go8--findApp--orText {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}

.go8--skip--link {
    display: table;
    margin: 15px auto 0;
}

.registered-sec .signup-subText {
    margin: 0 0 30px;
}

.or-sep {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    margin: 10px 0;
}

    .or-sep::before {
        content: "";
        display: block;
        width: 50%;
        height: 1px;
        border-top: 1px solid #DDDDDD;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }

    .or-sep span {
        display: inline-block;
        background: #ffffff;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        z-index: 2;
        color: #707070;
    }

.mail-link-blk .pwd--tips--txt {
    margin: 0 0 15px;
}

    .mail-link-blk .pwd--tips--txt:last-child {
        margin-bottom: 0;
    }

.confirm--link--sent {
    margin-bottom: 20px;
}

.mid--wrapper {
    display: block;
    width: 100%;
    padding: 0 0 40px;
}

.dup--usr--blk {
    width: 100%;
    display: inline-block;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    overflow: hidden;
}

.dups--urname--visible {
    transform: translateX(0);
    position: relative;
    height: auto;
    overflow: inherit;
}

.dup-icon {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}

    .dup-icon img {
        width: 120px;
    }

.dups-err-msg {
    display: block;
    margin-top: 20px;
}

.loading--toggle .loading {
    position: static;
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url(../../images/AffordableHousing/loading-white.gif) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.resendbtn--toggle .loading {
    position: static;
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url(../../images/AffordableHousing/loading-white.gif) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.fb--loading--toggle .loading {
    position: static;
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url(../../images/AffordableHousing/loading-white.gif) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.google--loading--toggle .loading {
    position: static;
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url(../../images/AffordableHousing/loading-white.gif) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.page--top--scroll {
    position: fixed;
    bottom: 100px;
    right: 70px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #00A1DF;
    color: #00A1DF;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    font-size: 20px;
    box-shadow: 0 0 7px 2px rgba(132,132,132,0.3);
    padding: 0;
    cursor: pointer;
}

    .page--top--scroll:hover {
        background: #00A1DF;
        color: #fff;
    }

.email--req--cont {
    padding: 30px 20px;
}

    .email--req--cont p {
        font-size: 16px;
        line-height: 26px;
        color: #303E48;
        margin: 20px 0 0;
        text-align: center;
    }

.email--form {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
}

@supports (-webkit-overflow-scrolling: touch) {
    * {
        touch-action: manipulation;
    }
}

.loading--overlay {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1111111111;
}

#disclosurepopup {
    padding: 20px;
}

.ah--loading {
    width: 100px;
    height: 100px;
}

.tenantregistrationmodal .cmn--hdr {
    text-align: center;
}

.acnt--page--dummy {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

header#header > div.wrapper {
    max-width: 100%;
    padding: 0 15px;
}

.ui-autocomplete {
    background: #fff;
    border: 1px solid #007bab;
    max-height: 200px;
    overflow-y: auto;
    margin: 3px 0px 0 !important;
    text-align: left;
    text-shadow: none;
    position: absolute;
    z-index: 2000;
}

    .ui-autocomplete li {
        list-style: none;
        display: block;
        margin: 0px;
        padding: 0;
    }

    .ui-autocomplete a, .ui-autocomplete div {
        padding: 8px 11px;
        display: block;
        color: #303E48;
        text-decoration: none;
    }

        .ui-autocomplete a:hover, .ui-autocomplete div:hover {
            background: url(../../images/AffordableHousing/advance.png) no-repeat right center #eee;
            *background: url(../../images/AffordableHousing/advance-ie1.png) no-repeat right center #eee;
            background-size: 28px 16px;
        }

.ui-state-focus, .ui-state-active {
    background: url(../../images/AffordableHousing/advance.png) no-repeat right center #eee;
    *background: url(../../images/AffordableHousing/advance-ie1.png) no-repeat right center #eee;
    background-size: 28px 16px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #e5f5fc !important;
    color: #00A1DF !important;
    border: none !important;
}

/* account settings css */
.tenantaccount {
    width: 650px;
    display: block;
    margin: 30px auto 0;
}

.titleheader {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

body .tenantregistration.acnt-cmn-blk {
    padding: 20px;
    margin: 0 auto 20px !important;
    float: none !important;
    max-width: inherit;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    overflow: inherit;
    background: #fff;
    border-radius: 4px;
}

.acnt-cmn-blk .newmodalcontents {
    position: static;
}

body .tenantregistration.acnt-cmn-blk:last-child {
    margin-bottom: 0 !important;
}

.tenantregistrationpage .acnt-cmn-blk h4 {
    margin-top: 0;
}

.acnt-cmn-blk .tnform {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

    .acnt-cmn-blk .tnform h4 {
        font-size: 18px;
        color: #303E48;
        font-family: poppinsbold, sans-serif;
    }

.acnt--field--row {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7ebee;
    flex-wrap: wrap;
}


    .acnt--field--row:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }


.acnt--field--lbl {
    width: 50%;
    padding-right: 10px;
}

    .acnt--field--lbl h6 {
        color: #303E48;
        /*font-family: poppinsmedium, sans-serif;*/
        font-size: 16px;
        margin: 0;
        line-height: 20px;
    }

    .acnt--field--lbl p {
        color: #848484;
        font-size: 14px;
        margin: 5px 0 0;
        line-height: 20px;
    }

.acnt--field--row .acnt-field {
    float: left;
    width: 48% !important;
}

    .acnt--field--row .acnt-field:nth-child(2n) {
        float: right !important;
    }

.acnt--field--control {
    width: 50%;
    padding-left: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.acnt--field--lbl--sm {
    width: 43%;
}

.acnt--field--control--sm {
    width: 57%;
}

.acnt-cntrol-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    min-height: 20px;
    margin-bottom: 10px;
    align-items: center;
}

    .acnt-cntrol-row:last-child {
        margin-bottom: 0;
    }

.freq--dropdown {
    width: 200px;
}

    .freq--dropdown select {
        width: 100%;
    }

.scl--field--row {
    flex-wrap: inherit;
    justify-content: space-between;
    align-items: center;
}

    .scl--field--row .acnt--field--lbl, .scl--field--row .scl--connected--lbl, .scl--field--row .update-btn-row {
        width: auto;
    }

    .scl--field--row .scl--connected--lbl {
        justify-content: center;
        padding: 0 20px;
        flex-direction: column;
    }

    .scl--field--row .cmn--btn--md {
        min-width: 160px;
    }

    .scl--field--row .update-btn-row {
        margin: 0;
    }

.alerts--field--row .acnt--field--lbl {
    width: 50%;
}

.alerts--field--row .acnt--field--control {
    width: 50%;
}

.acnt--field--control .radio {
    margin-right: 15px;
}

    .acnt--field--control .radio:last-child {
        margin-right: 0;
    }

.control--lbl {
    font-size: 14px;
    color: #3e475a;
    display: block;
    line-height: 18px;
}

.control--field {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .control--field .radio:last-child {
        margin-right: 0;
    }

    .control--field .radio .i-checks {
        /* padding: 0; */
        /* min-width: 20px; */
        min-height: 18px;
    }

    .control--field .yes-no-radio .i-checks i {
        margin-right: 10px;
    }

.tenant--date {
    margin-right: 10px;
}
/*.acnt--field--control .radio .i-checks > i {
    position: relative;
}*/

.sub--acnt--field {
    display: block;
    margin-top: 20px;
    padding: 15px;
    border-top: none;
    background: #f9f9f9;
}

    .sub--acnt--field .acnt--field--row {
        border-bottom-style: dotted;
    }

        .sub--acnt--field .acnt--field--row:last-child {
            border-bottom: none;
        }

/*body .date--field input[type="text"] {
    background: #fff url(../../images/AffordableHousing/date-cal-icon.png) no-repeat center right;
    padding-right: 60px;
    margin-right: 10px;
    width: 160px;
}*/

.landloard-checkbox.acnt-ld-ckbx {
    padding: 0 0 15px;
}

.acnt-cmn-blk .rental-alert-blk, .acnt-cmn-blk .rental-alert-blk .tnform {
    margin-bottom: 0;
}

.voucher--toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

    .voucher--toggle .onoffswitch {
        margin: 0 0 0 10px;
    }

.social--lbl {
    align-items: center;
    display: flex;
    font-size: 18px;
    color: #303E48;
}

    .social--lbl i {
        margin-right: 10px;
    }

        .social--lbl i img {
            float: left;
        }

.connected--text {
    font-size: 16px;
    color: #4FB27D;
    font-family: poppinsmedium, sans-serif;
    display: block;
}

    .connected--text i {
        font-size: 24px;
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

.scl--connected--lbl h6 {
    font-size: 16px;
    color: #303E48;
    margin: 5px 0 0;
}

.acnt--field--control .gray {
    color: #848484;
    font-size: 14px;
    line-height: 24px;
    flex-shrink: 0;
}

.acnt--field--row .gray {
    color: #848484;
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: right;
    width: 100%;
}

.control--field input[type="date"] {
    margin-right: 10px;
    width: 190px;
}

.update-btn-row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.updt-btn {
    display: inline-block;
    min-width: 240px;
    line-height: 50px;
    font-size: 16px;
    color: #4fb27d;
    border: 1px solid #BEC7C9;
    background: #F6F7F9;
    border-radius: 3px;
    text-align: center;
    cursor: not-allowed;
}

.update-pass-link {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 16px;
}

    .update-pass-link a {
        color: #007bab;
    }

.update-pass-form {
    display: inline-block;
    width: 100%;
}



.acnt-field .radio {
    font-size: 12px;
    margin-bottom: 10px;
}

.yes-no-radio {
    display: inline;
    margin: 0 15px 0 0;
    width: auto;
}

.acnt-setting-sec {
    display: table;
    margin: auto;
    width: 500px;
    height: calc(100vh - 400px);
    text-align: center;
}

.acnt-setting-inn {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

.acnt--field--row .width-100, .width-100 {
    width: 100% !important;
}

.acnt-stng-form {
    display: inline-block;
    margin: 15px 0 0;
    width: 400px;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    background: #fff;
    padding: 35px;
    margin-top: 15px;
    text-align: left;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.3);
}

.MB0 {
    margin-bottom: 0 !important;
}

.no-overflow {
    overflow: inherit !important;
}

.account-hdr {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

    .account-hdr h2 {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 43px;
        line-height: 46px;
        color: #303E48;
    }

    .account-hdr p {
        display: inline-block;
        width: 100%;
        font-size: 21px;
        line-height: 28px;
        color: #303E48;
        margin: 10px 0 0;
    }

.acnt-stng-form .updt-btn {
    width: 100%;
}

.acnt-stng-form .formheader {
    padding: 0;
    font-size: 14px;
}

.added-mail-text {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #303E48;
    line-height: 16px;
    margin-top: 15px;
}

.acnt-rst-link {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}

    .acnt-rst-link a {
        color: #599DCE;
        text-decoration: none;
    }

        .acnt-rst-link a:hover {
            color: #333 !important;
        }

.success-alert {
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    padding: 15px 10px;
    background: #c8f6dd;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid #4fb27d;
    position: relative;
}

    .success-alert p {
        float: left;
        width: 100%;
        position: relative;
        margin: 0 0 10px;
        padding-left: 35px;
        box-sizing: border-box;
        font-size: 14px;
        color: #303E48;
        line-height: 22px;
        min-height: 22px;
    }

        .success-alert p:last-child {
            margin-bottom: 0;
        }

        .success-alert p strong {
            font-family: poppinsbold, sans-serif;
        }

        .success-alert p:after {
            content: '';
            width: 20px;
            height: 20px;
            background: url(../../images/AffordableHousing/green-tick.png) no-repeat center;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
        }

.yellow-alert {
    background: #fcf6de;
    border: 1px solid #dfd389;
}

    .yellow-alert p::after {
        background: none;
    }

    .yellow-alert i {
        position: absolute;
        top: 4px;
        left: 4px;
        color: #ebce23;
        font-size: 19px;
    }

.blue-alert {
    background: #D1E8F7;
    border: 1px solid #5A9ECC;
}

    .blue-alert p::after {
        background: none;
    }

    .blue-alert i {
        position: absolute;
        top: 4px;
        left: 4px;
        color: #ebce23;
        font-size: 19px;
    }

.acnt-attention-msg {
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    border: 1px solid #DC8B8B;
    background: #FFE6E6;
    border-radius: 4px;
    margin-bottom: 30px;
}

    .acnt-attention-msg p {
        float: left;
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #303E48;
        margin: 0;
    }

        .acnt-attention-msg p a {
            font-family: poppinsbold, sans-serif;
            color: #303E48 !important;
        }

.infomsg-blue {
    background: #d1e8f7;
    border-color: #5a9ecc;
}

    .infomsg-blue i {
        color: #5a9ecc;
        font-size: 28px;
    }

.signinpage .success-alert {
    margin: 50px 0 0;
    text-align: left;
    padding-left: 65px;
    width: 650px;
}

    .signinpage .success-alert p {
        padding-left: 0;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

        .signinpage .success-alert p:last-child {
            margin-bottom: 0;
        }

.fieldwrap .success-alert, .signinpage .login-form .success-alert {
    width: 100%;
    padding: 15px 10px;
    margin: 0 0 20px;
}

    .fieldwrap .success-alert p, .signinpage .login-form .success-alert p {
        padding-left: 35px;
    }

        .fieldwrap .success-alert p:after, .signinpage .login-form .success-alert p:after {
            bottom: inherit;
            top: 5px;
        }

.signinpage .infomsg-blue p:after {
    display: none;
}

.signinpage .infomsg-blue i {
    position: absolute;
    top: 15px;
    left: 15px;
}

.acntpage-rst-link {
    color: #c94141;
}

.acnt-field .radio {
    font-size: 14px;
}

.prtn-sucs-msg {
    display: inline-block;
    width: 100%;
    padding: 16px;
    background: #c8f6dd;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .prtn-sucs-msg p {
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        color: #303E48;
        padding-left: 30px;
        position: relative;
    }

        .prtn-sucs-msg p:before {
            content: '';
            width: 20px;
            height: 20px;
            background: url(../../images/AffordableHousing/green-tick.png) no-repeat center top;
            position: absolute;
            top: 3px;
            left: 0;
        }

/*.acnt-cmn-blk .cstmchk .i-checks > i {
    width: 22px;
    height: 22px;
    background: url(../../images/AffordableHousing/acnt-checkbox.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.acnt-cmn-blk .cstmchk .i-checks input:checked + i::before {
    background: url(../../images/AffordableHousing/acnt-checkbox-checked.png) no-repeat;
}*/

.cstmchk .i-checks > i {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid rgba(132,132,132,0.3);
    border-radius: 3px;
}

.cstmchk .i-checks input:checked + i::before {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: transparent;
}

.cstmchk .i-checks input:checked ~ i {
    background-color: #007bab;
    border: 1px solid rgba(0,0,0,.2);
}

    .cstmchk .i-checks input:checked ~ i:before {
        display: block;
    }

.acnt-cmn-blk .cstmchk .i-checks {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

button.updt-btn[disabled], .updt-btn.disabled {
    background: #F6F7F9 !important;
    border: 1px solid #BEC7C9;
    color: #949DA0;
}

button[disabled], html input[disabled], .disabled {
    /*background-color: #F9FAFB !important;*/
    opacity: 0.5;
    cursor: not-allowed;
}

    button[disabled]:hover, html input[disabled]:hover, .disabled:hover {
        box-shadow: none;
        transform: none;
    }

input.emailaddress[disabled] {
    background: #F9FAFB !important;
}

.set-pswrd-hdr {
    display: block;
    width: 100%;
    margin: 0 0 30px;
}

    .set-pswrd-hdr p {
        font-size: 16px;
        color: #292929;
        line-height: 26px;
        margin-top: 0;
        display: block;
        /*margin: 10px 0 0;*/
    }

.mail-link-blk {
    width: 100%;
    display: block;
}

.mail-link-resend {
    font-size: 15px;
    line-height: 20px;
    color: #303E48;
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

    .mail-link-resend:last-child {
        margin-bottom: 0;
    }

.resend--link {
    color: #007bab;
}

    .resend--link:hover {
        color: #303E48;
    }

.section-newemail {
    display: block;
    width: 100%;
    margin-top: 20px;
}

    .section-newemail .update-btn-row {
        margin-top: 0;
    }

@-webkit-keyframes blinker {
    from {
        border: 1px solid rgba(0, 120, 164, 0.1);
        background: rgba(0, 120, 164, 0.05);
    }

    to {
        border: 1px solid rgba(0, 120, 164, 0.3);
        background: rgba(0, 120, 164, 0.1);
    }
}

.blink input {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 5;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.wizard-blink input {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 23;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.tenantregistrationpage {
    padding: 40px 20px 20px;
    /*overflow: hidden;*/
    display: table;
}

    .tenantregistrationpage .benefits {
        padding: 80px 0 0 0;
    }

.tenantregistration .benefit {
    background-size: 100px;
    background-position: center;
    height: 120px;
    width: 120px;
}

.tenantregistration .hero {
    padding: 44px 30px;
    margin: -31px -30px 0;
}

.tenantregistrationpage .tenantregistration {
    /*border-radius: 3px;
    border: 1px solid #ccc;*/
    padding: 0px;
    max-width: 600px;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.3);
}

.newmodalcontainer.tenantregistration {
    transform: none;
    top: 0;
    margin: 30px auto;
}

.tenant .tenantregistrationpage .tenantregistration {
    margin: 0px auto;
}

.tenantregistration .terms {
    padding: 22px 0;
}

.refineddini input[type=checkbox] + label,
.refineddini input[type=checkbox],
.refineddini input[type=radio] + label,
.refineddini input[type=radio] {
    margin: 8px 0 0 0;
}

.savesearchfilter input[type="checkbox"] {
    top: 14px !important;
}

    .savesearchfilter input[type="checkbox"] + label:after {
        top: 6px !important;
    }

    .savesearchfilter input[type="checkbox"] + label:before {
        top: 10px !important;
    }

.savesearchfilter {
    margin-top: -4px;
    line-height: 18px;
}
/* account settings css */

/* static page css */
#staticSidebar .modal--hdr--bar {
    display: none;
}

.static--filter {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00A1DF;
    color: #fff;
    font-size: 12px;
    flex-direction: column;
    float: right;
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 11;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 7px 3px rgba(132,132,132,0.3);
}

    .static--filter:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(41,121,191,0.9);
        -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
        -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
        -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
        animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(0,161,233,0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(0,161,233,0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(0,161,233,0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(0,161,233,0);
    }
}

.aboutspan3 {
}

    .aboutspan3 .content {
        /*background: #fff;
        margin: 30px 12px 12px;
        box-shadow: 0px 0px 2px #b4ada2;*/
        float: left;
        width: 100%;
    }

.aboutspan2 {
}

.static-banner {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../images/AffordableHousing/static-banner.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}

    .static-banner:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.45);
    }

.dashboardcontent .copy {
    margin-top: 40px;
    margin-bottom: 40px;
}

.static-banner .pagetitle {
    display: block;
    font-size: 46px;
    color: #fff;
    font-family: poppinssemibold, sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 11;
}

body .aboutspan2 .content {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    margin: 0 0 1px;
}

    body .aboutspan2 .content .copy {
        margin: 0;
    }

.static-page .separator {
    padding: 20px 20px 15px;
    font-size: 18px;
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
    border-bottom-color: #eee;
    background: transparent;
}

.aboutspan3.left {
    padding: 0 0 20px;
    background: #ffffff url(../../images/AffordableHousing/modal-btm-bg.png) no-repeat bottom center;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    background-size: 100% auto;
}


.aboutspan3 .links a {
    padding: 15px 20px;
    font-size: 16px;
    color: #303E48;
    position: relative;
    background: none;
}

    .aboutspan3 .links a:after {
        content: '\f054';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        right: 15px;
        color: #848484;
    }

    .aboutspan3 .links a:hover, .aboutspan3 .links a.active, .aboutspan3 .links a.active:hover {
        color: #00A1DF;
        background: #edeff1;
        background-size: 28px 16px;
    }

        .aboutspan3 .links a:hover:after, .aboutspan3 .links a.active:after, .aboutspan3 .links a.active:hover:after {
            color: #00A1DF;
        }

/*.aboutspan3 .links a {
    margin-top: 1px;
}*/

.aboutspan2 .copy {
    color: #4b4e50;
}

    .aboutspan2 .copy p {
        line-height: 28px;
        margin: 0 0 15px;
        font-size: 16px;
        color: #303E48;
    }

        .aboutspan2 .copy p strong {
            font-family: poppinssemibold, sans-serif;
            font-weight: 400;
        }

        .aboutspan2 .copy p i {
            color: #848484;
        }

        .aboutspan2 .copy p a {
            color: #00A1DF;
        }

            .aboutspan2 .copy p a:hover {
                color: #303E48;
            }

    .aboutspan2 .copy h2 {
        font-size: 18px;
        line-height: 30px;
        font-family: poppinssemibold, sans-serif;
    }

    .aboutspan2 .copy h1 {
        font-size: 18px;
        line-height: 24px;
        font-family: poppinssemibold, sans-serif;
        margin: 0 0 20px;
        padding: 0 0 10px;
        border-bottom: 1px solid #eee;
    }

    .aboutspan2 .copy h3 {
        font-size: 18px;
        color: #303E48;
        line-height: 28px;
        font-family: poppinssemibold, sans-serif;
        margin-bottom: 20px;
        padding: 0 0 10px;
        border-bottom: 1px solid #eee;
    }

.contactus-cnt .half.left {
    width: 62%;
    padding-right: 40px;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.links b:first-child {
    border-top: none !important;
}

.mobilefull {
    width: 100%;
}

.aboutspan2 .fieldwrapper {
    text-align: left;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    margin: 0px auto;
    background: #f9f9f9;
}


.contactus-cnt .fieldwrapper {
    padding: 0;
    border: none;
    background: transparent;
    width: 100%;
    display: inline-block;
}

.aboutspan2 .form {
    padding: 0px;
}

.aboutspan2 .air {
    padding: 0;
}

.static-page .wrapper.copy {
    display: flex;
    flex-wrap: wrap;
}

.aboutspan2 {
    order: 2;
    margin-left: 2%;
}

.aboutspan3 {
    order: 1;
}

.staticpage-cnt h6 {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: poppinsmedium, sans-serif;
    color: #303E48;
}

.staticpage-cnt h4 {
    font-size: 18px;
    font-family: poppinsmedium, sans-serif;
    line-height: 28px;
    color: #303E48;
    margin-bottom: 10px;
}

.staticpage-cnt a:link, .staticpage-cnt a:visited {
    color: #00A1DF;
}

.staticpage-cnt a:hover {
    color: #4290d2;
}

.staticpage-cnt p {
    margin-bottom: 25px;
    line-height: 25px;
}

.staticpage-cnt ol {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}

    .staticpage-cnt ol li {
        list-style-type: disc;
        margin-bottom: 10px;
        margin-left: 20px;
        font-size: 16px;
        line-height: 28px;
        color: #333;
        padding: 0;
    }

        .staticpage-cnt ol li a {
            color: #007bab;
        }

            .staticpage-cnt ol li a:hover {
                color: #303E48;
            }

        .staticpage-cnt ol li strong {
            font-family: poppinsmedium, sans-serif;
            font-weight: 400;
        }

        .staticpage-cnt ol li strong {
            font-family: poppinsmedium, sans-serif;
            font-weight: 400;
        }

.staticpage-cnt ul li ul {
    margin: 15px 0 0;
}

    .staticpage-cnt ul li ul li {
        list-style-type: circle;
    }

.staticpage-cnt ol li {
    list-style-type: decimal;
}

.staticpage-cnt ul li i {
    font-style: normal;
    width: 120px;
    display: inline-block;
    font-family: poppinsbold, sans-serif;
}

.static-page .cmn--listing {
    margin: 20px 0 30px;
}

.go8--testimonial--blk {
    float: left;
    width: 100%;
}

.go8--testimonial--hdr {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

    .go8--testimonial--hdr i {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #296399;
        margin: 0 auto 10px;
        background: #fff;
    }

    .go8--testimonial--hdr h6 {
        display: table;
        font-size: 24px;
        color: #296399;
        font-family: poppinsbold, sans-serif;
        text-transform: uppercase;
        margin: auto;
    }

.go8--testimonial--slider {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 40px;
}

    .go8--testimonial--slider .item {
        display: table;
        width: 600px;
        margin: auto;
        padding: 20px 0;
    }

        .go8--testimonial--slider .item p {
            float: left;
            width: 100%;
            position: relative;
            font-size: 20px;
            line-height: 38px;
            color: #333;
            text-align: center;
            margin: 0;
        }

            .go8--testimonial--slider .item p:before, .go8--testimonial--slider .item p:after {
                content: '"';
                /*width: 47px;
                height: 31px;
                background: url(../../images/AffordableHousing/quote-1.png) no-repeat center;*/
                display: inline-block;
            }

/*.go8--testimonial--slider .item p:after {
                content: '"';
                width: 47px;
                height: 31px;
                background: url(../../images/AffordableHousing/quote-2.png) no-repeat center;
                display: inline-block;
            }*/


body .go8--testimonial--slider .owl-nav button {
    /*background: none !important;*/
    font-family: "FontAwesome" !important;
}

    body .go8--testimonial--slider .owl-nav button span {
        display: none;
    }

.go8--testimonial--slider .owl-nav button:focus {
    outline: none;
}

/*.go8--testimonial--slider .owl-nav button:before {
                font-size: 40px;
                color: #296399;
                display: inline-block;
            }

            .go8--testimonial--slider .owl-nav button.disabled:before {
                opacity: 0.5;
                cursor: not-allowed;
            }*/

.go8--testimonial--slider .owl-nav button.owl-prev {
    float: left;
    left: -40px;
}

/*.go8--testimonial--slider .owl-nav button.owl-prev:before {
                    content: "\f104";
                }*/

.go8--testimonial--slider .owl-nav button.owl-next {
    float: right;
    right: -40px;
}

.go8--testimonial--slider .owl-nav button span {
    display: none;
}

.go8--testimonial--slider .owl-carousel .owl-stage-outer {
    z-index: 99;
}

.go8--testimonial--slider .counter {
    font-size: 16px;
    color: #7f7f7f;
    text-align: center;
    margin-top: 20px;
}

    .go8--testimonial--slider .counter span {
        color: #296399;
        font-family: poppinsbold, sans-serif;
    }

body .aboutspan2 .content.go8--tenant-testi--block {
    background: #f6f6f6;
    margin-top: 40px;
}

.inner--ttl {
    margin: 20px 0 0;
    font-size: 16px;
}

.scam--page .static--filter {
    display: none;
}
/* static page css */

/*accodion css */
.ah--accord--wrapper {
    display: block;
    width: 100%;
}

.ah--accord {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ah--accord li {
        display: block;
        width: 100%;
        list-style: none;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        padding: 0;
        margin: 0 0 15px;
        /*border: 1px solid #cfd8df;*/
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #e8eaed;
    }

        .ah--accord li:last-child {
            margin-bottom: 0;
        }

        .ah--accord li .links {
            display: block;
            width: 100%;
        }

            .ah--accord li .links a {
                padding: 16px;
                width: 100%;
                font-size: 18px;
                line-height: 24px;
                color: #303E48;
                box-sizing: border-box;
                position: relative;
                background: none;
                min-height: 60px;
                display: flex;
                align-items: center;
                font-family: 'poppinssemibold', sans-serif;
            }

                .ah--accord li .links a:after {
                    content: '';
                    width: 21px;
                    height: 14px;
                    background: url(/v4/images/chevron-down-solid.svg) no-repeat center;
                    background-size: 100% auto;
                    position: absolute;
                    top: 50%;
                    right: 16px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    display: inline-block;
                }

        .ah--accord li.open .links {
            border-bottom: 1px solid #e8eaed;
        }

            .ah--accord li.open .links a:after {
                transform: translateY(-50%) rotate(180deg);
                -webkit-transform: translateY(-50%) rotate(180deg);
                -moz-transform: translateY(-50%) rotate(180deg);
                -ms-transform: translateY(-50%) rotate(180deg);
                background-size: 100% auto;
                /*filter: brightness(10);*/
            }

.ah--accord--wrapper .accordion-submenu {
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

    .ah--accord--wrapper .accordion-submenu p {
        font-size: 16px;
        line-height: 26px;
        color: #303E48;
        display: block;
        margin: 0 0 15px;
    }

        .ah--accord--wrapper .accordion-submenu p:last-child {
            margin-bottom: 0;
        }

.ah--accord li.open a {
    border-radius: 4px 4px 0 0;
}

    .ah--accord li.open a:after {
    }

.accordion-submenu .cmn--listing ul, .accordion-submenu .cmn--listing ol {
    margin: 0;
}

.accordion-submenu .cmn--listing li {
    box-shadow: none;
    border: none;
    padding: 0 0 0 15px;
}

    .accordion-submenu .cmn--listing li a {
        background: none;
        color: #00A1DF;
    }

        .accordion-submenu .cmn--listing li a:hover {
            color: #303E48;
        }

.static-page .accordion-submenu .cmn--listing {
    margin: 0;
}
/* accordion css */

/* toast guidance css */
.toast--guidance--listing {
    display: block;
    width: 100%;
    margin: 50px 0 0;
}

    .toast--guidance--listing ul {
        padding-left: 20px;
    }

        .toast--guidance--listing ul li {
            font-size: 16px;
            line-height: 24px;
        }

            .toast--guidance--listing ul li strong {
                font-weight: 400;
                font-family: poppinsbold, sans-serif;
            }

        .toast--guidance--listing ul.root--tree {
            margin-top: 25px;
        }
/* toast guidance css */
/* Table structure css start */

.table--list--head {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border-bottom: 1px solid #edeff1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
}

.unit--table--list .table--list--head {
    border-color: #848484;
}

.table--list--row {
    position: relative;
    padding: 0 20px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #edeff1;
    background: rgba(132,132,132,0.1);
}

    .table--list--row:nth-child(2n) {
        background: #ffffff;
    }

.table--list--head > div {
    font-family: 'poppinsmedium';
    font-size: 16px;
    color: #303E48;
    text-align: left;
}

.table--list--head > div,
.table--list--row > div {
    flex: 1;
    flex-shrink: 0;
    flex-grow: 1;
    padding: 0 15px;
}

.table--list--row > div {
    font-family: 'poppinsregular', sans-serif;
    font-size: 16px;
    color: #303E48;
}

    .table--list--head > div:first-child,
    .table--list--row > div:first-child {
        flex: 0.3;
        flex-grow: 0.3;
        padding-left: 0;
    }

    .table--list--head > div:nth-child(2),
    .table--list--row > div:nth-child(2) {
        flex: 0.25;
        flex-grow: 0.25;
    }

    .table--list--head > div:nth-child(3),
    .table--list--row > div:nth-child(3) {
        flex: 0.4;
        flex-grow: 0.4;
        padding-right: 44px;
    }

    .table--list--head > div:last-child,
    .table--list--row > div:last-child {
        flex: 1;
        padding-right: 0;
    }

.align--center {
    text-align: center !important;
}

.border--common {
    border: 1px solid #edeff1;
}
/* Table structure css end */
.stats--counter {
    min-width: 80px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'poppinsbold', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #303E48;
    border: 2px solid #edeff1;
    height: 30px;
    border-radius: 30px;
}

    .stats--counter span {
        line-height: 16px;
        margin-top: 2px;
    }

.stats--counter--sm {
    text-align: center;
    font-size: 12px;
    color: #303E48;
    padding: 0;
    width: 40px;
    height: 24px;
    border: 1px solid #edeff1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-family: 'poppinsmedium';
    background: #ffffff;
}

.share--listing--cnt .body-text {
    margin-bottom: 20px;
}

    .share--listing--cnt .body-text b {
        font-weight: normal;
        font-family: 'poppinssemibold', sans-serif;
        display: block;
    }

.go8--HAshare--icon {
    float: left;
    width: 100%;
    text-align: center;
}

.share--listing--cnt .go8--HAshare--icon {
    float: none;
}

.go8--HAshare--btn {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}

    .go8--HAshare--btn i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 4px;
        font-size: 22px;
        color: #fff;
        display: table;
        margin: auto;
    }

    .go8--HAshare--btn span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #303E48;
        margin: 10px 0 0;
        font-family: poppinsmedium, sans-serif;
    }

.go8--HAshare--icon .fa-facebook-f {
    background: #37559a;
}

.go8--fbShare--btn:hover .fa-facebook-f {
    background: #1b3b84;
}

.go8--HAshare--icon .fa-twitter {
    background: #00aaf2;
}

.go8--twShare--btn:hover .fa-twitter {
    background: #0091cf;
}

.go8--HAshare--icon .fa-file {
    background: #848484;
}

.go8--copyLink--btn:hover .fa-file {
    background: #303E48;
}

.go8--HAshare--btn:hover span {
    color: #007bab;
}


.find--app--modal .newmodalsmallcontainer {
    max-width: 460px;
}

.go8--findApp--ssnField {
    float: left;
    width: 30.4%;
    margin-right: 4%;
}

    .go8--findApp--ssnField.MR0 {
        margin-right: 0;
    }

.findApp--subtitle {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
}

.findApp--subtitle p {
    margin: 10px 0 30px;
    line-height: 26px;
    text-align: center;
}

.findApp--subtitle p span {
    display: inline-block;
}

        .findApp--subtitle p span {
            display: inline-block;
        }

#findmyapp-recaptcha {
    display: table;
    margin: 20px auto 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    background: rgba(10, 10, 10, .9);
    border: none;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: rgba(10, 10, 10, .9) !important;
}

.update-btn-row--flx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.update-btn-row .cmn--btn--stroke {
    margin-right: auto;
}

/** Precheck comparable page css  **/
.precheck-comparable-page .landlord-topnavigation, .precheck-comparable-page .navheader {
    display: none !important;
}

.add--comp--hdr {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}

    .add--comp--hdr .cmn--hdr--ttl {
        margin: 0;
        font-family: poppinssemibold, sans-serif;
        color: #303E48;
        font-size: 32px;
        line-height: 40px;
    }

.precheck-comparable-page .dashboardcontent {
    margin: 74px 0 0;
}

.precheck-comparable-page .comparablespage .dashboardcontent {
    margin-top: 130px !important;
}

.info--tooltip {
    font-size: 16px;
    color: #009DDB;
    margin-left: 4px;
}

a.list-your-property--btn {
    color: white !important;
    border: none;
}

@media screen and (max-width: 575px) {
    .stats--counter {
        height: 28px;
        min-width: 70px;
        padding: 0 10px;
        font-size: 16px;
    }
}

@media screen and (min-width: 480px) {
    .results .listing .photo {
        min-height: 150px;
        max-height: 150px;
        width: 170px;
        float: left;
        margin: 0;
    }

        .results .listing .photo img {
            width: 100%;
            min-height: 150px;
        }

    .results .listing {
        text-align: left;
        padding: 12px;
    }

    .results .basic {
        padding: 0;
    }

    .results .listing .left {
        float: left;
        width: 59%;
        padding: 4px 0 0 12px;
    }

    .results .listing .mobilespan100 {
        width: 100%;
        padding: 3px 0 0 0;
    }

    .results .basic .mobileleft {
        padding: 4px 0 0 0;
    }

    .results .basic .left .info {
        padding: 12px 0 12px 12px;
    }

    .mobileleft b {
        position: static;
        display: inline-block;
        background: none;
        padding: 0 !important;
    }

    .subbold {
        font-weight: normal;
    }

    .detailspage .listing .photo {
        height: 450px;
    }

    .carousel .portrait {
        width: auto;
        max-height: 450px;
    }



    .swipe-wrap div,
    .swipe-wrap .photocontainerparent,
    .detailspage .listing .photocontainer {
        min-height: 450px;
    }

    .resultspage #map_canvas {
        height: 450px;
    }

    .detailspage #map_canvas {
        height: 350px;
    }

    #mappopup {
        top: 100px;
    }

    .photodesc {
        font-size: 12px;
    }

    .results .listing .mobileleft {
        padding: 0;
        width: auto;
    }

    .pagecontainer {
        position: relative;
        min-height: 100%;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
    .ad-position.span30 {
        float: none;
        width: 100% !important;
    }
}

@media screen and (min-width: 800px) {
    /* ----------Global Styles ---------- */

    .desktop {
        display: block;
    }

    .wrapper {
        max-width: 1280px;
        min-width: 1000px;
        margin: 0px auto;
        padding: 0 20px;
    }

    .wrapper2 {
        max-width: 800px;
        margin: 0px auto;
        padding: 0 20px;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .fixed {
        position: fixed;
        top: 30px;
        width: 250px;
    }

    .bc {
        font-size: 26px;
    }

    .general .header {
        padding: 0;
    }

    .modal .content {
        padding: 20px 30px;
        box-shadow: none !important;
        margin: 0 !important;
    }

    .push {
        margin: 0;
    }

    .mobileair,
    .mobileairtop {
        padding: 0;
    }

    .airright {
        padding-right: 12px;
    }

    .airleft {
        padding-left: 12px;
    }

    .spotlightadcontact .form {
        width: 350px;
        margin: 20px 0 0 0;
    }

    .general .leftlinks {
        margin: 50px 0 0 0 !important;
    }

    .ribbon {
        width: 100px;
        height: 100px;
        background-size: 100px 100px !important;
    }

    .extra {
        display: inline-block !important;
    }

    .leftlinks a {
        background: none;
    }

    .hidelinkmobile {
        display: inline-block !important;
    }

    .rightcontainer {
        min-height: 800px;
    }

    .contentcontainermargin {
        margin: 80px 0;
    }

    .contentcontainerpadding {
        padding: 80px 0;
    }

    .backtotop {
        z-index: 400000001;
    }

    .mobilespan40 {
        width: auto;
    }

    .mobilespan60 {
        width: auto;
    }

    .mobilespan100 {
        width: auto;
    }

    .mobileleft {
        float: none;
    }

    .mobileright {
        float: none;
    }

    .mobilecenter {
        text-align: left;
    }

    .mobile-text-left {
        text-align: center;
    }

    .mobileblock {
        display: inline;
    }

    .mobilepushbottom {
        margin-bottom: 0;
    }

    .mobilelink {
        color: #111 !important;
    }

        .mobilelink:hover {
            text-decoration: none;
        }


    /* ---------- Mobile Nav ---------- */

    .mobilelogo {
        display: none !important;
    }

    .mobilemenu {
        display: none !important;
    }

    .mobiletitle {
        display: none !important;
    }

    .mobilenav {
        display: none !important;
    }

    .navheader {
        display: block;
    }


    /* ---------- Nav ---------- */

    .go8mark, nav .menu li a.go8mark {
        background: url(../../images/AffordableHousing/go8-mark-white.png) center no-repeat;
        width: 80px;
        text-indent: -999px;
        background-size: 52px auto;
        min-height: 80px;
    }

    .tenant .go8mark, .tenant nav .menu li a.go8mark {
        background: url(../../images/AffordableHousing/logo-white.png) center no-repeat;
        width: 72px;
        height: 53px;
        text-indent: -999px;
        /*background-size: 52px auto;*/
    }

    .go8logo {
        background: url(../../images/AffordableHousing/go8-logo-white.png) center no-repeat;
        width: 216px;
        text-indent: -999px;
        background-size: 180px auto;
        padding: 17px 14px !important;
    }

    .tenant .go8logo {
        background: url(../../images/AffordableHousing/logo-white.png) center no-repeat;
        width: 72px;
        height: 53px;
        text-indent: -999px;
        /*background-size: 180px auto;
	padding: 20px 14px !important;*/
    }

    nav {
        background: #296399;
        border-bottom: 0px solid #437eb5;
        overflow-y: visible;
        display: block;
    }

        nav .wrapper {
            position: relative;
        }

        nav .menucontainer {
            display: block;
            position: static;
            width: auto;
            height: auto;
            overflow-y: visible;
        }

            nav .menucontainer .left,
            nav .menucontainer .right {
                border-left: 1px solid rgba(255, 255, 255, 0.15);
            }

        nav .menu {
            display: inline-block;
            float: left;
        }

            nav .menu li {
                display: inline-block;
                position: relative;
                float: left;
            }

                nav .menu li a {
                    display: inline-block;
                    font-family: poppinsbold, sans-serif;
                    padding: 19px 15px;
                    position: relative;
                    color: #fff;
                    border: none;
                    border-right: 1px solid rgba(255,255,255,.1);
                    text-shadow: none;
                    font-size: 13px;
                }

                nav .menu li:hover,
                .tempactive {
                    color: #fff;
                    background-color: #2F6F9F !important;
                }

            nav .menu .nohover:hover {
                background-color: #5a9dd0 !important;
            }

    .navheader h2,
    .navheader .right {
        display: inline-block;
        font-size: 26px;
    }

    .navheader .right {
        display: inline-block;
    }

    #navacountlink {
        padding: 12px 24px 28px 46px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 160px !important;
        background: url(../../images/AffordableHousing/my-account-white.png) no-repeat 12px center;
        background-size: 24px auto;
    }

    .navmembershiptype {
        position: absolute;
        bottom: 22px;
        left: 46px;
        right: 0;
        font-weight: normal;
    }

    nav .badge {
        font-size: 10px;
        right: 14px;
        top: 22px;
    }

    nav.nav-badge .badge {
        margin-left: 53%;
        right: auto;
        top: 10px;
    }

        nav.nav-badge .badge.count-position {
            margin-left: 0;
            right: 14px;
            top: 22px;
        }


    nav .primarybutton {
        background: #49ba84;
        font-size: 14px;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        display: inline-block;
        color: #fff !important;
        text-decoration: none !important;
        text-align: center;
        padding: 12px 20px;
        font-family: poppinsbold, sans-serif;
        border: 1px solid #4fa16f;
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.2);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        color: #111;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        padding: 6px 12px;
        border: 1px solid #1e517c;
        margin: 12px 20px 11px 20px;
        display: inline-block;
        display: none;
    }

        nav .primarybutton:hover {
            border: 1px solid #111;
            background: #1dab67;
            color: #fff;
            box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.06);
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        }

    nav .right .primarybutton {
        display: inline-block;
    }

    nav table,
    nav table tbody,
    nav table tr,
    nav table td {
        border-collapse: collapse;
        display: inline-block;
        padding: 0;
        float: left;
    }

    nav .favorites table,
    nav .favorites table tbody,
    nav .favorites table tr,
    nav .favorites table td {
        border-collapse: collapse;
        display: block;
        padding: 0;
        float: none;
    }

    nav .submenu table,
    nav .submenu table tbody,
    nav .submenu table tr,
    nav .submenu table td {
        float: none;
        width: 100%;
    }

    .listyourproperty {
        display: none;
    }

    .noscroll {
        position: static !important;
    }

    .mobilespan48 {
        width: auto;
    }

    .mobilespan50 {
        width: auto;
    }


    /* Submenus */

    .submenu,
    #submenusavedsearches,
    #submenutenantfavorites {
        top: 80px;
        background: rgba(0, 0, 0, 0.6);
        font-size: 14px;
    }

        .submenu .submenuwrapper {
            max-width: 460px;
            margin: 60px auto 60px;
            padding: 20px;
            background: #fff;
            border-radius: 3px;
        }

        #submenufavorites .submenuwrapper,
        #submenusavedsearches .submenuwrapper {
            max-width: 600px;
        }

        .submenu a {
            border: none;
            padding: 20px;
            color: #111;
            background: url(../../images/AffordableHousing/advance.png) no-repeat right center #fff;
            background-size: 28px 16px;
        }

            .submenu a:hover {
                background: #f3f5f6;
                background: url(../../images/AffordableHousing/advance.png) no-repeat right center #f3f5f6;
                background-size: 28px 16px;
            }

    .subnav {
        display: block;
    }

        .subnav a {
            padding: 6px 6px;
            margin: 0 12px 0 0;
            width: auto !important;
        }

    .mobilemenu {
        display: none;
    }

    .submenu .tabs {
        background: none;
    }

    #landlordCta {
        display: inline-block;
    }

    /* ---------- Misc ---------- */

    .span1 {
        margin: 20px 0 0;
    }

    .header ul {
        display: table;
    }

    .header li {
        display: table-cell !important;
    }

    .header a {
        margin: 0 1px;
    }

        .header a:hover {
            background: #fff;
        }

    .header .subnav {
        margin: 0px 0 0 0;
    }

    .general .header h1 {
        font-size: 4em;
    }

    .form {
        padding: 20px;
    }



    .tenantnavigationwrapper a.badgeit {
        padding-right: 56px !important;
    }


    .form .left {
        padding: 0 0 6px;
        float: left;
        width: 45%;
    }

    .form .right {
        padding: 0 0 6px;
        float: right;
        width: 50%;
    }

    .modal .primarybutton,
    .modal .secondarybutton {
        display: inline-block;
    }

    .desktopadwrapper {
        padding: 12px;
        background: #f9f9f9;
        border: 1px solid #ccc;
        margin: 20px 0;
        display: inline-block;
        background: #fff;
    }

    .desktopad2wrapper {
        padding: 12px;
        background: #f9f9f9;
        border: 1px solid #ccc;
        margin: 20px 0;
        display: inline-block;
        background: #fff;
    }

    .span3 .desktopad {
        background: #fff !important;
    }

    #qmregcontinue {
        width: 130px;
    }

    inContentPlaceHolder_TenantRegControl_frmViewReg_imgbtn_Register,
    #ctl00_MainContentPlaceHolder_TenantRegControl_frmViewRegAccessibility_imgbtn_UpdateAdditionalInfo,
    .air #AdContactPanel {
        width: auto;
        width: 200px;
    }

    .registerpopup .form {
        text-align: center;
    }

    .fieldwrapper {
        text-align: left;
        border: 1px solid #ccc;
        padding: 20px 40px;
        border-radius: 5px;
        display: inline-block;
        margin: 0px auto;
        background: #f9f9f9;
    }

    .mobilead {
        padding: 12px;
    }

    #ctl00_MainContentPlaceHolder_TenantRegControl_frmViewReg_imgbtn_Register,
    #ctl00_MainContentPlaceHolder_TenantRegControl_frmViewRegAccessibility_imgbtn_UpdateAdditionalInfo,
    .air #AdContactPanel {
        width: auto;
    }

    .aboutspan3 {
        width: 24%;
    }

    /*.aboutspan3 .content {
        background: #fff;
        margin: 30px 0 0;
    }*/

    .aboutspan2 {
        width: 74%;
        padding: 1px 0;
    }

        .aboutspan2 .content {
            background: #fff;
            padding: 30px 40px;
            margin: 30px 0 0;
        }

    .half {
        width: 48%;
    }

    .mobilefull {
        width: auto;
    }

    .aboutspan2 .air {
        padding: 12px 20px;
    }

    .searchrentalsmap {
        display: block;
    }

    .third {
        width: 33%;
    }

    .aboutspancenter {
        margin: 0 auto;
        width: 100%;
    }

    .facebook {
        min-height: 380px;
    }

    .addthis {
        min-height: 50px;
    }

    .desktoponly {
        display: block;
    }

    .desktoponlyinline {
        display: inline-block;
    }

    .mobileonly {
        display: none;
    }

    .mobileonlyinline {
        display: none;
    }


    /* Home Page */

    header {
        display: block;
    }

    .homepage .search-container {
        max-width: 600px;
        margin: 40px auto 0;
    }

        .homepage .search-container .search-input {
            height: 80px;
            font-size: 1.5em;
            padding: 0 0 0 30px;
            *height: auto;
            width: 62%;
            *padding: 26px;
        }

        .homepage .search-container .search-suggestion {
            height: 80px;
            font-size: 1.5em;
            padding: 0 0 0 30px;
            *height: auto;
            width: 62%;
            *padding: 26px;
            position: absolute;
            color: #CCC;
            border: none;
            z-index: 1;
            top: 0;
            left: 0;
        }

        .homepage .search-container .search-submit {
            background: url(../../images/AffordableHousing/search-icon.png) no-repeat center #4FB27D;
            background-size: 40px auto;
            height: 80px;
        }


    .leaderboardtop {
        padding: 6px 0 0;
    }

    .resultspage .leaderboardtop {
        padding: 6px 0 0;
    }

    .accountcontainerwrapper {
        padding: 20px 0 0;
        min-height: 800px;
    }


    /* ---------- Results Page ---------- */

    .results .tabs {
        padding: 6px 18px 0;
        background: #f9f9f9;
        margin: 0;
        padding: 12px;
        display: block;
        border-bottom: 1px solid #ccc;
    }

        .results .tabs .left a {
            padding: 18px 0px;
            margin: 0 3px -1px 0;
            border-radius: 0 !important;
            border: 1px solid #cfd6d7;
            border-bottom: 1px solid #ccc;
        }

        .results .tabs .left .active {
            border-bottom: 1px solid #fff !important;
        }

        .results .tabs .left {
            float: left;
            padding: 0px 0 0 10px;
            width: 58%;
            text-align: left;
        }

    .results #printlistbutton {
        display: inline-block;
    }

    .results .tabs .listingscount {
        display: block;
        text-align: right;
        margin: 0px 0 0 0;
    }

    #resultsmobilebanner {
        height: auto;
    }

    .resultspage .rightgutter {
        padding: 12px 0 12px 18px;
    }

    .detailspage .rightgutter {
        padding: 0 0 12px 18px;
    }

    .resultspage .pagetitle {
        display: block;
        background: none;
        padding: 18px 0;
        margin: 12px 0 0 0;
        background: #fff;
    }

        .resultspage .pagetitle h1 {
            font-size: 24px;
            float: left;
            display: block;
            margin: 3px 0 0 0;
            width: 65%;
        }

    .mobilerefinesearch,
    .mobilerefinesearchini {
        display: none !important;
    }

    .tabs .listingscount {
        position: static;
    }

    .sort {
        padding: 18px 20px;
    }

        .sort .right {
            padding: 0;
        }

    .spotlightadcontact .basicinfo {
        margin: 40px 0 0 20px;
        display: inline;
    }

    .resultspage .listing {
        font-size: 0.8em;
        background: #fff;
        padding: 0;
        min-height: 174px;
    }

    .results .listing .left .info {
        padding: 14px 0 0 20px;
    }

    .results .listing .photo {
        min-height: 160px;
        max-height: 160px;
        width: 200px;
        margin: 6px;
    }

        .results .listing .photo img {
            min-height: 160px;
        }

    .results .listing .left {
        width: 46%;
        padding: 0;
    }

        .results .listing .left b {
            font-size: 17px;
        }

    .results .listing .right b {
        font-size: 14px;
    }

    .results .listing .subbold {
        font-size: 14px;
    }

    .results .listing .listing_description {
        width: 67%;
        clear: both;
        display: inline-block;
        padding: 0px 5px 0px 20px;
    }

    .results .listing .highlights {
        margin: 0;
        font-size: 11px;
        line-height: 14px;
        min-height: 17px;
    }

    .results .listing .mobileleft {
        float: none;
        width: auto;
        padding: 0;
    }

    .results .listing .right {
        display: block;
        width: 20%;
        float: right;
        position: relative;
    }

    .results .listing .listing-content .right .air {
        padding: 15px 15px 20px 15px;
        text-align: right;
    }

    .results .basic .left .info {
        padding: 20px 0 40px 20px;
        min-height: 112px !important;
        border-left: none;
    }

    .results .listing .address {
        /*position: absolute;*/
        max-height: 38px;
        overflow: hidden;
        width: 280px;
        /*bottom: 12px;*/
        color: #444;
        margin: 0;
        display: block;
        font-style: normal;
        text-decoration: none;
        font-size: 11px;
    }

    #mappopupbasicinfo {
        padding: 20px;
    }

    .paging {
        padding: 20px 12px;
        background: #fff;
        border-top: 1px solid #ccc;
    }

        .paging a,
        .paging span {
            display: inline-block;
            padding: 12px;
            margin: 0 1px;
            background: #EDEFF1;
        }

        .paging .active {
            background: #111;
            color: #fff;
            cursor: default;
        }

    .results .listing .phone {
        display: none;
    }

    .mediumrectangle {
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin: 20px auto;
        width: 380px;
    }

    .resultspage .mediumrectanglecontainer {
        background: #fff;
        padding: 12px 0 12px;
        margin: 0;
        border-top: 1px solid #ccc;
    }

    #map_canvas {
        height: 500px;
    }

    .listviewlink {
        background: url(../../images/AffordableHousing/list-view-ie1.png) no-repeat center;
    }

    .mapviewlink {
        background: url(../../images/AffordableHousing/map-view-ie1.png) no-repeat center;
    }

    .tileviewlink {
        display: none;
    }

    .dealbadge {
        display: inline-block;
    }

    #printlistbutton {
        display: inline-block;
    }

    .resultspage .listing .ribbon {
        width: 80px;
        height: 80px;
        background-size: 80px !important;
    }

    #mapview {
        background: #fff;
        padding: 6px 0;
    }

    .resultspage .listing b {
        font-size: 1.2em;
        padding: 0 0 4px;
    }

    .resultspage .listing {
        font-size: 0.8em;
        margin: 8px 0;
    }

        .resultspage .listing:hover {
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
        }

        .resultspage .listing i {
            font-size: 0.8em;
        }

    .mobilerefine {
        display: none;
    }

    .results {
        margin: 12px 0 0 0;
        background: none !important;
    }

    .refine .air {
        padding: 12px;
    }

    .morerefineoptions .wrapper {
        padding: 20px 0 0;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .mobilerefine .secondarybutton {
        display: inline-block;
        width: auto;
    }

    .resultspage .refine .option {
        padding: 4px 6px;
    }

    .mobilead {
        display: none;
    }

    .refinefixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        border: none;
    }

    .belowfold {
        margin-top: 60px !important;
    }

    .sortselect {
        display: inline-block;
        width: 130px;
    }

    .rentalcount {
        display: block;
    }

    #mappopup {
        right: 30px;
        left: 30px;
        width: auto;
        top: 120px;
    }

        #mappopup .mobileleft {
            width: auto;
        }

        #mappopup .listing .left {
            width: 40%;
        }

        #mappopup .listing {
            margin: 0;
        }

    .mobilehide {
        display: block;
    }

    .mobilehideinlineblock {
        display: inline-block;
    }

    .results {
        padding: 0;
    }

    #rectangle1 {
        margin-bottom: 20px;
    }

    #resultsleaderboardtop,
    #detailsleaderboardtop {
        margin-bottom: 0;
        margin-top: 12px;
        width: auto;
        height: 114px;
        border-radius: 3px;
        display: block;
    }

    .resultspage .refine {
        display: block;
        position: static;
        padding: 0 12px;
        overflow: visible;
        background: none;
    }

    .refine .separator {
        background: #f9f9f9;
        padding: 18px 20px;
        height: auto;
        color: #111;
        position: static;
        border-bottom: 1px solid #ccc;
        line-height: normal;
    }

    .refine .close {
        display: none;
    }

    .refine .wrapper {
        padding: 0;
        position: relative;
    }

    .printlink {
        display: block;
        margin: 0 0 0 6px;
    }

    .listingviews {
        float: right;
    }

        .listingviews div {
            text-indent: 0;
            color: #111;
            background-position: 12px center !important;
            padding: 6px 16px;
            height: auto;
            width: auto;
            background: #f0f2f3 !important;
            border: 1px solid #ccc !important;
        }

    .refine .primarybutton {
        margin: 12px 0 0 0;
        width: 100%;
    }

    .refinesub {
        padding: 0;
        border-radius: 3px;
        margin: 0;
    }

        .refinesub .air {
            padding-top: 0;
        }

    .results .subbold .propertytype {
        display: inline-block;
    }

    .listingviews div:hover,
    .listingviews div:hover {
        background-color: #fff !important;
        color: #303E48 !important;
    }

    .listingviews div.active {
        background-color: #fff !important;
        color: #303E48 !important;
    }

    #printlistbutton {
        display: inline-block;
        color: #111;
        border-radius: 3px;
        text-decoration: none;
        padding: 6px 16px;
        line-height: 30px;
        height: auto;
        width: auto;
        background: #f0f2f3 !important;
        border: 1px solid #ccc !important;
    }

        #printlistbutton:hover {
            background: #fff !important;
        }

    .spotlightads .separator {
        border-bottom: none !important;
    }

    .resources {
        display: block;
    }

    .resultspage .resources,
    .detailspage .resources {
        margin: 12px 0 0 0;
    }

    .resultspage .novouchernecessary {
        margin: 6px 1px 0 0;
    }

    .hidenovouchernecessary {
        display: none;
    }

    .spotlightads {
        display: block;
        margin-top: 8px !important;
        margin: 0;
    }

    .resultspage .span35 {
        display: block;
    }

    .rentalcountmain {
        color: #999;
        padding: 0px 0 0 12px;
        font-size: 12px;
        margin: 16px 0 0 0;
        display: inline-block;
        float: left;
    }

    .results .tabs .left {
        display: block;
    }

    .tabs .left b {
        float: left;
        margin: 14px 0 0 0;
        font-family: poppinsbold, sans-serif;
    }


    /* ---------- Refine Search ---------- */

    .refineddini,
    .refineoption,
    .refinemoreddini {
        cursor: pointer;
        height: 42px;
        border-right: 1px dotted #ccc;
        color: #111;
        padding: 6px 8px;
        box-sizing: border-box;
        position: relative;
    }

    .refinedd,
    .refinemoredd {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        top: 54px;
        padding: 6px 12px 14px;
        background: #fff;
        z-index: 1000;
    }

    .refinemoredd {
        padding: 20px 12px;
        left: auto;
        width: 300px;
    }

    .refineddini.active .refinedd,
    .refinemoreddini.active .refinemoredd {
        display: block;
    }

    .refineddini:after,
    .refinemoreddini:after {
        content: "";
        position: absolute;
        z-index: 1;
        right: 8px;
        top: 50%;
        margin: -4px 0 0 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #999;
    }

    .refineddini.active:after,
    .refinemoreddini.active:after {
        border-top: 0px;
        border-bottom: 8px solid #999;
    }

    .refineoption .primarybuttongreen {
        display: block;
        padding: 0px;
        margin: -10px 0 0 0;
        width: 100%;
        text-indent: -999px;
        height: 50px;
        background: url(../../images/AffordableHousing/search-icon.png) no-repeat center #4FB27D;
        background-size: 30px auto;
    }

    .refinemorelink {
        font-family: poppinsbold, sans-serif;
        color: #111;
        text-align: left;
        font-weight: normal;
        padding: 6px 0 0 0;
        margin: 0;
        border: 0px;
    }

    .refineddini .air,
    .refineoption .air {
        padding: 0 !important;
    }

    .filtercopy {
        display: block;
        padding: 6px 0 0 28px;
        color: #111;
        position: relative;
    }

        .filtercopy:after {
            content: "";
            position: absolute;
            left: 2px;
            top: 6px;
            width: 18px;
            height: 18px;
            opacity: 0.4;
        }

    .filterrent .filtercopy:after {
        background: url(../../images/AffordableHousing/filter-rent.png) center no-repeat;
        background-size: 18px;
    }

    .filterbedroom .filtercopy:after {
        background: url(../../images/AffordableHousing/filter-bedrooms.png) center no-repeat;
        background-size: 18px;
    }

    .filterbathroom .filtercopy:after {
        background: url(../../images/AffordableHousing/filter-bathrooms.png) center no-repeat;
        background-size: 18px;
    }

    .filtertype .filtercopy:after {
        background: url(../../images/AffordableHousing/filter-type.png) center no-repeat;
        background-size: 18px;
    }

    .refine .subfilters {
        border-left: 0px dotted #ccc;
    }

    #filterbathroom .radionojs input[type="radio"] + label {
        display: block;
    }

    .sortby2 {
        display: inline-block !important;
        width: 40% !important;
        margin: 8px 0 0 12px;
        float: left;
        overflow: hidden;
        white-space: nowrap;
    }

    .refine .checkbutton,
    .refine .inlinecheckgroup,
    .refine .inlineradiogroupn {
        font-size: 14px;
    }

    .morerefineoptions {
        display: block;
    }

        .morerefineoptions .refineddini {
            border: none !important;
        }

    #keepposted + label {
        padding-left: 34px;
        text-align: left;
    }

    #savesearchcheckbox {
        margin: -12px 0 0 0;
    }

        #savesearchcheckbox + label {
            line-height: 16px;
            padding-left: 32px;
        }

            #savesearchcheckbox + label:after {
                top: 5px;
            }

            #savesearchcheckbox + label:before {
                top: 9px;
            }

    .refineoption.span5 {
        padding-left: 0;
        padding-right: 0;
    }

    #submenufavorites .listing .leftimportant {
        width: auto;
    }

    .refine .checkbox {
        margin: 6px 0 0 0;
    }

        .refine .checkbox span {
            display: inline-block;
            vertical-align: middle;
        }

    .refine .checkbutton {
        margin: 0 1%;
    }

    .refine .checkbutton,
    .refine .inlinecheckgroup,
    .refine .inlineradiogroup {
        font-size: 12px;
    }

        .refine .checkbutton input[type="checkbox"] + label:after {
            background-size: cover !important;
        }

    .refine .icon-accessible input[type="checkbox"] + label:after {
        content: "\e600";
    }

    .refine .icon-camera input[type="checkbox"] + label:after {
        content: "\e601";
    }

    .refine .icon-pets input[type="checkbox"] + label:after {
        content: "\e603";
    }


    /*  Details Page  */

    .detailspage .county {
        display: inline-block;
    }

    .detailspage .wrapper {
        position: relative;
    }

    .detailspage .updated {
        display: inline-block;
        padding: 0;
        margin: 8px 0 0 0;
    }

    .detailspage .novouchernecessary {
        margin: 8px 0 0 12px;
        position: static;
    }

    .detailspage .hidenovouchernecessary {
        display: none;
    }

    .leftarrow,
    .rightarrow {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 38px;
        font-size: 50px;
        top: 44%;
    }

    .detailspage .listing .photo {
        height: 500px;
    }

    .carousel .portrait {
        width: auto;
        max-height: 100%;
    }

    .swipe-wrap div,
    .swipe-wrap .photocontainerparent,
    .detailspage .listing .photocontainer {
        min-height: 500px;
    }

    .collapseable ul {
        float: left;
        margin: 0 20px;
        width: 40%;
    }

    .detailspage .details ul {
        float: left;
        margin: 0 20px;
        width: 40%;
    }

    .detailspage .span70 .air {
        padding: 30px;
    }

    .contactmodalbg {
        display: none !important;
    }

    .detailspage .header .wrapper {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .detailpagecontact {
        top: 60px;
        bottom: auto;
        padding: 14px;
        display: none;
    }

        .detailpagecontact .desktop {
            display: block;
        }

        .detailpagecontact .phone {
            display: none;
        }

    .mobilead {
        display: none;
    }

    .collapseable {
        display: block;
    }

    .detailspage .header {
        margin: 0 0 12px;
        padding: 26px 24px;
        text-align: left;
    }

        .detailspage .header h1 {
            font-size: 32px;
        }

    .detailspage .actions {
        text-align: center;
        border: none;
        margin: 24px 0 0 0;
    }

        .detailspage .actions .action {
            font-size: 14px;
            width: auto;
            margin: 0 0 0 6px;
            background: #f9f9f9;
            border: 1px solid #E5E7E8;
        }

            .detailspage .actions .action:nth-child(3) {
                border: 1px solid #E5E7E8;
            }

        .detailspage .actions .action {
            padding: 12px 20px;
        }

    #SaveHomeDiv,
    #SaveLandlordDiv,
    #SaveHomeDivDeactivate,
    #SaveLandlordDivDeactivate {
        background: url(../../images/AffordableHousing/favorite-add.png) no-repeat 12px 11px #f9f9f9;
        background-size: 22px !important;
        padding: 12px 12px 12px 40px;
    }

    .actions .active {
        background: url(../../images/AffordableHousing/favorite-remove.png) no-repeat 12px 11px #f9f9f9 !important;
        background-size: 22px !important;
    }

    .results .noresults {
        background: #fff;
    }

    .details {
        margin: 0 0 0;
    }

    .detailspage .listing .ribbon {
        width: 160px;
        height: 160px;
        background-size: 160px !important;
    }

    .photocount {
        display: block;
        left: 12px;
        top: 12px;
    }

    #ctl00_MainContentPlaceHolder_TenantRegControl_UpdatePanel3 .primarybutton {
        margin: 0;
    }

    .map {
        height: 450px;
        margin: 6px 12px;
    }

    .spotlightads .spotlight .info b {
        font-size: 16px;
    }

    .spotlightads .spotlight .info {
        font-size: 12px;
    }

    .spotlightads .spotlight .highlights {
        font-size: 0.8em;
        text-align: center;
        font-size: 12px;
        color: #444;
    }

    .scamslink a {
        display: inline;
    }

    header .currentlocation {
        background: url(../../images/AffordableHousing/location2.png) no-repeat center;
        background-size: 20px 20px;
        right: 17%;
    }

    header .active .currentlocation {
        background: url(../../images/AffordableHousing/location.png) no-repeat center;
        background-size: 20px 20px;
    }

    .detailspage .standardlabel {
        position: absolute;
        right: 20px;
        top: 14px;
        padding: 0;
        text-align: right;
        font-size: 20px;
        color: #333333;
        text-transform: uppercase;
    }

    .detailspage .header .right {
        text-align: right;
    }

    #desktoplinkunittop {
        margin: 18px 0 0 0;
    }

    .fraudalert {
        margin: -18px -24px 0;
    }

        .fraudalert a {
            display: inline-block;
        }

    #favoritehomescontent .listing .leftimportant {
        width: calc(100% - 110px);
    }

    #favoritelandlordscontent .listing .leftimportant {
        width: 100%;
    }

    .mobileclear {
        clear: none;
    }


    /* ---------- Sign Up Page ---------- */

    .signup {
        width: 700px;
    }

        .signup .aboutspan2 {
            width: 440px;
        }

        .signup .loginlink a {
            display: inline;
        }

    .togglepassword {
        padding: 8px;
        right: 8px;
        top: 8px;
    }

    .benefitspage .togglepassword {
        right: 12px;
        top: 13px;
    }

    .passwordinputs input {
        width: 100% !important;
    }


    /* ---------- Great Schools ---------- */

    .gsterms {
        height: 240px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 12px;
    }

    .gssignuppage .gsmodal {
        left: 50%;
        margin-left: -300px;
        width: 600px;
    }

    .gssignuppage .state {
        padding: 0 12px 0 0;
    }

    .gssignuppage .AgeCheckBox {
        margin-top: 0px;
    }

        .gssignuppage .AgeCheckBox td {
            width: 48%;
            float: left;
        }

        .gssignuppage .AgeCheckBox input[type="checkbox"] + label {
            margin: 15px 12px 15px 0;
            width: auto;
            display: block;
            float: left;
            position: relative;
        }


    /* ---------- Spans ---------- */

    .span2 {
        width: 65%;
    }

        .span2 .content {
            margin-top: 20px;
        }

    .span3 {
        width: 32%;
    }

        .span3 .content {
            margin-top: 20px;
        }

    .span4 {
        width: 25%;
    }

        .span4 .content {
            margin-top: 20px;
        }

    .span6 {
        width: 70%;
    }

        .span6 .content {
            margin-top: 20px;
        }


    .span5 {
        width: 50%;
    }

    .span2 .content,
    .span65 .content,
    .span70 .content,
    .span30 .content {
        background: #fff;
    }

    .span10 {
        width: 10% !important;
    }

    .span18 {
        width: 18% !important;
    }

    .span90 {
        width: 90% !important;
    }

    .span95 {
        width: 95% !important;
    }

    .span100 {
        width: 100% !important;
    }

    .span20 {
        width: 20% !important;
    }

    .span80 {
        width: 80% !important;
    }

    .span70 {
        width: 70% !important;
    }

    .span75 {
        width: 75% !important;
    }

    .span60 {
        width: 60% !important;
    }

    .span40 {
        width: 40% !important;
    }

    .span45 {
        width: 45% !important;
    }

    .span55 {
        width: 55% !important;
    }

    .span25 {
        width: 25% !important;
    }

    .span38 {
        width: 38% !important;
    }

    .span48 {
        width: 48% !important;
    }

    .span50 {
        width: 50% !important;
    }

    .span58 {
        width: 58% !important;
    }

    .span33 {
        width: 33% !important;
    }

    .span30 {
        width: 30% !important;
    }

    .span15 {
        width: 15% !important;
    }

    .span65 {
        width: 65% !important;
    }

    .span35 {
        width: 35% !important;
    }

    /* Sign Up Page  */
    .signup {
        width: 700px;
    }

        .signup .aboutspan2 {
            width: 440px;
        }

        .signup .loginlink a {
            display: inline;
        }

    .togglepassword {
        padding: 6px;
        right: 8px;
        top: 6px;
    }

    .benefitspage .togglepassword {
        right: 8px;
        top: 6px;
    }

    .passwordinputs input {
        width: 100% !important;
    }

    .span5 {
        width: 5% !important;
    }

    .span12 {
        width: 12% !important;
    }

    .span8 {
        width: 8% !important;
    }


    /* Inline Checkbox Groups & Inline Radio Groups */

    .inlinecheckgroup,
    .inlineradiogroup {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        .inlinecheckgroup input[type="checkbox"],
        .inlineradiogroup input[type="radio"] {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
        }

            .inlinecheckgroup input[type="checkbox"] + label,
            .inlineradiogroup input[type="radio"] + label {
                position: relative;
                display: block;
                padding: 8px 12px 8px 22px;
                cursor: pointer;
                border: 0px solid #ccc;
                border-right: none;
                color: #999;
                background: #fff;
                text-align: left;
            }

            .inlinecheckgroup input[type="checkbox"]:first-child + label,
            .inlineradiogroup input[type="radio"]:first-child + label {
                border-radius: 3px 0 0 3px;
            }

            .inlinecheckgroup input[type="checkbox"] + label:last-child,
            .inlineradiogroup input[type="radio"] + label:last-child {
                border-radius: 0 3px 3px 0;
                border-right: 0px solid #ccc;
            }

        .inlinecheckgroup .checked,
        .inlineradiogroup .checked {
            color: #111 !important;
            background: url(../../images/AffordableHousing/pt-check.png) no-repeat left center #fff !important;
            border-color: #fff !important;
        }

            .inlinecheckgroup .checked + input[type="checkbox"] + label,
            .inlineradiogroup .checked + input[type="radio"] + label {
                border-left-color: #fff !important;
            }

        .inlinecheckgroup input[type="checkbox"]:focus + label,
        .inlineradiogroup input[type="radio"]:focus + label {
            border-color: #fff !important;
        }

            .inlinecheckgroup input[type="checkbox"]:focus + label + input[type="checkbox"] + label,
            .inlineradiogroup input[type="radio"]:focus + label + input[type="radio"] + label {
                border-left-color: #fff !important;
            }


    /* ---------- Checkbox Buttons ---------- */

    .checkbutton {
        box-sizing: border-box;
        display: inline-block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        .checkbutton input[type="checkbox"] {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
        }

            .checkbutton input[type="checkbox"] + label {
                display: block;
                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;
            }

            .checkbutton input[type="checkbox"]:focus + label {
                border-color: #111 !important;
            }

        .checkbutton .checked {
            color: #fff !important;
            background: #00A1DF !important;
            border-color: #417bac !important;
        }

        .checkbutton input[type="checkbox"] + label:after {
            font-family: 'icon';
            /*speak: none;*/
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            font-size: 32px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-align: center;
            display: inline-block;
            width: 34px;
            height: 34px;
            z-index: 1;
            position: absolute;
            top: 8px;
            margin-left: -17px;
            left: 50%;
        }


    /* Checkbox & Radio Buttons */

    .checkbox input[type="checkbox"],
    .radio input[type="radio"] {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
    }

        .checkbox input[type="checkbox"] + label,
        .radio input[type="radio"] + label {
            display: inline-block;
            margin: 0;
            padding: 0 0 0 24px;
            vertical-align: middle;
            cursor: pointer;
            position: relative;
        }

        .checkbox input[type="checkbox"]:focus + label:after,
        .radio input[type="radio"]:focus + label:after {
            border-color: #111 !important;
        }

        .checkbox input[type="checkbox"] + label:after,
        .radio input[type="radio"] + label:after {
            content: "";
            display: inline-block;
            width: 18px;
            height: 18px;
            background: #f9f9f9;
            border: 1px solid #ccc;
            z-index: 1;
            position: absolute;
            left: 0;
        }

    .checkbox .checked:after,
    .radio .checked:after {
        border: 1px solid #417bac !important;
    }

    .checkbox .checked:before,
    .radio .checked:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #00A1DF;
        position: absolute;
        left: 4px;
        top: 4px;
        z-index: 2;
    }

    .radio input[type="radio"] + label:after {
        border-radius: 100%;
    }

    .radio input[type="radio"]:checked + label:before {
        border-radius: 100%;
    }


    /* ---------- Select Boxes ---------- */

    .select {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        .select select {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
            width: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            cursor: pointer;
        }

            .select select + div {
                background: #fff;
                border-radius: 3px;
                font-size: 16px;
                border: 1px solid #ccc;
                padding: 7px 8px;
                font-size: 14px;
                padding-right: 20px;
                -webkit-appearance: none;
                cursor: pointer;
                box-shadow: none;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                outline: none !important;
                height: 34px;
            }

            .select select:focus + div {
                border-color: #111 !important;
            }

            .select select + div:after {
                content: "";
                position: absolute;
                z-index: 1;
                right: 12px;
                top: 50%;
                margin: -4px 0 0 0;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 8px solid #111;
            }

        .select span {
            display: block;
            margin-right: 24px;
            overflow: hidden;
        }


    /* ----------Sliders ---------- */

    .ui-slider {
        position: relative;
        text-align: left;
        margin: 8px 12px 8px 6px;
    }

        .ui-slider .ui-slider-handle {
            position: absolute;
            outline: none !important;
            z-index: 2;
            width: 24px;
            height: 24px;
            cursor: pointer;
            -ms-touch-action: none;
            touch-action: none;
        }

        .ui-slider .ui-slider-range {
            position: absolute;
            z-index: 1;
            font-size: .7em;
            display: block;
            border: 0;
            background-position: 0 0;
            border: 1px solid #00A1DF;
            background: #00A1DF;
        }

        .ui-slider.ui-state-disabled .ui-slider-handle,
        .ui-slider.ui-state-disabled .ui-slider-range {
            filter: inherit;
        }

    .ui-slider-horizontal {
        height: .8em;
        border: 1px solid #ccc;
        background: #eee;
        border-radius: 3px;
        background: #fff;
    }

        .ui-slider-horizontal .ui-slider-handle {
            top: -7px;
            margin-left: -.6em;
            background: #fff;
            border: 1px solid #417bac;
            border-radius: 24px;
        }

        .ui-slider-horizontal .ui-slider-range {
            top: 0;
            height: 100%;
        }

        .ui-slider-horizontal .ui-slider-range-min {
            left: 0;
        }

        .ui-slider-horizontal .ui-slider-range-max {
            right: 0;
        }

    .desktoponly {
        display: block;
    }

    .desktoponlyinline {
        display: inline-block;
    }

    .mobileonly {
        display: none;
    }

    .mobileonlyinline {
        display: none;
    }


    /* ----------New Modals ---------- */

    .newmodal {
        position: fixed;
        z-index: 600000001;
        border-radius: 5px;
        background: rgba(48, 48, 48, 0.5);
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        overflow-y: auto;
    }

    .newmodalcontainer {
        max-width: 560px;
        margin: 0 auto;
        position: relative;
        background: #fff;
        height: auto;
        transform: translateY(-50%);
        top: 50%;
        border-radius: 6px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        max-height: 100%;
    }

    #recentactivitymodal .newmodalcontainer.recentactivitymodalcontainer {
        max-width: 1000px;
    }

    .newmodalheader {
        position: static;
        background: #00A1DF;
        height: auto;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding: 17px 20px;
    }

    .newmodalclose {
        position: absolute;
    }

        .newmodalclose div {
            background: #fff;
        }

    .newmodalcontents {
        position: static;
        padding: 25px;
        overflow: auto;
        height: auto;
    }

    .newmodalsmallcontainer {
        margin: 40px auto;
    }


    /* ----------Widgets ---------- */

    .widget {
        font-size: 14px;
    }

        .widget .gsname {
            width: 40%;
        }

        .widget .gstype {
            width: 15%;
        }

        .widget .gsgrades {
            width: 15%;
        }

        .widget .gsdistance {
            width: 15%;
        }

        .widget .gsdetails {
            display: block;
        }

        .widget .gsdetails {
            width: 15%;
            text-align: center;
        }

        .widget .googelemap {
            height: 280px;
        }

        .widget .credits {
            font-size: 11px;
        }

        .widget .legend.air {
            float: right;
            padding: 20px 0 32px;
            clear: none;
            width: 60%;
        }

        .widget .legend-copy {
            float: none;
            width: auto;
            display: inline-block;
            margin: 0 0 0 14px;
        }

        .widget .filters {
            line-height: 23px;
            float: left;
            padding: 0px 0px 30px;
        }

    #ctl00_MainContentPlaceHolder_chkMoveReason tr {
        display: table-row;
    }

    #ctl00_MainContentPlaceHolder_chkMoveReason td {
        display: table-cell;
        padding: 0;
    }

    .desktophide {
        display: none;
    }

    /*.span20, .span15, .span25, .span30, .span33, .span40, .span50, .span80 {
    padding: 0 12px 0 0 !important;
}*/

    .primarybutton, .secondarybutton {
        display: inline-block;
        width: auto;
    }

    .wTitle {
        padding: 26px 30px;
        font-size: 20px;
    }

    .wContent {
        background: #fff;
        padding: 36px;
        display: none;
    }

    header {
        display: block;
    }

        header .search {
            display: none;
        }

    .listingwizard .wrapper {
        width: 800px;
        min-width: 800px;
    }

    .listingwizard .input {
        width: 100%;
    }

    .carouselbox {
        width: 100%;
    }

    .row {
        padding: 0;
    }

    .toprow .right {
        display: block;
    }

    .amenities .formheader, .amenities2 .formheader { /*padding: 8px 12px 0;*/
    }

    .amenities .toprow .formheader {
        padding: 0 0 0 0;
    }

    .amenities .right table {
        display: inline-block;
    }

    .utilities .row {
        margin: 0;
    }

    .preview {
        width: 19%;
        margin: 15px 5px;
        padding: 12px;
        float: left;
    }

        .preview .secondarybutton {
            width: 100% !important;
        }

        .preview img {
            width: 100%;
            height: 120px;
        }

    #uploadphoto div {
        display: block;
    }

    .tip {
        position: relative;
    }

    .tip-link {
        display: inline;
    }

    .tip-content {
        display: none;
        position: absolute;
        z-index: 1;
        background: #fff;
        border: 1px solid #111;
        border-radius: 3px;
        width: 300px;
        left: 20px;
        top: -70px;
        padding: 10px;
    }
}


@media screen and (min-width:1280px) and (max-width:1366px) {

    /* carousel css */
    .owl-nav .owl-next {
        right: -15px;
    }

    .owl-nav .owl-prev {
        left: -15px;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    /* modal css */
    #menu_popup .modal--hdr--bar {
        border-radius: 0;
    }

    /* carousel css */
    .owl-nav .owl-next {
        right: -10px;
    }

    .owl-nav .owl-prev {
        left: -10px;
    }
}

@media screen and (max-width:1279px) {
    /* typography */
    .page--heading {
        font-size: 32px;
        line-height: 42px;
    }

    .sub--heading {
        font-size: 22px;
        line-height: 32px;
    }

    .sub--heading2 {
        font-size: 18px;
        line-height: 28px;
    }

    .action--link {
        font-size: 15px;
        line-height: 25px;
    }
    /* typography */

    .static-banner {
        background: url(../../images/AffordableHousing/static-banner-tablet.jpg) no-repeat center top;
        background-size: cover;
    }
}

@media screen and (max-width: 1023px) {

    /** Tabs to slider in responsive css start **/

    .tab .tab-menu.menu--carousel {
        width: 100%;
        padding: 0 36px;
    }

        .tab .tab-menu.menu--carousel .owl-stage-outer {
            padding: 0;
            min-width: 100%;
            max-width: inherit;
            width: 100%;
        }

        .tab .tab-menu.menu--carousel .owl-nav .owl-prev, .tab .tab-menu.menu--carousel .owl-nav .owl-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 10px;
            border: none !important;
            margin: 0;
        }

        .tab .tab-menu.menu--carousel .owl-nav .owl-prev {
            background: url(../../images/AffordableHousing/back-sign.png) no-repeat center !important;
            background-size: 100% auto !important;
            left: 10px;
            right: auto;
        }

        .tab .tab-menu.menu--carousel .owl-nav .owl-next {
            background: url(../../images/AffordableHousing/next-sign.png) no-repeat center !important;
            background-size: 100% auto !important;
            right: 10px;
            left: auto;
        }

            .tab .tab-menu.menu--carousel .owl-nav .owl-prev.disabled, .tab .tab-menu.menu--carousel .owl-nav .owl-next.disabled {
                opacity: 1;
                filter: brightness(10%);
            }

        .tab .tab-menu.menu--carousel .owl-item .tab-menu-link {
            margin: auto;
            display: block;
        }

    /** Tabs to slider in responsive css end **/
}


@media screen and (min-width:768px) and (max-width:1023px) {
    /* modal css */
    #menu_popup .modal--hdr--bar {
        border-radius: 0;
    }

    /* carousel css */
    .owl-nav .owl-next {
        right: -10px;
    }

    .owl-nav .owl-prev {
        left: -10px;
    }

    .copy h2 {
        padding: 0px 0 0;
    }

    .air.span60 p {
        padding: 0;
        margin: 20px 0 20px 0;
    }

    .btn--margin {
        margin: 15px 0;
    }

    .unauthenticated .tenantregistrationpage .tenantregistration {
        max-width: 100%;
        float: none;
    }

    .mobiletitle {
        display: none;
    }

    .tenantregistrationpage {
        margin: auto;
    }

    .static-page .aboutspan2 {
        margin: 0;
        order: 1;
    }

    .aboutspan3 .links a {
        font-size: 14px;
        padding: 12px 20px;
    }

    .static-page .aboutspan3 {
        order: 2;
    }

    .static-banner .pagetitle {
        font-size: 32px;
        line-height: 42px;
    }

    .aboutspan2 .copy p {
        font-size: 14px;
        line-height: 22px;
    }


    .static--filter {
        display: flex;
        right: 30px;
        bottom: 50px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .static--body .static--filter {
        bottom: 120px;
    }

    #staticSidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        height: 100%;
        border-radius: 0;
        z-index: 1111;
        width: 100%;
    }

        #staticSidebar .modal--hdr--bar {
            display: flex;
        }

        #staticSidebar.staticSidebar--show {
            display: block;
        }

    .aboutspan2 .copy h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .static-banner {
        background: url(../../images/AffordableHousing/static-banner-tablet.jpg) no-repeat center top;
    }

    .mobile--filter .static--ad--desktop {
        min-height: inherit;
        margin: 0;
    }
}

@media screen and (max-width:767px) {
    /* typography */
    .page--heading {
        font-size: 24px;
        line-height: 34px;
    }

    .sub--heading {
        font-size: 18px;
        line-height: 28px;
    }

    .sub--heading2 {
        font-size: 16px;
        line-height: 24px;
    }

    .action--link {
        font-size: 14px;
        line-height: 24px;
    }
    /* typography */

    /* pagination mobile start */
    .pagination > li.pagingnone {
        display: none;
    }

    .prev--arrow span, .next--arrow span {
        display: block;
        margin: 0 12px 0 6px;
        font-family: poppinsmedium, sans-serif;
        font-size: 14px;
    }

    .prev--arrow i.pg-prev-arrow {
        margin-left: 8px;
    }

    .next--arrow i.pg-next-arrow {
        margin-right: 8px;
    }

    .next--arrow span {
        margin: 0 6px 0 12px;
    }
    /* pagination mobile end */

    /* modal */
    .modal--hdr--bar {
        border-radius: 0;
        padding: 15px 40px 15px 15px;
    }

    .newmodalsmall {
        background: #fff;
        border-radius: 0;
    }

    .newmodalsmallcontainer {
        max-width: 100%;
        margin: 0 auto;
        transform: none;
        height: 100%;
        top: 0;
        background-size: 100% auto;
    }

    .signup--modal .newmodalsmallcontainer {
        border-radius: 0;
        background: #ffffff url(../../images/AffordableHousing/modal-btm-bg.png) no-repeat bottom center;
    }

    .signup--rt--blk {
        background: none;
    }

    /* carousel css */
    .owl-nav .owl-next {
        right: -15px;
    }

    .owl-nav .owl-prev {
        left: -15px;
    }

    /* common heading */

    .cmn--hdr {
        margin-bottom: 20px;
    }

        .cmn--hdr h2 {
            line-height: 28px;
        }

    /* button css */
    .cmn--btn {
        min-width: 120px;
        line-height: 40px;
        font-size: 16px;
    }

        .cmn--btn.cmn--btn--sm {
            min-width: 80px;
            line-height: 28px;
            font-size: 14px;
        }

    /* ul li listing */
    .cmn--listing li {
        font-size: 14px;
        line-height: 24px;
    }

        .cmn--listing li:before {
            top: 9px;
        }


    /* no result */
    .tnresult--nomatching {
        max-width: 90%;
        margin: 30px auto;
        align-items: center;
        padding: 20px;
        flex-direction: column;
    }

    .tnresult--nomatching--text {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .copy h2 {
        padding: 0px 0 0;
    }

    .btn--margin {
        margin: 15px 0;
    }

    /** my account page css **/
    body .tenantregistration.acnt-cmn-blk {
        padding: 20px;
        background: #fff;
        border-radius: 0;
        box-shadow: none;
    }

    .tenantregistrationpage .acnt-cmn-blk .newmodalcontents {
        padding: 0;
    }

    .acnt-setting-sec, .acnt-setting-inn {
        width: 100%;
    }

    .acnt-stng-form {
        width: 100%;
        padding: 30px;
    }

    .account-hdr h2 {
        font-size: 26px;
        line-height: 26px;
    }

    .account-hdr p {
        font-size: 16px;
        line-height: 28px;
    }

    .acnt-setting-sec {
        margin-top: 30px;
    }

    .account-hdr {
        margin-bottom: 20px;
    }

    .acnt-stng-form {
        margin-top: 0;
    }

    body .tenantaccount {
        margin-top: 20px;
    }

    .acnt-cmn-blk .form--row {
        flex-direction: column;
    }

    .acnt-cmn-blk .mob--side--field, .mob--side--field {
        flex-direction: row;
    }

    .acnt-cmn-blk .field--blk {
        margin-left: 0;
        width: 100%;
    }

    .acnt-cmn-blk .mob--side--field .field--blk {
        width: auto;
        margin-right: 4%;
    }

        .acnt-cmn-blk .mob--side--field .field--blk:last-child {
            margin-right: 0;
        }

    .updt-btn {
        min-width: 150px;
        line-height: 40px;
        padding: 0 10px;
    }

    .acnt-field .gray {
        font-size: 14px;
    }

    .acnt-field .formheader {
        padding: 0;
        margin-bottom: 10px;
    }

    .acnt-field .radio {
        font-size: 14px;
    }

    .tenantaccount {
        width: 100%;
    }

    .pagecontainer {
        padding-bottom: 145px;
        position: relative;
    }

    .footer {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .success-alert {
        padding: 10px;
        margin-bottom: 15px;
    }

    .signinpage .success-alert {
        width: 100%;
        margin: 0;
        padding-left: 50px;
    }

        .signinpage .success-alert p {
            font-size: 14px;
        }

    .infomsg-blue i {
        font-size: 20px;
    }

    .acnt--field--row .acnt-field {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .update-btn-row {
        margin-top: 20px;
    }

    .rental-alert-blk .acnt-field {
        margin-bottom: 10px;
    }

    .scl--field--row .social--lbl {
        width: 40%;
        font-size: 16px;
    }

    .scl--field--row .scl--connected--lbl {
        width: 60%;
        padding: 0 10px;
    }

    .control--lbl {
        width: calc(100% - 60px);
    }

    .connected--text {
        font-size: 14px;
    }

        .connected--text i {
            font-size: 20px;
        }

    .scl--connected--lbl h6 {
        font-size: 14px;
        justify-content: center;
    }

    .scl--field--row .update-btn-row {
        width: 60%;
        margin: 10px 0;
    }

    .social--lbl i img {
        width: 75%;
    }

    .scl--field--row {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    body .wrapper.tenantregistrationpage {
        padding: 0 !important;
    }

    .global--home .pagecontainer {
        padding-top: 0 !important;
    }

    .freq--dropdown {
        width: 100%;
        margin-bottom: 5px;
    }

    .adtnl--info--blk .acnt--field--control {
        width: 100%;
        padding-left: 0;
        justify-content: flex-start;
    }

    .acnt--field--control .gray {
        flex-shrink: 1;
    }

    .acnt--field--row .gray {
        text-align: left;
    }

    .adtnl--info--blk .acnt--field--lbl {
        width: 100%;
        margin-bottom: 20px;
    }

    .acnt--page--dummy img {
        max-width: 100%;
    }

    .scl--mail--note {
        display: block;
    }

        .scl--mail--note p {
            text-align: justify;
        }

        .scl--mail--note i {
            float: left;
        }

    .move--info {
        flex-direction: column;
    }

        .move--info .acnt--field--lbl {
            width: 100%;
        }

        .move--info .acnt--field--control {
            width: 100%;
            padding: 0;
            justify-content: space-between;
            align-items: center;
        }

        .move--info .acnt-cntrol-row {
            width: 100%;
            padding-right: 0;
            margin-bottom: 15px;
        }

            .move--info .acnt-cntrol-row:last-child {
                margin-bottom: 0;
            }

        .move--info .control--lbl {
            width: auto;
            margin-right: 15px;
        }


    body .date--field input {
        width: 140px !important;
        margin-top: 10px;
    }

    .mobiletitle {
        display: none;
    }

    input[type="date"].date--control--field, .date--control--field {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        background: url(../../images/AffordableHousing/mbl-calendar.png) no-repeat center right;
        border: 1px solid rgba(132,132,132,0.3);
        height: 36px;
    }

        input[type="date"].error-validation, .date--control--field.error-validation {
            border: 1px solid #b7312c;
            border-left: 3px solid #b7312c;
            min-height: 36px;
        }

    html body input.date--placeholder--field {
        width: calc(100% - 37px) !important;
    }
    /** my account page css **/

    /*static page css */
    /*.aboutspan2 .copy h1, .aboutspan2 .copy h2, .aboutspan2 .copy h3 {
        font-size: 1.5em;
    }*/

    .static-page .aboutspan2 {
        margin: 0;
        order: 1;
        width: 100%;
    }

    .aboutspan2 .copy h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .faqbackbutton {
        padding-left: 0;
    }

    .static-page .separator, .aboutspan2 .copy h2 {
        font-size: 16px;
        line-height: 26px;
    }

    .aboutspan3 .links a {
        font-size: 14px;
        padding: 12px 20px;
    }

    .static-page .aboutspan3 {
        order: 2;
    }

    body .aboutspan2 .content {
        padding: 20px;
    }

    .aboutspan3 .content {
        margin-left: 0;
        margin-right: 0;
    }

    .static-banner {
        height: 140px;
        margin-bottom: 30px;
        padding: 0 15px;
        background: url(../../images/AffordableHousing/static-banner-mobile.jpg) no-repeat center top;
    }

        .static-banner:before {
            background: rgba(0,0,0,0.35)
        }

    .dashboardcontent .copy {
        margin-top: 20px;
    }

    .static-banner .pagetitle {
        font-size: 30px;
    }

    body .aboutspan2 .staticpage-cnt {
        padding: 20px;
    }

    .aboutspan3.left {
        width: 100%;
        margin-top: 20px;
    }

    .staticpage-cnt h4 {
        font-size: 16px;
    }

    .aboutspan2 .copy p {
        font-size: 14px;
        line-height: 22px;
    }

        .aboutspan2 .copy p a {
            word-break: break-all;
        }

    .staticpage-cnt ul li, .staticpage-cnt ol li {
        font-size: 14px;
        line-height: 26px;
    }

    .contactus-cnt .half.left, .contactus-cnt .half.right {
        width: 100%;
        border: none;
        padding: 0;
    }

    .form-checbox-rt {
        padding: 10px 0 0;
    }

    .contactus-cnt .half.right {
        margin-top: 30px;
    }

    .serve-passion ul li {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(132,132,132,0.3);
        border-radius: 0;
    }

        .serve-passion ul li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

        .serve-passion ul li i {
            margin-bottom: 20px;
            height: auto;
        }

    .go8--testimonial--hdr i {
        width: 80px;
        height: 80px;
    }

        .go8--testimonial--hdr i img {
            width: 40px;
        }

    .go8--testimonial--hdr h6 {
        font-size: 20px;
    }

    .go8--testimonial--hdr {
        margin-bottom: 20px;
    }

    .go8--testimonial--slider .item {
        width: 100%;
    }

    .static-banner .pagetitle {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }

    .fair-housing-banner .pagetitle {
        font-size: 24px;
        line-height: 30px;
    }

    body .aboutspan2 .staticpage-cnt {
        padding: 20px;
    }

    .static--filter {
        display: flex;
    }

    #staticSidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        height: 100%;
        border-radius: 0;
        z-index: 1111;
    }

        #staticSidebar .modal--hdr--bar {
            display: flex;
        }

        #staticSidebar.staticSidebar--show {
            display: block;
        }

    .aboutspan2 .copy h1 {
        font-size: 18px;
        line-height: 28px;
    }


    /*static page css */

    /* accordion css */
    .ah--accord li .links a {
        font-size: 14px;
        line-height: 24px;
        min-height: 40px;
    }

        .ah--accord li .links a:after {
            width: 17px;
            background-size: 100% auto;
        }

    .ah--accord--wrapper .accordion-submenu {
        padding: 15px;
    }

        .ah--accord--wrapper .accordion-submenu p {
            font-size: 14px;
            line-height: 24px;
        }
    /* accordion css */

    .aboutspan2 {
        margin-left: 0;
    }

    .go8--HAshare--btn {
        margin: 0 10px;
    }

    .modal--cls--btn {
        padding: 13px;
    }

    /** Precheck comparable page css **/
    .add--comp--hdr .cmn--hdr--ttl {
        font-size: 24px;
        line-height: 34px;
    }

    .precheck-comparable-page .comparablespage .dashboardcontent {
        margin-top: 22px !important;
    }
    /** Precheck comparable page css **/
}

@media screen and (min-width:200px) and (max-width:767px) {
    input[type="date"].date--control--field, .date--control--field {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        background-color: #fff;
        border: 1px solid rgba(132,132,132,0.3);
        height: 36px;
        color: #303e48 !important;
    }

    input[type="date"]::-webkit-datetime-edit {
        text-align: left;
    }

    /* For Firefox */
    input[type="date"]::-moz-placeholder {
        text-align: left;
    }

    /* For Edge */
    input[type="date"]::-ms-input-placeholder {
        text-align: left;
    }

    input[type="date"].error-validation, .date--control--field.error-validation {
        border: 1px solid #b7312c;
        border-left: 3px solid #b7312c;
        min-height: 36px;
    }

    html body input.date--placeholder--field {
        width: calc(100% - 37px) !important;
    }

    .ah--accord--wrapper .accordion-submenu {
        padding: 15px;
    }

    .reset--pwd--blk {
        width: 100%;
        border-radius: 0 0 4px 4px;
    }

        .reset--pwd--blk .modal--hdr--bar {
            border-radius: 4px 4px 0 0;
        }
}

@media screen and (max-width: 320px) {
    .cmn--btn {
        padding: 0 10px;
    }
}

.AdsDefaultHeight {
    min-height: 90px;
}

.AdsRecttHeight {
    min-height: 250px;
}

.static--ad {
    margin: 15px auto;
    display: flex;
    justify-content: center;
    float: left;
}

.static--ad--desktop {
    min-height: 90px;
    width: 100%;
}


@media screen and (max-width: 767px) {
    .static--ad--desktop, .AdsDefaultHeight, body .rental--ad {
        min-height: 50px;
    }

    .mobile--filter .static--ad--desktop {
        min-height: inherit;
        margin: 0;
    }

    .tnresult--googlead .AdsRecttHeight {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.pagecontainer {
    padding-bottom: 601px !important;
    /*padding-top: 181px;*/
}

    .pagecontainer:after {
        content: '';
        width: 100%;
        display: table;
    }

    .ha-landing-resp .pagecontainer {
        padding-bottom: 595px !important;
    }

.global--footer {
    background-color: #303d48;
    padding: 0 0 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
}

.brand--footer {
    padding: 0px !important;
}

.tnresults--footer .global--footer {
    position: relative;
}

.tnresults--footer .wrapper {
    min-width: inherit;
}

.tnresults--footer .global--footer p.tnresults--desc br {
    display: none;
}

.tnresults--footer--blk1 {
    width: 85%;
    float: left;
    padding-right: 50px;
}

.tnresults--footer--blk2 {
    margin-right: 80px;
    float: left;
}

.tnresults--footer .tnresults--footer--blk2 {
    margin-right: 37px;
}

.tnresults--footer--copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}

.tnresult--footer--left {
    width: 50%;
    float: left;
    font-size: 16px;
}

.tnresult--footer--right {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 16px;
}

.tnresults--footer--logo {
    margin-bottom: 20px;
}

    .tnresults--footer--logo img {
        width: 192px;
    }

.tnresult--footer--left img {
    vertical-align: bottom;
    margin-right: 10px;
}

.tnresults--desc {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.footer--title {
    font-size: 24px;
    font-family: poppinsmedium;
    font-weight: 400;
    margin-bottom: 20px;
}

ul.footer--link {
    margin: 0;
    padding: 0;
}

    ul.footer--link li {
        list-style-type: none;
        margin-bottom: 3px;
    }

        ul.footer--link li a {
            color: #fff;
            font-size: 16px;
            line-height: 22px;
        }

            ul.footer--link li a i {
                margin-right: 5px;
                font-size: 20px;
                width: 25px;
                text-align: center;
            }

            ul.footer--link li a:hover {
                opacity: .7;
            }

ul.footer--link-sub {
    margin-top: 30px;
}

.twitterx-icon {
    height: 16px;
    width: 25px;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(273deg) brightness(107%) contrast(103%);
    margin-right: 5px;
    float: inline-start;
    position: relative;
    text-align: center;
}

.twitterx-icon.blue {
    filter: invert(55%) sepia(74%) saturate(2944%) hue-rotate(162deg) brightness(90%) contrast(103%);
}

    .twitterx-icon img {
        height: 100%;
    }

a:hover .twitterx-icon.blue {
    filter: invert(19%) sepia(4%) saturate(3231%) hue-rotate(163deg) brightness(95%) contrast(85%);
}

.tnresults--social {
    display: block;
}

    .tnresults--social a {
        margin-right: 20px;
        font-size: 40px;
        color: #fff;
        opacity: 0.4;
        float: left;
    }

        .tnresults--social a i {
            float: left;
        }

        .tnresults--social a:hover {
            opacity: 1;
        }

.ftr--top {
    width: 100%;
    padding: 15px 0;
    background: #00A1DF;
    display: block;
}

    .ftr--top .wrapper {
        display: flex;
        align-items: center;
        min-height: 110px;
    }

    .ftr--top .ftr--logo {
        margin-right: 180px;
    }

    .tnresults--footer .ftr--top .ftr--logo {
        margin-right: 30px;
    }

        .ftr--top .ftr--logo img {
            width: 300px;
        }

.ftr--links--row {
    padding: 40px 0 0;
    width: 100%;
    display: block;
}

.tnresult--footer--right ul.footer--link li {
    margin: 0;
    padding: 0;
}

    .tnresult--footer--right ul.footer--link li img {
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

.brand--pdp--body {
    padding-bottom: 200px !important;
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .tnresults--footer .tnresults--footer--blk1, .tnresults--footer .tnresults--footer--blk2 {
        width: auto;
        float: none;
        padding-right: 0;
        clear: both;
    }

    .tnresults--footer .tnresults--social {
        padding-bottom: 25px;
        overflow: hidden;
    }

    .tnresults--footer .tnresult--footer--left, .tnresults--footer .tnresult--footer--right {
        width: auto;
        float: none;
        text-align: left;
    }

    .tnresults--footer ul.footer--link li {
        width: 50%;
        float: left;
    }

    .tnresults--footer .tnresult--footer--left ul.footer--link li {
        width: 100%;
    }

    .ftr--btm--row {
        display: flex;
        justify-content: space-between;
    }

    .tnresults--footer--blk2 {
        margin: 0;
    }

    .ftr--top .wrapper {
        min-height: inherit;
    }

    .ftr--top .ftr--logo {
        margin-right: 30px;
    }

        .ftr--top .ftr--logo img {
            width: 220px;
        }
    .tnresults--footer .ftr--top .wrapper {
        display: block;
    }

    .tnresults--footer .ftr--top .ftr--logo {
        margin-bottom: 10px;
        display: block;
    }

    .tnresults--footer .ftr--btm--row {
        display: block;
    }
    .tnresults--footer .tnresults--footer--copyright {
        display: block;
    }
    .tnresults--footer .tnresult--footer--right ul.footer--link li {
        width: 100%;
        float: none;
    }
    .tnresults--footer .tnresults--footer--blk2 {
        margin-right: 0;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .pagecontainer {
        padding-bottom: 551px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .pagecontainer {
        padding-bottom: 0 !important;
    }

    .tnresults--footer {
        position: inherit;
    }

    .tnresults--footer--blk1 {
        width: 80%;
    }

    .tnresults--desc br {
        display: none;
    }

    .tnresults--footer--blk2 {
        margin: 0;
    }

        .footer--title {
            font-size: 18px;
        }

    .global--footer {
        position: static;
        margin: 0px 0 0;
    }

    ul.footer--link li {
        margin-bottom: 0;
    }

        ul.footer--link li a {
            font-size: 15px;
        }

    .tnresults--footer .global--footer {
        padding-bottom: 174px;
    }

    .ftr--top .wrapper {
        min-height: inherit;
    }

    .ftr--top .ftr--logo {
        margin-right: 30px;
    }

        .ftr--top .ftr--logo img {
            width: 220px;
        }

    .ftr--btm--row {
        display: flex;
        justify-content: space-between;
    }
}


@media screen and (min-width:320px) and (max-width:767px) {
    .pagecontainer {
        padding-bottom: 0 !important;
    }

    .global--footer {
        padding: 0 0 25px 0;
        position: static;
        margin-top: 0px;
    }

    .ftr--top {
        padding: 20px 0;
    }

        .ftr--top .wrapper {
            min-height: inherit;
            flex-direction: column;
            align-items: flex-start;
        }

        .ftr--top .ftr--logo {
            margin-right: 0;
        }

            .ftr--top .ftr--logo img {
                width: 210px;
            }

    .tnresults--footer .global--footer {
        padding-bottom: 164px;
    }

    .tnresults--footer--blk1 {
        width: 100%;
        padding: 0 0 20px;
    }

    .tnresults--desc br {
        display: none;
    }

    .tnresults--footer--blk2 {
        width: 100%;
        margin: 0 0 30px;
    }

    .tnresults--desc {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .tnresults--social a {
        font-size: 30px;
    }

    ul.footer--link li {
        width: 50%;
        float: left;
        padding: 0 15px 0 0;
        box-sizing: border-box;
    }

        ul.footer--link li:nth-child(2n) {
            padding-right: 0;
        }

        ul.footer--link li a {
            font-size: 14px;
            line-height: 18px;
        }

    .tnresult--footer--left {
        width: 100%;
        font-size: 14px;
    }

        .tnresult--footer--left ul.footer--link li {
            width: 100%;
            display: flex;
            align-items: center;
        }

            .tnresult--footer--left ul.footer--link li img {
                margin-right: 5px;
                width: 25px;
            }

    .tnresult--footer--right ul.footer--link li {
        width: 100%;
    }

        .tnresult--footer--right ul.footer--link li img {
            width: 22px;
        }

    .tnresult--footer--right {
        width: 100%;
        margin: 10px 0 0;
        text-align: left;
    }

    .tnresults--footer--logo img {
        width: 150px;
    }

    .tnresults--footer--copyright {
        margin-top: 0;
        flex-direction: column;
    }

    .ftr--links--row {
        padding-top: 30px;
    }

    .footer--title {
        font-size: 18px;
    }
}

@media screen and (min-width:560px) and (max-width:767px) {
    ul.footer--link li {
        width: 33.33%;
    }

    .tnresult--footer--left {
        width: 50%;
    }

    .tnresult--footer--right {
        width: 50%;
        margin: 0;
        text-align: right;
    }

    .ftr--top .wrapper {
        flex-direction: row;
        align-items: center;
    }

    .ftr--top .ftr--logo {
        margin-right: 30px;
    }

    .tnresults--footer--blk2 {
        width: 33.33%;
    }

    ul.footer--link li {
        width: 100%;
        padding-right: 0;
    }

    .footer--title {
        min-height: 52px;
    }

    .tnresults--footer--copyright {
        flex-direction: row;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ftr--top .ftr--logo img {
        height: 82px;
    }
    .ftr--top .wrapper {
        height: 150px;
    }
}

.home--banner {
    display: flex;
    align-items: center;
    height: 480px;
    background: url(/images/AffordableHousing/ah-home-banner-new.webp) no-repeat center top;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    padding: 95px 0 30px;
}

    .home--banner .wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

.home--banner--title {
    font-size: 48px;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    margin: 0 0 30px;
    line-height: 68px;
    letter-spacing: 0.77px;
    font-family: 'poppinssemibold', sans-serif;
}

.get--started--section {
    display: inline-block;
    width: 100%;
    margin: 40px 0 0;
}

.get--started--listing,
.section8--housing--program--listing{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.get--started--blk,
.housing--program--blk {
    width: 32.5%;
    background: #ffffff;
    text-align: center;
    padding: 30px 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

.get--know--blk {
    width: 32.5%;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    min-height: 350px;
}

.get--know--blk:hover {
    box-shadow: 0 0 20px rgba(48,62,72,0.3);
}

.get--know--blk:hover .get--know-detail--hd {
    color: #ffb500;
}

.get--know--blk img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    display: block;
}

.get--know--blk:hover img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.started--icon {
    display: block;
    margin-bottom: 20px;
    min-height: 90px;
    text-align: center;
}

.started--title {
    font-size: 24px;
    color: #303E48;
    font-family: 'poppinsmedium';
    margin: 0 0 20px;
    line-height: 32px;
}

.get--started--blk p {
    font-size: 16px;
    line-height: 26px;
    color: #303E48;
    margin-bottom: 30px;
}

.get--started--blk:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
}

.listings--count {
    flex: 1;
    font-size: 16px;
    color: #303E48;
    font-family: 'poppinsmedium';
}

.hdr--view--link {
    flex: 1;
    text-align: right;
}

    .hdr--view--link a {
        font-size: 16px;
        color: #00A1DF;
        /*font-family: 'poppinsmedium';*/
    }

        .hdr--view--link a i {
            margin-left: 5px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

        .hdr--view--link a:hover {
            color: #000;
        }

            .hdr--view--link a:hover i {
                transform: translateX(5px);
                -webkit-transform: translateX(5px);
            }

.home--benefits--section {
    display: inline-block;
    width: 100%;
    padding: 50px 0 30px;
}

.home--benefits--flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.home--benefits--lt {
    max-width: 50%;
    padding-right: 50px;
}

.guide--text {
    font-size: 20px;
    color: #303E48;
    font-family: 'poppinssemibold', sans-serif;
    margin: 0 0 30px;
    display: block;
}

.bene--title--text {
    font-size: 34px;
    color: #303E48;
    line-height: 40px;
    display: block;
    margin: 0 0 30px;
    font-family: 'poppinssemibold', sans-serif;
}

.home--benefits--rt {
    width: 30%;
}

.home--bene--links {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .home--bene--links li {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        justify-content: space-between;
    }

        .home--bene--links li:last-child {
            margin-bottom: 0;
        }

.bene--link--cont {
    flex: 2;
}

    .bene--link--cont h4 {
        font-size: 20px;
        color: #303E48;
        font-family: 'poppinssemibold', sans-serif;
        margin: 0 0 10px;
        line-height: 20px;
    }

    .bene--link--cont a {
        font-size: 14px;
        color: #00A1DF;
        font-family: 'poppinsmedium';
        display: flex;
        align-items: center;
        line-height: 20px;
    }

        .bene--link--cont a i {
            margin-right: 10px;
            font-size: 20px;
        }

        .bene--link--cont a:hover {
            color: #303E48;
        }

.ad-blk {
    text-align: center;
    margin: 40px 0 0;
}

.hosing--authorities--section {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
}

.renter--tips--section {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
}

.renter--tips--slider {
    display: inline-block;
    width: 100%;
}

.renter--tip--blk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}

.renter-img {
    width: calc(100% - 190px);
    height: 340px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

    .renter-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.renter--tip--dtl {
    position: absolute;
    width: 370px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: #ffffff;
    border-radius: 4px;
    padding: 40px;
    box-shadow: 0 0 6px 4px rgba(0,0,0,0.03);
}

    .renter--tip--dtl h4 {
        display: block;
        font-size: 18px;
        color: #303E48;
        line-height: 28px;
        font-family: 'poppinsmedium';
        margin: 0;
    }

    .renter--tip--dtl p {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 48px;
        line-height: 1;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 24px;
        color: #303E48;
        margin: 10px 0 0;
    }

    .renter--tip--dtl span {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-family: 'poppinsmedium';
        color: #00A1DF;
        margin: 20px 0 0;
        cursor: pointer;
    }

        .renter--tip--dtl span i {
            margin-left: 7px;
            font-size: 18px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

        .renter--tip--dtl span:hover {
            color: #303E48;
        }

            .renter--tip--dtl span:hover i {
                transform: translateX(5px);
                -webkit-transform: translateX(5px);
            }


.reter--tip-popup .newmodalsmallcontainer {
    max-width: 600px;
}

.reter--tip-popup .modal--popup--title {
    font-size: 20px;
    padding-right: 15px;
}

body .renter--pop--middle {
    max-height: 510px;
    overflow-y: auto;
    padding: 25px;
}

.renter--pop--middle p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    letter-spacing: 0.01px;
}

    .renter--pop--middle p:last-child {
        margin-bottom: 0;
    }

/* Affordable Rentals Card */
.homepage--tncard {
    width: 32.5%;
    margin: 0 15px 0 0;
    float: left;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-radius: 4px;
    min-height: 355px;
}

    .homepage--tncard.last--tncard {
        margin: 0;
    }

    .homepage--tncard .tnresult--img {
        position: relative;
        max-height: 250px;
        overflow: hidden;
        min-height: 250px;
        background: #b3b3b3;
        border-radius: 4px 4px 0 0;
    }

        .homepage--tncard .tnresult--img img {
            width: 100%;
            max-height: 250px;
        }

    .homepage--tncard .property--card--top {
        top: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        position: absolute;
        z-index: 1;
    }

    .homepage--tncard .featured--tag {
        float: left;
    }

    .homepage--tncard .property--tag {
        border-radius: 6px;
        background-color: #164c72;
        border: 1px solid rgba(255,255,255,.5);
        font-size: 11px;
        text-transform: uppercase;
        color: #ffffff;
        padding: 4px 10px 5px;
        margin-right: 1px;
        font-family: 'poppinsmedium';
        min-width: 70px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .homepage--tncard .property--fav--share {
        float: right;
    }

        .homepage--tncard .property--fav--share a {
            width: 29px;
            height: 24px;
            display: block;
            background: url(../images/AffordableHousing/addtofav.svg) no-repeat 0 0;
        }

            .homepage--tncard .property--fav--share a:hover {
                background: url(../images/AffordableHousing/addtofav-h.svg) no-repeat 0 0;
            }

    .homepage--tncard .property--card--bottom {
        bottom: 0;
        left: 0;
        width: 100%;
        position: absolute;
        padding: 10px 5px;
        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;
        z-index: 1;
    }

    .homepage--tncard .property--photo {
        width: 20%;
        float: left;
    }

        .homepage--tncard .property--photo img {
            vertical-align: bottom;
            margin-right: 3px;
        }

    .homepage--tncard .tnresult--communityname {
        width: 78%;
        float: right;
        text-align: right;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 3px;
    }

    .homepage--tncard .tnresult--price {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .homepage--tncard .tnresult--desc {
        padding: 10px;
        position: relative;
    }

    .homepage--tncard .voucher--cnt {
        display: inline-block;
        vertical-align: top;
        margin-left: 3px;
    }

    .homepage--tncard .available--txt {
        color: #529D3F;
        text-align: right;
        width: 35%;
        float: right;
        font-size: 12px;
    }

    .homepage--tncard .available--green--text {
        color: #547d1e;
    }

        .homepage--tncard .available--green--text em {
            background: #547d1e;
            width: 5px;
            height: 5px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            border-radius: 50%;
        }

    .homepage--tncard .tnresult--bedbath-row {
        display: block;
        margin-bottom: 8px;
    }

    .homepage--tncard .tnresult--bedbath {
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
        font-weight: 500;
    }

    .homepage--tncard .tnresult--bedbath-row em {
        font-style: normal;
        margin: 0 5px;
        display: inline-block;
        vertical-align: top;
        color: #787878;
        font-weight: 400;
        font-size: 13px;
    }

    .homepage--tncard .tnresult--propertytype {
        color: #303E48;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        margin-top: 1px;
        float: right;
    }

    .homepage--tncard .tnresult--propertyaddress {
        color: #848484;
        font-size: 12px;
        overflow: hidden;
        min-height: 28px;
    }

.housing--authorities--cnt .housing--authorities--card {
    width: 32.5%;
    margin: 25px 15px 0 0;
    float: left;
    background: #ffffff;
    border-radius: 4px;
    min-height: 135px;
    padding: 10px;
}

    .housing--authorities--cnt .housing--authorities--card.last--hacard {
        margin-right: 0;
    }

.housing--authorities--cnt .housing--authorities--l {
    width: 67%;
    float: left;
    line-height: 26px;
}

.housing--authorities--cnt .housing--authorities--r {
    width: 33%;
    float: right;
}

.housing--authorities--cnt h3.ha--heading {
    font-size: 18px;
    color: #00A1DF;
    font-family: 'poppinsmedium';
    margin-bottom: 15px;
}

    .housing--authorities--cnt h3.ha--heading a {
        font-size: 16px;
        color: #00A1DF;
    }

        .housing--authorities--cnt h3.ha--heading a:hover {
            color: #303E48;
        }

    .housing--authorities--cnt h3.ha--heading span {
        font-size: 14px;
        color: #303E48;
        display: block;
        font-family: 'poppinsregular';
    }

.housing--authorities--cnt .housing--authorities--address {
    font-size: 14px;
    color: #848484;
    margin-bottom: 5px;
}

.housing--authorities--cnt .housing--authorities--waitinglist {
    font-size: 12px;
}

    .housing--authorities--cnt .housing--authorities--waitinglist.green--text {
        color: #547d1e;
    }

        .housing--authorities--cnt .housing--authorities--waitinglist.green--text span {
            background: #547d1e;
            width: 5px;
            height: 5px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            border-radius: 50%;
        }

    .housing--authorities--cnt .housing--authorities--waitinglist.gray--text {
        color: #303E48;
    }

        .housing--authorities--cnt .housing--authorities--waitinglist.gray--text span {
            background: #303E48;
            width: 5px;
            height: 5px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            border-radius: 50%;
        }

.housing--authorities--cnt .ha--logo--cnt {
    border: 5px solid #edeff1;
    background: #ffffff;
    position: relative;
    text-align: center;
    min-height: 125px;
    margin-top: -40px;
    margin-bottom: 10px;
    border-radius: 10px;
}

    .housing--authorities--cnt .ha--logo--cnt img {
        position: absolute;
        max-width: 85%;
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
    }

.housing--authorities--cnt .ha--online--application a {
    display: block;
    font-size: 12px;
    color: #303E48;
    border: 1px solid #303E48;
    padding: 0 5px;
}

    .housing--authorities--cnt .ha--online--application a:hover {
        background: #303E48;
        color: #ffffff;
    }

.homelowercontent2 {
    padding: 40px 0;
}

body .tnresults--popular--searches .popular--searches--row {
    padding: 0;
    margin: 50px 0 0;
}

body .near-by-listing .featured-listing {
    margin-top: 30px;
}

body .homelowercontent2 .most-featured-listing {
    margin: 0;
}

.welcome--cnt--area {
    background: #fff;
    padding: 24px 0;
    box-shadow: 0px 5px 10px rgba(48,62,72,0.1)
}

.welcome--logo {
    width: 25%;
    float: left;
    padding-right: 30px;
    font-size: 18px;
    font-family: poppinssemibold, sans-serif;
    line-height: 32px;
}
.welcome--logo span {
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-family: poppinsbold;
}

.welcome--logo i {
    color: #00A1DF;
    font-style: normal;
}

.welcome--logo em {
    display: block;
    font-style: normal;
    color: #848484;
    font-size: 14px;
    font-family: poppinsmedium;
}

    .welcome--text p {
        margin-top: 0;
        margin-bottom: 0;
        color: #848484;
        font-size: 18px;
    }

    .welcome--text a.cmn--btn {
        display: inline-block;
        vertical-align: middle;
    }

    .welcome--text span {
        color: #ff6B36;
        font-family: poppinsmedium, sans-serif;
    }

    .welcome--text a {
        font-family: poppinsmedium, sans-serif;
    }

.welcome--cnt {
    display: block;
}

.section8--housing--program {
    margin-top: 40px;
}

.housing--program--blk {
    padding: 20px 20px 30px;
}

.housing--program--row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.housing--program--row i {
    width: 88px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #EDEFF1;
    border-radius: 4px;
    margin-right: 15px;
    flex-shrink: 0;
}

.housing--program--row span {
    font-size: 22px;
    line-height: 34px;
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
    text-align: left;
}

.housing--program--row i img {
    display: block;
    flex-shrink: 0;
}

.housing--program--blk p {
    text-align: left;
    margin: 16px 0 30px;
    min-height: 156px;
}

.housing--program--blk .cmn--btn--lg {
    min-width: 278px;
}
.welcome--text a.cmn--btn.list--property--btn {
    display: none;
}
.home--banner--search {
    width: 650px;
}
.welcome--hd {
    font-size: 24px;
    font-family: 'poppinssemibold', sans-serif;
    margin-bottom: 12px;
}
.welcome--hd span {
   color: #00A1DF;
   font-family: 'poppinssemibold', sans-serif;
}
.get--know--details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,0.9) 100%);
    color: #ffffff;
    padding: 24px;
    height: 100%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}
.get--know-detail--hd {
    font-size: 32px;
    font-family: 'poppinssemibold', sans-serif;
    line-height: 40px;
    margin-bottom: 10px;
}
.get--know-detail--desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.get--know--details a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    font-family: 'poppinssemibold', sans-serif;
    color: #ffffff;
}
.get--know--details a:hover {
    color: #00A1DF;
    text-decoration: none;
}


.home--banner .blink--anim:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    box-sizing: border-box;
    z-index: 11;
    pointer-events: none;
    animation-name: flash;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes flash {
    0% {
        background-color: rgba(0,161,223, 0.1);
        border: 2px solid rgba(0,161,223,1);
    }

    50% {
        background-color: transparent;
        border: 2px solid transparent;
    }

    100% {
        background-color: rgba(0,161,223, 0.1);
        border: 2px solid rgba(0,161,223,1);
    }
}

/* media css */
@media screen and (min-width:1200px) and (max-width:1499px) {
.home--banner--title {
    font-size: 42px;
}
.get--know-detail--desc, .get--know--details a {
    font-size: 16px;
}
.get--know-detail--hd {
    font-size: 30px;
}
}

@media screen and (min-width:1024px) and (max-width:1300px) {
    .owl-nav button.owl-next {
        right: -12px;
    }

    .owl-nav button.owl-prev {
        left: -12px;
    }

    .page--top--scroll {
        right: 30px;
    }

    .get--started--blk p {
        min-height: 72px;
    }

        .get--started--blk p br {
            display: none;
        }

    .cmn--hdr h2 {
        flex: 1.5;
    }

    .home--banner {
        background: url(/images/AffordableHousing/ah-banner-laptop.webp) no-repeat center;
        background-size: cover;
        height: 370px;
    }

        .home--banner .wrapper {
            width: 100%;
        }

    .welcome--logo {
        font-size: 16px;
        padding-right: 20px;
    }
    .welcome--logo span {
        font-size: 18px;
        line-height: 18px;
    }

    .welcome--text {
        padding-left: 20px;
    }

    .welcome--text p {
     /*width: calc(100% - 160px);*/
        line-height: 24px;
    }
}

@media screen and (max-width: 1230px) {
    .housing--program--blk p br {
        display: none;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .housing--program--row span {
        font-size: 20px;
        line-height: 30px;
    }
    .housing--program--row i {
        width: 78px;
        height : 72px; 
    }
    .housing--program--row i img {
        width: 54px;
    }
    .housing--program--row i img.revolist--logo {
        width: 68px;
    }

}

@media screen and (min-width:1024px) and (max-width:1110px) {
    .housing--program--blk p {
        min-height: 182px;
    }
    .started--title {
        font-size: 22px;
    }
    .home--banner--title {
        font-size: 40px;
        margin: 0 0 20px;
        line-height: 48px;
    }
    .welcome--hd {
        font-size: 22px;
    }
    .welcome--text p {
        font-size: 16px;
    }
    .welcome--cnt--area {
        padding: 20px 0;
    }
    .welcome--hd {
        margin-bottom: 10px;
    }
    .get--know--blk {
        min-height: inherit;
    }
    .get--know-detail--hd {
        font-size: 28px;
        line-height: 36px;
    }
    .get--know--details a {
        font-size: 16px;
    }
    .get--know-detail--desc {
        font-size: 14px;
        line-height: 22px;
    }
    .get--know--details {
        padding: 20px;
    }
}

    @media screen and (min-width:768px) and (max-width:1023px) {
        .wrapper {
            padding: 0 15px !important;
        }

    .home--banner {
        height: 380px;
        background: url(/images/AffordableHousing/ah-banner-tablet.webp) no-repeat center;
        background-size: cover;
    }

            .home--banner .wrapper {
                width: 100%;
            }

        /*.cmn--hdr h2 {
            flex: inherit;
            order: 1;
            font-size: 18px;
            color: #303E48;
            text-align: center;
        }*/

        .hdr--view--link {
            margin-top: 15px;
        }

        .listings--count {
            order: 2;
            margin-top: 15px;
        }

        .cmn--hdr {
            flex-wrap: wrap;
        }

        .hdr--view--link {
            order: 3;
        }

    .started--title {
        font-size: 20px;
        min-height: 45px;
    }

        .get--started--blk {
            padding: 20px 10px;
            width: 32%;
            margin-right: 1%;
        }

            .get--started--blk:last-child {
                margin-right: 0;
            }

            .get--started--blk .cmn--btn--md {
                min-width: inherit;
                width: 100%;
            }

            .get--started--blk p {
                min-height: 80px;
            }

                .get--started--blk p br {
                    display: none;
                }

        .home--benefits--lt {
            width: 60%;
            padding-right: 20px;
        }

        .bene--title--text {
            font-size: 30px;
            line-height: 42px;
        }

        .home--benefits--rt {
            width: 40%;
        }


        .renter--tip--blk {
            flex-direction: column;
        }

        .renter--tips--slider {
            margin: 0;
        }

        .renter-img {
            width: 100%;
            height: 200px;
            border-radius: 4px 4px 0 0;
        }

            .renter-img img {
                height: auto;
            }

        .renter--tip--dtl {
            position: static;
            width: 100%;
            border-radius: 0 0 4px 4px;
            padding: 20px;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
        }

            .renter--tip--dtl h4 {
                min-height: 44px;
            }

                .renter--tip--dtl h4 br {
                    display: none;
                }

            .renter--tip--dtl p {
                min-height: 72px;
            }

        .page--top--scroll {
            right: 30px;
            bottom: 50px;
        }

        .global--home .pagecontainer {
            padding-top: 0 !important;
        }

        .cmn--hdr--nopagi h2 {
            flex: 2;
            text-align: left;
        }

        .cmn--hdr--nopagi .hdr--view--link {
            flex: 1;
            margin-top: 0;
        }

        .homelowercontent2 {
            padding: 20px 0;
        }

        .ad-blk, .hosing--authorities--section, .get--started--section, .renter--tips--section {
            margin-top: 20px;
        }

            .renter--tips--section .owl-nav .owl-prev, .renter--tips--section .owl-nav .owl-next {
                top: 45%;
            }

        .hdr--view--link a {
            font-size: 14px;
        }

        .renter--tips--section .owl-nav .owl-prev, .renter--tips--section .owl-nav .owl-next {
            position: static;
            transform: none;
        }

        .welcome--logo {
            width: auto;
            float: none;
            padding-right: 0;
            margin-bottom: 0;
            border-right: none;
            font-size: 16px;
        }

    .welcome--text {
        width: auto;
        float: none;
        padding-left: 0;
        line-height: 26px;
        border-left: none;
    }

        .welcome--logo span {
            display: inline-block;
            font-size: 18px;
        }

        .welcome--cnt {
            flex-direction: column;
        }

        .welcome--logo em {
            display: inline-block;
            font-size: 12px;
        }

        .welcome--text p {
            line-height: 22px;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .welcome--text a.cmn--btn.list--property--btn {
            margin: auto;
            width: 240px;
            display: block;
        }

        .static-page .aboutspan2 {
            width: 100%;
        }

        .welcome--hd {
            font-size: 18px;
            margin-bottom: 5px;
        }
        .welcome--cnt--area {
            padding: 20px 0;
        }
        .get--know-detail--hd {
            font-size: 28px;
            line-height: 36px;
        }
        .get--know-detail--desc {
            font-size: 16px;
        }
        .home--banner--search {
            width: 500px;
        }
        .home--banner--title {
            font-size: 38px;
            line-height: 48px;
            margin-bottom: 20px;
        }
    }

@media screen and (min-width:820px) and (max-width:1023px) {
    .housing--program--blk p {
        min-height: 130px;
    }
}

    @media screen and (min-width:320px) and (max-width:767px) {
        body .wrapper {
            padding: 0 15px !important;
        }

    .home--banner {
        height: 300px;
        padding: 30px 0 15px;
        background: url(/images/AffordableHousing/ah-banner-mbl.webp) no-repeat center;
        background-size: cover;
        justify-content: flex-end;
    }

            .home--banner .wrapper {
                padding: 0 15px !important;
                width: 100%;
            }

        .home--banner--title {
            font-size: 25px;
            line-height: 25px;
            text-align: center;
            margin-bottom: 10px;
            display: inline-block;
            border-radius: 6px;
            background: rgba(48,62,72,0.7);
            padding: 5px 15px;
        }

        .cmn--hdr h2 {
            flex: inherit;
            order: 1;
            width: 100%;
            font-size: 18px;
            color: #303E48;
            text-align: center !important;
        }

        .listings--count {
            order: 2;
        }

        .cmn--hdr {
            flex-wrap: wrap;
        }

        .hdr--view--link {
            order: 3;
            flex: 1.5;
            margin-top: 10px;
            text-align: center;
        }

        .get--started--listing {
            flex-direction: column;
        }

        .get--started--blk {
            width: 100%;
            margin-bottom: 20px;
            padding: 20px;
        }

            .get--started--blk:last-child {
                margin-bottom: 0;
            }

        .home--benefits--section {
            padding: 30px 0 0;
        }

        .home--benefits--flex {
            flex-direction: column;
        }

        .home--benefits--lt {
            max-width: 100%;
            padding: 0;
            margin-bottom: 50px;
        }

        .guide--text {
            margin-bottom: 15px;
        }

        .bene--title--text {
            font-size: 24px;
            line-height: 34px;
            font-family: 'poppinsregular';
            margin-bottom: 15px;
        }

        .home--benefits--lt .cmn--btn--bdr {
            min-width: inherit;
            width: 100%;
        }

        .home--benefits--rt {
            width: 100%;
        }

        .page--top--scroll {
            right: 15px;
            bottom: 15px;
            width: 50px;
            height: 50px;
            font-size: 18px;
        }

        .started--title {
            font-size: 18px;
            margin-bottom: 0;
            min-height: inherit;
            line-height: 26px;
        }

        .get--started--blk p {
            min-height: inherit;
            margin-top: 10px;
            font-size: 14px;
            line-height: 24px;
        }

        .renter--tip--blk {
            flex-direction: column;
        }

        .renter--tips--slider {
            margin: 0;
        }

        .renter-img {
            width: 100%;
            height: 200px;
            border-radius: 4px 4px 0 0;
        }

        /*.renter-img img {
            height: auto;
        }*/

        .renter--tip--dtl {
            position: static;
            width: 100%;
            border-radius: 0 0 4px 4px;
            padding: 20px;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
        }

            .renter--tip--dtl h4 {
                min-height: 84px;
            }

                .renter--tip--dtl h4 br {
                    display: none;
                }

            .renter--tip--dtl p {
                font-size: 14px;
            }

        .renter--pop--middle {
            max-height: inherit;
        }

        .listings--count {
            font-size: 14px;
            margin-top: 15px;
        }

        .hdr--view--link a {
            font-size: 14px;
        }

        .cmn--hdr--nopagi h2 {
            flex: 2;
            text-align: left;
        }

        .cmn--hdr--nopagi .hdr--view--link {
            flex: 1;
            margin-top: 0;
        }

        .reter--tip-popup .newmodalsmallcontainer {
            max-height: 100vh;
            max-width: 100%;
        }

        .reter--tip-popup .renter--pop--middle {
            max-height: calc(100vh - 83px);
            overflow-y: auto;
            height: auto;
            padding: 15px;
        }

        .homelowercontent2 {
            padding: 20px 0;
        }

        .ad-blk, .hosing--authorities--section, .get--started--section, .renter--tips--section {
            margin-top: 40px;
        }

        .reter--tip-popup .modal--popup--title {
            font-size: 16px;
            line-height: 26px;
        }

        .get--started--blk .cmn--btn {
            min-width: 172px;
        }

        .renter--tips--section .owl-nav .owl-prev, .renter--tips--section .owl-nav .owl-next {
            position: static;
            transform: none;
        }

        body .tnresults--popular--searches .popular--searches--row {
            margin-top: 20px;
        }

        body .near-by-listing {
            padding: 0;
        }

        .welcome--logo {
            width: auto;
            float: none;
            padding-right: 0;
            margin-bottom: 5px;
            text-align: center;
            font-size: 16px;
            line-height: 24px;
        }

            .welcome--logo span {
                font-size: 18px;
                display: inline-block;
            }

            .welcome--logo em {
                font-size: 12px;
            }

        .welcome--text {
            width: auto;
            float: none;
            padding-left: 0;
            font-size: 13px;
            border-left: none;
        }

        .welcome--cnt {
            flex-direction: column;
        }

        .welcome--hd {
            font-size: 16px;
            margin-bottom: 8px;
        }

        .welcome--cnt--area {
            padding: 18px 0;
        }

        .welcome--text p {
            display: block;
            width: 100%;
            padding: 0;
            line-height: 20px;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .welcome--text a.cmn--btn {
            margin-top: 10px;
        }

        .section8--housing--program--listing, .get--started--listing {
            flex-direction: column;
        }

        .housing--program--blk {
            width: 100%;
            margin-bottom: 20px;
        }

        .housing--program--row span {
            font-size: 18px;
        }

        .housing--program--row i {
            width: 68px;
            height: 64px;
        }

            .housing--program--row i img {
                max-width: 45px;
            }

                .housing--program--row i img.revolist--logo {
                    max-width: 58px;
                }

        .housing--program--blk .cmn--btn--lg {
            min-width: 256px;
        }
    .housing--program--blk p {
        min-height: inherit;
    }
        .welcome--text a.cmn--btn.list--property--btn {
            margin: auto;
            width: 240px;
            display: block;
        }

        .get--know--blk {
            width: auto;
            min-height: inherit;
            margin-top: 15px;
        }

        .home--banner--search {
            width: auto;
            text-align: center;
        }

        .get--know-detail--hd {
            font-size: 20px;
            line-height: 28px;
        }

        .get--know-detail--hd br {
            display: none;
        }

        .get--know-detail--desc {
            font-size: 14px;
            line-height: 20px;
        }
    }

    @media screen and (max-width:413px) {
        .home--banner .wrapper {
            width: 360px;
            float: none;
        }
    }


    @media screen and (max-width:374px) {
        .home--banner--title {
            font-size: 21px;
            line-height: 21px;
        }

        .cmn--hdr h2 {
            font-size: 16px;
        }
    }

    @media screen and (min-width:575px) and (max-width:767px) {
        .renter--tip--dtl p {
            min-height: 72px;
        }

        .page--top--scroll {
            bottom: 80px;
        }

        .get--started--listing {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .get--started--blk {
            width: 49%;
            margin-right: 2%;
        }

            .get--started--blk:last-child, .get--started--blk:nth-child(2n) {
                margin-right: 0;
            }

            .get--started--blk p {
                min-height: 72px;
            }
    }


    @media screen and (min-width:575px) and (max-width:1023px) {
        .section8--housing--program--listing, .get--started--listing {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .housing--program--blk, .get--know--blk {
            width: 49%;
            margin-right: 2%;
            margin-bottom: 20px;
        }

        .section8--housing--program--listing .housing--program--blk:nth-child(2), .get--know--blk:nth-child(2) {
            margin-right: 0;
        }

        .housing--program--row i {
            width: 68px;
            height: 64px;
        }

            .housing--program--row i img {
                max-width: 45px;
            }

                .housing--program--row i img.revolist--logo {
                    max-width: 58px;
                }

        .housing--program--row span {
            font-size: 18px;
            line-height: 28px;
        }
        .get--know--blk {
            min-height: inherit;
        }
    }


    @media screen and (min-width:575px) and (max-width:900px) {
        .reter--tip-popup .newmodalsmallcontainer {
            max-height: calc(100vh - 60px);
        }

        .reter--tip-popup .renter--pop--middle {
            max-height: calc(100vh - 112px);
            overflow-y: auto;
            height: auto;
        }
    }

    @media screen and (max-width: 320px) {
        .housing--program--blk {
            padding: 20px 15px 30px;
        }
    }

    /* media css */


button:focus {
    outline: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:hover {
    text-decoration: none;
}

#header {
    padding: 15px;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111101;
    box-sizing: border-box;
}

.top--sticky--ad .top--ad {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 1110;
    box-shadow: 0 5px 10px rgba(48, 62, 72, 0.1);
    background: #fff;
}

#header .header--inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.owner-body #header,
.ha-body #header {
    padding: 10px 15px;
}

.enterprise--owner--pdp .owner-body #header,
.enterprise--owner--pdp .ha-body #header {
    padding: 15px;
}

.owner-body .inner--logo img,
.ha-body .inner--logo img {
    width: 188px;
}

.enterprise--owner--pdp .owner-body .inner--logo img,
.enterprise--owner--pdp .ha-body .inner--logo img {
    width: 220px;
}

.owner-body .top--ad, .ha-body .top--ad {
    display: none;
}

/*.owner-body .details--page .top--ad {
    display: block;
}
*/
.hdr--lt {
    flex: 2.5;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.ah--logo {
    width: 220px;
}

.inner--logo img {
    float: left;
    width: 220px;
    /*portal css*/
    max-height: 60px;
    /*portal css End*/
}

.ah--logo--resp {
    display: none;
}

.hdr--menu {
    margin-left: 40px;
}

.hdr--menu--links {
    display: flex;
    align-items: center;
    margin: 0;
}

    .hdr--menu--links li {
        margin-right: 25px;
        position: relative;
    }

    .hdr--menu--links .ha--desktop--menu--item {
        margin-right: 30px;
    }

    .hdr--menu--links li:last-child {
        margin-right: 0;
    }

    .hdr--menu--links li .menu--link {
        font-size: 16px;
        color: #303E48;
        position: relative;
        padding: 8px 0;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .hdr--menu--links li .menu--link:after {
            content: '';
            width: 0;
            height: 2px;
            background: #00a1df;
            position: absolute;
            bottom: -5px;
            right: 0;
            transition: all 0.3s ease-in-out;
        }

        .hdr--menu--links li .menu--link:hover, .hdr--menu--links li.active .menu--link {
            color: #00A1DF;
        }

        .hdr--menu--links li .menu--link i {
            display: inline-block;
            margin-left: 7px;
            font-size: 14px;
        }

/*.hdr--menu--links li.active .menu--link:after {
            right: inherit;
            width: 100%;
            left: 0;
        }*/


.hdr--sub--menu {
    position: absolute;
    top: 45px;
    left: 0;
    width: 240px;
    background: #ffffff;
    border-bottom: 4px solid #00A1DF;
    border-radius: 6px;
    box-shadow: 0 3px 8px 3px rgba(0,0,0,0.1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    z-index: 13;
}

    .hdr--sub--menu a, .hdr--sub--menu span {
        float: left;
        width: 100%;
        padding: 10px 15px;
        color: #000;
        font-size: 16px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        line-height: 26px;
        cursor: pointer;
        box-sizing: border-box;
    }

        .hdr--sub--menu a:hover, .hdr--sub--menu span:hover {
            background: #00A1DF;
            color: #ffffff;
        }

        .hdr--sub--menu a:first-child, .hdr--sub--menu span:first-child {
            border-radius: 5px 5px 0 0;
        }

        .hdr--sub--menu a:last-child, .hdr--sub--menu span:last-child {
            border-bottom: none;
        }

.hdr--menu--links li:hover .hdr--sub--menu {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.hdr--rt {
    flex: 2;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.chat--with--us a {
    display: flex;
    align-items: center;
}

    .chat--with--us a img {
        margin-right: 10px;
    }

    .chat--with--us a span {
        font-weight: bold;
    }

.hdr--sign--links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

    .hdr--sign--links li {
        margin-left: 20px;
    }

        .hdr--sign--links li:first-child {
            margin-left: 0;
        }

        .hdr--sign--links li a, .hdr--sign--links li span {
            font-size: 16px;
            line-height: 16px;
            float: left;
            color: #303E48;
            cursor: pointer;
        }


            .hdr--sign--links li a:hover, .hdr--sign--links li span:hover {
                color: #00A1DF;
            }

            .hdr--sign--links li a.cmn--btn, .hdr--sign--links li span.cmn--btn {
                line-height: 40px;
                padding: 0 10px;
            }

                .hdr--sign--links li a.cmn--btn:hover, .hdr--sign--links li span.cmn--btn:hover {
                    color: #303E48;
                }

body .mbl--menu--icon, .mbl--main--menu {
    display: none;
}

.ah--signout--link {
    display: none;
}

    .ah--signout--link a {
        font-size: 14px;
        color: #ffffff;
    }

.header--inner--pages .ah--signout--link a {
    color: #303E48;
}

.wl-form .header--inner--pages #header {
    position: fixed;
}

.header--inner--pages #header {
    background: #ffffff;
    border-bottom: 1px solid #ebeef4;
    /*position: relative;*/
}

.header--inner--pages .inner--logo {
    display: block;
}

.header--inner--pages .logo--wt {
    display: none;
}

.logged--rt--hdr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .logged--rt--hdr .cmn--btn {
        margin-left: 30px;
    }

.searches--card .cmn--btn {
    margin-left: 0px;
}

.fav--link {
    margin: 0 0 0 10px;
    position: relative;
}

.fav--main--link {
    font-size: 16px;
    color: #303E48;
    cursor: pointer;
}

    .fav--main--link span {
        display: flex;
        align-items: center;
    }

        .fav--main--link span:hover {
            color: #00a1df;
        }

    .fav--main--link i {
        margin-right: 5px;
        display: inline-block;
        font-size: 24px;
        color: #303E48;
    }

        .fav--main--link i img {
            float: left;
        }

.header--inner--pages .fav--main--link {
    color: #303e48;
}

    .header--inner--pages .fav--main--link i {
        color: #303e48;
    }

.favourite--dropdownmenu {
    width: 510px;
    background: #fff;
    position: absolute;
    top: 40px;
    right: 0;
    border-radius: 6px;
    box-shadow: 0 2px 7px -1px rgba(0,0,0,0.5);
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    z-index: 1000;
}

    .favourite--dropdownmenu:before {
        content: '';
        width: 27px;
        height: 12px;
        background: url(../images/AffordableHousing/drop-top-arw.png) center center no-repeat;
        position: absolute;
        top: -12px;
        right: 10px;
    }

.favourite--dropdownhd {
    font-size: 20px;
    color: #303E48;
    margin: 0 0 25px;
    padding: 0;
    font-family: 'poppinsbold';
    text-align: center;
}

.favourite--tabcontainer--main {
    display: block;
}

.favourite--tabcontainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid #cad1d6;
}

    .favourite--tabcontainer .favourite--tablink {
        flex: 1;
        margin: 0;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #393939;
        text-transform: none;
        border-radius: 6px 6px 0 0;
        position: relative;
        font-family: 'poppinsbold';
        text-transform: uppercase;
        cursor: pointer;
    }

        .favourite--tabcontainer .favourite--tablink:after {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            background: #00A1DF;
            left: 0;
            bottom: -2px;
            display: none;
        }

        .favourite--tabcontainer .favourite--tablink.favourite--tablink-active, .favourite--tabcontainer .favourite--tablink:hover {
            color: #00A1DF;
        }

            .favourite--tabcontainer .favourite--tablink.favourite--tablink-active:after, .favourite--tabcontainer .favourite--tablink:hover:after {
                display: block;
            }

.favourite--tabcontainer--details {
    display: block;
    clear: both;
    min-height: 85px;
    padding: 15px 0 15px;
}

    .favourite--tabcontainer--details .noresults {
        padding: 0 1px;
        display: flex;
        align-items: center;
        height: auto !important;
    }

        .favourite--tabcontainer--details .noresults h6 {
            font-size: 18px;
            font-family: 'poppinsmedium';
            color: #303E48;
            margin: 0;
        }

        .favourite--tabcontainer--details .noresults p {
            font-size: 15px;
            line-height: 24px;
            color: #303E48;
            margin: 10px 0 0;
        }

.fav--norslt--msg {
    padding-left: 30px;
}

.usr--dropdown {
    width: auto;
    align-items: center;
    position: relative;
    display: flex;
    color: #303E48;
    flex-shrink: 0;
    cursor: pointer;
    user-select: none;
    margin-left: 15px;
}

    .usr--dropdown i {
        width: 40px;
        height: 40px;
        background: #00A1DF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #ffffff;
    }

.usr--name--blk {
    margin: 0 10px;
    flex-direction: column;
    display: flex;
    text-align: left;
}

.usr--name {
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 130px;
    text-transform: capitalize;
    color: #303E48;
}

.membership--name {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #848484;
    margin: 5px 0 0;
}

.usr--arw.user--gear--icon,
.usr--arw.user--gear--icon svg {
    width: 20px;
    height: 20px;
}

.usr--arw svg path {
    fill: #303E48;
}

.usr--drop--list {
    position: absolute;
    right: 0;
    width: 246px;
    background: #ffffff;
    border-radius: 6px;
    text-align: left;
    top: 50px;
    padding: 0;
    box-shadow: 0 2px 7px -30px rgba(0,0,0,0.5);
    display: none;
    box-shadow: 0 2px 7px -1px rgba(0,0,0,0.5);
    z-index: 1111;
}

    .usr--drop--list:before {
        content: '';
        width: 27px;
        height: 12px;
        background: url(../images/AffordableHousing/drop-top-arw.png) center center no-repeat;
        position: absolute;
        top: -12px;
        right: 10px;
    }

.benefits--btn {
    display: block;
    width: calc(100% - 30px);
    line-height: 43px;
    border: 1px solid #C69926;
    border-radius: 4px;
    background-color: #ffb500;
    text-align: center;
    font-size: 16px;
    color: #303E48;
    margin: 10px auto;
}

    .benefits--btn:hover {
        background: #f2b92e;
        color: #303E48;
    }

.usr--drop--links {
    display: block;
    margin: 0;
}

    .usr--drop--links li {
        display: block;
        padding: 0;
    }

        .usr--drop--links li a, .usr--drop--links li span {
            font-size: 14px;
            color: #303E48;
            padding: 12px 15px 10px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            display: block;
            line-height: 17px;
            cursor: pointer;
        }

        .usr--drop--links li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

em.property--tag {
    font-style: normal;
}

.usr--drop--links li:last-child a, .usr--drop--links li:last-child span {
    margin-bottom: 0;
    border-bottom: none;
}

.usr--drop--links li a:hover, .usr--drop--links li span:hover {
    background-color: rgba(159,203,237,0.3);
    color: #007BAB;
}

.header--inner--pages .usr--dropdown {
    color: #00A1DF;
}


.header--inner--pages .usr--drop--list {
}
/** top navigation css **/
/* menu popup */
.ah--modal--main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999910;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
}

.ah--modal--dialog {
    background: #F6F8FB;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.menu--open .ah--modal--dialog {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}


.signup--rt--blk .mbl--mid--cont {
    padding: 0;
}

.mbl--log--bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px;
}

.mbl--logo a {
    float: left;
}

    .mbl--logo a img {
        float: left;
    }

.mbl--sign--btn {
    flex: 1 1 0;
    background: #ffffff;
    font-size: 16px;
    color: #000;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 55px;
}

    .mbl--sign--btn:first-child {
        margin-right: 15px;
    }

    .mbl--sign--btn:hover {
        background: #2a79bd;
        color: #ffffff;
    }

.mbl--links--blk {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 15px 25px;
    background: #ffffff;
}

    .mbl--links--blk .mbl--links--listing.ha-mbl-links li a {
        padding-left: 50px !important;
    }

.ha-mbl-arrow {
    position: absolute;
    right: 16px;
    color: #303E48;
    width: 10px;
    transform: rotate(180deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.rotate {
    transform: rotate(0);
}

.mbl--ha--links.mbl--links--listing li a i {
    align-items: center;
}

.mbl--links--title {
    display: block;
    font-size: 18px;
    color: #303E48;
    font-family: 'poppinssemibold';
    font-weight: 400;
    margin-bottom: 20px;
}

.mbl--links--listing {
    display: block;
    width: 100%;
    margin: 0;
}

    .mbl--links--listing > ul {
        margin: 0;
    }

    .mbl--links--listing li {
        margin-bottom: 15px;
    }

    .mbl--links--listing .list--item--separator {
        border-bottom: 1px solid #EBEEF4;
        margin-bottom: 11px !important;
        margin-top: 11px !important;
    }

    .mbl--links--listing li:last-child {
        margin-bottom: 0;
    }

    .mbl--links--listing li a {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 16px;
        color: #303E48;
        position: relative;
    }

.mbl--links-icon {
    font-size: 20px;
}

.mbl--listProperty--link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #00A1DF;
    font-family: 'poppinssemibold';
    cursor: pointer;
}

    .mbl--listProperty--link i {
        flex: 0 0 5%;
    }

    .mbl--listProperty--link span {
        flex: 0 0 90%;
        padding: 0 10px;
        box-sizing: border-box;
    }

.mbl--mid--cont {
    padding: 10px;
}

.signin--form--main {
    display: block;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    padding: 15px;
}

.signin--form {
    display: inline-block;
    width: 100%;
}

.field-blk-half {
    width: calc(50% - 2%);
    flex: inherit;
}

.search-label {
    color: black;
}

.tooltip--lbl--blk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .tooltip--lbl--blk .tooltipstered {
        margin-left: 5px;
        position: relative;
        top: -3px;
    }

.form--lbl .tooltipstered {
    margin-left: 5px;
}

.form--lbl--flx {
    display: flex;
    justify-content: space-between;
}

.alert--edit--link {
    font-size: 14px;
}

    .alert--edit--link i {
        font-size: 16px;
        margin-right: 7px;
    }

    .alert--edit--link:hover {
        color: #303E48;
    }

    .alert--edit--link.disabled:hover {
        color: #00A1DF;
    }

.form--field input {
    width: 100%;
}

::-webkit-input-placeholder {
    color: #6C7E8E;
}

.form--field input:-ms-input-placeholder, .form--field select:-ms-input-placeholder {
    color: #6C7E8E;
}

.form--field input::placeholder, .form--field select::placeholder {
    color: #6C7E8E;
}


.form--field select::-ms-expand {
    display: none;
}

.error-validation .form--lbl {
    color: #b7312c;
}

.error-validation .form--field input, .error-validation .form--field select, .error-validation .form--field textarea {
    border-color: #b7312c;
}

.field--show {
    font-size: 16px;
    color: #303E48;
}

.show-pwd {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #606060;
}

.signin--btn--row {
    display: block;
    text-align: center;
}

.signin--btn {
    display: inline-block;
    min-width: 200px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    background: #F8B413;
    border: 1px solid #C69926;
    font-size: 16px;
    color: #303E48;
    font-family: 'poppinsmedium';
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .signin--btn:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
        background: #f2b92e;
    }

.or--seperation {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 20px 0;
    float: left;
}

    .or--seperation span {
        font-size: 16px;
        color: #B3BAC1;
        padding: 0 15px;
        background: #ffffff;
        display: inline-block;
        position: relative;
        z-index: 1;
        line-height: 16px;
    }

    .or--seperation:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #D0D9E1;
        position: absolute;
        top: 3px;
        bottom: 0;
        display: block;
        margin: auto;
    }

.fb--signin--blk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.fb--sign--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 110px;
    margin: 0 5px;
    padding: 0 10px;
    border-radius: 4px;
    background: #4267b2;
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    font-family: 'poppinsmedium';
    cursor: pointer;
}

    .fb--sign--btn .social--btn--txt {
        line-height: 14px;
    }

    .fb--sign--btn:hover {
        background: #264689;
        color: #ffffff;
    }

    .fb--sign--btn:last-child {
        margin-bottom: 0;
    }

    .fb--sign--btn i {
        margin-right: 7px;
        display: inline-block;
    }

        .fb--sign--btn i img {
            float: left;
        }

.google--sign--btn {
    background: #d84d32;
}

    .google--sign--btn:hover {
        background: #be3318;
    }

.google--btn--wrapper {
    position: relative;
    overflow: hidden;
    /*cursor: pointer;*/
}

    .google--btn--wrapper .fb--sign--btn {
        pointer-events: none;
    }

    .google--btn--wrapper .new--google--btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.01;
        z-index: 111;
    }

        .google--btn--wrapper .new--google--btn iframe {
            /*width: 100% !important;
            height: 35px !important;
            margin: -3px -5px !important;*/
            all: unset;
        }

.signup--links--row {
    display: flex;
    flex-direction: column;
    padding: 15px 0 0;
    width: 100%;
}

.signup--text {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 18px;
}

    .signup--text:last-child {
        margin-bottom: 0;
    }

    .signup--text a, .signup--text span {
        color: #00A1DF;
        cursor: pointer;
    }

        .signup--text a:hover, .signup--text span:hover {
            color: #000;
        }

.signup--tab--row {
    display: flex;
    width: 60%;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

    .signup--tab--row .invalidmessage {
        margin-top: 5px;
    }

    .signup--tab--row .custom--radio {
        margin-left: 20px;
    }

    .signup--tab--row .radio:first-child .i-checks {
        margin-left: 0;
    }

.signup--tab {
    width: 48%;
    margin-right: 2%;
    line-height: 40px;
    border: 1px solid #dfe2e8;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #6c7e8e;
    background: #ffffff;
}

    .signup--tab:last-child {
        margin-right: 0;
    }

    .signup--tab:focus {
        color: #6c7e8e;
    }

    .signup--tab.active, .signup--tab:hover {
        border-color: #2f6ea2;
        color: #2b7abd;
        background: #c5e2f9;
    }

.error--signup a {
    color: #00A1DF;
}

    .error--signup a:hover {
        color: #000;
    }

.forgot--link {
    float: right;
    font-size: 14px;
    color: #00A1DF;
    font-family: 'poppinsmedium';
    cursor: pointer;
}

    .forgot--link:hover {
        color: #000;
    }

.signin-popup .newmodalsmallcontainer {
    max-width: 440px;
}

.signin-popup .modal--hdr--bar {
    background: url(../images/AffordableHousing/signin-bg.jpg) no-repeat center;
    background-size: cover;
    justify-content: center;
    text-align: center;
    padding: 21px 25px;
}

.signin-popup .modal--popup--title {
    font-size: 26px;
}

/* menu popup */

.owner-body #header .wrapper {
    max-width: inherit;
    width: 100%;
}

.owner-body #header,
.ha-body #header {
    position: fixed;
}

.owner--home.owner-body #header {
    position: absolute;
}

.owner--home.owner-body .pagecontainer {
    padding-bottom: 410px !important;
}

.owner--questions {
    font-size: 16px;
    color: #ffffff;
    font-family: 'poppinssemibold';
    margin: 0 0 0 15px;
    display: none;
}

    .owner--questions a {
        font-family: 'poppinsregular';
        color: #ffffff;
    }

        .owner--questions a:hover {
            color: rgba(255,255,255,0.7);
        }

.chat--with--us {
    display: block;
}

    .chat--with--us img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .chat--with--us a {
        font-family: 'poppinssemibold', sans-serif;
        float: none !important;
    }

    .chat--with--us em {
        font-style: normal;
    }

.header--inner--pages .owner--questions {
    color: #303e48;
}

    .header--inner--pages .owner--questions a {
        color: #303e48;
    }

        .header--inner--pages .owner--questions a:hover {
            color: #00A1DF;
        }

.owner-body .pagecontainer,
.ha-body .pagecontainer {
    padding-bottom: 0 !important;
}

.owner-body .owner--pad--btm {
    padding-bottom: 601px !important;
}

.upgrade--btn {
    display: none;
}

.usr--drop--list .cmn--btn {
    width: calc(100% - 30px);
    margin: 10px auto;
    display: block;
}

.upgrade--btn--blue {
    background: #00A1DF;
    border: 1px solid #2b689d;
    color: #ffffff;
}

    .upgrade--btn--blue:hover {
        background: #2b689d;
        color: #ffffff;
    }

.owner-body .upgrade--btn, .owner-body .owner--questions, .ha-body .owner--questions {
    display: inline-block;
}

.owner--drops--links {
    display: none;
}

.signup--modal .newmodalsmallcontainer {
    max-width: 900px;
    border-radius: 4px;
}

.signup--main--cont {
    display: flex;
    justify-content: center;
}

.logo--signup {
    height: auto;
}

.signup--lt--blk {
    width: 50%;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    text-align: center;
    position: relative;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}

.signup--img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .signup--img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.signup--lt--blk .logo--signup img {
    width: 230px;
}

.signup--lt--blk p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'poppinsregular';
    display: block;
    width: 100%;
}

.logo--signup, .signup--lt--blk p {
    position: relative;
    z-index: 1;
}

.signup--rt--blk {
    width: 50%;
    padding: 15px 30px;
    background: #ffffff url(../images/AffordableHousing/modal-btm-bg.png) no-repeat bottom center;
    background-size: 100% auto;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}

.signup--title--bar {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.signup--title {
    font-size: 22px;
    color: #303E48;
    font-family: 'poppinsmedium';
    font-weight: 400;
    margin: 0;
}

.signup-cls {
    position: absolute;
    color: #303E48;
    top: 0;
    right: 0;
}

.signin-cls:hover {
    opacity: 1;
}

.user--type--opt {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    flex-wrap: wrap;
}

    .user--type--opt .form--lbl {
        margin-bottom: 0;
        width: 40%;
    }

    .user--type--opt .invalidmessage {
        margin-top: 10px;
    }

.signin--form ::-webkit-input-placeholder {
    font-size: 14px;
}

.signin--form :-ms-input-placeholder {
    font-size: 14px;
}

.signin--form ::placeholder {
    font-size: 14px;
}

.logincontrol--page .signup--main--cont {
    flex-direction: column;
}

.logincontrol--page .signup--rt--blk {
    width: 100%;
    padding: 25px;
}

.logincontrol--page .signup--lt--blk, .signup--modal .modal--hdr--bar, .logincontrol--page .signup--title--bar {
    display: none;
}

.signup--page {
    width: 900px;
}

.tooltipster-show {
    z-index: 999999 !important;
}

.signup--container {
    width: 900px;
}

.noti--center {
    position: relative;
    margin-right: 0px;
}

.noti--bell {
    position: relative;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .noti--bell i {
        font-size: 24px;
        color: #303e48;
    }

.global--home .noti--center .noti--bell i {
    color: #303E48;
}

.noti--bell small {
    position: absolute;
    top: 0px;
    right: -2px;
    background: #b7312c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 9px;
    min-width: 18px;
    line-height: 15px;
    padding: 3px 0 0;
}

.noti--dropdown {
    position: absolute;
    top: 45px;
    right: -10px;
    background: #ffffff;
    border-radius: 6px;
    width: 330px;
    box-shadow: 0 1px 9px 3px rgba(0,0,0,0.12);
    text-align: left;
    display: none;
    z-index: 13;
}

    .noti--dropdown:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #00A1DF;
        position: absolute;
        top: -10px;
        right: 17px;
    }

.noti--hdr {
    display: block;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    background: #00A1DF;
}

.noti--hdr--title {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'poppinsmedium';
    font-weight: 400;
    margin: 0;
}

.noti--listing {
    display: block;
    width: 100%;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.noti--scroll {
    max-height: 400px;
    overflow-y: auto;
    background-color: #848484;
}

    .noti--scroll::-webkit-scrollbar {
        width: 4px;
    }

    .noti--scroll::-webkit-scrollbar-track {
        background-color: #edeff1;
        border-radius: 10px;
    }

    .noti--scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

.noti--listing li {
    position: relative;
    width: 100%;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    flex-shrink: 0;
    border-top: 1px solid #d8d8d8;
    box-sizing: border-box;
    cursor: pointer;
}

    .noti--listing li:first-child {
        border-bottom: none;
    }

    .noti--listing li p {
        font-size: 14px;
        line-height: 18px;
        color: #303E48;
        width: calc(100% - 50px);
        margin: 0 0 0 15px;
    }

        .noti--listing li p strong {
            font-weight: 400;
            font-family: 'poppinsregular';
        }

    .noti--listing li .noti--list--icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #303E48;
        background: #d7dde1;
    }

.noti--listing .unread--noti {
    background: #f1f9ff;
}

    .noti--listing .unread--noti .noti--list--icon {
        background: #00A1DF;
        color: #ffffff;
    }

.no-noti-center {
    display: block;
    padding: 15px;
    text-align: center;
    width: 100%;
}

    .no-noti-center i {
        display: block;
    }

        .no-noti-center i img {
            width: 40px;
        }

    .no-noti-center span {
        display: block;
        font-size: 16px;
        line-height: 18px;
        color: #303E48;
        font-family: 'poppinsmedium';
        margin-top: 10px;
    }

.newemail--field .signin--btn--row {
    margin-top: 20px;
}

.form--field .go8--findApp--ssnField input[type="text"] {
    padding: 0 5px;
}

.signin--back--btn {
    margin-right: 15px;
    display: none;
    vertical-align: middle;
    cursor: pointer;
}

    .signin--back--btn:hover {
        opacity: 0.5;
    }

    .signin--back--btn img {
        float: left;
    }

.reset--pwd--blk .signin--back--btn {
    display: inline-block;
}

.flex--lbl {
    display: flex;
    justify-content: space-between;
}

.char--limit {
    font-size: 14px;
    color: #848484;
}
/* rental */
.rental--card {
    width: 98%;
    margin-right: 15px;
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: 7px;
    float: left;
    background: #ffffff;
    border-radius: 4px;
    min-height: 107px;
    max-height: 107px;
    border: 1px solid #edeff1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 10px rgba(0,0,0,.1);
    cursor: pointer;
}

    .rental--card.community {
        max-height: 126px;
    }

    .rental--card:nth-child(3n+0) {
        margin-right: 0;
    }

    .rental--card:hover {
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
    }

.rental--bedbath-row.rental--show-more {
    max-height: inherit;
}

.rental--bedbath-row em {
    font-style: normal;
    margin: 0 0px;
    color: #848484;
    font-size: 12px;
    line-height: 22px;
}

.rental--img {
    position: relative;
    border-radius: 4px 0px 0px 4px;
    height: 137px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rental_relative {
    position: relative;
    width: 135px;
    height: 107px;
    /* display: inline-block; */
    float: left;
}

.community .rental_relative {
    height: 126px;
}

.rental--img img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.rental--desc {
    padding: 4px 10px;
    position: relative;
    display: flex;
}

.rental--price {
    display: inline-block;
    font-family: 'poppinsbold';
    font-size: 14px;
    margin-bottom: 6px;
}

.rental--card--top {
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    position: absolute;
}

.rental--bedbath {
    font-size: 12px;
    vertical-align: top;
    margin: 0 0 0px;
    float: left;
    max-width: 340px;
}

.rental--bedbath-row {
    display: block;
    margin-bottom: 4px;
    margin-top: 0px;
    max-height: 45px;
}

.non--community .rental--propertyaddress {
    margin: 16px 0 0;
}

.rental--propertytype {
    color: #303030;
    font-size: 12px;
    text-transform: uppercase;
    float: right;
    margin-right: 30px;
}

.rental--propertyaddress {
    color: #848484;
    font-size: 11px;
    overflow: hidden;
    line-height: 14px;
    letter-spacing: 0.5px;
}

.rental--card .rental--card--top {
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    position: absolute;
}

.favourite--tab--rentals .rental--bedbath-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .favourite--tab--rentals .rental--bedbath-row .tnresult--bedbath {
        width: 100%;
        flex-shrink: 0;
        padding-right: 10px;
        line-height: 18px;
    }

    .favourite--tab--rentals .rental--bedbath-row em {
        line-height: 18px;
        margin: 0 2px 0 0;
    }

.favourite--tab--rentals .rental--propertytype {
    margin-right: 0;
    width: 70px;
    line-height: 18px;
    position: absolute;
    right: 30px;
    top: 8px;
}

.favourite--tab--rentals .community .close--btn {
    top: 5px;
}

.favourite--tab--rentals .community .rental--propertytype {
    top: 5px;
    color: #ffffff;
}

.favourite--tab--rentals .rental--bedbath-row .clear {
    display: none;
}

.rental--card .rental--card--bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 0px 5px 5px;
    min-height: 70px;
    background: rgba(0,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;
}

.count-img {
    display: inline-block;
    margin: 2px 0 0 5px;
}

    .count-img span {
        font-size: 12px;
    }

    .count-img .fa-images {
        margin-right: 3px;
    }

.rental--card h2 {
    width: calc(100% + 20px);
    font-size: 10px;
    color: #fff;
    background: rgba(0,123,171,.9);
    margin: -4px 0 0 -10px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.favourite--tab--rentals .rental--card h2 {
    padding-right: 105px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.community .rental--propertyaddress {
    margin: 5px 0 0;
}

.community .rental--desc--detail .tnresult--price {
    margin: 5px 0 0px 0px;
}

.community .rental--bedbath-row {
    margin-bottom: 0px;
}

.new--community .close--btn {
    top: 4px;
}
/* end rental */
/* searches */
.searches--card {
    /*  min-height: 220px;
    max-height: 220px;*/
    /* width: calc(33.7% - 15px);*/
    width: 98%;
    margin-right: 15px;
    margin-left: 5px;
    margin-top: 4px;
    margin-bottom: 7px;
    float: left;
    background: #ffffff;
    border-radius: 4px;
    /* border: 1px solid #edeff1;*/
    box-shadow: 0 0px 10px rgba(0,0,0,.1);
    position: relative;
}

    .searches--card:nth-child(3n+0) {
        margin-right: 0;
    }

    .searches--card:hover {
        box-shadow: 0 0px 10px rgba(0,0,0,.1);
    }

.searches--content {
    padding: 10px;
    position: relative;
}

    .searches--content h5.headings {
        color: #303e48;
        margin: 0px 0 10px;
        padding: 0px;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        vertical-align: top;
    }

    .searches--content .srs--content {
        font-size: 14px;
        color: #303e48;
        margin-bottom: 7px;
    }

.property--type {
    font-size: 12px;
    color: #303e48;
    margin-bottom: 4px;
}

.searches--content .srs--content strong {
    color: #303030;
}

.mtop {
    margin: 5px 0 0;
}

.rents {
    color: #303e48;
    font-size: 14px;
    margin: 0 0 8px;
}

#more {
    display: none;
}

.rental--desc--detail {
    width: 100%;
}



/*end searches */
/* owner */
.owner--content {
    padding: 16px;
    position: relative;
}
    .owner--content .close--btn {
        top: 16px;
        right: 16px;
    }

.profile--bg {
    background: #d5d5d5;
    overflow: hidden;
    width: 30px;
    height: 30px;
    padding: 5px 0 0px 0px;
    border-radius: 25px;
    float: left;
    text-align: center;
}

    .profile--bg img {
        width: 24px;
    }

.profile--content {
    float: left;
    margin: 0px 0 0 10px;
    vertical-align: top;
    width: calc(100% - 60px);
}

.owner--rentals--row {
    float: right;
}

    .owner--rentals--row .rental--propertytype {
        margin-right: 0;
        float: none;
    }

.profile--content h5 {
    color: #303e48;
    line-height: inherit;
    font-size: 16px;
    margin: 0px 0 10px;
    font-family: 'poppinssemibold';
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 140px;
}

.profile--content p {
    color: #848484;
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    line-height: 18px;
}

.profile--owner .profile--content p {
    float: left;
    line-height: 18px !important;
}

.profile--owner .profile--content p {
    float: left;
    line-height: 18px !important;
}

.owner--card {
    width: calc(100% - 15px);
    margin-right: 7px;
    margin-left: 7px;
    margin-top: 4px;
    margin-bottom: 7px;
    float: left;
    background: #ffffff;
    border-radius: 4px;
    min-height: 80px;
    max-height: 9999px;
    /*border: 1px solid #edeff1;*/
    /* cursor: pointer; */
}

.owner--card {
    box-shadow: 0 0px 10px rgba(0,0,0,.1);
}
    /*.owner--card:nth-child(3n+0) {
        margin-right: 0;
    }*/

    .owner--card:hover {
        box-shadow: 0 0px 10px rgba(0,0,0,.1);
    }

.owner--properties {
    font-size: 14px;
    color: #838B91;
}

.owner--enterprise-data {
    margin-top: 24px;
}

.owner--acc-description {
    font-size: 14px;
}

.owner--enterprise-logo {
    max-width: 120px;
}

.rental-heading {
    padding: 5px 10px;
    display: inline-block;
    background: #e5f4f9;
    display: flex;
}

    .rental-heading h6 {
        margin: 0px;
        padding: 0px;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.close--btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #b30000;
    background: transparent;
    border: transparent;
    cursor: pointer;
    z-index: 9;
    padding: 0;
    margin: 0;
}

.favourite--tab--scroll .cmn--btn {
    display: inline-block;
    min-width: 95px;
    line-height: 0;
    border-radius: 4px;
    background: #00A1DF;
    border: 1px solid #027cac;
    font-size: 12px;
    color: #fff;
    font-family: 'poppinsmedium';
    text-align: center;
    padding: 0px 0px 1px;
    cursor: pointer;
    min-height: 26px;
}

.owner--card .cmn--btn {
    margin: 10px 0 5px 39px;
    clear: both;
}

/*.owner--rentals--row .rental--propertytype {
    margin: 22px 0 0 10px;
}*/
.view--more {
    min-width: 100px !important;
    margin: 5px 4px 0px;
    vertical-align: top;
    background: #fff !important;
    border: 1px solid #c6d1db !important;
    color: #303e48 !important;
    padding: 0px 0px 2px !important;
}

.favourite--tab--scroll .cmn--btn:hover {
    color: #fff;
}

.favourite--tab--scroll .cmn--btn:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.16);
}

.favourite--tab--scroll .cmn--btn {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

button.cmn--btn span.morefilter-ico {
    width: 15px;
    height: 10px;
    display: inline-block;
    /*vertical-align: middle;*/
    background: url(../images/AffordableHousing/more-filter-icon.png) no-repeat 0px 0px;
}

button.cmn--btn.view--more:hover span.morefilter-ico {
    background-position: 0 -10px;
}

button.cmn--btn.view--more:hover {
    background: #00A1DF !important;
    border: 1px solid #027cac !important;
    color: #fff !important;
}

.home--featured-section.mCustomScrollbar {
    height: 350px;
    display: block;
    overflow: auto;
    max-height: 350px;
}
/* end owner */

/*No favourite listing*/
.favorit--nomatching {
    max-width: 525px;
    margin: 10px auto 0px;
    background: url(../../images/AffordableHousing/noresults-bg.png) no-repeat bottom -50px left #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 30px 20px;
}

.favorit--nomatching--icon {
    width: 70px;
    float: left;
    margin-right: 15px;
}

.favorit--nomatching--text {
    width: calc(100% - 85px);
    float: left;
    padding-top: 0px;
    line-height: 25px;
}

.nomatcing--bluetxt {
    font-size: 16px;
    font-family: 'poppinsmedium';
    color: #00A1DF;
    display: block;
    margin-bottom: 7px;
}


.favorit--nomatching i.far.fa-heart {
    display: inline-block;
}

.rental--card, .searches--card, .owner--card {
    cursor: pointer
}

    .rental--card:hover, .searches--card:hover, .owner--card:hover {
        box-shadow: 0 3px 12px rgba(0,0,0,.15);
    }

.profile--owner {
    width: 100%;
    display: block;
    clear: both;
}
/* end favourite listing */

.tnresult--nomatching--vertical {
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: inherit;
    padding: 20px;
}

    .tnresult--nomatching--vertical .tnresult--nomatching--icon {
        margin: 0 0 10px;
    }

    .tnresult--nomatching--vertical .nomatcing--bluetxt {
        margin: 0;
    }

    .tnresult--nomatching--vertical .tnresult--nomatching--text {
        width: 100%;
        text-align: center;
    }

.content.staticpage-cnt .copy ul, .content.staticpage-cnt .copy li {
    margin-left: 0;
}

.hide--ele--ada {
    display: none;
}

.mt-3 {
    margin-top: 30px;
}

/* counter on heart 25 march*/

span.heart_counter {
    position: relative;
    border-radius: 50%;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    span.heart_counter small {
        position: absolute;
        top: 0px;
        right: 0px;
        background: rgb(183, 49, 44);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: rgb(255, 255, 255);
        font-size: 9px;
        min-width: 18px;
        line-height: 15px;
        padding: 3px 0px 0px;
    }

/* 24/5 */
.model--icon-text {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .model--icon-text i {
        margin-bottom: 15px;
    }

    .model--icon-text h4.popup--heading--title {
        font-size: 18px;
    }

    .model--icon-text img {
        width: 100px;
        height: 70px;
    }

.mysearch--sec {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

    .mysearch--sec h4 {
        font-size: 16px;
        font-family: 'poppinssemibold';
        vertical-align: top;
        display: inline-block;
        max-width: 70%;
    }

        .mysearch--sec h4 span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: inline-block;
            vertical-align: top;
            max-width: 90%;
        }

    .mysearch--sec b a.tick-mark {
        color: #529d3f;
        font-size: 16px;
        opacity: 1;
    }

    .mysearch--sec b a.cross-mark {
        color: #b7312c;
        font-size: 16px;
        opacity: 1;
    }

    .mysearch--sec input {
        border: none;
        border-bottom: 1px solid rgba(48,62,72,0.3);
        border-radius: 0;
        padding: 0;
        width: 250px;
        height: 26px;
        line-height: 26px;
    }

        .mysearch--sec input:focus {
            box-shadow: none;
        }

    .mysearch--sec b {
        margin-left: 5px;
        font-size: 13px;
        z-index: 9;
        position: relative;
    }

.en--search-tab h5.headings {
    font-size: 14px;
    font-family: 'poppinssemibold';
}

.eligibility--affordability--sec {
    font-size: 12px;
}

    .eligibility--affordability--sec em {
        font-style: normal;
        color: #848484;
        font-weight: 400;
        margin: 0 2px;
    }

    .eligibility--affordability--sec p {
        margin: 0;
    }

    .eligibility--affordability--sec img {
        width: 18px;
        vertical-align: middle;
    }

    .eligibility--affordability--sec b {
        font-weight: 400;
    }

.mysearch--sec b a {
    color: #000;
    opacity: 0.5;
}

.en--search-tab .rents {
    margin-bottom: 5px;
}

p.eligibility--sec {
    width: 100%;
    float: left;
}

p.affordability--sec {
    width: 100%;
    float: left;
}

    p.affordability--sec img {
        margin-top: -5px;
    }


.model_feature_unavailable .popup--heading--title {
    font-size: 18px;
    text-align: center;
    color: #303E48;
    font-family: 'poppinsmedium';
    font-weight: 400;
    margin-bottom: 15px;
}

.model_feature_unavailable p {
    margin-top: 10px;
    text-align: center;
}

.model_feature_content p {
    text-align: center;
}

.en--search-tab .rental--bedbath {
    max-width: 100%;
    overflow: hidden;
}


.sr-only-new {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    display: none;
}

.fontsize0 {
    font-size: 0;
    opacity: 0;
    text-indent: -99999px;
    height: 0;
    display: flex;
}

h6.mob--num--sec {
    font-size: 12px;
}

h3.faq--heading {
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: 'poppinssemibold' !important;
    margin: 0 0 20px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #eee;
}

h1.pagetitle.h--heading {
    border: 0;
    font-size: 18px;
    color: #303E48;
    line-height: 28px;
    font-family: 'poppinsmedium';
    margin-bottom: 15px;
    padding: 0;
}

.user--type--body p {
    text-align: center;
}

.ah--google--icon {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.usr--type--act {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 20px;
    flex-wrap: wrap;
}

.usr-type-card {
    width: calc(50% - 10px);
    height: 48px;
    position: relative;
    cursor: pointer;
}

    .usr-type-card input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        margin: 0;
        z-index: 1;
        cursor: pointer;
    }

.usr-type-btns {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    border: 1px solid rgba(132,132,132,0.2);
    background: rgba(132,132,132,0.05);
    align-items: center;
    padding: 0 15px;
}

    .usr-type-btns span {
        position: relative;
        padding: 0 0 0 30px;
        font-size: 16px;
        color: #303e48;
    }

        .usr-type-btns span:after {
            content: '';
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #848484;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
        }

        .usr-type-btns span:before {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #00A1DF;
            position: absolute;
            top: calc(50% - 1px);
            transform: translateY(-50%);
            left: 5px;
            z-index: 1;
            display: none;
        }

.usr-type-card input:checked ~ .usr-type-btns {
    border-color: rgba(159,203,237,0.7);
    background: rgba(0,161,223,0.05);
}

.usr-type-card input:checked ~ .usr-type-btns {
    border-color: rgba(159,203,237,0.7)
}

    .usr-type-card input:checked ~ .usr-type-btns span {
        color: #007bab;
    }

        .usr-type-card input:checked ~ .usr-type-btns span:before {
            display: block;
        }

.newmodalsmall.user--type--modal .modal--mid--cont .ren-own-btn {
    margin-top: 10px;
}

.newmodalsmall.user--type--modal .newmodalsmallcontainer {
    max-width: 465px;
}

.usrtypes--field .form--row .field--blk {
    margin-left: 0;
    margin-right: 4%;
}

    .usrtypes--field .form--row .field--blk:last-child {
        margin-right: 0;
    }

.mail-link-blk .newemail--field {
    margin-bottom: 20px;
}

.mb--0 {
    margin-bottom: 0 !important;
}

.owner-body .upgrade--btn {
    display: flex;
}

.upgrade--btn {
    align-items: center;
    background: #FC8B06;
    border-color: #FC8B06;
    color: #fff;
    font-family: poppinsbold, sans-serif;
    box-shadow: 0px 4px 18px rgba(252, 139, 6, 0.5);
    justify-content: center;
}

    .upgrade--btn i {
        /*display: flex;*/
        display: none;
        margin-right: 10px;
        transition: all 0.3s ease-in-out;
    }

    .upgrade--btn:not(.disabled):hover {
        background: #FFB500;
        border-color: #FFB500;
        color: #fff;
        box-shadow: 0px 4px 18px rgba(255, 181, 0, 0.5);
    }

        .upgrade--btn:not(.disabled):hover i {
            transform: scale(1.2);
        }

.favourite--tabcontainer--details .rental--desc--detail .voucher--cnt {
    margin-left: 0;
    margin-top: 0;
}

.fav--owner--trusted {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    min-height: 30px;
}

.profile--content .fav--owner--trusted h5 {
    margin-bottom: 0;
    max-width: 100%;
    margin-right: 5px;
}

.fav--owner--trusted .ic--trusted--badge img {
    height: 18px !important;
    margin-top: 4px;
}

.tooltipster-base {
    max-width: 250px;
    height: auto !important;
    border: 0px !important;
}

.top--premium--badge .ic--trusted--badge {
    position: absolute;
    top: 5px;
    right: -5px;
}

.tooltipster-content a {
    font-family: 'poppinssemibold';
    text-decoration: underline;
}

    .tooltipster-content a:hover {
        color: #ffffff;
        text-decoration: none;
    }

.top--premium--badge .ic--trusted--badge img {
    height: 16px !important;
}

.modal--hdr--bar .chat--with--us a {
    color: #ffffff;
}

.header--branded .branded--logo--mobile {
    display: none;
}

.header--branded .hdr--rt {
    flex: 2.2;
}

.header--branded .branded--poweredby--logo, .branded--poweredby--logo {
    margin-right: 15px;
}

.brand--pdp--body .ah--logo {
    min-height: 60px;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .tnrslt--top--ad, .tnrslt--btm--ad {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 240px) {
    .landlord-sidebar {
        margin-top: 60px !important;
    }

    .owner--card, .searches--card, .rental--card {
        max-width: 98%;
        width: auto;
        float: none;
        margin: 0px auto 8px auto;
        min-height: inherit;
        max-height: inherit;
    }

        .rental--card.community {
            max-height: inherit;
        }

    .home--featured-section.mCustomScrollbar {
        height: 300px;
        max-height: 300px;
    }

    .community.rental--card h2 {
        padding: 7px 30px 6px 10px;
        line-height: 14px;
    }

    .community.rental--card .rental--card--bottom {
        bottom: 0px;
    }

    .rental--bedbath-row .tnresult--bedbath {
        font-size: 11px;
    }

    .home--featured-section .tnresult--img {
        min-height: 146px;
    }

    .rental--bedbath-row em {
        font-size: 11px;
        line-height: 16px;
    }
}

.signup--modal .newmodalsmallcontainer {
    background: none;
}

.dup--usr--blk {
    width: 100%;
    display: inline-block;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    overflow: hidden;
}

.dups--urname--visible {
    transform: translateX(0);
    position: relative;
    height: auto;
    overflow: inherit;
}

.dup-icon {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}

    .dup-icon img {
        width: 120px;
    }

.ren-own-btn {
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: center;
    margin: 20px 0 0;
}

    .ren-own-btn .cmn--btn {
        /*width: calc(50% - 10px);
        min-width: inherit;*/
        margin: 0 5px 0;
        cursor: pointer;
    }

        .ren-own-btn .cmn--btn[disabled] {
            opacity: 0.7;
            cursor: not-allowed;
        }

        .ren-own-btn .cmn--btn[disabled] {
            opacity: 0.7;
            cursor: not-allowed;
        }


.cmn--btn--md:active {
    outline: none;
    box-shadow: none;
}

.dups-err-msg {
    display: block;
    margin-top: 20px;
}

.mbl--mid--cont.modal--mid--cont {
    padding: 25px 17px;
}

.content.staticpage-cnt .copy ul, .content.staticpage-cnt .copy li {
    line-height: 26px;
}

    .content.staticpage-cnt .copy li strong {
        font-weight: 400;
        font-family: 'poppinssemibold';
    }

    .content.staticpage-cnt .copy li a {
        word-wrap: break-word;
    }

.aboutspan2 .copy {
    color: #303E48;
}

/** Portal css Start**/
.portalheader--text {
    margin-left: 30px;
}

    .portalheader--text p {
        margin-bottom: 0;
        font-size: 13px;
        margin-top: 0;
    }
/** Portal css End**/

/** media css **/
@media screen and (min-width:1366px) and (max-width:1619px) {

    .ah--logo {
        width: 190px;
    }

    .hdr--menu {
        margin-left: 10px;
    }

    .inner--logo img {
        width: 100%;
    }

    .hdr--menu--links li {
        margin-right: 15px;
    }

        .hdr--menu--links li .menu--link {
            font-size: 15px;
        }

    .hdr--lt {
        flex: 3;
    }

    .owner-body .hdr--lt {
        flex: 2;
    }
}

@media screen and (min-width:1366px) and (max-width:1720px) {

    .logged--rt--hdr .cmn--btn {
        margin-left: 20px;
    }

    .upgrade--btn {
        padding: 0 5px;
        text-align: left;
        font-size: 13px;
        min-width: 125px;
    }

        .upgrade--btn i {
            margin-right: 5px;
        }

            .upgrade--btn i img {
                width: 18px
            }
}

@media screen and (min-width:1024px) and (max-width:1800px) {
    .signin--form--main {
        max-height: 510px;
        overflow-y: auto;
    }

    #secureRenter .signin--form--main {
        max-height: inherit;
    }


    .recentactivitymodalcontainer .signin--form--main, .reset--pwd--blk .signin--form--main {
        max-height: inherit;
        overflow-y: inherit;
    }

    .ha--menu--links.menu--link {
        font-size: 16px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1400px) {
    .user--type--opt {
        margin-bottom: 20px;
    }

    .invalidmessage {
        font-size: 12px !important;
    }

    .signin--form input[type="text"], .signin--form input[type="password"], .signin--form input[type="email"], .signin--form input[type="number"] {
        height: 32px;
    }
}

@media screen and (min-width:1024px) and (max-width:1365px) {
    .hdr--lt {
        flex: 1.7;
        padding-right: 10px;
    }

    .hdr--rt {
        flex: 1.5;
    }

    .inner--logo img {
        width: auto;
        max-width: 100%;
    }

    .owner-body .hdr--lt {
        flex: 1;
    }

    .owner-body .hdr--rt {
        flex: 1.1;
    }

    .hdr--menu {
        margin-left: 10px;
    }

    .inboxdate .property--tag {
        min-width: 50px;
    }

    .hdr--menu--links li {
        margin-right: 10px;
    }

    .owner--questions {
        margin: 0;
        font-size: 13px;
    }

        .owner--questions a {
            margin-left: 5px;
        }

    .hdr--menu--links li .menu--link, .usr--name, .fav--main--link {
        font-size: 13px;
        padding: 0;
        line-height: 16px;
    }

    .hdr--sign--links li {
        margin-left: 10px;
    }

        .hdr--sign--links li a, .hdr--sign--links li span {
            font-size: 13px;
        }

            .hdr--sign--links li a.cmn--btn, .hdr--sign--links li span.cmn--btn {
                font-size: 13px;
                padding: 0 5px;
            }

    .ha--menu--links.menu--link {
        font-size: 16px !important;
    }

    .fav--main--link i {
        font-size: 20px;
        margin-right: 5px;
    }

    .usr--dropdown i {
        width: 34px;
        height: 34px;
    }

        .usr--dropdown i img {
            width: 20px;
            height: 20px;
        }

    .favourite--dropdownmenu:before {
        top: -10px;
    }

    .owner-body .inner--logo img,
    .ha-body .inner--logo img {
        width: 158px;
    }

    .owner-body #header,
    .ha-body #header {
        padding: 14px 15px;
    }

    .enterprise--owner--pdp .owner-body #header,
    .enterprise--owner--pdp .ha-body #header {
        padding: 15px;
        min-height: 81px;
    }

    .favourite--dropdownmenu:before {
        right: 15px;
    }

    .ah--logo {
        width: 160px;
    }

    .enterprise--owner--pdp .logged--rt--hdr {
        padding: 2px 0;
    }

    .upgrade--btn {
        line-height: 36px;
        padding: 4px 5px;
        text-align: left;
        font-size: 13px;
        min-width: 110px;
        margin-left: 20px;
    }

    .usr--name--blk {
        width: 80px;
    }

    .usr--name {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .membership--name {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .chat--with--us {
        margin-left: 10px;
    }

    .header--branded .branded--poweredby--logo, .branded--poweredby--logo {
        width: 180px;
        margin-right: 10px;
    }

        .header--branded .branded--poweredby--logo img {
            max-width: 100%;
        }

    .owner-body .header--branded .hdr--rt {
        flex: 1.8;
    }

    .brand--pdp--body .ah--logo {
        min-height: 46px;
    }
}


@media screen and (min-width:320px) and (max-width:1023px) {
    /** top navigation css **/
    .menu--open {
        overflow: hidden !important;
        position: relative;
        touch-action: none;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        -webkit-overflow-scrolling: auto;
    }

    #header {
        padding: 0;
    }

    .menu--open::-webkit-scrollbar {
        display: none;
    }

    #header .wrapper {
        padding: 0 15px !important;
    }

    .hdr--menu {
        display: none;
    }

    .mbl--mid--cont {
        height: calc(100vh - 50px);
        overflow-y: auto;
        padding: 15px !important;
    }

    signup--rt--blk .mbl--mid--cont {
        padding: 10px 5px !important;
    }

    .signin--form--main {
        padding: 10px 5px;
    }

    .pwd--tips--txt {
        font-size: 14px;
        line-height: 24px;
    }

    .signup--modal .mbl--mid--cont {
        height: auto;
        overflow: inherit;
    }

    .hdr--lt {
        padding: 0;
        position: relative;
        width: auto;
        height: inherit;
        flex: initial;
        display: block;
    }

    .hdr--rt {
        width: 50%;
        padding-right: 15px;
    }

    .ah--logo {
        display: none;
    }

    .ah--logo--resp {
        position: absolute;
        left: 0;
        right: 0;
        top: 7px;
        display: flex;
        margin: auto;
        width: 180px;
        z-index: 9;
        justify-content: center;
    }

    .header--inner--pages .inner--logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inner--logo img {
        width: 132px;
    }

    .hdr--sign--links li {
        display: none;
    }

        .hdr--sign--links li.chat--with--us {
            display: block;
        }

            .hdr--sign--links li.chat--with--us em, .chat--with--us em {
                display: none;
            }

            .hdr--sign--links li.chat--with--us img {
                margin-right: 0;
            }

    .header--inner--pages#headerControl {
        margin-bottom: 0;
    }

    .hdr--sign--links .ah--signin--link {
        display: block;
    }

    /** menu popup **/
    .ah--modal--main {
        width: 100%;
        background: transparent;
    }

    .ah--modal--dialog {
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }

    .menu--open .ah--modal--dialog {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    .ah--modal--dialog {
        width: 100%;
        height: 100%;
    }

    .mbl--menu--icon {
        font-size: 22px;
        color: #303E48;
    }

    .hdr--sign--links li a {
        font-size: 14px;
    }

    .header--inner--pages .mbl--menu--icon {
        color: #00A1DF;
        padding: 15px;
    }

    .header--inner--pages .sticky-header .mbl--menu--icon {
        color: #ffffff;
    }

    .mbl--main--menu, body .mbl--menu--icon {
        display: block;
    }

    .menu--open .ah--modal--main {
        opacity: 1;
        visibility: visible;
    }

    .mbl--usr--drop {
        width: 100%;
        background: #ffffff;
        padding: 15px 25px;
        margin-bottom: 15px;
    }

        .mbl--usr--drop .usr--dropdown {
            width: 100%;
            color: #303E48;
        }

            .mbl--usr--drop .usr--dropdown i {
                width: 56px;
                height: 56px;
            }

        .mbl--usr--drop .usr--name--blk {
            width: calc(100% - 120px);
            margin-bottom: 10px;
        }


        .mbl--usr--drop .usr--name {
            font-size: 18px;
            line-height: 20px;
        }

        .mbl--usr--drop .membership--name {
            font-size: 16px;
            line-height: 16px;
        }

        .mbl--usr--drop .usr--arw {
            padding: 10px;
        }

            .mbl--usr--drop .usr--arw svg {
                width: 20px;
                height: 20px;
                fill: #00A1DF;
            }

                .mbl--usr--drop .usr--arw svg path {
                    fill: #00A1DF;
                }

    .benefits--btn {
        width: 260px;
        margin: 0 5px;
        padding: 0 5px;
    }

    .popup--signout--link {
        font-size: 16px;
        color: #00A1DF;
        font-family: 'poppinsbold';
        display: flex;
        margin: auto;
    }
    /** menu popup **/
    .hdr--rt .usr--dropdown {
        display: none;
    }

    .owner-body .upgrade--btn,
    .owner-body .web--owner--que,
    .ha-body .web--owner--que {
        display: none;
    }

    .owner-body .mob--owner--que, .owner--home .mob--owner--que {
        display: block;
        text-align: center;
        margin: 20px 0 0;
        font-size: 20px;
    }

    .mob--chat--with--us img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .mob--chat--with--us a {
        font-family: 'poppinssemibold';
        text-decoration: underline;
    }

    .mbl--benefits--btn {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        padding: 15px;
    }

    .owner-body .owner--drops--links, .owner--home .owner--drops--links {
        display: block;
    }

        .owner-body .owner--drops--links .topnavigation-subdropdownmenu {
            padding: 20px 15px 0;
        }

            .owner-body .owner--drops--links .topnavigation-subdropdownmenu a {
                margin-bottom: 13px;
                font-size: 15px;
            }

                .owner-body .owner--drops--links .topnavigation-subdropdownmenu a:last-child {
                    margin-bottom: 0;
                }

    .mbl--logo img {
        float: left;
        width: 140px;
    }

    .mbl--log--bar {
        padding: 15px;
    }

    /** top navigation css **/
    .signup--text {
        font-size: 14px;
        line-height: 16px;
        margin: 10px 0 0;
    }

    .fav--link {
        margin-right: 0;
    }

    .owner-body #header, .ha-body #header {
        padding: 0;
    }

    .owner--questions.web--owner--que.top_quest_sec.chat--with--us {
        display: block;
    }

    .modal--hdr--bar .chat--with--us {
        margin-left: 80px;
        display: block;
    }

        .modal--hdr--bar .chat--with--us.chat--with--us--visitors {
            margin-left: 0;
        }

        .modal--hdr--bar .chat--with--us a {
            font-family: 'poppinsregular';
            text-decoration: underline;
            font-size: 14px;
        }

    .brand--pdp--body .ah--logo {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .signup--modal .newmodalsmallcontainer {
        max-width: 95%;
    }

    .signup--rt--blk, .signup--lt--blk {
        padding: 20px;
    }

    .signup--container {
        width: 95%;
    }

    .owner-body .noti--center {
        margin-right: 0;
    }

    .owner-body .fav--link {
        display: none;
    }

    .ah--logo--resp {
        width: 154px;
    }

    .mbl--mid--cont {
        height: auto;
    }

    .ah--logo--resp a img {
        width: 180px;
    }

    .mbl--mid--cont {
        height: auto;
    }

    .owner-body .owner--pad--btm {
        padding-bottom: 0 !important;
    }

    #header {
        min-height: 64px;
    }

    .header--inner--pages .mbl--menu--icon {
        padding: 20px;
    }

    .owner-body .inner--logo img,
    .ha-body .inner--logo img {
        width: 180px;
    }

    .usr--name {
        max-width: 640px;
    }

    #header .header--inner {
        min-height: 62px;
    }

    .header--branded .branded--logo--mobile {
        display: block;
    }

    .header--branded .branded--logo--desktop {
        display: none;
    }

    .header--branded .branded--poweredby--logo, .branded--poweredby--logo {
        display: none;
    }

    .header--branded .ah--logo--resp a img {
        width: auto;
        max-height: 36px;
    }

    .header--branded .ah--logo--resp {
        margin: 0;
        left: 50px;
        top: 12px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .fav--main--link {
        font-size: 0;
    }

    .fav--link {
        margin-right: 0;
        position: static;
        margin-left: 5px;
    }

    .noti--center {
        margin-right: 0px;
    }

    .noti--dropdown {
        width: 290px;
    }

    .no-noti-center {
        padding: 20px;
    }

    /*.favourite--dropdownmenu {
        width: 100%;
    }*/

    .favourite--dropdownmenu:before {
        right: 0px;
        width: 21px;
        height: 13px;
    }

    .favourite--tabcontainer--details .noresults {
        padding: 0 10px;
        flex-direction: column;
        text-align: center;
    }

        .favourite--tabcontainer--details .noresults i img {
            width: 60px;
        }

    .fav--norslt--msg {
        padding: 20px 0 0;
    }

    .favourite--tabcontainer--details .noresults h6 {
        font-size: 16px;
    }

    .favourite--tabcontainer--details .noresults p {
        font-size: 14px;
    }

    .favourite--tabcontainer a {
        font-size: 14px;
        line-height: 40px;
    }

    .fav--main--link i {
        margin: 0;
    }

    .owner-body .benefits--btn {
        display: block;
    }

    .signup--main--cont {
        flex-direction: column;
        width: 100%;
    }

    .signup--rt--blk {
        width: 100%;
        padding: 20px;
    }

    .signup--lt--blk {
        padding: 10px;
        width: 100%;
        border-radius: 0;
    }

    .signup--tab--row .radio:first-child .custom--radio {
        margin-left: 0;
    }

    .signup--lt--blk p {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0 0;
    }

    .signup-cls {
        color: #ffffff;
    }

    .signup--title--bar {
        margin-bottom: 30px;
    }

    .owner--home.owner-body .pagecontainer {
        padding-bottom: 0 !important;
    }

    .fav--main--link i img {
        width: 18px;
    }

    .signup--tab--row .i-checks {
        margin-left: 10px;
        font-size: 14px;
        padding-left: 20px;
        line-height: 12px;
    }

        .signup--tab--row .i-checks > i {
            width: 12px;
            height: 12px;
        }

            .signup--tab--row .i-checks > i::before {
                width: 8px;
                height: 8px;
            }

    .signup--tab--row .radio:first-child .i-checks {
        margin-left: 0;
    }

    .reset--pwd--blk .signin--btn {
        min-width: 150px;
        line-height: 40px;
    }

    .logincontrol--page .signup--main--cont {
        width: 100%;
    }

    .signup--page {
        width: 100%;
    }

    .signup--container {
        width: 100%;
    }

    .user--type--opt .form--lbl {
        font-size: 13px;
    }

    .form--lbl {
        font-size: 15px;
    }

    .favourite--dropdownmenu {
        width: 450px;
        padding: 5px 10px 6px 10px;
        margin: 10px auto;
    }

    .rental-heading {
        padding: 5px 22px 8px 10px;
        width: 178px;
    }

    .rental--bedbath-row {
        margin-bottom: 0px;
        max-height: 60px;
    }

    .rental_relative {
        position: relative;
        width: 130px;
        height: inherit;
    }

    .rental-heading {
        padding: 5px 22px 8px 10px;
        width: 178px;
    }

    .rental--desc {
        padding: 4px 10px;
        width: inherit;
    }

    .rental--price {
        margin-bottom: 4px;
    }

    .rental--bedbath {
        margin: 0 0 2px;
        float: left;
    }

    .rental--card .rental--card--bottom {
        padding: 2px 2px 5px;
        min-height: 40px;
        bottom: 0px;
    }

    .searches--content .rental--propertytype {
        margin-top: 4px;
        margin-right: 25px;
        line-height: normal;
    }

    .count-img {
        margin: 2px 0 0 2px;
        font-size: 11px;
    }

        .count-img span {
            font-size: 11px;
        }

    .rental--propertyaddress {
        width: inherit;
        overflow: inherit;
        padding: 0 5px 0 0;
    }

    .rental--img {
        height: 106px;
    }

    .ah--logo--resp a img {
        width: 85%;
    }

    #signup_popup .newmodalsmallcontainer {
        border-radius: 0;
    }

    .signup--title {
        text-align: center;
    }

    .favorit--nomatching--icon {
        width: 70px;
        float: left;
    }

    .favorit--nomatching--text {
        padding-top: 0px;
        text-align: left;
        line-height: 24px;
    }

    .owner--card {
        padding: 4px;
    }

    .profile--content h5 {
        max-width: 260px;
    }

    .profile--content {
        float: none;
        margin: 0px 0 0 40px;
        max-width: 100%;
        width: auto;
    }

    owner--rentals--row .rental--propertytype {
        margin: 22px 40px 0 0px;
    }

    .favourite--dropdownmenu:before {
        right: 8px;
    }

    .owner--card .cmn--btn {
        margin: 12px 0 0 40px;
        float: left;
    }

    .hdr--sign--links li {
        margin-left: 10px;
    }

    #header {
        padding: 0;
        min-height: 54px;
    }

    .mysearch--sec h4 {
        max-width: 62%;
    }

        .mysearch--sec h4 span {
            max-width: 72%;
        }

    .mysearch--sec input {
        width: 125px;
    }

    .en--search-tab h5.headings {
        font-size: 12px;
    }

    .hamburger--scroll .mCSB_container {
        margin: 0 !important;
    }

    .noscroll {
        overflow: hidden !important;
    }

    .owner-body .owner--pad--btm {
        padding-bottom: 0 !important;
    }

    .favourite--tab--rentals .close--btn {
        top: 5px !important;
    }

    .owner-body .inner--logo img,
    .ha-body .inner--logo img {
        width: 85%;
    }

    /*.header--inner--pages #header {
            position: fixed;
            width: 100%;
            z-index: 998;
            min-height: 170px;
        }*/

    .top--ad > div {
        padding: 5px 5px 0 5px;
    }

    .profile--content .fav--owner--trusted h5 {
        max-width: calc(100% - 20px);
    }

    .favourite--tab--rentals .community.rental--card h2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .favourite--tab--rentals .community .close--btn {
        top: 3px !important;
    }

    .favourite--tab--rentals .rental--card h2 {
        padding-right: 115px !important;
    }

    .favourite--tab--rentals .voucher--trusted--cnt {
        width: 55px;
        text-align: right;
    }

    .favourite--tab--rentals .trusted--cnt {
        vertical-align: middle;
    }

    .usr--name {
        max-width: 250px;
    }

    .owner--questions {
        margin-left: 10px;
    }

    #header .header--inner {
        min-height: 52px;
    }

    .header--branded .branded--logo--mobile {
        display: block;
    }

    .header--branded .branded--logo--desktop {
        display: none;
    }

    .header--branded .branded--poweredby--logo, .branded--poweredby--logo {
        display: none;
    }

    .header--branded .ah--logo--resp a img {
        width: auto;
        max-height: 36px;
    }

    .header--branded .ah--logo--resp {
        margin: 0;
        left: 40px;
        top: 7px;
    }

    .signup--modal .mbl--mid--cont {
        padding: 0 !important;
    }
}

@media screen and (min-width:320px) and (max-width:374px) {
    .ah--logo--resp {
        width: 150px;
    }

    .mysearch--sec h4 span {
        width: 85%;
    }

    .en--search-tab h5.headings {
        font-size: 12px;
    }

    .hamburger--scroll .mCSB_container {
        margin: 0 !important;
    }

    .noscroll {
        overflow: hidden !important;
    }

    .owner-body .owner--pad--btm {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width:320px) and (max-width:374px) {
    .ah--logo--resp {
        width: 150px;
    }

    .mysearch--sec h4 span {
        width: 85%;
    }

    .mysearch--sec h4 {
        width: 100%;
    }

    .searches--content .rental--propertytype {
        float: none;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .favourite--dropdownmenu {
        width: 93%;
        padding: 5px 10px 6px 10px;
        left: 0;
    }

    .rental--propertytype {
        margin: 7px 0 5px;
    }

    .rental_relative {
        height: 85px;
    }

    .rental--card .rental--communityname .tnresult--propertytype {
        margin: 15px 2px 0px 0;
    }

    .rental--bedbath {
        max-width: 260px;
    }

    .owner--content .rental--propertytype {
        float: none;
        display: block;
        margin: 12px 0 0;
    }

    .favourite--tabcontainer a {
        font-size: 12px;
        line-height: 40px;
    }

    .favorit--nomatching {
        padding: 20px 20px;
    }

    .favorit--nomatching--icon {
        float: none;
        margin: 0 auto 6px;
    }

    .favorit--nomatching--text {
        width: 100%;
        float: none;
        text-align: center;
    }

    .nomatcing--bluetxt {
        margin-bottom: 5px;
    }

    .favorit--nomatching--text {
        line-height: 20px;
        font-size: 14px;
    }

    .owner--rentals--row .cmn--btn {
        margin: 2px 0 0;
    }

    .non--community .rental--propertyaddress {
        margin: 2px 0 0;
    }

    .owner--card .cmn--btn {
        margin: 2px 0 0 40px;
        float: left;
    }

    /**----------media css-----------**/
    .community.rental--card h2 {
        padding: 7px 40px 6px 10px;
    }

    .favourite--tabcontainer .favourite--tablink {
        font-size: 12px;
    }
}
/** media css **/


.max-width-example .content {
    height: auto;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom; /* direct pointer events to js */
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto;
    }

.mCustomScrollBox { /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container { /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}
/* VERTICAL SCROLLBAR */
.mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0;
    }
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 4px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        text-align: center;
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #edeff1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #848484;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(0,0,0,0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.png); /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}


.dtl--cmn--hdr {
    width: 100%;
    display: block;
    padding: 18px 20px;
    border-bottom: 1px solid #ebeef4;
}

.dtl--cmn--ttl {
    font-size: 18px;
    color: #303E48;
    font-family: poppinsmedium;
    margin: 0;
    line-height: 22px;
}

.popular--searches--row {
    display: inline-block;
    width: 100%;
    margin-top: 70px;
}

.popular--searches--flx {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.popularsearch--hidemore {
    display: none;
}

.popularsearch--showmore {
    display: block;
}

.searches--col {
    display: block;
    width: calc(50% - 9px);
    margin: 0 16px 16px 0;
    background: #fff;
    border-radius: 4px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

    .searches--col:last-child {
        margin-right: 0;
    }

    .searches--col:nth-child(2n) {
        margin-right: 0;
    }

    .searches--col ul {
        display: flex;
        width: 100%;
        padding: 20px 20px 10px;
        margin: 0;
        flex-wrap: wrap;
        flex-direction: column;
        box-sizing: border-box;
    }

        .searches--col ul li {
            width: 100%;
            margin-bottom: 10px !important;
            border: none;
            box-shadow: none;
            background: none;
            padding: 0;
        }

            .searches--col ul li a {
                font-size: 16px;
                line-height: 26px;
                color: #00A1DF !important;
                text-decoration: underline;
                background: none !important;
                display: inline-block;
            }

                .searches--col ul li a:hover {
                    color: #303E48 !important;
                    text-decoration: none;
                }

.popular--show--all {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    background: #fff;
    box-shadow: 0px -1px 3px 2px rgba(0,0,0,0.03);
    position: absolute;
    bottom: 0;
    left: 0;
}

    .popular--show--all .show--more--link {
        margin: 0;
        display: flex;
        align-items: center;
    }

        .popular--show--all .show--more--link i {
            margin-left: 10px;
            top: 0;
        }

.tnresults--popular--searches .popular--searches--row {
    margin: 20px 0 30px;
    padding: 0 15px;
}

.tnresults--popular--searches .popular--searches--flx {
    flex-wrap: wrap;
}

.tnresults--popular--searches .searches--col {
    width: calc(50% - 9px);
    margin: 0 16px 16px 0;
}

    .tnresults--popular--searches .searches--col:nth-child(2n) {
        margin-right: 0;
    }


/*Popular search new design css start */
.popular--searches--full--width {
    background: #ffffff;
    clear: both;
    margin: 50px 0 -90px 0;
}

.large--container {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 20px;
}

.popular--searches--full--width .dtl--cmn--hdr {
    padding: 0;
    border: none;
}

.popular--searches--full--width .searches--col {
    margin: 0 15px 15px 0;
    padding-bottom: 27px;
    flex-basis: 23.848%;
    box-shadow: none;
}

    .popular--searches--full--width .searches--col:nth-child(2) {
        margin-right: 15px;
    }

.tnresults--popular--searches.popular--searches--full--width .searches--col:nth-child(2n) {
    margin-right: 15px;
}

.popular--searches--full--width .popular--show--all {
    box-shadow: none;
    justify-content: flex-start;
    position: unset;
    min-height: inherit;
}

.popular--searches--full--width .searches--col ul {
    padding-left: 0;
    padding-right: 0;
}

.popular--searches--full--width .popular--show--all .show--more--link i {
    font-size: 16px;
}

/*Popular search new design css end */

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .searches--col ul li a {
        font-size: 15px;
    }

    .searches--col .dtl--cmn--hdr {
        padding: 10px 15px;
        min-height: 65px;
        display: flex;
        align-items: center;
    }

    .searches--col .dtl--cmn--ttl {
        font-size: 16px;
    }

    .searches--col ul {
        padding: 15px 15px 10px;
    }

    .searches--col .dtl--cmn--hdr {
        padding: 10px 15px;
        min-height: 65px;
        display: flex;
        align-items: center;
    }

    .tnresults--popular--searches .searches--col .dtl--cmn--hdr {
        min-height: inherit;
    }
    .popular--searches--full--width .searches--col .dtl--cmn--hdr {
        padding: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .popular--searches--flx {
        flex-direction: column;
    }

    .searches--col {
        width: 100%;
        margin: 0 0 15px;
        border-radius: 0;
    }

        .searches--col:last-child {
            margin-bottom: 0;
        }

    .popular--searches--row {
        margin-top: 30px;
    }

    .dtl--cmn--ttl {
        font-size: 16px;
    }

    .dtl--cmn--hdr {
        padding: 11px 15px;
    }

    .tnresults--popular--searches .searches--col {
        width: 100%;
        border-radius: 4px;
        margin: 0 0 15px;
    }

    .searches--col ul li a {
        font-size: 14px;
    }
    .popular--searches--full--width .searches--col ul {
        padding-top: 12px;
        padding-bottom: 8px;
    }
}


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

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

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

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


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


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

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

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

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

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

.searchname--cnt p { 
    margin-bottom: 20px; 
}
.searchname--cnt p span { 
    font-size: 14px; 
    color: #848484;
    display: block;
    margin-top: 20px;
    line-height: 20px;
}

.info-icon {
    color: #00A1DF;
    font-size: 14px;
    cursor: pointer;
}

.info-icon-tooltip .tooltipster-box {
    background: #303E48;
    border-radius: 4px;
    border: none;
}


.info-icon-tooltip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #303E48;
}

.info-icon-tooltip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #303E48;
}


.info-icon-tooltip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #303E48;
}

.info-icon-tooltip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #303E48;
}


.info-icon-tooltip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #303E48;
}

.info-icon-tooltip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #303E48;
}


.info-icon-tooltip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #303E48;
}

.info-icon-tooltip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #303E48;
}


.info-icon-tooltip .tooltipster-content {
    padding: 8px 16px;
}

