.ownercheckout--wrapper {
    margin-top: -16px;
    position: relative;
}

.ownercheckout--wrapper h1.cmn--hd {
    background: #ffffff;
    color: #303E48;
    font-family: poppinssemibold, sans-serif;
    font-size: 32px;
    line-height: 40px;
    padding: 10px 20px;
}

.ownercheckout--cnt {
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ownerchekout--l {
    width: 62.5%
}

   .checkout--withoutright .ownerchekout--l {
    margin: auto;
}

.checkout--withoutright .ownercheckout--button button {
    font-size: 16px;
    font-family: poppinsmedium, sans-serif;
    line-height: 43px;
}

.ownerchekout--r {
    width: 36%
}

.ownercheckout--wrapper h2.cmn--hd {
    font-size: 20px;
    font-family: poppinssemibold, sans-serif;
    margin-bottom: 20px;
}

.ownercheckout--whitebox {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border: 1px solid #edeff1;
    padding: 20px;
    margin-bottom: 20px;
}

.ownercheckout--summary ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.ownercheckout--info {
    color: #848484;
}

.ownercheckout--amount {
    font-size: 20px;
    font-family: poppinssemibold, sans-serif;
}

.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--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;
}

.form--row.ownercheckout--premiumplan {
    width: 50%;
}

.form--row.ownercheckout--nameoncard {
    flex-wrap: wrap
}

.form--row.ownercheckout--nameoncard label.form--lbl {
    width: 100%;
}

.form--row.ownercheckout--billingaddress .field--blk:first-child {
    flex: 2.1;
}

.ownercheckout--payment {
    margin-bottom: 20px;
}

ul.ownercheckout--payment--select {
    display: flex;
    align-items: flex-start;
}

ul.ownercheckout--payment--select li {
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border: 1px solid #edeff1;
    width: 164px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: poppinsbold, sans-serif;
    color: #303E48;
    position: relative;
}

ul.ownercheckout--payment--select li:hover {
    background: rgba(0,161,223,.05);
}

ul.ownercheckout--payment--select li.active {
    background: rgba(0,161,223,.05);
    border: 2px solid #00A1DF;
}

ul.ownercheckout--payment--select li img { 
    margin-right: 10px;
    vertical-align: middle;
}

ul.ownercheckout--payment--select li input { 
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
ul.ownercheckout--payment--select li label {
    cursor: pointer;
}

.form--row.ownercheckout--cards, .form--row.ownercheckout--exp {
    align-items: flex-start;
}

.form--row.ownercheckout--cards .field--blk span img {
    height: 26px; 
    margin-right: 5px;
    margin-bottom: 5px;
}

.security--code--img img {
    height: 26px; 
    margin-right: 5px;
}

.form--row.ownercheckout--cards  .field--blk:first-child {
    flex: 2.2;
}

.form--row.ownercheckout--exp .form--field {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ownerchekout--l .ownercheckout--whitebox:last-child, .ownerchekout--r .ownercheckout--whitebox:last-child {
    margin-bottom: 0;
}

.encrypted--txt {
    font-size: 12px;
    color: #848484;
}

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;
}

.security--code {
    position: relative;
}

.security--code .form--lbl i {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(132,132,132,.5);
}

em.show--txt--mobile {
    display: none;
    font-style: normal;
}

.popover--overlay.security--code--popover {
    position: absolute;
    top: 27px;
    left: 100%;
    margin-left: -30px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    z-index: 1;
    width: 590px;
    border: 1px solid #edeff1;
    height: auto;
}

.popover--overlay.popover--overlay--show {
    display: flex;
}

.security--code--info--popover--cnt h3 {
    text-align: left;
    margin-bottom: 15px;
}

.security--img--cnt {
    display: flex;
    align-items: flex-start;
}

.security--img--cnt img:first-child {
    margin-right: 20px;
}

.card--img--cnt img, .security--code--img img {
    margin-top: 27px;
}

.expdate--drop {
    width: 46%;
}

.checkoutbox-disabled {
    opacity: .5;
    pointer-events: none;
}

.validationElement {
    border-color: #b7312c !important;
    color: #b7312c !important;
}

.validationElement.checkbox-custom input[type=checkbox]:not(old) + label > span {
    border-color: #b7312c !important;
}

.discount--info {
    background: #529d3f;
    border-radius: 4px;
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
}

.alert-dark {
    background: #00a1df !important;
    border: none !important; 
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,.3) !important;
}

.alert-dark i {
    color: #ffffff !important;
}

    .alert-dark a {
        color: #ffffff !important;
        text-decoration: underline;
    }

        .alert-dark a:hover {
            text-decoration: none;
        }

.ownercheckout--back {
    position: absolute;
    top: 20px;
    left: 15px;
}

    .ownercheckout--back a {
        font-family: poppinssemibold, sans-serif;
    }

    .ownercheckout--back img {
        vertical-align: middle;
        margin-right: 5px;
    }

@media screen and ( min-width: 1024px ) and ( max-width: 1199px ) {
    .ownercheckout--whitebox {
    padding: 15px;
}
.ownercheckout--info {
    font-size: 14px;
}
.ownercheckout--amount.green-text {
    font-size: 18px;
}
.ownercheckout--amount, .ownercheckout--total .ownercheckout--info {
    font-size: 16px;
}
.ownercheckout--button button {
    font-size: 20px;
}
.ownercheckout--wrapper h1.cmn--hd {
    font-size: 30px;
}
.ownercheckout--wrapper h2.cmn--hd {
    font-size: 18px;
}
.ownercheckout--price {
    font-size: 18px;
}
.form--row.ownercheckout--exp .form--field select {
    width: 48%;
}
.form--row.ownercheckout--cards .field--blk span img {
    height: 24px;
}
}

@media screen and ( max-width: 1023px ) {
.ownercheckout--cnt {
    flex-direction: column;
}
.ownerchekout--l, .ownerchekout--r {
    width: 100%;
}
.ownercheckout--wrapper h1.cmn--hd {
    font-size: 28px;
}
.ownercheckout--wrapper h2.cmn--hd {
    font-size: 18px;
}
.ownercheckout--price {
    font-size: 18px;
}
em.show--txt--mobile {
    display: inline-block;
}
.ownerchekout--r {
    margin-top: 20px;
}
.ownercheckout--button button {
    font-size: 22px;
}
.security--img--cnt {
    flex-direction: column;
}
.popover--overlay.security--code--popover {
    width: 300px;
}
.security--img--cnt img:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
}
 
@media screen and ( max-width: 767px ) {
.ownercheckout--wrapper h1.cmn--hd {
    font-size: 22px;
}
.ownercheckout--wrapper .wrapper {
    padding: 0 !important;
}
.ownercheckout--wrapper h2.cmn--hd {
    padding: 0 15px;
}
.ownercheckout--wrapper .form--row.ownercheckout--premiumplan {
    width: auto;
}
ul.ownercheckout--billing li {
    flex-direction: column;
}
.ownercheckout--frequency .cmn--btn.cmn--btn--sm {
    padding: 0 7px;
    font-size: 12px;
    margin-left: 5px;
    line-height: 24px;
}
.ownercheckout--price {
    margin-top: 10px;
    margin-left: 25px;
}
.ownercheckout--price span {
    float: left;
    margin-right: 10px;
}
ul.ownercheckout--payment--select li {
    margin-right: 0;
    width: 48%;
    margin: 0 2px;
    padding: 0 5px 0 0;
    text-align: center;
    font-size: 18px;
}
ul.ownercheckout--payment--select li img {
    margin: 6px 0;
    max-width: 100%;
}
ul.ownercheckout--payment--select li a {
    width: 100%;
}
ul.ownercheckout--payment--select {
    display: flex;
    justify-content: space-between;
}
.ownercheckout--summary ul li {
    font-size: 14px;
}
.ownercheckout--amount {
    font-size: 18px;
}
.ownercheckout--amount.green-text {
    font-size: 20px;
}
.ownercheckout--info {
    width: 70%;
}
.ownercheckout--carddetails .form--row {
    display: block;
}
.ownercheckout--carddetails .field--blk {
    margin-left: 0;
}
.form--row.ownercheckout--addressdetails {
    display: block;
}
.ownercheckout--addressdetails .field--blk {
    margin-left: 0;
    width: 47.5%;
    display: inline-block;
    vertical-align: top;
}
.ownercheckout--addressdetails .field--blk:first-child {
    display: block;
    width: 100%;
}
.ownercheckout--addressdetails .field--blk:nth-child(2) {
    margin-right: 10px;
}
.ownercheckout--frequency {
    display: flex;
    justify-content: space-between;
}
.card--img--cnt img, .security--code--img img {
    margin-top: 0;
}
.popover--overlay.security--code--popover {
    left: auto;
    right: -10px;
    margin-left: 0;
}
.popover--overlay:before {
    left: auto !important;
    right: 2px;
}
    .discount--info {
        padding: 5px;
        width: auto;
        margin-right: 2px;
    }
.ownerchekout--l .cmn--alert--msg {
    margin: 0 10px 20px;
    width: auto;
}
.ownercheckout--button button { 
    min-width: 96%;
    margin: 0 2%;
}

    .ownercheckout--back {
        position: inherit;
        top: auto;
        left: auto;
        background: #FFF;
        padding: 15px 15px 5px;
    }
}

.d-none {
    display: none !important;
}

div.apple-pay {
    width: 100%;
    height: 45px;
}

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }

    .apple-pay-button-black {
        -apple-pay-button-style: black !important;
    }

    .apple-pay-button-white {
        -apple-pay-button-style: white !important;
    }

    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline !important;
    }

    .apple-pay-button-with-text {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: buy;
    }

        .apple-pay-button-with-text > * {
            display: none;
        }

    .apple-pay-button-black-with-text {
        -apple-pay-button-style: black !important;
    }

    .apple-pay-button-white-with-text {
        -apple-pay-button-style: white !important;
    }

    .apple-pay-button-white-with-line-with-text {
        -apple-pay-button-style: white-outline !important;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }

    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white) !important;
        background-color: black !important;
    }

    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black) !important;
        background-color: white !important;
    }

    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black) !important;
        background-color: white !important;
        border: .5px solid black !important;
    }

    .apple-pay-button-with-text {
        --apple-pay-scale: 1; /* (height / 32) */
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }

    .apple-pay-button-black-with-text {
        background-color: black !important;
        color: white !important;
    }

    .apple-pay-button-white-with-text {
        background-color: white !important;
        color: black !important;
    }

    .apple-pay-button-white-with-line-with-text {
        background-color: white !important;
        color: black !important;
        border: .5px solid black !important;
    }

    .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-white) !important;
        background-color: black !important;
    }

    .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black) !important;
        background-color: white !important;
    }

    .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black) !important;
        background-color: white !important;
    }

    .apple-pay-button-with-text > .text {
        font-family: -apple-system;
        font-size: calc(1em * var(--apple-pay-scale));
        font-family: 'robotolight';
        align-self: center;
        margin-right: calc(2px * var(--apple-pay-scale));
    }

    .apple-pay-button-with-text > .logo {
        width: calc(35px * var(--scale));
        height: 100%;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        margin-left: calc(2px * var(--apple-pay-scale));
        border: none;
    }
}

.apple-pay-set-up-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: set-up;
}

.apple-pay-set-up-button-black {
    -apple-pay-button-style: black !important;
}

.apple-pay-set-up-button-white {
    -apple-pay-button-style: white !important;
}

.apple-pay-setup-button-white-with-line {
    -apple-pay-button-style: white-outline !important;
}

.apple-pay-donate-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: donate;
}

.apple-pay-donate-button-black {
    -apple-pay-button-style: black !important;
}

.apple-pay-donate-button-white {
    -apple-pay-button-style: white !important;
}

.apple-pay-donate-button-white-with-line {
    -apple-pay-button-style: white-outline !important;
}


