/* --------- Colors from Pongo https://zeroheight.com/14185140d/p/97dc60-colors/b/259d77 ---------- */
/* --------- New Brand Colors ---------- */
/* --------- Colors from Pongo 2.0 https://www.figma.com/file/2sczKBPtm8QYM3uSgQa6Zj/Pongo-2.0 ---------- */
@font-face {
    font-family: "Libre Baskerville";
    src: url("Fonts/LibreBaskerville/static/LibreBaskerville-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Libre Baskerville";
    src: url("Fonts/LibreBaskerville/static/LibreBaskerville-italic.ttf");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Libre Baskerville";
    src: url("Fonts/LibreBaskerville/static/LibreBaskerville-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "Prompt";
    src: url("Fonts/Prompt/static/Prompt-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Prompt";
    src: url("Fonts/Prompt/static/Prompt-Light.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Prompt";
    src: url("Fonts/Prompt/static/Prompt-Regular.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Prompt";
    src: url("Fonts/Prompt/static/Prompt-Regular.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Prompt";
    src: url("Fonts/Prompt/static/Prompt-Medium.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "Quicksand";
    src: url("Fonts/Quicksand/static/Quicksand-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Quicksand";
    src: url("Fonts/Quicksand/static/Quicksand-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Quicksand";
    src: url("Fonts/Quicksand/static/Quicksand-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Quicksand";
    src: url("Fonts/Quicksand/static/Quicksand-SemiBold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Quicksand";
    src: url("Fonts/Quicksand/static/Quicksand-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    src: url("Fonts/ProximaNova/static/proximanova_regular.ttf");
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 600;
    src: url("Fonts/ProximaNova/static/proximanova_bold.otf");
}
html {
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Prompt, sans-serif;
    color: #272D30;
    background: #980032;
    font-size: 13px;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

body textarea,
body input,
body select {
    font-size: 13px;
}

.secureBanner {
    color: #eee;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    margin: 40px 2% 20px 2%;
    width: 92%;
    max-width: 450px;
    float: left;
    clear: left;
}

.secureBanner > img {
    border: 0px;
    max-width: 95%;
}

.secureDonationBanner {
    color: #eee;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    margin: 40px 2% 20px 2%;
    width: 92%;
    max-width: 450px;
    float: left;
    clear: left;
}

.secureDonationBanner > img {
    border: 0px;
    max-width: 95%;
}

.securePaymentBanner {
    color: #eee;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    margin: 40px 2% 20px 2%;
    width: 92%;
    max-width: 450px;
    float: left;
    clear: left;
    margin-left: -30px;
    margin-top: 20px;
}

.securePaymentBanner > img {
    border: 0px;
    max-width: 95%;
    width: 275px;
    height: 70px;
}

body > div#wrapper {
    max-width: 980px;
    margin: 0 auto;
}

body div#content {
    margin: 0px 2% 40px 2%;
    padding: 40px;
    width: 92%;
    max-width: 600px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 10px;
    float: left;
}

#banner > img {
    max-width: 100%;
}

body div#orgInfo {
    margin: 0px 2% 20px 2%;
    padding: 20px;
    width: 92%;
    max-width: 300px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 10px;
    float: left;
}

.title {
    margin-bottom: -30px;
}

.section {
    margin: 30px 0px;
}

h2 {
    margin: 0px;
}

.section.recurring, .section.true-impact {
    margin: 10px 0px;
}

.section.donation, .section.contact, .section.billing-address, .section.comment {
    margin: 0px 0px;
}

.btn-submit-donation, .btn-submit-registration {

    background-color: #980032;
    width: 96%;
    max-width: 275px;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Prompt, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 24px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    min-height: 36px;
}