/* IT'S ABOUT TIME - GIVE PAGE */

/* Row 01 - Your Support */

.Give-Row-01-Your-Support.row-wrap {
    padding-top: 9rem !important;
    padding-bottom: 0rem !important;
}

.Give-Row-01-Your-Support.row-wrap.widget .left-elements-wrapper {
    padding-top: 3rem !important;
    padding-bottom: 5rem !important;
}

.Give-Row-01-Your-Support.row-wrap.widget.body-copy .left-elements-wrapper, 
.Give-Row-01-Your-Support.row-wrap.widget.body-copy .left-elements-wrapper * {
    text-align: left;
}

.Give-Row-01-Your-Support.row-wrap.widget h1 {
    font-family: "Nothing You Could Do", Helvetica, Arial, sans-serif !important;
    letter-spacing: 0;
    text-transform: none;
    font-size: 3rem !important;
    padding-bottom: 3rem;
}

.Give-Row-01-Your-Support.row-wrap.widget h2 {
    font-family: Supreme-Extrabold, Helvetica, Arial, sans-serif !important;
    font-size: 1.75rem !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding: 0 0rem 1rem;
}

.Give-Row-01-Your-Support.row-wrap.widget.body-copy .left-elements-wrapper iframe {
    margin-top: 1rem;
}

.Give-Row-01-Your-Support > .row > .column:last-child > .row, 
.Give-Row-01-Your-Support > .row > .column:last-child > .row > .column, 
.Give-Row-01-Your-Support > .row > .column:last-child > .row > .column img {
    /*height: 100%;*/
    overflow: hidden;
}

.Give-Row-01-Your-Support img.right-element-image.img-padding-none{
    height: 100%;
    width: auto;
    max-width: none;
}

.Give-Row-01-Your-Support .form-under-development {
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    max-width: 759px;
}

.form-under-development:before {
    content: 'Form Under Development';
    position: absolute;
    font-size: 3.2rem;
    font-family: Supreme-Extrabold, Helvetica, Arial, sans-serif !important;
    text-align: center;
    line-height: 1;
    padding: 1rem;
}

.Give-Row-01-Your-Support .form-under-development *{
    margin: 0 !important;
}

@media only screen and (min-width: 64em) {
    
    .Give-Row-01-Your-Support.row-wrap.widget .left-elements-wrapper {
        padding-top: 5rem !important;
    }

    .Give-Row-01-Your-Support.row-wrap.widget h1 {
        font-size: 4.5rem !important;
        row-gap: 4rem;
    }

    .Give-Row-01-Your-Support.row-wrap.widget h2 {
        font-size: 3.75rem !important;
        padding: 0 2rem 1rem;
    }
}

@media only screen and (min-width: 93.9375em) {

    /*
    .Give-Row-01-Your-Support.row-wrap {
        background-image: linear-gradient(to top, #555 0, #555 26%, #000 26%);
    }
    */

    .Give-Row-01-Your-Support.row-wrap > .row > .column:last-child {
        padding-right: 0 !important;
    }

    .Give-Row-01-Your-Support.row-wrap.widget .left-elements-wrapper {
        padding-top: 8rem !important;
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .Give-Row-01-Your-Support.row-wrap .right-elements-wrapper {
        display: flex;
        justify-content: end;
    }
}

/* Row 02 - Other Ways To Give */

.Give-Row-02-Other-Ways-To-Give.row-wrap > .row {
    max-width: 105rem;
}

.Give-Row-02-Other-Ways-To-Give.row-wrap.widget.body-copy .left-elements-wrapper,
.Give-Row-02-Other-Ways-To-Give.row-wrap.widget.body-copy .left-elements-wrapper * {
    text-align: left;
}

.Give-Row-02-Other-Ways-To-Give.row-wrap.widget.body-copy .left-elements-wrapper h2{
    padding-left:0;
    padding-right:0;
}

@media only screen and (max-width: 64em) {
    .Give-Row-02-Other-Ways-To-Give.row-wrap > .row {
        flex-direction: column-reverse;
    }

    .Give-Row-02-Other-Ways-To-Give.row-wrap .right-elements-wrapper {
        padding-bottom: 4.5rem !important;
    }
}

@media only screen and (min-width: 64em) {

    .Give-Row-02-Other-Ways-To-Give .left-elements-wrapper {
        padding-top: 2rem !important;
        padding-bottom: 6rem !important;
    }
}