*, *: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 {
    height: 57px;
}
div#topDonateButton {
    float: right;
}
a.logoMobile {
    display: none;
}



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


div.hero {
}
div.heroImage {
    /* height: 746px; /**/
    height: 620px;
    /* background-color: #ffffff; /**/
    background-color: #50b848;
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
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#heroGallery-item0 div.heroCaption a {
    /*line-height: 2.8em; /* USED WHEN THERE IS ONLY 1 line of text /**/
}
div.tns-controls {
    display: none;
}
div.tns-nav {
    text-align: center;
    /* margin-top: 709px; /**/
    margin-top: 583px;
    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: 60px 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.3em;
}
div.iconText {
    margin-top: 10px;
    font-size: 1.3em;
}





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


div#centerVideo {
    padding: 110px 0px;
    background-image: url('images/videobg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div#centerVideo h2 {
    color: #ffffff;
    text-align: center;
    font-size: 2.8em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 0px 0px 40px 0px;
}
div#centerVideo p {
    color: #ffffff;
    text-align: center;
    font-size: 1.45em;
    line-height: 1.4em;
    letter-spacing: 0.01em;
}
a#centerVideoDonate {
    width: 266px;
    margin: 0px auto;
    line-height: 1.3em;
    font-size: 1.2em;
}
div.centerVideoPlayer {
    width: 806px;
    margin: 0px auto;
}


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


footer {
    overflow: auto;
    color: #ffffff;
    background-color: #50b848;
    padding: 10px 0px;
}
footer div.centercolumn {
    width: 1000px;
}
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: 402px;
}
p#footerSocial img {
    width: 34px;
}
p#footerSocial img.spacer {
    width: 0px;
}
div#footerBottom {
    width: 100%;
    clear: both;
    margin: 15px 0px;
}




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


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



@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: 1216px){
    
    a.heroCaption {
        width: 100%;
    }
    
} /* @media screen and (max-width: 1216px){ /**/


@media screen and (max-width: 1070px){
    
    div.heroCaption a {
        width: 94%;
    }
    div.heroCaption span.linebreak {
        display: none;
    }
    div#centerContent div.centercolumn {
        width: 92%;
    }
    footer div.centercolumn {
        width: 90%;
    }
    
} /* @media screen and (max-width: 1070px){ /**/


@media screen and (max-width: 978px){
    
    div#logo img {
        height: auto;
        /*width: 56vw;/**/
    }
    div#logo img.logoAACR {
        width: 38vw;
    }
    div#logo img.logoFanatic {
        width: 19vw;
    }
    
} /* @media screen and (max-width: 978px){ /**/


@media screen and (max-width: 902px){
    
    div#centerVideo span.linebreak {
        display: none;
    }
    div#icon1 span.linebreak {
        display: none;
    }
    
} /* @media screen and (max-width: 902px){ /**/

@media screen and (max-width: 872px){
    
    div.centerVideoPlayer {
        width: 100%;
    }
    
} /* @media screen and (max-width: 872px){ /**/

@media screen and (max-width: 750px){
    
    /*
    div.heroImage {
        height: 60vw;
    }
    /**/
    /*
    div.tns-nav {
        margin-top: 54.5vw;
    }
    /**/
    a.heroCaption {
        height: 9.7vw;
    }
    
} /* @media screen and (max-width: 750px){ /**/


@media screen and (max-width: 720px){
    
} /* @media screen and (max-width: 720px){ /**/


@media screen and (max-width: 540px){
    
    div.centercolumn {
        width: 94%;
    }
    div#top {
        padding: 3vw 0px 1vw 0px;
    }
    div#logo {
        float: none;
        text-align: center;
    }
    div#logo img.logoAACR,
    div#logo img.logoFanatic {
        width: 46.5vw;/*93vw;/**/
    }
    
    a.logoDesktop {
        display: none;
    }
    a.logoMobile {
        display: inline;
    }
    div#topDonateButton {
        float: none;
        width: 98%;
        margin: 3vw auto;
    }
    div#topDonateButton a.button {
        font-size: 5vw;
        padding: 4vw 0px;
    }
    div.heroImage {
        height: 54vw;
    }
    a.heroCaption {
        /*height: 9.4vw;/**/
    }
    div.heroCaption a {
        font-size: 4.8vw;
    }
    div.heroCaption span.linebreak {
        display: none;
    }
    div#heroGallery-item0 div.heroCaption a {
        line-height: 1.4em;
    }
    div.tns-nav {
        margin-top: 44vw;
    }
    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.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#centerVideo h2,
    div#centerVideo p {
        margin: 3vw auto;
    }
    div#centerVideo h2 {
        font-size: 8.3vw;
    }
    div#centerVideo p {
        font-size: 4.3vw;
    }
    a#centerVideoDonate {
        width: 98%;
        margin: 3vw auto;
        font-size: 5vw;
        padding: 4vw 0px;
    }
    div#centerVideo p.gothamNarrowBook {
        display: none;
    }
    footer {
        font-size: 4.8vw;
    }
    div#footerLeft,
    div#footerRight {
        width: 100%;
        margin: 0px auto;
        float: none;
        text-align: center;
    }
    div#footerLeft {
        width: 100%;
    }
    div#footerRight p {
        overflow: auto;
    }
    p#footerSocial {
        margin: 8vw 0px;
    }
    p#footerSocial img.spacer {
        width: 12vw;
        height: 1px;
    }
    div#icon1 span.linebreak {
        display: inline;
    }
    a#footerDonate {
        width: 98%;
        margin: 3vw auto;
        font-size: 5vw;
        padding: 4vw 0px;
    }
    footer#footerBottom {
        text-align: center;
    }
    
} /* @media screen and (max-width: 540px){ /**/


@media screen and (max-width: 454px){
    /*
    div#logo {
        margin-top: 10px;
    }
    div#logo img {
        width: 90%;
        height: auto;
    }
    div#topDonateButton {
        width: 56%;
        margin: 20px auto;
    }
    div#topDonateButton a.button,
    a#centerVideoDonate,
    a#footerDonate {
        padding: 4vw 0vw;
        font-size: 0.8em;
    }
    a#centerVideoDonate {
        width: 60%;
    }
    a#footerDonate {
    }
    div.tns-nav {
        margin-top: 45vw;
    }
    div.tns-nav button {
        padding: 3px;
    }
    /**/
} /* @media screen and (max-width: 454px){ /**/


@media screen and (max-width: 340px){
    
    
} /* @media screen and (max-width: 340px){ /**/

