@charset "UTF-8";
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

.container, #sliding-popup .popup-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.col, #sliding-popup .popup-content #popup-text, #sliding-popup .popup-content #popup-buttons {
  display: table-cell; }

.col-1 {
  display: table-cell;
  vertical-align: top;
  width: 8.33333%;
  padding-right: 10px;
  padding-left: 10px; }

.col-2 {
  display: table-cell;
  vertical-align: top;
  width: 16.66667%;
  padding-right: 10px;
  padding-left: 10px; }

.col-3 {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px; }

.col-4 {
  display: table-cell;
  vertical-align: top;
  width: 33.33333%;
  padding-right: 10px;
  padding-left: 10px; }

.col-5, #sliding-popup .popup-content #popup-buttons {
  display: table-cell;
  vertical-align: top;
  width: 41.66667%;
  padding-right: 10px;
  padding-left: 10px; }

.col-6 {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px; }

.col-7, #sliding-popup .popup-content #popup-text {
  display: table-cell;
  vertical-align: top;
  width: 58.33333%;
  padding-right: 10px;
  padding-left: 10px; }

.col-8 {
  display: table-cell;
  vertical-align: top;
  width: 66.66667%;
  padding-right: 10px;
  padding-left: 10px; }

.col-9 {
  display: table-cell;
  vertical-align: top;
  width: 75%;
  padding-right: 10px;
  padding-left: 10px; }

.col-10 {
  display: table-cell;
  vertical-align: top;
  width: 83.33333%;
  padding-right: 10px;
  padding-left: 10px; }

.col-11 {
  display: table-cell;
  vertical-align: top;
  width: 91.66667%;
  padding-right: 10px;
  padding-left: 10px; }

.col-12 {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

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

.row {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed; }

.row.auto {
  table-layout: auto; }

@media only screen and (max-width: 767px) {
  .row {
    display: block;
    width: 100%; }
  .col-1 {
    display: block;
    width: 100%; }
  .col-2 {
    display: block;
    width: 100%; }
  .col-3 {
    display: block;
    width: 100%; }
  .col-4 {
    display: block;
    width: 100%; }
  .col-5 {
    display: block;
    width: 100%; }
  .col-6 {
    display: block;
    width: 100%; }
  .col-7 {
    display: block;
    width: 100%; }
  .col-8 {
    display: block;
    width: 100%; }
  .col-9 {
    display: block;
    width: 100%; }
  .col-10 {
    display: block;
    width: 100%; }
  .col-11 {
    display: block;
    width: 100%; }
  .col-12 {
    display: block;
    width: 100%; } }

/* breakpoints */
/*
 * colors
 */
/*
 * fonts
 */
@keyframes loader {
  0% {
    width: 3%; }
  100% {
    width: 100%; } }

.progress-disabled {
  display: block; }

.ajax-progress {
  position: absolute;
  display: block;
  width: 100%;
  overflow: visible; }

.ajax-progress .throbber {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 800;
  width: 600px;
  max-width: 80%;
  height: 50px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  text-align: center; }
  .ajax-progress .throbber:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 50px;
    background: #42444b;
    animation: loader 6s ease-out;
    -webkit-animation: loader 6s ease-out;
    content: ''; }

.ajax-progress-bar {
  width: 16em; }

.chapter-index i.chapter-icon:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e901'; }

.chapter-1 i.chapter-icon:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e900'; }

.chapter-3 i.chapter-icon:before, .chapter-4 i.chapter-icon:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902'; }

.chapter-2 i.chapter-icon:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e903'; }

.arrow-up:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90a'; }

.fp-controlArrow.fp-next:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905'; }

.arrow-down:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e909'; }

.fp-controlArrow.fp-prev:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e904'; }

.sp:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e907'; }

.secondary-popup .close-button:before, .story-popup .close-button:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e906'; }

.mobile-trigger span:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90b'; }

body {
  background: #20242d; }

.index,
.intro {
  margin: 30px 0 0;
  border-top: 5px solid #a79f75;
  background-position: 50% 50%;
  background-size: cover; }

.intro-1 {
  background-image: url("../img/intro-1-bg-progressive.jpg"); }
  .intro-1 h1 {
    position: absolute;
    top: 50%;
    left: 100px;
    font-family: 'Abril Fatface', cursive;
    font-size: 8vh;
    line-height: 1;
    color: #fff;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 3px 3px 5px #252420; }
    .intro-1 h1 span {
      position: relative;
      top: -1vw;
      display: block;
      font-family: 'Pacifico', cursive;
      font-size: 10vh;
      color: #a79f75;
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }

.intro-2 {
  background-image: url("../img/intro-2-bg-progressive.jpg");
  background-position: 50% 0%; }
  .intro-2 h2 {
    font-family: 'Abril Fatface', cursive;
    font-size: 8vh;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-shadow: 3px 3px 5px #252420; }
    .intro-2 h2 span {
      position: relative;
      top: -10px;
      display: block;
      font-family: 'Pacifico', cursive;
      font-size: 10vh;
      color: #a79f75;
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
  .intro-2 .description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: -10vh 0 0;
    padding: 8vh 10%;
    background: rgba(0, 0, 0, 0.6); }
  .intro-2 p {
    width: 30%;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 1.8vh;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }

.index {
  background-image: url("../img/index-bg-progressive.jpg");
  text-align: center; }
  .index h2 {
    width: 40vh;
    height: 15vh;
    margin: 0 auto;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background: url("../img/ccafs_white.png");
    background-repeat: no-repeat;
    background-size: contain; }
  .index .chapter {
    padding: 0; }
    .index .chapter[class^='chapter'] {
      background-image: none; }
  .index .main-menu {
    margin-top: 3vh; }
    .index .main-menu ul {
      display: -ms-flexbox;
      display: flex;
      margin: 0 10vw; }
      .index .main-menu ul li {
        width: 33%; }
      .index .main-menu ul ul {
        display: block;
        margin: 2vh 0 0; }
        .index .main-menu ul ul li {
          display: block;
          width: 90%;
          margin: 0 auto;
          margin-bottom: 1vh; }
    .index .main-menu a {
      border-bottom: 1px dotted transparent;
      font-size: 1.5vh;
      transition: all 300ms ease-in-out; }
      .index .main-menu a:hover {
        border-bottom: 1px dotted #a79f75; }
    .index .main-menu .intro {
      display: none; }
    .index .main-menu i {
      font-size: 80px;
      color: #a79f75; }
    .index .main-menu h3 {
      height: 8vh;
      margin-top: 20px;
      padding: 0 5%;
      border-bottom: 2px solid #a79f75;
      font-family: 'Lora', serif;
      font-weight: 400;
      font-size: 1.5em;
      line-height: 1.3;
      color: #fff; }

.chapter {
  position: relative;
  padding: 0 40px;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center; }
  .chapter h2 {
    margin: 0 auto;
    font-family: 'Abril Fatface', cursive;
    font-size: 4vh;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
  .chapter i {
    font-size: 164px;
    color: #a79f75;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8); }
  .chapter .intro {
    display: block;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #a79f75;
    background: none;
    font-size: 1.4vh;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    transition: border-top 300ms ease-in-out; }
  .chapter .read-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
    max-width: 80vw;
    margin: 0 auto;
    margin-top: 40px; }
    .chapter .read-more li {
      max-width: 25vw;
      padding-right: 20px; }
      .chapter .read-more li > span {
        display: table;
        height: 100%;
        border: 2px solid #a79f75;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
        transition: all 300ms ease-in-out; }
        .chapter .read-more li > span:hover {
          background: #a79f75; }
          .chapter .read-more li > span:hover a {
            color: #20242d; }
          .chapter .read-more li > span:hover .intro {
            border-top: 1px solid #20242d; }
      .chapter .read-more li:last-child {
        padding: 0; }
    .chapter .read-more a {
      display: table-cell;
      vertical-align: middle;
      padding: 30px;
      border: 0;
      font-size: 1.8vh;
      color: #fff;
      text-decoration: none; }
  .chapter.chapter-1 {
    background-image: url("../img/chapter-1-bg-progressive.jpg"); }
  .chapter.chapter-2 {
    background-image: url("../img/chapter-2-bg-progressive.jpg"); }
  .chapter.chapter-3 {
    background-image: url("../img/chapter-3-bg-progressive.jpg"); }
  .chapter.chapter-4 {
    background-image: url("../img/chapter-4-bg-progressive.jpg"); }
    .chapter.chapter-4 .read-more {
      max-width: 95vw; }
      .chapter.chapter-4 .read-more li {
        -ms-flex: 1 auto;
            flex: 1 auto; }
        .chapter.chapter-4 .read-more li span {
          width: 100%; }
          .chapter.chapter-4 .read-more li span a {
            vertical-align: middle; }
  .chapter.chapter-5 {
    background-image: url("../img/chapter-5-bg-progressive.jpg"); }
    .chapter.chapter-5 h2 {
      display: none; }
    .chapter.chapter-5 .chapter-intro-container {
      background: transparent; }
      .chapter.chapter-5 .chapter-intro-container .chapter-intro {
        display: block;
        max-width: 800px;
        padding: 20px;
        background: rgba(0, 0, 0, 0.6); }
        .chapter.chapter-5 .chapter-intro-container .chapter-intro h4 {
          font-family: 'Abril Fatface', cursive;
          font-size: 2.2vh; }
        .chapter.chapter-5 .chapter-intro-container .chapter-intro ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .chapter.chapter-5 .chapter-intro-container .chapter-intro ul li {
            width: calc(25% - 20px);
            margin-right: 20px; }
            .chapter.chapter-5 .chapter-intro-container .chapter-intro ul li:nth-child(4n) {
              margin-right: 0; }
        .chapter.chapter-5 .chapter-intro-container .chapter-intro p {
          max-width: 100%;
          font-size: 1.8vh; }
          .chapter.chapter-5 .chapter-intro-container .chapter-intro p.partners {
            margin: 10px 0;
            padding: 10px;
            background: #fff; }
            .chapter.chapter-5 .chapter-intro-container .chapter-intro p.partners > a {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
              -ms-flex-align: center;
                  align-items: center;
              margin: 0;
              padding: 0;
              border: 0;
              -ms-grid-column-align: stretch;
                  justify-items: stretch; }
              .chapter.chapter-5 .chapter-intro-container .chapter-intro p.partners > a span {
                display: block;
                width: 15%; }
                .chapter.chapter-5 .chapter-intro-container .chapter-intro p.partners > a span img {
                  width: 100%; }
        .chapter.chapter-5 .chapter-intro-container .chapter-intro hr {
          clear: both;
          border-top: 0;
          border-bottom: 1px solid #a79f75; }
        .chapter.chapter-5 .chapter-intro-container .chapter-intro .align-left {
          float: left;
          margin: 0 10px 10px 0; }
        .chapter.chapter-5 .chapter-intro-container .chapter-intro .logo {
          width: 100px; }
          .chapter.chapter-5 .chapter-intro-container .chapter-intro .logo img {
            max-width: 100%;
            height: auto;
            padding: 10px;
            background: #fff; }
  .chapter .chapter-intro-container {
    margin: 2vh -40px 0;
    padding: 2vh 0;
    background: rgba(0, 0, 0, 0.6); }
    .chapter .chapter-intro-container .chapter-intro {
      font-family: 'Lora', serif;
      font-weight: 400;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
      max-width: 80vw;
      margin: 0 auto;
      text-align: left; }
    .chapter .chapter-intro-container p {
      max-width: 30%;
      font-size: 1.8vh; }

/*
.scrollHandle {
  @include button;
  position: absolute;
  bottom: 15px;
  padding-bottom: 60px;
  left: 50%;
  @include translateX(-50%);
  width: 200px;
  text-align: center;

  @include titleFont;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;

  &:after, &:before {
    content: "";
    width: 20px;
    height: 6px;
    background: $white;
    position: absolute;
    left: 95px;
    bottom: 20px;
    @include transform-origin(3px, 3px);
  }

  &:after {
    @include rotate(-45deg);
  }

  &:before {
    @include rotate(-135deg);
  }
}
 */
footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 10px 10px;
  border-top: 5px solid #a79f75;
  background: #20242d;
  text-align: center; }
  footer .privacy {
    display: inline-block;
    margin: 0 auto; }
    footer .privacy li {
      display: inline-block;
      margin-right: 10px;
      padding-right: 10px;
      border-right: 1px solid #fff; }
      footer .privacy li:last-child {
        margin: 0;
        padding: 0;
        border: 0; }
    footer .privacy a, footer .privacy span {
      display: block;
      border: 0;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      letter-spacing: 1px;
      color: #e4e4e4;
      text-transform: uppercase; }

.fp-viewing-chapter1 .chapters-menu,
.fp-viewing-chapter2 .chapters-menu,
.fp-viewing-chapter3 .chapters-menu,
.fp-viewing-chapter4 .chapters-menu,
.fp-viewing-chapter5 .chapters-menu {
  top: 0; }

.chapters-menu {
  position: fixed;
  top: -190px;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 5px solid #a79f75;
  background: #20242d;
  transition: top 300ms ease-in-out; }
  .chapters-menu table {
    width: 100%; }
    .chapters-menu table th {
      width: 25%;
      text-align: center; }
      .chapters-menu table th a {
        position: relative;
        display: block;
        padding: 25px 0;
        border: 0;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Lora', serif;
        font-weight: 400;
        transition: color 300ms ease-in-out; }
        .chapters-menu table th a span {
          position: relative;
          z-index: 100; }
        .chapters-menu table th a:hover {
          color: #a79f75; }
      .chapters-menu table th i {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #42444b; }

.loading span {
  position: fixed;
  top: 50%;
  left: 50%;
  font-family: 'Raleway';
  font-weight: 100;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 8912;
  display: block;
  font-size: 40px;
  color: #fff;
  text-align: center; }

@keyframes rotor {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

.sp {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8900;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 100%;
  -ms-transform: rotate(0);
  transform: rotate(0);
  animation-fill-mode: both;
  animation: rotor 3s infinite linear;
  font-size: 280px; }
  .sp:before {
    position: relative;
    top: 10px;
    left: 10px;
    display: block; }

#sliding-popup {
  width: 100%;
  padding: 20px 0;
  background: #20242d; }
  #sliding-popup .popup-content {
    display: table;
    width: 100%; }
    #sliding-popup .popup-content #popup-text {
      float: none;
      max-width: none;
      color: #fff; }
      #sliding-popup .popup-content #popup-text h2 {
        margin: 0 0 10px;
        font-family: 'Lora', serif;
        font-weight: 400;
        font-size: 1.2rem;
        color: #fff; }
      #sliding-popup .popup-content #popup-text p {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 200;
        font-size: 0.8rem; }
    #sliding-popup .popup-content #popup-buttons {
      vertical-align: middle;
      float: none;
      max-width: none; }
      #sliding-popup .popup-content #popup-buttons button {
        margin: 0 10px 10px 0;
        padding: 5px;
        border: 1px solid #fff;
        background: transparent;
        font-size: 0.9rem;
        letter-spacing: 1px;
        color: #fff;
        box-shadow: none;
        text-shadow: none;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        transition: all 300ms ease-in-out; }
        #sliding-popup .popup-content #popup-buttons button:hover {
          background: #fff;
          color: #20242d; }

#admin-toolbar, #admin-toolbar * {
  box-sizing: content-box; }

.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
  border: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: opacity 300ms ease-in-out; }
  .fp-controlArrow.fp-prev:before, .fp-controlArrow.fp-next:before {
    padding: 50px 5px;
    background: #20242d;
    font-size: 32px;
    color: #fff; }

.fp-controlArrow.fp-next {
  right: 40px; }
  .last-slide .fp-controlArrow.fp-next {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .fp-controlArrow.fp-next:before {
    border-radius: 5px 0 0 5px; }

.fp-controlArrow.fp-prev {
  left: 0; }
  .first-slide .fp-controlArrow.fp-prev {
    opacity: 0; }
  .fp-controlArrow.fp-prev:before {
    border-radius: 0 5px 5px 0; }

.arrow-down {
  position: fixed;
  bottom: 42px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .arrow-down:before {
    display: block;
    padding: 5px 65px;
    background: #20242d;
    border-radius: 5px 5px 0 0;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 300ms ease-in-out; }
    .show-nav-arrow-down .arrow-down:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

.arrow-up {
  position: fixed;
  top: 82px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .arrow-up:before {
    display: block;
    padding: 5px 65px;
    background: #20242d;
    border-radius: 0 0 5px 5px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 300ms ease-in-out; }
    .show-nav-arrow-up .arrow-up:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

.fp-viewing-chapter3 section .arrow-down,
.fp-viewing-intro-0 section .arrow-down,
.fp-viewing-intro-0 section .arrow-down,
.fp-viewing-intro-1 section .arrow-down {
  display: none; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #fff; }

section, div, p {
  display: block; }

p {
  margin-bottom: 1em; }

p:last-child {
  margin-bottom: 0; }

a {
  border-bottom: 1px dotted;
  color: #fff;
  text-decoration: none;
  transition: color 300ms ease-in-out; }
  a:hover {
    color: #a79f75; }

.full-glossary {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 40px; }
  .full-glossary .glossary-term {
    border: 0;
    cursor: default; }
    .full-glossary .glossary-term span {
      display: none !important; }
  .full-glossary li {
    display: table-row; }
  .full-glossary h4 {
    display: table-cell;
    width: 30%;
    padding-bottom: 1em; }
  .full-glossary .description {
    display: table-cell;
    padding-bottom: 1em;
    font-size: 13px; }

a.glossary-term {
  position: relative;
  border-bottom: 1px dotted #fff;
  white-space: nowrap;
  cursor: help; }
  a.glossary-term span {
    position: absolute;
    bottom: 25px;
    left: -50px;
    z-index: 9781;
    display: none;
    width: 350px;
    padding: 10px;
    border: 1px solid #20242d;
    background: #fff;
    font-size: 11px;
    font-style: normal;
    color: #20242d;
    white-space: normal;
    box-shadow: 0 12px 0 -8px rgba(0, 0, 0, 0.3); }
  a.glossary-term:hover span.visible {
    display: block; }

.references-search-form {
  padding: 40px;
  text-align: center; }
  .references-search-form input {
    width: 500px;
    padding: 5px;
    font-family: 'Pacifico', cursive;
    font-size: 16px; }
  .references-search-form label {
    margin: 0 10px;
    font-family: 'Abril Fatface', cursive;
    text-transform: uppercase; }

.all-references-list {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  padding: 40px; }
  .all-references-list .internal-link {
    position: absolute;
    top: -150px; }
  .all-references-list * {
    font-size: 16px; }
  .all-references-list li {
    position: relative;
    display: block;
    width: 70%;
    margin: 0 auto 1.5em; }
    .all-references-list li .reference-link a {
      font-size: 12px; }
    .all-references-list li .reference-abstract {
      display: block;
      padding: 10px;
      background: #f2f2f2; }
      .all-references-list li .reference-abstract *:last-child {
        margin-bottom: 0; }
    .all-references-list li.off .reference-abstract {
      display: none; }
    .all-references-list li h5, .all-references-list li h4 {
      margin-bottom: 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      cursor: pointer;
      user-select: none; }
      .all-references-list li h5:after, .all-references-list li h4:after {
        margin: 10px 0 10px 10px;
        padding: 5px 10px;
        background: #efefef;
        font-size: 10px;
        letter-spacing: 1px;
        font-family: 'Abril Fatface', cursive;
        text-transform: uppercase;
        white-space: nowrap; }
      .all-references-list li h5 small, .all-references-list li h4 small {
        display: block;
        margin-top: 5px;
        font-size: 0.8em;
        font-weight: normal; }

.in-text-reference {
  margin-bottom: 30px; }

body.es .all-references-list li.off h5:after,
body.es .all-references-list li.off h4:after {
  content: 'mostrar resumen'; }

body.es .all-references-list li h5:after, body.es .all-references-list li h4:after {
  content: 'ocultar resumen'; }

body.en .all-references-list li.off h5:after,
body.en .all-references-list li.off h4:after {
  content: 'show abstract'; }

body.en .all-references-list li h5:after, body.en .all-references-list li h4:after {
  content: 'hide abstract'; }

body.fr .all-references-list li.off h5:after,
body.fr .all-references-list li.off h4:after {
  content: 'montrez le résumé'; }

body.fr .all-references-list li h5:after, body.fr .all-references-list li h4:after {
  content: 'cachez le résumé'; }

.scroll-top, .contact-link {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 12001;
  display: none;
  width: 70px;
  height: 50px;
  padding-top: 27px;
  background: #fff;
  font-size: 14px;
  color: #20242d;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  user-select: none;
  font-family: 'Abril Fatface', cursive;
  text-align: center;
  text-transform: uppercase; }
  .scroll-top span, .contact-link span {
    display: none; }
  .with-popup .scroll-top, .with-popup .contact-link {
    display: block; }
  .scroll-top:after, .contact-link:after {
    position: absolute;
    top: 9px;
    left: 18px;
    font-family: 'icomoon';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e905';
    font-size: 32px;
    color: #20242d; }

.secondary-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, visibility 0.01s linear;
  -webkit-transition-delay: 0.01s, 0s;
  transition: opacity 0.2s linear 0.01s, visibility 0.01s linear;
  color: #20242d; }
  .secondary-popup > .content {
    position: relative;
    z-index: 1;
    transition: top 0.1s linear, left 0.1s linear, right 0.1s linear, bottom 0.1s linear; }
  .secondary-popup h3 {
    font-style: normal; }
  .secondary-popup.on {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transition: opacity 0.2s linear, top 0.2s linear, visibility 0.01s linear; }
    .secondary-popup.on .inner-content {
      position: relative;
      z-index: 10;
      max-width: 900px;
      min-height: 100vh;
      margin: 0 auto;
      padding: 70px 60px 40px;
      background: #fff; }
  .secondary-popup h2 {
    position: relative;
    margin-bottom: 40px;
    padding: 40px 0;
    border-bottom: 1px dotted #20242d;
    color: #20242d;
    text-align: center; }
    .secondary-popup h2 .bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      background-repeat: no-repeat;
      background-size: cover;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3;
      border-radius: 10px; }
    .secondary-popup h2 span, .secondary-popup h2 small {
      position: relative;
      z-index: 1; }
    .secondary-popup h2.with-bg {
      padding: 70px 0;
      border-bottom: 0; }
    .secondary-popup h2 span {
      display: block;
      padding-bottom: 20px;
      font-family: 'Oswald';
      font-weight: 300;
      font-size: 45px; }
    .secondary-popup h2 small {
      display: block;
      font-family: 'Abril Fatface', cursive;
      font-size: 16px;
      letter-spacing: 2px;
      text-transform: uppercase; }
  .secondary-popup .main-image {
    margin-bottom: 30px; }
  .secondary-popup .body-wrapper {
    display: table; }
  .secondary-popup .description, .secondary-popup .downloads, .secondary-popup .taxonomies {
    display: table-cell;
    vertical-align: top; }
  .secondary-popup .description {
    width: 60%;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Lora', serif;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .secondary-popup .description {
        font-size: 16px; } }
    .secondary-popup .description p, .secondary-popup .description blockquote, .secondary-popup .description figure {
      margin-bottom: 1em; }
    .secondary-popup .description strong {
      font-weight: 700; }
    .secondary-popup .description em {
      font-style: italic; }
    .secondary-popup .description h4 {
      margin-bottom: 0.5em;
      font-size: 1.5em;
      font-weight: 700;
      line-height: 1.1; }
      .secondary-popup .description h4.small {
        margin: 0;
        font-size: 18px; }
    .secondary-popup .description h5 {
      margin-bottom: 0.5em;
      font-size: 1.1em;
      font-weight: 700; }
    .secondary-popup .description h6 {
      margin-bottom: 0.5em;
      font-weight: 700; }
    .secondary-popup .description blockquote {
      padding: 20px;
      background: #e4e4e4; }
    .secondary-popup .description a {
      border-bottom: 1px dotted #4ba4e2;
      color: #4ba4e2;
      text-decoration: none; }
    .secondary-popup .description .flex-video {
      position: relative;
      height: 0;
      padding-top: 1.38889rem;
      padding-bottom: 67.5%;
      overflow: hidden; }
    .secondary-popup .description .flex-video iframe, .secondary-popup .description .flex-video object, .secondary-popup .description .flex-video embed, .secondary-popup .description .flex-video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .secondary-popup .description figcaption,
    .secondary-popup .description .caption {
      display: block;
      padding: 10px;
      background: #f3f4f5;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 0.7em; }
    .secondary-popup .description .references .ref-anchor {
      position: relative;
      top: -5px;
      margin-left: 0.2em;
      border: 0;
      font-size: 1em;
      font-family: 'Abril Fatface', cursive; }
      .secondary-popup .description .references .ref-anchor:before {
        content: '['; }
      .secondary-popup .description .references .ref-anchor:after {
        content: ']'; }
    .secondary-popup .description .references-wrapper h3 {
      font-family: 'Abril Fatface', cursive;
      margin-bottom: 30px;
      font-size: 1.25em;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .secondary-popup .description .references-wrapper h4 {
      display: inline-block;
      margin-bottom: 10px;
      border-bottom: 1px dotted #20242d;
      font-size: 1em;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      cursor: pointer;
      user-select: none; }
    .secondary-popup .description .references-wrapper ul {
      padding-left: 0;
      font-size: 0.8em;
      overflow: hidden;
      *zoom: 1; }
    .secondary-popup .description .references-wrapper li {
      position: relative;
      display: block;
      padding: 0 20px 20px 30px; }
      .secondary-popup .description .references-wrapper li .ref-index {
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'Abril Fatface', cursive;
        font-size: 1.1em; }
      .secondary-popup .description .references-wrapper li .reference-link, .secondary-popup .description .references-wrapper li .reference-abstract {
        display: block; }
      .secondary-popup .description .references-wrapper li .reference-link {
        border-bottom: 0;
        word-break: break-all; }
      .secondary-popup .description .references-wrapper li.off .reference-link, .secondary-popup .description .references-wrapper li.off .reference-abstract {
        display: none; }
    .secondary-popup .description .in-text-reference {
      font-size: 0.75em; }
      .secondary-popup .description .in-text-reference .reference-link a {
        font-size: 12px; }
      .secondary-popup .description .in-text-reference .reference-abstract {
        display: block;
        padding: 10px;
        background: #f2f2f2; }
        .secondary-popup .description .in-text-reference .reference-abstract *:last-child {
          margin-bottom: 0; }
      .secondary-popup .description .in-text-reference.off .reference-abstract {
        display: none; }
      .secondary-popup .description .in-text-reference h5, .secondary-popup .description .in-text-reference h4 {
        margin-bottom: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        cursor: pointer;
        user-select: none; }
        .secondary-popup .description .in-text-reference h5:after, .secondary-popup .description .in-text-reference h4:after {
          margin: 10px 0 10px 10px;
          padding: 5px 10px;
          background: #efefef;
          font-size: 10px;
          letter-spacing: 1px;
          font-family: 'Abril Fatface', cursive;
          text-transform: uppercase;
          white-space: nowrap; }
        .secondary-popup .description .in-text-reference h5 small, .secondary-popup .description .in-text-reference h4 small {
          display: block;
          margin-top: 5px;
          font-size: 0.8em;
          font-weight: normal; }
    .secondary-popup .description a.glossary-term {
      border-bottom: 1px dotted #20242d;
      color: #20242d; }
    .secondary-popup .description blockquote strong {
      display: block;
      margin-top: 10px;
      font-style: normal; }
    .secondary-popup .description strong.box {
      display: block;
      padding: 20px; }
    .secondary-popup .description ul {
      margin-bottom: 1em;
      padding-left: 40px; }
      .secondary-popup .description ul li {
        padding-left: 5px;
        list-style-type: disc; }
    .secondary-popup .description ol {
      margin-bottom: 1em;
      padding-left: 40px;
      list-style-type: decimal; }
    .secondary-popup .description .no-scale img {
      margin: 20px auto; }
    .secondary-popup .description img {
      display: block;
      max-width: 100% !important;
      height: auto !important;
      margin: 0 auto; }
    .secondary-popup .description .infographic {
      position: relative;
      width: 100%;
      margin: 20px 0 40px;
      padding: 0; }
      .secondary-popup .description .infographic figcaption {
        display: none; }
    .secondary-popup .description .picture {
      /* to be edited */ }
      .secondary-popup .description .picture.no-scale img {
        width: auto !important; }
      .secondary-popup .description .picture figcaption {
        display: block;
        padding: 5px;
        font-size: 0.75em;
        color: #20242d;
        text-align: center; }
      .secondary-popup .description .picture span.credit {
        font-weight: 700; }
    .secondary-popup .description .read-more {
      padding: 20px;
      border: 1px solid rgba(68, 68, 68, 0.2); }
      .secondary-popup .description .read-more em {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(68, 68, 68, 0.2);
        text-align: center; }
      .secondary-popup .description .read-more ul li {
        margin-bottom: 10px; }
    .secondary-popup .description table {
      border: 1px solid #a79f75; }
      .secondary-popup .description table thead {
        background: #a79f75; }
        .secondary-popup .description table thead th {
          padding: 10px;
          font-family: 'Montserrat', sans-serif;
          font-style: normal;
          font-weight: 200;
          font-size: 14px;
          color: #fff;
          text-align: center; }
      .secondary-popup .description table tbody td {
        padding: 10px;
        font-family: 'Lora', serif;
        font-weight: 400;
        font-size: 14px;
        text-align: center; }
    .secondary-popup .description figure.align-left {
      float: left;
      margin: 0 20px 10px 0; }
    .secondary-popup .description figure.logo {
      width: 200px;
      padding: 10px;
      background: #efefef; }
      .secondary-popup .description figure.logo img {
        padding: 10px;
        background: #fff; }
    .secondary-popup .description hr {
      margin: 40px 0;
      border-top: 0;
      border-bottom: 1px solid #a79f75; }
  .secondary-popup .close-anchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.85); }
  .secondary-popup .close-button {
    position: fixed;
    top: 70px;
    left: 50%;
    margin-left: -495px;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    user-select: none; }
    .secondary-popup .close-button:before {
      position: absolute;
      top: 5px;
      left: 5px;
      font-size: 30px;
      color: #20242d; }
  .secondary-popup .taxonomies img {
    max-width: 250px;
    height: auto !important;
    max-height: 250px;
    margin-bottom: 20px; }
  .secondary-popup .taxonomies h3 {
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 30px; }
  .secondary-popup .taxonomies strong {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: 'Abril Fatface', cursive; }
  .secondary-popup .downloads {
    padding-left: 20px;
    text-align: left; }
    .secondary-popup .downloads h3 {
      font-family: 'Abril Fatface', cursive;
      margin-bottom: 30px;
      font-size: 30px; }
    .secondary-popup .downloads th {
      padding-bottom: 5px;
      font-family: 'Abril Fatface', cursive;
      font-size: 12px;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .secondary-popup .downloads td {
      vertical-align: top;
      padding: 3px 10px 10px 0;
      font-family: 'Abril Fatface', cursive; }
      .secondary-popup .downloads td:nth-child(2) {
        font-size: 13px; }
    .secondary-popup .downloads a {
      position: relative;
      display: block;
      padding-left: 20px;
      font-size: 16px;
      color: #20242d;
      text-decoration: none; }
      .secondary-popup .downloads a:before {
        position: absolute;
        top: 1px;
        left: 0;
        margin-right: 10px;
        font-family: 'icomoon';
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        speak: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e005'; }
  .secondary-popup.fund-popup {
    z-index: 205; }
  .secondary-popup.case-details .body-wrapper {
    display: block; }
  .secondary-popup.case-details .description {
    width: 100%; }
  .secondary-popup.case-details .references-wrapper {
    margin-top: 50px; }
  .secondary-popup.case-details .generated-pdf-download {
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase; }

.contact-link {
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  padding-top: 0; }
  .contact-link:after {
    display: none; }
  .contact-link a {
    display: block;
    height: 50px;
    padding: 20px 4px;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 11px;
    color: #20242d;
    text-decoration: none; }

/* languages switch */
.subsites-menu {
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 90009;
  display: block;
  width: 70px;
  border-bottom: 1px solid #20242d;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  user-select: none; }
  .subsites-menu h3 {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 11px;
    line-height: 50px;
    color: #20242d;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 300; }
  .subsites-menu li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    opacity: 0; }
  .subsites-menu a {
    font-family: 'Oswald';
    font-weight: 300;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    user-select: none;
    display: block;
    width: 70px;
    height: 50px;
    background: #20242d;
    font-size: 11px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none; }
  .subsites-menu:hover li {
    top: 0;
    left: 70px;
    opacity: 1; }
    .subsites-menu:hover li:nth-child(2) {
      left: 140px; }
    .subsites-menu:hover li:nth-child(3) {
      left: 210px; }

.popup {
  position: fixed;
  top: 83px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 202;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .popup.active {
    visibility: visible; }

.prev-next {
  position: absolute;
  top: 30px;
  z-index: 1000;
  display: block;
  width: 100%;
  font-size: 14px; }
  .prev-next .prev, .prev-next .next {
    position: absolute; }
  .prev-next .prev {
    left: 50px; }
    .prev-next .prev:before {
      position: absolute;
      top: 0;
      left: -25px;
      z-index: 2;
      width: 0;
      height: 0;
      content: '';
      border-right: 5px solid #20242d;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      content: ''; }
  .prev-next .next {
    right: 50px; }
    .prev-next .next:after {
      position: absolute;
      top: 0;
      right: -25px;
      z-index: 2;
      width: 0;
      height: 0;
      content: '';
      border-left: 5px solid #20242d;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      content: ''; }
  .prev-next a {
    font-family: 'Raleway';
    font-weight: 100;
    color: #20242d;
    text-decoration: none; }

.close-anchor {
  position: absolute;
  top: 83px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  user-select: none; }

.ajax-loaded {
  z-index: 200; }

.story-popup {
  position: relative;
  z-index: 2;
  padding-top: 0; }
  .story-popup .close-button {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 30px;
    left: calc(50% - 515px);
    z-index: 89;
    width: 50px;
    height: 50px;
    padding: 1px;
    border: 3px solid #a79f75;
    background: #867d50;
    border-radius: 50%; }
    .story-popup .close-button:before {
      position: absolute;
      top: 5px;
      left: 5px;
      font-size: 30px;
      color: #20242d; }
    .story-popup .close-button:before {
      top: 50%;
      left: 50%;
      background: #a79f75;
      border-radius: 50%;
      font-size: 40px;
      color: #fff;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .story-popup .story-wrapper {
    position: relative;
    z-index: 3;
    width: 960px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 20px;
    border-right: 1px solid #a79f75;
    border-left: 1px solid #a79f75;
    overflow: visible;
    color: #20242d;
    cursor: default; }
    .story-popup .story-wrapper:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(50% - 530px);
      z-index: 3;
      width: 80px;
      min-height: 100vh;
      background: #f3f4f5;
      content: ''; }
    .story-popup .story-wrapper:after {
      position: absolute;
      top: 0;
      right: calc(50% - 530px);
      bottom: 0;
      z-index: 3;
      width: 80px;
      min-height: 100vh;
      background: #f3f4f5;
      content: ''; }
  .story-popup article {
    position: relative; }

.with-popup {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

.story-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #fff; }
  .story-wrapper header {
    position: fixed;
    top: 83px;
    left: calc(50% - 7px);
    z-index: 100;
    width: 898px;
    background: #fff;
    color: #fff;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .story-wrapper .sub-pages li {
    display: block; }
  .story-wrapper .sub-pages a {
    display: inline-block;
    margin: 0 15px 8px 0;
    padding: 5px 7px;
    border: 1px solid #fff;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0;
    color: #20242d;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    user-select: none; }
    .story-wrapper .sub-pages a.active {
      background: #20242d;
      color: #fff; }
  .story-wrapper h2 {
    font-family: 'Abril Fatface', cursive;
    padding: 30px 0 20px;
    border-bottom: 2px solid #a79f75;
    font-size: 40px;
    letter-spacing: 0;
    color: #20242d;
    text-align: center; }
  .story-wrapper .intro {
    position: relative;
    top: 20px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-top: 0;
    background: #fff;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 20px;
    font-variant: small-caps;
    color: #20242d;
    text-align: center; }

.menu-body-wrapper {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  table-layout: fixed; }

.sub-pages, .story-body {
  display: table-cell;
  padding: 40px; }

.sub-pages {
  vertical-align: top;
  width: 250px; }

.story-body {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Lora', serif;
  font-weight: 400;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .story-body {
      font-size: 16px; } }
  .story-body p, .story-body blockquote, .story-body figure {
    margin-bottom: 1em; }
  .story-body strong {
    font-weight: 700; }
  .story-body em {
    font-style: italic; }
  .story-body h4 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.1; }
    .story-body h4.small {
      margin: 0;
      font-size: 18px; }
  .story-body h5 {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    font-weight: 700; }
  .story-body h6 {
    margin-bottom: 0.5em;
    font-weight: 700; }
  .story-body blockquote {
    padding: 20px;
    background: #e4e4e4; }
  .story-body a {
    border-bottom: 1px dotted #4ba4e2;
    color: #4ba4e2;
    text-decoration: none; }
  .story-body .flex-video {
    position: relative;
    height: 0;
    padding-top: 1.38889rem;
    padding-bottom: 67.5%;
    overflow: hidden; }
  .story-body .flex-video iframe, .story-body .flex-video object, .story-body .flex-video embed, .story-body .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .story-body figcaption,
  .story-body .caption {
    display: block;
    padding: 10px;
    background: #f3f4f5;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.7em; }
  .story-body .references .ref-anchor {
    position: relative;
    top: -5px;
    margin-left: 0.2em;
    border: 0;
    font-size: 1em;
    font-family: 'Abril Fatface', cursive; }
    .story-body .references .ref-anchor:before {
      content: '['; }
    .story-body .references .ref-anchor:after {
      content: ']'; }
  .story-body .references-wrapper h3 {
    font-family: 'Abril Fatface', cursive;
    margin-bottom: 30px;
    font-size: 1.25em;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .story-body .references-wrapper h4 {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px dotted #20242d;
    font-size: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    user-select: none; }
  .story-body .references-wrapper ul {
    padding-left: 0;
    font-size: 0.8em;
    overflow: hidden;
    *zoom: 1; }
  .story-body .references-wrapper li {
    position: relative;
    display: block;
    padding: 0 20px 20px 30px; }
    .story-body .references-wrapper li .ref-index {
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'Abril Fatface', cursive;
      font-size: 1.1em; }
    .story-body .references-wrapper li .reference-link, .story-body .references-wrapper li .reference-abstract {
      display: block; }
    .story-body .references-wrapper li .reference-link {
      border-bottom: 0;
      word-break: break-all; }
    .story-body .references-wrapper li.off .reference-link, .story-body .references-wrapper li.off .reference-abstract {
      display: none; }
  .story-body .in-text-reference {
    font-size: 0.75em; }
    .story-body .in-text-reference .reference-link a {
      font-size: 12px; }
    .story-body .in-text-reference .reference-abstract {
      display: block;
      padding: 10px;
      background: #f2f2f2; }
      .story-body .in-text-reference .reference-abstract *:last-child {
        margin-bottom: 0; }
    .story-body .in-text-reference.off .reference-abstract {
      display: none; }
    .story-body .in-text-reference h5, .story-body .in-text-reference h4 {
      margin-bottom: 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      cursor: pointer;
      user-select: none; }
      .story-body .in-text-reference h5:after, .story-body .in-text-reference h4:after {
        margin: 10px 0 10px 10px;
        padding: 5px 10px;
        background: #efefef;
        font-size: 10px;
        letter-spacing: 1px;
        font-family: 'Abril Fatface', cursive;
        text-transform: uppercase;
        white-space: nowrap; }
      .story-body .in-text-reference h5 small, .story-body .in-text-reference h4 small {
        display: block;
        margin-top: 5px;
        font-size: 0.8em;
        font-weight: normal; }
  .story-body a.glossary-term {
    border-bottom: 1px dotted #20242d;
    color: #20242d; }
  .story-body blockquote strong {
    display: block;
    margin-top: 10px;
    font-style: normal; }
  .story-body strong.box {
    display: block;
    padding: 20px; }
  .story-body ul {
    margin-bottom: 1em;
    padding-left: 40px; }
    .story-body ul li {
      padding-left: 5px;
      list-style-type: disc; }
  .story-body ol {
    margin-bottom: 1em;
    padding-left: 40px;
    list-style-type: decimal; }
  .story-body .no-scale img {
    margin: 20px auto; }
  .story-body img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto; }
  .story-body .infographic {
    position: relative;
    width: 100%;
    margin: 20px 0 40px;
    padding: 0; }
    .story-body .infographic figcaption {
      display: none; }
  .story-body .picture {
    /* to be edited */ }
    .story-body .picture.no-scale img {
      width: auto !important; }
    .story-body .picture figcaption {
      display: block;
      padding: 5px;
      font-size: 0.75em;
      color: #20242d;
      text-align: center; }
    .story-body .picture span.credit {
      font-weight: 700; }
  .story-body .read-more {
    padding: 20px;
    border: 1px solid rgba(68, 68, 68, 0.2); }
    .story-body .read-more em {
      display: block;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(68, 68, 68, 0.2);
      text-align: center; }
    .story-body .read-more ul li {
      margin-bottom: 10px; }
  .story-body table {
    border: 1px solid #a79f75; }
    .story-body table thead {
      background: #a79f75; }
      .story-body table thead th {
        padding: 10px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 200;
        font-size: 14px;
        color: #fff;
        text-align: center; }
    .story-body table tbody td {
      padding: 10px;
      font-family: 'Lora', serif;
      font-weight: 400;
      font-size: 14px;
      text-align: center; }
  .story-body figure.align-left {
    float: left;
    margin: 0 20px 10px 0; }
  .story-body figure.logo {
    width: 200px;
    padding: 10px;
    background: #efefef; }
    .story-body figure.logo img {
      padding: 10px;
      background: #fff; }
  .story-body hr {
    margin: 40px 0;
    border-top: 0;
    border-bottom: 1px solid #a79f75; }
  .story-body .expandable {
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px dashed #c2c2c2;
    background: #f8f8f8; }
    .story-body .expandable > .teaser {
      padding-right: 50px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      cursor: pointer;
      user-select: none; }
    .story-body .expandable > .content {
      padding: 10px;
      background-color: #f2f2f2; }
    .story-body .expandable .collapse-trigger {
      display: block;
      padding: 10px 0;
      border: 0;
      background: #ddd;
      font-size: 12px;
      letter-spacing: 2px;
      color: #20242d;
      text-align: center;
      text-transform: uppercase;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      cursor: pointer;
      user-select: none;
      font-family: 'Abril Fatface', cursive; }
    .story-body .expandable .expandable-trigger {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      border: 0;
      background: #efefef;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      cursor: pointer;
      user-select: none; }
      .story-body .expandable .expandable-trigger:after {
        position: absolute;
        top: 15px;
        left: 10px;
        z-index: 2;
        width: 0;
        height: 0;
        content: '';
        border-top: 5px solid #20242d;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        transition: transform 0.5s ease; }
      .story-body .expandable .expandable-trigger.open:after {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.single-story {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 35px; }

.stories-menu {
  display: table;
  width: 100%; }
  .stories-menu li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin-right: 1em;
    background: #20242d; }
    .stories-menu li:last-child {
      border-right: 0; }
    .stories-menu li.active {
      background: #a79f75; }
      .stories-menu li.active:after {
        position: absolute;
        bottom: -12px;
        left: 50%;
        display: block;
        margin-left: -16px;
        z-index: 2;
        width: 0;
        height: 0;
        content: '';
        border-top: 12px solid #a79f75;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        content: ''; }
  .stories-menu a {
    position: relative;
    display: block;
    vertical-align: top;
    padding: 10px;
    border: 0;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-decoration: none; }

.mobile-trigger {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  user-select: none;
  height: auto;
  padding: 14px 0;
  text-align: center; }
  .mobile-trigger span {
    padding: 5px 10px;
    border: 1px solid #fff;
    text-transform: uppercase; }
    .mobile-trigger span:before {
      position: relative;
      top: 1px;
      margin-right: 5px;
      color: #fff; }

.mobile-close-popup {
  display: none; }

@media only screen and (min-width: 1600px) {
  .index .main-menu ul {
    margin: 0 20vw; } }

@media only screen and (max-width: 1280px) {
  .index .main-menu h3 {
    font-size: 1.3em; } }

@media only screen and (max-width: 1024px) {
  .chapters-menu table th a {
    font-size: 16px; }
  .arrow-up {
    top: 77px; }
  .intro-2 .description {
    display: block;
    margin: 0; }
    .intro-2 .description p {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }
  .chapter .read-more {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .chapter .read-more li {
      max-width: 30vw;
      margin-top: 20px; }
  .chapter .chapter-intro-container .chapter-intro {
    display: block; }
    .chapter .chapter-intro-container .chapter-intro p {
      max-width: 100%;
      font-size: 1.6vh;
      text-align: center; }
  section.chapter i {
    font-size: 100px; }
  section.chapter .read-more {
    margin-top: 20px; }
  section.chapter.chapter-5 .chapter-intro-container {
    margin: 0 -40px;
    background: rgba(0, 0, 0, 0.6); }
    section.chapter.chapter-5 .chapter-intro-container .chapter-intro {
      max-width: 900px;
      padding: 3vh 0;
      background: transparent; }
      section.chapter.chapter-5 .chapter-intro-container .chapter-intro p {
        font-size: 1.6vh;
        text-align: left; }
  section.chapter.chapter-3 .chapter-intro-container {
    margin: 2vh 0; }
  .popup {
    top: 77px; }
    .popup .story-popup .story-wrapper {
      width: 800px; }
      .popup .story-popup .story-wrapper:before {
        left: calc(50% - 480px); }
      .popup .story-popup .story-wrapper:after {
        right: calc(50% - 480px); }
      .popup .story-popup .story-wrapper header {
        top: 76px;
        width: 798px; }
    .popup .story-popup .close-button {
      left: calc(50% - 465px); }
  .index .main-menu h3 {
    font-size: 1.2em; }
  .index .main-menu ul {
    margin: 0 5vw; }
  .fp-controlArrow.fp-prev:before,
  .fp-controlArrow.fp-next:before {
    padding: 45px 5px;
    font-size: 24px; }
  .fp-controlArrow.fp-next {
    right: 34px; }
  .arrow-down:before,
  .arrow-up:before {
    padding: 5px 45px;
    font-size: 24px; } }

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  section.chapter i {
    font-size: 164px; }
  section.chapter.chapter-5 .chapter-intro-container .chapter-intro p.partner {
    font-size: 1.2vh; }
    section.chapter.chapter-5 .chapter-intro-container .chapter-intro p.partner .logo {
      width: 150px;
      margin-bottom: 0; }
  section .index .main-menu h3 {
    height: 5vh; } }

@media only screen and (max-width: 812px) and (orientation: landscape) {
  .mobile-trigger {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: block;
    border-bottom: 3px solid #a79f75;
    background: #20242d; }
  .chapters-menu {
    position: relative;
    top: 0;
    border-bottom: 0; }
    .chapters-menu.open {
      z-index: 100; }
      .chapters-menu.open table {
        top: 55px; }
    .chapters-menu table {
      position: fixed;
      top: -350px;
      right: 0;
      left: 0;
      transition: top 700ms ease-in-out;
      z-index: 99;
      background: #20242d; }
      .chapters-menu table tbody {
        display: block;
        width: 100%;
        padding: 20px 0;
        overflow: auto; }
        .chapters-menu table tbody tr {
          display: block;
          width: 100%; }
          .chapters-menu table tbody tr th {
            display: block;
            float: left;
            width: 50%;
            padding-left: 20px;
            text-align: left; }
            .chapters-menu table tbody tr th a {
              margin-bottom: 10px;
              padding: 0;
              overflow: hidden; }
              .chapters-menu table tbody tr th a i {
                position: relative;
                top: 7px;
                left: 0;
                display: inline-block;
                -ms-transform: none;
                    transform: none;
                font-size: 30px; }
              .chapters-menu table tbody tr th a span {
                width: auto;
                margin-top: 11px;
                margin-left: 10px; }
  .index,
  .intro {
    border-top: 3px solid #a79f75; }
  .intro-1 {
    height: 100vh;
    margin: 0;
    border: 0; }
    .intro-1 h1 {
      font-size: 6vw; }
      .intro-1 h1 span {
        font-size: 8vw; }
  .intro-2 {
    margin: 0; }
    .intro-2 p {
      margin: 0;
      font-size: 1.8vw; }
  .index {
    margin: 0;
    padding-bottom: 40px; }
    .index h2 {
      width: 40vw;
      height: 15vw;
      margin-top: 10vh; }
    .index .main-menu ul li {
      margin: 0 0 40px; }
    .index .main-menu ul ul {
      margin-top: 2vw; }
    .index .main-menu ul h3 {
      height: 10vw;
      margin: 0 10%;
      font-size: 1em; }
    .index .main-menu a {
      font-size: 1.5vw; }
  section.chapter-1, section.chapter-2, section.chapter-3 {
    padding: 5vw 0; }
    section.chapter-1 .chapter-icon, section.chapter-2 .chapter-icon, section.chapter-3 .chapter-icon {
      display: block;
      margin: 0;
      font-size: 80px; }
  section.chapter-3 {
    padding-bottom: 0; }
    section.chapter-3 p {
      padding-bottom: 40px; }
  section.chapter {
    border-top: 3px solid #a79f75; }
    section.chapter h2 {
      font-size: 4vw; }
    section.chapter .read-more a {
      font-size: 2vw; }
    section.chapter .read-more li {
      width: 40vw;
      max-width: 40vw; }
    section.chapter .intro {
      font-size: 1.6vw; }
    section.chapter .chapter-intro-container {
      margin: 4vw 0 2vh;
      padding: 4vw 0; }
      section.chapter .chapter-intro-container .chapter-intro p {
        padding-bottom: 20px;
        font-size: 1.6vw; }
    section.chapter.chapter-4 {
      margin: 0;
      border-top: 0; }
      section.chapter.chapter-4 h2,
      section.chapter.chapter-4 .chapter-icon {
        display: none; }
      section.chapter.chapter-4 .read-more {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        width: calc(100vw - 80px);
        margin: 0;
        padding: 40px 0; }
        section.chapter.chapter-4 .read-more li {
          width: calc(50vw - 80px);
          max-width: calc(50vw - 80px);
          padding: 0 0 20px; }
    section.chapter.chapter-5 .chapter-intro-container .chapter-intro {
      max-width: 90vw; }
      section.chapter.chapter-5 .chapter-intro-container .chapter-intro p {
        font-size: 1.6vw; }
        section.chapter.chapter-5 .chapter-intro-container .chapter-intro p.partner {
          font-size: 1.4vw; }
      section.chapter.chapter-5 .chapter-intro-container .chapter-intro h4 {
        font-size: 2vw; }
  footer {
    border-top: 3px solid #a79f75; } }

@media only screen and (max-width: 768px) {
  .mobile-trigger {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: block;
    border-bottom: 5px solid #a79f75;
    background: #20242d; }
  .chapters-menu {
    position: relative;
    top: 0;
    border-bottom: 0; }
    .chapters-menu.open {
      z-index: 100; }
      .chapters-menu.open table {
        top: 55px; }
    .chapters-menu table {
      position: fixed;
      top: -350px;
      right: 0;
      left: 0;
      transition: top 700ms ease-in-out;
      z-index: 99;
      background: #20242d; }
      .chapters-menu table tbody {
        display: block;
        width: 100%;
        padding: 20px 0;
        overflow: auto; }
        .chapters-menu table tbody tr {
          display: block;
          width: 100%; }
          .chapters-menu table tbody tr th {
            display: block;
            float: left;
            width: 50%;
            padding-left: 20px;
            text-align: left; }
            .chapters-menu table tbody tr th a {
              margin-bottom: 10px;
              padding: 0;
              overflow: hidden; }
              .chapters-menu table tbody tr th a i {
                position: relative;
                top: 7px;
                left: 0;
                display: inline-block;
                -ms-transform: none;
                    transform: none;
                font-size: 30px; }
              .chapters-menu table tbody tr th a span {
                width: auto;
                margin-top: 11px;
                margin-left: 10px; }
  .intro-1 {
    height: 100vh;
    margin: 0;
    border: 0; }
  .intro-2 {
    margin: 0; }
    .intro-2 p {
      margin: 0; }
  .index {
    margin: 0;
    padding-bottom: 40px; }
    .index h2 {
      width: 30vh;
      margin-top: 10vh; }
    .index .main-menu ul {
      display: block; }
      .index .main-menu ul li {
        width: 100%;
        margin: 0 0 40px; }
      .index .main-menu ul h3 {
        margin: 0 20%; }
    .index .main-menu h3 {
      height: auto;
      padding-bottom: 20px; }
  section.chapter-1, section.chapter-2 {
    height: 100vh; }
  section.chapter-1 .chapter-icon, section.chapter-2 .chapter-icon, section.chapter-3 .chapter-icon {
    display: block;
    margin-top: 10vh; }
  section.chapter-3.chapter .chapter-intro-container {
    margin: 0;
    padding-bottom: 10vh;
    background: transparent; }
    section.chapter-3.chapter .chapter-intro-container .chapter-intro {
      padding: 20px;
      background: rgba(0, 0, 0, 0.6); }
  section.chapter-3 p {
    padding-bottom: 40px; }
  section.chapter-5.chapter .chapter-intro-container .chapter-intro {
    max-width: 90vw;
    padding: 3vh 0; }
    section.chapter-5.chapter .chapter-intro-container .chapter-intro .partners {
      margin-top: 5vh; }
    section.chapter-5.chapter .chapter-intro-container .chapter-intro p {
      font-size: 1.6vh; }
  section.chapter {
    border-top: 5px solid #a79f75; }
    section.chapter .read-more li {
      max-width: calc(45vw - 40px); }
    section.chapter .chapter-intro-container {
      margin: 2vh 0; }
    section.chapter.chapter-4 {
      border-top: 0; }
      section.chapter.chapter-4 h2,
      section.chapter.chapter-4 .chapter-icon {
        display: none; }
      section.chapter.chapter-4 .read-more {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin: 0;
        padding: 40px 0; }
        section.chapter.chapter-4 .read-more li {
          max-width: calc(45vw - 40px);
          padding: 0 0 20px; }
    section.chapter.chapter-5 {
      margin: 0 0 40px; }
  .popup {
    top: 55px; }
    .popup .story-popup .story-wrapper {
      width: calc(100% - 120px); }
      .popup .story-popup .story-wrapper h2 {
        font-size: 35px; }
      .popup .story-popup .story-wrapper:before {
        left: -61px;
        width: 60px; }
      .popup .story-popup .story-wrapper:after {
        right: -61px;
        width: 60px; }
      .popup .story-popup .story-wrapper header {
        top: 55px;
        width: calc(100% - 136px); }
        .popup .story-popup .story-wrapper header .close-button {
          left: -56px; }
        .popup .story-popup .story-wrapper header .stories-menu a {
          font-size: 14px; }
      .popup .story-popup .story-wrapper .story-body {
        padding: 20px;
        font-size: 16px; } }

@media only screen and (max-width: 736px) and (orientation: landscape) {
  .mobile-trigger {
    border-bottom: 3px solid #a79f75; }
  .index h2 {
    width: 40vw;
    height: 15vw; }
  .index .main-menu ul h3 {
    font-size: 1.2em; }
  .index .main-menu a {
    font-size: 2vw; }
  section.chapter-1 .chapter-icon, section.chapter-2 .chapter-icon, section.chapter-3 .chapter-icon {
    margin-top: 0; }
  section.chapter {
    border-top: 3px solid #a79f75; }
    section.chapter.chapter-5 .chapter-intro-container .chapter-intro p {
      font-size: 1.6vw; }
      section.chapter.chapter-5 .chapter-intro-container .chapter-intro p.partner {
        font-size: 1.4vw; }
    section.chapter.chapter-5 .chapter-intro-container .chapter-intro h4 {
      font-size: 2vw; }
  .popup {
    top: 53px; }
    .popup .story-popup .story-wrapper h2 {
      padding: 20px 0 15px; }
    .popup .story-popup .story-wrapper .intro {
      top: 10px; }
    .popup .story-popup .story-wrapper header {
      top: 53px; }
      .popup .story-popup .story-wrapper header .stories-menu {
        display: none; } }

@media only screen and (max-width: 568px) and (orientation: landscape) {
  .intro-2 p {
    font-size: 1em; }
  .index .main-menu a {
    font-size: 1em; }
  section.chapter-1, section.chapter-2, section.chapter-3 {
    height: auto; }
  section.chapter .read-more {
    max-width: 100vw; }
    section.chapter .read-more li {
      width: 50vw;
      max-width: calc(50vw - 40px); }
    section.chapter .read-more a {
      font-size: 0.9em; }
  section.chapter .chapter-intro-container .chapter-intro p {
    font-size: 1em; }
  section.chapter .intro {
    font-size: 0.9em; }
  section.chapter.chapter-4 .read-more {
    width: 100vw;
    max-width: 100vw;
    margin: 0 -40px; }
    section.chapter.chapter-4 .read-more li {
      max-width: calc(50vw - 40px); } }

@media only screen and (max-width: 414px) {
  .chapters-menu table tbody tr th {
    width: 100%;
    text-align: left; }
  .intro h1 {
    left: 50%;
    font-size: 3em;
    white-space: nowrap;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .index .main-menu ul h3 {
    height: 9vh;
    margin: 0 10%;
    padding: 0; }
  .index .main-menu a {
    font-size: 1em; }
  section.chapter .read-more li {
    width: 80vw;
    max-width: 80vw;
    padding: 0; }
    section.chapter .read-more li > span {
      width: 100%; }
  section.chapter.chapter-4 .read-more li {
    width: 80vw;
    max-width: 80vw;
    padding: 0; }
  section.chapter.chapter-3 .chapter-intro-container {
    margin: 2vh -40px 0; }
    section.chapter.chapter-3 .chapter-intro-container .chapter-intro {
      max-width: 100vw;
      margin: 0; }
  section.chapter.chapter .chapter-intro-container .chapter-intro p {
    font-size: 14px; }
  section.chapter.chapter .chapter-intro-container .chapter-intro h4 {
    font-size: 16px; }
  section.chapter.chapter-5 .chapter-intro-container .chapter-intro p {
    font-size: 14px; }
    section.chapter.chapter-5 .chapter-intro-container .chapter-intro p.partner {
      font-size: 12px; }
      section.chapter.chapter-5 .chapter-intro-container .chapter-intro p.partner .align-left {
        display: inline-block;
        float: none;
        margin: 0 0 10px;
        text-align: center; }
        section.chapter.chapter-5 .chapter-intro-container .chapter-intro p.partner .align-left.logo {
          width: 100%; }
          section.chapter.chapter-5 .chapter-intro-container .chapter-intro p.partner .align-left.logo img {
            max-width: 40%; }
  section.chapter.chapter-5 .chapter-intro-container .chapter-intro hr {
    margin: 20px 0; }
  .popup {
    top: 55px; }
    .popup .story-popup .story-wrapper {
      width: 100%; }
      .popup .story-popup .story-wrapper h2 {
        margin: 0 55px;
        font-size: 30px; }
      .popup .story-popup .story-wrapper:before {
        display: none; }
      .popup .story-popup .story-wrapper:after {
        display: none; }
      .popup .story-popup .story-wrapper header {
        width: calc(100% - 16px); }
        .popup .story-popup .story-wrapper header .close-button {
          left: 13px;
          width: 30px;
          height: 30px; }
        .popup .story-popup .story-wrapper header .stories-menu {
          display: none; }
        .popup .story-popup .story-wrapper header .intro {
          padding: 0 50px 15px;
          font-size: 18px; }
      .popup .story-popup .story-wrapper .story-body {
        padding: 20px 10px; }
        .popup .story-popup .story-wrapper .story-body h4 {
          font-size: 20px; }
        .popup .story-popup .story-wrapper .story-body caption, .popup .story-popup .story-wrapper .story-body th, .popup .story-popup .story-wrapper .story-body td {
          display: block;
          clear: both;
          width: 100%;
          padding: 5px 0; } }

@media only screen and (max-width: 375px) {
  section.chapter.chapter-5 {
    margin: 0 0 60px; }
  footer .privacy li:nth-child(2n) {
    margin: 0;
    padding: 0;
    border: 0; }
  footer .privacy li:last-child {
    display: block;
    margin-top: 5px; }
    footer .privacy li:last-child span {
      font-size: 9px; } }

@media only screen and (max-width: 320px) {
  .intro h1 {
    font-size: 2.5em; }
  .intro-2 p {
    font-size: 14px; }
  .index .main-menu ul h3 {
    height: 10vh;
    font-size: 1em; }
  .index .main-menu a {
    font-size: 0.8em; }
  section.chapter .chapter-icon {
    font-size: 80px; }
  section.chapter .read-more {
    margin-top: 20px; }
    section.chapter .read-more a {
      font-size: 14px; }
  section.chapter .chapter-intro-container .chapter-intro p {
    font-size: 14px; }
    section.chapter .chapter-intro-container .chapter-intro p.partner .align-left {
      display: inline-block;
      float: none;
      margin: 0 0 10px;
      text-align: center; }
      section.chapter .chapter-intro-container .chapter-intro p.partner .align-left.logo {
        width: 100%; }
        section.chapter .chapter-intro-container .chapter-intro p.partner .align-left.logo img {
          max-width: 50%; }
  section.chapter .chapter-intro-container .chapter-intro hr {
    margin: 20px 0; }
  section.chapter .intro {
    font-size: 0.8em; } }

/*
@media only screen and (max-width: $mobile-breakpoint) {
  
  body {
    background-image: none;
  }
  

   //index

  
  .index table th {
    @include titleFontLight; 
    font-size: 16px;
  }
  

   //top menu
  s
  .story-popup {
    
    .stories-menu {
      display: none;
    }
    
    .story-wrapper {
      
      h2 {
        font-size: 32px;
        padding: 15px;
      }
      
      width: 100%;
    }
  
    
  }
  
  .fixed nav.menu {
    
    padding: 0 60px;
    
    
    
    table, th, tr, td, thead {
      display: block;
    }
    
    .goto-index {
      display: none;
    }
    
    i.chapter-icon {
      position: relative;
      top: -2px;
      left: auto;
      margin: auto;
    }
    
    th.chapter-color {
      display: none;
      
      &.on {
        display: block;
      }
    }
      
    .mobile-close-popup {
       display: none;
       position: absolute;
       top: 14px;
       left: 10px;
       
       a {
         width: 40px;
         height: 40px;
         
         &:before {
               
            position: absolute;
            top: 5px;
            left: 5px;
            font-size: 30px; 
            @include iconFont;
            content: "\e902";
            color: $white;
 
         }
       }
       

    }   
      
    .mobile-trigger {  
      display: block;   
      height: auto;
      padding: 14px 0;
      text-align: center;
      
      a {
        color: $white;
        display: inline-block;
        padding: 10px;
        line-height: 20px;
        border: 1px solid $white;
      }
    }

 
  }
  
  .secondary-popup .close-button,
  .story-popup .close-button  {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 900;
  }
  // hide scroll hints
 
 .scrollHandle {
   text-indent: -200%;
   bottom: -3px;
 }
 
 // intro

  .intro1 {
    background-image: url("../img/man-field.jpg");
  }
  
 
 .intro2 .wr {
   background: $black;
   padding: 40px;
   position: relative;
   top: auto;
   left: auto;
   right: auto;
   bottom: auto;
 }
  
  h1 {

    b {
      display: block;
      @include titleFont;
      width: 100%;  
      font-weight: 400;
      font-size: 30px;
      text-transform: uppercase;
    }
    
    span, small {
      display: block;
      line-height: 25px; 
      font-size: 20px;
    }
    
  }
  

  .intro2 {
    min-height: 0;
    height: auto;
    padding-bottom: 0;
  }

  .intro1 {
    height: 100vh;
  }
  
    
  .intro2 {
   
    .copy {

        position: relative;
        top: auto;
        z-index: 8;
        max-width: 100%;
        padding: 20px;
        left: auto;
        @include transform(translateX(0) translateY(0));
        width: 100%;
        
      p {
        font-size: 18px;
        
        strong {
          font-size: 30px;
        }
      }
    }
    
  }
  
  // finance
 
  .finance-all-partners {
    
    th:nth-child(2),
    th:nth-child(3),
    th:nth-child(4),
    td:nth-child(2),
    td:nth-child(3),
    td:nth-child(4) {
      display: none;
    }
    
    td {
      padding: 0.5em;
    }
    
    
    
  }
  
  // index
  .case-studies-link,
  .index {
    display: none;
  }
  
  // chapters
 
  .chapter {
    
    .chapter-intro-container {
      padding-bottom: 0;
    }
     
    padding: 70px 0 40px 0;
    
    .chapter-intro {
      font-size: 12px;
    }
    
    h2 {
      font-size: 30px;
      font-weight: 300;
      margin-top: 0;
    }
    
    .read-more {
      padding: 30px;
      text-align: left;
      
      & > li {
        margin: 0 0.5em 0.5em 0;
      }
      
      li.with-children {
        width: 100%;
        
        & a {
          text-align: left;
        }
        
        
      }
      
    }
    
    
  }
  
  // story
 
 .sub-pages, .story-body {
   padding: 20px;
 }
 
  .references-wrapper li {
   
   float: none !important;  
   width: 100% !important;
   
  }
  
  // secondary popup
 
 .secondary-popup.on {
 
   h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    
     span {
      font-size: 20px;
      padding-bottom: 10px;
     }
    
   }
   
   .inner-content {
     padding: 60px 20px 20px 20px
   }
   
   .description, .downloads, .taxonomies {
     display: block;
     width: 100%;
   }
   
   .taxonomies + .description,
   .download + .description {
     border-top: 1px dotted $black;
     padding-top: 1em;
   }
   
  }
  
  // search
  .search-popup { 
    
    .views-exposed-widgets {
      margin-bottom: 20px;  
    }
    
    .search-results {
      h3 {
        font-size: 16px;
      }
      
      .excerpt {
        font-size: 12px;
      }
    
    }
    
    .content {
      padding: 0;
    }
  }
  
  //map
 
  .canvas-and-global #map-canvas {
     width: 60%;
  }
  
  // references list
 
  .all-references-list li {
    width: 100%;
  }
  
  body.with-popup nav.menu .mobile-close-popup {
   display: block;
  }
  
  //scroll handle
 
 .with-popup .scroll-top {
  display: none; 
 }
 
 .contact-link {
    bottom: 0;
    left: 0; 
 }
  
 
}

@media only screen and (max-width: $small-breakpoint) {

   // hide sub pages menu on stories
  
   .sub-pages {
     display: none;
   }

   // map
  .canvas-container {
    border-bottom: none;
  } 
   
  .canvas-and-global #map-canvas,
  #map-container .map-info,
  #map-container .general-info,
  .map-wrapper-filters {
    display: none;
  }
  
  .canvas-and-global {
    display: block;
    width: 100%;
    
    .global-case-studies {
      border-width: 1px;
      display: block;
      width: 100%;
    } 
  }
  
  .case-studies-list-wrapper {
    padding: 20px;
  }
  
  .case-studies-list {
    display: block;
  }  


 
} 
*/
/*
@import 'index';
@import 'chapters';


@import 'maps';

@import 'finance';

@import 'search';
@import 'footer';
@import 'responsive';


*/
::-webkit-scrollbar {
  width: 14px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  border: 4px solid #fff;
  -webkit-border-radius: 10px;
  background: #20242d; }

::-webkit-scrollbar-track {
  padding: 3px;
  background: #fff; }

body {
  scrollbar-face-color: #20242d;
  scrollbar-track-color: #fff; }

/*# sourceMappingURL=style.css.map */
