/*
	Theme Name: LBL ORGS
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: pbutler
	Version: 1.1.0
	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
    font-size:16px;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	/*color: #2e6e9a;*/
    color: #187ec4;
	text-decoration: none;
}

a:hover {
	color: #31b2ed;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

aside p {
    margin: 0 0 10px;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote  p:first-child:before {
	content: "\201C";
	display: inline-block;
	font-size: 40px;
    padding-right:12px;
	  line-height:12px;
}

blockquote p:last-child:after {
	content: "\201d";
	display: inline-block;
    padding-left:12px;
	font-size: 40px;
    line-height:12px;
}
blockquote p{

	font-size: 30px;

}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
    font-weight: 700;
}

h2 {
	font-size: 24px;
    font-weight: 700;
}

h3 {
	font-size: 20px;
    font-weight: 700;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
    font-weight: 700;
}

h6 {
	font-size: 12px;
    font-weight: 700;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #aaa;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #187ec4;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #333;
	color: #fff;
}

.entry-content .button:hover,
.footer-widgets .button {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td, th {
	border: 1px solid #ddd;
	padding: 6px;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}
tr:nth-child(2n + 1) td {background-color:#eee;}
tr:nth-child(2n + 1) th {background-color:#043959; color:white;}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	background-color: white;
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 20px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-left: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 8px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

#menu-top-menu .custom-search{
float:right;
width:300px;
}
#menu-top-menu .custom-search input{
padding:7px;
}
#menu-top-menu .custom-search input[type="submit"]{
display:none;
}

.genesis-nav-menu .lbl-menu-item {display:none !important;}


/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 30px;
	margin: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #31b2ed;
}

.entry-title a:hover {
	color: #31b2ed;
	text-decoration:underline;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
	border-bottom: 2px solid #aaa;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-transform:uppercase;
}

/*.home-bottom .widget-title,
.sidebar .widget-title {
	margin: -40px -40px 40px;
	padding: 30px 40px;
}*/

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: normal;
	text-align: left;
    font-size:12px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 20px;
}

.widget li {
	/*border-bottom: 1px dotted #ececec;*/
	margin-bottom: 10px;
	/*padding-bottom: 10px;*/
}

.widget ol  {
	margin-left:20px;
}

.widget ol > li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 5px;
	/*text-indent: -20px;*/
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

/*.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 20px 20px;
}

.featured-content .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
*/


aside .featured-content .entry-header {
    border-bottom: none;
    margin: 0;
    padding: 0px;
}
aside .featured-content .entry-header {
    border-bottom: none;
    margin: 0;
    padding: 0px;
}


aside .featured-content .entry-title {
	font-size: 18px;
	margin: 0 0 16px 0;
}

aside .featured-content .entry
 {
	padding: 0;
	background-color:transparent;
}
/*
.featured-content .alignnone {
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}

.featured-content img {
	margin-bottom: -7px;
}

.featured-content .more-link {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}
*/
.footer-widgets  .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
	margin: 0;
}

.site-container #genesis-responsive-slider {
	border-width: 0;
	padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
	float: none;
	text-align: center;
}

.site-container #genesis-responsive-slider li {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

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

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

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 150px;
}

.site-header .wrap {
	/*padding: 40px 0;*/
    height:175px;
}
body  {
   background-color:#f1f1f1 !important;
}
body .site-header .wrap {
    background-image:url(./images/LBNL_masthead.svg) !important;
    background-size: 1140px 175px !important;

}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0 ;
	width: 60%;
    margin-top: 20px;
    position: relative;
}
.site-title  {

    float: left;
	height: 36px;
	width: 51px;

}
.site-title a {
    display:block;
	text-indent:-9999px;
	height: 36px;
	width: 51px;
    background-image:url(./images/Lab_bug_2020.png);
    background-size:contain;
    background-repeat:no-repeat;
}

.site-description {
    float:left;
    margin-left: 20px;
	color: #aaa;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 300;
    height:36px;
	letter-spacing: 1px;
	line-height: 36px;
	/*text-transform: uppercase;*/
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 40%;
    margin-top:20px;
    padding-right:0px;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}

/* MASTHEAD Nav */




.header-widget-area, .header-widget-area * {
    box-sizing: border-box;
    font-weight:400;
 }

.header-widget-area a {
    border-bottom:none;
 }
.header-widget-area a:hover {
    cursor:pointer;
 }


.header-widget-area {
    background: transparent !important;
    overflow: hidden;
    height: 60px;
    width: 100%;
   /* font-family: 'Open Sans', sans-serif;*/
}
.header-widget-area .lbl-wrap {
    height: 60px;
    margin: 0 auto;
    width:auto;
    padding: 0 20px;
    box-sizing: content-box;
}

/* added padding above so that masthead does not touch window edge, but needed to change box model so that width can be a custom client input .*/
.header-widget-area .lbl-wrap *{
    box-sizing: border-box;
}


.header-widget-area #logo-mark {
    width: 84px;
    height: 60px;
}
.header-widget-area #logo-type {
    width: 266px;
    height: 60px;
}
.header-widget-area .lbl-title-area {
    display: block;
    background: rgba(0, 0, 0, 0) url("./logo.png") no-repeat scroll left 9px;
    background-size:346px 40px;
    float: left;
    height: 60px;
    width: 346px;
    margin-right:14px;
    text-indent: -9999px;
    white-space: nowrap;
}
.header-widget-area .headerMenu {
    float: right;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 12px 4px 0 0;
}
#menu-header-menu {
    text-align: right;
}
.header-widget-area .headerMenu li {
    list-style-type: none;
    display: inline-block;
    padding: 0 9px 0 5px;
    vertical-align:bottom;
    height:14px;
    margin:0;
}
.header-widget-area #headerSearch {
    width:19px;
    position:relative;
    background:#00385b url("search.png") no-repeat center right;
    background-size: 13px 14px;
    margin-left:0;
    padding:0;

}
.header-widget-area .headerSearchImg {
    margin-top: -4px;
}



.headerMobileMenu {
    float: right;
    padding: 10px;
    display: none;
}
.headerMobileMenuLeft {
    float: right;
    padding: 10px 0px 10px 20px;
    display: none;
}
.mobileMenu {
    width: 50px;
}
.headerMenuList {
    padding: 0;
}
.headerMenuItem {
    border-right: 1px solid white;
}
.headerMenuItem:last-child {
    border-right: 0px;
    padding-right: 12px;
}
.headerLeft {
    width: 370px;
    height: 60px;
    float: left;
}

.headerMenu li a {
    color: #13314a;
    padding: 0;
    position: relative;
    text-decoration: none;
}
.headerMenu li a:hover {
    text-decoration: underline;
}

.headerTagBox {
    float: left;
    height: 60px;
    width: 280px;
    color: white;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    padding: 25px 0 0 11px;
}

.header-widget-area #container_search {
    margin: 0 !important;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 20px;
}

.header-widget-area #headerSearch:hover #search_string,
.header-widget-area #search_string:focus {
    display:block;
    opacity: 1;
    }
.header-widget-area #search_string {
    height:22px;
    color: #333;
    font-family: 'Open Sans', serif;
    font-size: 16px;
    width: 206px;
    padding:0 0 0 1px;
    border-radius: 0px;
    border:none;
    display:none;
    opacity: 0;
    background: #fff;
    margin: 0;
}

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

}

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

    .header-widget-area   {
        display: none;
    }

   .genesis-nav-menu .lbl-menu-item {
       display:block !important;

       }

  .header-widget-area .headerMenu {
    float: none;
    text-align:center;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 7px auto 0;
  }

  .header-widget-area .lbl-title-area {
    display: block;
    margin:9px auto 0;
    background: rgba(0, 0, 0, 0) url("./logo-type.png") no-repeat scroll top center;
    background-size: 200px 23px;
    float: none;
    height: 23px;
    width: 200px;
  }

  .header-widget-area #container_search {
    position: relative;
    right: 0;
    top: 0;
    width: 90px;
    height: 14px;
}

  .header-widget-area  #search_string {
    height: 14px;
    width: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height:14px;
    margin-top:0;
    display:block;
    opacity: 1;

  }

  .header-widget-area #menu-header-menu {
    text-align: center;
  }

  .header-widget-area #headerSearch {
    width:100px;
    background:none;
    margin-left:8px;
  }




   body #title {
        margin-left: 0px;
        float:left;
        text-align:left;
    }
}






/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu a {
	color: #333;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 10px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: white;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #ececec;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 16px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	color: #333;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #00385b;
}

.nav-primary,
.nav-primary a {
	color: #fff;
}
.nav-primary a:hover {
	color: #31b2ed;
}
.nav-primary .sub-menu {
	border-color: #222;
}

.nav-primary .sub-menu a {
	background-color: #00385b;
	border-color: #fff;
	color: #fff;
}

.nav-primary .sub-menu li a:hover {

	color: #31b2ed;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #31b2ed;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\2630";
	display: block;
	/*font: normal 20px/1 'dashicons';*/
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


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

/* Home Page
--------------------------------------------- */

.home-top {
	border-top: 1px solid #ececec;
}

.home-top .widget:first-child h4 {
	padding-top: 20px;
}

.home-top .entry {
	background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
	margin-bottom: 0;
}

.home-top a.alignleft,
.home-top a.alignright {
	width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top .featured-content .entry-header {
	border: none;
	padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-top .featured-content .entry-content {
	padding: 0 40px;
}

.home-top .more-link {
	display: table;
	text-align: center;
}

.home-bottom .widget {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	float: left;
	margin-left: 2.564102564102564%;
	padding: 40px;
	width: 31.623931623931625%;
}

.home-bottom .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	/*border: 1px solid #ececec;*/
	/*box-shadow: 0 1px #ececec;*/
	padding: 20px;
	margin-bottom: 20px;
}

.entry-header {
	/*border-bottom: 1px solid #ececec;*/
	margin: -20px -20px 20px;
	padding: 20px;
}
.home .content .entry-header {
	display:none;
}

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

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

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

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	margin-top: 22px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ececec;
	margin: 0 -40px;
	padding: 40px 40px 0;
}

.entry-tags {
	float: right;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #31b2ed;
	color: #fff;
}

.entry-pagination.pagination {
	margin: 0 0 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 40px 40px 0;
}

.comment-list li li {
	padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #31b2ed;
}

.ping-list li {
	padding: 40px 40px 16px;
}

.entry-pings .reply {
	display: none;
}

.comment-reply-link {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


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

.sidebar .widget {
	background-color: #eaf6f6;
	border: 1px solid #eaf6f6;
	box-shadow: none;
	padding: 20px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */


.to-top {
    text-align:right;
    background-color:#f1f1f1;
    padding-top:20px;
}
.to-top a {
    color:black;
    text-transform:uppercase;
    font-size:11px;
}
.to-top a:after {
    content:" ^";
    display :inline;
    font-size:14px;
}
.to-top a:hover {
    text-decoration:underline;
}

.footer-widgets {
	background-color: #f1f1f1;

	clear: both;
	padding-top: 40px;
    padding-bottom:20px;
}

.footer-widgets .wrap{
	display:flex;
    flex-direction:row;
    justify-content:space-between;
}
/* so that pseudo elements do not get space-between */
.footer-widgets .wrap:before,
.footer-widgets .wrap:after{
	display:none;
}

.footer-widgets input {
	border: 1px solid #333;
}
.footer-widgets .header,
.footer-widgets .header a
{
    font-weight:bold;
    font-size:18px;
    color:black;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	flex-basis:auto;
    flex-grow:unset;
    width:25%;
}
.footer-widgets-1 {



}
/*
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3{
	float: left;

}

.footer-widgets-4 {
	float: right;
}

*/
/*
Site Footer
---------------------------------------------------------------------------------------------------- */


#lbl-footer {
    font-family: "Open Sans", sans-serif;
    font-weight:400;
	color: #000;
	font-size: 11px;
	line-height: 15px;
    padding: 40px 0;
    background-color: #f1f1f1 !important;
    width:auto;
    margin:0 auto;
    box-sizing:content-box;
}
#lbl-footer .lbl-wrap{
    margin:0 auto;
    padding: 0;
    max-width:1140px;
}
#lbl-footer:after, #lbl-footer .lbl-wrap:after{
  content: "";
  display: table;
  clear: both;
}

#lbl-footer a {
    color: #333;
    border-bottom:none;
}

#lbl-footer a:hover {
    text-decoration:underline;
    color: #333;
    cursor:pointer;
}

#lbl-footer .social-links {
    width: 265px;
    display: table;
    margin: 0;
}

#lbl-footer .social-links {
	margin-left: 5%;
}

#lbl-footer .footer-logos,
#lbl-footer .doe-uc-text,
#lbl-footer .lbl-disclaimer {
      float: left;
	  display:block;
	  }

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

#lbl-footer .footer-logos .item1 {
	background-image:url("./images/footer-DOElogo.png");
	}

#lbl-footer .footer-logos .item2 {
	background-image:url("./images/footer-UCLogo.png");
	margin: 0 0 0 7px;
	}

#lbl-footer .footer-logos .item1,
#lbl-footer .footer-logos .item2 {
	background-position:center;
	background-repeat: no-repeat;
    background-size: contain;
}

#lbl-footer .doe-uc-text{
      width:250px;
	  float:left;
      margin-left:20px;
     }

#lbl-footer .lbl-disclaimer {
      width: 160px;
	  margin-left:60px;
	  font-size: 13px;
	  }

#lbl-footer .lbl-disclaimer a {
      display: block;
	  margin-bottom:6px;
	  }

#lbl-footer .social-links {
	width:200px;
	text-align:right;
	list-style-type:none;
	margin:14px 0 0;
	padding:0;
	float: right;
}
#lbl-footer .social-links li {
	list-style-type:none;
	display: inline-block;
	margin-left: 5%;
    float:none;
}

#lbl-footer .lbnl-footer-title {
    display:block;
    font-size:18px;
    margin-bottom:12px;
}

#lbl-footer.doe-uc-text,
#lbl-footer .lbl-disclaimer {
    padding-top: 0px;
    margin-left:10px;
}
#lbl-footer .social-links li a {
    background-color: transparent;
    background-image: url("lbl-social-icons.png");
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 31px;
    filter: gray;
    opacity: .6;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    text-align: left;
}
#lbl-footer .social-links li a:hover{ border-color: #0072bc; opacity: 0.9; }
#lbl-footer .social-links li a.item1 { background-position: 0px 4px; }
#lbl-footer .social-links li a.item2{ background-position: -23px 4px; }
#lbl-footer .social-links li a.item3{ background-position: -51px 4px; }
#lbl-footer .social-links li a.item4 { background-position: -74px 4px; }
#lbl-footer .social-links li a.item5{ background-position: -101px 4px; }
#lbl-footer .social-links li a.item6{ background-position: -124px 4px; }



@media only screen and (max-width: 768px) {
    .footer-widgets .wrap{
	display:flex;
    flex-direction:column;
    justify-content:space-between;
}
    #lbl-footer {
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }

    #lbl-footer .lbnl-footer-title{
        text-align:center;
    }

	#lbl-footer p {
	    margin: 10px 0 0;
	    font-weight: 400;
	 }

	#lbl-footer .footer-logos {
	    display:none;
	}

	#lbl-footer .doe-uc-text,
    #lbl-footer .lbl-disclaimer {
        margin-top: 10px;
        width:auto;
        margin-left:0;
        float:none;
        text-align:center;
    }
    #lbl-footer .disclaimer a{

        margin-left:auto;
        margin-right:auto;
    }
    #lbl-footer .social-links {
	    width: 100%;
        float: none;
        text-align:center;
        margin-top:6px;
        margin-bottom: 14px;
	}

    #lbl-footer .social-links li {
        margin: 0 3px;
    }

}



/*.site-footer {
	background-color: #fff;
	border-top: 1px solid #ececec;
	color: #aaa;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #31b2ed;
}

.site-footer p {
	margin-bottom: 0;
}*/


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
	color: #aaa;
}

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
	color: #333;
}

.enterprise-pro-black .nav-primary a {
	color: #fff;
}

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
	background-color: #333;
	color: #fff;
}

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
	background-color: #aaa;
	color: #fff;
}

/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
	color: #2bc876;
}

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
	color: #aaa;
}

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
	color: #333;
}

.enterprise-pro-green .nav-primary a {
	color: #fff;
}

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
	background-color: #2bc876;
	color: #fff;
}

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
	color: #ff6f00;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
	color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
	color: #333;
}

.enterprise-pro-orange .nav-primary a {
	color: #fff;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
	background-color: #ff6f00;
	color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
	color: #ff473a;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
	color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
	color: #333;
}

.enterprise-pro-red .nav-primary a {
	color: #fff;
}

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
	background-color: #ff473a;
	color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
	color: #34bfba;
}

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
	color: #aaa;
}

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
	color: #333;
}

.enterprise-pro-teal .nav-primary a {
	color: #fff;
}

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
	background-color: #34bfba;
	color: #fff;
}

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}
/*
Custom
---------------------------------------------------------------------------------------------------- */



/* home  */

.home .children {
	position:relative;
}

.home .cpt h2 {
	margin-bottom:24px;
}

.home .related-services {
    margin-top:14px;
}

.home .cpt > ul > li {
    display: inline-block;
    vertical-align: top;
    min-height: 0px;
    flex: 0 0 auto;
    width: 32%;
    list-style-type: none;

	border-top: solid 1px #aaa;
	border-right:none;
	border-bottom: none;
	border-left: solid 10px #187ec4;
    margin-bottom: 27px;
    padding: 0px;
    margin-left: 2%;
}
.home .cpt > ul > li >h3{
    display:inline-block;
    width:100%;
    min-height:0;
    vertical-align:middle;
    background-color:white;
    text-align:left;
    padding:10px 20px 0 10px;
}
.home .cpt > ul > li >h3 a{
    font-size: 16px;
	color:black;
	font-weight:bold;
}
.home .cpt > ul > li >h3 a.ext{
        display:block;
}
.home .cpt > ul > li >h3 a.ext:after{
        float:right;
        margin-top:5px;
        margin-right:-20px;
	    margin-left: 0;
}

.home .children ul{
	position:absolute;
	margin:0;
	padding:0 10px;
	width:100%;
	list-style-type:none;
	background-color:white;
	z-index:1000;
	box-shadow: 4px 4px 4px #ececec;
}
.home .cpt > ul > li li {
    list-style-type: none;
}
.home .children ul li{
	margin:0;
    padding:12px 4px;
	/*border-bottom: solid 1px #31b2ed;*/
    border-bottom: solid 1px #ccc;
}

.home .children ul li:first-child{
    padding-top: 8px;
}
.home .children ul li:last-child{
    border-bottom: none;
}
.home .children ul li h3{
	margin:0 ;
    padding:0;

}
.home .children > h3:before {
	content:'+';
	text-align: right;
    box-sizing: border-box;
	display:block;
	float:right;
    width:20px;
	margin:0 -20px 0 0;
    color:black;
    cursor:pointer;
}

.home .children.open > h3:before{
	content:'-';
}

.home .children > ul {
    display:none;
}

.home .children.open > ul {
    display:block;
}

.alert aside section:first-child{

    background-color: #f9dbdb;
    border-left: 8px solid #D95762;
    font-size: 18px;
}
.home .content article:first-child{
	padding-top:0;
}


.home-bttm {
	background-color: #eaf6f6;
}

/*  ------------------------------------------ */
.content {
	float: right;
	width: 800px;
}

.sidebar-primary {
	float: right;
	width: 320px;
}
.single-rels {
    margin-bottom:40px;
    min-height:200px;
}

.cpt {

    margin-bottom:30px;
    background-color:#fff;
    padding:0px;
}

.cpt > ul {

    margin:0;
    padding:0;
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;

}

.cpt > ul > li{
    /*display:inline-block;
    vertical-align:top;
    min-height:300px;*/
    flex:0 0 auto;
    width:32%;
    list-style-type:none;
    border:solid 1px black;
    margin-bottom:20px;
    padding:10px;
   /*margin-left:2%;*/
}
.cpt > ul > li:nth-child(3n +1){
    margin-left:0%;

}

.cpt > ul > li li{
   list-style-type:circle;


}
.cpt ul ul{

    margin-left:20px;

}

/*.cpt li{
    list-style-type:none;

}*/
.cpt h3{
    font-size: 16px;
    font-weight:normal;
}

.cpt > ul > li >h3{
    font-size: 20px;
    display:inline-block;
    width:100%;
    min-height:60px;
    vertical-align:middle;
    background-color:#ddd;
    text-align:center;
    padding:5px;
}

.cpt-widget > ul {
    margin:0 0 0 20px;
    padding:0;
}
.cpt-widget h3{
    font-size: 16px;
    font-weight:normal;
}

.cpt-widget .children > h3:before
{
    box-sizing: border-box;
	display:inline-block;
    width:20px;
	margin:0 0 0 -20px;
    color:black;
    content:'+';
    cursor:pointer;
}
.cpt-widget .triangle:before{
    content:'+';
}

.cpt-widget .children > h3.open:before
{

	content:'-';

}
.cpt-widget li li{
    margin: 0 0 0 10px;
}
.cpt-widget .children > ul {
    display:none;
}

/* and now no-boxes */
/*
.no-boxes h3{
    margin:20px 0 8px;
}
*/
.no-boxes  h2 {
    margin-bottom:24px;
}
.entry-content .no-boxes > ul {
    margin-left: 0px;
}
.no-boxes .children > h3 a{
    color:black;
	cursor:default;
}

.no-boxes li:first-child h3{
    margin-top:0;
}

/*.no-boxes .children:nth-child(n+2){
    margin-top:30px;
}*/

.no-boxes .children ul{
    margin-top:14px;
	margin-left:0;
    margin-bottom:26px;
    padding-left:18px;
    list-style-type:none;

	/*border-left:solid 7px #31b2ed;*/
}
.no-boxes > ul > li{
    margin-top:14px;
}
.no-boxes > ul > li > h3{
    padding: 7px 0 7px 9px;
	border-left:solid 7px #187ec4;
    border-top:solid 1px #aaa;
 }

/*.no-boxes .children ul ul{
	border-left:solid 3px #31b2ed;
}*/

.no-boxes .children li{

    list-style-type:none;
}
.no-boxes .children li{

    list-style-type:none;
}

.no-boxes .children li h3{
    font-weight:normal;
    font-size: 16px;
}

/*  --- for Archives ---  */
.archive .no-boxes li{
    list-style-type:none;
}

.the-excerpt{
    margin-bottom:26px;
    margin-left: 18px;
}
/* that's it for no-boxes  */

.the-content  {
    padding-bottom: 0px;
}

.the-content  ul {
    margin-left: 20px;
}

body .the-content ul li {
    padding-left:0;
    list-style-type: disc;
}

.entry-footer .no-accord > ul > li{
    padding:10px;
    /*border:solid 1px black;*/
    /*border-bottom:solid 1px #aaa;*/
    margin-bottom:0px;
    /*background-color:#eee;*/
}

.entry-footer h3,
.entry-footer li,
.entry-footer a,
.entry-footer p,
.entry-footer {
    line-height:1.625;
}





.entry-footer h2 {
    font-weight:normal;
        border-bottom: 2px solid #aaa;
    font-size: 20px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: uppercase;

}
.entry-footer h3 {
    font-size: 100%;
    margin-bottom:0;

}

.no-accord li li{
    padding-left:30px;

}
.no-accord li li h3{
    /*font-size: 16px;*/
}
.no-accord  h3{
    font-weight: normal;
}

.home .content .entry-header {
    display:none;
}
.sidebar .widget.resource {
    background-color:#eee;
}
/*.sidebar .widget.contact {
    background-color:#fff;
}
.sidebar .widget.group {
    background-color:#fff;
}
.sidebar .widget.service {
    background-color:#e0ffe8;
}
*/
.single .entry-footer{
    margin-bottom: 30px;
}

.footer-relationships{
	background-color:#eaf6f6;
	padding:30px 0;
	margin-bottom:40px;
}
.footer-relationships .wrap{
	padding:0 20px;
	margin-bottom:10px;
}

.contact-b, .contact-c {
    border-top: 1px solid #ececec;
    margin: 20px 0 0;
    padding: 20px 0 0;
}

.ext:after{
    content:'';
    display:inline-block;
    margin-left:5px;
    width:15px;
    height:15px;
    background-image:url(images/ext.png);
    background-size:contain;
}
/*  buttons */

.sidebar .button {
	text-align:center;
	display:block;
	width:80%;
    margin:0 auto;
    padding-left:30px;
	padding-right:30px;

}

/*
.sidebar .button {
    display: block;
    background-color: #127ac1;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    padding: 16px 0;
    text-transform: uppercase;
    white-space: normal;
    width: 100%;
    text-align: center;
}
.button {
    border-radius: 5px;
    border: none;
    white-space: normal;
    width: 100%;
    text-align: center;
}
.button {
    display: inline-block;
}
*/


.search .entry-header {
    border-bottom: none;
    margin: 0 0 10px;
    padding: 0px;
}


.search .entry {

    padding: 0 20px 10px;
    margin-bottom: 0px;
}

/*   Maryanne's special boxes  */
.content-box-blue,
.content-box-gray,
.content-box-grey,
.content-box-army,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	padding:8px;
    margin-bottom:20px;
}

.content-box-blue {
	background-color: #F0F8FF;
	border-left: 8px solid #CEE1EF;
}

.content-box-gray {
	background-color: #e2e2e2;
	border-left: 8px solid #bdbdbd;
}

.content-box-grey {
	background-color: #F5F5F5;
	border-left: 8px solid #DDDDDD;
}

.content-box-army {
	background-color: #737a36;
	border: 1px solid #000000;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border-left: 8px solid #D95762;
}

.content-box-yellow {
	background-color: #fef5c4;
	border-left: 8px solid #FADF98;
}

.st-default-search-input {
    padding: 17px 10px 17px 18px !important;
    height: 16px !important;
}

/*
Accordians
---------------------- */
.accordian-container{
    margin-bottom: 16px;
    margin-top: 16px;
}
.accordian-header {
    width:100%;
    background: #eaf6f6;
    padding:6px 10px 6px;
    line-height: 1.4;
    padding-left: 30px;
    position: relative;

}
.accordian-header:hover {
   cursor:pointer;

}
.accordian-header:before {
    content:'+';
    margin-right:10px;
    font-family:monospace;
    position: absolute;
    left: 10px;
}

.opened.accordian-container .accordian-header:before {
    content:'\002212';
}

.accordian-content{
    display:none;
    padding:0 15px 15px;
    }

.opened.accordian-container .accordian-content{
    display:block;
}

/* ## Accessible Menu
--------------------------------------------- */
 
.menu .menu-item:focus {
	position: static;
}
 
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

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

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.site-header .widget-area {
		width: 40%;
        padding-right:0;
	}
    .site-title, .site-description{

        font-size:24px;
    }

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}
    /*.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
    .footer-widgets-4{
		width: 255px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
*/
}

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

	.wrap {
		max-width: 768px;
	}

	.home-top .wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	/*.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
    .footer-widgets-4,*/
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 10px 0;
	}
    .title-area{
        margin-top:0;
        text-align:center;
        float:none;
    }
    .site-title, .site-description{
        display:inline-block;
        float:none;

    }

    .site-header .widget-area{
		text-align:center;
        margin-top:0;
        padding-left:50px;
	}
    .header-widget-area .headerMenu {
    float: none;
    display:inline-block;

    margin:0;
}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

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

	.footer-widgets-1 {
		margin-right: 0;
	}

	.featured-content .alignnone {
		display: block;
		text-align: center;
	}

	.home-top a.alignleft,
	.home-top a.alignright {
		width: 100%;
	}

	.home-top .featured-content .entry-header {
		clear: both;
		padding: 40px 40px 0;
	}

	.home-top .featured-content .entry-content {
		padding: 0 40px 40px;
	}
	.home .cpt > ul > li {
    width: 48%;
    margin-left: 2%;
	}

}

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

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.home-top .more-link {
		display: block;
	}
	.home .cpt > ul > li {
    width: 100%;
    margin-left: 0;
	}
	.home-bottom .widget {
		margin: 0 0 40px;
		width: 100%;
	}
	.home .children ul {
    position: relative;
    box-shadow: none;
    }
    .home .children ul li {
    border-bottom:none;
    }
	.header-image .site-title a {
		background-size: contain !important;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\02C5"; /*down arrow*/
		float: right;
		/*font: normal 16px/1 'dashicons';*/
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\02C4"; /*up arrow*/
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
    /* -----  Custom --- */
    .cpt > ul > li{
        display:block;
        vertical-align:top;
        min-height:100px;
        width:100%;
        list-style-type:none;
        border:solid 1px black;
        margin-bottom:20px;
        margin-left:0;
        padding:10px;

    }
    .footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
    .footer-widgets-4 {
		width: 100%;
	}

}
@media only screen and (max-width: 600px) {
    .site-title{
        display:none;

    }

    .site-description {
        line-height: 28px;
        margin-left: 0px;
    }
    body .site-header .wrap {background-position-x: -560px !important;}
}
