.container--give {
    max-width: 1310px;
    margin: 0 auto !important;
    width: 100%;
    padding: 0 20px;
}
.give-wrapper {

}
.give-wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 175%;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}
.give-wrapper p a {
    color: inherit;
}
.give-wrapper p:last-child {
    margin-bottom: 0;
}
.give__h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-family: "Poppins",sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
}
.give-button {
    display: inline-block;
    padding: 6px 40px;
    background: linear-gradient(270deg, rgba(255,75,0,1) 0%, rgba(219,0,93,1) 100%);
    color: white;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    border-radius: 200px;
    line-height: normal;
    font-weight: bold;
}
.give-button--inverse {
    background: none;
    background-color: white;
    color: #DC045F;
}
.give-header {
    padding: 20px 0;
    background: linear-gradient(180deg, rgba(255,75,0,1) 3%, rgba(219,0,93,1) 100%);
    position: relative;
}
.give-header__row,
.give-body__row {
    z-index: 2;
    position: relative;
}
.give-header__image {

}
.give-header__content {
    text-align: center;
}
.give-header__give-a-hoot {
    display: block;
    max-width: 100%;
    width: 380px;
    margin: 0 auto;
}
.give-header__heading {
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    font-family: "Poppins",sans-serif;
    margin: 30px 0 20px 0;
    font-weight: 700;
}
.give-header__v-foundation {
    display: block;
    width: 200px;
    margin: 20px auto 0 auto;
}

.give-body {
    background: linear-gradient(105deg, rgba(255,255,255,1) 30%, rgba(255,245,197,1) 100%);
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
.give-body p {
    color: #CC2C5F;
}
.give-body__h2 {
    color: #CC2C5F;
}
.give-body__image img {
    display: block;
    max-width: 100%;
    width: 660px;
    margin: 0 auto;
    margin-bottom: -100px;
}
.give-calendar {
    background-color: #CC2C5F;
    padding: 20px 0;
    color: white;
}
.give-calendar__row {

}
.give-calendar__image img {
    display: block;
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
}
.give-calendar__content {

}

.give-calendar__button-container {
    text-align: center;
}

.give-banner {
    /*background-color: #fe9bb1;*/
    position: relative;
    z-index: 2;
    transform: translateY(-50%);
    margin-bottom: -50px
}

.give-banner img {
    display: block;
}

.give-help {
    /*background: linear-gradient(90deg, rgba(255,75,0,1) 0%, rgba(219,0,93,1) 100%);*/
    background-color: rgba(255,75,0,1);
    padding: 40px;
    color: white;
    position: relative;
}
.give-help:before,
.give-help:after {
    content:"";
    display: block;
    z-index: 1;
    position: absolute;
    border: solid 1px white;
    z-index: 1;
    pointer-events: none;
}
.give-help:before {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
    border-radius: 20px;
}
.give-help:after {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
    border-radius: 18px;
}
.give-help__row {
    position: relative;
    z-index: 2;
}
.give-help__image {
    display: block;
    width: 420px;
    max-width: 100%;
    margin: 0 auto 30px auto;
}

.give-help__button-container {
    text-align: center;
}

.help-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.help-item__icon {
    flex: 0 1 30%;
}
.help-item__icon img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}
.help-item__info {
    flex: 0 1 70%;
}
.help-item__h3 {
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 900;
    font-style: normal;
}

.help-item p {
    font-size: 18px;
    line-height: 120%;
}

/* Mobile Only */
@media (max-width:767px) {
    .give-header__give-a-hoot {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    .give-header__v-foundation {
        margin-bottom: 20px;
    }
    .give-help__image {
        width: 200px;
    }
}

/* Tablet */
@media (min-width:768px) {
    .give__h2 {
        font-size: 32px;
    }
    .give-button {
        font-size: 28px;
    }
    .give-header {
        padding: 40px 0;
    }
    .give-header__heading {
        font-size: 40px;
    }
    .give-header__v-foundation {
        width: 300px;
    }
    .give-body {
        padding: 40px 0;
    }
    .give-help__row {
        display: flex;
        align-items: flex-end;
    }
    .help-item__icon {
        flex: 0 1 35%;
    }
    .help-item__info {
        flex: 0 1 65%;
    }
    .help-item__h3 {
        font-size: 28px;
    }
    .help-item p {
        font-size: 20px;
    }
}

/* Tablet and Mobile Only */
@media (max-width: 991px) {
    .give-body__content {
        margin-bottom: 20px;
    }
    .give-calendar__image {
        margin-bottom: 20px;
    }
}

/* Desktop */
@media (min-width: 992px) {
    .give__h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .give-button {
        font-size: 34px;
    }
    .give-header {
        padding: 60px 0;
    }
    .give-header:after {
        content:"";
        display: block;
        background: transparent url(../img/bg-give-header-ribbon.png) center center no-repeat;
        top: 20px;
        bottom: 180px;
        width: 40%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-size: contain;
        z-index: 1;
    }
    .give-header__row {
        display: flex;
        align-items: center;
    }
    .give-header__image {
        flex: 0 1 60%;
        order: 1;
    }
    .give-header__content {
        flex: 0 1 40%;
        order: 2;
        padding-left: 20px;
    }
    .give-header__heading {
        font-size: 48px;
    }
    .give-body {
        padding: 60px 0;
    }
    .give-body:after {
        content:"";
        display: block;
        background: transparent url(../img/bg-give-body-ribbon.png) center center no-repeat;
        top: 220px;
        bottom: 20px;
        width: 40%;
        position: absolute;
        left: 37.5%;
        /*transform: translateX(-50%);*/
        background-size: contain;
        z-index: 1;
    }
    .give-body__row {
        display: flex;
        align-items: center;
    }
    .give-body__image {
        flex: 0 1 52.5%;
        padding-left: 50px;
    }
    .give-body__content {
        flex: 0 1 47.5%;
    }
    .give-body__h2 {
        /*color: #ED90A8;*/
    }
    .give-calendar__row {
        display: flex;
        align-items: center;
    }
    .give-calendar__image {
        flex: 0 1 40%;
    }
    .give-calendar__content {
        flex: 0 1 60%;
        padding-left: 40px;
        max-width: 645px;
    }
    .give-help {
        padding: 60px;
    }
    .give-help:before {
        top: 28px;
        right: 28px;
        bottom: 28px;
        left: 28px;
        border-radius: 20px;
    }
    .give-help:after {
        top: 32px;
        right: 32px;
        bottom: 32px;
        left: 32px;
        border-radius: 18px;
    }
    .give-help__image {
        margin-bottom: 40px;
    }
    .help-item {
        margin-bottom: 40px;
    }
    .help-item__h3 {
        font-size: 34px;
    }
    .help-item p {
        font-size: 22px;
    }
}

@media (min-width: 1140px) {
    .give__h2 {
        font-size: 48px;
    }
    .give-button {
        font-size: 40px;
    }
    .give-button--large {
        font-size: 48px;
    }
    .give-header__image {
        flex: 0 1 65%;
    }
    .give-header__content {
        flex: 0 1 35%;
    }
    .give-header__heading {
        font-size: 54px;
    }
    .give-body__image {
        padding-left: 100px;
    }
    .help-item__h3 {
        font-size: 40px;
    }
}



.give-body__disclaimer {
    font-size: 10px !important;
    font-weight: 400 !important;
}
