#hero {
    background: #161e69 url(/theme/img/hero-1200.png) no-repeat center top;
    width: 1200px;
    height: 400px;
    position: relative; 
    }
    
    @media (max-width : 1200px) { #hero  { 
            background: #161e69 url(/theme/img/hero-960.png) no-repeat center top; 
            width: 960px;
            height: 320px;
            } }
  
.slide {
    position: relative;
    width: 1200px;
    height: 400px;
    }  
    
    @media (max-width : 1200px) { .slide  { 
            width: 960px;
            height: 320px;
            } }

            
.slide a { 
    width: 1200px;
    height: 400px;
    position: relative;
    display: block; 
    }
    
    @media (max-width : 1200px) { .slide a  { 
            width: 960px;
            height: 320px;
            } }

    
.slide-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    width: 800px;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    }  
    
    @media (max-width : 1200px) { .slide-image  { 
            width: 640px;
            height: 320px;
            } }
      
.mask { 
    background: url(/theme/img/hero-mask-1200.png) no-repeat right top;
    width: 800px;
    height: 400px;
    }	

    @media (max-width : 1200px) { .mask  { 
            background: url(/theme/img/hero-mask-960.png) no-repeat right top; 
            width: 640px;
            height: 320px;
            } }


#hero .text {
    width: 330px;
    height: 290px;
    padding: 55px 35px;  
    text-align: left;
    font-family: "nimbus-sans",arial,helvetica,sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #b9d8fe;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition:   background .3s ease-in-out;
    -ms-transition:  background .3s ease-in-out;
    transition:      background .3s ease-in-out; 
    } 
    
    @media (max-width : 1200px) { #hero .text { 
            width: 250px;
            height: 210px;
            padding: 55px 35px;
            } }
    
#hero a h1 {
    color: white;
    font-size: 40px;
    line-height: .9;
    font-weight: 300;
    margin: 0 0 7px;	
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition:   color .3s ease-in-out;
    -ms-transition:  color .3s ease-in-out;
    transition:      color .3s ease-in-out; 
    }	
    
    @media (max-width : 1200px) { #hero a h1   { font-size: 28px; } }
    
    #hero a:hover h1 { color: #d4e0ec; }

#hero a p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 12px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition:   color .3s ease-in-out;
    -ms-transition:  color .3s ease-in-out;
    transition:      color .3s ease-in-out; 
    }
    
    @media (max-width : 1200px) { #hero a p  { font-size: 13px; } }
    
    #hero a:hover p { color: #ddecff; }      

#hero .button { 
    background: #3e86d6;  
    padding: 7px 10px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius:       4px;
    -webkit-border-radius: 4px;
    border-radius:         4px;   
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition:   all .3s ease-in-out;
    -ms-transition:  all .3s ease-in-out;
    transition:      all .3s ease-in-out; 
    }	 
    
    @media (max-width : 1200px) { #hero .button { 
            font-size: 12px;
            } }
    
    #hero a:hover .button { 
        background: #66aaf5; 
        -moz-box-shadow:       0 1px 1px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
        box-shadow:         0 1px 1px rgba(0,0,0,.15);  
        } 
    
    #hero a:active .button { 
        background: #3066a3;
        -moz-box-shadow:       inset 0 1px 1px rgba(0,0,0,.35);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.35);
        box-shadow:         inset 0 1px 1px rgba(0,0,0,.35);  
        }


/* --- Slide Tabs --- */

#hero ul { 
    display: none;
    }

   

/* --- Back/Next Buttons --- */

#hero .control {
    background-color: white;   
    background-repeat: no-repeat;
    width: 37px;
    height: 67px; 
    position: absolute;
    top: 166px;
    opacity: .8; 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition:   all .3s ease-in-out;
    -ms-transition:  all .3s ease-in-out;
    transition:      all .3s ease-in-out; 
    }	
    
    #hero .control:hover { 
        opacity: 1;
        }
    
    #hero .control:active { 
        opacity: .5;
        -moz-box-shadow:       inset 0 1px 1px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
        box-shadow:         inset 0 1px 1px rgba(0,0,0,.2); 
        }
         
    #hero .control.back {
        background-image: url(/theme/img/left.png);
        background-position: 8px center;
        left: -37px; 
        }	
    
    #hero .control.next {
        background-image: url(/theme/img/right.png);
        background-position: 8px center;
        right: -37px; 
        }		
    
    #hero .control.back:hover {
        padding-right: 10px;
        left: -47px;
        }  
    
    #hero .control.next:hover {
        padding-left: 10px;
        background-position: 18px center;
        right: -47px; 
        }		


/* --------------- Below --------------- */

.below {
   width: 980px;
   padding: 10px 0;
   text-align: left;
   position: relative; } 
   
.below .video {
   width: 320px;
   margin: 0 20px;
   float: left; }    

.below .video .embed { margin: 10px 0; }  

.below .video object,
.below .video embed,
.below .video iframe {
   width: 320px !important;
   height: 200px !important; }     
   
.below h2 {
   font-family: "museo-sans", arial;
      font-size: 25px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 300;
      color: #eb6e1f;
   margin: 0 0 10px; }     
.below h2:hover { color: #0099ad; }

.below a.rss {
   background: #0099ad url(/theme/img/rss.png) no-repeat center center;      
   width: 18px;
   height: 18px;
   -moz-border-radius:       9px;
      -webkit-border-radius: 9px;
      border-radius:         9px;    
   display: inline-block; 
      -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
   		-o-transition:   all .3s ease-in-out;
   		-ms-transition:  all .3s ease-in-out;
   		transition:      all .3s ease-in-out; }
.below a.rss:hover {
   background-color: #eb6e1f;
   -moz-box-shadow:       0 1px 1px rgba(0,0,0,.2);
      -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
      box-shadow:         0 1px 1px rgba(0,0,0,.2); }
.below a.rss:active {
   background-color: #00aec5;
   -moz-box-shadow:       inset 0 1px 1px rgba(0,0,0,.2);
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
      box-shadow:         inset 0 1px 1px rgba(0,0,0,.2); }      
      
      


   
                     
/* ------------ Spotlight ------------ */   

#spotlight { background: white; }
   
#spotlight a {
      width: 240px; 
      float: left; 
      margin: 0 20px 0 0;
      display: block;   
      transition:         color .35s ease-in-out;   
      -webkit-transition: color .35s ease-in-out;  
      -moz-transition:    color .35s ease-in-out;  
      -o-transition:      color .35s ease-in-out;  
      -ms-transition:     color .35s ease-in-out;
      font: 13px/17px Arial, Helvetica, sans-serif;
      }
      
      @media (max-width : 1200px) { #spotlight a  { width: 190px; margin: 0 15px 0 0; } }
      
          #spotlight a:last-child { margin: 0; }
          
          @media (max-width : 1200px) { #spotlight a:last-child  { margin: 0; } }
      
                
      
#spotlight a .photo {
      width: 240px; 
      height: 155px; 
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      margin-bottom: 6px;
      }      
      
      @media (max-width : 1200px) { #spotlight a .photo  { 
            width: 190px; 
            height: 120px; 
            } }
            
#spotlight a .hover-mask {
      border: 5px solid #1a226c;
      width: 230px; 
      height: 145px;
      opacity: 0;
      transition:         opacity .35s ease-in-out;   
      -webkit-transition: opacity .35s ease-in-out;  
      -moz-transition:    opacity .35s ease-in-out;  
      -o-transition:      opacity .35s ease-in-out;  
      -ms-transition:     opacity .35s ease-in-out;
      display: block;
      }  

      #spotlight a:hover .hover-mask { opacity: .3; }  
      
      @media (max-width : 1200px) { #spotlight a .hover-mask  { 
            width: 180px; 
            height: 110px; 
            } }


#spotlight a h3,
#spotlight a p { 
    margin: 0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; 
    }

#spotlight a h3 { 
    font-size: 16px;
    font-weight: 300;
    color: #4f6883; 
    }
     
    #spotlight a:focus h3, 
    #spotlight a:hover  h3 { 
        color: #161e69; 
        }
   
    
#spotlight a p { 
    color: rgba(0,0,0,.7)
    }
    
    #spotlight a:focus p,
    #spotlight a:focus p { 
        color: rgba(0,0,0,1)
        }
    

.ie8 #spotlight a { width: 233px; }
      
@media (max-width : 1200px) { #spotlight a  { width: 190px; margin: 0 15px 0 0; } }
          
                
      
.ie8 #spotlight a .photo { width: 233px; }      

  @media (max-width : 1200px) { #spotlight a .photo  { 
        width: 190px; 
        } }
            
.ie8 #spotlight a .hover-mask {
      width: 223px; }

 /* ---- Social Network Box and Controls ---- */   


.social-network ul {
    list-style: none;
    position: absolute;
    right: 25px;
    top: 25px; 
    margin: 0;
    }
      
.social-network li { 
    width: 6px; 
    display: block;
    margin-right: 5px;
    float: left; 
    }
   
.social-network li:last-child { margin-right: 0; }

.social-network li a { 
    background-color: #d0c5e3;
    height: 6px;
    display: block;
    position: relative;
    -moz-border-radius:     3px;
    -webkit-border-radius:  3px;
    border-radius:          3px; 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition:   all .2s ease-in-out;
    -ms-transition:  all .2s ease-in-out;
    transition:      all .2s ease-in-out; 
    }

    .social-network li:hover a { background-color: white; }
    .social-network li:active a { background-color: #c472e3; }
    .social-network li.ui-tabs-active a { background-color: #dd83ff; }    
        
.social-network article             {  padding: 0 0 15px 18px; }
.social-network article:last-child  {  padding: 0 0 0 18px; }

.social-network article a { color: white; }
    
.social-network .facebook { background: url('/theme/img/bullet-facebook.png') no-repeat left 4px; }
.social-network .twitter  { background: url('/theme/img/bullet-twitter.png') no-repeat left 4px; }

.social-network small {  
    display: block;
    font-size: 11px;
    color: #D0C5E3;
    }
         


         
            
       
       
/* ---- Feed ---- */  

.feed  {
    width: 800px;
    background: #f4f9ff url('/theme/img/left-tab-bar.png') repeat-y left top;
    border-bottom: 5px solid #c0d1e2;
    position: relative;
    padding-bottom: 15px;
    }
   
    @media (max-width : 1200px) { .feed { width: 640px;  } }
   
   
.feed .title {
    width: 140px;
    text-align: left;
    float: left;
    }
   
.title h2 { 
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right; 
    margin: 0; 
    padding: 15px 15px 7px 15px;
    }

.feed ul {
    list-style: none;
    margin: 0;
    }
      
.feed li { 
   font-family: 'nimbus-sans',arial,sans-serif; 
   font-size: 12px;
   line-height: 1;
   text-transform: uppercase;
   color: #929796;
   display: block;
   text-align: right; 
   }

   .feed li a { 
        display: block;
        padding: 8px 15px;
        line-height: 12px;      
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition:   all .3s ease-in-out;
        -ms-transition:  all .3s ease-in-out;
        transition:      all .3s ease-in-out; 
        background: url('/theme/img/left-tab-select.png') no-repeat 150px 6px;
        }
       
   .feed li:hover a {
      background-color: #ceddec;
      color: #5e6157; 
      }
         
   .feed li:active a {
      background-color: #70859c;
      color: white; 
      }
         
   .feed li.ui-tabs-active a {
      background-position: right 6px; 
      }  
         

.feed .ui-tabs-panel  {
    width: 620px;
    padding: 20px 20px 0 20px;
    float: left;
    clear: none;
    }
   
    @media (max-width : 1200px) { .feed .ui-tabs-panel { width: 460px;  } }
    
 
     
 
  
/* ---- Our Impact ---- */ 
 
    
.impact blockquote {
    margin: 0;
    color: white;
    font-size: 17px;
    line-height: 19px;
    font-style: italic;
    font-family: "nimbus-sans",arial,helvetica,sans-serif;
    }
    
.impact blockquote strong { font-style: normal; }    
    
    @media (max-width : 1200px) { .impact blockquote { font-size: 16px; line-height: 18px; } }
