/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background:url(../images/pink-bg.gif) 0 0 repeat;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body { height:100%; }

body {
    font-family: "Calibri", Calibri, Arial, Sans-Serif;
}

hr.hr {
    border:none;
    border-bottom:3px dotted #fff;
    height:0;
    padding:0;
    margin:30px 0;
    clear: both;
}

#loading  {
    width:100%;
    height: 100%;
    background:#a40554 url(../images/pink-bg.gif) 0 0 repeat;
    z-index: 2;
    position: fixed;
}
#loader  {
    width:100px;
    height: 100px;
    position: fixed;
    top:50%;
    left:50%;
    margin:-50px 0 0 -50px;
    background:url(../images/loader.gif) 0 0 no-repeat;
}

/**
    Home
============================================================================= */
#home {
    background:url(../images/home-img-1.jpg) top center no-repeat;
    background-size:cover;
    z-index: 200;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#home-logo {
    width: 509px;
    height:460px;
    background:url(../images/home-logo.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    top:50%;
    left:50%;
    margin:-270px 0 0 -254px;
    display: block;
}

#news {
    position: absolute;
    bottom:0;
    left:50%;
    margin-left:-470px;
    width:990px;
}

#news .news-item {
    color: #333;
    font-size:12px;
    width: 290px;
    padding:10px 15px 5px;
    float:left;
    background-color:#fff;
    background-color:rgba(255,255,255,0.7);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    bottom: -135px;
    height:155px;
}

#news .news-item:nth-child(2) { left:33.3%; }
#news .news-item:nth-child(3) { left:66.3%; }
#news .news-item a { color: #333; text-decoration: none; }

#news .news-item h3 { 
    font-size:14px;
    color:#ed037c;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
#news .news-item h3 a { color:#ed037c; }
#news .news-item p { margin: 0; padding:0;  max-height:120px; overflow: hidden; }
#news .news-item img { margin: 0 10px 10px 0; padding:0; float:left; display: block; }


/**
    Header + Nav
   ========================================================================== */

#header {
    background:#ee0779 url(../images/pink-pattern.gif) 0 0 repeat;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:48px;
    z-index: 3;
}
    
ul#social {
    background:url(../images/social.png)right top no-repeat;
    width: 100px;
    position: absolute;
    top:10px;
    right:10px;
    text-align: left;
    list-style-position: inside;
    padding: 0;
    margin: 5px 0 0;
}
ul#social li { list-style-type: none; }
ul#social li a { 
    display:block;
    height: 16px;
    width: 100%;
}

#logo {
    background:url(../images/logo.png) 0 0 no-repeat;
    position: absolute;
    left:0;
    width: 138px;
    height:102px;
    display: block;
}

ul#nav {
    margin: 0 auto; 
    padding:0; list-style-type: none;
    z-index: 1;
    text-align: center;
    font-size:15px;
}

ul#nav>li { 
    display:inline-block;
    float: none;
    height: 48px;
    /*height:35px;*/
    /*padding:13px 15px 0 20px;*/
    margin-right:0;
    font-weight: bold;
    text-transform: uppercase;
}

ul#nav>li>span { float:left; display: block; padding:13px 15px 13px 20px; }

ul#nav>li a {  
    float:left;
    color:white;
    padding:5px; 
    display:block;
    text-decoration: none;
}

ul#nav>li.parent { cursor: pointer; color:white; }
ul#nav>li.parent:hover { background-color:rgba(0,0,0,0.2); }
/*ul#nav>li a.active { background-color: rgba(255,255,255,0.8); color:rgba(0,0,0,0.8);}*/

/* Dots */
ul#nav ul {
    float:right;
    list-style-type: none;
    margin:19px 15px 0 -5px; 
    padding:0;
    width:0;
    overflow: hidden;
    height:10px;
}

ul#nav ul li {
    display:block; 
    float:left;

    margin-left:6px;
}

 ul#nav ul li a { 
    display: block;
    padding: 0;
    background-color:#ee0779;
   border-radius: 10px;
   height:10px; width: 10px;
}

ul#nav ul li a.active {
    background-color:#fff;
    border:1px solid #ee0779;
    width: 8px;
    height:8px;

}

ul#nav>li.catActive ul { }
ul#nav>li.catActive { 
    background-color:#fff;
    color:#ee0779;
}

ul#nav>li.catActive:hover { background-color:#fff; }

.lt-ie9  ul#nav ul li a { background:url(../images/dots.png) 0 0 no-repeat; border-radius:0 ; border:none; }
.lt-ie9  ul#nav ul li a.active { 
    background-position: 0 -10px;
    width:10px; height: 10px; border-radius: 0;
}

ul#nav ul li a:hover { background-color:#be0560; }
ul#nav ul li a.active:hover { opacity: 1; }

/* Hover Box */
ul#nav li ul li div { 
    width:100px;
    height:80px;
    background-color:black;
    color: white;
    position: absolute;
}

/* Nav overlay */
.nav-overlay { 
    position: fixed;
    top:55px;
    width:185px;
    min-height: 115px;
    background-color: #ee0779;
    display:none;
    left:50%;
}


.nav-arr { 
    background:url(../images/nav-overlay-arr.png) 0 0 no-repeat;
    width: 29px;
    height: 15px;
    position: absolute;
    top:-15px;
    left:50%;
    margin:0 0 0 -15px;
}

.nav-overlay-content { 
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding:7px 0 6px;
    text-transform: uppercase;
}

.nav-thumb,
.nav-title { display: block; text-align: center; }

.nav-thumb { margin-bottom: 4px; }


/* Floating Elements */
#pLeft { left:20px; background-image:url(../images/left-arrow.png); }
#pRight { right:20px; background-image:url(../images/right-arrow.png); }
.pNav { 
    position: fixed; height:80px; width: 30px;
    top:50%; margin-top:-40px;
    z-index: 4; background-repeat: no-repeat;
    cursor: pointer;
}

.btnDonate, .btnBequest {
    background:url(../images/btn-donate.png) 0 0 no-repeat;
    width: 141px;
    height:52px;
    text-indent: -999em;
    z-index: 10;
    position: fixed;
    right:-18px;
    top:75px;
    -webkit-transition: right .2s linear;
    -moz-transition: right .2s linear;
    -o-transition: right .2s linear;
    -ms-transition: right .2s linear;
    transition: right .2s linear;
}

.btnBequest {
    background:url(../images/btn-bequest.png) 0 0 no-repeat;
    top:145px;
}

.btnDonate:hover, .btnBequest:hover { 
    right:-10px;
}


/**
    Pages (Tour)
   ========================================================================== */

#wrapper { 
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:#ccc;
    overflow:hidden
}

.news #wrapper {
    position: relative;
    overflow: auto;
    height: auto;
    min-height: auto;
}

#pages { 
    /*width:1500%;*/
    height:100%;
    background-color:#eee
}

.page { 
    /*width:10%;*/
    height:100%;
    float:left;
     background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
    position: relative;
}

.page .content,
.page .video,
.page .video #canvas_1,
.page .video #video_1 { height:100%; width:100%; position: absolute; left:0; top:0; }

#canvas { z-index: 3; display: none;  }

.page .video { 
    background-color: black;
    min-width: 1024px;
    /*margin-top: 45px; */
}

.page .video .control {
    position: absolute;
    top:50%;
    left:50%;
    width:84px;
    height:84px;
    border-radius: 10px;
    margin:-42px 0 0 -42px;
    cursor: pointer;
    display: none;
    z-index: 100;
    background:url(../images/play.png);
}


#p1 { background-image:url(../images/about-img-1.jpg); }
#p2 { /* video */ }
#p3 { background-image:url(../images/about-img-2.jpg); }
#p4 { /* video */ }
#p5 { /* long content */ }

#p6 { background-image:url(../images/services-img-1.jpg); }
#p7 { /* video */ }
#p8 { /* long content */ }
#p9 { /* video */ }
#p10 { background-image:url(../images/services-img-3.jpg); }

#p12 { background-image: url(../images/people-img-1.jpg); }
#p13 { /* video */ }
#p14 { /* long content */ }
#p15 { background-image:url(../images/people-img-staff.jpg); }
#p16 { /* video */ }
#p17 { background-image:url(../images/people-img-3.jpg); }

#p20 { background-image:url(../images/facilities-img-1.jpg); }

#p21 { background-image:url(../images/facilities-img-2.jpg); }
#p22 { background-image:url(../images/facilities-img-3.jpg); }
#p23 { /* video */ }

.page .legend { 
    width:24%;
    padding:0; margin:0;
}

.page .legend ol { 
    padding:45px 0 0 21%;
    color: #fff;
    position: relative;
    top:48px;
}

.page .legend ol>li {
    color: #fff;
    background:none;
    margin-bottom: 3px;
    list-style:decimal;
    line-height: 20px !important;
    font-size:13px;
}


#wrapper h1,
#wrapper h2,
#wrapper h3,
#lb h1,
#lb h2,
#lb h3 { 
    font-size:'Calibri', Calibri, Arial; color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    line-height: auto;
}

#wrapper .bubble h2.hQuote { text-transform:none; font-size:28px; font-style: italic; }


#wrapper h1, #lb h1 { font-size:38px; margin:0 0 20px 0; }
#wrapper h2, #lb h2 { font-size:30px; margin:0 0 10px 0; line-height: 30px; }
#wrapper h3, #lb h3 { font-size:20px; margin:0 0 10px 0;  font-weight: bold;}
#wrapper p, #lb p { font-weight: normal; margin:0 0 20px; }

#wrapper .hL { font-size:50px; line-height: 50px; margin-bottom: 25px; }

#wrapper p,
#lb p,
#wrapper li,
#lb li { line-height: 24px; }

.bubble p strong { font-size:18px; font-weight: normal; text-transform: uppercase; }

#wrapper ul,
#lb-copy ul { margin:0 0 20px 0; padding:0; list-style-type: none; }

#wrapper ul li,
#lb-copy ul li { 
    background:url(/images/ul-dot.png) 0px 4px no-repeat;
    text-align: left;
    margin:0 0 6px; 
    padding:0 0 0 28px;
}

/* Pink bubble */
.bubble {
    background:url(/images/shape.png) no-repeat;
    background-size: contain;
    text-align:center;
    padding:60px 80px;
    margin:0 auto;
    color:#fff;
    position: absolute;
    bottom:80px;
    right:120px;
    visibility: hidden;
}

.lt-ie9 .bubble {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shape.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shape.png',sizingMethod='scale')";
    background-image: none;
}

.bubble-inner {
    position: absolute;
    top:50%;
    left:15%;
    width:68%;
}

.bubble ul { width:auto; margin:0 auto !important; max-width: 270px; }

/* Aside, for content */
.aside { 
    background:url(/images/pink-bg.gif) 0 0 repeat;
    width:50%;
    float:right;
    height: 100%;
    position: relative;
    overflow: auto;
}

.aside-img { 
    width:50%; float:left;
    background-size:cover;
    background-position: top right;
    height: 100%;
}

.aside-copy {
    /*height:  70%;
    width:70%;
    padding:0 5% 20px 0;
    top:120px;*/
    top:0;
    width: 74%;
    left:10%;
    position: relative;
    color:#fff;
    padding:120px 0 60px;
    font-size:16px;
}

.more-down {
    background:url(../images/more-down.png) 0 0 no-repeat;
    width: 54px;
    height: 20px; /* Becomes 54 with padding */
    padding-top:34px;
    position: absolute;
    bottom:48px; /* Height of footer */
    right: 30px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    display: none;
    z-index: 100;
}

.news .more-down {
    bottom:48px; right:13px; position: fixed;
}

/* Footer */
#footer { 
    position: fixed;
    background:#ee0779 url(../images/pink-pattern.gif) 0 0 repeat;
    height:48px;
    z-index: 4;
    bottom:0;
    width:100%;
    left:0;
    z-index: 100; /* Video scrubber is 99 (set by library) */
}

.news #footer {
/*    position: relative; */
    bottom: 0;
    clear: both;
}

#footer-logo {
   position: absolute;
   left:10px;
   top:10px;
}

#footer ul {
    list-style-position: outside;
    margin: 0 auto;
    /*width:580px;*/
    padding:14px 0 0;
    text-align: center;
}

#footer ul>li {
    display: inline-block;
    color: #fff;
    padding:0 0 0 16px;
    margin-right:10px;
    font-size:14px;
    background:url(../images/dots.png) 0 -5px no-repeat;
}

#footer ul>li:first-child {
    list-style-type: none;
}

#footer ul>li a {
    color: #fff; text-decoration: none; text-transform: uppercase;
}


/**
    Lightbox (Pop-ups)
   ========================================================================== */
/* #lb-inner { height:100%; display:none; } */

/*
#lb-close {
    width: 46px; height:41px; position: absolute; top:20px; left:20px; 
    background:url(../images/close.png) 0 0 no-repeat; cursor: pointer;
    z-index: 1001;
}
*/

.lb-image { 
    width:50%;
    height:100%;
    background-size:cover;
    float:left;
    background-position: top center;
    background-repeat: no-repeat;
    position: fixed;
}

#get-involved-image.lb-image { background-image:url(../images/lb1.jpg) }
#apply-image.lb-image { background-image:url(../images/lb2.jpg) }
#contact-us-image.lb-image { background-image:url(../images/lb4.jpg) }
#donate-image.lb-image { background-image:url(../images/lb5.jpg) }

.donate #lb-copy { padding-top:15%; }

#lb-content { 
    width:48%;
    float:right;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

#lb-copy a { color: #fff; }

#lb-copy {
    width:40%;
    float: right;
    padding:60px 5% 60px 0;
    margin:0 auto;
    overflow: auto;
    color:#fff;
    position: relative;
    /*top:60px;*/
    font-size:16px;
}


#lb-copy .buttons { margin:0 0 25px 0; }
#lb-copy .buttons a,
#lb-copy input.btn, .buttons a { 
    display:block; 
    box-shadow: 1px 2px 0 rgba(0,0,0,0.2);
    border-radius:3px;
    background-color:rgba(255,255,255,0.2);
    border:1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-weight: bold;
    float:left;
    padding:10px 25px;
    text-align: center;
    margin:0 15px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
}

#lb-copy .buttons a:hover,
#lb-copy input.btn:hover { 
    background-color:rgba(255,255,255,0.5);
}

#lb-copy .buttons a:active,
#lb-copy input.btn:active { 
    background-color:rgba(255,255,255,0.3);
}

#lb-copy ol,
#lb-copy ul { list-style-type:none; padding:0; margin:0 0 15px;  }


/* Contact overlay */
.contact-mod { 
    float:left;
    width:44%;
    margin-right:5%;
}

.form { margin:0; padding:0; width:100%; }
.form td { width:46%; padding:5px; }

.form input.txtInput,
.form textarea.txtArea {
    background-color:rgba(0,0,0,0.2);
    border:1px solid #bc5286;
    padding:4%;
    color:#fff; 
    width: 92%;
    font-size:16px;
    display: block;
    font-family: Calibri, 'Calibri', Arial;
}

.form textarea.txtArea { padding:2%; width:96%; height:100px; }

#lb-copy input.btn { 
    padding-left:50px;
    float: right;
    padding-right:50px;
    margin:0;
}

form#contact .field-error {
    border: #f7f897 1px solid;
}

input#hp, div#outcome {
    display: none;
}

/* Downloads/Events */
#lb-copy ul.downloads { list-style-type: none; margin: 0px; }
#lb-copy ul.downloads li {
    background:url(../images/icon-arrow.png) 0 2px no-repeat;
    padding-left:20px;
    display: list-item;
    border-bottom:1px dotted rgba(255,255,255,0.5);
    margin-left:0;
}
    

#lb-copy ul.downloads li a { color: #Fff; text-decoration: none; }



/**
   News 
   ========================================================================== */

.news #wrapper { 
    background:url(../images/pink-bg.gif) 0 0 repeat;
    min-height: 100%;
    overflow: auto;
}

#articles { 
    padding:48px 0 0; /* 82 */
    width:960px;
    margin:0 auto;
    padding-bottom: 100px; /* Offset for footer */
    color: #fff;
}

#articles>h1 { 
    width:640px;
    margin:0 auto;
    border-bottom: 1px solid #b73a78;
    padding-bottom: 15px;
    margin-bottom: 10px !important;
    margin-top:80px;
}

#articles .article {
    width:640px;
    margin:0 auto;
    border-bottom:1px solid #b73a78;
    padding:25px 0 70px;
}

#articles .article p { font-size:18px; }
#articles .article p img { float: left; margin:0 20px 10px 0; display: block; }
#articles .article p.posted-by { font-size:15px; color:#d387ad; font-style: italic; float: right; }
#articles .article a { color: #fff; border: none; }

#articles .article-hero {
    position: relative;
}

#articles .article-hero img { display: block; width:100%; }
#articles .article-hero .caption { 
    background-color:#000;
    background-color:rgba(0,0,0,0.6);
    color: #fff;
    padding:1% 2%;
    font-style: italic;
    position: absolute;
    bottom: 0;
    width: 96%;
}

/* ==========================================================================
   Media Queries

   See /css/mobile.css
   ========================================================================== */




@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
