*, *: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;
}
.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: 1200px;
    margin: 0px auto;
}
a.button {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.02em;
    background-color: #50b848;
    padding: 11px 52px;
    display: block;
    text-align: center;
    border-radius: 4px;
}
a.button:hover {
    background-color: #000000;
}


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

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

div#logo {
    float: left;
}
div#logo img {
    width: 426px;
}
div#topDonateButton {
    float: right;
}
span.logoMobile {
    display: none;
}



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

div#heroSection {
    background-color: #50b848;
}

div.hero {
}
div.heroImage,
div.heroImageMobile {
    height: 602px;
    background-color: #50b848;
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
div.heroImageMobile {
    display: none;
}
div.heroCaption {
    display: block;
    margin: 0px auto;
    background-color: #50b848;
}
div.heroCaption a {
    color: #ffffff;
    display: block;
    width: 1070px;
    margin: 0px auto;
    padding: 20px 0px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.4em;
}
div.tns-controls {
    display: none;
}
div.tns-nav {
    text-align: center;
    margin-top: 563px;
    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 #ffffff;
}
div.tns-nav button.tns-nav-active {
    background-color: #ffffff;
}







/*  ====================================================================
  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: 130px 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%;
}
div.iconHeader {
    color: #50b848;
    margin-top: 10px;
    font-size: 1.6em;
}
div.iconHeader span.linebreak {
    display: none;
}
div.iconText {
    margin-top: 10px;
    font-size: 1.3em;
    line-height: 1.0em;
}





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


div#centerVideo {
    padding: 110px 0px;
    background-image: url('images/videobg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div#centerVideo div.centercolumn {
    width: 806px;
    margin: 0px auto;
}
div#centerVideo h2 {
    color: #ffffff;
    text-align: left;
    font-size: 2.8em;
    line-height: 1.0em;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
div#centerVideo sup {
    line-height: 0em;
    top: 5px;
    position: relative;
    font-size: 0.6em;
}
div#centerVideoText {
    background-image: url('images/doubleYourImpact.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 18% auto;
    padding: 0px 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: 25px;
    margin: 0px;
}
div#centerVideo p.centerVideoText2 {
    font-size: 1.0em;
    width: 82%;
}
div#centerVideo p:nth-child(2) {
}
a#centerVideoDonate {
    width: 266px;
    margin: 0px auto;
    line-height: 1.3em;
    font-size: 1.2em;
}
div.centerVideoPlayer {
    margin-top: 55px;
}


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


footer {
    overflow: auto;
    color: #ffffff;
    background-color: #50b848;
    padding: 10px 0px;
}
div#footerLeft {
    float: left;
    width: 450px;
}
div#footerLeft img {
    width: 100%;
}
a#footerDonate {
    background-color: #ffffff;
    color: #50b848;
    width: 200px;
    padding: 11px 0px;
    text-align: center;
}
a#footerDonate:hover {
    background-color: #000000;
    color: #ffffff;
}
div#footerRight {
    float: right;
    width: 642px;
}
div#footerRight img {
    width: 34px;
}
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: 1222px){
    
    div.centercolumn {
        width: 94%;
    }
    div#footerLeft {
        width: 38%;
    }
    div#footerRight {
        width: 56%;
    }
    
} /* @media screen and (max-width: 1222px){ /**/


@media screen and (max-width: 1122px){
    
    div.heroImage {
        height: 53.7vw;
    }
    div.tns-nav {
        margin-top: 48vw;
    }
    
} /* @media screen and (max-width: 1122px){ /**/


@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: 1070px){ /**/


@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: 872px){ /**/

 

@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: 790px){ /**/


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


@media screen and (max-width: 663px){
    
    div#logo img {
        width: 60vw;
    }
    a.button {
        padding: 11px 8vw;
    }
    
} /* @media screen and (max-width: 685px){ /**/


@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 {
        width: 98%;
    }
    
    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 {
        display: none;
    }
    div.heroImageMobile {
        display: block;
        height: 78vw;
    }
    div.heroCaption {
        padding-top: 4vw;
    }
    div.heroCaption a {
        font-size: 4.8vw;
    }
    div.heroCaption span.linebreak {
        display: none;
    }
    div.tns-nav {
        margin-top: 69.5vw;
    }
    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;
    }
    div.iconHeader span.linebreak {
        display: none;
    }
    div.icon {
        width: 100%;
        margin: 3vw 0vw;
    }
    div.iconImage {
        width: 27%;
    }
    div.iconHeader {
        font-size: 5.5vw;
    }
    div.iconText {
        font-size: 4.9vw;
    }
    div#centerVideo {
        padding: 6vw 0px;
    }
    div#centerVideoText {
        background-size: 38% 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;
    }
    /*
    div#footerRight img.spacer {
        width: 8vw;
        height: 1px;
    }
    /**/
    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){ /**/

