.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #00446a;
  background-color: #fff;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  color: #fff;
  margin-top: 48px;
  margin-bottom: 10px;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 105%;
  display: flex;
}

h2 {
  color: #00787a;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: #00787a;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: #00787a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

a {
  color: #008f91;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}

ol {
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 40px;
}

li {
  padding-bottom: 8px;
  padding-left: 6px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

sup {
  padding-right: 2px;
}

blockquote {
  color: #00787a;
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 48px 0 40px;
  font-family: Heebo, sans-serif;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 130%;
}

figure {
  width: 100%;
  max-width: 100px;
  text-align: center;
  border-top: 1px solid #008f91;
  margin: 32px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

figcaption {
  text-align: center;
  border-bottom: 1px solid #008f91;
  margin-top: 8px;
  padding-bottom: 40px;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.4;
}

.home-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-section.screen-full {
  height: 100%;
  min-height: 100vh;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-section.screen-full.xy-center {
  justify-content: center;
  align-items: center;
}

.home-section.screen-full.xy-center.relative.home-hero {
  overflow: hidden;
}

.container {
  z-index: 3;
  flex: 1;
  position: relative;
}

.container.flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col-8 {
  width: 100%;
  max-width: 66.6667%;
}

.col-8.align-h-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-8.align-h-center.mx-auto.home-into__content {
  z-index: 2;
  max-width: 78%;
  position: relative;
}

.col-8.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.logo {
  height: 40px;
  display: block;
}

.brand {
  align-items: center;
  padding: 12px 0;
}

.header {
  z-index: 99;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
  display: flex;
  position: absolute;
  top: 0;
  left: auto;
}

.nav-menu {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  color: #516056;
  background-color: #081b2f;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
}

.menu-icon {
  float: right;
}

.nav-link {
  width: 100%;
  grid-column-gap: 20px;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 24px;
  font-size: 3vw;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.nav-link:visited {
  color: #fff;
}

.actions-col {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-line-icon {
  width: 32px;
  height: 1px;
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.menu-btn {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: 30px;
  padding: 8px 0;
  font-size: 1em;
  display: flex;
}

.menu-btn.w--open {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}

.menu-label {
  float: left;
  color: #fff;
  padding-right: 16px;
  font-size: .95rem;
  font-weight: 300;
  line-height: 225%;
}

.v-line {
  width: 1px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}

.v-line.v-line-top {
  width: 1px;
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: 0;
}

.main {
  position: relative;
}

.main.home-page {
  overflow: hidden;
}

.component.py-lg {
  width: 100%;
}

.component.py-lg.px-full {
  z-index: 3;
  padding-left: 76px;
  padding-right: 76px;
  position: relative;
}

.component.hero-vid {
  margin-top: -322px;
}

.grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.grid-tile {
  width: 100%;
  color: #fff;
  cursor: pointer;
  object-fit: cover;
  background-color: #0b233d;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-tile-img {
  width: 100%;
  object-fit: contain;
  object-position: 100% 100%;
}

.grid-tile-img.full-height {
  height: 100%;
  object-fit: contain;
  margin-right: 0;
}

.grid-tile-heading {
  z-index: 3;
  color: #fff;
  margin-bottom: 0;
  font-size: 2.6vw;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.grid-tile-text {
  z-index: 3;
  width: 90%;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 32px;
  display: flex;
}

.smaller {
  font-size: .9rem;
  line-height: 140%;
  text-decoration: none;
}

.read-more {
  color: #03c6a7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.read-more.accordion {
  width: auto;
  height: 100%;
  color: #00446a;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  border-radius: 0%;
  align-items: stretch;
  padding: 0;
  text-decoration: none;
}

.read-more.story__read-more {
  color: #00787a;
  border-bottom: 1px solid #008f91;
  font-size: 1.45rem;
  font-weight: 400;
}

.read-more-label {
  text-transform: uppercase;
  align-items: center;
  line-height: 1;
  display: flex;
}

.footer {
  background-color: #071d35;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding: 56px 76px;
}

.footer.mt-sm {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.small {
  color: #fff;
  align-self: center;
  font-size: .75rem;
}

.small.copy {
  color: #fff;
  font-size: .75rem;
}

.small ol {
  color: #00446a;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
}

.small li {
  color: #00446a;
  padding-bottom: 4px;
  line-height: 130%;
}

.small p {
  color: #00446a;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: .75rem;
  line-height: 130%;
}

.footer-link {
  color: #f4f1ea;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 20px;
  text-decoration: underline;
  display: flex;
}

.image-7 {
  width: auto;
  height: 14px;
  color: #fff;
  margin-top: -3px;
  padding-left: 8px;
}

.py-sm {
  padding-top: 44px;
  padding-bottom: 44px;
}

.page-header {
  background-color: #071d35;
  padding-top: 144px;
  padding-bottom: 400px;
  position: relative;
  overflow: hidden;
}

.page-header.video {
  padding-bottom: 434px;
}

.page-header.error {
  height: 100%;
}

.col-10 {
  max-width: 83.3333%;
}

.col-10.mx-auto.px-sm {
  padding-left: 40px;
  padding-right: 40px;
}

.col-10.accordion {
  padding-top: 12px;
}

.section.section-page-header {
  position: relative;
}

.section.bg {
  background-color: #ebf6f6;
}

.intro {
  z-index: 2;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 140%;
}

.intro.intro-circle-p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.intro.dark {
  color: #00787a;
}

.rte {
  font-weight: 400;
}

.rte em {
  align-content: center;
}

.rte h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rte.image figure {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.rte.image figcaption {
  border-bottom-style: none;
}

.rte.list-style-2 li {
  background-color: #def0f1;
  border-left: 3px solid #008f91;
  margin-bottom: 1.5rem;
  padding: 25px;
}

.rte.roll-call {
  margin-top: 0;
}

.source-info {
  color: #00446a;
  margin-top: 24px;
}

.play-icon {
  height: 48px;
  margin-left: 3px;
}

.lightbox-link {
  position: relative;
}

.pb-lg {
  padding-bottom: 80px;
}

.accordion-item {
  padding-top: 20px;
}

.accordion-item.highlight {
  margin-top: 24px;
  padding-top: 0;
}

.accordion-item-trigger {
  cursor: pointer;
  border-top: 1px solid rgba(71, 78, 81, .2);
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 16px;
  display: flex;
}

.accordion-item-trigger.basic {
  border: 0 #000;
  border-bottom: 1px solid #03c6a7;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.accordion-item-content {
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.video-lightbox.pb-sm {
  display: none;
}

.circle-chart-item {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.circle-chart-item.large {
  width: 400px;
  position: relative;
}

.circle-chart-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 40px;
}

.circle-chart-grid.bottom-row {
  grid-template-columns: 2.5fr 1fr 1fr;
  padding-top: 60px;
}

.circle-v-line {
  width: 2px;
  height: 215px;
  background-color: #7fa5bc;
  flex: 0 auto;
  position: relative;
}

.circle-chart-circle {
  width: 120px;
  flex-flow: column wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-chart-circle._80 {
  width: 50px;
  flex-wrap: wrap;
  flex: none;
  align-items: center;
}

.circle-chart-circle._130 {
  width: 100px;
}

.circle-chart-circle._90 {
  width: 60px;
}

.circle {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #00787a;
  border-radius: 100%;
}

.circle.circle-120 {
  width: 185px;
  height: 185px;
  flex: none;
}

.circle.circle-50 {
  width: 18px;
  height: 18px;
  flex: none;
}

.circle.circle-60 {
  width: 90px;
  height: 90px;
  flex: none;
}

.circle.circle-60._1 {
  width: 40px;
  height: 40px;
}

.circle.circle-60._2 {
  width: 37px;
  height: 37px;
}

.circle.circle-large {
  width: 400px;
  height: 400px;
  border-color: #00446a;
  position: relative;
}

.circle.circle-100 {
  width: 140px;
  height: 140px;
  flex: none;
}

.circle-chart-text._110 {
  width: 120px;
  margin-left: -30px;
}

.circle-chart-text.large {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-chart-text._130 {
  width: 130px;
  margin-left: 0;
}

.circle-chart-text._100 {
  margin-left: -20px;
}

.circle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-wrapper._120 {
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  margin-top: -75px;
  display: flex;
}

.circle-wrapper._50 {
  width: 80px;
  height: 80px;
  margin-top: -40px;
}

.circle-wrapper._40 {
  width: 90px;
  height: 90px;
  margin-top: -45px;
}

.circle-wrapper.large {
  width: 400px;
  height: 400px;
}

.circle-wrapper._100 {
  width: 130px;
  height: 130px;
  margin-top: -65px;
}

.read-more-label-text {
  color: #f2f6f8;
  text-transform: none;
  padding-bottom: 1px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.read-more-arrow {
  height: 16px;
  margin-left: 16px;
  transform: rotate(0);
}

.read-more-arrow.up {
  margin-left: 32px;
  transform: rotate(90deg);
}

.pt-lg {
  padding-top: 80px;
}

.pt-sm {
  padding-top: 44px;
}

.pb-sm {
  padding-bottom: 44px;
}

.scroll-down {
  z-index: 6;
  width: 20px;
  color: #03c6a7;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 35%;
  right: 32px;
  transform: translate(0, -35%);
}

.scroll-down:hover {
  text-decoration: underline;
}

.scroll-down.mobile {
  display: none;
}

.chart-base {
  z-index: 2;
  position: relative;
}

.chart-bars {
  z-index: 1;
  position: absolute;
  left: 0;
}

.relative {
  position: relative;
}

.chart-numbers {
  z-index: 4;
  position: absolute;
  left: 0;
}

.chart-line-graph {
  z-index: 3;
  position: absolute;
}

.footer-middle-content {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}

.footer-middle-content p {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: .75rem;
  line-height: 130%;
}

.footer-middle-content a {
  color: #f4f1ea;
}

.h4 {
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.h4.text-blue {
  margin-bottom: 6px;
  line-height: 120%;
}

.text-block {
  color: #fff;
}

.aria-describedby-element {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.col-6 {
  width: 100%;
  max-width: 50%;
  padding-right: 32px;
}

.scroll-text {
  transform-origin: 19% 0;
  text-transform: uppercase;
  font-size: .8rem;
  text-decoration: none;
  transform: rotate(-90deg);
}

.page-header-intro {
  padding-top: 32px;
}

.page-header-intro.indent {
  padding-left: 20px;
}

.circle-focus {
  z-index: 1;
  height: 481px;
  position: relative;
}

.circle-focus.mobile {
  display: none;
}

.circle-intro {
  width: 100%;
  height: 480px;
  justify-content: center;
  display: flex;
  position: relative;
}

.play-circle {
  width: 112px;
  height: 112px;
  opacity: .94;
  background-image: linear-gradient(117deg, #3e828d, #7eafae);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.larger {
  color: #00787a;
  font-size: 1.05rem;
  font-weight: 600;
}

.h3 {
  font-size: 2.3rem;
  line-height: 120%;
}

.h3.circle-large-heading {
  font-size: 1.6rem;
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.highlight-box {
  background-color: #def0f1;
  padding: 24px;
}

.pb-xs {
  padding-bottom: 32px;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.highlight-stat-desc {
  color: #00787a;
  margin-top: 8px;
  margin-bottom: 0;
}

.eee-chart {
  margin-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.hero-bg-video {
  z-index: 1;
  width: 100%;
  height: 65%;
  display: none;
  position: absolute;
}

.hero-overlay.screen-full {
  z-index: 2;
  opacity: .7;
  background-image: url('../images/hero-overlay-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}

.screen-full {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.footer-menu-item {
  color: #fff;
  align-self: flex-start;
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: relative;
}

.stat-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
  padding-top: 20px;
}

.stat-item {
  z-index: 2;
  width: 100%;
  grid-row-gap: 8px;
  border-top: 1px solid #03c6a7;
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.stat {
  z-index: 2;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
}

.stat-number {
  color: #00787a;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 100%;
}

.stat-item-desc {
  font-size: 1rem;
  line-height: 140%;
}

.spacer {
  z-index: 1;
  width: 100%;
  flex: 0 auto;
  align-self: stretch;
  padding-right: 0;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.chart-inner {
  width: 100%;
  position: relative;
}

.gradient-strip {
  width: 100%;
  height: 8px;
  background-image: url('../images/gradient-strip.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
}

.back-to-top {
  z-index: 99;
  width: 65px;
  height: 65px;
  color: #0c1a2f;
  background-color: #008f91;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  bottom: 32px;
  right: 48px;
}

.back-to-top.w--current {
  z-index: 99;
  width: 65px;
  height: 65px;
  background-color: #053442;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 32px;
  right: 48px;
}

.back-to-top.dark {
  background-color: #fff;
}

.back-to-top-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fund-name {
  padding-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: rgba(127, 165, 188, .6);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.val {
  font-weight: 400;
}

.nav-list {
  width: 100%;
  height: 100%;
  max-width: 940px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.grid-tile-chapter-wrapper {
  width: 48%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.grid-tile-chapter-wrapper.full-height {
  height: 100%;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom {
  width: 100%;
  align-items: center;
  display: flex;
}

.footer-menu-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  display: grid;
}

.aria-caption {
  padding-top: 40px;
  font-style: normal;
}

.home-intro-heading {
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 140%;
}

.home-intro {
  color: #fff;
  text-align: left;
  padding-top: 20px;
  font-size: 1.15rem;
  font-weight: 300;
}

.html-embed-3 {
  width: 100%;
}

.home-h1 {
  z-index: 3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 76px;
  padding-right: 76px;
  font-weight: 400;
  position: absolute;
  top: 74vh;
  left: 0;
}

.home-h1.tablet {
  display: none;
}

.home-h1__left {
  width: 291px;
  text-shadow: 0 0 17px #071d35;
  font-size: 4.5rem;
  display: inline-block;
  position: absolute;
  left: 50%;
}

.home-h1__right {
  width: 465px;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-shadow: 0 0 17px #071d35;
  white-space: nowrap;
  font-size: 4.5rem;
  display: inline-block;
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translate(-50%);
}

.accordion-item-2.story__accordion {
  padding-top: 12px;
}

.accordion-item-trigger-2 {
  cursor: pointer;
  border-top: 1px solid rgba(71, 78, 81, .2);
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.accordion-item-trigger-2.basic {
  color: #03c6a7;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger-2.story__trigger {
  border-top-style: none;
}

.accordion-item-content-2 {
  overflow: hidden;
}

.accordion-item-content-2.story__accordion-content {
  color: #00446a;
  font-size: 1rem;
  line-height: 140%;
}

.bg-gradient {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: radial-gradient(circle, #0b5d70, #0b233d);
  position: absolute;
  top: 0;
  left: 0;
}

.icon-arrow {
  width: 12%;
}

.grid-tile-content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.rule {
  z-index: 3;
  width: 100%;
  position: relative;
}

.rule.home {
  position: absolute;
}

.thin {
  height: 1px;
  background-color: #008f91;
}

.thick {
  width: 48%;
  height: 8px;
  background-color: #03c6a7;
  position: absolute;
  top: -4px;
}

.thick.num {
  width: 115px;
}

.home-nav {
  padding-top: 208px;
  position: relative;
}

.chapter-num {
  color: #03c6a7;
  text-align: center;
  font-size: 5.3vw;
  font-weight: 600;
  line-height: 100%;
}

.footer-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  opacity: .8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.footer-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-menu-list-1, .footer-menu-list-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.div-block {
  grid-column-gap: 48px;
  align-items: center;
  display: flex;
}

.nav-link-text {
  font-size: 2.25vw;
  font-weight: 300;
}

.nav-chapter {
  width: 60px;
  height: 60px;
  color: #03c6a7;
  align-self: center;
  align-items: center;
  font-size: 2.65vw;
  font-weight: 600;
  display: flex;
}

.nav-link-icon, .nav-link-hover {
  height: 20px;
}

.col-9 {
  width: 100%;
  max-width: 75%;
}

.page-header__num {
  width: 115px;
  color: #03c6a7;
  text-align: center;
  flex: none;
  margin-right: 20px;
}

.page-header__video {
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: -75%;
  right: 0%;
}

.home {
  background-color: #071d35;
}

.total {
  color: #00446a;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 130%;
}

.circle-chart-text__bold {
  margin-top: 12px;
  font-size: 2.8rem;
  display: inline-block;
}

.text-blue {
  color: #00446a;
}

.h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
}

.videopage {
  background-color: #071d35;
}

.dummy {
  background-color: #c2c50c;
}

.video-wrapper {
  width: 90%;
  text-align: center;
}

.video-wrapper.intro {
  width: 90%;
  opacity: .5;
  filter: blur(100px);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.video-wrapper.video-wrapper-shadow-inner {
  position: relative;
}

.hero-video-embed {
  display: block;
}

.hero-static {
  width: 65%;
  opacity: 1;
  display: none;
}

.hero-static.default {
  width: 55%;
  float: right;
}

.hero-static.intro {
  opacity: 0;
}

.toggle-contrast {
  width: auto;
  height: 44px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/contrast.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid #03c6a7;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 20px;
  font-size: .9rem;
  font-weight: 300;
  display: flex;
}

.glow {
  position: relative;
}

.glow__object {
  z-index: 1;
  width: 200px;
  height: 200px;
  filter: blur(120px);
  background-color: #008f91;
  border-radius: 100%;
  position: absolute;
}

.error {
  background-color: #081b2f;
}

.dark-link {
  color: #03c6a7;
}

.story-box {
  background-color: #def0f1;
  padding-bottom: 24px;
}

.grid-story {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 3.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story__heading {
  height: 100%;
  border-bottom: 1px solid #008f91;
  align-items: center;
  margin-left: 24px;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.story__image {
  width: 100%;
}

.story__content.intro.dark {
  padding-left: 24px;
}

.rule-thick {
  width: 40px;
  height: 5px;
  background-color: #008f91;
  position: absolute;
  top: -3px;
  left: -24px;
}

.paragraph, .story__content__para {
  font-weight: 300;
}

.div-block-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-text-shadow {
  text-shadow: 0 0 17px #071d35;
}

.heading {
  padding-right: 0;
}

.img-caption {
  font-size: .75rem;
  line-height: 1.35;
}

.roll-call {
  margin-top: 2rem;
}

.roll-call p {
  margin-top: 0;
}

.roll-call ul {
  max-width: 650px;
  column-count: 3;
}

.divider {
  height: 1px;
  background-color: #008f91;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.tfa-small {
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1216px;
  }

  .col-8.align-h-center.mx-auto.home-into__content {
    max-width: 75%;
  }

  .page-header {
    padding-bottom: 400px;
  }

  .circle-chart-item.large {
    width: 479px;
  }

  .circle.circle-large, .circle-wrapper.large {
    width: 479px;
    height: 479px;
  }

  .chart-bars {
    height: 100%;
  }

  .nav-list {
    max-width: 1216px;
  }

  .grid-tile-chapter-wrapper {
    width: 55%;
  }

  .footer-menu-grid {
    width: 90%;
  }

  .chapter-num {
    font-size: 6vw;
  }

  .nav-link-text {
    font-size: 2.45vw;
  }

  .nav-chapter {
    font-size: 2.85vw;
  }

  .total {
    font-size: 3.8rem;
  }

  .story__heading {
    padding-right: 20%;
  }

  .heading {
    padding-right: 2em;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1388px;
  }

  .col-8.align-h-center.mx-auto.home-into__content {
    max-width: 66.6667%;
  }

  .nav-menu {
    display: block;
  }

  .nav-link {
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 2.2vw;
    line-height: 100%;
  }

  .grid-tile {
    flex-direction: column;
  }

  .grid-tile-heading {
    font-size: 30.24px;
  }

  .grid-tile-text {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .read-more {
    flex-direction: column;
  }

  .page-header {
    padding-bottom: 400px;
  }

  .section.section-page-header {
    position: relative;
  }

  .hero-bg-video {
    height: 45%;
    margin-top: -100vh;
  }

  .hero-overlay.screen-full {
    opacity: .8;
    filter: blur(20px);
    background-image: url('../images/hero-overlay-1280.png');
  }

  .nav-list {
    max-width: 1388px;
  }

  .grid-tile-chapter-wrapper {
    align-items: flex-start;
  }

  .footer-menu-grid {
    max-width: 500px;
  }

  .home-h1 {
    top: 78vh;
  }

  .accordion-item-trigger-2.basic {
    text-decoration: none;
  }

  .bg-gradient {
    z-index: 1;
  }

  .grid-tile-content {
    z-index: 2;
    height: 100%;
  }

  .chapter-num {
    font-size: 64.8px;
  }

  .nav-link-text {
    font-size: 1.8vw;
  }

  .nav-chapter {
    width: 72px;
    height: 72px;
    font-size: 2vw;
  }

  .page-header__video {
    width: 110%;
    max-width: 1400px;
    bottom: -55%;
  }

  .video-wrapper {
    width: 72%;
  }

  .hero-static {
    width: 58%;
  }

  .grid-story {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
  }

  .story__heading {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 20%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 32px;
    font-size: 3.8rem;
  }

  blockquote {
    font-size: 2.1em;
  }

  .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.page-header-container {
    flex-direction: column;
    display: flex;
  }

  .col-8 {
    max-width: 100%;
  }

  .col-8.align-h-center.mx-auto.home-into__content {
    max-width: 90%;
  }

  .brand {
    padding: 0;
  }

  .header {
    padding: 24px 0;
  }

  .nav-menu {
    padding-top: 96px;
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-btn {
    z-index: 9999;
    color: #83c8d1;
    margin-left: 10px;
    padding-left: 16px;
  }

  .menu-btn.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    display: flex;
  }

  .menu-label {
    font-size: .9em;
    line-height: 1.8;
    display: none;
  }

  .component.py-lg.px-full {
    padding-left: 24px;
    padding-right: 24px;
  }

  .component.hero-vid {
    margin-top: -200px;
  }

  .component.hero-vid.pb-lg {
    margin-top: 0;
  }

  .grid-large {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-tile-heading {
    font-size: 4vw;
  }

  .grid-tile-text {
    grid-row-gap: 24px;
    padding-left: 32px;
  }

  .read-more.accordion, .read-more-label {
    width: 100%;
    justify-content: space-between;
  }

  .footer {
    padding: 48px 0;
  }

  .small.copy {
    align-self: flex-start;
    padding-right: 0;
  }

  .footer-link {
    align-self: flex-start;
    margin-right: 0;
  }

  .page-header {
    justify-content: flex-end;
    padding-top: 136px;
    padding-bottom: 0;
  }

  .page-header.video {
    padding-bottom: 300px;
  }

  .col-10 {
    max-width: 100%;
  }

  .col-10.mx-auto.px-sm {
    padding-left: 0;
    padding-right: 0;
  }

  .intro.dark {
    color: #00787a;
  }

  .play-icon {
    height: 40px;
  }

  .accordion-item.highlight {
    margin-top: 12px;
  }

  .accordion-item-trigger {
    cursor: pointer;
    border-top: 1px solid rgba(67, 84, 83, .2);
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .accordion-item-trigger.basic, .circle-chart-item, .circle-chart-item.large {
    width: 100%;
  }

  .circle-chart-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr .75fr .75fr;
  }

  .circle-chart-grid.bottom-row {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .75fr .75fr;
  }

  .circle-chart-circle._90 {
    width: 75px;
  }

  .circle.circle-120 {
    width: 140px;
    height: 140px;
  }

  .circle.circle-50 {
    width: 70px;
    height: 70px;
  }

  .circle.circle-60 {
    width: 80px;
    height: 80px;
  }

  .circle.circle-large {
    width: 250px;
    height: 250px;
    position: relative;
  }

  .circle.circle-100 {
    width: 120px;
    height: 120px;
  }

  .circle-chart-text {
    margin-left: 6px;
  }

  .circle-chart-text._90 {
    margin-left: -15px;
  }

  .circle-chart-text.large {
    margin-left: 0;
  }

  .circle-chart-text._130 {
    margin-left: 4px;
  }

  .circle-wrapper._120 {
    width: 140px;
    height: 140px;
    margin-top: -70px;
  }

  .circle-wrapper._50 {
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }

  .circle-wrapper._40 {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }

  .circle-wrapper.large {
    width: 250px;
    height: 250px;
  }

  .circle-wrapper._100 {
    width: 120px;
    height: 120px;
    margin-top: -60px;
  }

  .scroll-down {
    display: none;
    position: static;
    bottom: auto;
    right: auto;
  }

  .scroll-down.desktop {
    display: none;
  }

  .scroll-down.mobile {
    align-self: flex-end;
    display: flex;
  }

  .html-embed {
    font-size: .9em;
  }

  .col-6 {
    max-width: 90%;
  }

  .circle-intro.generic {
    padding-left: 20px;
    padding-right: 20px;
  }

  .play-circle {
    width: 96px;
    height: 96px;
  }

  .larger {
    font-size: 1rem;
  }

  .h3.circle-large-heading {
    font-size: 1.5rem;
  }

  .hero-bg-video {
    width: 80%;
    height: 80%;
  }

  .footer-menu-item {
    font-size: 1rem;
  }

  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stat-number {
    font-size: 3.8rem;
  }

  .stat-item-desc {
    font-size: 1rem;
  }

  .back-to-top {
    bottom: 24px;
    right: 32px;
  }

  .back-to-top.w--current {
    width: 55px;
    height: 55px;
    right: 32px;
  }

  .back-to-top-icon {
    height: 12px;
  }

  .nav-list, .grid-tile-chapter-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-menu-grid {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
  }

  .home-intro.py-lg {
    padding-bottom: 40px;
  }

  .home-h1 {
    padding-left: 32px;
    padding-right: 32px;
    display: none;
    top: 65vh;
  }

  .home-h1.tablet {
    display: flex;
  }

  .home-h1__left {
    width: 226px;
    text-align: center;
    font-size: 3.5rem;
  }

  .home-h1__left.tablet {
    transform: translate(-50%);
  }

  .home-h1__right {
    width: 362px;
    font-size: 3.5rem;
    top: 65px;
  }

  .accordion-item-trigger-2 {
    cursor: pointer;
    border-top: 1px solid rgba(67, 84, 83, .2);
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .grid-tile-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .home-nav {
    padding-top: 0;
  }

  .chapter-num {
    font-size: 8.5vw;
  }

  .nav-link-text {
    font-size: 3.5vw;
  }

  .nav-chapter {
    width: 75px;
    height: 75px;
    font-size: 6vw;
  }

  .nav-link-icon, .nav-link-hover {
    height: 24px;
  }

  .col-9 {
    max-width: 100%;
  }

  .page-header__video {
    bottom: -34%;
    right: -15%;
  }

  .circle-chart-text__bold {
    font-size: 2.6rem;
  }

  .video-wrapper {
    width: 120%;
  }

  .hero-static {
    width: 75%;
  }

  .hero-static.default {
    width: 87%;
  }

  .toggle-contrast {
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    background-position: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .story__content.intro.dark {
    padding-right: 24px;
  }

  .heading-text-shadow {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #071d35;
    text-shadow: 0 0 17px #071d35, 0 0 17px #071d35;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.8rem;
  }

  h2 {
    color: #00787a;
    margin-bottom: 20px;
    font-size: 2.15rem;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }

  a {
    color: #00787a;
  }

  ol {
    padding-left: 40px;
  }

  li {
    padding-left: 0;
  }

  blockquote {
    font-size: 1.9em;
  }

  .home-section.screen-full.xy-center.relative.home-hero {
    flex-direction: column;
    justify-content: center;
  }

  .container.flex {
    flex-direction: column;
  }

  .col-8, .col-8.align-h-center, .col-8.align-h-center.mx-auto.home-into__content {
    max-width: 100%;
  }

  .logo {
    height: 36px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    width: 100%;
    padding-top: 88px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3.7vw;
  }

  .menu-label {
    display: none;
  }

  .v-line {
    height: 60px;
    margin-bottom: 48px;
  }

  .main.home {
    overflow: hidden;
  }

  .component.pt-lg {
    padding-top: 56px;
  }

  .component.pt-lg.pb-sm {
    padding-bottom: 28px;
  }

  .component.pt-sm {
    padding-top: 28px;
  }

  .component.hero-vid {
    margin-top: -176px;
  }

  .component.hero-vid.pb-lg {
    margin-top: 0;
  }

  .grid-tile-img.full-height {
    margin-right: 0;
  }

  .grid-tile-heading {
    font-size: 4.5vw;
  }

  .grid-tile-text {
    grid-row-gap: 16px;
    padding-left: 24px;
  }

  .read-more {
    font-size: 1.25rem;
  }

  .read-more.story__read-more {
    font-size: 1.1rem;
  }

  .footer.mt-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .small.copy {
    text-align: center;
    padding-bottom: 0;
    padding-right: 0;
  }

  .small ol {
    padding-left: 20px;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .image-7 {
    height: 12px;
    margin-top: 0;
  }

  .py-sm {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .page-header.video {
    padding-bottom: 200px;
  }

  .col-10.accordion {
    padding-top: 0;
  }

  .intro {
    font-size: 1.1rem;
  }

  .rte h4, .rte h3 {
    margin-top: 32px;
  }

  .source-info {
    margin-top: 0;
  }

  .play-icon {
    height: 24px;
  }

  .pb-lg {
    padding-bottom: 56px;
  }

  .table {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-lg {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .video-lightbox.pb-sm {
    overflow: hidden;
  }

  .circle-chart-item, .circle-chart-item.large, .circle-chart-item.two {
    justify-content: center;
  }

  .circle-chart-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .circle-chart-grid.bottom-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .circle-chart-circle {
    width: 130px;
  }

  .circle-chart-circle._80 {
    width: 40px;
  }

  .circle.circle-120 {
    width: 130px;
    height: 130px;
  }

  .circle.circle-50 {
    width: 60px;
    height: 60px;
  }

  .circle.circle-60 {
    width: 70px;
    height: 70px;
  }

  .circle.circle-large {
    width: 300px;
    height: 300px;
  }

  .circle-chart-text._110 {
    margin-left: -39px;
  }

  .circle-chart-text._90 {
    margin-left: -20px;
  }

  .circle-chart-text._130 {
    margin-left: 10px;
  }

  .circle-chart-text._100 {
    margin-left: -26px;
  }

  .circle-wrapper._120 {
    width: 130px;
    height: 130px;
    margin-top: -65px;
  }

  .circle-wrapper._50 {
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    display: flex;
  }

  .circle-wrapper._40 {
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }

  .circle-wrapper.large {
    width: 300px;
    height: 300px;
  }

  .pt-lg {
    padding-top: 56px;
  }

  .pt-sm {
    padding-top: 28px;
  }

  .pb-sm {
    padding-bottom: 28px;
  }

  .scroll-down {
    align-items: flex-end;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .scroll-down.mobile {
    align-items: center;
    display: none;
  }

  .footer-middle-content {
    width: 100%;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .col-6 {
    max-width: 100%;
    padding-right: 0;
  }

  .scroll-text {
    transform-origin: 19% 0;
    font-size: .7rem;
  }

  .page-header-intro {
    padding-top: 12px;
    padding-left: 0;
  }

  .play-circle {
    width: 72px;
    height: 72px;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .h3.circle-large-heading {
    font-size: 1.3rem;
  }

  .eee-chart {
    margin-top: 40px;
  }

  .hero-overlay.screen-full {
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .footer-menu-item {
    flex: none;
    padding: 0;
    font-size: 1.1rem;
  }

  .stat-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 3.1rem;
  }

  .back-to-top {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 24px;
  }

  .back-to-top.w--current {
    display: none;
    right: 24px;
  }

  .back-to-top-icon {
    height: 10px;
  }

  .nav-list {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-tile-chapter-wrapper {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-menu-grid {
    grid-row-gap: 12px;
    flex-direction: column;
    flex: none;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex;
  }

  .home-intro-heading {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }

  .home-intro {
    font-size: 1.24rem;
  }

  .home-intro p {
    font-size: 1.05rem;
  }

  .home-h1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon-arrow {
    width: 12%;
  }

  .grid-tile-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .thick {
    width: 50%;
    height: 7px;
    top: -3px;
  }

  .thick.num {
    width: 80px;
  }

  .footer-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-menu-list-1, .footer-menu-list-2 {
    grid-row-gap: 12px;
  }

  .div-block {
    grid-column-gap: 20px;
  }

  .nav-chapter {
    width: 60px;
    height: 60px;
    font-size: 4vw;
  }

  .nav-link-icon, .nav-link-hover {
    height: 20px;
  }

  .page-header__num {
    width: 80px;
    margin-right: 8px;
  }

  .page-header__video {
    width: 100%;
    bottom: -25%;
    right: -30%;
  }

  .total {
    font-size: 3.2rem;
  }

  .h2 {
    font-size: 2.15rem;
  }

  .video-wrapper.intro {
    width: 110%;
    filter: blur(200px);
  }

  .story-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-story {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .story__heading {
    margin-left: 0;
  }

  .story__content.intro.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .rule-thick {
    left: -24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.9rem;
  }

  blockquote {
    font-size: 1.7em;
  }

  .nav-link {
    font-size: 6vw;
  }

  .menu-btn {
    padding-left: 8px;
    padding-right: 0;
  }

  .menu-label {
    font-size: .9em;
    line-height: 159%;
  }

  .component.hero-vid {
    margin-top: -160px;
  }

  .component.hero-vid.pb-lg {
    margin-top: 0;
  }

  .grid-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-tile {
    height: 190px;
  }

  .grid-tile-img.full-height {
    margin-right: 0;
  }

  .grid-tile-heading {
    font-size: 9vw;
  }

  .grid-tile-text {
    width: 60%;
    left: 37%;
  }

  .grid-tile-text.bottom {
    width: 60%;
  }

  .read-more.accordion {
    padding-top: 8px;
  }

  .footer-link {
    margin-bottom: 6px;
    margin-right: 0;
    padding-top: 6px;
  }

  .page-header {
    padding-top: 112px;
    padding-bottom: 20px;
  }

  .intro.intro-circle-p {
    position: static;
    top: auto;
    transform: none;
  }

  .accordion-item.highlight {
    margin-top: 0;
    padding-top: 0;
  }

  .circle-chart {
    width: 100%;
  }

  .circle-chart-item {
    justify-content: flex-start;
    padding-left: 30px;
  }

  .circle-chart-item.large {
    padding-left: 0;
  }

  .circle-chart-item.two {
    justify-content: flex-start;
  }

  .circle-chart-grid {
    grid-row-gap: 56px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .circle-chart-grid.bottom-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .circle-chart-circle {
    width: 130px;
    flex-direction: column;
    align-items: center;
  }

  .circle-chart-circle._80 {
    width: 130px;
    align-items: center;
  }

  .circle-chart-circle._130 {
    width: 130px;
    flex-direction: column;
    flex: none;
    align-items: center;
  }

  .circle-chart-circle._90 {
    width: 130px;
  }

  .circle.circle-large {
    width: 270px;
    height: 270px;
  }

  .circle-chart-text._90, .circle-chart-text._130, .circle-chart-text._100 {
    margin-left: -39px;
  }

  .circle-wrapper._50 {
    width: 60px;
    height: 60px;
  }

  .circle-wrapper.large {
    width: 270px;
    height: 270px;
  }

  .circle-focus {
    width: 100%;
    height: auto;
  }

  .circle-focus.desktop {
    display: none;
  }

  .circle-focus.mobile {
    width: 100%;
    align-self: center;
    display: block;
  }

  .circle-focus.mobile.top {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .circle-focus.mobile.top.generic {
    width: 100%;
  }

  .circle-focus.mobile.bottom {
    margin-bottom: 20px;
    transform: rotate(-180deg);
  }

  .circle-focus.mobile.bottom.generic {
    width: 100%;
  }

  .circle-focus.top.mobile {
    width: 85%;
  }

  .circle-focus.bottom {
    transform: rotate(-180deg);
  }

  .circle-focus.bottom.mobile {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .circle-intro {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
  }

  .circle-intro.generic {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .larger {
    font-size: 1.15rem;
  }

  .grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .responsive-table {
    width: 100%;
    overflow: auto;
  }

  .stat-item {
    width: 100%;
  }

  .back-to-top.w--current {
    background-color: #0c1a2f;
  }

  .back-to-top.dark {
    display: none;
  }

  .nav-list {
    z-index: 999;
  }

  .grid-tile-chapter-wrapper {
    width: 48%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .home-h1.mobile {
    display: flex;
  }

  .home-h1.tablet {
    display: none;
  }

  .home-h1__left {
    width: 276px;
    font-size: 3rem;
  }

  .home-h1__left.mobile {
    width: 170px;
    font-size: 2.3rem;
  }

  .home-h1__right {
    width: 352px;
    font-size: 3rem;
    top: 50px;
  }

  .home-h1__right.mobile {
    width: 250px;
    font-size: 2.3rem;
  }

  .icon-arrow {
    width: 20%;
  }

  .thick {
    width: 48%;
  }

  .thick.num {
    width: 60px;
  }

  .chapter-num {
    font-size: 17vw;
  }

  .div-block {
    grid-column-gap: 20px;
  }

  .nav-link-text {
    font-size: 5.5vw;
  }

  .nav-chapter {
    width: 40px;
    height: 40px;
    flex: none;
    font-size: 6vw;
  }

  .nav-link-icon, .nav-link-hover {
    height: 16px;
  }

  .page-header__num {
    width: 60px;
  }

  .page-header__video {
    width: 140%;
    bottom: -20%;
  }

  .home {
    background-color: #071d35;
  }

  .video-wrapper.intro {
    filter: blur(40px);
  }

  .hero-video-embed {
    display: block;
  }

  .hero-static.default {
    display: none;
  }

  .hero-static.default._01 {
    width: 65%;
    float: left;
    display: none;
  }

  .roll-call {
    column-count: 1;
  }

  .roll-call p {
    margin-bottom: 12px;
  }

  .roll-call ul {
    column-count: 1;
  }
}

#w-node-_768e7390-20bb-2c9e-f344-28f3392dd0d2-392dd0ce, #w-node-_768e7390-20bb-2c9e-f344-28f3392dd0df-392dd0ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f882dd-dfa2-a622-576d-702ad8911594-dd2122dc {
  align-self: center;
}

#w-node-_85f882dd-dfa2-a622-576d-702ad8911598-dd2122dc, #w-node-_85f882dd-dfa2-a622-576d-702ad8911599-dd2122dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85f882dd-dfa2-a622-576d-702ad891159a-dd2122dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a636ede-7d4a-c5c3-6ddb-0601ea0d06e2-dd2122dc {
  align-self: center;
}

#w-node-_4a636ede-7d4a-c5c3-6ddb-0601ea0d06e6-dd2122dc, #w-node-_4a636ede-7d4a-c5c3-6ddb-0601ea0d06e7-dd2122dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a636ede-7d4a-c5c3-6ddb-0601ea0d06e8-dd2122dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_644eb891-78f2-29c1-92c9-a3ca4e7ae0fd-dd2122dc {
  align-self: center;
}

#w-node-_644eb891-78f2-29c1-92c9-a3ca4e7ae101-dd2122dc, #w-node-_644eb891-78f2-29c1-92c9-a3ca4e7ae102-dd2122dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_644eb891-78f2-29c1-92c9-a3ca4e7ae103-dd2122dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d1-ee6026cf {
  align-self: center;
}

#w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d4-ee6026cf, #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d5-ee6026cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d6-ee6026cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cae-dd2122e9 {
  justify-self: center;
}

#w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cba-dd2122e9, #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823ccc-dd2122e9 {
  align-self: start;
  justify-self: center;
}

#w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cdb-dd2122e9 {
  align-self: start;
  justify-self: start;
}

#w-node-be43f6bb-ca43-23f8-1227-bcfdb1823ce4-dd2122e9 {
  align-self: start;
  justify-self: center;
}

#w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cf2-dd2122e9 {
  justify-self: center;
}

#w-node-_2001ea58-0d13-74ce-940b-d20f0e7fe5c5-dd2122e9, #w-node-_2001ea58-0d13-74ce-940b-d20f0e7fe5ca-dd2122e9, #w-node-_2001ea58-0d13-74ce-940b-d20f0e7fe5cf-dd2122e9, #w-node-_2001ea58-0d13-74ce-940b-d20f0e7fe5d4-dd2122e9, #w-node-c3dc0be6-438f-01a9-71b7-a1a2e5749161-dd2122e9, #w-node-c3dc0be6-438f-01a9-71b7-a1a2e5749166-dd2122e9, #w-node-b3ea75e4-31cf-3a69-2706-12a41f141e3a-dd2122e9, #w-node-b3ea75e4-31cf-3a69-2706-12a41f141e3f-dd2122e9, #w-node-bcd90f53-52cb-489e-a14c-baac604cd332-dd2122e9, #w-node-bcd90f53-52cb-489e-a14c-baac604cd337-dd2122e9, #w-node-_94bb96ff-b47e-8002-6bdb-0dddcbff9c88-dd2122e9, #w-node-_94bb96ff-b47e-8002-6bdb-0dddcbff9c8d-dd2122e9, #w-node-_5dd3f18f-4445-60cd-5f71-df0787b94ade-dd2122e9, #w-node-_5dd3f18f-4445-60cd-5f71-df0787b94ae3-dd2122e9, #w-node-_11188414-b8ca-5713-84c9-5d70aab294f3-dd2122ea, #w-node-_773835b5-ea19-88d2-36b0-f6a2b589a205-b589a201, #w-node-_773835b5-ea19-88d2-36b0-f6a2b589a20a-b589a201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e832-35f8e830 {
  justify-self: center;
}

#w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e83c-35f8e830, #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e846-35f8e830 {
  align-self: start;
  justify-self: center;
}

#w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e85b-35f8e830 {
  align-self: start;
  justify-self: start;
}

#w-node-_12d5f2a1-a345-1a7c-fc23-fe476798d365-35f8e830 {
  align-self: start;
  justify-self: center;
}

#w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e863-35f8e830 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_85f882dd-dfa2-a622-576d-702ad8911594-dd2122dc, #w-node-_85f882dd-dfa2-a622-576d-702ad8911595-dd2122dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85f882dd-dfa2-a622-576d-702ad8911598-dd2122dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a636ede-7d4a-c5c3-6ddb-0601ea0d06e2-dd2122dc, #w-node-_4a636ede-7d4a-c5c3-6ddb-0601ea0d06e3-dd2122dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a636ede-7d4a-c5c3-6ddb-0601ea0d06e6-dd2122dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_644eb891-78f2-29c1-92c9-a3ca4e7ae0fd-dd2122dc, #w-node-_644eb891-78f2-29c1-92c9-a3ca4e7ae0fe-dd2122dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_644eb891-78f2-29c1-92c9-a3ca4e7ae101-dd2122dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d1-ee6026cf, #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d2-ee6026cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d4-ee6026cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2c1724bc-9df7-10da-fa18-51d9c716fe1e-dd2122d7 {
    grid-area: 3 / 1 / 3 / 2;
  }

  #w-node-_85f882dd-dfa2-a622-576d-702ad8911599-dd2122dc, #w-node-_4a636ede-7d4a-c5c3-6ddb-0601ea0d06e7-dd2122dc, #w-node-_644eb891-78f2-29c1-92c9-a3ca4e7ae102-dd2122dc, #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d5-ee6026cf {
    grid-column: span 3 / span 3;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cae-dd2122e9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cba-dd2122e9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823ccc-dd2122e9 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cdb-dd2122e9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823ce4-dd2122e9 {
    order: 0;
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cf2-dd2122e9 {
    grid-area: 1 / 3 / 2 / 3;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e832-35f8e830 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e83c-35f8e830 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e846-35f8e830 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e85b-35f8e830 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_12d5f2a1-a345-1a7c-fc23-fe476798d365-35f8e830 {
    order: 0;
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e863-35f8e830 {
    grid-area: 1 / 3 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85f882dd-dfa2-a622-576d-702ad8911598-dd2122dc, #w-node-_85f882dd-dfa2-a622-576d-702ad8911599-dd2122dc, #w-node-_4a636ede-7d4a-c5c3-6ddb-0601ea0d06e6-dd2122dc, #w-node-_4a636ede-7d4a-c5c3-6ddb-0601ea0d06e7-dd2122dc, #w-node-_644eb891-78f2-29c1-92c9-a3ca4e7ae101-dd2122dc, #w-node-_644eb891-78f2-29c1-92c9-a3ca4e7ae102-dd2122dc, #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d4-ee6026cf, #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d5-ee6026cf {
    grid-column: span 1 / span 1;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cae-dd2122e9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cba-dd2122e9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823ccc-dd2122e9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cdb-dd2122e9 {
    grid-row-start: 2;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823ce4-dd2122e9 {
    grid-column-start: 1;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cf2-dd2122e9 {
    grid-column-start: 2;
    justify-self: end;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e832-35f8e830 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e83c-35f8e830 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e846-35f8e830 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e85b-35f8e830 {
    grid-row-start: 2;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_12d5f2a1-a345-1a7c-fc23-fe476798d365-35f8e830 {
    grid-column-start: 1;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e863-35f8e830 {
    grid-column-start: 2;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2c1724bc-9df7-10da-fa18-51d9c716fe1e-dd2122d7 {
    grid-row: 5 / 5;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cae-dd2122e9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cba-dd2122e9 {
    grid-row-start: 3;
    justify-self: center;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823ccc-dd2122e9 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cdb-dd2122e9 {
    grid-row: 3 / 4;
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823ce4-dd2122e9 {
    justify-self: start;
  }

  #w-node-be43f6bb-ca43-23f8-1227-bcfdb1823cf2-dd2122e9, #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e832-35f8e830 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e83c-35f8e830 {
    grid-row-start: 3;
    justify-self: center;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e846-35f8e830 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e85b-35f8e830 {
    grid-row: 3 / 4;
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-_12d5f2a1-a345-1a7c-fc23-fe476798d365-35f8e830 {
    justify-self: start;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e863-35f8e830 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }
}


