body {
    background: #ffffff !important;
}

.ownerplandetails--wrapper {
    padding-top: 45px;
}

    .ownerplandetails--wrapper .wrapper {
        max-width: 1392px;
    }

h1.cmn--hd {
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 50px;
}

    h1.cmn--hd span {
        color: #fc8b06;
    }

.ownerplans--details {
    max-width: 920px;
    margin: auto;
}

.ownerplans--change {
    margin-top: 100px;
}

.ownerplans--change--hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ownerplans--hd {
    font-size: 32px;
    line-height: 42px;
    font-family: poppinssemibold, sans-serif;
}

.ownerplans--compare a {
    font-family: poppinssemibold, sans-serif;
}

.ownerpricing--row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 80px;
}

.ownerpricing--row--inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ownerpricing--col {
    width: 24%;
    padding: 5px 24px;
}

.pricing--plan--box {
    padding: 36px 24px;
    border: 1px solid rgba(237,239,241,.3);
    background: rgba(237,239,241,.5);
    border-radius: 8px;
    min-height: 430px;
    position: relative;
}

h2.inner-hd {
    font-size: 24px;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 15px;
}

.ownerpricing--desc {
    margin-bottom: 20px;
    line-height: 24px;
}

.ownerpricing--price {
    font-size: 48px;
    font-family: poppinssemibold, sans-serif;
    min-height: 100px;
    margin-bottom: 15px;
    line-height: 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

    .ownerpricing--price span {
        font-size: 14px;
        line-height: 20px;
        color: #848484;
        display: block;
        font-family: poppinsmedium, sans-serif;
    }

.ownerpricing--btn a {
    display: block;
}


ul.ownerpricing--list li {
    background: url(../../images/AffordableHousing/pricing-list-bullet.png) no-repeat 0 5px;
    padding-left: 30px;
    font-size: 14px;
}

    ul.ownerpricing--list li:last-child {
        margin-bottom: 15px;
    }

.ownerpricing--subhd {
    font-size: 18px;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 10px;
    min-height: 33px;
}

.change--plan {
    pointer-events: none;
    opacity: .3;
}

.current--plan {
    pointer-events: none;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.current--plan--box .current--plan a {
    padding: 0 5px;
    line-height: 24px;
}

    .current--plan--box .current--plan a span {
        display: block;
        font-size: 14px;
        font-family: poppinsregular, sans-serif;
    }

.current--plan a {
    background: none;
    border: none;
    color: #529d3f;
    font-family: poppinssemibold, sans-serif;
}

.ownerpricing--billingfreq {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    text-align: center;
}

    .ownerpricing--billingfreq a, .ownerplan--changecard a {
        font-size: 14px;
        font-family: poppinssemibold, sans-serif;
    }

.most--popular {
    width: 101%;
    position: absolute;
    top: -48px;
    left: -2px;
    background: #529d3f;
    color: #ffffff;
    font-size: 18px;
    font-family: poppinssemibold, sans-serif;
    height: 48px;
    line-height: 48px;
    border-radius: 8px 8px 0 0;
    border: 2px solid #529d3f;
    padding: 0 24px;
}

.left--right--bottborder {
    border-left: 2px solid #529d3f;
    border-right: 2px solid #529d3f;
    border-bottom: 2px solid #529d3f;
    border-radius: 0 0 8px 8px;
}

.ownerpricing--cancelplan {
    text-align: center;
}

    .ownerpricing--cancelplan a {
        font-family: poppinssemibold, sans-serif;
    }

.ownerpricing--history {
    background: rgba(237,239,241,.5);
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 80px;
}

    .ownerpricing--history .accordion-dropdown .links a {
        font-size: 24px;
        line-height: 28px;
        font-family: poppinssemibold, sans-serif;
        padding: 0;
        background-image: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .ownerpricing--history .accordion-dropdown .links a:hover {
            background-color: transparent !important;
        }

    .ownerpricing--history .accordion-dropdown .links .ownerpricing--col {
        padding: 30px 24px;
    }

    .ownerpricing--history .accordion-dropdown.open .links a i {
        transform: rotate(-180deg);
    }

    .ownerpricing--history .accordion-dropdown .links a i {
        color: #00A1DF;
        font-size: 20px;
    }

    .ownerpricing--history .ah--accord--wrapper .accordion-submenu {
        padding: 20px 0 0;
    }

.order--history--list {
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 20px;
}

.order--history--pagination {
    text-align: center;
}

.paging-list {
    text-align: center;
}

    .paging-list ul li {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0 2px;
        background: transparent;
        box-shadow: none;
        border: none;
    }

.order--history--row {
    border-top: 1px solid #edeff1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .order--history--row.order--history--hd {
        border-top: none;
        font-family: poppinssemibold, sans-serif;
        padding: 5px 0;
    }

.order--history--col {
    padding: 15px;
    width: 24%;
}

    .order--history--col span.planname {
        font-family: poppinssemibold, sans-serif;
        display: block;
    }

.ownerplan--benefits--hd {
    font-family: poppinssemibold, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.ownerplan--bill--date {
    margin-bottom: 40px;
}

.ownerplan--benefits--info {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 10px;
}

.ownerplan--benefits--col {
    border: 1px solid #edeff1;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 32.4%;
}

    .ownerplan--benefits--col:hover {
        box-shadow: 0 0 15px rgba(48,62,72,0.1);
    }

.ownerplan--col--hdcount {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.ownerplan--col--hd {
    font-family: poppinssemibold, sans-serif;
    font-size: 18px;
    min-height: 40px;
    width: 75%;
    word-break: break-word;
}

.ownerplan--col--ratio {
    background: #edeff1;
    border-radius: 30px;
    height: 4px;
    margin-bottom: 10px;
}

    .ownerplan--col--ratio span {
        display: block;
    }

.red--bar {
    border-radius: 30px;
    height: 4px;
    background: #b7312c;
}

.yellow--bar {
    border-radius: 30px;
    height: 4px;
    background: #ffb500;
}

.green--bar {
    border-radius: 30px;
    height: 4px;
    background: #529d3f;
}

.ownerplan--col--desc {
    color: #848484;
    font-size: 12px;
}

.ownerplan--col--count {
    font-size: 14px;
    color: #848484;
}

    .ownerplan--col--count span {
        font-size: 24px;
        font-family: poppinssemibold, sans-serif;
    }

        .ownerplan--col--count span.green--txt {
            color: #529d3f;
        }

        .ownerplan--col--count span.yellow--txt {
            color: #ffb500;
        }

        .ownerplan--col--count span.red--txt {
            color: #b7312c;
        }

.ownerplan--current {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.ownerplan--plandetails {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ownerplan--trusted {
    width: 50%;
}

.ownerplan--joindate {
    position: relative;
    margin-bottom: 10px;
}

.ownerplan--graybox {
    background: rgba(237,239,241,.5);
    border-radius: 4px;
    padding: 15px 20px;
    overflow: hidden;
    position: relative;
}

.ownerplan--trustedowner--img {
    width: 35px;
    margin-right: 10px;
}

.ownerplan--trustedowner--desc a {
    font-family: poppinssemibold, sans-serif;
}

.ownerplan--trustedowner--head {
    font-size: 14px;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 5px;
}

.ownerplan--trustedowner--details {
    font-size: 12px;
    color: #848484;
    margin-bottom: 10px;
}

.joindate-premium-img {
    position: absolute;
    bottom: 0;
    right: -10px;
}

    .joindate-premium-img img {
        display: block;
    }

.joindate--desc {
    font-size: 14px;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 10px;
}

.joindate--info span {
    display: block;
    font-size: 12px;
    color: #848484;
    margin-bottom: 5px;
}

.ownerplan--planname {
    width: 100%;
    font-size: 20px;
    font-family: poppinssemibold, sans-serif;
    margin: 20px 0 10px;
}

.ownerplan--plandetails span {
    display: block;
    font-size: 12px;
    color: #848484;
    margin-bottom: 5px;
}

.ownerplan--paymentmethod {
    font-size: 12px;
    color: #848484;
    width: 49%;
}

    .ownerplan--paymentmethod i {
        color: rgba(132,132,132,.5);
    }

    .ownerplan--paymentmethod img {
        height: 20px;
        vertical-align: middle;
    }

.plan--modal .newmodalsmallcontainer {
    max-width: 864px;
    margin: auto;
}

.plan--modal .ren-own-btn {
    display: block;
    text-align: right;
}

.plan--modal p {
    margin-bottom: 20px;
}

.plan--modal ul li {
    margin-bottom: 5px;
}

.cancelplan--step3 ul {
    margin-left: 15px;
}

    .cancelplan--step3 ul li {
        list-style-type: disc;
    }

.plan--modal .cancel--plan--desc {
    margin-top: 15px;
}

    .plan--modal .cancel--plan--desc textarea {
        min-height: initial;
        height: 55px;
    }

.plan--modal p.big--txt {
    font-size: 18px;
}

    .plan--modal p.big--txt strong {
        font-family: poppinssemibold, sans-serif;
    }

.plan--modal .cancelplan--notes {
    font-size: 12px;
    color: #848484;
    text-align: left;
    margin-top: 20px;
}

.plan--modal .cancelplan--badge {
    background: rgba(183,49,44,.1);
    color: #b7312c;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
}

.plan--modal ul.cancelplan--pointers li {
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #edeff1;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan--modal .cancelplan--desc h2 {
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    color: #303E48;
}

.plan--modal .cancelplan--img {
    width: 25%;
    margin-right: 10px;
}

    .plan--modal .cancelplan--img img {
        max-width: 100%;
    }

.plan--modal .cancelplan--desc {
    font-size: 14px;
    color: #848484;
    width: 75%;
}

.plan--modal .mbl--mid--cont.modal--mid--cont {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.ownerplan--billingfreq {
    width: 49%;
}

.ownerplan--trustedowner {
    position: relative;
}

ul.changeplan--alert--list {
    margin-left: 15px;
    margin-top: 5px;
}

    ul.changeplan--alert--list li {
        margin-bottom: 0;
        list-style-type: disc;
    }

        ul.changeplan--alert--list li span {
            font-family: poppinssemibold, sans-serif;
        }

h2.cmn--hd {
    font-size: 20px;
    font-family: poppinssemibold,sans-serif;
    margin-bottom: 20px;
}

.changebilling--freq--cnt .form--lbl {
    margin-bottom: 7px;
}

ul.ownercheckout--billing {
    margin-top: 15px;
}

    ul.ownercheckout--billing li {
        background: #ffffff;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0,0,0,.1);
        border: 1px solid #edeff1;
        margin-bottom: 10px;
        padding: 20px 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        cursor: pointer;
    }

        ul.ownercheckout--billing li:hover {
            background: rgba(0,161,223,.05);
        }

        ul.ownercheckout--billing li.active {
            background: rgba(0,161,223,.05);
            border: 1px solid #00A1DF;
        }

        ul.ownercheckout--billing li:last-child {
            margin-bottom: 0;
        }

        ul.ownercheckout--billing li.active .ownercheckout--usagelimits {
            border-color: rgba(0,161,223,0.3);
        }

.ownercheckout--usagelimits {
    width: 100%;
    padding-top: 20px;
}

    .ownercheckout--usagelimits ul {
        margin-left: 25px;
    }

        .ownercheckout--usagelimits ul li {
            border: none;
            box-shadow: none;
            padding: 0;
            display: block;
            background: url(../../images/AffordableHousing/pricing-list-bullet.png) no-repeat 0 5px !important;
            padding-left: 30px;
            font-size: 12px;
            margin-bottom: 5px;
        }

            .ownercheckout--usagelimits ul li span {
                font-family: poppinssemibold, sans-serif;
            }


.ownercheckout--frequency .custom--radio {
    display: inline-block;
    font-family: poppinssemibold, sans-serif;
}

.ownercheckout--price {
    font-size: 20px;
    font-family: poppinssemibold, sans-serif;
}

    .ownercheckout--price strike {
        font-size: 12px;
        text-decoration: line-through;
        color: #848484;
        font-family: poppinsregular, sans-serif;
        vertical-align: middle;
    }

.ownercheckout--frequency .cmn--btn--sm {
    font-size: 12px;
    line-height: 22px;
    margin-left: 10px;
}

.ownercheckout--summary ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.ownercheckout--info {
    color: #848484;
}

.ownercheckout--amount {
    font-size: 20px;
    font-family: poppinssemibold, sans-serif;
}

    .ownercheckout--amount span {
        font-size: 16px;
        font-family: poppinsregular, sans-serif;
        color: #848484;
    }

        .ownercheckout--amount span img {
            height: 25px;
            vertical-align: middle;
            margin-right: 5px;
        }

    .ownercheckout--amount.green-text {
        font-size: 24px;
        color: #529d3f;
    }

.ownercheckout--summary ul li.ownercheckout--total {
    border-top: 1px solid #edeff1;
    padding-top: 15px;
}

.ownercheckout--total .ownercheckout--info {
    font-size: 20px;
    font-family: poppinssemibold, sans-serif;
    color: #303E48;
}

.ownercheckout--total .ownercheckout--txt--info span {
    font-size: 14px;
    font-family: poppinsregular, sans-serif;
    color: #848484;
    margin-top: 15px;
    font-style: italic;
    display: block;
}

.ownercheckout--agree {
    margin: 20px 0;
}

.ownercheckout--smalltxt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #848484;
}

    .ownercheckout--smalltxt a {
        font-family: poppinssemibold, sans-serif;
        text-decoration: underline !important;
    }

        .ownercheckout--smalltxt a:hover {
            text-decoration: none !important;
        }

.ownercheckout--button button {
    min-width: 100%;
    font-size: 24px;
    font-family: poppinsbold, sans-serif;
}

.ownercheckout--summary {
    margin-top: 20px;
}

.payment--method {
    flex-wrap: wrap;
}

.modal--back {
    padding: 15px 25px;
    border-bottom: 1px solid #edeff1;
}

    .modal--back img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .modal--back a {
        font-family: poppinssemibold, sans-serif;
    }

.ownerplan--nextrenew {
    width: 50%;
}

.plan--update-btn {
    font-size: 14px;
    padding: 0 5px;
    background: none;
    border: none;
    color: #529d3f !important;
    font-family: poppinssemibold, sans-serif;
    opacity: 1 !important;
}

.ownerplan--plandetails .cmn--alert--msg {
    margin-bottom: 0;
    margin-top: 20px;
    z-index: 2;
}

.cmn--alert--links {
    display: block;
    margin-top: 10px;
}

    .cmn--alert--links a {
        margin-right: 10px;
    }

.validationElement {
    border-color: #b7312c !important;
    color: #b7312c !important;
}

    .validationElement.checkbox-custom input[type=checkbox]:not(old) + label > span {
        border-color: #b7312c !important;
    }

textarea.error-validation {
    /*border-color: #d84d32;*/
    color: #303030;
}

.ownerplan--changecard {
    margin-top: 5px;
}

.bordertopnone {
    border-top: none !important;
}

.ownercheckout--txt--info {
    width: 100%;
}

.ownercheckout--saveplan--billing {
    background: #f3fbf1;
    border: 1px solid #529d3f;
    color: #529d3f;
    padding: 15px;
    font-family: poppinssemibold, sans-serif;
    border-radius: 4px;
    width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    margin-right: 10px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #848484;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: #ffffff;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #529d3f;
}

    input:checked + .slider:before {
        transform: translateX(16px);
    }

.discount--info {
    background: #529d3f;
    border-radius: 4px;
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
}

.ownercheckout--txt--small {
    font-size: 14px;
    color: #848484;
    font-family: poppinsregular, sans-serif;
    font-style: italic;
}

.ownercheckout--oldprice {
    font-size: 12px;
    color: #848484;
    text-decoration: line-through;
    margin-right: 10px;
    vertical-align: middle;
}

.ownerpricing--btn.disabled {
    opacity: 1;
}

.remaining--benefits {
    margin-top: 20px;
}

    .remaining--benefits .ownerplan--col--desc ul {
        margin-left: 15px;
    }

        .remaining--benefits .ownerplan--col--desc ul li {
            list-style-type: disc;
        }

    .remaining--benefits .ownerplan--benefits--col {
        min-height: 230px;
    }

.green--txt--small {
    font-size: 16px !important;
    color: #529d3f;
}

.ownerpricing--list--mobile {
    min-height: 170px;
}

.request--pricing--modal .newmodalsmallcontainer {
    max-width: 600px;
}

.request--pricing--cnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.request--pricing--left {
    width: 45%;
}

.request--pricing--right {
    width: 50%;
}

.request--pricing--hd {
    font-size: 18px;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 20px;
}

.request--pricing--desc {
    font-size: 14px;
    margin-bottom: 20px;
}

    .request--pricing--desc p {
        margin-bottom: 15px;
    }

    .request--pricing--desc ul li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
        font-size: 14px;
    }

        .request--pricing--desc ul li:before {
            content: '+';
            position: absolute;
            top: 4px;
            left: 0;
            font-size: 22px;
            font-family: poppinssemibold, sans-serif !important;
            color: #529d3f;
        }

        .request--pricing--desc ul li:last-child {
            margin-bottom: 0px;
        }

.request--pricing--form {
    background: rgba(237, 239, 241, .5);
    border-radius: 8px;
    border: 2px solid #00a1df;
    padding: 34px;
}

    .request--pricing--form .field--blk {
        margin-left: 0;
    }

.pricing--note {
    margin-top: 20px;
    color: #848484;
    font-size: 14px;
}

@media screen and ( min-width: 1200px ) and ( max-width: 1365px ) {
    .ownerpricing--desc {
        min-height: 50px;
    }

    .ownerpricing--list--mobile {
        min-height: 190px;
    }
}

@media screen and ( min-width: 1024px ) and ( max-width: 1199px ) {
    h1 .cmn--hd {
        font-size: 38px;
        line-height: 52px;
    }

    .ownerplans--hd {
        font-size: 26px;
        line-height: 36px;
    }

    .ownerpricing--desc {
        font-size: 14px;
        line-height: 20px;
        min-height: 130px;
    }

    .ownerpricing--price {
        font-size: 40px;
    }

    .most--popular {
        width: 101.4%;
        padding: 0 15px;
        font-size: 16px;
    }

    .pricing--plan--box {
        padding: 30px 15px;
    }

    .ownerpricing--list--mobile {
        min-height: 210px;
    }

    .ownerpricing--subhd {
        padding: 33px 0;
    }

    .plan--modal .newmodalsmallcontainer {
        max-width: 768px;
    }

    .plan--modal p.big--txt, .plan--modal .cancelplan--desc h2 {
        font-size: 16px;
    }

    .plan--modal .mbl--mid--cont.modal--mid--cont {
        max-height: 510px;
    }

    .ownercheckout--total .ownercheckout--info, h2.cmn--hd, .ownercheckout--amount {
        font-size: 18px;
    }

        .ownercheckout--amount.green-text {
            font-size: 22px;
        }

    .plan--update-btn {
        line-height: 24px;
    }
}

@media screen and ( max-width: 1023px ) {
    .ownerplandetails--wrapper {
        padding-top: 25px;
    }

        .ownerplandetails--wrapper .wrapper {
            padding: 0 !important;
        }

    h1.cmn--hd {
        font-size: 34px;
        line-height: 50px;
    }

    .ownerplan--col--hd, .ownerplan--trustedowner--head, .ownerplan--planname {
        font-size: 16px;
    }

    .ownerplans--hd {
        font-size: 26px;
        line-height: 36px;
    }

    .ownerpricing--row {
        flex-direction: column;
        padding: 0 0 30px;
    }

    .ownerpricing--col {
        width: 100%;
    }

    .pricing--plan--box {
        margin: 10px 0;
        min-height: initial;
        padding: 30px 20px;
    }

    .ownerplans--change {
        margin-top: 30px;
    }

    .ownerpricing--btn a {
        display: inline-block;
    }

    .most--popular {
        width: 100.6%;
    }

    .most--popular--box {
        margin-top: 55px;
    }

    .ownerpricing--history .accordion-dropdown .links a {
        font-size: 20px;
        line-height: 24px;
    }

    .ownerplans--details, .ownerplans--change {
        padding: 0 2%;
    }

    .ownerpricing--price {
        min-height: initial;
    }

    .plan--modal .newmodalsmallcontainer {
        max-width: 668px;
    }

    .plan--modal p.big--txt, .plan--modal .cancelplan--desc h2 {
        font-size: 16px;
    }

    .ownerplan--graybox {
        padding: 15px;
    }

    .ownercheckout--total .ownercheckout--info, h2.cmn--hd, .ownercheckout--amount, .ownercheckout--price {
        font-size: 18px;
    }

        .ownercheckout--amount.green-text {
            font-size: 20px;
        }

    .ownercheckout--button button {
        font-size: 22px;
    }

    .ownerplan--changecard {
        right: 15px;
    }

        .ownerpricing--billingfreq a, .ownerplan--changecard a {
            font-size: 12px;
        }

    .ownerpricing--list--mobile {
        min-height: inherit;
    }

    .current--plan {
        justify-content: flex-start;
    }

    .request--pricing--modal .newmodalsmallcontainer {
        max-width: 700px;
    }

    .pricing--note {
        margin: 0 20px;
    }
}

@media screen and ( max-width: 767px ) {
    .ownerpricing--btn a {
        display: block;
    }

    h1.cmn--hd {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .ownerplandetails--wrapper {
        padding-top: 25px;
    }

    .ownerplan--current {
        flex-direction: column;
    }

    .ownerplan--plandetails, .ownerplan--joindate {
        width: 100%;
    }

    .ownerplan--trustedowner {
        flex-wrap: wrap;
    }

    .ownerplan--trustedowner--btn {
        margin-top: 10px;
        width: 100%;
    }

        .ownerplan--trustedowner--btn .cmn--btn {
            display: block;
        }

    .ownerplan--benefits--info {
        flex-direction: column;
    }

    .ownerplan--benefits--col {
        width: 100%;
        margin: 5px 0;
    }

    .ownerplan--benefits--hd {
        font-size: 16px;
    }

    .ownerplans--change {
        position: relative;
    }

    .ownerplans--change--hd {
        flex-direction: column;
    }

    .ownerplans--compare {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .ownerplans--hd {
        font-size: 20px;
        line-height: 30px;
    }

    .ownerpricing--history {
        margin-top: 30px;
        padding: 15px;
    }

    .order--history--col {
        padding: 10px 5px;
        font-size: 11px;
        line-height: 16px;
        width: 20%;
    }

    .order--history--row .order--history--col:first-child {
        width: 30%;
    }

    .order--history--col .property--tag {
        font-size: 10px;
    }

    .ownerpricing--cancelplan {
        margin-top: 30px;
    }

    .ownerplan--trustedowner--desc {
        width: 82%;
    }

    .most--popular {
        width: 101.4%;
    }

    .plan--modal .ren-own-btn {
        text-align: center;
    }

        .plan--modal .ren-own-btn .cmn--btn {
            padding: 0 10px;
        }

    .plan--modal .cancelplan--badge {
        display: block;
    }

    .plan--modal .cancelplan--desc h2 {
        font-size: 14px;
    }

    .plan--modal .cancelplan--img {
        width: 35%;
    }

    .plan--modal .cancelplan--desc {
        font-size: 12px;
        width: 65%;
    }

    .plan--modal ul.cancelplan--pointers li {
        padding: 10px;
    }

    .plan--modal .mbl--mid--cont.modal--mid--cont {
        max-height: initial;
    }

    .plan--modal .cancelplan--step2 .ren-own-btn .cmn--btn {
        min-width: 300px;
        margin: 5px 0;
    }

    .ownerplan--trusted {
        width: auto;
    }

    .ownerplan--billingfreq {
        width: 45%;
    }

    .ownerplan--nextrenew {
        margin-top: 10px;
    }

    .ownercheckout--frequency {
        display: flex;
        justify-content: space-between;
    }

    ul.ownercheckout--billing li {
        flex-direction: column;
    }

    .ownercheckout--price {
        margin-top: 10px;
        margin-left: 25px;
    }

        .ownercheckout--price span {
            float: left;
            margin-right: 10px;
        }

    .ownercheckout--summary ul li {
        font-size: 14px;
    }

    .ownercheckout--paymentmethod {
        margin-top: 20px;
    }

    #changeplan-modal .ren-own-btn .started--btn.cmn--btn {
        min-width: 250px;
        margin: 5px 0;
    }

    .cmn--alert--links a {
        display: block;
        line-height: 20px;
    }

    .ownerplan--changecard {
        bottom: 15px;
        right: 15px;
    }

    .discount--info {
        padding: 5px;
        width: auto;
        margin-right: 2px;
    }

    .remaining--benefits .ownerplan--benefits--col {
        min-height: inherit;
    }

    .request--pricing--cnt {
        flex-direction: column;
    }

    .request--pricing--left, .request--pricing--right {
        width: 100%;
    }

    .pricing--note {
        margin: 0 10px;
        font-size: 12px;
    }
}


