/*
	Theme Name: Berkeley Lab News Center
	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(//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;
}

a {
	text-decoration:none;
	}

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

body {
	background-color: #fff;
	line-height: 1;
	transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

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;
}

::-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.8125rem;
  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,
.h1 {
  font-size: 28px; 
  font-size: 1.75rem; 
  }

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

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

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

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

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

dt {
  font-weight: bold; }

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

a:hover,
body,

h4.widgettitle a,
.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;
}

h2 a,
h2 a:visited {
	color: #0072bc
	}

h1,
.entry-title,
.entry-title a {
	color: #0072bc;
}



.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;
	}
	
h3 a,
h3 a:visited {
	color: #333;
	text-decoration: none;
}

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

blockquote::before,
blockquote p,
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;
}

.genesis-nav-menu.menu-primary #menu-item-25936 a {
	color: #13438A;
	text-decoration: underline;	
}

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

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

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

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

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


#title a {
	font-family: 'Open Sans Condensed', sans-serif !important;
	 font-weight:normal;
	 color: #d46208;

}

.single-post #title a {
	font-weight:bold !important;
	 font-size:18px;
}


h1,
.entry-title,
.entry-title a {
	font-size: 26px;
	font-size: 2.25rem;
	margin:0;
	line-height:normal;
	text-align:left;	
}
.archive .entry-title a {
	font-size: 24px;
	font-size: 1.5rem;
	}
	


h2,
.entry-subtitle,
.entry-subtitle a {
	font-size: 16px;
	font-size: 1rem;
	margin:0;
	line-height:normal;
	text-align:left;
	color: #999999;
	
}


.entry-subtitle{
	font-size: 20px;
	color: #555;
	
}

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

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

h3 {
	/* font-size: 24px;
	font-size: 1.5rem; */
	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 #cccccc;
	 color: #666;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 12px;
	margin: 0 0 15px;
	padding: 7px 0px;
	text-transform: uppercase;
}

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: 10px !important;
	font-size: 0.625rem !important; */
}
.post-info {
	margin: 4px 0 0 0;
	line-height:normal;
	}
	
.post-meta {
	font-size: 16px;
	font-size: 1em;
	color: #333;
}
.post-meta.views {
	background-color:#ddd;
	padding:4px 10px;
	display:none;
}

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

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

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

.entry-title a {
	font-weight: 400;
	}

.post-info .author,
.post-info .date {
	text-transform: uppercase;
}

.post-info .vcard.author .fn {
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
}

h1,
h2,
h4,
h5,
h6 {
	font-weight: 400;
	}
h3 {
	font-weight: 700;
	}
.wp-caption {
	text-align: center;
	margin-bottom:27px;
    max-width: 100%;
}

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

}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#title {
	float: left;
	margin:0;
}

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

#inner {
	clear: both;
	overflow: hidden;
	padding-top: 15px;
	padding-top: 1rem;
}

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

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

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

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


.widget_categories ul{
  width:100%;
  overflow:hidden;
  }

.widget_categories li{
  line-height:1.5em;
  
  float:left;
  width: 42%;
}



.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:66%;
	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 */
	/* border-top: 5px solid #d46208; */
	padding-top: 25px;
	clear:both;
	
}

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

.content-sidebar-sidebar #sidebar-alt,

.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;
}
/* STYLES FOR RECENT ARTICLES SIDEBAR */

.widget_recent_entries ul li {
	list-style-type: none;
	display: block; clear: both;
	float: left;
	margin-bottom: 5%;
	width: 100%;
	margin-left: 0;
	}

	
.widget_recent_entries ul img.wp-post-image {
	float: left;
	margin-right: 10px;
	}
	
.widget_recent_entries ul li {
	margin: 0; padding: 0;
	padding-bottom: 10px;
	margin-left: 0px !important;
	}
	
.widget_recent_entries ul li a {
	color: #0072bc;
	font-weight: normal;
/*	font-size: 16px;
	font-size: 1rem;*/
	text-decoration:none;
	}
	
 .widget_recent_entries  span.post-date  {
	color: #999;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
}

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

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

.entry,
.page .post.entry {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	float:left;
	max-width: 100%;
}

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

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

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

.entry-content p {
	margin-bottom: 16px;
	margin-bottom: 1em;
}

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

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

.vid-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom:20px;
    height: 0;
    overflow: hidden;
}

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

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

.post-info {
	margin-bottom: 8px;
	margin-bottom: .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 {
	padding-top: 8px;
	padding-top: .5rem;
}

.archive .post-meta {
	float: left;
	}

.gupdate{
	font-size:12px;
}

.categories,
.tags {
	display: block;
}
/*beg Single Post Info Styles*/
span.outer.feature-story, span.outer.news-release {
	background: none;
	width: 100%;
	}
	
.category-feature-story  .post-info {
	border-top: 2px solid #64afc3;
	}
	
.category-news-release .post-info {
	border-top: 2px solid #d46208;
	}
	
span.news-release, span.feature-story{
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
	padding: 4px !important;
	font-size: 10px;
	font-size: 0.625rem;
	
}

.post-info span{
	font-size: 12px;
	/* font-size: 0.625rem; */
	}

span.news-release{
	background: #d46208;
}

span.feature-story {
	background: #64afc3;
	}
/*end Single Post Info Styles*/

/* 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 ----------- */



#flickr img {
	float:left;
	}
/* 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;
}
/* Emma integration   */

#wemma {
    background-color: #05405a;
    padding:10px;
    color:white;
}
.e2ma_signup_form_label,
.e2ma_signup_form_required_footnote {
    display:none;
}

#e2ma_signup_message {
    font-weight:bold;
    margin:0 0 10px;
}
 
.e2ma_signup_form_element input {
         width:100%;
         height: 30px;

 }
 
.e2ma_signup_form_button_row{
     text-align:center;
 }
 
.e2ma_signup_form_button_row .e2ma_signup_form_button {
    width: 47%;
    background-color: #b3b3b3;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 4px;
    font-weight: normal;
    box-sizing:border-box;
    display:inline-block;
    color:white;
    border-radius: 3px;
}

.e2ma_signup_form_button_row  #e2ma_signup_submit_button {
    background-color: #db7200;
}

.e2ma_signup_form_button_row .e2ma_signup_form_button:hover {
    background-color: #5f7b96; 
}

/*
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 {
	/* border-bottom: 1px solid #ccc; */
}

/* Header Navigation
 **--------------------*/
 
 
.widget.widget_nav_menu {
	padding-bottom: 10px !important;
		}
.menu-header-menu-mobile-container {
	display:none;
	}
.menu-header-menu-container, .menu-header-menu-mobile-container  {
	font-weight: 700;
	}

.menu-header-menu-container, .menu-header-menu-mobile-container {
	background:#0f4058;
	
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
  top: 10px;
  right: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #0f4058;
  border-radius: 0 0 3px 3px;
  }
  
.menu-header-menu-container li, .menu-header-menu-mobile-container li {
    display: inline;
    margin: 0 5px; 
	}


.menu-header-menu-container li a, .menu-header-menu-mobile-container li a {
    color: #77c3d5; 
	padding: 0;
	position: relative;
	}
	 
      
.menu-header-menu-container li a:hover, .menu-header-menu-mobile-container li a:hover {
   color: #fff; 
   }



	
/* Secondary Navigation
 **--------------------*/
 .genesis-nav-menu#menu-news-center-primary, .genesis-nav-menu#menu-news-center-primary-1 {
	background-color: #d46208;
	
	}

.genesis-nav-menu#menu-news-center-primary li {
	width: auto;
	float:left;
    margin:0;
    padding:0;
	}
.genesis-nav-menu#menu-news-center-primary li a {
	width: auto;
	border:none;
	line-height:23px;
   	color:#fff;
	padding:0px 19px 0px 19px;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	text-align: center;
	border-right:solid 1px #fff; /* #de8945 */
	
	}
	
	
.genesis-nav-menu.menu-secondary {
	background-color:#dce2df;
	font-size: 13px;
	font-size: 0.8125;
	font-weight:400;
	}

	
.genesis-nav-menu.menu-secondary a{
	float:left;
	color:#fff;
	text-decoration:none;
	margin: 0;
	/*border-right:solid 2px #fff;*/
	}

.genesis-nav-menu#menu-news-center-primary li:first-child, .genesis-nav-menu#menu-news-center-primary-1 li:first-child {
	background: none;
} 	
	
.genesis-nav-menu#menu-news-center-primary li:hover, .genesis-nav-menu#menu-news-center-primary-1 li:hover {
	background-color: #b2b2b2;
	}

.genesis-nav-menu#menu-news-center-primary li, .genesis-nav-menu#menu-news-center-primary-1 li  {
	float:left;
    margin:0;
    padding:0;
	width: 14.2857%; height: 50px;
	/*border-right:solid 1px #fff;*/
	background: url(images/white-border.gif) top left repeat-y;
	}
	


.genesis-nav-menu#menu-news-center-primary-1 li a, .genesis-nav-menu#menu-news-center-primary li a {
	width: 90%;
	padding: 6% 5%;
	border:none;
   	color:#fff;
	text-decoration:none;
	overflow:hidden;
	text-align: left;
	
	}


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

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

.home-buttons ul { 
	
}

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

/* Sidebar Navigation: Popular Links
 **----------------------------------*/
 
 #menu-popular-links {
	padding-left: 10px;
 }
  
#menu-popular-links li{
	list-style: none;
	margin-left: 0;
	width: 95%;
 }

#menu-popular-links li a{
	width:100%;
	float:left;
	display:block;
	color:#0f4058;
	text-decoration:none;
	font-weight: 700;
	margin-bottom: 2px;
	padding: 8px 0px 8px 0px;
	background: #dce2df;
	background-image: url("images/btn-blt-blu.png");
	background-repeat: no-repeat;
	background-position: 250px 12px;
	text-indent: 10px;
 }
	
/* All Navigation
 **--------------------*/

.genesis-nav-menu ul {
	width: 100%;
}

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

.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,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	display:block;
}

.author-box h1 {
	margin: 0
}

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

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


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.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;
}


/*
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;
	/* overflow: hidden; */
	padding-top: 5px;
}

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

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

.commentmetadata,
#author,
#email,
#url {
	/* margin-bottom: 12px;
	margin-bottom: 0.75rem; */
	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;
	width: 100%;
}

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: 16px;
	margin-bottom: 1rem;
	/* padding-bottom: 32px;
	padding-bottom: 2rem; */
	overflow: hidden;
}


.sidebar .featuredpost img {
	margin-bottom: 2%;
	}

.sidebar.widget-area ul li , .home-secondary-sidebar ul li {
	list-style-type: disc !important;
	/* list-style-position: outside;
	margin-bottom: 6px;
	margin-bottom: 0.375rem; */
	word-wrap: break-word;
}

/*TaBL PRIMARY SIDEBAR
/**********************/

/*TaBL Primary Sidebar Search Form*/

.featuredpost#featured-post-4 {

	background-color: #ddd;
}

.featuredpost#featured-post-4 h4{

	padding-left:5px;
}

.featuredpost#featured-post-4 h2 {

	padding-left:10px;
	padding-right:6px;

}

.featuredpost#featured-post-4 h2 a{

	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
}

.widget_search  {
}

 .search-form {
	}
	
#searchform label {
	margin-left: 0;
	color: #fff;
	font-weight: 700;
}

.widget_search input {
	margin: 0em;
}

.widget_search input[type="submit"] {
	background: #64afc3;
	text-transform: uppercase;
	}

.widget_search input[type="text"] {
padding: 1px 0px;
border: 2px solid #ddd;
width: 70%;
height: 25px;
margin-right: 11px;
}

/*Social*/
/*News Center Single Social Sharing*/
.news-social-sharing {
	margin-bottom: 20px;
	clear: both;
	text-align: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 15px 0;
}

/*TaBL Sidebar Social*/
#sidebar-social{
	width:200px;
	margin: 0 auto;
	}

#sidebar-social .social-links{
	padding-top:5px;
	float:none;
	
	}
#sidebar-social .social-links ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 ;
	float: left;
}

#sidebar-social .social-links li{
	list-style-type:none;
	display: inline;
	float: left;
	margin: 0 7px 0 0;
}

#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;
/*	filter: url(filters.svg#grayscale);  Firefox 3.5+   BROKEN*/
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
    opacity: .6;
}
.social {}
#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; }

#sidebar-social p{
	padding-left: 4px;
	margin-top: 35px;
	color: #666;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
}
.social {
}

/*
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 a {
    color: #333; }
#footer a:hover {
    color: #d36025; }
	
.footer-widgets-1 ul li {
	margin: 0 16px 0 0;
}


#footer {
    border-top: 1px solid #cccccc;
    padding: 5px 0 0;
    background: none; }

#footer p {
	font-weight: 400;
	}
	  
 .social ul {
width: 265px;
display: table;
margin: 0;
	}
.social-links {
	margin-left: 5%;
}
#sidebar .widget .social {
	width: 300px;
margin: 0 auto;
}

#footer .disclaimer-logos,
#footer .disclaimer-text, #footer .lbl-disclaimer {
      float: left; 
	  display:block;
	  }
  
#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, .social-mobile {
	width:200px;
	float:right;
	}
	
 .social-mobile {	
	display:none;
	}
	
 .social-links {
	float:none;
	}

 .social-links ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 ;
	float: left;
}
 .social-links li {
	list-style-type:none;
	display: inline;
	float: left;
	margin-left: 5%;
}
 	
#footer .creds {
	text-align: right;
}

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

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

.footer-widgets {
	clear: both;
	line-height: 1.125;
	overflow: hidden;
	padding: 30px;
	padding: 1.875rem;
	background: #64afc3;
}

.footer-widgets .widgettitle {
	color: #fff;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
}

#footer-widgets  h4{
	margin-top:0;
	text-indent:0;
}
.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	
	
}

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

.footer-widgets .widget-area {
	width: 160px;
	margin:0 30px;
	}

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

.footer-widgets .widget-area ul li a {
	text-decoration: none;
	color:#fff;
	font-weight: 700;
	}

.footer-widgets-1 {
	margin-left: 0; /* 48px / 1152px */
} 


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

select,
textarea {
	background-color: #fff;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}
/*Header Search*/
#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; 
 }
 

	
 form .search-input {
      background: none;
      border: 0;
      float: left;
      height: 21px;
      line-height: 21px;
      padding: 0 3px;
      width: 150px; 
 }
	
#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; }
#menu-subsite-nav-menu a:before {
      background-image: url("../img/sprite.png");
      background-repeat: no-repeat;
      background-position: -26px -105px;
      content: "";
      display: block;
      height: 10px;
      left: 5px;
      position: absolute;
      top: 6px;
      width: 9px; }
#menu-subsite-nav-menu a:hover {
      background-color: #90b2c6; }

/** END from earlier LBL dev site */


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;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
width: 26%;
padding: 1%;
-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
box-shadow: inset 0px 1px 0px 0px #ffffff;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #e6e6e6) );
background: -moz-linear-gradient( center top, #ededed 5%, #e6e6e6 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e6e6e6');
background-color: #ededed;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #dcdcdc;
color: #807c80;
text-decoration: none;
text-shadow: 1px 1px 0px #ffffff;
clear: both;
text-transform: uppercase;
margin: -2px 0 0 0;
}


.status-publish table, .status-publish td {

	vertical-align: top;
}



/* 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;
}

.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 {
}


/* PAGINATION */

.news-pag {
	width: 100%;
	float: left;
	padding: 2% 0;
	}



/*
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: 100%;
		padding: 2rem 0;
		margin: 0;
		}	
}	

/* 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;
	}
	
	#inner {
		width: 97%;
		padding: 2rem 1.5%;
		margin: 0;
		}
}


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

	#title {
		font-size: 40px;
		width:auto;
		padding-left: 3px;
		padding-right: 3px;
	}

}


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

@media only screen and (max-width: 900px) {
	body{
		padding:0 !important;
		}	
	#title {
		font-size: 36px;
	}
	
	.genesis-nav-menu.menu-secondary {
		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
	}
	
	.genesis-nav-menu.menu-secondary {
		font-size: 11px;
		}
		
	#header {
		border-radius: 0;
			}
			
	#header .widget-area {
			
		}
			
	#footer .social-mobile {
display: none;
	}
		
	#footer .social {
		display: none;
		}
		
	#footer .disclaimer-logos {
		display: block;
		padding-top: 10px;
		}
		
	#footer .lbl-disclaimer {
		display: block;
		}
					
}


@media only screen and (max-width: 860px) {
	#title {
		font-size: 34px;
		
	}
	#description {
		padding: 7px 0;
		width:auto;
		margin-left: 27%;
		}
}

@media only screen and (max-width: 846px) {
	#title {
		font-size: 32px;
		
	}
}

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

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

	body{
		padding:0 !important;
		}
		
	#wrap {
		padding: 0;
	}
	
	#inner {
		width: 96%;
		padding: 2% 2% 0;
		}
		
	#content {
	width:100%;
	}
	
	#description {
		padding-left: 0;
		margin-left: 28%;
		width: 96%;
	}
			
	.menu-header-menu-container, .menu-header-menu-mobile-container {
		border-radius: 0;
		}
		
	#header {
		border-radius: 0;
			}
			
	#header .widget-area {
			
		}
			
	#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;
		}
	#inner #subnav {
		padding: 50px 0 0 0;
		margin: auto;
		width: 75%;	
	}
	
	#header {
		min-height: 0px;
		border-radius: none;
	}
	.content-sidebar #content-sidebar-wrap {
		padding-top: 10px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}
	#header	.wrap{

	}
	
	#description {
		width: auto;
		}
	
	#header .widget-area {
		width: 30%;
		float: right;
		padding-right: 5px;
	}

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

	.genesis-nav-menu,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}
	#title {
		margin-left:94px;
		}
		
	#description {
		float:left;
		margin-left: 300px;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}
	
	.genesis-nav-menu.menu-primary a{
	width: 67px;
	}
	
	#header .widget-area {
		
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	#menu-news-center-primary li{
	width: 50% !important;
	border-bottom: 1px solid #fff;
	}
	
	#menu-news-center-primary li a {
		width:100%;
		padding:0;
	}
	
	#menu-news-center-primary li.sn7 {
		border-bottom:none;
	}
	 
	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}
	
	.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
		border: 1px solid #ddd !important;
		background:none !important;
		box-shadow:none !important;
	}
	
	select.responsiveMenuSelect, select.responsiveMenuSelect {
		padding: 0;
	}
	.responsiveSelectContainer {
	border: 1px solid #ddd;
	}
	
	#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;
		  }
}
	
/* Android Galaxy SIII ----------- */

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

	#inner {
		width: 96%;
		padding: 2% 2% 0;
		}
		
	#title-area {
		width: 100%;
		}
	#title-area #title a {
		width: 100%;
		background: url("images/header-logo-mobile.png") no-repeat;
		min-height:40px;
		margin: 30px 0 0 3%;
		/* margin-top: 8%;
		margin-left: 3%; */
		}
		
	#title {
		font-size: 30px;
		}
		
	#title, #description {
		width:100%;
		text-align: center;
		margin:0;
		}
		
	img  {
		max-width: 100%;
		height: auto;
		}
		
	#menu-news-center-primary li{
	width: 100% !important;
	
	}
	
	#menu-news-center-primary li a {
		width:100%;
	}
			
	#footer {
	padding: 0;
	}
	
	#footer .disclaimer-text, #footer .lbl-disclaimer, #footer .social-mobile {
      width:100%;
	  float:left;
	  margin: 0;
       }
	 

	#footer .disclaimer-text{
		border-top: 1px #c9c9c9 solid;
		}	
	#footer .disclaimer-text, #footer .lbl-disclaimer{
		padding-top: 5px;
	}
	
   #footer .social-mobile {
		display:block;
	}
	
	
	
	#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;
	  }

}	


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

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

	
/* iPhones (portrait and landscape) ----------- */

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

	html {
		font-size: 87.5%; /* 14px base */
	}
	
	#wrap {
		padding: 0;
	}
	
	#header {
		min-height: 38px;
		border-radius: none;
	}
	
	#header .search-form {
		width: 100%;
	}

	#header .widget-area {
		display:none;
	}
	
	/* #header
	.wrap{
	padding:35px 0 0 10px;
	} */
	
	#title-area {
		width: 100%;
		}
	#title-area #title a {
		width: 100%;
		background: url("images/header-logo-mobile.png") no-repeat;
		min-height:40px;
		margin: 30px 0 0 3%;
		/* margin-top: 8%;
		margin-left: 3%; */
		}
		
	#title {
		font-size: 30px;
		}
		
	#title, #description {
		text-align: center;
		margin:0;
		}
		
	img  {
		max-width: 100%;
		height: auto;
		}
		
	.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%;
	}
	
	 
	.social {
		margin: 0 auto 0;
		height: 50px;
		width:100%;
	}
	
	#footer {
	padding: 0;
	}
	
	#footer .disclaimer-text, #footer .lbl-disclaimer, #footer .social-mobile {
      width:100%;
	  float:left;
	  margin: 0;
       }
	 

	#footer .disclaimer-text{
		border-top: 1px #c9c9c9 solid;
		}	
	#footer .disclaimer-text, #footer .lbl-disclaimer{
		padding-top: 5px;
	}
	
   #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;
	  }
	  
	.wp-caption {
		max-width: 96% !important;
		width: auto !important;
	}
	.wp-caption.alignright, .wp-caption.alignleft {
		float: none;
		margin:10px 0;
		margin:1rem 0;
	}
	.wp-caption p.wp-caption-text {
		margin-bottom: 5px;
	}
	
	.post {width:100%; word-wrap: break-word;}
	  
}

/* iPhones (portrait) ----------- */

@media only screen and (max-width: 320px) {
	#title {
		
		}
		
	#description {
		padding: 7px 0 10px;
		}
		
}
