.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;
}

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 7.5rem;
  font-weight: 300;
  line-height: 105%;
}

h2 {
  color: #00787a;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #00787a;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

p {
  margin-bottom: 20px;
  line-height: 1.5;
}

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

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  padding-right: 2px;
}

blockquote {
  color: #516056;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 16px 40px;
  font-family: linotype-didot;
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.3;
}

figure {
  margin-top: 0;
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: 20px;
  font-size: .85rem;
  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.home-gradient {
  background-image: linear-gradient(#1d433a, #054254);
  position: relative;
}

.home-section.screen-full.xy-center.relative.home-hero {
  background-color: #00446a;
  overflow: hidden;
}

.container {
  z-index: 3;
  max-width: 1338px;
  flex: 1;
  padding-left: 48px;
  padding-right: 48px;
  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.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 48px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

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

.menu-icon {
  float: right;
}

.nav-link {
  color: #fff;
  text-align: center;
  padding: 20px 24px;
  font-size: 3vw;
  line-height: 100%;
}

.nav-link:hover {
  color: #a8d1eb;
  text-decoration: underline;
}

.nav-link:active {
  text-decoration: none;
}

.nav-link:focus {
  color: #a8d1eb;
}

.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-top: 8px;
  padding-bottom: 8px;
  padding-right: 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%;
}

.subtitle {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  line-height: 140%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.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;
}

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

.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;
}

.grid-tile {
  height: 271px;
  cursor: pointer;
  object-fit: cover;
  background-color: #f1f2eb;
  border-radius: 8px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-tile:hover {
  background-color: #e6f4f4;
}

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

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

.grid-tile-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .67) 36%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.grid-tile-overlay.large {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 36%, rgba(0, 0, 0, 0));
}

.grid-tile-heading {
  z-index: 3;
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 120%;
}

.grid-tile-desc {
  display: none;
  position: relative;
}

.grid-tile-desc.smaller {
  opacity: 1;
  display: block;
}

.grid-tile-text {
  z-index: 3;
  width: 55%;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  bottom: 0;
  left: 45%;
}

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

.read-more {
  width: 40px;
  height: 40px;
  background-image: url('../images/arrow-teal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #008f91;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.read-more-label {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 7px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.read-more-underline {
  height: 3px;
  background-color: #d2c8ab;
}

.underline-top {
  width: 0%;
  height: 3px;
  background-color: #728477;
}

.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 #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 20px;
  font-size: .9rem;
  font-weight: 300;
  display: flex;
}

.toggle-contrast:hover {
  color: #008f91;
  background-color: #fff;
  background-image: url('../images/contrast-on.svg');
}

.toggle-contrast.backup {
  width: auto;
  color: #fff;
  background-image: url('../images/contrast.svg');
  font-weight: 400;
  display: none;
}

.footer {
  background-color: #053442;
  padding-top: 56px;
  padding-bottom: 56px;
}

.footer.mt-sm {
  background-color: #053442;
}

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

.small.copy {
  color: #fff;
  padding-right: 32px;
}

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

.small li {
  color: #00446a;
  padding-bottom: 6px;
}

.small p {
  color: #00446a;
  margin-bottom: 12px;
  font-size: .8rem;
  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: 56px;
  padding-bottom: 56px;
}

.page-header {
  background-color: #00446a;
  padding-top: 200px;
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
}

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

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

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

.section.light-teal {
  background-color: rgba(230, 244, 244, .5);
}

.intro {
  z-index: 2;
  color: #00787a;
  font-size: 1.35rem;
  line-height: 140%;
}

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

.rte em {
  align-content: center;
}

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

.source-info {
  color: #00446a;
  border-top: 2px solid rgba(0, 143, 145, .5);
  margin-top: 32px;
  padding-top: 32px;
}

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

.lightbox-link {
  position: relative;
}

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

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

.accordion-item.highlight {
  background-color: #e6f4f4;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.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 solid #000;
  justify-content: flex-start;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

.text-white {
  color: #fff;
}

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

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

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

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

.circle-v-line {
  width: 1px;
  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: 120px;
  height: 120px;
  flex: none;
}

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

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

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

.circle.circle-100 {
  width: 100px;
  height: 100px;
  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: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  display: flex;
}

.circle-wrapper._50 {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.circle-wrapper._40 {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

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

.circle-wrapper._100 {
  width: 100px;
  margin-top: -50px;
}

.read-more-label-text {
  text-transform: none;
  font-size: 1rem;
  text-decoration: underline;
}

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

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

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

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

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

.scroll-down {
  z-index: 6;
  width: 20px;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: absolute;
  bottom: 80px;
  right: 40px;
}

.scroll-down.home {
  bottom: 80px;
  right: 40px;
}

.scroll-down.video {
  bottom: 402px;
}

.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-top {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-top.flex-col.space-between {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-middle-content {
  width: 70%;
  opacity: .8;
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-right: 16px;
}

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

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

.h4 {
  font-family: heebo, sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.5;
}

.h4.highlight-title {
  padding-bottom: 16px;
}

.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 {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.flex-col {
  display: flex;
}

.flex-col.space-between {
  justify-content: space-between;
  align-items: flex-start;
}

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

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

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

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

.circle-focus.desktop.home {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.circle-focus.desktop.home.top {
  transform: translate(-50%)rotate(-180deg);
}

.circle-focus.desktop.top {
  position: absolute;
}

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

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

.circle-intro.home {
  height: 545px;
}

.read-more-icon.transcript {
  margin-right: 12px;
}

.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 {
  font-size: 1.25rem;
}

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

.h3.highlight-stat {
  color: #00787a;
  padding-bottom: 8px;
}

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

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

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

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

.highlight-stat-desc {
  margin-bottom: 0;
}

.eee-chart {
  background-color: #e6f4f4;
  margin-top: 40px;
  padding: 32px;
  position: relative;
}

.hero-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  filter: blur(20px);
  position: absolute;
  top: 0;
}

.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;
}

.hero-circle-img {
  z-index: 5;
  width: 50vw;
  position: relative;
}

.home-hero-title {
  z-index: 6;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16%;
  font-size: 4vw;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-circle {
  z-index: 5;
  position: relative;
}

.hero-gradient-bottom {
  z-index: 4;
  width: 100%;
  height: 35%;
  background-image: linear-gradient(rgba(29, 67, 58, 0), #1d433a);
  position: absolute;
  bottom: 0;
}

.footer-middle {
  width: 100%;
}

.footer-middle.flex-col.space-between {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 12px;
}

.footer-menu {
  text-align: right;
  flex-direction: row;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-menu.mobile {
  flex-direction: column;
  align-items: center;
  display: none;
}

.footer-menu-item {
  color: #fff;
  font-size: 1.05rem;
  text-decoration: none;
  position: relative;
}

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

.small-bubble {
  z-index: 2;
  width: 100%;
  max-width: 295px;
  background-color: #fff;
  border: 2px solid #008f91;
  border-radius: 100%;
  position: relative;
}

.stat {
  z-index: 2;
  width: 100%;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.stat-number {
  color: #00446a;
  text-align: center;
  padding-bottom: 4px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
}

.stat-bubble-desc {
  font-size: .8rem;
  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;
}

.hero-gradient-top {
  z-index: 4;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(rgba(16, 63, 85, .49), rgba(18, 66, 89, 0) 69%);
  position: absolute;
  top: 0;
}

.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;
  background-color: #053442;
  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.home {
  background-color: #fff;
  display: none;
}

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

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

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

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

.nav-list {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
}

.heading-6 {
  font-size: 6.5rem;
}

.grid-tile-img-wrapper {
  width: 175px;
  height: 90%;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  left: 0;
}

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

.page-title {
  width: 100%;
  max-width: 60%;
}

.header-home {
  z-index: 999;
}

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

.video-player {
  margin-bottom: 56px;
}

.video-player.hidden {
  display: none;
}

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

.footer-menu-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.text-block-2 {
  color: #fff;
}

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

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

.home-intro {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}

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

@media screen and (min-width: 1440px) {
  .home-section.screen-full.xy-center.home-gradient {
    padding-top: 94px;
  }

  .nav-menu {
    display: block;
  }

  .nav-link {
    font-size: 2.2vw;
    line-height: 100%;
  }

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

  .footer-top.flex-col.space-between {
    justify-content: center;
  }

  .footer-middle-content {
    width: 40%;
  }

  .hero-video {
    width: 110%;
    height: 110%;
  }

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

  .hero-circle-img {
    width: 40vw;
  }

  .home-hero-title {
    font-size: 3.2vw;
  }

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

  .heading-6 {
    font-size: 7.5rem;
  }
}

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

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

  .brand {
    padding: 0;
  }

  .header {
    padding: 32px;
  }

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

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

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

  .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;
  }

  .subtitle {
    font-size: 1.7rem;
  }

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

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

  .grid-tile {
    height: 240px;
  }

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

  .footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .small.copy {
    padding-right: 0;
  }

  .footer-link {
    justify-content: center;
    align-self: center;
  }

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

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

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

  .play-icon {
    height: 40px;
  }

  .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.25fr 1fr;
  }

  .circle-chart-grid.bottom-row {
    grid-template-columns: 1.25fr 1fr;
  }

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

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

  .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.large {
    width: 324px;
    height: 324px;
  }

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

  .scroll-down.home {
    position: absolute;
    bottom: 40px;
    right: 24px;
  }

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

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

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

  .footer-top.flex-col.space-between {
    flex-direction: column;
    align-items: center;
  }

  .footer-middle-content {
    width: 80%;
  }

  .footer-middle-content p {
    text-align: center;
  }

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

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

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

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

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

  .hero-circle-img {
    width: 100vw;
  }

  .home-hero-title {
    z-index: 6;
    font-size: 6.5vw;
  }

  .hero-circle {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-middle.flex-col.space-between {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-menu-item {
    text-align: center;
    font-size: .8rem;
  }

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

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

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

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

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

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

  .heading-6 {
    font-size: 5.5rem;
  }

  .grid-tile-img-wrapper {
    width: 155px;
  }

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

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

  h1 {
    font-size: 3.4rem;
  }

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

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

  h4 {
    font-size: 1.1rem;
  }

  a {
    color: #00787a;
  }

  ol {
    padding-left: 40px;
  }

  li {
    padding-left: 0;
  }

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

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .logo {
    height: 36px;
  }

  .header {
    padding: 24px;
  }

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

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

  .menu-label {
    display: none;
  }

  .subtitle {
    font-size: 1.3rem;
  }

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

  .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: -56px;
  }

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

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

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

  .grid-tile-heading {
    padding-bottom: 8px;
    font-size: 1.6rem;
  }

  .grid-tile-text {
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .read-more {
    width: 32px;
    height: 32px;
  }

  .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;
  }

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

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

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

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

  .intro {
    font-size: 1.2rem;
  }

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

  .source-info {
    margin-top: 20px;
    padding-top: 20px;
  }

  .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-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .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: 239px;
    height: 239px;
  }

  .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._50 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .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.home {
    align-items: center;
    bottom: 100px;
  }

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

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

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

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

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

  .circle-intro.home {
    height: 400px;
  }

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

  .h3 {
    font-size: 1.5rem;
  }

  .h3.highlight-stat {
    color: #00787a;
    line-height: 120%;
  }

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

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

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

  .home-hero-title {
    font-size: 7.5vw;
  }

  .hero-circle {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 40%;
    transform: translate(0, -40%);
  }

  .footer-middle.flex-col.space-between {
    padding-bottom: 12px;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
  }

  .footer-menu.mobile {
    display: none;
  }

  .footer-menu-item {
    flex: none;
    padding: 0;
  }

  .footer-menu-item.mobile {
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .9rem;
  }

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

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

  .stat-bubble-desc {
    font-size: .9rem;
  }

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

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

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

  .heading-6 {
    font-size: 3.2rem;
  }

  .grid-tile-img-wrapper {
    width: 155px;
  }

  .video-player {
    margin-bottom: 28px;
  }

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

  .home-intro-heading {
    font-size: 1.7rem;
  }

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

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

  blockquote {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-section.screen-full.xy-center.home-gradient {
    z-index: 6;
    align-items: flex-start;
  }

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

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

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

  .subtitle {
    margin-bottom: 0;
    position: relative;
    top: auto;
    transform: none;
  }

  .grid-tile {
    height: 190px;
  }

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

  .grid-tile-heading {
    font-size: 1.4rem;
  }

  .grid-tile-text {
    width: 60%;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
    left: 37%;
  }

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

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

  .read-more-label.tiles {
    font-size: .77em;
  }

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

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

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

  .intro.intro-circle-p.text-white {
    position: relative;
    top: auto;
    transform: none;
  }

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

  .circle-chart-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .circle-chart-grid.bottom-row {
    grid-template-columns: .25fr;
  }

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

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

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

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

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

  .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;
  }

  .circle-intro.home {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .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;
  }

  .small-bubble {
    width: 100%;
  }

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

  .heading-6 {
    font-size: 3rem;
  }

  .grid-tile-img-wrapper {
    width: 122px;
    height: 84%;
  }

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

#w-node-_11188414-b8ca-5713-84c9-5d70aab294f3-7318825e, #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, #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e850-35f8e830 {
  align-self: start;
  justify-self: center;
}

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

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

@media screen and (max-width: 479px) {
  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e832-35f8e830, #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e83c-35f8e830, #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e846-35f8e830, #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e850-35f8e830, #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e85b-35f8e830, #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e863-35f8e830 {
    justify-self: start;
  }
}


