*
{
    box-sizing: border-box;
}
html
{
     max-width: 100%;
    position: relative;
    overflow-x: hidden;
}
body 
{
    max-width: 100%;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    background-color: #dcdcdc;
    overflow-x: hidden;
    font-family: "Amazon Ember", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.no-scroll
{
    position: fixed;
    height: 100%;
    overflow: hidden;
}

a 
{
    color: inherit;
    text-decoration: none;
}

.container
{
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.padded-content
{
    padding: 0; 
}

.clear-after:after
{
    content: "";
    display: block;
    clear: both;
}
section
{
    position: relative;
    width: 100%;
}
.fade-text
{
    opacity: 0;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    transition: opacity 500ms ease-in, transform 500ms ease-in;
}
.fade-text.in-view
{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/** -----------------------------------------------------**/
/** -----------------------------------------------------**/
/** FONT STYLES **/
h2
{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}
h3
{
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
p
{
    font-family: "amazon_emberlight", Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
    text-rendering: optimizeLegibility;

}
a 
{
    text-decoration: underline;
    cursor: pointer;
}
/** -----------------------------------------------------**/
/** -----------------------------------------------------**/
/** NAV **/
#nav
{
    background: #515d68;
    padding: 10px 0 10px 24px;
    width: 100%;
}
#nav img
{
    vertical-align: middle;
    cursor: pointer;
}
#nav .link
{
    /* font-weight: 700; */
    font-size: 18px;
    letter-spacing: .01em;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    cursor: pointer;
}
#nav a:hover  .link
{
    text-decoration: underline;
}
/** -----------------------------------------------------**/
/** -----------------------------------------------------**/
/** HERO - SLIDER **/
#slider 
{
    position: relative;
    height: 100%;
    width: 100%;
}
#slider .slide
{
    position: absolute;
    height: 100%;
    width: 100%;
    min-height:773px;
    top: -50px;
    left: 0;
    /* DURATION = # SLIDES * SLIDE VIS TIME (INCLUDING FADE) */
    -webkit-animation: slider 40s ease-in-out infinite;
        animation: slider 40s ease-in-out infinite;
}
#slider #one
{

    background-image: url("../img/hero-01.jpg");
    background-size: auto 100%; 
    background-position: center center;
    background-repeat: no-repeat; 
    -webkit-animation-delay: 0s; 
        animation-delay: 0s;
}
#slider #two
{
    background-image: url("../img/hero-02.jpg");
    background-size: auto 100%; 
    background-position: center center;
    background-repeat: no-repeat; 
     -webkit-animation-delay: 10s;
        animation-delay: 10s;
	opacity:0;
}
#slider #three
{
    background-image: url("../img/hero-03.jpg");
    background-size: auto 100%; 
    background-position: center center;
    background-repeat: no-repeat; 
    -webkit-animation-delay: 20s;
        animation-delay: 20s;
	opacity:0;
}
#slider #four
{
    background-image: url("../img/hero-04.jpg");
    background-size: auto 100%; 
    background-position: center center;
    background-repeat: no-repeat; 
    -webkit-animation-delay: 30s;
        animation-delay: 30s;
	opacity:0;
}

@-webkit-keyframes slider
{
  0%   { opacity:1 }
  
  /* MATCH FADE IN WITH FADE OUT DURATION */
  /* 5% OF 18s ~ 1 SEC FADE TIME */
  /* 2% OF 45s ~ 1 SEC FADE TIME */
  23% { opacity: 1 } 
  25% { opacity: 0 } /* 25 BECAUSE 4 SLIDES / 100 */

  /* MATCH FADE OUT WITH FADE IN DURATION */
  98% { opacity: 0 }
  100% { opacity: 1 }
}

@keyframes slider
{
  0%   { opacity:1 }
  
  /* MATCH FADE IN WITH FADE OUT DURATION */
  /* 5% OF 18s ~ 1 SEC FADE TIME */
  /* 2% OF 45s ~ 1 SEC FADE TIME */
  23% { opacity: 1 } 
  25% { opacity: 0 } /* 25 BECAUSE 4 SLIDES / 100 */

  /* MATCH FADE OUT WITH FADE IN DURATION */
  98% { opacity: 0 }
  100% { opacity: 1 }
}


/** -----------------------------------------------------**/
/** -----------------------------------------------------**/
/** HERO **/
#hero
{
    background-color: #31373d;
    background-size: auto 100%; 
    background-position: center center;
    background-repeat: no-repeat; 
    padding: 50px 0;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;
    min-height: 773px;
}
#hero .content
{
    width: 47%;
    max-width: 640px;
    margin-left: 52%;
}
#hero #intro
{
    text-align: center;
}
#hero #lead
{
    color: #c6b158;
    font-size: 8.278388278388277vw;
    font-weight: 700;
    letter-spacing: -.002em;
    line-height: .9em;
}
#hero #lead-small
{
    margin-top: 15px;
    font-size: 2.1978021978021975vw;
    color: #c6b158;
    font-family: "amazon_emberlight", Arial, Helvetica, sans-serif;
    transition-delay: 500ms;
}
#hero #para
{
    margin-top: 50px;
    margin-bottom: 36px;
    color: #fff;
    font-size: 1.7582417582417582vw;
    font-family: "amazon_emberlight", Arial, Helvetica, sans-serif;
    transition-delay: 1s;
}
#hero #lead .reg
{
    font-size: 40px;
    top: -50px;
}
#hero #lead .reg 
{
    font-size: 40px;
    top: -20px;
    position: absolute;
}
#hero #m-hero
{
    display: none;
}
/** -----------------------------------------------------**/
/** -----------------------------------------------------**/
/** HERO - DONATE **/
#payment
{
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: opacity 500ms cubic-bezier(0.62,-0.02, 0.47, 0.8), transform 500ms cubic-bezier(0.62,-0.02, 0.47, 0.8);
    transition-delay: 1500ms;
}
#payment.in-view
{
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.ap-dw-list.ap-dw-cf
{
    width: 100% !important;
}
div.ap-dw-container li.ap-dw-list-item
{
    width: 24.81751825% !important;
    text-align: center;
}
div.ap-dw-container h4.ap-dw-optional-heading
{
    text-align: left !important;
}
div.ap-dw-container div.ap-dw-optional-container:first-of-type
{
    width: 21.42857143% !important;
}
div.ap-dw-container div.ap-dw-optional 
{
    width: 49.555% !important;
}
div.ap-dw-container div.ap-dw-optional-container:last-of-type
{
    width: 78.57142857% !important;
    margin-top: 10px;
}
.ap-dw-button
{
    position: absolute !important;
    right: 21px !important;
    bottom: 30px !important;
}
div.ap-light a.ap-dw-selected, 
div.ap-dark a.ap-dw-selected 
{
    border-color: #c6b158 !important;
    background: #dfdbcb !important;
}
div.ap-light a.ap-dw-selected:before, 
div.ap-dark a.ap-dw-selected:before 
{
    border-color: #c6b158 transparent transparent transparent !important;
}
div.ap-dw-container h3.ap-dw-main-heading
{
    text-align: center !important;
    padding: 0 !important;
    color: #31373d !important;
    font-size: 18px !important;
}
div.ap-dw-container h4.ap-dw-optional-heading 
{
    margin: 26px 0 0 2px !important;
}
div.ap-dw-container h3.ap-dw-main-heading:before
{
    background: none !important;
} 
#thanks
{
    display: none;
    border-color: #e5e5e5;
    background-color: #f7f7f7;
    padding: 10% 50px;
    border-radius: 4px;
    text-align: center;
}
#donate
{
    margin-top: -3px;
    position: relative;
    background-color: #515d68;
    position: relative;
    color: #fff;
    font-family: "Amazon Ember", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .5);
}
#donate .col
{
    display: inline-block;
    padding: 20px 0;
    font-size: 1.1721611721611722vw;
    text-align: center;
}
#donate .col.hide-padding
{
    padding: 10px 0 2px;
    vertical-align: middle;
}
#donate #text.col.hide-padding,
#donate #payments.col.hide-padding
{
    padding: 20px 0;
} 
#donate .col .arrow
{
    margin-left: 6px;
}
#donate .col#payments
{
    width: calc(40% - 6px);
}
#donate .col#text
{
    border-left: solid 3px #394148;
    width: calc(35% - 6px);
    
}
#donate .col#online
{
    border-left: solid 3px #394148;
    width: calc(26% - 6px);
    cursor: pointer; 
    cursor: hand;
}
#donate .col span
{
    font-weight: 700;
    color: #c6b158;
}
#donate #online.hide #more
{
    display: none;
}
#donate #online #paypal
{
    display: none;

}
#donate #online.hide #paypal
{
    display: block;
}
#donate .col .arrow
{
    transition: all 100ms ease;
}
#donate .col:hover .arrow
{
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
/** -----------------------------------------------------**/
/** -----------------------------------------------------**/
/** SECTION - AWARENESS **/
#awareness
{
    background: #877538 url("../img/pattern-gold.jpg");
    color: #fff;
    padding: 100px 0;
}
#awareness .content
{
    width: 34%;
    max-width: 500px;
    margin-left: 10%;
}

#awareness #boxes
{
    position: absolute;
    width: 87%;
    max-width: 1137px;
    right: -400px;
    top: -200px;
    z-index: 1;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.4,-0.04, 0.58, 1);
}
#awareness #boxes.in-view
{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
/** -----------------------------------------------------**/
/** -----------------------------------------------------**/
/** SECTION - LOGOS **/
#logos
{
    background-color: #b79f3b;
    padding: 20px 0;
}
#logos img
{
    display: block;
    margin: 0 auto;
}
/** -----------------------------------------------------**/
/** -----------------------------------------------------**/
/** SECTION - OUTCOMES **/
#outcome
{
    background-color: #eeeeee;
    text-align: center;
    padding: 40px 0;
}
#outcome #ribbon
{
    display: inline-block;
    width: 12%;
    max-width: 175px;
    min-width: 150px;
    vertical-align: middle;
}
#outcome .content
{
    width: 53%;
    max-width: 700px;
    display: inline-block;
    margin-left: 8%;
    vertical-align: middle;
}
#outcome h2
{
    color: #c6b158;
}
#outcome p
{
    color: #31373d;
}
#outcome .btn
{
    position: relative;
    margin-top: 20px;
}
#outcome #m-head
{
    display: none;
}
/** -----------------------------------------------------**/
/** -----------------------------------------------------**/
/** SECTION - PROMOS **/
#promos
{
    background-color: #c8c9cb;
    padding: 50px 0;
}
#promos:after
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 17px;
    background-image: url("../img/shadow.png");
    background-repeat: none;

}
#cards
{
    width: 100%;
    position: relative;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: stretch;
    align-content: space-between;
}
#cards .card
{
    background-color: #31373d;
    max-width: 410px;
    width: calc(40% - 60px);
    margin: 0 1%;
    padding-bottom: 80px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(3%);
    -ms-transform: translateY(3%);
    transform: translateY(3%);
    transition: all 500ms ease-in;
}
#cards .card:nth-of-type(2)
{
    transition-delay: 500ms;
}
#cards .card:last-of-type
{
    transition-delay: 1s;
}
#cards .card.in-view
{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#cards .card img
{
    max-width: 409px;
    width: 100%;
}
#cards .card h3
{
    color: #c6b158;
}
#cards .card p
{
    color: #ffffff;
    padding: 0 30px;
    font-size: 18px; 
}
.btn
{
    background-color: #c6b158;
    color: #31373d;
    text-transform: uppercase;
    display: inline-block;
    width: 42%;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 4px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    border: transparent solid 2px;
    transition: all 250ms ease-in;
}
.btn:hover
{
    background-color: #31373d;
    color: #c6b158;
    border: #c6b158 solid 2px;
    border-radius: 4px;
    transition: all 250ms ease-in;
}
/** -----------------------------------------------------**/
/** -----------------------------------------------------**/
/** FOOTER **/
footer
{
    background-color: #31373d;
    padding: 60px 0 38px 0;

}
footer #links
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#footer-logos
{
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
    width: 45%;
}
#footer-logos img
{
    margin: 0 30px;
}
#footer-logos #bbb
{
    max-width: 140px;
}
#footer-logos #cci
{
    max-width: 171px;
}
#footer-social
{
    width: 55%;
    max-width: 460px;
    display: inline-block;
}
#footer-social li
{
    display: inline-block;
    list-style: none;
}
#footer-social .icon
{
    width: 45px;
    height: 45px;
    margin: 0 3%;
    background-color: #c7b258;
}
#footer-social .icon img
{
    width: 100%;
}
#footer-social .icon:hover
{
    background-color: #fff;
    transition: all 250ms ease-in;
}
footer .legal:first-of-type
{
    width: 41.0989011%;
}
footer .legal
{
    color: #fff;
    font-size: 10px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    width: 63%;
    max-width: 860px;
    margin: 12px auto;
}
@media screen and (min-width:1365px)
{
     /** -----------------------------------------------------**/
    /** HERO @MIN-1365PX **/
    #hero #lead
    {
        font-size: 113px;
    }
    #hero #lead-small
    {
        font-size: 30px;
    }
    #hero #para
    {
        font-size: 24px;
    }
    #donate .col
    {
        font-size: 16px;
    }
}
@media screen and (max-width:1100px)
{
    /** -----------------------------------------------------**/
    /** HERO @1100PX **/
    #hero .content 
    {
        width: 55%;
        margin-left: 40%;
    }
    #hero #lead-small
    {
        margin-top: 5.5%;
    }
    #hero #para
    {
        margin-top: 7%;
        margin-bottom: 6%;
    }
    #donate .col
    {
        font-size: 1.5vw;
    }
    /** -----------------------------------------------------**/
    /** SECTION - AWARENESS @1100PX **/
    #awareness #boxes.in-view
    {
        width: 100%;
        max-width: 1127px;
        min-width: 1000px;
        right: -50%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        
    }
    /** -----------------------------------------------------**/
    /** FOOTER @1100PX **/
    #footer-logos, 
    #footer-social
    {
        width: 100%;
        margin: 2% auto;
        display: block;
        max-width: 100%;
        text-align: center;
    }
    footer .legal:first-of-type
    {
        width: 63%;
    }
}
@media screen and (max-width:900px)
{
    /** -----------------------------------------------------**/
    /** HERO @900PX **/
    #hero #lead
    {
        font-size: 75px;
    }
    #hero #lead-small
    {
        font-size: 20px;
    }
    #hero #para
    {
        font-size: 16px;
    }
    #donate #online #paypal #image
    {
        width: 95%;
        max-width: 107px;
        margin-left: 5px;
    }
    /** -----------------------------------------------------**/
    /** SECTION - AWARENESS @900PX **/
    #awareness .content 
    {
        width: 38%;
        margin-left: 5%;
    }
    #awareness #boxes.in-view
    {
        right: -65%;
    }
}
@media screen and (max-width:768px)
{
    /** -----------------------------------------------------**/
    /** -----------------------------------------------------**/
    /** NAV **/
    #nav
    {
        background: #515d68;
        padding: 10px 0 10px 4%;
    }
    #nav .link
    {
        margin-left: 2%;
    }
    /** -----------------------------------------------------**/
    /** GLOBAL @768PX **/
    #awareness .content,
    #outcomes .content
    {
        width: 86%;
        max-width: 650px;
        margin: 0 auto;
    }
    /** -----------------------------------------------------**/
    /** HERO @768PX **/
    #hero .content 
    {
        width: 65%;
        margin-left: 30%;
    }
    #donate #online #paypal #image
    {
       margin-left: 5px;
    }
    /** -----------------------------------------------------**/
    /** SECTION - AWARENESS @768PX **/
    #awareness
    {
        padding: 6vh 0 0;
        margin-bottom: -20%;
    }
    #awareness #boxes.in-view
    {
        right: 0;
        position: relative;
        width: 150%;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin-top: -8%;
    }
    /** -----------------------------------------------------**/
    /** SECTION - LOGOS @768PX **/
    #logos img 
    {
        width: 90%;
        max-width: 640px;
    }
    /** -----------------------------------------------------**/
    /** SECTION - OUTCOMES @768PX **/
    #outcome .content p
    {
        text-align: left;
    }
    #outcome .btn
    {
        width: 100%;
        margin: 14% 0 7%;
    }
    /** -----------------------------------------------------**/
    /** SECTION - PROMOS @768PX **/
    #cards .card p
    {
        font-size: 14px;
    }
    #cards .card .btn
    {
        width: 80%;
    }
}
@media screen and (max-width:750px)
{
    /** -----------------------------------------------------**/
    /** GLOBAL @750PX **/
    h2
    {
        font-size: 5.6vw;
    }
    h3
    {
        font-size: 5.333vw;    
    }
    p
    {
        font-size: 4.266vw;
    }
    /** -----------------------------------------------------**/
    /** HERO @750PX **/
    #slider 
    {
        display: none;
    }
    #hero
    {
        min-height: auto;
    }
    #hero .content
    {
        width: 100%;
        margin: 0 auto;
        max-width: 750px;
    }
    #hero #payment
    {
        width: 92.93333333%;
        margin: 0 auto;
    }
    #hero #lead 
    {
        font-size: 16vw;
        line-height: .9em;
    }
    #hero #lead-small
    {
        margin: 5% auto;
        font-size: 4.533333333333333vw;
    }
    #hero #para
    {
        margin: 6% 0;
        font-size: 3.466666666666667vw;
        transition-delay: 1.25s;
    }

    /** -----------------------------------------------------**/
    /** HERO - SLIDER @750PX **/
    #hero #m-hero
    {
        display: block;
        width: 100%;
        position: relative;
        opacity: 0;
        transform: translateX(100%);
        transition: transform 500ms ease-in, opacity 500ms ease-in;
        transition-delay: 1s;
    }
    #hero #m-hero.in-view
    {
        transform: translateX(0);
        opacity: 1;
    }
    #m-hero .slide
    {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: slider 40s ease-in-out infinite;
        animation: slider 40s ease-in-out infinite;
    }
    #m-hero .slide:nth-of-type(1) 
    {
        -webkit-animation-delay: 30s; 
        animation-delay: 30s;
    }
    #m-hero .slide:nth-of-type(2) 
    {
        -webkit-animation-delay: 20s;
        animation-delay: 20s;
    }
    #m-hero .slide:nth-of-type(3) 
    {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
    }
    #m-hero .slide:last-of-type 
    {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    #m-hero img
    {
        width: 100%;
        max-width: 750px;   
    }
    /** -----------------------------------------------------**/
    /** HERO - DONATE @750PX **/
    #donate .col
    {
        font-size: 2.6666666666666665vw;
    }
    /** -----------------------------------------------------**/
    /** SECTION - AWARENESS @750PX **/
    #awareness #boxes.in-view
    {
        min-width: auto;
    }
    /** -----------------------------------------------------**/
    /** SECTION - PROMOS @750PX **/
    #cards
    {
        display: block;
    }
    #cards .card
    {
        width: 91%;
        max-width: 682px;
        margin: 25px auto;
        padding-bottom: 0;
    }
    #cards .card .btn
    {
        width: 62.79411765%;
    }
    #cards .card img
    {
        max-width: 750px;
    }
    #cards .card h3
    {
        font-size: 5.6vw;
    }
    #cards .card p
    {
        font-size: 4vw;
    }
    .btn
    {
        font-size: 5.6vw;
        position: relative;
        margin: 14% 0 7%;
    }
    #cards .card:nth-of-type(2),
    #cards .card:last-of-type
    {
        transition-delay: 0;
    }
    
     /** -----------------------------------------------------**/
    /** SECTION - OUTCOME @750PX **/
    #outcome #m-head
    {
        display: block;
    }
    #outcome .content h2
    {
        display: none;
    }
    #outcome .content
    {
        margin-left: 3%;
    }
    #outcome .content p
    {
        margin: 0 0 30px 0;
    }
    #outcome #ribbon
    {
        min-width: 100px;
        vertical-align: top;
    }
    /** -----------------------------------------------------**/
    /** FOOTER @750PX **/
    footer #footer-logos img
    {
        margin: 0 6.333%;
    }
    footer #footer-logos #bbb
    {
        width: 30.8%;
    }
    footer #footer-logos #cci
    {
        width: 37.3%;
    }
    #footer-logos, 
    #footer-social
    {
        margin: 3% auto;
    }
    #footer-social .icon
    {
       position: relative;
        width: 11%;
        padding-bottom: 11%;
        float: left;
        height: 0;
        margin: 0 2.75%;
    }
    #footer-social .icon img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
    }
   
    footer .legal
    {
        width: 88%;
        font-size: 2.4vw;
        margin-bottom: 4%;
    }
    footer .legal:first-of-type
    {
       width: 88%;
    }
}
@media screen and (max-width:425px)
{
     /** -----------------------------------------------------**/
    /** HERO - DONATE @425PX **/
    div.ap-dw-container div.ap-dw-optional 
    {
        width: 100% !important;
    }
    .ap-dw-button 
    {
        position: relative !important;
        width: 100% !important;
        right: auto !important;
        bottom: auto !important;
        
    }
    .ap-dw-button img
    {
        margin: 0 auto !important;
    }
    #donate .col.hide-padding
    {
        padding: 12px 0 0;
    }

    #donate #online #paypal #image
    {
        margin-left: 3px;
        padding-top: 10px;
    }
}
@media screen and (max-width:375px)
{
    /** -----------------------------------------------------**/
    /** HERO - DONATE @375PX **/
    div.ap-dw-container div.ap-dw-optional 
    {
        width: 100% !important;
    }
    #donate .col {
        font-size: 3.5vw;
    }
    #donate .col .arrow
    {
        margin-left: 3px;
    }
   
}