.footer {
    width: 100%;
    background-color: var(--backgroundColor);
    bottom: 0;
    left: 0;
    color: var(--textColor);
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

.rspcaLogo {
    height: 4rem;
}

.acncLogo {
    height: 6rem;
}

.footer a {
    color: white !important;
}

.header-footer-padding {
    padding-left: 1rem;
    padding-right: 1rem;
}

.header-logo-align {
    text-align: center;
}

.header {
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #ffffff;
    width: 100%;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.header img {
    width: auto;
    max-width: none;
    height: 4rem;
}

.header a {
    min-width: 150px;
    line-height: 22px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    padding: 0.5rem 0;
    text-align: center;
    border-radius: 20px;
    background-size: 210%;
    text-decoration: none !important;
    color: white !important;
    transition: background-position 0.5s !important;
}

.header a:hover {
    background-position: left;
}

.blue-button {
    background: linear-gradient(to right, white 50%, #0092cf 50%) right;
    border: solid 2px #0092cf;
}

.blue-button:hover {
    color: #0092cf !important;
}

.red-button {
    background: linear-gradient(to right, white 50%, #c92a2a 50%) right;
    border: solid 2px #c92a2a;
}

.red-button:hover {
    color: #c92a2a !important;
}

.green-button {
    background: linear-gradient(to right, white 50%, #73c167 50%) right;
    border: solid 2px #73c167;
}

.green-button:hover {
    color: #73c167 !important;
}

.slds-radio_button [type=radio]:checked + .slds-radio_button__label {
    background-color: var(--step1SecondaryColour, #0176d3);
}

.slds-radio_button [type=radio]:checked + .slds-radio_button__label:hover {
    background-color: var(--step1SecondaryColour, #014486);
}

.slds-m-top_small {
    display: none;
}

.donationTypeRadioGroup .slds-radio_button-group {
    width: 100%;
}

.donationTypeRadioGroup .slds-radio_button {
    width: 50%;
}

.payment-accordion {
    width: 100%;
}

.slds-col slds-size_10-of-12 slds-text-align_center .slds-m-vertical_small {
    display: none;
}

.donationTypeRadioGroup .slds-radio_button__label {
    width: 100%;
    padding: 0.8rem 1rem;
    background-color: #ffffff;
    color: var(--step1PrimaryColour, #0092cf);
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.quickAmountsRadioGroup .slds-radio_button-group {
    width: 100%;
}

.quickAmountsRadioGroup .slds-radio_button {
    width: 33.3333%;
}

.quickAmountsRadioGroup .slds-radio_button__label {
    width: 120px;
    padding: 0.8rem 1rem;
    background-color: #ffffff;
    color: var(--step1PrimaryColour, #0092cf);
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: solid 1px var(--step1PrimaryColour, #123456);
    border-radius: 6rem;
}

.quickAmountsRadioGroup .slds-radio_button:first-child > .slds-radio_button__label, .quickAmountsRadioGroup .slds-radio_button:last-child > .slds-radio_button__label {
    border-radius: 6rem;
}

.quickAmountsRadioGroup .slds-radio--button-group, .quickAmountsRadioGroup .slds-radio_button-group, .quickAmountsRadioGroup .slds-radio_button + .slds-radio_button {
    border: none;
}

.quickAmountsRadioGroup .slds-radio_button {
    justify-content: center;
}

.quickAmountsRadioGroupOff .slds-radio_button [type=radio]:checked + .slds-radio_button__label {
    background-color: #ffffff;
    color: #0092cf;
}

.stripeCreditCard {
    border-bottom: 2px solid #522884;
    padding-bottom: 8px;
    width: 100%;
}

h4 {
    font-size: 1.375rem;
    color: #0092cf;
    font-weight: bold;
}

.thankYouFN {
    font-size: 3.5rem;
    color: #0092cf;
    font-weight: bold;
    text-transform: uppercase;

    display: block;
    text-align: center;
}

.radio-combo-inline .slds-form-element__control .slds-radio {
    display: inline-flex !important;
    padding-right: 1.5rem;
    width: 50%;
}

.radio-combo-inline .slds-radio__label {
    cursor: pointer;
    width: 100%;
    position: relative;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    background-color: #fff;
    padding: 40px 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .04), 0 0 2px rgba(0, 0, 0, .06), 0 0 1px rgba(0, 0, 0, .04);
    transition: box-shadow 120ms ease-in-out, background-color 120ms ease-in-out;
}

.radio-combo-inline > * > input:checked + span {
    background-color: #f4f4f4;
    box-shadow: 0 24px 32px rgba(0, 0, 0, .04), 0 16px 24px rgba(0, 0, 0, .04), 0 4px 8px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
}

.slds-radio .slds-radio--faux, .slds-radio .slds-radio_faux {
    width: 2rem;
    height: 2rem;
}

.slds-form-element__label {
    hyphens: none;
}

.slds-radio [type=radio]:checked + .slds-radio__label .slds-radio_faux:after {
    width: 1rem;
    height: 1rem;
}

.fa-lock:before {
    content: "\f023";
}

.widgetbar {
    padding-top: 7.5rem;
}

.widgetbar .inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.widgetbar.texttop .inner {
    align-items: start;
}

.widgetbar.textmiddle .inner {
    align-items: center;
}

.widgetbar.textbottom .inner {
    align-items: end;
}

.widgetbar .inner:after {
    content: var(--bluecirclebg);
    position: absolute;
    left: -10%;
    top: -7.5rem;
}

.widgetbar .intro .mediablock img {
    display: inline-block;
    width: auto;
}

.widgetbar.banner {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 800px;
}

.widgetbar.banner .inner:after {
    content: '';
}

.widgetbar.banner .intro {
}

.widgetbar.banner .intro > * {
    color: . ffffff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.widgetbar.banner .intro .mobilebanner {
    display: none;
}

.widgetbar.banner .intro .mobilebanner img {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.widget .response_2 {
    display: block;
    padding: 1.5rem 0;
    color: #444;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}

.widget .response_3 {
    display: block;
    padding: 2rem 0;
    color: #c92a2a;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4rem;
    text-align: center;
}

.widget .highlight {
    border-color: #c92a2a !important;
}

.widget .tab .fields input, .widget .tab .fields textarea, .widget .tab .fields select {
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem 1rem;
    color: #212529;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    border: solid 1px var(--step1PrimaryColour, #0092cf);
    border-radius: 2rem;
}

.widget .tab .fields .fieldlist label {
    font-size: 1.1rem;
}

.widget .tab .fields .fieldlist .required label:after {
    content: '*';
    display: inline-block;
    margin-left: 5px;
    color: #c92a2a;
}

.widget .tab .fields .fieldlist input, .widget .tab .fields .fieldlist textarea, .widget .tab .fields .fieldlist select {
    padding: 0.4rem 1rem;
    color: #212529;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    border: solid 1px #ced4da;
    border-radius: 2rem;
}

.widget .tab .fields .fieldlist select {
    padding: 0.6rem 1rem;
}

.widget .tab .fields .fieldlist textarea {
    border-radius: 0.5rem;
}

.widget button {
    min-width: 0;
    padding: 1rem 1rem;
    font-size: 1rem;
    border-radius: 2rem;
}

.widget .single button {
    width: 100%;
    background-color: var(--step1PrimaryColour, #0176d3);
    color: white;
    font-weight: 700;
}

.googleAddressStep2 .slds-has-inline-listbox .slds-combobox__input {
    padding: 0.4rem 2rem;
}

.googleAddressStep2 .slds-combobox_container {
    border-radius: 2rem;
    border: solid 1px;
}

.widgetStep2 .googleAddressStep2 .slds-input__icon_left {
    margin-top: -0.6rem;
}

.widgetStep2 .googleAddressStep2 .slds-input__icon_right {
    margin-top: -1.05rem;
}

.googleAddressStep2 .slds-textarea {
    padding-left: 1.25rem;
    padding-top: 0.625rem;
    border-radius: 2rem;
    font-size: 1rem;
}

.googleAddressStep2 .slds-form-element__label {
    padding-left: 0.4rem;
}

.slds-form-element__control .slds-radio .slds-radio__label {
    height: 7.25rem;
    padding-right: 0.75rem;
    background-size: 1.25rem;
    padding-bottom: 0.5rem;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-origin: content-box;
}

.slds-form-element__control .slds-radio:has(input[value="Credit Card"]) .slds-radio__label {
    background-image: url(./img/credit-card.svg);
}

.slds-form-element__control .slds-radio:has(input[value="PayPal"]) .slds-radio__label {
    background-image: url(./img/paypal.svg);
}

.slds-form-element__control .slds-radio:has(input[value="Direct Debit"]) .slds-radio__label {
    background-image: url(./img/direct-debit.svg);
}

.slds-form-element__control .slds-radio:has(input[value="Apple Pay"]) .slds-radio__label {
    background-image: url(./img/apple-pay.svg);
}

.slds-form-element__control .slds-radio:has(input[value="Google Pay"]) .slds-radio__label {
    background-image: url(./img/google-pay.svg);
}

input[value="Credit Card"] {
    background-color: red;
}

.slds-accordion__summary-action {
    background-color: #f0f8ff;
}

.widgetStep2 .slds-input {
    border-radius: 2rem;
    padding: 0.4rem 1rem;
    font-size: 1rem;
}

.slds-select {
    color: rgb(102, 102, 102);
    border-radius: 2rem;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    height: auto;
}

.amountInput .slds-input {
    font-size: 1.5rem !important;
    font-weight: 700;
}

.amountInput .slds-input::placeholder {
    font-size: 1rem !important;
}

.quickAmountsRadioGroup .slds-radio_button__label .slds-radio_faux, .amountInput {
    font-weight: 700;
    font-size: 1.5rem;
}

.widgetStep2 .amountInput .slds-input {
    color: var(--step1PrimaryColour, #0092cf) !important;
}

.slds-select_container:after, .slds-select_container:before {
    right: 0.95rem
}

.widget button.prev {
    width: 20%;
}

.widget .debitDate .slds-form-element__control {
    max-width: 6.5rem;
}

.debitDate .slds-listbox__option_plain {
    max-width: 6.5rem;
}

.debitDate .slds-dropdown_fluid {
    min-width: 6.5rem;
}

.debitDate .slds-listbox_vertical, .debitDate .slds-listbox__option_plain {
    padding: unset;
}

.debitDate button {
    border-radius: 2rem;
    padding: 0.5rem 2.5rem;
}

.webDonationWidget{
    min-height: var(--heroBackgroundImgHeight);
}

.heroContainer {
    background-image: var(--heroBackgroundImgUrl);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    height: var(--heroBackgroundImgHeight);
}

.heroText {
    font-size: 2rem;
    color: var(--heroTextColour, #000000);
    padding-left: var(--heroTextPaddingLeft);
    padding-top: var(--heroTextPaddingTop);
    font-weight: bold;
    position: absolute;
    width: 35rem;
}

.widgetContainer {
    width: 38rem;
    margin-left: var(--widgetPaddingLeft, 0%);
    /* margin-top: 200px; */
    padding-top: var(--widgetPaddingTop, 0px);
}

.community_byo-scoped-header-and-footer__header-content {
    background-color: #FFFFFF;
}

.widget button.prev + button.next {
    width: 75%;
    margin-left: 3%;
}

.widget button.prev + button.paypal, .widget button.next + button.paypal {
    width: 75%;
    margin-left: 3%;
}

.widget input::-webkit-outer-spin-button, .widget input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.widget input[type=number] {
    -moz-appearance: textfield;
}

.widget .tab .scheduleswitch a:last-child {
    border: solid 1px #74c8ba;
    border-left: none;
    border-radius: 0 0.5rem 0.5rem 0;
}

.widget .tab .scheduleswitch a.active {
    background-color: #74c8ba;
    color: #ffffff;
}

.widget .tab .quickamounts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.widget .tab .quickamounts a {
    display: block;
    padding: 0.8rem 1rem;
    color: #0092cf;
    font-size: 1.5rem;
    font-weight: 700;
    border: solid 1px #0092cf;
    border-radius: 6rem;
    text-align: center;
    text-decoration: none;
}

.widget .tab .quickamounts a.selected {
    background-color: #0092cf;
    color: #ffffff;
}

.widget .tab .otheramount {
    position: relative;
    display: block;
    margin: 0 0 2rem;
}

.widget .tab .otheramount > span {
    position: absolute;
    left: 1.2rem;
    top: 1.3rem;
    font-size: 1.3rem;
    z-index: 10;
    color: #0092cf;
    font-weight: 700;
}

.widget .tab .fields .otheramount > input {
    position: relative;
    z-index: 1;
    padding-left: 3rem;
    font-size: 1.575rem;
    color: #0092cf;
    font-weight: bold;
}

.widget .tab .fields .otheramount > input::placeholder {
    font-weight: 400;
}

.widget .tab .fields .fieldlist {
    display: block;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.widget .tab .fields .fieldlist li {
    display: block;
    margin: 0 0 1rem;
}

.widget .tab .fields .fieldlist li ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget .tab .fields .sectiontoggle {
    display: block;
    padding: 0.5rem 0;
    color: #212529;
    font-size: 0.8rem;
    outline: 0 !important;
    text-decoration: none;
}

.widget .tab .fields .sectiontoggle .fa {
    margin-right: 0.8rem;
    color: #ced4da;
}

.widget .tab .fields .sectiontoggle .fa-check-square {
    color: #0092cf;
}

.widget .tab .fields .captcha {
    display: block;
    margin: 0 0 0rem;
    text-align: center;
}

.widget .tab .fields .captcha > div {
    display: inline-block;
}

.widget .tab .paymentswitch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 0 2rem;
}

.widget .tab .paymentswitch a {
    flex-basis: 50%;
    padding: 0.8rem 1rem;
    background-color: #ffffff;
    color: #0092cf;
    border: solid 1px #ced4da;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.widget .tab .paymentswitch a.selected {
    background-color: #74c8ba;
    color: #ffffff;
}

.widget .tab .paymentswitch a.selected img {
    filter: brightness(0) invert(1);
}

.widget .tab .paypal {
    text-align: center;
}

.widget .tab .paypal .fa {
    margin-right: 0.8rem;
}

.widget .tab .paypal .paypalbuttoncntr {
    display: none;
    padding: 0 0 2rem;
}

.widget .tab .card h4 {
    color: #212529;
}

.widget.monthly .tab .card h4 {
    display: none;
}

.widget .tab .note {
    display: block;
    padding: 2rem 0 0.5rem;
    color: #212529;
    font-size: 0.8rem;
    outline: 0 !important;
    text-decoration: none;
}

.widget .tab .note a {
    color: #0092cf;
    font-weight: 700;
    text-decoration: none;
}

.widget .tab .note a:hover {
    text-decoration: underline;
}

/*** form fields ***/
.widget .response {
    display: block;
    padding: 2rem 0;
    color: #c92a2a;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4rem;
    text-align: center;
}

.widget {
    position: relative;
    display: block;
    min-height: 500px;
    padding: 1.5rem 2rem;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 1.5rem 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.widget.loading:after {
    content: '\f1ce';
    position: absolute;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: loading 1s infinite linear;
    color: #0092cf;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
}

.widget.loading .widgettabs {
    opacity: 0;
}

.widget.loading .tab {
    opacity: 0;
}

.widgettabs {
    background-color: #FFFFFF;
    position: relative;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #0092cf54;
    padding-top: 1.3rem;
}

.widgettabs li a {
    display: block;
    padding: 0 1rem 1rem;
    border-bottom: solid 3px transparent;
    outline: 0 !important;
}

.widgettabs li a img {
    display: inline-block;
    max-height: 25px;
}

.widgettabs li a:hover {
    border-bottom: solid 3px #cccccc;
}

.widgettabs li.active a {
    border-bottom: solid 3px var(--step1PrimaryColour, #0092cf);
}

.tab h4 {
    color: var(--step1PrimaryColour, #0092cf);
}

.widget .tab {
    display: block;
    width: 100%;
    padding: 2rem 3rem;
}

.widget .tab.active {
}

.widget .tab h4 {
    display: block;
    margin: 0 0 2rem;
    text-align: center;
}

.widget .tab .fields {
}

.widget .tab .fields > p {
    text-align: center;
}

.widget .tab .fields > p .fa {
    margin-right: 0.8rem;
}

.widget .tab .scheduleswitch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 0 2rem;
}

.widget .tab .scheduleswitch a {
    flex-basis: 50%;
    padding: 0.8rem 1rem;
    background-color: #ffffff;
    color: #0092cf;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.widget .tab .scheduleswitch a:first-child {
    border: solid 1px #74c8ba;
    border-right: none;
    border-radius: 0.5rem 0 0 0.5rem;
}

.arrowText {
    color: var(--step1PrimaryColour, #0092cf);
    text-align: center;
    margin-bottom: 1.5rem;
}

.arrowImg {
    position: absolute;
    z-index: 2;
    right: 5rem;
    top: 9.375rem;
    width: 1.75rem;
    height: 3.125rem;
}

.widget .slds-button_outline-brand {
    border-radius: 0;
    min-width: 100%;
    color: red;
    border-color: red;
}

lightning-radio-group.quickAmountsRadioGroup.slds-p-bottom_large.slds-form-element > fieldset > div > div > span {
    width: 33.3333%;
}

lightning-radio-group.quickAmountsRadioGroup.slds-p-bottom_large.slds-form-element > fieldset > div > div > span > label {
    width: 90%;
}

lightning-radio-group.quickAmountsRadioGroup.slds-p-bottom_large.slds-form-element > fieldset > div > div > span > label > span {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 2100px) {
    .widgetContainer {
        margin-left: 60%;
    }
}

@media (min-width: 1900px) {
    .widgetContainer {
        margin-left: 55%;
    }
}

@media (min-width: 1700px) {
    .widgetContainer {
        margin-left: 50%;
    }
}

@media (max-width: 1024px) {
    .widgetContainer {
        margin: 5rem;
        width: 100%;
    }
    .heroText {
        display: none;
    }
    .webDonationWidget {
        min-height: 0rem;
    }
    .heroContainer {
        display: none;
    }
    .arrowImg {
        right: 2rem;
        top: 7rem;
    }
}

@media (max-width: 767px) {
    .widget {
        padding: 0;
    }
    .widget .tab {
        padding: 2rem 1rem;
    }
    .slds-radio_button .slds-radio_faux {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-content {
        justify-content: center;
        text-align: center;
    }
    .widgetContainer {
        margin: 1rem;
    }
    .quickAmountsRadioGroup .slds-radio_button__label {
        padding: 0.8rem;
        width: auto;
    }

    .radio-combo-inline .slds-form-element__control .slds-radio {
        padding: 0.2rem;
    }

    .slds-form-element__control .slds-radio .slds-radio__label {
        height: 6rem !important;
        padding: 1rem 0.25rem 0.5rem 0.5rem !important;
    }
}

@media (max-width: 467px) {
    .widgetContainer {
        padding-top: 0;
        margin: 0;
    }
    .widgettabs {
        padding-top: 0;
    }
    .arrowImg {
        right: 2rem;
        top: 8.5rem;
    }
    .slds-radio .slds-form-element__label {
        font-size: 14px;
    }
    .slds-radio .slds-radio_faux {
        width: 1rem;
        height: 1rem;
        margin: 0.2rem;
    }
    .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio_faux:after  {
        width: 0.5rem;
        height: 0.5rem;
    }

    lightning-radio-group.quickAmountsRadioGroup.slds-p-bottom_large.slds-form-element > fieldset > div > div {
        display: inline-grid;
        justify-content: center;
        justify-items: center;
    }

    lightning-radio-group.quickAmountsRadioGroup.slds-p-bottom_large.slds-form-element > fieldset > div > div > span:nth-child(1) {
        padding-bottom: .4rem;
    }

    lightning-radio-group.quickAmountsRadioGroup.slds-p-bottom_large.slds-form-element > fieldset > div > div > span::not(:nth-child(1)):not(:nth-last-child(1)) {
        padding: .4rem 0;
    }

    lightning-radio-group.quickAmountsRadioGroup.slds-p-bottom_large.slds-form-element > fieldset > div > div > span:nth-last-child(1) {
        padding-top: .4rem;
    }

    lightning-radio-group.quickAmountsRadioGroup.slds-p-bottom_large.slds-form-element > fieldset > div > div > span
        , lightning-radio-group.quickAmountsRadioGroup.slds-p-bottom_large.slds-form-element > fieldset > div > div > span > label {
            width: 12rem;
    }
}

@media (min-width: 64rem) {
    .header-footer-padding {
        padding-left: 8rem;
        padding-right: 8rem;
    }
}

@media (min-width: 768px) {
    .header-buttons-margin {
        margin-left: auto;
    }

    .header-logo-align {
        text-align: left;
    }

    .footer-acnc-logo-padding {
        padding-left: 1rem;
    }
}
