  /* ==========================================================================
   
   Client: United Way of the Midlands
   Author: Cyberwoven
   Built: 04/02/13

   ========================================================================== */
/* ==========================================================================
   Foundation
   ========================================================================== */

html, button, input, select, textarea { color: #596473; }
body { font: 16px "ff-meta-web-pro-n4", "ff-meta-web-pro", Arial, sans-serif; font-style:normal; font-weight:100; }
    

h1 { background: #33384B; color: #ffffff; font-family: "alternate-gothic-no-1-d-n4","alternate-gothic-no-1-d", Tahoma, sans-serif; font-size: 1.3125em; line-height:1.4375em; font-weight:normal; padding-left:10px; }
h2 { color: #33384B; font-family: "alternate-gothic-no-1-d-n4","alternate-gothic-no-1-d", Tahoma, sans-serif; font-size: 3.75em; line-height:1.4375em; font-weight:normal; }
h3 { color: #424857; font-size: 1.625em; }
h4 { color: #ED4F3A; font-size: 1.125em; font-style: italic; font-weight: 400; margin:0.625em 0; }
h5 { font-family: "alternate-gothic-no-1-d-n4","alternate-gothic-no-1-d", Tahoma, sans-serif; font-size: 1.3em; text-transform: uppercase; }
h6 { font-size: 0.85em; }
a { color: #0B58A5; 
    -webkit-transition: color 0.2s ease;
       -moz-transition: color 0.2s ease; 
        -ms-transition: color 0.2s ease; 
         -o-transition: color 0.2s ease; 
            transition: color 0.2s ease; 
    }
    a:hover { color: #3a80c6; text-decoration: none; }
    a:active {  }
    a:visited {  }
    a:focus { outline:none;}
    button { cursor:pointer;}
ul, ol, dl { padding:0 0 0 18px; }
li{ margin:0.714em 0;}
hr { display: block; border: 0; border-top: 1px solid #ccc; height: 1px; margin: 1em 0; padding: 0; }
img { display: block; margin: 0 auto; vertical-align: middle;  }
fieldset { border: 0; margin: 0; padding: 0; }

input { 
    border: 2px solid #eee;
    -webkit-transition: border-color 0.4s ease 0s;
       -moz-transition: border-color 0.4s ease 0s;
         -o-transition: border-color 0.4s ease 0s;
            transition: border-color 0.4s ease 0s;


}
input:focus { border-color:#6698B9;}
textarea {  }
blockquote { background:#596473; border-top:10px solid #ccc; border-bottom:10px solid #ccc; color:#fff; padding:1.875em 1.5em 1.875em 1.625em }

table{ border-color:gray; font-size:0.85em; margin:1em 0; max-width:100%; }
tbody{ border-color:gray; }
tr{ border-color:gray; background:#f7f7f7; }
tr:nth-child(even){ background:#efefef; }
td, th{ border-color:#cccccc; padding:2px 7px; }
th{ background:#3a3a3c; color:#ffffff; font-weight:700; letter-spacing:1px; }
textarea { resize: vertical; }    

caption {  }
.intro { font-style:italic; font-weight:bold; color:#939598; font-size:1.125em; }
.invest { color:#ED4F3A; font-style: italic; }

form { padding: 10px 20px;}
label {  }
input { padding: 10px; margin-bottom: 10px; }
input[type=checkbox] { margin:0 10px 20px 0;}
select { padding: 10px; margin-bottom: 20px; }
.supporting {
    display:block;
    color: #999;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.field-prefix {
    margin: 10px 10px 10px -20px;
}
#cvnPopup {
    background-color:#e1ecf7;
    border: 1px solid #444b62;
    padding: 30px;
    margin: 20px 0;
    position: relative;
    display: none;
}
.cvnClose {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/icon-closecvn.png") no-repeat center center;
    position: absolute;
    top: 5px;
    right: 5px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
.chromeframe { background: #ccc; color: #000; margin: 0.2em 0; padding: 0.2em 0; }


/*  
Normal  " .tk-ff-meta-web-pro "   400   normal  
Normal Italic   " .tk-ff-meta-web-pro "   400   italic  
Bold  "ff-meta-web-pro"   700   normal  
Bold Italic   "ff-meta-web-pro"   700
*/

/* ==========================================================================
   Mobile First™
   ========================================================================== */

.seal{
    position: relative;
    float:right;
}

body {
    min-width:280px;
    background-color:#F1F0F1;
}
.siteHeader{
    color:#ffffff;
    background:#254979;
}

h1.logo {
    background:none;
    margin:0;
    padding-top:10px;
    font-size:1.5em;
    border-bottom:6px solid #CBD2DA;
}

h1.logo a { 
    padding-top:44px;
    margin:0 10px;
    display:block;
    font-weight:400;
    text-transform:uppercase;
    text-decoration:none;
    font-family:"alternate-gothic-no-1-d-n4","alternate-gothic-no-1-d", Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    width:80%;
    letter-spacing:1.6px;
    color:#fff;
    background:url('../img/logo.png') no-repeat 0 0;
}

.svg h1.logo a { 
    background-image:url('../img/logo.svg');

}
#logobox {
    display:none;
}
 #menu { 
    list-style: none;
    padding:10px;
    margin: 0 0 40px 0; 
    background:#193663;
    display:none;
}

 #menu:after { 
    content: "\0020"; display: block; height: 0; clear: both;
}

.searchform {
    border:5px solid #172E52;
    background-color:#95CBEE;
    margin-bottom:10px;

}
.searchform form {
    background-color:#95CBEE;   
}
.searchform label {
    display:none;
}
.textbox {
    border: medium none;
    color: #939598;
    font-size: 0.875em;
    outline: medium none;
    vertical-align: middle;
    float:left;
    line-height:1;
    width: 70%;
    padding: 8px 6px 8px 6px;
    margin:0;
    border-radius:0;
}

.submit {
    text-indent:-9999px;
    background: url("../img/searchsubmit.png") #95CBEE no-repeat center 0;
    border: 2px solid #95CBEE;
    font-size: 1px;
    text-indent: -9999px;
    outline: medium none;
    padding: 0;
    margin:0;
    height: 31px;
    width: 23%;
    position: relative;
    top:0px;
    border-radius:0;
}
.svg .submit {
    background-image: url("../img/searchsubmit.svg");
}
.submit:hover {
    background-color:#79B1D6;
}
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 245px;
    padding: 0px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    border-left:2px solid #ccc;
    overflow-y: auto;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
           -moz-shadow: inset 0 0 5px 5px #222;
            box-shadow: inset 0 0 5px 5px #222;
}
.navigationToggle {
    display:block;
    width: 50px;
    height: 30px;
    position:absolute;
    right:5px;
    top:15px;
    margin-right:10px;
    border:5px solid #203C62;
    background: url('../img/menu.png') center center no-repeat #95CBEE;
    text-indent: -9999px;
     -webkit-transition: right 0.2s ease;
        -moz-transition: right 0.2s ease; 
         -ms-transition: right 0.2s ease; 
          -o-transition: right 0.2s ease; 
             transition: right 0.2s ease;
}
.svg .navigationToggle {
     background-image: url('../img/menu.svg');
}
.navigationToggle:hover {
    background-color:#79B1D6;
}

/* Main navigation */

div.primaryNavigationWrapper ul {
    list-style: none;
    margin:0;
    padding:0;
}

div.primaryNavigationWrapper ul > li {
    background-color:#172E52;
    border-bottom:1px solid #193663;
    list-style:none;
    position:relative;
    margin:0;
}
div.primaryNavigationWrapper ul li a:hover {
    color:#fff;
}
div.primaryNavigationWrapper ul > li.active { }
div.primaryNavigationWrapper ul > li.active a {
    color:#95CBEE;
}

div.primaryNavigationWrapper ul > li > a {
    display:block;
    color:#95CBEE;
    font-size:0.875em;
    font-weight:bold;
    text-decoration:none;
    padding:7px 10px;
}
div.primaryNavigationWrapper ul > li > a.plus {
    display:block;
    width:40px;
    height:35px;
    padding:0;
    margin:0;
    border:0;
    position:absolute;
    top:0;
    right:0;
    outline:none;
    background:url("../img/plus-icon.png") #152843 no-repeat center 10px;
}
.svg div.primaryNavigationWrapper ul > li > a.plus {
    background-image:url("../img/plus-icon.svg");
}
div.primaryNavigationWrapper ul > li > a.open {
    background-position:center -46px;
}
div.primaryNavigationWrapper ul > li.opened {
    background:#fff;
}
div.primaryNavigationWrapper ul > li.opened a {
    color:#005184;
}
div.primaryNavigationWrapper ul li.expanded, 
div.primaryNavigationWrapper ul li.collapsed,
div.primaryNavigationWrapper ul li.leaf {padding:0;}

div.primaryNavigationWrapper ul ul  li.active a {
    color:#fff;
}

/*Second*/
div.primaryNavigationWrapper ul ul {
    background-color:#263F65;
    list-style: none;
    display:none;
    padding:5px 0 0 0;
    margin:0
}
div.primaryNavigationWrapper ul ul li {
    background-color:#263F65;
    border-bottom:none;
    position:relative;
    margin:0 0 5px 0;
}
div.primaryNavigationWrapper ul ul li a {
    display:block;
    color:#fff;
    font-size:0.8125em;
    font-weight:bold;
    text-decoration:none;
    padding:5px 10px;
}
div.primaryNavigationWrapper ul ul li a.plus {
    display:block;
    width:40px;
    height:25px;
    padding:0;
    margin:0;
    position:absolute;
    top:0; right:0;
    background:url("../img/caret-icon.png") no-repeat center 5px;
}
.svg div.primaryNavigationWrapper ul ul li a.plus {
    background-image:url("../img/caret-icon.svg");
}
div.primaryNavigationWrapper ul ul li a.open {
    background-position: center -50px;
}
div.primaryNavigationWrapper ul ul ul {
    background-color:#405d86;
}
div.primaryNavigationWrapper ul ul ul li {
    background-color:#405d86;
    margin-bottom:0;
}
div.primaryNavigationWrapper ul ul ul ul {
    background-color:#537098;
}
div.primaryNavigationWrapper ul ul ul ul li {
    background-color:#537098;
}
.secondaryNavigation {
  padding:0;
  margin:0;
  
}
.secondaryNavigation li {
    background:#fff;
    display:block;
    float:left;
    text-align:center;
    margin:0;
    padding-top:10px;
    padding-bottom:10px;
    border-left:1px solid #ddd;
}

.secondaryNavigation li a {
    color:#aaa;
    text-transform:uppercase;
    font-family: "alternate-gothic-no-1-d-n4","alternate-gothic-no-1-d",sans-serif;
    font-size:1.375em;
    text-decoration:none;
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:32px auto;
    padding:6px 0 6px 34%;
}
.siteNavigation .wrapper {
    background-color:#fff;
    float:left;
    width:100%;
}
.navGive { border-bottom:2px solid #FED894; width:31%; }
.navAdvocate { border-bottom:2px solid #A1152D; width:33%; }
.navVolunteer { border-bottom:2px solid #95CBEE; width:35%; }

.navGive a { background:url('../img/give.png'); }
.navAdvocate a { background:url('../img/advocate.png'); }
.navVolunteer a { background:url('../img/volunteer.png'); }

.svg .navGive a { background-image:url('../img/give.svg'); }
.svg .navAdvocate a { background-image:url('../img/advocate.svg'); }
.svg .navVolunteer a { background-image:url('../img/volunteer.svg'); }


/* slider */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; margin:0; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; margin-bottom:-47px;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/


.flexslider {margin: 0 auto; border-bottom: 10px solid #fff; position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; }

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {/**height: 0 1%;*/ display:none;}
.flex-direction-nav a {
    width: 30px; height:25%; margin:0; display: block;
    background: url('../img/bg_direction_nav.png') #fff no-repeat 0 50%; 
    position: absolute; top: 1%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 3; -webkit-transition: all .3s ease;}

.flex-direction-nav .flex-next {background-position: 100% 50%; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.5; right: 0px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
.flexslider:hover .flex-prev {opacity: 0.5; left: 0px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}


/* Control Nav */
.slider {
    border-bottom:10px solid #fff;
    min-height:500px;
} 
.flex-container {
    display: block; 
    margin: 0 auto;
    position:relative;
    width: auto;
}

.flex-control-nav { position: absolute; top:535px; left:10%;  z-index:2000;  }

.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    background:url('../img/paging.png') no-repeat 0 0;
    }
.flex-control-paging li a:hover { 
    background:url('../img/paging.png') no-repeat 0 bottom;
    }
.flex-control-paging li a.flex-active { 
    background:url('../img/paging.png') no-repeat 0 bottom;
    cursor: default;
}

.svg .flex-control-paging li a { 
    background-image:url('../img/paging.svg');
}
.svg .flex-control-paging li a:hover,
.svg .flex-control-paging li a.flex-active  { 
    background-image:url('../img/paging.svg'); 
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.slides h1 {
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    font-family:"ff-meta-web-pro-n7", "ff-meta-web-pro", Arial, sans-serif;
    font-size:0.75em;
    font-weight:bold;
    padding:15px 20px;
    margin:0;
    display:inline-block;
    position:relative;
    bottom:0;
}
.slides h2 {
    color:#fff;
    margin:0;
    padding:0;
    text-transform:uppercase;
    line-height:0.9375em;
}
.search-btn {
    display: none;
}

.slides p {
    color:#fff;
    border-top:1px solid rgb(0, 0, 0);
    border-top:1px solid rgba(0, 0, 0, 0.2); 
    border-bottom:1px solid rgb(0, 0, 0);
    border-bottom:1px solid rgba(0, 0, 0, 0.2); 
    padding:5px 0;
    margin:0 auto;
    width:90%;
    font-size:0.875em;
    line-height:1.375em;
}
.slides a.button {
    position:absolute;
    left:45%;
    top:520px;

}
.marketing {
    padding:20px 1em;
    height:450px;
    display:block;
}
.slidewrapper .education{
  /*  background: #A1152D;*/ 
    background: rgb( 161, 21, 45);
    background: rgba( 161, 21, 45, 0.9);
}
.slidewrapper .income {
    /*    background:#ED4F3A;*/
    background: rgb(237,79,58);
    background: rgba(237,79,58, 0.9);
}
.slidewrapper .health {
    /*    background:#0B58A5;*/
    background: rgb(11,88,165);
    background: rgba(11,88,165, 0.9);
}
.slidewrapper .awareness {
     /*    background:#0B58A5;*/
    background: rgb(11,88,165);
    background: rgba(11,88,165, 0.9);
}
.slidewrapper .flood {
     /*    background:#fab14a;*/
    background: rgb(250,177,74);
    background: rgba(250,177,74, 0.9);
}

#bigtext {
    color:#fff;
    font-family: "alternate-gothic-no-1-d-n4","alternate-gothic-no-1-d", Tahoma, sans-serif;
    text-transform:uppercase;
    width:320px;
    padding:0;
    margin:0 auto;
    position:relative;
    line-height:1em;
}

.education .line-01 {
    font-size:7em;
    line-height:.75em;
}
.education .line-02 {
    font-size:5.75em;
    line-height:.75em;
}
.education .line-03 {
    font-size:4.5em;
    line-height:.75em;
}
.education .line-04 {
    font-size:7.25em;
    line-height:.8125em;
}

.income .line-01 {
    font-size:7em;
    line-height:.75em;
}
.income .line-02 {
    font-size:5.75em;
    line-height:.75em;
}
.income .line-03 {
    font-size:9.5em;
    line-height:.75em;
}
.income .line-04 {
    font-size:3.25em;
    line-height:.65em;
}

.health .line-01 {
    font-size:7em;
    line-height:.75em;
}
.health .line-02 {
    font-size:5.75em;
    line-height:.75em;
}
.health .line-03 {
    font-size:3.25em;
    line-height:.75em;
}
.health .line-04 {
    font-size:5.0em;
    line-height:.85em;
}

.awareness .line-01 {
    font-size:4em;
    line-height:1em;
}
.awareness .line-02 {
    font-size:3.75em;
    line-height:1em;
}
.awareness .line-03 {
    font-size:4.25em;
    line-height:1em;
}
.awareness .line-04 {
    font-size:4.0em;
    line-height:1em;
}
.flood .line-01 {
    font-size:7em;
    line-height:.75em;
}
.flood .line-02 {
    font-size:5.75em;
    line-height:.75em;
}
.flood .line-03 {
    font-size:3.125em;
    line-height:.875em;
}
.flood .line-04 {
    font-size:3.6875em;
    line-height:.875em;
}
.donate {
    display:block;
    color:#fff;
    margin: 5px auto;
    padding: 6px 10px;
    position: relative;
    text-align: center;
    font-weight:bold; 
    height: 30px;
    width: 120px;
    text-decoration:none;
    background-color:#FAB14A;
    border:5px solid #193663;
}
.donate:hover {
    text-decoration:none;
    background-color:#f19449;
    color:#fff;
}

#submit_button {
    display:block;
    color:#fff;
    margin: 25px 0;
    padding: 20px;
    position: relative;
    text-align: center;
    font-weight:bold; 
    text-decoration:none;
    background-color:#FAB14A;
    border:3px solid #193663;
}
#submit_button:hover {
    text-decoration:none;
    background-color:#f19449;
    color:#fff;
}
#assistance {
    background-color:#f19449;
    color: #fff;
    border-radius: 11px;
    padding: 0px 8px;
    margin-left: 10px;
    cursor: pointer;
}


.spanish {
    display:block;
    color:#fff;
    margin: 5px auto;
    padding: 6px 10px;
    position: relative;
    text-align: center;
    font-weight:bold; 
    height: 30px;
    width: 130px;
    text-decoration:none;
    background-color:#fa4f37;
    border:5px solid #193663;
}
.spanish:hover{
    text-decoration:none;
    background-color:#d6432d;
    color:#fff;
}



.main aside {
    display:none;
}
.main {
    margin:0;
}
.title {
    padding:8px 10px;
    background-color:#fff;
}
.lt-ie9 .title {
    padding:8px 14px;
}
.title h1 {
    text-align:center;
    font-size: 1.625em;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin-top:0;
}
.title p { 
    background:#F9F9F9;
    padding: 10px 5px;
    margin:10px; 
}
.title a {   
    color:#333;
}

.event {
    border-bottom:1px solid #aaa;
    padding:20px 10px;
    background-color:#F9F9F9;
}
.event .date {
    color:#fff;
    line-height:1.25em;
    padding:10px;
    margin-left:2%;
    margin-right:10px;
    margin-bottom:40px;
    background-color:#FAB85C;
    text-align:center;
    float:left;
    
   } 
.event .date span { 
    display:block;
    font-family: "alternate-gothic-no-1-d-n4","alternate-gothic-no-1-d",sans-serif;
    text-transform:uppercase;
    font-size:1.75em;
    font-weight:normal;
}
.event .info {
    margin-left:19%;
    line-height:0.875em;
}
.event .time {
    color:#939598;
    font-size:0.875em;
}
.event h2 {
    font-family:"ff-meta-web-pro-n7", "ff-meta-web-pro",Arial,sans-serif;
    font-size:0.9375em;
    font-weight:bold;
    margin:0;
}
.event .location {
    margin:0;
    padding:0 0 5px 0;
    font-size:0.875em;
}
.event a {
    color:#FAB14A;
    text-decoration:underline;
    font-style:italic;
    display:block;
    font-size:0.875em;
}
.event a:hover {
    color:#ffc574;
    text-decoration:none;
}
.needhelp {
    display:block;
    padding:20px;
    border-bottom: 2px solid #BFBFBF;
}
.needhelp a { 
    display:block;
    background:#fff;
    color:#596473;
    text-decoration:none;
    padding:20px;
}

.needhelp a:hover p {
    color:#2F4291;
    text-decoration:underline;
}

.quote {
    background-color:#33384B;
    text-align: center;
    font-style:italic;
    font-weight:bold;    
}
.quote h1 {
    font-size:1.375em;
    font-weight:bold;
    padding:20px;
    font-family:"ff-meta-web-pro-n7", "ff-meta-web-pro",Arial,sans-serif;
}

.launchpad {
    margin:0 0 20px 0;
}
.launchpad article {
    background:#fff;
}
.launchpad div {
    margin:0 20px;
}
.launchpad h1 {
    text-transform:uppercase;
    font-weight:normal;
    font-size:1.25em;
    letter-spacing:3px;
    padding:5px 0 3px 45px;
}
.launchpad h2 {
   margin:0;
    font-family: "ff-meta-web-pro-n7", "ff-meta-web-pro",Arial,sans-serif;
    font-size: 1.125em;
    line-height:inherit;
    font-weight: bold;
    margin: 20px 0 5px 0;
}
.facebook ul {
    list-style:none;
}
.facebook .item-list { 
    margin:0;
}
.facebook .item-list li { 
    padding:0;
    margin:0;
}
.facebook-post-image {
    margin:0;
}
.facebook-post-image img {
    max-width:100%
}
p.facebook-published {
    margin-top: 0;
}
.feed-link {
    text-transform:uppercase;
    font-size:.875em;
    font-weight:bold;
    background:#eee;
    display:block;
    text-align:right;
    padding:10px 5%;
    text-decoration:none;
    border-right:1px solid #fff;
}

.blog h1 {
    background:url('../img/blog-lp.png') #A1152D 10px center no-repeat;
    border-bottom:2px solid #7f0e22;
        )
}
.svg .blog h1 {
    background-image:url('../img/blog-lp.svg');
}

.facebook h1{
    background:url('../img/facebook-lp.png') #0B58A5 10px center no-repeat;
    border-bottom:2px solid #12467a;
}
.svg .facebook h1 {
    background-image:url('../img/facebook-lp.svg');
}

.youtube h1 {
    background:url('../img/youtube-lp.png') #ED4F3A 10px center no-repeat;
    border-bottom:2px solid #d4422f;
}
.svg .youtube h1 {
    background-image:url('../img/youtube-lp.svg');
}

.instagram h1 {
    background:url('../img/instagram-lp.png') #254979 10px center no-repeat;
    border-bottom:2px solid #143868;
}
.svg .instagram h1 {
    background-image:url('../img/instagram-lp.svg');
}

.blog a {
    color:#A1152D;
}
.facebook a {
    color:#0B58A5;
}
.youtube a{
    color:#ED4F3A;
}

.blog a:hover {
    color:#eb4e69;
    text-decoration:underline;
}
.facebook a:hover {
    color:#3e87d0;
    text-decoration:underline;
}
.youtube a:hover {
    color:#FF9081;
    text-decoration:underline;
}



.launchpad div .youtube-wrapper{
    margin:0 0 20px 0;
    padding:0;
    overflow:hidden;
}

.youtube-wrapper a {
    background: url('../img/videoOverlay.png') no-repeat 50% top transparent;
    display: block;
    height: 130px;
    margin-left: auto;
    margin-top: -150px;
    position:relative;
    border:none;
}

article.instagram div.lp-content div#instagramFeed {
    margin: 0;
}
article.instagram div.lp-content div#instagramFeed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
article.instagram div.lp-content div#instagramFeed ul li {
    margin: 0;
    padding: 0;
}
article.instagram div.lp-content div#instagramFeed ul li img {
    max-width: 100%;
    max-height: 200px;
}
article.instagram a.feed-link:hover {
    text-decoration: underline;
}

.sponsors .flex-control-nav {
    display:none;
}

.sponsors ul {
    list-style: none;
}
.sponsors ul li {
    text-align:center;
}
.sponsors ul li img {
    
}
.sponsors ul li p {
    color:#F38230;
    font-weight:bold;
    width:90%;
}
.sponsors p {
    border:none;
}
.sponsors {
    position:relative;
    margin:0 auto;
    float:left;
    overflow:hidden;
    width:98%;
}
.lt-ie9 .sponsors {
    width:97%;
}

.lt-ie9 .sponsors {float:none;}
.sponsors .flex-viewport {
    width:94%;
    margin:0 auto;
    position:relative;
}

.sponsors ul li  {
    border-right:1px solid #dddddd;
}
.sponsors .flex-viewport .slides {}

.sponsors .flex-viewport .slides li {}

.sponsors .flex-viewport .slides li a {}


.sponsors .flex-direction-nav {
    display:block;
    height:60px;
    width:98%;
    position:absolute;
    top:46%;
}
.sponsors .flex-direction-nav li {
    display:block;
}
.sponsors .flex-direction-nav a {
    width: 30px; height:35px; margin:0; display: block;
    background: url('../img/bg_direction_nav.png') #fff no-repeat 0 50%; 
    position: absolute; 
    top: 1%; 
    z-index: 10; 
    cursor: pointer; 
    text-indent: -9999px; 
    opacity: 3; 
}

.sponsors .flex-direction-nav .flex-next {background-position: 100% 50%; right: -9px; }
.sponsors .flex-direction-nav .flex-prev {left: 6px;}
.sponsors .flex-direction-nav .flex-disabled {  opacity: 3; }

.siteFooter {
    background:#33384B;
    padding:20px;
    clear:both;
    border-top:6px solid #DCDCDD;
}
.footerInformation {
    text-align:center;
}
.siteFooter h1 {
    font-family:"ff-meta-web-pro-n7", "ff-meta-web-pro", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size:0.875em;
    margin-top:0;
    margin-bottom:4px;
    padding:0;
}
.siteFooter h1.logo {
    border-bottom:none;
}
.siteFooter h1.logo a {
    background:none;  
    font-family: "ff-meta-web-pro-n7", "ff-meta-web-pro", Arial, sans-serif;
    font-style: normal;
    font-weight:bold;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: none;
    letter-spacing:.8px;
}
.siteFooter a:hover {
    color:#ff9081;
}
.footerNavigation a:hover {
    text-decoration:underline;
}
.siteFooter p {
    color:#BFBFBF;
    font-size:0.875em;
    margin:0 0 10px 0;
}
.siteFooter a {
    color:#ED4F3A;
    text-decoration:none;
}
.siteFooter ul {
    padding:0;
    margin:0;
}
.siteFooter ul li {
    margin:0.525em 0;
    padding:0;
    list-style:none;
}
.siteFooter ul li a {
    font-size:0.8125em;
}

.corporate-wrapper ul a {
    color:#F7A983;
}
.navigation-wrapper ul a {
    color:#FAB14A;
}
.corporate-wrapper ul a:hover {
    color:#ffe8dd; 
}
.navigation-wrapper ul a:hover {
    color:#ffe3bb;   
}

.social {
    margin:0;
}
.social li {
    display:inline-block;
    width:30%;
}
.social a {
    color:#85ACD2;
    padding:0 0 0 20px;
}
.social a:hover {
    color:#cce2f7;
    padding:0 0 0 20px;
    text-decoration:underline;
}

.social a.twitter { background: url('../img/twitter.png') no-repeat 5px center; }
.social a.youtube { background:url('../img/youtube.png') no-repeat 5px center; } 
.social a.facebook { background:url('../img/facebook.png') no-repeat 5px center;}
.social a.instagram { background:url('../img/instagram.png') no-repeat 5px center;}

.svg .social a.twitter { background-image: url('../img/twitter.svg'); }
.svg .social a.youtube { background-image:url('../img/youtube.svg'); } 
.svg .social a.facebook { background-image:url('../img/facebook.svg');}
.svg .social a.instagram { background-image:url('../img/instagram.svg');}

.newsletter p {
    font-style:italic;
}
.newsletterForm {
    margin-bottom:20px;
}
.newsletterForm form {
    background:#242a37;
    padding:10px;
}
.newsletterForm label {
    display:none;
}
.newsletterForm .textbox {
    border: medium none;
    color: #fff;
    background:#33384B;
    font-size: 0.875em;
    outline: medium none;
    vertical-align: middle;
    float:left;
    line-height:1;
    width: 64%;
    padding: 8px 6px 8px 6px;
    margin:0 10px 0 0;
}
.newsletterForm .submit {
    text-indent:-9999px;
    color:#fff;
    background:#95CBEE;
    border: none;
    font-size:0.9375em;
    font-weight:bold;
    text-indent:0;
    text-align:center;
    outline: medium none;
    padding: 0;
    margin:0;
    height: 31px;
    width: 26%;
    position: relative;
    top:0px;
}
.form-submit {
    color:#fff;
    background:#95CBEE;
    border: 1px solid #6698b9;
    font-size: 1em;
    outline: medium none;
    padding: 10px;
    margin:10px;
}
.newsletterForm .submit:hover, .form-submit:hover {
    background:#79b1d6;
}

.FourstarLogo{
    display: block;
    clear:both;
    transition: opacity 0.2s, ease;
}

.FourstarLogo img{
    width:70%;
    margin:0 0 15px;
    float:right;
}

.lowerFooter{
    clear:both;
    background: #242a37;
    position: relative;
    padding-top:20px;
    text-align:right;
    margin:0 -20px -20px;
}

.lowerFooter .wrapper{
    padding:20px;
}

.siteCredit a {
    padding:0;
    color:#ED4F3A;
}
.siteCredit a:hover {
    color:#ff9081;
    padding:0;
}
.lowerFooter p{
    font-size:0.75em;
}
.form-text {
    width: 90%;
    height: 33px;
    padding:0 10px;
}

body.front .mainContent aside, body.landing .mainContent aside {
    display:block;
}
.mainContent {
    padding:0 20px;
    margin-bottom:15px;
    background:#fff;
    border-bottom:4px solid #ccc;
}
.mainContent img {
    max-width:100%;
}

/*landing*/

h2#headline {
    margin:0;
    font-family: "alternate-gothic-no-1-d-n4","alternate-gothic-no-1-d", Tahoma, sans-serif;
    font-size: 4.75em; 
    line-height:1em;
    padding:12px 0 0 0;
    font-weight:normal;
    text-transform:uppercase;
}

.header-img {
    background:url('../img/header-img-bgn.png') repeat 0 0 #33384B;
    overflow:hidden;
}
.header-img img {
    width:100%;
    display:inline-block;
}

 .feature {
    background-color:#A1152D;
    position:relative;
 }
.feature h1 {
    display:block;
    font-size:0.625em;
    font-family: "ff-meta-web-pro-n7", "ff-meta-web-pro", Arial, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    position:absolute;
    top:0;
    padding:6px 8px;
    margin:0;
 }
.feature h2 {
    border-bottom: 6px solid #752635;
    border-top: 6px solid #752635;
    color: #FFFFFF;
    font-family:"ff-meta-web-pro-n7", "ff-meta-web-pro",Arial,sans-serif;
    font-size: 1.625em;
    font-weight: bold;
    line-height: 1.125em;
    margin: 10px 20px;
    padding: 10px 0;
 }
 .feature img {
    width:100%;
    height:auto;
    max-width:100%;
 }
.feature p {
    color:#fff;
    margin: 10px 20px;
}
.feature a {
    margin: 0 20px 20px 20px;
}

.subNavigation {
    display:none;
}


/*Internal*/


body.internal h2 {
    font-family:"ff-meta-web-pro-n7", "ff-meta-web-pro", Arial, sans-serif;
    font-size: 1.875em;
    font-weight: bold;
    font-style:italic;
    color:#aaa;
    line-height: 1em;
    margin:20px 0;
}



/* front */


.mainContent {

}

.mainContent-ourStoriesDetail,
.mainContent-ourStoriesDetail + .rightColumn {
    margin-bottom: 1em;
}

.mainContent-ourStoriesDetail img {
    max-width: 100%;
}

.newsFeature {
    padding:0;
}

.newsFeature img {
    float:left;
    max-width:100%;
    height:auto;
}
.news {
    margin:0;
}
.news article {
    margin:0 0 25px 0;
}
.news article h2 {
    font-family:"ff-meta-web-pro-n7", "ff-meta-web-pro",Arial,sans-serif;
    font-size:1em;
    font-weight:bold;
    margin:0 0 5px 0;

}
.news article p {
    font-size:0.875em;
    line-height:1.375em;
    margin:0 0 5px 0;
    
}
.news article a {
    color:#F38230;
    font-size:0.875em;
    font-style:italic;
    padding:20px 0;
}
h2.news-headline a {
    color:#33384B;
}
h2.news-headline a:hover {
    color:#5b6073;
}
.date {
    color:#95CBEE;
    font-size:0.875em;
}
.imgFeature {
    background:url('../img/LatestNews.png') no-repeat 0 center #F38230;
    background-size: auto 65%;
    padding-left:10%;
    margin-bottom:10px;
    clear: both;
}

article.featured h2 {
    padding:10px 0;
    margin:10px 0;
    font-family:"ff-meta-web-pro-n7", "ff-meta-web-pro",Arial,sans-serif;
    font-size:1.625em;
    font-weight:bold;
    line-height:1.125em;
    border-top:5px solid #eee;
    border-bottom:5px solid #eee;

}   
article.featured p {
    line-height:1.375em;
}
.news article a.button {
    color:#fff;
}
div.more-link a, a.more {
    display:block;
    padding:10px;
    text-align:right;
    color:#F38230;
    text-transform:uppercase;
    font-weight:bold;
    background-color:#eee;
    font-size:0.8125em;
    text-decoration:none;
}
a.more:hover {
    color:#3A80C6;
    text-decoration:underline;
}
div.more-link a:hover {
    color:#f9a86d;
    text-decoration:underline;
}
#logoWrapper {
    display:none;
}
.searchBgn {
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 180ms ease-in-out 0s;
    z-index: 0;
}
.searchBgn .visible {
    opacity: 0.96;
    overflow:hidden !important;
    z-index: 100;
}

.slabtexted .slabtext{display:-moz-inline-box;display:inline-block;white-space:nowrap}
.slabtextinactive .slabtext{display:inline;white-space:normal;font-size:1em !important;letter-spacing:inherit !important;word-spacing:inherit !important;*letter-spacing:0 !important;*word-spacing:0 !important;}
.slabtextdone .slabtext{display:block;line-height:0.9;}

.search-wrapper {display:block;}

/* Staff Member - START  */

.categoryname {
    margin:0;
    padding:0;
    text-transform:uppercase;
}
.categoryname a {
    color:#fff;
    background:url(../img/plus-icon.png) #254979 no-repeat 96% 10px;
    text-decoration:none;
    margin:4px 10px;
    padding:5px;
    display:block;
    cursor:pointer;
}
.categoryname a.open { background-position:96% -46px; }

.svg .categoryname a {
    background-image:url(../img/plus-icon.svg);
}
.staff {
    list-style: none;
    padding:0;
}

.staff li {
    float:left;
    width:100%;
    margin:0;
}
.staff ul {
    list-style:none;
    display:none;
}
.staff ul li {
    margin-bottom:10px;
    min-height:200px;
    padding-bottom:10px;
    border-bottom: 1px solid #d2d2d2;
}
.staff ul li img {
    margin:0 10px 0 0;
}
.info { 
    margin-bottom:10px;
}
.info p {
    margin:0;
}
.staffname { font-weight:bold; }
.staffemail a {
    background:url("../img/email-icon.png") no-repeat 0px center;
    padding-left:20px;
    text-decoration:none;
}
.svg .staffemail a {
    background-image:url("../img/email-icon.svg");
}
.stafftwitter a {
    background:url("../img/twitter.png") no-repeat 0px center;
    padding-left:20px;
    text-decoration:none;
}
.svg .stafftwitter a {
    background-image:url("../img/twitter.png");
}
.staffemail a:hover, .stafftwitter a:hover {
    text-decoration:underline;
}

.bioContainer:after {
    content: '';
    display: table;
    clear: both;
}

.bioContainer .bio {
    max-height: 3em;
    overflow: hidden;

    -webkit-transition: max-height .5s ease, -webkit-max-height .5s ease;
    transition: max-height .5s ease, -webkit-max-height .5s ease;
}

.bioContainer .bio.fullBio {
    max-height: 9999px;
}

.bioContainer .bioLink {
    float: right;
}



/* Staff Member - END  */


.backup a {
    text-decoration:none;
    padding-top:10px;
}
.backup a:hover {
    text-decoration:underline;
    background-color:#eee;
}

 /* Blog */
.view-blog h3 { 
    margin:0;
    border-bottom:1px solid #ccc;
 }
.view-blog h3.title a {
    color:#A1152D;
}
.view-blog h3.title a:hover {
    color:#CE304C;
}
.blog-post-item {
    list-style:none; 
}

/* Events */
.view-events h3 { 
    margin:0;
    border-bottom:1px solid #ccc;
 }
.view-events h3.title a {
    color:#F38230;
}
.view-events h3.title a:hover {
    color:#fa9c57;
}
.view-events ul {
    list-style:none; 
}
.date-display-single, .date-display-start, .date-display-end {
    color:#95CBEE;
    font-size:0.875em;
}
/* News */
.view-news h3 { 
    margin:0;
    border-bottom:1px solid #ccc;
 }
.view-news h3.title a {
    color:#2F4291;
}
.view-news h3.title a:hover {
    color:#495eb7;
}
.view-news ul {
    list-style:none; 
}

h3.title {
    border:none;
    padding:0;
}
h3.title a:hover {
    color:#52585e;
    border:none;
    padding:0;
}
.featured-img {
    margin-top:10px;
}
.featured-img img {
    width:100%;
}
.sharethis-wrapper {
    margin-bottom:10px;
}
.view-partner-agencies ul {
    list-style:none;
}
.no-result {
    color:#b2b2b2;
}
.result a {
    text-decoration:none;
}
.result a:hover {
    text-decoration:underline;
}

.volunteer-button {
    background:url("../img/volunteer.png") no-repeat 10px 4px;
    color: #AAAAAA;
    font-family: "alternate-gothic-no-1-d-n4","alternate-gothic-no-1-d",sans-serif;
    font-size: 1.375em;
    display:inline-block;
    margin-bottom:10px;
    padding: 10px 10px 10px 52px;
    margin-bottom:10px;
    border:1px solid #b2b2b2;
    text-decoration: none;
    text-transform: uppercase;
}
.svg .volunteer-button {
    background-image:url("../img/volunteer.svg");
}

.volunteer-button:hover {
    background-position: 10px -147px;
    background-color:#f1f9ff;
    color:#95CBEE;
    border-color:#203C62;
}
.phone .value {
    color:#F19449;
    font-weight:bold;
}
.agency-number .value {
    color:#FAB14A;
}
.backup {    
    background-color: #EEEEEE;
    display: block;
    font-size: 0.8125em;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border-top:1px solid #ddd;
    border-bottom: 2px solid #BFBFBF;
}
.backup a {
    color:#0B58A5;
    text-decoration:none;
}
.backup a:hover {
    text-decoration:underline;
}

/*Search */
a.gs-title {color:#0B58A5 !important;}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl{
    color:#F19449 !important;
}

/* ==========================================================================
   yls classes
   ========================================================================== */

.yls-wrapper {
    border-bottom:2px solid #C8CCD0;
    background-color:#fff;
    padding-top:5px;
    margin-top:0px;
}
.yls-wrapper h2 {
    color: #1e99cc;
}
.yls .mainContent {
    min-height:0;
    border-bottom:none;
}
.yls #headline {
    font-size:4.75em;
}
.yls .launchpad {
    position:relative;
    margin:0;
    height:auto;
}
.yls .launchpad div {
    margin:0;
}

.yls h3 {
    color:#0055a7;
}

.yls .rightColumn {
    background-color:#fff;
}
.yls .rightColumn h1 {
    color:#fff;
    font-size:1.75em;
    text-align:center;
    text-transform:uppercase;
    background-color:#fcb13e;
    padding:0;
}
.yls .rightColumn img {
    width:100%;
}
.yls .subNavigation h1 {
    font-size:1.5em;
    text-align:left;
    padding-left:10px;
    color:#ffffff;
    background-color:#29275f;;
    border-bottom:1px solid #0055a7;
}
.yls .subNavigation h1 a{
    color:#ffffff;
}
.yls .subNavigation h1 a:hover {
    color:#ffffff;

}
.yls .subNavigation ul li a:hover {
    text-decoration:none;
}
.yls .subNavigation ul li a.active {
    color:#1e99cc;
}
.yls .subNavigation ul li a:hover {
    color:#1e99cc;
}
.yls .launchpad article h1{
    background-color:#29275f;
    border-bottom:2px solid #636269;
    margin:0;
}

.yls .launchpad article.testimonial h1 {
    background:url('../img/testimonials-lp.png') #939598 10px center no-repeat;
}
.svg .yls .launchpad article.testimonial h1 {
    background-image:url('../img/testimonials-lp.svg');
}

.yls .launchpad article.flickrFeed h1 {
    background:url('../img/flickr-lp.png') #11171D 10px center no-repeat;
}
.svg .yls .flickrFeed h1 {
    background-image:url('../img/flickr-lp.svg');
}

.yls .launchpad article.twitter h1 {
    background:url('../img/twitter-lp.png') #939598 10px center no-repeat;
}
.svg .yls .twitter h1 {
    background-image:url('../img/twitter-lp.svg');
}
.yls .button {
    background-color:#0055a7;
}
.yls .button:hover {
    background-color:#1e99cc;
}

.yls .field-content img {
    max-width:100%;
}

.yls .testimonial .views-field-body {
    margin:0;
    font-size:1em;
    font-style:italic;
    font-weight:bold;
    color:#424857;
    padding:20px;
    overflow:hidden;
}
.flickrFeed .lp-content {
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.flickrFeed ul {
    list-style:none;
    padding:0;
    margin-left:5%;
}

.flickrFeed ul li {
    display:inline-block;  
    width:30%;
    margin:0 2% 2% 0;
}
.flickrFeed ul li img {
    width:100%;
    height:auto;
}

.yls a.feed-link {
    color:#A1152D;
    border-bottom:2px solid #BFBFBF;
}
.yls a.feed-link:hover {
    color:#cc3333;
    text-decoration:underline;
}
.instagramFeed .lp-content {
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.instagramFeed ul {
    list-style:none;
    padding:0;
    margin-left:5%;
}

.instagramFeed ul li {
    display:inline-block;  
    width:30%;
    margin:0 2% 2% 0;
}
.instagramFeed ul li img {
    width:100%;
    height:auto;
}




#twitterFeed ul {
    list-style: none;
    margin:0;
    padding:10px 20px;
    color:#939598;
    background-color:#F9FAFA;
}
#twitterFeed ul li {
    border-top:1px solid #BFBFBF;
    padding:10px 0;
    font-size:0.875em;
}
#twitterFeed ul li:first-child {
    border-top:none;
    padding:0;
}
#twitterFeed ul a{
    color:#ED4F3A
}
.yls .categoryname a {
    background-color:#29275f;
}
.yls .view-content ul {
    list-style:none;
    padding:0;
}

/* ==========================================================================
   WIP classes
   ========================================================================== */

.wip-wrapper {
    border-bottom:2px solid #C8CCD0;
    background-color:#fff;
    padding-top:5px;
    margin-top:0px;
}
.wip .mainContent {
    min-height:0;
    border-bottom:none;
}
.wip #headline {
    font-size:4.75em;
}

.wip-header {
    background: #1d467c;
}

.header-img.wip-header img {
    background-color: transparent;
}
.wip .launchpad {
    position:relative;
    margin:0;
    height:auto;
}
.wip .launchpad div {
    margin:0;
}

.wip h3 {
    color:#e42648;
}

.wip .rightColumn {
    background-color:#fff;
}
.wip .rightColumn h1 {
    color:#fff;
    font-size:1.75em;
    text-align:center;
    text-transform:uppercase;
    background-color:#939598;
    padding:0;
}
.wip .subNavigation h1 {
    font-size:1.5em;
    text-align:left;
    padding-left:10px;
    color:#ffffff;
    background-color:#e42648;
}
.wip .rightColumn img {
    width:100%;
}
.wip .subNavigation h1 a{
    color:#ffffff;
}
.wip .subNavigation h1 a:hover {
    color:#ffffff;

}
.wip .subNavigation ul li a:hover {
    text-decoration:none;
}
.wip .subNavigation ul li a.active {
    color:#cc3333;
}
.wip .subNavigation ul li a:hover {
    color:#e42648;
}
.wip .launchpad article h1{
    background-color:#939598;
    border-bottom:2px solid #636269;
    margin:0;
}

.wip .launchpad article.facebook h1 {
    background-color: #e42648;
}

.wip .launchpad article.twitterFeed h1{
    background: #e55446 url('../img/twitter-lp.png') 10px center no-repeat;
}

.svg .wip .launchpad article.twitterFeed h1{
    background-image:url('../img/twitter-lp.svg');
}

.wip .launchpad article.twitterFeed .item-list{
    padding: 0 1em;
}

.wip .launchpad article.twitterFeed .item-list ul{
    list-style-type: none;
    padding: 1em 0;
    margin-top: 15px;
}

.wip .launchpad article.twitterFeed .item-list ul li{
    padding:15px 0;
    margin:0;
}

.wip .launchpad article.twitterFeed .item-list a{
    color: #e55446;
}

.wip .launchpad article.news h1 {
    background:url('../img/testimonials-lp.png') #01539c 10px center no-repeat;
}
.svg .wip .launchpad article.news h1 {
    background-image:url('../img/testimonials-lp.svg');
}

.wip .launchpad article.flickrFeed h1 {
    background:url('../img/flickr-lp.png') #01539c 10px center no-repeat;
}
.svg .wip .flickrFeed h1 {
    background-image:url('../img/flickr-lp.svg');
}

.wip .launchpad article.twitter h1 {
    background:url('../img/twitter-lp.png') #939598 10px center no-repeat;
}
.svg .wip .twitter h1 {
    background-image:url('../img/twitter-lp.svg');
}
.wip .button {
    background-color:#e42648;
}
.wip .button:hover {
    background-color:#a31618;
}

.wip .field-content img {
    max-width:100%;
}

.wip .news .views-field-body {
    margin:0;
    font-size:1em;
    font-style:italic;
    font-weight:bold;
    color:#424857;
    padding:20px;
    overflow:hidden;
}

.wip a.feed-link {
    color:#A1152D;
    border-bottom:2px solid #BFBFBF;
}
.wip a.feed-link:hover {
    color:#cc3333;
    text-decoration:underline;
}

.wip .categoryname a {
    background-color:#e42648;
}
.wip .view-content ul {
    list-style:none;
    padding:0;
}

.wip .news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wip .facebook .lp-content,
.wip .news .lp-content {
    padding: 0 1em;
}
.wip .news img {
    max-width: 100%;
}

.

/* ==========================================================================
   START DONATE CONTENT 
   ========================================================================== */

.donateContent {
    width: 100%;
}
.formWrapper {
    background: #133260;
    width: 100%;
    padding:0;
    margin:0 0 40px 0;
    float: left;
}
.formWrapper h3 {
    color:#fab14a;
    font-size:2em;
    font-weight:900;
    margin: 10px 0;
    text-align: center;
}
.whygive {
    display: none;
}
.waystogive {
    padding: 0 20px;
    margin: 0 0 30px 0;
    list-style: none;
}
.waystogive li {
    padding: 7px 0 0 0;
    margin: 0 0 7px 0;
    border-bottom: 1px solid #2d3e5c;
}
.waystogive a {
    color: #fff;
    text-decoration: none;
}
h3.givenow {
    color: #fa4f37;
    margin:10px 0;
}
.donation {
    background:#d7e4ef;
    color#000;
    padding: 20px;
    margin-bottom: 20px;
}

.donation input[type=checkbox] { 
    float: left;
    margin-top: 5px;
    margin-bottom: 40px;
} 
.success-message {
    background:#cdebc0;
    padding: 30px 20px;
}
.error-message {
    background:#ffcfcf;
    padding: 30px 20px;
}
.success-message, .error-message {
    font-size: 1.25em;
    color: #33384B;
}

/* ==========================================================================
    END DONATE CONTENT 
   ========================================================================== */


/* ==========================================================================
    OUR STORIES
   ========================================================================== */

.ourStories-intro {

}

.spreadTheWord {
    color: #fff;
    background: #0b58a5;
    padding: 1em 2em;
}
    .spreadTheWord h3 {
        color: #fff;
        padding-bottom: .5em;
        margin: 0 0 .5em 0;
        border-bottom: 5px solid #114d88;
    }

    .spreadTheWord p {
        font-style: italic;
        line-height: 2;
    }

.ourStories-heading {
    padding: .5em 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.ourStories-seeMore {
    font-style: italic;
    font-size: 14px;
}

.ourStories-heading.video {
    background: #ed4f3a;
}


.ourStories-videoList,
.ourStories-illustrationList {
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0 1em;
    text-align: center;
}

.ourStories-videoList li,
.ourStories-illustrationList li {
    text-align: center;
}

.ourStories-videoList a,
.ourStories-illustrationList a {
    color: #f38230;
}

.ourStories-videoList p,
.ourStories-illustrationList p {
    text-align: left;
    margin: 0;
    font-size: .825em;
}

.ourStories-videoList strong,
.ourStories-illustrationList strong {
    color: #424857;
    font-size: 1.115em;
}

.videoList-img,
.illustrationList-img,
.fancybox-media {
    position: relative;
    display: inline-block;
}

.videoList-img img,
.illustrationList-img img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.videoList-img:hover:after,
.fancybox-media:hover:after {
    background-color: transparent;
}

.videoList-img:after,
.fancybox-media:after {
    content: '';
    background: rgba(255,255,255,.5) url('../img/icon-videos.png') center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.illustrationList-img {
    height: 165px;
    background: #f6f6f7;
    width: 100%;
    line-height: 165px;
}


/*==========  Our Stories Detail  ==========*/

.ourStories-sidebar {
    margin-top: 10px;
}

.ourStories-meta,
.ourStories-share {
    background: #fff;
    margin-bottom: 2em;
    border-bottom: 1px solid #c7cacf;
}

.ourStories-sidebar-content {
    padding: 1em;
}

.ourStories-sidebar-content p {
    font-size: .875em;
}

.ourStories-detail-title {
    margin: 0;
    font-weight: 800;
}

.ourStories-detail-heading {
    font-size: 0.813em;
    color: #fff;
    font-family: "ff-meta-web-pro-n7", "ff-meta-web-pro",Arial,sans-serif;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.ourStories-detail-heading a {
    padding: 1em 1.5em;
    display: block;
    color: #fff;
    text-decoration: none;
}

.ourStories-detail-heading a:hover {
    text-decoration: underline;
}

.ourStories-detail-heading.meta {
    background-color: #a1152d;
    border-bottom: 2px solid #84152d;
}

.ourStories-detail-heading.share {
    padding: 1em 1.5em;
    background-color: #fab14a;
    border-bottom: 2px solid #da9a4a;
}

.ourStories-detailNav * {
    box-sizing: border-box;
}

.ourStories-detailNav {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75em 0;
}

.ourStories-detailNav li {
    margin: 0;
}

.ourStories-detailNav a {
    background: #115ba3;
    padding: .5em 1em;
    color: #fff;
    width: 48%;
    position: relative;
    text-decoration: none;
    font-weight: 700;
}

.ourStories-detailNav a:hover {
    background: #104462;
}

.ourStories-detailNav .detailNav-prev:before,
.ourStories-detailNav .detailNav-next:after {
    content: '';
    width: 2em;
    position: absolute;
    top: 0;

    bottom: 0;
    background-color: #104462;
    background-position: center center;
    background-repeat: no-repeat;
}

.ourStories-detailNav .detailNav-prev:before {
    background-image: url('../img/detailNav-prev.png');
    left: 0;
}

.ourStories-detailNav .detailNav-next:after {
    background-image: url('../img/detailNav-next.png');
    right: 0;
}

.ourStories-detailNav .detailNav-prev {
    float: left;
    padding-left: 3em;
}

.ourStories-detailNav .detailNav-next {
    float: right;
    padding-right: 3em;
}

.ourStories-related {
    clear: both;
    background: #fff;
    margin-top: 1em;
    margin-bottom: -15px;
}


.ourStories-detail-date {
    color: #95cbee;
}

/* ==========================================================================
    [end] OUR STORIES
   ========================================================================== */


/* ==========================================================================
   Media Query - Mobile: Landscape
   ========================================================================== */

@media only screen and (min-width: 480px) {
    
    .slider { min-height:auto; }

    .flex-control-nav { top:590px; margin-top:10px;  }
    .slides a.button { top:580px; left:60%; }
    .slides p { 
        width:75%;
        margin:0 auto;
        line-height:1.5em;
    }


} /* END MOBILE LANDSCAPE MEDIA QUERY */




/* ==========================================================================
   Media Query - Tablet
   ========================================================================== */
@media only screen and (min-width: 768px) {

    .navigationToggle {
        display:none;
    }
    .siteHeader {
        background: #fff;
        margin-bottom:5px;
    }
    .header-img img {
        display: block;
        margin: 0 auto;
        position: relative;
        width: auto;
    }
    body.front .main {
        background:#fff;
    }
    body.mainContent {
        bottom-border:none;
        border:none;
    }
    body .title { 
        margin-bottom: none;
    }

    .mainContent {
        width:64%;
        float: left;
        margin-bottom:-10px;
        margin-right:2px;
    }

    .mainContent.full {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .mainContent-ourStoriesDetail {
        width: 63%;
        float: left;
        margin-right: 2px;
        padding-right: 10px;
        margin-top: 10px;
    }


    .full {
        width: 100%;
    }
    .rightColumn {
        width: 30%;
        float: left;
        background:#EEEEEE;
    }
    #pageslide {
        display: none;
    }
    .siteNavigation {
        border-bottom: 6px solid #CBD2DA;
    }
    .siteNavigation .wrapper {
        background:none;
        float:none;
    }
    #menu {
        display:block;
        background-color:#254979;
        margin: 0;
        height:65px;
        position:relative;
    }
    h1.logo {
        border: none;
        padding: 0;
    }

    h1.logo a {
        display: block;
        background: url("../img/logo-color.png") no-repeat 0 0;
        height:36px;
        width:330px;
        position:absolute;
        top:102px;
        left:0;
        color:#333399;
        float:left;
        padding-left:120px;
        padding-top:10px;
        font-size:1.25em;
    }
    h1.logo a:hover {
        background-position: 0 bottom;
    }

    .svg h1.logo a {
         background-image: url("../img/color-logo.svg") ;
    }
    .svg h1.logo a:hover {
        opacity:0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

    .searchform {
        display:block;
        margin: 0 auto;
        position: relative;
        right: -230px;
        top: -6px;
        width: 250px;
    }
    .searchform form {
        /*width:250px; */
        width: auto;
    }

    .search-open {
         display:block;
    }
    .search-wrapper {
        width:100%;    
        background:rgb(250,250,250);
        background:rgba(250,250,250,0.8);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        height:154px;
        position:absolute;
        top:0;
        left:0;
        z-index:100;
        display:none;
    }
    .search-open {
         display:block;
    }

    .menu {
        margin:0;
    }
    ul li.expanded,  ul li.leaf {
        list-style:none;
    }
    div.primaryNavigationWrapper ul > li {
        display:inline-block;
        background-color:transparent;
        border: none;
        margin: 10px 0 10px 0;
    }
    div.primaryNavigationWrapper ul > li.active {
        background-color:none;
        color:#B3D4FC;
    }
    div.primaryNavigationWrapper ul > li.active a {


    }
    .ie7 div.primaryNavigationWrapper ul > li {
        display:block;
        float:left;
    }
    div.primaryNavigationWrapper ul > li > a {
        margin-right:0;
    }

    div.primaryNavigationWrapper ul li > a.plus {    
        display:none;
    }
    .svg div.primaryNavigationWrapper ul li > a.plus {    
        display:none;
    }
      
    div.primaryNavigationWrapper ul li a.open {
        color:#fff;
        background-color:#193663;
        padding:10px 20px;
    }
    div.primaryNavigationWrapper ul li ul {
        display:none;
    }
    .secondaryNavigation {
        margin-top:14px;
        float:right;
    }
    .secondaryNavigation li {
        border: none;
        margin: 6px 0;
        
    }
    .secondaryNavigation li a {
        padding: 6px 19px 6px 35px;
        
    }

    .navGive { border:none; width:24%; }
    .navAdvocate { border:none; width:31%; }
    .navVolunteer { border:none; width:45%; }

    .search-btn {
        display: block;
        float: left;
        height: 30px;
        width: 50px;
        line-height: 2em;
        padding: 0px;
        margin: 5px 10px;
        border: 6px solid #203C62;
        position: absolute;
        top: 10px; 
        right: 260px;
        text-indent: -9999px;
        background-color:#95CBEE;
    }

    .donate {
        display: block;
        float: left;
        height: 30px;
        width: 110px;
        line-height:1.625em;
        padding: 0;
        margin: 5px 10px;
        border: 6px solid #203C62;
        position: absolute;
        right: 135px;
        top: 10px;
    }
    .spanish {
        display: block;
        float: left;
        height: 30px;
        width: 130px;
        line-height:1.625em;
        padding: 0;
        margin: 5px 10px;
        border: 6px solid #203C62;
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .close-btn {
        background:url('../img/close.png') no-repeat 0 0;
        display:block;
        height:20px;
        margin: 0 auto;
        position: relative;
        right: -375px;
        top: 8px;
        width: 25px;
        cursor:pointer;
    }
    .svg .close-btn {
        background:url('../img/close.svg') no-repeat 0 0;
    }
    .close-btn:hover {
        background-position: 0 -56px;
    }

    .slidewrapper {
        display:block;
        margin:0 auto;
        position:relative;
    }
    .slides div.marketing {
       height:440px;
        width:320px;
        position:absolute;
        overflow:hidden;
        top:0;
        right:40px;
        padding:20px;
    }
    .slides p {
        width:100%;
    }
    .flexslider .slides {
        position:relative;
    }
    .flexslider .slides img {  
        width:auto;
        margin:0 auto;
        left: -320px;
        position: relative;
    }

    .slider { 
        height:480px;
    }
    .slides a.button { 
        top:420px;
        left:55%;
    }

    .flex-direction-nav { 
        display:none;
    }
    .flex-direction-nav li {
        margin:0;
    }
    .flex-direction-nav a {
        height:100%;
        top:0;
    }
    .flex-container {
        position:relative;
        width: 768px;
        float:right;
    }
    .flex-control-nav {
        top:425px;
        left:400px;   
        margin-right:225px;
    }
    .slides h1 {
        position:absolute;
        top:0;
        right:0px;
        padding:15px 20px;
        display:block;
        text-indent:-9999px; 
    }
    .sldes p {
        margin-top:15px;
        width:100%;
    }
    .education h1 {
        background:url('../img/education-tab.png') no-repeat 0 0;
    }
    .income h1 {
        background:url('../img/financial-tab.png') no-repeat 0 0;
    }
    .health h1 {
        background:url('../img/health-tab.png') no-repeat 0 0;
    }
    .awareness h1 {
        background:url('../img/education-tab.png') no-repeat 0 0;
    }
    .flood h1 {
        background:url('../img/flood-tab.png') no-repeat 0 0;
    }

    .imgFeature {
        background-size: auto auto;
        padding-left:55px;
    }

    .subNavigation { 
        display:block;
        background:#fff;
        padding:20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #BFBFBF;
        display: block;
    }
    .subNavigation h1 {
        color: #95CBEE;
        background-color: #254979;
        padding:10px 20px 8px 20px;
        margin:0;
        font-size:1.5em;
        letter-spacing:1.5px;
        text-transform:uppercase;
        font-weight:normal;
    }
    .subNavigation h1 a {
        color:#95CBEE;
        text-decoration:none;
    }
    .subNavigation h1 a:hover {
        text-decoration:underline;
        color:#C5E7FC;
    }
    .subNavigation ul {
        background:#F9F9F9;
        padding:10px 0 10px 0;
        margin:0;
    }
    .subNavigation ul ul {
        padding:5px 0 5px 0;
        color:#4c5663;
        font-size:15px;
    }
    .subNavigation ul ul ul {
        color:#3b434f;
        font-size:14px;
    }
    .subNavigation ul li {
        background:url('../img/bullet.png') no-repeat left 10px;
        padding-left:10px;
        
    }
    .subNavigation ul li a{
        color:#596473;
        padding-left:4px;
        font-weight:bold;
        cursor:pointer;
    }
    .subNavigation ul li a:hover {
        color:#95CBEE;
    }
    .subNavigation ul li a.active {
        color:#ff9500;
    }
    .launchpad article {
        width: 33.3%;
        float: left;
        margin-bottom:30px;
    }
    .event .info {
        margin-left:30%;
        width:auto;
    }

    .needhelp {
        padding:0;
    }
    .needhelp a {
        padding:10px;
        display:block;
        color:#0B58A5;
    }
    .needhelp a:hover {
        color:#3A80C6;
    }
    .needhelp img{
        width: 100%;
    }
    .needhelp p{
        background:#F9F9F9;
        padding: 10px 5px;
        margin:10px; 
    }


    .lp-content {
        height:476px;
        overflow:hidden;
    }

    .sponsors .slides {
        width:80%;
        margin-left:-10px;
    }


    .siteFooter h1.logo {
        padding:0;
    }
    .siteFooter h1.logo a {
        display:block;
        text-indent:0;
        margin:0;
        text-align:left;
        border-bottom:none;
        text-transform:normal;
    }
    .footerInformation {
        text-align:left;
        float:left;
        width:27%;
    }  
    .footerNavigation {
        text-align:left;
        float:left;
        width:23%;
        padding:0 2% 0 2%;
        border-left:1px solid #9096ae;
        border-right:1px solid #9096ae;
    }
    .corporate-wrapper {
        margin-bottom:40px;
    }

    .social {
        width:36%;
        float:left;
        padding:0 0 0 4%;
    }
    .socia ul {
        list-style:none;
    }
    .featured {
        width:47%;
        margin-right:4%;
        float:left;
    }

    .news {
        float: left;
        margin: 0;
        width: 49%;
    }

    .newsletter {
        float:left;
        padding:0 0 0 2%;
        margin-top:20px;
        width:42%;
    }
    .newsletterForm .textbox { width:66%; }
    .newsletterForm .submit { 
        padding-left:15px;
        padding-right:15px;
        text-align:center; 
    }

    .FourstarLogo:hover{
        opacity: 0.7;
    }

    .FourstarLogo img{
        width:75%;
    }

    .lowerFooter{
        padding-top:0;
        top:20px;
    }

    .lowerFooter .wrapper{
        padding:15px 15px 8px 15px;
        clear:both;
    }

    .lowerFooter p{
        display: inline-block;
        vertical-align: top;
        float:right;
    }

    .lowerFooter p.siteCopyright{
        margin-right:15px;
    }
    /* Staff Member - Start */

    .staff li {
        float:left;
    }
    .staff ul li img {
        float:left;
    }
    .categoryname a:hover {
        background-color:#3263a3;

    }
    #logobox {
        display:none;
    }
     
    .yls #headline,
    .wip #headline {
        font-size:5.75em;
    }


    /*=================================================
    =            Our Stories - Tablet View            =
    =================================================*/

    .mainContent-ourStoriesDetail + .rightColumn {
        width: 35%;
        float: right;
    }
    
    .ourStories-intro {
        width: 50%;
        float: left;
    }

    .spreadTheWord {
        width: 40%;
        float: right;
        position: relative;
        top: -88px;
    }

    .ourStories-videoList,
    .ourStories-illustrationList {
        text-align: left;
    }

    .ourStories-videoList li,
    .ourStories-illustrationList li {
        display: inline-block;
        width: 47.5%;
        margin: 0 1% 2em;
        vertical-align: top;
        text-align: center;
    }


    
    /*-----  End of Our Stories - Tablet View  ------*/
    
    

} /* END TABLET MEDIA QUERY */




/* ==========================================================================
   Media Query - Desktop
   ========================================================================== */
@media only screen and (min-width: 960px) {
    h1.logo a {
        font-size:1.5em;
        top:85px;
        background-image:none;
    }
    .lt-ie8 a#logobox {
        z-index:3000;
    }
    .lt-ie8 .siteHeader .wrapper-top {
        z-index:350;
    }
    .lt-ie8 h1.logo a  {
        z-index:-1000;
    }
    .main {
        width:960px;
        margin:0 auto;
        position:relative;
    }
    #menu {
        height:45px;    
        border-bottom:6px solid #ACB9C9;
    }
    .siteHeader { 
        margin-bottom: 7px;
    }
    .header-img img {
        background-color: rgb(41,46,61); 
        background-color: rgba(0, 0, 0, 0.3);
        max-width:90%;
        padding-left:5%;
        padding-right:5%;
    }
    .fixed {
        position: fixed;
        width: 100%;
        z-index: 200;
    }
    .fixedLogo {
        z-index:2000;
        text-indent:-9999px;
        width:145px;
        position:absolute !important;
    }

    /*  Sticky logo  */ 
    #logobox {
        display:block;
        padding-top:10px;
        height:35px;
        width:110px;
        text-indent:-9999px;
        background: url("../img/logo-color.png") no-repeat 0 0;
        background-color:transparent;
        position: absolute;
        z-index:300;
        top:85px;
        margin-left:10px;
    }
    #logobox:hover {
        background-position: 0 -46px;
    }

    .fixedLogo {
        display:block !important;
        position:fixed !important;
        top:10px !important;
        margin-left:10px;
    }
    .transparency {
        opacity:0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    }
    .searchform {
        /*right:-190px;*/
        right: -80px;
    }

    .slidewrapper{ 
        width:960px;
    }

    div.primaryNavigationWrapper ul {
        margin:0 0 0 120px;
        width: 100%;
        float:left;
        font-size:1.0625em;
    }
    div.primaryNavigationWrapper ul > li { }
    div.primaryNavigationWrapper ul li ul{
        position: absolute;  
        display: none;
        padding-left:30px;
        padding-top:10px;
        margin-left:0;
        width:280px;
    }
    div.primaryNavigationWrapper ul li {
        float: left;
        height: 30px;
        list-style: none outside none;
        text-align: center;
    }

    div.primaryNavigationWrapper ul li:hover { 
        background:#193663;
        color: #C5E7FC;
        height: auto;
        position:relative;
        text-decoration:none;
    }

    div.primaryNavigationWrapper ul li a {
        display: block;
        padding: 7px 15px;
        margin-bottom:0px;
        margin-right:0;
    }
    div.primaryNavigationWrapper ul li a:hover  {
        color: #C5E7FC;
        display:block;
        margin:0;
    }
    div.primaryNavigationWrapper ul li:hover ul { 
        background:#193663;
        display:block;
    }

    div.primaryNavigationWrapper ul li ul li {
        text-align:left;
        display: inline;
        float: none;
    }

    div.primaryNavigationWrapper ul ul li a  {
        cursor:pointer;
        margin-bottom:10px;
        display:block;
        padding: 0;
    }

    div.primaryNavigationWrapper ul ul li a:hover {
        color: #C5E7FC;
        margin-bottom:10px;
        display:block !important;
        text-decoration: underline;
        z-index:2000;
    }


    div.primaryNavigationWrapper ul ul ul {
        display:none !important;
    }

    /*

    div.primaryNavigationWrapper ul ul li:hover a, 

    */


    .secondaryNavigation {
        font-size: 1.375em;
    }
    .secondaryNavigation li a {
        padding: 4px 15px 4px 45px;
        margin-left: 20px;
        letter-spacing: 1px;
        background-size: auto;
    }

    .secondaryNavigation li a:hover {
        background-position: 0 -151px;
        transition:none;
    }

    .navGive { 
        border:none;
        width:28%;
    }
    .navGive a:hover {
        color:#FED894;
    }

    .navAdvocate { 
        border:none;
        width:33%; 
    }
    .navAdvocate a:hover { 
        color:#A1152D;
    }

    .navVolunteer { 
        border:none;
        width:39%;
    }
    .navVolunteer a:hover {
        color:#95CBEE;
    }

    .mainWrapper {
        background:#fff;
        border-bottom:1px solid #AAAAAA;
        content: " "; 
        display: table;
        clear: both;
        *zoom: 1;
    }

    .mainContent {
        padding-bottom:30px;
        border-right:1px solid #f5f5f5;
        border-bottom:none;
        min-height:660px;
    } 

    .mainContent.full {
        width: 920px;
        border-right: 0;
        margin-right: 0;
    }

    .quote {
        width:960px;
        margin:0 auto;
        position:relative;
        border-top:10px solid #f5f5f5;
    }
    .quote h1 {
        margin:0;
    }
    .slides h1 {
        right:-40px;
        white-space:nowrap;
        text-indent:-9999px;
    }

    .slides a.button { 
        top:400px;
        left:56%;
    }

    .slider {
        float:none;
        height:480px;
        min-height:480px;
        margin:0 auto;
        position:relative;
        z-index:5;
        background: url("../img/header-img-bgn.png") repeat scroll 0 0 #33384B;
    }
    .flexslider {
        border-bottom:10px solid #d2d2d2;
        border-radius:0;
        overflow:hidden;
        height:480px;
    }
    .flexslider .slides {
        max-width:1600px;
        overflow: hidden;
        padding:0;
        top:-480px;
    }
    .flex-container{
        width:960px;
        float:none;
     }
     .flex-control-nav {
        left:63%;
        top:410px;
     }
    .secondaryNavigation {
        margin-top:78px; 
    }
    .slidewrapper {
        width:960px;
    }
    .slides {
        position:relative;
        width:auto; 
        margin:0 auto;
        overflow:hidden;
    }

    .slides div.marketing {
        top:0;
        right:0;
    }

    body.front .main {
        margin-top:-25px;
        padding-top:20px;
        position:relative;
        z-index:20;
    }
    .search-btn {
        top:0;
        right: 290px;
    }
    .close-btn {
        right:-340px;
        width: 260px;
    }
    .donate {
        top:0;
        width: 120px;
        right: 150px;
    }
    .spanish {
        top:0;
        width: 130px;
        right: 12px;
    }
    .siteFooter {
        padding-top:40px;
        margin-top:-30px;
    }
    .footerInformation {
        width:16%;
    }
    .navigation {
        float:left;
    }
    .siteFooter ul li {
        margin:0;
    }

    .corporate-wrapper {
        display: block;
        float: left;
        margin-right: 25px;
        padding: 0 1%;
        text-align: left;
        width: 45%;
    }
    .corporate-wrapper h1 {
        color:#fff;
        font-family: "ff-meta-web-pro-n7", "ff-meta-web-pro",Arial,sans-serif;
        font-size: 0.875em;
        font-style: normal;
        font-weight: bold;
        margin-bottom: 4px;
        margin-top: 0;
        padding: 0;
    }
    .navigation-wrapper {
        border-left: 1px solid #9096AE;
        float: left;
        padding:0 0 0 10%;
        text-align: left;
        width: 23%;
    }
    .newsletter {
        margin-top:0;
        width:34%;
    }
    .footerNavigation {
        width:30%;
    }
    .social {
        float:left;
        border-right:1px solid #9096AE;
        list-style:none;
        width:10%;
        height:200px;
        padding:0 1% 0 2%;
    }
    .social li {
        display:block;
        list-style: none;
    }
    .siteCredit {
        float:right;
    }

    .wrapper, .wrapper-top {
        width:960px;
        margin:0 auto;
        position:relative;
    }
    .siteNavigation .wrapper {
        width:960px;
    }
    .flex-direction-nav {
        display:block;
        position:relative;
        height:480px;
        width:1000px;
        margin-left:-10px;
    }
    .flex-direction-nav a {
        background: url("../img/bg_direction_nav.png") no-repeat scroll 0 50% #FFFFFF;
        cursor: pointer;
        display: block;
        height: 100%;
        margin: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        text-indent: -9999px;
        top: 0%;
        width: 30px;
        z-index: 10;
    }


    .sponsors .flex-direction-nav {
        *height: 0 1%;
        display: block;
    }
    .sponsors .flex-direction-nav a {
        background: url("../img/bg_direction_nav.png") no-repeat scroll 0 50% #FFFFFF;
        cursor: pointer;
        display: block;
        margin: 0;
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        position: absolute;
        text-indent: -9999px;
        top: 2%;
        width: 30px;
        z-index: 10;
    }
    .sponsors .flex-direction-nav a:hover {
         opacity: 1.0;
    } 
    .form-text {
        width:auto;
    }

    /* ==========================================================================
   YLS & WIP
   ========================================================================== */

    .yls-wrapper,
    .wip-wrapper {

        padding-top:5px;
        margin-top:-30px;
        margin-bottom:8px;
    }
    .node-type-yls-homepage #headline,
    .node-type-wip-homepage #headline {
        font-size:8.75em;
    }

    .yls .bottom,
    .wip .bottom {
        float:left;
    }
    .yls .mainContent,
    .wip .mainContent {
       
    }
    .yls-header img,
    .wip-header img {
        padding-left:0;
        padding-right:0;
    }
    .yls-header {
        background:url("../img/yls-header-img-bgn.png");
    }
    .yls .lp-content {
        height:440px;
    }
    .yls .testimonial .views-field-body,
    .wip .testimonial .views-field-body {
        height:161px;
        overflow:hidden;
    }
    .yls .categoryname a:hover,
    .wip .categoryname a:hover {
        background-color:#cc3333;
    }

    .yls .categoryname a:hover {
        background-color: #3c3a7b;
    }

     .wip .launchpad article.twitterFeed .item-list{
        height:476px;
        overflow: hidden;
    }
   

     /*  START DONATE CONTENT  */
        .whygive { background-position: 0 0; }

    /*  END DONATE CONTENT  */

    /* ==========================================================================
       START DONATE CONTENT 
       ========================================================================== */
  

    .donateContent {
        width: 100%;
        background: #fff;
    }
    .formWrapper {
        background: url("../img/waystogive.jpg") #133260 no-repeat left 0;
        width: 100%;
        height: 351px;
        padding:0;
        margin:40px 0 40px 0;
        float: left;
    }
    .formWrapper h3 {
        color:#fab14a;
        font-size: 3em;
        font-weight:900;
        margin: 0;
        text-align: left;
    }

    .whygive {
        padding: 40px 60px 40px 20px;
        margin:0;
        width:27%;
        height: 270px;
        display: table;
        float: left;
        list-style: none;
    }

    .whygive li {
        color: #fff;
        display: table-cell;
        vertical-align: middle;    
    }
    .whygive li span { 
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
        padding: 10px 0;
        display: block;
        font-size: 14px;
    }
    .waystogive {
        width: 55%;
        padding-left: 6px;
        margin: 0;
        display:block;
        float: left;
        list-style: none;
    }
    .waystogive li {
        padding: 5px 0 5px 0;
        margin: 4px 0;
        border-bottom: 1px solid #2d3e5c;
    }
    .whygive li.hide {
        display: none;
    }
    .waystogive a {
        color: #fff;
        text-decoration: none;
    }
    .waystogive a:hover {
        color: #ef4e3a;
    }

    /* ==========================================================================
        END DONATE CONTENT 
       ========================================================================== */


    /*==================================================
    =            Our Stories - Desktop View            =
    ==================================================*/
   
    .ourStories-intro {
        width: 60%;
        float: left;
    }

    .spreadTheWord {
        width: 32%;
        float: right;
    }

    .ourStories-videoList,
    .ourStories-illustrationList {
        padding: 0;
    }

    .ourStories-videoList li,
    .ourStories-illustrationList li {
        width: 31%;
        margin: 0 1% 2em;
    }
   
    /*-----  End of Our Stories - Desktop View  ------*/
   
   

} /* END DESKTOP MEDIA QUERY */


/* ==========================================================================
   Utility classes
   ========================================================================== */
.button { 
    color:#fff;
    text-decoration:none;
    background:url('../img/button.png') no-repeat right center;
    background-color:#0B58A5;
    padding:6px 50px 5px 10px;
    font-weight:bold;
    display:inline-block;
    margin:10px 0;
    
}
.svg .button { 
    background-image:url('../img/button.svg');
    
}
.button:hover {
    color:#fff;
    background-color:#4a95df;
}
 .blue-btn { 
        background-color:#0a4886; 
        border-bottom:1px solid #33384B;
    }

    .red-btn { 
        background-color:#752635; 
        border-bottom:1px solid #3A121A;
    }
      .red-btn:hover { background-color:#ce304c; }
   
    .orange-btn { 
        background-color:#F38230;
        border-bottom:1px solid #7F4A24;
    }
        .orange-btn:hover { background-color:#ff964a;}

    .health .button { 
        background-color:#0a4886; 
        border-bottom:1px solid #33384B;
    }
    .health .button:hover {
    background-color:#4A95DF;
}

    .education .button { 
        background-color:#752635; 
        border-bottom:1px solid #3A121A;
    }
    .education .button:hover { background-color:#ce304c; }
   
    .income .button { 
        background-color:#F38230;
        border-bottom:1px solid #7F4A24;
    }
    .income     .button:hover { background-color:#ff964a;}   

    .flood .button { 
        background-color:#F38230;
        border-bottom:1px solid #7F4A24;
    }
    .flood .button:hover { 
        background-color:#ff964a; 
    }     

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -99999em; }
    .ir:before { content: ""; display: block; height: 150%; width: 0; }
.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; }
.group:before, .group:after { content: ""; display: table; }
    .group:after { clear: both; }
    .group { *zoom: 1; }


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

@media print {

    /*** Boilerplate Print Styles ***/
    * { background: transparent !important; box-shadow: none !important; color: #000 !important; text-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
        a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .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; }
    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; }

    /*** Global ***/
}





/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../js/vendor/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../js/vendor/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../js/vendor/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../js/vendor/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../js/vendor/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../js/vendor/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
/*================================================
=            VENDOR STYLES - FancyBox            =
================================================*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../js/vendor/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../js/vendor/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../js/vendor/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../js/vendor/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../js/vendor/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../js/vendor/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/*-----  End of VENDOR STYLES - FancyBox  ------*/

