/** Alleluu SisterIndia v1 Author: Alleluu Development Team **/





/* Reset
-------------------------------------*/

html { color: #000; background: #FFF; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { -webkit-touch-callout: none; line-height: 1; }

ol, ul, li { list-style: none; }

textarea { resize: none; }

table { border-collapse: collapse; border-spacing: 0; }

html, body, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust: none; }

input[type=search] { -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { display: none; }

input[type="text"], textarea, input[type="submit"], input[type="password"] { 
    -webkit-appearance: none; 
    -webkit-border-radius: 0; 
    outline: none;
}

input:focus { border: none; outline-width: 0; }






/* Baseline
-------------------------------------*/

a {
    transition: color 0.1s, background-color 0.1s;
    -webkit-transition: color 0.1s, background-color 0.1s;
    -ms-transition: color 0.1s, background-color 0.1s;
    text-decoration: none;
}

img {
    display: block;
    height: auto;
    width: 100%;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.c { clear: both; }






/* Font
-------------------------------------*/

html { 
    font: normal 10px "proxima-nova", sans-serif; 
    color: #454545; 
} 

b { font-weight: bold; }

em { font-style: italic; }

hr { 
    background: #E2E2E2;
    border: none;
    height: 2px;
}

.btn { font-size: 1.4em; }

b { font-weight: 500; }

p { 
    color: #545454; 
    font-size: 1.8em;
    font-weight: 300;
    line-height: 2;
    margin: 30px 0; 
}

input, textarea, select { font: normal 1.4em "proxima-nova", sans-serif; }

h1, h2, h3, h4, h5, h6 { font: 300 3em/1.4 "proxima-nova", sans-serif; cursor: default; }

h4, h5, h6 { font-size: 2em; }

.wf-loading { font-family: arial, sans-serif; }

.bold {
    display: block;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.125;
    text-transform: uppercase;
}

.amp {
    font-family: "garvis-pro",serif;
    font-style: italic;
    font-weight: 300;
    text-transform: lowercase;
}

.redt {
    color: #c92121;
    font-weight: 400;
}

h2 .bold { color: #262626; font-size: 1.8em; }

.fblue { color: #96d4d3; }

.fpink { color: #f75f6f; }

.fgreen { color: #00bd9d; }

.fpurple { color: #a12171; }

.flightgreen { color: #9ee1e2; }

.fgold { color: #e0cc6b; }

.ffeature { 
    font-family: "proxima-nova-condensed", arial, sans-serif;
    font-weight: 500; 
    text-transform: uppercase; 
}





/* Links
-------------------------------------*/
	
a { color: #0071ac; }

.btn {
    background-color: #0071AC;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 6px 14px;
    text-align: center;
}

.btn:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.btn.mdm { padding: 14px 26px; }

.btn.lrg { padding: 25px 60px; }

.btn .icon { cursor: pointer; }

.red { background-color: #f4223b; }

.pink { background-color: #f75f6f; }

.purple { background-color: #a12171; }

.green { background-color:#00bd9d; }

.gold { background-color: #b7a135; }

.lightgrey { background-color: #d0d1d5; }

.teal { background-color: #39888f; } 

.lightteal { background-color: #d3e9e7; } 

.peach { background-color: #f48e80; }

.blue { background-color: #02708b; }

.greyblue { background-color: #80accf; }

.grey { background-color: #393937; }

.orange { background-color: #e58247; }

.facebook-blue { background-color: #3a5dae; }

.twitter-blue { background-color: #46b7cf; }

.peachred { background-color: #f75f6f; }

.purplered { background-color: #b34f6b; }






/* Form
-------------------------------------*/

input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea {
    background: #FFF;
    border: 2px solid #E0E0E0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 40px;
    margin: 0 0 16px;
    padding: 0 5%;
    width: 90%;
}

input::-webkit-input-placeholder, input:-ms-input-placeholder { color: #B9B9B9; }

input:-moz-placeholder { color: #B9B9B9; }

textarea { 
    height: 18px; 
    padding-bottom: 10px; 
    padding-top: 12px; 
}

select { margin: 0 0 16px; }

input[type="submit"] {
    transition: color 0.1s, background-color 0.1s;
    -webkit-transition: color 0.1s, background-color 0.1s;
    -ms-transition: color 0.1s, background-color 0.1s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 16px 36px;
    text-align: center;
}

.error { 
    color: #B02E00;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 6px;
}

form .field .error + input { border-color: #B02E00; }

.error-master { margin: 0 0 16px; }

.success-message {
    color: green;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 10px;
}

label {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 6px;
}

option { margin: 4px 0; }

.note-stat {
    display: block;
    margin: -15px 0 0 30px;
    text-transform: uppercase;
}






/* Structure
-------------------------------------*/

html, body { background: #FFFFFF; } 

.content { 
    height: 100%;
    margin: 0 auto; 
    padding: 0 20px;
    position: relative;
    width: 940px;
}

.two-col { 
    float: left; 
    max-width: 450px;
    width: 100%;
}

.two-col.col1 { margin-right: 40px; }

.two-col.col1x { max-width: 220px; margin-right: 20px; }

.two-col.col4x { max-width: 700px; }

.three-col {
    float: left;
    margin: 50px 40px 0 0;
    max-width: 260px;
    width: 100%;
}

.four-col { 
    float: left; 
    margin-right: 20px;
    max-width: 220px;
    width: 100%;
}

.four-col.col4 { margin-right: 0; }

.float-left { float: left; }

.float-right { float: right; }

/* New NavBar */
 /* Header
-------------------------------------*/

#headerbar {
    background: #FFF;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
}
#header {
    height: 60px;
    margin:auto;
    position: relative;
    width: 90%;
    text-align: center;
}

#logo {
    background: url("logo.png") no-repeat 10px 0;
    background-size: contain;
    display: block;
    float: left;
    height: 60px;
    padding: 0 20px 0 0;
    position: relative;
    width: 170px;
    z-index: 2;
}

.hideMe {
    float: right;
    height: 0px;
    margin-top: 0;
    padding: 0;
    visibility: hidden !important;
    width: 0;
}

.notifications {
    background: #484848;
    margin: 60px 0 0;
    padding: 10px 0 8px;
    width: 100%; 
}

.notifications .position {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
    width: 100%;
}

.notifications .notifications-label {
    color: #FFF;
    font-family: "proxima-nova-condensed", arial, sans-serif;
    font-size: 1.5em;
    font-weight: 200;
    text-transform: uppercase;
}






/* Menu
-------------------------------------*/

#menu { 
    background: #FFF;
    font-weight: 300;
    height: 60px; 
    margin: auto;
    width: 610px;
}

#menu li { float: left; position: relative; }

#menu li a {
    color: #797C51;
    display: block;
    font-size: 12px;
    letter-spacing: .5px;
    padding: 24px 16px;
    text-transform: uppercase;
}

#menu a:hover, #menu li:hover a, #menu .current { background: #EEEFEA                                                                                                                                                                                                                   ; }

#menu li:hover .menudrop {
    display: block;
}

#menu .menudrop {
    background: #484848;
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 60px;
    width: 240px;
    z-index: 99999;
}

#menu .menudrop li {
    float: none;
}

#menu .menudrop li a {
    background: #484848;
    color: #FFF;
    display: block;
    padding: 12px 0 8px 10%;
    width: 90%;
}

#menu .menudrop li a:hover, #menu .menudrop li a.current { background: #343330; }

#headerbar #give {
    width:50px;
    /* height: 20px; */
    padding:10px 8px;
    margin: 3px 2px;
    background-color: #D2A949;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFF !important;
    display: block;
    font-size: 1.4em;
    font-weight: 300 !important;
    right: 0;
    text-transform: uppercase;
    position: absolute;
    top: 14px;
    letter-spacing: 2px;
    z-index: 2;
    line-height: .7 !important;
}
#headerbar #give:hover {
    background-color:#DFC27F !important;
}

.menu-btn.clear {
    background: #FFFFFF;
    border: 1px solid #ACACAC;
    color: #6C6C6C;
    padding: 9px 26px;
    right: 110px;
}

.menu-icon {
    background-repeat: none;
    height: 20px;
    position: absolute;
    right: 140px;
    top: 20px;
    width: 24px;
    z-index: 2;
}

.menu-icon.twitter { background-image: url('../img/icon-twitter.png'); right: 175px; }

.menu-icon.facebook { background-image: url('../img/icon-facebook.png'); }




/* Header
-------------------------------------*/

    /* #headerbar {
        background: #FFF;
        height: 60px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    #header {
        height: 60px;
        margin: 0 auto;
        position: relative;
        width: 980px;
    }


    #logo {
        background: url("../img/logo.png" no-repeat 10px 0;)
        border-right: 1px solid #d0d1d4;
        display: block;
        float: left;
        height: 60px;
        padding: 0 20px 0 0;
        position: relative;
        width: 170px;
        z-index: 2;
    }

    .notifications {
        background: #484848;
        margin: 60px 0 0;
        padding: 10px 0 8px;
        width: 100%; 
    }

    .notifications .position {
        margin: 0 auto;
        max-width: 980px;
        text-align: center;
        width: 100%;
    }

    .notifications .notifications-label {
        color: #FFF;
        font-family: "proxima-nova-condensed", arial, sans-serif;
        font-size: 1.5em;
        font-weight: 200;
        text-transform: uppercase;
    } */






    /* Menu
    -------------------------------------*/

    /* #menu { 
        background: #FFF;
        font-weight: 300;
        float: left; 
        height: 60px; 
    }

    #menu li { float: left; position: relative; }

    #menu li a {
        color: #565656;
        display: block;
        font-size: 1.2em;
        letter-spacing: .5px;
        padding: 24px 16px;
        text-transform: uppercase;
    }

    #menu a:hover, #menu li:hover a, #menu .current { background: #d2eae7; }

    #menu li:hover .menudrop {
        display: block;
    }

    #menu .menudrop {
        background: #484848;
        display: none;
        left: 0;
        padding: 10px 0;
        position: absolute;
        top: 60px;
        width: 240px;
        z-index: 99999;
    }

    #menu .menudrop li {
        float: none;
    }

    #menu .menudrop li a {
        background: #484848;
        color: #FFF;
        display: block;
        padding: 12px 0 8px 10%;
        width: 90%;
    }

    #menu .menudrop li a:hover, #menu .menudrop li a.current { background: #343330; }

    .menu-btn {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #FFF;
        display: block;
        font-size: 1.2em;
        font-weight: 300;
        padding: 10px 26px;
        position: absolute;
        right: 20px;
        text-transform: uppercase;
        top: 14px;
        z-index: 2;
    }

    .menu-btn.clear {
        background: #FFFFFF;
        border: 1px solid #ACACAC;
        color: #6C6C6C;
        padding: 9px 26px;
        right: 110px;
    }

    .menu-icon {
        background-repeat: none;
        height: 20px;
        position: absolute;
        right: 140px;
        top: 20px;
        width: 24px;
        z-index: 2;
    }

    .menu-icon.twitter { background-image: url('../img/icon-twitter.png'); right: 175px; }

    .menu-icon.facebook { background-image: url('../img/icon-facebook.png'); } */



/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * https://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * https://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * https://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    height: 60px;
    max-width: 100%;
    display: block;
    width: 60px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.html) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.html) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.html) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.html) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.html) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}



/* Ticker
-------------------------------------*/

.leaderboard {
    background: #262626;
    height: 50px;
    width: 100%;
}

.leaderboard .wrapper {
    margin: 0 auto;
    width: 940px;
}

.leaderboard.second .ticker {
    bottom: 0;
    height: 50px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    top: 0;
    width: 600px;
}

.leaderboard.second .ticker-buttons {
    float: right;
}

.leaderboard.second .ticker-buttons .btn {
    margin: 6px 0 0;
}

.leaderboard.second .ticker-buttons .btn.white {
    color: #000;
    background: #FFF;
    padding: 12px 24px;
    margin-left: 10px;
}

.leaderboard.second .ticker-buttons .btn.transparent {
    border: 2px solid #FFF;
    background: transparent;
    padding: 10px 22px;
}

.leaderboard.second .ticker .bx-wrapper {
    float: left !important;
    width: 460px !important;
}
.leaderboard.second .ticker .bx-wrapper .bx-viewport {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    height: 50px !important;
    left: 0;
    width: 602px !important;
}
.leaderboard.second .ticker .bx-wrapper .photo {
    float: left;
    width: 75px;
}
.leaderboard.second .ticker .bx-wrapper .activity {
    color: #FFFFFF;
    font-size: 1.2em;
    float: left;
    margin-top: 15px;
}
.leaderboard.second .ticker .bx-wrapper img {
    width: auto;
}
.leaderboard.second .ticker .bx-wrapper .bx-loading {
    display: none;
}
.leaderboard.second .ticker .donate-now {
    float: right;
    margin-top: 5px;
}
.leaderboard.second .ticker .donate-now a {
    font-size: 11px;
}
.leaderboard.second .ticker .arrows {
    float: left;
}
.leaderboard.second .ticker .arrows .left {
    background-color: #161616;
    border-left: 1px solid #000000;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    padding-top: 14px;
    text-align: center;
    width: 50px;
}
.leaderboard.second .ticker .arrows .right {
    background-color: #161616;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
    padding-top: 14px;
    text-align: center;
    width: 50px;
}
.leaderboard.second .ticker .arrows .left:hover, .leaderboard.second .ticker .arrows .right:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.leaderboard.second .ticker ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.leaderboard.second .ticker ul li {
    color: #000000;
    display: block;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    padding: 0 27px;
    width: 640px;
}

.ticker .icon-angle-left {
    background: url('../img/arrow-l.png') center no-repeat;
    display: block;
    height: 16px;
    left: 16px;
    position: relative;
    top: 6px;
    width: 16px;
}

.ticker .icon-angle-right {
    background: url('../img/arrow-r.png') center no-repeat;
    display: block;
    height: 16px;
    left: 16px;
    position: relative;
    top: 6px;
    width: 16px;
}


/* Thermometer
-------------------------------------*/

.thermometer {
    padding: 18px 0 0;
    position: relative;
}

.thermometer .amounts ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    list-style-type: none;
}

.thermometer .amounts ul li {
    color: #847734;
    float: left;
    font-size: 1em;
    text-align: right;
    text-transform: uppercase;
    padding: 0 1% 0 0;
    position: relative;
    width: 9%;
}

.thermometer .amounts ul li:after,.thermometer .amounts ul li:first-child:before {
    background: #847734;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.amounts ul li:first-child:before { left: 0; right: auto; }

.progress-bar {
    clear: both;
    background-color: #FFF;
    width: 100%;
    height: 20px;
    position: relative;
    top: 12px;
}

.progress-bar .end-stat {
    position: absolute;
    right: 19px;
    bottom: -112px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
}

.progress-bar .end-stat .top {
    margin-bottom: 4px;
    color: #fff;
}

.progress-bar .raised {
    background-color: #A12171;
    display: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.progress-bar .meter {
    background-color: #A12171; /*D2EAE7*/
    height: 100%;
    position: relative;
    width: 0;
}

.progress-bar .meter .end-bar {
    background-color: white;
    width: 3px;
    position: absolute;
    right: 0px;
    height: 52px;
    bottom: -32px;
    display: none;
}

.progress-bar .meter .end-total {
    color: rgba(245, 235, 0, 0.8);
    position: absolute;
    font-weight: 300;
    display: none;
    font-size: 28px;
    line-height: 30px;
    right: -225px;
    bottom: -112px;
    width: 236px;
}

.progress-bar .meter .end-total .top {
    color: #fff;
    margin-bottom: 4px;
}

.progress-bar .meter .end-total span {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    margin-left: 5px;
}

/*.progress-bar .end-ball {
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: bold;
    padding: 6px 0 0;
    text-align: center;
    text-transform: uppercase;
}*/




/* Flyout
-------------------------------------*/

.flyout .overlay { background: rgba(255, 255, 255, 0.7); z-index: 999; }

#flyout-toggle, #flyout-close {
    background: #CCC url('menu.png') no-repeat center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    display: none;
    height: 34px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 34px;
    z-index: 3;
}

#flyout-toggle:hover { color: #BFBFBF; }

#flyout-close {
    display: block;
    left: auto;
    right: 20px;
    top: 14px;
}

#flyout {
    background: #FFF;
    bottom: 0;
    display: none;
    left: -270px;
    position: fixed;
    top: 0;
    width: 270px;
    z-index: 1000;
}

#flyout:after {
    background: #DFDFDF;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}




/* Modal
-------------------------------------*/

.hide { display: none; }

.modal-open { overflow: hidden; }

.modal {
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 360px;
    margin: 200px auto 0;
    max-width: 600px;
    overflow: hidden;
    padding: 50px;
    position: relative;
    width: 100%;
}

.overlay {
    background: rgba(16, 16, 16, 0.9);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}

.modal .close {
    background: #D3E9E7;
    color: #484848;
    cursor: pointer;
    font-size: 1.4em;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}

.modal-content {
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* Page: Home */

/*.page-home .play { background-image: url('../img/let-girls-be.png'); }*/

.page-home .play a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Slider
-------------------------------------*/

.sliders {
    height: 220px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-content {
    height: 100%;
    position: relative;
    top: 0;
    width: 2100px;
    z-index: 2;
}

.slider-content li {
    background: #CCC;
    float: left;
    height: 100%;
    position: relative;
    width: 700px;
}

.slider-nav {
    bottom: 20px;
    left: 50px;
    position: absolute;
    z-index: 3;
}

.slider-nav li {
    background: #383838;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
    float: left;
    height: 14px;
    margin: 0 15px 0 0;
    width: 14px;
}

.slider-nav .selected { background: #000; cursor: default; }




/* Sections
-------------------------------------*/

/** section1 **/

#section1 {
    background: url("../img/banner-grey-blue.jpg") no-repeat center;
    background-size: cover;
    color: #FFF;
    height: 480px;
    text-align: center;
}

.page-home #section1 {
    position: relative;
}

#section1 .full-spread-link { display: block; height: 100%; }

#section1 h1 {
    font-size: 14em;
    font-weight: 400;
    line-height: 1;
    padding: 80px 0 0;
}

#section1 p {
    color: #FFFFFF;
    font-size: 4em;
    line-height: 1;
    margin: 0 auto;
    max-width: 700px;
}

#section1 .btn {
    font-size: 1.8em;
    font-weight: 300;
    margin: 35px 0 0;
    padding: 15px 60px;
    text-transform: uppercase;
}

#section1 .content { margin-top: 60px; }

#section1 .christmas-btn {
    display: block;
    font-size: 2em;
    margin: 0 auto;
    position: relative;
    top: 160px;
    width: 230px;
}

.donation-box {
    border: 1px solid#ccc;
    padding: 40px;
    margin: 20px 0 40px;
}

.donation-box:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.donation-box p { 
    float: right; 
    margin: 0;
    max-width: 600px; 
}


/** section2 **/

#section2 { background: #e0cc6b; height: 60px; }


/** section3 **/

#section3 h2 {
    display: block;
    font-size: 3em;
    line-height: 1.3;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

#section3 .fb-like {
    display: block;
    margin: 0 auto 30px;
    width: 55px;
}

/** section4 **/

#section4 { 
    background: #d2eae7; 
    height: 270px; 
    padding: 1px 0 0;
}

#section4 h3 { 
    font-size: 1.9em; 
}

#section4 h3.fgreen { 
    margin: 45px 0 5px; 
    text-transform: uppercase;
}

#graphic-mission-india {
    background: url("../img/home-sisterpic.jpg") no-repeat;
    height: 180px;
    margin: 40px 0 0;
    width: 470px;
}


/** section5 **/

#section5 {
    background: url("../img/bg-shelter.jpg") no-repeat center;
    height: 600px;
    position: relative;
}

#section5 h2 {    
    color: #FFF;
    font-size: 6em;
    font-weight: bold;
    line-height: 1;
    padding: 60px 0 0;
    text-align: center;
}

#section5 h4 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

#section5 .info-graphic {
    background-repeat: no-repeat; 
    height: 250px;
    margin: 30px 0 0;
    width: 450px;
}

.graphic-woman-30-dollars { background-image: url('../img/graphic-woman-30-dollars.jpg'); }

.graphic-people-imagine { background-image: url('../img/graphic-people-imagine.jpg'); }

#section5 .btn.lrg {
    font-size: 2.6em;
    font-weight: 200;
    margin: 30px 0 0;
    text-transform: uppercase;
}

#section5 .btn.lrg.transparent-border { 
    background-color: transparent; 
    border: 3px solid #FFF;
}

#section5 .btn.lrg.transparent-border { padding: 22px 60px; }


/** section6 **/

#section6 {
    background: #262626;
    height: 50px;
}


/** section7 **/

#section7 {
    height: 600px;
    position: relative;
}

#section7 h2 {
    display: block;
    font-size: 3em;
    padding: 40px 0;
    text-align: center;
}

.over-women-container { height: 220px; }

.page-missionindia #section-two-big .col2 p {
    padding: 0 30px;
}

.over-women-container a {
    display: block;
}

#mc_embed_signup {
    background: #FFFFFF;
    clear: left;
    margin: 40px auto;
    max-width: 700px;
}

#mc_embed_signup h2 {
    font-size: 2.4em;
    font-weight: bold;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
    width: 30px;
}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
    display: inline;
    letter-spacing: 1px;
    margin: 0 2px;
    padding: 5px 0 2px;
    text-align: center;
    width: 60px;
}

#mc_embed_signup .indicates-required {
    font-size: 11px;
    margin-right: 4%;
    text-align: right;
}

#mc_embed_signup .asterisk {
    color: #CC6600;
    font-size: 200%;
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group .asterisk {
    position: absolute;
    right: 10px;
    top: 25px;
}

#mc_embed_signup .button {
    background-color: #AAAAAA;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.page-home #mc_embed_signup .button {
    background-color: #a22173;
    border-color: #a22173;
    height: 54px;
}

.page-home #mc_embed_signup input {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 2px solid #9FE1E0;
    font-size: 18px;
    height: 50px;
}

.page-home #mc_embed_signup .mc-field-group {
    float: left;
    width: 75%;
}

.page-home #mc_embed_signup .mc-field-group label {
    position: absolute;
    top: -20px;
}

.page-home #mc_embed_signup .button#mc-embedded-subscribe { width: 22%; margin: 0 0 0 3%; }

#mc_embed_signup .mc-field-group {
    clear: left;
    min-height: 50px;
    padding-bottom: 3%;
    position: relative;
    width: 96%;
}

#mc_embed_signup input {
    border: 1px solid #999999;
}

#mc-embedded-subscribe {
    clear: both;
    display: block;
    margin: 1em 0 1em 5%;
    width: auto;
}

.over-women-container h4 {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.6em;
    font-weight: 400;
    left: 0;
    margin: -10px 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
    z-index: 999;
}

.over-women-container h4 span {
    border-bottom: 2px solid #FFFFFF;
    padding: 0 0 10px;
}

#section7 .over-women-container .four-col {height: 220px; position: relative; }

#section7 .over-women-container .four-col.col1 { background: url('../img/home-square1dark.jpg') no-repeat; background-size: 220px auto;  }

#section7 .over-women-container .four-col.col2 { background: url('../img/home-square2dark.jpg') no-repeat; background-size: 220px auto;  }

#section7 .over-women-container .four-col.col3 { background: url('../img/home-square3dark.jpg') no-repeat; background-size: 220px auto;  }

#section7 .over-women-container .four-col.col4 { background: url('../img/proven-results-dark.jpg') no-repeat; background-size: 220px auto;  }

.over-container {
    display: none;
    height: 220px;
    left: 0;    
    position: absolute;
    top: 0;
    width: 220px;
}

#section7 .over-women-container .four-col.col1 .over-container { 
    background-image: url('../img/home-square1.jpg'); 
    background-size: 220px auto;  
}

#section7 .over-women-container .four-col.col2 .over-container { 
    background-image: url('../img/home-square2.jpg'); 
    background-size: 220px auto;  
}

#section7 .over-women-container .four-col.col3 .over-container { 
    background-image: url('../img/home-square3.jpg'); 
    background-size: 220px auto;  
}

#section7 .over-women-container .four-col.col4 .over-container { 
    background-image: url('../img/proven-results1.jpg'); 
    background-size: 220px auto;  
}


/** section5 **/

#section5 {
    background: url("../img/home-bottomBG.jpg") no-repeat center top;
    height: 1000px;
    position: relative;
}

#section5 h2 {
    color: #FFF;
    font-size: 8em;
}

#section5 h3 {
    color: #FFF;
    font-size: 4em;
    line-height: 1.3;
    text-align: center;
}

.unnoticed-people-container p {
    line-height: 1.5;
    text-align: center;
}

.sharethis-container {
    margin: 140px 0 0 14px;
}

.unnoticed-people-container {
    height: 220px;
}

.unnoticed-people-container .two-col.col1x { 
    background: url('../img/graphic-unnoticed-people.png') no-repeat; 
    height: 220px;
}

.unnoticed-people-container .two-col.col4x {
    background: #e8f4f2;
    height: 220px;
}

#section7 .slider-content h3 { 
    font-family: "proxima-nova-condensed", arial, sans-serif;
    font-weight: bold; 
    margin: 50px 0 0 50px; 
    text-transform: uppercase;
}

#section7 .slider-content p { line-height: 1.6; margin: 0 50px; }

#section7 .slider-content li { background: #e8f4f2; }

#section7 .slider-nav li { background: #c5dad6; }

#section7 .slider-nav .selected { background: #00bd9d; }

#section7 .stat-source {
    bottom: 20px;
    color: #949494;
    cursor: default;
    font-size: 1.2em;
    font-weight: 300;
    position: absolute;
    right: 50px;
    text-transform: uppercase;
}

.education-changes-container { height: 390px; margin: 20px 0 0; }

.education-changes-container .col1x { 
    background: url('../img/graphic-woman-hay.jpg') no-repeat; 
    height: 390px;
}

.education-changes-container .col4x { background: #FFF; height: 390px; }

.education-changes-container h3 { font-size: 4em; margin: 50px 50px 0; }

.education-changes-container p { line-height: 1.6; margin: 15px 50px 0; }

.additional-container {
    background: #e8f4f2;
    height: 100px;
    margin: 20px 0 0;
}

.additional-container .three-col { margin: 20px; }

.additional-container .btn { margin: 12px 0 0 20px; }

.additional-container .graphic-snippet {
    float: left;
    height: 65px;
    width: 65px;
}

.additional-container .col1 .graphic-snippet {
    background: url('../img/graphic-woman-headshot.jpg') no-repeat;
}

.additional-container .col2 .graphic-snippet {
    background: url('../img/graphic-percent.png') no-repeat;
}

.additional-container .col3 .graphic-snippet {
    background: url('../img/graphic-dollar.png') no-repeat;
}

.tell-everyone-container { height: 200px; margin: 30px 0 0; }

.tell-everyone-container h3 {
    color: #FFF;
    font-family: "proxima-nova-condensed", arial, sans-serif;
    font-size: 2.8em;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.tell-everyone-container .sharethis-container {
    margin: 40px auto;
    width: 220px;
}


/** Section Every **/

#section-every .content {
    margin: 60px auto;
    max-width: 640px;
}




/** section8 **/

#section8 { background: #393736; height: 330px; }

#section8 a { color: #FFF; }

.foot-links {
    color: #FFF;
    font-size: 1.4em;
    height: 80px;
    padding: 50px 0 0;
}

.foot-links li { margin: 0 0 4px; }

.footnote {
    background: #0BD6CA;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    height: 10px;
    line-height: 1.1;
    padding: 0 5px 3px;
    position: relative;
    top: -10px; 
}

.foot-links .btn {
    display: block;
    font-size: 1em;
    float: right;
    margin: 0 0 8px;
    padding: 8px 14px;
    text-transform: uppercase;
    width: 100px;
}

#section8 .foot-links .btn.purple {
    padding: 8px 10px;
    width: 108px;
}

.foot-hdr {
    color: #a1a1a1;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
}

.foot-info { 
    border-top: 1px solid #282828; 
    margin: 30px 0 0; 
    padding: 30px 0 0;
}

.foot-info p { 
    color: #a1a1a1;
    font-size: 1.4em;
    font-weight: 300;
    margin: 0;
    text-align: center;
}


/** Section Easy Share **/

.easy-share-container {
    background: url('../img/graphic-easy-share.png') no-repeat;
    background-size: 940px auto;
    height: 100px;
    margin: 20px 0 0;
    width: 940px;
}

.easy-share-container a { 
    display: block; 
    height: 100%;
    width: 100%;
}

@import url("http://hello.myfonts.net/count/33a193");

@font-face {
    font-family: 'JustLovely';
    font-weight: 100;
    src: 
        url('../fonts/33A193_0_0d41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/33A193_0_0.woff2') format('woff2'),
        url('../fonts/33A193_0_0.woff') format('woff'),
        url('../fonts/33A193_0_0.ttf') format('truetype');
}

/* Page: Mother */

.page-mother #section1 {
    background-image: url("../img/mothers_day/MayCampaign_v2_02.jpg");
    height: 740px;
}

.page-mother #section1 .content {
    margin-top: 43px;
}

.page-mother #section1 p {
    font: 100 13em/0.8 'JustLovely', cursive;
    padding: 200px 0 0 400px;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 1220px) {

    .page-mother #section1 p {
        padding: 180px 0 0;
        font-size: 7em;
    }

}

.page-mother #section1 .btn {
    background: #FFF;
    color: #f48e80;
    font-size: 2em;
    font-weight: 500;
    margin: 20px 0 0 400px;
    padding: 25px 50px;
}

@media only screen and (max-width: 1220px) {

    .page-mother #section1 .btn {
        margin: 20px 0 0;
        padding: 20px 30px;
    }

}

.page-mother #section2 {
    background: #f4cdc8;
    color: #FFF;
    height: 1640px;
}

@media only screen and (max-width: 1220px) {

    .page-mother #section2 {
        height: auto;
    }

}

.page-mother #section2 .btn-box {
    padding: 20px 0 0;
    text-align: center;
}

.page-mother #section2 .btn {
    background: #FFF;
    color: #f48e80;
    font-size: 2em;
    font-weight: 500;
    margin: 20px auto;
    padding: 25px 50px;
    text-align: center;
}

.page-mother #section2 p {
    color: #FFF;
    margin: 0;
    font-size: 2.2em;
    line-height: 1.5;
    padding: 50px 0 70px;
}

.page-mother #section2 p:first-child {
    padding: 90px 0 0;
}

.page-mother #section2 .img-heart {
    background: no-repeat url("../img/mothers_day/MayCampaign_v2_05.jpg") center;
    background-size: cover;
    height: 600px;
    margin: 0 auto;
    width: 560px;
}

@media only screen and (max-width: 1220px) {

    .page-mother #section2 .img-heart {
        height: 320px;
        max-width: 330px;
        width: 100%;
    }

}

.flower-boxes {
    margin: 0 0 40px;
}

.flower-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;
    height: 300px;
    margin: 50px 20px 0 0;
    width: 300px;
}

@media only screen and (max-width: 1220px) {
    
    .flower-box {
        float: none;
        height: 300px;
        margin: 50px 0 0;
        max-width: 300px;
        width: 100%;
    }

}

.flower-box-1 {
    background-image: url("../img/mothers_day/MayCampaign_v2_09.png");
}

.flower-box-2 {
    background-image: url("../img/mothers_day/MayCampaign_v2_09-04.png");
}

.flower-box-3 {
    background-image: url("../img/mothers_day/MayCampaign_v2_09-05.png");
    margin-right: 0;
}

.flower-box span {
    color: #FFF;
    display: block;
    font-size: 2em;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 140px;
}

.page-mother #section3 {
    background: no-repeat url("../img/mothers_day/MayCampaign_v2_18.jpg") center;
    background-size: cover;
    height: 800px;
}

.page-mother #section3 p {
    color: #FFF;
    margin: 0;
    font-size: 2.8em;
    line-height: 1.5;
    max-width: 490px;
    padding: 260px 0 0;
}

@media only screen and (max-width: 1220px) {

    .page-mother #section3 p {
        font-size: 2.2em;
        padding: 200px 0 0;
    }

}

.page-mother #section3 h5 {
    color: #FFF;
    margin: 0;
    font: 100 15em/0.8 'JustLovely', cursive;
    padding: 60px 0 0;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 1220px) {

    .page-mother #section3 h5 {
        font-size: 8em;
        padding: 40px 0 0;
    }

}

/* Page: World */

.page-world #section1 {
    background-image: url(../img/banner-image%402x.png);
    height: 700px;
}

.page-waiting #section1 {
    background-image: url(../img/banner_10_13_2018.jpg);
}

@media screen and (max-width: 480px) {  
    .page-waiting #section1 {
        height: 650px;
    }
}

.page-world #section1 .content {
    margin-top: 0;
}

.page-waiting #section1 .content {
    text-align: left;
}

.page-world #section1 h1 {
    font: 100 12em/0.8 'JustLovely', cursive;
    padding-top: 220px;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 480px) {
    .page-world #section1 h1 {
        font-size: 7em;
        padding-top: 170px;
    }
}

.page-world #section1 p {
    font-size: 2.4em;
    margin-top: 40px; 
}

.page-waiting #section1 p {
    font-size: 2.2em;
    line-height: 1.2;
    margin: 40px 0 0;
    max-width: 450px;
}

@media screen and (max-width: 480px) {
    .page-world #section1 p {
        font-size: 1.8em;
        line-height: 1.5;
        margin-top: 20px;
    }
}

.page-world #section1 .swish {
    background: url(../img/gold_03.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    height: 103px;
    margin-top: 70px; 
    text-align: center;
    width: 336px;
}

@media screen and (max-width: 480px) {
    .page-world #section1 .swish {
        height: 70px;
        width: 240px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

    .page-world #section1 .swish {
        background-image: url(../img/gold_03%402x.png);
        background-size: cover;
    }

}

.page-world #section1 .btn {
    background: none;
    border: 2px solid #111;
    color: #111;
    font-weight: 500;
    margin: 40px 0 0;
    padding: 15px 30px;
}

.page-waiting #section1 .btn {
    font-size: 2.2em;
    text-transform: none;
}

.page-waiting #section1 .btn-video {
    border: 2px solid #FFF;
    color: #FFF;
    padding: 13px 30px;
}

@media screen and (min-width: 481px) {
    .page-waiting #section1 .btn-video {
        margin-right: 10px;
    }
}

.page-waiting #section1 .btn-full {
    border: none;
    background: #00bd9d;
    color: #FFF;
}

@media screen and (max-width: 480px) {
    .page-world #section1 .btn {
        margin-top: 0;
    }

    .page-waiting #section1 .btn {
        margin-top: 30px;
    }
}

.page-world #section2 {
    background: none;
    height: auto;
}

.page-world #section2 .content {
    padding: 100px 0;
}

.page-world #section2 .block {
    position: relative;
    width: 50%;
}

.page-world #section2 .content:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.page-world #section2 .block-left {
    background: url(../img/gold-large.png) no-repeat center;
    background-size: cover;
    height: 400px;
    float: left;
}

@media screen and (max-width: 480px) {
    .page-world #section2 .block-left {
        height: 200px;
        width: 100%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

    .page-world #section2 .block-left {
        background-image: url(../img/gold-large%402x.png);
    }

}

.page-world #section2 .block-left span {
    color: #111;
    display: block;
    font: 100 10em/0.8 'JustLovely', cursive;
    margin: 140px 0 0;
    text-align: center;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 480px) {
    .page-world #section2 .block-left span {
        font-size: 6em;
        margin-top: 70px;
    }
}

.page-world #section2 .block-right {
    float: right;
}

@media screen and (max-width: 480px) {
    .page-world #section2 .block-right {
        float: none;
        width: 100%;
    }
}

.page-world #section2 .block-right p {
    padding-left: 30px;
}

@media screen and (max-width: 480px) {
    .page-world #section2 .block-right p {
        font-size: 1.8em;
        padding-left: 0;
    }
}

.page-world #section2 .block-right .btn {
    font-size: 1.9em;
    margin-left: 30px;
    padding: 15px 25px;
}

@media screen and (max-width: 480px) {
    .page-world #section2 .block-right .btn {
        margin-left: 0;
    }
}

.page-world #section3 .content:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.item-col {
    background-color: #f8f2e9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 380px;
    position: relative;
    width: 33.3334%;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .item-col {
        height: 480px;
        width: 100%;
    }
}

.item-col-1,
.item-col-3,
.item-col-7 {
    background-image: url(../img/pattern1.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

    .item-col-1,
    .item-col-3,
    .item-col-7 {
        background-image: url(../img/pattern1%402x.png);
    }

}

.item-col-4 {
    background-image: url(../img/class-look.jpg);
    width: 66.6667%;
}

@media screen and (max-width: 480px) {
    .item-col-4 {
        height: 280px;
        width: 100%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

    .item-col-4 {
        background-image: url(../img/class-look.jpg);
    }

}

.item-col-6,
.item-col-7 {
    width: 50%;
}

@media screen and (max-width: 480px) { 
    .item-col-6,
    .item-col-7 {
        height: 480px;
        width: 100%;
    }
}

.item-col-2:before,
.item-col-7:before {
    background-image: url(../img/arrow-right%402x.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 43px;
    left: 0;
    margin: 0 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 3;
}

.item-col-5:before {
    background-image: url(../img/arrow-down%402x.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    left: 50%;
    margin: -30px 0 0 -22px;
    position: absolute;
    top: 0;
    height: 60px;
    width: 43px;
    z-index: 3;
}

.items h4 {
    color: #111;
    display: inline-block;
    font: 100 5em/0.8 'JustLovely', cursive;
    margin: 60px 0 0;
    padding: 0 50px;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

.items p {
    color: #111;
    display: inline-block;
    line-height: 1.5;
    margin: 20px 0 0;
    padding: 0 50px;
}

@media screen and (max-width: 480px) {
    .items p {
        font-size: 1.8em;
    }
}

.page-world #section4 .content:after,
.page-world #section4 .item-boxes:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.page-world #section4 {
    background: none;
    height: auto;
    padding: 0 0 100px;
}

.page-world #section4 h2 {
    clear: both;
    color: #111;
    font: 100 10em/0.8 'JustLovely', cursive;
    margin: 70px 0 20px;
    text-align: center;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 480px) { 
    .page-world #section4 h2 {
        font-size: 6em;
        padding: 60px 0 0;
    }
}

.page-world #section4 .item-box {
    float: left;
    width: 50%;
}

@media screen and (max-width: 480px) {   
    .page-world #section4 p {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 480px) { 
    .page-world #section4 .item-box {
        float: none;
        width: 100%;
    }
}

.page-world #section4 .item-box-r p {
    padding: 0 0 0 40px;
}

@media screen and (max-width: 480px) {   
    .page-world #section4 .item-box-r p {
        padding-left: 0;
    }
}

.item-section {
    float: left;
    position: relative;
    text-align: center;
    width: 33.3334%;
}

@media screen and (max-width: 480px) { 
    .item-section {
        float: none;
        margin-bottom: 40px;
        width: 100%;
    }
}

.item-section-2 .item-section-content,
.item-section-3 .item-section-content {
    padding: 0 0 0 40px;
}

@media screen and (max-width: 480px) { 
    .item-section-2 .item-section-content,
    .item-section-3 .item-section-content {
        padding-left: 0;
    }
}

.item-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
}

.item-section-1 .item-section-bg {
    background-image: url(../img/chalkboard%402x.jpg);
}

.item-section-2 .item-section-bg {
    background-image: url(../img/sponsor-student_1%402x.png);
}

.item-section-3 .item-section-bg {
    background-image: url(../img/sponsor-student%402x.jpg);
}

.item-section-btn {
    display: inline-block;
    font-size: 1.8em;
    font-weight: 500;
    margin: -40px 0 0;
    padding: 20px 30px;
    position: relative;
}

.item-section p {
    line-height: 1.4;
    margin: 20px 0 0;
    text-align: left;
}

.page-world #section5 {
    background: #f8f2e9;
    height: auto;
    padding: 0 0 60px;
}

.page-world #section5 h2 {
    color: #111;
    font: 100 10em/0.8 'JustLovely', cursive;
    padding-top: 80px;
    position: relative;
    z-index: 3;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 480px) { 
    .page-world #section5 h2 {
        font-size: 6em;
    }
}

.page-world #section5 .item-story {
    margin: 0 auto;
    width: 800px;
}

@media screen and (max-width: 480px) { 
    .page-world #section5 .item-story {
        width: 100%;
    }
}

.page-world #section5 .item-story-bg {
    background: url(../img/gold-large-stories%402x.png) no-repeat center;
    background-size: cover;
    height: 587px;
    margin: -70px 0 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media screen and (max-width: 480px) { 
    .page-world #section5 .item-story-bg {
        height: 210px;
        margin-top: -10px;
    }
}

.page-world #section5 .item-story-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    margin: 0 auto;
    position: relative;
    top: 140px;
    width: 480px;
}

@media screen and (max-width: 480px) { 
    .page-world #section5 .item-story-img {
        height: 190px;
        top: 70px;
        width: 230px;
    }
}

.page-world #section5 .item-story-img {
    background-image: url(../img/jaya%402x.png);
}

.page-world #section5 .item-story p {
    padding: 0 90px;
}

@media screen and (max-width: 480px) { 
    .page-world #section5 .item-story p {
        padding: 60px 0 0;
    }
}

.page-world #section6 {
    background: none;
    height: auto;
    padding: 40px 0 80px;
}

.page-world #section6 h2 {
    color: #111;
    font: 100 10em/0.8 'JustLovely', cursive;
    padding-top: 80px;
    position: relative;
    text-align: center;
    z-index: 3;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 480px) { 
    .page-world #section6 h2 {
        font-size: 6em;
        padding-top: 60px;
    }
}

.page-world #section6 .blocks {
    padding: 80px 0 0;
}

@media screen and (max-width: 480px) { 
    .page-world #section6 .blocks {
        padding-top: 30px;
    }
}

.page-world #section6 .block {
    position: relative;
    width: 50%;
}

@media screen and (max-width: 480px) { 
    .page-world #section6 .block {
        width: 100%;
    }
    .page-world #section6 p {
        font-size: 1.8em;
    }
}

.page-world #section6 .blocks:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.page-world #section6 .block {
    float: left;
}

.page-world #section6 .block-left .btn {
    font-size: 1.9em;
    padding: 15px 30px;
}

.page-world #section6 block-right {
    position: relative;
}

.page-world #section6 .girl-photo {
    background: url(../img/girl.png) no-repeat center;
    background-size: cover;
    height: 370px;
    position: relative;
    width: 440px;
    z-index: 3;
}

@media screen and (max-width: 480px) { 
    .page-world #section6 .girl-photo {
        height: 220px;
        margin-top: 30px;
        width: 260px;
    }
}

.page-world #section6 .girl-photo-bg:before {
    background: url(../img/gold_10.png) no-repeat center;
    background-size: cover;
    content: '';
    height: 600px;
    position: absolute;
    right: 0;
    top: -100px;
    width: 200px;
    z-index: 2;
}

@media screen and (max-width: 480px) { 
    .page-world #section6 .girl-photo-bg:before {
        display: none;
    }
}

.page-world #section6 .block-right .block-border {
    border: 4px solid #111;
    height: 160px;
    margin: 0 0 0 60px;
    padding: 80px 60px;
    text-align: center;
    width: 260px;
}

@media screen and (max-width: 480px) { 
    .page-world #section6 .block-right .block-border {
        height: 160px;
        margin: 60px 0 0;
        padding: 60px 40px;
        width: 180px;
    }
}

.page-world #section6 .block-right .block-border h3 {
    color: #111;
    font: 100 14em/0.8 'JustLovely', cursive;
    position: relative;
    z-index: 3;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 480px) { 
    .page-world #section6 .block-right .block-border h3 {
        font-size: 8em;
    }
}

.page-world #section6 .block-right .block-border p {
    margin: 0;
}

.page-world #section7 {
    background: url(../img/group-photo%402x.png) no-repeat center;
    background-size: cover;
    height: 700px;
}

/* Page: Love */

.page-love #section1 {
    background-image: url("../img/hero_las.jpg");
    height: 650px;
}

.page-love #section1 h1 {
    font: 100 10em 'Knewave', cursive;
    padding-top: 140px;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

.page-love #section1 p {
    line-height: 1.4;
    padding-top: 220px;
}

.page-love #section1 .content {
    margin-top: 40px;
}

.page-love #section1 p {
    font-size: 3em;
}

.page-love .play {
    height: 180px;
    margin: 10px 0 0 -320px;
    position: relative;
    top: 0;
}

.page-love #section2 {
    background: #4a4292;
    height: auto;
    padding: 70px 0 90px;
    text-align: center;
}

.page-love #section2 h2 {
    color: #FFF;
    font-size: 4em;
    font-style: italic;
    font-weight: 600;
}

.page-love #section2 p {
    color: #FFF;
    font-size: 2.8em;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 700px;
}

.page-love #section3 {
    background: #dceae8;
    height: 1250px;
    position: relative;
}

/*#section3 .share-this-btns {
    display: none;
}*/

#section3 .share-selected .share-this-btns {
    display: block;
}

#section3 .share-selected .btn {
    display: none;
}

.page-love #section3 .content {
    height: 600px;
    padding: 40px 0 0;
    width: 1300px;
}

.page-love #section3 .side-img,
.page-love #section3 .side-content {
    float: left;
    text-align: center;
}

.page-love #section3 .side-content {
    width: 470px;
}

.page-love #section3 .content-1 .side-content {
    margin: 0 0 0 70px;
}

.page-love #section3 .content-2 .side-content {
    margin: 0 70px 0 0;
}

.page-love #section3 .content .side-img {
    background-repeat: no-repeat;
    background-size: 700px auto;
    height: 540px;
    width: 700px;
}

.page-love #section3 .content-1 .side-img {
    background-image: url("../img/student.jpg");
}

.page-love #section3 .content-2 .side-img {
    background-image: url("../img/faces.jpg");
}

.page-love #section3 p {
    font-size: 2.2em;
    line-height: 1.5;
    margin-top: 0;
}

.page-love #section3 .side-note {
    color: #00bd9d;
    font-size: 1.8em;
    margin-top: 20px;
}

.page-love #section3 .btn {
    font-size: 2em;
    text-transform: uppercase;
}

.page-love #section3 h2 {
    font: 100 6em/1.3 'Knewave', cursive;
    color: #9c3778;
    padding-top: 50px;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

.page-love #section4 {
    background: #4a4292;
    height: 190px;
    padding: 70px 0 90px;
    position: relative;
}

.page-love .woman-img {
    background: url('../img/woman.png') no-repeat center bottom;
    background-size: 460px auto;
    height: 390px;
    margin-left: 100px;
    margin-top: -110px;
    position: relative;
    text-align: center;
    width: 450px;
    float: left;
}

.page-love #section4 .content {
    width: 1300px;
}

.page-love #section4 .sub-content {
    float: left;
    margin-left: 80px;
    max-width: 500px;
    text-align: left;
}

.page-love #section4 h2 {
    color: #FFF;
    font-size: 4em;
    font-style: italic;
    font-weight: 600;
}

.page-love #section4 p {
    color: #FFF;
    font-size: 2.8em;
    line-height: 1.5;
    margin: 0 auto;
}

.page-love #section5 {
    background: url("../img/wood_las.jpg") no-repeat center;
    background-size: cover; 
    height: 400px;
}

.page-love #section5 h2 {
    font: 100 6em/1.3 'Knewave', cursive;
    color: #9c3778;
    padding-top: 50px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.page-love #section5 p {
    color: #FFF;
    font-size: 5em;
    line-height: 1.3;
    margin: 0 auto 0;
    max-width: 800px;
    padding: 130px 0 0;
    text-align: center;
}

.page-love #section5 p b {
    font-weight: 900; 
}

.page-love #section5 iframe {
    height: 240px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .page-love #section5 .content {
        max-width: none;
        padding: 0;
        width: 100%;
    }
}


/* Fundraising
-------------------------------------*/

/** section1 **/

.page-fundraising #section7 { height: 1000px; }

.page-fundraising #section1 { background-image: url("../img/bg-fundraising.jpg"); }

.page-fundraising .graphic-woman-30-dollars { 
    background-image: url('../img/graphic-bday-girl-bday.jpg'); 
}

.page-fundraising .graphic-people-imagine { 
    background-image: url('../img/graphic-woman-three.jpg'); 
}

.page-fundraising #section5 { background-image: url('../img/bg-blue-wood.jpg'); }

.page-fundraising #section5 h4 { text-transform: uppercase; }

.page-fundraising .education-changes-container .col4x { background: #f1e9be; }

.page-fundraising .education-changes-container .col1x {
    background-image: url("../img/graphic-woman-fabric.jpg"); 
}

.page-fundraising #section7 { background: #FFF; margin: 40px 0 0; }

.page-fundraising #section7 .slider-content h3 { margin-top: 20px; }

.page-fundraising .unnoticed-people-container .two-col.col1x {
    background-image: url("../img/graphic-how-this-works.png");
}

.page-fundraising #easy-share {
    background: url('../img/graphic-easy-share.png') no-repeat;
    height: 100px;
    width: 980px;
}

.page-fundraising #section-two-big-btn.one-button .btn { 
    display: block;
    margin: 20px auto; 
}

.page-fundraising #section-two-big-btn .content { padding: 0; }



/* Changed Lives
-------------------------------------*/

.page-changelives #section1 { background-image: url("../img/bg-changelives.jpg"); }

.page.page-changelives  { 
    background-image: url("../img/bg-changelives-big.jpg"); 
    background-position: center 530px; 
}

.page-changelives #section3 { height: auto; }

.page-changelives #section3 h2 {
    display: block;
    font-size: 2.5em;
    padding: 60px 260px 30px;
    text-align: center;
}

.page-changelives #section3 h3 {
    display: block;
    font-size: 1.5em;
    padding: 0 260px 30px;
    text-align: center;
}




/* Section Top Bar
-------------------------------------*/

.page-media #section-top-bar { 
    background: #e7f3f2;  
    padding: 140px 0 80px;
}

.page-media #section-top-bar h2 { 
    font-size: 4em;
    text-align: center;
}

.page-media #section-links .col1 {
    background-image: url("../img/graphic-link-cupcake.jpg"); 
}

.page-media #section-links .col3 {
    background-image: url("../img/graphic-link-packages.jpg"); 
}

.page-media .two-col .btn {
    font-size: 1.8em;
    padding: 20px 30px;
}

.page-media .two-col .btn.twitter-blue { padding: 20px 40px; }




/* Section Section Images
-------------------------------------*/

#section-images h2 { 
    font-size: 3.5em;
    text-align: center;
    margin: 40px 0 0;
}

#section-images h3 { 
    font-size: 2em;
    text-align: center;
    margin: 10px 0 40px;
}

#section-images img { max-width: 400px; margin: 20px auto; }



/* Page
-------------------------------------*/

.page { background-position: top center; background-repeat: no-repeat; }




/* Page We Care
-------------------------------------*/

.page-we-care {
    background-image: url('../img/bg-bike-flowers.jpg');
}

.page-we-care #section-two-big.class1 .col1 {
    background: url('../img/graphic-man-smiling.jpg') no-repeat;
}




/* Page Community
-------------------------------------*/

.page-community {
    background-image: url('../img/bg-girls.jpg');
}

.page-community #section-two-big.class1 .col1 {
    background: url('../img/starthere-1.jpg') no-repeat;
}

.page-community #section-two-big2.class1 .col1 {
    background: url('../img/starthere-2.jpg') no-repeat;
}

.page-community #section-two-big3.class1 .col1 {
    background: url('../img/starthere-3.jpg') no-repeat;
}

.page-community #section-header h1 { 
    font-size: 15em;
    padding: 160px 0;
}

.page-community .class1 .col1, .page-community .class1 .col2 { height: 550px; }

.page-community .class1 h2 { 
    font-size: 4em; 
    font-weight: bold;
    padding: 70px 30px 0; 
    text-align: center;
}

.page-community .class1 p { 
    font-size: 3em; 
    line-height: 1.3;
    padding: 0 30px; 
    text-align: center;
}

.page-community .class1 a { font-weight: bold; }



/* Page Stories
-------------------------------------*/

.page-stories {
    background-image: url('../img/bg-tapestry.jpg');
    background-repeat: repeat-y;
}

.page-stories #section-links .col1 { background-image: url('../img/graphic-ladies-picnic.jpg'); }

.page-stories #section-links .col3 { background-image: url('../img/graphic-create-a-page.jpg'); }

.page-stories #section-header .content {
    background-image: url("../img/videothumbnail1.jpg");
    background-size: 640px auto;
    background-repeat: no-repeat;
    height: 360px;
    max-width: 640px;
    padding: 0;
    position: relative;
}

.page-stories #section-header { padding: 100px 0 0; }

.page-stories #section-hdr-bar { margin-top: 80px; }

.page-stories #section-hdr-bar p { margin: 10px 0; text-align: center; }



/* Page Stories
-------------------------------------*/

.page-rescuing-women { background-image: url('../img/bg-sunset.jpg'); }

.page-rescuing-women #section-two-big.class1 .col1 {
    background: url('../img/theproblem-1.jpg') no-repeat;
    background-size: 450px auto;
}

.page-rescuing-women #section-two-big.class2 .col1 {
    background: url('../img/theproblem-2.jpg') no-repeat;
    background-size: 450px auto;
}

.page-rescuing-women #section-two-big.class3 .col1 {
    background: url('../img/theproblem-3.jpg') no-repeat;
    background-size: 450px auto;
}

.page-rescuing-women #section-links .col1 { background-image: url('../img/graphic-link-education.jpg'); }

.page-rescuing-women #section-links .col3 { background-image: url('../img/graphic-ladies-picnic.jpg'); }

.page-rescuing-women .two-col h2 {
    font-size: 2em;
    font-weight: 600;
    padding: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.page-rescuing-women .two-col p {
    margin: 0;
    text-align: center;
}

.page-rescuing-women #section-header .content {
    background-image: url("../img/videothumbnail2.jpg");
    background-size: 640px auto;
    background-repeat: no-repeat;
    height: 360px;
    max-width: 640px;
    padding: 0;
    position: relative;
}

.page-rescuing-women #section-header { padding: 100px 0 0; }

.page-rescuing-women #section-hdr-bar {
    margin: 30px 0 0;
}

.page-rescuing-women .two-col h2, .page-rescuing-women .two-col p {
    line-height: 1.6;
    padding: 0 30px;
    margin: 20px 0;
}

.page-rescuing-women .two-col h2 { margin: 40px 0 10px; }



/* Page The Solution
-------------------------------------*/

.page-the-solution { 
    background-color: #1B0B0E;
    background-image: url('../img/bg-lantern.jpg'); 
}

.page-the-solution #section-two-big.class1 .col1 {
    background: url('../img/thesolution-1.jpg') no-repeat;
    background-size: 450px auto;
}

.page-the-solution #section-two-big.class2 .col1 {
    background: url('../img/thesolution-2.jpg') no-repeat;
    background-size: 450px auto;
}

.page-the-solution #section-two-big.class3 .col1 {
    background: url('../img/thesolution-3.jpg') no-repeat;
    background-size: 450px auto;
}

.page-the-solution #section-links .col1 { background-image: url('../img/graphic-ladies-picnic.jpg'); }

.page-the-solution #section-links .col3 { background-image: url('../img/graphic-create-a-page.jpg'); }

.page-the-solution .two-col h2 {
    font-size: 2em;
    font-weight: 600;
    padding: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.page-the-solution .two-col p {
    margin: 0;
    text-align: center;
}

.page-the-solution #section-header .content {
    background-image: url("../img/videothumbnail1.jpg");
    background-size: 640px auto;
    background-repeat: no-repeat;
    height: 360px;
    max-width: 640px;
    padding: 0;
    position: relative;
}

.page-the-solution #section-header { padding: 100px 0 0; }

.page-the-solution #section-hdr-bar {
    margin: 30px 0 0;
}

.page-the-solution .two-col h2, .page-the-solution .two-col p {
    line-height: 1.6;
    padding: 0 30px;
    margin: 20px 0;
}

.page-the-solution .two-col h2 { margin: 40px 0 10px; }




/* Page The Solution
-------------------------------------*/

.page-our-story { 
    background-image: url('../img/bg-view.jpg');
    background-size: cover;
}

.page-our-story #section-two-big .col2, .page-our-story #section-two-big2 .col2, .page-our-story #section-two-big3 .col2, .page-our-story #section-two-big .col1 {
    height: 525px;
}

.page-our-story #section-two-big.class1 .col1 {
    background: url('../img/sister-img.jpg') no-repeat;
    background-size: 450px auto;
}

.page-our-story #section-two-big.class2 .col1 {
    background: url('../img/our-story-john.jpg') no-repeat;
    background-size: 450px auto;
}

.page-our-story #section-two-big.class3 .col1 {
    background: url('../img/our-story-deborah.jpg') no-repeat;
    background-size: 450px auto;
}

.page-our-story #section-links .col1 { background-image: url('../img/graphic-link-education.jpg'); }

.page-our-story #section-links .col3 { background-image: url('../img/graphic-link-picnic.jpg'); }

.page-our-story .two-col h2,
.page-our-story .full-col h2 {
    font-size: 2em;
    font-weight: 600;
    padding: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (min-width: 481px) {

    .page-our-story p {
        font-size: 2em;
    }

}

.page-our-story .two-col p,
.page-our-story .full-col p {
    margin: 0;
    text-align: center;
}

.page-our-story #section-header h1 { padding: 30px 0 50px; }

.page-our-story #section-header { padding: 100px 0 0; }

.page-our-story #section-hdr-bar {
    margin: 30px 0 0;
}

.page-our-storyn .two-col h2, 
.page-our-story .two-col p,
.page-our-story .full-col p {
    line-height: 1.6;
    padding: 0 30px;
    margin: 20px 0;
}

.page-our-story .two-col h2,
.page-our-story .full-col h2 { padding: 50px 0 10px; }



/* Page Classes
-------------------------------------*/

.page-classes {
    background-image: url('../img/bg-lantern.jpg');
}

.page-classes #section-two-big.class1 .col1 {
    background: url('../img/graphic-woman-red.jpg') no-repeat;
}

.page-classes #section-two-big.class2 .col1 {
    background: url('../img/graphic-woman-chalkboard.jpg') no-repeat;
}

.page-classes #section-links .col1 { background-image: url('../img/graphic-link-couple.jpg'); }

.page-classes #section-links .col3 { background-image: url('../img/graphic-link-purple-robe.jpg'); }



/* Page Create a Page
-------------------------------------*/

.page-create-a-page #section1 {
    background: url("../img/img-page-blue.jpg") no-repeat center;
    background-size: cover;
    color: #FFF;
    height: 550px;
    text-align: center;
}

.page-create-a-page #section1 .content { width: 1000px; }

.page-create-a-page .section-header-sub {
    float: left;
    padding: 55px 0 0;
    width: 590px;
}

.page-create-a-page .section-header-sub2 {
    float: left;
    padding: 120px 0 0 30px;
    text-align: left;
    width: 380px;
}

.page-create-a-page #section1 .section-header-sub2 h2 {
    font-size: 3.8em;
    font-weight: 100;
    line-height: 1.1;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.page-create-a-page #section1 .section-header-sub2 p { font-size: 2.2em; line-height: 1.3; }

.page-create-a-page #section1 .section-header-sub2 .btn { padding: 22px 40px; }

.page-create-a-page #section3 h2 {
    font-size: 4em;
    line-height: 2;
    max-width: 600px;
    padding: 40px 0 0;
    text-transform: uppercase;
}

.page-create-a-page #section3 p {
    text-align: center;
    font-size: 2.4em;
    width: 770px;
    margin: 0 auto 20px;
    line-height: 1.3;
}

.page-create-a-page .fgreen { 
    display: block;
    font-size: 1.2em; 
}

.page-create-a-page .unnoticed-people-container p { margin: 0; }

.people-desc { font-size: 2em; }

.page-create-a-page #section7 .four-col { max-width: 293px; }

.page-create-a-page #section7 .over-women-container .four-col.col1 { 
    background: url('../img/icon-page-laptop-trans.png') no-repeat center; }

.page-create-a-page #section7 .over-women-container .four-col.col2 { 
    background: url('../img/icon-page-megaphone-trans.png') no-repeat center; }

.page-create-a-page #section7 .over-women-container .four-col.col3 { 
    background: url('../img/icon-page-cap-trans.png') no-repeat center; }

.page-create-a-page .over-container {
    display: none;
    height: 220px;
    left: 0;    
    position: absolute;
    top: 0;
    width: 220px;
}

.cols-item-heading {
    color: #f48e80;
    font-size: 2.2em;
    margin: 20px 0 0;
}

.cols-items2 .cols-item-desc { font-size: 2.2em; margin: 0 0 20px; }

.cols-items2 .btn {
    background: none;
    border: 2px solid #f48e80;
    color: #f48e80;
    font-size: 2em;
    padding: 13px 30px;
}

.cols-items2 .btn:hover { opacity: 0.7; }

.page-create-a-page #graphic-mission-india {
    background: url("../img/create-a-page-dc.jpg") no-repeat;
}

#sectionstrip {
    background: url("../img/create-a-page-strip.jpg") no-repeat center top;
    height: 300px;
}

.page-create-a-page #section7 .btn.purple, .page-create-a-page #section12 .btn.purple, .page-create-a-page .btn.green {
    display: block;
    font-size: 2em;
    margin: 0 auto;
    padding: 25px 40px;
    position: relative;
    text-transform: uppercase;
    width: 200px;
}

.page-create-a-page #sectionstrip .btn.peachred { top: 120px; }

#section12 {
    background: #d2eae7;
    text-align: center;
}

.cols-items { margin: 0 0 60px; }

#section12:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.cols-item {
    background-color: #FFF;
    float: left;
    margin: 0 3% 0 0;
    text-align: center; 
    width: 31.3333%;
}

.cols-items .cols-item:last-child { margin-right: 0; }

.cols-item-thumb {
    background: no-repeat center;
    background-size: cover;
    height: 200px;
    width: 100%;
}

.cols-item-desc, .cols-item-details { line-height: 1.3; padding: 0 10px 0; }

.cols-item-details { color: #00bd9d; font-weight: 500; }

.page-create-a-page #section12 .btn.purple, .page-create-a-page #section12 .btn.green {
    display: inline-block;
    margin: 60px 10px 60px 10px;
}

.page-create-a-page #section12 h2 {
    font-size: 4em;
    line-height: 2;
    padding: 40px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.page-create-a-page #section12 p.heading-desc {
    text-align: center;
    font-size: 2.4em;
    width: 770px;
    margin: 0 auto 60px;
    line-height: 1.3;
}

#section12.section13 { background: #fff; margin: 0 0 100px; }

.section13 .cols-item {
    margin: 0 4% 0 0;
    width: 48%;
}


/* Page Email
-------------------------------------*/

.page-email #section1 {
    background: url("../img/graphic-email.jpg") no-repeat center;
    color: #FFF;
    height: 480px;
    text-align: center;
}



/* Page Financial
-------------------------------------*/

.page-financial {
    background-image: url('../img/bg-boats.jpg');
}

.page-financial #section-header h1 { font-size: 16em; }

.page-financial #section-two-big.class1 .col1 {
    background: #FFF url('../img/financial2.jpg') no-repeat center;
}

.page-financial #section-links .col1 { background-image: url('../img/graphic-link-lantern.jpg'); }

.page-financial #section-links .col3 { background-image: url('../img/graphic-link-close-up-woman.jpg'); }

.page-financial .two-col p:first-child {
    margin-top: 60px;
}

.page-financial .two-col p {
    line-height: 1.6;
    padding: 0 30px;
    margin: 20px 0;
}



/* Page Mission India
-------------------------------------*/

.page-missionindia {
    background-image: url('../img/bg-mountains.jpg');
}

.page-missionindia #section-two-big.class1 .col1 {
    background: url('../img/graphic-india-map.jpg') no-repeat;
}

.page-missionindia #section-links .col1 { background-image: url('../img/graphic-link-money.jpg'); }

.page-missionindia #section-links .col3 { background-image: url('../img/graphic-smiling-woman.jpg'); }



/* Page Results
-------------------------------------*/

.page-faq { background-image: url('../img/bg-sunset.jpg'); }

.page-faq #section-stories-list .content { top: 100px; }

.page-faq #section-two-big-btn .content { top: 130px; }

.page-faq .two-col.col1 img { margin-bottom: 20px; }

.page-faq .story1 .faq1 { background-image: url('../img/contact_faq_1.jpg'); }

.page-faq .story1 .faq2 { background-image: url('../img/contact_faq_2.jpg'); }

.page-faq .story1 .faq3 { background-image: url('../img/contact_faq_3.jpg'); }

.page-faq .two-col.col2 img { margin: 20px 0; max-width: 540px; }




/* Page Education
-------------------------------------*/

.page-education {
    background-image: url('../img/bg-sunset.jpg');
}

.page-education #section-two-big.class1 .col1 {
    background: url('../img/graphic-family.jpg') no-repeat;
}

.page-education #section-two-big.class2 .col1 {
    background: url('../img/graphic-bricks.jpg') no-repeat;
}

.page-education #section-links .col1 { background-image: url('../img/graphic-link-lady-red.jpg'); }

.page-education #section-links .col3 { background-image: url('../img/graphic-link-baby.jpg'); }



/* Page 404
-------------------------------------*/

.page-404 {
    background-image: url('../img/bg-sunset.jpg');
}

.page-404 #section-links .col1 { background-image: url('../img/graphic-link-lady-red.jpg'); }

.page-404 #section-links .col3 { background-image: url('../img/graphic-link-baby.jpg'); }



/* Section Info
-------------------------------------*/

#section-info h1 { 
    font-family: "proxima-nova-condensed", arial, sans-serif;
    font-weight: 500; 
    text-transform: uppercase; 
    margin: 50px 0 20px; 
}


/* Section Clips
-------------------------------------*/

#section-clips { padding: 80px 0 0; }

#section-clips .three-col {
    background: #FFF;
    margin-right: 20px;
    max-width: 300px;
    padding: 0 0 40px;
}

#section-clips .three-col.col3 { margin-right: 0; }

.videoclip-hdr {
    background: #d3e9e7;
    font-size: 2em;
    padding: 10px 0;
    text-align: center;
}

#section-clips .videoclip-thumbnail {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 240px;
    max-width: 300px;
    width: 100%;
}

.col1 .videoclip-thumbnail { background-image: url('../img/videoclip-joseph.jpg'); }

.col2 .videoclip-thumbnail { background-image: url('../img/videoclip-meenaben.jpg'); }

.col3 .videoclip-thumbnail { background-image: url('../img/videoclip-meenaben-year.jpg'); }

.videoclip-description {
    background: #FFF;
    font-size: 2em;
    font-weight: 300;
    height: 70px;
    line-height: 1.6;
    max-width: 260px;
    padding: 20px;
    width: 100%;
}

.videoclip-share {
    background: #FFF;
    height: 100px;
    max-width: 300px;
    width: 100%;
}

.videoclip-share .sharethis-container {
    margin: 0 auto;
    width: 204px;
}



/* Section Stories List
-------------------------------------*/

#section-facebook-like-box {
    background: #FFF; 
    margin-top: 40px;
    overflow: auto; 
    padding: 0 0 20px; 
}


/* Section Stories List
-------------------------------------*/

#section-stories-list .content { 
    background: #FFF; 
    margin-top: 40px;
    overflow: auto; 
    padding: 0 0 20px; 
}

#section-stories-list .two-col.col1 { margin-right: 40px; max-width: 300px; }

#section-stories-list .two-col.col2 { max-width: 600px; }

#section-stories-list p { padding: 0 20px 0 0; }

.stories-side-top {
    margin: 20px 0 0 20px;
    padding: 20px;
}

.stories-side-top p {
    font-size: 4em;
    line-height: 1;
}

.stories-side-bottom {
    margin: 20px 0 0 20px;
    padding: 20px;
}

.stories-side-bottom p {
    font-size: 2.6em;
    line-height: 1.3;
}

.stories-side-mid { 
    background-repeat: no-repeat; 
    height: 380px;
    margin: 20px 0 0 20px;
    position: relative;
    width: 280px;
}

.stories-side-mid .sharethis-container {
    bottom: 30px;
    left: 20px;
    position: absolute;
}

.story1 .stories-side-mid { background-image: url('../img/graphic-stories-man.jpg'); }

.story2 .stories-side-mid { background-image: url('../img/deb-rep.jpg'); }

.story3 .stories-side-mid { background-image: url('../img/graphic-stories-jhara.jpg'); }

.story4 .stories-side-mid { background-image: url('../img/graphic-stories-rosmita.jpg'); }

.story5 .stories-side-mid { background-image: url('../img/graphic-stories-kajani.jpg'); }

.story6 .stories-side-mid { background-image: url('../img/graphic-stories-punya.jpg'); height: 270px; }

.story7 .stories-side-mid { background-image: url('../img/graphic-stories-kimaya.jpg'); }

.story8 .stories-side-mid { background-image: url('../img/graphic-stories-deblin.jpg'); }

.story9 .stories-side-mid { background-image: url('../img/graphic-stories-literacy.jpg'); }

.story10 .stories-side-mid { background-image: url('../img/graphic-stories-sathya.jpg'); }

.story11 .stories-side-mid { background-image: url('../img/graphic-stories-jayan.jpg'); }

.story12 .stories-side-mid { background-image: url('../img/graphic-stories-tejal.jpg'); }

.story13 .stories-side-mid { background-image: url('../img/graphic-stories-athalia.jpg'); }

.story14 .stories-side-mid { background-image: url('../img/graphic-stories-udaya.jpg'); }

.story15 .stories-side-mid { background-image: url('../img/graphic-stories-jataram.jpg'); }

.story20 .stories-side-mid { background-image: url('../img/graphic-stories-future.jpg'); }

.stories-side-bottom p { color: #FFF; font-style: italic; }

.side-top-small p { font-size: 2.6em; }




/* Section Two Big
-------------------------------------*/

.page-we-care {
    background: url('../img/bg-bike-flowers.jpg') no-repeat;
}

#section-two-big .col1 {
    height: 550px;
    margin-bottom: 40px;
    max-width: 450px;
    width: 100%;
}

#section-two-big .col2, #section-two-big2 .col2, #section-two-big3 .col2 { 
    background: #FFF; 
    height: 550px; 
    margin-bottom: 40px; 
}

.page-rescuing-women #section-two-big .col1, .page-rescuing-women #section-two-big .col2 { height: 526px; }

.page-create-a-page #section-links .col1 {
    background: url("../img/graphic-link-cupcake.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}    

.page-create-a-page #section-links .col3 {
    background: url("../img/graphic-link-packages.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}    

.page-our-story #section-links .col1 {
    background: url("../img/graphic-link-money.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}    

.page-our-story #section-links .col3 {
    background: url("../img/graphic-smiling-woman.html") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}    




/* Section Two Big Btn
-------------------------------------*/

#section-two-big-btn { margin: 0 0 200px; }

#section-two-big-btn .btn.lrg {
    font-size: 2.6em;
    font-weight: 200;
    margin: 30px 0 0;
    text-transform: uppercase;
}

#section-two-big-btn .btn.lrg.transparent-border {
    padding: 22px 60px;
}

#section-two-big-btn .btn.lrg.transparent-border {
    background-color: transparent;
    border: 3px solid #FFFFFF;
}




/* Section Header
-------------------------------------*/

#section-header h1 {
    color: #FFF;
    font-size: 20em;
    padding: 140px 0 50px;
    text-align: center;
}




/* Section Hdr Bar
-------------------------------------*/

#section-hdr-bar .hdr-top {
    color: #FFF;
    font-size: 2.6em;
    padding: 24px 34px;
    text-transform: uppercase;
}

#section-hdr-bar .hdr-btm, #section-hdr-bar-btm .hdr-btm, #section-hdr-bar-list .hdr-btm {
    background: #FFF;
    margin: 0 0 40px;
    padding: 40px 50px;
    text-align: center;
}

#section-hdr-bar-btm .hdr-btm, #section-hdr-bar-list .hdr-btm { margin: 40px 0 0; }

#section-hdr-bar-btm .hdr-btm { margin-bottom: 40px; }

#section-hdr-bar-btm .btn { 
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
    margin: 30px 0 10px; 
}

#section-hdr-bar-list ul { margin: 40px 40px 0 40px; }

#section-hdr-bar-list li {
    font-size: 2em;
    line-height: 1.6;
    margin: 0 0 40px 120px;
    text-align: left;
    position: relative;
}

#section-hdr-bar-list li div { 
    background-repeat: no-repeat;
    height: 82px; 
    left: -120px;
    width: 82px; 
    position: absolute;
    top: 0;
}

.stories-list1 { background-image: url("../img/stories-list-woman.png"); }

.stories-list2 { background-image: url("../img/stories-list-money.png"); }

.stories-list3 { background-image: url("../img/stories-list-heart.png"); }

.stories-list4 { background-image: url("../img/stories-list-plus.png"); }

/* Splash */

.splash {
    -webkit-text-size-adjust: 100%;
    overflow: auto;
    font-family: "proxima-nova";
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 0 30px;
    box-sizing: border-box;
}

.splash a,
.splash a:hover,
.splash a:active,
.splash a:focus {
    color: #c2c2c2;
}

.splash-logo {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    width: auto;
}

.splash p {
    color: #FFF;
    font-size: 24px;
    max-width: 800px;
    margin: 1em auto;
    font-weight: 400;
}

.splash-continue {
    font-weight: 100;
    font-size: 16px;
}

.splash-continue.top {
    position: absolute;
    top: 20px;
    right: 20px;
}

.splash-continue.bottom {
    padding-bottom: 1em;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    width: 250px;
}

.splash-video {
    max-width: 605px;
    margin: 0 auto;
}

.splash-video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.splash-video .embed-container iframe,
.splash-video .embed-container object,
.splash-video .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.splash-go {
    display: inline-block;
    padding: 20px 25px;
    background-color: #59cdb2;
    margin: 40px 0;
}

.splash-go,
.splash-go:visited,
.splash-go:hover,
.splash-go:active,
.splash-go:focus {
    text-transform: uppercase;
    font-size: 30px;
    color: #FFF !important;
    text-decoration: none;
}

.splash-go:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 600px) {
    .splash-logo {
        margin-top: 50px;
    }
}




/* Section Links
-------------------------------------*/

#section-links { 
    background: #FFF; 
    padding: 50px 0;
}

#section-links .four-col { height: 160px; position: relative; }

#section-links .col1 {
    background: url('../img/graphic-girls.jpg') no-repeat;
    height: 160px;
    width: 230px;
}

#section-links .col3 {
    background: url('../img/graphic-deb.jpg') no-repeat;
    height: 160px;
    width: 230px;
}

#section-links p {
    line-height: 1.3;
    margin: 5px 0 15px;
}

#section-links .btn {
    bottom: 0;
    left: 0;
    padding: 10px 40px;
    position: absolute;
    text-transform: uppercase;
}

/* Snippets
-------------------------------------*/

.play {
    background: url('../img/play.png') no-repeat center;
    cursor: pointer;
    height: 360px;
    left: 50%;
    margin: -180px 0 0 -320px;
    position: absolute;
    width: 640px;
    top: 50%;
}

.play:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}

.mediaplayer {
    background: #FFF;
    height: 360px;
    left: 50%;
    margin: -180px 0 0 -320px;
    position: absolute;
    width: 640px;
    top: 50%;
    z-index: 9;
}

.video-playing-overlay {
    background: rgba(0,0,0,0.8);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
}

.video-playing .video-playing-overlay {
    display: block;
}



/* Social
-------------------------------------*/

#box-google-plus { min-width: 70px; }

#box-pinterest { width: 80px; }

.fb_ltr, .fb-like, .fb-like span, .twitter-share-button, #___plusone_0, .pin-it-button { vertical-align: top !important; }

#fb-root #fb_xdm_frame_http, #fb-root #fb_xdm_frame_https { width: 100px !important; }

.s { 
    display: inline-block; 
    overflow: hidden;
    width: 100px; 
}

#box-google-plus { width: 70px; }

.fb-like-box { margin: 40px 0 0; }

.fb-like-box, .fb-like-box span, .fb-like-box iframe { width: 100% !important; }


/* Christmas
-------------------------------------*/

/** section1 **/

.page-christmas { background-image: url("../img/bg-christmas.jpg"); }

.page-christmas .content, .text-content { max-width: 900px; }

.page-christmas #headerbar { 
    background: transparent; 
    height: 60px;
    position: static; 
}

.page-christmas #header { height: 60px; width: 900px; }

.page-christmas #logo {
    background-color: #FFFFFF;
    background-position: center;
    background-size: 150px auto;
    border-right: none;
    float: none;
    height: 45px;
    padding: 0;
    width: 200px;
}

.christmas-share {
    background: #FFFFFF;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.page-christmas .content { padding: 0; width: 900px; }

#section-christmas-banner .content { 
    background-image: url("../img/christmas-banner.jpg");
    background-repeat: no-repeat;
    height: 810px;
}

.christmas-gifts-map li {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 200ms;  
    -moz-transition: all 200ms;  
    -ms-transition: all 200ms; 
    width: 40px;
}

.christmas-gifts-map li:hover { background-position: 0 -40px; }

.christmas-gifts-map #m1 { 
    background-image: url("../img/map1.png"); 
    left: 210px;
    top: 290px; 
}

.christmas-gifts-map #m2 { 
    background-image: url("../img/map2.png");  
    left: 390px; 
    top: 430px; 
}

.christmas-gifts-map #m3 { 
    background-image: url("../img/map3.png"); 
    left: 540px; 
    top: 510px; 
}

.christmas-gifts-map #m4 { 
    background-image: url("../img/map4.png"); 
    left: 675px;
    top: 370px;
}

.christmas-gifts-map #m5 { 
    background-image: url("../img/map5.png"); 
    left: 730px; 
    top: 570px; 
}

#section-christmas-give .content { 
    background-image: url("../img/christmas-give.jpg"); 
    background-repeat: no-repeat;
    height: 270px;
    padding: 20px 0 0;
}

.page-christmas .btn.lrg {
    display: block;
    font-size: 3em;
    margin: 0 auto;
    max-width: 210px;
    padding: 25px 60px;
}

#section-christmas-double-gift { margin: 30px 0 0; }

#section-christmas-double-gift .content { 
    background-image: url("../img/christmas-double-gift.jpg"); 
    background-repeat: no-repeat;
    height: 280px;
}

.video-cover {
    background: #000;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 340px;
}

.video-cover:hover { opacity: 0.1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

#section-christmas-start-giving { margin: 30px 0 0; }

#section-christmas-start-giving .btn.lrg { max-width: 280px; }

#section-christmas-start-giving .btn.lrg .btn-sub {
    display: block;
    font-size: 0.6em;
    margin: 8px 0 0;
}

#section-christmas-footer { margin: 80px 0 40px; text-align: center; }

#section-christmas-footer p { margin: 0; }

#section-christmas-footer .fpurple { font-weight: bold; }

#section-christmas-footer .legal a { color: #545454; }

.page-christmas .modal {
    border-radius: 0; 
    -webkit-border-radius: 0;
    height: auto;
    margin-top: 60px;
    max-width: 500px;
    padding: 0 0 20px;
}

.page-christmas .modal .close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 30px 10px;
}

.page-christmas .modal-content { border-radius: 0; -webkit-border-radius: 0; }

.page-christmas .modal h3 { 
    font-size: 2.4em;
    font-weight: bold;
    margin: 20px 30px;
}

.page-christmas .modal p { 
    line-height: 1.3;
    margin: 20px 30px;
}

.page-christmas .modal.modal-type2 {
    border-radius: 6px; 
    -webkit-border-radius: 6px;
    height: 360px;
    max-width: 600px;
    padding: 50px;
}

.page-christmas .modal.modal-type2 .close {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 10px;
}



@media screen and (max-width: 1700px) {

    .parallex #section2 .bg-l { background-position: 80% top; }

}


@media screen and (max-width: 1220px) {

    .touch #section5 .wrapper_bg { background-position: center 0; height: 960px; }

    .color-block.grey { margin-left: 0; }

    .color-block.red { margin: 0 0 0 230px; max-width: 420px; }

    .color-block.orange { margin-right: 0; }

    .color-block { max-width: 400px; }


    /** touch **/

    .touch .color-block.grey, .touch .color-block.orange { 
        height: 230px; 
        margin-top: 190px; 
        max-width: 400px;
    }

    .touch .color-block.red { height: 200px; margin-top: 0; }

    .touch #section2 .bg-l { background-position: 80% -140px; }

    .parallex #section2 .bg-l { background-position: 80% top; }

}


@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1060px) {

     /** Header **/

     #header {
        height: 50px;
        max-width: 980px;
        padding: 0;
        width: 100%;
    }

    #headerbar { 
        height: 50px; 
        position: fixed;
    }

    #logo {
        background-size: 140px auto;
        border-right: none;
        float: right;
        height: 40px;
        margin-top: 1px;
        padding: 0;
        width: 155px;
    }

    .hideMe {
        background: url(logo.png) no-repeat 10px 0;
        background-size: 140px auto;
        border-right: none;
        position: relative;
        float: right;
        height: 40px;
        margin-top: 1px;
        padding: 0;
        visibility: visible !important;
        width:155px !important;
        z-index: 2;
    }

    .menu-icon, .menu-btn { display: none; }

    #flyout .menu-icon { display: block; }

    .menu-icon { right: 70px; top: 22px; }

    .menu-icon.twitter { right: 105px; }

    #flyout .menu-btn {
        display: block;
        left: 110px;
        right: auto;
    }

   #flyout-container #give {
        padding:11px 8px;
        /* margin: 10px 4px; */
        top: 0;
        background-color: #D2A949;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #FFF !important;
        display: block;
        font-size: 1.4em;
        font-weight: 300 !important;
        letter-spacing: 2px;
        position: absolute;
        text-transform: uppercase;
        top: 14px;
        line-height: .7 !important;
    }   

    
    #headerbar #give {
        visibility: hidden;
        display: none;
        width: 0;
    }

    #flyout .menu-btn.clear {    
        left: 110px;
        padding: 9px 3px;
    }

    #menu-scroll {
        height: 300px;
        overflow-x: hidden;
    }
    .does-scroll {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }

    .noscroll { overflow: hidden; }

    #flyout-container { margin: 60px 0 0; }

    #flyout-toggle, #flyout { display: block; }

    #menu { display: none; }

    #menu-mobile { margin: 0 0 0 20px; }

    #menu-mobile li { margin: 0 0 10px; }

    #menu-mobile li a {
        color: #454545;
        display: block;
        font-size: 1.4em;
        font-weight: bold;
        margin: 0 10px 0 0;
        padding: 6px 10px;
        text-align: right;
    }

    #menu-mobile li li { margin: 0; }

    #menu-mobile li li a { font-weight: normal; }


}
@media screen and (max-width: 480px) {

    .page-rescuing-women #section-header .content, .page-the-solution #section-header .content, .page-stories #section-header .content {
        background-size: 260px auto;
        height: 150px;
        max-width: 260px;
    }

    .page-our-story #section-header h1 { padding: 0 0 10px; }

    .page-our-story #section-two-big.class1 .col1, .page-our-story #section-two-big.class2 .col1, .page-our-story #section-two-big.class3 .col1, .page-financial #section-two-big.class1 .col1 {
        background-size: auto 330px;
        height: 325px;
    }

    .page-our-story #section-two-big.class2 .col2 {
        height: 825px;
    }

    .page-our-story .two-col h2 { margin-top: 10px; padding: 20px 20px 0; }

    .page-missionindia #section-two-big p { padding: 0 30px; }

    .page-financial #section-header h1 { font-size: 4em; }

    .page-financial .two-col p:first-child { margin: 20px 0; }

    .page-faq .story1 .col1 { display: none; }

    .page-faq .story1 h1, .page-faq .story1 h3 { font-size: 2em; padding: 0 20px; }

    .page-faq #section-two-big-btn { height: 400px; }

    /* Create a Page */

    .page-create-a-page #section1 { height: 700px; }

    .page-create-a-page #section1 .content { width: auto; }

    .page-create-a-page .section-header-sub {
        width: 280px;
    }

    .page-create-a-page .section-header-sub2 { 
        padding: 20px 10px 0 10px; 
        width: 260px;
    }

    .page-create-a-page #section1 .section-header-sub2 h2 { font-size: 2.8em; }

    .cols-item, .section13 .cols-item {
        margin: 0 0 30px;
        width: 100%;
    }

    .page-create-a-page #section12 h2 { font-size: 3em; }

    .page-create-a-page #section12 p.heading-desc { 
        font-size: 2em; 
        margin: 0 auto 40px;
        width: auto; 
    }

    .cols-item-desc, .cols-item-details { font-size: 1.8em; }

    .page-create-a-page #section12 .btn.purple, .page-create-a-page #section12 .btn.green {
        margin: 10px 0;
    }

    .page-create-a-page #section12 .btn.green { margin-bottom: 40px; }

    .page-create-a-page #section3 p { width: auto; }

    .page-create-a-page #section3 { height: auto; }

    .page-create-a-page #section7 .over-women-container .four-col {
        background-size: 70px auto !important;
        height: 90px;
        width: 90px;
    }

    .page-create-a-page .over-women-container { height: auto; }

    .page-create-a-page .unnoticed-people-container { margin: 0 0 40px; }

    /** Font **/

    p { 
        font-size: 1.4em; 
        font-weight: 400;
        line-height: 1.6;
        margin: 20px 0; 
    }

    .notifications { margin: 50px 0 0; }

    .notifications .position { max-width: 280px; }

    .notifications .notifications-label { font-size: 1.2em; }


    /** Slider **/

    .slider-content { width: 840px; }

    .slider-content li { width: 280px; }

    .slider-nav li { height: 20px; width: 20px; }
    
    .sliders { height: 320px; }

    #section7 .slider-content h3 { line-height: 1; margin: 30px 20px 5px 30px; }

    #section7 .slider-content p { margin: 0 20px 0 30px; }

    #section7 .stat-source { font-size: 1em; right: 30px; }

    .slider-nav { left: 30px; }


    /** Section 7 **/

    #section7 { height: 3100px; }

    .page-fundraising #section7 { height: 3000px; }

    #section7 h2 { font-size: 3em; padding: 20px 0; }

    .over-women-container { height: 800px; }

    .unnoticed-people-container .two-col.col1x { margin: 0 auto; }

    .unnoticed-people-container .two-col.col4x { margin-top: 20px; }

    .unnoticed-people-container { height: 600px; }

    .education-changes-container .col1x { margin: 0 auto; }

    .tell-everyone-container h3 { color: #454545; font-size: 2em; }

    .education-changes-container { height: 790px; }

    .additional-container { height: 260px; padding: 10px 0 0; }

    .education-changes-container h3 {
        font-size: 3em;
        line-height: 1;
        margin: 30px 0 0;
        text-align: center;
    }

    .education-changes-container p { margin: 15px 0 0; }

    .education-changes-container h3 { padding: 30px 0 0; }

    .page-fundraising .education-changes-container p { padding: 0 20px; }


    /** Menu **/

    #menu-scroll {
        height: 300px;
        overflow-x: hidden;
    }
    .does-scroll {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }

    .noscroll { overflow: hidden; }

    #flyout-container { margin: 60px 0 0; }

    #flyout-toggle, #flyout { display: block; }

    #menu { display: none; }

    #menu-mobile { margin: 0 0 0 20px; }

    #menu-mobile li { margin: 0 0 10px; }

    #menu-mobile li a {
        color: #454545;
        display: block;
        font-size: 1.4em;
        font-weight: bold;
        margin: 0 10px 0 0;
        padding: 6px 10px;
        text-align: right;
    }

    #menu-mobile li li { margin: 0; }

    #menu-mobile li li a { font-weight: normal; }


    /** Structure **/

    .two-col { float: none; max-width: 280px; }

    .three-col { float: none; margin: 0 auto; max-width: 280px; }

    .four-col { float: none; margin: 0 auto 20px; max-width: 230px; }

    .four-col.col4 { margin-right: auto; }

    .content, .text-content { max-width: 280px; }


    /** Snippets **/

    .play {
        background-size: 80px auto; /*80px auto*/
        height: 180px;
        margin: -90px 0 0 -140px;
        max-width: 280px;
    }

    .mediaplayer {
        height: 180px;
        margin: -90px 0 0 -150px;
        max-width: 280px;
    }


    /** Section 1 **/

    #section1 {
        background-size: 1370px auto;
        height: 280px;
    }

    #section1 h1 { font-size: 6em; padding: 30px 0 0; }

    #section1 p { font-size: 2em; padding: 10px 0 0;  }

    #section1 .christmas-btn {
        font-size: 1.4em;
        padding: 15px 20px;
        top: 80px;
        width: 160px;
    }

    #section1 .btn { margin: 25px 0 0; }


    /** Section 3 **/

    /*.page-create-a-page #section1 {
        background-position: -390px center;
        background-size: 1000px auto;
        height: 300px;
    }*/

    #section3 { height: 320px; }

    .page-home #section5 h3 { font-size: 2em; }

    .page-home #section7 { height: 1500px; }

    .page-home #section3 { height: 620px; }

    .leaderboard { height: 200px; }

    .page-home #mc_embed_signup .mc-field-group { width: 60%; }

    .page-home #mc_embed_signup #mc-embedded-subscribe.button { width: 36%; }

    .page-create-a-page #section4 h3.fgreen { margin: 15px 0 5px; }

    .page-create-a-page .over-women-container .four-col {
        float: left;
        width: 50%;
    }

    #sectionstrip { height: 210px; }

    .page-create-a-page #section4 h3 { margin: 20px 0 0; }

    .page-create-a-page #section4 { height: 440px; }

    #section7 .over-women-container .four-col { height: 180px; }

    .page-create-a-page #graphic-mission-india { background-size: 280px auto; height: 110px; }

    .page-create-a-page .btn.peachred { width: auto; }

    .unnoticed-people-container { height: 500px; }

    .page-create-a-page #section7 { height: 700px; }

    .leaderboard .wrapper { width: 90%; }

    .leaderboard.second .ticker-buttons { float: none; }

    .page-create-a-page #section3 h2 { font-size: 1.8em; }

    .page-home #section4 h3.fgreen {
        margin: 15px 0 5px;
    }

    .page-home #section4 h3 {
        font-size: 1.6em;
        margin: 10px 0 0;
    }

    .page-home #section7 h2 {
        font-size: 2em;
        padding: 20px 0;
    }

    .page-home #section3 h2 { padding: 20px 0; }

    .page-fundraising #section3 { height: 240px; }

    #section3 h2 {
        font-size: 2em;
        padding: 30px 0;
    }
    

    /** Section 4 **/

    #section4 { height: 340px; }

    #graphic-mission-india { 
        background-size: 280px auto; 
        height: 100px;
        margin: 15px 0 0;
        width: 280px; 
    }

    #section4 h3 {
        font-size: 1.8em;
        margin: 30px 0 0;
    }

    /* Changed Lives
    -------------------------------------*/

    .page-changelives #section3 h2 {
        font-size: 2em;
        padding: 30px 0;
    }

    .page-changelives #section3 h3 {
        font-size: 1.5em;
        padding: 10px 0;
    }       

    /** Section 5 **/

    #section5 { background-repeat: repeat-y; height: 810px; }

    #section5 h2 { font-size: 4em; padding-top: 40px; }

    #section5 h4 { font-size: 1.6em; }

    #section5 .info-graphic {
        background-size: 280px auto;
        height: 160px;
        width: 280px;
    }

    #section5 .btn.lrg {
        display: block;
        font-size: 2em;
        float: none;
        margin: 30px auto 0;
        padding: 20px 60px;
    }

    #section5 .btn.lrg.transparent-border { padding: 16px 60px; }


    /** Section 6 **/

    #section6 { background: #161616; height: 120px; }

    .leaderboard.second .ticker { 
        background: transparent;
        height: 120px; 
        width: 100%; 
    }

    .leaderboard.second .ticker .arrows {
        float: none;
        height: 50px;
        margin: 0 auto;
        width: 103px;
    }

    .leaderboard.second .ticker .arrows .left, .leaderboard.second .ticker .arrows .right {
        border-bottom: 1px solid #000;
    }

    .ticker .icon-angle-left, .ticker .icon-angle-right { top: 3px; }

    .leaderboard.second .ticker .bx-wrapper .bx-viewport, .leaderboard.second .ticker .bx-wrapper { width: 280px !important; 
    }

    .leaderboard.second .ticker .bx-wrapper .photo { display: none; }

    .leaderboard.second .ticker ul li { padding: 0; }

    .leaderboard.second .ticker .bx-wrapper .activity { text-align: center; }


    /** Section Header **/

    #section-header h1 {
        font-size: 6em;
        padding: 100px 0 30px;
    }


    /** Section Header **/

    #section-hdr-bar .hdr-top {
        font-size: 1.6em;
        padding: 18px 20px;
    }

    #section-hdr-bar .hdr-btm {
        margin: 0 0 20px;
        padding: 20px;
    }

    #section-hdr-bar .hdr-btm h2 { font-size: 2em; }

    #section-hdr-bar-list ul { margin: 40px 0 0 0; }

    #section-hdr-bar-list .hdr-btm { padding: 40px 30px; }

    #section-hdr-bar-list li {
        line-height: 1.4;
        margin: 0 0 40px 0;
    }

    #section-hdr-bar-list li div { 
        background-size: 50px auto;
        height: 50px;
        left: 0;
        width: 50px;
        position: relative;
        top: 0;
        margin: 0 0 20px 0;
    }

    /** Section Two Big **/

    #section-two-big .col1, .page-rescuing-women #section-two-big.class1 .col1, .page-rescuing-women #section-two-big.class2 .col1 {
        background-size: 280px auto;
        height: 340px;
        margin-bottom: 20px;
    }

    .page-we-care #section-two-big.class1 .col1 {
        background-size: 280px auto;
    }

    #section-two-big .col2 { 
        background-size: 280px auto;
        height: auto; 
        margin-bottom: 20px;
        padding: 10px 0; 
    }

    .page-rescuing-women #section-two-big .col1, .page-rescuing-women #section-two-big .col2 { height: auto; }

    #section-hdr-bar-btm .hdr-btm { padding: 40px 30px; }

    #section-hdr-bar-btm .hdr-btm h2 { font-size: 2em; }


    /** Section Every **/

    #section-every .content {
        margin: 40px auto;
        max-width: 280px;
    }

    .donation-box {  }

    .donation-box p { 
        float: none; 
        clear: both;
        padding: 20px 0 0;
    }

    /** Section Two Big Btn **/
    
    #section-two-big-btn .btn.lrg {
        display: block;
        float: none;
        font-size: 2em;
        margin: 30px auto 0;
        padding: 20px 60px;
    }

    #section-two-big-btn { margin: 0 0 30px; }

    #section-two-big-btn .btn.lrg.transparent-border {
        background-color: #000;
        border: none;
        margin-top: 0;
    }


    /** Page We Care **/

    .page-we-care #section-two-big.class1 .col1 {
        background-size: 280px auto;
    }

    /** Page Community **/

    .page-community #section-two-big.class1 .col1, .page-community #section-two-big2.class1 .col1, .page-community #section-two-big3.class1 .col1 {
        background-size: 280px auto;
    }

    .page-community #section-header h1 {
        font-size: 4em;
        line-height: 1;
        padding: 110px 0 60px;
    }

    .page-community .play { margin-top: -20px; }

    .page-community #section-two-big .col1, .page-community #section-two-big2 .col1, .page-community #section-two-big3 .col1 { height: 330px; }

    .page-community #section-two-big .col2, .page-community #section-two-big2 .col2, .page-community #section-two-big3 .col2 { height: 320px; }

    .page-community .class1 h2 {
        font-size: 2em;
        padding: 30px 20px 0;
    }

    .page-community .class1 p { font-size: 2em; padding: 0 20px; }


    /** Section Stories **/

    #section-clips .three-col { margin-bottom: 40px; }

    .stories-side-top, .stories-side-bottom { margin: 20px 20px 0; padding: 10px 20px; }

    .stories-side-top p { font-size: 2.4em; }

    .stories-side-bottom p { font-size: 2em; }

    .stories-side-mid { width: 240px; }

    #section-stories-list .two-col.col2 { max-width: 260px; }

    #section-stories-list .col2 p { padding: 0 0 0 20px; }

    .page-email #section1 {
        background-size: 280px auto;
        height: 200px;
    }


    /** Page Fundraising **/

    .page-fundraising #section7 { height: 1850px; }


    /** Section Easy Share **/

    .easy-share-container {
        background: url('../img/graphic-easy-share-mobile.png') no-repeat;
        background-size: 280px auto;
        height: 200px;
        width: 280px;
    }


    /** Section Links **/

    #section-links .four-col.col2, #section-links .four-col.col4 { height: 130px; margin-bottom: 30px; }


    /** Page Media **/

    .page-media #section-top-bar { padding: 80px 0 40px; }

    .page-media #section-top-bar h2 { font-size: 2.4em; }

    #section-images h2 { font-size: 2.5em; margin: 20px 0 0; }

    #section-images h3 { font-size: 1.6em; }

    .page-media .two-col .btn, .page-media .two-col .btn.twitter-blue {
        font-size: 1.6em;
        margin: 10px auto 0;
        padding: 20px 0;
        width: 100%;
    }

    .page-media .two-col.col1 { margin: 0; }


    /** Section Foot **/

    #section8 .foot-links {
        height: auto;
    }

    #section8 { height: auto; padding: 0 0 100px; }

    #section8 .foot-links .btn { float: none; }

    .foot-hdr, .foot-links li { text-align: center; }

    .foot-links .btn { margin: 10px auto; }


    /** Page Stories **/

    .videoclip-description {
        line-height: 1.3;
        width: 240px;
    }

    /* Page: Love */
    
    .page-love #section1 {
        height: 460px;
    }
    
    .page-love #section1 .content {
        width: auto;
    }

    .page-love #section1 h1 {
        font-size: 4em;
        padding-top: 110px;
    }

    .page-love #section1 p {
        font-size: 2em;
        padding-top: 170px;
    }

    .page-love .play {
        height: 130px;
        margin-left: -120px;
        width: auto;
        max-width: 240px;
    }

    .page-love #section2 h2 {
        font-size: 2.8em;
    }

    .page-love #section2 p {
        font-size: 2em;
        margin-top: 20px;
    }

    .page-love #section2 {
        padding: 50px 0 60px;
    }

    .page-love #section3 .content {
        width: auto;
        max-width: 100%;
    }

    .page-love #section3 .content .side-img {
        width: 100%;
        max-width: 280px;
        background-size: 280px auto;
        height: 210px;
    }

    .page-love #section3 .content-1 .side-content,
    .page-love #section3 .content-2 .side-content {
        margin: 0;
        width: 100%;
    }

    .page-love #section3 h2 {
        font-size: 4em;
        padding-top: 30px;
    }

    .page-love #section3 p {
        font-size: 2em;
        padding: 0 20px;
    }

    .page-love #section3 {
        height: 1550px;
    }

    .page-love #section3 .content-2 .side-img {
        margin-top: 30px;
    }

    .page-love #section4 {
        height: 480px;
        padding: 70px 0 0;
    }

    .page-love #section4 .content {
        max-width: none;
        width: auto;
    }

    .page-love #section4 .woman-img {
        bottom: 0;
        float: none;
        width: 240px;
        background-size: 240px auto;
        margin: 0;
        position: absolute;
    }

    .page-love #section4 .sub-content {
        max-width: none;
        margin: 0;
    }

    .page-love #section4 p {
        font-size: 2em;
    }

    .page-love #section4 h2 {
        font-size: 3em;
    }

    .page-love #section5 p {
        font-size: 3.5em;
    }

}


@media screen and (max-width: 1024px) an(-webkit-min-device-pixel-ratio: 2) {


}

.ie8 .overlay { background: url('../img/ie8-overlay.png'); }

/*404 Not Found*/
#NotFound{
    text-transform: uppercase !important;
}
#NotFound .gapEm{
    margin-top:60px;
}
#NotFound .contain
{
    text-align: center;
    margin:auto;
}
#NotFound img {
    width:50%;
    margin:auto;
}
#NotFound h1 {
    margin:auto;
}
#NotFound p {
    margin:0;
}
#NotFound button {
    background: none;
    border:none;
    font-size: inherit;
    color: inherit; 
    font-family: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
    text-transform: inherit;
    cursor: pointer;
}
#NotFound input {
    border: none;
    text-align: center;
    color: transparent;
}





