:root {
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block {
  font-size: 50px;
  font-weight: 700;
  line-height: 200px;
}

.body {
  background-color: #f0a304;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-logo-wrap {
  flex: none;
}

.header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.header.center {
  color: #fff;
  background-color: #f0a30400;
  justify-content: center;
  align-items: flex-start;
  height: 76vh;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.header.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.header.wide.img {
  padding-bottom: 0;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 44px;
}

.heading-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 6vh;
  line-height: 6vh;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: .5px;
  overflow-wrap: normal;
  width: auto;
  max-width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.hero-image {
  z-index: auto;
  width: 50%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0 0% 0% auto;
  overflow: visible;
}

.wrap {
  text-align: center;
  max-width: 1000px;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.image {
  color: #fff;
  vertical-align: top;
  max-width: none;
  max-height: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  overflow: auto;
}

.video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.video.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.video.wide.img {
  color: #fff;
  text-align: center;
  background-color: #f0a30400;
  background-image: linear-gradient(#f0a304 19%, #f4692c);
  padding: 0 100px 20px;
}

.heading-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.items {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.black-text {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-family: Montserrat, sans-serif;
}

.slider-arrow {
  color: #d6d6d6;
}

.image-2 {
  border-radius: 30px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 85%;
  display: inline-flex;
  position: static;
  left: auto;
}

.feature-wrap {
  clear: both;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  margin: 10vh auto;
  padding-left: 10vw;
  padding-right: 15vw;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav {
  font-size: 7px;
}

.feature-content {
  color: #fff;
  text-align: left;
  border: 1px #000;
  flex: none;
  order: -1;
  width: 50vw;
  max-width: 550px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 0;
  font-family: Montserrat, sans-serif;
  position: relative;
  right: -10%;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.black {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.feature-image {
  clear: both;
  border: 1px #000;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 40vw;
  max-width: 600px;
  display: block;
  position: relative;
  left: -80px;
}

.quote-icon {
  margin-bottom: 45px;
}

.paragraph-4 {
  background-color: #ea330b;
  border-radius: 10px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-4.green {
  background-color: #6e8707;
  font-size: 18px;
}

.paragraph-4.blue {
  background-color: #089ab9;
  font-size: 18px;
}

.paragraph-4.ripple {
  background-color: #ea330b00;
  margin-top: 60px;
  padding: 0;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
}

.section {
  text-align: center;
  -webkit-text-stroke-color: white;
  background-image: linear-gradient(#f4692b, #f0a303 61%, #f0a303);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section.gradient {
  background-image: linear-gradient(#f4692c, #f0a303);
}

.container {
  height: 30px;
}

.cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/Save-energy.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: static;
  overflow: visible;
}

.cards.cleantheseas {
  background-color: #000;
  background-image: url('../images/whale.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 20px;
}

.cards.act-on-climate {
  background-color: #000;
  background-image: url('../images/Act-on-Climate.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 100px;
}

.cards.energy {
  background-size: cover;
}

.div-block {
  text-align: center;
  background-color: #555;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  height: 250px;
  margin-left: 100px;
  padding-left: 0;
  display: flex;
}

.div-block-2 {
  background-color: #5550;
  width: 1000px;
  height: 620px;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around;
  place-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.ripple {
  color: #fff;
  background-color: #f5846d;
  height: auto;
  margin-top: 60px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  overflow: auto;
}

.column {
  padding-left: 0;
  overflow: auto;
}

.columns {
  align-items: center;
  display: flex;
  overflow: auto;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  margin-top: 40px;
  padding: 10px 60px;
  font-size: 18px;
}

.column-2 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-3 {
  max-width: none;
  max-height: none;
  overflow: visible;
}

.div-block-4 {
  box-sizing: border-box;
  object-fit: fill;
  overflow: clip;
}

.logo {
  background-color: #fff;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: center;
  margin-top: 40px;
  padding-bottom: 0;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 52%;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.paragraph-6 {
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: center;
  padding-bottom: 0;
}

.grid-2.final {
  grid-template-columns: 1fr 1fr;
}

.heading-4-black {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer {
  text-align: center;
  background-color: #000;
  max-width: none;
  padding: 60px 140px;
}

.image-4 {
  max-width: none;
  height: 140px;
}

.div-block-6 {
  text-align: right;
}

.div-block-7 {
  height: 70px;
  margin-top: 0;
  margin-bottom: 60px;
  overflow: auto;
}

.image-5 {
  text-align: center;
  min-width: 35%;
  height: auto;
}

.ripple-2 {
  background-color: #f58460;
  margin-top: 0;
  overflow: visible;
}

.column-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container-2 {
  object-fit: contain;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  overflow: auto;
}

.container-3 {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-top: 0;
}

.image-6 {
  max-width: 100%;
  margin-top: 10px;
}

.image-7 {
  aspect-ratio: 2 / 1.8;
  overflow: visible;
}

.sponsorship {
  text-align: left;
  font-weight: 400;
}

.column-4 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: auto;
}

.bold-text {
  font-size: 36px;
}

.section-2 {
  background-color: #f0a30400;
}

.div-block-8 {
  border-radius: 30px;
}

.image-8 {
  border-radius: 30px;
  width: 450px;
  max-width: none;
}

.div-block-9 {
  box-sizing: content-box;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: 800px;
  display: flex;
  overflow: auto;
}

.code-embed {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 1;
  min-width: 120%;
  height: auto;
  min-height: auto;
  position: relative;
  overflow: visible;
}

.div-block-10 {
  width: 280px;
}

.section-3 {
  background-color: #fff0;
  padding-bottom: 0;
}

.div-block-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 700px;
  display: flex;
}

.video-2 {
  padding-left: 100px;
}

.section-4 {
  background-color: #f4692b;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-12 {
  margin-bottom: 60px;
  padding-left: 300px;
  padding-right: 300px;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: left;
}

.image-9, .image-10, .image-11, .image-12, .image-13, .image-14 {
  min-width: 50%;
  max-width: 80%;
}

.image-15, .image-16, .image-17 {
  text-align: center;
  min-width: 50%;
  max-width: 80%;
}

.image-18 {
  min-width: 70%;
}

.image-19 {
  min-width: 70%;
  height: auto;
}

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

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl_footer1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer1_credit-text {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_footer1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer1_spacing-block-5 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  height: auto;
  min-height: 2.75rem;
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl_footer1_component {
  background-color: var(--relume-library-lite--rl-white);
  color: red;
}

.rl_footer1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.rl_footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl_footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.rl_footer1_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer1_link-text {
  color: var(--relume-library-lite--rl-white);
}

.rl_footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_footer1_logo {
  width: auto;
  max-width: 300px;
}

.rl_footer1_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer1_bottom-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.rl_footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--relume-library-lite--rl-white);
}

.rl_footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.rl-padding-global {
  color: red;
  background-color: #000;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer_column-text {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_footer1_logo-link {
  padding-left: 0;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_footer1_line-divider {
  background-color: var(--relume-library-lite--rl-white);
  width: 100%;
  height: 1px;
}

.rl_footer1_link {
  color: var(--relume-library-lite--rl-white);
  padding-top: .5rem;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer1_link.phone {
  padding-top: 2rem;
}

.rl-text-style-tiny {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button-secondary-small {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.text-span {
  color: var(--white);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--white);
  text-decoration: underline;
}

.columns-2 {
  min-height: auto;
  max-height: 900px;
  overflow: hidden;
}

.list {
  width: 600px;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.rich-text-block {
  color: #fff;
  min-width: auto;
  font-size: 18px;
  line-height: 30px;
}

.sub-paragraph {
  background-color: #ea330b;
  border-radius: 10px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.sub-paragraph.green {
  background-color: #6e8707;
  font-size: 18px;
}

.sub-paragraph.blue {
  background-color: #089ab9;
  font-size: 18px;
}

.sub-paragraph.ripple {
  background-color: #ea330b00;
  margin-top: 0;
  padding: 0;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.h2 {
  text-align: center;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .brand {
    padding-left: 18px;
  }

  .header.center {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .paragraph-2 {
    max-width: none;
  }

  .hero-image {
    width: 100%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .video.wide.img {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-4, .paragraph-3 {
    text-align: left;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .quote-wrap {
    width: 70vw;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-icon {
    flex: none;
  }

  .black {
    text-align: left;
  }

  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .div-block-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header.center {
    padding-top: 0;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .heading-3 {
    line-height: 5vh;
  }

  .paragraph-2 {
    max-width: 100%;
  }

  .hero-image {
    width: 80%;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: 0;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .video.wide.img {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .section {
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .section-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_footer1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_credit-text {
    margin-top: 1.5rem;
  }

  .rl_footer1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl_footer1_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl_footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .header.center {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .hero-content {
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 42px;
  }

  .paragraph-2 {
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
  }

  .hero-image {
    width: 98%;
    margin-bottom: 10px;
  }

  .wrap {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .video.wide.img {
    background-image: linear-gradient(#f0a304 19%, #f46b2b 90%);
    padding: 0% 15px 0;
  }

  .heading-4, .paragraph-3 {
    text-align: left;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .image-2 {
    width: 290px;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .right-arrow {
    width: 15vw;
  }

  .feature-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: auto;
    max-width: none;
    padding-left: 17px;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .number {
    font-size: 40px;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .left-arrow {
    width: 15vw;
  }

  .black {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .paragraph-4 {
    width: 290px;
  }

  .paragraph-4.ripple {
    width: auto;
    margin-top: 40px;
  }

  .section {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    height: 15px;
  }

  .cards {
    height: 900px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards.cleantheseas {
    background-size: cover;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .cards.act-on-climate {
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 20px 40px;
  }

  .cards.energy {
    background-position: 50%;
    background-size: cover;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-2 {
    width: auto;
    height: 900px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-content: center start;
    place-items: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .button {
    width: 290px;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

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

  .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4-black {
    text-align: center;
  }

  .footer {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-4 {
    text-align: center;
  }

  .div-block-6 {
    text-align: center;
    width: 300px;
  }

  .div-block-7 {
    height: 70px;
    margin-bottom: 20px;
    overflow: visible;
  }

  .image-5 {
    min-width: 35%;
    max-width: 60%;
  }

  .ripple-2 {
    overflow: auto;
  }

  .container-3 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sponsorship {
    text-align: center;
  }

  .column-4 {
    height: 1180px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    vertical-align: top;
    width: 290px;
    max-width: none;
  }

  .code-embed {
    min-width: 100%;
    min-height: 320px;
  }

  .div-block-11 {
    width: 290px;
  }

  .section-4 {
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    column-count: 0;
    word-break: normal;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-style: italic;
  }

  .div-block-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl_footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .rl_footer1_logo {
    max-width: 240px;
  }

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .columns-2 {
    max-height: none;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .list, .sub-paragraph {
    width: 290px;
  }

  .sub-paragraph.ripple {
    width: auto;
  }

  .link {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .h2 {
    padding-right: 0;
  }

  .div-block-14 {
    height: 50px;
  }

  #w-node-_32121308-344a-5cf9-ade6-4e8e23b06af8-a047c679 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f210feaf-ac02-ac08-fab2-a1b414d7cf45-a047c679, #w-node-_8fcf90e0-4c89-cb0c-1ca6-5a06cb15a61c-a047c679, #w-node-_8cfb0553-659d-6f12-bfb0-c182bd51e840-a047c679 {
    order: -9999;
  }

  #w-node-_32121308-344a-5cf9-ade6-4e8e23b06af8-d9e36a33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f210feaf-ac02-ac08-fab2-a1b414d7cf45-d9e36a33, #w-node-_8fcf90e0-4c89-cb0c-1ca6-5a06cb15a61c-d9e36a33, #w-node-_8cfb0553-659d-6f12-bfb0-c182bd51e840-d9e36a33 {
    order: -9999;
  }
}


