body, html {
  overflow: hidden; }

@media (min-width: 1280px) {
  html {
    font-size: 18px; } }

.tpl-impact-report {
  color: #22b5ba;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Menu Open States
	-------------------------------- */ }
  @media (min-width: 768px) {
    .tpl-impact-report {
      font-size: 1.2rem; } }
  .tpl-impact-report .row {
    max-width: 40rem;
    padding-bottom: 2rem; }
    @media (min-width: 600px) {
      .tpl-impact-report .row {
        display: flex; } }
    .tpl-impact-report .row .col {
      flex: 0 0 50%;
      padding-right: 2rem; }
      .tpl-impact-report .row .col:last-child p:last-child {
        margin-bottom: 0; }
  .tpl-impact-report.menu-open .impact-report_pre {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  .tpl-impact-report.menu-open .impact-report_nav-bar .open-close-toggle:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .tpl-impact-report.menu-open .impact-report_nav-bar .open-close-toggle:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.impact-report_nav,
.impact-report_intro,
.impact-report_outro,
.impact-report_chapter {
  padding-left: 4rem; }

.impact-report {
  /* Nav
	-------------------------------- */
  /* Chapters
	-------------------------------- */
  /* Front / End Pages
	-------------------------------- */ }
  .impact-report_pre {
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    overflow: hidden;
    display: flex;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
    .impact-report_pre > * {
      flex: 0 0 50%; }
  .impact-report_wrap {
    font-size: 4vmin;
    overflow: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
    .impact-report_wrap::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0;
      display: none; }
  .impact-report_track {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    height: 100%; }
  .impact-report_chapters {
    display: flex;
    flex-shrink: 0;
    position: relative; }
  .impact-report_chapter {
    flex-shrink: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative; }
  .impact-report_intro {
    flex: 0 0 100vw; }
  .impact-report_chapter > ul > li {
    flex: 0 0 80vw; }
  .impact-report_nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 4rem;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 99;
    background: #22b5ba; }
    .impact-report_nav-bar .open-close-toggle {
      width: 3rem;
      height: 3rem;
      margin: 0.5em;
      padding: 0;
      background: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      outline: none;
      font: inherit;
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      cursor: pointer;
      position: relative; }
      .impact-report_nav-bar .open-close-toggle:before, .impact-report_nav-bar .open-close-toggle:after {
        content: '';
        position: absolute;
        top: 47.5%;
        left: 10%;
        width: 80%;
        height: 15%;
        background: #fff;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        will-change: transform; }
      .impact-report_nav-bar .open-close-toggle:before {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
      .impact-report_nav-bar .open-close-toggle:after {
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
    .impact-report_nav-bar .site-title, .impact-report_nav-bar .home-link {
      color: #fff;
      text-decoration: none;
      position: absolute;
      left: 50%; }
    .impact-report_nav-bar .site-title {
      top: 50%;
      text-align: center;
      white-space: nowrap;
      -webkit-transform-origin: left center;
              transform-origin: left center;
      -webkit-transform: rotate(-90deg) translateX(-25%);
              transform: rotate(-90deg) translateX(-25%); }
    .impact-report_nav-bar .home-link {
      bottom: 1rem;
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(-90deg) translateY(50%);
              transform: rotate(-90deg) translateY(50%); }
  .impact-report_nav-list {
    padding-left: 6rem;
    padding-top: 1rem;
    background: #22b5ba;
    color: #fff;
    height: 100%;
    overflow: auto;
    padding-right: 1rem;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
    .impact-report_nav-list ul {
      list-style-type: none;
      margin: 0 0 3rem;
      padding: 0;
      font-size: 10vw;
      font-weight: 500;
      line-height: 1; }
      .impact-report_nav-list ul li {
        margin: 0;
        padding: 0; }
        .impact-report_nav-list ul li a {
          text-decoration: none; }
    .impact-report_nav-list::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0;
      display: none; }
    .impact-report_nav-list a[href$="pivot"]:hover,
    .impact-report_nav-list li > a.hover-green:hover {
      color: #9ACDAF; }
    .impact-report_nav-list a[href$="numbers"]:hover,
    .impact-report_nav-list li > a.hover-mauve:hover {
      color: #8D5A98; }
    .impact-report_nav-list a[href$="money"]:hover,
    .impact-report_nav-list li > a.hover-red:hover {
      color: #DA5342; }
    .impact-report_nav-list a[href$="income"]:hover,
    .impact-report_nav-list li > a.hover-pink:hover {
      color: #EE89B6; }
    .impact-report_nav-list a[href$="levelplayingfield"]:hover,
    .impact-report_nav-list li > a.hover-purple:hover {
      color: #2E4F98; }
    .impact-report_nav-list a[href$="thisisus"]:hover,
    .impact-report_nav-list li > a.hover-yellow:hover {
      color: #FBC668; }
    .impact-report_nav-list a[href$="allthingssequal"]:hover,
    .impact-report_nav-list li > a.hover-orange:hover {
      color: #EB6E31; }
    .impact-report_nav-list a[href$="levelplayingfield"]:after,
    .impact-report_nav-list a.space-after:after {
      content: '';
      display: block;
      height: 0.2em; }
  .impact-report_intro, .impact-report_outro, .impact-report_chapter {
    display: flex;
    flex-direction: column; }
  .impact-report_chapter {
    color: #fff;
    position: relative; }
    .impact-report_chapter h2 {
      margin: 1rem 0;
      font-size: 1.5em;
      font-weight: 500;
      letter-spacing: -0.05em;
      line-height: 1;
      padding: 0 2rem;
      font-size: 7vw;
      position: -webkit-sticky;
      position: sticky;
      width: 100vw;
      left: 4rem; }
      @media (min-width: 400px) {
        .impact-report_chapter h2 {
          font-size: 7vw; } }
      @media (min-width: 820px) {
        .impact-report_chapter h2 {
          font-size: 8vw; } }
      @media (min-width: 1370px) {
        .impact-report_chapter h2 {
          font-size: 8.5vw; } }
    .impact-report_chapter > ul {
      flex: 1;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      /*display: flex;
			align-items: flex-start;*/
      display: inline-block;
      white-space: nowrap; }
      .impact-report_chapter > ul > li {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        padding-right: 10vw;
        padding-left: 2rem;
        width: 80vw; }
        .impact-report_chapter > ul > li:last-child {
          width: 100vw;
          padding-right: 20vw; }
      .impact-report_chapter > ul p {
        margin: 0.5em 0; }
      .impact-report_chapter > ul > li > *:last-child {
        padding-bottom: 30px;
        margin-bottom: 0; }
    .impact-report_chapter:first-child > li:first-child:after {
      content: 'Scroll to navigate';
      font-weight: 500;
      font-size: 1rem;
      position: absolute;
      bottom: 30px;
      left: 2rem; }
    .impact-report_chapter#pivot {
      background: #9ACDAF; }
    .impact-report_chapter#numbers {
      background: #8D5A98; }
    .impact-report_chapter#money {
      background: #DA5342; }
    .impact-report_chapter#income {
      background: #EE89B6; }
    .impact-report_chapter#levelplayingfield {
      background: #2E4F98; }
    .impact-report_chapter#thisisus {
      background: #FBC668; }
    .impact-report_chapter#allthingssequal {
      background: #EB6E31; }
    .impact-report_chapter.bg-green {
      background: #9ACDAF !important; }
    .impact-report_chapter.bg-mauve {
      background: #8D5A98 !important; }
    .impact-report_chapter.bg-red {
      background: #DA5342 !important; }
    .impact-report_chapter.bg-pink {
      background: #EE89B6 !important; }
    .impact-report_chapter.bg-purple {
      background: #2E4F98 !important; }
    .impact-report_chapter.bg-yellow {
      background: #FBC668 !important; }
    .impact-report_chapter.bg-orange {
      background: #EB6E31 !important; }
  .impact-report_intro, .impact-report_outro {
    padding-left: 6rem; }
    .impact-report_intro h1, .impact-report_outro h1 {
      font-weight: 500;
      font-size: 2.5em;
      line-height: 1;
      letter-spacing: -0.05em;
      margin-top: 1rem;
      width: 8em;
      max-width: calc(90vw - 3rem); }
      @media (min-width: 600px) {
        .impact-report_intro h1, .impact-report_outro h1 {
          font-size: 3em; } }
    .impact-report_intro h1 ~ p, .impact-report_outro h1 ~ p {
      width: 85%;
      max-width: 46em; }
  .impact-report_intro {
    background: #fff; }
    .impact-report_intro em {
      margin-top: auto;
      font-style: normal;
      max-width: 10.5em;
      letter-spacing: -0.03em;
      font-weight: bold;
      line-height: 1.2;
      font-size: max(1em, 1.5rem); }
    .impact-report_intro p {
      font-size: 1rem; }
  .impact-report_outro {
    background: #22b5ba;
    color: #fff;
    overflow: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
    .impact-report_outro p {
      margin-top: auto; }
    .impact-report_outro .row {
      padding-top: 1rem;
      margin-top: auto;
      margin-left: auto; }
    .impact-report_outro::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0;
      display: none; }
  .impact-report_prev-next {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 10;
    color: #22b5ba;
    transition: color .4s; }
    .impact-report_prev-next button {
      font: inherit;
      font-size: 2em;
      line-height: 1;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: none;
      outline: none;
      border: none;
      padding: 0;
      color: inherit;
      font-weight: bold;
      cursor: pointer; }
      .impact-report_prev-next button:hover {
        opacity: .7; }

/* Responsiveness
-------------------------------- */
@media (max-width: 600px) {
  .impact-report_wrap a {
    word-break: break-word; }
  .impact-report_nav-bar {
    width: 3rem; }
    .impact-report_nav-bar .open-close-toggle {
      width: 2em;
      height: 2em; }
  .impact-report_nav,
  .impact-report_chapter {
    padding-left: 3rem; }
  .impact-report_intro,
  .impact-report_outro,
  .impact-report_nav-list {
    padding-left: 4rem; }
  .impact-report_chapter h2,
  .impact-report_chapter > ul > li {
    padding-left: 1rem; }
  .impact-report_chapter h2 {
    left: 3rem; }
  .impact-report_chapter > ul > li {
    padding-right: 5vw;
    /*&:last-child {
			padding-right: 15vw;
		}*/ }
    .impact-report_chapter > ul > li:first-child:after {
      left: 1rem; } }

@media (max-height: 560px) {
  .impact-report_nav-bar .site-title {
    display: none; } }
/*# sourceMappingURL=impact-report.css.map */