/**
* HdotNET@cfp October 2014
*
* 
*/
/** Colors 
* color-grey-dark: rgb(85,85,85);
* color-grey-light: rgb(163,163,163);
* color-purple-dark: rgb(51,0,102);
* color-purple-light: rgb(146,121,172);
* color-green-dark: rgb(0,102,26);
* color-green-light: rgb(121,172,134);
* color-gold: rgb(163,145,97);
* color-off-white:rgb(242, 242, 242);
*/
/** Breakpoints (px values taken from comments in main site all.css)
* 320px
* 480px
* 640px
* 768px
* 960px	
* 1024px
* 1280px
* 1366px
* 1440px
*/
/**
* country detail defaults
*/
/**
* country detail styles
*/
/**
* controls the width of the overlay
*/
.js .mfp-inline-holder .mfp-content {
  width: 80%;
  margin: auto;
}
#rgIntro h2 {
  font-size: 1.2em;
  color: #a39161;
  text-decoration: none;
  border-bottom: none;
}
#rgIntro h3 {
  font-size: 1.1em;
  color: #a39161;
  font-weight: normal;
  text-decoration: none;
  border-bottom: none;
}
#rgIntro ul li {
  font-size: .9rem;
  line-height: 1.3;
  list-style: disc;
  margin: 0 0 .5em 1.2em;
}
/**
* .country > mobile
* .country.overlay > tablet/desktop
*/
.country.overlay {
  background-color: #f2f2f2;
  color: #333333;
  padding: 1em;
}
.country .info,
.country .case-study,
.country .tools {
  padding: 0.2em 0.2em 0.2em 2em;
}
.country.overlay .info,
.country.overlay .case-study,
.country.overlay .tools {
  padding: 0;
}
.country.overlay .info {
  width: 70%;
}
.country.overlay .tools {
  float: right;
  width: 28%;
}
.country .tools .in-page-tools a {
  margin-left: 0;
  margin-right: 0;
}
.country .tools .download {
  display: block;
}
.country .tools .print-me {
  display: none;
}
.country .tools select {
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #555555;
  color: #555555;
  overflow: visible;
  padding: .8em .2em;
  vertical-align: baseline;
  -moz-transition: background-color 200ms linear;
  -webkit-transition: background-color 200ms linear;
  -o-transition-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.country.overlay .tools .download,
.country.overlay .tools .print-me {
  display: block;
}
.country > h4 {
  font-weight: 700;
  color: #a39161;
  background-image: none;
}
.country.overlay > h4 {
  font-size: 2em;
  font-weight: 700;
  color: #a39161;
  background-image: none;
}
.country .info dl > dt {
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  text-align: center;
}
.country .info dl > dd {
  margin: 0;
  padding: 0;
  font-family: 'lexia';
  font-weight: bold;
  color: #00661a;
  font-size: 1.2em;
  text-align: center;
}
.country.overlay .info dl {
  width: 50%;
  float: left;
}
.country .info > h5 {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.8em 0 0.2em 0;
}
/**
* total and num exployees
*/
.country .name-values {
  padding: 0.4em;
  text-align: center;
  height: 85px;
  background-size: 85px 85px;
}
.country .name-values.total-expenditure {
  background-image: url('../icons/dollars.svg');
  background-position: left;
  background-repeat: no-repeat;
}
.country .name-values.num-employees {
  background-image: url('../icons/people.svg');
  background-position: left;
  background-repeat: no-repeat;
}
.country .name-values > h5,
.country .name-values > p {
  margin-left: 100px;
}
.country .name-values > h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 10px;
}
.country .name-values.total-expenditure > h5 {
  margin-top: 20px;
}
.country .name-values > p {
  font-family: 'lexia';
  font-weight: bold;
  color: #00661a;
  font-size: 1.3em;
}
/**
* total and num exployees in overlay
*/
.country.overlay .name-values,
.country.overlay .name-values.total-expenditure,
.country.overlay .name-values.num-employees {
  padding: 0;
  text-align: center;
  width: 50%;
  height: auto;
  float: left;
  background-position: top;
}
.country.overlay .name-values > h5,
.country.overlay .name-values > p {
  margin-left: 0;
  text-align: center;
}
.country.overlay .name-values > h5 {
  margin-top: 85px;
}
.country.overlay .name-values.num-employees > h5 {
  margin-top: 70px;
}
/**
* percentage bar
*/
.country h5.title-total-expenditure {
  clear: both;
  margin-bottom: 0.5em;
}
.country .percent-bar > p {
  margin: 0px;
  color: #79ac86;
}
.country .percent-bar p:first-child {
  border-left: 1px solid #79ac86;
  padding: 0 0 0 0.1em;
}
.country .percent-bar p:last-child {
  text-align: right;
  color: #00661a;
  border-right: 1px solid #00661a;
  padding: 0 0.1em 0 0;
}
.country .percent-bar p > em {
  font-family: 'lexia';
  font-weight: bold;
  font-size: 1.3em;
  font-style: normal;
}
.country .percent-bar p > strong {
  font-weight: bold;
  font-size: 1.0em;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.country .percent-bar .percent-bar-split {
  background: #00661a;
}
.country .percent-bar .percent-bar-split span {
  display: block;
}
.country .percent-bar .percent-bar-split span em {
  display: block;
  color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  padding: 0.2em;
}
.country .percent-bar .percent-bar-split span:first-child {
  background: #79ac86;
  float: left;
}
.country .percent-bar .percent-bar-split span:last-child {
  float: right;
  text-align: right;
}
/**
* donuts
*/
.country h5.title-in-country-expenditure {
  clear: both;
  margin-bottom: 0.5em;
}
.country .donut {
  padding: 0.4em;
  text-align: center;
  height: 85px;
  background-size: 85px 85px;
}
.country .donut.government {
  background-image: url('../icons/bank.svg');
  background-position: left;
  background-repeat: no-repeat;
}
.country .donut.suppliers {
  background-image: url('../icons/truck.svg');
  background-position: left;
  background-repeat: no-repeat;
}
.country .donut.communities {
  background-image: url('../icons/miners.svg');
  background-position: left;
  background-repeat: no-repeat;
}
.country .donut > h5,
.country .donut > p {
  margin-left: 100px;
}
.country .donut > h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 10px;
}
.country .donut.total-expenditure > h5 {
  margin-top: 20px;
}
.country .donut > p {
  font-family: 'lexia';
  font-weight: bold;
  color: #00661A;
  font-size: 1.3em;
}
.country .donut p > em {
  display: inline-block;
  margin-left: 0.5em;
  color: #79AC86;
  font-style: normal;
}
.country .donut .chart {
  position: absolute;
  width: 85px;
  height: 85px;
}
/**
* donuts in overlay
*/
.country.overlay .donut {
  position: relative;
  padding: 0;
  width: 33%;
  height: auto;
  float: left;
}
.country.overlay .donut {
  background-position: top center;
}
.country.overlay .donut > h5,
.country.overlay .donut > p {
  margin-left: 0;
}
.country.overlay .donut > h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 120px;
}
.country.overlay .donut .chart {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -55px;
  width: 110px;
  height: 110px;
}
.country.overlay .donut {
  background-size: 110px 110px;
}
/**
* case studies in overlay (and a bit of mobile)
*/
.country .case-study,
.country.overlay .case-study {
  border: 2px solid #a3a3a3;
  padding: 0.5em;
}
.country .case-study .case-study-img > img {
  width: 100%;
  height: auto;
}
.country .case-study > h5 {
  font-family: 'lexia';
  font-weight: bold;
  color: #a39161;
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0.2em 0 0.2em 0;
}
.country.overlay .case-study {
  margin-top: 0.8em;
}
.country.overlay .case-study .case-study-img {
  float: left;
  width: 28%;
}
.country.overlay .case-study > h5 {
  margin: 0 0 0.5em 0;
  float: right;
  width: 70%;
}
.country.overlay .case-study .case-study-text {
  width: 70%;
  float: right;
}
.country .case-study .case-study-link {
  font-weight: bold;
}
/**
* Tanzania doesnot have a case study, but an infographic (there's always one, sheesh)
*/
.country .case-study #tz-graphic h5 {
  font-family: 'lexia';
  font-weight: bold;
  color: #a39161;
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0.5em 0 0.5em 0;
}
.country .case-study #tz-graphic h6 {
  font-size: 1.0em;
  font-family: Arial, Helvetica, sans-serif;
  color: #a39161;
  font-weight: normal;
}
.country .case-study .tz-svg.print,
.country .case-study .tz-svg.large,
.country.overlay .case-study .tz-svg.small {
  display: none;
}
.country.overlay .case-study .tz-svg.large {
  display: block;
}
/**
* @media breakpoints go here
*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  /**
* common small and medium css
*/
  #rgIntro h2 {
    font-size: 1.2em;
    color: #a39161;
  }
  #rgIntro h3 {
    font-size: 1.1em;
    color: #a39161;
    font-weight: normal;
  }
  #rgCategories .category .description img {
    max-width: 100%;
    height: auto;
  }
  #rgCategories .category .description {
    padding: 0em;
    color: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  #rgCategories .category .description ul,
  #rgCategories .category .description li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.6em;
  }
  #rgCategories .category .description ul {
    margin: 0 0.2em 0 2em;
  }
  #rgCategories .category > h3 a,
  #rgCategories .category .countries .country > h4 a {
    color: #f2f2f2;
    text-decoration: none;
    display: block;
    padding: 0.2em 0.2em 0.2em 2em;
  }
  #rgCategories .category .description,
  #rgCategories .category .image,
  #rgCategories .category .countries,
  #rgCategories .category .countries .country .info,
  #rgCategories .category .countries .country .tools,
  #rgCategories .category .countries .country .case-study {
    display: none;
  }
  #rgCategories .category.open .description,
  #rgCategories .category.open .image,
  #rgCategories .category.open .countries {
    display: block;
  }
  #rgCategories .category .countries .country.open .info,
  #rgCategories .category .countries .country.open .tools {
    display: block;
    padding: 0.2em 0.2em 0.2em 2em;
  }
  #rgCategories .category .countries .country.open .case-study {
    display: block;
    padding: 0.2em 0.2em 0.2em 0.2em;
    margin-left: 2em;
  }
  #rgCategories .category > h3 {
    font-weight: 700;
    color: #f2f2f2;
    /*padding:0.2em 0.2em 0.2em 2em;*/
    margin: 0.1em 0 0 0;
    background-image: url('../icons/open-close.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 35px 70px;
  }
  #rgCategories .category > h3:hover,
  #rgCategories .category.open > h3 {
    background-position: left bottom;
  }
  #rgCategories .category.open > h3:hover {
    background-position: left top;
  }
  #rgCategories .category.early > h3,
  #rgCategories .category.early .description {
    background-color: #555555;
  }
  #rgCategories .category.transitional > h3,
  #rgCategories .category.transitional .description {
    background-color: #00661a;
  }
  #rgCategories .category.mature > h3,
  #rgCategories .category.mature .description {
    background-color: #330066;
  }
  #rgCategories .category .countries .country {
    padding: 0 0 0 0;
    margin: 0 0 0 0.3em;
    border-bottom: 1px solid #f2f2f2;
  }
  #rgCategories .category .countries .country .tools .print-me {
    display: none;
  }
  #rgCategories .category .countries .country > h4 {
    font-weight: 700;
    color: #fff;
    /*padding:0.2em 0.2em 0.2em 2em;*/
    margin: 0;
    background-image: url('../icons/open-close.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 35px 70px;
  }
  #rgCategories .category .countries .country > h4:hover,
  #rgCategories .category .countries .country.open > h4 {
    background-position: left bottom;
  }
  #rgCategories .category .countries .country.open > h4:hover {
    background-position: left top;
  }
  #rgCategories .category.early .countries .country > h4 {
    background-color: #a3a3a3;
  }
  #rgCategories .category.transitional .countries .country > h4 {
    background-color: #79ac86;
  }
  #rgCategories .category.mature .countries .country > h4 {
    background-color: #9279ac;
  }
  #rgCategories .category.early .countries .country.outlier > h4 {
    background-color: #c5c5c5;
  }
  #rgCategories .category.transitional .countries .country.outlier > h4 {
    background-color: #a9c8b1;
  }
  #rgCategories .category.mature .countries .country.outlier > h4 {
    background-color: #baaaca;
  }
  #rgCategories .category.early .countries .country.open > h4 {
    background-color: #555555;
  }
  #rgCategories .category.transitional .countries .country.open > h4 {
    background-color: #00661a;
  }
  #rgCategories .category.mature .countries .country.open > h4 {
    background-color: #330066;
  }
  #rgCategories .category .countries .country .info dl > dt {
    font-weight: bold;
  }
  #rgCategories .category .countries .country .info dl > dd {
    margin: 0;
    padding: 0;
  }
  #rgCategories .category .countries .country .info > h5 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0.2em 0;
  }
  /**
* total and num exployees
*/
  #rgCategories .category .countries .country .name-values {
    padding: 0.4em;
    text-align: center;
  }
  #rgCategories .category .countries .country .name-values.total-expenditure {
    background: url('../icons/dollars.svg') left no-repeat;
    height: 85px;
  }
  #rgCategories .category .countries .country .name-values.num-employees {
    background: url('../icons/people.svg') left no-repeat;
    height: 85px;
  }
  #rgCategories .category .countries .country .name-values > h5,
  #rgCategories .category .countries .country .name-values > p {
    margin-left: 100px;
  }
  #rgCategories .category .countries .country .name-values > h5 {
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 10px;
  }
  #rgCategories .category .countries .country .name-values.total-expenditure > h5 {
    margin-top: 20px;
  }
  #rgCategories .category .countries .country .name-values > p {
    font-family: 'lexia';
    font-weight: bold;
    color: #00661A;
    font-size: 1.3em;
  }
  /**
* percentage bar
*/
  #rgCategories .category .countries .country .percent-bar > p {
    margin: 0px;
    color: #79AC86;
  }
  #rgCategories .category .countries .country .percent-bar p:last-child {
    text-align: right;
    color: #00661A;
  }
  #rgCategories .category .countries .country .percent-bar p > em {
    font-family: 'lexia';
    font-weight: bold;
    font-size: 1.3em;
    font-style: normal;
    display: block;
  }
  #rgCategories .category .countries .country .percent-bar p > span {
    display: block;
  }
  #rgCategories .category .countries .country .percent-bar .percent-bar-split {
    background: #00661A;
  }
  #rgCategories .category .countries .country .percent-bar .percent-bar-split span {
    display: block;
  }
  #rgCategories .category .countries .country .percent-bar .percent-bar-split span em {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    padding: 0.2em;
  }
  #rgCategories .category .countries .country .percent-bar .percent-bar-split span:first-child {
    background: #79AC86;
    float: left;
  }
  #rgCategories .category .countries .country .percent-bar .percent-bar-split span:last-child {
    float: right;
    text-align: right;
  }
  /**
* donuts
*/
  #rgCategories .category .countries .country .donut {
    padding: 0.4em;
    text-align: center;
    height: 85px;
  }
  #rgCategories .category .countries .country .donut.government {
    background: url('../icons/bank.svg') left no-repeat;
  }
  #rgCategories .category .countries .country .donut.suppliers {
    background: url('../icons/truck.svg') left no-repeat;
  }
  #rgCategories .category .countries .country .donut.communities {
    background: url('../icons/miners.svg') left no-repeat;
  }
  #rgCategories .category .countries .country .donut > h5,
  #rgCategories .category .countries .country .donut > p {
    margin-left: 100px;
  }
  #rgCategories .category .countries .country .donut > h5 {
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 10px;
  }
  #rgCategories .category .countries .country .donut.total-expenditure > h5 {
    margin-top: 20px;
  }
  #rgCategories .category .countries .country .donut > p {
    font-family: 'lexia';
    font-weight: bold;
    color: #00661A;
    font-size: 1.3em;
  }
  #rgCategories .category .countries .country .donut p > em {
    display: inline-block;
    margin-left: 0.5em;
    color: #79AC86;
    font-style: normal;
  }
  #rgCategories .category .countries .country .donut .chart {
    position: absolute;
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /** Small CSS */
  /**
* utilities
*/
  .screen-small,
  .screen-medium,
  .screen-large,
  .screen-x-large {
    display: none;
  }
  .screen-small {
    display: block;
  }
  /**
* show/hide areas
*/
  #rgMobileSVG {
    display: block;
  }
  #rgTabletSVG,
  #rgDesktopSVG,
  #rgTabletCategories {
    display: none;
  }
  /**
* overrides
*/
  #rgCategories .category > h3 {
    font-size: 1.0em;
  }
  #rgCategories .category .countries .country > h4 {
    font-size: 1.0em;
  }
  #rgCategories .category > h3,
  #rgCategories .category .countries .country > h4 {
    background-size: 30px 60px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /** Medium CSS */
  .screen-small,
  .screen-medium,
  .screen-large,
  .screen-x-large {
    display: none;
  }
  .screen-medium {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /**
* common styles between the two large sizes:
* large and x-large
*/
  .category h3,
  .category h3 a {
    margin: 0;
    padding: 0;
    color: #f2f2f2;
    cursor: text;
  }
  .category h3 {
    font-size: 0.95em;
    padding: 0.2em;
  }
  .category .description img {
    width: 100%;
    height: auto;
  }
  .category.early h3 {
    background: #555555;
  }
  .category.transitional h3 {
    background: #00661a;
  }
  .category.mature h3 {
    background: #330066;
  }
  .category.early .description {
    background: #a3a3a3;
  }
  .category.transitional .description {
    background: #79ac86;
  }
  .category.mature .description {
    background: #9279ac;
  }
  .category h3 a:hover {
    text-decoration: none;
  }
  .category .description {
    color: #f2f2f2;
    min-height: 325px;
  }
  .category .description ul {
    padding: 0.2em;
    margin: 0;
    list-style: none;
  }
  .category .description ul li {
    list-style: none;
    font-size: 0.7em;
    margin: 0.2em 0 0.2em 0;
    padding: 0;
    line-height: 1.6em;
  }
  #rgTabletCatHolder.category {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1123px) {
  /** Large CSS, tablet display */
  .screen-small,
  .screen-medium,
  .screen-large,
  .screen-x-large {
    display: none;
  }
  .screen-large {
    display: block;
  }
  #rgTabletSVG {
    display: block;
  }
  #rgDesktopSVG,
  #rgMobileSVG {
    display: none;
  }
  #rgTabletRender {
    position: relative;
    width: 100%;
    min-height: 615px;
  }
  /**
* turn off all svg's except the overview initially.
* don't do this as it fucks up safari.

#rgTabletSVG svg{
display:none;
}
#rgTabletSVG #svgOverview{
display:block;
}
*/
  /**
* turn off the mobile categories
*/
  #rgCategories {
    display: none;
  }
  #rgTabletCategories {
    clear: both;
  }
  /**
* tablet category selection
*/
  #rgTabletCategories ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #rgTabletCategories ul li {
    list-style: none;
    display: block;
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
  }
  #rgTabletCategories ul li a {
    font-family: 'lexia';
    font-weight: 700;
    display: block;
    padding: 0.2em 0.2em 0.2em 1.7em;
    font-size: 1.09em;
    color: #f2f2f2;
    background-image: url('../icons/circle-disc.svg');
    background-repeat: no-repeat;
    background-size: 20px 100px;
    background-position: 7px -43px;
  }
  #rgTabletCategories ul li a:hover,
  #rgTabletCategories ul li.active a {
    text-decoration: none;
    background-position: 5px 8px;
  }
  #rgTabletCategories ul li.overview {
    background-color: #bcad8b;
  }
  #rgTabletCategories ul li.early {
    background-color: #a3a3a3;
  }
  #rgTabletCategories ul li.transitional {
    background-color: #79ac86;
  }
  #rgTabletCategories ul li.mature {
    background-color: #9279ac;
  }
  #rgTabletCategories ul li.overview.active,
  #rgTabletCategories ul li.overview:hover {
    background-color: #a39161;
  }
  #rgTabletCategories ul li.early.active,
  #rgTabletCategories ul li.early:hover {
    background-color: #555555;
  }
  #rgTabletCategories ul li.transitional.active,
  #rgTabletCategories ul li.transitional:hover {
    background-color: #00661a;
  }
  #rgTabletCategories ul li.mature.active,
  #rgTabletCategories ul li.mature:hover {
    background-color: #330066;
  }
  #rgTabletCatHolder {
    position: absolute;
    width: 40%;
    right: 0px;
    top: 50px;
    display: none;
  }
  #rgTabletCatHolder.open {
    display: block;
  }
  #rgIntro {
    position: absolute;
    width: 60%;
    right: 0px;
    top: 50px;
  }
}
@media screen and (min-width: 1124px) {
  /** XX Large CSS, desktop display */
  .screen-small,
  .screen-medium,
  .screen-large,
  .screen-x-large {
    display: none;
  }
  .screen-x-large {
    display: block;
  }
  /**
* controls the width of the overlay
*/
  .js .mfp-inline-holder .mfp-content {
    width: 60%;
    margin: auto;
  }
  #rgTabletSVG,
  #rgMobileSVG {
    display: none;
  }
  #rgTabletCatHolder,
  #rgCategories .countries {
    display: none;
  }
  #rgTabletCategories {
    display: none;
  }
  #rgDesktopRender {
    position: relative;
    width: 100%;
    min-height: 615px;
  }
  #rgCategories {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 75%;
  }
  #rgCategories .category {
    width: 33%;
    background: #ccc;
    min-height: 420px;
    padding: 0;
    margin: 0;
    float: left;
  }
  #rgCategories .category h3,
  #rgCategories .category h3 a {
    margin: 0;
    padding: 0;
    color: #f2f2f2;
    cursor: text;
  }
  #rgCategories .category h3 {
    font-size: 0.95em;
    padding: 0.2em;
  }
  #rgCategories .category.early h3 {
    background: #555555;
  }
  #rgCategories .category.transitional h3 {
    background: #00661a;
  }
  #rgCategories .category.mature h3 {
    background: #330066;
  }
  #rgCategories .category.early {
    background: #a3a3a3;
  }
  #rgCategories .category.transitional {
    background: #79ac86;
  }
  #rgCategories .category.mature {
    background: #9279ac;
  }
  #rgCategories .category.early .description {
    background: #a3a3a3;
  }
  #rgCategories .category.transitional .description {
    background: #79ac86;
  }
  #rgCategories .category.mature .description {
    background: #9279ac;
  }
  #rgCategories .category h3 a:hover {
    text-decoration: none;
  }
  #rgCategories .category .description {
    color: #f2f2f2;
    min-height: 325px;
  }
  #rgCategories .category .description ul {
    padding: 0 0.2em 0 0.2em;
    margin: 0;
    list-style: none;
  }
  #rgCategories .category .description ul li {
    list-style: none;
    font-size: 0.8em;
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    line-height: 1.5em;
  }
  #rgCategories .category .description ul li:last-child {
    margin: 0.5em 0 0 0;
  }
  #rgTabletCatHolder,
  #rgTabletCatHolder.open {
    display: none;
  }
  /**
* overlay icons bigger
*/
  /*
.country.overlay .donut{
padding:0em;
text-align: center;
background-size:125px 125px;
}
*/
}
@media screen and (min-width: 1124px) and (max-width: 1290px) {
  /** X Large CSS, desktop display */
  #rgCategories .category {
    width: 33%;
    min-height: 400px;
    padding: 0;
    margin: 0;
  }
  #rgCategories .category h3 {
    font-size: 0.83em;
    padding: 0.2em;
  }
  #rgCategories .category .description ul li {
    list-style: none;
    font-size: 0.75em;
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    line-height: 1.5em;
  }
}
#rg .svg-container,
.country.overlay .svg-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
/**
* must adjust the padding-bttom to preserve the aspect ratio
* height/(width/100) 
*/
#rg #rgDesktopSVG {
  padding-bottom: 62.1212%;
  /*990x615*/
}
#rg #rgTabletSVG {
  padding-bottom: 77.931%;
  /*725x565*/
}
#rg #rgMobileSVG {
  padding-bottom: 100%;
  /*320x320*/
}
.country.overlay .svg-container {
  padding-bottom: 31.57894736842105%;
  /*950x300*/
}
.country.overlay .svg-container .svg-content,
#rg .svg-container .svg-content,
#rg .svg-container .svg-content.shown,
#rg .svg-container img {
  display: inline-block;
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
}
/*
#rg .svg-container .svg-content.hidden{
	display:none;
}
*/
/**
* IE fixes for responsive SVG
*/
#rg.ie.ie-8 #rgTabletCategories,
#rg.ie.ie-8 #rgTabletSVG,
#rg.ie.ie-8 #rgMobileSVG,
#rg.ie.ie-8 #rgDesktopSVG {
  display: none;
}
#rg #rgDesktopPNG {
  display: none;
}
#rg.ie.ie-8 #rgDesktopPNG {
  background-repeat: no-repeat;
  display: block;
}
#rg.ie.ie-8 .category img {
  display: none;
}
#rg.ie.ie-8 .country .name-values,
#rg.ie.ie-8 .country .percent-bar p,
#rg.ie.ie-8 .country .donut {
  text-align: left;
}
#rg.ie.ie-8 .country .name-values h5,
#rg.ie.ie-8 .country .name-values p,
#rg.ie.ie-8 .country .donut h5,
#rg.ie.ie-8 .country .donut p {
  margin-left: 0;
}
