/*
Theme Name: bcdc
Author: Laboratorio Uleåborg
Author URI: http://www.uleaborg.com
Version: 1.0.0
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);


body{
	font-family: 'Open Sans', sans-serif;
	background:#f3f3f3;
	color:#0d4da2;
     font-size:18px;

}



a.infolink{
	font-size:14px;
	display:none;

}
a.infolink::after {
    content: " → ";
    display: inline-block;
    font-weight: 400 !important;
    margin-left: 7px;
}
body.page-template-page-home h1,
.footercol h1{
	color:#fff;
}

body.page-template-page-home h2,
.footercol h2{
	color:#fff;
	font-weight:700;
}


/****DEMO REMOVE *****/
body.page-template-page-TESTI h1,
.footercol h1{
	color:#fff;
}

body.page-template-page-TESTI h2,
.footercol h2{
	color:#fff;
	font-weight:700;
}


/********/

h1{
	font-size:38px;
	font-weight:600;
	line-height:46px;
		margin-top:0;

}


h2{
	font-size: 1.6em;
font-weight: 400;
line-height: 1.4em;
	margin-top:0;

}



h3{
	font-size:18px;
	font-weight:600;
	margin-top:0;
}

h4{
	font-size:16px;
	font-weight:600;
		margin-top:0;

}



.main-box h1 {
  font-size: 2.8em;
    font-weight: 800;
    line-height: 1.2em;
    margin: 15px 0 20px;
}

.main-box p {
font-size: 16px;
    line-height: 1.5em;
}


.site-header {
  
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 2%;
    position: relative;
    width: 100%;
    display:block;
    background:#fff;
}

.site-branding {
    margin: 0 auto;
    padding: 0;
    display:inline-block;
    text-align:center;
    width:100px;
}

.site-title {
    margin: 0;
    padding: 0;
}

#main-container{
/*
	background-image:url("_img/mainbg1.jpg");
	background-repeat:no-repeat;
	height: 950px;
    position: absolute;
    width: 100%;
    background-size:cover;
    z-index: -1;
    top: 146px; */
    
    background-image:url("_img/mainbg1.jpg");
	background-repeat:no-repeat;
	height: 100%;
    position: relative;
    width: 100%;
    background-size:cover;
  
	
}

.content-wrapper{

	margin:0 auto;
	  padding: 0 3%;
	display:block;
	max-width:1200px;

}
.content-wrapper.home{

	margin:0 auto 30px;
    padding: 0%;
	display:block;
	max-width:1200px;

}


.content-wrapper.fullnarrow{

	margin:0 auto;
	padding:0 3%;
	display:block;
	max-width:900px;

}


.content-wrapper.nopadding{

	margin:0 auto;
	padding: 0;
	display:block;
	max-width:1200px;

}

.page-header{
	 background-image: url("_img/blue-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
	padding:50px 0;
	color:#fff;
	font-weight:600;
	font-size:34px;
}

.page-header p {
    margin: 0;
}


.page-header.single-blog{
	 background-image: url("_img/headerbg-light.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
	padding:50px 20%;
	color:#fff;
	font-size:16px;

}
.page-header.single-blog h1{
	color:#fff;
	margin:0 0 0.3em;
}


.page-header-content{

	margin:0 auto;
	padding:0 3%;
	display:block;
	max-width:800px;

}




.fullwidth{
	padding: 50px 0;

}

/**** RSS FEEDS *******/

ul#feeds{

 margin:0;
 padding:0;
 list-style:none;

}

ul#feeds li{

 margin:0 0 10px 0;
 padding:0;
 list-style:none;
    font-size: 0.9em;
    font-weight: 700;
    font-size:14px;

}

ul#feeds li a{

 font-weight:400;
 display: block;

}

/****** BLOG **********/

.blog-entry{

	background:#fff;
	padding:0px 10px 10px 30px;
	margin:20px 0;

}
.blog-entry.bcdc-energy,
.single-entry.bcdc-energy{

	border-bottom:5px solid #0d4da2;
}
.blog-entry.bcdc-clouds,
.single-entry.bcdc-clouds{

		border-bottom:5px solid #34c0c3;
}
.blog-entry.bcdc-weather,
.single-entry.bcdc-weather{

		border-bottom:5px solid #58ba47;
}
.blog-entry.bcdc-digital,
.single-entry.bcdc-digital{

		border-bottom:5px solid #ec008c;
}
.blog-entry.bcdc-interaction,
.single-entry.bcdc-interaction{

		border-bottom:5px solid #824c9f;
}

.blog-entry.bcdc-market,
.single-entry.bcdc-market{

		border-bottom:5px solid #f99d1c;
}


h2.entry-title a{
	font-weight:600;
}

.blog-img {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    position: absolute;
    top: 10px;
}
.blog-img.blog-imgright {
    left: 65.68%;
    right: 0;
}


.blog-cat, .blog-auth, .blog-tags{
    font-size: 0.9em;
    font-weight: 700;

}

.blog-date{
    font-size: 0.9em;
    font-weight: 400;

}


.blog-date::after {
    content: " • ";
    display: inline-block;
    font-weight: 400 !important;
    margin: 0 4px 0 7px;
    padding: 0;
}

.blog-tags::before {
    content: " | ";
    display: inline-block;
    font-weight: 400 !important;
    margin: 0 4px 0 7px;
    padding: 0;
}


.blog-auth::before {
    content: " - ";
    display: inline-block;
    font-weight: 400 !important;
    margin: 0 4px 0 7px;
    padding: 0;
}


ul.taglist{
    display: inline-block;
    margin:0;
    padding:0;
}


ul.taglist li{
    display: inline-block;
    margin:0;
    padding:0

}

ul.taglist li:after{
    content:', \00a0 ';

}

ul.taglist li:last-child:after{
    content:' ';

}

ul.taglist li.market{
	color:#f99d1c;

}
ul.taglist li.digital{
	color:#ec008c;

}
ul.taglist li.clouds{
	color:#34c0c3;

}
ul.taglist li.weather{
	color:#58ba47;

}
ul.taglist li.interaction{
	color:#824c9f;

}
/* SINGLE BLOG **/
.single-entry{

	margin:0 auto 40px;
	display:block;
	max-width:1200px;

}
.single-text{

	margin:0 auto 40px;
	display:block;
	max-width:1000px;

}

.blog-cat-single, .blog-auth-single, .blog-date-single, .blog-tags-single, .blog-journal-single{
    font-size: 0.9em;
    font-weight: 700;

}

.blog-auth-single::after, 
.blog-cat-single::after  {
    content: " • ";
    display: inline-block;
    font-weight: 400 !important;
    margin: 0 7px 0 5px;
    padding: 0;
}

.blog-tags-single::before  {
    content: " • ";
    display: inline-block;
    font-weight: 400 !important;
    margin: 0 7px 0 4px;
    padding: 0;
}

.blog-tags-footer {
   
      float: right;
    font-weight: 600;
    margin: 29px 0 0;
}
    
.blog-tags-footer::before  {
    content: "  ";
}


.blog-tags-single ul.taglist li{
	color:#fff;
}




/***** research results ******/
.entry-content.publishlist{
	margin:0 auto;
	max-width:1000px;
	padding:0 4%;
}

.entry-content.publish{
	margin:0 0 1.6em;
}


.publish-info{
	margin:0;
	padding:0;
	display:block;
}
.publish-auth, .publish-year, .publish-journal{
    font-size: 0.7em;
    font-weight: 700;
    	margin:0;
	padding:0;

}

h4.publish-title , h4.publish-title a{
	font-weight:400;
	font-size:1em;
	margin: 0!important;
	padding: 0!important;
}




.publish-auth:after, 
.publish-year:after  {
    content: " • ";
    display: inline-block;
    font-weight: 400 !important;
    margin: 0 7px 0 5px;
    padding: 0;
}

























ul.colored-line {
  list-style:none;
  width:100%;
  font-size:0;
  margin:20px 0 0 0;
  padding:0;
  position:relative;
}

ul.colored-line li {
  display:inline-block;
  height:5px;
  width:20%
  
}

ul.colored-line li:nth-child(1) {
  background:#58ba47;
}

ul.colored-line li:nth-child(2) {
  background:#34c0c3;
}

ul.colored-line li:nth-child(3) {
  background:#824c9f;
}

ul.colored-line li:nth-child(4) {
  background:#f99d1c;
}

ul.colored-line li:nth-child(5) {
  background:#ec008c;
}



/**** SHARE *****/

ul#share-icons{
 margin:0;
 padding:0;
 list-style:none;
}

ul#share-icons li{
 margin:0;
 padding:0;
 list-style:none;
 display:inline-block;
}

.share-title {
    color: #000;
    font-weight: 600;
    padding: 30px 20px !important;
    letter-spacing: 0.12em;
    float:left;
}


#share-icons [class^="icon-"],
#share-icons[class*=" icon-"]{
	font-size:56px;
	vertical-align: top;
}

#share-icons [class^="icon-"]::before, 
#share-icons[class*=" icon-"]::before{
	 margin-left: 0em;
     margin-right: 0.2em;
}

#share-icons a .icon-twitter-round{
 color:#6ca6f1;

}
#share-icons a .icon-facebook-round{
 color:#46529b;

}
#share-icons a .icon-linkedin-round{
 color:#2b84c0;

}
#share-icons  a .icon-gplus-round{
 color:#d34135;

}

/**********************/




.big-img {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    position: absolute;
    top: 0;
}
.big-img.imgleft {
    left: 0;
    right: 50%;
}

.big-img.imgright {
    left: 50%;
    right: 0;
}






/****** NAVIGATION ********/
/*
#left-navigation{
 float:left;
 width:45%;
}

#right-navigation{
float:right;
 width:45%;
 text-align:right;
}

.menu-rightmenu-container{
	float:right;
}
*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/




.primary-menu{

	display:block;
}
.secondary-menu{
	display:block;
	float:right;
}


.menu-wrapper{
	display: block;
	float:right;
	margin:25px 0 0 0;
}
.main-navigation {
    clear: both;
    display: block;
    float: right;
    padding: 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding:0 15px;
}
.main-navigation li:last-child {
	padding:0 0 0 15px;
}


.main-navigation a {
    display: block;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	background:#fff;
	padding:15px 0;
	width: 200px;

}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
    font-size: 0.8em;
    font-weight: 400;
     padding: 6px 15px;
}

.main-navigation ul ul li {
	margin:0 0 4px 0;
	width:100%;
	padding:0;

}

.main-navigation ul ul li:last-child {
	padding:0;
}


.main-navigation li > a {
	color:#0d4da2;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#0eb2f0;

}


.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color:#fff;
	background:#0eb2f0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color:#0eb2f0;
}



/*

.main-navigation li.menu-item-1652 ul{
 display:none;

}
.main-navigation li.menu-item-1652{
 display:none;

}

.responsive-menu li.menu-item-1652{
 display:none;

}

*/

/*.main-navigation li.menu-item-4429 ul{
 display:none;

} */



.sec-navigation {
	display: inline-block;
	padding: 0;
 	margin: 0 0 10px;
 	vertical-align: top;
}

.sec-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.sec-navigation li {
	float: left;
	position: relative;
	padding:0 15px;
}

.sec-navigation li {
    border-right: 1px solid #cdcdcd;
}



.sec-navigation a {
    display: block;
    font-size: 0.8em;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}


.sec-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.2em;
	left: -999em;
	z-index: 99999;
	background:#fff;
	padding:15px 0;
	width: 200px;
}

.sec-navigation ul ul li {
    margin: 0 0 4px;
    padding: 0;
    width: 100%;
}


.sec-navigation ul ul a {
    font-size: 0.8em;
    font-weight: 400;
     padding: 6px 15px;
     text-transform:none;
}

.sec-navigation ul ul li {
	margin:0 0 4px 0;
	width:100%;
	padding:0;

}

.sec-navigation ul ul a:hover,
.sec-navigation ul ul a.focus {
	color:#fff;
	background:#0eb2f0;
}

.sec-navigation ul ul li:last-child {
	padding:0;
}





.sec-navigation  ul li:hover > ul,
.sec-navigation  ul li.focus > ul {
	left: auto;
}



.sec-navigation li > a {
	color:#0d4da2;
}

.sec-navigation li:hover > a,
.sec-navigation li.focus > a {
	color:#0eb2f0;

}

.sec-navigation .current_page_item > a,
.sec-navigation .current-menu-item > a,
.sec-navigation .current_page_ancestor > a,
.sec-navigation .current-menu-ancestor > a {
	color:#0eb2f0;
}

/** SUBMENU ***/
#submenu-wrapper {
    margin: 20px auto 0;
    max-width: 100%;
    text-align:center;
}
ul#menu-mainmenu.submenu {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}
ul#menu-mainmenu.submenu li {
    display: inline;
    list-style: outside none none;
    padding: 0 20px;
    border-right: 1px solid #0eb2f0;

}

ul#menu-mainmenu.submenu li:first-child {
    padding: 0 20px 0 0;
}

ul#menu-mainmenu.submenu li:last-child {
    border-right:0;
}

ul#menu-mainmenu.submenu li a {
    	color:#0d4da2;

    font-size: 15px;
    font-weight: 600;
}
ul#menu-mainmenu.submenu li a:hover {
    text-decoration: none;
    color:#0eb2f0;
}
ul#menu-mainmenu.submenu .current_page_item > a {
     color:#0eb2f0;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 900px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}




button#responsive-menu-button {
    background: #0d4da2!important;
    height: 40px!important;
    position: fixed;
    right: 5%;
    top: 10px;
    width: 40px!important;
    box-shadow:none;
    border-radius:0!important;
}
.responsive-menu-box {
    display: inline-block;
    height: 40px!important;
    position: relative;
    width: 25px;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    background-color: #fff;
    border-radius: 0!important;
    height: 4px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 25px;
}


.lang-wrap{
	  display: inline-block;
    font-size: 0.8em;
    font-weight: 800;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    vertical-align: top;

}
.lang-wrap	a{
	 color: #0d4da2;
}
.lang-wrap	a:hover{
 	color:#00aeef;
}

.search-wrap{
	  display: inline-block;
    font-size: 1.8em;
    font-weight: 800;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    vertical-align: top;

}

.icon-search {
    float: right;
    margin: -13px 0 0;
}


/************************************/
/************ COLUMNS ***************/
/************************************/


.section {
	clear: both;
	padding: 20px 0;
	margin: 0px;
	position:relative;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 3% 0 3% 1.6%;
	
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;

}

.span_1_of_2.wide{
	padding: 20px 0;
}

.span_1_of_2.centered{
	text-align:center;
}

.span_1_of_2 {
	width: 49.2%;
	 padding: 0 1%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
	padding: 0 0 0 25px;
}
.span_1_of_4 {
	width: 23.8%;
}


/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}




/*************/


/*** MAIN SECTION ****/
.section.home{
	padding: 200px 0 0 0;
}

.section.home .col {
	display: inline-block;
	float:none;
	margin: 3% 0 3% 1.6%;
}
.section.home .col:first-child { margin-left: 0; }

.section.home .span_1_of_5{
  margin-left:0%!important;
  
}

.section.home .span_3_of_5{
  margin-left:1.6%!important;

}
/***************/

.section.whitebg{
	background:#ffffff;
}


.section.linkimages {
	background:#f3f3f3;
	margin:0;
	position:relative;
    padding: 20px 0 0;
}

.section.linkimages .col {

	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

.section.linkimages .span_1_of_5{
	padding:20px 0;
	margin:0;
	width:20%;
	position:relative;
	
}

.section.linkimages .span_1_of_5 img{
	max-width:96%;
	
}

.section.linkimages .span_1_of_5:nth-child(1){
	border-top:5px solid #58ba47;
	border-bottom:5px solid #58ba47;
}
.section.linkimages .span_1_of_5:nth-child(2){
	border-top:5px solid #34c0c3;
		border-bottom:5px solid #34c0c3;
}
.section.linkimages .span_1_of_5:nth-child(3){
	border-top:5px solid #824c9f;
border-bottom:5px solid #824c9f;
}
.section.linkimages .span_1_of_5:nth-child(4){
	border-top:5px solid #f99d1c;
	border-bottom:5px solid #f99d1c;

}
.section.linkimages .span_1_of_5:nth-child(5){
	border-top:5px solid #ec008c;
		border-bottom:5px solid #ec008c;

}



.section.imgtxt{




}


.section.imgtxt .span_1_of_2{

padding: 0 4%;

}

ul.helper-line {
  list-style:none;
  width:100%;
  font-size:0;
  margin:0;
  padding:0;
  position:absolute;
}

ul.helper-line li {
  display:inline-block;
  height:5px;
  width:50%
  
}

ul.helper-line li:nth-child(1) {
  background:#58ba47;
}

ul.helper-line li:nth-child(2) {
  background:#ec008c;
}

ul.helper-line li:nth-child(3) {
  background:#f1c40f;
}

ul.helper-line li:nth-child(4) {
  background:#e74c3c;
}

ul.helper-line li:nth-child(5) {
  background:#9b59b6;
}


.main-box{

	background-image:url("_img/blue-bg.png");
	background-repeat:no-repeat;
	background-size:cover;
	padding:20px;
	color:#fff;
	min-height: 411px;
}


.square{
	width:100%;
	height:249px;
	padding:20px;
	margin:0 0 10px 0;
	position:relative;
}

 .hyphenate{
	 -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;

          
}

.square.white{
	background:#ffffff;
}

.square.blue{
	background:#00aeef;
}

.square.slider{
	padding:0
}


.square.white h1,
.square.white h2,
.square.white h3,
.square.white h4,
.square.white h5,
.square.white p{
	color:#09469f;
	line-height: 1.2em;
	margin: 0  0 0.67em 0;
}


.square.blue h1,
.square.blue h2,
.square.blue h3,
.square.blue h4,
.square.blue h5,
.square.blue p{
	color:#fff;
	line-height: 1.2em;
	margin: 0  0 0.67em 0;
	
}


.square.white h2,
.square.blue h2{
	 font-size:1.3em;
	line-height: 1.4em;
	margin: 0;
	
}

.square hr{
	 background-color: #09469f;
    border: 0 none;
    height: 6px;
    margin: 0.5em auto;
    text-align: center;
    width: 20%;

}



/****** TEXT SLIDER *******/

ul#textslide {
  list-style: none;
  margin:0px auto;
  padding:20px;
}

ul#textslide li {
	 display: none; 
}





.news-block{
	width:100%;
	padding:20px;
	background:#fff;
	border-bottom:5px solid #0d4da2;
	color:#0d4da2;

}


a.readmorebtn{background: #0d4da2!important;color: #fff!important;display: inline-block!important;float: right!important;font-size: 0.7em!important;font-weight: 600!important;padding: 7px 9px!important;}



.icon {
    float: right;
    vertical-align: middle;
}

ul#main-blog{
	margin:0;
	padding:0;
	list-style:none;
	

}


ul#main-blog li{

	padding:0;
	list-style:none;
  margin: 0 0 12px;
  font-size:14px;
}


ul#main-news{
	margin:0;
	padding:0;
    display: inline-block;
    list-style:none;
}

ul#main-blog .blog-cat{
    font-size: 0.9em;
    font-weight: 700;

}

ul#main-blog .blog-date{
    font-size: 0.9em;
    font-weight: 400;

}
ul#main-blog .blog-date:after{
       content: "";

}



ul#main-blog .blog-cat::after {
    content: " • ";
    display: inline-block;
    font-weight: 400 !important;
    margin: 0 4px 0 7px;
    padding: 0;
}


span.bcdc-energy{

	color:#0d4da2;
}
span.bcdc-clouds{

	color:#34c0c3;
}
span.bcdc-weather{

	color:#58ba47;
}
span.bcdc-digital{

	color:#ec008c;
}
span.bcdc-interaction{

	color:#824c9f;
}

span.bcdc-market{

	color:#f99d1c;
}


a.mainblog-title{
	font-weight:400;
	color:#0d4da2;
	display:block;

}



ul#main-news li{
	margin:0;
	padding:0;
	list-style:none;
}

ul#main-news a{
	font-weight:400;
	font-size: 0.9em;
	
}

ul#main-news a:after{
    content: " → ";
    display: inline-block;
    font-weight: 400 !important;
    margin-left: 7px;
    vertical-align: to

}


p.news{
		color: #0d4da2;
		font-weight:800;
		font-size: 0.9em;
		margin:0;
		padding:0;
		display:inline-block;

}

p.news:after{
    content: " \2022 ";
    display: inline-block;
    font-weight: 400 !important;
    margin: 0 0px  0 4px;
    padding:0;

}


.left-bg{
	background-image: url("_img/bg-light.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: -1;
    left:0;
    bottom:0;
    top:0;
}
.right-bg{
	background-image: url("_img/bg-dark.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: -1;
    right:0;
    bottom:0;
    top:0;
    
}

.copy{
    color: #fff !important;
    position: relative;
    font-size: 0.8em;
    float: left;
    clear: left;
    margin: 20px 0 0 0;

}

.some{
	display:block;
	 padding: 5px 0 0;
}
.some a{
	color:#fff!important;
	font-size: 18px;
	margin: 0 4px;
}
.some a:hover{
	color:#00aeef;
}


.editorial{

	color: #fff;
float: left;
margin: 20px 0 0 0;
}

.editorial p{
	font-size:0.8em;

}
/*******************/
/*** NEWSLETTER ***/
/******************/

.btn-subscribe::before {
    background:#00aeef;
    font-size: 24px;
    height: 100%;
    line-height: 2;
    padding: 4px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    border-radius: 2px 0 0 2px;
}
.icon-subscribe::before {
    -moz-osx-font-smoothing: grayscale;
    content: "\E806";
    font-family: "Fontello";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    margin-left: 0;
    color:#fff;
}
.btn-subscribe {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: medium none;
	border-radius: 4px 2px 2px 4px;
    color: #09469f;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
     margin: 20px 0 0px;
    outline: medium none;
	padding: 10px 30px 10px 65px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.btn-subscribe:hover {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}


.btn-email{
	  background: #00aeef none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: 13px 0;
    text-shadow: none;
    width: 100%;
}

.btn-email:hover{
	background: #0099d2;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: 13px 0;
    text-shadow: none;
    width: 100%;
}


/* mail-chimp **/
#mc-embedded-subscribe{
background: #00aeef none repeat scroll 0 0 !important;
    border: 0 none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    height: auto !important;
    margin: 1em auto !important;
    padding: 7px 0 2px !important;
    text-shadow: none !important;
    text-transform: uppercase;
    width: 100% !important;


}





#mc-embedded-subscribe:hover{
	background: #0099d2!important;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: 13px 0;
    text-shadow: none;
    width: 100%;
}


	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }


#mc_embed_signup input.email {
    border-radius: 3px!important;
    display: block!important;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px!important;
    margin: 0 4% 10px 0!important;
    min-height: 32px!important;
    min-width: 130px!important;
    padding: 0.4em!important;
    width: 100%!important;
}



#mc_embed_signup input.mce_inline_error {
    border-color: #ff0000 !important;
    color: #ff0000 !important;
}

#mc_embed_signup .indicates-required {
    font-size: 11px;
    margin-right: auto!important;
    text-align:left!important;
}


#mc_embed_signup div#mce-responses {
    clear: both!important;
    float: left!important;
    margin: 0!important;
    overflow: hidden!important;
    padding: 0!important;
    top: -1.4em!important;
    width: 100%!important;
}

#mc_embed_signup div.response {
    float: left!important;
    font-weight: bold!important;
    margin: 1em 0!important;
    padding: 1em 0!important;
    top: 0!important;
    width: 100%!important;
    z-index: 1!important;
}

.modal-wrap {
    backface-visibility: hidden;
    height: auto;
    left: 50%;
    margin-left: -170px;
    margin-top: -170px;
    position: fixed;
    top: 30%;
    visibility: hidden;
    width: 340px;
    z-index: 2000;
}
.md-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}
.md-content {
    border-radius: 4px;
    color: #000000;
    margin: 0 auto;
    opacity: 0;
    outline: medium none !important;
    padding: 20px 0;
    position: relative;
}
.md-active {
    opacity: 1;
    visibility: visible;
}
.md-active ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
.md-effect ~ .content {
    transition: all 0.3s ease 0s;
}
.md-effect .md-content {
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.3s ease 0s;
}
.md-effect .md-content {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-radius: 0;
    outline: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 20px 20px;
}
.md-effect ~ .md-overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.md-active.md-effect ~ .content {
    filter: url("#blur3px");
}
.md-active.md-effect .md-content {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.md-active.md-effect ~ .md-overlay {
    transition: all 0.3s ease 0s;
}
.modal-wrap h2 {
  	color: #000;
    font-size: 2.7rem;
    margin: 0 0 15px;
}
.md-close {
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    outline: medium none;
    padding: 12px 0;
    text-align: right;
    width: 100%;
}
.md-close:hover {
    cursor: pointer;
}
@media screen and (max-width: 480px) {
	
	.modal-wrap {
    	height: 100%;
    	left: 0;
    	margin-left: 0;
    	margin-top: 0 !important;
    	position: fixed;
    	right: 0;
   	 	top: 0;
   		width: 100%;
    	z-index: 2000;
	}
	.md-content {
    	height: 100%;
    	padding: 100px 20px !important;
	}
	.form-wrap {
    	width: 100%;
	}
}




#list-wrapper{
	padding:0 0 0 15%;
}
ul#newsletter-list{
		display: block;
        margin: 0;
        padding: 0;
        list-style:none;
}

ul#newsletter-list li{
	  
        margin:0 0 0.4em;
}


#newsletter-header-txt{
	font-size: 0.6em !important;
	font-weight: 400;
}

#newsletter-share{
	padding: 2% 0 3%;
	text-align:center;
}


#tweets-wrapper, #main-blog, #feeds{

	height:340px;
	overflow:hidden;

}

a.newsletters-btn{
    color: #0d4da2;
position: absolute;
bottom: 0;
font-size: 0.8em;
background: #fff;
padding: 0.8em 1em;
left: 0;
right: 0

}

a.newsletters-btn:hover{
	color: #00aeef;
}

a.newsletters-btn::after {
    content: " → ";
    display: inline-block;
    font-weight: 400 !important;
    margin-left: 7px;
}

a.newsletters-btn.blue{
	color: #fff;
	background:#00aeef;
}
a.newsletters-btn.blue:hover{
	color: #fff;
}

/*** FEED SCROLLER ***/
#feeds{

	height:340px;
	overflow:hidden;
}


.simply-scroll {
    height: 320px;
   
}
.simply-scroll-container {
    position: relative;
}
.simply-scroll .simply-scroll-clip {
    height: 320px;
 
}
.simply-scroll-clip {
    overflow: hidden;
    position: relative;
}
.simply-scroll-list {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}


/********* FLIP BOXES *************/
.flipbox-wrapper{

	margin:0 auto;
	  padding: 0;
	display:block;
	max-width:1200px;

}


.flipcard {


        width: 95%;
        height: 404px;
        margin: 0px auto;
        color:#ffffff;
	    font-weight:500;
	    font-size:18px;
	    line-height:22px;
	
	    	 
	}


.flipcard .front{
  background-size:cover;
   background-position: center top;

}

.flipcard .back{
  background-size:cover;
   background-position: center top;

}

.flipcard a{
	color:#fff;

}


.flipcard a:hover{
	color:#ebebeb;

}

.backtext{
	padding:150px 5% 0;
	
}




/*********** PODCAST ************/

.podcast{
	background-image:url('_img/podcast-bg.jpg');
	background-repeat: no-repeat;
	background-position:center top;
    background-size: cover;
    padding: 2% 0;
}



.pod-slide.list{
	 
	    margin:0 0 40px;
}

.pod-banner{
	    background:#0d4da2;
	    padding: 0px;
	    margin:0;
	    color:#fff;
	    position: relative;



}

.pod-slide h1,
.pod-slide h2,
.pod-slide h3,
.pod-slide h4,
.pod-slide h5{
	color:#fff;
}

.pod-slide h2{
	font-size:1.6em;
	font-weight:600;
	margin:0;
	padding:0;

}

.pod-slide h3{
	

}


.pod-logo{
	display:inline-block;
	vertical-align:middle;
	margin: 25px 40px 25px 20px;
	width:20%;
}

.pod-txt{
	display:inline-block;
	vertical-align:middle;
	width:35%;
	margin:2% 0;
	padding:0 2% 0 0;
}

.pod-img{

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	height: 200px;
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%
	

}
a.pod-play{
	background:#00aeef;
	font-size: 3em;
	color: #fff;
	border: 5px solid #fff;
	border-radius: 50%;
	transition:all ease .4s;
	position:absolute;
	left:0;
	right:0;
	width:80px;
	height:80px;
	margin:0 auto;
	top:48%;
	transform: translateY(-50%);
	line-height: 1.2em;
}

a.pod-play:hover{
	background-color:#008dc1;
}

.pod-listen{
	background:#fff;
	display:block;
	margin:10px 0 0 0;
	padding:14px 20px 9px 20px;
	border-bottom:5px solid #58ba47;
	width:100%;

}

.pod-listen.list{
	margin:0px 0 0 0;


}

.icon-podcast{
	font-size: 1.4em;
	vertical-align: middle;
	line-height: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}


a.pod-listen-link{
	
		font-weight:400;
		font-size: 0.9em;
		margin:0;
		padding:0;
		display:inline-block;
}


p.pods{
		color: #0d4da2;
		font-weight:800;
		font-size: 0.9em;
		font-weight: 800;
		margin: 0;
		padding: 0;
		display: inline-block;

}

p.pods:after{
    content: " \2022 ";
    display: inline-block;
    font-weight: 400 !important;
    margin: 0 7px  0 5px;
    padding:0;
    vertical-align:middle;


}

a.readmorebtn {
    background: #0d4da2 !important;
    color: #fff !important;
    display: inline-block !important;
    float: right !important;
    font-size: 0.7em !important;
    font-weight: 600 !important;
    padding: 7px 9px !important;
}












/********* WEATHER **********/

/*
  Docs at http://http://simpleweatherjs.com

  Look inspired by http://www.degreees.com/
  Used for demo purposes.

  Weather icon font from http://fonts.artill.de/collection/artill-weather-icons

  DO NOT hotlink the assets/font included in this demo. If you wish to use the same font icon then download it to your local assets at the link above. If you use the links below odds are at some point they will be removed and your version will break.
*/

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}



#weather {
  margin: 0px auto;
  text-align: center;
}

#weather i {
  color: #0d4da2;
  font-family: weather;
  font-size: 64px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
 
}

.icon-0:before { font-family: weather; content: ":"; }
.icon-1:before { font-family: weather; content:  "p"; }
.icon-2:before { font-family: weather; content:  "S"; }
.icon-3:before { font-family: weather; content:  "Q"; }
.icon-4:before { font-family: weather; content: "S"; }
.icon-5:before { font-family: weather;  content: "W"; }
.icon-6:before { font-family: weather;  content: "W"; }
.icon-7:before { font-family: weather; content: "W"; }
.icon-8:before { font-family: weather; content: "W"; }
.icon-9:before { font-family: weather; content: "I"; }
.icon-10:before { font-family: weather; content:  "W"; }
.icon-11:before { font-family: weather; content: "I"; }
.icon-12:before { font-family: weather; content: "I"; }
.icon-13:before { font-family: weather; content: "I"; }
.icon-14:before { font-family: weather; content: "I"; }
.icon-15:before { font-family: weather; content: "W"; }
.icon-16:before { font-family: weather; content: "I"; }
.icon-17:before { font-family: weather; content: "W"; }
.icon-18:before { font-family: weather; content: "U"; }
.icon-19:before { font-family: weather; content: "Z"; }
.icon-20:before { font-family: weather; content: "Z"; }
.icon-21:before { font-family: weather; content: "Z"; }
.icon-22:before { font-family: weather; content: "Z"; }
.icon-23:before { font-family: weather; content: "Z"; }
.icon-24:before { font-family: weather; content: "E"; }
.icon-25:before { font-family: weather; content: "E"; }
.icon-26:before { font-family: weather; content: "3"; }
.icon-27:before { font-family: weather; content: "a"; }
.icon-28:before { font-family: weather; content: "A"; }
.icon-29:before { font-family: weather; content: "a"; }
.icon-30:before { font-family: weather; content: "A"; }
.icon-31:before { font-family: weather; content: "6"; }
.icon-32:before { font-family: weather; content: "1"; }
.icon-33:before { font-family: weather; content: "6"; }
.icon-34:before { font-family: weather; content: "1"; }
.icon-35:before { font-family: weather; content: "W"; }
.icon-36:before { font-family: weather; content: "1"; }
.icon-37:before { font-family: weather; content: "S"; }
.icon-38:before { font-family: weather; content: "S"; }
.icon-39:before { font-family: weather; content: "S"; }
.icon-40:before { font-family: weather; content: "M"; }
.icon-41:before { font-family: weather; content: "W"; }
.icon-42:before { font-family: weather; content: "I"; }
.icon-43:before { font-family: weather; content: "W"; }
.icon-44:before { font-family: weather; content: "a"; }
.icon-45:before { font-family: weather; content: "S"; }
.icon-46:before { font-family: weather; content: "U"; }
.icon-47:before { font-family: weather; content: "S"; }


.weather-head{
  display:block;
  float:left;
  width:100%;
  margin:0 0 10px 0;
}

#weather .w-icon {
  margin: 0;
  color: #0d4da2;
  font-size: 32px;
  font-weight: 800;
  float:left
}

#weather .temp {
  margin: 10px 0 0 0 ;
  color: #0d4da2;
  font-size: 32px;
  font-weight: 800;
  float:right;
}



#weather ul {
  margin: 0;
  padding: 0;
   text-align: left;
   float:left;
}

#weather li {
    display: block;
    font-size: 13px;
    padding: 0;
    color:#0d4da2;
}

#weather li.loc {
 font-size: 18px;
    font-weight: 800
}
.w-right{
float:right;

}




/*** ENERGYFORECAST ***/

#loader{
	display:none;
	background:url("_img/loader.gif") no-repeat;
    width:30px;
    height:30px;
    margin:0 auto;
}

.infoicon{
	float:right;
	margin: -3px 0 0;
}


#energy-forecast{
 display:table;

}

.forecast{
	  height:35px;
	  float:left;
	  width:100%;
	  margin: 0 0 10px;
	  font-weight:600;
	  color:#000;
	  display: table-row;
}


.sun{
  background-image:url("_img/sun.png");
  background-repeat:no-repeat;
  background-size:cover;
  width:30px;
  height:30px;
  float:left;
  margin: 0;
  display: table-cell;
}

.wind{
  background-image:url("_img/wind.png");
  background-repeat:no-repeat;
  background-size:cover;
  width:30px;
  height:30px;
  float:left;
  margin: 0;
  display: table-cell;
  
}

.energyvalue{
  border-right: 2px solid #000;
    color: #00aeef;
    display: table-cell;
    font-size: 1em;
    font-weight: 700;
    padding: 0 6px 0 0;
    text-align: center;
    width: 52%;
    line-height: 1.7em;
}

.kwh{

    font-size: 0.7em;
    font-weight: 700;
    display: table-cell;
    padding: 0 0 0  6px;


}





/****** TWEETS ********/
.tweet-wrap{
	margin:0 0 20px 0 ;
	font-size:14px;
	
}
.tweet-head{
	font-size:0.9em;
}
.tweet-date a{
	font-weight:400;
}

.tweet-content a{
 font-weight:400;
 }
/******** board ************/
/*** ADVISORY BOARD LOGOS ***/

.content-wrapper-references {
    margin: 0;
   width: 96%;
    overflow: hidden;
    position: relative;
    padding: 50px;
}


ul.board {
    padding: 0;
    margin: 30px 0;
    overflow: hidden;
}

ul.board li {
    display: inline-block;
    height: 300px;
    overflow: hidden;
    padding: 0;
    float: left;
    position: relative;
    margin:0%;
    border:5px solid #f3f3f3;
}

ul.board li a.thumbnail,
ul.board li div.thumbnail  {
	background-repeat: no-repeat;
	background-size: contain;
    background-color: #fff;
    background-position:center;
	display: block;
	/*overflow: hidden;*/
    box-sizing: border-box;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	z-index: 9;
    width: 100%;
    height: 100%;
  /*  
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%); 
	*/
}

ul.board li a.thumbnail .active-arrow {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    bottom: -15px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 970px)  {
	ul.board li {
		width: 50% !important;
	}
	.media iframe{
		width: 100%;
	}
}

@media (max-width: 1200px) and (min-width: 970px) {
    ul.board li {
        width: 33.3333% !important;
    }
    
    
}


  
  ul.board li a.thumbnail:hover {
  /*    -webkit-filter: grayscale(0%);
	filter: grayscale(0%); */
}




ul.board li.content {
	width: 100% !important;
	display: none;
	margin-bottom: 0px;
	background: none;
	float: left;
  /*  height: 250px; */
  height:auto;
	position: relative;
	    padding: 6px 0 0;
	background:#fff;
}

ul.board li.content h3 {
    display: inline-block;
}

ul.board li.content .close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fc421d;
    cursor: pointer;
    font-weight: normal;
    font-family: -webkit-pictograph;
    font-size: 42px;
    line-height: 46px;
}

ul.board li.content .close:hover {
    opacity: 0.7;
}

ul.board li.content .media {
    display: inline-block;
    float: left;
    margin-right: 20px;
  width:35%;
}

ul.board li.content .refe_content {
    display: inline-block;
   margin-right: 0px;
   width:60%;
  }



ul.board li.content .media.poster {
    text-align:right;
}

ul.board li.content .media img {
    min-width: 100%;
}

@media (max-width: 1080px) {
	.close {
		right: 0 !important;
		top: 7px !important;
	}
	ul.board .media {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media (max-width: 590px) {
	ul.board li {
		width: 100% !important;
	}
	ul.board .media {
		display: none !important;
	}
	ul.board li.content .refe_content {
    display: inline-block;
    padding: 0 4%;
    width: 92%;
}
}
@media (max-width: 700px) and (min-width: 590px) {
	ul.board .media {
		width: 100% !important;
		display: block !important;
		margin-top: 60px;
	}
}


.portfolio-content {
    display: none;
}

/***********************************/
/*********** LOGO GRID *************/
/***********************************/
*{
	margin:0;
	padding:0;

}

.logo-wrapper{
	margin:60px 0;

}

ul.logos  {
	list-style: none;
	font-size: 0px;
	margin-left: -1.5%; /* should match li left margin */
	text-align: center;
	
}
ul.logos li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 1.5% 1.5%;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.logos li img {
	max-width: 100%;
	height: auto;
	margin: 0;
}
ul.logos li h3 {
	margin: 0 0 5px;
}
ul.logos li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
ul.logos.columns-2 li {
	width: 48.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.logos.columns-3 li {
	width: 31.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.logos.columns-4 li {
	width: 23.5%; /* this value + 2.5 should = 25% */
}

/* class for 4 columns */
ul.logos.columns-5 li {
	width: 18.5%; /* this value + 2.5 should = 20% */
}


@media (max-width: 480px) {
	ul.logos {
		margin-left: 0;
	}
	ul.logos li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}






/****************************************
************ SIMPLE BAR **************
****************************************/


.simplebar, [data-simplebar-direction] {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
    overflow-y: scroll;
    overflow-x: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -ms-overflow-style: none; /* hide browser scrollbar on IE10+ */
}

/* hide browser scrollbar on Webkit (Safari & Chrome) */
.simplebar-scroll-content::-webkit-scrollbar {
    display: none;
}

[data-simplebar-direction="horizontal"] .simplebar-scroll-content,
.simplebar.horizontal .simplebar-scroll-content {
    overflow-x: scroll;
    overflow-y: auto;
}

.simplebar-track {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px;
}

.simplebar-track .simplebar-scrollbar {
    position: absolute;
    right: 2px;
    min-height: 10px;
    width: 7px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background:#00aeef;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}

.simplebar-track:hover .simplebar-scrollbar {
    /* When hovered, remove all transitions from drag handle */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 1;
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    -o-transition: opacity 0 linear;
    -ms-transition: opacity 0 linear;
    transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
}

[data-simplebar-direction="horizontal"] .simplebar-track,
.simplebar.horizontal .simplebar-track {
    top: auto;
    left: 0;
    width: auto;
    height: 11px;
}

[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,
.simplebar.horizontal .simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

.simplebar-content{
   margin: 0 20px 0 0;

}

/************ EOF SIMPLE BAR **************/

.footerbg{

	background-image: url("_img/footer-bg.jpg");
 	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

 ul.footermenu{
	list-style:none;
	margin:0;
	padding:0;	
	float:left;
	width:49%;

}

ul.footermenu li{

	margin:0;
	padding:0;
	    text-align:left;	
	

}

ul.footermenu li.menu-item-1652 ul{
 display:none;

}
ul.footermenu li.menu-item-1652{
 display:none;

}



ul.footermenu li a{

  color:#fff;
  font-weight:400;

}

ul.footermenu li a:hover{

  color:#ebebeb;

}


.footercol{
	position:relative;

}

.footer-contact {
    float: left;
    margin: 0 0 20px 30;
    padding: 0;
    width: 45%;
    display:block;
    text-align:left;
}
.content-footer{
display: block;
    margin: 0 auto;
    max-width: 600px;
    padding: 15px 3% 30px

}

/*
body.page-id-14{
	font-size:15px;

}
body.page-id-14 p{
	margin: 0 0 5.5em;
	min-height:170px;
}
*/



.researcher{

		   display: block;
    float: left;
    font-size: 15px;
    min-height: 170px;
    width: 100%;
    margin:0 0 20px;
		
}

.researcher img{
   clear: left;
    display: inline-block;
    float: left;
    margin: 0 20px  57px 0;
    max-width: 100%;
    vertical-align: top;

}

.researcher a{
	font-weight:400;

}


/****************************************
************ COMMENTS **************
****************************************/

.comments-title{
   font-size: 1.4em;
    font-weight: 600;
    margin: 25px 0 0;
}
.comment-notes{
	 font-size: 0.8em;

}
#respond label{
	display: inline-block;
    font-size: 0.8em;
    font-weight: 700;
    margin: 0 0 5px;
}
#respond input[type="text"]{
	display:block;
	padding: 5px 10px;
	width: 100%;
	margin:0 0 10px;
}


#respond textarea{
	padding: 5px 10px;
}

#respond input[type="submit"]{
	background-color:#0d4da2;
	border: 0 none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 9px 35px 7px;
    text-shadow: none;
    transition:background-color ease 0.3s;

}
#respond input[type="submit"]:hover{
	background-color:#0f59bb;

}
.comment-form-author{
   display:block;
}
.comment-form-email{
   display:block;
}

.comment-notes-req{
  font-size: 0.8em;
  	 margin: 0 0 20px;
}
ol.comment-list{
	margin:0;
	padding:0;

}
.comment{
	 background: #fff none repeat scroll 0 0;
    margin: 20px 0;
    padding: 10px 10px 10px 30px;
	border-bottom: 5px solid #0d4da2;

}
.comment .comment-content{
		margin: 0 0 10px;
}

.comment p{
		font-size:0.8em!important;
}
ul.children{
	border-bottom:0;
	margin:0 0 0px 20px;
}

ul.children .comment{
	border-bottom:0;
    margin: 0;
	padding:0;	
}

ul.children .comment .comment-meta{
		background:#f3f3f3;
		padding: 8px 12px;
}

ul.children .comment .comment-content{
		background:#f3f3f3;
		padding: 8px 12px;
		margin: 0 0 8px;
}


.thread-odd{
	background:#fff;

} 

.thread-even{
	background:#fff;

} 
.comment.odd{

	/*background:#ebebeb;*/
}
.comment.even{

	/*background:#fff;*/
}

.comment-meta{

    margin: 0;
    padding: 0 0 4px;
    color:#333;
}

.comment-meta-item::after {
    content: " • ";
    display: inline-block;
    font-weight: 400 !important;
    margin: 0 4px 0 7px;
    padding: 0;
}

.comment-meta-item {
    font-size: 0.7em;
    font-weight: 700;
    display:inline-block;
}

.comment-author {
    font-size: 0.7em;
    font-weight: 700;
     display:inline-block;
}

.comment-reply{
  margin:0 0 10px;
}

.comment-respond{
background:#fff;
padding:30px;
margin:30px 0 30px 0;

}

a.comment-reply-link{
  border: 1px solid #00aeef;
    font-size: 11px;
    font-weight: 700;
    padding: 1px 7px;
    border-radius:2px;

}
a.comment-reply-link:hover{
  border: 1px solid #0084b5;
 
}

a#cancel-comment-reply-link{
 border: 1px solid #00aeef;
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 6px;
    margin: -4px 0 0 9px;
    padding: 6px 7px;
    vertical-align: middle;

}
a#cancel-comment-reply-link:hover{
  border: 1px solid #0084b5;
 
}

.error  { 
    color: #ae0521;
    font-size: 0.6em;
    font-weight: 600;
    margin: 0 0 7px;
    padding: 5px;

}
input.error, textarea.error {
	 color:#666; 
	 background:#fff;
	  font-size: 0.9em ;
		font-weight:400;
	}
/************ EOF COMMENTS **************/


/****************************************
************ MEDIA QUERIES **************
****************************************/

@media (max-width: 1100px) {

.main-box h1 {
    font-size: 2.4em;
    line-height: 1.2em;
    margin: 15px 0 20px;
}



  .square.white h2,
  .square.blue h2{
   		font-size: 1.4em;
    	line-height: 1.2em;
  }

	#weather i {
    	font-size: 50px;
    	font-style: normal;
    	font-weight: normal;
    	line-height: 1;
	}
	#weather .w-icon {
    	 margin: 10px 0 0;
	}

	#weather .temp {
   	 	font-size: 24px;
    	font-weight: 800;
    	margin: 16px 0 0;
	}
	#weather li.loc {
    	font-size: 15px;
       line-height: 20px;
	}
	
	.energyvalue {
    font-size: 0.8em;
    line-height: 2em;
}

}

@media (max-width: 1000px) {
/*** MAIN SECTION ****/
	.section.home {
		padding: 200px 0 0 0;
	}

	.section.home .col {
		display: inline-block;
		float:none;
		margin: 3% 0 3% 1.6%;
	}
	.section.home .col:first-child { margin-left: 0; }

	.section.home .span_1_of_5{
  		margin-left:0%!important;
  		width:49%;
  
	}

	.section.home .span_3_of_5{
  		margin-left:0%!important;
  		width:100%;
	}
	
	.square{
			padding:12%;
	}
	
	ul#textslide {
   	 	padding: 13%;
	}
	
	
	.energyvalue {
    font-size: 1em;
    line-height: 1.7em;
	
/***************/
}

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

	.menu-wrapper {
        float: none;
    	margin: 0 auto;
    	text-align: center;
	}
	.secondary-menu {
   	 	float:none;
   	 	margin:0;
	}
	.site-branding {
    	display: block;
   		 margin: 0 auto;
        text-align: center;
        width:80px;    	
	}
	.sec-navigation li:last-child {
   	 	border-right: 0;
	}
		
	
	.lang-wrap {
    	display: block;
    	font-size: 0.7em;
 	    font-weight: 800;
     	padding: 0px;
   	 	text-transform: uppercase;
    	}
	
	
	ul#main-news{display:block!important;}
	a.readmorebtn{
		float:none!important;
		margin:20px 0 0 0;
	
		}

	
	
}

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


		.span_2_of_2, 
		.span_1_of_2 { 
			width: 100%; 
			margin: 1% 0; 
		}
		
		.big-img {
    		margin: 0 -4%;
    		padding-top: 56.25%;
    		position: static;
		}
		
		.footerbg{
			background-image:none;
		}
		
		.lightbg{
			background-image:url("_img/bg-light.jpg");
			background-position: center center;
    		background-repeat: no-repeat;
    		background-size: cover;
			text-align:center;
		}
		
		.darkbg{
			background-image:url("_img/bg-dark.jpg");
			background-position: center center;
    		background-repeat: no-repeat;
    		background-size: cover;
    		text-align: center;
		}
		.copy {
      		display:block;
      		left: 0;
    		margin: 0 auto;
        	right: 0;
		}
		
		
		
		.section.blog .span_3_of_5{
			width: 100%;
		}
		.section.blog .span_2_of_5 {
			width: 100%;
		}
		
		.section.blog .col{
			  margin: 3% 0 3% 0%;
		
		}
		
		.blog-img {
     		  margin: 0 1%;
    		  padding-top: 56.25%;
    		  position: static;
		}
		.blog-entry {
    		padding: 0 30px 10px 30px;
		}
		
		.section.linkimages .span_1_of_5 {
			width:33.3%;
		}
		
		.section.whitebg .col {
        	margin: 3% 0 3% 0%;
		}
		
		.section.whitebg .span_1_of_4 {
			width:49%;
		}
		.section.whitebg .span_2_of_4 {
			width:100%;
			padding: 0;
		}
		
		.btn-subscribe {
			margin:20px auto;
		}
		
		#list-wrapper{
			padding:0;
	}

}









@media (max-width: 600px) {
 
	.page-header{
		font-size:26px;
    }
    
    .section.home{
    	padding: 185px 0 0;
    	margin:0;
	}
	
	.menu-wrapper {
    	display: block;
    	float: none;
    	margin: 0 auto;
    	text-align: center;
	}
	.secondary-menu {
    	display: block;
    	float: none;
    	margin:5px 0 0 0;
	}

	
	.sec-navigation a {
    	font-size: 0.7em;
    }
    .sec-navigation li {
       padding: 0 9px;
   }
   .lang-wrap {
        font-size: 0.7em;
    	padding: 0;
    }
   	.search-wrap {
    	display: none;
	}
	#main-container {
   	 background-size: contain;
	}
	
	
	
	.pod-logo{display:none;}
	
	.pod-txt{
		display: block;
		vertical-align: middle;
		width: 100%;
		margin: 2% 0 0;
		padding: 6% 6% 0 6%;
		text-align: center;
	}
	
	
	.pod-txt p{margin:0;}
	.pod-listen {
      	text-align: center;
	}
	.pod-img{
		display:block;
		width:100%;
		position:relative;
		height:auto;
		background-image:none!important;
		margin: 23px 0;
		padding: 0 0 30px 0;
		text-align: center;
	}
	a.pod-play {
   
    	font-size: 2em;
    	border: 4px solid #fff;
    	position: relative;
   }
	
	
}


@media (max-width: 480px) {
/*** MAIN SECTION ****/
	.section.home{
		padding: 200px 0 0 0;
	}

	.section.home .col {
		display: inline-block;
		float:none;
		margin: 3% 0 3% 1.6%;
	}
	.section.home .col:first-child { margin-left: 0; }

	.section.home .span_1_of_5{
  		margin-left:0%!important;
  		width:100%;
  
	}

	.section.home .span_3_of_5{
  		margin-left:0%!important;
  		width:100%;
	}
	h1 {
    	font-size: 30px;
    	font-weight: 600;
    	line-height: 38px;
	}

	h2 {
    	font-size: 24px;
    	font-weight: 400;
	}
	
	.main-box h1 {
    	font-size: 1.8em;
    	line-height: 1.2em;
    	margin: 15px 0 20px;
	}

	p{
 		font-size: 16px;
	}
	.section {
    	margin: 10px 0;
	}

/*  GO FULL WIDTH BELOW 480 PIXELS */
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.section.linkimages .span_1_of_5{width:100%;}
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
		.span_2_of_2, .span_1_of_2 { width: 100%; }
.section.whitebg .span_1_of_4 {
			width:100%;
		}

	.footer-contact {
    	float: none;
    	width: 100%;
    	display:block;
    	margin:0 auto;
    	text-align:center;
	}

	.backtext {
    	padding: 200px 5% 0;
	}
	.content-wrapper.headwrap{
		padding:0;
	
	}
	.sec-navigation li{
		border:0;
		padding:0 4px;
	}
	.sec-navigation li:first-child {
    	padding: 0 4px 0 0;
	}
	.sec-navigation li:last-child {
    	padding: 0 0 0 4px;
	}
	ul.footermenu{
	 padding: 0 3%;
	}
	ul.footermenu li a {
    	font-size: 0.8em;
	}
	.footercol {
    	padding: 15px 3% 30px;
    	position: relative;
	}
}




@media (max-width: 380px) {
	
   	.main-box h1{
   		font-size: 1.6em;
   	
   	}
   	
   	.sec-navigation a {
    	font-size: 0.6em;
    }
    .sec-navigation li {
       padding: 0 5px;
   }
   .lang-wrap {
        font-size: 0.6em;
    	padding: 0;
    }
   	.search-wrap {
    	display: none;
	}
	
	#click-menu {
     	top: 26px!important;
 	}
 
	.site-branding {
	    width:20%;
	}

	.researcher {
		min-height:auto;
	}
	.researcher img{
		display:none;
	}
	

}