body.inSec {
    pointer-events: none; }
  
  body iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    border: none;
    display: none; }
    body iframe.xtNav {
      display: block;
      pointer-events: all;
      opacity: 0.5; }
  
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
  
  html, body {
    height: 100%;
    position: relative; }
  
  body {
    font-family: CNN,Helvetica Neue,Verdana,Helvetica,Arial,Utkal,sans-serif;
    background-color: #ffffff;
    font-size: 18px;
    padding-top: 50px; }
    body a {
      text-decoration: none; }
    body header {
      background-color: #ffffff;
      position: fixed;
      top: 0;
      height: 50px;
      left: 0;
      width: 100vw;
      z-index: 100;
      border-bottom: 1px solid #000000; }
      body header #healthLogo {
        height: 50px;
        width: 124px; }
        @media (min-width: 521px) {
          body header #healthLogo {
            margin-left: 32px;
            margin-top: 1px; } }
        @media (max-width: 520px) {
          body header #healthLogo {
            margin-left: 15px; } }
        body header #healthLogo .svgcnn > path {
          fill: #cc0000; }
        body header #healthLogo path {
          fill: #000000;
          transition: all 300ms ease-in-out; }
      body header .plMen {
        display: inline-block;
        vertical-align: top;
        line-height: 50px;
        font-size: 16px;
        font-weight: 500;
        width: calc(100% - 260px);
        text-align: center; }
    @media (max-width: 520px) {
      body.inSec figure {
        display: none; } }
    body.inSec header #healthLogo .svgcnn > path, body.inSec header #healthLogo path {
      fill: #ffffff; }
    body.inSec header .plMen {
      opacity: 0;
      transition: all 300ms ease-in-out; }
    body.sleep header {
      background-color: #40e0d0;
      border-bottom: 1px solid #3fb9ad; }
    body.water header {
      background-color: #00adef;
      border-bottom: 1px solid #F2FCFC; }
    body.alcohol header {
      background-color: #ffc433;
      border-bottom: 1px solid #F2FCFC; }
    body.sex header {
      background-color: #daa520;
      border-bottom: 1px solid #f8edd2; }
    body.meat header {
      background-color: #ff4500;
      border-bottom: 1px solid #f8edd2; }
    body.happiness header {
      background-color: #ffbf00;
      border-bottom: 1px solid #f8edd2; }
  
  main {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 100vw; }
  
  figure {
    height: 33%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    @media (min-width: 521px) {
      figure {
        position: absolute;
        top: 0px; } }
    @media (max-width: 320px) {
      figure {
        height: 26%; } }
    figure svg {
      position: relative;
      display: block;
      margin: 0 auto 29px auto; }
      @media (min-width: 521px) {
        figure svg {
          width: 257px;
          height: 45px; } }
      @media (max-width: 520px) {
        figure svg {
          width: 180px;
          height: 32px; } }
      @media (max-width: 320px) {
        figure svg {
          margin: 6px auto 2px auto; } }
    figure h1 {
      font-size: 16px;
      font-weight: 300;
      color: #000000;
      margin: 0px auto; }
      @media (min-width: 521px) {
        figure h1 {
          width: 450px;
          height: 46px; } }
      @media (max-width: 520px) {
        figure h1 {
          padding: 12px; } }
      @media (max-width: 320px) {
        figure h1 {
          font-size: 12px; } }
  
  @media (min-width: 521px) {
    #lHid {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      overflow: hidden;
      overflow-x: auto;
      scroll-behavior: smooth;
      will-change: scroll-position;
      -webkit-overflow-scrolling: touch; } }
  
  @media (max-width: 520px) {
    #lHid {
      position: relative;
      height: 66%;
      overflow: hidden;
      overflow-x: auto;
      scroll-behavior: smooth;
      will-change: scroll-position;
      -webkit-overflow-scrolling: touch; } }
  
  #lHid::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0; }
  
  @media (min-width: 521px) {
    #lHid #lCont {
      position: absolute;
      top: 33%;
      left: 0;
      width: 100%;
      height: calc(33.33333vh - 16.66666px); } }
  
  @media (max-width: 520px) {
    #lHid #lCont {
      position: absolute;
      top: 0%;
      left: 0;
      width: 100%;
      bottom: 0; } }
  
  #lHid #lCont #lScr {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    text-align: center; }
    #lHid #lCont #lScr .pmt {
      display: inline-block; }
      @media (min-width: 521px) {
        #lHid #lCont #lScr .pmt {
          width: calc(33.33333vh - 16.66666px);
          height: calc(33.33333vh - 16.66666px);
          cursor: pointer;
          position: relative;
          transition: all 300ms ease-in-out; } }
      @media (max-width: 520px) {
        #lHid #lCont #lScr .pmt {
          width: 80vw;
          height: 75vw;
          position: relative;
          transform: translateX(0px) !important; } }
      @media (max-width: 520px) {
        #lHid #lCont #lScr .pmt > div {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden; } }
      @media (min-width: 521px) {
        #lHid #lCont #lScr .pmt > div {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          transition: all 300ms ease-in-out;
          will-change: width,height; } }
      @media (min-width: 521px) {
        #lHid #lCont #lScr .pmt > div > div.nxtIcon {
          width: 100%;
          height: 48px;
          position: absolute;
          top: 50%;
          margin-top: 17vh; } }
      @media (max-width: 520px) {
        #lHid #lCont #lScr .pmt > div > div.nxtIcon {
          width: 100%;
          height: 13%;
          position: absolute;
          bottom: 5%; } }
      #lHid #lCont #lScr .pmt > div > div.nxtIcon > svg {
        width: 100%;
        height: 100%;
        position: relative;
        left: 0;
        top: 0;
        margin: 0; }
        #lHid #lCont #lScr .pmt > div > div.nxtIcon > svg > path {
          fill: none;
          stroke-width: 2px; }
        #lHid #lCont #lScr .pmt > div > div.nxtIcon > svg > polygon {
          stroke-linejoin: round; }
      @media (min-width: 521px) {
        #lHid #lCont #lScr .pmt > div > div.animI {
          position: absolute;
          width: calc(33.33333vh - 16.66666px);
          left: 50%;
          margin-left: calc(-16.5vh + 8.33px);
          opacity: 0;
          height: calc(33.33333vh - 16.66666px);
          bottom: calc(51% + 14px);
          margin-bottom: 33px;
          position: absolute;
          background-position: bottom center;
          background-size: contain;
          background-repeat: no-repeat; } }
      @media (max-width: 520px) {
        #lHid #lCont #lScr .pmt > div > div.animI {
          position: relative;
          width: 100%;
          height: 50%;
          background-position: bottom center;
          background-size: contain;
          background-repeat: no-repeat; } }
      @media (max-width: 520px) {
        #lHid #lCont #lScr .pmt img {
          width: 60%;
          height: auto; } }
      @media (min-width: 521px) {
        #lHid #lCont #lScr .pmt img {
          width: calc(33.33333vh - 16.66666px);
          height: auto;
          position: absolute;
          bottom: 50%;
          margin-bottom: 28px;
          left: 50%;
          margin-left: calc(-16.5vh + 8.33px);
          opacity: 0;
          transition: all 300ms ease-in-out; } }
      @media (max-width: 520px) {
        #lHid #lCont #lScr .pmt svg {
          width: 80%;
          height: auto;
          margin-top: -30%;
          position: relative;
          z-index: 20; } }
      @media (min-width: 521px) {
        #lHid #lCont #lScr .pmt svg {
          width: calc(33.33333vh - 16.66666px);
          height: calc(33.33333vh - 16.66666px);
          position: absolute;
          left: 50%;
          margin-left: calc(-16.5vh + 8.33px);
          top: 50%;
          margin-top: calc(-16.5vh + 8.33px); } }
      @media (min-width: 521px) {
        #lHid #lCont #lScr .pmt p {
          font-size: 18px;
          text-align: center;
          top: 50%;
          position: absolute;
          width: 100%;
          margin-top: 9vh;
          opacity: 0;
          white-space: normal;
          line-height: 1.1;
          transition: all 300ms ease-in-out; } }
    @media (min-width: 521px) and (max-height: 800px) {
      #lHid #lCont #lScr .pmt p {
        font-size: 14px;
        margin-top: 8vh; } }
      @media (max-width: 520px) {
        #lHid #lCont #lScr .pmt p {
          position: absolute;
          width: 100%;
          height: 12px;
          bottom: 19%;
          font-size: 4vw; } }
      #lHid #lCont #lScr .pmt.ztop {
        z-index: 10; }
      @media (max-width: 520px) {
        #lHid #lCont #lScr .pmt.xpnd {
          height: calc(100vh - 50px); }
          #lHid #lCont #lScr .pmt.xpnd > div {
            height: 100%; } }
      @media (min-width: 521px) {
        #lHid #lCont #lScr .pmt.xpnd {
          z-index: 20;
          position: absolute;
          top: 0;
          transition: all 300ms ease-in-out;
          transition-delay: 0s; }
          #lHid #lCont #lScr .pmt.xpnd > div {
            height: calc(100vh - 50px);
            margin-top: calc(-33.33333vh + 16.66666px);
            width: 100vw !important; }
            #lHid #lCont #lScr .pmt.xpnd > div img, #lHid #lCont #lScr .pmt.xpnd > div p {
              opacity: 1; }
            #lHid #lCont #lScr .pmt.xpnd > div .animI {
              opacity: 1; }
        #lHid #lCont #lScr .pmt:hover > div, #lHid #lCont #lScr .pmt.fakeH > div {
          height: calc(100vh - 50px);
          width: 120%;
          left: -10%;
          z-index: 10;
          margin-top: calc(-33.33333vh + 16.66666px);
          transition: all 300ms ease-in-out; }
        #lHid #lCont #lScr .pmt:hover img, #lHid #lCont #lScr .pmt:hover p, #lHid #lCont #lScr .pmt.fakeH img, #lHid #lCont #lScr .pmt.fakeH p {
          opacity: 1; }
        #lHid #lCont #lScr .pmt:hover div.animI, #lHid #lCont #lScr .pmt.fakeH div.animI {
          transition: opacity 300ms ease-in-out;
          transition-delay: 200ms;
          opacity: 1; } }
      #lHid #lCont #lScr .pmt.sleep > div {
        background-color: #40e0d0; }
        #lHid #lCont #lScr .pmt.sleep > div path {
          fill: #0000ff;
          stroke: #0000ff; }
        #lHid #lCont #lScr .pmt.sleep > div polygon {
          fill: #0000ff; }
        #lHid #lCont #lScr .pmt.sleep > div p {
          color: #0000ff; }
      #lHid #lCont #lScr .pmt.water > div {
        background-color: #00adef; }
        #lHid #lCont #lScr .pmt.water > div path {
          fill: #ffffff;
          stroke: #ffffff; }
        #lHid #lCont #lScr .pmt.water > div polygon {
          fill: #ffffff; }
        #lHid #lCont #lScr .pmt.water > div p {
          color: #ffffff; }
        #lHid #lCont #lScr .pmt.water > div .nxtIcon path {
          stroke: #e90002; }
        #lHid #lCont #lScr .pmt.water > div .nxtIcon polygon {
          fill: #e90002; }
      #lHid #lCont #lScr .pmt.alcohol > div {
        background-color: #ffc433; }
        #lHid #lCont #lScr .pmt.alcohol > div path {
          fill: #a52a2a;
          stroke: #a52a2a; }
        #lHid #lCont #lScr .pmt.alcohol > div polygon {
          fill: #a52a2a; }
        #lHid #lCont #lScr .pmt.alcohol > div p {
          color: #a52a2a; }
      #lHid #lCont #lScr .pmt.sex > div {
        background-color: #a708a2; }
        #lHid #lCont #lScr .pmt.sex > div path {
          fill: #f8edd2;
          stroke: #f8edd2; }
        #lHid #lCont #lScr .pmt.sex > div polygon {
          fill: #f8edd2; }
        #lHid #lCont #lScr .pmt.sex > div p {
          color: #f8edd2; }
        #lHid #lCont #lScr .pmt.sex > div .nxtIcon path {
          stroke: #5fe6c1; }
        #lHid #lCont #lScr .pmt.sex > div .nxtIcon polygon {
          fill: #5fe6c1; }
        #lHid #lCont #lScr .pmt.sex > div svg {
          transform: scale(0.85); }
      #lHid #lCont #lScr .pmt.meat > div {
        background-color: #ff4500; }
        #lHid #lCont #lScr .pmt.meat > div path {
          fill: #ffc0cb;
          stroke: #ffc0cb; }
        #lHid #lCont #lScr .pmt.meat > div polygon {
          fill: #ffc0cb; }
        #lHid #lCont #lScr .pmt.meat > div p {
          color: #ffc0cb; }
        @media (min-width: 521px) {
          #lHid #lCont #lScr .pmt.meat > div > div.animI {
            bottom: 50%;
            margin-bottom: 28px; } }
      #lHid #lCont #lScr .pmt.happiness > div {
        background-color: #ffbf00; }
        #lHid #lCont #lScr .pmt.happiness > div path {
          fill: #a869d6;
          stroke: #a869d6; }
        #lHid #lCont #lScr .pmt.happiness > div polygon {
          fill: #a869d6; }
        #lHid #lCont #lScr .pmt.happiness > div p {
          color: #ffbf00; }
        @media (min-width: 521px) {
          #lHid #lCont #lScr .pmt.happiness > div > div.animI {
            bottom: 50%;
            margin-bottom: 70px; } }
  
  #lHid.inFocus {
    overflow: hidden; }
    @media (max-width: 520px) {
      #lHid.inFocus #lCont #lScr .pmt {
        display: none; }
        #lHid.inFocus #lCont #lScr .pmt.xpnd {
          display: block; } }
  
  @media (max-width: 520px) {
    .notOnMOb {
      display: none; } }
  
  @media (min-width: 521px) {
    #lHid #lCont #lScr .pmt > div:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      bottom: 0%;
      width: 100%;
      transition: opacity 300ms ease-in-out;
      opacity: 0;
      transition-delay: 100ms;
      margin-top: -28px;
      margin-top: -4.3333vh; }
    #lHid #lCont #lScr .pmt.xpnd > div:before {
      opacity: 1;
      margin-top: -22px;
      bottom: -2px; }
    #lHid #lCont #lScr .pmt.xpnd > div .animI {
      width: 100%;
      height: calc(50% - 22px);
      top: 0;
      left: 0;
      margin-left: 0;
      margin-bottom: 0;
      transition: all 300ms ease-in-out;
      transition-delay: 0ms; }
    #lHid #lCont #lScr .pmt.xpnd > div > .nxtIcon {
      opacity: 0; }
    #lHid #lCont #lScr .pmt.xpnd > div > svg {
      width: 100%;
      margin-left: 0;
      left: 0;
      height: 624px;
      margin-top: -245px; }
    #lHid #lCont #lScr .pmt.xpnd > div > p {
      margin-top: 169px;
      font-size: 18px;
      font-weight: 400;
      opacity: 0; }
    #lHid #lCont #lScr .pmt.xpnd.water > div > svg {
      height: 540px;
      margin-top: -209px; }
    #lHid #lCont #lScr .pmt.xpnd.sex > div > svg {
      height: 540px;
      margin-top: -209px; }
    #lHid #lCont #lScr .pmt.xpnd.meat > div .animI {
      width: 350px;
      height: 300px;
      background-color: purple;
      left: 50%;
      margin-left: -170px;
      top: auto;
      margin-bottom: -26px; }
    #lHid #lCont #lScr .pmt.xpnd.meat > div:before {
      margin-top: -23px; }
    #lHid #lCont #lScr .pmt.xpnd.meat > div > svg {
      height: 540px;
      margin-top: -170px; }
    #lHid #lCont #lScr .pmt.xpnd.happiness > div .animI {
      width: 350px;
      height: 300px;
      background-color: #ffbf00;
      left: 50%;
      margin-left: -170px;
      top: auto;
      margin-bottom: 30px; }
    #lHid #lCont #lScr .pmt.xpnd.happiness > div:before {
      margin-top: -23px; }
    #lHid #lCont #lScr .pmt.xpnd.happiness > div > svg {
      height: 540px;
      margin-top: -170px; }
    #lHid #lCont #lScr .pmt.sleep > div:before {
      background-color: #e5fff7; }
    #lHid #lCont #lScr .pmt.sleep div.animI {
      background-image: url(https://i2.cdn.turner.com/cnn/2017/images/07/18/eyes.gif); }
    #lHid #lCont #lScr .pmt.water > div:before {
      background-color: #F2FCFC; }
    #lHid #lCont #lScr .pmt.water div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/2017/09/health/parallels/water/images/00_Tips.gif); }
    #lHid #lCont #lScr .pmt.water:hover > div > svg > path, #lHid #lCont #lScr .pmt.water.xpnd > div > svg > path {
      fill: #00adef; }
    #lHid #lCont #lScr .pmt.water:hover p, #lHid #lCont #lScr .pmt.water.xpnd p {
      color: #00adef; }
    #lHid #lCont #lScr .pmt.alcohol > div:before {
      background-color: #ffffd6; }
    #lHid #lCont #lScr .pmt.alcohol div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/2018/01/health/parallels/alcohol/images/00.gif); }
    #lHid #lCont #lScr .pmt.sex > div:before {
      background-color: #f8edd2; }
    #lHid #lCont #lScr .pmt.sex div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/2018/02/health/parallels/sex//images/00.gif); }
    #lHid #lCont #lScr .pmt.sex:hover > div, #lHid #lCont #lScr .pmt.sex.xpnd > div {
      background-color: #daa520; }
    #lHid #lCont #lScr .pmt.sex:hover > div > svg > path, #lHid #lCont #lScr .pmt.sex.xpnd > div > svg > path {
      fill: #a708a2; }
    #lHid #lCont #lScr .pmt.sex:hover p, #lHid #lCont #lScr .pmt.sex.xpnd p {
      color: #a708a2; }
    #lHid #lCont #lScr .pmt.meat > div:before {
      background-color: #fcfae8;
      margin-top: calc(-28px - 4.3333vh); }
    #lHid #lCont #lScr .pmt.meat > div path {
      transition: all 300ms ease-in-out; }
    #lHid #lCont #lScr .pmt.meat div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/2019/09/health/parallels/meat-vital-signs-wellness/images/desk/splash01.gif); }
    #lHid #lCont #lScr .pmt.meat:hover > div > svg > path, #lHid #lCont #lScr .pmt.meat.xpnd > div > svg > path {
      fill: #ff4500; }
    #lHid #lCont #lScr .pmt.meat:hover p, #lHid #lCont #lScr .pmt.meat.xpnd p {
      color: #ff4500; }
    #lHid #lCont #lScr .pmt.happiness > div:before {
      background-color: #a869d6;
      margin-top: calc(-28px - 4.3333vh); }
    #lHid #lCont #lScr .pmt.happiness > div path {
      transition: all 300ms ease-in-out; }
    #lHid #lCont #lScr .pmt.happiness div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/health/parallels/images/happiness-splash.gif); }
    #lHid #lCont #lScr .pmt.happiness:hover > div, #lHid #lCont #lScr .pmt.happiness.xpnd > div {
      background-color: #ffbf00; }
    #lHid #lCont #lScr .pmt.happiness:hover > div > svg > path, #lHid #lCont #lScr .pmt.happiness.xpnd > div > svg > path {
      fill: #ffbf00; }
    #lHid #lCont #lScr .pmt.happiness:hover p, #lHid #lCont #lScr .pmt.happiness.xpnd p {
      color: #ffbf00; }
    #lHid #lCont #lScr .pmt.happiness:hover .nxtIcon polygon, #lHid #lCont #lScr .pmt.happiness.xpnd .nxtIcon polygon {
      fill: #ffbf00; }
    #lHid #lCont #lScr .pmt.happiness:hover .nxtIcon path, #lHid #lCont #lScr .pmt.happiness.xpnd .nxtIcon path {
      stroke: #ffbf00; }
    #lHid #lCont #lScr .pmt:hover > div:before {
      opacity: 1;
      transition-delay: 0ms; } }
  
  @media (max-width: 520px) {
    #lHid #lCont #lScr .pmt.sleep > div:before {
      background-color: #e5fff7; }
    #lHid #lCont #lScr .pmt.sleep div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/health/parallels/images/eyes.png); }
    #lHid #lCont #lScr .pmt.water > div:before {
      background-color: #F2FCFC; }
    #lHid #lCont #lScr .pmt.water div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/health/parallels/images/water.png); }
    #lHid #lCont #lScr .pmt.alcohol > div:before {
      background-color: #ffffd6; }
    #lHid #lCont #lScr .pmt.alcohol div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/health/parallels/images/alcohol.png); }
    #lHid #lCont #lScr .pmt.sex > div:before {
      background-color: #f8edd2; }
    #lHid #lCont #lScr .pmt.sex div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/health/parallels/images/sex.png); }
    #lHid #lCont #lScr .pmt.meat > div:before {
      background-color: #fcfae8; }
    #lHid #lCont #lScr .pmt.meat > div > svg {
      width: 62%;
      margin-top: -23.5%; }
    #lHid #lCont #lScr .pmt.meat div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/health/parallels/images/meat.png); }
    #lHid #lCont #lScr .pmt.happiness div.animI {
      background-image: url(https://cdn.cnn.com/cnn/interactive/health/parallels/images/happiness.png); } }
  
  #scrNot {
    display: none; }
  
  main.scr #scrNot {
    position: fixed;
    pointer-events: none;
    display: block; }
    @media (min-width: 521px) {
      main.scr #scrNot {
        bottom: 42px;
        right: 52px; } }
    @media (max-width: 520px) {
      main.scr #scrNot {
        bottom: 21px;
        right: 26px; } }
    main.scr #scrNot > p {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: 300;
      margin-right: 12px; }
      @media (min-width: 521px) {
        main.scr #scrNot > p:before {
          content: "Scroll for more"; } }
      @media (max-width: 520px) {
        main.scr #scrNot > p:before {
          content: "Swipe for more"; } }
    main.scr #scrNot > svg {
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 521px) {
        main.scr #scrNot > svg {
          width: 48px;
          height: 48px; } }
      @media (max-width: 520px) {
        main.scr #scrNot > svg {
          width: 24px;
          height: 24px; } }
      main.scr #scrNot > svg > path {
        fill: none;
        stroke-width: 2px;
        stroke: #000000; }
      main.scr #scrNot > svg > polygon {
        stroke-linejoin: round;
        stroke-color: #000000; }
  
  main.scr .pmt:first-child {
    margin-left: 12%; }
  
  main.scr .pmt:last-child {
    margin-right: 12%; }
  