/* Minification failed. Returning unminified contents.
(31,23): run-time error CSS1046: Expect comma, found '0'
(31,27): run-time error CSS1046: Expect comma, found '/'
 */
.wrap {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    min-height: 700px;
}

/* very specific to voluntary pay */

.topnav-minor {
    display: none;
}

.tier-input-container {
    display: block;
}

    .tier-input-container b {
        font-size: 150%;
    }

.btns-floating {
    position: relative;
    min-height: 54px;
}

.btn-floating {
    background: rgb(0 0 0 / 65%);
    padding: 10px 15px;
    border-radius: 3em;
    display: inline-flex;
    line-height: 1.2;
    column-gap: 8px;
    align-items: center;
    opacity: 0;
    position: absolute;
    transition: opacity 0.7s ease-in-out;
    color: #fff;
}

    .btn-floating.active {
        opacity: 1;
    }

.heart {
    font-size: 24px;
}

@media (min-width: 1440px) {
    .btns-floating {
        position: fixed;
        z-index: 100;
        bottom: 3%;
        left: 3%;
        width: fit-content;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    /* special case - if there are only two intervals, put them on one line on smaller devices */

    .intervals.cards-grid-count-2 { /* this is a .cards */
        justify-content: center;
        margin: 0 -10px;
        display: flex;
        flex-flow: row wrap;
    }

    .cards-grid-count-2 .interval { /* this is a .card */
        width: calc(50% - 21px);
    }

    /* make the default tier first - which requires turning this into a flexbox list */
    .cards-tiers {
        display: flex;
        flex-direction: column;
    }

    .tier-default {
        order: -1;
    }

    /* hide footer unless it's selected */
    .cards-tiers .card-footer {
        display: none;
    }

    .card-tier-selected .card-footer {
        display: block;
    }
}


.card-tier ul {
    padding: 0;
    margin: 5px 0 0 0;
    list-style-type: none;
}

.card-tier li {
    position: relative;
    padding: 2px 0 2px 16px;
}

    .card-tier li:before {
        content: '\2713';
        position: absolute;
        left: 0;
        font-weight: bold;
    }

.card-tier-single li:before {
    position: static;
    margin-right: 4px;
}

.support-other {
    margin: 0 auto;
    width: 300px;
    margin-top: 15px;
}

.support-other-label {
    font-weight: normal;
    margin-right: 10px;
}

.support-other .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.help-block small span {
    display: block;
    margin: 2px 0;
}

#support-step-1-complete .tier-change,
#support-step-1-complete .tier-taxes,
.tier-small {
    font-size: 60%;
    display: block;
}

@media (min-width: 768px) {
    .text-centre-md {
        text-align: center;
    }

    .help-block small span {
        display: inline;
        margin: 0 5px;
    }

    #support-step-1-complete .tier-change,
    #support-step-1-complete .tier-taxes,
    .tier-small {
        display: inline;
        vertical-align: middle;
        margin-left: 4px;
    }
}

@media (min-width: 992px) {

    .widget-area-row {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.form-bg {
    padding: 15px;
    background: #e8e8e8;
    border-radius: 4px;
}

#support-savedcards:not(.hidden) + #payment-card {
    border-top: 1px solid #a5a5a5;
    padding-top: 15px;
    margin-top: 15px;
}

.currency {
    font-size: 50px;
    line-height: 1;
    color: #000;
    display: inline-block;
}

.currency-sm {
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
}

.card .btn-cta {
    color: #fff;
}

.card label {
    font-weight: normal;
    display: block;
    cursor: pointer;
}

.cc-img {
    width: 44px;
    height: 28px;
    margin: 0 5px;
}

.cc-line2 {
    display: block;
    margin-left: 58px;
}

.card .cc-line2 {
    margin-left: 75px;
}

.cc-img-unknown,
.cc-img- {
    background-image: url(https://www.vmcdn.ca/files/ui/icons/cc/unknown.svg);
}

.cc-img-back {
    background-image: url(https://www.vmcdn.ca/files/ui/icons/cc/back.svg);
}

.cc-img-visa {
    background-image: url(https://www.vmcdn.ca/files/ui/icons/cc/visa.svg);
}

.cc-img-mastercard {
    background-image: url(https://www.vmcdn.ca/files/ui/icons/cc/mastercard.svg);
}

.cc-img-amex,
.cc-img-americanexpress {
    background-image: url(https://www.vmcdn.ca/files/ui/icons/cc/amex.svg);
}

.cc-img-diners {
    background-image: url(https://www.vmcdn.ca/files/ui/icons/cc/diners.svg);
}

.cc-img-jcb {
    background-image: url(https://www.vmcdn.ca/files/ui/icons/cc/jcb.svg);
}

.cc-img-discover {
    background-image: url(https://www.vmcdn.ca/files/ui/icons/cc/discover.svg);
}

