html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

/* Additions for Chrome */
html, body, ul, ol, blockquote {
  padding: 0;
  margin: 0; }

/* Hand Coded by Paul Randall (2009) */
body {
  padding: 50px; }

/* Typography */
h1 {
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.2; }

h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2; }

h3 {
  font-size: 1.5rem;
  font-weight: 600; }

h4 {
  font-size: 1.5rem;
  font-weight: normal; }

h5 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase; }

h6 {
  font-size: 1rem;
  font-weight: bold; }

p, ol, ul, table, pre, dd {
  margin-bottom: 14px; }

ol, ul, blockquote, pre {
  margin-left: 25px; }

ol, ul {
  list-style-type: circle;
  list-style-position: inside; }

ol ol, ul ul {
  font-style: italic;
  margin-bottom: 0; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style-type: lower-latin; }

blockquote {
  padding: 5px 25px 5px 0;
  font-style: italic; }

blockquote p {
  border-left: 2px solid #eee;
  padding-left: 25px; }

/* Table Styling */
table {
  border-top: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4; }

table th {
  background: #efefef; }

table td, table th {
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  padding: 5px 7px; }

/* Definition List */
dt {
  margin: 0;
  padding: 0;
  font-weight: bold; }

dd {
  padding: 0; }

html {
  box-sizing: border-box;
  font-size: 16px; }

*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: currentColor;
  text-decoration: none; }

strong {
  font-weight: 400; }

body {
  font-family: "din-2014", sans-serif;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 1.62;
  color: #333; }

#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 999; }
  #overlay.js-active {
    display: block; }

.app-wrapper {
  margin-left: 20px;
  margin-right: 20px; }
  @media (min-width: 64.063em) {
    .app-wrapper {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; } }

.footer {
  background-color: #161e24;
  color: #ffffff; }
  .footer-top {
    background-color: #0099a8;
    padding: 64px 0; }
    .footer-top__left {
      flex: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (min-width: 64.063em) {
        .footer-top__left {
          align-items: flex-start; } }
      .footer-top__left h4 {
        text-transform: uppercase;
        font-weight: 400; }
      .footer-top__left h5 {
        text-transform: none;
        font-weight: 300; }
    .footer-top__right {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
  .footer-network {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: -32px; }
    .footer-network__item {
      width: 64px;
      height: 64px;
      background-color: #ff7301;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      cursor: pointer; }
      .footer-network__item:hover {
        background-color: #ff8725; }
    .footer-network li {
      display: inline-block; }
      .footer-network li + li {
        margin-left: 32px; }
  .footer-bottom {
    padding: 32px 0;
    display: flex;
    flex-direction: column; }
    @media (min-width: 64.063em) {
      .footer-bottom {
        flex-direction: row; } }
    .footer-bottom__project-by {
      flex: 1; }
    .footer-bottom__published-by {
      flex: 2; }
    .footer-bottom__publishers-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 0; }
      @media (min-width: 64.063em) {
        .footer-bottom__publishers-list {
          grid-template-columns: 128px 1fr; } }
  .footer-download-columns {
    display: flex;
    flex-direction: column; }
    @media (min-width: 64.063em) {
      .footer-download-columns {
        flex-direction: row; } }
  .footer-download-button {
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-weight: 200;
    padding: 20px 64px;
    text-transform: uppercase;
    font-size: 1.15em;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 64em) {
      .footer-download-button {
        display: block;
        width: 100%;
        margin-top: 32px; } }
    .footer-download-button:hover {
      background-color: #ffffff;
      color: #008e9e; }
  .footer-cookies-button {
    background-color: #2d343a;
    color: #ffffff;
    font-weight: 200;
    padding: 14px 54px;
    font-size: 1em;
    text-align: center;
    font-size: 1.15em;
    cursor: pointer; }
    @media (max-width: 64em) {
      .footer-cookies-button {
        display: block;
        width: 100%;
        margin-top: 32px; } }
    .footer-cookies-button:hover {
      background-color: #008e9e; }
  .footer hr {
    border: none;
    background-color: rgba(255, 255, 255, 0.15);
    height: 1px;
    margin: 0; }
  .footer__first-column {
    display: flex;
    align-items: flex-start; }
  .footer__column-title {
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 0.13px;
    line-height: 32px;
    margin: 0 0 20px 0; }
  .footer__column-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875em;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 21px;
    margin: 0 0 32px 0; }
    .footer__column-text a {
      color: #ffffff;
      text-decoration: none; }
      .footer__column-text a:hover {
        text-decoration: underline; }
  .footer__note {
    color: rgba(255, 255, 255, 0.15);
    font-size: 0.75em;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 16px;
    padding: 16px 0; }
  .footer__by-line {
    background-color: #22292f;
    text-align: right;
    padding: 8px 80px;
    font-size: 0.625em;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 300;
    letter-spacing: 0.08px;
    line-height: 16px; }
    .footer__by-line a {
      transition: color 0.13s ease-in-out; }
      .footer__by-line a:hover {
        color: rgba(255, 255, 255, 0.8); }

.clearfix:after {
  content: "";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

@media (min-width: 40.063em) {
  .small-only {
    display: none !important; } }

@media (max-width: 40em) {
  .medium-up {
    display: none !important; } }

.u-inline-anchor, .markdown .footnote {
  color: currentColor;
  font-weight: 300;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer; }
  .u-inline-anchor:before, .markdown .footnote:before {
    color: white;
    content: "";
    width: 100%;
    bottom: 0;
    height: 0;
    z-index: -1;
    position: absolute;
    transition: all .2s ease;
    pointer-events: none; }
  .u-inline-anchor:hover:before, .markdown .footnote:hover:before {
    height: 100%;
    background-color: #ff7301; }

@media (max-width: 64em) {
  .u-wrapper {
    margin-left: 20px;
    margin-right: 20px; } }
@media (min-width: 64.063em) {
  .u-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; } }

.u-material-icons, .datasets__grid__actions li, .markdown blockquote:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.u-transition, .socialmedia-icon {
  transition: all .4s ease; }

.columns {
  display: flex;
  flex-direction: column; }
  @media (min-width: 64.063em) {
    .columns {
      flex-direction: row; } }
  .columns .column {
    flex: 1; }
    .columns .column + .column {
      margin-left: 60px; }
      @media (max-width: 64em) {
        .columns .column + .column {
          margin-left: 0; } }
    .columns .column--2 {
      flex: 2; }
    .columns .column--3 {
      flex: 3; }
    .columns .column--4 {
      flex: 4; }
    .columns .column--5 {
      flex: 5; }
    .columns .column--6 {
      flex: 6; }
    .columns .column--7 {
      flex: 7; }
    .columns .column--8 {
      flex: 8; }
  .columns .column-33 {
    flex: 33.33%; }
    @media (min-width: 64.063em) {
      .columns .column-33 + .column-66 {
        margin-left: 60px; } }
  .columns .column-66 {
    flex: 66.67%; }

body.lock {
  overflow: hidden; }

.menu-screen {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%; }
  .menu-screen.hidden {
    pointer-events: none; }
    .menu-screen.hidden .menu-screen__background {
      opacity: 0; }
    .menu-screen.hidden .menu-screen__menu {
      transform: translateX(-100%); }
  .menu-screen__background {
    position: absolute;
    z-index: -1;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.33;
    transition: opacity 0.13s ease-in-out; }
  .menu-screen__menu {
    position: relative;
    background-color: #161e24;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
    width: 25%;
    min-width: 256px;
    height: 100%;
    padding: 80px 64px 80px 16px;
    text-align: right;
    color: #ffffff;
    overflow-y: auto;
    transition: transform 0.13s cubic-bezier(0.86, 0, 0.07, 1); }
    .menu-screen__menu__category-title {
      font-size: 1.25em;
      font-weight: 600;
      letter-spacing: 0.13px;
      line-height: 32px;
      text-transform: uppercase;
      margin: 0 0 16px 0; }
      .menu-screen__menu__category-title + .menu-screen__menu__category-wrapper {
        margin: -8px 0 10px 0; }
    .menu-screen__menu__category-wrapper {
      transition: height 0.55s ease-in-out;
      overflow: hidden; }
    .menu-screen__menu__category-list {
      font-weight: 300;
      letter-spacing: 0.1px;
      line-height: 16px; }
      .menu-screen__menu__category-list li {
        padding: 8px 0 8px 0;
        opacity: 0.33;
        cursor: pointer; }
        .menu-screen__menu__category-list li.active {
          opacity: 0.75;
          cursor: default;
          pointer-events: none; }
        .menu-screen__menu__category-list li:hover {
          opacity: 1; }
    .menu-screen__menu__close {
      position: absolute;
      width: 48px;
      height: 48px;
      top: 8px;
      right: 8px;
      cursor: pointer; }
      .menu-screen__menu__close::before, .menu-screen__menu__close::after {
        position: absolute;
        content: '';
        background-color: #ffffff;
        width: 23px;
        height: 2px;
        top: 23px;
        left: 12px; }
      .menu-screen__menu__close::before {
        transform: rotateZ(45deg); }
      .menu-screen__menu__close::after {
        transform: rotateZ(-45deg); }
.menu-bar {
  position: fixed;
  background-color: rgba(22, 30, 36, 0.1);
  width: 100%;
  height: 60px;
  z-index: 9;
  pointer-events: none; }
  .menu-bar__button {
    background-color: rgba(22, 30, 36, 0.1);
    width: 60px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transform: translateY(-13px);
    pointer-events: all; }
    .menu-bar__button__bar {
      width: 20px;
      height: 2px;
      margin: 0 auto;
      background-color: #ffffff; }
      .menu-bar__button__bar:not(:last-child) {
        margin-bottom: 4px; }
  .menu-bar__title {
    display: inline-block;
    color: #ffffff;
    padding-left: 30px;
    user-select: none;
    pointer-events: all; }
    .menu-bar__title h1 {
      display: inline-block;
      font-size: 20px;
      line-height: 60px;
      font-weight: 600;
      text-transform: uppercase; }
    .menu-bar__title h4 {
      display: inline-block;
      font-size: 20px;
      line-height: 60px;
      font-weight: 200;
      text-transform: lowercase; }

.js-menu-foldable {
  position: relative;
  cursor: pointer; }
  .js-menu-foldable::after {
    position: absolute;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    width: 1em;
    height: 1em;
    top: 5px;
    right: -41px; }
  .js-menu-foldable--more::after {
    content: 'unfold_more';
    color: #f4831f; }
  .js-menu-foldable--less::after {
    content: 'unfold_less';
    color: #0099a8; }

.hero-section {
  text-align: center;
  padding: 64px 0 80px 0; }
  .hero-section--pink {
    background-color: #bb1b4c;
    color: #ffffff; }
  .hero-section--grey {
    background-color: #333;
    color: #ffffff; }
  .hero-section--blue {
    background-color: #1e5468;
    color: #ffffff; }
  .hero-section--orange {
    background-color: #ff7301;
    color: #000000; }
  .hero-section--yellow {
    background-color: #ffb538;
    color: #000000; }
  .hero-section--cyan {
    background-color: #218f8a;
    color: #000000; }
  .hero-section--green {
    background-color: #3e908c;
    color: #000000; }
  .hero-section--teal {
    background-color: #008e9e;
    color: #ffffff; }
  .hero-section__logo {
    max-width: 160px;
    margin: 64px 0; }
  .hero-section__type {
    position: relative;
    margin: 80px 0 32px 0;
    color: #ffffff;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.14px;
    text-transform: uppercase; }
    .hero-section__type::after {
      position: absolute;
      content: '';
      width: 230px;
      height: 1px;
      background-color: #ffffff;
      top: calc(100% + 16px);
      left: 50%;
      transform: translateX(-50%); }
  .hero-section__title {
    font-size: 3.75em;
    font-weight: 200;
    letter-spacing: 0.21px;
    margin: 12px 0; }
    .hero-section__title--typeless {
      margin: 112px 0 12px 0; }
  .hero-section__subtitle {
    color: rgba(22, 30, 36, 0.4);
    font-weight: 400;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0; }
  .hero-section__text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.125em;
    font-weight: 300;
    letter-spacing: 0.16px; }

.homepage__category {
  background-color: #0099a8;
  color: #ffffff;
  padding: 96px 0; }
  .homepage__category:nth-child(even) {
    background-color: #028c9b; }
  .homepage__category hr {
    border: none;
    height: 1px;
    background-color: rgba(22, 30, 36, 0.2);
    margin: 64px 0; }
  .homepage__category__target-list {
    list-style: none;
    padding: 0;
    text-align: right;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-auto-rows: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 8px; }
    @media (max-width: 40em) {
      .homepage__category__target-list {
        grid-template-columns: 100%; } }
    @media (min-width: 64.063em) {
      .homepage__category__target-list {
        grid-template-columns: repeat(2, 33.33%);
        justify-content: end; } }
    .homepage__category__target-list li {
      width: 100%;
      height: 100%;
      text-align: center; }
      @media (min-width: 64.063em) {
        .homepage__category__target-list li:last-child {
          grid-column: 2 / 2; } }
      .homepage__category__target-list li a {
        display: flex;
        height: 100%;
        background-color: rgba(22, 30, 36, 0.1);
        padding: 16px 24px;
        transition: background-color 0.13s ease-in-out, color 0.13s ease-in-out;
        font-size: 1.25em;
        font-weight: 300;
        letter-spacing: 0.03px;
        line-height: 32px;
        text-transform: uppercase;
        align-items: center;
        justify-content: center; }
        .homepage__category__target-list li a:hover {
          background-color: #ffffff;
          color: #0099a8;
          text-decoration: none; }
    .homepage__category__target-list--3 {
      grid-template-columns: repeat(2, 50%);
      grid-auto-rows: 1fr;
      justify-content: center;
      text-align: left; }
      @media (min-width: 64.063em) {
        .homepage__category__target-list--3 {
          grid-template-columns: repeat(3, 33.33%); } }
      .homepage__category__target-list--3 li:last-child {
        grid-column: auto; }
  .homepage__category__button {
    border: 1px solid #ffffff;
    background: none;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 0.03px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 16px 32px;
    cursor: pointer;
    transition: background-color 0.13s ease-in-out, color 0.13s ease-in-out;
    width: 90%;
    text-align: center; }
    .homepage__category__button:hover {
      background-color: #ffffff;
      color: #0099a8; }
    @media (min-width: 64.063em) {
      .homepage__category__button {
        width: 100%; } }
  .homepage__category__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 64.063em) {
      .homepage__category__left {
        align-items: flex-end;
        justify-content: space-between; } }
    .homepage__category__left h4 {
      text-align: center;
      font-size: 2.25rem;
      font-weight: 300;
      letter-spacing: 0.13px;
      line-height: 32px;
      margin: 0 0 32px 0; }
      @media (min-width: 64.063em) {
        .homepage__category__left h4 {
          display: none; } }
  .homepage__category__right {
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 0.13px;
    line-height: 33px;
    margin: 64px 32px 0 32px; }
    @media (min-width: 64.063em) {
      .homepage__category__right {
        margin: 0; } }
    .homepage__category__right h4 {
      display: none;
      font-size: 2.25rem;
      font-weight: 300;
      letter-spacing: 0.13px;
      line-height: 32px;
      margin: 0 0 32px 0; }
      @media (min-width: 64.063em) {
        .homepage__category__right h4 {
          display: block; } }
.homepage__topics {
  background-color: #161e24;
  padding: 96px 0;
  overflow: hidden; }
  .homepage__topics__list {
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.13px;
    line-height: 32px; }
    @media (min-width: 64.063em) {
      .homepage__topics__list {
        text-align: right; } }
    .homepage__topics__list li {
      font-size: 1.25em;
      color: rgba(255, 255, 255, 0.2);
      transform-origin: center;
      cursor: pointer;
      user-select: none;
      margin: 0;
      transition: transform 0.5s ease-in-out; }
      @media (min-width: 64.063em) {
        .homepage__topics__list li {
          transform-origin: right; } }
      .homepage__topics__list li:not(:last-child) {
        margin-bottom: 12px; }
      .homepage__topics__list li.active {
        color: #ffffff;
        transform: scale(1.8);
        font-weight: 300;
        letter-spacing: 0.13px;
        line-height: 32px;
        pointer-events: none; }
  .homepage__topics__right {
    padding-top: 64px; }
    @media (min-width: 64.063em) {
      .homepage__topics__right {
        padding-top: 0; } }
  .homepage__topics__text {
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 0.13px;
    line-height: 33px;
    margin: 48px 0 0 0; }
    @media (min-width: 64.063em) {
      .homepage__topics__text {
        margin: 0; } }
  .homepage__topics__button {
    display: block;
    background: #22292f;
    border: 0;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 0.13px;
    line-height: 32px;
    padding: 7px 80px 8px 80px;
    margin: 48px auto 0 auto;
    user-select: none;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.13s ease-in-out; }
    @media (min-width: 64.063em) {
      .homepage__topics__button {
        display: inline-block;
        margin: 48px 0 0 0; } }
    .homepage__topics__button:hover {
      background-color: #2e353a; }

.datasets__categories {
  background-color: #161e24;
  padding: 96px 0 48px 0; }
  .datasets__categories__list {
    list-style: none;
    padding: 0;
    text-align: center; }
    .datasets__categories__list li {
      display: block;
      color: rgba(255, 255, 255, 0.2);
      font-size: 1.25em;
      font-weight: 300;
      letter-spacing: 0.13px;
      line-height: 48px;
      padding: 0 16px;
      text-align: center;
      transition: font-size 0.13s ease-in-out, color 0.13s ease-in-out;
      cursor: pointer; }
      @media (min-width: 40.063em) {
        .datasets__categories__list li {
          display: inline-block;
          line-height: 20px; } }
      .datasets__categories__list li.active {
        color: #ffffff;
        font-size: 2.25em;
        pointer-events: none; }
.datasets__grid {
  padding: 64px 0; }
  .datasets__grid__list {
    list-style: none;
    padding: 0; }
  .datasets__grid__item {
    display: inline-block;
    background-color: #0099a8;
    padding: 32px 38px;
    width: 303.3333333333px;
    margin: 26px 0 0 20px; }
    .datasets__grid__item:nth-child(3n-2) {
      margin-left: 1px; }
    .datasets__grid__item:nth-child(1), .datasets__grid__item:nth-child(2), .datasets__grid__item:nth-child(3) {
      margin-top: 0; }
    .datasets__grid__item h4 {
      color: #161e24;
      font-size: 0.75em;
      font-weight: 300;
      letter-spacing: 0.02px;
      line-height: 16px;
      text-transform: uppercase;
      margin: 0 0 16px 0; }
    .datasets__grid__item p {
      color: #ffffff;
      font-size: 0.75em;
      font-weight: 300;
      letter-spacing: 0.02px;
      line-height: 16px;
      margin: 0 0 16px 0; }
  .datasets__grid__actions {
    list-style: none;
    padding: 0; }
    .datasets__grid__actions li {
      display: inline-block !important;
      color: #ffffff;
      font-size: 1.5em;
      line-height: 24px; }
      .datasets__grid__actions li:not(:first-child) {
        margin-left: 8px; }

.author-card {
  margin-bottom: 40px;
  padding-right: 80px; }
  .author-card:last-of-type {
    margin-bottom: 40px; }
  .author-card__avatar {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2); }
  .author-card__name {
    font-weight: 400;
    font-size: 1.2em;
    color: #e02961; }
    .author-card__name--grey {
      color: #333 !important; }
    .author-card__name--blue {
      color: #1e5468 !important; }
    .author-card__name--orange {
      color: #ff7301 !important; }
    .author-card__name--yellow {
      color: #ffb538 !important; }
    .author-card__name--cyan {
      color: #218f8a !important; }
    .author-card__name--green {
      color: #3e908c !important; }
    .author-card__name--teal {
      color: #008e9e !important; }
  .author-card__subtitle {
    font-weight: 300;
    font-size: 1.1em;
    color: gray;
    padding-bottom: 5px; }
  .author-card__desc {
    font-weight: 200;
    color: #333;
    line-height: 1.2em; }
  .author-card__social-links {
    margin-top: 24px; }

.socialmedia-icon {
  opacity: .5;
  margin: 16px 8px; }
  .socialmedia-icon:hover {
    opacity: 1; }

.chapters__expandable {
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  background-color: #008e9e;
  padding: 20px 0; }
.chapters__toggleable {
  background-color: #161e24;
  padding-bottom: 160px; }
.chapters__keypoints {
  list-style: none;
  padding: 0;
  padding: 12px 0; }
  .chapters__keypoints li {
    padding: 24px 0;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.23px;
    line-height: 22px; }
    .chapters__keypoints li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.chapters__sidebar {
  padding: 100px 10px; }
.chapters__content {
  position: relative;
  background-color: #ffffff;
  margin: -80px 8px 0 8px; }
  @media (min-width: 64.063em) {
    .chapters__content {
      width: 85vw;
      max-width: 1440px;
      margin: -80px auto 0 auto; }
      .chapters__content--sidebarless {
        width: 1056px;
        padding-right: 40px; } }
  .chapters__content::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100px;
    background: transparent;
    box-shadow: 0px 53px 39px 10px rgba(0, 0, 0, 0.15);
    z-index: -1; }
.chapters__further-reading {
  padding: 64px 0;
  background-color: #008e9e; }
.chapters__footnotes {
  padding: 64px 0;
  background-color: #22292f; }
.chapters__list {
  list-style: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.7); }
  .chapters__list li {
    padding: 20px 0 0 0;
    font-weight: 300; }
    .chapters__list li:not(:last-child) {
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .chapters__list__title {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.chapters__authors {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-70px) translateZ(1px); }
  @media (min-width: 64.063em) {
    .chapters__authors {
      flex-direction: row; } }
.chapters__author {
  display: inline-block;
  padding: 0 32px;
  text-align: center;
  color: #ffffff; }
  .chapters__author__portrait {
    display: block;
    width: 140px;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); }
  .chapters__author__name {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 20px;
    margin: 20px 0 14px 0; }
  .chapters__author__social-links {
    display: block;
    text-align: center; }
  .chapters__author__social-link {
    display: inline-block;
    padding: 8px;
    opacity: 0.5;
    transition: opacity 0.13s ease-in-out; }
    .chapters__author__social-link:hover {
      opacity: 1; }
.chapters__timeline {
  position: relative;
  list-style: none;
  padding: 0;
  width: 100%;
  height: 12px; }
  .chapters__timeline__item {
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1; }
    .chapters__timeline__item.active {
      background-color: #ff7301;
      pointer-events: none;
      z-index: 2; }
      .chapters__timeline__item.active::before, .chapters__timeline__item.active::after {
        position: absolute;
        content: '';
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%; }
      .chapters__timeline__item.active::before {
        width: 24px;
        height: 24px;
        left: -6px;
        top: -6px; }
      .chapters__timeline__item.active::after {
        width: 36px;
        height: 36px;
        left: -12px;
        top: -12px; }
  .chapters__timeline__data {
    list-style: none;
    padding: 64px 0 32px 0; }
    .chapters__timeline__data li {
      display: none; }
      .chapters__timeline__data li.show {
        display: flex; }
    .chapters__timeline__data-left {
      flex: 20%;
      text-align: right;
      border-right: 2px dashed rgba(255, 255, 255, 0.5); }
      .chapters__timeline__data-left h3 {
        color: rgba(255, 255, 255, 0.65);
        font-size: 1.25rem !important;
        font-weight: 300;
        letter-spacing: 0.2px;
        margin: 0 32px 0 0;
        padding-top: 10px; }
    .chapters__timeline__data-right {
      flex: 80%;
      margin-left: 32px; }
      .chapters__timeline__data-right h2 {
        color: #0099a8;
        font-size: 1rem !important;
        font-weight: 600;
        letter-spacing: 0.2px;
        margin: 0 0 20px 0;
        padding-top: 10px; }
      .chapters__timeline__data-right p {
        color: #ffffff;
        font-size: 0.875rem;
        font-weight: 300;
        letter-spacing: 0.2px;
        margin: 0 0 0 0;
        padding-bottom: 10px; }
.chapters__section-title {
  font-size: 1.15em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  padding: 0 0 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  margin: 0 0 12px 0; }
.chapters__section-prose {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.23px;
  line-height: 22px; }
  .chapters__section-prose strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: bolder; }
  .chapters__section-prose a {
    color: #ffffff;
    font-weight: bolder; }
    .chapters__section-prose a:hover {
      color: #ffffff;
      text-decoration: underline; }
.chapters__section-list {
  color: rgba(255, 255, 255, 0.7);
  list-style: none;
  padding: 0; }
  .chapters__section-list + .chapters__section-title {
    margin-top: 24px; }
  .chapters__section-list li {
    position: relative; }
    .chapters__section-list li::before {
      position: absolute;
      content: '';
      width: 7px;
      height: 7px;
      background-color: #ff7301;
      top: 8.5px;
      left: -15px; }
    .chapters__section-list li a {
      color: #ffffff; }
      .chapters__section-list li a:hover {
        color: #ffffff;
        text-decoration: underline; }

.reversefootnote {
  display: block; }

.markdown {
  padding: 36px 24px 15px 24px; }
  @media (min-width: 40.063em) {
    .markdown {
      padding: 80px 60px 15px 180px; } }
  .markdown-accent--pink h3, .markdown-accent--pink .footnote {
    color: #e02961 !important; }
  .markdown-accent--pink .footnote:hover {
    color: #ffffff !important; }
    .markdown-accent--pink .footnote:hover:before {
      background-color: #e02961 !important; }
  .markdown-accent--pink a:hover {
    color: #e02961 !important; }
  .markdown-accent--pink ol li::before {
    color: #e02e29 !important; }
  .markdown-accent--pink ul li::before {
    border-left-color: #e02961 !important; }
  .markdown-accent--grey h3, .markdown-accent--grey .footnote {
    color: #333 !important; }
  .markdown-accent--grey .footnote:hover {
    color: #ffffff !important; }
    .markdown-accent--grey .footnote:hover:before {
      background-color: #333 !important; }
  .markdown-accent--grey a:hover {
    color: #333 !important; }
  .markdown-accent--grey ol li::before {
    color: #333333 !important; }
  .markdown-accent--grey ul li::before {
    border-left-color: #333 !important; }
  .markdown-accent--blue h3, .markdown-accent--blue .footnote {
    color: #1e5468 !important; }
  .markdown-accent--blue .footnote:hover {
    color: #ffffff !important; }
    .markdown-accent--blue .footnote:hover:before {
      background-color: #1e5468 !important; }
  .markdown-accent--blue a:hover {
    color: #1e5468 !important; }
  .markdown-accent--blue ol li::before {
    color: #1e3b68 !important; }
  .markdown-accent--blue ul li::before {
    border-left-color: #1e5468 !important; }
  .markdown-accent--orange h3, .markdown-accent--orange .footnote {
    color: #ff7301 !important; }
  .markdown-accent--orange .footnote:hover {
    color: #000000 !important; }
    .markdown-accent--orange .footnote:hover:before {
      background-color: #ff7301 !important; }
  .markdown-accent--orange a:hover {
    color: #ff7301 !important; }
  .markdown-accent--orange ol li::before {
    color: #ffc801 !important; }
  .markdown-accent--orange ul li::before {
    border-left-color: #ff7301 !important; }
  .markdown-accent--yellow h3, .markdown-accent--yellow .footnote {
    color: #ffb538 !important; }
  .markdown-accent--yellow .footnote:hover {
    color: #000000 !important; }
    .markdown-accent--yellow .footnote:hover:before {
      background-color: #ffb538 !important; }
  .markdown-accent--yellow a:hover {
    color: #ffb538 !important; }
  .markdown-accent--yellow ol li::before {
    color: #fff738 !important; }
  .markdown-accent--yellow ul li::before {
    border-left-color: #ffb538 !important; }
  .markdown-accent--cyan h3, .markdown-accent--cyan .footnote {
    color: #218f8a !important; }
  .markdown-accent--cyan .footnote:hover {
    color: #000000 !important; }
    .markdown-accent--cyan .footnote:hover:before {
      background-color: #218f8a !important; }
  .markdown-accent--cyan a:hover {
    color: #218f8a !important; }
  .markdown-accent--cyan ol li::before {
    color: #216f8f !important; }
  .markdown-accent--cyan ul li::before {
    border-left-color: #218f8a !important; }
  .markdown-accent--green h3, .markdown-accent--green .footnote {
    color: #3e908c !important; }
  .markdown-accent--green .footnote:hover {
    color: #000000 !important; }
    .markdown-accent--green .footnote:hover:before {
      background-color: #3e908c !important; }
  .markdown-accent--green a:hover {
    color: #3e908c !important; }
  .markdown-accent--green ol li::before {
    color: #3e7990 !important; }
  .markdown-accent--green ul li::before {
    border-left-color: #3e908c !important; }
  .markdown-accent--teal h3, .markdown-accent--teal .footnote {
    color: #008e9e !important; }
  .markdown-accent--teal .footnote:hover {
    color: #ffffff !important; }
    .markdown-accent--teal .footnote:hover:before {
      background-color: #008e9e !important; }
  .markdown-accent--teal a:hover {
    color: #008e9e !important; }
  .markdown-accent--teal ol li::before {
    color: #00599e !important; }
  .markdown-accent--teal ul li::before {
    border-left-color: #008e9e !important; }
  .markdown__page-title {
    color: #e02961;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.3em; }
    .markdown__page-title--grey {
      color: #333 !important; }
    .markdown__page-title--blue {
      color: #1e5468 !important; }
    .markdown__page-title--orange {
      color: #ff7301 !important; }
    .markdown__page-title--yellow {
      color: #ffb538 !important; }
    .markdown__page-title--cyan {
      color: #218f8a !important; }
    .markdown__page-title--green {
      color: #3e908c !important; }
    .markdown__page-title--teal {
      color: #008e9e !important; }
  .markdown h1 {
    color: #333;
    line-height: 1.3em;
    font-weight: 200;
    font-size: 1.5;
    margin-bottom: .6em; }
  .markdown h2 {
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.4; }
  .markdown h3 {
    font-weight: 600;
    font-size: 1.4em;
    color: #e02961;
    line-height: 1.62;
    margin-bottom: .6em; }
  .markdown p + h2,
  .markdown p + h3,
  .markdown figure + h2,
  .markdown figure + h3,
  .markdown blockquote + h2,
  .markdown blockquote + h3 {
    margin-top: 50px; }
  .markdown strong {
    font-weight: 600; }
  .markdown p, .markdown ul > li, .markdown ol > li {
    font-weight: 200;
    font-size: 1.33em;
    padding: 0.5em 0; }
  .markdown p a {
    color: currentColor;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.13s ease-in-out; }
    .markdown p a:hover {
      color: #e02961; }
  .markdown p figure {
    width: 100%; }
    .markdown p figure iframe {
      width: 100%; }
  .markdown p sup {
    vertical-align: top;
    font-size: 0.7em; }
    .markdown p sup a {
      vertical-align: top; }
  .markdown figure {
    width: calc(100% + 200px);
    height: auto;
    margin: 40px 0 40px -100px; }
    @media (min-width: 40.063em) and (max-width: 64em) {
      .markdown figure {
        max-width: calc(100% + 100px); } }
    @media (max-width: 40em) {
      .markdown figure {
        max-width: 100%;
        margin: 40px 0; } }
    .markdown figure > *:first-child {
      border: solid 1px rgba(51, 51, 51, 0.17);
      padding: 10px; }
    .markdown figure img {
      margin: 0 auto;
      display: block;
      max-width: 100%;
      background: white; }
    .markdown figure figcaption {
      padding: 5px 100px;
      font-size: 1rem;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.5); }
      @media (max-width: 40em) {
        .markdown figure figcaption {
          padding: 5px 0; } }
  .markdown ul, .markdown ol {
    list-style-type: none;
    opacity: 70%;
    padding: 20px 0 20px 0;
    margin: 10px 0; }
    .markdown ul > li:last-child, .markdown ol > li:last-child {
      padding-bottom: 0px; }
    .markdown ul > li p, .markdown ol > li p {
      font-size: inherit; }
  @media (max-width: 40em) {
    .markdown ul li {
      padding-left: 32px; } }
  .markdown ul li::before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e02961;
    display: inline-block;
    margin-left: -2em;
    margin-right: 1.5em; }
    @media (max-width: 40em) {
      .markdown ul li::before {
        margin-left: -28px;
        margin-right: 20px; } }
  .markdown ol {
    counter-reset: li; }
    .markdown ol li {
      counter-increment: li; }
      .markdown ol li::before {
        content: counter(li);
        font-weight: 500;
        font-size: 1em;
        color: #e02e29;
        display: inline-block;
        min-width: 1em;
        margin-left: -2em;
        margin-right: 1em;
        text-align: right;
        direction: rtl; }
  .markdown a {
    color: currentColor;
    font-weight: 200;
    cursor: pointer;
    transition: color 0.13s ease-in-out; }
    .markdown a:hover {
      color: #e02961; }
  .markdown sup {
    vertical-align: super;
    font-size: 1rem;
    cursor: pointer; }
  .markdown blockquote {
    font-style: normal;
    font-weight: 300;
    margin-left: 0px;
    position: relative; }
    .markdown blockquote:before {
      display: block;
      content: "format_quote";
      font-size: 60px;
      position: absolute;
      left: -70px;
      top: 13px;
      color: #e02961; }
    .markdown blockquote p {
      border: none;
      font-weight: 300;
      font-size: 1.8em;
      color: #333333; }
    .markdown blockquote cite {
      display: block;
      font-weight: 600;
      text-align: right;
      font-size: 1rem;
      color: #e02961;
      width: 100%; }
  @media (min-width: 40.063em) {
    .markdown__content.markdown-accent--pink > p:first-of-type:first-letter {
      color: #e02961 !important; } }
  @media (min-width: 40.063em) {
    .markdown__content.markdown-accent--grey > p:first-of-type:first-letter {
      color: #333 !important; } }
  @media (min-width: 40.063em) {
    .markdown__content.markdown-accent--blue > p:first-of-type:first-letter {
      color: #1e5468 !important; } }
  @media (min-width: 40.063em) {
    .markdown__content.markdown-accent--orange > p:first-of-type:first-letter {
      color: #ff7301 !important; } }
  @media (min-width: 40.063em) {
    .markdown__content.markdown-accent--yellow > p:first-of-type:first-letter {
      color: #ffb538 !important; } }
  @media (min-width: 40.063em) {
    .markdown__content.markdown-accent--cyan > p:first-of-type:first-letter {
      color: #218f8a !important; } }
  @media (min-width: 40.063em) {
    .markdown__content.markdown-accent--green > p:first-of-type:first-letter {
      color: #3e908c !important; } }
  @media (min-width: 40.063em) {
    .markdown__content.markdown-accent--teal > p:first-of-type:first-letter {
      color: #008e9e !important; } }
  @media (min-width: 40.063em) {
    .markdown__content > p:first-of-type:first-letter {
      float: left;
      margin: -.38em 0em 0 -6rem;
      font-size: 8rem;
      font-weight: 200;
      color: #e02961; } }

.box {
  border: solid #333 1.4px;
  padding: 60px 100px;
  width: calc(100% + 200px);
  margin: 40px 0 40px -100px; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .box {
      max-width: calc(100% + 100px); } }
  @media (max-width: 40em) {
    .box {
      max-width: 100%;
      margin: 40px 0;
      padding: 30px 20px; } }
  .box h2 {
    font-weight: 600;
    margin-bottom: 30px; }
  .box--example {
    border-color: #ff7301; }
    .box--example .box__title {
      color: #ff7301; }
  .box--reading {
    border-color: #218f8a; }
    .box--reading .box__title {
      color: #218f8a; }
  .box--explainer {
    border-color: #e02961; }
    .box--explainer .box__title {
      color: #e02961; }

#footnote_box {
  font-size: 0.875rem;
  background-color: #333;
  color: #999999;
  padding: 12px 16px;
  border-radius: 3px;
  margin: 10px;
  z-index: 6; }
  #footnote_box a {
    color: #ffffff;
    text-decoration: none; }
    #footnote_box a:hover {
      text-decoration: underline; }

@media print {
  #content,
  #page {
    width: 100%;
    margin: 0;
    float: none; }

  @page {
    margin: 2cm; }
  body {
    line-height: 1.3;
    background: #fff !important;
    color: #000; }

  h1 {
    font-size: 24pt; }

  h2, h3, h4 {
    margin-top: 25px; }

  a {
    page-break-inside: avoid; }

  blockquote {
    page-break-inside: avoid; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    page-break-after: avoid; }

  table, pre {
    page-break-inside: avoid; }

  ul, ol, dl {
    page-break-before: avoid; }

  a:link, a:visited, a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left; }

  a {
    page-break-inside: avoid; }

  a[href^=http]:after {
    content: " <" attr(href) "> "; }

  a:after > img {
    content: ""; }

  article a[href^="#"]:after {
    content: ""; }

  a:not(:local-link):after {
    content: " <" attr(href) "> "; }

  .entry iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap; }

  .embed-youtube, .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden; }

  #header-widgets, nav, aside.mashsb-container,
  .sidebar, .mashshare-top, .mashshare-bottom,
  .content-ads, .make-comment, .author-bio,
  .heading, .related-posts, #decomments-form-add-comment,
  #breadcrumbs, #footer, .post-byline, .meta-single,
  .site-title img, .post-tags, .readability
   {
    display: none; }

  .entry:after {
    color: #999 !important;
    font-size: 1em;
    padding-top: 30px; }

  #header:before {
    color: #777 !important;
    font-size: 1em;
    padding-top: 30px;
    text-align: center !important; }

  p, address, li, dt, dd, blockquote {
    font-size: 100%; }

  code, pre {
    font-family: "Courier New", Courier, mono; }

  ul, ol {
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt; }

  li {
    line-height: 1.6em; }

  .box {
    page-break-inside: avoid;
    page-break-after: avoid;
    width: calc(100% + 50px);
    padding: 15px 50px 30px 50px;
    margin: 20px 20px 20px -50px; }

  .markdown {
    padding: 80px 30px 5px 80px; }

  .blog-content {
    width: 100%;
    max-width: 100%; }
    .blog-content::before {
      display: none; }

  h2 {
    color: #ff7301 !important;
    font-size: 14pt !important; }

  h3 {
    color: #000000 !important;
    font-size: 12pt !important; }

  h4 {
    color: #000000 !important;
    font-size: 10pt !important; }

  .chapters__content::before {
    display: none; }

  .menu-screen {
    display: none; } }
.js-section-element-wrapper {
  position: relative;
  overflow: hidden; }
.js-section-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.13s ease-in-out 0s;
  pointer-events: none; }
  .js-section-element.active {
    position: static;
    opacity: 1;
    z-index: 1;
    transition: opacity 0.33s ease-in-out 0.13s;
    pointer-events: all; }
