/**
 * @file
 * GMMB stylesheet
 */

* {
  margin: 0;
  padding: 0;
}

body {
  color: white;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: black;
}

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

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

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

p {
  padding: 4px 0;
}

a {
  color: #002960;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul,
ol {
  padding: 3px 0 3px 24px;
}

/* Forms */
input,
select {
  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;
}

input.form-checkbox {
  border: none;
}

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

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

tbody {
  border-top: none;
}

td,
th {
  padding: 5px;
}

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

/**
 * Header
 */
#page-wrapper {
  background: url(../images/bg-page.gif) repeat-x top left;
}

.menu-background {
	background: #fff;
}

#header {
  height: 100px;
}

#logo-title {
  padding-top: 32px;
  padding-left: 31px;
}

#header-region {
  padding-top: 21px;
  padding-left: 76px;
}

#header_path_logo {
	margin-left: 100px;
	position: relative;
	top: -7px;
	left: 0;
}

#logo-title,
#header-region {
  float: left;
}

/**
 * White menu
 */
#menu-container {
	min-height: 40px !important;
/*   height: 40px; */
  color: black;
  padding: 0 30px;
  position: relative;
}

#menu-container .block {
  float: left;
  line-height: 40px;
}

#block-search-0 .block {
	line-height: 0;
}

#menu-container .block-menu_block {
  line-height: 40px;
}

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

#menu-container .block-menu_block ul li {
  display: block;
  float: left;
  padding: 0 7px;
  overflow: visible !important;
}

#menu-container .block-menu_block ul li.first {
  padding-left: 0;
}

#menu-container .block-menu_block ul li a {
  text-transform: uppercase;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #6b6b6b;
  background: url(../images/bg-menu-normal.gif) no-repeat center left;
  padding-left: 13px;
}

#menu-container .block-menu_block ul li.expanded:hover > a,
#menu-container .block-menu_block ul li.active-trail a,
#menu-container .block-menu_block ul li a:hover/*,
#menu-container .block-menu_block ul li a.active*/ {
  color: #f69b1f;
  text-decoration: none;
  background: url(../images/bg-menu-hover.gif) no-repeat center left;
}

#menu-container .block-menu_block ul li.leaf a,
#menu-container .block-menu_block ul li.leaf a:hover {
  background-image: none;
}

/* Second level */
#menu-container .block-menu_block ul li ul {
  display: block;
  position: absolute;
  /* top: 40px; */
  bottom: -30px;
  min-height: 30px;
  background: #f69b1f;
  width: 960px;
  left: 0px;
  line-height: 30px;
  visibility: hidden;
  z-index: 10;
}

#menu-container .block-menu_block ul li.active-trail li,
#menu-container .block-menu_block ul ul li {
  padding: 0;
  margin: 0;
  background: url(../images/bg-menu-secondary-delimiter.gif) no-repeat right center;
}

#menu-container .block-menu_block ul ul li.last {
  background: none;
}

#menu-container .block-menu_block ul ul li a {
  padding: 0 12px 0 9px;
}

#menu-container .block-menu_block ul ul li.first {
  padding-left: 30px;
}

#menu-container .block-menu_block ul ul li.first a {
  padding-left: 0;
}

#menu-container .block-menu_block ul li.active-trail li a,
#menu-container .block-menu_block ul li li a {
  background: none;
  color: white;
}

#menu-container .block-menu_block ul li.active-trail li.active-trail a,
#menu-container .block-menu_block ul li.active-trail li.active a,
#menu-container .block-menu_block ul li li.active a,
#menu-container .block-menu_block ul li li a:hover {
  background: none;
  color: #323232;
}

#menu-container .block-menu_block ul li:hover ul,
#menu-container .block-menu_block ul li.hover ul {
  visibility: visible;
}

#menu-container .block-menu_block ul li.active-trail ul {
  visibility: visible;
  z-index: 9;
}

/**
 * JS MENU
 */
html.js #menu-container .block-menu_block ul li ul {
  display: none;
  visibility: visible;
}

html.js #menu-container .block-menu_block ul li:hover ul,
html.js #menu-container .block-menu_block ul li.hover ul {
  display: none;
}

html.js #menu-container .block-menu_block ul li.active-trail ul {
  display: block;
  z-index: 9;
}

/**
 * Search block
 */
#menu-container .block-search {
  float: right;
  width: 250px;
}

html.js #menu-container .block-search {
  width: auto;
}

html.js #menu-container .block-search label {
  line-height: 12px;
}

#menu-container .block-search label {
  color: #6b6b6b;
  position: absolute;
  top: 0;
  left: 5px;
  display: none;
}

#edit-search-block-form-1-wrapper label {
  z-index: 20;	
}

#menu-container .block-search .form-item {
  margin: 0;
  height: 40px;
}

#menu-container .block-search .compact-form-label {
	width: 100px;
	position: absolute;
	top: 13px !important;
	display: block;
}

#menu-container .block-search .form-text {
  font-size: 11px;
  background: url(../images/bg-search-input.gif) no-repeat top left;
  border: 0;
  width: 122px;
  padding: 3px 4px;
  margin: 0 !important;
  line-height: 12px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
}

#menu-container .block-search .form-submit {
  background: url(../images/bg-search-btn.gif) no-repeat left center;
  width: 16px;
  border: 0;
}

/**
 * Container
 */
#container {
  background: url(../images/bg-main.jpg) no-repeat top left;
  padding: 30px 30px 0 30px;
}

body.page-simple-interventions #container,
body.page-worldwide-effort #container {
  min-height: 430px;
}

body.front #container {
	background: #2C2C2C;
}

body.not-front #container {
  background: url(../images/bg-main-notfront.jpg) repeat-y top left;
}

#container a {
  color: #ce811c;
}

body.front #container-inner {
  background: none;
}

#container-inner {
  background: url(../images/bg-content.png) repeat top left;
  overflow: visible;
}

body.has-title #title-wrapper {
  padding: 10px 20px;
  background: black;
  margin-bottom: 10px;
}

body.has-title.page-fb #title-wrapper { margin-bottom: 0; }

body.front #title-wrapper,
body.page-worldwide-effort #title-wrapper,
body.page-simple-interventions #title-wrapper {
  display: none;
}

#breadcrumb a {
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-transform: lowercase;
  padding: 0 7px;
}

#title-wrapper h1#page-title {
  font-family: Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 34px;
  color: #f69b1f;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/**
 * Bottom menu
 */
#bottom-split-blocks {
  background: #2c2c2c;
  padding: 20px 30px 0 30px;
} 

#bottom-split-blocks .block { float: left; }
 
#bottom-blocks {
  background: #2c2c2c;
  padding: 20px 30px;
}


.bottom-block {
  float: left;
  margin-right: 25px;
}

#bottom-blocks-middle.bottom-block {
	margin-right: 26px;
}


#bottom-blocks-right {
  margin-right: 0;
}

/**
 * Footer
 */
#footer-right {
  float: right;
}

#footer {
  float: left;
}

#footer .block-menu_block ul {
  padding: 0;
  padding-top: 13px;
}

#footer .block-menu_block ul li {
  display: block;
  float: left;
  background: none;
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

/*#footer .block-menu_block ul li.first {
  background: url(../images/icon-twitter-footer.gif) no-repeat center left;
  height: 20px;
}*/

#footer .block-menu_block ul li {
  height: 20px;
}
#footer .block-menu_block ul li a#footer-twitter {
  background: url(../images/icon-twitter-footer.png) no-repeat center left;
}
#footer .block-menu_block ul li a#footer-facebook {
  background: url(../images/icon-facebook-footer.png) no-repeat center left;
}
#footer .block-menu_block ul li a#footer-youtube {
  background: url(../images/icon-youtube-footer.png) no-repeat center left;
}
#footer .block-menu_block ul li a#footer-flikr {
  background: url(../images/icon-flikr-footer.png) no-repeat center left;
}
#footer .block-menu_block ul li a#footer-linkedin {
  background: url(../images/icon-linkedin-footer.png) no-repeat center left;
}

#footer .block-menu_block ul li a#footer-rss {
  background: url(../images/icon-rss-footer.png) no-repeat center left;
}


#footer .block-menu_block ul li a.footer-social-links {
	display: block;
	text-indent: -10000px;
	padding-left: 0px;
	/*background: none;*/
	width: 28px;
}

#footer .block-menu_block ul li a {
  color: white;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 9px;
  padding: 0 8px 0 6px;
  letter-spacing: 0px;
  line-height: 20px;
  background: url(../images/bg-menu-bottom-delimiter.gif) no-repeat right center;
}

/*#footer .block-menu_block ul li.first a {
  padding-left: 30px;
}*/

#footer .block-menu_block ul li.last a {
  background: none;
}

/**
 * Footer right
 */
#footer-right {
  padding-right: 30px;
  padding-top: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
}

/**
 * Blocktheme - Black rounded
 */
.block-black-rounded {
  width: 283px;
  margin-bottom: 5px;
}

	#bottom-split-blocks .block-black-rounded {
 		width: 437px;
	}

.block-black-rounded h2 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 14px 19px;
  border-bottom: 1px solid #525252;
}

.block-black-rounded .top {
  font-size: 1px;
  height: 6px;
  background: url(../images/bg-block-black-top-2.png) no-repeat top left;
}

	#bottom-split-blocks .block-black-rounded .top {
  		background: url(../images/bg-block-black-top-2_wide.png) no-repeat top left;
	}

.block-black-rounded .middle {
  background: black;
  border-left: 1px solid #525252;
  border-right: 1px solid #525252;
}

.block-black-rounded .middle .content {
  padding: 8px 2px 8px 8px;
}

	#bottom-split-blocks .block-black-rounded .middle .content {
	  padding: 8px 15px;
	}

.block-black-rounded .bottom {
  font-size: 1px;
  height: 6px;
  background: url(../images/bg-block-black-bottom-2.png) no-repeat top left;
}

	#bottom-split-blocks .block-black-rounded .bottom {
  		background: url(../images/bg-block-black-bottom-2_wide.png) no-repeat top left;
	}

.block-black-rounded a,
.block-black-rounded li a {
  color: #ff9d1f;
}

.block-black-rounded a:hover,
.block-black-rounded li a:hover {
  text-decoration: underline;
}

.block-black-rounded-top {
  margin-bottom: 0;
  border-bottom: 1px solid #525252;
}

.block-black-rounded-bottom .middle .content {
  padding-top: 0;
}

/**
 * Blocktheme - Orange title
 */
.orange-title .middle {
  padding-top: 3px;
}

.orange-title .title {
  background: #f69b1f;
  position: relative;
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
}

.orange-title .title .arrow {
  position: absolute;
  right: -18px;
  top: 0px;
  display: block;
  width: 18px;
  height: 29px;
  padding: 0;
  background: url(../images/bg-block-oragne-arrow.gif) no-repeat top left;
}

.orange-title .title h2 {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  padding: 0;
  line-height: 28px;
  border-bottom: 0;
}

.orange-title .title h2 a {
  display: block;
  padding: 0 20px;
  color: white;
}

.orange-title .middle .content {
  padding: 4px 8px 3px;
}

.orange-title .middle .content a {
  color: white;
}

/**
 * Blocktheme - Featured & Success Spotlight
 */
.block-featured .views-field-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.block-featured .views-field-title a {
  color: #F69B1F;
}

.view-recent-blog .views-field-view-node,
.block-featured .views-field-view-node,
.block-featured .view-title-link,
.view-in-the-media .views-field-view-node,
.view-whats-new-in-poo .views-field-path,
.views-field-field-external-link-value {
 float: right;
}

#block-views-success_spotlight-block_1 .views-field-view-node a,
.block-featured .views-field-view-node a,
.block-featured .view-title-link a,
.view-recent-blog .views-field-view-node a,
.view-in-the-media .views-field-view-node a,
.view-whats-new-in-poo .views-field-path a,
.views-field-field-external-link-value a {
  display: block;
  width: 31px;
  height: 30px;
  background: url(../images/sprite-icons-node.gif) no-repeat -342px top;
}

#block-views-whats_new_in_poo-block_2 .views-field-field-external-link-value,
#block-views-in_the_media-block_2 .views-field-view-node {
  float: none;
  text-align: right;
  margin: 5px 0 0 0;
}

#block-views-whats_new_in_poo-block_2 .views-field-field-external-link-value a,
#block-views-in_the_media-block_2 .views-field-view-node a {
  background: none;
  display: inline;
}

#block-views-success_spotlight-block_1 .views-field-view-node a:hover,
.block-featured .views-field-view-node a:hover,
.block-featured .view-title-link a:hover,
.view-recent-blog .views-field-view-node a:hover,
.view-in-the-media .views-field-view-node a:hover,
.view-whats-new-in-poo .views-field-path a:hover,
.views-field-field-external-link-value a:hover {
  background: url(../images/sprite-icons-node.gif) no-repeat -342px -33px;
}

#block-views-success_spotlight-block_1 .text,
#block-views-success_spotlight_block-block_1 .text,
#block-views-success_spotlight_block-block_2 .text,
.block-featured .views-field-view-node .text,
.view-recent-blog .views-field-view-node .text,
.view-in-the-media .views-field-view-node .text,
.view-whats-new-in-poo .views-field-path .text,
.views-field-field-external-link-value .text {
  display: none;
}

.block-featured .field-content {
  padding-top: 5px;
}

#block-views-success_spotlight-block_1 .middle,
#block-views-success_spotlight_block-block_1 .middle,
#block-views-success_spotlight_block-block_2 .middle,
.block-featured .middle {
  height:100%;
}

#block-views-success_spotlight-block_1 .content,
#block-views-success_spotlight_block-block_1 .content,
#block-views-success_spotlight_block-block_2 .content {
  padding: 0px;
  text-align: center;
}

#block-views-success_spotlight-block_1 .views-field-view-node,
#block-views-success_spotlight_block-block_1 .views-field-view-node,
#block-views-success_spotlight_block-block_2 .views-field-view-node {
  float:right;
  padding: 5px 5px 0 0;
}

#block-views-success_spotlight-block_1 .views-field-field-ss-title-value {
  background:url("../images/bg-content.png") repeat scroll left top transparent;
  bottom:0;
  height:40px;
  position:absolute;
  width:289px;
}

#block-views-success_spotlight-block_1 .views-field-field-ss-title-value span {
  padding-top:10px;
  position:relative;
  text-align:center;
  vertical-align:bottom;
}

#block-views-success_spotlight-block_1 .views-field-field-ss-title-value a {
  color:white;
  position:absolute;
  top:20px;
  width:280px;
  font-weight:bold;
}

#block-views-success_spotlight-block_1 h2,
#block-views-success_spotlight_block-block_1 h2,
#block-views-success_spotlight_block-block_2 h2 {
  padding:10px 19px;
}


#block-views-success_spotlight_block-block_1 h2 {
  padding: 0;
}

#block-views-success_spotlight_block-block_1 h2 a {
  background: url(../images/header-spotlight.png) 15px 8px no-repeat;
  height: 37px;
  display: block;
  text-indent: -10000.0em;
  padding: 0;
}

#block-views-success_spotlight_block-block_1 h2 a:hover {
  background: url(../images/header-spotlight.png) 15px -23px no-repeat;
}

#block-views-success_spotlight-block_1 .views-row,
#block-views-success_spotlight_block-block_1 .views-row,
#block-views-success_spotlight_block-block_2 .views-row,
.view-recent-blog .views-row {
  position:relative;
}

.view-success-spotlight-block .views-field-field-sucess-spotlight-link-url {
  text-align: center;
}

.view-success-spotlight-block .views-field-field-sucess-spotlight-link-url a {
  color: white;
}

.view-success-spotlight-block .views-field-view-node {
  height: 30px;
}

.view-success-spotlight-block .views-field-view-node .field-content {
  padding-top: 0;
}


/**
 * Content styling
 */
body.page-node #main {
  padding: 0;
}

.node {
  background: white;
  color: black;
  font-size: 11px;
}

.node .content {
  padding: 20px;
}

#content-content #comments .comment {
  margin-bottom: 10px;
}

#content-content #comments .comment .submitted,
#content-content #comments .comment .content,
#content-content #comments .comment .links,
#content-content #comments .box {
  padding: 0 20px;
}

#content-content #comments .comment h3 {
  background: #6B6B6B;
  color: white;
  padding: 10px 20px;
  margin-bottom: 10px;
}

#content-content #comments .box {
  padding: 0 20px 20px 20px;
}

#content-content #comments .box h2 {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  background: black;
  color: white;
  font-weight: normal;
}

#content-content #comments {
  background: white;
	color: black;
}

#comments #comment-form .description li {
  display: none;
  list-style: none;
	list-style-type: none;
	list-style-image: none;
}

p {
  font-size: 12px;
}

.node .content p, .view-blog-list p {
  line-height: 2em;
}


.callout,
.field-field-blog-callout,
.views-field-field-blog-callout-value {
  font-size: 15px;
}

blockquote {
  margin: 5px 0px;
  background: #eaeaea;
  padding: 12px 15px;
  font-style: italic;
  line-height: 160%;
}
 
blockquote p {
  margin: 0px;
  padding: 0px;
  font-style: italic; 
  line-height: 160%;
}

/**
 * Custom content styling for certain user-editable pages
 */
body.page-node .node .content #custom-content-left {
  float:left;
  margin-right:30px;
  width:55%;
}
body.page-node .node .content #custom-content-left div {
  margin-bottom: 20px;
}

body.page-node .node .content #custom-content-left .custom-content-text-small {
  font-size: .8em;
}

body.page-node .node .content #custom-content-right {
  float: right;
}

body.page-node .node .content .custom-content-block-header-orange  {
  background-color:#F69B1F;
  border:1px solid #6C6C6C;
  color:white;
  height:36px;
  padding-top:15px;
  text-align:center;
  font-size:1.6em;
}

#container .custom-content-block-header-orange a {
  color:white;
  font-size:14px;
}

body.page-node .node .content .custom-content-block-header-black {
  background-color: #000000;
  color: #FFFFFF;
  height: 36px;
  padding-top: 15px;
  padding-left: 20px;
  font-size: 18px;
}

body.page-node .node .content #custom-content-left .custom-content-block-header-black {
  margin-bottom: 0;
}

body.page-node .node .content .custom-content-block-image {
  margin-bottom: 12px;
}

body.page-node .node .content ul.custom-content-ul-striped {
  border-bottom:1px solid #000000;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  list-style:none outside none;
  padding:0;
}

body.page-node .node .content .custom-content-ul-striped li {
  padding: 5px 20px;
  color: #555555;
  font-size: 14px;
}

body.page-node .node .content .custom-content-ul-striped li.odd {
  background-color: #CCCCCC;
}

body.page-node .node .content .custom-content-ul-striped li.even {}

/**
 * Sidebar menu
 */
#sidebar-left {
  width: 270px;
}

#sidebar-left .block-menu_block ul {
  padding: 0;
  margin: 0;
  width: 270px;
}

#sidebar-left .block-menu_block ul li {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: right;
  margin-bottom: 5px;
}

#sidebar-left .block-menu_block ul li a {
  display: block;
  height: 40px;
  background: url(../images/bg-content.png) repeat;
  padding-right: 20px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #767a75;
  width: 250px;
}

#sidebar-left .block-menu_block ul li.active a,
#sidebar-left .block-menu_block ul li a:hover {
  background: #000000;
  text-decoration: none;
  color: #f69b1f;
  border-left: 10px solid #f69b1f;
  margin-left: -10px;
}

#sidebar-left .block-menu_block ul li ul li,
#sidebar-left .block-menu_block ul li.expanded ul li,
#sidebar-left .block-menu_block ul li.active ul li {
  line-height: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid black;
}

#sidebar-left .block-menu_block ul li.expanded ul,
#sidebar-left .block-menu_block ul li.collapsed ul {
  display: none;
}

#sidebar-left .block-menu_block ul li.active-trail ul,
#sidebar-left .block-menu_block ul li.active ul {
  display: block;
}


#sidebar-left .block-menu_block ul li ul li a,
#sidebar-left .block-menu_block ul li.expanded ul li a,
#sidebar-left .block-menu_block ul li.active ul li a {
  height: 30px;
  background: #6b6b6b;
  color: white;
  border-left: 0;
  margin-left: 0;
}

#sidebar-left .block-menu_block ul li ul li a:hover,
#sidebar-left .block-menu_block ul li ul li.active a {
  background: #f69b1f;
  border-left: 0;
  margin-left: 0;
  color: white;
}

/**
 * Node icons
 */
.gmmb-icons {
  background: black;
  padding: 4px 20px;
  border: 1px solid #6b6b6b;
}

.gmmb-icons .icons-left {
  float: left;
}

.gmmb-icons .icons-right {
  float: right;
}

.gmmb-icon {
  margin-right: 10px;
  display: block;
  float: left;
}

.gmmb-icon .text {
  display: none;
}

.gmmb-icon a {
  display: block;
  float: left;
  width: 45px;
  height: 31px;
  background: url(../images/sprite-icons-node.gif) no-repeat top left;
}

.gmmb-icon-rss {
  width: 16px;
/*   padding-top: 6px; */
  height: 25px;
}

.gmmb-icon-rss a {
  background: none;
}

.gmmb-icon-sharethis ul {
	margin-top: 10px;
}
.gmmb-icon-sharethis a {
	background: none;
	width: auto;
}

.gmmb-icon-sharethis a.stbutton {
	padding: 0px 5px 0px 22px;
  margin-top:10px;
  height: 21px;
}

.gmmb-icon-sharethis img {
	vertical-align: top;
}

.gmmb-icon a:hover {
  background-position: left -31px;
}

.gmmb-icon-topics a {
  background-position: top left;
}

.gmmb-icon-topics a:hover {
  background-position: left -31px;
}

.gmmb-icon-data a {
  background-position: -45px top;
}

.gmmb-icon-data a:hover {
  background-position: -45px -31px;
}

.gmmb-icon-photo a {
  background-position: -90px top;
}

.gmmb-icon-photo a:hover {
  background-position: -90px -31px;
}

.gmmb-icon-resources a {
  background-position: -135px top;
  width: 75px;
}

.gmmb-icon-resources a:hover {
  background-position: -135px -31px; 
}

.gmmb-icon-references a {
  background-position: -205px top;
  width: 75px;
}

.gmmb-icon-references a:hover {
  background-position: -205px -31px;
}

.gmmb-icon-print a,
.gmmb-icon-print a:hover {
  background: url('../images/icon-print.png') left top no-repeat;
  width: 30px;
  height: 30px;
}

/**
 * Node - Term links
 */
.bottom-links {
  background-color: #6B6B6B;
  padding: 10px;
}

#container .bottom-links a {
  color: white;
}

/**
 * Node resource fieldgroup
 */
.group-resources {
  border: 0;
  padding: 0;
}

body.node-type-topic-page .node .content .group-resources .field {
  padding: 10px;
}

/**
 * Node - Topic Page styling
 */
.node .content .section-title-top {
  background: #6b6b6b;
  color: white;
  padding: 4px 11px;
  text-transform: uppercase;
}

.node .content .icons-back {
  background: url(../images/sprite-icons-node.gif) no-repeat -283px top;
  width: 23px;
  height: 23px;
  display: block;
  float: right;
}

.node .content .icons-back .text {
  display: none;
}

.node .content .section-title-top .field-label {
  padding-top: 6px;
}

.node-topic_page .content {
  padding: 0;
}

.node-topic_page .content p {
  padding: 20px;
}

.node-topic_page .content .field p {
  padding: 4px 0;
}

.node-topic_page .content .field {
  padding: 20px;
}

body.node-type-topic-page .node .content .field-field-tp-photo .field-item {
  float: left;
  margin: 0 10px 10px 0;
}

/**
 * Blog page
 */
body.page-blog #title-wrapper,
body.page-blog #under-title {
  margin-bottom: 0px;
}

body.node-type-blog #main-wrapper,
body.page-blog #main-wrapper,
body.page-fb #main-wrapper {
  background: white;
  padding: 20px;
}

body.page-fb #main-wrapper { color: #000; }

body.node-type-blog #sidebar-right,
body.page-blog #sidebar-right {
  width: 230px;
} 

#block-views--exp-blog_list-page_1 {
  background: black;
  position: relative;
}

#under-title #block-views--exp-blog_list-page_1 {
  float: none;
  width: auto;
}

#block-views--exp-blog_list-page_1 .views-exposed-widget .form-item {
  display: inline-block;
}

#block-views--exp-blog_list-page_1 .views-exposed-widget .form-select {
  width: 170px;
}

#block-views--exp-blog_list-page_1 .views-submit-button {
  padding: 3px 0 0 1em;
}

#block-views--exp-blog_list-page_1 .views-exposed-widget .date-views-filter-wrapper {
  width: 85px;
  min-width: 85px;
  display: inline-block;
  height: 17px;
  overflow: visible;
}

#block-views--exp-blog_list-page_1 .views-widget-filter-date_filter .views-widget,
#block-views--exp-blog_list-page_1 .views-widget-filter-date_filter_1 .views-widget,
#block-views--exp-blog_list-page_1 .views-widget-filter-date_filter .views-widget .form-item,
#block-views--exp-blog_list-page_1 .views-widget-filter-date_filter_1 .views-widget .form-item {
  height: 17px;
  overflow: visible;
}

#block-views--exp-blog_list-page_1 .views-exposed-widget .prefix {
  font-size: 11px;
}

#block-views--exp-blog_list-page_1 .views-exposed-form {
  padding: 20px;
}

#block-views--exp-blog_list-page_1 .view-filters {
  position: relative;
}

#block-views--exp-blog_list-page_1 .feed-icon {
  position: absolute;
  top: -19px;
  right: 5px;
}

#block-views--exp-blog_list-page_1 .feed-icon img {
  width: 25px;
  height: 25px;
}

.view-blog-list .views-field-title {
  padding-bottom: 10px;
}

.view-blog-list .views-field-title a {
  color: #CE811C !important;
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

.view-blog-list .views-field-title .gmmb-icon-print {
  float: right;
}

.view-blog-list .container-white {
  background: white;
  color: black;
  padding: 10px 20px;
}

.view-blog-list .views-field-field-blog-image-fid {
  float: left;
  width: 275;
  margin-right: 15px;
}

.view-blog-list .views-field-field-blog-callout-value,
.view-blog-list .views-field-title,
.view-blog-list .views-field-created,
.view-blog-list .views-field-field-blog-guest-author-value {
  margin-left: 290px;
}

.view-blog-list .views-field-field-blog-callout-value {

}

.view-blog-list .views-field-field-blog-callout-value p {
  display: inline;
  line-height: normal;
  color: #333333;
}

.view-blog-list .views-field-field-blog-callout-value a {
  font-size: 12px;
}

.view-blog-list .views-field-created,
.view-blog-list .views-field-field-blog-guest-author-value,
.view-blog-list .views-field-nothing {
  color: #666666;
}

.view-blog-list .views-field-nothing {
	margin: 0 0 0 290px;
}

.view-blog-list .views-field-nothing p {
	line-height: 16px;
}

.view-blog-list .views-field-created {
  padding-bottom: 10px;
}

.view-blog-list .views-row {
  padding-bottom: 25px;
  border-bottom: 3px solid black;
  margin-bottom: 25px;
}

.view-blog-list .views-row-last {
  border-bottom: 0;
  margin-bottom: 0;
}

.view-blog-list .item-list ul li {
  background: #eaeaea;
  color: #CE811C;
  margin-left: 0;
  margin-right: 0.5em;
}

.view-blog-list .item-list ul li.pager-ellipsis {
  background: white;
}

.view-blog-list .item-list .pager {
  text-align: left;
}

.view-blog-list .item-list ul li a {
  font-weight: bold;
}

/**
 * Blog node
 */
.node h1.node-title {
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

.node-blog .content {
  padding: 0 10px 0 0;
}

.node-blog .field-field-blog-image {
  text-align: center;
  margin: 10px 0 10px 10px;
}

.node-blog .meta {
  border-top: 3px solid black;
  margin: 20px 0 10px 0;
  padding: 20px 0;
  color: #666666;
  font-size: 11px;
}

.node-blog .imagecache-author_headshot {
  float: left; 
  margin: 0 10px 10px 0;
}

body.node-type-blog #content-content #comments .box {
  padding: 0;
}

body.node-type-blog #content-content #comments .box h2 {
  margin: 0;
}

.node .blog-post-date {
  font-weight: bold;
  color: #F69B1F;
  padding-bottom: 5px;
}

.node .field-field-blog-callout {
  padding-bottom: 1em;
}

.node .field-field-blog-callout p {
  font-size:14px;
  font-weight:bold;
}

.node.node-blog .meta .submitted .date{
  display: block;
}

/**
 * Data & reports page
 */
.view-data-list .views-field-title,
.view-data-list .views-field-phpcode,
.view-report-list .views-field-title,
.view-report-list .views-field-phpcode {
  background: #6B6B6B;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: normal;
}

#container .view-data-list .views-field-title a,
#container .view-report-list .views-field-title a,
#container .view-data-list .views-field-phpcode a,
#container .view-report-list .views-field-phpcode a {
  color: #F69B1F;
  font-weight: bold;
}

.view-data-list .views-row,
.view-report-list .views-row  {
  background: white;
  color: black;
}

.view-data-list label,
.view-report-list label {
  font-weight: bold;
}

.view-data-list .views-field-body,
.view-report-list .views-field-body {
  padding: 20px 20px 0 20px;
}

.view-data-list .views-field-created,
.view-data-list .views-field-filesize,
.view-report-list .views-field-created,
.view-report-list .views-field-filesize {
  padding: 0 20px;
}

.view-data-list .views-field-fid,
.view-report-list .views-field-fid,
.view-data-list .views-field-phpcode-1,
.view-report-list .views-field-phpcode-1 {
  padding: 0 20px 20px 20px;
}

/**
 * Press room listing
 */
.view-press-releases-list .views-field-title {
  background: #6B6B6B;
  color: white;
  padding: 10px 20px;
}

#container .view-press-releases-list .views-field-title a {
  color: #F69B1F;
  font-weight: bold;
}

.view-press-releases-list .views-row {
  background: white;
  color: black;
}

.view-press-releases-list .views-field-field-pr-date-value {
  padding: 10px 20px 0 20px;
  color: #F69B1F;
}

.view-press-releases-list .views-field-body {
  padding: 0 20px 10px 20px;
}

.view-press-releases-list .view-filters {
  padding: 0 20px;
  background: black;
}

.view-press-releases-list .view-filters .views-exposed-widgets {
  margin: 0;
}

.view-press-releases-list .view-filters .views-exposed-widget {
  padding-bottom: 0.75em;
}

.view-press-releases-list .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 12px;
}

.view-press-releases-list .date-views-filter-wrapper {
  min-width: 0;
}

.view-press-releases-list .views-exposed-widget-submit {
  float: right;
}

/**
 * Story listing
 */

.view-stories-list .views-field-title {
  background: #6B6B6B;
  color: white;
  padding: 10px 20px;
}

#container .view-stories-list .views-field-title a {
  color: #F69B1F;
  font-weight: bold;
}

.view-stories-list .views-row {
  background: white;
  color: black;
}

.view-stories-list .views-field-body {
  padding: 0 20px 10px 20px;
}

.view-stories-list .views-field-field-story-image-fid {
  float: left;
  padding: 6px 10px 5px 20px;
}

/**
 * Videos listing
 */
.view-videos-list .views-field-title {
  background: #6B6B6B;
  color: white;
  padding: 10px 20px;
}

#container .view-videos-list .views-field-title a {
  color: #F69B1F;
  font-weight: bold;
}

.view-videos-list .views-row {
  background: white;
  color: black;
}

.view-videos-list .views-field-field-video-embedded-embed {
  padding: 10px 20px 0 20px;
  float: left;
}

.view-videos-list .views-field-body {
  padding: 10px 20px 10px 20px;
}

.view-videos-list .view-filters {
  padding: 0 20px;
}

/**
 * Video content page
 */
body.node-type-video .node .content {
  padding: 0;
}

body.node-type-video .node .content .video-label {
  background: #6b6b6b;
  color: white;
  padding: 4px 11px;
  text-transform: uppercase;
}

body.node-type-video .node .content .field {
  padding: 20px;
}

body.node-type-video .node .content .field-field-video-embedded {
  text-align: center;
}

/**
 * Photos page & Album page
 */
.view-photo-album-list .views-row {
  background: white;
}

.view-photo-album-list .node h2 {
  background: #6B6B6B;
  color: white;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: normal;
}

.view-photo-album-list .node h2.node-title a {
  color: #F69B1F;
  font-weight: bold;
}

.view-photo-album-list .node .content {
  padding: 20px;
}

.view-album-view .views-row,
.view-album-preview .views-row {
  float: left;
  padding-right: 18px;
}

/**
 * Under title blocks
 */
body.front #under-title {
  margin-bottom: 0;
}

#under-title {
  margin-bottom: 10px;
}

#under-title .block {
  width: 50%;
  float: left;
}

#block-views-homepageslider-block_1 {
	width: 358px!important;
}

#block-views-homepageslider-block_1 img.imagefield {
	border: 1px solid #464646;
	border-radius: 8px;
	-moz-border-radius: 1px solid #464646;
	-webkit-border-radius: 1px solid #464646;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#under-title .block .top-link-big {
  background: url(../images/bg-content.png) repeat;
  position: relative;
}

#under-title .block .top-link-big .subtitle {
  position: absolute;
  bottom: 3px;
  left: 22px;
  font-size: 13px;
  color: white;
  text-transform: none;
}

#under-title .block .top-link-big a:hover .subtitle,
#under-title .block .top-link-big a.active .subtitle {
  color: #F69B1F;
}

#under-title .block .top-link-big a {
  display: block;
  font-size: 34px;
  font-family: Trebuchet,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  padding: 10px 20px 15px 20px;
  border: 1px solid #525252;
  color: white;
  background: url(../images/bg-top-block-arrow.png) no-repeat;
}

#under-title .block .top-link-big a:hover {
  background: url(../images/bg-top-block-arrow-active.png) no-repeat black;
  text-decoration: none;
  color: #F69B1F;  
}

#under-title .block .top-link-big a.active {
  background: url(../images/bg-top-block-arrow-active.png) no-repeat black;
  text-decoration: none;
  color: #F69B1F;
}

body.front #under-title #block-gmmb_custom-link_simple_interventions {
  margin-right: 9px;
}

#under-title #block-gmmb_custom-link_simple_interventions {
  width: 460px;
  margin-right: 10px;
}

#under-title #block-gmmb_custom-link_worldwide_effort {
  width: 430px;
}

/**
 * Countries page
 */
.view-taxonomy-list {
  color: black;
  background: white;
}

.view-taxonomy-list h2.node-title {
  background: #6B6B6B;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 20px;
}

#container .view-taxonomy-list h2.node-title a {
  color: #F69B1F;
  font-weight: bold;
}

.view-taxonomy-list .view-content .content {
  padding: 10px 20px;
}

.view-taxonomy-list .view-content .meta {
  padding: 5px 20px;
}

.view-taxonomy-list .view-display-id-attachment_1 .views-field-body {
  padding: 10px 20px;
}

#bottom-blocks-wide { margin-right: 0;}

/**
 * Photo Credits Block
 */
#block-block-10 {
	float: left;
	text-align: right;
	width: 275px;
} 

	#block-block-10 .content {
		margin-top: 10px;
	}
	
	#block-block-10 p {
		font-size: 10px;
		padding: 0;
	}

/**
 * Email Subscribe block form
 */

#block-block-3 {
	width: 625px;
	float: left;
}

#block-block-3 .email-subscribe-form-title {
	float: left;
	padding: 0 10px 0 0;
	color: #f69b1f;
	font-weight: bold;
	font-size: 13px;
}

#block-block-3 .content {
}

#email-subscribe-form .compact-form-label {
  color: #6B6B6B;
  line-height: 12px;
  font-weight: bold;
}

.compact-form-label {
  top: 4px;
}

#edit-search-block-form-1-wrapper {
	overflow: hidden;
}



.email-subscribe-form-field {
  display: inline;
}

.email-subscribe-form-field input {
  width:116px;
}

#block-block-3 .email-subscribe-form-field input {
	width: 120px;
	position: relative;
}

.email-subscribe-form-container {
  margin-top:10px;
  position:relative;
}

.email-subscribe-form-buttons {
  position:absolute;
  right:-20px;
  top:0;
}

	#block-block-3 .email-subscribe-form-buttons {
  		position:absolute;
  		right: 173px;
  		top: 0;
	}

.email-subscribe-form-button {
  background: url(../images/mail-icon.gif) #F69B1F no-repeat center;
  border: 1px solid #525252;
  border-right: none;
  height: 22px;
  width: 30px;
  display: block;
  float: left;
}

.email-subscribe-form-arrow {
  width:13px;
  border: none;
  height: 20px;
  background: url(../images/bg-block-oragne-arrow.gif) #525252 no-repeat -5px -4px;
  display: block;
  float: left;
}

.email-subscribe-form-title {
  font-weight: bold;
  font-size:11px;
  color: #FFF;
}

#email-subscribe-form .content {
  padding-right:5px;
}

/**
 * Join Path form
 */
#webform-client-form-58 {
  border: 1px solid #6b6c6c;
  padding-bottom: 10px;
}

#webform-client-form-58 #webform-component-callout {
  color: white;
  background: black;
  border-bottom: 1px solid #6b6c6c;
  padding: 10px 20px;
  margin-bottom: 1em;
}

#webform-client-form-58 #webform-component-callout p {
  font-size: 18px;
}

#webform-client-form-58 p {
  font-size: 14px;
}

#webform-client-form-58 label {
  color: #6b6c6c;
}

#webform-client-form-58 .webform-component-markup,
#webform-client-form-58 .webform-component-textfield,
#webform-client-form-58 .webform-component-email {
  padding: 0 20px;
}

#webform-client-form-58 .form-submit {
  margin-left: 20px;
  text-transform: uppercase;
}

/**
 * Our partners
 */
.view-partners-slideshow {
  background: white;
  padding: 20px;
  text-align: center;
  color: black;
}

#views_slideshow_singleframe_teaser_section_1 {
  margin-left: auto;
  margin-right: auto;
}

.views-field-field-partner-logo-fid {
  margin-left: auto;
  margin-right: auto;
}

.views_slideshow_singleframe_slide {
  width: 800px!important;
}

/**
 * Simple interventions menu
 */
#sidebar-right {
  width: 270px;
}

#sidebar-right .view-simple-interventions ul {
  padding: 0;
  margin: 0;
  width: 270px;
}

#sidebar-right .view-simple-interventions ul li {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: left;
  padding-bottom: 5px;
}

#sidebar-right .view-simple-interventions ul li a {
  display: block;
  height: 40px;
  background: url(../images/bg-content.png) repeat;
  padding-left: 20px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #767a75;
  width: 250px;
}

#sidebar-right .view-simple-interventions ul li.expanded a,
#sidebar-right .view-simple-interventions ul li.active a,
#sidebar-right .view-simple-interventions ul li a:hover {
  background: #000000;
  text-decoration: none;
  color: #f69b1f;
  border-right: 10px solid #f69b1f;
  margin-right: -10px;
}

#sidebar-right .view-simple-interventions ul li ul li,
#sidebar-right .view-simple-interventions ul li.expanded ul li,
#sidebar-right .view-simple-interventions ul li.active ul li {
  line-height: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid black;
}

#sidebar-right .view-simple-interventions ul li ul li a,
#sidebar-right .view-simple-interventions ul li.expanded ul li a,
#sidebar-right .view-simple-interventions ul li.active ul li a {
  height: 30px;
  background: #6b6b6b;
  color: white;
  border-left: 0;
  margin-left: 0;
}

#sidebar-right .view-simple-interventions ul li ul li a:hover,
#sidebar-right .view-simple-interventions ul li ul li.active a {
  background: #f69b1f;
  border-left: 0;
  margin-left: 0;
}

/**
 * Knowledge Base / Blog List
 */
.view-knowledge-base {

}

.view-knowledge-base .top {
  background: black;
  border: 1px solid #7F7F7F;
}

.view-knowledge-base .widgets-group {
  float: left;
  width: 185px;
  padding: 20px;
}

.view-knowledge-base .widgets-group-2 {
  border-left: 1px solid #7F7F7F;
  border-right: 1px solid #7F7F7F;
}

.view-knowledge-base .views-exposed-widgets,
#block-views--exp-blog_list-page_1 .views-exposed-widgets {
  margin-bottom: 0;
}

.view-knowledge-base .widgets-group .form-text,
#block-views--exp-blog_list-page_1 .form-text {
  width: 179px;
}

.view-knowledge-base .widgets-group .date-date .form-text,
#block-views--exp-blog_list-page_1 .date-date .form-text {
  margin: 0;
  width: 83px;
}

.view-knowledge-base .widgets-group .form-select,
#block-views--exp-blog_list-page_1 .form-select {
  width: 184px;
}

.view-knowledge-base .widgets-group .container-inline-date,
#block-views--exp-blog_list-page_1 .container-inline-date {
  margin: 0;
}

.view-knowledge-base .widgets-group .widget-filter-date_filter,
.view-knowledge-base .widgets-group .widget-filter-date_filter_1 {
  float: left;
}

.view-knowledge-base .widgets-group .widget-filter-date_filter,
.view-knowledge-base .widgets-group .widget-filter-date_filter .date-views-filter-wrapper,
#block-views--exp-blog_list-page_1 .widget-filter-date_filter,
#block-views--exp-blog_list-page_1 .widget-filter-date_filter .date-views-filter-wrapper  {
  min-width: 95px;
  width: 95px;
}

.view-knowledge-base .widgets-group .widget-filter-date_filter_1,
.view-knowledge-base .widgets-group .widget-filter-date_filter_1 .date-views-filter-wrapper,
#block-views--exp-blog_list-page_1 .widget-filter-date_filter_1,
#block-views--exp-blog_list-page_1 .widget-filter-date_filter_1 .date-views-filter-wrapper {
  min-width: 90px;
  width: 90px;
}

.view-knowledge-base .search-label,
#block-views--exp-blog_list-page_1 .search-label {
  color: #FA9700;
  font-weight: bold;
  text-align: center;
}

.search-blogs {
	color: #FA9700;
  font-weight: bold;
	padding: 10px 20px 0px 20px;
}

.view-knowledge-base label,
#block-views--exp-blog_list-page_1 label {
  color: #555555;
  font-weight: normal;
  font-size: 11px;
}

.view-knowledge-base .compact-form-label,
#block-views--exp-blog_list-page_1 .compact-form-label {
  top: 9px;
}

.view-knowledge-base .date-clear .compact-form-label,
#block-views--exp-blog_list-page_1 .date-clear .compact-form-label {
  top: 5px;
}

.view-knowledge-base .form-submit {
  font-size: 0px;
  background: url(../images/bg-kb-search.gif) no-repeat top left black;
  width: 72px;
  height: 26px;
  border: 0;
  text-indent: -3000px;
}

.view-id-blog_list .form-submit {
  font-size: 0px;
  background: url(../images/bg-blog-search.gif) no-repeat top left black;
  width: 93px;
  height: 24px;
  border: 0;
  text-indent: -3000px;
}

.view-id-blog_list .views-exposed-form .views-exposed-widget.views-submit-button {
  clear: both;
  float: none;
  padding: 0 1em 1em 0;
}

.view-knowledge-base .views-exposed-widget {
  padding-right: 0;
}

.view-knowledge-base .views-exposed-widget-button {
  clear: left;
  float: right;
}

.view-knowledge-base .view-content {
  background: white;
  color: black;
}

.view-knowledge-base .view-content .views-field-title {
  background: #6B6B6B;
  font-size: 14px;
  padding: 15px 20px;
}

#container .view-knowledge-base .views-field-title a {
  color: #F69B1F;
  font-weight: bold;
}

.view-knowledge-base .views-field-title .gmmb-icon-print {
  float: right;
  margin-top: -6px;
}

.view-knowledge-base .views-field-title .gmmb-icon-print a {
  background-position: -377px top;
}

.view-knowledge-base .views-field-teaser,
.view-knowledge-base .views-field-field-tp-about-value,
.view-knowledge-base .views-field-podcast-transcript-value,
.view-knowledge-base .views-field-article-description-value {
  padding: 20px;
}

.view-knowledge-base .view-filters {
  float: left;
}

.view-knowledge-base div.pager {
  float: left;
  width: 440px;
}

.view-knowledge-base .pager-first,
.view-knowledge-base .pager-previous,
.view-knowledge-base .pager-next,
.view-knowledge-base .pager-last,
.view-knowledge-base .pager-current,
.view-knowledge-base .pager-item {
  margin: 0;
}

.view-knowledge-base .item-list .pager-first,
.view-knowledge-base .item-list .pager-last {
  display: none;
}

.view-knowledge-base .item-list .pager-next,
.view-knowledge-base .item-list .pager-current,
.view-knowledge-base .item-list .pager-item {
  border-left: 1px solid #7F7F7F;
  padding-top: 0px;
  padding-bottom: 0px;
}

.view-knowledge-base .item-list .pager-previous {
  padding-top: 0px;
  padding-bottom: 0px;
}

.view-knowledge-base .pager-previous,
.view-knowledge-base .pager-next {
  font-size: 10px;
  text-transform: uppercase;
}

#container .view-knowledge-base .pager .item-list a {
  color: white;
}

.view-knowledge-base .pager-current {
  color: #FA9700;
}

.view-knowledge-base .total-rows {
  padding: 20px 0;
  text-align: center;
}

.view-knowledge-base .total-rows .number {
  text-align: right;
  padding-right: 10px;
  width: 180px;
  font-size: 70px;
  line-height: 70px;
}

.view-knowledge-base .total-rows .text {
  text-align: left;
  font-size: 30px;
}

.view-knowledge-base .total-rows div {
  float: left;
  width: 200px;
}

.view-knowledge-base .views-field-field-blog-image-fid,
.view-knowledge-base .views-field-field-photo-image-fid,
.view-knowledge-base .views-field-field-story-image-fid,
.view-knowledge-base .views-field-field-tp-photo-fid,
.view-knowledge-base .views-field-field-tp-photo-fid {
  float: left;
  margin-right: 20px;
}

.view-knowledge-base .view-content img {
  display: block;
}

/**
 * News & Events listing
 */
.view-news-events-list .views-field-title {
  background: #6B6B6B;
  color: white;
  padding: 10px 20px;
}

#container .view-news-events-list .views-field-title a {
  color: #F69B1F;
  font-weight: bold;
}

.view-news-events-list .views-row {
  background: white;
  color: black;
}

.view-news-events-list .views-field-body {
  padding: 0 20px 10px 20px;
}

.krumo-root {
  color: black;
}

/**
 * Hide print link
 */
.print-link {
  display: none;
}

/**
 * Podcasts
 */
.view-podcasts-list {
  background: white;
  color: black;
}

.view-podcasts-list .views-field-title {
  background: #6B6B6B;
  padding: 10px 20px;
}

#container .view-podcasts-list .views-field-title a {
  color: #F69B1F;
  font-weight: bold;
}

.view-podcasts-list .views-field-field-podcast-file-fid,
.view-podcasts-list .views-field-field-podcast-file-fid-1 {
  text-align: center;
}

.view-podcasts-list .views-field-field-podcast-file-fid,
.view-podcasts-list .views-field-field-podcast-file-fid-1,
.view-podcasts-list .views-field-field-podcast-transcript-value {
  padding: 0 20px;
}

.view-podcasts-list .views-field-field-podcast-file-fid {
  padding-top: 20px;
}

.view-podcasts-list .views-field-field-podcast-transcript-value label {
  font-weight: bold;
}

.view-podcasts-list .views-field-field-podcast-transcript-value {
  padding: 20px;
}

.serach-callout,
.empty {
  text-align: center;
  padding: 20px;
}

.page-admin #blocks {
  color: black;
}

/**
 * Twitter Blocks
 */
#block-views-tweets-block2 .item-list ul li {
  list-style:none;
  margin:0 10px 0 5px;
  padding:5px;
}

#block-views-tweets-block2 .views-row {
  height: 68px;
}

#block-views-tweets-block2 ul,
#block-views-tweets-recent_tweets_block ul {
  padding:0;
}

#block-views-tweets-block2 h2,
#block-views-tweets-recent_tweets_block h2 {
  padding:10px 19px;
}

#block-views-tweets-block2 h2 span,
#block-views-tweets-recent_tweets_block h2 span {
  color:#F69B1F;
}

#block-views-tweets-block2 a,
#block-views-tweets-block2 label {
  color:#41BDE0;
}

#block-views-tweets-block2 .views-field-created-time,
#block-views-tweets-recent_tweets_block .views-field-created-time  {
  font-size:9px;
}

#block-views-tweets-block2 .views-field-created-time em,
#block-views-tweets-recent_tweets_block .views-field-created-time em {
  font-style:normal;
}

#block-views-tweets-block2 .middle .content {
  padding:2px 2px 8px 8px;
}
#block-views-tweets-block2 .middle {
  position:relative;
}

#block-views-tweets-block2 a.follow-link-twitter,
#block-views-gmmb_tweets-recent_tweets_block a.follow-link-twitter {
  background-position:10px 0;
  background-repeat:no-repeat;
  display:block;
  height:35px;
  font-size:8px;
  color:white;
  padding:15px 0 10px 0;
}



#block-views-tweets-block2 .view-header {
  position:absolute;
  right:10px;
  top:2px;
}

#block-views-gmmb_tweets-recent_tweets_block h2,
#block-views-ae605d0ab418a4969b39ff472689bde7 h2 {
  font-size: 12px;
  font-family: Verdana, Arial;
  font-weight: bold;
  padding: 18px 14px 10px 14px;
  background: black;
  margin: 0;
  color: white;
}

#block-views-tweets-block2 ul, 
#block-views-gmmb_tweets-recent_tweets_block ul {
  padding:0px;
}

#block-views-ae605d0ab418a4969b39ff472689bde7 h2 {
  font-size: 14px;
}

#block-views-tweets-recent_tweets_block {
  border: 1px solid black;
  margin-bottom: 20px;
  color: black;
}

#block-views-gmmb_tweets-recent_tweets_block .content,
#block-views-ae605d0ab418a4969b39ff472689bde7 .content
{
  color: black;
  position: relative;
}

#block-views-gmmb_tweets-recent_tweets_block a {
  color: #CE811C;
  font-weight: bold;
}

#block-views-gmmb_tweets-recent_tweets_block .views-row-odd {
  background: #EAEAEA;
}

#block-views-gmmb_tweets-recent_tweets_block .item-list ul li,
#block-views-ae605d0ab418a4969b39ff472689bde7 .item-list ul li
{
  list-style:none;
  margin:0px;
  padding:10px;
}

#block-views-gmmb_tweets-recent_tweets_block label {
  color: #41BDE0;
}

#block-views-gmmb_tweets-recent_tweets_block .follow-link {
  color: #41BDE0;
}

#block-views-gmmb_tweets-recent_tweets_block .view-header,
#block-views-ae605d0ab418a4969b39ff472689bde7 .view-header
{
  position: absolute;
  right: 5px;
  top: -35px;
}

.view-display-id-guest_blogger_info_block .view-content {
  border: 1px solid black;
  margin-bottom: 20px;
  color: black;
}

.view-display-id-guest_blogger_info_block .view-content ul {
  padding: 0px;
}

.view-display-id-guest_blogger_info_block .view-content .views-field-field-blog-guest-author-photo-fid {
  padding-bottom: 7px;
}

/**
 * User page
 */
body.page-user #container-inner {
  background: white;
}

body.page-user #main-wrapper {
  color: black;
  padding: 10px 20px 20px 20px;
}

.tagged {
  color: white;
  font-weight: bold;
}

/**
 * Default content styling
 */
body .node .content,
body .node .content p,
body .node .content li
body .node .content a {
  font-size: 12px;
}

body.node-type-pag .node .content li {
  line-height: 2em;
}

/*
 * Lightbox credit and summary
 */
.field-field-photo-credit .field-label,
.field-field-photo-summary .field-label {
	display: none;
}

.field-field-photo-credit,
.photo-credit {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#caption {
	position: relative;
	top: -10px;
}

.photo-credit {
	margin-bottom: 10px;
	top: 0;
}

.photo-summary {
	margin-bottom: 10px;
}

.field-field-photo-summary,
.photo-summary {
	font-size: 12px;
	font-weight: normal;
}

/*
 * Don't show comment form formatting tips. 
 */
#comments .tips {
	display: none;
}

/*
 * ============================= Take Action Nodes
 */
.node-take_action .field-label {
   display: none;
}

.node-take_action .custom-content-block-header-orange a {
  text-transform: uppercase;
}

/*
 * =============================================================== 
 *   PHOTO PAGE
 * ===============================================================
 */
 

/* Album Page */

#flickr-album{
	font-size:12px;
	line-height:19px;
	padding:20px;
	}

#sidebar-left .block-menu_block ul li{
	line-height:19px;
	}
	
#sidebar-left .block-menu_block ul li a  {
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	}	
	

/* Album Page - Images */

#flickr-album h3{
	float:left;
	letter-spacing:-1px;
	display:block;
	width:100%;
	}	

#flickr-album .album-preview{
	line-height:16px;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
	}
	
#flickr-album .album-preview img{
	padding-bottom:5px;
	padding-top:5px;
	}	


#flickr-album .albumitem{
	float:left;
	display:block;
	height:95px;
	width:270px;
	margin-left:15px;
	overflow:hidden;
	margin-bottom:10px;
	}	
	
#flickr-album .album-images i{
	font-size:9px;
	color:#696969;
	line-height:11px;
	}	

#flickr-album .albumimage{
	width:80px;
	display:block;
	float:left;
	}
	
#flickr-album .albumimage img{
	margin-bottom:-8px;
	}		

#flickr-album .imagecontent{
	font-size:10px;
	float:left;
	line-height:14px;
	margin-left:2px;
	width:180px;
	}

#flickr-album .imagecontent strong{
	font-weight:bold;
	font-size:14px;
	line-height:17px;
	padding-bottom:5px;
	display:block;
	}

#flickr-album .album-slideshow{
	padding: 0 0 20px;
	}

/* Lightbox */
 
#imageContainer, #frameContainer, #modalContainer {
  padding: 0px;
}


#imageData #imageDetails{
	padding-top:15px;
	padding-left:10px;
	width:80%;
	}

#imageData #numberDisplay{
	font-weight:bold;
	font-size:9px;
	padding-top:10px;
	padding-bottom:18px;
	}
	
#imageData #caption{
	top:0px;
	font-weight:normal;
	}
	
#imageData #caption strong{
	font-weight:bold;
	font-size:14px;
	}	
	
#imageData #caption i{
	margin-bottom:15px;
	line-height:15px;
	font-size:9px;
	}		
	
	
#imageData #bottomNav{
	float:right;
	width:30px;
	}
	
#bottomNavClose {
	top:-53px;
	margin-left:22px;
	position:absolute;
	float:right;
	z-index:999999;
	}

#outerImageContainer {
	overflow:visible;
	}	

#nextLink{
	margin-right:-50px;
	}
	
#prevLink{
	margin-left:-50px;
	}
	
#nextLink,	
#nextLink:hover, 
#nextLink:visited:hover, 
#nextLink.force_show_nav, 
#frameNextLink  {
background:url(../images/next.png) no-repeat scroll right 25% transparent;
}

#nextLink.force_show_nav:hover, 
#nextLink.force_show_nav:visited:hover, 
#frameNextLink:hover, 
#frameNextLink:visited:hover {
background:url(../images/next.png) no-repeat scroll right 25% transparent;
}

#prevLink,
#prevLink:hover, 
#prevLink:visited:hover, 
#prevLink.force_show_nav, 
#framePrevLink  {
background:url(../images/prev.png) no-repeat scroll left 25% transparent;
}

#prevLink.force_show_nav:hover, 
#prevLink.force_show_nav:visited:hover, 
#framePrevLink:hover, 
#framePrevLink:visited:hover {
background:url(../images/prev.png) no-repeat scroll left 25% transparent;
}


#bottomNavClose  {
background:url(../images/close.png) no-repeat scroll left center transparent;
display:block;
float:right;
height:37px;
margin-top:33px;
padding-top:0.7em;
width:37px;
background-color: transparent!important;
}

#bottomNavClose:hover {
background-position:right center;
}

/**
 * Blocktheme - BLOG
 */
.blocktheme-blog {
  border: 1px solid black;
  margin-bottom: 20px;
}
 
.blocktheme-blog h2 {
  font-size: 14px;
  font-family: Verdana;
  font-weigh: bold;
  padding: 18px 14px 10px 14px;
  background: black;
  margin: 0;
}

/**
 * Views - Zebra
 */
.style-zebra .views-row {
  padding: 10px;
}

.style-zebra .views-row a {
  font-weight: bold;
}

.style-zebra .views-row-odd {
  background: #eaeaea;
}

.view-blog-archive .view-footer {
  padding: 10px;
  background: #eaeaea;
}

.view-blog-archive .view-footer a {
  font-weight: bold;
}

/**
 * title icons
 */
.title-icons {
  float: right;
}

#title-wrapper.with-icons  {
  min-height: 30px;
}

#prevLink, #prevLink:hover, #prevLink:visited {
  background: transparent url(../images/prev.png) no-repeat left !important;
}

#nextLink, #nextLink:hover, #nextLink:visited {
  background: transparent url(../images/next.png) no-repeat right !important;
}

/**
 * Blog icons
 */
.fb-social-like-widget {
  margin-top: 5px;
  overflow: hidden;
  width: 51px;
}

/*
 * Frontpage social links
 */
body.front #container {
	position: relative;
}
body.front .social-links-container {
	margin: 10px;
	z-index: 10000;
}

.social-links-container {
bottom: 40px;
  left: 37px;
  position: absolute;
  width: 140px;
  background: none;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body.front .social-links-container {
	top: 330px;
  left: 37px;
  position: absolute;
  width: 140px;
  background: url(../images/defeatdd-social-links-bg.png) repeat-x 0 0;
  padding: 5px;
  height: 17px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sidebar .social-links-container,
#bottom-blocks .social-links-container {
	position: relative;
	width: auto;
	background: none;
	padding-bottom: 30px;
	bottom: 0;
	left: 0;
}
#bottom-blocks #block-block-6 h2 {
	color: #F69B1F;
	padding: 8px;
	border: none;
	text-transform: uppercase;
}
.social-links-container span {
	display: none;
}

.social-links-container ul li {
	float: left;
}

.social-links-container ul li a {
	background: url(../images/defeatdd-social-links-all.png) no-repeat 0 0;
	display: block;
	height: 26px;
	width: 26px;
}

body.front .social-links-container ul li a {
	background: url(../images/social-links-small.png) no-repeat 0 0;
	display: block;
	height: 16px;
	width: 16px;
}

.social-links-container ul li.facebook a {
	background-position: 0 -26px;
}

body.front .social-links-container ul li.facebook a {
	background-position: 0 0; /*0 1px;*/
}

.social-links-container ul li.twitter a {
	background-position: -37px -26px;
}

body.front .social-links-container ul li.twitter a {
	background-position: -16px 0; /*-37px 1px;*/
}

.social-links-container ul li.youtube a {
	background-position: -73px -26px;
}

body.front .social-links-container ul li.youtube a {
	background-position: -32px 0; /*-73px 1px;*/
}

.social-links-container ul li.flikr a {
	background-position: -107px -26px;
}

body.front .social-links-container ul li.flikr a {
 	background-position: -48px 0; /*-107px 1px;*/
}

.social-links-container ul li.linkedin a {
	background-position: -145px -26px;
}

body.front .social-links-container ul li.linkedin a {
	background-position: -64px 0; /*-145px 1px;*/
}

.social-links-container ul li.rss a {
	background-position: -180px -26px;
}

/*
 * maillist blocks on blog pages
 */

#sidebar-right #block-block-8 {
	margin-top: 20px;
}
#sidebar-right #block-block-7 .content,
#sidebar-right #block-block-8 .content {
	padding: 10px;
}
#sidebar-right .blocktheme-blog p,
#sidebar-right .blocktheme-blog .email-subscribe-form-title {
	color: #000;
}
#sidebar-right #block-block-8 .email-subscribe-form-container .email-subscribe-form-field {
	position: relative;
}

#sidebar-right #block-block-8 .email-subscribe-form-container .email-subscribe-form-field input {
	width: 84px;
}

#sidebar-right #block-block-8 .email-subscribe-form-container .email-subscribe-form-button {
	border: none;
}
#sidebar-right #block-block-8 .email-subscribe-form-container .email-subscribe-form-arrow {
	background: url("../images/defeatdd-button-arrow.png") no-repeat -4px -4px;
	height: 22px;
}
/*
 * Frontpage block modification for mailing list
 */
#block-views-success_spotlight_block-block_2 .view .views-field-field-sucess-spotlight-link-url {
	height: 48px;
}

.view-id-blog_list .views-exposed-form .prefix {
  color: #000;
}

.page-blog #container-inner {
  position: relative;
}

.view-id-blog_list .feed-icon {
  position: absolute;
  top: 6px;
  right: 13px;
}

/*
 * Poo Haiku Styles
 */
#block-views-whats_new_in_poo-block_1 {
	margin: 0 26px 0 0;
}

#block-views-whats_new_in_poo-block_1 h2 {
	padding: 0;
}

#block-views-whats_new_in_poo-block_1 h2 a {
	background: url(../images/header-whats-new-in-poo.png) 15px 8px no-repeat;
	height: 37px;
	text-indent: -10000.0em;
	padding: 0;
	display: block;
} 

#block-views-whats_new_in_poo-block_1 h2 a:hover {
	background: url(../images/header-whats-new-in-poo.png) 15px -23px no-repeat;
} 

#block-views-recent_blog-block_1 {
}

#block-views-recent_blog-block_1 h2 {
	padding: 0;
}

#block-views-recent_blog-block_1 h2 a {
	background: url(../images/header-from-our-blog.png) 15px 8px no-repeat;
	height: 37px;
	text-indent: -10000.0em;
	padding: 0;
	display: block;
} 

#block-views-recent_blog-block_1 h2 a:hover {
	background: url(../images/header-from-our-blog.png) 15px -23px no-repeat;
}

#block-views-recent_blog-block_1 .views-row {
	padding-bottom: 44px;
	clear: both;
} 

#block-views-recent_blog-block_1 .views-row-2 {
	padding-bottom: 45px;
}

#block-views-whats_new_in_poo-block_2 .content {
  padding: 14px;
}

.twtr-widget {
  float: right;
  margin: 10px 10px 10px 40px;
}

#block-views-gmmb_tweets-block2 h2 {
	padding: 0;
}

#block-views-gmmb_tweets-block2 h2 a {
	background: url(../images/header-latest-from-twitter.png) 15px 6px no-repeat;
	height: 37px;
	text-indent: -10000.0em;
	padding: 0;
	display: block;
}

#block-views-gmmb_tweets-block2 h2 a:hover {
	background: url(../images/header-latest-from-twitter.png) 15px -72px no-repeat;
}


#block-views-in_the_media-block_1 h2 {
	padding: 0;
}

#block-views-in_the_media-block_1 h2 a {
	background: url(../images/header-in-the-media.png) 15px 8px no-repeat;
	height: 37px;
	text-indent: -10000.0em;
	padding: 0;
	display: block;	
}

#block-views-in_the_media-block_1 h2 a:hover {
	background: url(../images/header-in-the-media.png) 15px -23px no-repeat;
}

#block-views-in_the_media-block_1 .views-field-body p {
	font-size: 12px;
	color: #a8a6a4;
	margin: 0;
	padding: 0;
}

#block-views-in_the_media-block_1 .views-field-body p.byline {
	color: #fff;
}

#block-views-in_the_media-block_1 .views-field-title {
	font-size: 13px;
	font-weight: bold;
}

#block-views-in_the_media-block_2 .content {
  padding: 14px;
}

#block-views-in_the_media-block_2 .view-in-the-media .views-field-title {
  font-weight: bold;
  font-size: 14px;
}

.view-in-the-media {
	position: relative;
}

.view-in-the-media .views-field-title {
	margin: 4px 0 3px 0;
}

.view-in-the-media .views-field-body {
	height: 70px;
}

.view-gmmb-tweets .views-row {
	height: 117px;
}

#block-block-9 {
	background: url(../images/child.png) left top no-repeat;
	width: 200px !important;
	height: 370px;
	float: right !important;
	margin: 0 0 0 21px;
	position: relative;
}

#block-block-9 #innertext {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/right-overlay.png) left top no-repeat;
	width: 200px;
	height: 143px;
}

#block-block-9 #innertext a#text-simpleinterventions {
	background: url(../images/text-simple-interventions.png) left 13px no-repeat;
	height: 72px;
	width: 173px;
	display: block;
	text-indent: -10000.0em;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}

#block-block-9 #innertext a#text-simpleinterventions:hover {
	background: url(../images/text-simple-interventions.png) left -51px no-repeat;
}

#block-block-9 #innertext a#text-worldwideeffort {
	background: url(../images/text-worldwide-effort.png) left 8px no-repeat;
	height: 69px;
	width: 173px;
	display: block;
	text-indent: -10000.0em;
	margin: 0 auto;
}

#block-block-9 #innertext a#text-worldwideeffort:hover {
	background: url(../images/text-worldwide-effort.png) left -62px no-repeat;
}

.blockimage {
	float: left;
}

.blockcontent {
	margin: 0 0 0 115px;
}

#block-views-whats_new_in_poo-block_2 .blockimage {
  float: none;
}

#block-views-whats_new_in_poo-block_2 .blockcontent {
	margin: 0;
}

	.blockcontent h3 {
		font-size: 15px;
		margin: 0;
		padding: 0;
	}
	
	.blockcontent p {
		font-size: 12px;
		color: #a8a6a4;
		margin: 0;
		padding: 3px 0 0 0;
	}

.imagecache-whats_new_block {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.compact-form-wrapper {
	position: relative;
	text-align: left;
}

.views_slideshow_singleframe_pager {
	position: absolute;
	top: 310px;
	right: 20px;
	z-index: 10000;
}

.views_slideshow_singleframe_pager .pager-item {
	background: #000;
	border: 1px solid #525252;
	text-align: center;
	padding: 2px 6px;
	display: block;
	float: left;
	margin: 1px;
}

.views_slideshow_singleframe_pager .pager-item a {
	color: #fff!important;
}

.views_slideshow_singleframe_pager .pager-item.activeSlide {
	background: #fff;
	border: 1px solid #fff;
	text-align: center;
	padding: 2px 6px;
	margin: 1px;
}

#block-views-homepageslider-block_1 {
	position: relative;
}

.views_slideshow_singleframe_pager .pager-item.activeSlide a {
	color: #000!important;
}

#views_slideshow_singleframe_teaser_section_homepageslider-block_1, .views_slideshow_singleframe_slide {
	width: 358px !important;
}

#block-block-11 {
  background: #000;
  padding: 14px;
  text-align: center;
  margin-bottom: 15px;
}

#block-block-11 .content a { font-weight: bold; color: #F69B1F; font-size: 14px; }

#block-views-success_spotlight_block-block_3 .content {
  padding: 14px;
}

#fbgallery {
  width: 100%;
}

#fbgallery td {
  text-align: center;
  width: 140px;
  vertical-align: top;
  
}

#fbgallery td a.imagelink {
  display: block;
  height: 109px;
  width: 130px;
  text-align: center;
  background: #000;
  padding: 21px 0 0 0;
  margin: 0 auto 8px auto;
}

#fbgallery td a.imagelink img {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 130px;
}

#fbgallery td .small {
  font-size: 10px;
}

#fbgallery_block {
  width: 100%;
}

#fbgallery_block td {
  text-align: center;
  width: 100px;
  
}

#fbgallery_block td a {
  display: block;
  height: 85px;
  width: 100px;
  text-align: center;
  background: #000;
  padding: 21px 0 0 0;
  margin: 0 auto;
}

#imageData #caption {
  font-size: 12px;
}

.fbgallery.description { font-size: 14px; padding: 10px;  }

.views-widget-filter-field_blog_guest_author_value { float: none !important; clear: both; }

/*
#edit-field-blog-guest-author-value,
#edit-field-blog-guest-author-2-value,
#edit-field-blog-guest-author-3-value {
  display: none;
}
*/

#edit-guest-author-1,
#edit-author-2,
#edit-guest-author-3,
.view-display-id-blog_by_author .views-submit-button {
    display: none;
}

#content .content:before,
#content .content:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#content .content:after {
    clear: both;
}

#content .content {
    *zoom: 1;
}

.sharetext {
	padding: 0;
	position: relative;
	top: -12px;
	left: 0;
	color: #fff;
}

.gmmb-icon-print {
	margin: 0 0 0 15px;
}


#galleryshare {
	text-align: right;
	padding: 0 15px 0 0;
}

.image-caption-container {
	background: #f2f2f2;
	border: 1px solid #eee;
	padding: 10px;
	display: block !important;
	clear: both;
	margin: 0 auto;
}

.image-caption-container img {
	width: 100%;
	height: auto;
}

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

.group-resources legend {
	display: block;
	width: 598px;
	padding-top: 10px !important;
	padding-bottom: 6px !important;
}

.group-resources legend .icons-back {
	position: relative;
	top: -5px;
	left: 0;
}

#block-views-homepagecallout-homepagecallout {
	float: right !important;
	width: 515px !important;
	height: 347px;
	overflow: hidden;
	border: 1px solid #464646;
	border-radius: 8px;
	-moz-border-radius: 8px solid #464646;
	-webkit-border-radius: 8px solid #464646;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 25px;
}

#block-defeatdd_homepage-0 .content {
	padding: 0;
}

#block-defeatdd_homepage-0 .content h2 {
	margin: 0px;
	padding: 8px 10px 8px 15px;
}

#block-defeatdd_homepage-0 .content h2 a {
	background: url('../images/title-from-our-gallery.png') left top no-repeat;
	height: 20px;
	width: 165px;
	display: block;
	text-indent: -10000em;
}

#block-defeatdd_homepage-0 .content h2 a:hover {
	background: url('../images/title-from-our-gallery.png') left -20px no-repeat;
}

#block-defeatdd_homepage-0 .content img {
	display: block;
	margin: 5px auto 0 auto;
	width: 270px;
}

#block-defeatdd_homepage-0,
#block-block-38 {
	margin-bottom: 25px;
}

#block-block-38 h2 {
	margin: 0px;
	padding: 8px 10px 10px 15px;
}

#block-block-38 h2 a {
	background: url('../images/title-advocacy-toolkit.png') left top no-repeat;
	height: 18px;
	width: 165px;
	display: block;
	text-indent: -10000em;
}

#block-block-38 h2 a:hover {
	background: url('../images/title-advocacy-toolkit.png') left -18px no-repeat;
}

#block-block-38 .content,
#block-block-38 .content p {
	padding: 0;
}

#block-block-38 .content img {
	display: block;
	margin: 5px auto 0 auto;
	width: 270px;
}

@-moz-document url-prefix() { 
	#menu-container .block-search .compact-form-label {
	  top: 27px !important;
	}

  #edit-search-block-form-1 {
		top: 22px !important;
	}
}