.en__Donation main {
    min-height: 1000px;
    margin: 60px 0px;
}

/*header.header {
    display: flex;
    padding: 7px 15px;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
}*/

/*Donation Form*/
body {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    /*background-image: url('https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10173/sharp-df-background-image.jpg');*/
    background: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.en__hidden {
    display: none !important;
}

form.en__component--page {
    margin: 0px auto;
    padding-top: 20px;
}

form .ProcessForm {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 2px 4px 18px 0px rgb(0 0 0 / 35%);
    border-radius: 10px;
}

.en__captcha, .en__field {
    padding-bottom: 16px;
}

.ProcessForm img.df-header-image {
    display: none;
}

.ProcessForm .en__field--paycurrency {
    display: none !important;
}

.ProcessForm .section-header-container {
    border-top: 3px solid var(--paletteColor1);
}

/*.ProcessForm h2.section-header-container {
    font-size: 30px;
    font-weight: 700;
    padding: 25px 0 0;
    margin: 25px 0;
}*/

.en__Donation .ProcessForm h2 {
    border-top: 1px solid var(--paletteColor2);
    margin-top: 20px;
    padding-top: 20px;
}

.brand-lock {
    white-space: nowrap;
    display: inline-block;
}

/*Gift Amount*/
.ProcessForm .en__field--donationAmt.one-time-selected .en__field__element--radio .en__field__item.don-level.one-time {
    display: flex;
}

.ProcessForm .en__field--donationAmt.one-time-selected .en__field__element--radio .en__field__item.don-level.monthly {
    display: none;
}

.ProcessForm .en__field--donationAmt.monthly-selected .en__field__element--radio .en__field__item.don-level.one-time {
    display: none;
}

.ProcessForm .en__field--donationAmt.monthly-selected .en__field__element--radio .en__field__item.don-level.monthly {
    display: flex;
}

.ProcessForm .en__field--recurrpay {
    padding-bottom: 24px;
}

.ProcessForm .en__field--donationAmt>label,
.ProcessForm .en__field--recurrpay>label {
    display: none;
}

.ProcessForm .en__field--donationAmt .en__field__element--radio,
.ProcessForm .en__field--recurrpay .en__field__element--radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-items: start;
    font-size: 0;
    line-height: 0;
    margin: 0;
    gap: 10px;
}

.ProcessForm .en__field--donationAmt input[type="radio"],
.ProcessForm .en__field--recurrpay input[type="radio"] {
    position: absolute;
    left: -10000px;
}

.ProcessForm .en__field--donationAmt .en__field__element--radio>.en__field__item:not(.en__field__item--other),
.ProcessForm .en__field--recurrpay .en__field__element--radio>.en__field__item {
    display: flex;
    flex: 1;
    min-width: 175px;
}

.ProcessForm .en__field--donationAmt .en__field__element--radio .en__field__label--item,
.ProcessForm .en__field--recurrpay .en__field__element--radio .en__field__label--item {
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    height: auto;
    border-radius: 50px;
}

.ProcessForm .onetime .en__field--recurrpay .en__field__element--radio .en__field__label--item {
    background: var(--paletteColor5);
    color: var(--black);
    border: 2px solid var(--paletteColor5);
    background-clip: padding-box;
}
.ProcessForm .onetime .en__field--recurrpay .en__field__element--radio .en__field__item .en__field__label--item:hover {
    background: var(--paletteColor5);
    color: var(--black);
    border: 2px solid var(--paletteColor1);
}
.ProcessForm .onetime .en__field--recurrpay .en__field__element--radio .en__field__item.active .en__field__label--item {
    background: var(--paletteColor1);
    color: var(--white);
    border: 2px solid var(--paletteColor1);
}
.ProcessForm .monthly .en__field--recurrpay .en__field__element--radio .en__field__label--item {
    background: var(--paletteColor7);
    color: var(--black);
    border: 2px solid var(--paletteColor7);
    background-clip: padding-box;
}
.ProcessForm .monthly .en__field--recurrpay .en__field__element--radio .en__field__item .en__field__label--item:hover {
    background: var(--paletteColor7);
    color: var(--black);
    border: 2px solid var(--paletteColor6);
}
.ProcessForm .monthly .en__field--recurrpay .en__field__element--radio .en__field__item.active .en__field__label--item {
    background: var(--paletteColor6);
    color: var(--white);
    border: 2px solid var(--paletteColor6);
}

.ProcessForm .en__field--donationAmt .en__field__element--radio .focus .en__field__label--item,
.ProcessForm .en__field--recurrpay .en__field__element--radio .focus .en__field__label--item {
    outline: -webkit-focus-ring-color auto 1px;
}

.ProcessForm .en__field--donationAmt .en__field__element--radio .en__field__input--other {
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    height: auto;
    margin: 0px;
    border-radius: 50px;
}

/* One-Time */
.ProcessForm .en__field--donationAmt .en__field__element--radio .one-time .en__field__label--item,
.ProcessForm .onetime .en__field--donationAmt .en__field__element--radio .other-amt .en__field__label--item {
    background: var(--paletteColor5);
    color: var(--black);
    border: 2px solid var(--paletteColor5);
    background-clip: padding-box;
}
/* One-Time | Hover */
.ProcessForm .en__field--donationAmt .en__field__element--radio .one-time .en__field__label--item:hover,
.ProcessForm .onetime .en__field--donationAmt .en__field__element--radio .other-amt .en__field__label--item:hover {
    background: var(--paletteColor5);
    color: var(--black);
    border: 2px solid var(--paletteColor1);
}
/* One-Time | Selected */
.ProcessForm .en__field--donationAmt .en__field__element--radio .en__field__item.one-time.active .en__field__label--item,
.ProcessForm .onetime .en__field--donationAmt .en__field__element--radio .en__field__input--other {
    background: var(--paletteColor1);
    color: var(--white);
    border: 2px solid var(--paletteColor1);
}

/* Monthly */
.ProcessForm .en__field--donationAmt .en__field__element--radio .monthly .en__field__label--item,
.ProcessForm .monthly .en__field--donationAmt .en__field__element--radio .other-amt .en__field__label--item {
    background: var(--paletteColor7);
    color: var(--black);
    border: 2px solid var(--paletteColor7);
    background-clip: padding-box;
}
/* Monthly | Hover */
.ProcessForm .en__field--donationAmt .en__field__element--radio .monthly .en__field__label--item:hover,
.ProcessForm .monthly .en__field--donationAmt .en__field__element--radio .other-amt .en__field__label--item:hover {
    background: var(--paletteColor7);
    color: var(--black);
    border: 2px solid var(--paletteColor6);
}
/* Monthly | Selected */
.ProcessForm .en__field--donationAmt .en__field__element--radio .en__field__item.monthly.active .en__field__label--item,
.ProcessForm .monthly .en__field--donationAmt .en__field__element--radio .en__field__input--other {
    background: var(--paletteColor6);
    color: var(--white);
    border: 2px solid var(--paletteColor6);
}

.ProcessForm .en__field--donationAmt .en__field__element--radio .en__field__input--other:focus-visible {
    outline: 0px;
}

.ProcessForm .en__field--donationAmt .en__field__element--radio .other-amt-input {
    padding: 0px;
    width: 100%;
}

.ProcessForm label[for="en__field_transaction_feeCover"] {
    white-space: normal;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    display: inline;
    max-width: inherit;
}

/*.ProcessForm .en__field--dirgift>label {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    line-height: inherit;
    color: var(--paletteColor1);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.ProcessForm .en__field--dirgift,
.ProcessForm .en__field--dirgift .en__field__element--radio .en__field__item {
    padding: 0px;
    display: block;
}*/

/*.ProcessForm .en__field--gftrsn label {
    display: none;
}*/

.ProcessForm .en__field__element--select,
.ProcessForm .en__field__element--text {
    width: 100%;
}

.ProcessForm select {
    border: 1px solid var(--paletteColor2);
    border-radius: 4px;
    box-shadow: none;
    background: var(--white);
    font-size: 1.6rem;
    padding: 7px 30px 7px 7px;
    min-height: 40px;
    width: 100%;
    max-width: 100%;
    appearance: none;
    background: var(--white) var(--selectArrowSVG) calc(100% - 8px);
}

.ProcessForm input[type="text"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    background: var(--white);
    border: 1px solid var(--paletteColor2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 4px;
    box-shadow: none;
    font-size: 1.6rem;
    min-height: 40px;
    padding: 7px;
    width: 100%;
    max-width: 100%;
}

.ProcessForm input[type="radio"] {
    margin: 0 5px 20px 0;
    height: 20px;
    width: 20px;
}

.ProcessForm .en__field--trbopts {
    padding-bottom: 0px;
}

.ProcessForm .en__field--trbopts>label {
    display: none;
}

.ProcessForm .en__field--inmem > label.en__field__label,
.ProcessForm .en__field--my-company-will-match-my-gift > label.en__field__label,
.ProcessForm .en__field--email-opt-in > label.en__field__label,
.ProcessForm .en__field--NOT_TAGGED_2 > label.en__field__label {
    display: none;
}
.ProcessForm .en__field--question.en__field--share-my-name-with-my-honoree- > label.en__field__label {
 display: block;
}
.ProcessForm .en__field--question.en__field--share-my-name-with-my-honoree- > div.en__field__element--radio {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}
.ProcessForm .en__field--question.en__field--share-my-name-with-my-honoree- > div.en__field__element--radio input.en__field__input--radio {
    margin: 0px;
}
.ProcessForm .en__field__label {
    width: auto;
    padding: 0px;
}
.en__field--share-my-name-with-my-honoree- input[type="radio"] {
    position: absolute;
    left: -10000px;
    height: 1px;
    width: 1px;
}
.en__field--share-my-name-with-my-honoree- .checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: var(--white);
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    border: 1px solid var(--paletteColor1);
    cursor: pointer;
}
.en__field--share-my-name-with-my-honoree- input[type="radio"]:checked + .checkmark {
    background-color: var(--white);
}
.en__field--share-my-name-with-my-honoree- input[type="radio"]:checked + .checkmark:before,
.en__field--share-my-name-with-my-honoree- input[type="radio"]:focus + .checkmark:before,
.en__field--share-my-name-with-my-honoree- input[type="radio"]:focus-visible + .checkmark:before,
.en__field--share-my-name-with-my-honoree- input[type="radio"]:focus-within + .checkmark:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: var(--paletteColor1);
    border-radius: 50%;
}
.en__field--share-my-name-with-my-honoree- input[type="radio"]:focus + .checkmark,
.en__field--share-my-name-with-my-honoree- input[type="radio"]:focus-visible + .checkmark,
.en__field--share-my-name-with-my-honoree- input[type="radio"]:focus-within + .checkmark {
    outline: -webkit-focus-ring-color auto 1px;
}
.en__field--select.en__field--withOther .en__field__element--select .en__field__item,
.en__field--select.en__field--withOther .en__field__element--select .en__field__item--other {
    width: 100%;
}
.en__field--select.en__field--withOther .en__field__element--select .en__field__item--other > input {
    margin: 0px;
}
.ProcessForm .en__field__element--splittext {
    display: block;
}
.ProcessForm .en__field__element--splittext.en__field--honname .donor-info > .en__field__item {
    width: 100%;
}
.ProcessForm .en__field--honname.en__mandatory .en__field__element--splittext .en__field__label:before {
    content: "* ";
    color: #9c0003;
}

#en__pagebuilder .inform-text {
    padding: 0px 0px 20px;
}


/*Billing Info*/
.ProcessForm .donor-info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.ProcessForm .donor-info.pb-20 {
    padding-bottom: 20px;
}

.ProcessForm .donor-info .en__field,
.ProcessForm .donor-info .en__field__item {
    display: block;
    width: 100%;
    margin: 16px 0 0;
    padding: 0px;
}

.ProcessForm .donor-info:first-child .en__field:first-child {
    margin-top: 0px;
}

.ProcessForm .donor-info .en__field .en__field__element {
    display: block;
}

.ProcessForm .donor-info .en__field input,
.ProcessForm .donor-info .en__field select {
    width: 100%;
    max-width: 250px;
    min-width: auto;
}

.ProcessForm .donor-info .en__field input[type="text"],
.ProcessForm .donor-info .en__field__item input[type="text"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    background: var(--white);
    border: 1px solid var(--paletteColor2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 4px;
    box-shadow: none;
    font-size: 1.6rem;
    min-height: 40px;
    padding: 7px;
    width: 100%;
    max-width: 100%;
}

.ProcessForm .donor-info .en__field select {
    border: 1px solid var(--paletteColor2);
    border-radius: 4px;
    box-shadow: none;
    background: var(--white);
    font-size: 1.6rem;
    padding: 7px 30px 7px 7px;
    min-height: 40px;
    width: 100%;
    max-width: 100%;
    appearance: none;
    background: var(--white) var(--selectArrowSVG) calc(100% - 8px);
}

.ProcessForm .donor-info .en__field__item {
    padding: 0px;
}

.ProcessForm .donor-info .en__field--title .en__field__item {
    width: 100%;
}

.ProcessForm .donor-info .en__field--title .en__field__item select {
    max-width: 100%;
}

.ProcessForm .donor-info .en__field__item.tribFName,
.ProcessForm .donor-info .en__field__item.tribLName {
    margin-top: 0px;
}

.ProcessForm label {
    white-space: normal;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
}

.ProcessForm .en__mandatory>label:before {
    content: "* ";
    color: #9c0003;
}

.en__Donation .ProcessForm .en__field--email-opt-in {
    display: none;
}
.ProcessForm .en__field--email-sign-up-form-opt-in {
    padding: 0px;
    margin: 16px 0px 0px;
}

.ProcessForm .en__field--email-sign-up-form-opt-in>label {
    display: none;
}

.ProcessForm .en__field.en__field--checkbox .en__field__element--checkbox > .en__field__item,
.ProcessForm .en__field.en__field--select > .en__field__label {
    padding: 0px;
}

.ProcessForm input[type="checkbox"] {
    display: block;
    height: 1px;
    width: 1px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: -10000px;
}
input[type=checkbox]~label {
    position: relative;
    cursor: pointer;
    display: flex !important;
    font-size: var(--dgd-14px);
    font-weight: 600;
    align-items: start;
    white-space: normal;
}
.ProcessForm input[type=checkbox]~label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--paletteColor1);
    border-radius: 3px;
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    margin-top: 0px;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    flex: 0 0 auto;
}
.ProcessForm input[type="checkbox"]:focus~label:before {
    outline: -webkit-focus-ring-color auto 1px;
}
.ProcessForm input[type=checkbox]~label:after {
    background-color: var(--paletteColor1) !important;
    color: var(--white) !important;
    border-color: var(--white) !important;
}
.ProcessForm input[type=checkbox]:checked~label:before {
    background-color: var(--paletteColor1) !important;
}
.ProcessForm input[type=checkbox]:checked~label:after {
    content: '';
    display: block;
    background: var(--white);
    position: absolute;
    top: 1px;
    left: 7px;
    width: 7px;
    height: 13px;
    border: solid var(--paletteColor1);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate();
}

.ProcessForm .en__field--email-sign-up-form-opt-in .en__field__item label {
    display: inline;
    max-width: inherit;
}

/*Payment Info*/
.ProcessForm .en__field--paymenttype > .en__field__element--radio {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.ProcessForm .en__field--paymenttype > .en__field__element--radio > .en__field__item {
    width: 100%;
}
.ProcessForm .en__field--paymenttype > .en__field__element--radio input[type="radio"] {
    position: absolute;
    left: -10000px;
    height: 1px;
    width: 1px;
}
.ProcessForm .en__field--paymenttype > .en__field__element--radio .en__field__label--item {
    background: var(--paletteColor5);
    color: var(--black);
    border: 2px solid var(--paletteColor5);
    background-clip: padding-box;
    
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    height: auto;
    border-radius: 50px;
}
.ProcessForm .en__field--paymenttype > .en__field__element--radio .en__field__label--item:hover {
    background: var(--paletteColor5);
    color: var(--black);
    border: 2px solid var(--paletteColor1);
    background-clip: border-box;
}
.ProcessForm .en__field__input--radio:checked + .en__field__label--item,
.ProcessForm .en__field__input--radio:focus + .en__field__label--item,
.ProcessForm .en__field__input--radio:focus-visible + .en__field__label--item,
.ProcessForm .en__field__input--radio:focus-within + .en__field__label--item {
    background-color: var(--paletteColor1);
    color: var(--white);
    border: 2px solid var(--paletteColor1);
}

.ProcessForm .en__field--paymenttype .en__field__input--radio:checked + .en__field__label--item,
.ProcessForm .en__field--paymenttype .en__field__input--radio:focus + .en__field__label--item,
.ProcessForm .en__field--paymenttype .en__field__input--radio:focus-visible + .en__field__label--item,
.ProcessForm .en__field--paymenttype .en__field__input--radio:focus-within + .en__field__label--item {
    background-color: var(--paletteColor1) !important;
    color: var(--white) !important;
    border: 2px solid var(--paletteColor1) !important;
    background-clip: border-box;
}

.ProcessForm .en__field__input--radio:focus + .en__field__label--item,
.ProcessForm .en__field__input--radio:focus-visible + .en__field__label--item,
.ProcessForm .en__field__input--radio:focus-within + .en__field__label--item {
    outline: -webkit-focus-ring-color auto 1px;
}

#payment_cc_type_row ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#payment_cc_type_row li {
    display: inline;
}

#payment_cc_type_row label {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    line-height: inherit;
    color: var(--paletteColor1);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/*.ProcessForm .en__field--paymenttype {
    display: none;
}*/

.ProcessForm .en__field__element--vgs,
.ProcessForm #en__field_transaction_ccnumber {
    width: 100%;
}

.ProcessForm .donor-info .en__field--ccexpire .en__field__element--splitselect {
    display: flex;
    gap: 10px;
}

.ProcessForm .en__field--ccexpire .en__field__element--splitselect>.en__field__item {
    width: 50%;
}

.ProcessForm .donor-info .en__field--ccexpire,
.ProcessForm .donor-info .en__field--ccvv {
    margin-top: 0px;
}

.ProcessForm #en__field_transaction_ccnumber.vgs-collect-container__focused,
.ProcessForm #en__field_transaction_ccvv.vgs-collect-container__focused {
    outline: -webkit-focus-ring-color auto 1px;
}

/*.ProcessForm .en__submit {
    border-top: 2px solid var(--paletteColor2);
    margin-top: 25px;
    padding-top: 25px;
}*/

.ProcessForm .en__submit button,
.ProcessForm button.en__submit {
    display: block;
    /*background: var(--white);
    color: var(--paletteColor1);*/
    background: var(--paletteColor1);
    color: var(--white);
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    width: auto;
    max-width: inherit;
    padding: 10px 15px;
    /*border: 2px solid var(--paletteColor1);*/
    border: none;
    height: auto;
    border-radius: 50px;
}

.ProcessForm .en__submit button:hover,
.ProcessForm .en__submit button:focus,
.ProcessForm .en__submit button:focus-visible,
.ProcessForm .en__submit button:focus-within,
.ProcessForm button.en__submit:hover,
.ProcessForm button.en__submit:focus,
.ProcessForm button.en__submit:focus-visible,
.ProcessForm button.en__submit:focus-within {
    /*background: var(--paletteColor1);*/
    background: var(--paletteColor4);
    color: var(--white);
}

.ProcessForm .en__captcha {
    padding: 0px;
    margin-bottom: 20px;
}

/* Footer */
.footer {
    background-color: var(--white);
}
.footer-top {
    padding-top: 60px;
    padding-bottom: 30px;
}
.footer-inner {
    padding-bottom: 40px;
}
.footer p {
    margin: 0px;
}
.footer-bottom {
    background-color: var(--paletteColor3);
    padding: 20px 0px;
}
.footer-inner > .frow-container {
    display: flex;
    flex-direction: row;
}

/*Error Handling*/
.ProcessForm .en__field--validationFailed {
    padding: 10px !important;
    background-color: #feeaeb !important;
    border: 1px solid #990000 !important;
    border-radius: 4px !important;
}

.ProcessForm .en__field__error {
    color: #990000;
    font-size: 1em;
}

.en__submit button:disabled,
.en__submit button:disabled:hover,
.en__submit button:disabled:focus,
.en__submit button:disabled:focus-within {
    background-color: var(--paletteColor3);
    color: var(--white);
    border-color: var(--paletteColor2);
    cursor: default;
}

/*Thank You Page*/
.donation-confirmation main {
    min-height: unset;
}
.transaction-details {
    width: 100%;
}

.transaction-details tr {
    border-bottom: 1px solid #dddddd;
}

.transaction-details td {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}

/* DF Header in Pagebuilder */
/*body.en__Donation header.header {
    display: none;
}*/
body.en__Donation main {
    margin: 0px;
}
body.en__Donation main .main-container {
    max-width: 100%;
    padding: 0px;
}
body.en__Donation form.en__component--page {
    padding: 0px;
}
body.en__Donation .en__component--advrow.en__Donation {
    max-width: 1300px;
    margin: 60px auto;
    padding: 0px 20px;
}

body.en__Donation .en__component--advrow.custom-header {
    background-color: var(--white);
}
body.en__Donation .en__component--advrow.custom-header .en__component--advcolumn {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
}
.en__component--advrow.custom-header .en__component--advcolumn p {
    margin: 0px;
}

/* Campaign Banner */
.en__component--advrow.interior-banner img.heroBanner {
    display: block;
}

/* Survey & Static Pages */
body.en__Survey,
body.en__Static {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
}
body.en__Survey main,
body.en__Static main {
    min-height: unset;
    flex-grow: 1;
    display: flex;
    margin-top: 0px;
}
body.en__Survey main .main-container,
body.en__Static main .main-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0px;
}
body.en__Survey form.en__component--page,
body.en__Static form.en__component--page {
    padding: 0px;
    margin: 0px;
}
body.en__Survey .en__component--advrow.custom-header,
body.en__Static .en__component--advrow.custom-header {
    background-color: var(--white);
}
body.en__Survey .en__component--advrow.custom-header .en__component--advcolumn,
body.en__Static .en__component--advrow.custom-header .en__component--advcolumn {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
}
body.en__Survey .en__component--advrow.en__Survey,
body.en__Static .en__component--advrow.en__Static {
    max-width: 1300px;
    margin: 60px auto 0px;
    padding: 0px 20px;
}
body.en__Survey .en__component--advcolumn.ProcessForm,
body.en__Static .en__component--advcolumn.ProcessForm {
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
}

.en__Survey .page-title,
.en__Static .page-title {
    background-color: var(--paletteColor3);
}
.en__Survey .page-title .en__component--advcolumn,
.en__Static .page-title .en__component--advcolumn {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
}
.en__Survey .page-title h1,
.en__Static .page-title h1 {
    margin: 0px;
}
.en__Survey .donor-info {
    margin-bottom: 16px;
}
.en__Survey .donor-info > .en__field {
    margin-top: 0px;
}
.en__Survey .ProcessForm .en__field--email-opt-in {
    display: block;
}
.en__Survey .en__field--email-preferences .en__field__element--checkbox {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.en__Survey .ProcessForm .en__field--checkbox.en__field--supporter-interest .en__field__element--checkbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 10px 0px;
}
.en__Survey .ProcessForm .en__field--textarea > .en__field__element--textarea,
.en__Survey .ProcessForm .en__field--textarea > .en__field__element--textarea > .en__field__input--textarea {
    width: 100%;
}


/* EN Page Editor */
#en__pagebuilder .en__hidden {
    display: inherit !important;
}
#en__pagebuilder .en__hidden .bannerImgSrc {
    max-width: 600px;
}
#en__pagebuilder .ProcessForm .en__field--donationAmt .en__field__input--radio + .en__field__label--item,
#en__pagebuilder .ProcessForm .en__field--recurrpay .en__field__input--radio + .en__field__label--item {
    background-color: var(--paletteColor5);
    color: var(--black);
}
#en__pagebuilder .ProcessForm .en__field--donationAmt .en__field__input--radio:checked + .en__field__label--item,
#en__pagebuilder .ProcessForm .en__field--recurrpay .en__field__input--radio:checked + .en__field__label--item {
    background-color: var(--paletteColor1);
    color: var(--white);
}

/*Media Queries*/
@media (max-width: 1200px) {
    .main-container {
        max-width: 970px;
    }
}

@media (max-width: 1024px) {
    body {
        background-image: none !important;
    }

    main {
        margin-top: 30px;
    }

    form.en__component--page .en__component--advrow {
        display: block;
    }

    form .ProcessForm {
        padding: 20px;
        box-shadow: none;
    }

    .ProcessForm img.df-header-image.show-mobile {
        display: block;
    }

    .ProcessForm .donor-info {
        display: block;
    }

    .ProcessForm .donor-info .en__field input,
    .ProcessForm .donor-info .en__field__item input,
    .ProcessForm .donor-info .en__field select {
        max-width: 100%;
    }

    .ProcessForm .donor-info .en__field__item.tribLName {
        margin-top: 16px;
    }

    .ProcessForm .donor-info .en__field--ccexpire {
        margin-bottom: 18px;
    }

    .en__field--ccvv #en__field_transaction_ccvv {
        width: 100%;
    }

    /* DF Header in Pagebuilder */
    body.en__Donation main {
        margin-bottom: 0px;
    }
    /*body.en__Donation form.en__component--page {
        margin-bottom: 20px;
    }*/
    body.en__Donation .en__component--advrow.en__Donation {
        max-width: 750px;
        margin: 40px auto 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Survey */
    body.en__Survey,
    body.en__Static {
        background-color: var(--white);
    }
    body.en__Survey main,
    body.en__Static main {
        flex-grow: 0;
        margin-bottom: 0px;
    }
    /*body.en__Survey form.en__component--page,
    body.en__Static form.en__component--page {
        margin-bottom: 20px;
    }*/
    body.en__Survey .en__component--advrow.en__Survey,
    body.en__Static .en__component--advrow.en__Static {
        margin: 40px auto 0px;
    }
    .en__Survey .donor-info {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 991px) {
    .main-container {
        width: 100%;
        max-width: 750px;
    }

}

@media (max-width: 767px) {
    /*header.header {
        padding: 0px;
    }*/
    main {
        margin: 0px;
    }
    .main-container.frow-container {
        padding: 0px;
    }
    form.en__component--page {
        padding-top: 0px;
        /*margin-bottom: 20px;*/
    }
    .ProcessForm .en__field--paymenttype > .en__field__element--radio {
        flex-direction: column;
        gap: 6px;
    }
    .frow .xs-text-left {
        text-align: left !important;
    }

    body.en__Donation .en__component--advrow.en__Donation {
        width: 100%;
        max-width: 100%;
        margin: 0px;
        padding: 0px;
    }

    body.en__Survey .en__component--advrow.en__Survey,
    body.en__Static .en__component--advrow.en__Static {
        width: 100%;
        max-width: 100%;
        margin: 0px;
        padding: 20px;
    }

    .footer-top {
        padding: 20px 0px;
    }
    .footer-inner .frow-container {
        flex-direction: column;
        gap: 20px
    }
    .footer-inner .footer-details p {
        text-align: left !important;
    }
    .footer-inner {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .brand-lock {
        white-space: normal;
    }
}