@font-face {
    font-family: 'Feeling Passionate';
    src: url('fonts/feeling-passionate.woff2');
}
.saos-container {
    width: 100%;
    position: relative;
    padding: 0 15px;
}
.donation-page {
    padding: 8% 0 50px;
}
.donate-form {
    width: 100%;
    max-width: 55%;
}
.donate-form .donate-header {
    font-family: 'Feeling Passionate', serif;
    color: rgba(239,185,46,1);
    font-size: 72px;
    line-height: 1;
    margin: 0 0 50px;
    text-align: center;
}
.donate-form .donate-about {
    position: relative;
    z-index: 10;
    background: rgba(51,140,163,1);
    padding: 15px;
    color: #fff;
    width: 92%;
    margin: 0 auto -50px;
}
.donate-form .pcf-form {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.8);
    padding: 65px 15px 15px 15px;
}
.donate-about p {
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
}
.donate-about > *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.pcf-form iframe {
    margin-bottom: 0;
}
.more-ways {
    position: relative;
    z-index: 10;
    width: 92%;
    margin: -50px auto 0;
}
.more-ways h3 {
    font-family: 'Feeling Passionate', serif;
    font-size: 42px;
    line-height: 1;
    margin: 0 0 30px;
    text-align: center;
    color: #fff;
    padding: 15px;
    background: rgba(51,140,163,1);
}
.more-ways .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.more-ways .box {
    position: relative;
    width: calc(50% - 15px);
    background: rgba(239,185,46,1);
    padding: 15px;
    text-align: center;
    margin-bottom: 50px;
    border: 10px solid transparent;
    transition: .15s all linear;
}
.more-ways .panel-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    border-bottom: 0 !important;
}
.more-ways .box.wide {
    width: 100%;
}
.more-ways .box:hover {
    border: 10px solid rgba(0,0,0,.1);
}
.more-ways .box:hover h4 {
    bottom: -10px;
    left: -20px;
    right: -20px;
}
.more-ways svg {
    font-size: 70px;
    color: #fff;
    margin-bottom: 30px;
}
.more-ways .box h4 {
    position: absolute;
    transition: .15s all ease;
    bottom: 0;
    transform: translate(0,50%);
    left: 15px;
    right: 15px;
    padding: 10px;
    background: #bf9425;
    color: #fff;
    line-height: 1.2;
}
@media screen and (max-width: 955px) {
    .donate-form {
        max-width: 100%;
    }
}
@media screen and (max-width: 650px) {
    .donation-page {
        padding: 10% 0 50px;
    }
    .donate-form .donate-header {
        font-size: 52px;
    }
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}
.animatedFadeInUp {
    opacity: 0
}
.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
@media screen and (max-width: 767px) {
    .donate-form .donate-header {
        font-size: 48px;
    }
    .donate-about p {
        font-size: 16px;
    }
}
