/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Useful mixins
   ========================================================================== */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.fll {
  float: left !important; }

.flr {
  float: right !important; }

.fln {
  float: none !important; }

.cb {
  clear: both !important; }

.cl {
  clear: left !important; }

.cr {
  clear: right !important; }

.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    display: table; }
  .cf:after {
    clear: both; }

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

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

@font-face {
  font-family: 'Twiplomacy';
  src: url("fonts/Twiplomacy.eot"); }
@font-face {
  font-family: 'Twiplomacy';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Twiplomacy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-readmore:before {
  content: "\e600"; }

.icon-location:before {
  content: "\e601"; }

.icon-clock:before {
  content: "\e602"; }

.icon-reply:before {
  content: "\e603"; }

.icon-search:before {
  content: "\e604"; }

.icon-menu:before {
  content: "\e605"; }

.icon-link:before {
  content: "\e606"; }

.icon-star:before {
  content: "\e607"; }

.icon-close:before {
  content: "\e608"; }

.icon-right:before {
  content: "\e610"; }

.icon-down:before {
  content: "\e611"; }

.icon-left:before {
  content: "\e612"; }

.icon-up:before {
  content: "\e609"; }

.icon-retweet:before {
  content: "\e60a"; }

.icon-filter:before {
  content: "\e60b"; }

.icon-googleplus:before {
  content: "\e60c"; }

.icon-facebook:before {
  content: "\e60d"; }

.icon-twitter:before {
  content: "\e60e"; }

.icon-linkedin:before {
  content: "\e60f"; }

[class^="icon-"], [class*=" icon-"] {
  margin-top: -2px;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

/* ==========================================================================
    Variables
   ========================================================================== */
/* ==========================================================================
    General
   ========================================================================== */
img {
  max-width: 100%;
  height: auto; }

*,
input[type="search"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html,
body {
  color: #666;
  font-size: 14px;
  line-height: 1.5; }

body {
  background-color: #fff; }

a {
  color: #17C1DD;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  margin-top: 0; }

h1, h2, h3, h4 {
  margin-top: 0;
  color: #333;
  font-weight: normal; }
  h1 small, h2 small, h3 small, h4 small {
    font-size: 60%; }

h1 {
  font-size: 36px;
  line-height: 1.3333; }

h2 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.25; }

h3 {
  font-size: 21px;
  margin-bottom: 0.3em; }

address {
  font-style: normal; }

.africa .brand-text {
  color: #7FCDE7; }

.asia .brand-text {
  color: #43CFEB; }

.europe .brand-text {
  color: #8B579B; }

.north-america .brand-text {
  color: #9C388F; }

.oceania .brand-text {
  color: #2E3B8D; }

.south-america .brand-text,
.single-tp_organisation .brand-text {
  color: #27255F; }

/* ==========================================================================
    Helpers
   ========================================================================== */
.em-bg {
  background-color: #f3f3f3; }

.em-bg .gr1,
.em-bg .gr2,
.em-bg .g1,
.em-bg .g2,
.gp .gr1,
.gp .gr2,
.gp .g1,
.gp .g2 {
  padding: 2%; }

.subtle-text {
  color: #979797; }

.desktop-visible {
  display: none; }

/* ==========================================================================
    Grid stuff
   ========================================================================== */
.wrap {
  width: 100%;
  max-width: 890px;
  *zoom: 1;
  margin-right: auto;
  margin-left: auto; }
  .wrap:before, .wrap:after {
    content: " ";
    display: table; }
  .wrap:after {
    clear: both; }

.gxs1,
.gxs2 {
  width: 48.87640449%;
  float: left; }

.gxs1 {
  margin-right: 2%; }

@media (min-width: 46em) {
  .grf,
  .gr1,
  .gr2,
  .g1,
  .g2 {
    float: left; }

  .grf {
    width: 100%; }

  .gr1,
  .g1,
  .gri2 {
    margin-right: 2%; }

  .gr1,
  .gri1,
  .table-attr {
    width: 32.47191011%; }

  .gri1,
  .g2 {
    margin-right: 0; }

  .gr2,
  .gri2,
  .table-value {
    width: 65.28089888%; }

  .g1,
  .g2 {
    width: 48.87640449%; } }
/* ==========================================================================
    General Components
   ========================================================================== */
.btn,
.pagination a,
.pagination .current {
  padding: 0.3em 1em;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  text-align: center;
  -webkit-apperance: none; }

.btn,
.pagination .current {
  background-color: #17c1dd;
  background-image: -webkit-linear-gradient(#17c1dd, #18b0c9);
  background-image: linear-gradient(#17c1dd, #18b0c9);
  color: #fff; }

.btn {
  min-width: 8.5em;
  padding: 0.3em 1em;
  display: inline-block;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  text-align: center;
  -webkit-apperance: none; }
  .btn:hover, .btn:active {
    background-color: #18b09c;
    background-image: -webkit-linear-gradient(#18b0c9, #17c1dd);
    background-image: linear-gradient(#18b0c9, #17c1dd);
    text-decoration: none; }
  .btn:active {
    box-shadow: inset 0 0 0 1px #128598; }
  .btn.block {
    display: block; }
  .btn.xs {
    min-width: 0; }
  .btn.med {
    padding: 0.5em 1em; }
  .btn.xl {
    padding: 1.5em 2.5em; }
  .btn.text-left {
    text-align: left; }
  .btn.text-right {
    text-align: right; }
  .btn.text-center {
    text-align: center; }
  .btn.bare {
    background-color: transparent;
    background-image: none; }
    .btn.bare [class^="icon-"], .btn.bare [class*=" icon-"] {
      margin-right: 0; }

.btn [class^="icon-"], [class*=" icon-"] {
  margin-right: 4px; }

.btn-r [class^="icon-"], [class*=" icon-"] {
  margin-right: auto;
  margin-left: 4px; }

.table {
  width: 100%; }
  .table td {
    padding: 0.5em;
    vertical-align: top; }
  .table .odd td {
    background-color: #eee; }
  .table .table-attr {
    color: #979797; }

.fancy-input-wrap {
  position: relative;
  overflow: hidden; }
  .fancy-input-wrap label,
  .fancy-input-wrap input {
    width: 100%;
    display: block;
    font-size: 16px; }
  .fancy-input-wrap .label-text {
    position: absolute;
    top: 8px;
    left: 9px;
    -webkit-transition: all 0.2s;
            transition: all 0.2s; }
  .fancy-input-wrap input {
    padding: 10px 0.5em;
    background-color: #f3f3f3;
    border: none;
    box-shadow: inset 0 0 0 1px #d8d8d8; }
    .fancy-input-wrap input:focus {
      box-shadow: inset 0 0 0 2px #a8dbea;
      outline: none; }
  .fancy-input-wrap.focus .label-text {
    margin-left: -100%;
    opacity: 0; }

.search-input-wrap input {
  padding-right: 2.5em;
  -webkit-apperance: none; }
.search-input-wrap:after {
  margin-top: -2px;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  font-family: 'Twiplomacy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  position: absolute;
  top: 14px;
  right: 10px;
  color: #a8dbea;
  pointer-events: none; }

.logo-wrap {
  display: none; }

.logo {
  display: block; }

.site-header,
.mid-wrap {
  padding: 0 2.5%;
  padding-top: 4em; }

.site-footer {
  margin-bottom: 1em;
  border-top: 4px solid #89dfed;
  border-bottom: 4px solid #89dfed;
  background-color: #fff; }
  .site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-footer h3 {
    border-bottom: 2px solid #f3f3f3; }
  .site-footer .footer-nav {
    margin-bottom: 1em; }

.follow-widget li {
  float: left; }
.follow-widget a {
  padding: 0.5em;
  display: block; }
  .follow-widget a:hover {
    border-bottom: 2px solid; }
.follow-widget [class^="icon-"], .follow-widget [class*=" icon-"] {
  font-size: 24px; }

.cookie-notice {
  padding: 1em 2.5%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #9C388F;
  color: #fff;
  font-size: 12px; }
  .cookie-notice p {
    padding-right: 2em; }
  .cookie-notice .wrap {
    position: relative; }

.cookie-notice__title {
  margin-bottom: 0;
  color: #fff;
  font-weight: bold; }

#cookie-close {
  position: absolute;
  top: 0;
  right: 0; }

.stat-box a {
  display: block;
  font-size: 12px; }

.stat-box__value {
  font-size: 48px;
  color: #979797;
  line-height: 1.3333; }

.stat-box__title {
  clear: both; }
  .stat-box__title .subtle-text {
    display: block; }

.bordered-headline {
  border-bottom: 4px solid #f3f3f3; }

.small-share-link {
  float: right;
  font-size: 60%; }

/* ==========================================================================
    Site nav and header
   ========================================================================== */
.mobile-header {
  height: 3em;
  padding: 0 2.5%;
  margin-bottom: 1em;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #f3f3f3; }
  .mobile-header .nav-toggle {
    position: absolute;
    right: 2.5%;
    top: 0;
    bottom: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    -webkit-apperance: none; }
    .mobile-header .nav-toggle:before {
      content: "Menu"; }

.nav-open .nav-toggle:before {
  content: "Close"; }

.nav-open .nav-toggle .icon-menu:before {
  content: "\e608"; }

.bm-logo {
  display: none; }

.mobile-logo img {
  height: 80%;
  margin-top: 5px; }

.site-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff; }
  .site-header .wrap {
    border-bottom: 2px solid #f3f3f3; }

.search-wrap {
  margin-top: 1em;
  margin-bottom: 1em; }

.site-nav {
  text-transform: uppercase;
  font-size: 18px; }
  .site-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-nav a {
    padding: 0.5em 2.5%;
    padding-right: 2em;
    display: block;
    position: relative;
    border-bottom: 1px solid #979797;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .site-nav a:hover {
      text-decoration: none;
      color: #17C1DD; }
  .site-nav > ul > li > .sub-nav {
    top: 6em; }
  .site-nav .sub-nav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fff; }
  .site-nav .lvl-toggle {
    width: 2.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    background-color: transparent; }

.nav-open {
  overflow: hidden;
  position: fixed; }

@media only screen and (min-width: 46em) {
  .mobile-header,
  .nav-toggle,
  .site-nav .lvl-back {
    display: none;
    visibility: hidden; }

  .bm-logo-wrap {
    margin: 44px 0 0 0;
    text-align: center; }

  .logo-wrap,
  .bm-logo {
    display: initial; }

  .bm-logo {
    width: 100px; }

  .logo {
    margin-top: 30px; }

  .site-header {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow-y: visible; }

  .search-wrap {
    margin-top: 4em;
    margin-bottom: 0;
    float: right; }

  .site-nav > ul > li {
    float: left; }

  .site-nav {
    margin-top: 10px; }
    .site-nav .root-menu-item {
      padding: 1em 20px; }
      .site-nav .root-menu-item.has-children:after {
        margin-top: -2px;
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
        font-family: 'Twiplomacy';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e611";
        color: #979797; }
    .site-nav li {
      position: relative; }
    .site-nav .lvl-toggle {
      display: none; }
    .site-nav a {
      padding: 10px 20px;
      border-bottom: none; }
    .site-nav .hover > .sub-nav {
      display: block;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto; }
    .site-nav .sub-nav {
      min-width: 220px;
      max-height: 400px;
      padding: 10px 0;
      font-size: 14px;
      box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 5px #eee; }
    .site-nav .sub-nav .sub-nav,
    .site-nav .orgs-menu-item .sub-nav {
      max-height: 300px;
      overflow-y: scroll; }
    .site-nav .sub-nav .sub-nav {
      top: -10px;
      left: 215px; }
    .site-nav .continents-nav > .page_item_has_children > a:after {
      margin-top: -2px;
      display: inline-block;
      font-size: 16px;
      vertical-align: middle;
      font-family: 'Twiplomacy';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e610";
      float: right; }

  .mid-wrap,
  .site-header {
    padding-top: 0; } }
/* ==========================================================================
    Continent Page
   ========================================================================== */
.continent-map-wrap {
  width: 100%;
  height: 418px; }

.continent-map {
  width: 100%;
  height: 100%; }

/* ==========================================================================
    Country Page
   ========================================================================== */
.country-header,
.profile-section,
.continent-wrap {
  margin-bottom: 2em; }

.country-header__title {
  margin-bottom: 0.3em;
  line-height: 1; }

.country-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.country-nav li {
  margin-bottom: 0.25em; }
.country-nav .icon-link {
  margin-top: 3px;
  float: right; }

.profile-wrap {
  margin-bottom: 3em; }

.profile-section__main-title {
  margin-bottom: 1em; }
  .profile-section__main-title span {
    display: block;
    color: #666;
    font-size: 60%; }

.profile-banner {
  margin-bottom: 2em;
  background-color: #fff; }
  .profile-banner h3 {
    margin-bottom: 0; }

.profile-banner__img {
  width: 100%; }

.profile-banner__meta {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 0.75em;
  border-left: 2px solid #a8dbea;
  line-height: 2; }
  .profile-banner__meta i {
    margin-right: 0.25em;
    color: #979797; }

.profile-tag-cloud {
  margin-bottom: 2em; }

.peer-cons ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.peer-cons li {
  padding: 4px;
  margin-bottom: 0.25em;
  background-color: #fff; }
.peer-cons .peer-cons__follows--uni,
.peer-cons .peer-cons__follows--uni-by,
.peer-cons .peer-cons__follows--mutually {
  width: 0;
  padding: 0.4em 0.5em;
  white-space: nowrap; }
.peer-cons .peer-cons__follows--uni {
  background-color: #caa1d5;
  background-image: -webkit-linear-gradient(#caa1d5, #ac89b6);
  background-image: linear-gradient(#caa1d5, #ac89b6); }
.peer-cons .peer-cons__follows--uni-by {
  background-color: #caa1d5;
  background-image: -webkit-linear-gradient(#98d2f0, #82b3cd);
  background-image: linear-gradient(#98d2f0, #82b3cd); }
.peer-cons .peer-cons__follows--mutually {
  background-color: #caa1d5;
  background-image: -webkit-linear-gradient(#71d9e8, #60b9c6);
  background-image: linear-gradient(#71d9e8, #60b9c6); }

.mfp-content {
  width: 100%;
  max-width: 40em;
  margin: 0 auto;
  background-color: #fff; }

.peer-cons__modal-toggle {
  display: block;
  color: #666; }

a.peer-cons__modal-toggle {
  cursor: pointer; }

.modal-header,
.modal-footer {
  padding: 20px;
  background-color: #eee;
  text-align: center; }

.modal-title {
  margin-bottom: 0; }

.modal-content {
  padding: 20px; }

.peer-cons__modal-item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  *zoom: 1; }
  .peer-cons__modal-item:before, .peer-cons__modal-item:after {
    content: " ";
    display: table; }
  .peer-cons__modal-item:after {
    clear: both; }

.modal-item-img {
  width: 10%;
  float: left; }

.modal-item-content {
  width: 66%;
  padding: 0 2.5%;
  float: left; }

.modal-item-follow {
  width: 90%;
  padding-left: 12.5%;
  clear: both; }

.fat-loader {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: #fff url(img/fat-loader.gif) center center no-repeat; }

.country-footer {
  padding: 0.5em 0;
  margin-bottom: 2em;
  border-top: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3; }

#shore-embed {
  margin-top: 2em; }

.first-tweet {
  margin-bottom: 2em; }

/* ==========================================================================
    Search results
   ========================================================================== */
.search-results {
  margin-bottom: 2em; }

.search-result {
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
  background-color: #f3f3f3; }

.search-result.primary {
  padding: 1.5em;
  margin-bottom: 2em;
  border: 4px solid #89dfed;
  background-color: #fff; }

.search-result__title {
  margin-bottom: 0;
  line-height: 1;
  font-size: 24px; }

.search-result__visual {
  width: 73px;
  height: 73px;
  position: absolute;
  left: 1.5em; }

.search-result__content {
  padding-left: 99px; }

.search-result__meta {
  padding: 1em 0;
  border-top: 1px solid #979797; }
  .search-result__meta ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .search-result__meta li {
    margin-right: 1em;
    display: inline-block; }
  .search-result__meta [class^="icon-"], .search-result__meta [class*=" icon-"] {
    margin-right: 6px; }

.related-headline {
  margin-bottom: 0.5em; }

/* ==========================================================================
    Country timeline
   ========================================================================== */
.country-timeline {
  margin-bottom: 2em; }
  .country-timeline ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #eee;
    border-bottom: none;
    border-radius: 0 0 2px 2px; }

.country-timeline__title {
  padding: 10px 10px 5px 10px;
  font-size: 21px;
  border: 1px solid #eee;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  line-height: 1; }

.ct-tweet {
  *zoom: 1;
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative; }
  .ct-tweet:before, .ct-tweet:after {
    content: " ";
    display: table; }
  .ct-tweet:after {
    clear: both; }

.ct-tweet__img {
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: absolute; }

.ct-meta,
.ct-content {
  width: 100%;
  padding-left: 64px;
  float: left; }

.ct-meta {
  position: relative; }

.ct-date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #979797; }

.ct-name {
  font-size: 18px; }

.ct-handle {
  margin-left: 10px;
  font-size: 12px; }

/* ==========================================================================
    Modal
   ========================================================================== */
.modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000; }

.peer-cons-modal {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  background-color: #fff; }
  .peer-cons-modal .peer-cons-modal__header {
    margin-bottom: 1.5em; }
  .peer-cons-modal .peer-cons-modal__header,
  .peer-cons-modal .peer-cons-modal__footer {
    padding: 1.5em 0; }

.peer-cons-modal__list {
  padding: 0;
  margin: 0;
  list-style: none; }

.peer-con {
  *zoom: 1;
  padding: 0 5% 1.5em 5%;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #f3f3f3; }
  .peer-con:before, .peer-con:after {
    content: " ";
    display: table; }
  .peer-con:after {
    clear: both; }
  .peer-con.last {
    margin-bottom: 0;
    border-bottom: none; }

.peer-con-img {
  margin-right: 4%; }

.peer-con-img {
  width: 13.22751323%; }

.peer-con-name {
  width: 82.77248677%;
  position: relative; }
  .peer-con-name h3,
  .peer-con-name .peer-con-handle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .peer-con-name h3 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px; }
  .peer-con-name .peer-con-handle {
    margin-bottom: 0.5em; }

/* ==========================================================================
    Blog
   ========================================================================== */
.blog .post {
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #f3f3f3; }

.post-image-wrap {
  padding: 1%;
  background-color: #f3f3f3; }

.post-meta,
.entry-meta {
  margin-bottom: 1em;
  color: #d8d8d8; }

.post-excerpt {
  margin-bottom: 2em; }

.single .post-title {
  color: #17C1DD; }

.single .post,
.page .page {
  margin-bottom: 2em; }
  .single .post h2,
  .page .page h2 {
    margin-bottom: 0.5em; }

.single-post .entry-header {
  margin-bottom: 2em; }
  .single-post .entry-header .entry-title {
    margin-bottom: 0; }
  .single-post .entry-header .entry-meta {
    margin-bottom: 0; }

.post-toc ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none; }

.alignright,
.alignleft {
  margin-top: 1em;
  margin-bottom: 1em; }

.alignright {
  margin-left: 1em;
  float: right; }

.alignleft {
  margin-right: 1em;
  float: left; }

[class^="wp-image-"], [class*=" wp-image-"] {
  border: 7px solid #f3f3f3; }

/* ==========================================================================
    Studies
   ========================================================================== */
.post-toc a {
  padding: 0.5em;
  display: block;
  position: relative;
  color: #666; }
.post-toc .active a {
  color: #17C1DD; }
  .post-toc .active a:before {
    margin-top: -2px;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    font-family: 'Twiplomacy';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 15px;
    left: -10px;
    content: "\e610";
    font-size: 8px; }

/* ==========================================================================
    Slider
   ========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: white url("img/ajax-loader.gif") center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* ==========================================================================
    Home page
   ========================================================================== */
.home-section {
  padding: 0.5em 0;
  margin-bottom: 2em;
  background-color: #fff; }

.home .site-footer {
  border-color: #fff; }

.home-section .profile-banner__meta {
  margin-bottom: 1.5em; }
  .home-section .profile-banner__meta li {
    margin-right: 1em;
    display: inline-block; }
.home-section .g1,
.home-section .g2 {
  padding: 2em;
  padding-bottom: 0; }
.home-section .slide-image {
  margin-bottom: 1em; }
.home-section .slide-video-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 55.14511873%;
  margin-bottom: 1em;
  position: relative; }
  .home-section .slide-video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute; }
.home-section .slide-title {
  line-height: 1; }
.home-section .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 1em;
  background-color: #f3f3f3;
  text-align: center; }
  .home-section .slick-dots li {
    margin: 0 0.25em;
    display: inline-block; }
  .home-section .slick-dots button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: none;
    box-shadow: inset 0 0 0 1px #ccc; }
  .home-section .slick-dots .slick-active button {
    box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 9px #a8dbea; }
.home-section .profile-banner__img-wrap {
  margin-bottom: 1em;
  border-radius: 50%;
  overflow: hidden; }
.home-section .profile-banner__img {
  width: auto; }

/* ==========================================================================
    404 page
   ========================================================================== */
.error-404 {
  padding: 0.5em 0 3em 0;
  margin-bottom: 2em;
  border-bottom: 2px solid #f3f3f3; }
  .error-404 > .gr2 {
    width: 72%; }
  .error-404 .fancy-input-wrap {
    margin-bottom: 1.5em; }

/* ==========================================================================
    Pagination
   ========================================================================== */
.pagination {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f3f3f3;
  text-align: right; }
  .pagination .pages {
    margin-right: 1em; }
  .pagination a,
  .pagination .current {
    display: inline-block; }
  .pagination a:hover {
    border-radius: 0;
    box-shadow: inset 0 -2px 0 0;
    text-decoration: none; }

/* ==========================================================================
    Main breakpoint
   ========================================================================== */
@media only screen and (min-width: 28em) {
  .peer-con-name {
    padding-right: 9em; }

  .peer-con-follow {
    position: absolute;
    top: 0;
    right: 0; } }
@media (min-width: 46em) {
  .site-header {
    margin-bottom: 2em; }

  .country-footer {
    padding: 1.5em 0; }

  .home {
    background-color: #a8dbea; }

  .featured-slider .slide {
    padding: 3.5em 0; }
  .featured-slider .g1,
  .featured-slider .g2 {
    padding-bottom: 2em; }
  .featured-slider .slick-dots {
    position: absolute;
    top: 33%;
    right: -4em;
    background-color: transparent; }
    .featured-slider .slick-dots li {
      display: block; }

  .stat-box__title .subtle-text {
    display: inline; }

  .site-footer h3 {
    border-bottom: none; }

  .post-toc ul {
    display: block; }

  .modal-item-follow {
    width: 23.07692308%;
    padding-left: 0;
    float: right;
    clear: none; } }
@media only screen and (min-width: 56em) {
  .site-footer {
    border-right: 4px solid #89dfed;
    border-left: 4px solid #89dfed; }

  .desktop-visible {
    display: initial; }

  .mob-visible {
    display: none; } }
@media only screen and (min-width: 58em) {
  .site-header,
  .mid-wrap {
    padding: 0; } }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  body {
    font-size: 12px; }

  .grf,
  .gr1,
  .gr2,
  .g1,
  .g2 {
    float: left; }

  .grf {
    width: 100%; }

  .gr1,
  .g1,
  .gri2 {
    margin-right: 2%; }

  .gr1,
  .gri1,
  .table-attr {
    width: 32.47191011%; }

  .gri1,
  .g2 {
    margin-right: 0; }

  .gr2,
  .gri2,
  .table-value {
    width: 65.28089888%; }

  .g1,
  .g2 {
    width: 48.87640449%; }

  .country-footer,
  .site-footer,
  .mobile-header,
  .cookie-notice,
  .nav-toggle,
  .profile-banner .btn,
  .small-share-link,
  .country-nav,
  .post-toc,
  .search-wrap,
  .site-nav,
  #shore-embed {
    display: none; }

  .profile-banner h3 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px; }

  .mobile-header {
    background-color: transparent; }

  .country-header {
    display: none; }
    .country-header .g1 {
      width: 100%; }

  [data-twttr-id="twttr-sandbox-0"],
  [data-twttr-id="twttr-sandbox-1"],
  .tweet-1,
  .profile-wrap,
  .em-bg.profile-section {
    page-break-inside: avoid; }

  .site-header,
  .mid-wrap {
    padding: 0; }

  .post-content {
    width: 100%; }

  .site-header {
    display: none;
    margin-bottom: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow: hidden; }

  .logo-wrap,
  .bm-logo {
    display: block; }

  .bm-logo-wrap {
    width: auto;
    float: right; }

  .mid-wrap {
    padding-top: 0; }

  .site-header .wrap {
    border: none; }

  .logo-wrap {
    width: 12em;
    margin-bottom: 2em; }

  .twitter-tweet-rendered {
    box-shadow: none !important; } }
