.core .o--if-js,
.enhanced .o--if-no-js {
  display: none !important;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  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, 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/11.
 */

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/9/10/11, 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"], /* 1 */
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"] {
  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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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/10/11.
 * 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/10/11.
 */

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;
}
.o-footer {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  margin-top: 40px;
  padding: 0;
  border-top: 5px solid #9e2f50;
  line-height: 20px; }
  .o-footer > nav {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 17px;
    border-bottom: #ffffff dotted 1px; }
  .o-footer ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }

.o-footer--theme-light {
  background-color: #f6e9d8;
  color: #333333;
  border-top-color: #cec6b9; }
  .o-footer--theme-light > nav {
    border-bottom-color: #cec6b9; }

.o-footer__title {
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .o-footer--theme-light .o-footer__title {
    color: #333333; }

.o-footer__link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .o-footer__link > a {
    display: block;
    text-decoration: none;
    padding: 2px 0;
    color: #ffffff; }
    .o-footer--theme-light .o-footer__link > a {
      color: #333333; }
    .o-hoverable-on .o-footer__link > a:hover,
    .o-footer__link > a:focus {
      color: #2e6e9e; }

.o-footer__section-link > a {
  text-transform: uppercase; }

.o-footer__link-lists {
  margin-top: 20px; }

.o-footer__link-list {
  padding-top: 40px;
  margin-bottom: 20px; }
  .o-footer__link-list > ul {
    margin: 0; }
  .o-footer__link-list > .o-footer__title {
    margin-top: -40px; }

.o-footer__row {
  clear: both;
  min-width: 240px;
  max-width: 1210px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  max-width: 1210px; }
  .o-footer__row:before,
  .o-footer__row:after {
    content: ' ';
    display: table; }
  .o-footer__row:after {
    clear: both; }
  @media \0screen {
    .o-footer__row {
      width: 970px; } }
  .o-footer__row .o-footer__row,
  .o-footer__row .o-grid-row {
    width: auto;
    min-width: 0;
    max-width: none;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 45.625em) {
    .o-grid-snappy .o-footer__row,
    .o-footer__row--snappy {
      max-width: 730px; } }
  @media (min-width: 60.625em) {
    .o-grid-snappy .o-footer__row,
    .o-footer__row--snappy {
      max-width: 970px; } }
  @media (min-width: 75.625em) {
    .o-grid-snappy .o-footer__row,
    .o-footer__row--snappy {
      max-width: 1210px; } }

.o-footer__col {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  box-sizing: border-box; }
  @media \0screen {
    .o-footer__col {
      display: block;
      width: 100%; } }
  @media only screen {
    .o-footer__col {
      display: block;
      width: 100%; } }
  @media \0screen {
    .o-footer__col {
      display: block;
      width: 50%; } }
  @media (min-width: 30.625em) {
    .o-footer__col {
      display: block;
      width: 50%; } }
  @media \0screen {
    .o-footer__col {
      display: block;
      width: 33.33333%; } }
  @media (min-width: 45.625em) {
    .o-footer__col {
      display: block;
      width: 33.33333%; } }
  @media \0screen {
    .o-footer__col {
      display: block;
      width: 25%; } }
  @media (min-width: 60.625em) {
    .o-footer__col {
      display: block;
      width: 25%; } }
  @media (min-width: 75.625em) {
    .o-footer__col {
      display: block;
      width: 16.66667%; } }

@media \0screen {
  .o-footer__col--full-width {
    width: 100%; } }

@media only screen {
  .o-footer__col--full-width {
    width: 100%; } }

.o-footer__copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #999999; }
  .o-footer__copyright span {
    display: inline-block; }
  .o-footer--theme-light .o-footer__copyright {
    color: #777777; }

.o-footer__pearson {
  background-color: #505050;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff; }
  .o-footer--theme-light .o-footer__pearson {
    background-color: #a7a59b;
    color: #ffffff; }

.o-footer__pearson-tagline,
.o-footer__pearson-logo {
  height: 16px;
  background-image: url(//build.origami.ft.com/files/o-footer/img/pearson_sprite.gif);
  background-repeat: no-repeat;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.001) url(//build.origami.ft.com/files/o-footer/img/pearson_sprite.svg) no-repeat; }

.o-footer__pearson-tagline {
  float: left;
  width: 170px; }

.o-footer__pearson-logo {
  float: right;
  width: 100px;
  background-position: right 0; }

@media (max-width: 30.615em) {
  .o-footer__link-lists {
    margin-top: 0;
    margin-bottom: 40px; }
  .o-footer__link-list {
    margin-bottom: 0;
    padding-top: 0; }
    .o-footer__link-list > ul {
      margin-top: 0; }
    .o-footer__link-list > .o-footer__title {
      position: static;
      margin-top: 0;
      margin-bottom: 10px; }
    .o-footer__link-list + .o-footer__link-list > .o-footer__title {
      margin-top: 20px; }
  .o-footer__pearson-tagline {
    max-width: 170px;
    background-size: 158.82353%;
    width: 59.25926%; }
  .o-footer__pearson-logo {
    max-width: 100px;
    background-size: 270%;
    width: 33.33333%; } }

@font-face {
  src: url("//build.origami.ft.com/files/o-fonts-assets@1.0.0/MetricWeb-Light.woff") format("woff");
  font-family: MetricWeb;
  font-weight: 200;
  font-style: normal; }

@font-face {
  src: url("//build.origami.ft.com/files/o-fonts-assets@1.0.0/MetricWeb-Regular.woff") format("woff");
  font-family: MetricWeb;
  font-weight: 400;
  font-style: normal; }

@font-face {
  src: url("//build.origami.ft.com/files/o-fonts-assets@1.0.0/MetricWeb-RegularItalic.woff") format("woff");
  font-family: MetricWeb;
  font-weight: 400;
  font-style: italic; }

@font-face {
  src: url("//build.origami.ft.com/files/o-fonts-assets@1.0.0/MetricWeb-Semibold.woff") format("woff");
  font-family: MetricWeb;
  font-weight: 600;
  font-style: normal; }

@font-face {
  src: url("//build.origami.ft.com/files/o-fonts-assets@1.0.0/MetricWeb-Bold.woff") format("woff");
  font-family: MetricWeb;
  font-weight: 700;
  font-style: normal; }

@font-face {
  src: url("//build.origami.ft.com/files/o-fonts-assets@1.0.0/FinancierTextWeb-Regular.woff") format("woff");
  font-family: FinancierTextWeb;
  font-weight: 400;
  font-style: normal; }

@font-face {
  src: url("//build.origami.ft.com/files/o-fonts-assets@1.0.0/FinancierTextWeb-RegularItalic.woff") format("woff");
  font-family: FinancierTextWeb;
  font-weight: 400;
  font-style: italic; }

@font-face {
  src: url("//build.origami.ft.com/files/o-fonts-assets@1.0.0/FinancierDisplayWeb-Regular.woff") format("woff");
  font-family: FinancierDisplayWeb;
  font-weight: 400;
  font-style: normal; }

body {
  background-color: #fff1e0;
  margin: 0;
  border: 0;
  font-family: MetricWeb, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.page-wrapper {
  min-width: 320px;
  max-width: 100%;
  overflow: hidden; }

main {
  box-sizing: border-box;
  color: #333333; }
  main *,
  main *:before,
  main *:after {
    box-sizing: inherit; }
  main a {
    color: #2e6e9e;
    text-decoration: none; }
    main a:hover {
      color: #000000; }

.site-header {
  text-align: center;
  padding: 18px 0 14px;
  border-bottom: 1px solid #e9decf; }
  .site-header > a {
    opacity: 0.7; }
    .site-header > a:hover {
      opacity: 1; }
    .site-header > a > svg {
      height: 20px;
      width: 200px; }

.intro {
  text-align: center;
  padding: 0 10px; }
  .intro > h1 {
    font: 400 34px FinancierDisplayWeb, serif;
    color: #43423e; }
  .intro:after {
    content: '';
    width: 80px;
    border-top: 1px solid #43423e;
    display: block;
    margin: 0 auto; }

.standfirst {
  margin: 0 auto;
  font: 200 22px/1.181818 MetricWeb, sans-serif;
  color: #74736c; }

.updated-date {
  text-transform: uppercase;
  color: #43423e;
  font: 400 16px/19px FinancierTextWeb, serif;
  margin: 30px 0; }

@media (min-width: 30.625em) {
  .standfirst {
    max-width: 400px; } }

@media (min-width: 45.625em) {
  .intro {
    padding-bottom: 40px; }
  .intro > h1 {
    font-size: 50px;
    margin: 1.2em auto 0.5em; }
  .standfirst {
    font-size: 32px;
    max-width: 550px; }
  .updated-date {
    margin: 40px auto; } }

@media (min-width: 60.625em) {
  .intro > h1 {
    font-size: 60px; }
  .standfirst {
    max-width: 700px; }
  .updated-date {
    margin: 45px auto; } }

.bar {
  overflow: hidden; }
  .bar__bar-inner {
    position: relative;
    overflow: hidden;
    background: #fff1e0;
    width: 100%;
    -webkit-transition: box-shadow 0.1s linear;
            transition: box-shadow 0.1s linear;
    z-index: 6;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: position, top, box-shadow; }
    .bar__bar-inner--stuck {
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084), 0 2px 4px -1px rgba(0, 0, 0, 0.14);
      -webkit-transition: box-shadow 0.2s linear;
              transition: box-shadow 0.2s linear; }

.timeline {
  position: absolute; }
  .timeline__period-underlays {
    position: absolute;
    left: 0; }
  .timeline__period-underlay {
    position: absolute;
    -webkit-transition: background-color linear 0s;
            transition: background-color linear 0s; }
    .timeline__period-underlay--current {
      background: rgba(0, 0, 0, 0.1);
      -webkit-transition: background-color linear 0.1s;
              transition: background-color linear 0.1s; }
  .timeline__year-tick {
    position: absolute;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10; }
  .timeline__year-label {
    position: absolute;
    -webkit-transform: rotateZ(-30deg);
            transform: rotateZ(-30deg);
    margin-left: -5px;
    color: rgba(0, 0, 0, 0.4); }
  .timeline__canvas {
    display: block;
    position: absolute;
    top: 0; }
  .timeline__period-overlays {
    position: absolute;
    left: 0; }
  .timeline__period-overlay {
    position: absolute;
    cursor: pointer; }
  .timeline__annotations {
    position: absolute; }
  .timeline__annotation {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.7);
    position: absolute;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 2px 2px 3px; }
    .timeline__annotation--only-big {
      display: none; }
    .timeline__annotation:hover {
      background: rgba(0, 0, 0, 0.05);
      border-color: rgba(0, 0, 0, 0.25);
      color: rgba(0, 0, 0, 0.75); }
    .timeline__annotation:active {
      background: rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.35);
      color: rgba(0, 0, 0, 0.8); }
    .timeline__annotation:after {
      content: '';
      display: block;
      width: 1px;
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 50%; }

@media (min-width: 45.625em) {
  .timeline__annotation {
    font-size: 13px;
    width: 120px;
    margin-left: -60px; }
    .timeline__annotation:after {
      height: 12px;
      top: -12px; } }

@media (min-width: 60.625em) {
  .timeline__annotation {
    font-size: 14px;
    width: 155px;
    margin-left: -77.5px; }
    .timeline__annotation:after {
      height: 10px;
      top: -10px; } }

@media (min-width: 75.625em) {
  .timeline__annotation {
    font-size: 14px;
    width: 155px;
    margin-left: -77.5px; }
    .timeline__annotation--only-big {
      display: block; }
    .timeline__annotation:after {
      height: 10px;
      top: -10px; } }

.legend {
  position: absolute;
  top: 0;
  overflow: hidden; }
  .legend__canvas {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .legend__label {
    text-align: center;
    font: 600 14px/1.2 MetricWeb, sans-serif;
    color: #42423e;
    margin-top: 5px; }

.periods {
  max-width: 1220px;
  margin: 0 auto; }

.period {
  clear: both; }
  .period:after {
    content: "";
    display: table;
    clear: both; }
  .period__header {
    padding: 0 10px;
    margin-top: 40px; }
  .period__preheadline {
    font: 400 16px FinancierTextWeb, serif;
    margin: 0;
    color: #9e2f50; }
  .period__headline {
    margin: 5px 0 18px;
    font: 400 24px/1.166666 FinancierDisplayWeb, serif;
    color: #000000; }
  .period__copy {
    padding: 0 10px;
    font: 400 18px/1.2 FinancierTextWeb, serif; }
    .period__copy > p {
      margin-bottom: 0;
      font-size: 20px;
      line-height: 26px; }
  .period--current > .period__header,
  .period--current > .period__copy {
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
            transition: opacity 0.25s linear; }

@media (min-width: 30.625em) {
  .period {
    min-height: 374px;
    margin: 80px 0;
    padding: 0; }
    .period__header,
    .period__copy {
      line-height: 1.375; }
    .period:last-child {
      margin-bottom: 50px; }
    .period__header,
    .period__copy {
      width: 430px;
      padding: 0;
      margin: 0 auto; } }

@media (min-width: 45.625em) {
  .period {
    min-height: 522px; }
    .period__header,
    .period__copy {
      line-height: 1.375; }
    .period__header {
      width: 600px; }
    .period__preheadline {
      font-size: 18px; }
    .period__headline {
      font-size: 28px; }
    .period__copy {
      font-size: 20px;
      line-height: 1.375;
      width: 600px; } }

@media (min-width: 60.625em) {
  .period {
    min-height: 522px;
    position: relative;
    padding: 0 20px; }
    .period__header,
    .period__copy {
      line-height: 1.375; }
    .period__header,
    .period__copy {
      margin-left: 640px; }
    .period__header,
    .period__copy {
      padding: 0;
      width: auto; } }

@media (min-width: 75.625em) {
  .period {
    min-height: 583px; }
    .period__header,
    .period__copy {
      line-height: 1.375; }
    .period__header,
    .period__copy {
      margin-left: 710px; } }

.map {
  background: #e9decf;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #e9decf;
  border-bottom: 1px solid #e9decf;
  /* &:first-child  */ }
  .map--loading {
    background-image: url("data:image/gif;base64,R0lGODlhIAAgAPMAAOnez6elm9nRw8nCtdXNv87GurSwpry4rN7Ux+LXyNfOwa6roKelmwAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==");
    background-repeat: no-repeat;
    background-position: center center; }
    .map--loading > .map__controls,
    .map--loading > .map__locator {
      display: none; }
  .map__canvas {
    display: block;
    -webkit-tap-highlight-color: transparent; }
  .map__controls {
    background: #fff1e0;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-top: -35px; }
  .map__play-pause {
    display: inline-block;
    width: 50px;
    height: 30px;
    border: 0;
    background: url(images/play.png) no-repeat center center;
    background-size: 30%;
    margin: 0;
    cursor: pointer;
    opacity: 0.5;
    -webkit-tap-highlight-color: transparent; }
    .map__play-pause:hover {
      opacity: 0.6; }
    .map__play-pause:active {
      opacity: 0.9; }
    .map__play-pause:focus {
      outline: none;
      opacity: 0.6; }
    .map--playing .map__play-pause {
      background-image: url(images/pause.png); }
    .map--at-end .map__play-pause {
      background-image: url(images/replay.png); }
  .map__seek-bar {
    display: inline-block;
    height: 30px;
    position: relative; }
  .map__seek-track,
  .map__seek-played {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    margin-top: -3px;
    background: rgba(0, 0, 0, 0.5); }
  .map__seek-track {
    border-radius: 10px; }
  .map__seek-played {
    background: #af516c;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    .map--at-end .map__seek-played {
      border-radius: 10px; }
  .map__date-label {
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 68px;
    height: 20px;
    position: absolute;
    top: -18px;
    margin-left: -34px;
    border-radius: 4px;
    font: 600 14px/20px MetricWeb, sans-serif;
    cursor: default; }
    .map__date-label > .month {
      display: inline-block;
      width: 30px;
      text-align: right;
      margin-right: 4px;
      margin-left: 10px;
      position: relative;
      top: -1px; }
    .map__date-label > .date {
      display: inline-block;
      width: 20px;
      text-align: left;
      position: relative;
      top: -1px; }
    .map__date-label:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8.7px 5px 0;
      border-color: rgba(0, 0, 0, 0.5) transparent transparent;
      position: absolute;
      left: 50%;
      margin-left: -6px; }
    .map__date-label:hover {
      background: rgba(0, 0, 0, 0.6); }
      .map__date-label:hover:after {
        border-color: rgba(0, 0, 0, 0.6) transparent transparent; }
    .map__date-label:active {
      background: rgba(0, 0, 0, 0.7); }
      .map__date-label:active:after {
        border-color: rgba(0, 0, 0, 0.7) transparent transparent; }
  .map__locator {
    width: 74px;
    height: 60px;
    position: absolute;
    bottom: 30px;
    right: 15px;
    background: url(images/africa-locator.png) no-repeat center center;
    background-size: contain; }
  .map__attack-caption {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    color: #43423e;
    font: 16px/19px MetricWeb, sans-serif;
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0s linear;
            transition: opacity 0s linear;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    padding: 10px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.098), 0 3px 3px -2px rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.084); }
    .map__attack-caption.visible {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in;
              transition: opacity 0.2s ease-in; }
    .map__attack-caption > b {
      font-weight: 600; }

/*
  OVERRIDES
 */
@media (min-width: 30.625em) {
  .map {
    width: 430px;
    height: 374px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
    border-top: 0;
    border-bottom: 0;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.25s linear;
            transition: box-shadow 0.25s linear; }
    .map__controls {
      height: 30px;
      margin-top: -35px;
      position: relative;
      z-index: 4; }
    .map__play-pause {
      width: 50px;
      height: 30px; }
    .map__seek-bar {
      height: 30px; }
    .map__controls {
      background: transparent; }
    .period--current .map {
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.098), 0 3px 3px -2px rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.084);
      -webkit-transition: box-shadow 0.3s linear;
              transition: box-shadow 0.3s linear; } }

@media (min-width: 45.625em) {
  .map {
    width: 600px;
    height: 522px;
    /* &:first-child  */ }
    .map__controls {
      height: 30px;
      margin-top: -35px;
      position: relative;
      z-index: 4; }
    .map__play-pause {
      width: 50px;
      height: 30px; }
    .map__seek-bar {
      height: 30px; }
    .map__locator {
      width: 100px;
      height: 120px;
      bottom: 40px;
      right: 20px; } }

@media (min-width: 60.625em) {
  .map {
    width: 600px;
    height: 522px;
    position: absolute;
    left: 20px;
    top: 0; }
    .map__controls {
      height: 30px;
      margin-top: -35px;
      position: relative;
      z-index: 4; }
    .map__play-pause {
      width: 50px;
      height: 30px; }
    .map__seek-bar {
      height: 30px; } }

@media (min-width: 75.625em) {
  .map {
    width: 670px;
    height: 583px; }
    .map__controls {
      height: 30px;
      margin-top: -35px;
      position: relative;
      z-index: 4; }
    .map__play-pause {
      width: 50px;
      height: 30px; }
    .map__seek-bar {
      height: 30px; } }

.closing {
  padding: 0 10px; }

.end-summary {
  font: italic 24px/28px FinancierTextWeb, serif;
  color: #43423e;
  margin: 30px auto; }
  .end-summary:before {
    content: '';
    width: 80px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #43423e; }

.sources-and-credits {
  font: 400 16px/18px MetricWeb, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #74736c; }
  .sources-and-credits:before {
    content: '';
    display: block;
    width: 44px;
    border-top: 1px solid #b0b0b0; }

.sources {
  margin: 15px 0 0;
  letter-spacing: 0.2px; }

.credits {
  font-weight: 600;
  margin-top: 10px; }

.credit > a,
.source > a {
  color: inherit; }
  .credit > a:hover,
  .source > a:hover {
    color: #2e6e9e; }

@media (min-width: 30.625em) {
  .end-summary {
    font: italic 24px/28px FinancierTextWeb, serif;
    color: #494945;
    text-align: center;
    max-width: 700px; }
  .sources-and-credits {
    padding: 0 15px; } }

@media (min-width: 60.625em) {
  .end-summary {
    max-width: 1000px; }
  .sources-and-credits {
    margin: 0 auto;
    max-width: 1000px; } }

@media (min-width: 75.625em) {
  .sources-and-credits {
    max-width: 1220px; } }

.js .core-contents {
  display: none; }

.app {
  min-height: 100vh; }
  .no-js .app {
    display: none; }
/**/
