/*
  GCR2P
  Copyright (C) 2012 by Systemantics, Bureau for Informatics

  Systemantics GmbH
  Alte Poststr. 38
  47877 Willich
  GERMANY

  Web:    www.systemantics.net
  Email:  hello@systemantics.net

  Permission granted to use the files associated with this
  website only on your webserver.

  Changes to these files are PROHIBITED due to license restrictions.
*/



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearfix hack by http://nicolasgallagher.com/micro-clearfix-hack/ */

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

/* Styles */

body,
input {
	font: normal 14px/18px Helvetica,Arial,sans-serif;
}

img {
	display: block;
}

a {
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

body {
	background: #fff;
	padding: 42px 0 0;
	position: relative;
}

body,
a {
	color: #636363;
}

.no-touch a:hover,
.no-touch #menu > ul ul > li a:hover {
	color: #b3bbbe !important;
}

p {
	margin-bottom: 1em;
}

b,
strong {
	font-weight: bold;
}

#logo a {
	background: url(../elements/gcr2p.png?1) no-repeat;
	display: block;
	height: 94px;
	overflow: hidden;
	left: 50%;
	margin-left: -488px;
	position: absolute;
	top: 80px;
	text-indent: -9999px;
	width: 359px;
}

.readmore {
	color: #1c9bd3;
	display: inline-block;
	font-family: Georgia,serif;
	font-style: italic;
}

h2 {
	color: #000;
	font: bold 19px/24px Helvetica,Arial,sans-serif;
}

h2 a,
.no-touch h2 a:hover {
	color: #000 !important;
}

.maincol {
	float: left;
	margin-right: 120px;
	padding-left: 16px;
	width: 560px;
}

.maincol.text {
	font: normal 18px/24px Georgia,serif;
}

.maincol.text h2 {
	margin-bottom: 13px;
}

.sidebar {
	float: left;
	margin-right: 16px;
	width: 296px;
}

.sidebar h2,
.sidebar li {
	margin-bottom: 12px;
}

.sidebar li.publication a {
	font-weight: bold;
}

.sidebar li.publication em {
	font-size: 12px;
	font-style: italic;
}

.clickable {
	cursor: pointer;
}

/* Menu */

#menu,
.tabs {
	font: normal 18px/20px Georgia,serif;
}

#menu {
	border-right: 1px solid #fff;
	margin: 0 auto;
	position: relative;
	width: 1007px;
}

#menu,
#menu-wrapper {
	height: 42px;
}

#menu-wrapper {
	background: #3b3737;
	left: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}

.has-touch #menu-wrapper { 
	position: absolute;
}

#menu a,
.no-touch #menu a:hover,
.tabs a,
.no-touch .tabs a:hover {
	color: #fff !important;
}

#menu > ul {
	border-right: 1px solid #fff;
	float: left;
}

#menu > ul > li,
.tabs li {
	float: left;
	position: relative;
}

#menu > ul > li > a,
.tabs li a {
	border-left: 1px solid #fff;
	display: block;
	height: 33px;
	padding: 9px 15px 0;
}

.no-touch #menu > ul > li:hover > a {
	background: #000 !important;
}

#menu > ul > li.here > a {
	background: #009ad5;
}

#menu > ul ul {
	background: #000;
	display: none;
	left: 1px;
	padding-top: 10px;
	position: absolute;
	top: 42px;
	width: 214px;
}

#menu > ul ul.twocol {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	width: 360px;
}

.no-touch #menu > ul > li:hover ul {
	display: block;
}

#menu > ul ul > li {
	font: normal 14px/18px Helvetica,Arial,sans-serif;
	padding: 6px 16px 14px;
}

#menu > ul ul.twocol > li {
	width: 148px;
}

#search-form {
	height: 42px;
	position: absolute;
	right: 6px;
	width: 232px;
}

#search-form input[name="q"] {
	border: none;
	background: transparent;
	color: #fff;
	height: 31px;
	margin-top: 5px;
	padding: 0 10px;
	outline: none;
	width: 182px;
}

#search-form button {
	background: url(../elements/search.png) no-repeat center;
	border: none;
	cursor: pointer;
	height: 32px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 5px;
	width: 30px;
}

/* Blocks */

.block {
	border-bottom: 1px solid #c1c6c9;
	clear: left;
	float: left;
	padding-top: 24px;
	padding-bottom: 22px;
}

.block.odd {
	background: #e5e6e7;
}

.block-wrapper > div,
.block-wrapper > h1 {
	border-bottom: none !important;
	float: none !important;
	margin: 0 auto;
	width: 1008px;
}

/* Header */

#header {
	border-bottom: none;
	font: normal 18px/24px Georgia,serif;
	height: 38px;
	padding: 150px 16px 0;
	width: 976px;
}

#intro {
	width: 480px;
}

#quotes {
	height: 132px;
	left: 50%;
	position: absolute;
	top: 70px;
	width: 480px;
}

#quotes img {
	left: 0;
	position: absolute;
	top: 0;
}

#quotes-nav {
	bottom: -11px;
	height: 7px;
	left: 50%;
	position: absolute;
}

#quotes-nav li {
	background: #a9d6ee;
	border-radius: 10px;
	float: left;
	height: 7px;
	margin-left: 5px;
	width: 7px;
}

#quotes-nav li:first-child {
	margin-left: 0;
}

#quotes-nav li.here {
	background: #1c9ed7;
}

/* Home */

#tagline {
	border: none;
	background: #b4bbbf;
	margin-bottom: 9px;
	padding: 0;
}

#region {
	float: left;
	margin: 0 56px 0 16px;
	width: 541px;
}

#region h2,
#updates h2 {
	border-bottom: 1px solid #b3bbbe;
	padding-bottom: 14px;
}

#region h2 {
	margin-bottom: 10px;
}

#region-map {
	height: 281px;
	margin: 0 0 27px;
	width: 541px;
}

#region-facts {
	float: left;
	margin-right: 15px;
	width: 140px;
}

#other-regions a {
	color: #1c9bd3;
	font-weight: bold;
}

#region-text {
	float: left;
	width: 386px;
}

#region h3 {
	color: #000;
	font: normal 16px/18px Georgia,serif;
	margin-bottom: 18px;
}

#other-regions {
	border-top: 1px solid #b3bbbe;
	padding-top: 11px;
}

#updates {
	float: left;
	width: 379px;
}

.update {
	margin-bottom: 9px;
	padding-top: 10px;
}

.update + .update {
	border-top: 1px solid #b3bbbe;
}

.update h3,
.update a {
	color: #1c9bd3;
	font-weight: bold;
}

.update h3 {
	margin-bottom: 7px;
}

#monitor {
	margin-bottom: 20px;
}

#monitor .image {
	float: left;
	width: 102px;
}

#monitor h2 {
	font: bold 14px/18px Helvetica,Arial,sans-serif;
	margin-bottom: 18px;
}

#monitor img {
	border: 1px solid #b3bbbe;
	float: left;
	margin-right: 15px;
}

#monitor .details {
	float: left;
	margin-left: 14px;
	width: 103px;
}

/* Map */

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-label {
	display: none !important;
}

/* Section intro */

#section {
	background: #b4bbbf;
	font: normal 22px/30px Georgia,serif;
	padding: 36px 0;
	width: 1008px;
}

#section,
#section a {
	color: #fff !important;
}

#section .maincol a {
	color: #636363 !important;
}

.no-touch #section .maincol a:hover {
	color: #1C9BD3 !important;
}

#section h1 {
	color: #000;
	margin-bottom: 12px;
}

#section .sidebar.spaced {
	margin-left: 170px;
}

#section .sidebar h2 {
	margin-bottom: 23px;
}

#section .sidebar ul + h2 {
	margin-top: 24px;
}

#section .sidebar ol {
	font-size: 18px;
	line-height: 24px;
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 45px;
	padding-left: 0;
	text-indent: -45px;
}

#section .sidebar ol li {
	margin: 0;
}

#section .maincol {
	margin-right: 0;
	width: 510px;
}

#section .map {
	float: left;
	height: 237px;
	margin-top: 48px;
	width: 482px;
}

/* Staff */

.staff {
	padding: 24px 0;
}

.staff.odd {
	background: #e5e6e7;
}

.staff .heading {
	float: left;
	margin-bottom: 23px;
}

.staff .heading .text {
	font: normal 18px/24px Georgia,serif;
}

.staff .heading h2,
.staff .list {
	float: left;
	margin-left: 16px;
	margin-right: 25px;
	width: 310px;
}

.staff .list h2 {
	margin-bottom: 15px;
}

.staff .list h3 {
	color: #000;
	font: bold 16px/18px Georgia,serif;
	margin-bottom: 12px;
}

.staff .list ul {
	padding-bottom: 18px;
}

.staff .list li {
	cursor: pointer;
	font: normal 16px/18px Georgia,serif;
	margin-bottom: 12px;
}

.staff .list li.here {
	background: url(data:image/gif;base64,R0lGODlhBwANAIABAGNjY////yH5BAEAAAEALAAAAAAHAA0AAAITjA9nkMj+Apty2lvt0jt2VYFSAQA7) no-repeat right center;
	color: #1c9bd3;
}

.staff .list li em {
	font-family: Helvetica,sans-serif;
	font-size: 12px;
}

.staff .heading .text,
.staff .person {
	float: left;
	width: 641px;
}

.staff .person a {
	color: #3b3737;
}

.staff .person-facts {
	color: #3b3737;
	float: left;
	margin-right: 25px;
	width: 229px;
}

.staff .person-facts img {
	margin-bottom: 16px;
}

.staff .person-facts h3 {
	font: normal 16px/18px Georgia,serif;
	margin-bottom: 6px;
}

.staff .person-facts p {
	font-weight: bold;
}

.staff .person-details {
	float: left;
	width: 387px;
}

.staff .person-details b,
.staff .person-details strong {
	color: #000;
}

.staff .text a {
	color: #1c9bd3;
}

/* Our Work */

.initiative {
	float: left;
	width: 504px;
}

.initiative h2 {
	margin-bottom: 13px;
	padding: 0 16px;
}

.initiative p {
	margin-top: 17px;
	padding: 0 16px;
}

.initiative .image {
	height: 288px;
	margin-bottom: 17px;
	overflow: hidden;
	width: 504px;
}

.initiative .text {
	padding: 0 16px;
}

/* Category */

#category {
	background: #b4bbbf;
	color: #000;
	font: normal 22px/30px Georgia,serif;
	padding: 24px 16px 8px 16px;
	width: 976px;
}

#category em {
	color: #fff	;
	padding-left: 16px;
}

/* Slideshow */

#slideshow {
	background: #3b3737;
	padding: 0;
	position: relative;
}

#slideshow h2 {
	color: #fff;
	font: normal 22px/30px Georgia,serif;
	margin: 18px 0 10px 16px;
	width: 560px;
}

#slideshow h2 .date {
	color: #99a4a9;
	font: bold 14px/18px Helvetica,Arial,sans-serif;
	margin-bottom: 16px;
}

#slideshow .slides {
	height: 576px;
	overflow: hidden;
	position: relative;
	width: 1008px;
}

#slideshow .slides img {
	float: left;
}

#slideshow .slides .slides-container {
	position: relative;
}

#slideshow .slides .slides-bar {
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	width: 60px;
}

.no-touch #slideshow .slides .slides-bar:hover {
	background-color: rgba(255, 255, 255, .6);
}

#slideshow .slides .slides-prev {
	background: rgba(255, 255, 255, .5) url(data:image/gif;base64,R0lGODlhCwAVAIABAP///////yH5BAEAAAEALAAAAAALABUAAAIijI+AC7rWHIsvtmmTvXBzT4GiF4zOeIjahlGttMLrk8pMAQA7) no-repeat center;
	left: 0;
}

#slideshow .slides .slides-next {
	background: rgba(255, 255, 255, .5) url(data:image/gif;base64,R0lGODlhCwAVAIABAP///////yH5BAEAAAEALAAAAAALABUAAAIjRI4JlrqN1oNyutqqvDrqHXyYSH4heaCp6WEcw0EnnNGZjBQAOw==) no-repeat center;
	right: 0;
}

/* Regions */

.regions {
	padding-top: 23px;
	width: 976px;
}

.regions h2 {
	float: left;
	margin-top: 5px;
	width: 333px;
}

.regions .intro {
	margin-bottom: 28px;
	padding-left: 16px;
}

.regions .text {
	color: #636363;
	font: normal 16px/24px Georgia,serif;
	float: left;
	width: 641px;
}

.regions-maps {
	width: 1001px;
}

.region {
	float: left;
	margin-right: 25px;
	margin-bottom: 31px;
	width: 308px;
}

.region h3 {
	color: #000;
	font: normal 16px/18px Georgia,serif;
	margin-bottom: 16px;
	padding-left: 16px;
}

.region h3 a {
	color: #000;
}

.region .map {
	cursor: pointer;
	height: 204px;
	margin-left: 16px;
	width: 292px;
}

.no-region {
	border: 1px solid #b3bbbe;
	color: #b3bbbe;
	height: 42px;
	font-weight: bold;
	padding-top: 28px;
	text-align: center;
}

.seeall,
.no-touch .seeall:hover {
	color: #fff !important;
}

.seeall {
	display: block;
	font-style: italic;
	float: right;
	font-size: 14px;
}

/* Region detail */

#region-intro {
	background: #3b3737;
	border: none;
	float: left;
	position: relative;
	padding: 24px 0 30px;
}

#region-intro h2 {
	color: #fff;
	font: normal 22px/30px Georgia,serif;
	margin: 0 0 10px 0;
	width: 560px;
}

#region-intro .text {
	color: #B4BBBF;
	font: normal 24px/31px Georgia,serif;
}

#region-intro .map {
	float: left;
	height: 203px;
	width: 311px;
}

/* Publications */

.publications {
	width: 100%;
}

.publications th {
	background: #e5e6e7;
	font-weight: bold;
	height: 38px;
	padding-top: 22px;
	text-align: left;
}

.publications th.headerSortUp {
	background: #e5e6e7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAMAAABVLlSxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRF3d7fpKWlY2Nj5ebnqr3LUgAAADNJREFUeNo8ycERADAIAkHI9d9zjGJ47RzS2Uk4NGKPEjnMs5Kf+6j8rZjJY3ce05krwAA05AD1DQzCAwAAAABJRU5ErkJggg==) right center no-repeat;
}

.publications th.headerSortDown {
	background: #e5e6e7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAMAAABVLlSxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRF3d7fpKWlY2Nj5ebnqr3LUgAAADRJREFUeNo8iUEOADAIwgr7/583UceBNC2npjxB89nWsuyEZTVjd6B1AqMrMLoCq1+4AgwAPnQA9UO+WOgAAAAASUVORK5CYII=) right center no-repeat;
}

.publications th.header {
	cursor: pointer;
}

.publications td,
.publications th {
	padding-left: 16px;
}

.publications td {
	border-bottom: 1px solid #b3bbbe;
	padding-bottom: 23px;
	padding-top: 30px;
}

.publications .type {
	font-weight: bold;
	width: 217px;
}

.publications .title {
	width: 399px;
}

.publications td.title {
	font: normal 16px/24px Georgia,serif;
}

.publications .date {
	font-weight: bold;
	width: 158px;
}

.publications .author {
	font-weight: bold;
	width: 170px;
}

.publications .not-found {
	display: none;
}

.publications .not-found-message {
	text-align: center;
}

.publication.block {
	min-height: 400px;
}

/* Publications filter */

#publications-search-form input,
#publications-search-form label,
#publications-filter li {
	font: normal 16px/24px Georgia,serif;
	margin-bottom: 0;
}

#publications-filter span {
	background: url(data:image/gif;base64,R0lGODlhDAAMAIABAAAAAP///yH5BAEAAAEALAAAAAAMAAwAAAIXhI8Xy20Nw4tsUgnuspRHD4FOpiWmUQAAOw==) left center no-repeat;
	cursor: pointer;
	padding-left: 30px;
}

#publications-filter span.selected {
	background-image: url(data:image/gif;base64,R0lGODlhDAAMAIABAAAAAP///yH5BAEAAAEALAAAAAAMAAwAAAIdhI8Yy3sBmoMRtmoY1tV1en3ZZHkkmX3TI3nJCxQAOw==);
}

#publications-search-form {
	position: relative;
}

#publications-search-form input,
#publications-search-form label {
	color: #fff;
}

#publications-search-form label {
	left: 30px;
	position: absolute;
	top: 5px;
}

#publications-search-form input {
	background: transparent url(../elements/search_publications.png?1) no-repeat left center;
	border: none;
	border-bottom: 1px solid #000;
	height: 24px;
	margin: 0;
	outline: none;
	padding: 0 0 0 30px;
	width: 263px;
}

.filterbar #publications-search-form label {
	top: 0;
}

.filterbar #publications-search-form input,
.filterbar #publications-search-form label {
	color: #000;
}

/* Footer */

#footer {
	border-left: 1px solid #636363;
	background: #3b3737;
	float: left;
}

#footer,
#footer a {
	color: #fff;
}

#footer .col {
	border-right: 1px solid #636363;
	float: left;
	height: 364px;
	padding: 18px 16px;
	width: 219px;
}

#footer .col:first-child {
	width: 218px;
}

#footer .button {
	background: #0f81ae;
	border-radius: 5px;
	color: #fff;
	font-size: 10px;
	padding: 6px 16px;
}

.no-touch #footer .button:hover {
	color: #000 !important;
	background: #fff;
}

#footer .head {
	font-weight: bold;
	margin-bottom: 9px;
}

#footer .medium {
	margin-bottom: 9px;
}

#footer .medium .logo {
	float: right;
}

.block.last-before-footer {
	margin-bottom: 50px;
}

/* Form */

.input-form {
	float: left;
	padding: 32px 16px 16px;
	width: 616px;
}

.input-form .input {
	color: #000;
	float: left;
	margin: 0 16px 14px 0;
	position: relative;
}

.input-form .input,
.input-form input[type="text"],
.input-form button[type="submit"] {
	font: bold 19px/24px Helvetica,Arial,sans-serif;
}

.input-form input[type="text"] {
	background: transparent;
	border: 1px solid #fff;
	height: 44px;
	outline: none;
	padding: 0 16px;
	width: 256px;
}

.input-form input[type="text"].filled {
	background: #fff;
}

.input-form .wide input[type="text"] {
	width: 562px;
}

.input-form .input label {
	left: 17px;
	position: absolute;
	top: 11px;
}

.input-form h2 {
	margin-bottom: 14px;
}

.input-form button[type="submit"] {
	background: #009ad5;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	height: 46px;
	width: 600px;
}

/* Tabs */

.tabs {
	font-size: 14px;
	position: absolute;
	right: 0;
	top: -42px;
}

.no-touch .tabs > li:hover > a,
.tabs > li.here > a {
	background: #3B3737;
}

.tabs > li:first-child > a {
	border-left: none;
}

/* Resources filter */

.filtertext {
	float: left;
	padding-left: 16px;
	width: 233px;
}

.filterbar {
	float: left;
}

.filterbar ul {
	-moz-columns: 2;
	-webkit-columns: 2;
	color: #000;
	columns: 2;
	margin-top: 25px;
	width: 600px;
}

.filterbar ul + h2 {
	margin: 24px 0 23px;
}

/* Supporters */

#section_supporters h3 {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

#section_supporters .text .column {
	float: left;
	width: 200px;
}

#section_supporters .text .column + .column {
	margin-left: 20px;
}

/* Google CSE */

#results .placeholder {
	padding-left: 16px;
}

.gsc-control-cse {
	padding: 0 16px;
}

.gs-result,
.gs-result * {
	font: normal 18px/24px Georgia,serif !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
	color: #000 !important;
	text-decoration: none !important;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl,
td.gcsc-branding-text div.gcsc-branding-text,
.gcsc-branding-img-noclear,
.gcsc-branding-text,
.gsc-search-box,
.gs-fileFormat {
	display: none !important;
}

.gsc-above-wrapper-area,
.gsc-result {
	border: none !important;
}

.gsc-result {
	padding: 0 !important;
	margin-bottom: 30px !important;
	width: 641px !important;
}

.gsc-result-info {
	padding-left: 0 !important;
}

.gsc-results .gsc-cursor-box {
	margin: 23px 0 50px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	color: #636363 !important;
	font: bold 14px/18px Helvetica,Arial,sans-serif !important;
	margin-right: 10px !important;
	text-decoration: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	text-decoration: underline !important;
}

/* Map overlay */

.map.with-overlay {
	position: relative;
}

.map-overlay {
	left: 0;
	position: absolute;
	top: 0;
}

/* Mailchimp form */

#footer #mce-EMAIL {
	background: transparent;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	font-size: 10px;
	color: #fff;
	height: 20px;
	outline: none !important;
	padding: 2px 5px 1px;
	width: 148px;
}

::-webkit-input-placeholder {
	color: #E5E6E7;
}

:-moz-placeholder {
	color: #E5E6E7;
}

:-ms-input-placeholder {
	color: #E5E6E7;
}

#footer #mce-EMAIL:focus {
	background: #E5E6E7;
	color: #3B3737;
}

#footer #mc-embedded-subscribe {
	background: #fff;
	border: none;
	border-radius: 0;
	color: #3B3737;
	cursor: pointer;
	padding: 4px 0 3px;
	width: 60px;
}

.no-touch #footer #mc-embedded-subscribe:hover {
	background: #0F81AE;
	color: #fff !important;
}
