 /* Section ID
------------------------------------ */

#id {
	background-color: #2c2d2d;
	width: auto;
	color: #fff;
	padding: 20px 80px 10px 80px;
	-webkit-box-shadow:inset 0 0 30px 5px rgba(0,0,0,.3);
	box-shadow:inset 0 0 30px 5px rgba(0,0,0,.3); }
	
#id.section-front, #id.story-front { 
	height: 360px;
	background-repeat:no-repeat;
	background-position: 200px top; }
#id.story-front {
	background-color: #004670;
	-webkit-box-shadow:inset 0 0 30px 5px rgba(0,0,0,.3);
	box-shadow:inset 0 0 30px 5px rgba(0,0,0,.3); }

#id a { 
	color: #fff; }

#id h1 {
	margin: 0 auto;
	font-size: 42px;
	line-height: 1; 
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	text-align:left;
	text-shadow: 2px 2px 2px #000000;}
#id h1::after { 
	content:" )";
	font-family: 'trilogyicons';
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 35px;
	line-height: 35px; }
   
#id p {  }
	
#id small {
	color: #0272bc;
	text-align:left;
	font-family: 'Roboto Slab', 'serif';
	font-size: 24px;
	font-weight:700; }
	
	
/* Breadcrumbs
------------------------------------ */
#breadcrumbs {
	clear: both;
	display: inline-block;
	float: left;
	margin-top: .5em;
	color: #a6a6a6;
	font-size: 15px;
	text-shadow: 1px 1px 1px #000000; }
#breadcrumbs a { color: #a6a6a6; }
#breadcrumbs a:hover, #breadcrumbs a:active { color: #f94c3a; }
#breadcrumbs a::after { 
	color: #616161;
	content:" > ";
	font-family: 'trilogyicons';
	font-weight: 300; 
	font-size: 12px; }

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

#body {
   width: auto;
   margin: 0 auto;
   padding: 25px 80px;
   position: relative;
   z-index: 0;
   background: #e5e6e6; }

body.page-node-done #pagecontent,
body.node-type-webform #pagecontent {
 width: auto;
 margin: 0 auto;
 padding: 25px 25px;
 background: #e5e6e6;
}

#pagecontent .webform-confirmation {
	padding-top: 1em;
}
      
#content, #options { float: left; } 
   
#content {
   width: auto;
	margin-right: 320px;
	text-align: left;
	padding: 0; 
	 min-height: 570px;
} 

#options {
    width: 300px;
	float: right;
	position: absolute;
	top: -80px;
	right: 50px; }

#options.section-front, #body.section-front #options { top:-374px; }

#options.middle-column, #body.section-front #options.middle-column {
	width: 285px;
	padding: 0 15px;
	border-left: 1px #bbb solid;
	float: left;
	position:relative;
	text-align:left;
	top: 0;
	left: 0; }
    
#content.wide {
   float: none;
   padding:0;
   margin-right: 0;
   border-right: 0;}   
   
#content.narrow {
	width: 515px;
	margin-right:15px;
	float: left;
	padding: 0;
	border-right:0; } 
#body aside {
	float: left;
	width: 270px;
	padding-left: 15px;
	text-align:left;
	border-left: 1px #bbb solid;
	min-height: 200px; }
body.section-front #body aside { border: 0; }

#body.section-front {
	min-height: 900px;
}

#section-front-intro {
	width: 40%;
	float:left;
	text-align:left; }
	#section-front-intro h1 { margin-bottom:1em; }

#section-front-intro p {
	width: 60%;
}
	
#story-front-intro {
	width: 40%;
	float:left;
	text-align: left;
	margin-top: 120px; }
#story-front-intro h1 {
	background: #ffd202; 
	color: #0371bc;
	margin-left: -80px;
	margin-bottom: .5em;
	padding: 10px 20px 10px 80px;
	text-shadow: 0 0 0 #ffd202; }
	#story-front-intro h1::after { content: ""; }

#section-front-promo, #story-front-promo {
	float:right;
	margin-right: -40px;
	width: 280px;
	height: 310px;
	color: #666;
	font-size:14px;
	line-height:17px;
	padding: 20px;
	text-align: left;
	background: #fff;
	display: inline-block;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px; }
#section-front-promo h2, #story-front-promo h2 {
	color: #0272bc; }
#section-front-promo img {
	width: 280px; height: 150px; }
#section-front-promo a {
	text-transform:uppercase;
	color: #0272bc;
	padding: 5px 0; }
#section-front-promo a:hover {
	color: #f94c3a;
}
	 
/* Tabs
--------------------------------------------------- */
.filter { margin: 5px 10px 1em 0; display: inline-block;}
#edit-field-publication-type-tid-wrapper {margin-left: -185px;}
#edit-field-publication-type-tid.form-select {margin-top: -6px;font-size:1em;}
.ui-tabs { position: relative; zoom: 1; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; position: relative; border-bottom: 0 !important; padding: 0 !important; word-wrap: break-word; word-break: normal; font-size: 12px; line-height: 12px; float: left; text-transform: uppercase;}
.ui-tabs .ui-tabs-nav li a { 
	height: 30px;
	max-width: 75px;
	word-wrap: break-word;
	 word-break: normal;
	padding: 1em 1em; 
	text-decoration: none; 
	color: #fff;
	border-right: 1px #fc8f80 solid;
	background: #fb5f49; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2ZiNWY0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2Y3MzkyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #fb5f49 5%, #f7392b 95%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fb5f49), color-stop(95%,#f7392b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fb5f49 5%,#f7392b 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fb5f49 5%,#f7392b 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fb5f49 5%,#f7392b 95%); /* IE10+ */
	background: linear-gradient(to bottom,  #fb5f49 5%,#f7392b 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5f49', endColorstr='#f7392b',GradientType=0 ); /* IE6-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; }
.ui-tabs .ui-tabs-nav li a.wider {  max-width: 90px; }
.ui-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li a:active { color: #000; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 0 rgba(0,0,0,0); }
.ui-tabs .ui-tabs-nav li.ui-state-active { margin-bottom: 0; background: none; color: #007a87; }
.ui-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text; 
	color: #fff; 
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	border-right: 0;
	background: #0090cc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwOTBjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwNTZhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #0090cc 5%, #0056aa 95%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#0090cc), color-stop(95%,#0056aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0090cc 5%,#0056aa 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0090cc 5%,#0056aa 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0090cc 5%,#0056aa 95%); /* IE10+ */
	background: linear-gradient(to bottom,  #0090cc 5%,#0056aa 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090cc', endColorstr='#0056aa',GradientType=0 ); /* IE6-8 */	}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block; 	border-width: 0; padding: 0; margin: 0;}
	.ui-tabs .ui-tabs-panel article, .resource-tab article.resource { margin: .5em 0;display: inline-block; padding: .5em; line-height: 1.25; }
	.ui-tabs .ui-tabs-panel article.resource, .resource-tab article.resource {margin: 2em 0; display: block; padding: .5em; line-height: 1.25; }
	.ui-tabs .ui-tabs-panel article:hover, .resource-tab article.resource:hover { background:#fff; }
	.ui-tabs .ui-tabs-panel div.year, .resource-tab article.resource div.year { font-size: 20px; color: #2a2b2b; width: 10%; float: left;}
	.ui-tabs .ui-tabs-panel div.item, .resource-tab article.resource div.item { width: 90%; float: left; }
		.ui-tabs .ui-tabs-panel h1, .resource-tab article.resource div.item h1 { font-family: 'Signika', 'sans-serif'; font-size: 20px; color: #0073bb; font-weight: 400; margin-bottom: .1em; }
		.ui-tabs .ui-tabs-panel span.author { font-size: 12px; color: #878787; display:block; }
		.ui-tabs .ui-tabs-panel span.description { font-size: 14px; color: #444444; display:block; }
		.ui-tabs .ui-tabs-panel span.language, .feed .resource-tab span.language {font-size: 14px; color: #2a2b2b; font-weight: 700; display:block;}
		.ui-tabs .ui-tabs-panel span.language a, .feed .resource-tab span.langauge a { color: #2a2b2b; }
		.ui-tabs .ui-tabs-panel span.language a:hover, .feed .resource-tab  span.language a:hover { color: #0073bb; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-tabs-nav li:last-child a { border-right: 0; }


/* Lists
--------------------------------------------------- */
ul#book-chapters {
	list-style: none; width: 100%; margin: 0 auto; }
ul#book-chapters li {
	border-top: 1px #fff solid; 
	border-bottom: 1px #ddd solid;
}
ul#book-chapters li a {
	background: url(../img/icon-book-chapters.png) no-repeat 2px center;
	padding: 5px 5px 5px 35px;
	display: block;
	min-height: 30px;
	color: #000;
	font-size: .9em;
	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;
}
ul#book-chapters li a:hover { background: #fff url(../img/icon-book-chapters.png) no-repeat 2px center; }
ul#book-chapters li:first-child { border-top: 0px; }
ul#book-chapters li:last-child { border-bottom: 0px; }
	  
/* 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; }     
   

 
/* Forms
------------------------------------ */

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

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

#content input,
#content select,
#content textarea { 
   margin: 0 auto;
   font-size: 1.1em;
   padding: 9px 7px 7px 7px; }  
  

#content input.form-submit { 
    background: #731974;  
    padding: 9px 50px;
	margin: 0 auto;
    display: block;
    border: 0;
    cursor: pointer;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
   -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 input.form-submit:hover { 
   background: #007a87; }
   
#content input.form-reset {
	background: none;
	border: 0; 
	text-decoration: underline; 
	font-size: 15px; padding: 4px; }
#content input.form-reset:hover {
	color: #731974; }
     
.join-long p { line-height: 1; } 

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



    
/* Photos
------------------------------------ */
article.photo { padding: 0; }

.photo-th {
    display: block;
    width: 75px;
    height: 75px;
    float: left;
    margin: 0 10px 10px 0;
    text-indent: -999999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
	opacity: .7;
	padding: 3px;
	border: 1px #b0b0b2 solid;
	-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,1);
	box-shadow:inset 0 0 0 3px rgba(255,255,255,1);
	-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; }
.photo-th:hover { opacity: 1.0; }


/* Resources
----------------------------------- */
#all-backup-tab {display:none;}