*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans Condensed", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.gothamBook {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
}
.gothamBold {
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
}
.gothamNarrowBook {
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-weight: 400;
}
.gothamNarrowMedium {
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-weight: 500;
}
.gothamNarrowBold {
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-weight: 700;
}
a {
    color: #50b848;
    text-decoration: none;
}
a:hover {
}
a img {
    border-width: 0px;
}
div.centercolumn {
    width: 1123px;
    margin: 0px auto;
}
a.button {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 0.10em;
    background-color: #50b848;
    padding: 10px 68px;
    display: block;
    text-align: center;
}
a.button:hover {
    background-color: #000000;
}


/*  ====================================================================
  Top
======================================================================== */

div#top {
    overflow: auto;
    padding: 20px 0px;
}

div#logo {
    float: left;
}
div#logo img {
    height: 104px;
}
div#logo img.logoSpacer {
    height: 1px;
    width: 50px;
}
div#topDonateButton {
    float: right;
}
span.logoMobile {
    display: none;
}
span.linebreakMobile {
    display: none;
}

div#topheadline {
    background-color: #307c33;
    background-image: url('images/top_headline_bg.png');
    background-size: contain;
    background-position: center center;
    background-repeat: repeat-y;
    padding: 34px 0px 34px 0px;
    text-align: center;
}

div#topheadline div.centercolumn {
}
div#topheadline h1 {
    margin: 0px;
    padding: 0px;
    line-height: 1.0em;
}
div#topheadline a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 39px;
    line-height: 32px;
}


/*  ====================================================================
  heroSection
======================================================================== */


div.hero {
    height: 552px;
    background-color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
}


div.heroTop {
    height: 458px;
}
a.heroTopCaption {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    padding: 16px 21px;
    letter-spacing: 0.005em;
}
div#hero2 a.heroTopCaption {
    background-color: rgba(106, 116, 123, 0.85);
    margin-top: 175px;
    margin-left: 109px;
}
div#hero3 a.heroTopCaption {
    background-color: rgba(0, 165, 225, 0.85);
    margin-top: 35px;
    margin-left: 14px;
}
div#hero4 a.heroTopCaption {
    background-color: rgba(0, 94, 169, 0.85);
    margin-top: 250px;
    margin-left: 0px;
}
div#hero5 a.heroTopCaption {
    background-color: rgba(235, 31, 72, 0.85);
    margin-top: 306px;
    margin-left: 0px;
}
div.heroBottom {
    height: 94px;
}
div.heroBottomCaption {
    width: 1037px;
    height: 94px;
    margin: 0px auto;
    background-image: url('images/hero_bottom_text_bg.png');
    background-size: contain;
    background-position: center center;
    background-repeat: repeat-y;
    text-align: center;
}
div#hero2 div.heroBottomCaption,
div#hero3 div.heroBottomCaption {
    padding: 19px 2px;
}
div#hero4 div.heroBottomCaption {
    padding: 8px 2px;
}
div#hero1 div.heroBottomCaption,
div#hero5 div.heroBottomCaption {
    padding: 32px 2px;
}
div.heroBottomCaption a {
    color: #ffffff;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 0.01em;
}

div.tns-controls {
    display: none;
}
div.tns-nav {
    text-align: center;
    margin-top: 604px;
    position: absolute;
    z-index: 999;
    width: 100%;
}
div.tns-nav button {
    border-radius: 8px;
    padding: 6px;
    margin: 0px 5px;
    background-color: transparent;
    border: 2px solid #cccccc;
}
div.tns-nav button.tns-nav-active {
    background-color: #cccccc;
}







/*  ====================================================================
  centerContent
======================================================================== */

div#centerContent {
    
}
div#centerContent div.centercolumn {
    text-align: center;
    font-size: 1.45em;
    line-height: 1.5em;
    width: 1010px;
    margin: 70px auto 0px auto;
    letter-spacing: 0.01em;
}



/*  ====================================================================
  iconSection
======================================================================== */


div#iconSection {
    padding: 140px 0px 90px 0px;
    overflow: auto;
}

div.icon {
    float: left;
    width: 30%;
    margin: 0% 1.5%;
    text-align: center;
}
div.iconImage {
    width: 124px;
    margin: 0px auto;
}
div.iconImage img {
    width: 100%;
}
h2.iconHeader {
    margin: 0px;
    padding: 0px;
    line-height: 1.0em;
    
    color: #50b848;
    margin-top: 10px;
    font-size: 1.6em;
    text-transform: uppercase;
}
h2.iconHeader span.linebreak {
}
div.iconText {
    margin-top: 10px;
    font-size: 1.3em;
    line-height: 1.0em;
}





/*  ====================================================================
  centerVideo
======================================================================== */


div#centerVideo {
    padding: 30px 0px 70px 0px;
    background-image: url('images/videobg_pattern.png');
    background-repeat: repeat;
}
div#centerVideo h2 {
    color: #ffffff;
    text-align: left;
    font-size: 47px;
    line-height: 52px;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
div#centerVideoText {
    background-image: url('images/doubleYourImpact.png');
    background-repeat: no-repeat;
    background-position: 100% -10px;
    background-size: 28% auto;
    padding: 0px 0px 140px 0px;
    margin-top: 20px;
}
div#centerVideo p {
    color: #ffffff;
    text-align: left;
    font-size: 1.45em;
    line-height: 1.4em;
    letter-spacing: 0.01em;
    padding: 0px;
    padding-top: 55px;
    margin: 0px;
}
a#centerVideoDonate {
    width: 216px;
    margin: 0px auto;
    line-height: 25px;
    font-size: 20px;
    padding: 9px 0px;
}
div.centerVideoPlayer {
    width: 682px;
    margin: -80px auto 0px auto;
}


/*  ====================================================================
  footer
======================================================================== */


footer {
    overflow: auto;
    color: #ffffff;
    background-color: #50b848;
    padding: 30px 0px;
}
div#footerLeft {
    float: left;
    width: 445px;
}
div#footerLeft img {
    width: 100%;
}
a#footerDonate {
    background-color: #ffffff;
    color: #50b848;
    font-size: 21px;
    width: 200px;
    padding: 9px 0px;
    text-align: center;
}
a#footerDonate:hover {
    background-color: #000000;
    color: #ffffff;
}
div#footerRight {
    float: right;
    width: 642px;
    font-size: 17px;
    line-height: 23px;
}
div#footerRight img {
    width: 39px;
}
div#footerRight img.spacer {
    width: 0px;
}
p.footerSocialMobile {
    display: none;
}
div#footerLeft p.footerSocialMobile img {
    width: 34px;
}
div#footerLeft p.footerSocialMobile img.spacer {
    width: 0px;
}




/*  ====================================================================
  mobile
======================================================================== */


@media screen and (max-width: 1123px){
    
    div.centercolumn {
        width: 94%;
    }
    div#footerLeft {
        width: 38%;
    }
    div#footerRight {
        width: 56%;
    }
    
    
} /* @media screen and (max-width: 1123px){ /**/

@media screen and (max-width: 1037px){
    
    div.hero {
        height: auto;
    }
    div.heroBottom {
        height: auto;
    }
    div.heroBottomCaption {
        width: 98%;
        height: auto;
    }
    
    
} /* @media screen and (max-width: 1037px){ /**/

@media screen and (max-width: 720px){
    
    div#centerVideo div.centercolumn {
        width: 90%;
    }
    div.centerVideoPlayer {
        width: 100%;
    }
    
/* } @media screen and (max-width: 872px){ /**/
/* @media screen and (max-width: 720px){ /**/
    
    div.centercolumn {
        width: 94%;
    }
    div#top {
        padding: 5vw 0px 1vw 0px;
    }
    div#logo {
        float: none;
        text-align: center;
    }
    div#logo img {
        height: 23.5vw;
    }
    div#logo img.logoMobileSpacer {
        height: 1px;
        width: 1vw;
    }
    
    div#logo span.logoDesktop {
        display: none;
    }
    div#logo span.logoMobile {
        display: inline;
    }
    div#topDonateButton {
        float: none;
        width: 98%;
        margin: 6vw auto;
    }
    div#topDonateButton a.button {
        font-size: 5vw;
        padding: 4vw 0px;
    }
    div#topheadline a {
        font-size: 7.2vw;
        line-height: 7.2vw;
    }
    div.heroImage {
        height: 79vw;
        background-position: -74vw 0vw;
    }
    div.hero {
        height: 147.3vw;
        background-color: #ffffff;
        background-size: contain;
    }
    div#hero1 {
        background-image: url('images/heroMobile_bg1.jpg') !important;
    }
    div#hero2 {
        background-image: url('images/heroMobile_bg2.jpg') !important;
    }
    div#hero3 {
        background-image: url('images/heroMobile_bg3.jpg') !important;
    }
    div#hero4 {
        background-image: url('images/heroMobile_bg4.jpg') !important;
    }
    div#hero5 {
        background-image: url('images/heroMobile_bg5.jpg') !important;
    }
    div.hero div.centercolumn {
        width: 100%;
    }
    div.heroTop {
        height: auto;
    }
    div.hero a.heroTopCaption {
        margin-left: 0vw !important;
        margin-top: 46.1vw !important;
        padding: 4vw 5vw;
        width: 100vw;
        font-size: 3.4vw;
        line-height: 4vw;
    }
    div#hero3 a.heroTopCaption {
        letter-spacing: 0.0em;
    }
    div.hero a.heroTopCaption span.linebreak {
        display: none;
    }
    div.hero a.heroTopCaption span.linebreakMobile {
        display: inline;
    }
    
    div.hero div.heroBottom {
        margin-top: 73.4vw;
    }
    div.hero div.heroBottomCaption {
        width: 100%;
        height: 46vw;
    }
    div.hero div.heroBottomCaption span.linebreak {
        display: none;
    }
    div.hero div.heroBottomCaption span.linebreakMobile {
        display: inline;
    }
    div#hero1 div.heroBottomCaption {
        padding: 15vw 6vw;
    }
    div#hero2 div.heroBottomCaption {
        padding: 8vw 9vw;
    }
    div#hero3 div.heroBottomCaption {
        padding: 4vw 3vw;
    }
    div#hero4 div.heroBottomCaption {
        padding: 4vw 4vw;
    }
    div#hero5 div.heroBottomCaption {
        padding: 16vw 6vw;
    }
    div.heroBottomCaption a {
        font-size: 5.4vw;
        line-height: 6.2vw;
    }
    
    div.tns-nav {
        margin-top: 64vw;
    }
    div.tns-nav button {
        margin: 0vw 6vw;
    }
    
    div#iconSection {
        padding: 9vw 0px;
    }
    div#icon1 h2.iconHeader span.linebreak {
        display: none;
    }
    div.icon {
        width: 100%;
        margin: 3vw 0vw;
    }
    div.iconImage {
        width: 27%;
    }
    h2.iconHeader {
        font-size: 5.5vw;
    }
    div.iconText {
        font-size: 4.9vw;
    }
    div#centerVideo {
        padding: 6vw 0px 10vw 0px;
    }
    div#centerVideoText {
        background-size: 65% auto;
        background-position: 119% -81%;
        padding-bottom: 1vw;
    }
    div#centerVideo h2 {
        font-size: 6.3vw;
        width: 50%;
        line-height: 7.1vw;
    }
    div#centerVideo p {
        font-size: 4.4vw;
        width: 100%;
        padding-top: 6vw;
    }
    a#centerVideoDonate {
        width: 98%;
        margin: 3vw auto;
        font-size: 5vw;
        padding: 4vw 0px;
    }
    div.centerVideoPlayer {
        margin-top: 5vw;
    }
    footer {
        padding: 4vw 0vw 12vw 0vw;
    }
    footer div.centercolumn {
        width: 90%;
    }
    a#footerDonate {
        width: 100%;
        margin: 3vw auto;
        font-size: 5vw;
        padding: 4vw 0px;
    }
    div#footerLeft,
    div#footerRight {
        width: 100%;
        margin: 0px auto;
        float: none;
        text-align: center;
    }
    div#footerRight p {
        font-size: 3.9vw;
        line-height: 5vw;
        overflow: visible;
    }
    p.footerSocialDesktop {
        display: none;
    }
    p.footerSocialMobile {
        display: block;
        width: 52%;
        margin-left: auto;
        text-align: left;
    }
    div#footerLeft p.footerSocialMobile img {
        width: 8.5vw;
    }
    
} /* @media screen and (max-width: 720px){ /**/



/*  ====================================================================
  mobile - BKUP 2023-11-07
======================================================================== */

/*

@media screen and (max-width: 1320px){
    
    div.heroImage {
        height: 47vw;
    }
    div.tns-nav {
        margin-top: 42.5vw;
    }
    
} 



@media screen and (max-width: 1222px){
    
    div.centercolumn {
        width: 94%;
    }
    div#footerLeft {
        width: 38%;
    }
    div#footerRight {
        width: 56%;
    }
    
} 


@media screen and (max-width: 1070px){
    
    div.heroCaption a {
        width: 94%;
    }
    div.heroCaption span.linebreak {
        display: none;
    }
    div#iconSection {
        padding: 12vw 0px;
    }
    div#centerVideo {
        padding: 10vw 0px;
    }
    
} 



@media screen and (max-width: 930px){
    
    div.tns-nav {
        margin-top: 40vw;
    }
    
} 



@media screen and (max-width: 872px){
    
    div#centerVideo div.centercolumn {
        width: 94%;
    }
    div.centerVideoPlayer {
        width: 100%;
    }
    div#centerVideo span.linebreak {
        display: none;
    }
    a#centerVideoDonate {
        margin-left: 0px;
    }
    div#centerVideo p {
        width: 72%;
    }
        
    
} 

 

@media screen and (max-width: 800px){
    
    div#logo img {
        height: 13.5vw;
    }
    div#logo img.logoSpacer {
        height: 1px;
        width: 6.4vw;
    }
    
} 

 

@media screen and (max-width: 790px){
    
    div#centerVideo h2 {
        width: 72%;
    }
    div#centerVideoText {
        background-size: 30% auto;
        background-position: top right;
    }
    div#centerVideo p.centerVideoText2 {
        width: 100%;
    }
    
} 


@media screen and (max-width: 685px){
    
    h2.iconHeader span.linebreak {
        display: inline;
    }
    
} 


@media screen and (max-width: 540px){
    
    div.centercolumn {
        width: 94%;
    }
    div#top {
        padding: 5vw 0px 1vw 0px;
    }
    div#logo {
        float: none;
        text-align: center;
    }
    div#logo img {
        height: 23.5vw;
    }
    div#logo img.logoMobileSpacer {
        height: 1px;
        width: 5vw;
    }
    
    span.logoDesktop {
        display: none;
    }
    span.logoMobile {
        display: inline;
    }
    div#topDonateButton {
        float: none;
        width: 98%;
        margin: 6vw auto;
    }
    div#topDonateButton a.button {
        font-size: 5vw;
        padding: 4vw 0px;
    }
    div.heroImage {
        height: 79vw;
        background-position: -74vw 0vw;
    }
    div.heroCaption a {
        font-size: 4.8vw;
    }
    div.heroCaption span.linebreak {
        display: none;
    }
    div.tns-nav {
        margin-top: 64vw;
    }
    div.tns-nav button {
        margin: 0px 6vw;
    }
    div#centerContent div.centercolumn {
        font-size: 4.7vw;
        margin: 8vw auto 0px auto;
    }
    div#iconSection {
        padding: 4vw 0px;
    }
    h2.iconHeader span.linebreak {
        display: none;
    }
    div.icon {
        width: 100%;
        margin: 3vw 0vw;
    }
    div.iconImage {
        width: 27%;
    }
    h2.iconHeader {
        font-size: 5.5vw;
    }
    div.iconText {
        font-size: 4.9vw;
    }
    div#centerVideo {
        padding: 6vw 0px;
    }
    div#centerVideoText {
        background-size: 45% auto;
    }
    div#centerVideo h2,
    div#centerVideo p {
    }
    div#centerVideo h2 {
        font-size: 6.6vw;
        width: 65%;
    }
    div#centerVideo p {
        font-size: 4.4vw;
        width: 53%;
    }
    div#centerVideoText p:nth-child(3) {
        width: 100%;
    }
    div#centerVideo p.centerVideoText2 {
        font-size: 3.2vw;
    }
    div#centerVideo sup {
        top: 0.6vw;
    }
    a#centerVideoDonate {
        width: 98%;
        margin: 3vw auto;
        font-size: 5vw;
        padding: 4vw 0px;
    }
    div.centerVideoPlayer {
        margin-top: 5vw;
    }
    footer div.centercolumn {
        width: 90%;
    }
    a#footerDonate {
        width: 100%;
        margin: 3vw auto;
        font-size: 5vw;
        padding: 4vw 0px;
    }
    div#footerLeft,
    div#footerRight {
        width: 100%;
        margin: 0px auto;
        float: none;
        text-align: center;
    }
    div#footerRight p {
        overflow: auto;
        font-size: 4.5vw;
    }
    p.footerSocialDesktop {
        display: none;
    }
    p.footerSocialMobile {
        display: block;
        width: 52%;
        margin-left: auto;
        text-align: left;
    }
    div#footerLeft p.footerSocialMobile img {
        width: 8.5vw;
    }
    
} /* @media screen and (max-width: 540px){ /**/

