/** Learn More CSS Start **/

.page__.page--learn-more {
  border: 0;
}

.page__.page--learn-more .container {
  overflow: hidden;
  padding: 0;
}

.section--learn {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 2.5em;
}

.section--learn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9e6db2;
}

@media screen and (min-width: 768px) {
  .section--learn {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 3.15em;
  }
}

@media screen and (min-width: 992px) {
  .section--learn {
    padding-bottom: 3.85em;
  }
}

.learn-more-header {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: -0.44px;
  color: #262262;
  margin-bottom: 16px;
  text-align: center;
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .learn-more-header {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .learn-more-header {
    margin: inherit;
    padding-top: 0;
    text-align: left;
  }
}

figure.region--image {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  figure.region--image {
    text-align: right;
    width: 50%;
    padding-top: 52px;
  }
}

@media screen and (min-width: 992px) {
  figure.region--image {
    text-align: center;
    width: 100%;
    padding-top: 62px;
  }
}

.region--text {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  align-items: center;
  margin-bottom: 26px;
}

@media screen and (min-width: 768px) {
  .region--text {
    width: 50%;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  figure.region--image {
    width: 50%;
  }
}

a.link--blue {
  font-family: "Helvetica-bold";
  width: 100%;
  background-color: #262262 !important;
  display: block;
  clear: both;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 18px 14px;
  transition: background-color 150ms ease-in-out !important;
  position: unset !important;
}

@media screen and (min-width: 768px) {
  a.link--blue {
    max-width: 380px;
    font-size: 20px;
  }
}

@media screen and (min-width: 993px) {
  a.link--blue {
    width: auto;
  }
}

a.link--blue:hover {
  background-color: #216fb4 !important;
}

a.learn-more.link--blue {
  position: relative;
  text-transform: uppercase;
  margin-top: 25px;
  z-index: 5;
}

a.learn-more.link--blue:hover {
  background-color: #216fb4;
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a.learn-more.link--blue {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  a.learn-more.link--blue:lang(es) {
    max-width: 360px;
    padding: 14px 14px;
  }
}

@media screen and (min-width: 992px) {
  a.learn-more.link--blue {
    width: 360px;
    height: 52px;
    position: absolute;
  }

  a.learn-more.link--blue:lang(es) {
    padding: 14px;
  }
}

@media screen and (min-width: 768px) {
  a.learn-more.link--blue.join {
    width: 400px;
    height: 52px;
    order: 3;
    margin-top: 32px;
  }

  a.learn-more.link--blue.join:lang(es) {
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  a.learn-more.link--blue.join {
    width: 350px;
    height: 52px;
    right: 1.25em;
    bottom: 5.1em;
  }

  a.learn-more.link--blue.join:lang(es) {
    right: 7%;
    bottom: 3em;
  }
}

@media screen and (min-width: 1123px) {
  a.learn-more.link--blue.join:lang(es) {
    right: 4em;
    bottom: 5.5em;
  }
}

@media screen and (min-width: 1200px) {
  a.learn-more.link--blue.join {
    width: 400px;
    height: 52px;
    right: 1.25em;
  }

  a.learn-more.link--blue.join:lang(es) {
    right: 3.5em;
    bottom: 3.75em;
  }
}

@media screen and (min-width: 992px) {
  a.learn-more.link--blue.share {
    bottom: 5.15em;
  }

  a.learn-more.link--blue.share:lang(es) {
    bottom: 5.15em;
  }
}

@media screen and (min-width: 768px) {
  a.learn-more.link--blue.receive {
    order: 3;
  }
}

@media screen and (min-width: 992px) {
  a.learn-more.link--blue.receive {
    right: 4.25em;
    bottom: 1.5em;
  }

  a.learn-more.link--blue.receive:lang(es) {
    right: -1.75em;
    bottom: 3.95em;
    width: 380px;
    padding: 14px 0;
    max-width: 380px;
  }
}

@media screen and (min-width: 993px) {
  a.learn-more.link--blue.receive {
    right: 1em;
    bottom: 3.95em;
    max-width: 340px;
  }
}

@media screen and (min-width: 1050px) {
  a.learn-more.link--blue.receive:lang(es) {
    right: 0;
  }
}

@media screen and (min-width: 1060px) {
  a.learn-more.link--blue.receive {
    max-width: 353px;
  }
}

@media screen and (min-width: 1100px) {
  a.learn-more.link--blue.receive {
    max-width: 380px;
  }
}

@media screen and (min-width: 1200px) {
  a.learn-more.link--blue.receive {
    right: 2.25em;
  }

  a.learn-more.link--blue.receive:lang(es) {
    right: 1.5em;
  }
}

a.learn-more.link--blue.partners:lang(es) {
  padding: 14px 31px;
}

@media screen and (min-width: 768px) {
  a.learn-more.link--blue.partners:lang(es) {
    max-width: 360px;
    padding: 14px 32px;
  }
}

@media screen and (min-width: 992px) {
  a.learn-more.link--blue.partners {
    bottom: 4.75em;
  }
}

@media screen and (min-width: 992px) {
  a.learn-more.link--blue.partners {
    width: 320px;
    bottom: 1.75em;
  }

  a.learn-more.link--blue.partners:lang(es) {
    width: 580px;
    max-width: 580px;
    bottom: 3.5em;
    padding: 14px 14px;
  }
}

@media screen and (min-width: 1158px) {
  a.learn-more.link--blue.partners {
    width: 320px;
    bottom: 4.75em;
  }
}

a.learn-more.link--blue.newsletter:lang(es) {
  padding: 14px 41px;
}

@media screen and (min-width: 768px) {
  a.learn-more.link--blue.newsletter {
    margin-top: 32px;
  }

  a.learn-more.link--blue.newsletter:lang(es) {
    margin-top: 0;
    padding: 4px 14px;
    bottom: 0.5em;
  }
}

@media screen and (min-width: 992px) {
  a.learn-more.link--blue.newsletter {
    bottom: 5.45em;
  }

  a.learn-more.link--blue.newsletter:lang(es) {
    bottom: 2.5em;
    max-width: 540px;
    width: 493px;
    padding: 14px 14px;
  }
}

@media screen and (min-width: 993px) {
  a.learn-more.link--blue.newsletter:lang(es) {
    bottom: 1.25em;
  }
}

@media screen and (min-width: 1030px) {
  a.learn-more.link--blue.newsletter:lang(es) {
    bottom: 3.25em;
    max-width: 540px;
    width: 493px;
  }
}

@media screen and (min-width: 1109px) {
  a.learn-more.link--blue.newsletter:lang(es) {
    bottom: 4.25em;
  }
}

@media screen and (min-width: 1200px) {
  a.learn-more.link--blue.newsletter {
    bottom: 5.45em;
  }

  a.learn-more.link--blue.newsletter:lang(es) {
    max-width: 540px;
    width: 540px;
  }
}

a.learn-more.link--blue.event {
  margin-top: 26px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  a.learn-more.link--blue.event {
    order: 3;
    margin-bottom: 0;
  }

  a.learn-more.link--blue.event:lang(es) {
    padding: 14px 24px;
  }
}

@media screen and (min-width: 992px) {
  a.learn-more.link--blue.event {
    position: absolute;
    width: 320px;
    bottom: 3em;
    height: 52px;
    right: 0;
    bottom: 6.25em;
    bottom: 9.25em;
    z-index: 9;
    margin-left: unset;
    margin-right: unset;
  }

  a.learn-more.link--blue.event:lang(es) {
    padding: 14px 0;
  }
}

@media screen and (min-width: 1200px) {
  a.learn-more.link--blue.event {
    bottom: 6.25em;
  }

  a.learn-more.link--blue.event:lang(es) {
    width: 340px;
  }
}

a.learn-more.link--blue.activities {
  margin-top: 53px;
}

@media screen and (min-width: 768px) {
  a.learn-more.link--blue.activities {
    margin-top: 38px;
  }

  a.learn-more.link--blue.activities:lang(es) {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  a.learn-more.link--blue.activities {
    width: 320px;
    height: 52px;
    bottom: 2.5em;
  }

  a.learn-more.link--blue.activities:lang(es) {
    bottom: 2em;
    margin-top: inherit;
  }
}

.block-link.program,
.block-link.data {
  font-family: "Helvetica-Bold";
  width: 335px;
  height: 44px;
  line-height: 37px;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #262262;
  border-style: solid;
  border-width: 3px;
  border-image-source: linear-gradient(to right, #80c4dc, #9dcbaa 54%, #f4b176);
  border-image-slice: 1;
  margin-bottom: 27px;
}

.block-link.data span,
.block-link.program span {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .block-link.program,
  .block-link.data {
    font-size: 18px;
    width: 280px;
    height: 52px;
    line-height: 46px;
  }
}

a.block-link.data:lang(es) {
  padding: 10px 40px;
  height: unset;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  a.block-link.data:lang(es) {
    width: 100%;
    max-width: 400px;
    max-width: 280px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 992px) {
  a.block-link.data:lang(es) {
    width: 100%;
    max-width: 430px;
    padding: 4px 0;
    height: 52px;
  }
}

@media screen and (min-width: 1068px) {
  a.block-link.data:lang(es) {
    padding: 10px 0;
  }
}

.learn-more-svg {
  width: 100%;
}

.learn-more-svg.join {
  width: 280px;
  height: 160px;
}

@media screen and (min-width: 768px) {
  .learn-more-svg.join {
    width: 320px;
    height: 183px;
  }
}

@media screen and (min-width: 992px) {
  .learn-more-svg.join {
    max-width: 500px;
    max-height: 286px;
    width: 100%;
    height: 100%;
  }
}

.learn-more-svg.share {
  width: 269px;
  height: 160px;
}

@media screen and (min-width: 768px) {
  .learn-more-svg.share {
    width: 308px;
    height: 183px;
  }
}

@media screen and (min-width: 992px) {
  .learn-more-svg.share {
    width: 481px;
    height: 286px;
  }
}

.learn-more-svg.receive {
  width: 280px;
  height: 157px;
}

@media screen and (min-width: 993px) {
  .learn-more-svg.receive {
    width: 500px;
    height: 280px;
    width: 100%;
  }
}

.learn-more-svg.partners {
  width: 168px;
  height: 243px;
}

@media screen and (min-width: 768px) {
  .learn-more-svg.partners {
    width: 100%;
    width: 206px;
    height: 299px;
  }
}

@media screen and (min-width: 992px) {
  .learn-more-svg.partners {
    width: 100%;
    width: 221px;
    height: 320px;
  }
}

.learn-more-svg.newsletter {
  width: 279px;
  height: 243px;
}

@media screen and (min-width: 992px) {
  .learn-more-svg.newsletter {
    width: 100%;
    width: 368px;
    height: 320px;
  }
}

.learn-more-svg.event {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .learn-more-svg.event {
    width: 656px;
    height: 172px;
    left: unset;
    right: unset;
    margin-left: unset;
    margin-right: unset;
    position: relative;
  }
}

.learn-more-svg.activities.computer {
  display: block;
  position: relative;
  height: 126px;
  width: 185px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .learn-more-svg.activities.computer {
    width: 250px;
    height: 168px;
  }
}

@media screen and (min-width: 992px) {
  .learn-more-svg.activities.computer {
    width: 405px;
    height: 276px;
  }
}

img.learn-more-svg.activities.cat {
  position: absolute;
  z-index: 3;
  bottom: -28px;
  width: 90px;
  height: 60px;
  right: 0;
}

@media screen and (min-width: 768px) {
  img.learn-more-svg.activities.cat {
    position: absolute;
    z-index: 6;
    bottom: -27px;
    width: 90px;
    height: 60px;
    margin-left: unset;
    margin-right: unset;
    left: unset;
    right: 16px;
  }
}

@media screen and (min-width: 992px) {
  img.learn-more-svg.activities.cat {
    width: 190px;
    height: 126px;
    bottom: -52px;
    right: 0px;
  }
}

@media screen and (min-width: 1200px) {
  img.learn-more-svg.activities.cat {
    bottom: -45px;
  }
}

.learn-more-svg.science {
  width: 223px;
  height: 200px;
}

@media screen and (min-width: 992px) {
  .learn-more-svg.science {
    margin-top: 0;
  }
}

.learn-more-svg.wheelchair {
  width: 276px;
  height: 199px;
}

@media screen and (min-width: 768px) {
  .learn-more-svg.wheelchair {
    margin-top: 13px;
  }
}

@media screen and (min-width: 992px) {
  .learn-more-svg.wheelchair {
    margin-top: 0;
  }
}

p.learn-more-text.partners,
p.learn-more-text.newsletter,
p.learn-more-text.activities {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: center;
  color: #262262;
}

@media screen and (min-width: 768px) {
  p.learn-more-text.partners,
  p.learn-more-text.newsletter,
  p.learn-more-text.activities {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #262262;
    text-align: left;
  }
}

p.learn-more-text.receive,
p.learn-more-text.share,
p.learn-more-text.join {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: center;
  color: #262262;
}

@media screen and (min-width: 768px) {
  p.learn-more-text.receive,
  p.learn-more-text.share,
  p.learn-more-text.join {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #262262;
  }
}

@media screen and (min-width: 768px) {
  p.learn-more-text.receive,
  p.learn-more-text.share,
  p.learn-more-text.join {
    margin-left: 0;
    text-align: left;
  }
}

.learn-more--hero {
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .learn-more--hero {
    min-width: 768px;
    min-height: 420px;
  }
}

.no--padding {
  padding: 0;
}

.section--learn.overview {
  padding-top: 40px;
}

.section--learn.overview::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .section--learn.overview {
    padding-top: 50px;
    padding-bottom: 21px;
    margin-bottom: 0;
  }

  .section--learn.overview:lang(es) {
    padding-bottom: 21px;
  }
}

@media screen and (min-width: 993px) {
  .section--learn.overview {
    padding-top: 60px;
    padding-bottom: 54px;
  }

  .section--learn.overview:lang(es) {
    padding-bottom: 3.2em;
  }
}

.container--inner.learn {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .container--inner.learn {
    padding: 0 48px;
  }
}

@media screen and (min-width: 993px) {
  .container--inner.learn {
    padding: 0 80px;
  }
}

.learn-more-header.overview {
  width: 100%;
  padding-top: 0;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .learn-more-header.overview {
    text-align: center;
  }
}

@media screen and (min-width: 993px) {
  .learn-more-header.overview {
    padding-bottom: 0;
    text-align: left;
  }
}

.region--video.overview {
  order: 1;
  width: 100%;
}

@media screen and (min-width: 993px) {
  .region--video.overview {
    order: 2;
    max-width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .region--video.overview {
    max-width: 500px;
  }
}

.region--text.overview {
  order: 2;
  width: 100%;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (min-width: 993px) {
  .region--text.overview {
    order: 1;
    padding-right: 1em;
    max-width: 50%;
    align-items: flex-start;
  }
}

p.intro-text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: center;
  color: #262262;
  text-align: center;
}

@media screen and (min-width: 768px) {
  p.intro-text {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #262262;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  p.intro-text {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  p.intro-text {
    text-align: left;
  }
}

.intro-text.top {
  max-width: 332px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.intro-text.top:lang(es) {
  max-width: 335px;
}

@media screen and (min-width: 768px) {
  .intro-text.top {
    max-width: 684px;
  }

  .intro-text.top:lang(es) {
    max-width: 681px;
  }
}

@media screen and (min-width: 992px) {
  .intro-text.top {
    margin-top: 0;
    max-width: 500px;
  }

  .intro-text.top:lang(es) {
    max-width: 480px;
  }
}

.intro-text.bottom {
  max-width: 350px;
}

@media screen and (min-width: 768px) {
  .intro-text.bottom {
    max-width: 684px;
  }
}

@media screen and (min-width: 992px) {
  .intro-text.bottom {
    max-width: 500px;
  }
}

.learn-more--video {
  background-image: url(/themes/custom/jaou/img/learnmore/NIH_PMIAnimation-high.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 189px;
}

@media screen and (min-width: 768px) {
  .learn-more--video {
    width: 100%;
    height: 379px;
  }
}

@media screen and (min-width: 993px) {
  .learn-more--video {
    max-height: 282px;
    max-width: 500px;
  }
}

.learn-more--video img {
  width: 96px;
  height: 96px;
}

.learn-more--video:hover img {
  width: 116px;
  height: 116px;
}

@media screen and (min-width: 768px) {
  .region--text.join {
    order: 2;
    padding-top: 80px;
  }

  .region--text.join:lang(es) {
    padding-top: 32px;
    padding-left: 1em;
  }
}

@media screen and (min-width: 992px) {
  .region--text.join {
    padding-top: 104px;
    width: 39%;
  }

  .region--text.join:lang(es) {
    width: 45%;
    align-items: flex-end;
    padding-top: 56px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .region--text.join:lang(es) {
    width: 45%;
    align-items: flex-end;
    padding-top: 104px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  figure.region--image.join {
    order: 1;
    text-align: left;
  }
}

@media screen and (min-width: 993px) {
  figure.region--image.join {
    width: 61%;
  }

  figure.region--image.join:lang(es) {
    width: 50%;
  }
}

p.learn-more-text.join {
  max-width: 283px;
}

p.learn-more-text.join:lang(es) {
  max-width: 338px;
}

@media screen and (min-width: 768px) {
  p.learn-more-text.join {
    max-width: 336px;
  }

  p.learn-more-text.join:lang(es) {
    max-width: 306px;
  }
}

@media screen and (min-width: 992px) {
  p.learn-more-text.join {
    max-width: 336px;
  }

  p.learn-more-text.join:lang(es) {
    max-width: 429px;
  }
}

@media screen and (min-width: 768px) {
  .region--text.share {
    padding-top: 62px;
  }
}

@media screen and (min-width: 992px) {
  .region--text.share {
    padding-top: 106px;
  }

  .region--text.share:lang(es) {
    padding-top: 4em;
  }
}

.learn-more-header.share {
  max-width: 300px;
  display: block;
  margin-bottom: 0.75em;
}

.learn-more-header.share:lang(es) {
  width: 400px;
  margin-bottom: 0.75em;
}

@media screen and (min-width: 768px) {
  .learn-more-header.share {
    min-width: 320px;
  }
}

@media screen and (min-width: 992px) {
  .learn-more-header.share {
    min-width: 420px;
  }
}

p.learn-more-text.share {
  max-width: 332px;
}

@media screen and (min-width: 768px) {
  p.learn-more-text.share {
    max-width: 270px;
  }
}

@media screen and (min-width: 992px) {
  p.learn-more-text.share {
    max-width: 356px;
  }
}

.section--learn.receive {
  position: relative;
  padding-bottom: 3em;
}

.section--learn.receive::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to left, #9dcbaa, #80c4dc);
}

@media screen and (min-width: 768px) {
  .section--learn.receive {
    padding-bottom: 58px;
  }

  .section--learn.receive::after {
    bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .section--learn.receive {
    padding-bottom: 71px;
  }
}

@media screen and (min-width: 768px) {
  .region--text.receive {
    order: 2;
    padding-top: 60px;
  }
}

@media screen and (min-width: 993px) {
  .region--text.receive {
    width: 39%;
    padding-top: 90px;
  }

  .region--text.receive:lang(es) {
    padding-top: 71px;
  }
}

@media screen and (min-width: 768px) {
  figure.region--image.receive {
    order: 1;
    text-align: left;
  }
}

@media screen and (min-width: 993px) {
  figure.region--image.receive {
    text-align: center;
    width: 61%;
  }
}

.learn-more-header.receive {
  max-width: 304px;
}

@media screen and (min-width: 768px) {
  .learn-more-header.receive {
    max-width: 400px;
  }
}

@media screen and (min-width: 993px) {
  .learn-more-header.receive {
    max-width: 400px;
  }
}

p.learn-more-text.receive {
  max-width: 327px;
}

@media screen and (min-width: 768px) {
  p.learn-more-text.receive {
    max-width: 400px;
  }

  p.learn-more-text.receive:lang(es) {
    max-width: 309px;
  }
}

.section--learn.privacy {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section--learn.privacy::before {
  display: none;
}

.section--learn.privacy::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to left, #9dcbaa, #80c4dc);
}

@media screen and (min-width: 768px) {
  .section--learn.privacy::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to left, #9dcbaa, #80c4dc);
  }
}

.section--learn.privacy .section--stack {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .section--learn.privacy .section--stack {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.section--learn.privacy .section--stack.genomics::before,
.section--learn.privacy .section--stack.explore-faqs::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #9e6db2;
  top: 0px;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.section--learn.privacy .section--stack figure.stack--image {
  display: block;
  min-width: 240px;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}

.section--learn.privacy .section--stack figure.stack--image img {
  display: block;
  position: relative;
  margin: auto;
}

.section--learn.privacy
  .section--stack
  figure.stack--image
  .learn-more-svg.headphones {
  width: 240px;
}

.section--learn.privacy
  .section--stack
  figure.stack--image
  .learn-more-svg.genomics {
  width: 180px;
}

.section--learn.privacy
  .section--stack
  figure.stack--image
  .learn-more-svg.bicycle {
  width: 176px;
}

@media screen and (min-width: 768px) {
  .section--learn.privacy .section--stack figure.stack--image {
    margin: 0 auto;
  }

  .section--learn.privacy
    .section--stack
    figure.stack--image
    .learn-more-svg.bicycle,
  .section--learn.privacy
    .section--stack
    figure.stack--image
    .learn-more-svg.genomics {
    top: auto;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .section--learn.privacy .section--stack figure.stack--image {
    margin: 0 auto;
  }

  .section--learn.privacy
    .section--stack
    figure.stack--image
    .learn-more-svg.genomics {
    top: 15px;
  }

  .section--learn.privacy
    .section--stack
    figure.stack--image
    .learn-more-svg.genomics:lang(es) {
    top: 30px;
  }

  .section--learn.privacy
    .section--stack
    figure.stack--image
    .learn-more-svg.bicycle {
    top: 15px;
  }

  .section--learn.privacy
    .section--stack
    figure.stack--image
    .learn-more-svg.bicycle:lang(es) {
    top: 25px;
  }
}

.section--learn.privacy .section--stack .stack--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .section--learn.privacy .section--stack .stack--content {
    width: 50%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  .section--learn.privacy .section--stack .stack--content {
    width: 100%;
    padding: 50px 0;
    padding-left: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }

  .section--learn.privacy .section--stack .stack--content.genomics {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .stack--content.faq {
    align-items: flex-start;
  }
}

p.learn-more-text {
  text-align: center;
  width: 100%;
}

p.learn-more-text.privacy,
p.learn-more-text.genomics,
p.learn-more-text.faq {
  display: block;
  max-width: 320px;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: center;
  color: #262262;
}

@media screen and (min-width: 768px) {
  p.learn-more-text.privacy,
  p.learn-more-text.genomics,
  p.learn-more-text.faq {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #262262;
    text-align: left;
  }
}

@media screen and (min-width: 576px) {
  p.learn-more-text.privacy,
  p.learn-more-text.genomics,
  p.learn-more-text.faq {
    max-width: 380px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  p.learn-more-text.privacy,
  p.learn-more-text.genomics,
  p.learn-more-text.faq {
    max-width: 95%;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    margin: 0;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  p.learn-more-text.privacy,
  p.learn-more-text.genomics,
  p.learn-more-text.faq {
    max-width: 95%;
  }
}

@media screen and (min-width: 1200px) {
  p.learn-more-text.privacy,
  p.learn-more-text.genomics,
  p.learn-more-text.faq {
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 50px;
  }
}

@media screen and (min-width: 992px) {
  .faq-wrapper.img:lang(es) {
    top: -15px;
  }
}

a.learn-more-link.stack {
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  width: 335px;
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  a.learn-more-link.stack {
    width: 300px;
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  a.learn-more-link.stack {
    width: 380px;
  }
}

a.learn-more-link.stack .icon--faq,
a.learn-more-link.stack .icon--genomics,
a.learn-more-link.stack .icon--privacy {
  font-family: "Helvetica-Bold";
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.11;
  letter-spacing: 0.5px;
  color: #262262;
  padding: 16px 0;
  border-radius: 2px;
  border-style: solid;
  border-width: 3px;
  border-image-source: linear-gradient(to right, #80c4dc, #9dcbaa 54%, #f4b176);
  border-image-slice: 1;
  background-image: #fff,
    linear-gradient(to right, #80c4dc, #9dcbaa 54%, #f4b176);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

a.learn-more-link.stack .icon--faq:lang(es),
a.learn-more-link.stack .icon--genomics:lang(es),
a.learn-more-link.stack .icon--privacy:lang(es) {
  letter-spacing: 0.25px;
}

@media screen and (min-width: 768px) {
  a.learn-more-link.stack .icon--faq,
  a.learn-more-link.stack .icon--genomics,
  a.learn-more-link.stack .icon--privacy {
    font-size: 18px;
  }

  a.learn-more-link.stack .icon--faq::before,
  a.learn-more-link.stack .icon--genomics::before,
  a.learn-more-link.stack .icon--privacy::before {
    left: 18px;
  }
}

@media screen and (min-width: 993px) {
  a.learn-more-link.stack .icon--faq,
  a.learn-more-link.stack .icon--genomics,
  a.learn-more-link.stack .icon--privacy {
    padding: 26px 0;
    padding-left: 84px;
    text-align: left;
  }

  a.learn-more-link.stack .icon--faq:lang(es),
  a.learn-more-link.stack .icon--genomics:lang(es),
  a.learn-more-link.stack .icon--privacy:lang(es) {
    padding-left: 76px;
  }

  a.learn-more-link.stack .icon--faq::before,
  a.learn-more-link.stack .icon--genomics::before,
  a.learn-more-link.stack .icon--privacy::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    margin: auto 0;
    display: block;
    width: 52px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #73bce2;
    border-radius: 9999px;
  }

  a.learn-more-link.stack .icon--faq:lang(es)::before,
  a.learn-more-link.stack .icon--genomics:lang(es)::before,
  a.learn-more-link.stack .icon--privacy:lang(es)::before {
    left: 14px;
  }
}

@media screen and (min-width: 993px) {
  .icon--privacy::before {
    background-image: url(/sfsites/c/resource/jaouprivacyicon);
  }
}

@media screen and (min-width: 993px) {
  .icon--genomics::before {
    background-image: url(/sfsites/c/resource/jaougenomicsicon);
  }
}

@media screen and (min-width: 992px) {
  .icon--faq::before {
    background-image: url(/sfsites/c/resource/jaoufaqicon);
  }
}

.section--learn.partners::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .region--text.partners {
    width: 60%;
    padding-top: 85px;
  }
}

@media screen and (min-width: 993px) {
  .region--text.partners {
    width: 65%;
    padding-top: 96px;
  }

  .region--text.partners:lang(es) {
    padding-top: 78px;
  }
}

@media screen and (min-width: 768px) {
  figure.region--image.partners {
    text-align: right;
    width: 34%;
    padding-top: 62px;
  }
}

@media screen and (min-width: 992px) {
  figure.region--image.partners {
    text-align: center;
  }
}

.learn-more-header.partners {
  max-width: 330px;
}

.learn-more-header.partners:lang(es) {
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .learn-more-header.partners {
    max-width: 486px;
  }

  .learn-more-header.partners:lang(es) {
    max-width: 500px;
    width: 500px;
  }
}

@media screen and (min-width: 992px) {
  .learn-more-header.partners {
    max-width: 100%;
  }

  .learn-more-header.partners:lang(es) {
    max-width: 100%;
    width: 100%;
  }
}

p.learn-more-text.partners {
  max-width: 345px;
}

p.learn-more-text.partners:lang(es) {
  max-width: 327px;
}

@media screen and (min-width: 768px) {
  p.learn-more-text.partners {
    max-width: 460px;
    margin-left: 0;
  }

  p.learn-more-text.partners:lang(es) {
    max-width: 660px;
  }
}

@media screen and (min-width: 992px) {
  p.learn-more-text.partners {
    max-width: 666px;
  }
}

.learn-more-header.newsletter:lang(es) {
  max-width: 261px;
}

@media screen and (min-width: 768px) {
  .learn-more-header.newsletter {
    width: 347px;
  }

  .learn-more-header.newsletter:lang(es) {
    max-width: 340px;
  }
}

@media screen and (min-width: 992px) {
  .learn-more-header.newsletter:lang(es) {
    width: 100%;
  }
}

p.learn-more-text.newsletter {
  max-width: 340px;
}

@media screen and (min-width: 768px) {
  p.learn-more-text.newsletter {
    max-width: 600px;
    text-align: left;
  }

  p.learn-more-text.newsletter:lang(es) {
    max-width: 304px;
  }
}

@media screen and (min-width: 993px) {
  p.learn-more-text.newsletter:lang(es) {
    max-width: 562px;
  }
}

@media screen and (min-width: 768px) {
  .region--text.newsletter {
    text-align: right;
    padding-top: 94px;
  }

  .region--text.newsletter:lang(es) {
    padding-top: 86px;
  }
}

@media screen and (min-width: 993px) {
  .region--text.newsletter {
    width: 55%;
    padding-top: 112px;
  }

  .region--text.newsletter:lang(es) {
    padding-top: 101px;
  }
}

@media screen and (min-width: 768px) {
  figure.region--image.newsletter {
    text-align: right;
  }
}

@media screen and (min-width: 993px) {
  figure.region--image.newsletter {
    width: 45%;
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .section--learn.event {
    padding-bottom: 66px;
    margin-bottom: 0;
  }
}

.region--text.events {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .region--text.events {
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .region--text.events {
    align-items: flex-start;
    padding-top: 70px;
  }

  .region--text.events:lang(es) {
    padding-top: 60px;
  }
}

figure.region--image.events {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 0;
}

@media screen and (min-width: 768px) {
  figure.region--image.events {
    padding-top: 0;
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 992px) {
  figure.region--image.events {
    justify-content: flex-start;
    padding-bottom: 0;
  }
}

.learn-more-header.event {
  max-width: 100%;
  margin-top: 41px;
}

@media screen and (min-width: 768px) {
  .learn-more-header.event {
    margin-bottom: 34px;
  }

  .learn-more-header.event:lang(es) {
    margin-bottom: 34px;
    text-align: center;
    max-width: 450px;
  }
}

@media screen and (min-width: 992px) {
  .learn-more-header.event {
    margin-top: 0;
  }

  .learn-more-header.event:lang(es) {
    max-width: 100%;
  }
}

p.learn-more-text.event {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: center;
  color: #262262;
  max-width: 342px;
}

@media screen and (min-width: 768px) {
  p.learn-more-text.event {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #262262;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  p.learn-more-text.event {
    width: 100%;
    max-width: 655px;
    text-align: center;
  }

  p.learn-more-text.event:lang(es) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 993px) {
  p.learn-more-text.event {
    max-width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .section--learn.activities {
    width: 100%;
    padding-bottom: 0;
  }

  .section--learn.activities::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to left, #9dcbaa, #80c4dc);
    width: 100%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -8px;
    z-index: 5;
  }

  .section--learn.activities::after {
    display: none;
  }
}

.region--image.activities {
  position: relative;
  text-align: center;
}

.region--image.activities::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to left, #9dcbaa, #80c4dc);
  bottom: -8px;
}

@media screen and (min-width: 768px) {
  .region--image.activities {
    padding-top: 36px;
    width: 50%;
  }

  .region--image.activities::before {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .region--image.activities {
    padding-top: 70px;
    position: relative;
    text-align: left;
    width: 57%;
  }
}

.image--container.activities {
  position: relative;
  display: block;
  text-align: left;
  max-width: 210px;
  max-height: 156px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .image--container.activities {
    max-width: 275px;
    max-height: 200px;
  }

  .image--container.activities::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to left, #9dcbaa, #80c4dc);
    bottom: -8px;
    left: -5px;
    width: 104%;
  }
}

@media screen and (min-width: 992px) {
  .image--container.activities {
    max-width: 460px;
    max-height: 276px;
    margin: initial;
  }

  .image--container.activities::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .region--text.activities {
    padding-top: 46px;
  }
}

@media screen and (min-width: 992px) {
  .region--text.activities {
    padding-top: 64px;
    width: 43%;
  }

  .region--text.activities:lang(es) {
    padding-top: 46px;
  }
}

.learn-more-text.activities {
  max-width: 323px;
}

.learn-more-text.activities:lang(es) {
  max-width: 266px;
}

@media screen and (min-width: 768px) {
  .learn-more-text.activities {
    width: 100%;
    max-width: 100%;
  }

  .learn-more-text.activities:lang(es) {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  h3.learn-more-header.activities {
    margin-bottom: 16px;
  }
}

.section--learn.data {
  padding-bottom: 0;
  margin-bottom: 0;
}

.section--learn.data::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9e6db2;
  width: 100%;
  height: 1px;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
}

.section--learn.data:lang(es)::after {
  top: 25px;
}

@media screen and (min-width: 763px) {
  .section--learn.data::after {
    top: -8px;
  }

  .section--learn.data:lang(es)::after {
    top: 0;
  }
}

@media screen and (min-width: 992px) {
  .section--learn.data {
    padding-top: 58px;
  }

  .section--learn.data::before {
    display: none;
  }

  .section--learn.data::after {
    content: "";
    display: block;
    position: absolute;
    top: 65px;
    left: 0;
    width: 4px;
    height: 200px;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#9dcbaa),
      to(#80c4dc)
    );
    background-image: linear-gradient(to right, #9dcbaa, #80c4dc);
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section--learn.data:lang(es) {
    padding-top: 83px;
  }

  .section--learn.data:lang(es)::after {
    top: 125px;
  }
}

@media screen and (min-width: 1009px) {
  .section--learn.data:lang(es)::after {
    top: 94px;
  }
}

.page__.page--learn-more .data-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 763px) {
  .page__.page--learn-more .data-block {
    flex-direction: row;
    margin-top: 2.5em;
  }
}

@media screen and (min-width: 992px) {
  .page__.page--learn-more .data-block {
    width: 50%;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0;
  }
}

@media screen and (min-width: 763px) {
  .data-block.data {
    margin-top: 2.85em;
  }
}

@media screen and (min-width: 992px) {
  .data-block.data {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }

  .data-block.data:lang(es) {
    padding-right: 4.98em;
  }
}

.data-block-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .data-block-text {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
    justify-content: flex-start;
    text-align: left;
    padding-left: 40px;
  }
}

@media screen and (min-width: 992px) {
  .data-block-text {
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
}

figure.data-block-image {
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  figure.data-block-image {
    width: 50%;
  }
}

h4.data-block-header {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: -1px;
  color: #262262;
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  h4.data-block-header {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  h4.data-block-header {
    width: 100%;
    margin-top: 21px;
  }
}

@media screen and (min-width: 768px) {
  h4.data-block-header.program {
    margin-top: 24px;
  }
}

/** Learn More CSS End **/
