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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../image/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../image/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  display: inline;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 12px 20px;
  background-color: #fff;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  font-size: 45px;
  line-height: 76px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 18px;
  border-left: 3px solid #2f2f46;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  font-size: 28px;
  line-height: 31px;
  font-weight: 500;
  letter-spacing: 0px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 4px;
  padding-left: 22px;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 4px;
  padding-left: 22px;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Proxima nova', sans-serif;
  font-size: 21.6px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Proxima nova', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 22px;
  font-family: museo-slab, sans-serif;
  color: #2f2f46;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.024px;
}

a {
  color: #57c7f4;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Proximanova, sans-serif;
}

li {
  margin-bottom: 5px;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  list-style-type: disc;
}

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

strong {
  font-family: 'Proxima nova', sans-serif;
  font-weight: 700;
}

em {
  font-style: italic;
}

figcaption {
  margin-top: 20px;
  text-align: left;
}

.pew---side-navigation-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 80%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid hsla(0, 0%, 86.7%, 0.53);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: 'Proxima nova', sans-serif;
  color: #afafaf;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: pre-wrap;
}

.pew---side-navigation-link:hover {
  opacity: 0.6;
}

.pew---side-navigation-link.w--current {
  width: 76%;
  max-width: 80%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Proxima nova', sans-serif;
  color: #002438;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: pre-wrap;
}

.pew---section {
  position: relative;
  display: block;
  height: 90vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.58)), to(rgba(19, 128, 177, 0.4))), url('https://www.newplasticseconomy.org/images/Pew-bkground-1.jpg'), url('https://www.newplasticseconomy.org/images/pavel-brodsky-5DkRJXAKICo-unsplash.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(19, 128, 177, 0.4)), url('https://www.newplasticseconomy.org/images/Pew-bkground-1.jpg'), url('https://www.newplasticseconomy.org/images/pavel-brodsky-5DkRJXAKICo-unsplash.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
}

.pew---section.pew---content-section {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: none;
}

.pew---section.pew---main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 424px;
  margin-top: 31px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(79%, rgba(0, 0, 0, 0.4)), to(rgba(19, 128, 177, 0))), url('https://www.newplasticseconomy.org/images/pew-background-2.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 79%, rgba(19, 128, 177, 0)), url('https://www.newplasticseconomy.org/images/pew-background-2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.pew---main-header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pew---paragraph {
  color: #000;
}

.pew---paragraph.pew---section-1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  white-space: normal;
}

.pew---side-navigation-div-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pew---half-page {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 7000;
  display: block;
  overflow: visible;
  width: 27%;
  height: 100vh;
  padding-top: 0px;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  background-color: #f8f8f8;
  -o-object-fit: fill;
  object-fit: fill;
}

.pew---half-page.pew---white-background {
  position: relative;
  left: 0%;
  display: block;
  overflow: visible;
  width: 72%;
  height: auto;
  padding-top: 0px;
  float: none;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  background-color: #fff;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.pew---content-div {
  width: 75%;
  height: 100%;
  max-width: none;
  margin-left: 50px;
  padding: 40px;
  border-top: 2px none #eaeaea;
  border-bottom: 1px none rgba(112, 196, 196, 0.83);
}

.pew---content-div.pew---video {
  width: 75%;
  max-width: none;
  margin-left: 50px;
  border-bottom: 2px solid #eee;
  border-top-style: none;
}

.pew---content-div.section2 {
  width: 75%;
  max-width: none;
  margin-left: 50px;
  border-bottom: 2px solid #eee;
  border-top-style: none;
  border-top-color: #eee;
}

.pew---content-div.section3 {
  width: 75%;
  max-width: none;
  margin-left: 50px;
  border-top-style: none;
  border-top-color: #eee;
}

.pew---side-navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0px 20px;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 20px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pew---section-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-left-style: none;
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 37.32px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0px;
}

.pew---section-title.white {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
}

.pew---section-title.grey {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.pew---section-title.grey.h4 {
  font-size: 25.92px;
  line-height: 32px;
  font-weight: 600;
}

.pew---spacer-50px {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 50px;
}

.pew---rich-text-element {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  float: none;
  clear: left;
  font-family: 'Proxima nova', sans-serif;
  font-size: 31.1px;
  line-height: 26px;
  text-align: left;
  text-transform: none;
}

.pew---rich-text-element h2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-left-style: none;
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 37.32px;
  line-height: 45px;
  letter-spacing: 0px;
}

.pew---rich-text-element h4 {
  padding-left: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 25.92px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0px;
}

.pew---rich-text-element p {
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.pew---rich-text-element em {
  font-family: Proximanova, sans-serif;
  color: #dd6022;
  font-weight: 400;
}

.pew---rich-text-element a {
  color: #dd6022;
}

.white {
  border-left-color: #fff;
  color: #fff;
  text-decoration: none;
}

.white h2 {
  border-left-color: #fff;
  color: #fff;
}

.white p {
  padding-left: 0px;
  color: #fff;
}

.white h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #2f2f46;
}

.white.h3---light {
  font-weight: 300;
}

.white.h3---light.no-padding {
  margin-top: 4px;
  padding-left: 0px;
}

.white.disclaimer {
  width: auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  line-height: 12px;
}

.white.no-padding {
  border-left-style: none;
}

.white.no-background {
  padding-left: 0px;
  background-color: hsla(39, 0%, 100%, 0);
  line-height: 49px;
}

.white.no-background.epr-h1 {
  display: none;
}

.white.endorsers {
  margin-bottom: 24px;
  padding-left: 0px;
  color: #fff;
}

.pew---side-navigation-text-block {
  width: 87%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.pew---dropdown-section-4 {
  display: block;
  width: 100.0318%;
  margin-top: 60px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pew---dropdown-section-4-trigger {
  display: block;
  border-bottom: 2px solid #e9e9e9;
}

.pew---dropdown-section-4-trigger.innovate {
  border-bottom-style: none;
}

.pew---dropdown-section-4-click {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 64px 32px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
}

.dropdown__title__number {
  display: inline-block;
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  font-weight: 400;
}

.dropdown__title__number.boxes {
  margin-bottom: 0px;
}

.pew---dropdown {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.pew---dropdown.we-call-on-you {
  position: static;
  top: 0%;
  width: 15px;
  height: 15px;
  margin-top: 30px;
}

.pew---dropdown.pew---icons {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 15px;
  height: 15px;
  margin-top: 0px;
}

.pew---dropdown-section-4-body {
  position: static;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.pew---nav-burger-wrap.w--open {
  background-color: transparent;
}

.pew---burger-container {
  width: 48px;
  height: 48px;
}

.pew---nav-mobile {
  display: none;
}

.pew---nav-logo {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 22px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.pew---nav-trigger {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #eaf1fb;
  border-radius: 6px;
  background-color: #fff;
}

.pew---navlink {
  display: inline-block;
  padding: 28px;
  font-size: 14px;
}

.pew---nav-menu {
  position: absolute;
  left: auto;
  right: 24px;
  padding-right: 24px;
  padding-left: 24px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #eaf1fb;
  text-align: right;
}

.pew---download-column {
  padding-right: 30px;
  padding-left: 0px;
  cursor: pointer;
}

.pew---download-column-block {
  margin-top: 40px;
  margin-bottom: 20px;
}

.pew---download-image {
  max-width: 100%;
  margin-bottom: 20px;
  box-shadow: 1px 1px 8px -4px #000;
}

.pew---download-image:hover {
  opacity: 1;
}

.pew---side-navigation-link-wrap {
  width: 87%;
  margin-right: 0px;
  margin-left: 20px;
  text-align: right;
  text-decoration: none;
}

.pew---side-navigation-link-wrap.w--current {
  color: transparent;
}

.pew---tab-image {
  position: relative;
  margin-bottom: 15px;
}

.pew---drop-down-rte {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px 0px 10px;
  border-bottom: 1px none rgba(0, 36, 56, 0.24);
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.pew---drop-down-rte p {
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.pew---share-icon-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pew---social-icon-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pew---share-link {
  margin-right: 10px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.pew---share-link:hover {
  opacity: 0.7;
}

.pew---tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 260px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #dd6022;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.pew---tab-link:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.pew---tab-link.w--current {
  height: 260px;
  padding-top: 0px;
  border-top: 4px none #70c4c4;
  border-bottom: 3px solid #002438;
  border-radius: 3px;
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
}

.pew---tab-link.w--current:hover {
  border-bottom-color: #002438;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.pew---tab-link.we-call-on-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 200px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px 1px 3px;
  border-color: #70c4c4;
  border-radius: 0px;
  background-color: rgba(16, 37, 54, 0.2);
  box-shadow: none;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.pew---tab-link.we-call-on-you._2 {
  width: 33.3%;
  height: auto;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-right-style: none;
  background-color: rgba(16, 37, 54, 0.2);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.pew---tab-link.we-call-on-you._2.w--current {
  background-color: rgba(16, 37, 54, 0.14);
}

.pew---tab-link.we-call-on-you._3 {
  width: 33.3%;
  height: 200px;
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right-style: none;
  background-color: rgba(220, 97, 41, 0.2);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.pew---tab-link.we-call-on-you._3.w--current {
  background-color: rgba(220, 97, 41, 0.14);
}

.pew---tab-link.we-call-on-you._1 {
  width: 33.3%;
  height: 200px;
  margin-right: 5px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right-style: none;
  background-color: rgba(113, 196, 196, 0.2);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.pew---tab-link.we-call-on-you._1.w--current {
  background-color: rgba(113, 196, 196, 0.14);
}

.pew---tab-link.we-call-on-you._2 {
  border-radius: 5px;
}

.pew---tab-link.we-call-on-you._3 {
  border-radius: 5px;
}

.pew---tab-link.we-call-on-you._1.w--current {
  border-radius: 5px;
}

.pew---tab-text-block {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 6px;
  background-color: transparent;
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.pew---tab-text-block._2 {
  padding-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.pew---tab-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pew---section-3-tabs {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pew---section-3-tabs.pew---section-5 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #70c4c4;
}

.pew---tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.pew---tabs-menu.we-call-on-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}

.pew---share-heading {
  margin-top: 40px;
}

.pew---image-caption {
  position: relative;
  width: 100%;
  margin: 10px 0px 20px;
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
  color: #afafaf;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.pew---2016-2040-image {
  display: block;
  margin-top: 20px;
}

.pew---tab-content {
  display: block;
  width: 90%;
  margin: 40px 0px 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: transparent;
  text-align: left;
}

.pew---section-header-div-wrap {
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.pew---section-header-div-wrap.pew---blue-line {
  border-top: 1px none #bbb;
}

.pew---section-7 {
  background-color: transparent;
  background-image: url('https://www.newplasticseconomy.org/images/gradient-background.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.pew---side-navigation-link-bold {
  position: static;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  font-weight: 600;
  text-align: right;
}

.pew---data-table {
  max-width: none;
}

.pew---grid {
  padding: 3px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1.5fr 2px 0.75fr 2px 0.75fr 2px 0.75fr 2px 0.75fr;
  grid-template-columns: 1.5fr 0.75fr 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #afadad;
}

.pew---datatable---label {
  margin: 5px 0px;
  font-size: 15px;
  line-height: 14px;
}

.pew---datatable---header {
  margin: 0px 0px 4px;
  border-bottom: 1px solid #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.pew---datatable---value {
  width: 96%;
  height: 18px;
  margin-top: 12px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #f0eeea;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.pew---datatable---text {
  max-width: 200px;
  font-family: Proximanova, sans-serif;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 700;
}

.pew---download-title {
  overflow: visible;
  color: #fff;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.pew---download-text {
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
  color: hsla(0, 0%, 100%, 0.63);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}

.pew---download-link {
  display: block;
  width: 100%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.pew---download-link:hover {
  opacity: 0.7;
}

.pew---dark-blue-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002438;
}

.pew---orange-label {
  width: 100%;
}

.pew---orange-label._920 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(94deg, rgba(0, 36, 56, 0.8), #dd6022 30%);
}

.pew---orange-label._13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(96deg, rgba(0, 36, 56, 0.8), #dd6022 30%);
}

.pew---orange-label._18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 36, 56, 0.8)), color-stop(30%, #dd6022));
  background-image: linear-gradient(90deg, rgba(0, 36, 56, 0.8), #dd6022 30%);
}

.pew---orange-label._14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 36, 56, 0.8)), color-stop(30%, #dd6022));
  background-image: linear-gradient(90deg, rgba(0, 36, 56, 0.8), #dd6022 30%);
}

.pew---orange-label._780 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 81%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(97deg, rgba(0, 36, 56, 0.8), #dd6022 30%);
}

.pew---orange-label._820 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(96deg, rgba(0, 36, 56, 0.8), #dd6022 30%);
}

.pew---orange-label._52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(94deg, rgba(0, 36, 56, 0.8), #dd6022 30%);
}

.pew---orange-label._80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(92deg, rgba(0, 36, 56, 0.8), #dd6022 30%);
}

.pew---orange-label._85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(93deg, rgba(0, 36, 56, 0.8), #dd6022 30%);
}

.pew---orange-label._94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(92deg, rgba(0, 36, 56, 0.8), #dd6022 30%);
}

.pew---turquoise-label {
  width: 100%;
  background-color: #70c4c4;
}

.pew---turquoise-label._5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(96deg, rgba(0, 36, 56, 0.8), #70c4c4 30%);
}

.pew---turquoise-label._740 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 36, 56, 0.8)), color-stop(40%, #70c4c4));
  background-image: linear-gradient(90deg, rgba(0, 36, 56, 0.8), #70c4c4 40%);
}

.pew---turquoise-label._45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 36, 56, 0.8)), color-stop(30%, #70c4c4));
  background-image: linear-gradient(90deg, rgba(0, 36, 56, 0.8), #70c4c4 30%);
}

.pew---turquoise-label._75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 18px;
  padding-right: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 36, 56, 0.8)), color-stop(30%, #70c4c4));
  background-image: linear-gradient(90deg, rgba(0, 36, 56, 0.8), #70c4c4 30%);
}

.pew---annotations {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-top: 1px solid silver;
  font-family: Proximanova, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.pew---section-4-image {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 0px;
}

.pew---section-4-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  font-weight: 400;
}

.pew---section-5-logo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pew---section-3-icons-mobile {
  display: none;
}

.pew---main-header-title {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 47px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.pew---main-header-sub-text {
  width: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  letter-spacing: normal;
}

.pew---section-5 {
  background-color: #fff;
}

.pew---section-5-banner-div {
  padding-bottom: 40px;
  background-image: url('https://www.newplasticseconomy.org/images/overlapping-circles.jpg');
  background-position: 85% 100%;
  background-size: cover;
}

.pew---twitter-icon {
  width: 30px;
}

.pew---linkedin-icon {
  width: 30px;
}

.pew---paragraph-white {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.pew---image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pew---grey-section {
  background-color: #f8f8f8;
}

.pew---italic-quote {
  font-family: 'Proxima nova', sans-serif;
  font-size: 25.92px;
  line-height: 32px;
  font-weight: 600;
}

.pew---quote {
  margin-bottom: 20px;
  padding: 20px 0px 20px 20px;
  border-left: 3px solid #ffc31a;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
}

.pew---video {
  position: relative;
  width: 100.006725%;
  margin-bottom: 40px;
}

.pew---video._2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.upstream---background-image-div {
  height: auto;
  background-color: #1080c4;
  background-image: url('https://www.newplasticseconomy.org/images/Upstream-background.png');
  background-position: 80% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.upstream---header-text-div {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.upstream---h1 {
  position: static;
  display: inline;
  overflow: visible;
  width: 80%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 12px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  font-family: Gotham, sans-serif;
  color: #1080c4;
  font-size: 45px;
  line-height: 74px;
  font-weight: 900;
  text-align: center;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.upstream---header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.upstream---h2 {
  display: inline;
  width: 80%;
  margin-bottom: 0px;
  padding: 12px 20px;
  background-color: #fff;
  font-family: Gotham, sans-serif;
  color: #1080c4;
  font-size: 28px;
  line-height: 56px;
  font-weight: 700;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  padding: 10px 40px;
  background-color: #1080c4;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #1080c4;
  opacity: 0.8;
  color: #fff;
}

.upstream---form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: auto;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Gotham book', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.upstream---form-heading {
  width: 90%;
  margin-top: 0px;
  font-family: Gotham, sans-serif;
  color: #333;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.2px;
}

.upstream---form-heading.unsubscribe {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

.checkbox-label {
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-weight: 400;
  text-align: left;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 0px;
}

.link-2 {
  color: #333;
  text-decoration: underline;
}

.upstream---form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.italic-text-4 {
  font-family: 'Gotham book', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.pew---link {
  color: #dd6022;
}

.pew---italic-text {
  font-family: Proximanova, sans-serif;
  color: #dd6022;
  font-weight: 400;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 72px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navbar---container {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header---div-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  margin-top: 31px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1080c4;
  background-image: url('https://www.newplasticseconomy.org/images/UI-Banner-Circle.png');
  background-position: 100% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.header---div-wrap.video {
  height: 424px;
  padding-top: 0%;
  padding-bottom: 100px;
}

.page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header---text-wrap {
  height: 152px;
  text-align: center;
}

.header---text-wrap.epr {
  text-align: center;
}

.type-intro-paragraph {
  margin-bottom: 0px;
  padding-left: 22px;
  font-family: museo-slab, sans-serif;
  color: #2f2f46;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.type-intro-paragraph.no-padding {
  position: relative;
  display: block;
  margin-bottom: 24px;
  margin-left: 0px;
  padding-left: 26px;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.type-intro-paragraph.statement {
  max-width: none;
  margin-bottom: 24px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 27px;
}

.type-cta {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-left: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.type-cta.download {
  margin-bottom: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.type-cta.download:hover {
  opacity: 0.8;
}

.type-highlight {
  padding-left: 22px;
  font-family: museo-slab, sans-serif;
  color: #2f2f46;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.48px;
}

.type-highlight.light-blue {
  color: #57c7f4;
}

.type-highlight.white {
  color: #fff;
}

.type-highlight.no-padding {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 39px;
  float: left;
  clear: none;
}

.type-highlight.quotes {
  margin-bottom: 16px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page---section {
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page---section.dark {
  margin-right: 60px;
  margin-bottom: 32px;
  margin-left: 60px;
  background-color: #29283e;
}

.type-pill {
  padding-left: 22px;
  font-family: 'Gotham book', sans-serif;
  color: #2f2f46;
}

.type-pill.strategies {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0px;
  float: right;
}

.type-pill.download {
  position: relative;
  display: block;
  float: none;
  clear: none;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.type-notes {
  padding-left: 22px;
  font-family: museo-slab, sans-serif;
  color: #2f2f46;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.1px;
}

.type-notes.grey {
  color: hsla(0, 0%, 100%, 0.3);
}

.type-notes.no-padding {
  line-height: 19px;
  text-align: left;
}

.type-notes.no-padding.white {
  color: #fff;
}

.type-notes.no-padding.white.epr-footer {
  padding-right: 0px;
}

.type-notes.no-padding.quote {
  margin-top: 0px;
}

.type-notes.no-padding.footnotes {
  margin-top: 16px;
  color: #919191;
  font-size: 12px;
  line-height: 16px;
}

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

.nav---logo-link-block {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav---logo {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav---logo:hover {
  opacity: 0.8;
}

.nav---share-div-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav---share {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.nav---share-link {
  height: auto;
  margin-right: 2px;
  padding: 0px 6px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.nav---share-link:hover {
  background-color: rgba(255, 255, 255, 0);
}

.nav---share-icon {
  display: block;
  width: 23px;
  padding-top: 0px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.nav---share-icon:hover {
  opacity: 0.7;
}

.header---video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(43, 43, 43, 0);
  text-align: left;
}

.header---video-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.page---content-div {
  display: block;
  width: 70%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page---content-div.full-width {
  width: 100%;
  margin-top: -57px;
  margin-right: 0%;
  padding-top: 0px;
  padding-right: 0%;
  padding-bottom: 0px;
}

.page---content-div.footer {
  display: block;
  width: 70%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-decoration: none;
}

.page---content-div.footer.home {
  width: auto;
}

.tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 31px;
  z-index: 1000;
  display: block;
  overflow: hidden;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfbfb;
}

.tabs.cards {
  position: static;
  overflow: visible;
  width: 130%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0%;
  padding-left: 0%;
  background-color: hsla(0, 0%, 98.4%, 0);
  -o-object-fit: fill;
  object-fit: fill;
}

.tabs.downloads {
  position: relative;
  z-index: 0;
  margin-top: 0px;
  background-color: hsla(0, 0%, 98.4%, 0);
}

.tabs.onward-paths {
  position: relative;
  z-index: 0;
  overflow: visible;
  width: 120%;
  height: 100%;
  margin-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  background-color: hsla(0, 0%, 98.4%, 0);
  text-align: right;
}

.tabs.onward-paths.epr-page {
  overflow: visible;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.tabs.cards {
  position: relative;
  z-index: 0;
  overflow: auto;
  width: 120%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0%;
  padding-left: 0%;
  float: none;
  clear: none;
  background-color: hsla(0, 0%, 98.4%, 0);
  text-align: right;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs.cards.epr-page {
  top: 0px;
  width: 100%;
  margin-top: 0px;
  padding-right: 0px;
}

.tabs.epr-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  background-color: #fbfbfb;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f2f2f2;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.tab-link:hover {
  background-color: #1080c4;
  opacity: 1;
  color: #fff;
}

.tab-link:active {
  background-color: #1080c4;
  opacity: 1;
  color: #fff;
}

.tab-link:focus {
  background-color: #f2f2f2;
  color: #2f2f46;
}

.tab-link.w--current {
  background-color: #1080c4;
  color: #fdfdfd;
}

.tab-link.w--current:focus {
  background-color: #1080c4;
}

.tab-link.w--current:visited {
  background-color: #1080c4;
}

.tab-link.card-1 {
  width: 360px;
  height: 400px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #4487c5;
  background-color: hsla(0, 0%, 94.9%, 0);
}

.tab-link.card-2 {
  width: 360px;
  height: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #5fbeec;
  background-color: hsla(0, 0%, 94.9%, 0);
}

.tab-link.downloads {
  display: block;
  width: 250px;
  height: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.tab-link.downloads:hover {
  opacity: 0.8;
}

.tab-link.downloads.individual-links {
  width: 250px;
  height: 300px;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  cursor: auto;
}

.tab-link.downloads.individual-links:hover {
  opacity: 1;
}

.tab-link.onward-paths {
  width: 295px;
  height: 372px;
  max-height: none;
  margin-right: 16px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
  cursor: pointer;
}

.tab-link.onward-paths:hover {
  opacity: 0.7;
}

.tab-link.card-1 {
  width: 332px;
  height: 360px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #4487c5;
  background-color: hsla(0, 0%, 94.9%, 0);
  text-align: left;
  cursor: default;
}

.tab-link.card-2 {
  width: 332px;
  height: 360px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #5fbeec;
  background-color: hsla(0, 0%, 94.9%, 0);
  text-align: left;
  cursor: default;
}

.tab-link.tab-link-epr {
  margin-right: 8px;
  margin-left: 0px;
  background-color: #f2f2f2;
}

.tab-link.tab-link-epr:hover {
  background-color: #66cef5;
}

.tab-link.tab-epr {
  margin-right: 8px;
  margin-left: 0px;
}

.tab-link.tab-epr:hover {
  background-color: #2f2f46;
}

.tab-link.tab-epr:active {
  color: #fff;
}

.tab-link.tab-epr.w--current {
  background-color: #2f2f46;
}

.tab-link.grid {
  position: relative;
  display: block;
  width: 100%;
  height: 372px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
}

.tab-link.grid:hover {
  opacity: 0.8;
}

.tab-link.grid.no-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1080c4;
}

.tab-link.grid.no-image:hover {
  opacity: 0.8;
}

.tab-link.grid.no-link {
  position: relative;
  width: 100%;
}

.card-2---heading {
  color: #5fbeec;
}

.spacer-60 {
  width: 100.000125%;
  height: 60px;
}

.card-1---heading {
  color: #4487c5;
}

.page-column---image-text {
  margin: 0px;
}

.page-column---image-text._130px {
  margin-left: -130px;
}

.spacer---42px {
  width: 100%;
  height: 42px;
}

.image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.image-column.section-1 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-column {
  padding-right: 0px;
  padding-left: 10px;
}

.text-column.tabs {
  z-index: 0;
  margin-top: 0px;
  padding-right: 40px;
  background-color: transparent;
}

.type---pill-2 {
  padding-left: 22px;
  font-family: 'Gotham book', sans-serif;
  color: #2f2f46;
}

.type---pill-2.card-1 {
  margin-top: 20px;
  color: #4487c5;
}

.type---pill-2.card-2 {
  margin-top: 20px;
  color: #5fbeec;
}

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

.rich-text-block.white {
  color: #fff;
}

.rich-text-block.no-padding p {
  padding-left: 0px;
}

.rich-text-block.no-padding h4 {
  padding-left: 0px;
}

.rich-text-block.no-padding h3 {
  padding-left: 0px;
}

.rich-text-block.no-padding a {
  color: #1080c4;
  text-decoration: underline;
}

.rich-text-block strong {
  font-family: museo-slab, sans-serif;
  font-weight: 700;
}

.rich-text-block a {
  color: #1080c4;
}

.rich-text-block.blue {
  color: #2f2f46;
}

.rich-text-block.epr {
  padding-bottom: 40px;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 16px;
  column-gap: 16px;
  -webkit-column-rule: 100% solid rgba(87, 199, 244, 0.25);
  column-rule: 100% solid rgba(87, 199, 244, 0.25);
  white-space: normal;
}

.rich-text-block.epr p {
  margin-top: -1px;
  padding-left: 0px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  color: #002438;
  font-size: 15px;
  letter-spacing: -0.5px;
}

.rich-text-block.epr._1-column {
  padding-bottom: 0px;
  -webkit-column-count: 1;
  column-count: 1;
}

.rich-text-block h2 {
  padding-left: 22px;
  border-left-style: none;
}

.upstream-dropdown {
  display: block;
  border-top: 1px solid hsla(0, 0%, 100%, 0.45);
  border-bottom: 1px solid hsla(0, 0%, 91.3%, 0.45);
}

.upstream-dropdown.strategies {
  margin-left: 22px;
  border-top-color: hsla(0, 0%, 91.4%, 0.6);
  border-bottom-style: none;
  border-bottom-color: hsla(0, 0%, 91.3%, 0.6);
}

.upstream-dropdown.mindset {
  margin-top: 0px;
  padding-bottom: 0px;
}

.upstream-dropdown.happen {
  margin-left: 22px;
}

.dropdown-container {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
}

.dropdown-body {
  position: static;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.lottie-flow---dropdown-icon {
  opacity: 1;
  color: #fff;
}

.lottie-flow---dropdown-icon.epr {
  color: #2f2f46;
}

.upstream-dropdown-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 64px 8px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #2f2f46;
  white-space: normal;
}

.upstream-dropdown-div:hover {
  opacity: 0.8;
}

.upstream-dropdown-div.mindset {
  margin-top: 0px;
}

.page---dropdown {
  display: block;
  width: 100.0318%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page---dropdown.white.padding {
  margin-top: 16px;
  padding-left: 22px;
}

.page---dropdown.white.padding.epr-dropdown {
  padding-left: 0px;
  color: #2f2f46;
}

.upstream-tabs {
  width: 20%;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid transparent;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Gotham, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.5px;
  text-decoration: underline;
}

.upstream-tabs.w--current {
  width: 20%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 78.4%, 0);
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
}

.upstream-tabs.w--current:focus {
  border-bottom-style: none;
  border-bottom-color: #57c7f4;
  color: #fff;
}

.upstream-tabs.material {
  width: 25%;
  height: 90px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 5px;
  border-color: #000 #000 transparent;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border 200ms ease;
  color: #2f2f46;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.upstream-tabs.material:hover {
  border-bottom-color: #ea5c0a;
}

.upstream-tabs.material:focus {
  color: #ea5c0a;
}

.upstream-tabs.material.w--current {
  width: 25%;
  height: 90px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-color: #ea5c0a;
  -webkit-transition: color 200ms ease, opacity 200ms ease, color 200ms ease, border 200ms ease;
  transition: color 200ms ease, opacity 200ms ease, color 200ms ease, border 200ms ease;
  color: #ea5c0a;
  text-align: center;
}

.upstream-tabs.material.w--current:hover {
  opacity: 0.8;
  color: #ea5c0a;
}

.upstream-tabs.material.w--current:active {
  color: #ea5c0a;
}

.upstream-tabs.material.w--current:focus {
  border-bottom-style: solid;
}

.upstream-tabs.elimination {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 90px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-width: 5px;
  -webkit-transition: color 200ms ease, color 200ms ease, opacity 200ms ease, border 200ms ease;
  transition: color 200ms ease, color 200ms ease, opacity 200ms ease, border 200ms ease;
  color: #2f2f46;
  text-align: center;
  text-decoration: none;
}

.upstream-tabs.elimination:hover {
  border-bottom-color: #b52089;
  opacity: 0.8;
  color: #2f2f46;
}

.upstream-tabs.elimination:active {
  color: #b52089;
}

.upstream-tabs.elimination:focus {
  color: #b52089;
}

.upstream-tabs.elimination.w--current {
  width: 25%;
  border-style: none none solid;
  border-width: 1px 1px 5px;
  border-color: #000 #000 #b52089;
  color: #b52089;
  text-decoration: none;
}

.upstream-tabs.reuse {
  width: 25%;
  height: 90px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 5px solid rgba(16, 128, 196, 0);
  -webkit-transition: color 200ms ease, color 200ms ease, opacity 200ms ease, border 200ms ease;
  transition: color 200ms ease, color 200ms ease, opacity 200ms ease, border 200ms ease;
  color: #2f2f46;
  text-align: center;
  text-decoration: none;
}

.upstream-tabs.reuse:hover {
  border-bottom-color: #ffcb00;
  opacity: 0.8;
  color: #2f2f46;
}

.upstream-tabs.reuse:active {
  color: #ffcb00;
}

.upstream-tabs.reuse:focus {
  color: #ffcb00;
}

.upstream-tabs.reuse.w--current {
  border-bottom-color: #ffcb00;
  color: #ffcb00;
  text-decoration: none;
}

.upstream-tabs.reuse.w--current:focus {
  border-bottom-style: solid;
}

.upstream-tabs.examples {
  width: 9%;
  margin-bottom: -4px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.upstream-tabs.examples.w--current {
  width: 9%;
  margin-bottom: -4px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #fff;
  color: #2f2f46;
  text-decoration: none;
}

.page---tabs-menu {
  border-bottom: 1px solid #333;
}

.spacer---24px {
  width: 100%;
  height: 24px;
}

.airtable-embed {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  text-decoration: overline;
}

.page---tabs {
  width: 100%;
}

.blue {
  color: #57c7f4;
}

.dark-blue {
  color: #007bc2;
}

.download---background {
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #1080c4;
  background-color: #1080c4;
}

.download---text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  padding: 20px 20px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  white-space: normal;
}

.download---heading-wrap {
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.download-grid {
  margin-top: 24px;
  justify-items: stretch;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.download-grid._4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.download---title {
  position: relative;
  margin-top: 4px;
  color: #fff;
  font-weight: 700;
}

.download---icon-column {
  text-align: right;
}

.download---icon {
  margin-bottom: 5px;
  cursor: pointer;
}

.onward-path-content-wrap {
  width: 100%;
  height: auto;
  max-height: none;
  padding: 8px 24px;
}

.onward-path---image {
  position: static;
  width: 100%;
  height: 160px;
  max-height: none;
  max-width: none;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f2f46;
}

.tabs-menu {
  position: static;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 63px;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.tabs-menu.cards {
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: hsla(0, 0%, 98.4%, 0);
  color: #66cef5;
}

.tabs-menu.cards.card-epr {
  margin-top: 0px;
  margin-bottom: 60px;
}

.tabs-menu.downloads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: hsla(0, 0%, 98.4%, 0);
}

.tabs-menu.onward-paths {
  overflow: auto;
  height: auto;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.tabs-menu.onward-paths.upstream {
  margin-top: 24px;
}

.tabs-menu.epr-menu {
  width: 100%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu.grid {
  overflow: visible;
  height: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.type---notes-3 {
  font-family: museo-slab, sans-serif;
  color: #2f2f46;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.1px;
}

.heading {
  margin-left: -3px;
  padding-right: 16px;
  color: #1080c4;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading.epr-h1 {
  color: #66cef5;
}

.blue-line {
  border-left-color: #1080c4;
}

.type---h2---bold {
  font-family: Gotham, sans-serif;
  color: #57c7f4;
}

.type---highlight---bold {
  font-family: museo-slab, sans-serif;
  color: #57c7f4;
  font-weight: 300;
}

.type---highlight---bold.elimination {
  color: #b52089;
}

.type---highlight---bold.reuse {
  color: #ffcb00;
}

.type---highlight---bold.material {
  color: #ea5c0a;
}

.type---highlight---bold.blue {
  color: #1080c4;
}

.type---highlight---bold.epr-blue {
  color: #66cef5;
}

.type---h3---bold {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.type---paragraph---bold {
  font-family: museo-slab, sans-serif;
  font-weight: 700;
}

.type---h4---light {
  display: inline-block;
  margin-top: 0px;
  float: left;
  clear: left;
  font-weight: 300;
}

.type---h4---bold {
  font-family: Gotham, sans-serif;
  color: #b52089;
}

.type---h4---bold.material {
  color: #ea5c0a;
}

.type---h4---bold.reuse {
  color: #ffcb00;
}

.tab-slider-arrow {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: visible;
  height: 40px;
  margin-bottom: 0px;
  float: right;
  clear: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  cursor: pointer;
}

.tab-slider-arrow:hover {
  opacity: 0.8;
}

.tab-image {
  margin-bottom: 15px;
}

.tab-name {
  font-weight: 400;
}

.no-padding {
  margin-top: 4px;
  padding-left: 0px;
}

.no-padding.light-blue {
  padding-left: 0px;
  color: #57c7f4;
}

.no-padding.dark-blue {
  padding-left: 0px;
}

.no-padding.bodycopy {
  margin-top: 11px;
  margin-bottom: 11px;
}

.sticky-download-div-wrap {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 3%;
  z-index: 2000;
  display: block;
  width: 128px;
  height: 170px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3e3e3;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sticky-download-div-wrap:hover {
  opacity: 0.8;
}

.sticky-download-close-button {
  position: absolute;
  left: -10%;
  top: 5%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.sticky-download-close-button:hover {
  opacity: 0.8;
}

.sticky-download-image {
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-download-header {
  margin: 12px 6px 2px;
  font-family: 'Gotham book', sans-serif;
  color: #2f2f46;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.sticky-download-header.download {
  display: inline-block;
  margin-top: 5px;
  font-family: 'Gotham book', sans-serif;
  color: #1080c4;
  font-weight: 400;
}

.sticky-download-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55%;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sticky-download-text-div:hover {
  opacity: 0.8;
}

.sticky-download-text-div.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sticky-download-text-div.w--current:hover {
  opacity: 0.8;
}

.lightbox-link {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 1px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.lightbox-link:hover {
  opacity: 0.8;
}

.lightbox-link.expand {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-top: -20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #b7b7b7;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #2f2f46;
}

.lightbox-link.expand:hover {
  background-color: #f7f7f7;
  opacity: 1;
}

.lightbox-link.expand.dark-grey {
  position: relative;
  z-index: 100;
  border-color: hsla(0, 0%, 100%, 0.5) hsla(0, 0%, 100%, 0.5) hsla(0, 0%, 100%, 0.6);
  background-color: #2f2f46;
}

.lightbox-link.expand.dark-grey:hover {
  background-color: #28283b;
}

.upstream-image {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b7b7b7;
}

.lightbox-button {
  width: 100%;
  margin-left: -1px;
  padding-left: 0px;
  opacity: 1;
}

.upstream-image-2 {
  padding: 15px 15px 25px;
  border-style: none;
  border-width: 0.01px;
  border-color: hsla(0, 0%, 100%, 0.5);
}

.download---column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.upstream-link {
  margin-right: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: museo-slab, sans-serif;
  color: #57c7f4;
  font-weight: 300;
  text-decoration: none;
}

.upstream-link.dark-blue {
  font-family: museo-slab, sans-serif;
  color: #1080c4;
  font-weight: 300;
  text-decoration: none;
}

.upstream-link.dark-blue:hover {
  opacity: 0.8;
}

.upstream-link.dark-blue.gotham {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.image-column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.pill---material {
  font-family: 'Gotham book', sans-serif;
  color: #ea5c0a;
}

.pill---reuse {
  font-family: 'Gotham book', sans-serif;
  color: #ffcb00;
  font-weight: 400;
}

.pill---elimination {
  font-family: 'Gotham book', sans-serif;
  color: #b52089;
  font-weight: 400;
}

.spacer---100px {
  width: 100%;
  height: 100px;
}

.sticky-download-div-wrap-mobile {
  display: none;
}

.tabs-menu {
  height: 63px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.tabs-2 {
  margin-top: -45px;
  margin-bottom: -56px;
  text-decoration: none;
}

.examples-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-paragraph {
  font-size: 14px;
  line-height: 20px;
}

.spacer---76px {
  height: 76px;
}

.airtable-tabs-content {
  margin-top: 0px;
  margin-bottom: 80px;
}

.example-page-tabs {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.header--div-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.submit-example-button {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 5px 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #fff;
}

.submit-example-button:hover {
  opacity: 1;
}

.home---container {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home---section {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #f0f0f0;
}

.home---div {
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  background-color: #fff;
}

.youtube {
  height: auto;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.navbar-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.navbar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 31px;
  max-width: 1272px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #e3e3e3;
  background-color: #fff;
}

.navbar-logo-wrap {
  display: block;
  margin-top: -1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-logo-wrap:hover {
  opacity: 1;
}

.navbar-logo {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.navbar-logo:hover {
  opacity: 0.8;
}

.navbar-text {
  display: inline-block;
  margin-left: 8px;
  font-family: Gotham, sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.bold-text-5 {
  font-family: Gotham, sans-serif;
}

.navbar-link {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.navbar-link:hover {
  opacity: 0.7;
}

.utility-page-wrap-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
}

.utility-page-content-2 {
  position: relative;
  z-index: 0;
  display: block;
  width: 35%;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  text-align: center;
}

.heading-8 {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.h2-home {
  margin-top: 24px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-left-style: none;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.32px;
  text-decoration: none;
}

.text-block-home {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: museo-slab, sans-serif;
  color: #2f2f46;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.025px;
}

.home-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #2f2f46;
  text-decoration: underline;
}

.home-link:hover {
  opacity: 0.7;
}

.bold-text-8 {
  font-family: Gotham, sans-serif;
}

.page-section {
  position: relative;
  overflow: hidden;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #000;
}

.page-section.grey {
  background-color: #fcfcfc;
}

.page-section.grey.upstream {
  border-bottom-style: none;
}

.page-section.grey.upstream.hide {
  display: none;
}

.page-section.dark-blue {
  background-color: #2f2f46;
}

.page-section.dark-blue.pattern {
  background-color: #2f2f46;
  background-image: url('https://www.newplasticseconomy.org/images/epr-2.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.page-section.epr-background {
  background-image: url('https://www.newplasticseconomy.org/images/website2.jpg');
  background-position: 100% 100%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.page-section.upstream {
  border-bottom-style: none;
}

.page-section.masthead {
  border-bottom-style: none;
}

.masthead-wrap {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 424px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #66cef5;
}

.masthead-text-wrap {
  max-width: 704px;
  text-align: left;
}

.spacer-24 {
  width: 100%;
  height: 24px;
}

.type-bodycopy-quote {
  padding-left: 22px;
  font-family: museo-slab, sans-serif;
  color: #2f2f46;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.no-padding.quote-title {
  margin-top: 40px;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px none #000;
  text-align: left;
}

.no-padding.small-grid {
  padding-right: 0px;
  color: #fff;
  font-weight: 300;
}

.button {
  margin-top: 24px;
  padding: 8px 24px;
  border-radius: 2px;
  background-color: #66cef5;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  line-height: 22px;
  letter-spacing: -0.28px;
}

.button.outline {
  margin-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #2f2f46;
  background-color: #fff;
  color: #2f2f46;
}

.quote-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 295px;
  height: 407px;
  margin-right: 16px;
  margin-bottom: 24px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
  background-color: #66cef5;
}

.quote-logo {
  display: none;
  margin-bottom: 24px;
}

.type-notes-bold {
  font-family: museo-slab, sans-serif;
  color: #2f2f46;
  font-weight: 700;
  text-align: left;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-logo {
  width: 164px;
  height: 28px;
  margin-left: -3px;
}

.footer-wrap {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.53);
  background-color: #2f2f46;
}

.column-4 {
  padding-left: 0px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.epr {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 0px;
  float: left;
  border-left-style: none;
  color: #2f2f46;
  text-align: left;
}

.epr.onward-path {
  width: 80%;
  height: 40px;
  color: #2f2f46;
}

.epr.white {
  display: block;
  color: #fff;
  font-weight: 500;
}

.epr-statement {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 42px;
  padding: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #66cef5;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.16);
}

.epr-statement-text {
  position: relative;
  z-index: 0;
  max-width: none;
  padding-left: 0px;
}

.header-subheading {
  display: none;
  margin-bottom: 40px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.one {
  margin-right: 16px;
  padding-right: 16px;
  padding-left: 16px;
  border-bottom: 4px solid #2f2f46;
  background-color: #2f2f46;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.one:hover {
  border-bottom-color: #66cef5;
  color: #66cef5;
}

.one.w--current {
  margin-right: 16px;
  padding-right: 16px;
  padding-left: 16px;
  border-bottom: 4px solid #66cef5;
  background-color: rgba(47, 47, 70, 0);
  font-family: 'Gotham book', sans-serif;
  color: #66cef5;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.two {
  margin-right: 16px;
  padding-right: 16px;
  padding-left: 16px;
  border-bottom: 4px solid #2f2f46;
  background-color: rgba(47, 47, 70, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.two:hover {
  border-bottom-color: #66cef5;
  color: #66cef5;
}

.two.w--current {
  border-bottom-color: #66cef5;
  background-color: #2f2f46;
  color: #66cef5;
}

.epr-container {
  position: relative;
  overflow: visible;
  max-width: 704px;
  margin-top: 0px;
  padding: 26px 58px 26px 0px;
}

.epr-container.tabs {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.epr-container.statement {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.epr-tabs {
  width: 100%;
  max-width: 704px;
  background-color: rgba(47, 47, 70, 0);
}

.epr-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  overflow: visible;
  width: 100%;
  margin-top: 0px;
}

.logo-block-wrap {
  width: auto;
  padding: 24px;
  border: 1px solid #000;
  background-color: #fff;
}

.logo-block {
  display: none;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0px;
  -webkit-column-count: auto;
  column-count: auto;
}

.logo-block.test {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tab-pane-tab-2 {
  width: 100%;
  background-color: rgba(102, 206, 245, 0);
  opacity: 1;
}

.tab-pane-tab-1 {
  width: 100%;
  max-width: none;
  padding-top: 42px;
}

.paragraph {
  width: 100%;
  max-width: 600px;
}

.paragraph.no-padding {
  max-width: none;
  margin-top: 20px;
}

.lottie-animation-2 {
  position: absolute;
  left: -15%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -10;
  display: none;
  width: 60%;
  height: auto;
}

.three {
  padding-right: 16px;
  padding-left: 16px;
  border-bottom: 4px solid #2f2f46;
  background-color: #2f2f46;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.three:hover {
  border-bottom-color: #66cef5;
  color: #66cef5;
}

.three.w--current {
  border-bottom-color: #66cef5;
  background-color: #2f2f46;
  color: #66cef5;
}

.link-5 {
  color: #66cef5;
}

.epr-numbered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.epr-number {
  display: block;
  width: 40px;
  height: auto;
  margin-top: 2px;
  margin-right: 16px;
  margin-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Gotham, sans-serif;
  color: #66cef5;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
}

.bold-text-9 {
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tab-pane-tab-3 {
  padding-top: 42px;
}

.download-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 86%;
  height: 360px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
  background-image: url('https://www.newplasticseconomy.org/images/Packaging-final_.png'), -webkit-gradient(linear, left top, left bottom, from(#66cef5), to(#66cef5));
  background-image: url('https://www.newplasticseconomy.org/images/Packaging-final_.png'), linear-gradient(180deg, #66cef5, #66cef5);
  background-position: 100% 40%, 0px 0px;
  background-size: 90%, auto;
  background-repeat: no-repeat, repeat;
}

.download-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.type-pill-2 {
  padding-left: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #2f2f46;
}

.type-pill-2.white {
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.download-icon-column {
  text-align: right;
}

.download-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 360px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.download-content-wrap {
  display: block;
  overflow: auto;
  height: auto;
  padding: 0px 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  white-space: normal;
}

.text-block-wrap {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 236px;
  height: 279px;
  margin-right: 0px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f2f46), to(#2f2f46));
  background-image: linear-gradient(180deg, #2f2f46, #2f2f46);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-decoration: none;
  cursor: pointer;
}

.text-block-wrap:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#242436), to(#242436));
  background-image: linear-gradient(180deg, #242436, #242436);
}

.h4-white {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #fff;
  text-align: left;
}

.bold-text-10 {
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}

.card-top {
  text-align: left;
}

.spacer-16px {
  height: 16px;
}

.background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  width: 100%;
  height: 100vh;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  opacity: 0.24;
}

.quote-marks {
  display: block;
  width: 25%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Gotham book', sans-serif;
  color: #2f2f46;
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
  text-align: left;
}

.epr-background-image {
  position: absolute;
  left: 0%;
  top: 30%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 35%;
  opacity: 0.6;
  -o-object-fit: contain;
  object-fit: contain;
}

.epr-background-image.right {
  left: auto;
  top: auto;
  right: -4%;
  bottom: 7%;
  z-index: 0;
  width: 40%;
  opacity: 0.4;
}

.epr-background-image.full-bleed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0.2;
  -o-object-fit: fill;
  object-fit: fill;
}

.epr-background-image.full-bleed.opacity-less {
  z-index: -50;
  opacity: 0.15;
}

.epr-background-image.left {
  left: -5%;
  top: 15%;
  width: 50%;
}

.body-2 {
  overflow: visible;
}

.rich-text-block-epr p {
  padding-left: 0px;
}

.rich-text-block-epr img {
  margin-left: 0px;
}

.rich-text-block-epr h4 {
  margin-top: 0px;
  padding-left: 0px;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(22%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 22%);
}

.overlay.reverse {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 35%, #fff);
}

.logo-block-bold {
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.image {
  position: absolute;
  left: 0%;
  top: -110%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  opacity: 0.45;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.endorsers {
  margin-bottom: 24px;
  padding-left: 0px;
  text-align: left;
}

.epr-dropdown-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 64px 8px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.epr-dropdown-div.top {
  border-top: 1px solid hsla(0, 0%, 91.4%, 0.45);
}

.endorser-anchor {
  position: absolute;
  left: 0%;
  top: -10%;
  right: 0%;
  bottom: 0%;
  z-index: -50;
  height: 100%;
}

.statement-anchor {
  position: absolute;
  left: 0%;
  top: -2%;
  right: 0%;
  bottom: 0%;
  z-index: -50;
  display: block;
  height: 100%;
  margin-top: 0px;
  background-color: rgba(102, 206, 245, 0);
}

.statement-wrap {
  position: relative;
}

.overview-anchor {
  position: absolute;
  left: 0%;
  top: -20%;
  right: 0%;
  bottom: 0%;
  z-index: -50;
  height: 100%;
  background-color: rgba(102, 206, 245, 0);
}

.position-paper-anchor {
  position: relative;
  top: -120px;
  height: 0px;
  color: #66cef5;
}

.quote {
  padding-left: 0px;
}

.epr-rich-text p {
  margin-bottom: 16px;
  padding-left: 0px;
}

.headersub-epr {
  padding-left: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.bold-text-11 {
  padding-left: 0px;
  font-family: Gotham, sans-serif;
  font-size: 50px;
  letter-spacing: -2px;
}

.heading-9 {
  margin-bottom: 0px;
}

.html-embed-2 {
  display: none;
}

.html-embed-3 {
  display: none;
}

.underline {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #2f2f46;
  text-decoration: underline;
}

.underline:hover {
  opacity: 0.8;
}

.icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 10px;
}

.icon.small-grid {
  top: -24px;
}

.icon-image {
  position: static;
  box-shadow: -1px 1px 7px 0 rgba(0, 0, 0, 0.13);
}

.small-grid-bold {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.sticky-bold {
  font-family: Gotham, sans-serif;
}

.rich-text-block-no-padding h2 {
  padding-left: 0px;
  border-left-style: none;
}

.rich-text-block-no-padding p {
  padding-left: 0px;
}

.rich-text-block-no-padding h3 {
  padding-left: 0px;
}

.rich-text-block-no-padding h4 {
  padding-left: 0px;
}

.tab-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f2f2f2;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Gotham, sans-serif;
  color: #2f2f46;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.tab-link-2:hover {
  background-color: #1080c4;
  opacity: 1;
  color: #fff;
}

.tab-link-2:active {
  background-color: #1080c4;
  opacity: 1;
  color: #fff;
}

.tab-link-2:focus {
  background-color: #f2f2f2;
  color: #2f2f46;
}

.tab-link-2.w--current {
  background-color: #1080c4;
  color: #fdfdfd;
}

.tab-link-2.w--current:focus {
  background-color: #1080c4;
}

.tab-link-2.w--current:visited {
  background-color: #1080c4;
}

.tab-link-2.grid {
  position: relative;
  display: block;
  width: 100%;
  height: 372px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
}

.tab-link-2.grid:hover {
  opacity: 0.8;
}

.tab-link-2.grid.no-link {
  position: relative;
  width: 100%;
}

.link-6 {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  .pew---side-navigation-link {
    width: 70%;
    max-width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pew---side-navigation-link.w--current {
    width: 70%;
    max-width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pew---section.pew---main-header {
    height: 60vh;
  }

  .pew---half-page {
    width: 24%;
  }

  .pew---half-page.pew---white-background {
    width: 75%;
  }

  .pew---content-div {
    width: 75%;
    max-width: none;
    margin-left: 80px;
  }

  .pew---content-div.pew---video {
    width: 75%;
    margin-left: 80px;
  }

  .pew---content-div.section2 {
    width: 75%;
    max-width: none;
    margin-left: 80px;
  }

  .pew---content-div.section3 {
    width: 75%;
    max-width: none;
    margin-left: 80px;
  }

  .white.no-background.epr-h1 {
    display: none;
  }

  .pew---side-navigation-link-wrap {
    width: 70%;
  }

  .pew---image-caption {
    width: auto;
  }

  .pew---tab-content {
    width: 90%;
    margin-left: 0px;
  }

  .pew---data-table {
    max-width: none;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pew---grid {
    margin-bottom: 0px;
  }

  .pew---section-5-banner-div {
    padding-bottom: 0px;
  }

  .pew---image-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .upstream---background-image-div {
    background-size: cover;
  }

  .page---section.dark {
    margin-right: 100px;
    margin-left: 100px;
  }

  .type-pill {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 3px;
    float: right;
    text-align: right;
  }

  .page---content-div {
    width: 75%;
  }

  .tabs.onward-paths {
    width: 125%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .tabs.cards {
    width: 125%;
    padding-left: 0%;
  }

  .tabs.cards.epr-page {
    top: 0px;
  }

  .tabs.epr-tabs {
    background-color: #fbfbfb;
  }

  .tab-link {
    cursor: pointer;
  }

  .tab-link.downloads {
    width: 280px;
  }

  .tab-link.downloads.individual-links {
    width: 280px;
    height: 300px;
  }

  .tab-link.onward-paths {
    margin-bottom: 20px;
  }

  .rich-text-block.no-padding p {
    padding-left: 0px;
  }

  .upstream-dropdown.strategies {
    margin-left: 22px;
  }

  .upstream-dropdown-div {
    cursor: pointer;
  }

  .upstream-tabs.material {
    cursor: pointer;
  }

  .upstream-tabs.elimination.w--current {
    cursor: pointer;
  }

  .upstream-tabs.reuse {
    cursor: pointer;
  }

  .download-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-bottom: 0px;
  }

  .type---h4---light {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: left;
  }

  .tab-slider-arrow {
    display: none;
  }

  .no-padding {
    padding-left: 0px;
  }

  .no-padding.light-blue {
    color: #57c7f4;
  }

  .sticky-download-div-wrap {
    position: fixed;
    left: auto;
    top: auto;
    right: 2%;
    bottom: 3%;
    z-index: 2000;
    float: right;
    cursor: auto;
  }

  .sticky-download-div-wrap:hover {
    opacity: 0.8;
  }

  .sticky-download-close-button {
    cursor: pointer;
  }

  .sticky-download-header {
    color: #2f2f46;
  }

  .airtable-list-view {
    margin-left: auto;
  }

  .tabs-2 {
    margin-bottom: 0px;
  }

  .airtable-tabs-content {
    margin-bottom: 10px;
  }

  .masthead-wrap {
    background-position: 110% 100%;
  }

  .epr.white {
    color: #fff;
  }

  .epr-container {
    padding-right: 0px;
  }

  .lottie-animation-2 {
    display: none;
  }

  .text-block-wrap {
    margin-right: -132px;
  }

  .epr-background-image.right {
    right: 12%;
    width: 30%;
  }

  .epr-background-image.left {
    left: 4%;
    right: 0%;
  }

  .endorser-anchor {
    top: -10%;
  }

  .statement-anchor {
    top: -3%;
  }

  .overview-anchor {
    top: -20%;
  }

  .position-paper-anchor {
    top: -5%;
  }

  .tab-link-2 {
    cursor: pointer;
  }
}

@media screen and (min-width: 1920px) {
  .pew---side-navigation-link {
    width: 55%;
    max-width: 55%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pew---side-navigation-link.w--current {
    width: 55%;
    max-width: 55%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pew---section.pew---main-header {
    height: 50vh;
  }

  .pew---half-page {
    width: 24%;
  }

  .pew---content-div {
    width: 60%;
    max-width: none;
    margin-left: 80px;
  }

  .pew---content-div.pew---video {
    width: 60%;
    margin-left: 80px;
  }

  .pew---content-div.section2 {
    width: 60%;
    max-width: none;
    margin-left: 80px;
  }

  .pew---content-div.section3 {
    width: 60%;
    max-width: none;
    margin-left: 80px;
  }

  .pew---side-navigation {
    margin-right: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .pew---side-navigation-link-wrap {
    margin-right: 0px;
  }

  .pew---image-caption {
    width: 80%;
  }

  .pew---tab-content {
    width: 90%;
  }

  .pew---image-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .upstream---background-image-div {
    background-position: 50% 70%;
    background-size: cover;
  }

  .page---section.dark {
    margin-right: 140px;
    margin-left: 140px;
  }

  .nav---share {
    color: #2f2f46;
  }

  .page---content-div {
    width: 80%;
  }

  .page---content-div.footer {
    padding-bottom: 0px;
  }

  .tabs.cards {
    padding-right: 10%;
    padding-left: 10%;
  }

  .tabs.downloads {
    margin-top: 0px;
  }

  .tabs.onward-paths {
    width: 130%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .tabs.cards {
    width: 130%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .upstream-tabs.examples {
    width: 8%;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
  }

  .upstream-tabs.examples.w--current {
    width: 8%;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #2f2f46;
    text-align: center;
  }

  .airtable-embed {
    margin-bottom: 0px;
  }

  .download-grid {
    margin-top: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-menu.onward-paths {
    text-align: left;
  }

  .tabs-menu.onward-paths.upstream {
    overflow: visible;
  }

  .sticky-download-div-wrap {
    display: block;
  }

  .spacer---100px {
    width: 100%;
    height: 100px;
  }

  .airtable-tabs-content {
    width: 100vw;
    margin-top: -10px;
  }

  .example-page-tabs {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
  }

  .navbar-wrap {
    max-width: 1550px;
  }

  .epr-background-image.right {
    right: 20%;
    bottom: 10%;
    width: 25%;
  }

  .epr-background-image.left {
    left: 15%;
    width: 40%;
  }

  .endorser-anchor {
    top: -10%;
  }

  .statement-anchor {
    top: -5%;
  }

  .overview-anchor {
    top: -20%;
  }
}

@media screen and (max-width: 991px) {
  .pew---section {
    height: 70vh;
  }

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

  .pew---half-page {
    display: none;
    width: 20%;
  }

  .pew---half-page.pew---white-background {
    width: 100%;
  }

  .pew---content-div {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .pew---content-div.pew---video {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .pew---content-div.section2 {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .pew---content-div.section3 {
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .pew---side-navigation {
    margin-right: 20px;
    margin-left: 20px;
  }

  .white.blue-line {
    border-left-color: #57c7f4;
  }

  .pew---nav-burger-wrap {
    top: 0%;
  }

  .pew---burger-container {
    width: 35px;
    height: 30px;
  }

  .pew---nav-mobile {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9000;
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---nav-logo {
    margin-left: 0px;
  }

  .pew---nav-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pew---navlink {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Proxima nova', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
  }

  .pew---navlink.w--current {
    color: #ffc31a;
  }

  .pew---nav-menu {
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d8ebeb;
  }

  .pew---burger-icon {
    width: 25px;
    height: 25px;
  }

  .pew---link-block-2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
  }

  .pew---div-block-11 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .pew---nav-div-block {
    width: 60%;
  }

  .pew---download-column-block {
    margin-bottom: 30px;
  }

  .pew---download-column-block._2 {
    margin-top: 0px;
  }

  .pew---share-icon-columns {
    padding-right: 10px;
  }

  .pew---social-icon-column {
    width: 30%;
  }

  .pew---tab-link {
    height: 260px;
  }

  .pew---section-3-tabs.pew---section-5 {
    padding-bottom: 0px;
  }

  .pew---image-caption {
    width: 95%;
  }

  .pew---tab-content {
    width: auto;
  }

  .pew---data-table {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pew---orange-label._94 {
    padding-right: 4px;
  }

  .pew---main-header-title {
    line-height: 50px;
  }

  .pew---section-5-banner-div {
    padding-bottom: 0px;
  }

  .upstream---background-image-div {
    background-color: #1080c4;
    background-image: url('https://www.newplasticseconomy.org/images/Upstream-background.png');
    background-position: 80% 50%;
    background-size: cover;
  }

  .upstream---h1 {
    display: inline;
  }

  .upstream---header-div {
    height: 140vh;
  }

  .upstream---h2 {
    display: inline;
  }

  .body {
    background-color: #fff;
  }

  .header---div-wrap {
    height: 420px;
  }

  .header---div-wrap.video {
    padding-bottom: 100px;
  }

  .page---section.dark {
    margin-right: 0px;
    margin-left: 0px;
  }

  .type-pill.strategies {
    margin-top: 5px;
  }

  .header---video-container {
    margin-top: -100px;
  }

  .header---video-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page---content-div {
    width: 90%;
  }

  .page---content-div.footer {
    width: 80%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tabs {
    max-width: 100%;
  }

  .tabs.cards {
    padding-right: 0%;
  }

  .tabs.onward-paths {
    width: 105%;
    padding-left: 0%;
  }

  .tabs.cards {
    width: 105%;
    max-width: none;
    padding-right: 0%;
    padding-left: 0%;
  }

  .tab-link.card-1 {
    margin-bottom: 20px;
  }

  .tab-link.card-2 {
    margin-bottom: 20px;
  }

  .tab-link.downloads {
    width: 320px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .tab-link.downloads.individual-links {
    width: 320px;
    height: 300px;
  }

  .tab-link.onward-paths {
    margin-bottom: 20px;
  }

  .tab-link.card-1 {
    height: 370px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .tab-link.card-2 {
    height: 370px;
    margin-bottom: 20px;
  }

  .tab-link.grid {
    width: 100%;
  }

  .tab-link.grid.no-link {
    width: 100%;
  }

  .page-column---image-text._130px {
    margin-left: -20px;
  }

  .upstream-tabs {
    width: 30%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .upstream-tabs.w--current {
    width: 30%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .upstream-tabs.material {
    width: 30%;
    text-decoration: none;
  }

  .upstream-tabs.material.w--current {
    width: 30%;
  }

  .upstream-tabs.elimination {
    width: 30%;
    text-decoration: none;
  }

  .upstream-tabs.elimination.w--current {
    width: 30%;
    text-decoration: none;
  }

  .upstream-tabs.reuse {
    width: 30%;
    text-decoration: none;
  }

  .upstream-tabs.examples {
    width: 16%;
  }

  .upstream-tabs.examples.w--current {
    width: 16%;
  }

  .page---tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .download-grid {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .download-grid._4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .onward-path---image {
    height: 160px;
  }

  .footer {
    padding: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .tabs-menu {
    width: 100%;
    height: 76px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs-menu.downloads {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-menu.onward-paths {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

  .tabs-menu.onward-paths.upstream {
    padding-left: 20px;
  }

  .tabs-menu.grid {
    padding-right: 20px;
  }

  .tab-slider-arrow {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sticky-download-div-wrap {
    display: none;
  }

  .sticky-download-div-wrap.sticky-download-epr {
    display: none;
  }

  .sticky-download-close-button.mobile {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-right: 10px;
    margin-left: 0px;
    border-color: #2f2f46;
    cursor: pointer;
  }

  .sticky-download-image.mobile {
    display: block;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sticky-download-image.mobile.epr {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sticky-download-header.download.mobile {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sticky-download-header.download.mobile.epr {
    color: #66cef5;
  }

  .sticky-download-header.mobile {
    position: relative;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .sticky-download-div-wrap-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: block;
    height: 10vh;
    background-color: #fff;
    box-shadow: 0 -1px 11px -4px rgba(61, 61, 61, 0.46);
  }

  .sticky-download-mobile-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sticky-download-image-mobile {
    display: block;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    float: right;
  }

  .sticky-download-mobile-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .sticky-download-mobile-link.w--current {
    width: 85%;
  }

  .sticky-download-text-div-mobile {
    display: block;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sticky-download-mobile-image-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .tabs-2 {
    margin-top: -40px;
  }

  .submit-example-button {
    margin-bottom: 10px;
  }

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

  .navbar-container.pew {
    display: none;
  }

  .navbar-wrap {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-logo-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .masthead-wrap {
    height: 512px;
  }

  .epr-statement {
    max-width: none;
    box-shadow: 0 4px 4px -1px rgba(0, 0, 0, 0.22);
  }

  .epr-statement-text {
    z-index: auto;
  }

  .epr-tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-content {
    margin-top: 30px;
  }

  .epr-background-image.right {
    right: -20%;
  }

  .epr-background-image.left {
    left: -20%;
    display: inline-block;
  }

  .endorser-anchor {
    top: -80px;
  }

  .overview-anchor {
    top: -100px;
  }

  .tab-link-2.grid {
    width: 100%;
  }

  .tab-link-2.grid.no-link {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: 54px;
  }

  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  h5 {
    font-size: 19.2px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  .pew---section {
    height: 50vh;
  }

  .pew---section.pew---main-header {
    height: 50vh;
  }

  .pew---main-header-div {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pew---paragraph {
    padding-left: 0px;
    font-family: Proximanova, sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }

  .pew---paragraph.pew---section-1 {
    padding-left: 0px;
  }

  .pew---half-page {
    display: none;
  }

  .pew---half-page.pew---white-background {
    width: 100%;
  }

  .pew---content-div {
    width: 100%;
    margin-left: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .pew---content-div.pew---video {
    padding-right: 60px;
    padding-left: 60px;
    border-top-style: none;
  }

  .pew---content-div.section2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pew---content-div.section3 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pew---spacer-50px {
    height: auto;
  }

  .white.no-background {
    line-height: 26px;
  }

  .pew---dropdown-section-4 {
    display: block;
  }

  .dropdown__title__number {
    display: block;
    width: 100%;
    margin-right: 40px;
    margin-bottom: 0px;
    text-align: left;
  }

  .pew---dropdown.we-call-on-you {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .pew---dropdown-icon {
    position: static;
  }

  .pew---nav-burger-wrap {
    padding: 14px 12px;
  }

  .pew---burger-container {
    width: 28px;
    height: 25px;
  }

  .pew---nav-mobile {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9000;
  }

  .pew---nav-logo {
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 0px;
  }

  .pew---nav-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pew---navlink {
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: 'Proxima nova', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
  }

  .pew---navlink.w--current {
    color: #70c4c4;
  }

  .pew---nav-menu {
    right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #d8ebeb;
  }

  .pew---burger-icon {
    width: 25px;
    height: 25px;
  }

  .pew---link-block-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .pew---div-block-11 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .pew---nav-div-block {
    position: relative;
    width: 50%;
  }

  .pew---download-column {
    display: block;
    overflow: visible;
    height: 200px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---download-column-block {
    position: relative;
    display: block;
    width: 110%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .pew---download-column-block._2 {
    margin-top: 20px;
  }

  .pew---download-image {
    display: block;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .pew---image-19 {
    display: block;
  }

  .pew---image-20 {
    display: block;
  }

  .pew---image-21 {
    display: block;
  }

  .pew---drop-down-rte {
    text-align: left;
  }

  .pew---social-icon-column {
    width: 40%;
  }

  .pew---tab-link {
    display: inline-block;
    width: 22%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pew---tab-link.we-call-on-you._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pew---tab-link.we-call-on-you._3 {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pew---tab-link.we-call-on-you._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pew---tab-text-block {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .pew---tab-text-block._2 {
    font-size: 16px;
    line-height: 22px;
  }

  .pew---tab-link-div {
    display: block;
    width: 80%;
  }

  .pew---section-3-tabs {
    display: none;
  }

  .pew---section-3-tabs.pew---section-5 {
    display: block;
  }

  .pew---tabs-menu {
    display: none;
  }

  .pew---tabs-menu.we-call-on-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pew---data-table {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-4 {
    display: inline-block;
  }

  .pew---download-text {
    text-align: left;
  }

  .pew---download-link {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---section-3-icons-mobile {
    display: block;
    width: 100%;
  }

  .pew---section-3-icon {
    margin-bottom: 10px;
  }

  .pew---section-3-column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-right: 60px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .pew---section-3-column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-right: 60px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---section-3-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-right: 60px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---section-3-column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 60px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---main-header-title {
    line-height: 44px;
  }

  .pew---section-3-heading {
    text-align: left;
  }

  .upstream---background-image-div {
    background-position: 80% 50%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .navbar {
    margin-right: 20px;
    margin-left: 20px;
  }

  .header---div-wrap {
    height: 360px;
  }

  .header---div-wrap.video {
    height: 320px;
    padding-bottom: 60px;
  }

  .page-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .type-intro-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .type-highlight {
    font-size: 24px;
    line-height: 28px;
  }

  .page---section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .type-pill {
    font-size: 12px;
    line-height: 16px;
  }

  .type-pill.strategies {
    margin-top: 0px;
    float: left;
  }

  .type-notes.no-padding.white.epr-footer {
    text-align: center;
  }

  .header---video-container {
    margin-top: -60px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .header---video-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .page---content-div {
    width: 100%;
  }

  .page---content-div.footer {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tabs {
    z-index: 9000;
  }

  .tabs.cards {
    padding-right: 0%;
  }

  .tabs.downloads {
    position: relative;
    z-index: auto;
  }

  .tabs.onward-paths {
    width: 100%;
  }

  .tabs.cards {
    width: 100%;
    padding-right: 0%;
  }

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .tab-link.downloads {
    width: 100%;
    margin-bottom: 0px;
  }

  .tab-link.onward-paths {
    margin-bottom: 20px;
  }

  .tab-link.card-1 {
    height: 360px;
  }

  .tab-link.card-2 {
    height: 360px;
  }

  .tab-link.grid {
    height: 460px;
  }

  .tab-link.grid.no-link {
    height: 460px;
  }

  .image-column {
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-column.section-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-column {
    margin-top: 20px;
    padding-left: 0px;
  }

  .type---pill-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .lottie-flow---dropdown-icon {
    position: static;
  }

  .page---dropdown {
    display: block;
  }

  .upstream-tabs {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    text-decoration: underline;
  }

  .upstream-tabs.w--current {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .upstream-tabs.material {
    width: 33%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .upstream-tabs.material.w--current {
    width: 33%;
  }

  .upstream-tabs.elimination {
    width: 33%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .upstream-tabs.elimination.w--current {
    width: 33%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .upstream-tabs.reuse {
    width: 33%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .upstream-tabs.reuse.w--current {
    width: 33%;
  }

  .upstream-tabs.examples {
    width: 50%;
    margin-bottom: -4px;
  }

  .upstream-tabs.examples.w--current {
    width: 50%;
    margin-bottom: -4px;
  }

  .airtable-embed {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-column---text-image {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .download---text-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .download-grid {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .download---icon {
    max-width: none;
  }

  .onward-path---image {
    height: 120px;
  }

  .footer {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs-menu.downloads {
    padding-left: 0px;
  }

  .tabs-menu.onward-paths {
    width: 100%;
  }

  .tabs-menu.onward-paths.upstream {
    padding-left: 0px;
  }

  .tabs-menu.grid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading.epr-h1 {
    font-size: 30px;
    line-height: 60px;
  }

  .tab-slider-arrow {
    margin-bottom: 10px;
  }

  .tab-name {
    font-size: 16px;
    line-height: 20px;
  }

  .sticky-download-div-wrap {
    display: none;
  }

  .sticky-download-close-button.mobile {
    margin-top: -10px;
    margin-left: 5px;
  }

  .sticky-download-image.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sticky-download-header.mobile {
    width: 100%;
  }

  .upstream-image {
    padding-left: 20px;
  }

  .spacer---100px {
    height: 60px;
  }

  .sticky-download-div-wrap-mobile {
    z-index: 10000;
    height: 13vh;
  }

  .sticky-download-mobile-columns {
    width: auto;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sticky-download-mobile-columns.epr-download {
    margin-left: 10px;
  }

  .sticky-download-image-mobile {
    position: relative;
    display: block;
    float: none;
  }

  .sticky-download-mobile-link {
    width: 80%;
  }

  .sticky-download-mobile-link.w--current {
    width: 80%;
  }

  .tabs-2 {
    margin-top: -50px;
  }

  .airtable-tabs-content {
    margin-top: -8px;
  }

  .navbar-wrap {
    max-width: 94%;
  }

  .navbar-logo-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .utility-page-wrap-2 {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .utility-page-content-2 {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .page-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .masthead-wrap {
    height: 300px;
  }

  .column-3 {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
  }

  .footer-logo {
    margin-left: -12px;
  }

  .footer-wrap {
    display: block;
    padding-bottom: 80px;
  }

  .column-4 {
    margin-top: 24px;
    margin-bottom: 12px;
    padding-right: 0px;
    text-align: center;
  }

  .column-2 {
    display: block;
    margin-top: 8px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .epr.statement {
    padding-left: 24px;
  }

  .epr-statement {
    padding: 29px 24px 25px;
  }

  .epr-container {
    padding: 24px;
  }

  .epr-container.statement {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .type-pill-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .download-content-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .epr-background-image.right {
    width: 60%;
  }

  .epr-background-image.left {
    left: -25%;
    width: 70%;
  }

  .bold-text-11 {
    font-size: 36px;
  }

  .bold-text-12 {
    font-size: 25px;
  }

  .tab-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .tab-link-2.grid {
    height: 460px;
  }

  .tab-link-2.grid.no-link {
    height: 460px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  h5 {
    font-size: 19.2px;
    line-height: 26px;
  }

  p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 18px;
    line-height: 26px;
  }

  .pew---section {
    height: 80vh;
  }

  .pew---section.pew---main-header {
    height: 60vh;
  }

  .pew---main-header-div {
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pew---content-div {
    margin-left: auto;
    padding: 20px 30px;
  }

  .pew---content-div.pew---video {
    padding: 20px 30px;
  }

  .pew---content-div.section2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pew---content-div.section3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pew---content-div.table {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pew---section-title {
    margin-bottom: 0px;
    color: #333;
    font-size: 28px;
    line-height: 32px;
  }

  .pew---section-title.white {
    font-family: 'Proxima nova', sans-serif;
    font-weight: 700;
  }

  .pew---spacer-50px {
    height: auto;
  }

  .pew---rich-text-element {
    color: #333;
    font-size: 16px;
    line-height: 24px;
  }

  .pew---rich-text-element.table {
    padding-right: 30px;
    padding-left: 30px;
  }

  .white {
    font-family: Proximanova, sans-serif;
    color: #fff;
    font-weight: 400;
  }

  .white h4 {
    color: #2f2f46;
  }

  .white.column-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 22px;
    text-align: left;
  }

  .white.no-padding {
    font-family: museo-slab, sans-serif;
    font-weight: 300;
  }

  .white.no-background {
    padding-right: 0px;
    text-align: left;
  }

  .pew---nav-burger-wrap {
    padding-right: 0px;
  }

  .pew---burger-container {
    width: 40px;
    height: 20px;
  }

  .pew---nav-mobile {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9000;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---nav-logo {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .pew---nav-trigger {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .pew---navlink {
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'Proxima nova', sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
  }

  .pew---navlink.w--current {
    color: #70c4c4;
  }

  .pew---nav-menu {
    position: absolute;
    left: 0px;
    top: 61px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d8ebeb;
  }

  .pew---burger-icon {
    width: 20px;
    height: 20px;
    margin-right: 0px;
    padding-right: 0px;
  }

  .pew---link-block-2 {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
  }

  .pew---div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pew---nav-div-block {
    width: 30%;
  }

  .pew---download-column {
    height: auto;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pew---download-column-block {
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .pew---download-column-block._2 {
    margin-top: 0px;
  }

  .pew---download-image {
    margin-right: 11px;
  }

  .pew---onward-path-heading {
    color: #333;
  }

  .pew---drop-down-rte {
    font-size: 16px;
    line-height: 34px;
  }

  .pew---social-icon-column {
    width: 60%;
  }

  .pew---share-link {
    margin-right: 20px;
  }

  .pew---tab-link {
    width: 100%;
  }

  .pew---tab-link.w--current {
    width: 33%;
  }

  .pew---tab-link.we-call-on-you {
    width: 40%;
    height: 200px;
    margin-right: 0px;
  }

  .pew---section-3-tabs {
    display: block;
  }

  .pew---section-3-tabs.pew---section-5 {
    display: block;
  }

  .pew---tabs-menu {
    display: none;
  }

  .pew---share-heading {
    color: #333;
  }

  .pew---image-caption {
    color: #7c7a7a;
    font-size: 14px;
    line-height: 20px;
  }

  .pew---tab-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pew---data-table {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pew---datatable---label {
    color: #333;
  }

  .pew---datatable---header {
    color: #333;
  }

  .pew---download-text {
    width: 70%;
    text-align: center;
  }

  .pew---download-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .pew---orange-label._13 {
    padding-right: 0px;
  }

  .pew---orange-label._14 {
    padding-right: 0px;
  }

  .pew---orange-label._52 {
    padding-right: 0px;
  }

  .pew---turquoise-label._5 {
    width: 30%;
    padding-right: 2px;
  }

  .pew---turquoise-label._45 {
    width: 55%;
    padding-right: 0px;
  }

  .pew---section-3-icons-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pew---section-3-icon {
    margin-bottom: 10px;
  }

  .pew---section-3-column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---section-3-column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---section-3-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---section-3-column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pew---main-header-title {
    font-size: 33.18px;
    line-height: 38px;
  }

  .pew---main-header-sub-text {
    margin-top: 30px;
    text-align: center;
  }

  .pew---quote {
    color: #333;
  }

  .pew---section-3-heading {
    color: #333;
  }

  .upstream---background-image-div {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 70% 50%;
  }

  .upstream---h1 {
    position: static;
    margin-right: 0px;
    white-space: normal;
  }

  .upstream---header-div {
    height: 180vh;
  }

  .upstream---h2 {
    display: inline;
    white-space: normal;
  }

  .submit-button {
    margin-top: 0px;
  }

  .upstream---form {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    margin-top: 20px;
    margin-right: 0px;
  }

  .upstream---form-heading {
    width: 100%;
  }

  .upstream---form-heading.unsubscribe {
    margin-top: 30px;
  }

  .upstream---form-block {
    overflow: visible;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar {
    margin-right: 10px;
    margin-left: 10px;
  }

  .header---div-wrap.video {
    padding-bottom: 60px;
  }

  .page-container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .type-notes.no-padding.white.epr-footer {
    text-align: center;
  }

  .nav---share {
    display: none;
    margin-right: 20px;
  }

  .header---video-container {
    margin-top: -60px;
  }

  .header---video-wrap {
    height: auto;
    margin-right: 3%;
    margin-left: 3%;
  }

  .tabs.cards {
    z-index: 0;
  }

  .tabs.downloads {
    margin-right: -5px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .tabs.cards {
    z-index: 0;
  }

  .tab-link.card-1 {
    width: 260px;
  }

  .tab-link.card-2 {
    width: 260px;
  }

  .tab-link.downloads {
    width: 100%;
  }

  .tab-link.onward-paths {
    height: 400px;
  }

  .tab-link.card-1 {
    width: 260px;
    height: 380px;
  }

  .tab-link.card-2 {
    width: 260px;
    height: 380px;
  }

  .tab-link.grid {
    height: 400px;
  }

  .tab-link.grid.no-link {
    height: 400px;
  }

  .page-column---image-text._130px {
    margin-left: 0px;
  }

  .image-column {
    padding-left: 5px;
  }

  .text-column {
    padding-right: 10px;
  }

  .text-column.tabs {
    padding-right: 5px;
  }

  .rich-text-block.epr {
    font-size: 14px;
    -webkit-column-gap: 1%;
    column-gap: 1%;
  }

  .rich-text-block.epr p {
    font-size: 11px;
    line-height: 18px;
  }

  .upstream-dropdown-div:active {
    opacity: 1;
  }

  .page---dropdown {
    padding-right: 10px;
  }

  .page---dropdown.white {
    padding-right: 0px;
  }

  .upstream-tabs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .upstream-tabs.w--current {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .upstream-tabs.material {
    height: 100px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .upstream-tabs.material.w--current {
    width: 33%;
    height: 100px;
  }

  .upstream-tabs.elimination {
    height: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .upstream-tabs.elimination.w--current {
    width: 33%;
  }

  .upstream-tabs.reuse {
    height: 100px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .upstream-tabs.reuse.w--current {
    height: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .upstream-tabs.examples {
    width: 50%;
    height: 60px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .upstream-tabs.examples.w--current {
    width: 50%;
  }

  .page---tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 5px;
  }

  .spacer---24px {
    width: 100%;
  }

  .airtable-embed {
    width: 100%;
    margin-top: 30px;
  }

  .page-column---text-image {
    margin-left: 0px;
  }

  .download-grid {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .download-grid._4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .onward-path---image {
    height: 160px;
  }

  .footer {
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .tabs-menu {
    width: 100%;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs-menu.downloads {
    margin-left: 0px;
    padding-left: 0px;
  }

  .tabs-menu.onward-paths {
    height: 440px;
  }

  .tabs-menu.epr-menu {
    overflow: auto;
    height: 60px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading.epr-h1 {
    width: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 48px;
  }

  .tab-slider-arrow {
    margin-top: 10px;
  }

  .tab-name {
    font-size: 14px;
    line-height: 18px;
  }

  .sticky-download-close-button.mobile {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: 5px;
  }

  .sticky-download-image.mobile {
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sticky-download-header.download.mobile {
    margin-top: 0px;
  }

  .sticky-download-header.mobile {
    width: 100%;
    font-size: 10px;
    line-height: 14px;
  }

  .airtable-tile-view {
    height: 100vh;
  }

  .sticky-download-div-wrap-mobile {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sticky-download-mobile-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sticky-download-mobile-columns.epr-download {
    margin-left: 10px;
  }

  .sticky-download-image-mobile {
    position: relative;
    float: none;
  }

  .sticky-download-mobile-link {
    width: 80%;
  }

  .sticky-download-mobile-link.w--current {
    width: 60%;
  }

  .sticky-download-mobile-image-link {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-2 {
    margin-top: -50px;
  }

  .airtable-tabs-content {
    margin-top: -30px;
  }

  .navbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-wrap {
    width: 90%;
    max-width: 96%;
    margin-right: 10%;
    margin-left: 10%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .navbar-logo-wrap {
    height: 31px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-logo {
    display: block;
  }

  .bold-text-5 {
    display: none;
  }

  .utility-page-wrap-2 {
    position: relative;
    padding-bottom: 80px;
  }

  .utility-page-content-2 {
    position: relative;
    z-index: 0;
    margin-left: 0px;
  }

  .heading-8 {
    position: relative;
    width: auto;
  }

  .text-block-home {
    font-weight: 400;
  }

  .masthead-wrap {
    height: 400px;
    padding-top: 31px;
  }

  .spacer-24 {
    width: 100%;
  }

  .no-padding {
    position: relative;
    display: block;
    overflow: visible;
    width: 100.00006%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .button.outline {
    margin-top: 12px;
    margin-left: 0px;
  }

  .footer-wrap {
    padding-bottom: 60px;
  }

  .footer-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .epr.white {
    font-family: Gotham, sans-serif;
  }

  .epr.statement {
    padding-left: 24px;
  }

  .epr-statement {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .epr-container {
    display: block;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .epr-container.statement {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .download-image {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('https://www.newplasticseconomy.org/images/Packaging-final_.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('https://www.newplasticseconomy.org/images/Packaging-final_.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .download-block {
    width: 100vw;
    margin-left: -12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .epr-dropdown-div {
    display: block;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .epr-dropdown-div.top {
    height: auto;
    padding-right: 24px;
  }

  .quote {
    font-size: 16px;
  }

  .headersub-epr {
    padding-right: 22px;
    padding-left: 14px;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0px;
  }

  .bold-text-11 {
    padding-right: 5px;
    padding-left: 10px;
    font-size: 29px;
    letter-spacing: -2px;
  }

  .tab-link-2.grid {
    height: 400px;
  }

  .tab-link-2.grid.no-link {
    height: 400px;
  }
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c199-bd26b456 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c19e-bd26b456 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1a3-bd26b456 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1a6-bd26b456 {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1a9-bd26b456 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1ae-bd26b456 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1b1-bd26b456 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1b4-bd26b456 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1b7-bd26b456 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1ba-bd26b456 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1bd-bd26b456 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1c0-bd26b456 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1c3-bd26b456 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1c6-bd26b456 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1c9-bd26b456 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1cc-bd26b456 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1cf-bd26b456 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1d2-bd26b456 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1d5-bd26b456 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1d8-bd26b456 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1db-bd26b456 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1de-bd26b456 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1e1-bd26b456 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1e4-bd26b456 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1e7-bd26b456 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1ea-bd26b456 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1f0-bd26b456 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1f9-bd26b456 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c1fe-bd26b456 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-df4bc345-26d4-10a4-5450-c17f4ff3c204-bd26b456 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7ffee3-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7ffee5-6f26b462 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7ffee7-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7ffeeb-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7ffeef-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7ffef3-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7ffef7-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7ffefb-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7ffeff-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7fff03-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7fff07-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7fff0b-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1d96eb3-6e24-8fd3-bb03-154d1c7fff0f-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_96567897-6c5c-4255-2d02-fd0f313a9ac8-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d8bb221e-956d-de37-ffe5-cfd51f86a964-6f26b462 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2bd17517-081b-860a-6c4d-6d6fc8f0c286-3226b463 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ef33353c-769d-f65e-c40c-200137361461-3226b463 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ef33353c-769d-f65e-c40c-200137361467-3226b463 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ef33353c-769d-f65e-c40c-20013736146f-3226b463 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a7925f18-dbbf-89a9-22ae-02b7e7978515-3226b463 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_423d4217-96c9-ec6d-8b41-8bba6b00de12-3226b463 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@font-face {
  font-family: 'Proxima nova';
  src: url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Semibold.otf') format('opentype'), url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Black.otf') format('opentype'), url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Bold.otf') format('opentype'), url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Extrabold.otf') format('opentype'), url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Bold.otf') format('opentype'), url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Extrabold.otf') format('opentype'), url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('https://www.newplasticseconomy.org/fonts/ProximaNova-Regular.otf') format('opentype'), url('https://www.newplasticseconomy.org/fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Extrabold-Italic.otf') format('opentype'), url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova scosf';
  src: url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-ScOsf-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('https://www.newplasticseconomy.org/fonts/Proxima-Nova-Thin.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-Black.otf') format('opentype'), url('../font/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-BlackItalic.otf') format('opentype'), url('../font/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-BoldItalic.otf') format('opentype'), url('../font/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../font/Gotham-Book.otf') format('opentype'), url('../font/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-BookItalic.otf') format('opentype'), url('../font/Gotham-UltraItalic.otf') format('opentype'), url('../font/Gotham-BookItalic.otf') format('opentype'), url('../font/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-Light.otf') format('opentype'), url('../font/Gotham-XLight.otf') format('opentype'), url('../font/Gotham-Light.otf') format('opentype'), url('../font/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-Thin.otf') format('opentype'), url('../font/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-LightItalic.otf') format('opentype'), url('../font/Gotham-XLightItalic.otf') format('opentype'), url('../font/Gotham-LightItalic.otf') format('opentype'), url('../font/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-Medium.otf') format('opentype'), url('../font/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-MediumItalic.otf') format('opentype'), url('../font/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-ThinItalic.otf') format('opentype'), url('../font/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../font/Gotham-Ultra.otf') format('opentype'), url('../font/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../font/Gotham-Bold.otf') format('opentype'), url('../font/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}