.tn-payment-page h2 {
    font-weight: bold;
}
.tn-payment-page .tn-order-address-information-component .row {
    justify-content: center;
}
.tn-payment-page .tn-order-address-information-component .row .tn-patron-billing-information{
    width: 50%;
}
.tn-payment-page .tn-order-address-information-component .row .tn-patron-billing-information .col-sm-6{
    width: 100%;max-width: 100%;
}
.tn-payment-page .tn-order-address-information-component .row .tn-patron-shipping-information{
    width: 50%;
}
.tn-payment-page .tn-order-address-information-component .row .tn-patron-shipping-information .col-sm-6{
    width: 100%;max-width: 100%;
}
.tn-payment-page .tn-donation-ask-component .row .col-md-4{
    width: 100%;max-width: 100%;
}
.tn-payment-page .tn-order-notes-component .row{
    justify-content: center;
}
.tn-payment-page .tn-payment-submit-component{
    margin: 0 auto;
}
.tn-payment-page .adyen-checkout__dropin--ready ul{
    padding-left: 0 !important;
}
.tn-payment-page .tn-donation-ask-component .row{
    justify-content: center;
}


@media (max-width: 767.98px) {
    .tn-payment-page .tn-order-address-information-component .row .tn-patron-billing-information{width: 100%;}
    .tn-payment-page .tn-order-address-information-component .row .tn-patron-shipping-information{width: 100%;}
}
header .container {
    position: relative;
    width: 100%;
}
#wrapper {
    box-shadow: none;
}
@media (min-width: 768px) {
    .tn-utility-nav-modal-promo-code-form__btn-open-modal {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .tn-event-detail__additional-events-container--desktop {display: block !important;}
    .tn-event-detail__additional-events-container--mobile {display: none !important;}
}