* {
    box-sizing: border-box;
}
#giving-grid {
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr;
}

.giving-upper {
    /* background: #787878 0% 0% no-repeat padding-box; */
    height: 50vh;
    /* opacity: 0.07; */
}

.u-nav {   padding: 3vh 4vw;}
.giving-upper:after {
    content: "";
    height: 50vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: #822c98 0% 0% no-repeat padding-box;
    opacity: 0.3;
}

.giving-ind span { color: #7b838a; font-size: 24px;}

.giving-upper:before {
    content: "";
    background: url("https://www.catholicconnect.io/hubfs/Giving/24@2x.png")
        no-repeat;
    background-size: cover;
    height: 50vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -2;
    background-position-y: -340px;
}

.cc-logo {
    width: 263px;
    height: 53px;
}

.giving-ind {
    text-align: center;
    background: transparent;
    width: fit-content;
    place-self: center;
    padding: 2em 0;
}

.ind-lbl {
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    color: #fff;
    max-width: 450px;
    margin: auto;
}

.ind-currency {
    font-weight: bold;
    font-size: 20px;
    line-height: 115px;
    color: #fff;
    border: 0;
    background: transparent;
    text-align: left;
    max-width: 300px;
    height: 80px;
}

.ind-currency:focus {outline: none;}
.ind-currency::placeholder { color: #fff;}
.form-icon { width: 62px; height: 42px;}

#giving-form,
.giving-form {
    display: grid;
    text-align: center;
    width: fit-content;
    margin: auto;
    background: #822c98;
}

.giving-bordered {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 1em 1.5em;
    padding-bottom: 2em;
    display: grid;
    grid-row-gap: 1em;
    max-width: 800px;
    min-width: fit-content;
}

#giving-occurence-cont {
    border: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    text-align: left;
}

#footer {text-align: center;margin-top: 3em;}

.cc-copyright-cont {
    border-top: 1px solid #707070;
    width: fit-content;
    margin: auto;
}

.pad-left {
    position: relative;
    left: 2.5em;
}

#fund-cont {
    width: min-content;
    padding: 1em;
}
.loc-fund-cont {
    display: grid;
    grid-template-columns: 1fr;
    width: fit-content;
    justify-self: center;
}

.grid-format {
    display: grid;
    width: fit-content;
    place-self: center;
    align-items: center;
}

.grid-two-col {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
}

.grid-four-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
}

.inp-cont {
    display: grid;
    grid-template-columns: 1fr;
    text-align: left;
}

/* input[type="radio"]:checked + label {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 50px #0000001a;
    border: 2px solid #862e9c;
    border-radius: 5px;
    box-sizing: border-box;
} */

fieldset {border: 0;padding: 0;}

.bordered-cont {
    background: #ffffff 0% 0% no-repeat padding-box;
/*    box-shadow: 0px 3px 50px #0000001a;*/
    border-radius: 5px;
    padding: 1.5em;
    box-sizing: border-box;
    cursor: pointer;
}

.hide-radios input[type="radio"] {
    display: none;
}

.fieldset-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*grid-gap: 0.5em;*/
    width: fit-content;
    margin: auto;
}

.rad-val {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #000000;
    padding: 1em 2em;
}
.pseudo-lbl {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #9a9a9a;
}

.dd-lbl {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.4px;
    color: #9a9a9a;
}

#fund-dd {
    border: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #000000;
}

#fund-dd option, #fund-dd:focus { border: 0;}

.next-btn {
    background: #822c98 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    border: 0;
    padding: 1em 10em;
    width: fit-content;
    box-sizing: border-box;
    margin: auto;
    cursor: pointer;
    margin-top: 1em;
}

.next-btn:focus,
.next-btn:active {
    border: 0;
}

#frequency-cont {
    display: grid;
    grid-row-gap: 1em;
}

.freq-lbl {
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter;
/*    box-shadow: -1px 2px 8px 0px rgba(209, 188, 209, 1);*/
    padding: 1em 1em;
}

.for-sec-lbl {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    display: block;
    color: #000;
    margin-bottom: 10px;
}

.form-hd-cont h3 {
    font-size: 1.5em;
}

.giving-lower {
    position: relative;
    bottom: 14.3em;
    margin-bottom: -14.3em;
}

#footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #878787;
}

a { text-decoration: none;}

@media screen and (max-width: 1024px) {
    .giving-upper:before {
        background-position-y: center;
    }
}

@media screen and (max-width: 500px) {
    .rad-val,
    .pseudo-lbl,
    #fund-dd,
    .freq-lbl,
    #footer p,
    .next-btn {
        font-size: 11px;
    }

    .ind-lbl {
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        max-width: 450px;
        margin: auto;
    }

    .giving-lower {
        bottom: 35vh;
        margin-bottom: -35vh;
    }

    .giving-bordered {
        background: transparent;
        border: 0;
        box-shadow: unset;
        padding: 0 1em;
        grid-row-gap: 0.5em;
    }

    .ind-currency {
        font-size: 50px;
        width: 45vw;
    }

    .pad-left {
        left: 10vw;
    }
    .loc-fund-cont {
        width: 100%;
    }
    #fund-cont {
        width: 100%;
        grid-template-columns: 1fr 12fr;
    }

    .giving-upper:before {
        height: 30vh;
    }

    .giving-upper:after {
        height: 30vh;
    }

    .cc-logo {
        height: 30px;
        width: 140px;
    }

    .form-hd-cont h3 {
        font-size: 14px;
        text-align: left;
        font-weight: 600;
        margin: 1em;
    }
    #footer {
        margin-top: 0;
    }
}
