/* Theme Name: NCCOS
===Theme URI: http://coastalscience.noaa.gov/
===Description: Responsive Theme for National Centers for Coastal Ocean Science websites
===Author: NCCOS Staff
===Author URI: http://coastalscience.noaa.gov/
*/

html {
	background: #E6EAEE;
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5em;
	color: #000;
	}
/* ======= Collections ======= */

/********accordion content - related resources dropdowns********/
.accordionouter {
    /*max-width: 95%;
    margin: 30px auto;
    font-family: arial;
    line-height: 26px;*/
}
.accordioncontent {
    /*background-color: #f1f1f1;*/
    padding: 5px 20px;
    border-radius: 2px;
}
.accordionouter summary {
    background-color: #F9F8F0;
    color: #34343c;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    outline: none;
    margin: 10px 0px;
}
.accordionouter details[open] > summary,
.accordionouter summary:hover {
    background-color: #009ada;
    color: #34343c;
}
.accordionouter details > summary::-webkit-details-marker {
    display: none;
}
.accordionouter details[open] summary ~ * {
    animation: smooth 0.4s ease-in-out;
}
@keyframes smooth {
    0% {
        opacity: 0;
        margin-top: -10px;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
}
.accordionouter details > summary::after {
    position: absolute;
    content: '\002B';
    right: 25px;
}
.accordionouter details[open] > summary::after {
    position: absolute;
    content: "\2212";
    right: 25px;
}
/****accordion content end*******/


/* =====================================
   General Descriptions
====================================== */
.group:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      }
.lowercase {
	text-transform: lowercase;
	}

h1, h2, h3, h4, h5, h6 {   
	font-family: inherit;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizelegibility;
	line-height: 1.2;
	}
h1 {
	font-size: 32px;
	font-size: 3.2rem;
	padding: 8px 0 0 0;
	}
h2 {
	font-size: 28px;
	font-size: 2.8rem;
	padding: 8px 0;
	}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #222;
	padding: 8px 0 6px 0;
	
	}
h4 {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 6px 0;
	color: #042E52;
	}
h5 {
	font-size: 17px;
	font-size: 1.7rem;
	padding: 4px 0;
	font-style: italic;
	color: #333;
	}
h6 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
abbr[title] {
	cursor: help;
      background-color: #F1F1F1;
      font-style: oblique;
	border-bottom: 1px dotted #B5AF95;
	}
b, strong {
	font-weight: bold;
	color: #444;
	}	
blockquote {
	padding: 0 0 10px 24px;
	font-style: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}
cite {
	font-style: normal;
	}
dl, dd {
	margin-bottom: 1.5em;
	}
dt {
	font-weight: bold;
	}
.dl-horizontal dt {
	float: left;
	clear: left;
	width: 20.25%;
	text-align: right;
	}
.dl-horizontal dd {
	margin-left: 22.78%;
	}
dfn {
	font-style: italic;
	}
em {
	color: #900;
	font-style: italic;
	}	
i {
	font-style: italic;
	}	
ins {
	background-color: #f3f5f6;
	color: #000000;
	text-decoration: none;
	}
mark {
	background-color: #f3f5f6;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	}
pre, code, kbd, samp {
	font-family: Monaco, Courier New, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
	}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	}
small {
	font-size: 14px;
	font-size: 1.4rem;
	color: #74412E;
	font-style: italic;
	}	
sub, sup {
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 0;
	vertical-align: baselineheight;
	}
sup {
	top: -0.5em;
	}
sub {
	bottom: -0.25em;
	}
	
/* =====================================
   Header Section
====================================== */
header {	
	background: url(../imgs/header_bg1.png) repeat-x bottom;	
	background: url(../imgs/header_bg1.png) repeat-x bottom,
			url(../imgs/header_bg2.png) no-repeat center top;
	/*background-color: #154072;
    background-color: #465a73;
    background-color: #3E556F;*/
    background-color: #35485F;
	}
header #top {
	/*background-color: #082A52;*/
    background-color: #172A3F; 
	border-top: 3px solid #061E3B;
	color: #D8D8D8;
	margin: 0 auto;
	margin-bottom: 10px;
	-moz-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;	
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;		
	}
header #top, header #top ul {
	font-size: 13px;
	font-size: 1.3rem;
	}	
header #top a {
	color: #FFF;
	text-decoration: none;
	}	
header #top a:hover {
	color: #FFE766;
	text-decoration: underline;
	}	
header #top #heirarchy, header #top #search {
	padding: 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
	}	
header #search {
	text-align: right;
	}	
header #search input[type="text"] {
	padding: 2px 8px 2px 20px;
	border: 2px solid #0A2446;
	background: #FFF url(../imgs/searchform.png) no-repeat 5px 50%;	
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);	
      }	
header #top #heirarchy #linksDescription { 
	float: left;
	width: auto;	
	padding: 2px 0 0 0;
	text-shadow: 1px 1px 2px #000;
	}		
header #top #heirarchy #linksOrgs {
	float: left;
	display: inline;
	margin: 0;
	padding: 2px 0 0 0;
	}		
header #top #heirarchy #linksOrgs li {
	float: left;
	list-style: none;
	font-size: 100%;
	margin:0;
	}
header #top #heirarchy #linksOrgs li a {
	float: left;
	padding: 0 0 0 4px;
	text-shadow: 1px 1px 2px #000;
	cursor: help;
	}	
header #top #heirarchy #linksOrgs li#linkNOSabbr {
	display: none;
	}	
header #canvas .logo {
	float: left;
	display: block;
	text-indent: -9999px;
	margin-right: 10px;
	height: 58px;
	width: 199px;
	background: url(../imgs/nccos.png);
	}		
header #canvas h1 {
	color: #FFE766;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
	font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
	display: inline block;
      }    
header #canvas h1 a:hover {
	color: #FFF;
	}			
header nav[role="navigation"] {
	margin-top: 5px;
	border-bottom: none;
      padding: 0;
	}
header nav[role="navigation"] ul {
	margin: 0;
      padding: 0;
      list-style: none;
      font-size: 13px;
      line-height: 1em;    
	}		
header nav[role="navigation"] li {
	float: left;
      margin: 0;
      padding: 0;
      text-align: center;
	}
header nav[role="navigation"] li a {
	display: block;
      text-decoration: none;
      color: #F6F7F2;
      font-weight: bold;
      /*background-color: #082A52;*/
      background-color: #172A3F;
      margin: 0 0 0 2px;
      padding: 10px 20px 7px 20px;
      height: 16px;
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 8.5;	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}
header nav[role="navigation"] li:first-child a {
	margin: 0;
	}	
header nav[role="navigation"] li a:hover,
header nav[role="navigation"] li a:focus {
      /*background: #011A2D url(../imgs/tab_hover.gif) repeat-x top;*/
      background: #172A3F url(../imgs/tab_hover.gif) repeat-x top;
      color: #FF9;
	filter: alpha(opacity=100);
	opacity: 1.0;	
	}
#home header nav[role="navigation"] li#lnk0 a,	
.about header nav[role="navigation"] li#lnk1 a,
.research header nav[role="navigation"] li#lnk2 a,
.projects header nav[role="navigation"] li#lnk3 a,
.products header nav[role="navigation"] li#lnk5 a,
.regions header nav[role="navigation"] li#lnk7 a,
.funding header nav[role="navigation"] li#lnk8 a,
.contact header nav[role="navigation"] li#lnk9 a  {
	background: #FFF url(../imgs/tab_selected.gif) repeat-x top;
     color: #501700;
	filter: alpha(opacity=100);
	opacity: 1.0;
	}	
header nav input {
	background: #FFF;
	}	
/* =====================================
   Middle Section
====================================== */		
#middle {
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #C8D0D9;
	}
/* =====================================
   Middle Section = Bread Crumbs
====================================== */	
#middle #crumbs {
      font-size: 11.5px;
	font-size: 1.15rem;
	font-family: Verdana, Arial, Helvetica, sans-serif;
      color: #818285;
      padding: 0 0 6px 2px;
	border-bottom: 1px dotted #CCC;
      margin-bottom: 10px;      
      } 
#home #middle #crumbs {
	display: none;
	}	
#middle #crumbs a {
      color: #3333FF;
      text-decoration: none;
      border-bottom: none;
      }      
#middle #crumbs a:hover {
      color: #900;
      border-bottom: 1px solid #900;
      }  	
	
/* =====================================
   Middle Section = Homepage
====================================== */	

/*#middle #content a.button, #home #newspromo a.button {
	display: inline-block; 
      color: #FFF;
      background: #133E70 url(../imgs/button-gloss.png) repeat-x 0 -31px;
      padding: 6px 10px;
	margin: 8px 0;
	border-bottom: none;
      -webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
	outline: none; 
      position: relative; 
      zoom: 1; 
	white-space: nowrap; 
      overflow: visible; 
      cursor: pointer; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	}	
#middle #content a:hover.button, #home #newspromo a:hover.button {
      color: #FFDF62;
	background: #900 url(../imgs/button-gloss.png) repeat-x 0 -31px;
	border-bottom: none;
      }     	

#home #mainpromo p.flex-caption {
      padding: 10px 13px; 
	position: absolute; left: 20px; bottom: 20px;
      font-family: Oswald, Arial, sans-serif;
	font-size: 18px;
      background: #0A2F59;      
	
	color: #FFF !important; 
      line-height: 1.2;
	list-style: none;
	}    
#home #mainpromo p.flex-caption a {
	color: #FFF;
	border: none;
	}	   
#home #otherpromo {
	line-height: 1.0 !important;
	margin: 0; 
	padding: 0;
	}	
#home #otherpromo ul {
      list-style-type:none;
      margin:0 !important; 
      padding:0 !important;
      } 
#home #otherpromo li {
	list-style-type:none;
      border-bottom: 9px solid #FFF;	
      }      
#home #otherpromo li:last {
      border-bottom: none;
      }
#home #otherpromo li#item-a {
      background: #813724;
      }
#home #otherpromo li#item-a:hover {
      background: #6D2E1E;
      }      
#home #otherpromo li#item-b {
      background: #11585C;
      }      
#home #otherpromo li#item-b:hover {
      background: #0D4346;
      }      
#home #otherpromo li#item-c {
      background: #373737;
	border-bottom: none;
      }  
#home #otherpromo li#item-c:hover {
      background: #2A2A2A;
      }           
#home #otherpromo li#item-d {
      background: #5F1247;
      }  
#home #otherpromo li#item-d:hover {
      background: #4A0E37;
      }    	
#home #otherpromo li#item-e {
      background: #595611;
      }  
#home #otherpromo li#item-e:hover {
      background: #44410D;
      }    		
#home #otherpromo li#item-f {
      background: #373737;
	border-bottom: none;
      }  
#home #otherpromo li#item-f:hover {
      background: #2A2A2A;
      }           	
      
#home #otherpromo a {
      color: #F2F2F2;
      display: block;
      height: 96px;
      width: 100%;
	border-bottom: none;
      background: url(../imgs/arrow.png) no-repeat 92% 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
      }      
#home #otherpromo a:hover {
      color: #FFF !important;
      background: url(../imgs/arrow-hover.png) no-repeat 97% 50%;  
      text-decoration: none;
	border-bottom: none !important;
      }      
#home #otherpromo a span {
      display: block;
      padding: 25px 0 0 15px;
      font-family: "Oswald", "Open Sans", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 21px;
      text-shadow: 0 1px 1px rgba(0,0,0,.8);
	line-height: 1;
      }      
#home #otherpromo a span i {
      font-family: Georgia, Arial, Helvetica, sans-serif;
      font-size: 16px;
      text-shadow: 0 1px 1px rgba(0,0,0,.8);
      color: #FFC;
      font-style: italic;
      text-transform: none;
      }      
#home #blurb {
	padding: 12px 38px 12px 38px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
	-o-border-radius: 6px;
	border-radius: 6px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
      font-style: italic;
      font-size: 120%;
      color: #0A233F;
      line-height: 1.5;
	margin: 10px 0 5px 0;
	background: url(../imgs/subnavigation_bg.png) no-repeat bottom right,
		url(../imgs/bg-quote.png) no-repeat 10px 8px;
	background-color: #E6EAEE;	
      }     	
#home #blurb a {
	color: #00C;
      text-decoration: none;
      border-bottom: 1px solid #C8D0DA;
	}	
#home #blurb a:hover {
      border-bottom: 1px solid #6D829D;
	}	
#home #themepromo {
	padding: 10px 0;
	margin-bottom: 10px;
	}
#home #themepromo h4, #home #newspromo h4 {
	color: #3E4C5B;
	font-size: 18px;
	font-family: "Open Sans", Arial;
	text-transform: uppercase;
	padding-left: 0;
	font-style: normal;
	font-weight: bold;
	}	
#home #themepromo .headline, #home #newspromo .headline {
	background: url(../imgs/aside_headline_bg.png) repeat-x 0 50%;
	margin-bottom: 10px;
	}		
#home #themepromo .headline h4, #home #newspromo .headline h4 {
	display: table-cell;
	background: #FFF;
	padding-right: 10px;
	}	
#home #themepromo ol.slats {
	margin: 0;
	}		
#home #themepromo ol.slats li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E6EAEE;
	list-style: none;
	}
#home #themepromo ol.slats li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
	}
#home #themepromo ol.slats li img {
	border: 4px solid #E6EAEE;
	background: #FFF;
	padding: 2px;
	float: left;
	
	height: auto;
      max-width: 150px;
	}
#home #themepromo ol.slats li img:hover {
	border: 4px solid #C8D0D9;
	}	
#home #themepromo ol.slats li .text {
	padding-left: 15px;
      width: auto;
	overflow: hidden;
	}	
#home #themepromo ol.slats li .text h5 {
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	color: #333;
	}	
#home #themepromo ol.slats li .text h5 a {
	color: #123B83;
      font-style: italic;
      border-bottom: 1px solid #FFF;
	}	
#home #themepromo ol.slats li .text h5 a:hover {
	color: #123B83;
      border-bottom: 1px solid #C8D0DA;
	cursor:help;
	}	
#home #themepromo ol.slats li .text p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5em;
	line-height: 1.5;
	padding: 5px 0 4px 0;
	}		
#home #themepromo ol.slats li .text a, #home #newspromo a  {
      color: #00C;
      text-decoration: none;
      border-bottom: 1px solid #C8D0DA;
      }      
#home #themepromo ol.slats li .text a:hover, #home #newspromo a:hover {
      color: #900;
      border-bottom: 1px solid #900;
      } 	
#home #themepromo ul, #home #themepromo ol, #home #newspromo ul, #home #newspromo ol {
	padding: 0;
	margin: 5px 0 9px 25px;
	}
#home #themepromo ul ul, #home #themepromo ul ol, #home #themepromo ol ol, #home #themepromo ol ul,
#home #newspromo ul ul, #home #newspromo ul ol, #home #newspromo ol ol, #home #newspromo ol ul {
  	margin-bottom: 0;
	}
#home #themepromo ul, #home #newspromo ul {
	list-style: disc;
	}
#home #themepromo ol, #home #newspromo ol {
	list-style: decimal;
	}
#home #themepromo li, #home #newspromo li {
	line-height: 1.7;
	}
#home #themepromo ul.unstyled, #home #themepromo ol.unstyled,
#home #newspromo ul.unstyled, #home #newspromo ol.unstyled {
	margin-left: 0;
	list-style: none;
	}*/		
	
/* =====================================
   Middle Section = Content and Aside
====================================== */	
/*** Search in sidebar ***/
#searchusa {
    padding: 6px 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
    #searchusa input[type="text"],
    #search input[type="text"] {
        padding: 6px 10px 6px 22px;
        /*border: 1px solid #0A2446;*/
        border: 1px solid #ccc;
        background: #FFF url(../imgs/searchform.png) no-repeat 5px 50%;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

#middle #content h2.page-title {
	text-shadow: 1px 1px 1px #C3C3C3;
	font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
	color: #141414;
	padding-bottom: 15px;
      }	
#middle #content figure {
      border: none;
      text-align: center;
      padding-top: 5px;
      margin: 0 0 10px 0;
      border-bottom: 1px dotted #CCC;
      }
#middle #content figure img {
      margin: 0;
      padding: 0;
      border: 0 none;
      }
#middle #content figcaption, #middle #content .flex-caption {
      color: #333;
      padding: 15px 10px;
      text-align: left;
      font-family: "Overlock", Georgia, arial, sans-serif;
      }	
#middle #content img {
	max-width: 100% !important;
    border-width: 0;
	}
#middle #content img.floatright {
    margin:0 0 10px 10px;
    float:right;
    }
#middle #content a {
      color: #00C;
      text-decoration: none;
      border-bottom: 1px solid #C8D0DA;
      }      
#middle #content  a:hover {
      color: #900;
      border-bottom: 1px solid #900;
      }  	
/* Add " (PDF)" text after links that go to PDFs */
#middle #content a[href$=".pdf"]:after { 
	content: " (PDF)"; 
	}
#middle #content a[href$=".zip"]:after { 
	content: " (ZIP)"; 
	}
/* If file size specified as data attribute, use that too */
#middle #content a[href$=".zip"][data-size]:after { 
	content: " (ZIP, " attr(data-size) ")"; 
	}
/* If file size specified as data attribute, use that too */
#middle #content a[href$=".pdf"][data-size]:after { 
	content: " (PDF, " attr(data-size) ")"; 
	}
#middle #content p {
	padding: 5px 0 4px 0;
	line-height: 1.6;
	}	
#middle #content ul, #middle #content ol, #middle aside ul, #middle aside ol {
	padding: 0;
	margin: 5px 0 9px 25px;
	}

#middle #content ul ul, #middle #content ul ol, #middle #content ol ol, #middle #content ol ul,
#middle aside ul ul, #middle aside ul ol, #middle aside ol ol, #middle aside ol ul {
  	margin-bottom: 0;
	}
#middle #content ul, #middle aside ul {
	list-style: disc;
	}
#middle #content ol, #middle aside ol {
	list-style: decimal;
	}
#middle #content li, #middle aside li {
	line-height: 1.7;
	}
#middle #content ul.unstyled, #middle #content ol.unstyled,
#middle aside ul.unstyled, #middle aside ol.unstyled {
	margin-left: 0;
	list-style: none;
	}	
#middle #content .flexslider ul, #middle #content .flexslider ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#middle #content div.googlemap {
	border: 4px solid #E6EAEE;
	padding: 2px;
	height: 500px;
	background: #FFF;
	margin: 8px 0;
	}	
	
/* Table = NEEDS ATTENTION!  */	

table {
	width: 100%;
	font-size: 12px;
	}


table thead th {
	border-bottom: 1px solid #ccc;
	}
th, td {
	text-align: right;
	padding: 10px;
	line-height: 1.2em;
	}
#middle table a {
	border-bottom: none;
	}
th:first-child, td:first-child {
	text-align: left;
	}
tbody th, td {
	border-bottom: 1px solid #ccc;
	}

.enhanced th, .enhanced td {
	display: none;
	}
.enhanced th.essential, .enhanced td.essential {
	display: table-cell;
	}
.table-menu-wrapper {
	top: -3em;
	right: 0;
	display: none;
	}	
.table-menu {
	right: 0;
	left: auto;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 1.2em;
	width: 12em;
	}
.table-menu-hidden {
	left: -999em;
	right: auto;
	}		
/*#middle #content #usamap {
	margin: 25px 0;
	width: 95%;
	height: 600px;
	}		
#middle #content #leafletmap {
	margin: 10px 0 15px 0;
	border: 4px solid #E6EAEE;
	padding: 2px;
	height: 350px;
	background: #FFF;
	margin: 8px 0;
	}	*/	
#middle div.alert-box {
	background: #D9EDF7;
	padding: 8px 10px;
	border: 1px solid #AFD9EE;
	color: #2E6987;
	}
#middle #content .itemholder {
	padding: 1.5%;
	margin: 5px 0;
	background: #E6EAEE;
	border: 1px solid #C8D0D9;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;		
	}	
#middle #content .itemholder label {
	float: left;
      font-weight: bold;
      padding-right: 2%;
	width: 40%px;
	clear: both;
	text-align: right;
	}	
#middle #content .itemholder .txtbox {
	width: 30%;
	padding: 3px;
	background: #FFF;
	border: 1px solid #CCC;
	}	
#middle #content td.reftext { /*Used to control reference text at the end of fact sheets*/
      font-size: 90%;
      line-height: 1.5;
      
	}
#middle #content td.ref { /*Used to reference source symbols at the end of fact sheets*/
	font-size: 90%;
	width: 40px;
	text-align: center;
	color: red;
	}  
	
#middle aside h4 {
	color: #3E4C5B;
	font-size: 16px;
	font-family: "Open Sans", Arial;
	text-transform: uppercase;
	padding-left: 6px;
	font-style: normal;
	font-weight: bold;
	}	
#middle aside .headline {
	background: url(../imgs/aside_headline_bg.png) no-repeat 0 50%;
	}		
#middle aside .headline h4 {
	display: table-cell;
	background: #FFF;
	padding-right: 10px;
	}	

/*aside .subnavigation*/
#middle aside .subnavigation {
	padding: 10px 10px 10px 10px;
	margin-bottom: 16px;	
	color: #3E4C5B;
	background: #E6EAEE url(../imgs/subnavigation_bg.png) no-repeat bottom right;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;		
	}	

#middle aside .subnavigation ul li{
	color: inherit;
	padding-left: 2px;
	font-size: 14px;
	}	 	
#middle aside .subnavigation ul li a, #middle aside .subnavigation ul li ul li a {	
	border: none;
	color: #206B95;
	}	
#middle .subnavigation ul li a:hover, #middle .subnavigation ul li ul li a:hover {
	color: #900;
	}		
#middle .subnavigation ul li ul {
       list-style: none;
       border-left: 2px solid #C8D0D9;
       margin-left: 0;
       margin-bottom: 7px;
       }	
#middle .subnavigation ul li ul li ul {
       border: none;
       margin-left: 0;
       margin-bottom: 7px;
       }	
#middle .subnavigation ul li ul li {
	padding-left: 7px;
	margin-left: 0;
	} 	
#middle .subnavigation ul li ul li ul li {
	padding-left: 0px;
	margin-left: 0;
	}
#middle .subnavigation ul li ul li ul li:before {
	content: "- ";
	}
/*TEST
#middle .subnavigation a.active {
    font-weight: bold;
	color: #123B6B;
	text-decoration: none;
	}

#middle .subnavigation ul li.pg1 a:active,
#middle .subnavigation ul li.pg2 a:active.sub-section-home,

#middle .subnavigation ul li li.sub1 a:active.sub-section-home,
#middle .subnavigation ul li li.sub2 a:active,	
#middle .subnavigation ul li li.sub3 a:active,
#middle .subnavigation ul li li.sub4 a:valid,
#middle .subnavigation ul li li.sub5 a:focus,
#middle .subnavigation ul li li.sub6 a:enabled,
#middle .subnavigation ul li li.sub7 a:active,
#middle .subnavigation ul li li.sub8 a:active,
#middle .subnavigation ul li li.sub9 a:active,
#middle .subnavigation ul li li.sub10 a:active,
#middle .subnavigation ul li li.sub11 a:active {
    font-weight: bold;
	color: #123B6B;
	text-decoration: none;
	}
*/
/*Aside Sub Nav*/

#benthic #middle .subnavigation ul li li.sub11 a,
#ltmonitoring #middle .subnavigation ul li li.sub11 a,
#ltmonitoring #middle .subnavigation ul li li.sub12 a,
#biogeo #middle .subnavigation ul li li.sub11 a,
#biogeo #middle .subnavigation ul li li.sub12 a,
#regional #middle .subnavigation ul li li.sub11 a {
	font-weight: normal;
	color: #123B6B;
	text-decoration: none;
	}

#benthic #middle .subnavigation ul li li.sub11 a:hover,
#ltmonitoring #middle .subnavigation ul li li.sub11 a:hover,
#biogeo #middle .subnavigation ul li li.sub11 a:hover,
#regional #middle .subnavigation ul li li.sub11 a:hover {
	color: #900;
	}

#overview #middle .subnavigation ul li.pg a,

#benthic #middle .subnavigation ul li.pg1 a,
#ltmonitoring #middle .subnavigation ul li.pg2 a,
#biogeo #middle .subnavigation ul li.pg3 a,
#regional #middle .subnavigation ul li.pg4 a,

#benthic-hawaii #middle .subnavigation ul li li.sub1 a.sub-section-home,
#benthic-hawaii07 #middle .subnavigation ul li li.sub2 a,	
#benthic-hawaii03 #middle .subnavigation ul li li.sub3 a,
/*#benthic-hawaiian-habitats #middle .subnavigation ul li li.sub4 a,*/

#benthic-palmyra #middle .subnavigation ul li li.sub1 a.sub-section-home,

#benthic-nwhi #middle .subnavigation ul li li.sub1 a.sub-section-home,
#benthic-nwhi-ffshoals #middle .subnavigation ul li li.sub2 a,
#benthic-nwhi-gardner #middle .subnavigation ul li li.sub3 a,
#benthic-nwhi-kure #middle .subnavigation ul li li.sub4 a,
#benthic-nwhi-laysan #middle .subnavigation ul li li.sub5 a,
#benthic-nwhi-lisianski #middle .subnavigation ul li li.sub6 a,
#benthic-nwhi-maroreef #middle .subnavigation ul li li.sub7 a,
#benthic-nwhi-midway #middle .subnavigation ul li li.sub8 a,
#benthic-nwhi-necker #middle .subnavigation ul li li.sub9 a,
#benthic-nwhi-nihoa #middle .subnavigation ul li li.sub10 a,
#benthic-nwhi-pearl_hermes #middle .subnavigation ul li li.sub11 a,

#benthic-palau #middle .subnavigation ul li li.sub1 a.sub-section-home,
#benthic-palau-maps #middle .subnavigation ul li li.sub2 a,

#benthic-stcroix #middle .subnavigation ul li li.sub1 a.sub-section-home,
#benthic-stcroix-data #middle .subnavigation ul li li.sub2 a,

#benthic-stjohn #middle .subnavigation ul li li.sub1 a.sub-section-home,
#benthic-stjohn-data #middle .subnavigation ul li li.sub2 a,

#benthic-swpr #middle .subnavigation ul li li.sub1 a.sub-section-home,

#benthic-us_pac #middle .subnavigation ul li li.sub1 a.sub-section-home,
#benthic-us_pac-data_as #middle .subnavigation ul li li.sub2 a,	
#benthic-us_pac-data_guam #middle .subnavigation ul li li.sub3 a,
#benthic-us_pac-data_cnmi #middle .subnavigation ul li li.sub4 a,
#benthic-us_pac-maps #middle .subnavigation ul li li.sub5 a,

#benthic-usvi_pr #middle .subnavigation ul li li.sub1 a.sub-section-home,

#benthic-s_atlantic #middle .subnavigation ul li li.sub1 a.sub-section-home,

/*#biogeo-bsbfccgom2001-12 #middle .subnavigation ul li li.sub1 a.sub-section-home,*/
#biogeo-bsbfccgom2001-12 #middle .subnavigation ul li li.sub11 a,

/*#biogeo-sari #middle .subnavigation ul li li.sub1 a.sub-section-home,
#biogeo-sari-data #middle .subnavigation ul li li.sub2 a,*/
#biogeo-sari #middle .subnavigation ul li li.sub12 a,

#biogeo-canms #middle .subnavigation ul li li.sub1 a.sub-section-home,
#biogeo-canms-data #middle .subnavigation ul li li.sub2 a,

#biogeo-cinms #middle .subnavigation ul li li.sub1 a.sub-section-home,
#biogeo-cinms-data #middle .subnavigation ul li li.sub2 a,

#ltmonitoring-ncrmp #middle .subnavigation ul li li.sub1 a.sub-section-home,
#ltmonitoring-ncrmp-florida #middle .subnavigation ul li li.sub2 a,
#ltmonitoring-ncrmp-fgb #middle .subnavigation ul li li.sub3 a,
#ltmonitoring-ncrmp-pr #middle .subnavigation ul li li.sub4 a,
#ltmonitoring-ncrmp-usvi #middle .subnavigation ul li li.sub5 a,

#ltmonitoring-nsandt #middle .subnavigation ul li li.sub1 a.sub-section-home,
#ltmonitoring-nsandt-data #middle .subnavigation ul li li.sub2 a,
#ltmonitoring-nsandt-data2 #middle .subnavigation ul li li.sub3 a,

/*#regional-pulleyridge #middle .subnavigation ul li li.sub1 a.sub-section-home*/
#regional-pulleyridge #middle .subnavigation ul li li a
{
	font-weight: bold;
	color: #123B6B;
	text-decoration: none;
	}

/*About Us*/
/*#overview #middle .subnavigation ul li.pg a,	
#bibliography #middle .subnavigation ul li.pg3 a,
#resources #middle .subnavigation ul li.pg4 a,
#contacts #middle .subnavigation ul li.pg5 a,
#links #middle .subnavigation ul li.pg6 a {
	font-weight: bold;
	color: #123B6B;
	text-decoration: none;
	}
#middle aside .subnews {
	margin-bottom: 16px;
	font-size: 90%;
	}	
#middle aside .subnews a {
      color: #00C;
      text-decoration: none;
      border-bottom: 1px solid #C8D0DA;
      }      
#middle aside .subnews  a:hover {
      color: #900;
      border-bottom: 1px solid #900;
      }*/  		
/*#middle aside  .subnews ol, 
#middle aside  .subnews ul.square, 
#middle aside  .subnews ul.circle, 
#middle aside  .subnews ul.disc {
	margin-left: 18px;
	}*/			
	
/* =====================================
   Footer
====================================== */
footer {
	margin-top: 15px;
      margin-bottom: 25px;
	color: #3E4C5B;	
	font-size: 13px;
	}
footer nav[role="list"] ul, footer nav[role="link"] ul {
      list-style-type: none;
      margin: 0 auto;
      padding: 5px 0;
      }      
footer nav[role="list"] ul li, footer nav[role="link"] ul li {
      border-left: 1px solid #626262;
      padding: 0 6px;
      display: inline;
      }      	
footer nav[role="list"] ul li:first-child, footer nav[role="link"] ul li:first-child {
      border: 0;
      padding: 0 6px 0 0;
      }               	
footer p {
	padding: 4px 0 3px 0;
	margin: 0;
	line-height: 1.4;
	}	
footer a {
	color: #3E4C5B;
	font-weight: normal;
	}	
footer a:hover {
	color: #000;
	text-decoration: underline;
	}		
	
	

	
/* -----------------------------------------
   Media Queries
----------------------------------------- */
@media screen and (min-width: 1220px) {
header #top #linksDescription:after { 
	/*content: 'The National Centers for Coastal Ocean Science is the research office of the ';*/
    content: 'The National Centers for Coastal Ocean Science deliver ecosystem science solutions to sustain thriving coastal communities and economies.';	
	}  
.tinynav {
	display: none;
	}	
}		

@media screen and (max-width: 1220px) {
  
header #top #linksDescription:after { 
	/*content: 'The National Centers for Coastal Ocean Science is the research office of the ';*/
    content: 'The National Centers for Coastal Ocean Science deliver ecosystem science solutions to sustain thriving coastal communities.';	
	}	
.tinynav {
	display: none;
	}		
}	
		

@media screen and (max-width: 1140px) {
body {
	font-size: 14px;
	font-size: 1.4rem;
	}

header #top #linksDescription:after { 
	/*content: 'NCCOS is the research office of the '*/
    content: 'NCCOS delivers ecosystem science solutions to sustain thriving coastal communities.';
	}	
header nav[role="navigation"] li a {
	padding: 9px 15px 7px 15px;
	}
.tinynav {
	display: none;
	}	
	
}
@media only screen and (min-width: 1080px) and (max-width: 1140px) {

#home #otherpromo a {
      height: 90px;
      } 
} 

@media only screen and (min-width: 1020px) and (max-width: 1080px) {

#home #otherpromo li {
      border-bottom: 7px solid #FFF;
      } 
#home #otherpromo a {
      height: 86px;
      } 
}  

@media only screen and (min-width: 960px) and (max-width: 1019px) {

#home #otherpromo a {
      height: 81px;
      } 
}  

@media screen and (max-width: 1000px) {
header nav[role="navigation"] li a {
	padding: 12px 10px 10px 10px;
	margin: 0 0 0 1px;
	}
/*.post_container img {
	max-width: 100px;
	}	*/
.tinynav {
	display: none;
	}		
}
@media only screen and (min-width: 900px) and (max-width: 959px) {
#home #otherpromo li {
      border-bottom: 5px solid #FFF;
      border-top: none;
      }   
#home #otherpromo a {
      height: 76px;
      }
#home #otherpromo a span {
      padding: 25px 0 0 15px;  
      font-size: 21px;    
      }      
#home #otherpromo a span i, #home #otherpromo a span br {
      display: none;
      }       
}   


@media screen and (max-width: 910px) {
header #top #linksDescription:after { 
	/*content: 'Research office of the ';*/
    content: 'NCCOS delivers ecosystem science solutions to sustain thriving coastal communities.';
	}	
#home #themepromo ol.slats li img {
	display: none;
	}	
#home #themepromo ol.slats li .text {
	padding-left: 0;
	}		
.tinynav {
	display: none;
	}		
}

@media only screen and (min-width: 850px) and (max-width: 899px) {
#home #otherpromo li {
      border-bottom: 5px solid #FFF;
      border-top: none;
      }   
#home #otherpromo a {
      height: 72px;
      }
#home #otherpromo a span {
      padding: 27px 0 0 15px;  
      font-size: 21px;    
      }      
#home #otherpromo a span i, #home #otherpromo a span br {
      display: none;
      }       
}   

@media screen and (max-width: 889px) {
header nav[role="navigation"] li a {
	padding: 12px 7px 10px 7px;
	margin: 0 0 0 1px;
	font-weight: normal;
	}
}


@media only screen and (max-width: 849px) {
#home #otherpromo li {
      border-bottom: 3px solid #FFF;
      border-top: none;
      }
#home #otherpromo a {
      height: 66px;
      } 
#home #otherpromo a span {
      padding: 27px 0 0 15px;  
      font-size: 21px;    
      }       
#home #otherpromo a span i, #home #otherpromo a span br {
      display: none;
      }       
      
}  

@media screen and (max-width: 800px) {
header #top #linksDescription:after { 
	/*content: 'Research office of ';*/
	content: 'NCCOS delivers ecosystem science solutions to sustain thriving coastal communities.';
	}	
header #top #heirarchy #linksOrgs li#linkNOSabbr {
	display: block;
	}
header #top #linksOrgs li#linkNOS {
	display: none;
	}	
header #canvas h1 {
	font-size: 27px; 
	font-size: 2.7rem; 
	margin: 10px 0 0 0;
	}	
.tinynav {
	display: block;
	width: 100%;
	padding: 3px 0;
	font-size: 16px;
	margin-bottom: 3px;
	background: #FFF;
	}
#nav {
	display: none;
	}	
/*#middle #promo .promo-text {
	float: none;
	}	*/

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#home #otherpromo li {
      border-top: 9px solid #FFF;
      border-bottom: none;
      }      
#home #otherpromo li:last {
      border-top: none;
      }
#home #otherpromo {
      margin-bottom: 10px;
      }      
#home #otherpromo a span {
      padding: 22px 0 0 15px;  
      font-size: 21px;    
      }       
} 

@media screen and (max-width: 770px) {
header {
	border-top: 7px solid #082A52;
	border-bottom: 1px solid #082A52;
	}
header #top {
	display: none;
	}	
header #canvas #logo {
	margin: 10px 10px 0 0;	
	}	
header #canvas h1 {
	font-size: 25px; 
	font-size: 2.5rem; 
	padding: 15px 0 10px 0;
	}	
#middle aside .subnavigation {
	padding: 10px;
	margin-top: 15px;
	}	
#middle aside .subnavigation ul {
	font-size: 100%;
	}			
#home .blurb {
	font-size: 110%;
	}
#home #themepromo {
	padding: 10px 0;
	margin-bottom: 10px;
	}
#home #themepromo ol.slats li img {
	display: block;
	}		
#home #themepromo ol.slats li, #home #themepromo ol.slats li:last-child {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E6EAEE;
	list-style: none;
	}
#home #themepromo ol.slats li .text {
	padding-left: 10px;
	}		
#middle #content a.button, #home #newspromo a.button {
	margin: 10px 0;
	display: block;
	}	
	
}


@media screen and (max-width: 600px) {
header #canvas {
	text-align: center;
	}
header #canvas .logo {
	display: block;
	float: none;
	margin: 0 auto;
	margin-top: 10px;
	}
header #canvas h1 {
	display: block;
	clear: left;
	text-align: center;	
	padding: 4px 0 10px 0;
	}	
#middle #crumbs {
	display: none;
	}	
/*.post_container img {
	display: none;
	}	
.post_text {
	padding-left: 0;
	}	
.post_text p {
	color: #333;
	}	*/
#home #mainpromo p.flex-caption {
      padding: 10px 13px; 
	position: absolute; 
	left: 0; bottom: 0;
      font-family: Oswald, Arial, sans-serif;
	font-size: 18px;
	}  	
#home #otherpromo a span {
      padding: 27px 0 0 15px;  
      font-size: 19px;    
      }  	
footer {
	text-align: center;
	}	
footer p {
	text-align: center;
	}		
footer nav[role="list"] ul {
      list-style-type: none;
      margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
      padding: 0;
	border-top: 1px solid #CCC;
      } 	
footer nav[role="list"] ul li:first-child {
	border-top: 1px solid #CCC;
	}	
footer nav[role="list"] ul li:first-child, footer nav[role="list"] ul li {
	border-left: none;		
	padding: 0;
	margin: 5px 0;
	}	
footer nav[role="list"] ul li a {
	display: block;
	padding: 10px 6px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	}	
footer nav[role="list"] ul li a:hover {
	text-decoration: none;
	background-color: #FFF;
	}	
footer nav[role="link"] {
	display: none;
	}
}

@media screen and (max-width: 500px) {
header #canvas #logo {
	background: url(../imgs/nccos.png);
	width: 199px;
	}	
#middle aside #subnavigation h5:before {
	content: '';
	}	
#home .blurb {
	font-size: 100%;
	font-style: normal;
	}	
/*
#middle .itemholder {
	display: none;
	}		
*/  	
th, td {
	text-align: left;
	padding: 10px 0px;
	line-height: 1.2em;
	}		
}


@media only screen and (max-width: 480px) {
#home #otherpromo li {
      border-top: 5px solid #FFF;
      border-bottom: none;
      }        
#home #otherpromo a span {
      padding: 22px 0 0 15px;  
      font-size: 21px;    
      }       
#home #themepromo ol.slats li img {
	display: none;
	}	
#home #themepromo ol.slats li .text {
	padding-left: 0;
	}		
}


@media screen and (min-width: 800px) {
   .enhanced th, 
   .enhanced td {
      display: table-cell;
   }
}	
	

@media screen and (min-width: 500px) {
   .enhanced th.optional, 
   .enhanced td.optional {
      display: table-cell;
   }
}

