:root{--padding-base-lg:40px;--padding-base-md:30px}

/* Layout helpers */
main.content-regions-container{padding-bottom:40px!important}
.main-content{display:block!important}
.region-container{max-inline-size:none!important}
.step-wizard{display:flex;align-items:center;justify-content:center;padding:40px 0 80px}
.fund-selection-container,.actions{padding:40px 80px}

/* Dedication */
#dedication .form-text,#dedication #form-textarea{width:100%}

/* Buttons */
button.cta-button.give{
    border: 0px;
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: var(--Give-to-Queens-Queens-Blue, #002452);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--Give-to-Queens-Queens-Gold, #FABD0F);
    width: 100%;
}
button.cta-button.give:hover{color:var(--color-white);background:var(--color-blue)}

/* Misc fixes */
.footer-wrap{flex-wrap:wrap}
body{min-inline-size:fit-content}
.step-wizard{ padding: 0px !important; }

/* Contact page */
.contact-container{display:flex;flex-wrap:wrap;width:100%;gap:16px}
.contact-container-left{flex:3}
.contact-container-right{flex:2}
.checkout-contact-fields{display:flex;flex-wrap:wrap;gap:24px;width:100%;flex-direction:column;}
.checkout-contact-fields-double-input{display:flex;flex-wrap:nowrap;gap:16px;width:100%;flex-direction:row}
.checkout-contact-radio-yes-no{display:flex;flex-wrap:nowrap;gap:40px;width:100%;flex-direction:row}
.checkout-contact-fields-input-group{display:flex;flex-wrap:nowrap;gap:4px;flex-direction:column}


/* Utilities */
.text-center{text-align:center}
.text-left{text-align:left}
.has-error{
    border: 1px solid rgb(255, 0, 0);
    background-color: rgba(255, 0, 0, 0.2);

}
.form-block{display:block}
.w-100{ width: 100%; }

/* Headings */
h1,h2,h3,h4,h5,h6{font-family:'Open Sans',serif;margin:0}
h1,h2{font-weight:600;line-height:1.2;font-size:40px}
h3{font-weight:400;line-height:1.4}
h1{margin: 40px 0px;}

/* Checkout: base (mobile-first) */
.checkout-cart-container {
    display: flex;
    padding: var(--Padding-base, 16px) var(--Padding-lg, 30px) var(--Padding-2xl, 60px) var(--Padding-lg, 30px);
    flex-direction: column;
    align-items: center;
    gap: var(--Padding-lg, 30px);
    align-self: stretch;
}
.checkout-cart-gift-type-container h1 {
    margin: 0px !important;
    color: var(--Give-to-Queens-Black, #212121);
    text-align: center;

    /* Open Sans/3xl */
    font-family: "Open Sans";
    font-size: var(--Typography-size-3xl, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */
}
.checkout-cart-gift-type-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Padding-base, 16px);
    align-self: stretch;
}
.checkout-cart-gift-type-choices {
    display: flex;
    align-items: center;
    gap: var(--Padding-sm, 18px);
}
.checkout-cart-gift-type-recurring-fields {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Padding-base, 20px);
    align-self: stretch;
}
.checkout-cart-gift-type-choice-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Padding-base, 16px);
    align-self: stretch;
}
.checkout-cart-gift-type-choice-button {
    display: flex;
    height: 56px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    letter-spacing: 2px;
    text-transform: uppercase;
}
.checkout-cart-gift-type-choice-button-active {
    background: var(--Give-to-Queens-Queens-Blue, #002452);
    color: #fff;
}
.checkout-cart-gift-type-choice-button-inactive {
    border: 1px solid var(--Give-to-Queens-Queens-Blue, #002452);
    background: var(--Give-to-Queens-White, #FFF);
}
.checkout-cart-fund-selection-container {
    display: flex;
    padding: var(--Padding-xl, 45px) var(--Padding-lg, 30px) var(--Padding-2xl, 60px) var(--Padding-lg, 30px);
    flex-direction: column;
    align-items: center;
    gap: var(--Padding-lg, 30px);
    align-self: stretch;
}
.checkout-cart-fund-selection-container h2 {
    color: var(--Give-to-Queens-Black, #212121);
    text-align: center;

    /* Open Sans/3xl */
    font-family: "Open Sans";
    font-size: var(--Typography-size-3xl, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */
}
.checkout-cart-fund-container {
    display: flex;
    padding: var(--Padding-base, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--Padding-lg, 30px);
    align-self: stretch;
    background: var(--Give-to-Queens-White, #FFF);
    margin-bottom: var(--Padding-lg, 30px);
}
.checkout-cart-fund-container-header {
    padding: var(--Padding-xl, 60px) var(--Padding-lg, 50px);
}
.checkout-cart-fund-container-header h3 {
    color: var(--Give-to-Queens-Black, #212121);

    /* Open Sans/xl */
    font-family: "Open Sans";
    font-size: var(--Typography-size-xl, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
}
.checkout-cart-fund-remove {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.checkout-cart-ask-amounts-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Padding-sm, 18px);
    align-self: stretch;
}
.checkout-cart-ask-amounts-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--Padding-sm, 18px);
    align-self: stretch;
}
.checkout-cart-ask-amounts-buttons-container .cta-button {
    display: block !important;
    text-align: center;
    font-size: 12px !important;
}
.currencyinput {
    width: auto !important;
}
.checkout-cart-dedication-container h2 {
    color: var(--Give-to-Queens-Black, #212121);
    text-align: center;

/* Open Sans/3xl */
    font-family: "Open Sans";
    font-size: var(--Typography-size-3xl, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */
}
.checkout-cart-bg-gray {
    background: var(--Give-to-Queens-Lightest-Grey, #F1F2F2);
}
.checkout-cart-dedication-button-group {
    display: flex;
    flex-direction: row;
}
.checkout-cart-dedication-button-group-double {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.checkout-cart-dedication-button-group .cta-button {
    display: block !important;
}
.checkout-cart-fund-title-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: baseline;
    align-content: space-between;
    width: 100%;
}
.checkout-cart-fund-remove-container {
    width: 100%;
}
.checkout-contact-gift-details-container {
    display: flex;
    padding: var(--Padding-sm, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Padding-xs, 12px);
    align-self: stretch;
    background: var(--Give-to-Queens-Lightest-Grey, #F1F2F2);
    color: var(--Give-to-Queens-Black, #212121);
    text-align: right;

    /* Open Sans/base */
    font-family: "Open Sans";
    font-size: var(--Typography-size-base, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}
.checkout-contact-gift-details-container h2 {
    color: var(--Give-to-Queens-Black, #212121);
    text-align: center;

    /* Open Sans/2xl */
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
}
.checkout-contact-gift-details-line-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}


.checkout-cart-fund-card{width:100%;max-width:390px;background:#fff;display:flex;gap:24px;padding:24px;flex-direction:column;box-sizing:border-box}
.checkout-cart-fund-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap-reverse;}
.checkout-cart-fund-desc{font-size:20px;font-weight:400;line-height:1.4}
.checkout-cart-amount-row{display:flex;flex-direction:row}
.checkout-cart-amount-row-gap{gap:16px}
.checkout-cart-amount-buttons{display:flex;flex-direction:row;gap:16px}
.checkout-cart-dedication-container{display:flex;flex-direction:column;align-content:center;flex-wrap:wrap;gap:40px;padding:40px 16px 30px;}
.checkout-cart-dedication-container .dedication-card{display:flex;flex-direction:column;gap:40px;width:100%;}
.checkout-cart-dedication-inputs{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px}
.checkout-cart-need-help-container{display:flex;flex-direction:column;gap:4px}
.checkout-cart-need-help-container div{font-size:20px}
.checkout-cart-action-button-container { display: flex;justify-content: center; width: 100%; padding-top: 16px; gap: 16px;flex-wrap: wrap; flex-direction: row-reverse; }
.checkout-cart-dedication-button-group{display: flex; flex-direction: column; justify-content: center; flex-wrap: wrap; gap: 8px;}
.checkout-contact-input-fields-container {
    display: flex;
    padding: var(--Padding-base, 16px) var(--Padding-lg, 30px) var(--Padding-2xl, 60px) var(--Padding-lg, 30px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Padding-lg, 16px);
    align-self: stretch;
}
.checkout-contact-container {
    display: flex;
    flex-direction: column;
}
.checkout-contact-double-field-container {
    display: flex;
    flex-direction: column;
    gap: var(--Padding-lg, 16px);
    width: 100%;
}
.checkout-contact-main-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: var(--Padding-base, 16px) var(--Padding-lg, 30px) var(--Padding-2xl, 60px) var(--Padding-lg, 30px);
}
.checkout-contact-action-button-container {
    display: flex;
    padding: 0 var(--Padding-lg, 30px) var(--Padding-2xl, 60px) var(--Padding-lg, 30px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Padding-base, 16px);
    align-self: stretch;
}
.checkout-contact-continue-button {
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: var(--Give-to-Queens-Queens-Blue, #002452);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--Give-to-Queens-Queens-Gold, #FABD0F);
    width: 100%;
    cursor: pointer;
}
.checkout-contact-continue-button:hover{color:var(--color-white);background:var(--color-blue)}
.checkout-contact-back-button {
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: var(--Give-to-Queens-Queens-Blue, #002452);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid var(--Give-to-Queens-Queens-Blue, #002452);
    background: var(--Give-to-Queens-White, #FFF);
    text-decoration: none;
}
.checkout-contact-continueback-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Padding-base, 16px);
    align-self: stretch;
}
.checkout-cart-total-container {
    display: block;
    padding: var(--Padding-sm, 18px) var(--Padding-base, 20px);
    background: var(--Give-to-Queens-White, #FFF);
}
.checkout-cart-total-label {
    color: var(--Give-to-Queens-Queens-Blue, #002452);
    text-align: center;

    /* Open Sans/xl */
    font-family: "Open Sans";
    font-size: var(--Typography-size-xl, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
}
.checkout-cart-total-amount {
    color: var(--Give-to-Queens-Queens-Blue, #002452);
    text-align: center;

    /* Open Sans/xl */
    font-family: "Open Sans";
    font-size: var(--Typography-size-xl, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}
.checkout-summary-inner-container {
    width: 100%;
}
.checkout-alert-error {
    padding: 32px;
    margin-top: 32px;
    margin-bottom: 16px;
    border: 1px solid #f5c6cb;
    color: #721c24;
    background-color: #f8d7da;
}

.checkout-alert-input-error {
    background-color: #f8d7da !important;
}


@media (min-width:576px) {
    .checkout-container {
        display: flex;
        justify-content: center;
        gap: var(--Padding-lg, 50px);
    }
    .checkout-cart-gift-type-choice-button {
        height: auto;
    }
    .checkout-cart-container {
        display: flex;
        padding: var(--Padding-base, 20px) var(--Padding-lg, 50px) var(--Padding-xl, 60px) var(--Padding-lg, 50px);
        flex-direction: column;
        align-items: flex-start;
        gap: var(--Padding-lg, 50px);
        align-self: stretch;
        align-items: center;
        width: 576px;
    }
    .checkout-cart-fund-selection-container, .checkout-cart-dedication-container {
        width: 567px;
    }
    .checkout-cart-action-button-container {
        flex-direction: row-reverse;
    }

}
@media (min-width:768px){
    .checkout-cart-fund-selection-container, .checkout-cart-dedication-container {
        width: 587px;
    }
    .checkout-cart-gift-type-recurring-fields {
        flex-direction: row;
    }

    .checkout-summary-inner-container {
        max-width: 600px;
    }
}

@media (min-width:992px){
    .checkout-cart-fund-selection-container, .checkout-cart-dedication-container {
        width: 802 px;
    }
    .checkout-cart-dedication-button-group {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .checkout-cart-dedication-button-group-double {
        flex-direction: row;
    }
    .checkout-contact-container {
        flex-direction: row;
        gap: 80px;
    }
    .checkout-contact-double-field-container {
        flex-direction: row;
    }
    .checkout-contact-main-container {
        gap: 65px;
        padding: var(--Padding-base, 30px) var(--Padding-lg, 65px) var(--Padding-2xl, 30px) var(--Padding-lg, 65px);
    }
    .checkout-contact-continueback-container {
        flex-direction: row-reverse;
    }

    .checkout-summary-gift-details-container, .checkout-summary-gift-dedication-container, .checkout-summary-gift-contact-detail-container, .checkout-summary-gift-youandqueens-container {
        max-width: 875px;
    }

}

.checkout-summary-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Padding-lg, 30px);
    align-self: stretch;
    color: var(--Give-to-Queens-Black, #212121);

    /* Open Sans/base */
    font-family: "Open Sans";
    font-size: var(--Typography-size-base, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
.checkout-summary-gift-details-container, .checkout-summary-gift-dedication-container, .checkout-summary-gift-contact-detail-container, .checkout-summary-gift-youandqueens-container {
    display: flex;
    padding: var(--Padding-base, 16px) var(--Padding-sm, 18px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Padding-xs, 12px);
    align-self: stretch;
    background: var(--Give-to-Queens-Lightest-Grey, #F1F2F2);
}
.checkout-summary-gift-detail-values {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.checkout-summary-gift-dedication-box {
    display: flex;
    gap: var(--Padding-xs, 12px);
    flex-direction: column;
    flex-wrap: nowrap;
}
.checkout-summary-container .checkout-contact-continue-button {
    width: auto;
}
.checkout-summary-container h1 {
    margin: 0px;
}
.checkout-payment-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Padding-lg, 30px);
    align-self: stretch;
    color: var(--Give-to-Queens-Black, #212121);

    /* Open Sans/base */
    font-family: "Open Sans";
    font-size: var(--Typography-size-base, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
.checkout-payment-inner-container {
    width: 100%;
}



@media (min-width:1200px){
    .checkout-cart-fund-selection-container, .checkout-cart-dedication-container {
        width: 960px;
    }
    .checkout-cart-fund-title-container {
        flex-direction: row;
    }
    .checkout-cart-fund-remove-container {
        width: auto;
    }
    .checkout-contact-main-container {
        padding: var(--Padding-base, 30px) var(--Padding-lg, 65px) var(--Padding-2xl, 30px) var(--Padding-lg, 65px);
        gap: var(--Padding-lg, 65px);
    }
}

@media (min-width:1400px){
    .checkout-cart-fund-selection-container, .checkout-cart-dedication-container {
        width: 1160px;
    }
    .checkout-contact-main-container {
        padding: var(--Padding-base, 40px) var(--Padding-lg, 80px) var(--Padding-lg, 40px) var(--Padding-lg, 80px);

        gap: var(--Padding-lg, 80px);
    }
}
