/**
 * @file
 * Pew stylesheet
 */

* {
  margin: 0;
  padding: 0;
}

body {
  color: #666;
  background: #f4f5f0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

body.front,
body.not-front {
  /*background: #ccc;*/
}

/**
 * Typography ==================================================================
 */
h1 {
  font-size: 26px;
  padding: 6px 0;
}

h1#site-name {
  display: none;
}

h2 {
  font-size: 20px;
  padding: 6px 0;
}

h3 {
  font-size: 16px;
  padding: 6px 0;
}

p {
  padding: 6px 0;
}

a {
  color: #3b58b9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0.5em 0 0.5em 2em;
}

ul li,
ol li {
  padding: 0.25em 0;
}

.content ul {
  margin: 0 0 0 30px;
}

.content ul li {
  list-style-image: url('../images/list-arrow.png');
}

dl {
  margin: 0.5em 0;
}

dl dt {
  margin: 0 0 0.5em 0;
}

dl dd {
  margin: 0 0 1em 0;
}

/**
 * Main page background
 */
body.not-front #page {
  background: url(../images/page-bg.png) repeat-y top left;
}

/**
 * Header elements ===============================================================
 */
#header {
  border: 1px solid #c6d59a;
  background: white;
  padding: 0 1px 1px 1px;
  position: relative;
  margin-bottom: 15px;
}

#header-inner {
  background: url(../images/header-bg.gif) #d5e3c0 repeat-x top left;
  min-height: 98px;
}

#search-box {
  bottom: 17px;
  position: absolute;
  right: 19px;
}

#block-pew_blocks-solr_search {
  bottom: 3px;
  position: absolute;
  right: -234px;
}

#block-pew_blocks-solr_search {
  width: 219px;
}

#search-box label,
#block-pew_blocks-solr_search label {
  font-size: 13px;
  margin-top: 2px;
  color: #808285;
  font-weight: normal;
}

#search-box .form-submit,
#block-pew_blocks-solr_search .form-submit {
  background: url(../images/search-button-bg.gif) no-repeat top left;
  width: 23px;
  height: 21px;
  text-indent: -9999px;
  font-size: 0px;
  border: 0;
}

#block-pew_blocks-solr_search .form-submit {
  float: left;
  margin-top: 1px;
}

#search-box .form-item,
#block-pew_blocks-solr_search .form-item {
  display: block;
  float: left;
  margin: 0;
}

#block-pew_blocks-solr_search .form-item {
  width: 188px;
}

#block-pew_blocks-solr_search .form-text {
  width: 182px;
}

#search-box .form-text,
#block-pew_blocks-solr_search .form-text {
  border: 1px solid #999999;
  background: url(../images/search-input-bg.gif) white repeat-x top left;
  font-size: 13px;
}

#logo-title {
  float: left;
  margin: 10px 0px 0px 9px;
}

#logo-title #logo,
#logo-title #name-and-slogan {
  float: left;
}

#name-and-slogan {
  font-size: 11px;
  color: #595e55;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 30px;
}

#site-slogan {
  position: absolute;
  left: 107px;
  bottom: 13px;
}

#mailchimp-subscribe-anon-form-all,
#mailchimp-subscribe-auth-form,
#secondary {
  float: right;
  border: solid #e4e4e4;
  border-width: 0px 1px 1px 1px;
  background: white;
  padding: 0px 1px 1px 1px;
  margin-right: 18px;
  position: relative;
  z-index: 999;
}

#mailchimp-subscribe-anon-form-all,
#mailchimp-subscribe-auth-form,
#secondary ul {
  background: #e4e4e4;
}

#secondary ul {
  padding: 12px 10px 8px 10px;
}

#secondary ul li {
  font-size: 11px;
  padding: 0 8px 0 6px;
  border-right: 1px solid #223075;
}

#secondary ul li.last {
  border-right: 0;
}

#secondary ul li a {
  color: #223075;
}

#header-region {
  bottom: 13px;
  position: absolute;
  right: 245px;
}

#header-region .block-region {
  padding: 0;
  margin: 0;
}
#secondary .secondary-links {
  width: 325px;
  text-align: center;
}

#mailchimp-subscribe-anon-form-all,
#mailchimp-subscribe-auth-form {
  border-color: #fff;
  display: none;
  left: 0;
  padding: 7px 27px 7px 19px;
  position: absolute;
  width: 294px;
}

#mailchimp-subscribe-anon-form-all fieldset legend {
  display: block;
  white-space: normal;
  width: 220px;
}

#mailchimp-subscribe-anon-form-all .form-text {
  font-size: 14px;
  height: 20px;
  padding: 2px 0 2px 6px;
}

#mailchimp-subscribe-anon-form-all fieldset fieldset {
  display: none;
}

#header-second {
  border: 1px solid #cbb294;
  background: white;
  padding: 1px;
  position: relative;
  margin-bottom: 15px;
}

#header-second-inner {
  background: #ffb963;
  padding: 14px 20px;
}

/*
 * Navigation + donate button =========================================================
 */
#navigation {
  margin-bottom: 15px;
  z-index: 100;
}

#block-pew_blocks-donate {
  border: 1px solid #c56601;
  background: white;
  padding: 1px;
  float: right;
  z-index: 11;
  position: absolute;
  right: 14px;
}

#block-pew_blocks-donate .block-content {
  width: 163px;
  height: 36px;
}

#block-pew_blocks-donate .block-content a.link {
  display: block;
  width: 163px;
  height: 36px;
  background: url(../images/donate-button.png) no-repeat top left;
}

#block-pew_blocks-donate .block-content a.link span {
  display: none;
}

#block-pew_blocks-groups {
  border: 1px solid #99bae8;
  background: white;
  padding: 1px;
  float: right;
  position:absolute;
  z-index: 15;
  right: 128px;
}

#block-pew_blocks-groups {
  right: 14px;
}

#block-pew_blocks-groups .block-content {
  width: 144px;
  height: 36px;
}

#block-pew_blocks-groups .block-content a.link {
  display: block;
  width: 144px;
  height: 36px;
  background: url(../images/groups-button.png) no-repeat top left;
}

#block-pew_blocks-groups .block-content a.link span {
  display: none;
}

#navigation .block-nice_menus {
  border: 1px solid #6573a1;
  height: 36px;
  padding: 1px;
  background: white;
  position: relative;
}

#navigation .block-nice_menus .block-content {
  background: url(../images/nav-bg.gif) repeat-x top left;
}

#navigation .block-nice_menus ul {
  padding: 0;
  margin: 0;
}

#navigation .block-nice_menus ul li {
  display: block;
  float: left;
  padding: 0;
  margin: -2px 0 0 -2px;
  border: 1px solid transparent;
  padding: 1px;
}

#navigation .block-nice_menus ul li.menuparent {
  border-bottom: 0;
  padding: 1px 1px 0 1px;
}

#navigation .block-nice_menus ul li.last {
  background: none;
}

#navigation .block-nice_menus ul li,
#navigation .block-nice_menus ul li a {
  line-height: 36px;
  color: white;
  font-size: 18px;
  z-index: 100;
}

#navigation .block-nice_menus ul li a {
  padding: 0 15px 0 14px;
}

#navigation .block-nice_menus ul li a:hover {
  text-decoration: none;
}

#navigation .block-nice_menus ul li.first a {
  padding-left: 15px;
}

#navigation .block-nice_menus ul li {
  background: url(../images/nav-delimiter.gif) no-repeat center right;
}

#navigation .block-nice_menus ul ul {
  top: 34px;
  background: white;
  border: 1px solid #3b58b9;
  padding: 1px;
  margin-left: -1px;
  border-top: 0;
  z-index: -1;
}

#navigation .block-nice_menus ul ul li {
  padding: 0;
}

#navigation .block-nice_menus ul ul li a {
  font-size: 11px;
  line-height: 18px;
  padding-left: 15px;
  background: #1e2d5e;
}

#navigation .block-nice_menus ul ul li,
#navigation .block-nice_menus ul ul li:hover,
#navigation .block-nice_menus ul ul li a,
#navigation .block-nice_menus ul ul li a:hover {
  border: 0;
  margin: 0;
}

#navigation .block-nice_menus ul ul li a:hover {
  text-decoration: underline;
}

#navigation .block-nice_menus ul ul li.first a {
  padding-top: 5px;
}

#navigation .block-nice_menus ul ul li.last a {
  padding-bottom: 13px;
}

#navigation .block-nice_menus ul li:hover {
  background: white;
  border: 1px solid #3b58b9;
}

#navigation .block-nice_menus ul li:hover a {
  background: #1e2d5e;
}

#container {
  margin-bottom: 15px;
}

#main {

}

#sidebar-left {
  
}

#sidebar-right { 

}

/*
 * Footer theming ==================================================================
 */
#footer-wrapper {
  border: 1px solid #adbe6e;
  background: white;
  padding: 1px;
  border-bottom: 0;
  padding-bottom: 0;
}

#footer-wrapper-inner {
  background: url(../images/footer-bg.gif) #d5e3c0 repeat-x top left;
  padding: 10px;
}

#footer-first {
  padding-top: 40px;
  background: url(../images/footer-logo.png) no-repeat top left;
  float: left;
  width: 150px;
}

#footer-first .block {
  padding-left: 10px;
  font-size: 11px;
  color: #595e55;
  padding-top: 10px;
}

#block-pew_custom-footer_icons {
  float: right;
}

#block-pew_custom-footer_icons .logo-strategies {
  padding: 5px 24px 10px 0;  
}

#block-pew_custom-footer_icons .logo-charnav {
  padding: 11px 15px 0 0;
  text-align: right;
}

#footer .block-menu_block {
  background: url(../images/footer-delimiter.gif) repeat-y top left;
  float: left;
  width: 140px;
  padding: 0 10px;
}

#footer .block-menu_block ul.menu {
  margin: 0;
  padding: 0;
}

#footer .block-menu_block ul li {
  list-style: none;
  list-style-image: none;
  padding: 0.2em 0;
  margin: 0;
}

#footer .block-menu_block ul li a {
  font-size: 11px;
  color: #595e55;
  font-weight: bold;
  text-transform: uppercase;
}

#footer .block-menu_block ul ul li {
  padding: 0 0 0 0.5em;
  background: url(../images/footer-menu-li.gif) no-repeat left center;
}

#footer .block-menu_block ul ul li a {
  font-weight: normal;
  text-transform: none;
}

/**
 * Frontpage specific ==========================================================
 */
body.front #sidebar-right {
  background: url(../images/block-transparent.png) repeat top left;
  padding: 10px;
  width: 205px;
}

#frontpage-main {
  margin-bottom: 15px;
}

#frontpage-main .block {
  margin-bottom: 15px;
}

body.front #content {
  background: white;
  padding: 5px;
}

#content {
  position: relative;
}

/**
 * Frontpage main block
 */
.block-frontpage_main {
  width: 225px;
  float: left;
}

#block-views-frontpage_blogs-block_1,
#block-views-frontpage_news-block_1 {
  margin-right: 15px;
}

.view-blog-related-posts .view-header,
.block-frontpage_main h2.block-title {
  border: 1px solid #6573a1;
  background: white;
  padding: 1px;
}

.view-blog-related-posts .inner-header,
.block-frontpage_main h2.block-title span {
  background: url(../images/front-block-title.gif) repeat-x top left;
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  color: #f1f3f7;
  text-align: center;
}

.view-blog-related-posts,
.block-frontpage_main .block-content {
  background: url(../images/front-block-content.gif) repeat-x left bottom;
}

.block-frontpage_main .block-content {
  height: 415px;
}

.view-blog-related-posts .views-row,
.block-frontpage_main .views-row {
  padding-left: 20px;
  margin-bottom: 15px;
  background: url(../images/front-block-arrow.gif) no-repeat 8px 4px;
  font-size: 11px;
  color: #666666;
}

.view-blog-related-posts .views-field-title,
.view-News .views-field-title,
.view-federal-news .views-field-title,
.block-frontpage_main .views-field-title {
  font-weight: bold;
}

.view-blog-related-posts .views-row .views-field-phpcode a,
.block-frontpage_main .block-content .views-row .views-field-phpcode a {
  color: #666666;
}

.view-blog-related-posts .views-row-last,
.block-frontpage_main .views-row-last {
  margin-bottom: 0;
}

.view-blog-related-posts .view-content,
.block-frontpage_main .block-content .view {
  padding-top: 10px;
}

.view-blog-related-posts .view-content,
.block-frontpage_main .block-content .view-content {
  padding-bottom: 15px;
}

.block-frontpage_main .block-content .view-content {
  padding-bottom: 35px;
}

.view-blog-related-posts .views-field-created,
.block-frontpage_main .block-content .views-field-created {
  font-style: italic;
}

.block-frontpage_main .block-content .views-field-teaser .field-content {
  display: inline;
}

.block-frontpage_main .block-content .view-footer .more {
  background: url(../images/front-block-more.png) no-repeat top left;
  color: white;
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  color: white;
  text-transform: uppercase;
  padding-left: 5px;
  width: 208px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.view-blog-related-posts .view-footer .more {
  background: url("../images/more-wide.png") no-repeat scroll left top transparent;
  color: white;
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  color: white;
  text-transform: uppercase;
  padding-left: 5px;
  width: 298px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-decoration: left;
}


.view-blog-related-posts .view-footer .more a,
.block-frontpage_main .block-content .view-footer .more a {
  color: white;
  width: 200px;
  text-align: center;
  display: block;
}

.view-blog-related-posts .view-footer .more a:hover,
.block-frontpage_main .block-content .view-footer .more a:hover {
  text-decoration: none;
}

#block-pew_custom-landing_rss .block-content {
  background: none !important;
}

#block-pew_custom-landing_rss a {
  background: url(../images/front-block-more.png) no-repeat top left;
  display: block;
  color: white;
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  color: white;
  text-transform: uppercase;
  padding-left: 5px;
  width: 208px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

/**
 * Inline images ===============================================================
 */
.images-inline a,
.images-inline img {
  display: block;
}

.images-inline a {
  float: left;
  margin-right: 14px;
}

.images-inline a.last {
  margin-right: 0;
}

/**
 * Stacked images ==============================================================
 */
.images-stacked a,
.images-stacked img {
  display: block;
}

.images-stacked a {
  margin-bottom: 10px;
}

.images-stacked a.last {
  margin-bottom: 0;
}

/**
 * Transparent block ===========================================================
 */
.block-transparent {
  background: transparent url(../images/block-transparent.png) repeat left top;
}

/**
 * Header ======================================================================
 */
a#logo,
a#logo img {
  display: block;
}

/** 
 * Content elements ============================================================
 */
#breadcrumb {
  font-size: 11px;
}

#breadcrumb a {
  font-weight: bold;
}

#breadcrumb .breadcrumb {

}

.node {
  padding-bottom: 1em;
  position: static !important;
}

/*.node {
  font-size: 11px;
} */

.node blockquote {
  margin: 15px 20px 15px 40px;
  line-height: 20px;
  font-style: italic;
}

.node .content {
  color: #000 !important;
}

ul.links,
ul.links.inline {
  display: block;
  padding: 1em 0;
  text-align: right;
}

ul.links li {
  padding: 0 1em;
}

.forward_links a,
.print_html a {
  color: black;
  font-size: 11px;
}

.forward_links a {
  padding-left: 15px;
  background: url(../images/icon-mail.gif) no-repeat center left;
}

.print_html a {
  padding-left: 15px;
  background: url(../images/icon-print.gif) no-repeat center left;
}

.forward_links img,
.print_html img {
  display: none;
}

.forward_links {
  position: absolute;
  right: 0;
  top: -25px;
}

.print-syslink {
  display: block;
  left: 89px;
  position: relative;
  top: 37px;
}

.print_html {
  position: absolute;
  right: 100px;
  top: -25px;
}

.more-link {
  text-align: right;
}

/**
 * Comments ==================================================================== 
 */
#comments {

}

.comment {

}

/**
 * Forms =======================================================================
 */
input,
select,
textarea {
  border: 1px solid #ccc;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 2px;
}

fieldset {
  border: 1px solid #ccc;
}

input.form-submit {
  background: #fa9700;
  border: 1px solid #fa9700;
  color: white;
  cursor: pointer;
  font-size: 12px;
  padding: 3px 5px;
  background: transparent url(../images/readmore-order-icons.png) no-repeat 0px -50px;
  border: 0px;
  display: inline-block;
  height: 32px;
  width: 84px;
}

input.form-checkbox {
  border: none;
}

/**
 * Admin tabs ==================================================================
 */
ul.primary {
  border: 0;
  line-height: 26px;
  margin: 0.5em 0;
  padding: 0;
  white-space: normal;
}

ul.primary li {
}

ul.primary li a,
ul.primary li.active a,
ul.primary li a:hover {
  border: 1px solid #ccc;
  padding: 2px 8px;
  line-height: 20px;
  white-space: nowrap;
}

ul.secondary {
  margin-left: 0;
  padding-bottom: 1em;
  padding-left: 0;
}

ul.secondary li {
  padding: 0 8px;
}

/**
 * Messages ====================================================================
 */
.messages ul {
  padding-left: 5px;
}

.messages ul li {
  background: none;
  display: inline;
  padding-left: 0;
}

div.messages {
  background: #BBDDFF none repeat scroll 0 0;
  border: 1px solid #AACCEE;
  color: #003366;
  margin: 0 0 10px;
  padding: 9px;
}

div.warning {
  background: #FFEE66 none repeat scroll 0 0;
  border-color: #EEDD55;
  color: #884400;
}

div.error {
  background: #EE6633 none repeat scroll 0 0;
  border-color: #DD5522;
  color: #FFFFFF;
}

div.status {
  background: #CCFF88 none repeat scroll 0 0;
  border-color: #BBEE77;
  color: #336600;
}

/**
 * Tables ======================================================================
 */
table {
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

tbody {
  border-top: none;
}

td,
th {
  padding: 5px 15px;
}

tr.even,
tr.odd,
tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd,
tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region,
td.module,
td.container,
td.category {
  background-color: #d4e7f3;
  border-bottom: 1px solid #b4d7f0;
  border-top: 1px solid #fff;
  color: #455067;
  font-weight: bold;
}

/**
 * Menus =======================================================================
 */
#primary {

}

/**
 * Blocks ======================================================================
 */
#sidebar-left .block {
  
}

#sidebar-right .block { 

}

/* Publication page */

.page-title {
  border: 1px solid #6573a1;
  padding: 1px;
/*  height: 26px;*/
}

.page-title .title {
  background: #57638a url(../images/nav-bg.gif) repeat-x 0 0;
  color: #f1f3f7;
  font-size: 14px;
  font-weight: bold;
/*  height: 26px; */
  line-height: 26px;
  margin: 0px;
  padding: 0px 19px;
  text-transform: uppercase;
} 

body.page-publications #sidebar-left {
  padding-bottom: 50px;
} 

#views-exposed-form-blog-pew-page-2 select,
#views-exposed-form-blog-pew-page-2 option {
  width: 180px;
}

.view-publications .view-empty {
  margin: 20px;
}

.view-publications .view-content {
  margin: 24px 10px;
}

.view-publications .views-row {
  color: #666;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #b8babb;
  position: relative;
  overflow: auto;
  padding-right: 100px;
}

.view-publications .views-field-title a {
  font-size: 18px;
  font-weight: bold;
} 

.view-publications .views-field-name,
.view-publications .views-field-name a,
.view-publications .views-field-tid,
.view-publications .views-field-tid-1 a {
  color: #666;
  font-size: 12px;
  font-style: italic;	
} 

.view-publications .views-field-name a {
  margin: 0px 2px;
}

.view-publications .views-field-created {
  float: left;
  font-weight: bold;
  margin-right: 3px;
}

.view-publications .views-field-created .field-content {
  color: #666;
  font-size: 11px;
  font-style: italic;
}

.view-publications .views-field-tid {
  float: left;
}

.view-publications .views-field-tid-1 {
  float: left;
}

.view-publications .views-field-tid .field-content a {
  color: #666;
  font-size: 11px;
}

.view-publications .views-field-upload-fid a {
  background: transparent url('../images/file-icons.png') 0px 0px no-repeat;
  float: left;
  height: 0px;
  margin: 2px;
  padding-top: 12px;
  text-indent: -1000px;
  width: 39px;
  overflow: hidden;
}

.view-publications .views-field-upload-fid a.file-word {
  background-position: 0px 0px;
  width: 39px;
}

.view-publications .views-field-upload-fid a.file-pdf {
  background-position: 0px -12px;
  width: 28px;
}

.view-publications .views-field-upload-fid a.file-image {
  background-position: 0px -24px;
  width: 28px;
}

.view-publications .views-field-title-1 {
  position: absolute;
  right: 0px;
  top: 0px;	
}

.view-publications .views-field-field-for-order-value {
  position: absolute;
  right: 0px;
  top: 25px;
}

.view-publications .views-field-title-1 a {
  display: block;	
  background: transparent url('../images/readmore-order-icons.png') 0px 0px no-repeat;	
  padding-top: 18px;
  overflow: hidden;
  height: 0px;
  width: 89px;
}

.view-publications .views-field-field-for-order-value .field-content a {
  display: block;
  background: transparent url('../images/readmore-order-icons.png') 0px -18px no-repeat;	
  padding-top: 32px;
  overflow: hidden;
  height: 0px;
  width: 89px;	
}

.view-videos .item-list,
.view-solr-search .item-list,
.view-publications .item-list {
  height: 24px;
  line-height: 24px;
  background-color: #acb3c7;
}

.view-videos .pager li,
.view-videos .pager li a,
.view-solr-search .pager li,
.view-solr-search .pager li a,
.view-publications .pager li,
.view-publications .pager li a {
  color: #fff;
  font-weight: bold;
}

#block-views--exp-publications-page_1 .block-title {
  background-color: #d6dcd1;
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  text-indent: 10px;
}

#block-views--exp-publications-page_1 label {
  color: #666666;
  font-size: 11px;
  padding-left: 10px;
  font-weight: normal;
}

#block-views--exp-publications-page_1 .views-exposed-widget {
  height: 50px;
}

#block-views--exp-publications-page_1 #edit-body,
#block-views--exp-publications-page_1 #edit-body-1 {
  width: 244px;
}

#block-views--exp-publications-page_1 .dotted {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 10px;
  padding-right: 0px;
}

#block-ee_section-0 .form-submit,
#block-ee_section-1 .form-submit,
#block-views--exp-publications-page_1 .form-submit {
  background: transparent url(../images/readmore-order-icons.png) no-repeat 0px -50px;
  display: inline-block;
  height: 32px;
  width: 84px;
  border: 0px;
}

/*
 * Frontpage Slideshow =====================================================
 */
.view-frontpage-slideshow {
  padding: 10px;
}

.view-frontpage-slideshow .views-field-field-slideshow-image-fid {
  float: right;
  border: 3px solid white;
}

.view-frontpage-slideshow .views-field-field-slideshow-image-fid a,
.view-frontpage-slideshow .views-field-field-slideshow-image-fid img {
  display: block;
}

.view-frontpage-slideshow .views-field-title,
.view-frontpage-slideshow .views-field-field-slideshow-link-url {
  margin-right: 700px;
}

.view-frontpage-slideshow .view-content {
  position: relative;
}

.view-frontpage-slideshow .views-slideshow-controls-bottom {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 10;
  width: 244px;
  height: 38px;
}

.view-frontpage-slideshow .views-slideshow-controls-bottom .inner {
  position: absolute;
}

.view-frontpage-slideshow .views-field-title {
  border: 1px solid #3b58b9;
  background: white;
  padding: 1px;
  width: 235px;
}

.view-frontpage-slideshow .views-field-title .field-content {
  display: block;
  background: #283b7b;
  color: white;
  text-align: center;
  line-height: 36px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.view-frontpage-slideshow .views-field-field-slideshow-link-url .field-content {
  padding: 16px 8px;
  display: block;
/*  background: url(../images/marquee-text-bg.png) repeat-x bottom left; */
  background: url(../images/marquee-text-bg-colored.png) repeat-x bottom left;
  height: 215px;
  overflow: hidden;
}

.view-frontpage-slideshow .views-field-field-slideshow-link-url .desc {
  color: #666666;
  font-size: 11px;
  display: block;
}

.view-frontpage-slideshow .views-field-field-slideshow-link-url .link-wrapper {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.view-frontpage-slideshow .views-field-field-slideshow-link-url .link-wrapper a {
  color: white;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.view-frontpage-slideshow .views-field-field-slideshow-link-url .link-wrapper a:hover {
  text-decoration: none;
}

.view-frontpage-slideshow .views-field-field-slideshow-link-url .link-wrapper,
.view-frontpage-slideshow .views-field-field-slideshow-link-url .link-wrapper .link,
.view-frontpage-slideshow .views-field-field-slideshow-link-url .link-wrapper a {
  line-height: 22px;
  height: 22px;
}

.view-frontpage-slideshow .views-field-field-slideshow-link-url .link-wrapper a {
  background: url(../images/marquee-button-left.gif) no-repeat top left;
  margin-right: 3px;
  padding: 3px 10px 3px 12px;
}

.view-frontpage-slideshow .views-field-field-slideshow-link-url .link-wrapper .link {
  background: url(../images/marquee-button-right.gif) no-repeat top right;
  padding: 4px 0;
}

.view-frontpage-slideshow .views_slideshow_pause,
.view-frontpage-slideshow .views_slideshow_play {
  display: none;
}

.view-frontpage-slideshow .views_slideshow_previous {
  display: block;
  font-size: 0px;
  text-indent: -9999px;
  width: 13px;
  height: 28px;
  background: url(../images/slideshow-left.png) no-repeat top left;
  position: absolute;
  left: 0px;
  bottom: 3px
}

.view-frontpage-slideshow .views_slideshow_next {
  display: block;
  font-size: 0px;
  text-indent: -9999px;
  width: 13px;
  height: 28px;
  background: url(../images/slideshow-right.png) no-repeat top left;
  position: absolute;
  right: 0px;
  bottom: 3px;
}

.view-frontpage-slideshow .views_slideshow_pagerNumbered {
  margin-left: 15px;
  margin-right: 15px;
}

.view-frontpage-slideshow .views_slideshow_pagerNumbered a {
  display: block;
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #6573a1;
  min-width: 28px;
  background: #c9ccdd;
  color: #6573a1;
}

.view-frontpage-slideshow .views_slideshow_pagerNumbered .activeSlide a,
.view-frontpage-slideshow .views_slideshow_pagerNumbered a:hover {
  border: 1px solid white;
  background: #6573a1;
  color: white;
  text-decoration: none;
}

.view-frontpage-slideshow .pager-item {
  float: left;
  display: block;
  padding: 2px;
}

/* 
 * Becl Members ====================================================
 */
#block-views-featured_becl_members-block_1 {
  width: 330px;
  float: left;
}

#block-views-featured_becl_members-block_1 .view {
  padding-top: 0px !important;
}

#block-views-featured_becl_members-block_1 h2.block-title {
  border: 1px solid #73875d;
  background: white;
  padding: 1px;
  margin-bottom: 10px;
}

#block-views-featured_becl_members-block_1 h2.block-title span {
  background: url(../images/green-block-title.png) repeat-x top left;
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  color: #f1f3f7;
  text-align: center;
}

#block-views-featured_becl_members-block_1 .block-content {
  background: url(../images/inner-block-content.png) repeat-x left bottom;
}

#block-views-featured_becl_members-block_1 .views-row {
  background: none !important;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 11px;
  color: #666666;
  clear: both;
}

#block-views-featured_becl_members-block_1 .views-row-last {
  margin-bottom: 0;
}

#block-views-featured_becl_members-block_1 .block-content .view-content {
  padding-bottom: 15px;
}

#block-views-featured_becl_members-block_1 .views-field-field-image-fid {
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
}

#block-views-featured_becl_members-block_1 .views-field-field-ee-summary-value p {
  padding-top: 2px;
}

#block-views-featured_becl_members-block_1 .views-field-field-ee-summary-value a {
  color: #778e60;
  font-weight: bold;
}

#block-views-featured_becl_members-block_1 .views-field-field-image-fid img {

}

#block-views-featured_becl_members-block_1 .block-content .view-footer .more {
  background: url(../images/more-wide.png) no-repeat top left;
  color: white;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  color: white;
  text-transform: uppercase;
  padding-left: 5px;
  width: 295px;
  margin-left: 10px;
  margin-bottom: 10px;
  clear: both;
}

#block-views-featured_becl_members-block_1 .block-content .view-footer .more a {
  color: white;
  width: 295px;
  text-align: left;
  display: block;
  padding-left: 5px;
}

#block-views-featured_becl_members-block_1 .block-content .view-footer .more a:hover {
  text-decoration: none;
}

#block-views-featured_becl_members-block_1 .view-featured-becl-members {
  padding-top: 0px !important;
}

/*
 * Technology Blog Posts
 */
#block-views-frontpage_blogs-block_2 {
  width: 330px;
}

#block-views-frontpage_blogs-block_2 .more {
  background: url(../images/more-wide.png) no-repeat top left;
}

#block-views-frontpage_blogs-block_2 .more,
#block-views-frontpage_blogs-block_2 .more a {
  width: 295px;
}

#block-views-frontpage_blogs-block_2 .more a {
  padding-left: 5px;
  text-align: left;
}

/*
 * Climate Techbook block
 */

.purple-layout #content-bottom-left #block-views-frontpage_blogs-block_2 .view-content {
  min-height: 228px;
}

#block-pew_blocks-climate_techbook {
  background: transparent url(../images/climate-content.png) center center no-repeat;
  width: 300px !important;
  height: 301px;
  position: relative;
  padding: 5px 15px;
}

#block-pew_blocks-climate_techbook h2.block-title {
  background: none !important;
  border: 0 !important;
  border: 0px;
  width: 100px;
  color: #fff;
  font-size: 24px;
  text-shadow: 2px 2px 2px #424042;
  margin-left: -2px;
}

#block-pew_blocks-climate_techbook h2.block-title span {
  background: none !important;
  display: inline !important;
  height: auto !important;
  line-height: auto !important;
  font-size: 24px !important;
  color: #fff !important;
  text-align: left !important;
}

#block-pew_blocks-climate_techbook .block-content {
  background: none !important;
}

#block-pew_blocks-climate_techbook h2.block-title span {
  background: none !important;
}

#block-pew_blocks-climate_techbook .climate-subtitle {  
  font-size: 11px;
  font-weight: bold;
  width: 135px;
}

#block-pew_blocks-climate_techbook .climate-description {  
  font-size: 11px;
  width: 165px;
}

#block-pew_blocks-climate_techbook .climate-solutions {
  position: absolute;
  right: 10px;
  top: 160px;
  width: 125px;
  font-size: 11px;
}

#block-pew_blocks-climate_techbook img {
  position: absolute;
  top: -10px;
  right: 5px;
}

#block-pew_blocks-climate_techbook .more {
  background: url(../images/more-wide.png) no-repeat top left;
  color: white;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  color: white;
  text-transform: uppercase;
  padding-left: 5px;
  width: 295px;
  margin-bottom: 10px;
  clear: both;
  position: absolute;
  bottom: 5px;
}

#block-pew_blocks-climate_techbook .more a {
  color: white;
  width: 295px;
  text-align: left;
  display: block;
  padding-left: 5px;
}

#block-pew_blocks-climate_techbook .more a:hover {
  text-decoration: none;
}

#block-pew_blocks-climate_techbook ul {
  margin-left: 0px;
  padding-left: 0px;
}

#block-pew_blocks-climate_techbook li {
  list-style: none;
  background: transparent url(../images/li-arrow-techbook.png) center left no-repeat;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-top: 2px;
  color: #002F65;
}

#block-pew_blocks-climate_techbook li a {
  color: #002F65;
}

/*
 * Search Page
 */

body.page-solr-search #sidebar-left {
  padding-bottom: 50px;
} 

.view-solr-search .view-empty {
  margin: 20px;
}

.view-solr-search .view-content {
  margin: 24px 10px;
}

.view-solr-search .views-row {
  color: #666;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #b8babb;
  position: relative;
  overflow: auto;
  padding-right: 100px;
}

.view-solr-search .views-field-title a {
  font-size: 18px;
  font-weight: bold;
} 

.view-solr-search .views-field-name,
.view-solr-search .views-field-name a {
  color: #666;
  font-size: 11px;
  float: left;
  font-style: italic;	
} 

.view-solr-search .views-field-name a {
  margin: 0px 2px;
}

.view-solr-search .views-field-created {
  float: left;
  font-weight: bold;
  margin-right: 3px;
}

.view-solr-search .views-field-created .field-content {
  color: #666;
  font-size: 11px;
  font-style: italic;
}

.view-solr-search .views-field-tid {
  float: left;
}

.view-solr-search .views-field-tid .field-content a {
  color: #666;
  font-size: 11px;
}

.view-solr-search .views-field-upload-fid a {
  background: transparent url('../images/file-icons.png') 0px 0px no-repeat;
  float: left;
  height: 0px;
  margin: 2px;
  padding-top: 12px;
  text-indent: -1000px;
  width: 39px;
  overflow: hidden;
}

.view-solr-search .views-field-upload-fid a.file-word {
  background-position: 0px 0px;
  width: 39px;
}

.view-solr-search .views-field-upload-fid a.file-pdf {
  background-position: 0px -12px;
  width: 28px;
}

.view-solr-search .views-field-upload-fid a.file-image {
  background-position: 0px -12px;
  width: 28px;
}

.view-solr-search .views-field-title-1 {
  position: absolute;
  right: 0px;
  top: 0px;	
}

.view-solr-search .views-field-field-for-order-value {
  position: absolute;
  right: 0px;
  top: 25px;
}

.view-solr-search .views-field-title-1 a {
  display: block;	
  background: transparent url('../images/readmore-order-icons.png') 0px 0px no-repeat;	
  padding-top: 18px;
  overflow: hidden;
  height: 0px;
  width: 89px;
}

.view-solr-search .views-field-field-for-order-value .field-content {
  display: block;
  background: transparent url('../images/readmore-order-icons.png') 0px -18px no-repeat;	
  padding-top: 32px;
  overflow: hidden;
  height: 0px;
  width: 89px;	
}

#block-views--exp-solr_search-page_1 .block-title ,
#block-views--exp-solr_search-page_2 .block-title{
  background-color: #d6dcd1;
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  text-indent: 10px;
}

#block-views--exp-solr_search-page_1 label,
#block-views--exp-solr_search-page_2 label {
  color: #666666;
  font-size: 11px;
  padding-left: 10px;
  font-weight: normal;
}

#block-views--exp-solr_search-page_1 .views-exposed-widget {
  height: 50px;
}

#block-views--exp-solr_search-page_1 #edit-body,
#block-views--exp-solr_search-page_1 #edit-body-1,
#block-views--exp-solr_search-page_2 #edit-body,
#block-views--exp-solr_search-page_2 #edit-body-1 {
  width: 244px;
}

#block-views--exp-solr_search-page_1 .dotted,
#block-views--exp-solr_search-page_2 .dotted {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 10px;
  padding-right: 0px;
  height: 50px;
}

#block-views--exp-solr_search-page_1 .dotted input,
#block-views--exp-solr_search-page_2 .dotted input {
  width: 243px;
}

#block-views--exp-solr_search-page_1 .form-submit,
#block-views--exp-solr_search-page_2 .form-submit {
  background: transparent url(../images/readmore-order-icons.png) no-repeat 0px -50px;
  display: block;
  height: 32px;
  width: 85px;
  border: 0px;
}

#block-views--exp-solr_search-page_2 select {
  width: 250px;
}

/*
 * Technology Slideshow
 */

.technology-slideshow {
  padding: 0px;
  height: 355px;
  overflow: hidden;
  margin-top: 10px;
}

.technology-slideshow .views-field-field-slideshow-image-fid {
  position: absolute;
  z-index: 1;
  border: 0px;
}

.technology-slideshow .views-field-title,
.technology-slideshow .views-field-field-slideshow-link-url {
  position: relative;
  z-index: 2;
  margin-left: 12px;
  background: transparent url(../images/transparent-bg.png) left top repeat !important;
  top: 12px;
}

.technology-slideshow .views-field-field-slideshow-link-url .field-content {
  background: none;
  height: 200px;
}

.technology-slideshow .views-field-title .field-content {
  background: none;
} 

.technology-slideshow .views-field-title {
  background: none;
  border: 0;
  top: 12px;
}

.technology-slideshow .views-field-field-slideshow-link-url .desc {
  color: #f3f6f3;
}

.technology-slideshow .views-slideshow-controls-bottom {
  bottom: -65px;
  left: 10px;
}

.technology-slideshow .more {
  background: url(../images/front-block-more.png) no-repeat top left;
  color: white;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  color: white;
  text-transform: uppercase;
  padding-left: 5px;
  width: 208px;
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  left: 6px;
}

#block-block-107 {
  margin-bottom: 20px;
  border-bottom: 1px dotted #b8babb;
  padding: 0px 20px 5px 20px;
  color: #666;
  font-size: 11px;
}

/* 
 * Left Sidebar Dropdown menu
 */ 

#sidebar-left .block-menu_block .block-content {
  background: none !important;
  overflow: hidden;
}

#sidebar-left ul.menu {
  margin-left: 0px;
  padding-left: 0px;
}

#sidebar-left ul.menu li {
  background: none;
  list-style: none;
  margin: 0px;
}

#sidebar-left ul.menu li a {
  background-color: #D6DCD1;
  border: 0px !important;
  margin-bottom: 3px !important;
  width: 239px;
  padding-left: 10px;
  display: block;
  margin-left: 0px;
  height: 24px;
  line-height: 24px;
}

#sidebar-left ul.menu li.expanded > a {
  padding-left: 20px;
}

#sidebar-left ul.menu li.expanded .menu-arrow,
#sidebar-left ul.menu li.expanded .menu-arrow-toggle {
  display: inline-block;
  width: 13px;
  height: 23px;
  background: #D6DCD1 url(../images/arrow-right.png) no-repeat 0px 6px;
  float: left;
  margin-left: 6px;
  cursor: pointer;
}

#sidebar-left ul.menu li.expanded .menu-arrow-toggle {
  background-position: 0px -15px !important;
}

#sidebar-left ul.menu li ul ul {
  padding-left: 1em;
  background: #E4E9E2;
}

#sidebar-left ul.menu li a {
  font-size: 11px;
  color: #666;
}

#sidebar-left ul.menu ul li a {
  background: #e4e9e2 url(../images/sub-li-arrow.png) no-repeat 16px center;
  padding-left: 25px !important;
  margin: 0px !important;
}

#sidebar-left ul.menu ul li.expanded > a {
  background: #e4e9e2 url(../images/arrow-right-sub.gif) no-repeat 13px 6px;
  padding-left: 25px 
}

#sidebar-left ul.menu ul li {
  margin: 0px !important;
  padding: 0px !important;
}

/*
 * Policy page
 */

#node-7879 .field-field-preview-image {
  display: none;
}

#node-7879 div.content {
  position: relative;
}

#node-7879 div.content > img {
  margin-bottom: 10px;
}

#node-7879 div.content > p {
  background: url("../images/policy-text-bg.png") repeat-x scroll 0 0 transparent;
  height: 251px;
  left: 332px;
  overflow: hidden;
  padding: 19px 21px;
  position: absolute;
  top: 10px;
  width: 225px;
}

#node-7879 div.content > p span {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 15px !important;
}

.view-blog-related-posts {
  float: right;
  width: 331px;
  margin-bottom: 10px;
  min-height: 311px;
}

.view-blog-related-posts .inner-header {
  font-weight: bold;
  padding: 0 15px;
  text-align: left;
}

.feed-container {
  background-color: #F4F6F3;
  position: relative;
}

.feed-title {
  border: 1px solid #94A581;
  clear: both;
  color: #F1F3F7;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  padding: 1px;
}

.feed-title:hover {
  cursor: pointer;
}

.feed-title .inner-feed-title {
  background: url("../images/gray-bg.png") repeat-x scroll 0 0 #94A581;
  font-size: 18px;
  height: 22px;
  padding: 1px 4px;
}

.feed-title .inner-feed-title .feed-toggle {
  background: url("../images/feed-arrows.png") no-repeat scroll 0 -17px transparent;
  display: inline-block;
  height: 17px;
  position: relative;
  text-indent: -9999px;
  top: 2px;
  width: 17px;
}

.feed-title .inner-feed-title .feed-toggle.collapsed {
  background: url("../images/feed-arrows.png") no-repeat scroll 0 0 transparent;
}

.feed-title .inner-feed-title a {
  color: #F1F3F7;
}

.view-policy-feeds .view-content {
  background-color: #e4e8eb;
  width: 398px;
}

.feed-link {
  background: url("../images/more-wide.png") no-repeat scroll 10px top #e4e8eb;
  font-size: 11px;
  height: 18px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 0 0 10px 30px;
  width: 368px;
}

.feed-link a {
  color: white;
}

.feed-link a:hover {
  text-decoration: none;
}


.feed-description > p {
  padding: 0;
}

.feed-left {
  float: left;
}

.feed-description,
.feed-left {
  padding: 10px;
}

.view-policy-feeds .view-content .views-row {
  padding: 12px 14px;
}

.view-policy-feeds .view-content .views-row .views-field-title {
  font-weight: bold;
}

/** US States & Regions **/
#node-5547 {
  padding: 0px;
}

#stateActions {
  width: 100%;
}
#stateActions ul.tabNavigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

#stateActions ul.tabNavigation li {
  display: inline;
}

#stateActions ul.tabNavigation li a {
  padding: 5px 5px;
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

#stateActions ul.tabNavigation li a.selected,
#stateActions ul.tabNavigation li a:hover {
  background-color: #333;
  color: #fff;
  /*padding-top: 7px;*/
}

#stateActions ul.tabNavigation li a:focus {
  outline: 0;
}

#stateActions .tabdiv {
  width: 730px;
  padding: 10px;
  padding-left: 0px;
  /* border: 4px #333 solid; */
}

#stateActions td {
  vertical-align: top;
}

/**
 * Blog view
 */
.node-blog .terms {
  float: left;
  padding: 1em 0;
}

.node-blog .terms ul {
  display: inline;
}

html.js #block-views--exp-blog_pew-page_2 .views-submit-button {
  display: none;
}

/*
 * Videos page
 */

.view-videos {
  padding-top: 10px;
}

.view-videos tbody {
  border: 1px solid transparent;
}

.view-videos td {
  border: 1px dotted #bbb;
  padding: 19px;
  vertical-align: top;
  width: 440px;
}

.view-videos .views-field-field-video-preview-fid {
  text-align: center;
}

.view-videos .views-field-field-video-preview-fid img {
  padding: 1px;
  border: 1px solid #9e9e9e;
}

.view-videos .views-field-title {
  font-size: 14px;
  padding-top: 10px;
}

.view-videos .views-field-created {
  font-style: italic;
  padding: 4px 0;
}

.view-videos .views-field-tid {
  padding-top: 15px;
}

.view-videos .views-field-created,
.view-videos .views-field-teaser,
.view-videos .views-field-tid {
  font-size: 11px;
}

/*
 * Energy Efficiency
 */
.view-energy-efficiency-initiatives {
  color: #000;
}

.views-rotator-energy_efficiency_rotator-page_1 {
  margin: 10px 0 10px 69px;
}

.view-energy-efficiency-whats-new .view-content .graphic {
  float: left;
}

.view-energy-efficiency-whats-new .view-content .content {
  padding-left: 100px;
}

.view-energy-efficiency-whats-new .views-row {
  border-bottom: 1px dotted #BBBBBB;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.view-energy-efficiency-whats-new h3 {
  padding-top: 0px;
}

body.page-energy-efficiency #content .view-energy-efficiency-news .view-content .views-field-field-sector-teaser-value p {
  padding: 0px 0px 6px 0px;
}

#block-block-84 {
  border-top: 1px dotted #BBBBBB;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

#bandwidth a {
  position: absolute;
  right: -22px;
  top: 0px;
  width: 26px;
  height: 101px;
}

body.front #bandwidth a {
  right: -11px;
  top: -1px;
}

#bandwidth a.high {
  background: url(../images/Low.jpg) top left no-repeat;
  text-indent: -9999px;
  display: block;
}

#bandwidth a.low {
  background: url(../images/High.jpg) top left no-repeat;
  text-indent: -9999px;
  display: block;
}

/* BECL Search */

.view-belc-member-search .views-row {
  padding-left: 140px;
  width: 540px;
  margin-bottom: 10px;
  position: relative;
}

.view-belc-member-search .views-field-field-image-fid {
  left: 0px;
  position: absolute;
}

.view-belc-member-search .views-field-title {
  font-size: 21px;
  margin-bottom: 10px;
}

.view-belc-member-search .views-label-field-ee-init-buildings-value,
.view-belc-member-search .views-label-field-ee-init-cross-value,
.view-belc-member-search .views-label-field-ee-init-internal-value,
.view-belc-member-search .views-label-field-ee-init-products-value,
.view-belc-member-search .views-label-field-ee-init-supply-value,
.view-belc-member-search .views-label-field-ee-init-sss-value,
.view-belc-member-search .views-label-field-ee-init-buildings-value,
.view-belc-member-search .views-label-field-ee-init-buildings-value {
  color: #254191;
  font-weight: bold;
  background: url(../images/arrows.png) no-repeat 0px 4px;
  padding-left: 20px;
  cursor: pointer;
  display: block;
  margin-bottom: 2px;
}

.view-belc-member-search .views-field-field-ee-init-buildings-value .field-content,
.view-belc-member-search .views-field-field-ee-init-cross-value .field-content,
.view-belc-member-search .views-field-field-ee-init-internal-value .field-content,
.view-belc-member-search .views-field-field-ee-init-products-value .field-content,
.view-belc-member-search .views-field-field-ee-init-supply-value .field-content,
.view-belc-member-search .views-field-field-ee-init-sss-value .field-content,
.view-belc-member-search .views-field-field-ee-init-buildings-value .field-content,
.view-belc-member-search .views-field-field-ee-init-buildings-value .field-content {
  display: none;
}

/* Tooltip */ 
map {
  position: relative;
}

#area-tooltip {
  position: absolute;
  z-index: 1000;
  border: 2px solid #000;
  background-color: #ffffe0;
  padding: 4px;
}

/* Sectors Block */
#block-views-sectors-block_1 ul {
  padding: 0 1em;
}

#block-views-sectors-block_1 .views-row {
  width: 20%;
  float: left;
}

#block-views-sectors-block_1 .views-field-name {
  height: 30px;
  padding: 2px 0px; 
  text-align: center;
  font-weight: bold;
}

#block-views-sectors-block_1 .views-field-phpcode {
  padding: 10px 0px; 
}

#block-views-sectors-block_1 div.views-row-1 {
  background-color: #C1D3E8;
}

#block-views-sectors-block_1 .views-row-1 .views-field-name {
  background-color: #638FC6;
}

#block-views-sectors-block_1 div.views-row-2 {
  background-color: #E9C1C0;
}

#block-views-sectors-block_1 .views-row-2 .views-field-name {
  background-color: #C86461;
}

#block-views-sectors-block_1 div.views-row-3 {
  background-color: #FFEFD0;
}

#block-views-sectors-block_1 .views-row-3 .views-field-name {
  background-color: #FC6;
}

#block-views-sectors-block_1 div.views-row-4 {
  background-color: #D5CDDF;
}

#block-views-sectors-block_1 .views-row-4 .views-field-name {
  background-color: #9682AF;
}

#block-views-sectors-block_1 div.views-row-5 {
  background-color: #DCE7C4;
}

#block-views-sectors-block_1 .views-row-5 .views-field-name {
  background-color: #A7C46C;
}

#block-views-sectors-block_1 .views-row .views-row {
  width: auto;
  float: none;
}

#block-views-sectors-block_1 a {
  color: #000;
}

#block-menu-menu-energy-efficiency li,
#block-menu-menu-menu-ee-conference-links li {
  background: none;
  list-style: disc;
}

#block-ee_section-2 .block-content,
#block-ee_section-3 .block-content {
  padding-left: 7px;
}

img.imagecache-generic_page_header {
}


/* EE Portal blocks */

.page-energy-efficiency #sidebar-right .block {
  width: 250px;
  margin-bottom: 10px;
}

.page-energy-efficiency #sidebar-right .block .view-header,
.page-energy-efficiency #sidebar-right .block h2.block-title {
  border: 1px solid #6573a1;
  background: white;
  padding: 1px;
}

.page-energy-efficiency #sidebar-right .block .inner-header,
.page-energy-efficiency #sidebar-right .block h2.block-title span {
  background: url(../images/front-block-title.gif) repeat-x top left;
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  color: #f1f3f7;
  text-align: center;
}

.page-energy-efficiency #sidebar-right .block .block-content {
  background: url(../images/front-block-content.gif) repeat-x left bottom;
  padding: 10px;
}

.page-energy-efficiency #sidebar-right .block .views-row,
.page-energy-efficiency #sidebar-right .block-content > ul li {
  padding-left: 22px;
  margin-bottom: 3px;
  background: url(../images/front-block-arrow.gif) no-repeat 8px 6px;
  font-size: 11px;
  color: #666666;
  list-style: none;
}

.page-energy-efficiency #sidebar-right .block-content ul {
  padding: 0px;
  margin: 0px;
}

.page-energy-efficiency #sidebar-right .block-content ul li a {
  font-weight: bold;
}

.page-energy-efficiency #sidebar-right .newListSelected,
.page-energy-efficiency #sidebar-right .selectedTxt,
.page-energy-efficiency #sidebar-right ul.newList {
  width: 225px;
}

.page-energy-efficiency #sidebar-right .selectedTxt {
  background-position: 195px 50%;
} 

/* Pager fix */ 
.item-list .pager li {
  margin: 0px 0px 0.25em 0.5em;
}

/* UL Views global fix */

.view .view-content .item-list li.views-row {
  margin-bottom: 8px;
}

/* Publication buttons */

#views-exposed-form-publications-page-1 .views-submit-button {
  width: 90px;
}

#views-exposed-form-publications-page-1 .views-reset-button .form-submit {
  margin-top: 53px;
}

/* Energy Efficiency */

.view-energy-efficiency-initiatives .views-row {
  padding: 5px 0px;
  margin: 5px 0px;
  border-bottom: 1px solid #eaeaea;
  overflow: auto;
}

.view-energy-efficiency-initiatives .views-row-last {
  border: 0px;
}

.view-energy-efficiency-initiatives .views-field-field-image-fid {
  float: left;
}

.view-energy-efficiency-initiatives .iews-field-title {
  margin-bottom: 5px;
}

.view-energy-efficiency-initiatives .views-field-field-image-fid img {
  margin-right: 10px;
}

.energy-efficiency-filters {
  margin-top: 10px;
}

.itu-attachments {
  clear: both;
  margin-top: 20px;
}

/**
 * Events webform
 */
#webform-component-event strong {
  font-size: 14px;
}

#webform-component-personal-information legend {
  font-weight: bold;
}

/*
 * OG context
 */

body.og-context #content-bottom div.block h2.block-title,
body.og-context .page-title,
body.node-type-profile .page-title,
body.page-user .page-title {
  border: 1px solid #99BAE8; /*#6573a1;*/
}

body.og-context #content-bottom div.block h2.block-title .inner,
body.og-context .page-title .title,
body.node-type-profile .page-title .title,
body.page-user .page-title .title {
  background: #9cbeec url(../images/nav-bg.jpg) repeat-x 0 0;
  color: #57638A; /*#f1f3f7;*/
}

body.og-context #sidebar-left div.block h2.block-title {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
}

body.og-context #sidebar-left div.block h2.block-title span {
  background: none repeat scroll 0 0 transparent;
  padding-left: 15px;
  text-align: left;
}

/*
 * User Profile
 */
.profile h3 {
	display: none;
}
div.content-profile-display {
	border: none;
}
.user-profile-container {
	float: left;
	clear: both;
}
.user-profile-container .user-profile-container-left {
	float: left;
	width: 212px;
	
}
.user-profile-container .user-profile-container-right {
	margin-left: 212px;
}
.user-profile-image {
	width: 200px;
}
.user-profile-name {
	font-size: 18px;
	font-weight: bold;
}
.user-profile-title {
}
.user-profile-job-title {
	font-weight: bold;
}
.user-profile-label {
  font-weight: bold;
}

.user-profile-email,
.user-profile-primary-number,
.user-profile-secondary-number,
.user-profile-additional,
.user-profile-linkedin {
	margin-top: 20px;
}
.user-profile-email {
}
.user-profile-primary-number {
}
.user-profile-secondary-number {
}
.user-profile-additional {
}
.user-profile-additional p {
	padding: 0px;
}
.user-profile-linkedin {
}

.user-profile-linkedin .linkedin-image img {
	vertical-align: middle;
}
.user-profile-linkedin .linkedin-link {
	padding-left: 5px;
}

/*
 * Directory
 */
.view-pew-groups-member-directory table thead {
  background: #E5F0FE;
  font-size: 10px;
}
.view-pew-groups-member-directory table tbody td.active {
  background: none;
}
.filter-wrapper-container {
  clear: both;
}
#edit-field-profile-firstname-value-wrapper,
#edit-field-profile-lastname-value-wrapper,
#edit-field-profile-title-value-wrapper {
  float: left;
}
.filter-wrapper-container input.form-submit {
  float: left;
  background: url("../images/filter-search.jpg") no-repeat scroll 0 0 transparent;
  border: 0 none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 21px;
  padding: 0px;
  margin: 0px;
  text-indent: -1000px;
  width: 23px;
}
#views-exposed-form-pew-groups-member-directory-page-1 .views-exposed-form .views-exposed-widget .filter-wrapper-container .form-submit {
    margin-top: 0px;
}
#views-exposed-form-pew-groups-member-directory-page-1 .views-exposed-form .views-exposed-widget {
    float: left;
    padding: 0.5em 0px 0 0;
}
#views-exposed-form-pew-groups-member-directory-page-1 label {
  color: #808285;
  font-size: 13px;
  font-weight: normal;
  margin-top: 9px;
  display: block;
}
#edit-field-profile-firstname-value,
#edit-field-profile-lastname-value,
#edit-field-profile-title-value,
#edit-field-profile-company-value {
  width: 220px; 
  background: url("../images/search-input-bg.gif") repeat-x scroll left top white;
  border: 1px solid #999999;
}

#edit-field-profile-company-value {
  width: 248px;
}
#views-exposed-form-pew-groups-member-directory-page-1 .views-widget-filter-field_profile_company_value label {
  display: none;
}

body.og-context #sidebar-left,
body.page-user #sidebar-left {
  background: #f3f6f3;
}

#sidebar-left .block-og {
  width: 245px;
}

#sidebar-left .block-og h2,
body.page-user #sidebar-left .block h2 {
  text-align: center;
  color: #666666;
}

#sidebar-left .block-og h2 a,
body.page-user #sidebar-left .block h2 a {
  margin: auto;
  color: #666666;
}
#sidebar-left .block-og .block-content,
body.page-user #sidebar-left .block .block-content {
  background: none !important;
  overflow: hidden;
}

#sidebar-left .block-og ul {
  margin-left: 0px;
  padding-left: 0px;
}

#sidebar-left .block-og ul li {
  background: none;
  list-style: none;
  margin: 0px;
}

#sidebar-left .block-og ul li {
  background-color: #D6DCD1;
  border: 0px !important;
  margin-bottom: 3px !important;
  text-indent: 10px;
  display: block;
  margin-left: 0px;
  /*height: 24px;
  width: 239px;*/
  line-height: 24px;
}


#sidebar-left .block-og ul li ul ul {
  padding-left: 1em;
  background: #E4E9E2;
}

#sidebar-left .block-og ul li,
#sidebar-left .block-og ul li a {
  font-size: 11px;
  color: #666;
}

#sidebar-left .block-og ul ul li,
#sidebar-left .block-og ul ul li a {
  background: #e4e9e2 url(../images/sub-li-arrow.png) no-repeat 16px center;
  padding-left: 25px !important;
  margin: 0px !important;
  text-indent: 0px;
}
#sidebar-left .block-og ul ul li.expanded > a {
  background: #e4e9e2 url(../images/arrow-right-sub.gif) no-repeat 13px 6px;
  padding-left: 25px 
}

#sidebar-left .block-og ul ul.menu li,
#sidebar-left .block-og ul ul.menu li a,
#sidebar-left .block-og ul ul.menu li.expanded > a {
	background: none;
}

#sidebar-left .block-og ul ul li {
  margin: 0px !important;
  padding: 0px !important;
}

/* Group Home */
.group-layout .node {
  border: 0 none;
  padding: 0;
  height: 0;
}

#content-bottom .block {
  margin-bottom: 20px;
}

.group-layout .view-blog-pew {
  margin: 0;
}

.group-layout .block-views .view-content {
  min-height: 200px;
}

#node-form .og-selective-wrapper,
#node-form #edit-og-private-wrapper,
#node-form #edit-og-directory-wrapper,
#node-form #edit-og-register-wrapper {
  display: none;
}

#block-pew_blocks-rebranding {
  font-size: 16px; 
}

.view-staff .view-content {
  clear: both;
  overflow: hidden;
}

.view-staff .view-content .column {
  width: 50%;
  float: left;
}

.view-staff .view-content .views-row {
  margin-bottom: 20px;
}

.view-staff .view-content .views-row.views-row-odd {
  clear: left;
}

.view-staff .view-content .views-field {
  padding-right: 20px;
}

.view-staff .view-content .views-field-title {
  font-size: 16px;
}

.view-staff .view-content .views-field-field-staff-title-value {
  color: #000;
  font-size: 14px;
}

.view-staff .view-content .views-field-field-staff-expertise-value {
  font-size: 14px;
}
