﻿@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;
}

.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);
}

.request--submit--modal .newmodalsmallcontainer {
   margin: 0 auto;
}

.request--submit--cont {
    text-align: center;
}

    .request--submit--cont .icon {
        display: flex;
        justify-content: center;
        margin: 0 0 16px;
    }

    .request--submit--cont .title {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 12px;
        font-family: poppinsregular, sans-serif;
    }

    .request--submit--cont .desc {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
        text-align: left;
    }

/** media css **/
@media screen and (max-width: 639px) {
    .with-parent-login-block .dashboardcontent.static-page {
        margin-top: 70px;
    }
}

@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;
        }

    .request--submit--cont .desc {
        text-align: center;
    }
}

@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;
    }

    .desktopad2wrapper {
        padding: 12px;
        background: #f9f9f9;
        border: 1px solid #ccc;
        margin: 20px 0;
        display: inline-block;
        background: #fff;
    }

    #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;
        }

    .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;
    }
}

/* 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;
    }
}
