:root {
  --black: #333;
  --avista-blue: #068fbe;
  --white: white;
  --white-smoke-2: #ececec;
  --kurita-blue: #2b6ab3;
  --white-smoke: #ececec;
  --dodger-blue: #5692d8;
}

p {
  margin-bottom: 30px;
}

a {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--avista-blue);
}

._1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 68px;
  padding-left: 40px;
  padding-right: 40px;
}

._1300.start-copy {
  padding-right: 33%;
}

._1300.help-cont {
  padding-bottom: 90px;
}

._1300.arrow {
  background-image: url('../images/arrow.svg');
  background-position: 0 101%;
  background-repeat: no-repeat;
  background-size: 100px;
}

._1300.np {
  padding-bottom: 0;
}

.body {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.logo {
  margin-bottom: 15px;
  display: block;
}

.kurita-logo {
  width: 120px;
}

.footer {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.copyight {
  margin-top: 20px;
  font-size: 14px;
}

.membrane-section-copy {
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/iStock-967486820.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 980px;
  margin-top: -129px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: skew(0deg, 10deg);
}

.help {
  padding-top: 90px;
  padding-bottom: 0;
}

.play-pause-button {
  z-index: 100;
  width: 20px;
}

.hero-content {
  z-index: 1;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skew(0deg, -10deg);
}

.hero-elements {
  flex: 1;
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 300;
}

.logo-hero {
  width: 200px;
  transform: skew(0deg, 10deg);
}

.impact-statement {
  color: var(--avista-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arimo, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
}

.hero-h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-h2.blue {
  color: var(--avista-blue);
  font-weight: 700;
}

.hero-h2.mb {
  margin-bottom: 40px;
}

.together-statement {
  color: var(--avista-blue);
  margin-top: 29px;
  font-size: 36px;
  font-weight: 700;
}

.copy-elements {
  align-items: center;
  padding-top: 27px;
  display: flex;
}

.river-image {
  background-image: url('../images/River-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  width: 260px;
  height: 260px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .19);
}

.message {
  flex: 1;
}

.btn {
  background-color: var(--avista-blue);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 20px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 17px;
  font-weight: 700;
  transition: background-color .2s;
}

.btn:hover {
  background-color: var(--black);
}

.btn.inv {
  background-color: var(--black);
  letter-spacing: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.btn.inv:hover {
  background-color: var(--white);
  color: var(--black);
}

.heading-2 {
  margin-bottom: 60px;
}

.heading-2.lm {
  margin-top: 41px;
  margin-bottom: 15px;
}

.big {
  color: var(--avista-blue);
  font-weight: 700;
}

.save-sec {
  align-items: center;
  display: flex;
}

.save-copy {
  flex: 1;
}

.river-diagram {
  width: 500px;
  margin-left: 59px;
}

.disc {
  color: #a3a3a3;
  margin-top: 30px;
  font-size: 14px;
}

.save {
  background-color: var(--avista-blue);
  color: var(--white);
  background-image: linear-gradient(rgba(43, 106, 179, .83), rgba(43, 106, 179, .83)), url('../images/Water.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.start {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-family: Libre Franklin;
  font-size: 52px;
  font-weight: 700;
}

.start.mobile {
  display: none;
}

.link {
  text-decoration: underline;
  transition: color .2s;
}

.link:hover {
  color: var(--avista-blue);
}

.wrc {
  background-color: var(--white-smoke-2);
  padding-top: 89px;
  padding-bottom: 0;
}

.wrc-logo {
  width: 306px;
  margin-bottom: 30px;
}

.kurita-mission {
  background-color: var(--kurita-blue);
  color: var(--white);
  margin-top: 40px;
  padding: 39px;
}

.wrc-content {
  background-color: var(--white);
  margin-bottom: 50px;
  padding: 44px;
}

.mandate-structure {
  margin-bottom: 45px;
}

.pledge-rid {
  grid-column-gap: 30px;
  margin-top: 25px;
  display: flex;
}

.pledge-card {
  align-items: center;
  width: 33.3333%;
  font-weight: 700;
  display: flex;
}

.pleadge-icon {
  width: 100px;
  height: 100px;
  margin-right: 35px;
  font-weight: 600;
}

.goal {
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.goal-number {
  background-color: var(--avista-blue);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 30px;
  font-weight: 700;
  display: flex;
}

.avista-logo-footer {
  width: 210px;
}

.webinar {
  background-color: var(--black);
  color: var(--white);
  padding-top: 90px;
}

.webinar-copy {
  align-items: flex-start;
  display: flex;
}

.dave-image {
  background-image: url('../images/Dave-Walker.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  width: 260px;
  height: 260px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .19);
}

.webinar-copy-block {
  flex: 1;
}

.host-copy {
  border-left: 3px solid var(--avista-blue);
  margin-top: 45px;
  margin-bottom: 25px;
  padding-left: 35px;
}

.youtube {
  margin-top: 39px;
  margin-bottom: 55px;
}

.list-item {
  margin-bottom: 16px;
  font-size: 21px;
}

.list {
  border-left: 3px solid var(--kurita-blue);
  margin-bottom: 40px;
}

.link-hero {
  background-color: var(--kurita-blue);
  margin-top: -32px;
  margin-bottom: 58px;
  padding: 115px 26px 53px;
  transform: skew(0deg, -10deg);
}

.intro {
  padding-top: 167px;
}

.cols {
  align-items: center;
  display: flex;
}

.c-image {
  background-image: url('../images/Forest.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 400px;
  height: 400px;
}

.c-image._10k {
  color: #96beec;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 3em;
  font-weight: 800;
  display: flex;
}

.c-copy {
  flex: 1;
  padding-left: 60px;
  font-size: 1.5em;
}

.c-copy.inv {
  padding-left: 0;
  padding-right: 60px;
}

._10k {
  background-color: var(--kurita-blue);
  color: var(--white);
  background-image: url('../images/Kurita-CVS-Hero-2.webp');
  background-position: 100%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.bold {
  font-size: 1.6em;
  font-weight: 700;
}

.text-block-3 {
  font-size: 2.3em;
}

.h3 {
  margin-bottom: 34px;
  font-size: 3em;
  line-height: 1.3;
}

.h3.lm {
  margin-top: 41px;
  margin-bottom: 15px;
}

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

  .kurita-logo {
    width: 170px;
  }

  .hero {
    height: 940px;
  }

  .help {
    padding-top: 30px;
  }

  .hero-h1 {
    font-size: 39px;
  }

  .hero-h2.mb {
    font-size: 26px;
  }

  .copy-elements {
    flex-direction: column;
    align-items: flex-start;
  }

  .river-image {
    width: 200px;
    height: 200px;
  }

  .message {
    margin-top: 16px;
    margin-left: 0;
  }

  .heading-2 {
    font-size: 32px;
  }

  .save-sec {
    flex-direction: column;
    align-items: flex-start;
  }

  .river-diagram {
    width: 100%;
    margin-top: 33px;
    margin-left: 0;
  }

  .save {
    background-size: auto 110%;
  }

  .wrc {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .wrc-logo {
    margin-top: 41px;
    margin-bottom: 19px;
  }

  .wrc-content {
    padding: 28px;
  }

  .pledge-rid {
    flex-direction: column;
    align-items: flex-start;
  }

  .pledge-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .avista-logo-footer {
    width: 400px;
  }

  .webinar-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .dave-image {
    width: 200px;
    height: 200px;
  }

  .webinar-copy-block {
    padding-top: 16px;
    padding-left: 0;
  }

  .text-block {
    flex: 1;
  }

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

  .text-block-2 {
    margin-top: -32px;
  }

  .intro {
    padding-top: 95px;
  }

  .cols.mb {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-image {
    width: 300px;
    height: 300px;
  }

  .h3 {
    font-size: 32px;
  }

  .paragraph {
    font-size: .8em;
  }
}

@media screen and (max-width: 767px) {
  ._1300.start-copy {
    padding-right: 40px;
  }

  .hero {
    height: 910px;
  }

  .hero-h1 {
    font-size: 35px;
  }

  .hero-h2 {
    margin-bottom: 1px;
    font-size: 26px;
  }

  .hero-h2.blue, .hero-h2.mb {
    font-size: 22px;
  }

  .btn {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .heading-2 {
    margin-bottom: 25px;
    font-size: 27px;
  }

  .start {
    display: none;
  }

  .start.mobile {
    display: block;
  }

  .mandate-structure {
    margin-bottom: 0;
  }

  .webinar {
    padding-top: 30px;
  }

  .text-block-2 {
    margin-top: -4px;
  }

  .h3 {
    margin-bottom: 25px;
    font-size: 27px;
  }
}

@media screen and (max-width: 479px) {
  ._1300, ._1300.start-copy, ._1300.help-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    font-size: 16px;
  }

  .kurita-logo {
    margin-bottom: 7px;
  }

  .hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/iStock-967486820.webp');
    background-position: 0 0, 0 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: -39px;
    padding-top: 0;
    padding-bottom: 119px;
  }

  .help {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .hero-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 33px;
    position: static;
  }

  .hero-elements {
    margin-top: -36px;
    padding-left: 0;
  }

  .logo-hero {
    width: 100%;
  }

  .impact-statement {
    font-size: 28px;
  }

  .hero-h1 {
    font-size: 37px;
  }

  .hero-h2 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .hero-h2.mb {
    font-size: 19px;
  }

  .together-statement {
    font-size: 33px;
  }

  .copy-elements {
    padding-top: 0;
  }

  .btn {
    font-size: 13px;
    display: block;
  }

  .heading-2 {
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 35px;
  }

  .heading-2.smaller {
    font-size: 21px;
    line-height: 38px;
  }

  .start {
    text-transform: uppercase;
    font-size: 41px;
    display: none;
  }

  .wrc {
    padding-top: 37px;
  }

  .wrc-content {
    padding: 15px;
  }

  .mandate-structure {
    margin-bottom: 0;
  }

  .pleadge-icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .avista-logo-footer {
    width: 300px;
    margin-bottom: 7px;
  }

  .webinar {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .link-hero {
    width: 70%;
    margin-top: 0;
    margin-bottom: 58px;
    padding: 102px 25px 37px 22px;
  }

  .intro {
    padding-top: 62px;
  }

  .cols {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cols.mb {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .c-image {
    width: 300px;
    height: 300px;
    margin-bottom: 35px;
  }

  .c-image._10k {
    height: auto;
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .c-copy {
    padding-left: 0;
    font-size: 1.3em;
  }

  .c-copy.inv {
    padding-right: 0;
    font-size: 1.1em;
  }

  .bold {
    margin-bottom: 0;
  }

  .text-block-3 {
    font-size: 1.6em;
  }

  .h3 {
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 35px;
  }

  .h3.smaller {
    font-size: 21px;
    line-height: 38px;
  }
}


