/*
	Theme Name: LBL Theme 
	Description: Theme created for Lawrence Berkeley Labs.
	Author: HyperArts
	Author URI: http://www.hyperarts.com/
 
	Version: 1.0
 
	Template: genesis
	Template Version: 1.9
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

/* @import url(http://fonts.googleapis.com/css?family=Lato:400,700); */


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

/* main body font import */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700|Open+Sans+Condensed:300,700,300italic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #fff;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a {
	color: #1e90b7;
	}
a:hover, a:active {
	color: #063744;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	/* border: none; */
}


/* NAV COLLAPSE BUTTON */

.mobile-main-nav {
	display: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/*
 * Screen Common
 * Styles for all devices
 */
/* Typograhy */
@font-face {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal; }

body,
input,
textarea {
  font-family: 'Open Sans', sans-serif; }

body {
  font-size: 13px;
  font-size: 0.8125em;
  line-height: 1.4em;
 }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  /* margin-top: 1.5em;*/ }

h1, h2, h3, h4 {
  font-weight: normal; }

h1 {
  font-size: 28px; 
  font-size: 1.75rem; 
  }

h2 {
  font-size: 22px; 
  font-size: 0.125rem; 
  }

h3 {
  font-size: 18px; 
  font-size: 1.125rem; 
  }

h4 {
  font-size: 16px; 
  font-size: 1rem; 
  }

h5 {
  font-size: 14px; 
  font-size: .875rem; 
  }

h6 {
  font-size: 12px; 
  font-size: 0.75rem; 
  }

dt {
  font-weight: bold; }

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
	color: #1e1e1e;
}


h1,
.entry-title {
	color: #1e1e1e;
}
.entry-title a {
	color: #1e90b7;
}

.author,
.date {
	color: #636363;
	}

a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
	/* color: #0072bc; */
	text-decoration: none;
	}

.post-info,
.post-meta,
#description {
	color: #fff;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
{
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: 'Open Sans Condensed', sans-serif;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	font-size: 36px;
	font-size: 2.25rem;
	margin: 0 0 2% 0;
}


blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 16px;
	font-size: 1rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700 !important;
	 border-bottom: 1px solid rgba(204, 204, 204, 0.3);
	 /* border-top: 1px solid #cccccc; */
	 color: #787878;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#resources h4 {
	color: #d46208;
}
h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption
/*, #footer p */ {
	font-size: 14px;
	font-size: 0.875rem;
}


/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#title {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	}
h3 {
	font-weight: 700;
	}
.wp-caption {
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */
body {
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcfcfc));
background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%);
background: linear-gradient(bottom,  #ffffff 0%,#fcfcfc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 );
}
/* 04a - Structure ----------- */

#wrap {
	margin: 0 auto;
	max-width: 960px; /*1152px;*/
}

#inner {
	clear: both;
	overflow: hidden;
	/*padding-top: 2.5rem;*/
}

/* 04b - 960px (was 1152px) CSS Grid ----------- */

#sidebar-alt {
	width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar/*,
#header .widget-area*/ {
	width: 30.555555555%; /* 352px / 1152px */
}

#header .widget-area {
	float: right;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 56.896551724%; /* 528px / 928px */
}



.content-sidebar #content,
.sidebar-content #content, #title-area {
	width:65%;
	float: left;
	overflow:hidden;
	display:block;
}

 .content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
	padding-top: 10px;
	padding-top: 1rem;
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}



/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	margin: 5px 0 0 0;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 1px;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(/images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

/* For image replacement */
.ir/* , .pagination .next a,
.pagination .prev a, #search-main form .search-submit, .cfct-carousel-next,
.cfct-carousel-prev  */{
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  line-height: 0; }

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}


/*
05 Menus and Lists
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	
}
	
/* Secondary Navigation
 **--------------------*/
.genesis-nav-menu.menu-secondary {
	background-color:#98b2c9;
	font-size: 13px;
	font-size: 0.8125em;
	font-weight:400;
	}

.genesis-nav-menu.menu-secondary li{
	border-right:solid 2px #fff;
	}
	
.genesis-nav-menu.menu-secondary a{
	float:left;
	display:block;
	/* height:48px; */
	color:#fff;
	text-decoration:none;
	margin: 0;
	/* padding:0 8px; */
	padding:12px 0px 8px;
	
	/* line-height: 110%; */
	}
.genesis-nav-menu.menu-secondary li a:hover,
.genesis-nav-menu.menu-secondary li:hover a,
.genesis-nav-menu.menu-secondary li li a:hover{
	/* background-color: #999 !important;
	color:#fff; */
}

/* Featured Post Navigation
 **--------------------*/

.home-buttons {
	/* width:960px; */
	/* height:35px;  */
	/* padding:12px 0 8px 0; */
	/* background:#0f4058; */
	font-size: 13px;
	font-size: 0.8125em;
	font-weight:400;
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
	}

.home-buttons ul { 
	
}

.home-buttons li:first-child {
	background-image: none;
	}

.home-buttons li {
	display: inline;
	float:left;
	background:#0f4058; 
	background-image: url("/images/btn-bkgrd-whte.png");
	background-position: left top;
	background-repeat: repeat-y;
	width: 33%;
	
		}
	
.home-buttons li a{
	width:84%;
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	margin: 0;
	padding:8px 9px 12px 25px;
	/* background: #0f4058; */
	background-image: url("/images/btn-blt-orng.png");
	background-repeat: no-repeat;
	background-position: 7px 12px;
	color: #fff;
	}
.home-buttons li a:hover{
	background: #d46208;
	background-image: url("/images/btn-blt-blu.png");
	background-repeat: no-repeat;
	background-position: 7px 12px;
}
		
/* All Navigation
 **--------------------*/

.genesis-nav-menu ul {

}

.genesis-nav-menu li {
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
	position: relative;
	/**/
	
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(/images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(/images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* 05b CSS for Previous & Next Post Links in Single Page */
#prev-next {  
	float: left; 
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#prev-next .prev-link {
	float: left;width: 50%;text-align: left;
	}
#prev-next .prev-link a {
	float: left;
	text-align: left;
	}
#prev-next .next-link {
	float: right;
	width: 50%;
	text-align: right;
	}
#prev-next .next-link a {
	float: right;
	text-align: right;
	}

#prev-next a:hover {
	text-decoration: none; 
	}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

h4 {
	line-height: 2.2;
	margin-bottom: 16px;
	margin-bottom: 1rem; 
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.header-grey-block {
background: #e3e3e3; padding:10px;
}
/*
07 Lists
---------------------------------------------------------------------------------------------------- */
ul li span {
	color: #101010;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
	color: #787878;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.lab-values ul {
	margin: 0 0 15px 20px;
}

/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1e1e1e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #ff2a00;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	padding-top: 5px;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin: 5px 5px 1px 0;
	padding: 2px;
	}
	
.comment-form-author input, .comment-form-email input, .comment-form-url input{
	border: 1px solid;
	}


#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

#respond input[type="submit"] {
	font-size: 0.9em;
	width: 100%;
	padding: 2px 6px 3px;
	-webkit-box-align: center;
	text-align: center;
	cursor: default;
	color: buttontext;
	border: 2px outset buttonface;
	border-image: initial;
	background-color: buttonface;
	box-sizing: border-box;
}

p.form-submit {
	float:right;
	}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	/* border-bottom: 1px solid #ccc; */
	margin-bottom: 20px;
	margin-bottom: 1rem;
	overflow: hidden; 
}

.sidebar.widget-area ul li , .home-secondary-sidebar ul li {
	list-style-type: disc;
	list-style-position: outside;
	/* margin-bottom: 6px;
	margin-bottom: 0.375rem; */
	margin-left: 8%;
	word-wrap: break-word;
	padding: 1px 0 1px 0;
	color: #787878;
}
#menu-above-latest-news-homepage-2-container {

}

#menu-above-latest-news-homepage-2 ul {

}

#menu-home-2-sidebar-links-above-latest-news li, #menu-above-latest-news-homepage-2 li {
	list-style: none;
	margin-left: 0;
	width: 100%;
} 

.menu-home-2-sidebar-links-above-latest-news-container li a, #menu-above-latest-news-homepage-2 li a {
width: 100%;
float: left;
display: block;
color: #fff;
text-decoration: none; 
font-weight: 700;
margin-bottom: 2px;
padding: 8px 0px 8px 0px;
background: #64afc3;
background-image: url("/images/btn-blt-blu.png");
background-repeat: no-repeat;
background-position: 95% 50%;
text-indent: 10px;
} 
.menu-home-2-sidebar-links-above-latest-news-container li a:hover, #menu-above-latest-news-homepage-2 li a:hover {
width: 100%;
float: left;
display: block;
color: #fff;
text-decoration: none;
font-weight: 700;
margin-bottom: 2px;
padding: 8px 0px 8px 0px;
background: #0f4058;
background-image: url("/images/btn-blt-orng.png");
background-repeat: no-repeat;
background-position: 95% 50%;
text-indent: 10px;
} 
/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	color: #666;
	font-size: 11px;
	line-height: 15px; 
	width: 100%;
	float: left;
	padding: 0 0 5%;
}

#footer .wrap {
	overflow: hidden;
	padding: 48px 0;
	padding: 1% 0 3% 0;
}

	
.footer-widgets-1 ul li {
	margin: 0 16px 0 0;
}


#footer {
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    padding: 5px 0 0;
    background: none; }

#footer p {
	font-weight: 400;
	  }
	  
#footer .social ul {
	height:  31px;
	}

#footer .disclaimer-logos,
#footer .disclaimer-text, #footer .lbl-disclaimer {
      float: left; 
	  display:block;
	  }
	  
  
#footer .disclaimer-logos {
      display: block;
      float: left;
      padding-bottom: 10px;
	  }
	  

#footer .disclaimer-logos ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 ;
	float: left;
}
#footer .disclaimer-logos li {
	list-style-type:none;
	display: inline;
	float: left;
	display:block;
	width: 55px;
	height: 55px;
	}

.disclaimer-logos .item1 {
	background-image:url("/images/seal-department-of-energy.png");
	}
	
.disclaimer-logos .item2 {
	background-image:url("/images/seal-university-of-california.png");
	margin: 0 0 0 7px;
	}
	
.disclaimer-logos .item1, .disclaimer-logos .item2 {
	background-position:center;
	background-repeat: no-repeat;
}

#footer .disclaimer-text, #footer .lbl-disclaimer{
	padding-top: 15px;
}

#footer .disclaimer-text{
      width:250px;
	  float:left;
       }
  
#footer .lbl-disclaimer {
      width: 160px;
	  margin-left:60px;
	  font-size: 13px;
	  }
#footer .lbl-disclaimer a {
      display: block; 
	  text-decoration:none;
	  }
	  
#footer .social, #footer .social-mobile {
	width:230px;
	}
	
#footer .social-mobile {	
	display:none;
	}

#footer .social-links {
	padding-top:5px;
	/* padding-top:.9375rem; */
	}
#footer .social-links ul, .social-links ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 ;
	float: left;
}
#footer .social-links li, .social-links li {
	list-style-type:none;
	display: inline;
	float: left;
	margin: 0 0 0 5%;
}
#footer .social-links li a, .social-links li a {
	background-image: url("/images/lbl-new-social-iconsB.png");
	background-repeat: no-repeat;
	display:block;
	width: 24px;
	height: 31px;
    opacity: .6;
}
.social ul {
	width: 230px;
	display: table;
	margin: 0 auto;
}
.social {
margin: 0 auto 5px auto;
position: relative;
display: table;
width: 300px;
}
#sidebar .social ul li {
	margin-left: 5%;
}
#footer .social-links li a:hover, .social-links li a:hover { border-color: #0072bc; }
#footer .social-links li a.item1, .social-links li a.item1 { background-position: 0px 4px; }
#footer .social-links li a:hover.item1, .social-links li a:hover.item1 { border-color: #0072bc; opacity: 0.9; }
#footer .social-links li a.item2, .social-links li a.item2 { background-position: -23px 4px; }
#footer .social-links li a:hover.item2, .social-links li a:hover.item2 { opacity: 0.9; }
#footer .social-links li a.item3, .social-links li a.item3{ background-position: -51px 4px; }
#footer .social-links li a:hover.item3, .social-links li a:hover.item3 { opacity: 0.9; }
#footer .social-links li a.item4, .social-links li a.item4 { background-position: -74px 4px; }
#footer .social-links li a:hover.item4, .social-links li a:hover.item4 { opacity: 0.9; }
#footer .social-links li a.item5, .social-links li a.item5 { background-position: -101px 4px; }
#footer .social-links li a:hover.item5, .social-links li a:hover.item5 { opacity: 0.9; }
#footer .social-links li a.item6, .social-links li a.item6 { background-position: -124px 4px; }
#footer .social-links li a:hover.item6, .social-links li a:hover.item6 { opacity: 0.9; }
    
	
#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

select,
textarea {
	background-color: #fff;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
	
    -moz-border-radius: 3px;
    /* FF1+ */
    -webkit-border-radius: 3px;
    /* Saf3+, Chrome */
    border-radius: 3px;
    /* Standard. IE9 */
    /**
     * @bugfix border-radius background bleed
     * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
     */
    -webkit-background-clip: padding-box;
    border: 1px solid white;
    background: #fff;
    float: left;
    height: 21px;
    margin: 0 0 0 5px;
    overflow: hidden;
    width: 180px;
    -webkit-transition: width 0.25s linear;
    -moz-transition: width 0.25s linear;
    transition: width 0.25s linear; 
	
	}
	
#header form .search-input {
      background: none;
      border: 0;
      float: left;
      height: 21px;
      line-height: 21px;
      padding: 0 3px;
      width: 150px; 
 }

/** BEGIN from earlier LBL dev site 
#search-main {
  position: absolute; }


#header form .search-submit {
      background: url("images/search.gif") no-repeat top right;
      width: 24px; height: 21px;
      background-repeat: no-repeat;
      display: block;
      text-indent: -9999px;
      padding: 0; margin: 0;
      float: right;
      }

#header form .search-submit:hover {
        background-color: #d36025; }
#header form.search-site .search-submit {
      background-position: 0 -50px; }
#header form.search-phone .search-submit {
      background-position: 0 -72px; }
#header form .search-toggle {
      display: none;
      cursor: pointer; }
#header form.search-closed {
    width: 24px; }
#header form.search-closed .search-input,
#header form.search-closed .search-submit {
      display: none; }
#header form.search-closed .search-toggle {
      display: block; }
	  
	  
#menu-subsite-nav-menu {
    float: right;
    list-style: none;
    padding-top: 4px; }
#menu-subsite-nav-menu li {
      margin-top: 5px; }
#menu-subsite-nav-menu a {
      background-color: #d36025;
      color: #fff;
      display: block;
      padding: 3px 0 3px 18px;
      position: relative;
      width: 144px; 
      }**/


/** END from earlier LBL dev site 

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #1e1e1e;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #ff2a00;
}*/



/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

img {
	border: 2px solid #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}



/*
Modal Window
---------------------------------------------------------------------------------------------------- */
.modal-body {
	max-height: 500px !important;
}

/*
Fixes
---------------------------------------------------------------------------------------------------- */

/*     /programs/national-user-facilities/ and Areas and Initiatives   */

.page-id-25313 #content-sidebar-wrap, {
	padding-top:40px;
}

.page-id-25313 #content{
	margin-top:20px;
}


.page-id-27501 .national-user-facilities-wrap,  
.page-id-27501 .national-user-facilities-wrap{
    min-height: 420px;
	margin-top:20px;
}

.page-id-27501 .entry-content p {
    line-height: 1.4;
}

accent, .program-title .accent{
	padding:15px 0;	
	/*color:#d76519;*/
}




/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {

	body {
		padding:0 !important;
		}

	#wrap {
		width: 100%;
		max-width: 960px;
	}	
	
	#inner {
		width: 97%;
		padding: 0 1.5%;
		}
	

}

/* In-Between  ----------- */


@media only screen and (max-width: 960px) {

	body{
		padding:0 !important;
		}
		
	.genesis-nav-menu.menu-primary {
	    font-size: 12px
	}

	#footer {
		width: 96%;
		padding: 0 2% 5%;
		}

	#footer .lbl-disclaimer {
		margin-left: 30px;
	}
	#menu-above-latest-news-homepage-2 li a {
		font-size: 11px;
	}

}

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 930px) {
	.textwidget .social .social-links li {
		margin-left: 4%;
	}
}

@media only screen and (max-width: 900px) {

	body{
		padding:0 !important;
		}
	#menu-above-latest-news-homepage-2 li a {
		font-size: 11px;
	}
	.genesis-nav-menu.menu-primary {
		font-size: 12px;
	}

}


/* In-Between Desktop and iPad ----------- */

@media only screen and (max-width: 800px) {

	body{
		padding:0 !important;
		}

			
	.menu-header-menu-container, .menu-header-menu-mobile-container {
		border-radius: 0;
		}
		
	.genesis-nav-menu.menu-primary {
	    font-size: 10px
	}
		
	#header {
		border-radius: 0;
			}
			
	#footer .social-mobile {
		display: block;
		padding-top: 15px;
	}
		
	#footer .social {
		display: none;
		}
		
	#footer .disclaimer-logos {
		display: block;
		padding-top: 10px;
		}
		
	#footer .lbl-disclaimer {
		display: block;
		}
					
}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {


	.menu-header-menu-container, .menu-header-menu-mobile-container {
		border-radius: 0;
		}
	
	#wrap {
		padding: 0;
	}
	
	#inner {
		width: 96%;
		padding: 2% 2% 0 2%;
		}
		
	#header {
		min-height: 0px;
		border-radius: none;
	}
	
	/* #title-area #title a {
		margin-top: 5px;
	} */
	
	.home-buttons li {
		width: 100%;
		background-image:none;
		border-top: 2px solid #fff;
		}
	.home-buttons li a{
		width: 100%;
		}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}


	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: left;
	}

	.genesis-nav-menu,
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}
	
	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}
	
	.genesis-nav-menu.menu-primary a{
	width: 67px;
	}
	

	.genesis-nav-menu li.right {
		display: none;
	}

	#footer .wrap {
		/* padding: 24px 0;
		padding: 1.5rem 0; */
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}
	
	#footer p {
	margin: 10px 0 0;
	font-weight: 400;
	  }
		  
	#footer .disclaimer-logos li {
	display:block;
	width: 41px;
	height: 41px;
	}
	
	.disclaimer-logos .item1, .disclaimer-logos .item2 {
	background-size: 40px 40px;
	}
	.disclaimer-logos .item1 {
	background-image:url("/images/seal-department-of-energy.png");
	
	}
	
	.disclaimer-logos .item2 {
		background-image:url("/images/seal-university-of-california.png");
		}
	
#footer .lbl-disclaimer {
      width: 136px;
	  margin-left: 20px;
	  }
	  
}

/* BREAKPOINT FOR 700px - force footer mobile earlier */
@media only screen and (max-width: 700px) {

		
	#footer .disclaimer-text, #footer .lbl-disclaimer {
			  width:100%;
			  float:left;
			  margin: 0;
			   }
	
	#footer .disclaimer-text{

		}	
		
	#footer .disclaimer-text, #footer .lbl-disclaimer{
		padding-top: 10px;
	}
		
	#footer .social-mobile {
display: none;
		}	
		
	#footer .social {	
		display:none;
		}
		
	#footer .lbl-disclaimer a {
		  display: inline; 
		  }
		   
   .disclaimer-left, .disclaimer-right {
	width: 49%;   
	}
	
	.disclaimer-left {
	padding-right: 1px;   
	}
	.disclaimer-right {
	padding-left: 1px;   
	}
	
	#footer p {
		text-align:center;
		margin: 0 auto;
		width: 70%;
		}
		
		
	#footer .social-links {
	padding-bottom: 10px;
	float:none;
	text-align: center;
	}
	
	#footer .social-links ul {
	list-style-type:none;
	background-color: green;
	}
	
	#footer .social-links li {
	list-style-type:none;
	float: none;
	margin: 0 3px;
	display: inline-block;
	}
	
	#footer .disclaimer-logos {
      display:none;
	  }
}		




/* BREAKPOINT FOR 600PX - bootstrap navigation pops up

@media only screen and (max-width: 600px) {

.mobile-main-nav {
	display: block;
	border-bottom: 1px solid #0f4058;
	width: 100%;
	float: left;
	padding: 2% 0;
	margin: 0;
	}

	button.sections {
		width: 48%;
		background: #fff;
		color: #0f4058;
		border: 0;
		text-align: left;
		padding: 2% 0 2% 2%; margin: 0;
		font-size: 1em; line-height: 1em;
		display: inline;
		float: left;
		font-weight: normal;
		height: 100%;
		border-right: 1px solid #0f4058;
		}
		
	#header .widget-area {	
		display: none;
		}
		
	.mobile-main-nav .searchform {
		float: right;
		width: 50%;
		padding: 0; margin: 1% 0 0;
		height: 100%;
		}
		
	.mobile-main-nav .searchform input {
		width: 78%;
		font-size: 1em;
		margin: 0; padding: 2% 0;
		color: #0f4058;
		}
		
	.mobile-main-nav .searchform input.searchsubmit {
		background: url("images/search.gif") no-repeat top left;
      	width: 24px; height: 21px;
      	background-repeat: no-repeat;
      	display: block;
     	text-indent: -9999px;
     	padding: 0; margin: 0 2% 0 0; 
      	float: right;
		}
		
	.mobile-main-nav .searchform input {
		border: 0;
		border-radius: 0;
		box-shadow: 0 !important;
		}
		
	.genesis-nav-menu li {
		float: left !important;
		width: 100% !important;
		margin: 0; padding: 0;
		border-bottom: 1px solid #0f4058;
		}
		
	.genesis-nav-menu.menu-primary a {
		border-left: 0;
		width: 90%;
		padding: 4% 0 0 5%; margin: 0;
		line-height: 1em;
		}
		
	li.menu-item-52, li.menu-item-25750 {
		border-top: 0;
		}
	
}*/

/*Lab Values Section*/

.lab-values  {

}

.lab-values h4 {
	margin-left: 1em;
}

.lab-values ul li {
margin-left: 1.5em;
margin-top: .25em;
list-style-type: disc;
color: #787878;
}

.lab-values ul li span {
	color: #1e1e1e;
}

.lab-values-photos img {margin:10px 0; border:2px solid #fff;box-shadow: 1px 1px 1px #ccc;}

/* In-between breakpoint ----------- */

@media only screen and (max-width: 670px) {

	#inner {
		width: 96%;
		padding: 2% 2% 0;
		}
}
/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	html {
		font-size: 87.5%; /* 14px base */
	}
	
	#wrap {
		padding: 0;
	}
	
	#inner {
		width: 96%;
		padding: 0% 2% 0 2%;
		}
	.content-sidebar #content-sidebar-wrap {
		padding-top: 5px;
	}
	/* .menu-header-menu-container {
	display:none;
	}
	
	.menu-header-menu-mobile-container {
	display:block;
	} */
	
	#header {
		min-height: 38px;
		border-radius: none;
	}
	
	#header .search-form {
		width: 100%;
	}
	
	#title-area {
		width: 100%;
		}
	#title-area #title a {
		width: 100%;
		/*min-height:60px;*/
		}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	 
	#sidebar div:first-child {
		display: none;
	}
	
	#content {
		padding-bottom: 6px;
		padding-bottom: .5rem;
	}
	  
}
