 
/* 
body {
    font-family: "Gill Sans Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5rem;
    line-height: 1.33333;
    font-weight: 400;
    font-style: normal;
    color: #4a4f53;
} */
/* 
*, *:before, *:after {
    box-sizing: inherit;
   }
   */
   section.s-donation-form-single {
    background-color: #ded7d1;
    background-size: cover;
    height: 100%;
    margin: 0;
    padding: 48px 0;
    position: relative;
    z-index: 1;
}

/*
 .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1248px;
    width: 100%;
    padding: 0 16px;
} */
section.s-donation-form-single .form-content-wrapper {
    background: #f0f0f0;
    min-height: 700px;
    padding: 48px 16px;
    position: relative;
    z-index: 2;
    width: 100%;
}
section.s-donation-form-single .form-content-wrapper .form-title {
    color: #222221;
    margin-bottom: 8px;
    font-family: "Trade Gothic Bold","HelveticaNeue-Bold","Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 3rem;
    line-height: 1.16667;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
section.s-donation-form-single .form-content-wrapper .form-text {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 48px;
}
section.s-donation-form-single .form-content-wrapper .form-required {
    color: #222221;
    margin-bottom: 48px;
    text-transform: uppercase;
    font-family: "Trade Gothic Bold","HelveticaNeue-Bold","Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.25;
}
section.s-donation-form-single .form-content-wrapper .form-required .subtext {
    color: #4a4f53;
    text-transform: none;
    font-family: "Gill Sans Italic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.c-form-section:not(:first-child) {
    margin-top: 32px;
}
.EditingFormTable>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: calc((100% / 4 * 6) - 16px);
    flex-basis: calc((100% / 4 * 6) - 16px);
    max-width: calc((100% / 4 * 6) - 16px);
    margin-right: 15.99px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
 @media (min-width: 1024px) {
section .s-donation-form-single .form-content-wrapper {
    padding: 48px 104px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
     -ms-flex-direction: column; 
    flex-direction: column;
     -ms-flex-preferred-size: calc((100% / 12 * 8) - 24px); 
    flex-basis: calc((100% / 12 * 8) - 24px);
    max-width: calc((100% / 12 * 8) - 24px);
    margin-right: 23.99px;
}
}
section.s-donation-form-single {
    background-color: #ded7d1;
    background-size: cover;
    height: 100%;
    margin: 0;
    padding: 48px 0;
    position: relative;
    z-index: 1;
}
section.s-donation-form-single {
    background-position: right 20% bottom 0;
} 
section.s-donation-form-single .form-content-wrapper {
    background: #f0f0f0;
    min-height: 700px;
    padding: 48px 16px;
    position: relative;
    z-index: 2;   
    width: 100%;
}

.page-content section.s-donation-form-single .form-content-wrapper .form-title {
    color: #222221;
    margin-bottom: 8px;
    font-family: "Trade Gothic Bold","HelveticaNeue-Bold","Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 3rem;
    line-height: 1.16667;
}
section.s-donation-form-single .form-footer-wrapper img {
    display: inline-block;
    margin-right: 48px;
    vertical-align: middle;
    width: 200px;
}