/*
 Theme Name: Global Humanitarian Assistance
 Theme URI: http://www.globalhumanitarianassistance.org
 Description: The theme for the GHA website
 Author: Hype & Slippers / Omni Digital
 Author URI: http://omni-digital.co.uk
 Version: 1.0.3
 */
body {
  width: 100%;
  *zoom: 1;
  zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
    Fonts
-----------------------------------------------------*/
/*---------------------------------------------------
    Colours
-----------------------------------------------------*/
/*---------------------------------------------------
    Grid
-----------------------------------------------------*/
/*---------------------------------------------------
    Mixins
-----------------------------------------------------*/
/* hide html text, show background image */
.imagereplacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 -------------------------------------------------------------- */
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  clear: both;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
a:focus {
  outline: none;
  border: none;
}
em {
  font-style: normal;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.pagination .wp-pagenavi {
  font-size: 13px;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  padding: 2px 8px;
  background-color: #bebebe;
  color: #000000;
}
.pagination .wp-pagenavi a.current,
.pagination .wp-pagenavi span.current {
  background-color: #151515;
  color: #ffd600;
  font-weight: 300;
}
.pagination .wp-pagenavi .pages {
  border-color: transparent;
  background: none;
}
.template-tools .pagination .wp-pagenavi {
  padding: 0 10px;
  font-size: 15px;
  text-transform: uppercase;
}
.template-tools .pagination .wp-pagenavi a,
.template-tools .pagination .wp-pagenavi span {
  padding: 2px 5px;
  background-color: transparent;
  border: none;
  color: #ebebeb;
  font-weight: 400;
}
.template-tools .pagination .wp-pagenavi a.current,
.template-tools .pagination .wp-pagenavi span.current,
.template-tools .pagination .wp-pagenavi a.previouspostslink,
.template-tools .pagination .wp-pagenavi span.previouspostslink,
.template-tools .pagination .wp-pagenavi a.nextpostslink,
.template-tools .pagination .wp-pagenavi span.nextpostslink {
  color: #ffd600;
}
.template-tools .pagination .wp-pagenavi .pages {
  border-color: transparent;
  background: none;
}
.faqs {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  color: #bebebe;
}
.faqs .faq {
  padding: 10px 0;
  border-bottom: 1px solid #444444;
}
.faqs .faq h1,
.faqs .faq h2,
.faqs .faq h3,
.faqs .faq h4,
.faqs .faq a {
  color: #ffd600;
}
.faqs .faq h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
}
.faqs .faq .answer {
  font-size: 18px;
  line-height: 1.45em;
}
.faqs .faq .answer p {
  margin: 0 0 10px 0;
  padding: 0;
}
.faqs .faq a {
  text-decoration: none;
}
/* Responsive images */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
body {
  position: relative;
  font-family: 'Open Sans', Arial, sans-serif;
  background-color: #262626;
}
/* Layout Containers */
.container-header {
  width: 100%;
  background-color: #151515;
}
#container-main {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 58px;
  *zoom: 1;
  zoom: 1;
}
#container-main:before,
#container-main:after {
  content: "";
  display: table;
}
#container-main:after {
  clear: both;
}
.home #container-main {
  background: none;
  padding: 0;
}
#main {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 34px 0 0 0;
}
#container-site {
  position: relative;
  background-color: #262626;
  overflow: auto;
  min-width: 990px;
}
#footer-container {
  width: 100%;
  background-color: #151515;
  margin: 0;
  overflow: auto;
  padding: 26px 0 30px 0;
}
.header {
  position: relative;
  width: 940px;
  min-height: 141px;
  margin: 0 auto 0 auto;
  padding: 19px 10px 0 10px;
}
#logo {
  display: block;
  width: 300px;
  height: 98px;
}
#logo-di {
  display: block;
  width: 187px;
  height: 20px;
  margin: 3px 0 0 90px;
}
#logo-print {
  display: none;
}
#fp-map {
  margin: -38px 0 15px -11px;
}
#footer {
  width: 940px;
  margin: 0 auto 0 auto;
  padding: 0;
}
/* Social Media Links */
.social-media {
  *zoom: 1;
  zoom: 1;
}
.social-media:before,
.social-media:after {
  content: "";
  display: table;
}
.social-media:after {
  clear: both;
}
.social-media h3 {
  float: left;
  margin-right: 11px;
  margin-top: 0;
  line-height: 38px;
  font-size: 14px;
}
.social-media ul {
  float: left;
}
.social-media ul li {
  float: left;
  margin-left: 7px;
}
.social-media ul li a {
  width: 38px;
  height: 38px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
}
.social-media ul li a:hover {
  background-position: right top;
}
.social-media ul li.facebook a {
  background-image: url('images/icon-facebook-38px.png');
}
.social-media ul li.twitter a {
  background-image: url('images/icon-twitter-38px.png');
}
#button-follow {
  display: block;
  width: 126px;
  height: 37px;
  background: url(images/button-follow.gif) 0 0 no-repeat;
  text-indent: -999em;
}
/* New Here */
#new-here-container {
  position: relative;
  background-color: #FFD600;
  height: 0;
  overflow: hidden;
  z-index: 100;
}
#new-here {
  position: relative;
  width: 945px;
  margin: 0 auto 0 auto;
}
#new-here-content {
  height: 300px;
}
#tab-new-here {
  position: absolute;
  top: 0;
  right: 0;
  width: 173px;
  height: 51px;
  background: url(images/tab-new-here.png) 0 0 no-repeat;
  text-indent: -999em;
  cursor: pointer;
  z-index: 10;
}
#close-new-here {
  display: block;
  width: 29px;
  height: 29px;
  background: url(images/button-close.gif) 0 0 no-repeat;
  position: absolute;
  right: 10px;
  top: 8px;
  text-indent: -999em;
  cursor: pointer;
}
#new-here .column-a {
  float: left;
  width: 258px;
  margin-top: 17px;
  padding: 0 28px 0 28px;
  border-right: solid 1px #e5c626;
  height: 283px;
}
#new-here .column-b {
  position: relative;
  float: left;
  width: 564px;
  margin-top: 17px;
  padding: 0 28px 0 28px;
  border-right: solid 1px #e5c626;
  height: 283px;
}
#new-here-content p.title {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #212121;
  line-height: 23px;
  margin-bottom: 15px;
}
#new-here-content p.title:first-line {
  color: #ffffff;
}
#new-here-content p.title-2 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #212121;
  line-height: 23px;
  margin-bottom: 5px;
}
#new-here-content p a {
  cursor: pointer;
  color: #695a0e;
  text-decoration: underline;
}
#new-here-content p {
  color: #695a0e;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 16px;
}
#new-here-content h3 {
  color: #212121;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin: 0 0 10px 0;
}
#new-here-content .signpost {
  position: absolute;
  bottom: -17px;
  left: 25px;
  background: url(images/bg-new-here-content.gif) 0 0 no-repeat;
  width: 568px;
  height: 207px;
}
#new-here-content .signpost a {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  width: 200px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  color: #212121;
  text-transform: uppercase;
}
#new-individuals {
  top: 55px;
  left: 40px;
}
#new-researchers {
  top: 55px;
  left: 318px;
}
#new-journalists {
  top: 128px;
  left: 40px;
}
#new-decision {
  top: 138px;
  left: 318px;
}
#new-here-content .back {
  cursor: pointer;
  width: 140px;
  background: url(images/arrow-back-newhere.gif) #d2b000 10px 9px no-repeat;
  margin: 0 0 20px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 6px 8px 28px;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
}
/* Home Columns */
.span-a {
  float: left;
  width: 620px;
  margin-right: 20px;
}
.span-b {
  float: left;
  width: 300px;
}
.span-c {
  float: left;
  width: 347px;
}
.span-c-pad {
  float: left;
  width: 307px;
  padding: 17px 20px 17px 20px;
}
.span-d {
  width: 922px;
}
.span-e {
  float: left;
  width: 180px;
}
.gutter-a {
  margin-left: 38px;
}
.gutter-b {
  margin-left: 46px;
}
.gutter-c {
  margin-left: 30px;
}
/* 3 Column Layout (Reverse Source Order) */
.three-col-1 {
  float: right;
  width: 170px;
  margin: 0 30px 0 10px;
}
.three-col-2 {
  float: right;
  width: 215px;
  margin-right: 30px;
}
.three-col-3 {
  float: right;
  width: 485px;
  padding: 18px 0 0 0;
  margin-right: 10px;
  border-top: 3px solid #262626;
  position: relative;
}
/* 2 Column Layout (Reverse Source Order) */
.two-col-1 {
  float: right;
  width: 170px;
  margin: 0 30px 0 10px;
}
.two-col-2 {
  float: right;
  width: 730px;
  border-top: 3px solid #262626;
  padding: 18px 0 2px 0;
  margin-right: 10px;
  overflow: visible;
  position: relative;
}
.column-container {
  padding: 0 0 1px 0;
  border: none;
}
.two-col-2 .column-a {
  float: left;
  width: 346px;
}
.two-col-2 .column-b {
  float: right;
  width: 346px;
}
.three-col-1 .link-back {
  margin: 0 0 25px 0;
}
/* 2 Column Layout (50/50) */
.two-col-eq-1 {
  float: left;
  width: 447px;
  margin-right: 25px;
}
.two-col-eq-2 {
  float: left;
  width: 447px;
}
/* Pods */
.pods .pod {
  position: relative;
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  background: #ffffff;
  margin-bottom: 20px;
}
.pods .pod a {
  text-decoration: none;
  color: #000000;
}
.pods .pod a:hover {
  text-decoration: underline;
}
.pods .pod h2 {
  margin: 8px 18px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.pods .pod .summary {
  margin: 8px 18px;
  color: #565656;
}
.pods .pod p {
  font-size: 14px;
  line-height: 20px;
}
.pods .pod p.summary {
  margin: 8px 18px;
}
.pods .pod p.button {
  margin: 40px 0 0 0;
}
.pods .pod p.button a {
  position: absolute;
  bottom: 0;
  width: 264px;
  display: block;
  padding: 10px 18px;
  background-color: #ffd600;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
}
.pods .pod p.button a:hover {
  background-color: #ffffff;
}
/* Boxes */
.home .std-box {
  margin-bottom: 38px;
  height: 103px;
}
.home .welcome {
  margin-bottom: 20px;
}
.home .std-box-2 {
  height: 310px;
  position: relative;
  margin-bottom: 58px;
  border-top: solid 3px #fbd82d;
  padding: 15px 0 0 0;
}
.home .std-box-3 {
  height: 190px;
  position: relative;
  background-color: #3c3c3c;
  border-top: solid 3px #fbd82d;
}
.home .reports {
  margin-top: 58px;
}
.home .std-box-4 {
  height: 434px;
  position: relative;
  border-top: solid 3px #fbd82d;
  padding: 15px 0 0 0;
}
.home .std-box-5 {
  clear: both;
  height: 252px;
  position: relative;
  border-top: solid 3px #fbd82d;
  padding: 15px 0 0 0;
  margin: 0 0 50px 0;
  border-bottom: solid 23px #494949;
}
.home .box-report {
  float: left;
  background: url(images/bg-report-2012.jpg) 0 0 no-repeat;
  height: 150px;
  width: 327px;
  margin: -13px 0 0 22px;
}
.home .box-report h2 {
  margin: 30px 0 5px 175px;
  width: 150px;
  text-decoration: none;
}
.home .box-report-link {
  text-decoration: none;
}
.home .box-report h2 span {
  color: #212121 !important;
}
.home .box-report * {
  text-decoration: none !important;
}
.home .box-report p {
  color: #939393;
  line-height: 18px;
  margin: 0 0 0 175px;
  font-size: 11px;
  width: 135px;
}
/* Home Latest Content */
.home .latest-selection {
  display: inline-block;
  vertical-align: top;
  background-color: #262626;
  width: 180px;
  margin: -15px 0 0 0;
  padding: 10px 0 0 0;
  height: 257px;
  position: relative;
}
.home .latest-selection h2 {
  margin-bottom: 20px;
}
.home .latest-selection p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}
.home .latest-selection ul li {
  margin: 0 0 5px 0;
}
.home .latest-selection label {
  color: #939393;
  font-size: 12px;
}
.home .latest-carousel {
  position: relative;
  display: inline-block;
  width: 740px;
  vertical-align: top;
}
.home .latest-carousel .browse {
  position: absolute;
  display: block;
  width: 29px;
  height: 20px;
  background: url(images/bg-carousel-nav.png) 0 0 no-repeat;
  left: 22px;
  top: 100px;
  cursor: pointer;
}
.home .latest-carousel .next {
  right: 22px;
  left: auto;
  background-position: 0 -100px;
}
.home .carousel {
  width: 590px;
  height: 225px;
  position: relative;
  overflow: hidden;
  padding-top: 4px;
  margin: 5px 0 0 77px;
}
.home .latest-carousel .disabled {
  display: none;
}
.home .carousel .items {
  width: 20000em;
  position: absolute;
}
.home .latest-ajax-loader {
  position: absolute;
  width: 43px;
  height: 11px;
  top: 15px;
  right: 15px;
  display: none;
}
.home .latest-article {
  float: left;
  width: 151px;
  padding: 30px 12px 30px 12px;
  background-color: #262626;
  margin-right: 30px;
  position: relative;
  min-height: 170px;
}
.home .latest-article h3 {
  font-size: 13px;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 17px;
  margin: 0 0 10px 0;
  height: 51px;
}
.home .latest-article h3 a {
  color: #ffffff;
  text-decoration: none;
}
.home .latest-article .meta {
  border-top: dotted 1px #3c3c3c;
  border-bottom: dotted 1px #3c3c3c;
  padding: 8px 0;
  width: 163px;
  margin-bottom: 5px;
}
.home .latest-article .meta span.date {
  display: block;
  color: #ffdd2a;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
}
.home .latest-article .meta span.category {
  display: block;
  color: #ffffff;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.home .latest-article p {
  color: #939393;
  line-height: 16px;
  font-size: 11px;
  clear: both;
  width: 143px;
}
.home .latest-article p a {
  color: #ffffff;
  text-decoration: none;
}
.home .latest-article .tab {
  position: absolute;
  top: -4px;
  right: 9px;
  width: 24px;
  height: 30px;
  background: url(images/bg-latest-tab.png) 0 0 no-repeat;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #262626;
}
.home-1 {
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
}
.home-2 {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  margin: 0;
  width: 320px;
}
.home-2 .social-media {
  margin: 0 0 19px 10px;
  width: 300px;
}
.home-2 .social-media h3 {
  font-size: 14px;
}
.home .pods {
  display: block;
  width: 660px;
  margin: 0 -10px;
  *zoom: 1;
  zoom: 1;
}
.home .pods:before,
.home .pods:after {
  content: "";
  display: table;
}
.home .pods:after {
  clear: both;
}
.home .pods .pod {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  margin-bottom: 20px;
}
.home .section-links .article {
  font-size: 14px;
}
.home .section-links .article .thumbnail,
.home .section-links .article .content {
  display: block;
  float: left;
}
.home .section-links .article .thumbnail {
  max-width: 104px;
  border: 3px solid #444444;
}
.home .section-links .article .content {
  margin-left: 10px;
  width: 180px;
}
.home .section-links .article .content h2 {
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffd600;
}
.home .section-links .article .content p {
  margin: 0 0 0 0;
  font-weight: 300;
  line-height: 16px;
  color: #bebebe;
}
.home .section-links .article a {
  display: block;
  padding: 10px;
  *zoom: 1;
  zoom: 1;
}
.home .section-links .article a:before,
.home .section-links .article a:after {
  content: "";
  display: table;
}
.home .section-links .article a:after {
  clear: both;
}
.home .section-links .article a:hover {
  background-color: #ffffff;
}
.home .section-links .article a:hover h2,
.home .section-links .article a:hover p {
  color: #000000;
}
.home .section-links .article a:hover .thumbnail {
  border-color: #ffd600;
}
.home .tweets {
  margin: 35px 10px;
}
.intro {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  margin-bottom: 35px;
}
.template-tools #container-main,
.template-contact #container-main,
.template-faqs #container-main,
.template-data-guides #container-main,
.template-multiple-pods #container-main {
  background: none;
}
.template-tools .intro h1,
.template-contact .intro h1,
.template-faqs .intro h1,
.template-data-guides .intro h1,
.template-multiple-pods .intro h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.template-tools .intro p,
.template-contact .intro p,
.template-faqs .intro p,
.template-data-guides .intro p,
.template-multiple-pods .intro p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.45em;
  color: #bebebe;
}
.template-contact .intro {
  float: none;
  width: auto;
}
.template-contact .content-contact {
  display: inline;
  float: left;
  width: 700px;
  margin: 0 10px;
}
.template-contact .content-sidebar {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px;
  margin-left: 90px;
}
.template-contact .content-sidebar p.button {
  margin: 20px 0 0 0;
}
.template-contact .content-sidebar p.button a {
  padding: 10px 18px;
  background-color: #ffd600;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
}
.template-contact .content-sidebar p.button a:hover {
  background-color: #ffffff;
}
.template-faqs .content-faq {
  display: inline;
  float: left;
  width: 780px;
  margin: 0 10px;
  color: #bebebe;
}
.template-faqs .content-faq h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.template-faqs .content-faq h2 {
  color: #ffffff;
  margin: 1.25em 0;
  padding-top: 1.25em;
  border-top: 1px solid #343434;
}
.template-faqs .content-faq p,
.template-faqs .content-faq ul,
.template-faqs .content-faq ol {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.45em;
}
.template-faqs .content-faq li strong {
  font-weight: normal;
  color: #ffffff;
}
.template-faqs .content-faq a {
  color: #ffd600;
  text-decoration: none;
}
.box-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  height: 24px;
  padding: 0 0 0 40px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
  background: url(images/arrow-link.gif) #494949 22px 8px no-repeat;
}
.box-link-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 123px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  height: 24px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #494949;
}
.box-link-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 122px;
  margin-left: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  height: 24px;
  text-align: center;
  line-height: 23px;
  color: #ffffff;
  text-decoration: none;
  background-color: #494949;
}
.home .article {
  border-bottom: dotted 1px #3c3c3c;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.home .chequers {
  background: url(images/bg-chequers-home.gif) transparent;
}
.chequers {
  background: url(images/bg-chequers.gif) transparent;
}
.column .std-box {
  position: relative;
  border-top: solid 3px #262626;
  margin: 0 0 45px 0;
  padding: 16px 14px 24px 14px;
}
.column .std-box.first {
  border-top: none;
}
.column .std-box-2 {
  position: relative;
  border-top: solid 3px #FBD82D;
  margin: 0 0 45px 0;
  padding: 0 0 25px 0;
}
.column .box .box-link {
  color: #ffffff;
}
.column .authors-box {
  background-color: #f7f7f7;
  border: solid 1px #dadada !important;
  padding-bottom: 10px;
}
.column .authors-box h3 {
  border-bottom: dotted 1px #c8c8c8;
  padding-bottom: 10px;
}
.column .authors-box ul li span {
  float: left;
  display: block;
  line-height: 17px;
  color: #322f31;
  margin: 5px 0 10px 0;
  font-family: 'Open Sans', sans-serif;
}
.column .authors-box ul li {
  width: 180px;
  overflow: auto;
  padding: 1px 1px 10px 1px;
  border-bottom: solid 1px #DADADA;
  margin: 0 0 10px 0;
}
.column .authors-box ul li:last-child {
  border: none;
  margin: 0;
}
.column .authors-box .link-read-more {
  float: left;
  clear: both;
}
.column .blog-box {
  padding-left: 85px;
  padding-top: 18px;
}
.column .blog-box h3 {
  margin: 0 0 2px 0;
}
.column .blog-box p {
  font-size: 11px;
  line-height: normal;
}
.column .blog-box h3 a {
  color: #212121;
}
.column .blog-box img {
  position: absolute;
  left: -6px;
  top: 18px;
}
.column .twitter-box .twitter-bird {
  position: absolute;
  top: -28px;
  right: 5px;
}
.column .twitter-box p {
  word-wrap: break-word;
  color: #606060;
  font-size: 12px;
  line-height: 18px;
  margin: 20px 0 0;
  width: 150px;
  padding: 15px 15px 30px 15px;
  background: url(images/bg-tweet.png) 0 100% no-repeat;
}
.column .twitter-box p a {
  color: #606060;
}
.column .author-box img.author {
  margin: -16px 0 15px -14px;
}
.column .author-box .box-link {
  height: auto;
  line-height: normal;
  padding-top: 6px;
  padding-bottom: 6px;
}
.column .article {
  border-bottom: dotted 1px #cecece;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.column .box .article h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #322f31;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
  line-height: 20px;
  margin: 0;
}
.column .article h3 a {
  color: #322f31;
  text-decoration: none;
}
.column .article p {
  margin-bottom: 10px;
}
.column .article p.meta {
  font-size: 11px;
  margin: 0 0 10px 0;
}
.column .article img {
  margin-bottom: 10px;
}
.column .article.last {
  border-bottom: none;
}
.link-button-1,
.link-button-2,
.link-button-3,
.link-button-4,
.link-button-5,
.link-button-6,
.read-more {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
  display: block;
  width: 101px;
  height: 32px;
  background: url(images/bg-link-2.gif) 0 0 no-repeat;
  padding: 8px 0 0 0;
  text-align: center;
  text-decoration: none;
}
.link-button-2,
.read-more {
  background: url(images/bg-link-1.gif) 0 0 no-repeat;
  color: #262626;
  clear: both;
}
.link-button-3 {
  background: url(images/bg-link-3.gif) 0 0 no-repeat;
}
.link-button-4 {
  background: url(images/bg-link-4.gif) 0 0 no-repeat;
}
.link-button-5 {
  float: left;
  background: url(images/bg-link-5.gif) 0 0 no-repeat;
  padding: 13px 0 0 20px;
  width: 130px;
  height: 66px;
  margin-right: 10px;
  color: #262626;
  font-size: 18px;
  text-align: left;
  line-height: 15px;
}
.link-button-6 {
  float: left;
  background: url(images/bg-link-6.gif) 0 0 no-repeat;
  padding: 13px 0 0 20px;
  width: 130px;
  height: 66px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  line-height: 15px;
}
.link-button-5 span {
  font-size: 11px;
}
.read-more {
  float: left;
}
.column .filter {
  overflow: auto;
  border-top: 3px solid #262626;
  margin: 0 0 28px 0;
  padding: 20px 0 10px 0;
  border-bottom: solid 1px #dfdfdf;
}
.border {
  border-top: 3px solid #262626;
  padding: 17px 0 0 0;
}
.about-author {
  position: relative;
  border-top: 3px solid #262626;
  padding: 20px 20px 35px 20px;
  margin: 0 0 45px 0;
}
.about-author h3 {
  margin: 10px 0 10px 0 !important;
}
.tweet {
  float: right;
  margin: 0 0 17px 17px;
  width: 280px;
  border: solid 1px #dadada;
  padding: 17px 17px 17px 55px;
  background: url(images/icon-twitter.gif) #f7f7f7 15px 15px no-repeat;
}
.tweet .message {
  padding: 0 0 0 18px;
  border-left: dotted 1px #c8c8c8;
}
.tweet h3 {
  text-transform: none !important;
}
/* Contact Page */
.contact .column-a {
  float: left;
  width: 128px;
  margin-right: 30px;
}
.contact .column-b {
  float: left;
  width: 288px;
}
.contact {
  margin-bottom: 30px;
}
.contact h1,
.contact h2,
.contact h3 {
  border-bottom: 1px solid #DFDFDF;
  color: #262626;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 18px;
  padding: 0 0 18px;
  text-transform: uppercase;
  height: 30px;
  font-family: 'Open Sans', sans-serif;
}
/* Article */
.entry-header {
  position: relative;
  overflow: auto;
  padding: 0 0 15px 0;
}
.entry-header-left {
  float: left;
  width: 480px;
}
.entry-header-right {
  float: right;
  width: 220px;
}
.blog .entry-header-right {
  width: 56px;
}
.blog-list .entry-header-left {
  width: 570px;
}
.blog-list .entry-header-left .meta-info {
  width: 440px;
}
.blog-list .entry {
  clear: both;
  overflow: auto;
}
.entry-header-left .comments-total,
.article-item .comments-total {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  float: left;
  border: solid 1px #dfdfdf;
  margin: 0 15px 0 0;
  padding: 5px;
  font-size: 11px;
}
.entry-header-left .comments-total em {
  font-size: 20px;
  vertical-align: middle;
  font-style: normal;
}
.article-item .comments-total em {
  font-size: inherit;
}
.entry-header-left .comments-total a,
.article-item .comments-total a {
  text-decoration: none;
  color: #262626;
}
.entry-header-left .meta-info {
  float: left;
  width: 290px;
}
.entry .content .entry-img-main {
  border: 1px solid #DFDFDF;
  padding: 10px;
  background-color: #ffffff;
  float: right;
  margin: 0 0 14px 14px;
  text-align: center;
}
.entry .content .entry-img-full {
  border: 1px solid #DFDFDF;
  padding: 10px;
  background-color: #ffffff;
  margin: 0 0 14px 0;
}
.entry .content .entry-img-full .caption {
  margin: 10px 0 0 0;
}
.entry .link-button-1,
.entry .link-button-2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
  float: right;
  display: block;
  width: 101px;
  height: 32px;
  background: url(images/bg-link-2.gif) 0 0 no-repeat;
  padding: 8px 0 0 0;
  margin: 0 0 0 7px;
  text-align: center;
  text-decoration: none;
}
.entry .link-button-2 {
  background: url(images/bg-link-1.gif) 0 0 no-repeat;
  color: #262626;
}
.column .entry h1 {
  text-transform: none;
  font-size: 25px;
  color: #262626;
  line-height: 28px;
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.column .entry h1 a {
  text-decoration: none;
  color: #262626;
}
.column .entry h2 {
  font-size: 19px;
  color: #262626;
  margin: 0 0 15px 0;
  font-family: 'Open Sans', sans-serif;
}
.column .entry h2 a {
  text-decoration: underline;
  color: #262626;
}
.column .entry h3 {
  font-size: 15px;
  color: #262626;
  margin: 0 0 15px 0;
  font-family: 'Open Sans', sans-serif;
}
.column .entry h3 a {
  text-decoration: underline;
  color: #262626;
}
.column .entry p.meta {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 11px;
}
.column .entry p.meta span.author {
  padding: 0 0 0 15px;
}
.column .entry p.meta span.author a {
  text-decoration: none;
  color: #606060;
}
.entry .category {
  float: left;
  display: block;
  margin: 0 6px 6px 0;
  height: 16px;
  line-height: 12px;
  padding: 0 4px;
}
.entry .category a {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}
.entry .social {
  float: right;
  margin: 0;
  padding: 5px 0 10px 0;
}
.entry .content {
  overflow: visible;
  margin: 30px 0 15px 0;
  padding-bottom: 25px;
  border-bottom: solid 1px #dfdfdf;
  position: relative;
}
.single .blog .content {
  background-color: #f7f7f7;
  padding: 15px;
}
.single .blog .content {
  border: none;
}
.content .back-to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  background: url(images/arrow-up.gif) 0 0 no-repeat;
  text-decoration: none;
  color: #262626;
}
.blog .content .back-to-top {
  bottom: 0;
  right: 15px;
}
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.alignnone {
  margin: 0 0 15px 0;
}
.entry .wp-caption {
  text-align: center;
}
.entry .wp-caption-text {
  width: 100%;
}
.entry .wp-caption p {
  border-bottom: dotted 1px #cecece;
  padding: 0 0 15px 0;
  margin: 15px 0 0 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
/*added by Shane*/
.entry .wp-caption:first-child p {
  border-bottom: 1px dotted #CECECE;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  margin: 7px 0 0 5px;
  padding: 0 0 10px;
  text-align: left;
}
/*end*/
#respond {
  clear: both;
  background-color: #f7f7f7;
  border: solid 1px #dadada;
  padding: 15px 15px 10px 15px;
  margin: 0 0 25px 0;
}
.comments {
  float: left;
  clear: both;
  margin-top: 15px;
}
.entry .comments h3 {
  font-size: 25px;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 0 0 12px 0;
  border-bottom: solid 3px #262626;
}
.comments h3#comments-title {
  font-size: 15px;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 0 0 15px 0;
  border-bottom: solid 1px #dfdfdf;
  padding: 0 0 12px 0;
}
.comments label {
  display: block;
  font-family: 'Open Sans', sans-serif;
  width: 160px;
  font-size: 18px;
  color: #322f31;
  margin: 3px 0 10px 0;
}
.comments input,
.comments textarea {
  display: block;
  margin: 0 0 7px 0;
  border: solid 1px #dadada;
  padding: 6px;
  width: 316px;
  font-family: 'Open Sans', Arial, sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #494949;
}
.blog .comments textarea {
  width: 220px;
}
.blog .comments input {
  width: 195px;
}
.report-page .comments input,
.report-page .comments textarea {
  width: 233px;
}
.comments textarea {
  margin: 0;
  height: 150px;
  width: 676px;
  resize: vertical;
}
.blog .comments textarea {
  width: 438px;
}
.report-page .comments textarea {
  width: 505px;
}
.comments .form-row {
  float: left;
  width: 331px;
  margin: 0 20px 5px 0;
}
.blog .comments .form-row {
  width: 210px;
  margin: 0 16px 5px 0;
}
.report-page .comments .form-row {
  width: 250px;
  margin: 0 16px 5px 0;
}
#respond .even {
  float: right;
  margin: 0 0 5px 0;
}
.comments form {
  position: relative;
  overflow: auto;
  padding: 0 0 10px 0;
}
.comments form p.form-submit {
  float: left;
  margin: 15px 0 0 0;
  width: 101px;
}
.comments form #submit {
  display: block;
  background: url(images/button-postcomment.gif) 0 0 no-repeat;
  border: none;
  width: 99px;
  height: 34px;
  text-indent: -999em;
  margin: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
#comment-list li {
  padding: 10px 0 25px 10px;
  overflow: auto;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #dfdfdf;
  list-style-type: none;
}
#comment-list li .comment-content {
  float: left;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  width: 475px;
  border-left: dotted 1px #cecece;
}
.blog ol#comment-list li .comment-content {
  width: 240px;
}
.report-page #comment-list li .comment-content {
  float: left;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  width: 315px;
  border-left: dotted 1px #cecece;
}
#comment-list li .comment-meta {
  float: left;
  margin: 0 0 0 10px;
  width: 100px;
  padding: 0 0 0 20px;
  font-family: 'Open Sans', sans-serif;
}
#comment-list p.author {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #322f31;
  margin: 0 0 15px 0;
}
#comment-list p.author cite {
  font-style: normal;
  font-size: 15px;
}
#comment-list p.author cite a {
  color: #322f31;
}
#comment-list img.avatar {
  float: left;
  width: 40px;
}
#comment-list .comment-meta ul li {
  background: url(images/bullet-arrow.gif) 0 2px no-repeat;
  padding: 0 0 0 15px;
  font-size: 12px;
}
#comment-list .comment-meta ul li a {
  color: #717171;
  text-decoration: none;
}
#comment-list .comment-meta p {
  font-size: 11px;
}
#comment-list .comment-meta p span.date {
  font-size: 15px;
  color: #262626;
}
.comments p#comment-notes {
  position: absolute;
  top: -10px;
  right: 0;
  color: black;
  border: solid 1px yellow;
  z-index: 20;
}
.entry .navigation {
  float: left;
  width: 100%;
  border-bottom: solid 1px #DFDFDF;
  margin: 0 0 15px 0;
}
.entry .post-prev {
  float: left;
  width: 320px;
}
.entry .post-next {
  float: right;
  width: 320px;
  text-align: right;
}
.blog .post-prev,
.blog .post-next {
  width: 230px;
}
/* Article Listing */
.page-index {
  clear: both;
  /*overflow: auto;*/
  font-size: 17px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 20px 0;
}
.page-index a {
  color: #262626;
  text-decoration: none;
  line-height: 25px;
}
.page-index .results {
  float: left;
  line-height: 25px;
}
.page-index .controls {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  width: 250px;
  line-height: 25px;
}
.controls {
  position: relative;
  overflow: auto;
  height: 35px;
}
.controls .older {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
}
.controls .newer {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
}
.entry .controls .older a,
.entry .controls .newer a {
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
}
.older a,
.newer a {
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
  height: 25px;
  background: url(images/bg-browse-link-left.gif) 0 center no-repeat;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  display: block;
}
.newer a {
  float: left;
  padding: 0 0 0 15px;
}
.older a {
  float: right;
  padding: 0 15px 0 0;
  background: url(images/bg-browse-link-right.gif) 100% center no-repeat;
  margin: 0 0 0 20px;
}
.older a,
.newer a {
  color: #262626;
  text-decoration: none;
}
.article-item {
  overflow: auto;
  background-color: #f7f7f7;
  padding: 18px;
  margin: 0 0 15px 0;
}
.article-item img {
  float: left;
}
.article-item .content {
  float: left;
  width: 347px;
  padding: 0 25px 0 0;
  margin: 0 0 0 19px;
  border-right: dotted 1px #c8c8c8;
}
.article-item .image {
  float: left;
  width: 144px;
}
.blog-list .content p {
  margin: 0;
}
.blog .article-item .image {
  margin: 0 10px 0 0;
}
.article-item .link-read-more {
  float: left;
  background: url(images/bg-workstream-button.gif) 0 -320px no-repeat;
  height: 32px;
  line-height: 12px;
}
.article-item .span {
  float: left;
  width: 509px;
  padding: 0 25px 0 0;
  margin: 0;
  border-right: dotted 1px #c8c8c8;
}
.article-item h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 19px;
  margin: 0 0 10px 0;
  line-height: 21px;
}
.article-item h2 a {
  color: #262626;
  text-decoration: none;
}
.article-item .content p {
  margin-top: 10px;
}
.article-item .content p a {
  color: #262626;
  font-weight: bold;
  text-decoration: none;
}
.article-item .content p a.more {
  color: #262626;
  font-weight: normal;
  text-decoration: none;
}
.article-item .meta {
  float: left;
  width: 131px;
  margin: 0 0 0 15px;
  font-family: 'Open Sans', sans-serif;
}
.article-item .meta .category {
  padding: 3px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.article-item .meta .category a {
  color: #ffffff;
  text-decoration: none;
}
.article-item .meta .label {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  color: #717171;
  margin: 10px 0 3px 0;
}
.article-item .meta .value,
.article-item .meta .value a {
  font-size: 15px;
  color: #262626;
  text-decoration: none;
  line-height: 17px;
}
.article-item-featured {
  background-color: #ffd900;
  padding-right: 0;
}
.article-item-featured p.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #262626;
  text-transform: uppercase;
  border-bottom: solid 1px #e5cb00;
  padding: 0 0 5px 0;
}
.article-item-featured .content {
  float: left;
  width: 323px;
  border: none;
}
.article-item-featured .content p {
  color: #665600;
}
.article-item-featured .image {
  float: right;
  width: 339px;
}
.article-item-featured .link-button-4 {
  color: #262626;
}
/* Article Item Related */
.article-item-related {
  overflow: auto;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #DADADA;
}
.article-item-related img {
  float: left;
}
.article-item-related .content {
  float: left;
  margin: 0 0 0 15px;
}
.three-col-3 .article-item-related .content {
  width: 325px;
}
.article-item-related .content p {
  margin: 0 0 10px 0;
}
.article-item-related h3 {
  color: #606060 !important;
  text-transform: none !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}
.article-item-related h3 a {
  color: #606060 !important;
  text-decoration: none;
}
/* Menu Styles */
.menu-main {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 120px;
}
.menu-main li {
  float: left;
  width: auto;
}
.menu-main li a {
  display: block;
  height: 43px;
  color: #ffd600;
  padding: 0 0 0 16px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
}
.menu-main li a:hover,
.menu-main li.current_page_item a,
.menu-main li.current-menu-item a,
.menu-main li.current-workstream-ancestor a,
.menu-main li.current-menu-parent a,
.menu-main li.current-post-parent a,
.menu-main li.current-page-ancestor a {
  color: #ffffff;
}
.menu-aux {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  right: 10px;
  top: 18px;
}
.menu-aux li {
  float: left;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0 18px;
}
.menu-aux li a {
  text-decoration: none;
  color: #bebebe;
}
.menu-aux li a:hover,
.menu-aux li.current-menu-item a,
.menu-aux li.current-ghaauthor-ancestor a {
  color: #ffffff;
}
.menu-aux li.devinit a {
  display: block;
  height: 26px;
  width: 110px;
  background: transparent url(images/logo-di.png) no-repeat 0 0;
  text-indent: -999em;
}
.menu-sub {
  margin: 0 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 10px;
}
.menu-sub li {
  font-size: 14px;
  color: #494949;
  margin: 0 0 10px 0;
}
.menu-sub li a {
  display: block;
  line-height: 21px;
  color: #494949;
  text-decoration: none;
  background: url(images/bg-menu-bullets-tall.gif) 0 0 no-repeat;
  padding: 0 0 0 22px;
}
.menu-sub li a:hover,
.menu-sub li a.current_page_item,
.menu-sub li.current_page_item a,
.menu-sub li.current_page_ancestor a {
  background: url(images/bg-menu-bullets-tall.gif) 0 -168px no-repeat;
}
.menu-sub #global-trends a:hover,
.menu-sub #global-trends.current_page_item a {
  background-position: 0 -42px;
}
.menu-sub #scale-of-needs a:hover,
.menu-sub #scale-of-needs.current_page_item a {
  background-position: 0 -84px;
}
.menu-sub #governments a:hover,
.menu-sub #governments.current_page_item a {
  background-position: 0 -126px;
}
.menu-sub #delivery a:hover,
.menu-sub #delivery.current_page_item a {
  background-position: 0 -168px;
}
.menu-sub #financing-mechanisms a:hover,
.menu-sub #financing-mechanisms.current_page_item a {
  background-position: 0 -210px;
}
.menu-sub #domestic-response a:hover,
.menu-sub #domestic-response.current_page_item a {
  background-position: 0 -252px;
}
.menu-sub #conflict-the-military a:hover,
.menu-sub #conflict-the-military.current_page_item a {
  background-position: 0 -294px;
}
.menu-sub #data-guides a:hover,
.menu-sub #data-guides.current_page_item a {
  background-position: 0 -378px;
}
.menu-sub.neutral li a {
  background: url(images/menu-off.gif) 0 0 no-repeat;
}
.menu-sub.neutral li a:hover,
.menu-sub.neutral li.current_page_item a,
.menu-sub.neutral li.current_page_ancestor a {
  background: url(images/menu-on.gif) 0 0 no-repeat;
}
/* 2nd Level Nav */
.menu-sub ul {
  padding: 10px 0 0 0;
}
.menu-sub ul li {
  padding: 0 0 0 23px;
}
.menu-sub ul li a {
  background: url(images/bg-browse-link-right.gif) 0 3px no-repeat !important;
  font-size: 11px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  padding-left: 18px;
}
.menu-sub ul li a:hover {
  text-decoration: underline;
}
.menu-sub ul li.current_page_item a {
  font-weight: bold;
}
a.link-back {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  height: 24px;
  padding: 0 0 0 30px;
  line-height: 23px;
  color: #fff !important;
  text-decoration: none;
  background: url(images/arrow-back-link.gif) #494949 10px 8px no-repeat;
}
/* Workstream Styles */
.global-trends .three-col-3 {
  border-top: solid 3px #68a39b;
}
.scale-of-needs .three-col-3 {
  border-top: solid 3px #A67AA3;
}
.governments .three-col-3 {
  border-top: solid 3px #A4D3E2;
}
.delivery .three-col-3 {
  border-top: solid 3px #93AFBA;
}
.financing-mechanisms .three-col-3 {
  border-top: solid 3px #F69F40;
}
.domestic-response .three-col-3 {
  border-top: solid 3px #BEAD93;
}
.conflict-the-military .three-col-3 {
  border-top: solid 3px #A2Be7B;
}
.data-guides .three-col-3 {
  border-top: solid 3px #FBD82D;
}
.workstream.global-trends h1,
.workstream.global-trends h2,
.global-trends a,
h3.global-trends {
  color: #68a39b;
}
.workstream.scale-of-needs h1,
.workstream.scale-of-needs h2,
.scale-of-needs a,
h3.scale-of-needs {
  color: #A67AA3;
}
.workstream.governments h1,
.workstream.governments h2,
.governments a,
h3.governments {
  color: #A4D3E2;
}
.workstream.delivery h1,
.workstream.delivery h2,
.delivery a,
.delivery h3 {
  color: #93AFBA;
}
.workstream.financing-mechanisms h1,
.workstream.financing-mechanisms h2,
.financing-mechanisms a,
h3.financing-mechanisms {
  color: #F69F40;
}
.workstream.domestic-response h1,
.workstream.domestic-response h2,
.domestic-response a,
h3.domestic-response {
  color: #BEAD93;
}
.workstream.conflict-the-military h1,
.workstream.conflict-the-military h2,
.conflict-the-military a,
h3.conflict-the-military {
  color: #A2Be7B;
}
.workstream.data-guides h1,
.workstream.data-guides h2,
.data-guides a,
h3.data-guides {
  color: #606060;
}
.data-guides .link-more {
  color: #AF9400;
}
.category.global-trends,
.workstream.global-trends .infographic,
.workstream-intro.global-trends {
  background-color: #68a39b;
}
.category.scale-of-needs,
.workstream.scale-of-needs .infographic,
.workstream-intro.scale-of-needs {
  background-color: #A67AA3;
}
.category.governments,
.workstream.governments .infographic,
.workstream-intro.governments {
  background-color: #A4D3E2;
}
.category.delivery,
.workstream.delivery .infographic,
.workstream-intro.delivery {
  background-color: #93AFBA;
}
.category.financing-mechanisms,
.workstream.financing-mechanisms .infographic,
.workstream-intro.financing-mechanisms {
  background-color: #F69F40;
}
.category.domestic-response,
.workstream.domestic-response .infographic,
.workstream-intro.domestic-response {
  background-color: #BEAD93;
}
.category.conflict-the-military,
.workstream.conflict-the-military .infographic,
.workstream-intro.conflict-the-military {
  background-color: #A2Be7B;
}
.category.data-guides,
.workstream.data-guides .infographic,
.workstream-intro.data-guides {
  background-color: #ffd600;
}
.workstream.global-trends .box,
.global-trends.box {
  border-top: solid 3px #68a39b;
}
.workstream.scale-of-needs .box,
.scale-of-needs.box {
  border-top: solid 3px #A67AA3;
}
.workstream.governments .box,
.governments.box {
  border-top: solid 3px #A4D3E2;
}
.workstream.delivery .box,
.delivery.box {
  border-top: solid 3px #93AFBA;
}
.workstream.financing-mechanisms .box,
.financing-mechanisms.box {
  border-top: solid 3px #F69F40;
}
.workstream.domestic-response .box,
.domestic-response.box {
  border-top: solid 3px #BEAD93;
}
.workstream.conflict-the-military .box,
.conflict-the-military.box {
  border-top: solid 3px #A2Be7B;
}
.workstream.data-guides .box,
.data-guides.box {
  border-top: solid 3px #FBD82D;
}
.workstream .link-read-more,
.link-read-more {
  font-family: 'Open Sans', sans-serif;
  display: block;
  background: url(images/bg-workstream-link.png) 0 0 no-repeat;
  width: 78px;
  height: 28px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  padding: 6px 0 0 0;
}
.workstream.global-trends .link-read-more {
  background-position: 0 0;
}
.workstream.scale-of-needs .link-read-more {
  background-position: 0 -35px;
}
.workstream.governments .link-read-more {
  background-position: 0 -70px;
}
.workstream.delivery .link-read-more {
  background-position: 0 -105px;
}
.workstream.financing-mechanisms .link-read-more {
  background-position: 0 -140px;
}
.workstream.domestic-response .link-read-more {
  background-position: 0 -175px;
}
.workstream.conflict-the-military .link-read-more {
  background-position: 0 -210px;
}
.workstream.data-guides .link-read-more {
  background-position: 0 -245px;
  color: #262626;
}
.workstream h1 {
  font-size: 20px;
  color: #262626;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: solid 1px #dfdfdf;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
}
.workstream h1 em {
  color: #262626;
}
.workstream h2,
.workstream-intro h2 {
  color: #262626;
  font-size: 15px;
  margin: 10px 0 20px 0;
}
.workstream .entry {
  padding-bottom: 20px;
}
.workstream p {
  color: #606060;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 18px 0;
}
.workstream p a {
  color: #606060;
}
.workstream .icon {
  margin: 0 0 26px 0;
}
.workstream .rss,
.author .rss {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  padding-right: 16px;
  background: url(images/icon-rss-2.gif) 100% 0 no-repeat;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 12px;
  color: #262626;
}
.workstream .infographic {
  position: relative;
  height: 156px;
  margin: 25px 0 25px 0;
}
.workstream .infographic p {
  color: #494949;
}
.workstream .infographic img {
  float: left;
  width: 252px;
}
.workstream .infographic-content {
  float: left;
  padding: 23px 18px 0 0;
  width: 212px;
}
.workstream .infographic-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 17px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.workstream .infographic-content h2 em {
  color: #262626;
}
.infographic-content #link-view-full,
.infographic-content #link-download-pdf {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  display: block;
  text-align: center;
  width: 101px;
  height: 40px;
  background: url(images/bg-workstream-button.png) 0 0 no-repeat;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
}
.infographic-content #link-view-full {
  bottom: 0;
  right: 131px;
}
.infographic-content #link-download-pdf {
  bottom: 0;
  right: 18px;
  background-position: 0 -280px;
}
.global-trends #link-view-full {
  background-position: 0 0;
}
.scale-of-needs #link-view-full {
  background-position: 0 -40px;
}
.governments #link-view-full {
  background-position: 0 -80px;
}
.delivery #link-view-full {
  background-position: 0 -120px;
}
.financing-mechanisms #link-view-full {
  background-position: 0 -160px;
}
.domestic-response #link-view-full {
  background-position: 0 -200px;
}
.conflict-the-military #link-view-full {
  background-position: 0 -240px;
}
.data-guides #link-view-full {
  background-position: 0 -320px;
  color: #ffffff;
}
.workstream-intro {
  position: relative;
  padding: 20px 20px 60px 20px;
  height: 155px;
  margin: 0 0 30px 0;
}
.workstream-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 18px;
  left: 18px;
  background: url(images/icons-workstream.png) 0 0 no-repeat;
  text-indent: -999em;
}
.workstream-intro h2 {
  font-family: 'Open Sans', sans-serif;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 0 65px;
  font-size: 15px;
}
.workstream-intro h2 a {
  color: #262626;
  text-decoration: none;
}
.workstream-intro.data-guides h2 a em {
  color: #AF9400;
}
.workstream-intro h2 em,
.workstream-intro h2 em a {
  color: #ffffff;
}
.workstream-intro p {
  position: absolute;
  top: 85px;
  color: #000000;
  border-top: dotted 1px #ffffff;
  padding: 10px 0 0 0;
  margin-right: 15px;
  width: 310px;
}
.workstream-intro.global-trends {
  border-top: solid 3px #5b8e87;
}
.workstream-intro.scale-of-needs {
  border-top: solid 3px #856282;
}
.workstream-intro.governments {
  border-top: solid 3px #83a9b5;
}
.workstream-intro.delivery {
  border-top: solid 3px #768c95;
}
.workstream-intro.financing-mechanisms {
  border-top: solid 3px #c57f33;
}
.workstream-intro.domestic-response {
  border-top: solid 3px #988a76;
}
.workstream-intro.conflict-the-military {
  border-top: solid 3px #829862;
}
.workstream-intro.data-guides {
  border-top: solid 3px #AF9400;
}
.global-trends .workstream-icon,
.workstream-icons .global-trends {
  background-position: 0 0;
}
.scale-of-needs .workstream-icon,
.workstream-icons .scale-of-needs {
  background-position: 0 -56px;
}
.governments .workstream-icon,
.workstream-icons .governments {
  background-position: 0 -112px;
}
.delivery .workstream-icon,
.workstream-icons .delivery {
  background-position: 0 -168px;
}
.financing-mechanisms .workstream-icon,
.workstream-icons .financing-mechanisms {
  background-position: 0 -224px;
}
.domestic-response .workstream-icon,
.workstream-icons .domestic-response {
  background-position: 0 -280px;
}
.conflict-the-military .workstream-icon,
.workstream-icons .conflict-the-military {
  background-position: 0 -336px;
}
.data-guides .workstream-icon,
.workstream-icons .data-guides {
  background-position: 0 -392px;
}
.workstream-intro .link-more {
  position: absolute;
  bottom: 0;
  background: url(images/bg-workstream-button.gif) 0 -280px;
  width: 101px;
  height: 40px;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 25px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.workstream-icons {
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 32px;
}
.workstream-icons li a {
  font-size: 14px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  background: url(images/icons-workstream.png) 0 0 no-repeat;
  height: 46px;
  padding: 10px 0 0 67px;
  margin: 0 0 10px 0;
  line-height: 17px;
  color: #212121;
  text-decoration: none;
}
.workstream .read-more,
.blog .read-more {
  color: #262626;
}
/* Search Box */
.form-search {
  position: absolute;
  right: 10px;
  top: 67px;
}
.form-search .label {
  /*.visually_hidden;*/
  display: none;
}
.form-search input {
  float: left;
  border: none;
  color: #939393;
  height: 14px;
  width: 250px;
  margin: 0;
  padding: 10px 9px;
  font-size: 14px;
  line-height: 1em;
  background-color: #ffffff;
}
.form-search input:focus {
  outline: none;
}
.form-search button.search-submit {
  float: left;
  background: url(images/button-search-submit.gif) #ffffff 0 0 no-repeat;
  width: 34px;
  height: 34px;
  text-indent: -999em;
  overflow: hidden;
  border: none;
}
.form-search button.search-submit:hover {
  cursor: pointer;
}
/* Search Results */
.form-search-side {
  margin: 27px 0 0 0;
}
.form-search-side .search-submit {
  background: url("images/button-submit.gif") no-repeat scroll 0 0 transparent;
  border: medium none;
  display: block;
  height: 39px;
  margin: 10px 0 0 0;
  text-indent: -999em;
  width: 101px;
}
.form-search-side label {
  display: block;
  margin: 0 0 10px 0;
  color: #494949;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.search-page .two-col-1 p {
  margin: 0 0 8px 0;
  font-size: 11px;
  line-height: 14px;
}
.search-page p.contact-details {
  line-height: 18px;
  color: #262626;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.search-page p.contact-details span {
  color: #717171;
  text-transform: uppercase;
  font-size: 11px;
}
.search-item {
  margin: 0 0 20px 0;
  background: url(images/icon-search.gif) #f7f7f7 15px 15px no-repeat;
  padding: 15px 15px 15px 58px;
}
.search-item h2 a {
  color: #262626;
  text-decoration: none;
}
.search-item.data {
  background: url(images/icon-xls-small.png) #f7f7f7 15px 15px no-repeat;
}
.search-item.blog {
  background: url(images/icon-blog-small.png) #f7f7f7 15px 15px no-repeat;
}
.search-item .content {
  margin: 0;
  padding: 0 0 0 18px;
  border: none;
  border-left: dotted 1px #cecece;
}
/* Authors */
.author-intro {
  position: relative;
  padding: 0;
  min-height: 200px;
  margin: 0 0 30px 0;
  border-top: solid 3px #ffd600;
  overflow: auto;
}
.author-intro img {
  float: left;
}
.author-intro .content {
  float: left;
  width: 155px;
  margin: 0 0 0 15px;
  border-top: dotted 1px #cecece;
  padding: 10px 0 0 0;
}
.author-intro h2 {
  font-family: 'Open Sans', sans-serif;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  margin: 10px 0 5px 0;
}
.author-intro h2 a {
  color: #262626;
  text-decoration: none;
}
.author-intro h2 em {
  color: #ffffff;
}
.author-intro h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  text-transform: uppercase;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}
.author-intro a.email {
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.author-intro .box-link {
  color: #ffffff;
}
.author-intro .category {
  display: block;
  font-size: 11px;
  margin: 0 0 7px;
  padding: 3px;
  text-align: center;
  text-transform: uppercase;
  width: 149px;
}
.author-intro .category a {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.author-header {
  overflow: auto;
  background-color: #ffd600;
  padding: 12px 12px 0 12px;
  margin-bottom: 25px;
}
.author-image {
  float: left;
  background: url(images/bg-author-img.gif) 0 0 no-repeat;
  width: 317px;
  height: 203px;
}
.author-details {
  float: left;
  margin: 8px 0 0 30px;
  width: 350px;
  position: relative;
  padding: 0 0 10px 0;
}
.author-header h3 {
  color: #7b6700;
}
.author-workstream {
  float: left;
  width: 165px;
  padding: 5px 0 0 0;
}
.author-workstream img {
  float: left;
  display: block;
}
.column .navigation .button {
  display: block;
  background-color: #49494a;
  padding: 8px 10px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.column .author-workstream p {
  float: left;
  width: 93px;
  margin: 10px 0 0 10px;
  height: 56px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #262626;
}
.column .author-workstream p a {
  color: #262626;
  text-decoration: none;
}
.author-workstreams {
  overflow: auto;
  border-bottom: dotted 1px #cead00;
  padding-bottom: 5px;
}
.author-details .column-1,
.author-details .column-2 {
  margin: 15px 0 0 0;
  float: left;
  width: 155px;
}
.author-details p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
.author-details p.meta a {
  color: #262626;
  text-decoration: none;
}
.author-details .link-button-4 {
  color: #7f6b00;
}
.author h1 {
  font-size: 20px;
  color: #262626;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: solid 1px #dfdfdf;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
}
.author h1 em {
  color: #262626;
}
.link-button-3,
.link-button-4 {
  margin: 10px 0 0 0;
}
.author .related-posts {
  background-color: #F7F7F7;
  border: 1px solid #DADADA;
}
/* Workstreams */
.home .workstreams {
  height: 450px;
  margin-top: -70px;
}
.home .workstream {
  position: absolute;
  top: 0;
  width: 102px;
  height: 102px;
  background: url(images/workstreams.gif) 0 0 no-repeat;
}
.home .workstream a {
  cursor: pointer;
  display: block;
  width: 102px;
  height: 102px;
  text-indent: -999em;
  overflow: hidden;
}
.home #workstream-globaltrends {
  background-position: 0 0;
  top: 28px;
  left: 123px;
}
.home #workstream-scale {
  background-position: 0 -102px;
  top: 83px;
  left: 232px;
}
.home #workstream-governments {
  background-position: 0 -204px;
  top: 205px;
  right: -20px;
}
.home #workstream-funding {
  background-position: 0 -408px;
  top: 300px;
  left: 181px;
}
.home #workstream-un {
  background-position: 0 -306px;
  top: 300px;
  left: 60px;
}
.home #workstream-domestic {
  background-position: 0 -510px;
  left: -17px;
  top: 205px;
}
.home #workstream-conflict {
  background-position: 0 -612px;
  top: 83px;
  left: 11px;
}
.home .workstream-rotator {
  padding: 0 40px 0 40px;
  width: 90px;
  height: 170px;
  background: url(images/rotator.gif);
  position: absolute;
}
.home .workstream-rotator h3 {
  font-size: 13px;
  margin: 50px 0 3px 0;
  text-align: center;
  border-bottom: solid 1px #343434;
  padding: 0 0 6px 0;
  line-height: 16px;
}
.home .workstream-rotator p {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: normal;
  color: #fad82d;
}
.home #workstream-globaltrends .workstream-rotator {
  top: 108px;
  left: -38px;
}
.home #workstream-scale .workstream-rotator {
  top: 54px;
  left: -147px;
  background-position: 0 -170px;
}
.home #workstream-governments .workstream-rotator {
  top: -68px;
  left: -180px;
  background-position: 0 -340px;
}
.home #workstream-funding .workstream-rotator {
  top: -163px;
  left: -96px;
  background-position: 0 -510px;
}
.home #workstream-un .workstream-rotator {
  top: -163px;
  left: 25px;
  background-position: 0 -680px;
}
.home #workstream-domestic .workstream-rotator {
  top: -69px;
  left: 102px;
  background-position: 0 -850px;
}
.home #workstream-conflict .workstream-rotator {
  top: 53px;
  left: 74px;
  background-position: 0 -1020px;
}
.home .workstream .workstream-rotator {
  display: none;
  color: #ffffff;
}
.home .workstream:hover .workstream-rotator,
.home .active {
  display: block !important;
}
div.category {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 7px 0;
  font-size: 12px;
  padding: 5px;
}
div.category a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
div.tag {
  font-size: 11px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #262626;
  padding: 0 5px 0 0;
  margin: 0 0 10px 0;
  line-height: 18px;
}
div.tag a {
  color: #262626;
  text-decoration: underline;
}
.countries div.tag {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  font-size: 14px;
  padding: 0;
}
/* Typography */
h1 {
  font-family: 'Open Sans', sans-serif;
}
.home h1 {
  margin: 0 0 1.25em 0;
  font-size: 24px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 300;
}
.home h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.home h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
}
.home h3 em {
  font-family: 'Open Sans', sans-serif;
  color: #FFDD2A;
}
.home p {
  font-size: 18px;
  line-height: 1.625em;
  color: #bebebe;
}
.home a {
  color: #ffd600;
  text-decoration: none;
}
.home a:hover {
  color: #ffffff;
}
.home .article h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  text-transform: none;
  font-weight: bold;
  line-height: 16px;
}
.home .article h3 a {
  color: #ffffff;
  text-decoration: none;
}
.home .article .meta {
  font-size: 11px;
}
.home .article .meta .date {
  color: #ffdd2a;
  padding-right: 4px;
}
.home .article .meta .category,
.home .article .meta .category a {
  color: #ffffff;
  text-decoration: none;
}
.home .article p a {
  color: #ffffff;
}
p.std {
  color: #606060;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 18px 0;
}
p.std a {
  color: #606060;
}
.column h3,
.filter h3 {
  font-family: 'Open Sans', sans-serif;
  color: #262626;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 9px;
  padding: 0 0 9px;
  text-transform: uppercase;
}
.column h3 em,
.filter h3 em,
.contact h1 em,
.contact h2 em,
.contact h3 em {
  color: #7f7f7f;
}
.filter h3.slider {
  background: url(images/arrow-up.gif) 100% 5px no-repeat;
  cursor: pointer;
}
.filter h3.up {
  background: url(images/arrow-down.gif) 100% 5px no-repeat;
}
ul.archives li {
  list-style-type: none;
  margin: 0 0 10px 0;
  font-family: 'Open Sans', sans-serif;
}
ul.archives li a {
  color: #262626;
}
.small-din {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #717171;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
#title-blog {
  background: url(images/icon-blog.gif) 100% 0 no-repeat;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #dfdfdf;
  margin: 0 0 30px 0;
}
.column .box h2,
h2.title {
  font-size: 20px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
.column .box h3,
h3.title {
  font-size: 15px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 17px;
  margin-bottom: 15px;
  padding-right: 2px;
}
.column .box h3.title2 {
  font-size: 15px;
  color: #322f31;
  font-family: 'Open Sans', Arial, sans-serif;
  border: none;
  font-weight: bold;
  margin: 0;
}
.column .box h2 a,
.column .std-box h3 a,
h2.title a,
h3.title a {
  text-decoration: none;
}
.column .box h2 a em,
.column .std-box h3 a em,
h2.title em,
h3.title em {
  color: #494949;
}
.entry p,
.content p {
  color: #606060;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 18px 0;
}
.entry p a,
.content p a {
  color: #262626;
  text-decoration: underline;
}
.entry em {
  font-style: italic;
}
.entry ul,
.entry ol {
  margin: 0 0 20px 0;
}
.entry ul li {
  background: url(images/bullet-std.gif) 0 3px no-repeat;
  padding: 0 0 0 35px;
  font-size: 13px;
  color: #606060;
  margin: 0 0 10px 0;
  line-height: 18px;
}
.entry ol li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 13px;
  color: #606060;
  margin: 0 0 10px 0;
  line-height: 18px;
}
.entry ul a,
.entry ol a {
  color: #262626;
  text-decoration: underline;
}
.entry ul ul {
  padding: 10px 0 0 0;
}
.entry blockquote {
  float: right;
  margin: 0 0 17px 17px;
  width: 280px;
  border: solid 1px #dadada;
  padding: 17px 17px 17px 55px;
  background: url(images/bg-blockquote.gif) #f7f7f7 15px 15px no-repeat;
}
.entry blockquote p {
  margin: 0 0 15px 0;
}
.blog .entry blockquote {
  float: none;
}
/* Data Slider Menu */
#data-menu {
  position: absolute;
  width: 45px;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(images/bg-data-menu.gif) top right repeat-y;
  overflow: hidden;
  padding: 76px 0 0 0;
}
#data-menu-content {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 45px;
  margin: 0 0 0 15px;
  z-index: 100;
}
#data-menu #data-menu-content h3 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  margin: 20px 0 10px 0;
}
#data-menu ul {
  font-size: 12px;
}
#data-menu ul li {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #d4b617;
  line-height: 17px;
}
#data-menu ul a {
  color: #212121;
  text-decoration: none;
}
#data-menu #tab-data-menu {
  cursor: pointer;
  text-indent: -999em;
  display: block;
  width: 32px;
  height: 160px;
  background: url(images/tab-data-menu.png) 0 100% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#data-menu ul {
  width: 120px;
}
#button-data-menu {
  color: #212121;
  text-decoration: none;
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
  width: 98px;
  height: 42px;
  background: url(images/button-data-menu.gif) 0 0 no-repeat;
  padding: 10px 0 0 10px;
}
#button-data-menu em {
  font-family: 'Open Sans', sans-serif;
}
/* Carousels */
.scrollable {
  position: relative;
  overflow: hidden;
}
.scrollable .items {
  width: 20000em;
  position: absolute;
}
.items div {
  float: left;
  position: relative;
}
/* Accordions */
.home .accordion {
  border: dotted 1px #3c3c3c;
  margin: 5px 0 0 0;
}
.home .accordion div {
  padding: 5px 10px 0 10px;
}
.home .accordion h3 {
  margin: 0;
  padding: 5px 0 10px 10px;
  border-top: dotted 1px #3c3c3c;
  background: url(images/icon-accordion.png) 95% 14px no-repeat;
}
.home .accordion h3.ui-state-active {
  background-position: 95% -35px;
}
.home .accordion h3.first {
  border: none;
}
.home .accordion h3 a {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.home .accordion h3 a span {
  color: #ffd600;
}
.home .accordion ul {
  margin: 5px 0 0 10px;
}
.home .accordion ul li {
  border-bottom: dotted 1px #3c3c3c;
  padding: 0 0 10px 0;
  margin: 0 0 5px 0;
}
.home .accordion ul li.last {
  border-bottom: none;
}
.home .accordion ul li a {
  color: #939393;
  font-size: 12px;
  text-decoration: none;
}
.home .accordion ul li a span {
  color: #ffffff;
}
/* Forms */
.form-contact {
  padding: 60px 0 40px 0;
  background: url(images/icon-mail.png) no-repeat 10px 0;
  font-size: 18px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #bebebe;
}
.form-contact fieldset {
  margin: 0;
  padding: 0;
}
.form-contact label {
  display: block;
  margin: 0 0 7px 0;
  line-height: 18px;
}
.form-contact label small {
  color: #ffd600;
  vertical-align: top;
}
.form-contact input,
.form-contact textarea,
.form-contact button {
  font-size: 18px;
}
.form-contact input,
.form-contact textarea {
  display: block;
  margin: 0 0 30px 0;
  padding: 9px 2%;
  width: 96%;
  border: 0;
  color: #151515;
}
.form-contact input:focus,
.form-contact textarea:focus {
  outline: none;
}
.form-contact textarea {
  resize: vertical;
}
.form-contact ul li.wide textarea {
  padding: 9px 1%;
  width: 98%;
}
.form-contact #submit {
  display: block;
  border: none;
  padding: 14px 29px;
  margin: 0;
  cursor: pointer;
  background-color: #ffd600;
  color: #151515;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
}
.form-contact #submit:hover {
  background-color: #ffffff;
  color: #000000;
}
/* Data */
.data .title {
  font-size: 30px;
  margin: 0 0 30px 0;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.data .title em {
  color: #7f7f7f;
}
.data .box {
  position: relative;
  padding: 20px;
  margin: 0 0 23px 0;
  background-color: #f7f7f7;
}
.data .border-2 {
  border: solid 1px #dadada;
}
.data .border-3 {
  border-top: solid 3px #ffd600;
}
.data .title-2 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 15px;
  border-bottom: dotted 1px #c8c8c8;
}
.data .graphs {
  background: url(images/bg-graphs.gif) #f7f7f7 100% 0 no-repeat;
  padding-right: 65px;
}
.data .blogs {
  background: url(images/bg-blog-box.gif) #f7f7f7 17px 70px no-repeat;
}
.data .blogs p,
.data .blogs a {
  margin-left: 90px;
}
.data-item {
  overflow: auto;
  position: relative;
  background: url(images/icon-xls.png) 0 0 no-repeat;
  padding: 0 0 0 70px;
  margin: 0 0 15px 0;
}
.data-item .data-description {
  float: left;
  clear: both;
  border-bottom: solid 1px #DFDFDF;
  border-top: solid 1px #DFDFDF;
  margin: 5px 0 8px 0;
  padding: 5px 0 0 0;
}
.data-item h3 {
  margin: 0 0 3px 0 !important;
}
.data .infograph-preview {
  position: relative;
  background-color: #ffd600;
  height: 141px;
  margin: 0 0 23px 0;
  padding: 24px 0 0 226px;
}
.data .infograph-preview .infograph {
  position: absolute;
  top: 0;
  left: 0;
}
.data .infograph-preview h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 17px;
  margin: 0 0 15px 0;
}
.data .infograph-preview .link-button-3 {
  margin: 0 0 5px 0;
}
.data .infograph-preview .link-button-4 {
  color: #bb9d01;
}
.datastore .entry {
  border-bottom: solid 1px #dfdfdf;
  margin: 0 0 30px 0;
  overflow: auto;
}
.datastore .column-a {
  width: 211px;
}
.datastore .column-b {
  width: 484px;
}
.datastore .data-item {
  background-position: 15px 15px;
  padding: 15px 25px 10px 70px;
}
.datastore .data-item .entry {
  border: none;
  margin: 0;
  padding-bottom: 15px;
}
.datastore .data-item .entry p {
  margin-bottom: 5px;
  clear: both;
}
.datastore .odd {
  background-color: #f7f7f7;
}
.datastore .data-item p.source {
  border-top: solid 1px #dfdfdf;
  font-size: 11px;
  padding-top: 2px;
}
.datastore .data-item p.tags {
  margin-bottom: 0;
  font-size: 11px;
}
.datastore .data-item p.tags span,
.datastore .data-item p.source span {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
.datastore .page-index .controls {
  width: 220px;
}
.tabs-datastore {
  overflow: auto;
  border-bottom: solid 30px #FFDE00;
  width: 484px;
}
.tabs-datastore li {
  float: left;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  height: 27px;
  line-height: 27px;
  position: relative;
  font-size: 11px;
}
.tabs-datastore li a {
  background: url(images/bg-tabs-datastore.png) 0 -28px no-repeat;
  width: 149px;
  height: 27px;
  display: block;
  padding: 0 0 0 30px;
  font-size: 15px;
}
.tabs-datastore li.selected {
  z-index: 1000;
}
.tabs-datastore li.selected a {
  background-position: 0 0;
}
.tabs-datastore li.selected a {
  color: #212121;
}
.tabs-datastore li.latest a {
  margin-left: -18px;
}
.tabs-datastore li a {
  text-decoration: none;
  color: #ffffff;
}
.filter-title {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}
.filter-title a {
  font-size: 11px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #262626;
}
.data .column .link-back {
  margin-bottom: 20px;
}
.slide {
  width: 211px;
}
.two-col-1 .slide {
  width: 160px;
}
/* Reports */
.report-featured {
  background: url(images/report-featured-background.png) 0 0;
  margin: 25px 0;
  padding: 30px 20px;
  overflow: auto;
}
.report-featured .image,
.report-featured .summary {
  float: left;
}
.report-featured .image {
  width: 350px;
}
.report-featured .summary {
  width: 570px;
}
.report-featured p.title {
  font-size: 20px;
  color: #262626;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  padding: 0 0 10px 0;
}
.report-featured h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 38px;
  line-height: 1em;
  text-transform: uppercase;
}
.report-featured .entry p {
  margin: 16px 10px 16px 0;
}
.report-featured .link-button-2,
.report-featured .link-button-1 {
  float: left;
  margin: 0 15px 0 0;
}
.reports h2.title {
  border-bottom: solid 1px #dfdfdf;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.year {
  overflow: auto;
}
.year span.the-year {
  float: left;
  clear: both;
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
}
.year .reports {
  min-height: 100px;
  float: right;
  width: 700px;
  border-left: dotted 1px #cecece;
  border-bottom: dotted 1px #cecece;
  padding: 10px 0 0 30px;
}
.year .reports .report {
  margin: 0 0 15px 0;
}
.report {
  overflow: auto;
  background-color: #f4f4f4;
  padding: 15px;
  min-height: 97px;
}
.report .report-thumb {
  float: left;
  width: 125px;
}
.report .report-info {
  float: left;
  width: 674px;
  height: 100%;
  margin: 0 0 0 10px;
  border-right: dotted 1px #c5c5c5;
}
.report .report-info h2 {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  margin: 15px 0 0 0;
}
.report .report-info h2 a {
  color: #000000;
  text-decoration: none;
}
.report .report-info .entry p {
  color: #494949;
  margin: 5px 20px 0 0;
}
.report .report-meta {
  float: left;
  width: 85px;
  height: 100%;
  margin: 0 0 0 10px;
  font-family: 'Open Sans', sans-serif;
}
.report .report-meta span.type {
  display: block;
  font-size: 11px;
  color: #494949;
  text-transform: uppercase;
  margin: 0 0 3px 0;
}
.report .report-meta span.value {
  display: block;
  font-size: 15px;
  color: #262626;
  margin: 0 0 20px 0;
}
.report .report-links {
  float: left;
  width: 100px;
  height: 100%;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.report .report-links .link-button-4 {
  margin-bottom: 10px;
  color: #262626;
}
.super {
  background-color: #f8d600;
}
.super .report-info h2 {
  margin: 0;
}
.super .report-info h2 a {
  color: #494949;
  text-decoration: none;
}
.super .report-links {
  border-left: dotted 1px #c8ad00;
}
.super .report-info {
  border-right: dotted 1px #c8ad00;
  width: 310px;
}
span.report-type {
  background-color: #494949;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  padding: 2px 30px 2px 5px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.report-page h1 {
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 20px 0;
}
.report-header {
  overflow: auto;
  padding-bottom: 15px;
  border-bottom: solid 1px #dfdfdf;
  margin: 0 0 10px 0;
}
.report-header .link-back {
  margin: 0 0 15px 0;
  width: 170px;
}
.report-header-left {
  float: left;
  width: 550px;
}
.report-header-left .social.sharing {
  margin: 20px 0;
}
.report-header-left p.info {
  margin: 15px 0 0 0;
  font-size: 13px;
  line-height: 1.5em;
  color: #262626;
}
.report-header-left p.info a {
  color: #262626;
}
.report-header-right {
  float: right;
  overflow: auto;
  width: 404px;
}
.report-images-container {
  position: relative;
  width: 404px;
  height: 320px;
}
.report-images {
  padding: 17px;
  margin-left: 17px;
  width: 337px;
  height: 266px;
}
/* Crisis Briefings */
.reports.briefings .briefings-intro h1 {
  border-bottom: solid 1px #dfdfdf;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
.reports.briefings .briefings-intro h1 em {
  color: #494949;
}
.reports.briefings .briefings-intro p {
  color: #606060;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 18px 0;
}
.reports.briefings .report-info .entry .small {
  font-weight: bold;
}
.reports.briefings .filtering {
  *zoom: 1;
  zoom: 1;
  padding: 10px;
  margin-bottom: 20px;
  background: #f4f4f4;
  font-size: 13px;
}
.reports.briefings .filtering:before,
.reports.briefings .filtering:after {
  content: "";
  display: table;
}
.reports.briefings .filtering:after {
  clear: both;
}
.reports.briefings .filtering .instructions {
  float: left;
  line-height: 22px;
}
.reports.briefings .filtering .filters {
  float: right;
}
.reports.briefings .filtering .filters label {
  margin: 0 4px 0 10px;
}
.reports.briefings .pagination.bottom {
  padding-top: 20px;
}
.reports.briefings .link-button-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.scroll-controls {
  overflow: auto;
  width: 250px;
  margin: 15px auto 0 auto;
  padding: 3px 0 3px 0;
}
.scroll-controls .prev,
.scroll-controls .next {
  cursor: pointer;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #262626;
  line-height: 18px;
}
.scroll-controls .prev {
  float: left;
  background: url(images/bg-browse-link-left.gif) 0 50% no-repeat;
  padding-left: 18px;
}
.scroll-controls .next {
  float: right;
  background: url(images/bg-browse-link-right.gif) 100% 50% no-repeat;
  padding-right: 18px;
}
.report-body {
  padding: 10px 0 0 0;
}
.report-body h2.title {
  margin: 0 0 20px 0;
}
.report-body .column-a {
  position: relative;
  float: left;
  width: 555px;
}
.report-body .column-b {
  position: relative;
  float: right;
  width: 346px;
}
.report-body .comments {
  margin: 30px 0 0 0;
}
.report-body blockquote {
  display: block;
  margin: 0 0 20px 0;
  background: url("images/bg-blockquote.gif") no-repeat scroll 15px 15px #f7f7f7;
  border: 1px solid #DADADA;
  float: right;
  margin: 0 0 17px 0;
  padding: 17px 17px 17px 55px;
  width: 272px;
  font-size: 12px;
  color: #606060;
  line-height: 17px;
}
.report-body blockquote p {
  margin: 0 0 10px 0;
}
.breakdown {
  padding: 17px 17px 27px 55px;
  clear: both;
  background: url(images/icon-report.gif) #f7f7f7 15px 15px no-repeat;
  border: solid 1px #dadada;
}
.breakdown .content h2,
.breakdown .content h3,
.breakdown .content h4 {
  color: #262626;
  font-size: 12px;
  text-transform: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.breakdown .content ul {
  margin: 0 0 10px 0;
}
.breakdown .content li {
  list-style-type: disc;
  font-size: 12px;
  color: #606060;
  margin: 0 0 5px 0;
  list-style-position: inside;
  line-height: 16px;
}
/* Graphs & Charts */
.charts-graphs h1 {
  font-size: 20px;
  text-transform: uppercase;
  background: url(images/icon-charts.gif) 100% 5px no-repeat;
  border-bottom: solid 1px #dfdfdf;
  padding: 0 0 15px 0;
  margin: 0 0 39px 0;
}
.charts-graphs h1 em {
  color: #6e6e6e;
}
.chart-intros {
  overflow: auto;
  margin: 0 0 0 10px;
}
.chart-intro-holder {
  float: left;
  width: 141px;
  padding-bottom: 34px;
}
.chart-intro-holder.current {
  background: url(images/chart-pointer.png) 0 100% no-repeat;
}
.chart-intro {
  margin: 0 auto 0 auto;
  width: 125px;
  height: 211px;
  background-color: #ffd600;
  position: relative;
}
.chart-intro p {
  margin: 0 0 0 10px;
  width: 99px;
  font-size: 13px;
  color: #262626;
  line-height: 15px;
}
.chart-intro a.link-button-4 {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #262626;
}
.chart-page {
  padding: 22px;
  margin: 10px 0 0 0;
  overflow: auto;
  background: url(images/chart-top.gif) 0 0 no-repeat;
}
.chart-page h2.title {
  font-size: 25px;
  text-transform: none;
  line-height: 28px;
}
/* 404 */
.four-oh-four {
  background: url(images/404.gif) 0 5px no-repeat;
  height: 200px;
}
.four-oh-four p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 0 0 0 120px;
  color: #262626;
  line-height: 22px;
}
/* Hot Links */
.hot-link {
  padding: 15px 15px 25px 15px;
  margin: 0 0 18px 0;
}
.hot-link p {
  font-size: 17px;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
}
.hot-link p a {
  color: #262626;
  line-height: 20px;
  text-decoration: none;
}
.hot-link-1 {
  background: url(images/bg-hot-link-1.gif) #ffd600 0 100% no-repeat;
}
.hot-link-2,
.hot-link-3 {
  background: url(images/bg-hot-link-2.gif) #404041 0 100% no-repeat;
}
.hot-link-2 p,
.hot-link-2 p a {
  color: #ffffff;
}
.hot-link-3 p {
  color: #939393;
  font-size: 11px;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 15px;
  margin: 0 0 15px 0;
}
.hot-link-3 h3 {
  font-size: 17px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  margin-bottom: 5px;
  padding: 0;
}
/* Related Posts */
.related-posts {
  clear: both;
  overflow: auto;
  background-color: #ffd70a;
  padding: 18px;
  margin: 0 0 20px 0;
}
.entry .related-posts li {
  list-style-type: none;
  margin: 0 15px 0 0;
  float: left;
  width: 160px;
}
.entry .related-posts li.last {
  margin: 0;
}
.entry .related-posts li img {
  border: solid 3px #ffffff;
}
.entry .related-posts li p {
  font-size: 15px;
  line-height: 18px;
  margin: 10px 0 0 0;
}
.entry .related-posts li p a {
  text-decoration: none;
}
.entry .related-posts h3 {
  font-size: 18px;
}
.entry .related-posts h3 em {
  font-style: normal;
  font-weight: normal;
}
.blog .entry .related-posts li {
  width: 140px;
  margin: 0 14px 0 0;
}
.blog .entry .related-posts li.last {
  margin: 0;
}
/* MISC elements (added by Shane) */
.subscribe-to-comments * {
  vertical-align: middle;
}
.subscribe-to-comments {
  float: left;
  margin: 15px 0 0 0 !important;
}
.subscribe-to-comments label {
  font-size: 11px;
  margin: 0 0 0 5px;
  width: 250px;
  display: inline;
}
.subscribe-to-comments input#subscribe {
  display: inline;
  margin: 0 !important;
  border: none;
}
span#PicNetEyeTracker {
  float: left;
  display: block;
  font-size: 8px;
  color: #ffffff;
}
span#PicNetEyeTracker a {
  color: #ffffff;
}
/*edit post button (added by Shane)*/
p.edit-link {
  background-color: #FFDE00;
  color: #262626;
  float: right;
}
p.edit-link a.post-edit-link {
  font-size: 9px;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
/* Table Styles (overwrites plugin css) */
.wp-table-reloaded {
  font-family: 'Open Sans', sans-serif;
}
.wp-table-reloaded thead th {
  background-color: #ffd400;
  border: none;
  font-size: 16px;
  color: #262626 !important;
}
.wp-table-reloaded td {
  font-size: 13px;
}
.wp-table-reloaded .odd td {
  background-color: #f1f1f2;
}
/* Country Profiles Page */
.country-profiles h2.main-title {
  background: url(images/icon-world.gif) 100% 0 no-repeat;
  margin: 0 0 20px 0;
}
.country-profiles h2.data {
  background: url(images/icon-table.gif) 100% 0 no-repeat;
}
.country-profiles .entry {
  float: left;
  width: 735px;
}
.country-profiles .hot-link {
  float: right;
  width: 140px;
}
.aidmap {
  clear: both;
  position: relative;
  height: 519px;
  border-bottom: solid 1px #dfdfdf;
  margin: 10px 0 50px 0;
  /*padding: 20px 0 0 0;*/
}
.aidmap-header {
  background-color: #dfdfdf;
  padding: 0 10px;
  position: relative;
  height: 43px;
}
.aidmap-header h2 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 43px;
}
.aidmap-header h2 span {
  color: #6d6d6d;
}
.aidmap-switch {
  width: 350px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: solid 1px #ffffff;
  padding: 0 0 0 15px;
  line-height: 43px;
  font-size: 12px;
  color: #606060;
}
.aidmap-switch .largest-recipients,
.aidmap-switch .largest-donors {
  border: solid 1px #ffffff;
  font-size: 11px;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  padding: 5px;
  margin: 0 15px 0;
  cursor: pointer;
}
.aidmap-switch .largest-donors {
  margin: 0;
}
.aidmap-switch .largest-donors:hover,
.aidmap-switch .largest-donors.selected {
  color: #ffffff;
  background-color: #59c3c1;
  border: solid 1px #59c3c1;
}
.aidmap-switch .largest-recipients:hover,
.aidmap-switch .largest-recipients.selected {
  color: #ffffff;
  background-color: #d3832d;
  border: solid 1px #d3832d;
}
.aidmap-donor,
.aidmap-recipient {
  position: absolute;
  top: 0;
  width: 930px;
  height: 476px;
  z-index: 10;
}
.aidmap-donor {
  display: none;
  z-index: 5;
}
.aidmap-donor .point {
  background: url(images/pointer-donor.png) 0 0 no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.aidmap-recipient .point {
  background: url(images/pointer-recipient.png) 0 0 no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: block;
}
.aidmap .bubble {
  background-color: #ffffff;
  padding: 10px 10px 10px 13px;
  -moz-box-shadow: 0 1px 1px #cacaca;
  -webkit-box-shadow: 0 1px 1px #cacaca;
  box-shadow: 0 1px 2px #cacaca;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#cacaca')";
  filter: progid:dximagetransform.microsoft.shadow(Strength=1, Direction=135, Color='#cacaca');
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #262626;
  text-transform: uppercase;
  line-height: 18px;
  display: block;
}
.aidmap-donor .bubble a,
.aidmap-recipient .bubble a {
  text-decoration: none;
  color: #262626;
}
.aidmap-donor .bubble span,
.aidmap-donor .bubble a span {
  color: #4aa09e !important;
}
.aidmap-recipient .bubble span,
.aidmap-recipient .bubble a span {
  color: #d3832d !important;
}
.country-list-header {
  padding-bottom: 3px;
  margin: 0 0 30px 0;
}
.country-list-header .key {
  position: absolute;
  right: 0;
  top: 18px;
  width: 500px;
}
.country-list-header .key-heading {
  display: block;
  float: left;
  text-transform: uppercase;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  padding-right: 15px;
}
.country-list-header ul {
  float: right;
}
.country-list-header ul li {
  float: left;
  padding: 0 0 0 27px;
  margin: 0 15px 0 0;
  line-height: 21px;
  background: url(images/icon-donor-recipient.png) 0 0 no-repeat;
  font-size: 12px;
  color: #606060;
}
.country-list-header ul li.icon-recipient {
  background-position: 0 -40px;
}
.country-list-header ul li.icon-donorrecipient {
  background-position: 0 -80px;
  padding: 0 0 0 40px;
  margin: 0;
}
.country-list {
  position: relative;
}
.countries {
  float: left;
  border-right: solid 1px #dfdfdf;
}
.countries li {
  border-bottom: solid 1px #dfdfdf;
}
.countries li a {
  display: block;
  width: 200px;
  padding-right: 15px;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  color: #606060;
  font-size: 12px;
  text-decoration: none;
}
.country-list .first {
  border-left: solid 1px #dfdfdf;
}
.countries li a:hover {
  background-color: #f0f0f0 !important;
}
.countries li.donor a {
  background: url(images/icon-donor-recipient.png) 194px 10px no-repeat;
}
.countries li.donor-recipient a {
  background: url(images/icon-donor-recipient.png) 179px -70px no-repeat;
}
.countries li.recipient a {
  background: url(images/icon-donor-recipient.png) 194px -29px no-repeat;
}
/* Country Profile */
#country-profile-header-container {
  height: 60px;
  background-color: #efeee9;
  width: 100%;
}
#country-profile-header {
  width: 925px;
  margin: 0 auto;
  padding: 0 20px 0 40px;
  position: relative;
}
.country-profile-navigation {
  padding: 22px 0 0 0;
}
.country-profile-navigation a {
  color: #606060;
  text-decoration: none;
  font-size: 12px;
}
.country-profile-navigation a.back {
  padding: 0 15px 0 19px;
  background: url(images/bg-browse-link-left.png) 0 3px no-repeat;
}
#country-all {
  padding: 0 15px;
}
#country-prev a {
  border-right: solid 1px #d7d6cf;
  padding: 0 15px 0 19px;
  background: url(images/bg-browse-link-left.png) 0 3px no-repeat;
}
#country-next a {
  border-left: solid 1px #d7d6cf;
  padding: 0 19px 0 15px;
  background: url(images/bg-browse-link-right.png) 100% 3px no-repeat;
}
#button-view-data-tables {
  display: block;
  width: 138px;
  height: 33px;
  background: url(images/bg-button-tables.gif) 0 0 no-repeat;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 12px;
  padding: 0 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 31px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.country-profile .header-button {
  display: block;
  width: 128px;
  height: 57px;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  color: #262626;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0 0 10px;
}
#button-download {
  position: absolute;
  right: 173px;
  top: 91px;
  background: url(images/bg-button-download.gif) 0 0 no-repeat;
}
#button-print {
  position: absolute;
  right: 20px;
  top: 91px;
  background: url(images/bg-button-print.gif) 0 0 no-repeat;
}
.country-profile .link-back {
  width: 120px;
  margin-bottom: 18px;
}
.country-profile h1 {
  font-size: 55px;
  font-weight: 300;
  letter-spacing: -2px;
  width: 580px;
}
.country-profile-tabs {
  position: relative;
  min-height: 1000px;
  margin: 40px 0 0 0;
}
.country-profile-tabs h2 {
  border: none;
  font-size: 18px;
  margin: 0 0 25px 0;
  font-weight: bold;
}
.country-profile-tabs h2.title {
  font-size: 15px;
}
.country-profile-tabs h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  border-top: solid 3px #262626;
  padding-top: 5px;
  text-transform: uppercase;
  line-height: 18px;
  margin: 30px 0 10px 0;
}
.country-profile-tabs ul.tabs {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.country-profile-tabs ul.tabs li {
  margin: 0 0 10px 0;
}
.country-profile-tabs ul.tabs li a {
  display: block;
  width: 128px;
  height: 55px;
  padding: 15px;
  background: url(images/bg-tab.gif) 0 0 no-repeat;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 18px;
}
.country-profile-tabs ul.tabs li a:hover {
  background-position: -158px 0;
}
.country-profile-tabs ul.tabs li.sub-tab-top {
  margin: -9px 0 1px 15px !important;
}
.country-profile-tabs ul.tabs li.sub-tab-bottom {
  margin: 0 0 10px 15px !important;
}
.country-profile-tabs ul.tabs li.sub-tab {
  margin: 0 0 1px 15px;
}
.country-profile-tabs ul.tabs li.sub-tab a {
  height: 46px;
  padding: 0 15px;
  line-height: 46px;
  background: url(images/bg-tab-sub.gif) 0 0 no-repeat;
  font-family: 'Helvetica Nueue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: none;
  font-weight: bold;
}
.country-profile-tabs ul.tabs li.sub-tab a:hover {
  color: #ffdd2a;
}
.country-profile-tabs ul.tabs li.ui-tabs-selected a {
  background-image: none;
  background-color: #ffdd2a;
  color: #262626 !important;
}
.country-profile-tabs .tab {
  position: relative;
  margin-left: 158px;
  top: 0;
  border-left: solid 13px #ffdd2a;
  border-right: solid 1px #dfdfdf;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  padding: 30px;
  min-height: 900px;
  overflow: auto;
  left: 0;
  z-index: 1;
  width: 693px;
  background-color: #ffffff;
}
.country-profile-tabs p.notes,
.country-profile-tabs p.source {
  border: none;
  margin: 0;
}
.country-profile-tabs .chart {
  margin: 0 0 10px 0;
}
.ui-tabs .ui-tabs-hide {
  position: absolute;
  left: -9999em;
}
.country-profile-tabs .timeline ul li {
  background: none;
  list-style-type: none;
  font-size: 13px;
  color: #606060;
  margin: 0 0 10px 0;
  line-height: 18px;
  padding: 0;
}
.country-profile-tabs .tab-title {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #c5c4bd;
  margin: 0 0 45px 0;
  font-weight: normal;
}
.figure {
  float: left;
  width: 330px;
  margin-right: 30px;
  margin-bottom: 25px;
  border-top: solid 3px #262626;
  padding: 5px 0 20px 0;
  border-bottom: dotted 1px #c5c4bd;
  position: relative;
  min-height: 80px;
}
.figure .type {
  display: inline-block;
  position: absolute;
  top: -24px;
  left: 0;
  padding: 0 5px;
  line-height: 21px;
  background-color: #ffdd2a;
  font-size: 9px;
  color: #262626;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.figure.last {
  margin: 0;
}
.figure h3 {
  border: none;
  margin: 0;
  font-size: 18px;
  color: #7a7a7a;
  margin: 0 0 15px 0;
}
.figure p {
  color: #262626;
  font-size: 35px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.fastfacts h2 {
  font-family: 'Open Sans', sans-serif;
  background: url(images/title-fastfacts.gif) 0 0 no-repeat;
  height: 78px;
  line-height: 45px;
  padding: 0 0 0 15px;
  margin: -20px -20px 0 -20px !important;
  text-transform: uppercase;
  font-weight: normal;
}
.fastfacts h2 em {
  font-style: normal;
}
.fastfacts {
  clear: both;
  padding: 20px;
  margin: 20px 0 20px 0;
  background-color: #ffde00;
}
.fastfacts ol {
  margin: 0 0 0 15px;
}
.fastfacts ol li {
  font-size: 15px;
  line-height: 20px;
  color: #262626;
  margin: 0 0 15px 0;
  list-style-position: outside;
  list-style-type: decimal;
}
#tabs-1 {
  z-index: 1;
}
.footnotes {
  margin-bottom: 25px;
}
.footnotes p,
p.notes,
p.source {
  font-size: 11px;
  line-height: 18px;
  color: #262626;
  margin: 0 0 25px 0;
  padding-bottom: 15px;
  border-bottom: solid 1px #DFDFDF;
}
.country-profile table {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #CDCDCD;
  margin: 10px 0px 15px 0px;
  font-size: 12px;
  width: 100%;
  text-align: left;
}
.country-profile th {
  background-color: #ffffff;
  padding: 4px;
  color: #3D3D3D !important;
  line-height: 14px;
}
.country-profile tbody th {
  text-align: left;
}
.country-profile th.colspan {
  text-align: center;
}
.country-profile td {
  color: #3D3D3D;
  padding: 4px;
  background-color: #ffffff;
  line-height: 14px;
}
.country-profile td.highlight {
  font-weight: bold;
}
.country-profile tr.nested th {
  font-size: 11px;
  text-indent: 20px;
  font-style: italic;
}
.country-profile tr.nested td {
  font-size: 11px;
  text-align: right;
  font-style: italic;
}
.country-profile thead th {
  background-color: #ffd400 !important;
  border: none;
  font-size: 12px;
  padding: 4px;
  color: #262626 !important;
}
.country-profile tfoot td {
  font-weight: bold;
}
.country-profile tbody td,
.country-profile tfoot td {
  text-align: right;
}
.country-profile tbody.textual td,
.country-profile td.textual,
.country-profile-tabs td.textual {
  text-align: left;
}
h2.country-data {
  background: url(images/bg-country-data-section.gif) 0 0 no-repeat;
  color: #ffd600;
  text-transform: none;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  padding: 0 0 0 5px;
  height: 32px;
}
.country-profiles .accordion h3 {
  margin: 12px 0 12px 0;
  padding: 8px 0;
  border-top: solid 1px #dfdfdf;
  text-transform: none;
}
.country-profiles .accordion h3 a {
  display: block;
  line-height: 36px;
  cursor: pointer;
  background: url(images/bg-accordion-header.gif) 100% 0 no-repeat;
}
.country-profiles .accordion h3.ui-state-active a,
.country-profiles .accordion h3.ui-state-active a:hover {
  background: url(images/bg-accordion-header.gif) 100% -72px no-repeat;
}
.country-profiles .accordion h3 a:hover {
  background: url(images/bg-accordion-header.gif) 100% -36px no-repeat;
}
.country-profiles .accordion h3:focus {
  outline: none;
}
.link-data {
  margin: 0 0 25px 0;
  display: block;
  float: right;
  width: 141px;
  height: 60px;
  background: url(images/button-download-data.gif) 0 0 no-repeat;
  text-decoration: none;
  color: #262626;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 45px;
  padding-left: 35px;
}
.goog-menu {
  position: relative;
  z-index: 1000;
}
.chart-toolbar {
  margin: 0 0 35px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #DFDFDF;
}
.google-visualization-toolbar-small-dialog,
.google-visualization-toolbar-big-dialog {
  z-index: 9999999;
}
/* Related Posts */
.country-profile .related-posts-container {
  clear: both;
  width: 556px;
  overflow: auto;
  margin-left: 137px;
}
.country-profile .related-posts {
  width: 224px;
  border: solid 1px #d7d6cf;
  background-color: #efeee9;
  float: right;
  clear: none;
  margin: 0 0 0 32px;
  position: relative;
  overflow: visible;
}
.country-profile .related-posts-last {
  margin: 0;
}
.country-profile .related-posts h2.title {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 20px;
}
.country-profile .related-posts h2.title span {
  color: #7f7f7f;
}
.country-profile .related-posts h3 {
  line-height: 17px;
  font-size: 15px;
  border: none;
  color: #322f31;
  font-weight: bold;
  text-transform: none;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0;
}
.country-profile .related-posts h3 a {
  color: #322f31;
  text-decoration: none;
}
.country-profile .related-posts p.date {
  color: #777777;
  font-size: 11px;
  margin: 2px 0 3px 0;
}
.country-profile .related-posts .article {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: dotted 1px #c1c0bc;
}
.country-profile .link-read-more {
  color: #ffdd2a;
  background: url(images/bg-link-2.gif) 0 0 no-repeat;
  height: 32px;
  line-height: 14px;
}
.print-title {
  display: none;
}
/* Tooltip */
abbr {
  cursor: pointer;
  border-bottom: dotted 1px #606060;
}
abbr:hover {
  background-color: #fff3b2;
}
.our-survey {
  position: absolute;
  background-color: #FFDE00;
  color: #444444;
  font-size: 15px;
  height: 21px;
  padding: 10px;
  right: 240px;
  text-decoration: none;
  top: 0;
  width: 195px;
}
.blog .chart div div {
  width: 454px !important;
}
/* Subway map infograph */
.line {
  border-top: 1px solid #c0c0c0;
  width: 100%;
  height: 2px;
}
.subway {
  width: 676px;
  height: 818px;
  margin: 60px auto 160px auto;
  position: relative;
}
.subway a.station,
.subway a.station:visited,
.subway a.stop,
.subway a.stop:visited {
  position: absolute;
  background-image: url(images/subway/subway-sprite.png);
  background-repeat: no-repeat;
  top: 1px;
  left: 1px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px;
  color: #2f2f2d;
}
.subway a.stop,
.subway a.stop:visited {
  width: 20px;
  height: 20px;
  background-position: -149px -555px;
  font-weight: 300;
  color: #606060;
}
.subway a.station,
.subway a.station:visited {
  background-position: -149px -555px;
  width: 30px;
  height: 29px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
}
.subway a.train {
  position: absolute;
}
/* Start of specific elements */
.subway a.station.centre,
.subway a.station.centre:visited {
  width: 110px;
  height: 110px;
  top: 390px;
  left: 280px;
  background: none;
}
.subway a.station.governments,
.subway a.station.governments:visited {
  top: -23px;
  left: 32px;
  background-position: -115px -539px;
  width: 64px;
  height: 45px;
}
.subway a.station.red-cross-movement,
.subway a.station.red-cross-movement:visited {
  top: -34px;
  left: 255px;
  background-position: -80px -529px;
  width: 183px;
  height: 72px;
  font-weight: 300;
  font-size: 12px;
}
.subway a.station.ngos,
.subway a.station.ngos:visited {
  left: 504px;
  top: -33px;
  background-position: -73px -529px;
  width: 183px;
  height: 72px;
  font-weight: 300;
}
.subway a.station.private-donors,
.subway a.private-donors:visited {
  top: 400px;
  left: -56px;
  background-position: -101px -522px;
  width: 78px;
  height: 62px;
}
.subway a.station.community,
.subway a.community:visited {
  top: 674px;
  left: -56px;
  background-position: -101px -533px;
  width: 78px;
  height: 62px;
}
.subway a.station.un,
.subway a.un:visited {
  top: 680px;
  left: 654px;
  background-position: -149px -540px;
  width: 83px;
  height: 44px;
}
.subway a.station.military,
.subway a.military:visited {
  top: 418px;
  left: 654px;
  background-position: -149px -540px;
  width: 83px;
  height: 44px;
}
.subway a.train.information {
  top: 138px;
  left: -5px;
}
.subway a.train.finance {
  top: 142px;
  right: -4px;
}
.subway a.train.implementation {
  top: 801px;
  left: 82px;
}
.subway a.train.coordination {
  top: 801px;
  left: 392px;
}
.subway a.stop.international {
  background-position: -1px -338px;
  top: 149px;
  left: 70px;
  padding: 5px 0 0 26px;
}
.subway a.stop.national {
  background-position: 54px -336px;
  top: 238px;
  left: 73px;
  padding: 5px 0 0 0;
  width: 76px;
}
.subway a.stop.local {
  background-position: -1px -338px;
  top: 310px;
  left: 198px;
  padding: 5px 0 0 26px;
}
.subway a.stop.ngo-international {
  background-position: 74px 0px;
  top: 149px;
  left: 510px;
  padding: 5px 60px 0 0px;
}
.subway a.stop.ngo-national {
  background-position: -1px -1px;
  top: 239px;
  left: 526px;
  padding: 4px 0 0 28px;
}
.subway a.stop.ngo-local {
  background-position: 34px 0px;
  top: 307px;
  left: 422px;
  padding: 4px 35px 0 0px;
}
.subway a.stop.int-comm-red-cross {
  background-position: 144px -163px;
  top: 52px;
  left: 182px;
  padding: 0 20px 0 0;
  width: 138px;
  text-align: right;
}
.subway a.stop.int-fed-red-cross {
  background-position: 0px -157px;
  top: 114px;
  left: 327px;
  padding: 0 0 9px 26px;
  width: 140px;
  text-align: left;
  line-height: 1.2;
}
.subway a.stop.national-societies {
  background-position: 100px -165px;
  top: 190px;
  left: 226px;
  padding: 2px 0 0 0;
  width: 130px;
}
.subway a.stop.local-branches {
  background-position: -1px -160px;
  top: 252px;
  left: 328px;
  padding: 5px 0 0 28px;
}
.subway a.stop.philanthropic-organisations {
  background-position: 24px -53px;
  top: 404px;
  left: 53px;
  padding: 5px 26px 27px 0px;
}
.subway a.stop.corporate-donors {
  background-position: 16px -85px;
  top: 436px;
  left: 123px;
  padding: 24px 33px 9px 0px;
}
.subway a.stop.individuals {
  background-position: 17px -70px;
  top: 421px;
  left: 183px;
  padding: 0px 33px 14px 0px;
}
.subway a.stop.peacekeeping {
  background-position: 24px -508px;
  top: 416px;
  left: 428px;
  padding: 5px 26px 16px 0px;
}
.subway a.stop.mil-national {
  background-position: 12px -527px;
  top: 435px;
  left: 502px;
  padding: 25px 27px 0px 0px;
}
.subway a.stop.mil-international {
  background-position: 24px -508px;
  top: 416px;
  left: 551px;
  padding: 5px 26px 16px 0px;
}
.subway a.stop.dispora {
  background-position: 50px -255px;
  top: 651px;
  left: 72px;
  padding: 0px 55px 0px 0px;
}
.subway a.stop.faith-based-civil-society {
  background-position: -1px -255px;
  top: 604px;
  left: 170px;
  padding: 7px 0 0 30px;
  width: 114px;
}
.subway a.stop.local-community {
  background-position: 72px -255px;
  top: 559px;
  left: 143px;
  padding: 0px 60px 0 0px;
}
.subway a.stop.family {
  background-position: -1px -255px;
  top: 514px;
  left: 262px;
  padding: 11px 0px 0 28px;
}
.subway a.stop.wfp {
  background-position: 29px -428px;
  top: 507px;
  left: 358px;
  padding: 12px 34px 0 0px;
}
.subway a.stop.unhcr {
  background-position: -1px -428px;
  top: 537px;
  left: 419px;
  padding: 0px 15px 0 25px;
}
.subway a.stop.unicef {
  background-position: 49px -428px;
  top: 567px;
  left: 399px;
  padding: 13px 50px 0 0px;
}
.subway a.stop.unrwa {
  background-position: -1px -428px;
  top: 597px;
  left: 480px;
  padding: 0px 0px 0 27px;
}
.subway a.stop.who {
  background-position: 34px -428px;
  top: 626px;
  left: 474px;
  padding: 11px 36px 0 0px;
}
.subway a.stop.fao {
  background-position: 0px -428px;
  top: 656px;
  left: 538px;
  padding: 0px 0 0 27px;
}
.subway a.stop.ocha {
  background-position: 36px -428px;
  top: 683px;
  left: 530px;
  padding: 15px 37px 0 0px;
}
.subway a.aid-recipient,
.subway a.aid-recipient:visited {
  position: absolute;
  width: 64px;
  height: 50px;
  background-image: url(images/subway/subway-sprite.png);
  background-repeat: no-repeat;
  background-position: -132px -640px;
  top: 420px;
  left: 306px;
}
.subway .hover-message {
  position: fixed;
  width: 350px;
  padding: 20px;
  top: 1px;
  z-index: 9999;
  display: none;
}
.column .entry .hover-message h3 {
  color: #ffffff;
  text-transform: none;
  font-size: 18px;
  margin: 0;
}
.column .entry .hover-message p {
  color: #2f2f2d;
}
.subway .hover-message.orange {
  background-color: #f39f35;
  border: 1px solid #b17428;
}
.subway .hover-message.grey {
  background-color: #a4b8c1;
  border: 1px solid #789baa;
}
.subway .hover-message.blue {
  background-color: #b3d7e6;
  border: 1px solid #798e98;
}
.subway .hover-message.military-green {
  background-color: #abbf74;
  border: 1px solid #68783e;
}
.subway .hover-message.purple {
  background-color: #ae7ba4;
  border: 1px solid #724569;
}
.subway .hover-message.brown {
  background-color: #c6b79f;
  border: 1px solid #8a7a5f;
}
.subway .hover-message.green {
  background-color: #6fa49b;
  border: 1px solid #406660;
}
.subway .hover-message.train {
  background-color: #2f2f2d;
  border: 1px solid #2f2f2d;
}
.subway .hover-message.train p {
  color: #fff !important;
}
/*
******************

New Datastore

******************
 */
.new-datastore .entry {
  border-bottom: none;
  margin: 0 0 10px 0;
}
.new-datastore .title {
  font-size: 20px;
}
.new-datastore .box {
  width: 287px;
  padding: 30px;
  background: #ffdd2a;
  border-bottom: 3px solid #000;
  position: relative;
  float: left;
  min-height: 195px;
}
.new-datastore .box:nth-child(2n-1) {
  margin-right: 30px;
}
.new-datastore .box .inside {
  margin: 0 0 15px 70px;
}
.new-datastore .box img {
  position: absolute;
  top: 20px;
  left: 0px;
}
.new-datastore .box h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 10px 0;
  color: #262626;
  padding: 0;
}
.new-datastore .box p {
  color: #7e6d14;
  font-size: 12px;
  line-height: 18px;
}
.new-datastore .box a,
.new-datastore .box a:visited {
  color: #262626;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  background: url(images/bg-link-4.gif);
  background-repeat: no-repeat;
  padding: 8px 10px 22px 10px;
  position: absolute;
  bottom: 10px;
  left: 100px;
}
.new-datastore a.archive-link,
.new-datastore a.archive-link:visited {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  padding: 8px 10px 21px 10px;
  position: absolute;
  color: #262626;
  background: url(images/bg-link-1-medium.gif);
  top: 15px;
  right: 0px;
}
/* Funding channels infograph */
.funding-channels {
  width: 724px;
  height: 693px;
  position: relative;
  margin: 30px 0 0 0;
}
.funding-channels .line-1,
.funding-channels .line-2,
.funding-channels .line-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.funding-channels h2 {
  font-size: 20px;
  color: #262626;
  position: absolute;
  text-transform: uppercase;
  font-weight: normal !important;
  cursor: pointer;
  z-index: 100;
}
.funding-channels .stop {
  font-size: 14px;
  line-height: 18px;
  color: #262626;
  cursor: pointer;
  z-index: 100;
}
.funding-channels .stop {
  position: absolute;
  width: 185px;
  padding: 2px 0 0 35px;
  background: url(images/funding-channels/stop.png) -100em -100em no-repeat;
  z-index: 100;
  cursor: pointer;
  min-height: 30px;
}
.funding-channels .branch .content,
.funding-channels .line-title .content,
.funding-channels .stop .content {
  display: none;
}
.funding-channels .stop:hover {
  background-position: 0 0;
}
.funding-channels .line-1 h2 {
  top: 20px;
  left: 0;
}
.funding-channels .line-2 h2 {
  top: 20px;
  left: 270px;
}
.funding-channels .line-3 h2 {
  top: 20px;
  left: 541px;
}
.funding-channels .line-1 .stop {
  left: 2px;
}
.funding-channels .line-1 .stop-1 {
  top: 118px;
}
.funding-channels .line-1 .stop-2 {
  top: 208px;
}
.funding-channels .line-1 .stop-3 {
  top: 280px;
}
.funding-channels .line-1 .stop-4 {
  top: 350px;
}
.funding-channels .line-1 .stop-5 {
  top: 422px;
}
.funding-channels .line-2 .stop {
  left: 271px;
}
.funding-channels .line-2 .stop-1 {
  top: 208px;
}
.funding-channels .line-2 .stop-2 {
  top: 295px;
}
.funding-channels .line-2 .stop-3 {
  top: 365px;
  padding-top: 4px;
}
.funding-channels .line-2 .stop-4 {
  top: 434px;
  padding-top: 5px;
}
.funding-channels .line-2 .stop-5 {
  left: 545px;
  top: 313px;
}
.funding-channels .line-2 .stop-6 {
  left: 545px;
  top: 392px;
}
.funding-channels .line-2 .stop-7 {
  left: 545px;
  top: 470px;
}
.funding-channels .line-2 .stop-8 {
  left: 545px;
  top: 543px;
}
.funding-channels .line-2 .stop-9 {
  left: 545px;
  top: 612px;
}
.funding-channels .line-2 .stop-10 {
  left: 270px;
  top: 95px;
  padding-bottom: 18px;
}
.funding-channels .line-2 .stop-10:hover {
  background-position: 0 100%;
}
.funding-channels .line-3 .stop-1 {
  top: 79px;
  left: 545px;
  padding-top: 4px;
}
.funding-channels .line-3 .stop-2 {
  top: 119px;
  left: 545px;
  padding-top: 4px;
}
.funding-channels .line-3 .stop-3 {
  top: 158px;
  left: 545px;
  padding-top: 4px;
}
#footer {
  width: 940px;
  margin: 0 auto 0 auto;
  padding: 0;
}
#footer a {
  color: #ffd600;
  text-decoration: none;
}
#footer a:hover {
  color: #ffffff;
}
#footer .row {
  *zoom: 1;
  zoom: 1;
}
#footer .row:before,
#footer .row:after {
  content: "";
  display: table;
}
#footer .row:after {
  clear: both;
}
#footer .row2 {
  margin-top: 50px;
}
#footer .column {
  float: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
#footer .column h3 {
  margin-top: 9px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 9px;
  padding-bottom: 6px;
}
#footer .quick-nav {
  width: 455px;
  *zoom: 1;
  zoom: 1;
}
#footer .quick-nav:before,
#footer .quick-nav:after {
  content: "";
  display: table;
}
#footer .quick-nav:after {
  clear: both;
}
#footer .quick-nav .menu-quicklinks-container ul {
  width: 151px;
  float: left;
}
#footer .quick-nav .menu-quicklinks-container ul li {
  font-size: 12px;
  line-height: 24px;
}
#footer .newsletter {
  width: 300px;
}
#footer .newsletter p {
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  margin-bottom: 17px;
}
#footer .social-media {
  width: 185px;
}
#footer .copyright {
  width: 830px;
  font-size: 11px;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  color: #bebebe;
  margin-top: 10px;
}
#footer .copyright a {
  color: #bebebe;
}
#footer .copyright ul li {
  float: left;
  margin-right: 20px;
}
#footer .logos {
  width: 110px;
}
.social.sharing {
  width: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
  color: #444444;
}
.tab-crisis-button {
  display: block;
  float: right;
  background: #262626;
  padding: 15px;
  margin: 0 0 20px 20px;
  border-right: 12px solid #fcde00;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
#site-notice {
  display: block;
  width: 100%;
  padding: 5px 0;
  background: #ffd600;
  text-align: center;
  color: black;
}
#site-notice a {
  color: #000000;
  text-decoration: underline;
}
