@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/* ============================================
    Colour Scheme
*/
/* ============================================
    Dot mixin
*/
/* ============================================
    Font sizes
*/
/* ============================================
  Font smoothing
*/
/* ============================================
    Media queries
*/
/* ============================================
  Placeholder text
*/
/* ============================================
  Hide text
*/
/* ============================================
  iOS Native vertical scroll
*/
/* ============================================
    IE11 specific styles
*/
/*------------------------------------*\
	$BASE DEFAULTS
\*------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}
body.no-scroll {
  overflow-y: hidden;
}

img,
svg {
  vertical-align: top;
}

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

button, input, select, textarea {
  font-family: inherit;
}

button {
  background: transparent;
  border: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.print-only {
  display: none;
}

.padding-bottom {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 100px;
  }
}

.padding-top {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .padding-top {
    padding-top: 50px;
  }
}

html {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 19px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 55px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 45px;
  }
}
.wrapper--content h2:not(.report__chapter-title) {
  font-size: 24px;
}
.colour-scheme-a .wrapper--content h2:not(.report__chapter-title) {
  color: #00713c;
}
.colour-scheme-b .wrapper--content h2:not(.report__chapter-title) {
  color: #126bfb;
}
.colour-scheme-c .wrapper--content h2:not(.report__chapter-title) {
  color: #167260;
}
@media screen and (min-width: 768px) {
  .wrapper--content h2:not(.report__chapter-title) {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper--content h2:not(.report__chapter-title) {
    font-size: 32px;
  }
}

h3 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 25px;
  }
}

p {
  margin-top: 0;
  line-height: 1.6;
}

a,
button {
  color: #00713c;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
a .icon,
button .icon {
  transition: fill 0.25s ease-out;
}
a:hover, a:active,
button:hover,
button:active {
  color: #1d1d1d;
  cursor: pointer;
}
a:hover .icon, a:active .icon,
button:hover .icon,
button:active .icon {
  fill: #1d1d1d;
}

.wrapper {
  position: relative;
}
.wrapper--wide {
  max-width: 1140px;
  margin: 0 auto;
}
.wrapper--site {
  max-width: 960px;
  margin: 0 20px;
}
@media screen and (min-width: 1000px) {
  .wrapper--site {
    margin: 0 auto;
  }
}
.wrapper--content {
  max-width: 730px;
  margin: 0 20px;
}
@media screen and (min-width: 660px) {
  .wrapper--content {
    margin: 0 auto;
  }
}
@media screen and (min-width: 2556px) {
  .wrapper--content {
    max-width: 960px;
  }
}
.template-exec-report-page .wrapper--content {
  max-width: 960px;
}
@media screen and (min-width: 660px) {
  .template-exec-report-page .wrapper--content {
    padding: 0 20px;
    margin: 0 auto 60px;
  }
}
.wrapper--flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wrapper--flex {
    flex-direction: row;
  }
}

.icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.icon--dropdown-arrow {
  width: 1.2em;
  height: 0.66em;
  vertical-align: baseline;
  margin-left: 5px;
}

.button {
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
}
.button:hover {
  cursor: pointer;
}

.chapter-nav {
  position: relative;
}
.chapter-nav__menu-icon {
  transition: transform 0.25s ease-out;
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  margin: 0 5px;
  height: 10px;
  width: 15px;
  fill: #999;
  vertical-align: middle;
}
.chapter-nav__toggle {
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  transition: all 0.25s ease-out;
  color: #1d1d1d;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .chapter-nav__toggle {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .chapter-nav__toggle {
    font-size: 19px;
  }
}
.chapter-nav__toggle span {
  border-bottom: 2px solid transparent;
}
@media screen and (min-width: 768px) {
  .chapter-nav__toggle {
    padding: 20px 15px;
  }
}
.chapter-nav__toggle-button {
  border-radius: 0;
  border-bottom: 2px solid transparent;
  text-align: center;
}
.chapter-nav__toggle-button.is-open {
  border-bottom: 2px solid #999;
}
.chapter-nav__toggle-button.is-open .chapter-nav__menu-icon {
  position: relative;
  transform: rotate(180deg);
}
.chapter-nav__list {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease-out;
  background: #1d1d1d;
  position: absolute;
  z-index: 4;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .chapter-nav__list {
    top: calc(100% - 1px);
    width: auto;
    padding: 0;
  }
}
.chapter-nav__list.is-visible {
  min-width: 400px;
  max-height: 600px;
}
.chapter-nav__link {
  font-weight: 700;
  padding: 8px 0;
  display: block;
  color: #fff;
}
.splash .chapter-nav__link:hover, .splash .chapter-nav__link:active {
  color: #00a889;
  text-decoration: underline;
}
.chapter-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  padding: 5px 20px;
}
.chapter-nav__item:hover {
  background-color: #00713c;
  color: #fff;
}
.chapter-nav__item:focus {
  background-color: #0e844c;
}
.chapter-nav__item:first-child {
  margin-top: 15px;
}
.chapter-nav__item:last-child {
  margin-bottom: 15px;
  border-bottom: 0;
}
.chapter-nav__title {
  display: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .chapter-nav__title {
    display: inline-block;
  }
}

.chart {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-top: 30px;
  align-items: center;
}
@media screen and (min-width: 450px) {
  .chart {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .chart {
    justify-content: flex-start;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.chart__wrapper {
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.chart__key {
  order: -1;
}
@media screen and (min-width: 450px) {
  .chart__key {
    order: 0;
  }
}
@media screen and (min-width: 768px) {
  .chart--bar {
    margin-left: 20px;
  }
}
.chart--bar .chart__wrapper {
  flex-shrink: 0;
  padding: 0 15px;
}
.chart__bar-wrapper {
  position: relative;
  height: 170px;
  display: flex;
  align-items: flex-end;
}
.chart__bar-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #1d1d1d;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.chart__bar-text--alt {
  color: #022126;
  transform: translate(-50%, -26px);
}

.follow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.follow__heading {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 5px 0 0;
  font-weight: bold;
}
@media screen and (min-width: 550px) {
  .follow__heading {
    margin: 0 15px 0 0;
  }
}
.follow__item {
  display: inline-block;
  margin-right: 5px;
}
.follow__item:last-child {
  margin-right: 0;
}
.follow__link {
  background-color: #22d02b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
}
@media screen and (min-width: 550px) {
  .follow__link {
    padding: 15px;
  }
}
.follow__link:hover, .follow__link:focus {
  opacity: 0.8;
}
.follow__icon {
  width: 20px;
  height: 20px;
}

.funded-by {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .funded-by {
    padding: 50px 0;
  }
}
.splash .funded-by {
  border-bottom: 6px solid #dbdbdb;
}
.funded-by__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 550px) {
  .funded-by__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.funded-by__item {
  flex-basis: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .funded-by__item {
    flex-basis: auto;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .funded-by__item {
    padding-right: 30px;
  }
}
.funded-by__item::after {
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
}
@media screen and (min-width: 550px) {
  .funded-by__item::after {
    position: static;
    margin-top: 0;
  }
}
.funded-by__item:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (min-width: 550px) {
  .funded-by__item:nth-child(2n) {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .funded-by__item:nth-child(2n) {
    padding-right: 30px;
  }
}
.funded-by__item:nth-child(2n)::after {
  display: none;
}
@media screen and (min-width: 550px) {
  .funded-by__item:nth-child(2n)::after {
    display: inline-block;
  }
}
.funded-by__item:nth-child(2n) .funded-by__logo {
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (min-width: 550px) {
  .funded-by__item:nth-child(2n) .funded-by__logo {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .funded-by__item:nth-child(2n) .funded-by__logo {
    padding-right: 30px;
  }
}
.funded-by__item:last-child::after {
  display: none;
}
.funded-by__logo {
  fill: #fff;
  padding-right: 20px;
  vertical-align: middle;
  height: 45px;
  max-width: 100%;
}
@media screen and (min-width: 550px) {
  .funded-by__logo {
    height: 60px;
    max-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .funded-by__logo {
    padding-right: 30px;
  }
}

.icon-widget {
  display: flex;
  align-items: center;
  max-width: 100%;
  min-width: 220px;
  margin: 20px 0;
  padding-right: 20px;
}
@media screen and (min-width: 525px) {
  .icon-widget {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) {
  .icon-widget {
    flex-basis: 33%;
    max-width: 33%;
    min-width: 280px;
    margin: 40px 0;
    padding-right: 40px;
  }
}
.icon-widget__icon {
  fill: #22d02b;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .icon-widget__icon {
    margin-right: 30px;
    width: 90px;
    height: 90px;
  }
}
.icon-widget__icon--shirt {
  height: 95px;
}
.icon-widget__figure {
  font-size: 32px;
  color: #1d1d1d;
  display: block;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .icon-widget__figure {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .icon-widget__figure {
    font-size: 42px;
  }
}
.icon-widget__text {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .icon-widget__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .icon-widget__text {
    font-size: 16px;
  }
}
.icon-widget--poor .icon-widget__figure {
  color: #cfffc9;
}
.icon-widget--poor .icon-widget__icon {
  fill: #cfffc9;
}
.icon-widget--standard .icon-widget__figure {
  color: #0e844c;
}
.icon-widget--standard .icon-widget__icon {
  fill: #0e844c;
}
.icon-widget--good .icon-widget__figure {
  color: #00a889;
}
.icon-widget--good .icon-widget__icon {
  fill: #00a889;
}
@media screen and (min-width: 768px) {
  .icon-widget--demographics {
    max-width: 50%;
    flex-basis: 50%;
  }
}
.icon-widget--large {
  max-width: 100%;
  margin: 30px 0;
}
.icon-widget--large .icon-widget {
  margin: 0;
}
.icon-widget--large .icon-widget__icon {
  width: 90px;
  height: 90px;
}
@media screen and (min-width: 768px) {
  .icon-widget--large .icon-widget__icon {
    width: 120px;
    height: 120px;
  }
}
.icon-widget--large .icon-widget__figure {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .icon-widget--large .icon-widget__figure {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .icon-widget--large .icon-widget__figure {
    font-size: 60px;
  }
}
.icon-widget--large .icon-widget__text {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .icon-widget--large .icon-widget__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .icon-widget--large .icon-widget__text {
    font-size: 20px;
  }
}
.icon-widget--center {
  justify-content: center;
}
.icon-widget--block {
  padding-right: 0;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  flex-basis: 100%;
}
@media screen and (min-width: 525px) {
  .icon-widget--block {
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-right: 30px;
  }
  .icon-widget--block:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 940px) {
  .icon-widget--block {
    flex-basis: calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
  .icon-widget--block:nth-child(2n) {
    margin-right: 30px;
  }
  .icon-widget--block:nth-child(3n) {
    margin-right: 0;
  }
}
.icon-widget--block .icon-widget__icon {
  margin-right: 20px;
}
@media screen and (min-width: 525px) {
  .icon-widget--block-single {
    margin: 0 auto;
  }
}
@media screen and (min-width: 525px) {
  .icon-widget--block-double {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .icon-widget--block-double:nth-child(2n) {
    margin-right: 0;
  }
  .icon-widget--block-double:nth-child(3n) {
    margin-right: 30px;
  }
}
.icon-widget__block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 40px 0;
}

.exec-icon-widget {
  display: flex;
  align-items: center;
  max-width: 100%;
  min-width: 220px;
  margin: 20px 0;
  padding-right: 0;
}
@media screen and (min-width: 525px) {
  .exec-icon-widget {
    max-width: 50%;
    flex-basis: 50%;
    margin: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .exec-icon-widget {
    flex-basis: 33%;
    max-width: 33%;
    min-width: 280px;
    margin: 40px 0;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .exec-icon-widget {
    margin-right: 0;
  }
}
.exec-icon-widget__icon {
  margin-right: 20px;
  fill: none;
  stroke: #22d02b;
  width: 90px;
  height: 90px;
}
@media screen and (min-width: 1080px) {
  .exec-icon-widget__icon {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
}
.exec-icon-widget__icon--alt {
  stroke: #00713c;
}
.exec-icon-widget__figure {
  display: block;
  font-weight: 700;
  font-size: 36px;
  font-family: "Barlow Condensed", sans-serif;
  color: #1d1d1d;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .exec-icon-widget__figure {
    font-size: 42px;
  }
}
.exec-icon-widget__text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .exec-icon-widget__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .exec-icon-widget__text {
    font-size: 16px;
  }
}
.exec-icon-widget__text-wrapper {
  line-height: 1.2;
}

.exec-infographic {
  max-width: 1140px;
  border: 0;
  padding: 0;
  margin: 40px 20px 0;
}
@media screen and (min-width: 768px) {
  .exec-infographic {
    margin: 0 20px;
    padding: 10px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .exec-infographic {
    margin: 0 auto;
  }
}
.exec-infographic__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .exec-infographic__title {
    font-size: 42px;
    line-height: 1.4;
  }
}
.exec-infographic__list {
  flex-wrap: wrap;
  align-items: center;
  display: block;
  margin-bottom: 40px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .exec-infographic__list {
    margin-bottom: 60px;
    display: flex;
  }
}
.exec-infographic__caption-wrapper {
  max-width: 1040px;
  margin: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1080px) {
  .exec-infographic__caption-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.exec-infographic__caption {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .exec-infographic__caption {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .exec-infographic__caption {
    font-size: 16px;
  }
}

.exec-more-info {
  text-align: center;
  margin-bottom: 60px;
}
.exec-more-info::before {
  content: "";
  background-image: url("../img/dotted-edge.c611df142456.png");
  background-repeat: no-repeat;
  background-size: 50%;
  position: absolute;
  width: 90px;
  height: 193px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .exec-more-info::before {
    background-size: contain;
  }
}
.exec-more-info::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 90px 0;
  border-color: transparent #d9f2ee transparent transparent;
  position: absolute;
  right: 0;
  transform: translateY(-150px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .exec-more-info::after {
    border-width: 30px 70px 130px 0;
  }
}
@media screen and (min-width: 768px) {
  .exec-more-info {
    margin-bottom: 120px;
  }
}
.exec-more-info__button {
  background-image: none;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  background-color: #22d02b;
  color: #1d1d1d;
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
  display: inline-block;
  padding: 15px 60px;
  transition: opacity 0.25s ease-out;
}
.exec-more-info__button:hover, .exec-more-info__button:active {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .exec-more-info__button {
    font-size: 22px;
  }
}
.exec-more-info__heading {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .exec-more-info__heading {
    font-size: 42px;
  }
}

.template-exec-report-page .rich-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-align: center;
  counter-reset: ol;
}
.template-exec-report-page .rich-text p {
  line-height: 28px;
}
.template-exec-report-page .rich-text h3 {
  line-height: 1.2;
}
.template-exec-report-page .rich-text li {
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 650px) {
  .template-exec-report-page .rich-text li {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .template-exec-report-page .rich-text li {
    margin-left: 30px;
  }
}
.template-exec-report-page .rich-text li::before {
  position: absolute;
  left: -20px;
}
.template-exec-report-page .rich-text ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #00713c;
  top: 8px;
}
.template-exec-report-page .rich-text ol li {
  counter-increment: ol;
}
.template-exec-report-page .rich-text ol li::before {
  content: counter(ol) ". ";
  font-weight: bold;
  top: 0;
}

.page-share {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page-share {
    margin-bottom: 100px;
  }
}
.page-share__heading {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .page-share__heading {
    line-height: 1.2;
  }
}
.page-share__content {
  position: relative;
  margin-top: 50px;
}
.page-share__content-bg {
  top: -37px;
  font-family: "Barlow Condensed", sans-serif;
  color: #cfffc9;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  margin: 0 0 0 -26px;
  font-size: 126px;
  position: absolute;
  pointer-events: none;
  line-height: 0.9;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-share__content-bg {
    left: 0;
  }
}
.page-share__content-bg-extra {
  display: none;
}
@media screen and (min-width: 940px) {
  .page-share__content-bg-extra {
    display: inline;
  }
}
.page-share__links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-share-item {
  margin-right: 15px;
  position: relative;
}
.page-share-item:last-child {
  margin-right: 0;
}
.page-share-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #22d02b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: opacity 0.25s ease-out;
}
.page-share-item__link:hover, .page-share-item__link:active {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .page-share-item__link {
    width: 52px;
    height: 52px;
  }
}
.page-share-item__icon {
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .page-share-item__icon {
    width: 23px;
    height: 23px;
  }
}

.infographic {
  max-width: 1040px;
  margin: 40px 20px;
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .infographic {
    padding: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .infographic {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .infographic--demographics {
    padding: 40px 155px;
  }
}
.infographic__title {
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .infographic__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .infographic__title {
    font-size: 32px;
  }
}
.infographic__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.infographic__chart-section {
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .infographic__chart-section {
    display: flex;
  }
}
.infographic__caption-wrapper {
  max-width: 1040px;
  margin: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1080px) {
  .infographic__caption-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.infographic__caption {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .infographic__caption {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .infographic__caption {
    font-size: 16px;
  }
}

.footer-campaign {
  background-color: #00713c;
  background-image: url("../img/campaign-footer-bg.279c1bac3cf1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-campaign__text {
  font-size: 32px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  display: block;
  letter-spacing: -0.5px;
  text-align: center;
  color: #cfffc9;
  padding: 40px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer-campaign__text {
    font-size: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-campaign__text {
    font-size: 72px;
  }
}
@media screen and (min-width: 768px) {
  .footer-campaign__text {
    padding: 60px 0;
  }
}

.key {
  margin-left: 20px;
}
@media screen and (min-width: 450px) {
  .key {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .key {
    width: auto;
    margin-left: 15px;
  }
}
@media screen and (min-width: 950px) {
  .key {
    margin-left: 30px;
  }
}
.key__title {
  font-size: 18px;
  font-weight: 400;
}
.key__item {
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}
.key__item--white .key__color {
  fill: #00713c;
}
.key__item--asian .key__color {
  fill: #00a889;
}
.key__item--black .key__color {
  fill: #22d02b;
}
.key__item--mixed .key__color {
  fill: #0e844c;
}
.key__item--other .key__color {
  fill: #cfffc9;
}
.key__item--la .key__color {
  fill: #00713c;
}
.key__item--eu .key__color {
  fill: #22d02b;
}
.key__item--eng .key__color {
  fill: #00a889;
}
.key__color {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}

.loader {
  font-size: 10px;
  margin: 80px auto;
  text-indent: -9999em;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(to right, #1d1d1d 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: spin 0.4s infinite linear;
  transform: translateZ(0);
}
.loader::after {
  background: white;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.map-widget {
  padding: 0;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .map-widget {
    margin: 60px auto;
  }
}
.map-widget__caption {
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d1d1d;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .map-widget__caption {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .map-widget__caption {
    font-size: 32px;
  }
}
.map-widget__caption h3 {
  font-weight: 700;
}
.map-widget__pitchfinder {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 20px;
  width: 100%;
  position: relative;
}
.map-widget__pitchfinder-icon {
  margin-right: 10px;
  height: 22px;
  width: 22px;
}
@media screen and (min-width: 768px) {
  .map-widget__pitchfinder-icon {
    height: 32px;
    width: 32px;
    margin-right: 15px;
  }
}
.map-widget__pitchfinder-text {
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #1d1d1d;
  text-transform: uppercase;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .map-widget__pitchfinder-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .map-widget__pitchfinder-text {
    font-size: 24px;
  }
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(29, 29, 29, 0.2);
  z-index: 8;
}
.modal.open {
  display: block;
}
.modal__container {
  background-color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .modal__container {
    width: 56%;
    max-width: 800px;
    padding: 50px 60px;
  }
}
.modal__close {
  position: absolute;
  display: inline-block;
  top: 25px;
  right: 20px;
  z-index: 9;
}
.modal__close:hover .modal__close-icon {
  transform: scale(1.1);
}
.modal__close-icon {
  height: 16px;
  width: 16px;
  transform: scale(1);
  transition: transform 0.25s ease-out;
}
.modal__heading {
  font-size: 24px;
  color: #1d1d1d;
}
@media screen and (min-width: 768px) {
  .modal__heading {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .modal__heading {
    font-size: 32px;
  }
}

.nav__list {
  display: flex;
}
.header__nav .nav__list {
  height: 100%;
}
.nav__item:first-child .nav__link {
  padding-left: 0;
}
.home .nav__item:first-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .nav__item:first-child {
    display: inline-block;
  }
}
.home .nav__item:first-child::after {
  display: none;
}
.nav__item:last-child::after {
  display: none;
}
.nav__item:last-child .nav__link {
  padding-right: 0;
  margin-right: 0;
}
@media screen and (min-width: 550px) {
  .nav__item:last-child .nav__link {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.nav__item:last-child .nav__link::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__item {
    padding: 0 20px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
}
.header__nav .nav__item:last-child {
  border-left: 0;
}
.header__nav .nav__item::after {
  display: none;
}
.nav__link {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 0 15px;
  font-weight: 700;
  color: #126bfb;
}
@media screen and (min-width: 768px) {
  .nav__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .nav__link {
    font-size: 18px;
  }
}
.nav__link:hover, .nav__link:active {
  color: #2dc8c8;
}
.home .nav__link {
  font-size: 15px;
  color: #fff;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  position: relative;
  font-weight: 400;
}
.home .nav__link::after {
  content: "|";
  position: absolute;
  right: -3px;
}
.home .nav__link:hover, .home .nav__link:active {
  text-decoration: underline;
}
.header__nav .nav__link {
  color: #003558;
  display: block;
  padding: 30px 10px;
}
.header__nav .nav__link:last-of-type {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__link {
    padding: 45px 0;
  }
}
.header__nav .nav__link:active, .header__nav .nav__link:hover {
  color: #2da651;
}
.report-footer .nav__item, .footer .nav__item {
  margin-right: 20px;
}
.report-footer .nav__item:last-child, .footer .nav__item:last-child {
  margin-right: 0;
}
.report-footer .nav__item:last-child .nav__link, .footer .nav__item:last-child .nav__link {
  padding-right: 20px;
}
.report-footer .nav__link, .footer .nav__link {
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
  color: #22d02b;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
}
.report-footer .nav__link::after, .footer .nav__link::after {
  display: none;
}
.report-footer .nav__link::before, .footer .nav__link::before {
  content: url("../img/chevron.634f308cfff2.svg");
  display: block;
  width: 8px;
  height: 25px;
  position: absolute;
  right: 0;
  transform: translateX(8px);
  transition: transform 0.25s ease-out;
}
.report-footer .nav__link:hover, .report-footer .nav__link:active, .footer .nav__link:hover, .footer .nav__link:active {
  text-decoration: none;
}
.report-footer .nav__link:hover::before, .report-footer .nav__link:active::before, .footer .nav__link:hover::before, .footer .nav__link:active::before {
  transform: translateX(12px);
}

.page-sharing {
  display: none;
  position: absolute;
  top: 120px;
  right: 60px;
}
@media screen and (min-width: 1280px) {
  .page-sharing {
    display: block;
  }
}
.page-sharing__container {
  display: flex;
  flex-direction: column-reverse;
}
.page-sharing__title {
  font-size: 16px;
  color: #999;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .page-sharing__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .page-sharing__title {
    font-size: 18px;
  }
}
.page-sharing__item {
  background-color: #999;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  height: 42px;
  width: 42px;
  transition: background-color 0.25s ease-out;
}
.page-sharing__item:hover {
  background-color: #7d7d7d;
}
.page-sharing__item-icon {
  fill: #fff;
  height: 20px;
  width: 16px;
}

.project {
  padding: 15px 0;
  border-bottom: 4px solid #f7f7f7;
  transition: all 0.25s ease-out;
}
@media screen and (min-width: 768px) {
  .project {
    padding: 20px 0;
  }
}
.project.open .project__detail-text {
  color: #333;
}
.project.open .project__title {
  color: #00713c;
}
.project:last-child {
  border: 0;
}
.project__header {
  position: relative;
}
.project__header-inner {
  align-items: center;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
}
.project__header-inner:hover {
  cursor: pointer;
}
.project__header-inner:hover .project__title {
  color: #00713c;
}
@media screen and (min-width: 525px) {
  .project__header-inner {
    padding: 0;
  }
}
.project__header-info {
  align-items: center;
  display: flex;
  padding: 0 20px;
}
@media screen and (min-width: 525px) {
  .project__header-info {
    max-width: 66%;
    flex-basis: 66%;
  }
}
@media screen and (min-width: 1000px) {
  .project__header-info {
    padding-left: 0;
  }
}
.project__header-number {
  font-size: 14px;
  color: #1d1d1d;
  display: inline-block;
  flex: 1 0 auto;
  max-width: 40px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-right: 15px;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .project__header-number {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .project__header-number {
    font-size: 18px;
  }
}
.project.open .project__header-number {
  color: #1d1d1d;
}
.project__header-number--pf-id-known {
  background: #cfffc9;
}
.project__header-number--pf-id-not-known {
  background: #22d02b;
}
.project__header-number--location-not-known {
  background: #00713c;
  color: #fff;
}
.project__title {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  max-width: 580px;
  color: #1d1d1d;
  text-transform: uppercase;
  transition: color 0.25s ease-out;
}
@media screen and (min-width: 768px) {
  .project__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .project__title {
    font-size: 24px;
  }
}
.project__body {
  display: flex;
  flex-wrap: wrap;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 250ms ease-out 0ms, visibility 0ms ease-out 250ms, height 250ms ease-out 0ms;
}
.open .project__body {
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms ease-out 200ms, visibility 200ms ease-out 0ms, height 250ms ease-out 0ms;
}
.project__detail {
  padding: 0 20px;
  max-width: 100%;
  flex-basis: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 525px) {
  .project__detail {
    max-width: 50%;
    flex-basis: 50%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 660px) {
  .project__detail {
    margin-top: 30px;
    max-width: 33%;
    flex-basis: 33%;
  }
}
@media screen and (min-width: 1000px) {
  .project__detail {
    padding-left: 0;
  }
}
.project__detail--header {
  padding: 0;
  margin-top: 3px;
  transition: max-height 0.1s;
  max-height: 200px;
}
.open .project__detail--header {
  max-height: 0;
  overflow: hidden;
}
.project__detail--header .project__detail-text {
  margin: 0;
}
.project__detail--notes, .project__detail--focus {
  max-width: 100%;
  flex-basis: 100%;
}
.project__detail-heading {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #00713c;
  margin-bottom: 0;
}
.project__detail-text {
  font-size: 16px;
  margin-bottom: 0;
  color: #00713c;
}
.project__location {
  transition: all 0.1s;
  max-height: 200px;
  display: block;
  padding-bottom: 10px;
  color: #333;
}
@media screen and (min-width: 525px) {
  .project__location {
    padding-bottom: 0;
  }
}
.open .project__location {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
}
.project__expand-button {
  display: block;
  height: auto;
}
.project__expand-button-icon {
  fill: #1d1d1d;
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease-out;
}
.open .project__expand-button-icon {
  transform: rotate(180deg);
}

.project-list__wrapper {
  max-width: 1040px;
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .project-list__wrapper {
    margin: 60px auto;
  }
}
.project-list__controls {
  text-align: right;
}
.project-list__control-button {
  font-size: 16px;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.project-list__control-button:first-child {
  padding-right: 15px;
  border-right: 1px solid #d9d9d9;
}

.report__chapter-title-container {
  position: relative;
  margin: 75px auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .report__chapter-title-container {
    margin: 95px auto 105px;
  }
}
.report__chapter-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #022126;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .report__chapter-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .report__chapter-title {
    font-size: 42px;
  }
}
.wrapper--content .report__chapter-title {
  color: #022126;
}
.report__chapter-title-num {
  font-size: 150px;
  color: #cfffc9;
  letter-spacing: -0.7px;
  font-style: italic;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  pointer-events: none;
  line-height: 0.9;
  z-index: -1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .report__chapter-title-num {
    font-size: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .report__chapter-title-num {
    font-size: 240px;
  }
}

.responsive-object {
  position: relative;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rich-text {
  counter-reset: ol;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.rich-text h2 {
  font-size: 24px;
  color: #00713c;
  font-weight: 400;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .rich-text h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-text h2 {
    font-size: 32px;
  }
}
.rich-text h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .rich-text h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-text h3 {
    font-size: 24px;
  }
}
.rich-text p,
.rich-text li {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .rich-text p,
  .rich-text li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-text p,
  .rich-text li {
    font-size: 16px;
  }
}
.rich-text li {
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 1.6;
}
.rich-text li::before {
  position: absolute;
  left: -20px;
}
.rich-text ul li::before {
  content: "";
  background-image: url("../img/ff-bullet-point.9105968e2a71.svg");
  display: inline-block;
  width: 9px;
  height: 9px;
  top: 9px;
  vertical-align: middle;
}
.rich-text ol li {
  counter-increment: ol;
}
.rich-text ol li::before {
  content: counter(ol) ". ";
  font-weight: bold;
  top: 0;
}

.search {
  position: relative;
  min-height: 125px;
}
@media screen and (min-width: 550px) {
  .search {
    margin: 0;
  }
}
.search__wrapper {
  position: relative;
  z-index: 7;
}
.search__label {
  font-size: 25px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
}
.search__input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  background: #f7f7f7;
  padding: 10px 10px 10px 40px;
  border: 2px solid #00713c;
  background-image: url("../img/magnifying-glass.b86d21c524da.svg");
  background-repeat: no-repeat;
  background-position: 10px;
}

.search-results {
  position: absolute;
  background: #00713c;
  width: 120%;
  color: #fff;
  max-height: 400px;
  overflow: scroll;
  left: -10%;
}
.search-results__item {
  border-bottom: 1px solid #01582f;
}
.search-results__link {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-top: 1px solid rgba(2, 33, 38, 0.2);
  padding: 15px;
}
@media screen and (min-width: 525px) {
  .search-results__link {
    border: 0;
    margin: 0;
    padding: 20px;
    transition: background 0.25s ease-out;
  }
  .search-results__link:hover, .search-results__link:active {
    background: #0e844c;
  }
}
.search-results__image {
  display: none;
}
@media screen and (min-width: 450px) {
  .search-results__image {
    display: block;
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 450px) {
  .search-results__text-wrapper {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .search-results__text-wrapper {
    padding-left: 30px;
  }
}
.search-results__title {
  font-size: 18px;
  text-decoration: underline;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .search-results__title {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .search-results__title {
    font-size: 21px;
  }
}
.search-results__la-name {
  background-image: url("../img/building.9cbfb5fe5383.svg");
}
.search-results__report-date {
  background-image: url("../img/calendar.a436d5f33e19.svg");
}
.search-results__la-name, .search-results__report-date {
  background-repeat: no-repeat;
  padding-left: 20px;
}
.search-results__la-name, .search-results__report-date, .search-results__no-report {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 0;
}

.section--main {
  max-width: 730px;
}
.section--main:only-child {
  margin: 0 auto;
}

.shard {
  display: none;
  position: absolute;
}
@media screen and (min-width: 940px) {
  .shard {
    display: block;
  }
}
.shard--left {
  width: 0;
  height: 0;
  border-top: 200px solid rgba(207, 255, 201, 0.4);
  border-right: 150px solid transparent;
  left: -5px;
  transform: rotate(-3deg);
  top: 40px;
}
.shard--right {
  right: 0;
  top: 180px;
}

.sharing {
  position: relative;
  display: flex;
}
.sharing__item {
  margin-right: 20px;
}
.sharing__link {
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 62px;
  width: 62px;
  transition: background-color 0.25s ease-out;
}
.sharing__link--facebook {
  background-color: #4266b2;
}
.sharing__link--facebook:hover {
  background-color: #34518d;
}
.sharing__link--linkedin {
  background-color: #007bb5;
}
.sharing__link--linkedin:hover {
  background-color: #005882;
}
.sharing__link--twitter {
  background-color: #56acee;
}
.sharing__link--twitter:hover {
  background-color: #2895e9;
}
.sharing__link--email {
  background-color: #7d7d7d;
}
.sharing__link--email:hover {
  background-color: #646464;
}
.sharing__link-icon {
  fill: #fff;
  height: 20px;
  width: 20px;
}
.sharing__copy {
  position: relative;
  margin-top: 30px;
}
.sharing__copy-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}
.sharing__copy-text {
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sharing__copy-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .sharing__copy-text {
    font-size: 16px;
  }
}
.sharing__copy-status {
  font-size: 14px;
  font-weight: 700;
  color: #00713c;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sharing__copy-status {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .sharing__copy-status {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .sharing__copy-status {
    margin-right: 20px;
  }
}
.sharing__copy-button {
  display: block;
  width: 100%;
}
.sharing__copy-button:hover .sharing__url {
  border-color: #d8d8d8;
}
.sharing__copy-button:focus {
  outline: 0;
}
.sharing__copy-button:focus .sharing__url {
  background-color: #cfffc9;
}
.sharing__url {
  font-size: 14px;
  border: 2px solid rgba(29, 29, 29, 0.2);
  color: #1d1d1d;
  display: block;
  padding: 15px;
  width: 100%;
  transition: border-color 0.25s ease-out;
}
@media screen and (min-width: 768px) {
  .sharing__url {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .sharing__url {
    font-size: 14px;
  }
}

.sticky-header {
  position: relative;
}
.sticky-header__spacer {
  height: 52px;
}
@media screen and (min-width: 768px) {
  .sticky-header__spacer {
    height: 65px;
  }
}
.sticky-header__header {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  top: 0;
  right: 0;
  left: 0;
  transition: background 0.25s ease-out;
}
.sticky-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sticky-header__inner {
    justify-content: space-between;
  }
}
.sticky-header .wagtailsharing-banner {
  opacity: 0;
  transition: all 0.25s ease-out;
  display: none;
}
@media screen and (min-width: 768px) {
  .sticky-header .wagtailsharing-banner {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sticky-header.fixed .wagtailsharing-banner {
    max-height: 60px;
    overflow: visible;
    opacity: 1;
  }
}
.sticky-header.fixed .sticky-header__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.sticky-header.fixed .splash__nav a {
  color: #fff;
}

.tabs__panel--hidden {
  display: none;
}

@media screen and (min-width: 550px) {
  .versions {
    position: relative;
  }
}
.versions__button {
  color: #fff;
  font-weight: 700;
  padding: 8px 0;
  margin-right: -20px;
  text-transform: uppercase;
}
@media screen and (min-width: 550px) {
  .versions__button {
    margin-right: 0;
  }
}
.versions__button .icon {
  transition: transform 0.25s ease-out;
  fill: #fff;
  width: 15px;
  transform: rotate(0deg);
}
.versions__button:hover, .versions__button:active {
  color: #fff;
  text-decoration: underline;
}
.versions__button:hover .icon, .versions__button:active .icon {
  fill: #fff;
}
.versions__button.is-open {
  background: transparent;
  color: #fff;
}
.versions__button.is-open .icon {
  fill: #fff;
  transform: rotate(-180deg);
}
.versions__button.is-open:hover, .versions__button.is-open:active {
  color: #fff;
}
.versions__button.is-open:hover .icon, .versions__button.is-open:active .icon {
  fill: #fff;
}
.versions__list {
  position: absolute;
  left: -20px;
  right: -20px;
  z-index: 5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
  background: #022126;
}
@media screen and (min-width: 550px) {
  .versions__list {
    width: 290px;
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .versions__list {
    width: 365px;
    left: 0;
    right: auto;
  }
}
.versions__list.is-visible {
  max-height: 300px;
  overflow: scroll;
}
.versions__link {
  display: block;
  padding: 10px 15px;
  color: #fff;
}
.versions__link--current {
  color: #2dc8c8;
}
.versions__link:hover, .versions__link:active {
  color: #2dc8c8;
}
.versions__item:first-child .versions__link {
  padding-top: 20px;
}
.versions__item:last-child .versions__link {
  padding-bottom: 20px;
}

.wagtailsharing-banner {
  font-size: 2em;
}

.accent {
  position: relative;
}
.accent--image-block::before, .accent--image-block::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .accent--image-block::before, .accent--image-block::after {
    display: block;
    position: absolute;
    top: 50%;
    z-index: -1;
  }
}
.accent--image-block::before {
  content: "";
  background-image: url("../img/dotted-edge.c611df142456.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 193px;
  left: 0;
}
.accent--image-block::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 90px 0;
  border-color: transparent #d9f2ee transparent transparent;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .accent--image-block::after {
    border-width: 30px 70px 130px 0;
  }
}
.accent--map::before, .accent--map::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .accent--map::before, .accent--map::after {
    display: block;
    position: absolute;
    top: 50%;
    z-index: -1;
  }
}
.accent--map::after {
  content: "";
  background-image: url("../img/dotted-edge-2.51f770d09143.png");
  background-repeat: no-repeat;
  background-size: 50%;
  position: absolute;
  width: 159px;
  height: 582px;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .accent--map::after {
    background-size: contain;
  }
}
.accent--map::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 40px 20px 0;
  border-color: transparent #cfffc9 transparent transparent;
  position: absolute;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .accent--map::before {
    border-width: 200px 80px 40px 0;
  }
}

.double-image-block {
  margin: 15px 20px;
}
@media screen and (min-width: 768px) {
  .double-image-block {
    margin: 60px -20px;
  }
}
@media screen and (min-width: 950px) {
  .double-image-block {
    margin-right: 0;
    margin-left: 0;
  }
}
.double-image-block__wrapper {
  display: flex;
  justify-content: space-between;
}
.double-image-block__image-wrapper {
  flex-basis: 48%;
  max-width: 48%;
}
.double-image-block__image-wrapper > img {
  width: 100%;
}

.image-block {
  margin: 40px auto;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .image-block {
    margin: 60px auto;
  }
}
.image-block__caption {
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif;
  margin: 0;
  padding: 20px;
  text-transform: uppercase;
  position: relative;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .image-block__caption {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .image-block__caption {
    font-size: 18px;
  }
}

.intro-block {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .intro-block {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .intro-block {
    font-size: 25px;
  }
}
.colour-scheme-a .intro-block {
  color: #00713c;
}
.colour-scheme-b .intro-block {
  color: #126bfb;
}
.colour-scheme-c .intro-block {
  color: #167260;
}
.template-exec-report-page .intro-block {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  color: #1d1d1d;
  text-align: center;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .template-exec-report-page .intro-block {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 60px;
  }
}

.quote-block {
  font-size: 24px;
  line-height: 26px;
  margin: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .quote-block {
    font-size: 28px;
    line-height: 36px;
    margin: 60px 0;
  }
}
@media screen and (min-width: 1280px) {
  .quote-block {
    margin: 60px;
  }
}
.quote-block__quote-wrapper {
  background-color: #cfffc9;
  color: #1d1d1d;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .quote-block__quote-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.quote-block__quote-wrapper::after {
  background-image: url("../img/green-dots.aac0fa65cba3.png");
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 20px;
  left: -20px;
  z-index: 1;
}
.quote-block__quote {
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .quote-block__quote {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .quote-block__quote {
    font-size: 28px;
  }
}
.quote-block__attribution {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .quote-block__attribution {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .quote-block__attribution {
    font-size: 18px;
  }
}
.quote-block--small {
  font-size: 25px;
  text-align: center;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .quote-block--small {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .quote-block--small {
    font-size: 35px;
  }
}
.colour-scheme-a .quote-block--small {
  color: #00713c;
}
.colour-scheme-b .quote-block--small {
  color: #126bfb;
}
.colour-scheme-c .quote-block--small {
  color: #167260;
}
@media screen and (min-width: 768px) {
  .quote-block--small {
    margin: 60px 0;
  }
}

.text-image-block {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .text-image-block {
    display: flex;
    align-items: center;
    margin: 60px 0;
  }
}
.text-image-block__image {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.text-image-block__image::before {
  background-image: url("../img/green-dots.aac0fa65cba3.png");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 15px;
  left: -15px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .text-image-block__image::before {
    top: 20px;
    left: -20px;
  }
}
.text-image-block__image::after {
  content: url("../img/text-image-icon.a79d1ba125ca.svg");
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 75px;
  bottom: 25px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .text-image-block__image::after {
    height: 90px;
    width: 90px;
    right: 25px;
    bottom: -36px;
  }
}
@media screen and (min-width: 768px) {
  .text-image-block__image {
    width: 30%;
    height: 220px;
  }
}
.text-image-block__text-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d1d1d;
  padding: 40px 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .text-image-block__text-wrapper {
    width: 70%;
    padding: 60px;
  }
}
.text-image-block__text-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 0;
  text-shadow: rgb(207, 255, 201) 0px 10px 0px;
}
@media screen and (min-width: 768px) {
  .text-image-block__text-wrapper h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .text-image-block__text-wrapper h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .text-image-block__text-wrapper h3 {
    font-weight: 600;
  }
}

.report-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1d1d1d;
  color: #fff;
  margin-top: 0;
}
.report-footer__wrapper {
  padding-bottom: 20px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .report-footer__wrapper {
    padding-bottom: 30px;
  }
}
.report-footer__nav {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .report-footer__nav {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}
.report-footer__copyright-wrapper .dot {
  display: none;
}
@media screen and (min-width: 550px) {
  .report-footer__copyright-wrapper .dot {
    display: inline-block;
  }
}
.report-footer__copyright {
  font-size: 14px;
  margin: 0 0 0 5px;
  color: #999;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .report-footer__copyright {
    font-size: 16px;
  }
}
.report-footer__top-link {
  font-size: 14px;
  margin: 0 0 0 5px;
  color: #999;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .report-footer__top-link {
    font-size: 16px;
  }
}
.report-footer__top-link:hover, .report-footer__top-link:active {
  color: #d8d8d8;
}
.report-footer__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
@media screen and (min-width: 550px) {
  .report-footer__meta {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .report-footer__meta {
    margin-top: 0;
  }
}
.report-footer__pipe {
  display: none;
}
@media screen and (min-width: 550px) {
  .report-footer__pipe {
    display: inline;
  }
}

.footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1d1d1d;
  color: #fff;
  margin-top: 100px;
}
.footer__wrapper {
  padding-bottom: 20px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    padding-bottom: 30px;
  }
}
.footer__nav {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__copyright-wrapper .dot {
  display: none;
}
@media screen and (min-width: 550px) {
  .footer__copyright-wrapper .dot {
    display: inline-block;
  }
}
.footer__copyright {
  font-size: 14px;
  margin: 0 0 0 5px;
  color: #999;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 16px;
  }
}
.footer__top-link {
  font-size: 14px;
  margin: 0 0 0 5px;
  color: #999;
  opacity: 1;
}
.footer__top-link::after {
  display: none;
  content: "|";
  color: #999;
  position: relative;
}
@media screen and (min-width: 550px) {
  .footer__top-link::after {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-link {
    font-size: 16px;
  }
}
.footer__top-link:hover, .footer__top-link:active {
  color: #d8d8d8;
}
.footer__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
@media screen and (min-width: 550px) {
  .footer__meta {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .footer__meta {
    margin-top: 0;
  }
}
.footer__pagination {
  position: relative;
  margin: 50px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__pagination {
    margin: 100px auto;
  }
}
.footer__pagination-button {
  font-size: 18px;
  background-color: #1d1d1d;
  color: #fff;
  line-height: 23px;
  font-family: "Barlow Condensed", sans-serif;
  margin: 0 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 0.25s ease-out;
}
@media screen and (min-width: 768px) {
  .footer__pagination-button {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__pagination-button {
    font-size: 18px;
  }
}
.footer__pagination-button.disabled {
  cursor: default;
  opacity: 0.5;
}
.footer__pagination-button.disabled:hover {
  background-color: #1d1d1d;
}
.footer__pagination-button:first-of-type {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer__pagination-button {
    margin: 0 20px;
    padding: 10px 60px;
  }
}
.footer__pagination-button:hover {
  background-color: #00713c;
  color: #fff;
}

.report-header {
  background-color: #fff;
  position: relative;
  z-index: 6;
  height: 0;
}
@media screen and (min-width: 768px) {
  .report-header {
    height: 94px;
  }
}
.report-header__inner {
  display: flex;
  justify-content: center;
}
.report-header__home-link {
  max-width: 175px;
  position: absolute;
  top: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .report-header__home-link {
    left: 40%;
  }
}
.report-header__home-link::after {
  content: "";
  position: absolute;
  width: 111px;
  box-sizing: content-box;
  border-width: 105px 36px 0;
  border-style: solid;
  border-color: #fff transparent;
  bottom: -2px;
  left: -4px;
  z-index: 3;
  display: none;
}
@media screen and (min-width: 768px) {
  .report-header__home-link {
    max-width: 230px;
  }
  .report-header__home-link::after {
    display: block;
    width: 146px;
    border-width: 139px 46px 0px;
    bottom: -5px;
    left: -5px;
  }
}
.report-header__logo {
  position: relative;
  z-index: 5;
}

.header {
  background-color: #fff;
  position: relative;
  z-index: 6;
  height: 75px;
}
.header__inner {
  display: flex;
  justify-content: center;
}
.header__home-link {
  max-width: 175px;
  position: absolute;
  top: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__home-link {
    left: 40%;
  }
}
.header__home-link::after {
  content: "";
  position: absolute;
  width: 111px;
  box-sizing: content-box;
  border-width: 105px 36px 0;
  border-style: solid;
  border-color: #fff transparent;
  bottom: -2px;
  left: -4px;
  z-index: 3;
}
.page-404 .header {
  box-shadow: none;
}
.header__logo {
  position: relative;
  z-index: 5;
}

.home {
  background: #fff;
}
.home__image-wrapper {
  height: 390px;
  background-position: center 85%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 550px) {
  .home__image-wrapper {
    height: 480px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .home__image-wrapper {
    background-position: center 65%;
  }
}
.home__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 390px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 550px) {
  .home__image-wrapper::after {
    height: 480px;
  }
}
.home__titles {
  color: #fff;
  position: relative;
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px 50px;
}
.home__intro {
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home__intro {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .home__intro {
    font-size: 25px;
  }
}
.home__title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .home__title {
    font-size: 70px;
  }
}
.home__image {
  height: 100%;
  width: auto;
  max-width: none;
}
.home__strapline {
  font-size: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home__strapline {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .home__strapline {
    font-size: 30px;
  }
}
.home__search-box {
  background-color: #fff;
  width: 100%;
  height: 140px;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home__search-box {
    left: 30%;
  }
}
@media screen and (min-width: 450px) {
  .home__search-box {
    background-color: transparent;
    border-style: solid;
    border-color: transparent transparent #fff;
    border-width: 0 65px 160px;
    height: 0;
    width: 370px;
    box-sizing: content-box;
    transform: rotate(3deg);
    bottom: -15px;
    display: block;
  }
}
.home__search {
  width: 250px;
  position: absolute;
  bottom: 0;
  z-index: 11;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home__search {
    left: 35%;
  }
}
@media screen and (min-width: 450px) {
  .home__search {
    width: 350px;
  }
}
.home__search-placeholder {
  min-height: 78px;
}
.home__content {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px 30px;
}
@media screen and (min-width: 768px) {
  .home__content {
    padding-bottom: 60px;
  }
}
.home__copy {
  font-size: 16px;
  position: relative;
}
.home__shards {
  position: relative;
}

.exec-splash {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .exec-splash {
    margin-bottom: 80px;
  }
}
.exec-splash__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .exec-splash__wrapper {
    display: block;
  }
}
.exec-splash__title {
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #1d1d1d;
  font-size: 24px;
}
.exec-splash__title--alt {
  display: block;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .exec-splash__title--alt {
    font-size: 96px;
  }
}
.exec-splash__intro {
  background-image: url("../img/exec-splash-bg-mobile.2223a20b0403.png");
  position: relative;
  background-color: #22d02b;
  padding: 210px 20px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .exec-splash__intro {
    margin: 0;
    padding: 180px 0 38px;
    background-image: url("../img/exec-splash-bg.e1d89d4e56a8.png");
  }
}

.splash {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .splash {
    margin-bottom: 80px;
  }
}
.splash__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .splash__wrapper {
    display: block;
  }
}
.splash__title {
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}
.splash__title--alt {
  display: block;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .splash__title--alt {
    font-size: 96px;
  }
}
.splash__meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.splash__meta-container {
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .splash__meta-container {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .splash__meta-container {
    font-size: 18px;
  }
}
.splash__meta {
  margin: 0;
}
.splash__meta:nth-child(n+2)::before {
  content: "•";
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
.splash__versions {
  font-size: 14px;
  display: inline-block;
  vertical-align: baseline;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .splash__versions {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .splash__versions {
    font-size: 18px;
  }
}
.splash__nav-wrapper {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .splash__nav-wrapper {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .splash__nav-wrapper {
    margin: 0 auto;
  }
}
.splash__nav {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .splash__nav {
    display: flex;
    justify-content: space-between;
  }
}
.splash__nav .icon {
  margin-left: 10px;
  vertical-align: middle;
  fill: #999;
}
.splash__nav-list {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.splash__nav-link {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  color: #1d1d1d;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .splash__nav-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .splash__nav-link {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .splash__nav-link {
    padding: 20px 15px;
  }
}
.splash__nav-link--prev .splash__nav-link-icon {
  transform: rotate(-180deg);
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .splash__nav-link--prev {
    padding-left: 0;
  }
}
.splash__nav-link--next {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .splash__nav-link--next {
    padding-right: 0;
  }
}
.splash__nav-link.disabled {
  cursor: default;
  opacity: 0.5;
}
.splash__nav-link.disabled .splash__nav-link-icon {
  opacity: 0.5;
}
.splash__nav-link-icon {
  height: 6px;
  width: 6px;
  margin-left: 10px;
}
.splash__nav-item--print {
  display: none;
}
@media screen and (min-width: 768px) {
  .splash__nav-item--print {
    display: block;
  }
  .splash__nav-item--print .splash__nav-link {
    padding-right: 0;
  }
}
.splash__nav-item--chapter {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .splash__nav-item--chapter {
    width: auto;
  }
}
.splash__funded-by {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 24px;
}
.splash__funded-by img {
  margin: 10px;
  max-height: 70px;
  max-width: 65px;
}
@media screen and (min-width: 768px) {
  .splash__funded-by img {
    max-width: none;
    width: auto;
  }
}
.splash__image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  max-height: 650px;
  padding-left: 20px;
  order: -1;
}
@media screen and (min-width: 1000px) {
  .splash__image-wrapper {
    padding-left: calc((100vw - 960px) / 2);
  }
}
.splash__image {
  width: 100%;
}
.splash__players-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding-top: 300px;
}
.splash__players {
  position: absolute;
  top: 0;
  left: -40px;
  display: none;
  width: 400px;
  height: 40vw;
  max-height: 560px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .splash__players {
    display: block;
  }
}
.splash__intro {
  background-image: url("../img/splash-bg-mobile.f8d3a5a58300.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00713c;
  margin: 0;
  padding: 210px 20px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .splash__intro {
    margin: 0;
    padding: 180px 0 38px;
    background-image: url("../img/splash-bg.8e2525c1b253.png");
  }
}
.splash__icon {
  width: 16px;
  height: 19px;
  margin-right: 7px;
}
.splash--standard {
  background: #00713c;
}
.splash--standard .splash__title {
  min-height: 210px;
  display: flex;
  align-items: flex-end;
  padding: 30px 0;
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .splash--standard .splash__title {
    min-height: 250px;
    padding: 40px 0;
  }
}

.toc {
  margin: 0 auto;
  width: 960px;
}
.toc.printable {
  display: none;
  visibility: hidden;
}

.footer {
  display: none;
}

.header {
  box-shadow: none;
}
.header__nav {
  display: none;
}
.header__logos {
  min-height: 60px;
}
.header__logo {
  height: 60px;
}

.sticky-header {
  display: none;
}

body {
  padding: 1cm 0;
  font-size: 12pt;
}

h1 {
  font-size: 26pt;
}

h2 {
  font-size: 20pt;
}

h3 {
  font-size: 16pt;
}

p, small {
  font-size: 12pt;
}

div[id^=section] {
  padding: 1cm 0 0;
  page-break-after: always;
}

div[class^=report__] {
  page-break-inside: avoid;
  break-inside: avoid;
}

.intro-block {
  font-size: 12pt;
}

.wrapper--site {
  margin: 0 1cm;
  max-width: 100%;
}
.wrapper--content {
  margin: 0 1cm;
}

.report__chapter-title {
  font-size: 26pt;
}

.map-widget {
  margin-bottom: 1cm;
}

.double-image-block img {
  border: 1px solid #d8d8d8;
}

.splash {
  page-break-after: always;
}
.splash * {
  color: #022126;
}
.splash__versions, .splash__players, .splash__nav {
  display: none;
}
.splash__image {
  margin-top: 1cm;
  margin-bottom: 1cm;
  max-width: 50%;
}
.splash__title {
  padding-top: 20px;
  font-size: 30pt;
}
.splash__tile--alt {
  font-size: 22pt;
}
.colour-scheme-a .splash, .colour-scheme-b .splash, .colour-scheme-c .splash {
  background: transparent;
}
.splash__date {
  font-size: 12pt;
}
.splash__image-wrapper {
  padding: 0;
}
.splash__wrapper {
  margin: 0 1cm;
  max-width: 100%;
}
.splash__funded-by {
  margin: 0;
}

.funded-by {
  border-bottom: 1px solid #d8d8d8;
}
.funded-by__logo {
  fill: #022126;
}
.funded-by__logo--img {
  filter: invert(100%);
}

.table-of-contents {
  display: block;
  padding: 1cm 0 0;
  page-break-inside: avoid;
  break-inside: avoid;
  page-break-after: always;
}

.text-image-block {
  page-break-inside: avoid;
  break-inside: avoid;
  max-height: 500px;
  display: flex;
}
.text-image-block__text-wrapper {
  -webkit-print-color-adjust: exact;
  width: 50%;
  padding: 20px;
  color: #000000;
}
.colour-scheme-a .text-image-block__text-wrapper, .colour-scheme-b .text-image-block__text-wrapper, .colour-scheme-c .text-image-block__text-wrapper {
  background: transparent;
}
.text-image-block__text-wrapper h3 {
  font-size: 12pt;
  font-weight: normal;
}
.text-image-block__image {
  background: transparent !important;
  border: 1px solid #d8d8d8;
  width: 40%;
  max-height: 100%;
  overflow: hidden;
}
.text-image-block__img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}

.quote-block {
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-print-color-adjust: exact;
  margin: 60px 0;
}
.quote-block__quote-wrapper {
  background: transparent;
}
.quote-block__quote {
  max-width: 100%;
  font-size: 12pt;
}
.quote-block__attribution {
  font-size: 10pt;
}
.quote-block--small {
  font-size: 12pt;
}

.image-block__caption {
  position: static;
  border-radius: 0;
  padding: 20px;
  width: auto;
  height: auto;
}

.rich-text ol, .rich-text ul {
  margin-bottom: 1cm;
}
.rich-text ul {
  -webkit-print-color-adjust: exact;
}
.rich-text li {
  font-size: 12pt;
  margin-bottom: 0.1cm;
}
.rich-text p {
  font-size: 12pt;
}
.rich-text p:last-of-type {
  margin-bottom: 1cm;
}

.map-widget {
  -webkit-print-color-adjust: exact;
  break-inside: avoid;
  page-break-inside: avoid;
}
.map-widget__caption {
  background: transparent;
  color: #000000;
  border: 1px solid #d8d8d8;
}

.infographic {
  page-break-inside: avoid;
  break-inside: avoid;
}
.infographic__item {
  margin-right: 0.5cm;
}
.infographic__chart-section {
  display: flex;
}
.infographic__chart-section .chart {
  margin-right: 0.5cm;
}

.icon-widget {
  min-width: 0;
  padding-right: 10.5cm;
  page-break-inside: avoid;
  break-inside: avoid;
}
.icon-widget__icon {
  margin-right: 20px;
}
.icon-widget__icon, .icon-widget__icon--shirt {
  width: 60px;
  height: 60px;
}
.icon-widget__figure, .icon-widget__year {
  font-size: 16pt;
}
.icon-widget__text {
  font-size: 10pt;
}
.icon-widget--block {
  padding-right: 0;
  min-width: 0;
}
.icon-widget__block {
  margin: 0;
}

.chart__bar-text {
  color: #022126;
  transform: translate(-50%, -26px);
}

.key {
  -webkit-print-color-adjust: exact;
}

.project-list__controls {
  display: none;
}
.project-list + .wrapper {
  margin-top: 0.5cm;
}

.project {
  break-inside: avoid;
  page-break-inside: avoid;
}
.project:nth-child(odd) {
  background: #f7f7f7;
  -webkit-print-color-adjust: exact;
}
.project__body {
  max-height: none;
  overflow: visible;
}
.project__expand-button, .project__location, .project__detail--header, .project__header-number {
  display: none;
}
.project__detail-heading, .project__detail-text {
  color: #000000;
}
.project__detail-heading {
  font-weight: bold;
}

.tabs__panel--hidden {
  display: block;
}

/*# sourceMappingURL=print.css.548ff865e085.map */
