body { 
   font: 15px/19px Arial, Helvetica, sans-serif;
   text-align: center; 
   color: #373737; 
   }
   
/* font: font-style font-variant font-weight font-size/line-height font-family; */

/* Global Links
------------------------------------ */

a { 
    color: #70859c; 
    text-decoration: none;
    -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; 
    }
     
a:focus, a:hover { 
    color: #161e69; 
    outline: none; 
    text-decoration: none; 
    }
   

/* Firefox Seleted Text
------------------------------------ */

::-moz-selection {
   background: #161e69;
   color: #fff; } 
::selection {
   background: #161e69;
   color: #fff; } 	

/* Headings
------------------------------------ */
h1, h2, h3, h4, h5, h6 { 
    font-family: "nimbus-sans",arial,helvetica,sans-serif;
    line-height: 1; 
    font-weight: 400; 
    margin-bottom: .5em; 
    color: #7d7d7d;
    }

h1 { 
    font-size: 32px; 
    }
    
    .meta h1 { margin-bottom: .2em; }

h2 { 
    font-size: 24px;
    font-weight: 300;
    }

h3 { 
    font-size: 20px;   
    }

h4 { 
    font-size: 18px;
    }

h5 { 
    font-size: 16px;
    font-weight: 300;
    }

h6 { 
    font-size: 15px;   
    }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
a h1, a h2, a h3, a h4, a h5, a h6{ 
    -webkit-transition: all .25s ease-in-out;  
    -moz-transition: all .25s ease-in-out;  
    -o-transition: all .25s ease-in-out;  
    -ms-transition: all .25s ease-in-out; 
    transition: all .25s ease-in-out;  
    }
 
   
/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.1em; }
p img.left  { float: left; margin: 0 10px 10px 0; padding: 0; }
p img.right { float: right; margin: 0 0 10px 10px; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.clear      { 
   clear: both; 
   display: block; }
   
.meta { margin-bottom: 1em; }  

.meta.press-release {
  text-align: center;
  }
   
small { 
    font-size: 13px;
    line-height: 17px;
    color: #8d8d8d;
    }
    
    

/* Lists
-------------------------------------------------------------- */

article li ul, 
article li ol       { margin: 0 1.5em; }
article ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

article ul          { list-style-type: disc; }
article ol          { list-style-type: decimal; }

article dl          { margin: 0 0 1em 0; }
article dl dt       { font-weight: bold; }
article dd          { margin-left: 1.5em; }


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
th,td       { padding: 4px 10px 4px 5px; }
td          { vertical-align: top; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }











/* ---- Feed/Lists ---- */   
         
.feed { position: relative; } 

.feed.more {
    border-top: 5px solid #e9e9e9;
    margin-top: 20px;
    padding-top: 20px;
    }

.feed article {
    display: block;
    text-align: left;
    -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; 
    }
    
.feed article a { 
    display: block;
    padding: 0 0 15px 0;
    }

.feed article time { 
    font-size: 11px;
    line-height: 14px;
    color: #787878;
    width: 10%;
    padding-right: 1%;
    float: left;
    margin: 4px 0 0 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;
    }
    
    .feed article:hover time { color: #4f4f4f; }

.feed article .text {  
    float: left;
    width: 89%;
    }
      
.initiative .feed article time,
.issue .feed article time { width: 12%; }
    
.initiative .feed article .text,
.issue .feed article .text { width: 87%; }
      
.feed article h3 { 
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #4f6883;
    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; 
    }
    
.feed article:hover h3 { color: #161e69; }

.feed article h3 em { 
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    line-height: 20px;
    color: #8d8d8d;
    text-transform: uppercase;
    white-space:nowrap;
    -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; 
    }

.feed article p { 
    font-size: 12px;
    line-height: 1.2;
    color: #78868c;
    margin-bottom: 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; 
    }
    
.feed article:hover p { color: #5a6469; }

.feed article p em { white-space:nowrap; }



.feed.custom-resources {
    border-bottom: 5px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 20px;
    }


/*----- Infinite Scroll Loader -----*/

#infscr-loading { 
   text-align: center;
   font-size: 10px; 
   color: #afafaf;
   text-transform: uppercase;
   padding: 6px 0; }
   
#infscr-loading em { font-style: normal; }   
