/**********************/
/*** General things ***/
/**********************/

* {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

html{
   overflow-y:scroll;
   overflow-x:auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  background-color: #B8B8B8;
  text-align: center;
}

div#centering {
  width: 1180px;
  margin: auto;
  box-shadow: 0px 0px 62px 20px #8c8c8c;
  -moz-box-shadow: 0px 0px 62px 20px #8c8c8c;
  -webkit-box-shadow: 0px 0px 62px 20px #8c8c8c;
  background-color: white;
  text-align: left;
}

a {
  text-decoration: none;
  color: rgb(0,138,200);
}

a:hover {
  text-decoration: underline;
}

img {
   border: 0;
}

h1 {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #405661 ;
  font-size: 28px;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 14px;
  font-weight: bold;
}

h2 {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #405661;
  margin-bottom: 5px;
  line-height: 24px;
  margin-top: 0px;
}

h3 {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #405661;
  margin-bottom: 5px;
  line-height: 24px;
  margin-top: 0px;
}

h4, h5, h6, h7, h8 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 16px;
}

div#oldbrowser {
  display: none;
  border-width: 3px;
  border-color: red;
  border-style: solid;
  padding: 10px;
}

/**************/
/*** Ticker ***/
/**************/

div#ticker {
    height:20px;
    padding:4px 0px 0px 105px;
    color:rgb(0,138,200);
}
#header.eceee div#ticker {
    height:20px;
    padding:4px 0px 0px 105px;
    color:rgb(146,206,210);
}
    #header.eceee div#ticker a {
        color:rgb(146,206,210);
    }
    #header.eceee div#ticker a:focus, #header.eceee div#ticker a:hover {
        color:rgb(146,206,210);
    }
#header.ecodesign div#ticker {
    height:20px;
    padding:4px 0px 0px 105px;
    color: rgb(179,210,165);
}
    #header.ecodesign div#ticker a {
        color:rgb(179,210,165);
    }
    #header.ecodesign div#ticker a:focus, #header.ecodesign div#ticker a:hover {
        color:rgb(179,210,165);
    }

#header.summerstudy div#ticker {
    height:20px;
    padding:4px 0px 0px 105px;
    color: rgb(179,210,165);
}
    #header.summerstudy div#ticker a {
        color:rgb(179,210,165);
    }
    #header.summerstudy div#ticker a:focus, #header.summerstudy div#ticker a:hover {
        color:rgb(179,210,165);
    }

#header.industry div#ticker {
    height:20px;
    padding:4px 0px 0px 105px;
    color:#CE9FD4;
}
    #header.industry div#ticker a {
        color:#CE9FD4;
    }
    #header.industry div#ticker a:focus, #header.industry div#ticker a:hover {
        color:#CE9FD4;
    }



/**************/
/*** Header ***/
/**************/


div#header {
    position:relative;
    width:1180px;
    height: 160px;
}
.header_background_1  {
    background-color:#004577;
    background-image: url('../img/eceee_header_821_1.png');
    background-repeat: no-repeat;
}
.header_background_2  {
    background-color:#004577;
    background-image: url('../img/eceee_header_821_2.png');
    background-repeat: no-repeat;
}
.header_background_3  {
    background-color:#004577;
    background-image: url('../img/eceee_header_821_3.png');
    background-repeat: no-repeat;
}
.header_background_4  {
    background-color:#004577;
    background-image: url('../img/eceee_header_821_4.png');
    background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio : 2),
       only screen and (min-device-pixel-ratio : 2), only screen and (min-resolution: 2dppx) {
    .header_background_1  {
        background-color:#004577;
        background-image: url('../img/eceee_header_821_1.png');background-size: 100%;
        background-repeat: no-repeat;
    }
    .header_background_2  {
        background-color:#004577;
        background-image: url('../img/eceee_header_821_2.png');background-size: 100%;
        background-repeat: no-repeat;
    }
    .header_background_3  {
        background-color:#004577;
        background-image: url('../img/eceee_header_821_3.png');background-size: 100%;
        background-repeat: no-repeat;
    }
    .header_background_4  {
        background-color:#004577;
        background-image: url('../img/eceee_header_821_4.png');background-size: 100%;
        background-repeat: no-repeat;
    }

}


.header_background_1.eceeeorg  {
    background-color:#004577;
    background-image: url('../img/eceee_header_821_1.png');
    background-repeat: no-repeat;
}
.header_background_2.eceeeorg  {
    background-color:#004577;
    background-image: url('../img/eceee_header_821_2.png');
    background-repeat: no-repeat;
}
.header_background_3.eceeeorg  {
    background-color:#004577;
    background-image: url('../img/eceee_header_821_3.png');
    background-repeat: no-repeat;
}
.header_background_4.eceeeorg  {
    background-color:#004577;
    background-image: url('../img/eceee_header_821_4.png');
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio : 2),
       only screen and (min-device-pixel-ratio : 2), only screen and (min-resolution: 2dppx) {
    .header_background_1.eceeeorg  {
        background-color:#004577;
        background-image: url('../img/eceee_header_821_1.png');background-size: 100%;
        background-repeat: no-repeat;
    }
    .header_background_2.eceeeorg  {
        background-color:#004577;
        background-image: url('../img/eceee_header_821_2.png');background-size: 100%;
        background-repeat: no-repeat;
    }
    .header_background_3.eceeeorg  {
        background-color:#004577;
        background-image: url('../img/eceee_header_821_3.png');background-size: 100%;
        background-repeat: no-repeat;
    }
    .header_background_4.eceeeorg  {
        background-color:#004577;
        background-image: url('../img/eceee_header_821_4.png');background-size: 100%;
        background-repeat: no-repeat;
    }
}

/*
.header_background_1.ecodesign  {
    background-image: url('../img/ecodesign_header_833.png');
    background-repeat: no-repeat;
}
.header_background_2.ecodesign  {
    background-image: url('../img/ecodesign_header_833.png');
    background-repeat: no-repeat;
}
.header_background_3.ecodesign  {
    background-image: url('../img/ecodesign_header_833.png');
    background-repeat: no-repeat;
}
.header_background_4.ecodesign  {
    background-image: url('../img/ecodesign_header_833.png');
    background-repeat: no-repeat;
}
.header_background_1.summerstudy  {
    background-image: url('../img/ecodesign_header_833.png');
    background-repeat: no-repeat;
}
.header_background_2.summerstudy  {
    background-image: url('../img/ecodesign_header_833.png');
    background-repeat: no-repeat;
}
.header_background_3.summerstudy  {
    background-image: url('../img/ecodesign_header_833.png');
    background-repeat: no-repeat;
}
.header_background_4.summerstudy  {
    background-image: url('../img/ecodesign_header_833.png');
    background-repeat: no-repeat;
}
.header_background_1.industry  {
    background-color:#e4036f;
    background-image: url('../img/Eceee_ISS14_Header_A.png');
    background-repeat: no-repeat;
}
.header_background_2.industry  {
    background-color:#e4036f;
    background-image: url('../img/Eceee_ISS14_Header_A.png');
    background-repeat: no-repeat;
}
.header_background_3.industry  {
    background-color:#e4036f;
    background-image: url('../img/Eceee_ISS14_Header_A.png');
    background-repeat: no-repeat;
}
.header_background_4.industry  {
    background-color:#e4036f;
    background-image: url('../img/Eceee_ISS14_Header_A.png');
    background-repeat: no-repeat;
}
*/


/**************/
/*** Logo ***/
/**************/
div#logo {
    float:left;
    position:relative;
    top:0px;
    left:0px;
    width:546px;
    height:75px;
    background-image:url('../img/eceee-logo+tag.png');
    cursor:pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio : 2),
       only screen and (min-device-pixel-ratio : 2), only screen and (min-resolution: 2dppx) {
    div#logo {
      background-image:url('../img/eceee-logo+tag.png');background-size: 100%;
    }
}


/*
.ecodesign div#logo {
    float:left;
    position:relative;
    top:0px;
    left:0px;
    width:546px;
    height:75px;
    background-image:url('../img/ecodesign-logo-833.png');
    cursor:pointer;
}

#header.industry div#logo {
    float:left;
    position:relative;
    top:0px;
    left:0px;
    width:546px;
    height:75px;
    background-image:none;
    cursor:pointer;
}
*/

/**************/
/*** Quote ***/
/**************/

div#quote {
    float:left;
    position:relative;
    top:18px;
    left:128px;
    width:292px;
    height:78px;
}
div#quote div.clearfix { display:none;}
div#quote .plugquote {
    display:block-inline;
    color:white;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size: 20px;
    line-height: 24px;
}
div#quote a {
    color:white;
    text-decoration:none;
}
div#quote .quote_left {
    position:absolute;
    color:white;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size: 20px;
    line-height: 24px;
    margin-left:-8px;
}
div#quote .quote_right {
    color:white;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size: 20px;
    line-height: 24px;
    margin-left:-3px;
}
div#quote br {
    display:none;
}
div#quote .columnist_name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 24px;
    font-weight:normal;
    white-space:nowrap;
}
div#quote .columnist_name em { color:white; }
div.columnist-photos { padding:0px 0px 20px; }

.column-disclaimer { padding:20px;background-color: #ababab;color:#000;font-style: italic;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    font-size: 20px;
    line-height: 24px;
}


.publish-date {font-style:italic;}

/**************/
/*** Search ***/
/**************/

div#search {
    float:left;
    position:relative;
    top:22px;
    left:150px;
    height:40px;
    width:166px;

}

div#search span {
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:italic;
    font-size: 11px;
    padding:0px 0px 0px 6px;
}

div#search span span{
    padding:0px;
}
.header_background_1.eceeeorg div#search span span {
    color:#ffffff;
}
.header_background_2.eceeeorg div#search span span {
    color:#ffffff;
}
.header_background_3.eceeeorg div#search span span {
    color:#ffffff;
}
.header_background_4.eceeeorg div#search span span {
    color:#ffffff;
}

.header_background_1.ecodesign div#search span span {
    color:#ffffff;
}
.header_background_2.ecodesign div#search span span {
    color:#ffffff;
}
.header_background_3.ecodesign div#search span span {
    color:#ffffff;
}
.header_background_4.ecodesign div#search span span {
    color:#ffffff;
}


div#search input{
    border: 0px inset;
    border-radius: 8px;
    box-shadow: inset 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    width:149px;
    height:20px;
    padding:0px 8px;

}

div#search span a {
    color:#ffffff;
}

/*****************/
/*** Main menu ***/
/*****************/

div.topmenu {
  height: 24px;
  /*margin-left: 8px;*/
}

div#globalnav {
  padding: 0;
  position:absolute;
  top:136px;
  width: 665px;
  height:24px;
}



div.topmenu ul {
   list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 24px;
}

div.topmenu li {
  list-style: none;
  display: inline-block;
  height: 24px;
  font-size:12px;
  font-weight:normal;
}

div.topmenu li a {
  list-style: none;
  display: inline-block;
  height: 18px;
  font-size:13px;
  font-weight:normal;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  margin-left: 0px;
  margin-right: 0px;
}

div.topmenu li a:hover, div.topmenu li.selected a {
  list-style: none;
  display: inline-block;
  height: 18px;
  font-size:13px;
  font-weight:normal;
  background-color:white;
  color:#007abb;
  padding-top: 5px;
  padding-left: 14px;
  padding-right: 14px;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #b0b0b0;
  box-shadow: inset 1px 3px 8px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 3px 8px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 3px 8px -5px rgba(0, 0, 0, 0.3);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: 0px;
  margin-right: 0px;
}

div#topstatic {
  /*float: right;*/
}

div#socialmenu {
    position: absolute;
    top: 2px;
    left: 994px;
}

/*****************/
/*** Site menu ***/
/*****************/

div.sitemenu {
  position:absolute;
  top:136px;
  left:834px;
  width: 346px;
  height:24px;
}

div.sitemenu ul {
  display: inline;
  list-style-type: none;
  padding: 0;
  position: relative;
}
div.sitemenu li {
  list-style: none;
  height: 24px;
  font-size:12px;
  font-weight:normal;
  position: absolute;
}
    div.sitemenu li#summerstudy {
      top: 0px;
      left:52px;
      z-index:801;
      width:117px;
    }
      div.sitemenu li#summerstudy a {
          background-color:#53a6b4;
            background: -moz-linear-gradient(left, #53a6b4 0%, #2f5e66 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,#53a6b4), color-stop(100%,#2f5e66));
            background: -webkit-linear-gradient(left, #53a6b4 0%,#2f5e66 100%);
            background: -o-linear-gradient(left, #53a6b4 0%,#2f5e66 100%);
            background: -ms-linear-gradient(left, #53a6b4 0%,#2f5e66 100%);
            background: linear-gradient(to right, #53a6b4 0%,#2f5e66 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a6b4', endColorstr='#2f5e66',GradientType=1 );
          box-shadow: -4px -1px 8px -2px rgba(0, 0, 0, 0.5);
          border-color:#73d7e6;
      }
    div.sitemenu li#industry {
      top: 0px;
      left:116px;
      z-index:802;
      width:142px;
    }
      div.sitemenu li#industry a {
          background-color:#bb2773;
          background: -moz-linear-gradient(left, #bb2773 0%, #99205f 100%);
          background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bb2773), color-stop(100%,#99205f));
          background: -webkit-linear-gradient(left, #bb2773 0%,#99205f 100%);
          background: -o-linear-gradient(left, #bb2773 0%,#99205f 100%);
          background: -ms-linear-gradient(left, #bb2773 0%,#99205f 100%);
          background: linear-gradient(to right, #bb2773 0%,#99205f 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2773', endColorstr='#99205f',GradientType=1 );
          box-shadow: -4px -1px 8px -2px rgba(0, 0, 0, 0.5);
          border-color:#ed61aa;
      }
    div.sitemenu li#ecodesign {
      top: 0px;
      left:198px;
      z-index:803;
      width:88px;
    }
      div.sitemenu li#ecodesign a {
          background-color:#79c942;
          background: -moz-linear-gradient(left, #79c942 0%, #3d6622 100%);
          background: -webkit-gradient(linear, left top, right top, color-stop(0%,#79c942), color-stop(100%,#3d6622));
          background: -webkit-linear-gradient(left, #79c942 0%,#3d6622 100%);
          background: -o-linear-gradient(left, #79c942 0%,#3d6622 100%);
          background: -ms-linear-gradient(left, #79c942 0%,#3d6622 100%);
          background: linear-gradient(to right, #79c942 0%,#3d6622 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c942', endColorstr='#3d6622',GradientType=1 );
          box-shadow: -4px -1px 8px -2px rgba(0, 0, 0, 0.5);
          border-color:#b0e38d;
      }
    div.sitemenu li#eceee {
      top: 0px;
      left:276px;
      z-index:804;
      width:70px;
    }
      div.sitemenu li#eceee a {
        background: #3ea8f4;
        /*rgb(0,138,200)*/
        background: -moz-linear-gradient(left, #3ea8f4 0%, #2d7bb3 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3ea8f4), color-stop(100%,#2d7bb3));
        background: -webkit-linear-gradient(left, #3ea8f4 0%,#2d7bb3 100%);
        background: -o-linear-gradient(left, #3ea8f4 0%,#2d7bb3 100%);
        background: -ms-linear-gradient(left, #3ea8f4 0%,#2d7bb3 100%);
        background: linear-gradient(to right, #3ea8f4 0%,#2d7bb3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ea8f4', endColorstr='#2d7bb3',GradientType=1 );
        box-shadow: -4px -1px 8px -2px rgba(0, 0, 0, 0.5);
        width:40px;
        border-color:#66bdff;
      }


div.sitemenu.summerstudy li#summerstudy { z-index:1805; left:50px; }
div.sitemenu.summerstudy li#industry { z-index:805; left:56px;}
div.sitemenu.summerstudy li#ecodesign { z-index:804; left:198px;}
div.sitemenu.summerstudy li#eceee { z-index:803; }

div.sitemenu.industry li#summerstudy { z-index:801; left:0px;}
div.sitemenu.industry li#industry { z-index:805; left:56px;}
div.sitemenu.industry li#ecodesign { z-index:804; left:198px;}
div.sitemenu.industry li#eceee { z-index:803; }

div.sitemenu.ecodesign li#summerstudy { z-index:801; left:42px;}
div.sitemenu.ecodesign li#industry { z-index:802; left:106px;}
div.sitemenu.ecodesign li#ecodesign { z-index:804; left:198px;}
div.sitemenu.ecodesign li#eceee { z-index:803; }

div.sitemenu.eceeeorg li#summerstudy { z-index:801; left:42px;}
div.sitemenu.eceeeorg li#industry { z-index:802; left:106px;}
div.sitemenu.eceeeorg li#ecodesign { z-index:803; left:198px;}
div.sitemenu.eceeeorg li#eceee { z-index:804; }




div.sitemenu li a {
  list-style: none;
  display: inline-block;
  height: 18px;
  font-size:13px;
  font-weight:normal;
  background-color:white;
  color:white;
  border-color: white;
  padding-top: 5px;
  padding-left: 14px;
  padding-right: 14px;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

div.sitemenu li a:hover, div.sitemenu li.selected a {
  list-style: none;
  display: inline-block;
  height: 18px;
  font-size:13px;
  font-weight:normal;
  background-color:white;
  color:white;
  border-color: white;
  padding-top: 5px;
  padding-left: 14px;
  padding-right: 14px;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


div#globalnav img {
  display: none;
}


/* Hide the "Contact us" from the main menu */

ul#portal-globalnav li#portaltab-contact-us {
  display: none;
}

/* Submenu */

div.topmenu ul.submenu {
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 240px;
  padding-top: 0;
  padding-bottom: 0px;
  padding-left: 13px;
  margin-left: 0;
  background-image: url('../img/dropdown-left.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  /* We can't set a box shadow, because we'll get one on the top as well. In theory it should be hidden
     under the top menu, which has a higher z-index, but that doesn't happen. */
  /*box-shadow: 0px 0px 13px 1px #f0f0f0;*/
}

ul.submenu li {
  display: block;
  overflow: hidden;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0px;
  padding-left: 0px;
  height: 24px;
  line-height: 24px;
}

ul.submenu li:first-of-type {
  background-image: url('../img/dropdown-top.png');
  background-repeat: no-repeat;
  background-position: right top;
}

ul.submenu li,
ul.submenu li:hover {
  background-image: url('../img/dropdown-right.png');
  background-repeat: repeat-y;
  background-position: right top;
}

ul.submenu li:last-of-type {
  background-image: url('../img/dropdown-bottom.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 12px;
}

div.topmenu ul.submenu a {
  color: black;
  background: none;
}

ul.submenu a {
  color: black;
  padding-left: 0;
  margin-left: 0;
}

li.selected ul.submenu a {
  background: none;
}

/* Activate the menu */
div#globalnav li:hover ul {
  display: inline;
  position: absolute;
  /*left: 0; Uncomment this to enable drop-down menus */
}

div#topspace {
  margin-top: 0px;
  height: 30px;
  background-image: url('../img/content-background.png');
  background-repeat: repeat-y;
}
div.layout_index div#topspace {
  background-position: 647px top;
}
div.layout_content div#topspace {
  background-position: 898px top;
}
div.layout_wide div#topspace {
  background-position: 898px top;
}
div.layout_frontpage div#topspace {
    background-position: 647px top;
}
div.layout_event div#topspace {
  background-position: 647px top;
}
div.layout_member div#topspace {
  background-position: 647px top;
}


div#main {
  overflow: auto;
  padding-bottom: 30px;
  background-image: url('../img/content-background.png');
  background-repeat: repeat-y;
  min-height:600px;
}
div.layout_index div#main {
  background-position: 647px top;
}
div.layout_content div#main {
  background-position: 898px top;
}
div.layout_wide div#main {
  background-position: 898px top;
}
div.layout_frontpage div#main {
  background-position: 647px top;
}
div.layout_event div#main {
  background-position: 647px top;
}
div.layout_member div#main {
  background-position: 647px top;
}



/*******************/
/*** Left column ***/
/*******************/

/* portlets */

div#leftcolumn {
  float: left;
  margin-left: 18px;
  margin-right: 23px;
  width: 606px;
}
div.layout_wide div#leftcolumn {
    width: 883px;
}

div#leftportlets {
  width: 180px;
  vertical-align: top;
  float:left;
}

.layout_frontpage div#leftportlets,
body.section-index div#leftportlets,
body.section-front-page div#leftportlets {
  width: 87px;
}

/* Navigation */

div#leftportlets div#navigation {
  min-height: 300px;
}

div#leftportlets dl.portlet {
  width: 180px;
}

dl.portletNavigationTree {
  margin: 0 0 0 -25px;
}

dl.portletNavigationTree dt.portletHeader {
  display: none;
}

dl.portletNavigationTree ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li.navTreeItem img {
  display: none;
}

ul.navTree {
  font-weight:normal;
}

li.navTreeItemInPath {
  font-weight:bold;
}

div#leftportlets dl.portlet {
  padding: 0;
  font-size: 12px;
}

div#leftportlets a {
  color: #585858;
}

div#leftportlets a:hover {
  color: rgb(0,138,200);
}

dl.portletNavigationTree a:hover {
  color: rgb(0,138,200);
}

dl.portletNavigationTree li {
  margin-left: 25px;
}

dl.portletNavigationTree ul.navTreeLevel0 li {
  margin-bottom: 7px;
}

dl.portletNavigationTree ul.navTreeLevel1 li {
  margin-bottom: 3px;
  margin-top: 3px;
}

dl.portletNavigationTree li.navTreeCurrentNode {
  list-style-image: url('../img/listitem_dot.png');
  font-weight: bold;
}

dl.portletNavigationTree li.navTreeCurrentNode li {
  list-style-image: none;
  font-weight: normal;
}

/* Link portlet */

div#leftportlets dt.portletHeader {
  color: #e90c6f;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top:40px;

}

/* carousel */

div.carousel {
    padding-bottom:17px;
}

/* content */

div#content {
  vertical-align: top;
  width:426px;
  float:left;
}

div.layout_wide div#content {
  vertical-align: top;
  width: 650px;
  float:left;
}

.layout_frontpage div#content,
body.section-index div#content,
body.section-front-page div#content {
  vertical-align: top;
  width:460px;
  float:left;

}

div#content img
{
  margin-bottom: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

/* This is "backwards" because of a bug in TinyMCE */
div#content .image-outside img {
  float: left;
  margin-left: -88px;
  margin-right: 10px;
}

div#content img.image-left {
  float: left;
  margin-right: 13px;
}

div#content img.image-right {
  float: right;
  margin-left: 13px;
}

div#content div.documentDescription {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 28px;
  font-weight: bold;
}

/* No header on the front-page */

body.section-front-page div#content h1 {
  isplay: none;
}

/* No documentByLine */
.documentByLine {
  display: none;
}

/* eceee styles */

span.eceee {
  font-weight: bold;
  color:#3985C9;
}

table {
    border-spacing: 4px;
    border-collapse: separate;
    /* display: table; */
}
.table {
    border-spacing: 0px;
    border-collapse: initial;
}
.table_style_1 {
  border-collapse: collapse;
  font-family:arial, helvetica, sans-serif;
  font-weight:normal;
  font-size:10px;
  color:#000000;
}

table.table_style_1 {
  font-family:arial, helvetica, sans-serif;
  font-weight:bold;
  font-size:11px;
  color:#000000;
  border:1px solid #3A75BA;
  margin:30px 0px;
}

table.table_style_1 th {
  font-family:arial, helvetica, sans-serif;
  font-weight:bold;
  font-size:11px;
  color:#FFFFFF;
  background-color:#3A75BA;
}

table.table_style_1 td {
  font-family:arial, helvetica, sans-serif;
  font-weight:normal;
  font-size:11px;
  color:#000000;
  padding: 5px 5px;
}

.table_style_2 {
  border-collapse: collapse;
  font-family:arial, helvetica, sans-serif;
  font-weight:normal;
  font-size:10px;
  color:#000000;
}

table.table_style_2 {
  font-family:arial, helvetica, sans-serif;
  font-weight:bold;
  font-size:11px;
  width:100%;
  color:#000000;
  margin:30px 0px;
}

table.table_style_2 th {
  font-family:arial, helvetica, sans-serif;
  font-weight:bold;
  font-size:13px;
  color:#000000;
  text-align:left;
}

table.table_style_2 td {
  font-family:arial, helvetica, sans-serif;
  font-weight:normal;
  font-size:11px;
  color:#000000;
  vertical-align:top;
  padding: 5px 5px;
}
table.table_style_2 tr:nth-child(odd) {
  color:#000000;
  background-color:#ffffff;
}
table.table_style_2 tr:nth-child(even) {
  color:#000000;
  background-color:#f4f4f4;
}

table p { margin:0px 10px 10px;}

/********************/
/*** Right column ***/
/********************/

div#rightcolumn {
  float: left;
  width: 503px;
  display: table;
}

div.layout_index div#rightcolumn {
  margin-left:27px;
}
div.layout_content div#rightcolumn {
  margin-left:0px;
}
div.layout_wide div#rightcolumn {
  margin-left:0px;
  width: 226px;
}
div.layout_frontpage div#rightcolumn {
  margin-left:27px;
}
div.layout_event div#rightcolumn {
  margin-left:27px;
}

div.layout_member div#rightcolumn {
  display: none;
}


/* Portlets */

div.layout_content div#right1portlets {
  margin-right: 80px;
  width: 285px;
}

div.layout_wide div#right1portlets {
  display:none;
}


div#right2portlets {
}

#main.industry div#right2portlets {
    padding: 30px 10px 0px 0px;
    background-color: white;
}


div.rightportlets {
  margin-right: 20px;
  width: 226px;
  min-height: 200px;
  display: table-cell;
  vertical-align: top;
}

div.rightportlets div.ecportlet {
  position: relative;
  margin: 0 0 20px 0;
  width: 226px;
  padding:0px;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow:hidden;
}

div.rightportlets div.ecportlet img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.height1 { height:100px; }
.height2 { height:220px; }
.height3 { height:340px; }
.height4 { height:460px; }
.height5 { height:580px; }

.height1.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; } /* white */
.height1.color2 { background-image:url('../img/platta_color1.png'); color:white; }    /* blue-grey */
.height1.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; } /* light blue */
.height1.color4 { background-image:url('../img/platta_color4.png'); color:white;}     /* blue */
.height1.color5 { background-image:url('../img/platta_color5.png'); color:#405661; }  /* green */

.height2.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; }
.height2.color2 { background-image:url('../img/platta_color1.png'); color:white; }
.height2.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; }
.height2.color4 { background-image:url('../img/platta_repeat4.png'); color:white;}
.height2.color5 { background-image:url('../img/platta_repeat5.png'); color:#405661; }

.height3.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; }
.height3.color2 { background-image:url('../img/platta_color1.png'); color:white; }
.height3.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; }
.height3.color4 { background-image:url('../img/platta_repeat4.png'); color:white;}
.height3.color5 { background-image:url('../img/platta_repeat5.png'); color:#405661; }

.height4.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; }
.height4.color2 { background-image:url('../img/platta_repeat1.png'); color:white; }
.height4.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; }
.height4.color4 { background-image:url('../img/platta_repeat4.png'); color:white;}
.height4.color5 { background-image:url('../img/platta_repeat5.png'); color:#405661; }

.height5.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; }
.height5.color2 { background-image:url('../img/platta_repeat1.png'); color:white; }
.height5.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; }
.height5.color4 { background-image:url('../img/platta_repeat4.png'); color:white;}
.height5.color5 { background-image:url('../img/platta_repeat5.png'); color:#405661; }

@media only screen and (-webkit-min-device-pixel-ratio : 2),
       only screen and (min-device-pixel-ratio : 2), only screen and (min-resolution: 2dppx) {
    .height1.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; background-size: 100%; }
    .height1.color2 { background-image:url('../img/platta_color1.png'); color:white; background-size: 100%;}
    .height1.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; background-size: 100%; }
    .height1.color4 { background-image:url('../img/platta_color4.png'); color:white; background-size: 100%; }
    .height1.color5 { background-image:url('../img/platta_color5.png'); color:#405661; background-size: 100%; }

    .height2.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; background-size: 100%; }
    .height2.color2 { background-image:url('../img/platta_color1.png'); color:white; background-size: 100%; }
    .height2.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; background-size: 100%; }
    .height2.color4 { background-image:url('../img/platta_repeat4.png'); color:white; background-size: 100%;}
    .height2.color5 { background-image:url('../img/platta_repeat5.png'); color:#405661; background-size: 100%; }

    .height3.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; background-size: 100%; }
    .height3.color2 { background-image:url('../img/platta_color1.png'); color:white; background-size: 100%;}
    .height3.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; background-size: 100%; }
    .height3.color4 { background-image:url('../img/platta_repeat4.png'); color:white; background-size: 100%;}
    .height3.color5 { background-image:url('../img/platta_repeat5.png'); color:#405661; background-size: 100%; }

    .height4.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; background-size: 100%; }
    .height4.color2 { background-image:url('../img/platta_repeat1.png'); color:white; background-size: 100%;}
    .height4.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; background-size: 100%;}
    .height4.color4 { background-image:url('../img/platta_repeat4.png'); color:white; background-size: 100%;}
    .height4.color5 { background-image:url('../img/platta_repeat5.png'); color:#405661; background-size: 100%;}

    .height5.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; background-size: 100%;}
    .height5.color2 { background-image:url('../img/platta_repeat1.png'); color:white; background-size: 100%;}
    .height5.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; background-size: 100%;}
    .height5.color4 { background-image:url('../img/platta_repeat4.png'); color:white; background-size: 100%;}
    .height5.color5 { background-image:url('../img/platta_repeat5.png'); color:#405661; background-size: 100%;}
}

/*
.industry .height1.color2 { background-image:url('../img/industry_repeat2.png'); color:white;}
.industry .height2.color2 { background-image:url('../img/industry_repeat2.png'); color:white;}
.industry .height3.color2 { background-image:url('../img/industry_repeat2.png'); color:white;}
.industry .height4.color2 { background-image:url('../img/industry_repeat2.png'); color:white;}
.industry .height5.color2 { background-image:url('../img/industry_repeat2.png'); color:white;}

.industry .height1.color4 { background-image:url('../img/industry_repeat4.png'); color:white;}
.industry .height2.color4 { background-image:url('../img/industry_repeat4.png'); color:white;}
.industry .height3.color4 { background-image:url('../img/industry_repeat4.png'); color:white;}
.industry .height4.color4 { background-image:url('../img/industry_repeat4.png'); color:white;}
.industry .height5.color4 { background-image:url('../img/industry_repeat4.png'); color:white;}
*/

.color1 a, .color3 a, .color5 a { color:#405661; }
.color2 a, .color4 a { color:white; }

.color2 h2, .color4 h2 { color:white; }

.ecportlet {background-color:white;}
.ecportlet h3 {
    padding: 0px 15px 0px;
    color: #405661;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 11px;
    margin-bottom: 8px;
    text-align: left;
}

.ecportlet .widgetitem {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  padding: 0px 16px;
  color: black;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  margin-top: 6px;
  margin-bottom: 8px;
}
    .ecportlet .widgetitem a {
      color:black;
    }
    .ecportlet .widgetitem a:hover {
      color:rgb(0,138,200);
    }

  .ecportlet .widgetitem.more_link {
      position: absolute;
      right: 0px;
      bottom: 10px;
      font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
      font-style: normal;
      font-weight:normal;
      font-size: 12px;
      text-align: right;
      padding: 0px 16px;
      margin-bottom: 0px !important;
  }

  .ecportlet .widgetitem.more_link a {
      color:rgb(0,138,200) !important;
  }

.widget-container {position:relative;}
.widget-container .add-widget-button {display:none;}
.widget-container:hover .add-widget-button {display:block;}
.add-widget-button {
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-color: rgba(4,165,23,0.9);
  padding: 5px;
  z-index: 1000;
  }
  .add-widget-button a {color:white;}

.widget-container .edit-widget-button {display:none;}
.widget-container:hover .edit-widget-button {display:block;}
.edit-widget-button {
  right: 0px;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  padding: 5px;
  z-index: 1000;
  }
  .edit-widget-button a {color:white;}

.edit-page-container {position:relative;}
.edit-page-container .edit-page {display:none;}
.edit-page-container:hover .edit-page {display:block;}
.edit-page {
  left: 0px;
  position: absolute;
  background-color: rgba(0,0,0);
  color: white;
  padding: 5px;
  z-index: 1000;
}
.edit-page a {
  color: white;
}


p.invisible {
  line-height: 0;
  margin: 0;
}

div.rightportlets dt.portletHeader {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgb(0,138,200);
  margin-bottom: 10px;
}

dd.portletItem {
  margin: 0 0 17px 0;
}

dd.portletItem p {
  margin-bottom: 7px;
}

dl.portletCollection img {
  display: none;
}

dl.portletCollection a {
  color: #585858;
}

dl.portletRelatedNews {
  padding: 0px 15px 13px;
  font-size: 12px;
}

.portletRelatedNews dd.portletItem {
  margin: 0 0 12px 0;
  max-height:30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:15px;
  overflow:hidden;
  text-overflow:ellipsis;
}
    .portletRelatedNews dd.portletItem a {
      color:black;
    }
    .portletRelatedNews dd.portletItem a:hover {
      color:rgb(0,138,200);
    }




.more_link {
    text-align: right;
}

.more_link a {
    color:rgb(0,138,200) !important;
}

dl.portletcalendar {
  padding: 0px 15px 13px;
  font-size: 12px;
}

.portletcalendar dt.portletHeader a {
  olor: #9e51ab;
}

.portletcalendar dd.portletItem {
}
    .portletcalendar dd.portletItem a {
        margin: 0 0 12px 0;
        display:block;
        color:black;
        height:30px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height:15px;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .portletcalendar dd.portletItem a:hover {
      color:rgb(0,138,200);
    }

.ecportlet h3.calendar-event-h3 {
  margin-bottom:3px;
}
.calendar-event {
  padding: 0px 15px 13px;
  font-size: 12px;
}
.calendar-event a {
    color:black;
    height:30px;
    overflow:hidden;
    text-overflow:ellipsis;
}
  .calendar-event a:hover {
    color:rgb(0,138,200);
  }
.calendar-event-tags {
  padding: 0px 15px 0px;
  margin-bottom:3px;
  margin-bottom:8px;
  font-size: 10px;
  line-height: 10px;
}

.eceeenevent-menu {
  width:530px;
}


select.flexible-date.form-control {
    width: 32%;
    /* float: left; */
    display: table-cell;
}


dl.eventInfo {}
dl.eventInfo dt { padding: 2px 0px; }
dl.eventInfo dd {padding: 2px 20px;}

.portleteceee_html {
}
.portletfeatured {
  position:relative;
  height: 100px;
}

    .portletfeatured a {
        text-decoration: none;
    }

    .portletfeatured h2, .portleteceee_html h2, .portletStaticText h2 {
        margin: 12px 15px 4px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 17px;
        font-weight: 700;
    }

    .portletfeatured h3, .portleteceee_html h3, .portletStaticText h3 {
        margin: 0px 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight:normal;
        font-style:italic;
        line-height:17px;
        text-align: left;
        color:#FFFFFF;
        position:absolute;
        top:3px;
    }


    .portletfeatured h4, .portleteceee_html h4, .portletStaticText h4 {
        margin: 0px 15px 0px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height:18px;
        text-align: left;
        color:#FFFFFF;
        overflow:hidden;
        position:absolute;
        top:22px;
    }

    .portletfeatured h5, .portleteceee_html h5, .portletStaticText h5 {
        margin: 0px 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight:normal;
        text-align: left;
        color:#FFFFFF;
        line-height:11px;
        position:absolute;
        bottom: 3px;
    }

    .portletfeatured p, .portleteceee_html p, .portletStaticText p {
        _margin: 8px 15px 8px;
        margin: 0px 15px 8px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height:15px;
     }
    .portletfeatured p img, .portleteceee_html p img {
        margin: 0px 0px 0px -15px;
    }
    .portletStaticText p img {
      margin: none;
    }

    .portletfeatured ul, .portleteceee_html ul, .portletStaticText ul {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height:15px;
        list-style-type: none;
        margin: 4px 0px;
        padding: 0px 0px 0px 15px;
        margin: 0px;
     }

    .portletfeatured li, .portleteceee_html li, .portletStaticText li {
        list-style: none;
        padding: 4px 15px 4px 0px;
     }


#footer .ecportlet {
    background: none;
    color: white;
    height: auto;
}



dl.portletStaticText  {
    padding:0px;
    margin:0px;
}

dl.portletStaticText dt.portletHeader {
    display:none;
}

dl.portletStaticText dd.portletItem {
  margin: 0 0 20px 0;
  width: 226px;
  padding:0px 0px 15px 0px;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow:hidden;
  background-image:url('../img/platta_repeat2.png'); color:#405661;

}

div.layout_content dl.portletStaticText dd.portletItem {
  border: 1px solid rgb(78,176,223);
  background-color:white;
  background-image:none;
}

div.layout_wide dl.portletStaticText dd.portletItem {
  border: 1px solid rgb(78,176,223);
  background-color:white;
  background-image:none;
}

#leftcolumn #links dl.portletStaticText dd.portletItem {
    width:180px;
    padding:0;
  border: 0px;
  background-color:white;
  background-image:none;
  color: none;
  box-shadow: none;
  -moz-box-shadow: none
  -webkit-box-shadow: none;
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
}
#leftcolumn #links .portletStaticText p { margin: 8px 0px 8px;}



dl.portlet.portletStaticText.single-image {margin:0; padding:0;}
dl.portlet.portletStaticText.single-image .portletItem {padding:0;border:0px;background-color:white;background-image:none;}
dl.portlet.portletStaticText.single-image .portletItem p {margin:0; padding:0;}
dl.portlet.portletStaticText.single-image .portletItem img {margin:0; padding:0;width:100%;height:auto;}


div.rightportlets dl.portletECEEELogoPortlet {
  /* The sponsor portlet ends up in the portlet column as well, but we'll just hide it */
  display: none;
}



div.summerstudy-logo-label {
  padding-bottom:30px;
}

div.summerstudy-logo {
  text-align: center;
  margin-bottom: 40px;
  width:226px;
}
div.summerstudy-logo img {
    width: 226px;
    height:auto;
 }

div#rightColumnSocial {
  text-align: center;
  width: 226px;
}

.mainContentColumn ul {
  padding-left: 13px;
}

.mainContentColumn li {
  display: list-item;
  margin: 0px 0px 5px 0px;
}

.mainContentColumn ul li {
  list-style-type: disc;
  color: black;
  margin-left: 4px;
  list-style-position: outside;
}

#fpLeftColumnBottom {
    page-break-inside: avoid;
    padding:10px 17px;
    border: 1px solid rgb(0,138,200);
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top:21px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
}
#fpLeftColumnBottom h1 {
    display: none;
}
#fpLeftColumnBottom h2 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size: 18px;
    line-height: 24px;
    color:#547180;
    text-transform:lowercase;
    margin-top:0px;
    padding-top:0px;
}
#fpLeftColumnBottom ul li {
  list-style-type:disc;
  color:black;
  margin: 0px 0px 10px -24px;
  padding:0px;
  list-style-position:outside;
}


#fpLeftColumnBottom a {
    color: black;
}

#fpLeftColumnBottom a:hover {
    color: rgb(0,138,200);
}


#fpRightColumn {
    display:none;
}

#fpLeftColumnColumnists {
    display:none;
}


.news_intro {
    font-size:14px;
    font-weight:bold;
}

.news-item a.newslink {
    text-decoration: none;
    color: rgb(0,0,0);
}
.news-item a:hover.newslink {
    text-decoration: underline;
    color: rgb(0,138,200);
}

hr {
  margin:12px 0px;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

/***************/
/*** Footer ***/
/**************/


div#footer {
  position:relative;
  background-image: url('../img/footer-background.png');
  height:80px;
  padding:0px 0px;
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  line-height:15px;
}
  div#footer a {color:white;}
  div#footer .col1 {
      position:absolute;
      left:108px;
      width:246px;
  }
  div#footer .col2 {
      position:absolute;
      left:361px;
      width:246px;
  }
  div#footer .col3 {
      position:absolute;
      left:674px;
      width:246px;
  }
  div#footer .col4 {
      position:absolute;
      left:926px;
      width:246px;
  }
  div#footer ul {
      list-style-type: none;
      padding: 9px 0 0 0;
      margin: 0;
  }
  div#footer li {
      padding: 0;
      margin: 0;
  }

@media only screen and (-webkit-min-device-pixel-ratio : 2),
       only screen and (min-device-pixel-ratio : 2), only screen and (min-resolution: 2dppx) {
    div#footer {
      background-image: url('../img/footer-background.png');background-size: 100%;
    }
}



body.site-ecodesign div#footer {
    position:relative;
    overflow: auto;
    background-image: url('../img/ecodesign_footer_833.png');
}
.template-ecodesign_view div#footer {
  background-image: url('../img/ecodesign_footer_833.png');
}
.site-industry div#footer {
  background-image: url('../img/Eceee_ISS14_Footer_A.png');
}
@media only screen and (-webkit-min-device-pixel-ratio : 2),
       only screen and (min-device-pixel-ratio : 2), only screen and (min-resolution: 2dppx) {
    body.site-ecodesign div#footer {
        background-image: url('../img/ecodesign_footer_833.png');background-size: 100%;
    }
    .template-ecodesign_view div#footer {
      background-image: url('../img/ecodesign_footer_833.png');background-size: 100%;
    }
    .site-industry div#footer {
      background-image: url('../img/Eceee_ISS14_Footer_A.png');background-size: 100%;
    }
}



.ecodesign-change-table {  border-collapse: collapse;  margin: 0 0 15px 0;  font-family:arial, helvetica, sans-serif;  font-weight:normal;  font-size:10px; }
table.ecodesign-change-table {  font-family:arial, helvetica, sans-serif;  font-weight:bold;  font-size:11px;  width:100%;}
table.ecodesign-change-table th {  font-family:arial, helvetica, sans-serif;  font-weight:bold;  font-size:13px; text-align:left;  padding:10px 12px;}
table.ecodesign-change-table td {  font-family:arial, helvetica, sans-serif;  font-weight:normal;  font-size:11px;  padding:10px 12px; vertical-align: top;}
table.ecodesign-change-table tr:nth-child(odd) {  color:#000000;  background-color:#ffffff;}
table.ecodesign-change-table tr:nth-child(even) {  color:#000000;  background-color:#f4f4f4;}
table.ecodesign-change-table p {margin:0px 0px;}
table.ecodesign-change-table td:nth-child(1) {width:50px;}
table.ecodesign-change-table td:nth-child(2) {width:90px;}
table.ecodesign-change-table td:nth-child(3) {width:auto;}


.columnindex-date { margin: 0px 0px; }
.columnindex-columnist { margin: 5px 0px; }

.vertical { margin-right:20px !important;margin-bottom:20px !important; }
img.horizontal {margin-right:20px !important;margin-bottom:20px !important;float:left;}
img.vertical { margin-right:20px !important;margin-bottom:20px !important;float:left;}

.printHeader { display:none;}
.printFooter { display:none;}

#viewlet-below-content { clear: both; }

label {font-weight: bold;color: #405661;}
.fieldRequired {color: #405661;font-style: italic;}
.formHelp {font-style: italic;}
.field {margin: 15px 0;}

.widget-toolbar { display: none;}

.popup-img {margin: 50px auto;}


div#content img.columnist_photo {float:left;text-align:left; width:200px;height:auto; margin-right:20px;margin-bottom:20px;}

div.columns h1 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #405661;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 14px;
}

div.columns h2 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #405661;
    margin-bottom: 5px;
    line-height: 24px;
    margin-top: 0px;
}

div.columns h3 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #405661;
    margin-bottom: 5px;
    line-height: 17px;
    margin-top: 0px;
}


/* News Search Function */

#autocomplete {
    display:none;
    position:absolute;
    background-color:white;
    top:28px;
    width:424px;
    min-height:200px;
    padding:0px;
    border-color:#cccccc;
    border-width:0px 1px 1px 1px;
    border-style:solid;
    z-index:999;
    font-size:12px;
    utline-offset: -2px;
    utline: -webkit-focus-ring-color auto;
    utline-width: 5px;

}
#eceeenews-search-textfield {outline-offset:0px; outline-width: 0px;}
.eceeenews-nav-result { font-size: 12px; }
.eceeenews-nav-btn { font-size: 12px; }
#autocomplete dl {
    margin:0px;
}
#autocomplete dl :first-child {
    padding-top: 6px;
}
#autocomplete dl :last-child {
    padding-bottom: 6px;
}

#autocomplete dt {
    font-weight:bold;
    background-color:#808080;
    color: white;
    margin-top:6px;
    padding: 3px 5px 3px;
    text-transform: uppercase;
}

#autocomplete dd {
    -webkit-margin-start: 0px;
    margin-left:0px;
    padding:3px 5px;
}
#autocomplete dd:hover, #autocomplete dd.selected {
    background-color:#333333;
    color:white;
}

#eceeenews-search-widget {
}
#eceeenews-search {
    position:relative;
    min-height:45px;
}
#eceeenews-search-textfield {
    position:absolute;
    width: 394px;
    padding: 2px 20px 2px 8px;
    height:22px;
    font-size:12px;
}
#eceeenews-filter {padding-top:10px;padding-bottom:4px;margin-bottom:0px;}

#eceeenews-cancel-btn {       position:absolute; top:9px;  right:24px; color:#999; display:none;}
#eceeenews-cancel-btn:active {position:absolute; top:10px; right:22px; color:#666; }
#eceeenews-search-btn {       position:absolute; top:9px;  right:8px;  color:#999; }
#eceeenews-search-btn:active {position:absolute; top:10px; right:7px;  color:#666; }

#eceeenews-search-next { position:absolute;right:40px;top:6px;color:#999;}
#eceeenews-search-next span {
    font-size: 9px;
    text-transform: uppercase;
}

.eceeenew-date-filter { position:relative; height: 30px;}
.eceeenew-date-filter span.filter-text { position:absolute;top: 8px; }
.eceeenew-date-filter-label {}
.eceeenew-active-filters-label {}

.eceeenew-active-filters-items li.search-filter {}
.eceeenew-active-filters-items li.search-filter-and {}
.eceeenew-active-filters-items li.search-filter-or {}
.eceeenew-active-filters-items {list-style-type: none;padding-left: 0px;}
.eceeenew-active-filters-items-2 {list-style-type: none;padding-left: 10px;}

.mainContenteEeeeNews {}
#eceeenews-searchresult { osition:relative;op:30px;eft:-90px;width:400px;margin: 20px 0px;}

div.layout_eceeenews div#topspace { background-position: 647px top;}
div.layout_eceeenews div#main { background-position: 647px top; }

.eceeenews-sorton.active {font-weight: bold;}
.eceeenews-sorton.active.inverse {font-weight: bold; font-style: italic;}

.hide {display:none;}
.show {display:block;}

/* eceee search */

#eceeesearch-search-textfield {outline-offset:0px; outline-width: 0px;}
.eceeesearch-nav-result { font-size: 12px; }
.eceeesearch-nav-btn { font-size: 12px; }
#eceeesearch-search-widget {  }
#eceeesearch-search { position:relative; min-height:45px;}
#eceeesearch-search-textfield { position:absolute; width: 394px; padding: 2px 20px 2px 8px; height:22px; font-size:12px; }
#eceeesearch-filter { padding-top:10px;padding-bottom:4px;margin-bottom:0px; }

#eceeesearch-cancel-btn {       position:absolute; top:9px;  right:24px; color:#999; display:none;}
#eceeesearch-cancel-btn:active {position:absolute; top:10px; right:22px; color:#666; }
#eceeesearch-search-btn {       position:absolute; top:9px;  right:8px;  color:#999; }
#eceeesearch-search-btn:active {position:absolute; top:10px; right:7px;  color:#666; }

#eceeesearch-search-next { position:absolute;right:40px;top:6px;color:#999;}
#eceeesearch-search-next span { font-size: 9px; text-transform: uppercase;}

.eceeesearch-date-filter { position:relative; height: 30px;}
.eceeesearch-date-filter span.filter-text { position:absolute;top: 8px; }
.eceeesearch-date-filter-label {}
.eceeesearch-active-filters-label {}

#eceeesearch-active-filters-loader {
  background: url(../img/loading.gif) no-repeat;
  background-position: center center;
  height:60px;
}

#eceeesearch-searchresult { width:400px;margin: 20px 0px;}

.eceeesearch-sorton.active {font-weight: bold;}
.eceeesearch-sorton.active.inverse {font-weight: bold; font-style: italic;}

.eceeesearch-active-filters-items li.search-filter {}
.eceeesearch-active-filters-items li.search-filter-and {}
.eceeesearch-active-filters-items li.search-filter-or {}
.eceeesearch-active-filters-items {list-style-type: none;padding-left: 0px;}
.eceeesearch-active-filters-items-2 {list-style-type: none;padding-left: 10px;}

#search_result {display:none;}

/* eceee search end*/



.dropdown-menu {
    min-width: 220px !important;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.share_on_social { font-style: italic; font-size:11px;}

.vspacer { margin-top:20px;margin-bottom:20px; }
.vspacer-lg { margin-top:40px;margin-bottom:40px;  }

#eceeenjobs-widget {
}
.eceeenjobs-widget {
}
.eceeenjobs-menu {
  width:426px;
}

.generic-categories-field {}
.generic-categories-field a { float: none !important; }


.jobs-item {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 4px;
}

.subs-email-label { display:none; }
.subs-email-field { margin-top:5px;height: 30px;border-radius: 0px; }
.subs-subscribe-btn { border-radius: 0px; height: 30px; font-weight:bold;}
.subs-unsubscribe-btn { border-radius: 0px; height: 30px; font-weight:normal;}


.form-group label {display:block;}
.mezzanine-form .btn-lg {}
.mezzanine-form ul { list-style-type: none; padding-left: 0px; }
.mezzanine-form ul li label { padding-left:0px; }
.mezzanine-form ul li label input { margin-right:5px; }

.calendar-widget {padding-bottom: 20px !important;}
.news-widget {padding-bottom: 20px !important;}
.related-news {padding-bottom: 20px !important;}
.related-news-h2 {color:#405661; margin-bottom: 12px;margin-top: 12px;}
.related-news-h3 {color:#405661;text-transform: uppercase; margin-bottom: 6px;margin-top: 15px;}
.related-news-p {margin-bottom: 6px;}

.autoscaling {min-height:100px;}

.form-control {
    adding: 6px 0px !important;
  }

.tag-cloud  {padding:12px 10px 15px;font-size:40px;overflow: hidden;}
.grid-item  {padding:0px 5px;display: inline-block;vertical-align:middle;line-height: 120% !important;}

.height1 .tag-cloud  {height: 68px;}
.height2 .tag-cloud  {height: 180px;}
.height3 .tag-cloud  {height: 304px;}
.height4 .tag-cloud  {height: 423px;}

.btn-group, .btn-group-vertical {
    width: 100% !important;
    margin: 0 -15px !important;
}


.content-portlet {
    background-color: white;
    position: relative;
    margin: 0 0 20px 0;
    width: 100%;
    padding: 0px;
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    float:left;
}

.None .content-portlet.content-half {
  width: 210px;
  background-size: 226px;
  background-position-x: -7px;
}
.None .content-portlet.content-full {
  width: 426px;
  background-size: 426px;
}

.layout_content .content-portlet.content-half {
  width: 210px;
  background-size: 226px;
  background-position-x: -7px;
}
.layout_content .content-portlet.content-full {
  width: 426px;
  background-size: 426px;
}

.layout_index .content-portlet.content-half {
  width: 210px;
  background-size: 226px;
  background-position-x: -7px;
}
.layout_index .content-portlet.content-full {
  width: 426px;
  background-size: 426px;
}

.layout_wide .content-portlet.content-half {
  width: 220px;
  background-size: 220px;
}
.layout_wide .content-portlet.content-full {
  width: 460px;
  background-size: 460px;
}

.layout_frontpage .content-portlet.content-half {
  width: 220px;
  background-size: 220px;
}
.layout_frontpage .content-portlet.content-full {
  width: 460px;
  background-size: 460px;
}

.layout_event .content-portlet.content-half {
  width: 210px;
  background-size: 226px;
  background-position-x: -7px;
}
.layout_event .content-portlet.content-full {
  width: 426px;
  background-size: 426px;
}


.content-portlet:nth-child(odd) {
  margin: 0 0 20px 0;
}
.content-portlet:nth-child(even) {
  margin: 0 6px 20px 0;
}

.content-portlet:last-child {
  float:none;
}

.content-portlet-add {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0px;
    overflow: hidden;
    float:left;
}

/* color1 */
.content-portlet.height1.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; } /* white */
.layout_content.content-portlet.height1.color1.content-half, .layout_index.content-portlet.height1.color1.content-half, .layout_event.content-portlet.height1.color1.content-half {
}
.layout_content.content-portlet.height1.color1.content-full, .layout_index.content-portlet.height1.color1.content-full, .layout_event.content-portlet.height1.color1.content-full {
}
.layout_frontpage.content-portlet.height1.color1.content-half, .layout_wide.content-portlet.height1.color1.content-half {
}
.layout_frontpage.content-portlet.height1.color1.content-full, .layout_wide.content-portlet.height1.color1.content-full {
}
/* color2 */
.content-portlet.height1.color2 { background-image:url('../img/platta_color1.png'); color:white; }    /* blue-grey */
.layout_content.content-portlet.height1.color2.content-half, .layout_index.content-portlet.height1.color2.content-half, .layout_event.content-portlet.height1.color2.content-half {
}
.layout_content.content-portlet.height1.color2.content-full, .layout_index.content-portlet.height1.color2.content-full, .layout_event.content-portlet.height1.color2.content-full {
}
.layout_frontpage.content-portlet.height1.color2.content-half, .layout_wide.content-portlet.height1.color2.content-half {
}
.layout_frontpage.content-portlet.height1.color2.content-full, .layout_wide.content-portlet.height1.color2.content-full {
}

/* color3 */
.content-portlet.height1.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; } /* light blue */
.layout_content.content-portlet.height1.color3.content-half, .layout_index.content-portlet.height1.color3.content-half, .layout_event.content-portlet.height1.color3.content-half {
}
.layout_content.content-portlet.height1.color3.content-full, .layout_index.content-portlet.height1.color3.content-full, .layout_event.content-portlet.height1.color3.content-full {
}
.layout_frontpage.content-portlet.height1.color3.content-half, .layout_wide.content-portlet.height1.color3.content-half {
}
.layout_frontpage.content-portlet.height1.color3.content-full, .layout_wide.content-portlet.height1.color3.content-full {
}

/* color4 */
.content-portlet.height1.color4 { background-image:url('../img/platta_color4.png'); color:white;}     /* blue */
.layout_content.content-portlet.height1.color4.content-half, .layout_index.content-portlet.height1.color4.content-half, .layout_event.content-portlet.height1.color4.content-half {
}
.layout_content.content-portlet.height1.color4.content-full, .layout_index.content-portlet.height1.color4.content-full, .layout_event.content-portlet.height1.color4.content-full {
}
.layout_frontpage.content-portlet.height1.color4.content-half, .layout_wide.content-portlet.height1.color4.content-half {
}
.layout_frontpage.content-portlet.height1.color4.content-full, .layout_wide.content-portlet.height1.color4.content-full {
}

/* color5 */
.content-portlet.height1.color5 { background-image:url('../img/platta_color5.png'); color:#405661; }  /* green */
.layout_content.content-portlet.height1.color5.content-half, .layout_index.content-portlet.height1.color5.content-half, .layout_event.content-portlet.height1.color5.content-half {
}
.layout_content.content-portlet.height1.color5.content-full, .layout_index.content-portlet.height1.color5.content-full, .layout_event.content-portlet.height1.color5.content-full {
}
.layout_frontpage.content-portlet.height1.color5.content-half, .layout_wide.content-portlet.height1.color5.content-half {
}
.layout_frontpage.content-portlet.height1.color5.content-full, .layout_wide.content-portlet.height1.color5.content-full {
}





@media only screen and (-webkit-min-device-pixel-ratio : 2),
       only screen and (min-device-pixel-ratio : 2), only screen and (min-resolution: 2dppx) {
    /* color1 */
    .content-portlet.height1.color1 { background-image:url('../img/platta_repeat2.png'); color:#405661; } /* white */
    .layout_content.content-portlet.height1.color1.content-half, .layout_index.content-portlet.height1.color1.content-half, .layout_event.content-portlet.height1.color1.content-half {
    }
    .layout_content.content-portlet.height1.color1.content-full, .layout_index.content-portlet.height1.color1.content-full, .layout_event.content-portlet.height1.color1.content-full {
    }
    .layout_frontpage.content-portlet.height1.color1.content-half, .layout_wide.content-portlet.height1.color1.content-half {
    }
    .layout_frontpage.content-portlet.height1.color1.content-full, .layout_wide.content-portlet.height1.color1.content-full {
    }
    /* color2 */
    .content-portlet.height1.color2 { background-image:url('../img/platta_color1.png'); color:white; }    /* blue-grey */
    .layout_content.content-portlet.height1.color2.content-half, .layout_index.content-portlet.height1.color2.content-half, .layout_event.content-portlet.height1.color2.content-half {
    }
    .layout_content.content-portlet.height1.color2.content-full, .layout_index.content-portlet.height1.color2.content-full, .layout_event.content-portlet.height1.color2.content-full {
    }
    .layout_frontpage.content-portlet.height1.color2.content-half, .layout_wide.content-portlet.height1.color2.content-half {
    }
    .layout_frontpage.content-portlet.height1.color2.content-full, .layout_wide.content-portlet.height1.color2.content-full {
    }

    /* color3 */
    .content-portlet.height1.color3 { background-image:url('../img/platta_repeat3.png'); color:#405661; } /* light blue */
    .layout_content.content-portlet.height1.color3.content-half, .layout_index.content-portlet.height1.color3.content-half, .layout_event.content-portlet.height1.color3.content-half {
    }
    .layout_content.content-portlet.height1.color3.content-full, .layout_index.content-portlet.height1.color3.content-full, .layout_event.content-portlet.height1.color3.content-full {
    }
    .layout_frontpage.content-portlet.height1.color3.content-half, .layout_wide.content-portlet.height1.color3.content-half {
    }
    .layout_frontpage.content-portlet.height1.color3.content-full, .layout_wide.content-portlet.height1.color3.content-full {
    }

    /* color4 */
    .content-portlet.height1.color4 { background-image:url('../img/platta_color4.png'); color:white;}     /* blue */
    .layout_content.content-portlet.height1.color4.content-half, .layout_index.content-portlet.height1.color4.content-half, .layout_event.content-portlet.height1.color4.content-half {
    }
    .layout_content.content-portlet.height1.color4.content-full, .layout_index.content-portlet.height1.color4.content-full, .layout_event.content-portlet.height1.color4.content-full {
    }
    .layout_frontpage.content-portlet.height1.color4.content-half, .layout_wide.content-portlet.height1.color4.content-half {
    }
    .layout_frontpage.content-portlet.height1.color4.content-full, .layout_wide.content-portlet.height1.color4.content-full {
    }

    /* color5 */
    .content-portlet.height1.color5 { background-image:url('../img/platta_color5.png'); color:#405661; }  /* green */
    .layout_content.content-portlet.height1.color5.content-half, .layout_index.content-portlet.height1.color5.content-half, .layout_event.content-portlet.height1.color5.content-half {
    }
    .layout_content.content-portlet.height1.color5.content-full, .layout_index.content-portlet.height1.color5.content-full, .layout_event.content-portlet.height1.color5.content-full {
    }
    .layout_frontpage.content-portlet.height1.color5.content-half, .layout_wide.content-portlet.height1.color5.content-half {
    }
    .layout_frontpage.content-portlet.height1.color5.content-full, .layout_wide.content-portlet.height1.color5.content-full {
    }

}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-error hr {
  border-top-color: #e6c1c7;
}
.alert-error .alert-link {
  color: #953b39;
}
