html { background: #eeeeee; }

body { 
  background: #e1e1e1 url(/theme/img/tile.png) repeat-x center top; 
  text-align: center; }

.wrap { 
  
  width: 960px;
  -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 (min-width: 1200px) { 
    .wrap { width: 1200px; } 
    } 


/* Site Header
------------------------------------ */

header {
    background: #fff;
    width: 960px;   
    height: 145px;
    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;
    } 
        
    @media (min-width : 1200px) { header { width: 1200px; } }   

#logo {
    width: 555px;
    height: 71px;
    display: block;
    opacity: 1;
    position: absolute; 
    left: 0;
    top: 20px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition:    opacity .5s ease-in-out;
    -o-transition:      opacity .5s ease-in-out;
    -ms-transition:     opacity .5s ease-in-out;
    transition:         opacity .5s ease-in-out; 
    }
    
    #logo:hover   { opacity:.7; }
    #logo:active  { opacity:.6; }

    @media (min-width : 1200px) { #logo { left: 20px; } } 




 /* Section ID
------------------------------------ */

#id {
    width: 960px; 
    height: 40px;
    position: relative; 
    text-align: left;
    background: #00192c;
    -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 (min-width : 1200px) { #id { width: 1200px; } }



#id a { display: block; }

#id a {
    margin: 0 auto;
    display: inline-block;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Arimo",helvetica,arial,sanserif;
    line-height: 1; 
    font-weight: 400; 
    padding: 13px 0 0 0;
    }
    
    #id .chevron { margin-right: 5px; }
    #id .chevron:after { content: ' » '; }
       
    #id a { 
        color: #89acca;
        -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;  
        }
   
    #id a:hover { color: #aacdeb; }
    
    #id a:active { color: #bbd1e4; }
       
#id a:first-child { 
    margin: 0 6px 0 25px;
    }
    




 /* Content
------------------------------------ */

#body { 
    width: 960px; 
    background: white url(/theme/img/content.png) repeat-y -160px top;
    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; 
    }
    
body.wide #body,
body.video #body { background-image: none; }
    
    @media (min-width : 1200px) { 
        #body {
            width: 1200px;
            background-position: left top;
            } }
       
#content, #options { 
    float: 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; 
    } 
   
#content,
.secfront .main {
    width: 590px;
    padding: 20px 25px;
    position: relative;
    } 
   
    @media (min-width : 1200px) { #content, .secfront .main { width: 750px; } }

#options { width: 280px; padding: 20px; } 

    @media (min-width : 1200px) { #options { width: 360px; } }


.wide #content {
    width: 920px; 
    float: none;
    padding: 20px; 
    }      
        
    @media (min-width : 1200px) { .wide #content { width: 1160px; } }


.wide.secfront #content {
    width: 960px;
    float: none;
    padding: 0; 
    }  
  
    @media (min-width : 1200px) { .wide.secfront #content {  width: 1200px; } }



/* Addthis - Sharing
------------------------------------ */ 
  
#content .share,
#options .share {
    font-family: 'trilogyicons';
    content: attr(data-icon);
		speak: none;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
    color: #1a3947; 
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	
    position: absolute;
    top: 25px;
    left: -36px;
    width: 36px;
    }
    

    
    
#content .share a,
#options .share a {
    color: #fdba31; 
    background: #003158;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition:    all .5s ease-in-out;
    -o-transition:      all .5s ease-in-out;
    -ms-transition:     all .5s ease-in-out;
    transition:         all .5s ease-in-out;
    padding: .4em;
    font-size: 1.1em;
    margin: 0 0 .1em 0;
    float: right;
    display: block;
    }  
    
.share-bottom { text-align: center; }
    
.share-bottom .share {
  width: auto !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  display: table !important; }
.share-bottom .share a {
  margin: 0 .1em 0 0 !important;
  float: left !important; }

  
#content .share a:hover,
#options .share a:hover {
  background: #fdba31;  
  color: #003158; 
  -moz-transform:    scale(1.1);
	-ms-transform:     scale(1.1);
	-webkit-transform: scale(1.1);
	transform:         scale(1.1); }

#content .share a:active,
#options .share a:active { background: rgba(0,49,88,1); }
 
#content .share span,
#options .share span {
    display: none;
    }

#at15s,
.at16nc { display: none !important; }




/* --- Back/Next Buttons --- */

#hero .control {
    background-color: white;   
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .5;
    width: 38px;
    height: 76px;  
    position: absolute;
    top: 150px;
    -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 (min-width : 1370px) { #hero .control { top: 212px; } } 
  
#hero .control:hover { 
    opacity: .75;
    -moz-box-shadow:    1px 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    box-shadow:         1px 1px 1px rgba(0,0,0,.2); 
    }
  
#hero .control:active { 
    opacity: 1;
    -moz-box-shadow:    0 1px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5);
    box-shadow:         0 1px 1px rgba(0,0,0,.5); 
    }
  
#hero .control.back {
    background-image: url(/theme/img/left.png);
    left: -38px; 
    -webkit-border-radius: 38px 0 0 38px;
    -moz-border-radius:    38px 0 0 38px;
    border-radius:         38px 0 0 38px; 
    }      
  
#hero .control.next {
    background-image: url(/theme/img/right.png);
    right: -38px; 
    -webkit-border-radius: 0 38px 38px 0;
    -moz-border-radius:    0 38px 38px 0;
    border-radius:         0 38px 38px 0; 
    }      

/* Load More
------------------------------------ */

.page-nav {
  width: 100%;
  text-align: center;
  display: block;
  }
#interior .page-nav { 
  background: #f6f6f6;
  padding: 8px;
  margin-top: 15px; }
  
#home .page-nav {
  width: 98%;
  margin-left: 1%;
  padding: 8px 0;
  position: absolute;
  bottom: -50px; 
  }
  
.page-nav .previous { 
  background: #003158;
  clear: both;
  display: inline-block;
  padding: 3px 8px;  
  -moz-border-radius:    2px;
  -webkit-border-radius: 2px;
  border-radius:         2px;  
  font-family: "Arimo",helvetica,arial,serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  -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; 
  }
#home .page-nav .previous {
  margin: 0 20px;
  }
.page-nav .previous:hover { 
    background-color: #0066ba;
    }
  
.page-nav .previous:active { 
    background-color: #003a68; 
    -moz-box-shadow:    inset 0 1px 4px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.3);
    box-shadow:         inset 0 1px 4px rgba(0,0,0,.3); 
    }
  
.page-nav.loading .previous { background: #55646e; }



/* Organization Logos
------------------------------------ */

#organization-logos {
    background: #b5b5b5;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #ededed; 
    }
    
#organization-logos .cf { width: 960px; } 
        
    @media (min-width : 1200px) { #organization-logos .cf { width: 1200px; } }  
    
#organization-logos a {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size:    contain;
    -o-background-size:      contain;
    background-size:         contain;  
    display: block;
    float: left;
    width: 7%;
    height: 40px;
    margin: 0 1%;
    text-indent: -99999px;
    opacity: .5;
    -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; 
    }

#organization-logos a:hover {
    width: 9%;
    margin: 0;
    opacity: 1;
    }

.ie8 #organization-logos a,
.ie8 #organization-logos a:hover { 
  width: 15%;
  margin-bottom: 5px;
}


/* Site Footer
------------------------------------ */

footer {
    background: #8b8b8b;
    width: 100%;
    padding: 25px 0 85px 0;
    font-size: 11px;
    line-height: 1.2;
    color: #ededed; 
    }
    
footer .cf {
    width: 960px;
    position: relative;
    } 
        
    @media (min-width : 1200px) { footer .cf { width: 1200px; } }   
  
  
footer a { color: #ededed; }  
footer a:hover { color: white; } 
    
footer .links {
    text-align: left;
    width: 60%;
    display: block;
    margin: 0;
    }   

footer .links a { font-weight: bold; text-transform: uppercase; }   

footer .credit {
    display: block; 
    position: absolute;
    right: 0;
    bottom: 0;
    }
    
