 /* Section ID
------------------------------------ */

#id {
   text-align: center;
   -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;
    width:940px;
    background: none repeat scroll 0 0 #FFF;}

#id:hover { }      

#id.front {
    height:270px;
    overflow: hidden;
}

#id h1 {
    font-size: 34px;
    width:640px;}
     
   
.breadcrumbs {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 12px;
  line-height:1.3;
  color: #eba248;
  float: left;
  margin-bottom: 10px;
}

.breadcrumbs a {  
   display: inline-block;
   color: #67401a; }
   
.breadcrumbs a:hover { color: #eba248;}
.breadcrumbs a:active { color: #eba248;}

 

 
 
 
 /* Content
------------------------------------ */

#body { 
  width: 990px;
  background: #fff;
  margin: 0 auto;}
   
      
#content, #options { float: left; } 
   
#content {
   width: 690px;
   padding: 20px 0 20px 20px;
   text-align: left; } 
   
.contact #content {
    padding: 20px 0 20px 20px;
    text-align: left;
    width: 880px;
}

#options {
  width: 240px;
  margin: 0 0 0 20px;
  padding-top:20px;
} 


.issues #content {
    padding: 20px 0 20px 20px;
}

.issues #options {
    margin: -50px 0 0 20px;
    width: 240px;
}

.about-front #options {
  margin: -20px 0 0 20px; }

.wide #body { background-image: none; }
.wide #content {
   width: 900px;
   float: none;
   padding: 10px 20px; 
}      
    
   
 /* Photo with INSET Shadow
----------------------------- */ 

#content figure.photo {
   width: auto;
   position: relative;
   display: inline-block;
   margin: 0 0 20px 0; }  
      
#content figure.photo:before {
   -moz-border-radius:       6px; 
      -webkit-border-radius: 6px;
      border-radius:         6px;    
   -moz-box-shadow:       inset 2px 2px 5px rgba(0,0,0,.3);
      -webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,.3);
      box-shadow:         inset 2px 2px 5px rgba(0,0,0,.3); 
   content: "";
   position: absolute;   
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }   
      
   #content figure.photo img {
      float: left;      
      -moz-border-radius:       6px; 
         -webkit-border-radius: 6px;
         border-radius:         6px; }        
      
/* Expander 
--------------------------------------------------- */

.expander { margin: 0 0 5px; clear: both; }
   
.expander-header { 
   cursor: pointer;
   padding: 10px 0;
   display: block;	
	-webkit-transition: background-color .35s ease-in-out, color .35s ease-in-out;
		-moz-transition: background-color .35s ease-in-out, color .35s ease-in-out;
		-o-transition:   background-color .35s ease-in-out, color .35s ease-in-out;
		-ms-transition:  background-color .35s ease-in-out, color .35s ease-in-out;
		transition:      background-color .35s ease-in-out, color .35s ease-in-out; }

.expander-header h2 {
  line-height: 1;
  text-transform: none;
	margin: 0;
  padding: 0 25px 0 0;
  position: relative;
  padding-bottom: 0 !important; 
  transition:            color .3s ease-in-out;    
    -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; }   
.expander-header:hover h2,
.expander-header.selected h2 { color: #cf7521 !important; }   
.expander-header.selected:hover h2 { color: #fdb913 !important; }   

.expander-header h2:after {
   background: #cf7521 url(/theme/img/expander.png) no-repeat center 5px; 
   width: 22px;
   height: 21px;
   display: block;
   content:" ";
   -moz-border-radius:       20px;
      -webkit-border-radius: 20px;
      border-radius:         20px;    
   color: #fff;
   line-height: 19px;
   font-weight: 300;
   text-align: center;
   position: absolute;
      top: 0;
      right: 0;
   transition:            background-color .3s ease-in-out;    
      -webkit-transition: background-color .3s ease-in-out;  
      -moz-transition:    background-color .3s ease-in-out;  
      -o-transition:      background-color .3s ease-in-out;  
      -ms-transition:     background-color .3s ease-in-out; }
.expander-header:hover h2:after { background-color: #fdb913; }
.expander-header:active h2:after { 
   background-color: #fdb825; 
   box-shadow:            inset 1px 1px 2px rgba(0, 0, 0, 0.3);       
      -moz-box-shadow:    inset 1px 1px 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);  }

.expander-header.selected h2:after { background-position: center -47px !important; }


.expander-header p { margin-bottom: 0; }
   
.expander-header:hover { background-position: 630px -68px; }
.expander-header:active {  }        
      
.expander-body { 
   background: #fff;
   padding: 5px 0;   }       
.expander-body p:last-child { margin-bottom: 0; }     
   
   
/* Blog 
--------------------------------------------------- */  

article .post {
padding-bottom: 40px;
}

.meta { 
   margin-bottom: 15px; }

   .post h2 { 
      text-transform: none;
      margin-bottom: 5px; }
      
   .meta small {
     border-bottom: 1px solid #f5f5f5;
        padding: 10px 0 10px;
       }  

.post .text { padding: 0; }

.post .tags {
   padding: 8px 4px;
   border-top: 1px solid #f5f5f5;
   display: block;
   font-size: 12px;
   line-height: 1.4;
   margin-bottom: 10px;}

.post .share {
   background: #FEF8E6;   
   padding: 9px 10px 4px 0px;
   -moz-border-radius:     6px;
   -webkit-border-radius:  6px;
   border-radius:          6px; 
   font-size: 10px;
   line-height: 1;  
   text-align: left;
   text-transform: uppercase;    
   position: relative; 
   }


.share .twitter-share-button {
   margin-left: 10px;
   float: left; }

.share a.rss,
.share a.addthis { 
   float: right;
   display: block; 
   line-height: 16px;
   width: 40px;
   margin: 5px 7px; }
   
.share a.rss {  width: 37px;  } 
.share a.addthis { width: 52px; } 

.share a.rss .icon { background-image: url(/theme/img/rss.png); }
.share a.addthis .icon { background-image: url(/theme/img/share.png); } 

.share a .icon {
   background-color: #78496a;   
   background-position: center center;
   background-repeat: no-repeat;
   width: 14px;
   height: 14px;
   float: right;
   -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; }
.share a:hover .icon {
   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); }
.share a:active .icon {
   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); }        

 
 /* Three Column Layout
------------------------------------ */

.threecol { }
   
.threecol .col1,
.threecol .col2,
.threecol .col3 { 
   width: 326px;
   float: left; }   
   
.threecol .col1 {     
   width: 265px;
   -moz-border-radius:     6px;
   -webkit-border-radius:  6px;
   border-radius:          6px;
  padding: 0;
   -moz-box-shadow:       0px 0px 2px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.35);
  box-shadow:         0px 0px 2px rgba(0,0,0,.35);
 }
.threecol .col1:hover { }

.threecol .col2 { 
    width: 310px;
    padding: 0 50px; 
    }
   
.threecol .col3 { 
   width: 180px;
   text-align: center;
   padding: 0; } 
   
.landing {
  display: block;
  padding-top: 20px;
}
 
 /* Forms
------------------------------------ */

#content form ol { 
   list-style: none; 
   margin: 0;
   padding:25px;}

#content form li.textarea { float: right; }

#content form li.submit { 
   padding-top: 15px;
   text-align: center;
   display: block;
   margin-bottom: 0;}

#content form li { 
   margin: 0 0 7px;
   display: block; }

#content input,
#content select,
#content textarea { 
   background: #fff;   
   border: 1px solid #EDE4DA ;
   margin: 0 auto;
   padding: 9px 7px 7px 7px; 
   border-radius:         4px;
   -moz-border-radius:    4px; 
   -webkit-border-radius: 4px;    
   cursor: pointer; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 1;
 
 } 
#join-long input {
  width: 100%;
}

#content input, #content textarea {
   width: 250px; 
}

#content #issueselect {
    margin-bottom: 20px;
    width: 265px;
}

#content input:hover,
#content select:hover,
#content textarea:hover { 
   color: #333; 
   box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.2);       
   -moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

#content input:focus,
#content select:focus,
#content textarea:focus { 
   background: #fef7e1 ;   
   color: #333;
   cursor: text; 
   box-shadow:         inset 1px 1px 1px rgba(0, 0, 0, 0.35);       
   -moz-box-shadow:    inset 1px 1px 1px rgba(0, 0, 0, 0.35);
   -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35); }    

.contact #content input { 
   width: 325px; 
   padding: 9px 7px 9px 7px; }

.contact #content textarea { 
   width: 330px;
   height: 140px; }


#content option { 
   border-radius:         4px;
   -moz-border-radius:    4px; 
   -webkit-border-radius: 4px; }    

#content button,
#content .button { 
  font-family: "jaf-bernino-sans",arial;
   background:#78496A;
   opacity: .8;
   padding: 8px;
   display: inline-block;
   border: 0;
   cursor: pointer;
   font-size: 20px;
      color: #fff;
      text-transform: uppercase;
   -moz-border-radius:       6px;
      -webkit-border-radius: 6px;
      border-radius:         6px;   
   -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;
    left: 50%;
}
#content button:hover,
#content .button:hover { 
   background:  #e58f24;
   opacity: 1;
   -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);
   color: #fff;
}   
#content button[disabled="true"] {
 background: #ccc; 
}

#content button:active,
#content .button:active { 
   background: #78496a;
   -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);
   color: #fff;
}  
     
.join-long p { line-height: 1; } 

#join-long input { width: 200px; } 
.join-long input.zip { width: 100px; } 


#join-long h2 {
    background: none repeat scroll 0 0 #E79326;
      -moz-border-radius: 4px 4px 0 0; 
      -webkit-border-radius: 4px 4px 0 0; 
    border-radius: 4px 4px 0 0; 
    color: #FFFFFF;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}






 /* Thank You
------------------------------------ */

.thank-you .share {
   background-color: #f6f6f6;
   padding: 10px;
   -moz-border-radius:       6px;
      -webkit-border-radius: 6px;
      border-radius:         6px; }

.thank-you .share section {
   background-color: #ececec; 
   width: 263px;
   padding: 20px;
   margin-right: 10px;
   float: left; 
   text-align: center;
   -moz-border-radius:       6px;
      -webkit-border-radius: 6px;
      border-radius:         6px;   
   -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; }
.thank-you .share section:last-child { margin-right: 0; }

.thank-you .share section:hover {
   background-color: #dedede; 
   -moz-box-shadow:       1px 1px 2px rgba(0,0,0,.15);
      -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.15);
      box-shadow:         1px 1px 2px rgba(0,0,0,.15); }   
      
.share h3 { 
   margin: 0 0 12px 0;
   font-size: 22px;
   line-height: 1;
   color: #00aec5;
   text-align: left;
   text-transform: uppercase; }
   
.share h3 .icon { 
   background-color: #00aec5;
   background-repeat: no-repeat;
   background-position: center center; 
   background-size:            16px auto;
      -webkit-background-size: 16px auto;
      -moz-background-size:    16px auto;
   	-o-background-size:      16px auto;      
   width: 22px;
   height: 22px;
   margin: 0 5px 0 0;
   float: left;
   display: inline-block;
   -moz-border-radius:       4px;
      -webkit-border-radius: 4px;
      border-radius:         4px; }   
.tweet h3 .icon { background-image: url(/theme/img/twitter.png); }
.facebook h3 .icon { background-image: url(/theme/img/facebook.png); }
.email h3 .icon { background-image: url(/theme/img/email.png); }

.share textarea { 
   width: 249px;
   height: 120px;
   line-height: 1.5;
   cursor: default !important; }  
.share textarea:focus { background: #eb6e1f !important; }

.share .button { margin: 10px 0 0; }
   
/*  -------------- BLOG Commenting  ---------------- */

.discussion {
   border-top: 1px solid #f5f5f5; 
   padding: 20px 0 0 0;
   clear: both;
   display: block; }  
.discussion h3 {
   margin: 0 0 15px;
   font-size: 22px;
   text-transform: uppercase; }  
   
#new-comment { position: relative; }

#new-comment h2 { margin-bottom: 14px; }

#login-links { 
   display: inline;
   position: absolute;
   right: 0;
   top: 0;
   font-size: 10px; 
   line-height: 1;   
   text-transform: uppercase;
   text-align: right; }

#login-links nav { display: block; }

#login-links ul { 
   margin: 0;
   list-style-type: none;
   display: block; }
#login-links li { 
  display: inline-block !important;
  padding: 0 0 0 5px;
  margin-bottom: 4px !important; }

#login-links-providers li {
   width: 16px;
   height: 16px;
   padding: 0; 
   margin: 0 2px 0 !important;
   float: left; }
#login-links-label {
   width: auto !important; 
   padding-right: 5px;
   line-height: 16px; }
#login-links-providers li:last-child { margin-right: 0; }

#login-links-providers a {
   background-position: center center;
   background-repeat: no-repeat;
   height: 16px;
   display: block;
   -moz-border-radius:    4px;
   -webkit-border-radius: 4px;
   border-radius:         4px;   
   position: relative;
   overflow: hidden; 
   -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; }
   
#login-links-providers a:hover {
   -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); }
#login-links-providers a:active {
   -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); }

#login-links-providers a span {  
   position: absolute;
   left: -999em;
   top: auto;
   width: 1px;
   height: 1px;
   overflow: hidden; }

#login-facebook {
   background-image: url(/theme/img/facebook-16.png);   
   background-color: #495ea4; }
#login-facebook:hover { background-color: #243E6F }
   
#login-twitter {
   background-image: url(/theme/img/twitter-16.png);      
   background-color: #00acee; }
#login-twitter:hover { background-color: #037FAE; }
   
#login-google { 
   background-image: url(/theme/img/google-16.png);      
   background-color: #d2442a; }
#login-google:hover { background-color: #ee2d09; }
   
#login-linkedin {
   background-image: url(/theme/img/linkedin-16.png);      
   background-color: #0073b2; }
#login-linkedin:hover { background-color: #045c8c; }

#commenter-identity {
   display: block;
   font-size: 10px;
   text-transform: uppercase;
   position: relative; }
   
#login-links-logged-in {
   padding-top: 12px; }

#login-links-logged-in li { padding-left: 0 !important; }
#login-links-logged-in li:first-child:after {
   content: "·";
   padding: 0 7px; }



/*  ----- Comment Meta  ----- */

#comments-meta {
   margin: 15px 0 5px;
   padding: 7px 0 6px; 
   border-top: 1px solid #E2E0E0;
   border-bottom: 1px solid #E2E0E0;
   position: relative; }
   
.comments-count {
   font-size: 16px;
   display: inline; }   

/*  ----- Comment Pagination  ----- */

.pagination ul { 
   list-style: none; 
   margin: 0;
   position: absolute;
   right: 0;
   top: 5px; }
   
.pagination li { 
   width: 12px;
   margin: 0 1px;
   display: inline-block; }

.pagination li a {
   background-color: #0099ad;   
   height: 12px;
   -moz-border-radius:    6px;
   -webkit-border-radius: 6px;
   border-radius:         6px;
   display: block;
   font-size: 9px;
   line-height: 13px;
   color: #fff;
   text-align: center; 
   -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; }

.pagination li:hover a {
   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); }
.pagination li:active a {
   background-color: #fdb825;
   color: #677d86;
   -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); } 
   
   
.pagination ul li a.active-page-link { 
   background-color: #e2e0e0; 
   -moz-box-shadow:    inset 1px 1px 1px rgba(0,0,0,.3);
   -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
   box-shadow:         inset 1px 1px 1px rgba(0,0,0,.3);   
   color: #677d86; }
.pagination ul li a.active-page-link:hover,
.pagination ul li a.active-page-link:active { 
   background-color: #e2e0e0;
   cursor: auto; }


/*  ----- Comment/Textarea  ----- */

li.comment label,
#commenter-identity label { position: relative; }

#new-comment label span {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
#new-comment input, 
#new-comment textarea {
   width: 575px;
   color: #999;
   font-size: 16px; }
#new-comment textarea { height: 110px; }
   
#new-comment .comment { margin-bottom: 3px !important; }   
#new-comment .comment textarea { height: 80px; }

#new-comment .submit { 
   clear: both; 
   padding-top: 0 !important; }
#new-comment button { width: 100%; }

#commenter-comments { padding-top: 20px; }

#commenter-comments .comment {
   content: "";  
   padding: 10px 5px 15px 5px;
   border-bottom: 1px solid #f5f5f5; }
#commenter-comments .comment:last-child { border-bottom: 0 !important; }

.comment .meta { 
   margin: 0 !important;
   padding: 0 !important;
   border-bottom: 0 !important; 
   line-height: 14px; }
.comment time,
.comment .author {
   display: inline;
   font-size: 10px;
   text-transform: uppercase; }
.comment .author:after {
   content: "·";
   padding: 0 7px; }

.comment .text { padding: 5px 0 0; }

.comment.comment-with-photo {
   padding: 10px 10px 10px 40px !important; }
.comment .avatar {
   float: left;
   margin-left: -40px; }
.comment .avatar img { 
   width: 30px;
   height: 30px;
   -moz-border-radius:    4px;
   -webkit-border-radius: 4px;
   border-radius:         4px; }

#content .events article  {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 1.1em;}


/* Section Front  */

#id .sectionid h1 {
    margin: 0 20px;
    }

#id.front h1 {
    margin: 0;
    }

.sectionid {
  display: block;
  padding: 0;
  text-align: left;
  width: 940px;
  font-family: "jaf-bernino-sans",arial;
  clear: both;
  position: relative;
}

.sectionid .content {
    float: left;
    position: relative;
    display: block;
    width: 900px;
}

.sectionid p {
 margin-top:20px;
 font-size:15px;
 line-height:1.7em;
 max-height:100px;
 overflow: hidden;
  width: 460px; }

.sectionnav a, .tab {
    background: url("/theme/img/sprite.png") no-repeat scroll 10px 11px #E58F24;
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
    border-radius:          6px;
    color: #FFFFFF;
    margin-right: 10px;
    padding: 3px 10px 3px 20px;
    display: inline-block;
    font-weight:500;}

.sectionnav a:hover {
  background-color: #be771c;}
  
.ie6 .sectionid { 
	height: 303px;
	margin: 0;
	overflow: hidden; }
		
.sectionid .photo { 
	background-position: 210px 0; 
	background-repeat: no-repeat; }
	.sectionid .mask { 
		background: url("/theme/img/secfront-mask.png") no-repeat 0 0; }
	.ie6 .sectionid .mask { 
		height: 303px;
    padding:20px;}		
	
.sectionid .foreground { 
	min-height: 271px;
  padding:20px}	
    
      .leadership #id h1 { color: #78496a; padding-left:50px; background: url("/theme/img/ico-lead.png") no-repeat scroll 0 0 transparent;}
      .leadership .sectionnav a { background-color: #78496a; }
      .leadership .sectionnav a:hover { background-color: #683f5d; }
      .leadership .sectionid .mask { background: url("/theme/img/secfront-mask-leadership.png") no-repeat 0 0; }
      
      .immigration #id h1 { color: #7ac143; padding-left:50px; background: url("/theme/img/ico-imm.png") no-repeat scroll 0 0 transparent;}
      .immigration .sectionnav a { background-color: #7ac143; }
      .immigration .sectionnav a:hover { background-color: #64a138; }
      .immigration .sectionid .mask { background: url("/theme/img/secfront-mask-immigration.png") no-repeat 0 0; }
      
      .housing #id h1 { color: #f3ab05; background: url("/theme/img/ico-housing.png") no-repeat scroll 0 0 transparent; padding-left:50px; }
      .housing .sectionnav a { background-color: #f3ab05; }
      .housing .sectionnav a:hover { background-color: #c68e17; }
      .housing .sectionid .mask { background: url("/theme/img/secfront-mask-housing.png") no-repeat 0 0; }
      
      .education #id h1 { color: #72aeb5; background: url("/theme/img/ico-edu.png") no-repeat scroll 0 0 transparent; padding-left:50px; }
      .education .sectionnav a { background-color: #72aeb5; }
      .education .sectionnav a:hover { background-color: #609399; }
      .education .sectionid .mask { background: url("/theme/img/secfront-mask-education.png") no-repeat 0 0; }
  
  .sectionid iframe {
    display: block;
    float: right;
    position: relative;
    margin-bottom: 40px; }

  .about #id.front {
    height:360px;
    overflow: hidden; }
  
  .about .sectionid p {
    max-height:230px;
    width: 370px; }
  
  .about .sectionid .content {
    width:400px; }
    
  .about .sectionid .foreground {
    min-height:360px; }
    

    
    /* VIDEO
------------------------------------ */

#video {
    border-bottom: 1px solid #d9dee0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    }

#video iframe,
#video embed,
#video object {
    width: 640px;
    height: 470px;
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
    border-radius:          6px; 
    }
    
#video h2 {
    text-transform: none;
    }
    
    
/* --------------- AddThis --------------- */

#video .addthis_toolbox {
    width: 33px;
    position: absolute;
    top: 240px;
    right: -3px;
    padding-top: 3px;
    background: url('/theme/img/video-share.png') no-repeat right top;
    }
    
#video .addthis_button_facebook,
#video .addthis_button_twitter,
#video .addthis_button_email {
    display: block;
    width: 33px;
    height: 33px;
    float: left;
    padding: 0;
    -webkit-transition: background-color .5s ease-in-out;
  	-moz-transition: background-color .5s ease-in-out;
		-o-transition: background-color .5s ease-in-out;
		-ms-transition: background-color .5s ease-in-out;
		transition: background-color .5s ease-in-out;
    }  
    
#video .addthis_button_facebook span,
#video .addthis_button_twitter span,
#video .addthis_button_email span {
    text-indent: -99999px;
    background: transparent !important;
    }  
    
    
#video .addthis_button_facebook { background: #435466 url('/theme/img/facebook.png') no-repeat center center; }
#video .addthis_button_twitter { background: #6f8892 url('/theme/img/twitter.png') no-repeat center center; }
#video .addthis_button_email { background: #7b5f59 url('/theme/img/email.png') no-repeat center center; }
    
#video .addthis_button_facebook:hover { background-color: #316fad; opacity: 1; }
#video .addthis_button_twitter:hover { background-color: #2ba9dd; opacity: 1;}
#video .addthis_button_email:hover { background-color: #f36e51; opacity: 1; }


#at15s { display: none; }
    
    
    
/* --------------- Video Feed --------------- */

   
.feed.video .panel { min-height: 500px; } 

.feed.video { width: 640px;}

.feed.video article {
    width: 181px;
    min-height: 220px;
    padding: 15px;
    float: left;
    -moz-border-radius:     4px;
    -webkit-border-radius:  4px;
    border-radius:          4px; 
    border: none;
    margin: 0;
}
    
    .video-feed.blocks article:last-child { margin-right: 0; }
     
    .feed.video article:hover {
        background-color: #f6f6f6; 
        -moz-box-shadow:    0 1px 2px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
        box-shadow:         0 1px 2px rgba(0,0,0,.15); 
        }
            
    .feed.video article:active,
    .feed.video article.active{
        background-color: #f3f3f3; 
        -moz-box-shadow:    inset 0 1px 2px rgba(0,0,0,.15);
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
        box-shadow:         inset 0 1px 2px rgba(0,0,0,.15); 
        }
            
.feed.video article img {
    width: 100%;
    height: auto;
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
    border-radius:          6px;  
    }
        
.feed.video article h3 {
    text-transform: none;  
    font-size: 16px;
    line-height: 16px;
    }
         

.video.feed ul {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 12px;
}
.video.feed li {
    display: block;
    float: left;
    margin-right: 5px;
    width: 10px;
}
.video.feed li:last-child {
    margin-right: 0;
}
.video.feed li a {
    background-color: #e79326;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 10px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.video.feed li:hover a {
    background-color: #EB6E1F;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.video.feed li:active a {
    background-color: #EDE4DA;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}
.video.feed li.ui-tabs-active a {
    background-color: #8C9CA3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}    

.video.news time, .video.feed time {
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 5px;
    opacity: 0.8;
    text-transform: uppercase;
}


.news .video-feed iframe {
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
    border-radius:          6px; 
    height: 170px;
    width: 310px;
    margin-bottom: 20px;
}
    
    
/* PHOTOS
------------------------------------ */

.photo-thumbnail {
    display: block;
    width: 150px;
    height: 100px;
    float: left;
    margin: 0 10px 10px 0;
    text-indent: -999999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
    border-radius:          6px; 
    }




/* STAFF
------------------------------------ */

.staff #content h2 { 
   color: #757575;
   text-transform: uppercase;
   margin-bottom: 20px; }

.staff.grid article {
   width: 160px;
   margin: 0 15px 25px auto;
   float: left;
   height: 235px;} 
   
.staff.top article { }

.staff article:last-child { margin-right: 0 !important; }

.staff article:last-of-type,
.staff article:nth-child(4),
.staff article:nth-child(8), 
.staff article:nth-child(12),
.staff article:nth-child(16),
.staff article:nth-child(20),
.staff article:nth-child(24) { margin-right: 0 !important; }

.headshot { 
   background-color: #dcdcdc; 
   background-repeat: no-repeat; 
   background-position: center center; 
   -webkit-background-size: cover;
   -moz-background-size:    cover;
   -o-background-size:      cover;  
   background-size:         cover;   
   margin: 0 0 5px;
   display: block;    
   -moz-border-radius:       6px; 
      -webkit-border-radius: 6px;
  border-radius:         6px;
  -moz-box-shadow:       inset 2px 2px 5px rgba(0,0,0,.3);
      -webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,.3);
      box-shadow:         inset 2px 2px 5px rgba(0,0,0,.3); 
  transition:         all .35s ease-in-out;    
   -webkit-transition: all .35s ease-in-out;  
   -moz-transition:    all .35s ease-in-out;  
  -o-transition:      all .35s ease-in-out;  
  -ms-transition:     all .35s ease-in-out; } 
  
.staff.top .headshot { height: 165px; }

.staff .headshot { 
   width: 220px;
   height: 220px;
   float: left;
   margin: 0 15px 15px 0; }
      

.staff.grid .headshot { 
   width: 145px;
   height: 145px;
   float: left;
   margin: 0 15px 15px 0; }
      
   .staff a .headshot {
       }   
   .staff a:hover .headshot {
     opacity: .9;
       }
   .staff a:active .headshot {
       }   

.staff.grid article h3 { 
  margin-bottom: 4px;
   font-size: 16px;
   line-height: 1.3; }

.staff.grid article p { 
  font-size: 13px;
  line-height:1.3;
}

.staff.grid article a { 
  color: #483F3C;
}

.staff .meta h2 { margin-bottom: 2px !important; }
.staff .meta p { color: #868686;  }


/* ISSUES ESPANOL */

.educacion .sectionid h1 {
    background: url("/theme/img/ico-edu.png") no-repeat scroll 0 0 transparent;
    color: #72AEB5;
    padding-left: 50px; }
  .educacion h4 { color: #72AEB5;}

.viviendas .sectionid h1 {
    background: url("/theme/img/ico-housing.png") no-repeat scroll 0 0 transparent;
    color: #F3AB05;
    padding-left: 50px; }
  .viviendas h4 { color: #F3AB05; }

.liderazgo .sectionid h1 {
    background: url("/theme/img/ico-lead.png") no-repeat scroll 0 0 transparent;
    color: #78496A;
    padding-left: 50px; }
  .liderazgo { color: #78496A; }

.inmigracion .sectionid h1 {
    background: url("/theme/img/ico-imm.png") no-repeat scroll 0 0 transparent;
    color: #7AC143;
    padding-left: 50px; }
  .inmigracion h4 { color: #7AC143; }
  
#simple #content {
    text-align: left;
    width: 100%;
}

#simple #content button {
    background: none repeat scroll 0 0 #78496A;
    border: 0 none;
    -moz-border-radius:       6px;
      -webkit-border-radius: 6px;
      border-radius:         6px;  
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: "jaf-bernino-sans",arial;
    font-size: 20px;
    margin: 20px auto 0;
    opacity: 0.8;
    padding: 8px;
    text-transform: uppercase;
    -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;
}

#simple #content button:hover { 
   background:  #e58f24;
   opacity: 1;
   -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);
   color: #fff;
}   

.new_admin_member, .edit_admin_member {
    background: none repeat scroll 0 0 transparent;
    margin: 20px auto;
    padding: 30px;
    width: 360px;
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
    border-radius:          6px;
    -moz-box-shadow:       0px 0px 2px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.35);
    box-shadow:         0px 0px 2px rgba(0,0,0,.35);
}

#simple form label {
    float: left;
    margin-top: 5px;
    position: relative;
    width: 80px;
}


.tabs {
    margin-bottom: 20px;
}

.post img {
    display: block;
     border-radius: 10px;
    margin: 10px !important;
    -webkit-box-shadow:
     0px 0px 0px 2px rgba(0,0,0,0.3),
                0px 0px 0px 3px #fff,
  
     -moz-box-shadow:
     0px 0px 0px 2px rgba(0,0,0,0.3),
                0px 0px 0px 3px #fff,
  
          box-shadow:
     0px 0px 0px 2px rgba(0,0,0,0.3),
                0px 0px 0px 3px #fff,
}



.filters {
  display: table;
  width: 100%;
  padding-top: .5em;
}
.filters .col {
  display: table-cell;
}
.filters .col:first-child {
  width: 80%;
  padding-right: 1em;
}
.filters .col:last-child {
}

.filters .col form,
.filters .col select {
  width: 100%;
}




.publication-issues {
  text-transform: uppercase;
  font-size: 75%;
  line-height: 1.3;
  padding-top: .4em;
  padding-left: 2.2em;
}
.publication-issues a {
  background: none !important;
  padding-left: 0 !important;
  background: none !important;
  color: #e79326 !important;
  border-bottom: 1px solid #fff;  
}  
.publication-issues a:hover {
  color: #78496a !important;
  border-bottom: 1px solid #e79326;
}  
