#id {
   line-height: 1; 
   background-color: #0e4e91;
   text-align: left;
   padding: 10px 0;
   width: 100%;
   margin: 0 auto;
   position: relative;
   height: auto;
   z-index: 2; }
   
#id h1 { 
   font-size: 180%;
   font-weight: 700;
   letter-spacing: 0;
   color: white;
   text-align: center; }   

   

/* --- Meta Styles --- */
.meta { margin: 0 0 1em 0; }

.meta time {
   text-transform: uppercase;
   font-weight: 400;
   color: #666; }
   
.meta h1 { margin-bottom: .25em; }
.meta h3 { 
   font-weight: 300;
   color: #888;
   margin-bottom: 1em; }


 /* Content
------------------------------------ */

#body { 
   width: 100%;
   background: white;
   padding: 2.0em 0;
   margin: 0 auto;
   font-size: 100%;
   position: relative;
   z-index: 0;
   display: flex; }
      
#content, #options { display:table-cell; } 
   
#content {
   width: 65%;
   padding-right: 5%;
   position: relative;
   left: 0; } 

#options {
   width: 25%;
   border-left: 1px #eee solid;
   padding-left: 5%;
   position: relative;
   right: 0; } 
    
.wide #body { background-image: none; }
.wide #content {
   width: auto;
   float: none;}      
   
.rightrail {
   text-align: center;
   display: inline-block;
   width: 40%;
   margin: 0 0 0 5%;
   position: relative;
   right: 0;
   background: #eee;
   padding: 2em; }
   
.flex-block {
   display: flex;
}

.col {
   display: table-cell;
   width: 45%;
   vertical-align: top; }
   
   .col:first-child { width: 50%; margin-right: 5%; }
   
   
    
   
 /* Photo with INSET Shadow
----------------------------- */ 

#content figure.photo {
   width: 100%;
   position: relative;
   float: none;
   display: block;
   margin: 0 0 2em 0; }  
      
#content figure.photo:before {
   content: "";
   position: absolute;   
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }   
      
   #content figure.photo img {
      float: none;   
      width: 100%;
}    

figure img {
   max-width: 100% !important; }
   
      
/* Expander 
--------------------------------------------------- */

.expander { margin: 0 0 5px; }
   
.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 {
   font-size: 18px;
      color: #0F80BE;
      line-height: 1.3;
      text-transform: none;
	margin: 0;
   padding: 0 50px 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: #0FB7E0 !important; }   
.expander-header.selected:hover h2 { color: #D3D3D3 !important; }   

.expander-header h2:after {
   background: #D3D3D3 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;
   font-size: 22px;
   line-height: 19px;
   font-weight: 300;
   text-align: center;
   position: absolute;
      top: 4px;
      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: #0fb7e0; }
.expander-header:active h2:after { 
   background-color: #7D7D7F; 
   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; 
    font-size: 18px;
    line-height: 1.5;
    font-family: "deva-ideal",sans-serif;}       
.expander-body p:last-child { margin-bottom: 0; }     
   
article.news {
   margin-bottom: 1.0em;
   padding: .5em;
   border-bottom: 1px #ddd solid; }
   
   article.news:last-child {
      margin: 0;
      border: 0px; }
      
article.news small {
   text-transform: uppercase;
   font-size: 90%;
   color: #555; }

article.news p {
   font-size: 110%;
   color: #222;
   line-height: 1.2em;
  -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; }
   
article.news h3 {   
   -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;  }
article.news h3 .icons { 
   font-size: 90%; margin-left: .5em;
  -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; }

article.news:hover small { color: #888; }
article.news:hover p { color: #999;}   
article.news:hover h3 { color: #1f99b9; }
article.news:hover h3 .icons { color: #1f99b9; }  

article.news .resource_type { 
   display:block;
   font-size: 80%;
   letter-spacing: 1px;
   text-transform: uppercase; }
   
#contact .left { margin-right: 5%; width: 35%; display: inline-block; vertical-align: top; }
#contact .right { background: #eee; padding: 2.0%; width: 55%;  display: inline-block; vertical-align: top; }
 
/* Forms
------------------------------------ */

#content form ol { 
   list-style: none; 
   margin: 0; 
   width: auto;}

#content form li { 
   margin: 0 0 7px;
   display: block;
   width:320px;}

/*
#content input,
#content select,
#content textarea { 
   background: #fff;   
   border: none;
   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;
   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; }
*/

#content select {
    border: none;
    height: 30px;
    line-height: 30px; }

#content input:hover,
#content select:hover,
#content textarea:hover { 
   color: #888; 
   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 {  
   color: #888;
   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: 266px; 
   padding: 9px 7px; }

.contact #content textarea { 
   width: 295px;
   height: 140px; }
   
#content form li.textarea { float: right; width:300px; }

#content form li.submit { 
   padding-top: 15px;
   text-align: center;
   display: block;
   width: 280px;}   

#contact-form {
 background: #f1f1f1;
 padding:20px;
   -moz-border-radius:     4px;
   -webkit-border-radius:  4px;
   border-radius:          4px; 
}

#content option { 
   border-radius:         4px;
   -moz-border-radius:    4px; 
   -webkit-border-radius: 4px; }     
     
.join-long p { line-height: 1; } 

.join-long input { width: 270px; } 
.join-long input.zip { width: 100px; } 


 /* Two Column Layout
------------------------------------ */
.cols { display:flex; }
.cols h2 {
   font-family: 'Oswald', sans-serif;
   font-size: 240%;
   min-height:44px;
   font-weight: 700;
   letter-spacing: 0px;
   text-transform: uppercase;
   color: #323e5c;
   margin-bottom: .5em; }
.cols h2 a { color: #323e5c; }

.cols .col {
   width: 100%;
   margin: 0 40px 0 0;
}
.cols .col:last-child {
   margin: 0; }

    
    
.joinform {
}

.joinform li { padding: 2px 0 5px; }

.joinform input {
    border: medium none;
    border-radius: 30px;
    font-size: 13px;
    padding: 10px 20px;
    width: 120px;
}

.joinform input.zip  {
    width: 78px;
}

.joinform button {
    cursor: pointer;
    width: 36px;
    height:36px;
      -moz-border-radius: 30px;
       -webkit-border-radius: 30px;
    border-radius: 30px 30px 30px 30px;
    background: #ff7100;
    text-transform: uppercase;
    font-size: 15px;
    font-weight:700;
    color: #fff;
    margin-left:3px;
    margin-top:3px;
    border: none;
     transition: background-color .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;  
}

.joinform button:hover {
  background: #0FB7E0; 
   -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);
}

.joinform label {
    color: #FFFFFF;
    font-size: 13px;
    position: relative;
    margin-bottom: 10px;
}

.joinform strong.error {
    top: 15px;
    left: 10px;
}    

#content form ol#takeaction {
    list-style: none outside none;
    margin: 0;
    width: 320px;
}

#content #takeaction input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #7D7D7F;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1;
    margin: 0 auto;
    padding: 9px 7px 7px;
    transition: all 0.35s ease-in-out 0s;
    width: 300px;
}

#content #takeaction #supporters{ width:30px; }

.resources-promos {
   margin: 2rem auto 0;
}

.resources-promos-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-template-rows: repeat(2, 1fr);
   grid-column-gap: 2em;
   grid-row-gap: 2em;
}

.resources-promos-item {
   display: block;
   height: 100%;
   width: 100%;
}

.resources-promos-item-link {
   display: block;
   width: 100%;
}

.resources-promos-item-fig {  
}  

.resources-promos-item-fig-img {  
}   


.resources-facts {
   padding: 30px;
   box-shadow: 0 28px 50px -32px rgba(0,0,0,.2);
   -webkit-transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -ms-transition: all .35s ease-in-out;
   -o-transition: all .35s ease-in-out;
   transition: all .35s ease-in-out;
}
.resources-facts:hover {
   -moz-transform: scale(1.05);
   -webkit-transform: scale(1.05);
   -o-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}

.resources-facts-link {
   display: grid;
   grid-template-columns: 1fr 3fr;
   grid-column-gap: 1em;
   margin-top: 2em;
   align-content: center; 
   align-items: center; 
}

.resources-facts-link-graphic {
   -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
   box-shadow: 0 0 0 1px rgba(0,0,0,.2);
}

.resources-facts-link-graphic-img {
   width: 100%;
   height: auto;
   display: block;
}

.resources-facts-link-text {
   width: 100%;
   text-align: left;
}

@media (max-width: 900px) {
  .resources-facts-link {
    grid-template-columns: 1fr 2fr;
  }
}

@media (max-width: 600px) {
  .resources-facts-link {
    display: block;
  }
  .resources-facts-link-graphic {
     margin-bottom: 1em;
  }
}

.resources-research {
   padding: 1.5em;
   margin: 1em auto 1.5em;
   -webkit-box-shadow: 10px 10px 20px -10px rgba(0,0,0,.1);
   box-shadow: 10px 10px 20px -10px rgba(0,0,0,.1);
   -webkit-transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -ms-transition: all .35s ease-in-out;
   -o-transition: all .35s ease-in-out;
   transition: all .35s ease-in-out;
}

.resources-research:hover {
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

.panel-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-column-gap: 2em;
   grid-row-gap: 0em;
   align-content: center; 
   align-items: top; 
}   

@media (max-width: 1100px) {
  .panel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .panel-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.resources-research-link {
   display: block;
   margin-bottom: 0;
}

.resources-research-link-text {
   width: 100%;
   text-align: left;
}
.resources-research-link-text p {
   margin-bottom: .5em;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  background: #e5e5e5;
  box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);
}
.tabs .input {
  position: absolute;
  opacity: 0;
  width: auto;
}
.tabs .label {
  width: auto;
  padding: 16px 20px;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 17px;
  color: #7f7f7f;
  transition: background 0.1s, color 0.1s;
}
.tabs .label:hover {
  background: #d8d8d8;
}
.tabs .label:active {
  background: #ccc;
}
.tabs .input:focus + .label {
  z-index: 1;
}
.tabs .input:checked + .label {
  background: #fff;
  color: #000;
}
@media (min-width: 600px) {
  .tabs .label {
    width: auto;
  }
}
.tabs .panel {
  display: none;
  padding: 30px;
  background: #fff;
  order: 99;
}
@media (min-width: 600px) {
  .tabs .panel {
    order: 99;
  }
}
.tabs .input:checked + .label + .panel {
  display: block;
}

.breadcrumb {
   padding: 1em 0;
}
.breadcrumb-title {
   color: white;
   font-size: 140%;
   font-weight: 900;
   display: inline-block;
   text-decoration: underline;
}
.breadcrumb-location {
   color: white;
   font-size: 90%;
   font-weight: 300;
   display: inline-block;
   padding-left: .25em;
}

.graphics-list {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-column-gap: 2em;
   grid-row-gap: 2em;
   align-content: center; 
   align-items: top; 
}   

.graphics-list-item {
   width: 100%;
}

.graphics-list-item img {
   width: 100%;
}

@media (max-width: 1100px) {
  .graphics-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .graphics-list{
    grid-template-columns: repeat(1, 1fr);
  }
}
