* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #121212;
}
a.aarp-c-lp-dementia__endNotes {
  text-decoration: none;
}
a.aarp-c-lp-dementia__endNotes1 {
  color: #fff;
}
a.aarp-c-lp-dementia__endNotes2 {
  color: #121212;
}
a.aarp-c-lp-dementia__endNotes3 {
  color: #595959;
}
a.aarp-c-lp-dementia__endNotes4 {
  color: #EC1300;
}

/*accordion*/

.aarp-c-lp-dementia__policies-bottomSec-accordContentDetail{
  overflow: hidden;
  display: none;
}

.aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn {
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  overflow-anchor: none;
  cursor: pointer;
}
.aarp-c-lp-dementia__policies-bottomSec-accordHeadingTxt {
  color: #121212;
  font-weight: 600;
}
.aarp-c-lp-dementia__policies-bottomSec-accordContentDetailTxt {
  color: #707070;
  font-weight: 400;
}

.myLine {
  fill: none;
  stroke: white;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: dash 3.1s linear forwards;
}

/*red carousel line graph*/

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.paths {
  fill: none;
  stroke: #FFF;
  stroke-dasharray: 5;
}

.mask {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-dasharray: 850;
  stroke-dashoffset: 850;
  animation: dash2 3.1s linear forwards;
}

@keyframes dash2 {
  to {
    stroke-dashoffset: 0;
  }
}

/*red carousel human*/
.humananimg{
animation: perecentRedAnimate 1 ease 1.5s;
transition-duration: 4s;
animation-fill-mode: forwards;
}
@keyframes perecentRedAnimate {
0% {
  width: 0%;
}

100% {
  width: 75%;
  background: #fff;
}
}
/*red carousel pie chart*/

.arrowdownImgdownview{
  animation: arrowdownImgdownviewappear 1s forwards;
  animation-delay: 4s;
}

@keyframes arrowdownImgdownviewappear {
  from {
      opacity: 0; /* Start with opacity 0 */
      transform: translateY(0);
  }
  to {
      opacity: 1; /* End with opacity 1 */
      transform: translateY(20px);
  }
}

.animated-circleview{
  opacity: 1;
  animation: animated-circleviewdisappear 1s forwards;
  animation-delay: 2s;
}
@keyframes animated-circleviewdisappear {
  from {
      opacity: 1; /* Start with opacity 0 */
  }
  to {
      opacity: 0; /* End with opacity 1 */
  }
}

.new-class {
  opacity: 0; /* Set opacity to 1 */
  animation: fadeIn 1s forwards; /* Apply fade-in animation */
  animation-delay: 2s;
}
@keyframes fadeIn {
  from {
      opacity: 0; /* Start with opacity 0 */
  }
  to {
      opacity: 1; /* End with opacity 1 */
  }
}

.circlepiecenew{
  animation: circlepiecenewout 1.5s forwards; /* Apply fade-in animation */
  animation-delay: 2s;
}

a.aarp-c-lp-dementia__policies-bottomSec-additionalResrcsLink, .aarp-c-lp-dementia__policies-bottomSec-additionalResrcsLinkTxt{
  color: #EC1300;
}
a.aarp-c-lp-dementia__policies-bottomSec-additionalResrcsLink:hover{
  color: #EC1300;
}
.aarp-c-lp-dementia__policies-bottomSec-additionalResrcsLink::after {
  content: '';
  border: solid #EC1300;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  color: #EC1300;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 1px 4px;
}
.aarp-c-lp-dementia__videoTxtSec-link::after{
  content: '';
  border: solid #EC1300;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  color: #EC1300;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 2px 4px;
}

a.aarp-c-lp-dementia__videoTxtSec-link:hover {
  color: #EC1300;
}
    /* popup */
  .modal{
    display: none;
  }
    .overlay, .underlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        display: none;
        cursor: pointer;
    }

    .modal-body {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999999;
    }

    .close::before,
    .close::after {
        content: "";
        position: absolute;
        background: transparent;
        border-style: solid;
        border-color: #fff;
        border-width: 4px 0px 0px 4px;
        padding: 4px;
        right: 0;
        top: 0;
        transform: rotate(-45deg);
        visibility: visible;
    }

    .close::before,
    .close::after {
        content: "";
        position: absolute;
        background: transparent;
        border-style: solid;
        border-color: #fff;
        border-width: 4px 0px 0px 4px;
        padding: 4px;
        right: 0;
        top: 0;
        transform: rotate(-45deg);
        visibility: visible;
    }

    .close::after {
        border-width: 0px 4px 4px 0px;
        right: 11px;
    }
  .modal-video {
    display: none;
    position: relative;
    display: block;
    max-width: 100%;
  }
  .modal-video-conatiner{
    padding-top: 56.25%;
  }
  .modal-video-conatiner iframe {
    position: absolute;
    border: none;
    bottom: 0px;
    left: 0px;
  }
  .close{
    position: relative;
    cursor: pointer;
    float: right;
    cursor: pointer;
    visibility: hidden;
    z-index: 10;
  }

    /* popup end*/




@media screen and (max-width: 767px) {
  .aarp-c-lp-dementia__cognitiveSec-redCarouselanimation {
    position: relative;
  }
  .aarp-c-lp-dementia__cognitiveSec{
    text-align: center;
  }
  .aarp-c-lp-dementia__cognitiveSec-heading{
    font-size: 50px;
    line-height: 50px;
    padding: 75px 30px 30px;
    font-weight: 800;
  }
  .aarp-c-lp-dementia__cognitiveSec-headingLine {
    border-top: 4px solid #EC1300;
    width: 60px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .aarp-c-lp-dementia__cognitiveSec-firstPara, .aarp-c-lp-dementia__cognitiveSec-secondPara {
    font-size: 22px;
    line-height: 28px;
    padding: 0 30px;
  }
  .aarp-c-lp-dementia__cognitiveSec-secondHeading {
    font-size: 28px;
    line-height: 36px;
    padding: 30px 30px 40px;
    font-weight: 800;
  }
  .aarp-c-lp-dementia__cognitiveSec-images {
    padding: 70px 0 80px;
  }
  .aarp-c-lp-dementia__cognitiveSec-img{
    width: 115px;
  }
  .aarp-c-lp-dementia__cognitiveSec-secondImg {
    margin: 0 8px;
  }
  /*Red Carousel*/
  .aarp-c-lp-dementia__cognitiveSec-animation{
    height: 460px;
    background: #EC1300;
    color: #FFF;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation80{
    height: 215px;
    margin-top: -30px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-paragraphTxtDes{
    display: none;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-text80 {
    font-size: 190px;
    font-weight: 800;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-text80 sup{
    font-size: 80px;
    top: 110px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-rightTopSec {
    padding-top: 20px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-paragraphTxt sup, .aarp-c-lp-dementia__cognitiveSec-animation-section2-paragraphTxt sup, .aarp-c-lp-dementia__cognitiveSec-animation-section3-paragraphTxt sup{
    font-size: 15px;
      top: 10px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1,
 .aarp-c-lp-dementia__cognitiveSec-animation-section2, .aarp-c-lp-dementia__cognitiveSec-animation-section3{
    height: 460px;
    width: 315px;
    margin: 0 auto;
    text-align: center;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-paragraphTxt {
    font-size: 22px;
  line-height: 26px;
  width: 252px;
  margin: 0 auto;
  font-weight: 600;
  text-align: left;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation .slick-prev.slick-arrow, .aarp-c-lp-dementia__cognitiveSec-animation .slick-next.slick-arrow {
    display: none !important;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-text75 {
    font-size: 220px;
  font-weight: 200;
    height: 260px;
    margin-top: -10px;
    text-align: left;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-graph{
    width: 320px;
    height: 60px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-rightSec {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-text75 sup {
    font-size: 100px;
    font-weight: 400;
	line-height: normal;
  top: 55px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-paragraphTxt {
    font-size: 22px;
    width: 252px;
    margin: 5px auto;
    text-align: left;
    font-weight: 600;
    line-height: 26px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-peopleImg {
    width: 256px;
    margin: 0 auto;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-peopleImgSec {
    background-color: #bf0f00;
    width: 256PX;
  height: auto;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section3-paragraphTxt {
    font-size: 30px;
    width: 240px;
    text-align: left;
    font-weight: 600;
    margin: 50px auto;
    line-height: 36px;
  }

  .aarp-c-lp-dementia__cognitiveSec-animation-circlefullsection {
    position: absolute;
    opacity: 0;
    top: -8px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-animated-circle {
    transform: rotate(-90deg); /* Start drawing from the top */
    position: relative;
    width: 179px;
    height: 179px;
    right: 20px;
    top: 44px;
  }
  
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-animated-circle circle {
    stroke-dasharray: 283; /* Total circumference of the circle */
    stroke-dashoffset: 283; /* Initially hide the stroke */
    transition: stroke-dashoffset 1.5s ease-out; /* Animation duration of 4 seconds */
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-circlepiece {
    right: -9px;
    top: -121px;
    width: 108px;
    height: 109px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-circlehalf {
    position: relative;
    left: -2px;
    width: 164px;
    height: 164px;
    top: 61px;
  }
  .new-class {
    opacity: 0; /* Set opacity to 1 */
    animation: fadeIn 1s forwards; /* Apply fade-in animation */
    animation-delay: 1.5s;
  }
  
  @keyframes circlepiecenewout {
    from {
        position: relative;
        right: 5px;
        top: -104px; /* Start with opacity 0 */
    }
    to {
        position: relative;
        right:25px;
        top: -120px; /* End with opacity 1 */
    }
  }
  .circlepiecenew{
    position: relative;
    right: 5px;
    top: -104px;
  }
  
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-arrowdownImgdown img {
    width: 32px;
    height: 56px;
	opacity: 0;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-arrowdownImgdown {
    position: relative;
    bottom: 23px;
    right: -40px;
    z-index: 9;
    opacity: 0;
  }


    /*Policies Section*/
    .aarp-c-lp-dementia__policies-topHeadingSec{
      background: #FFF;
    }
    .aarp-c-lp-dementia__policies {
      text-align: center;
      
    }
  .aarp-c-lp-dementia__policies-heading {
    font-size: 50px;
    line-height: 48px;
    font-weight: 800;
    padding: 95px 30px 25px;
  }
  .aarp-c-lp-dementia__policies-paraTxt, .aarp-c-lp-dementia__policies-topSecContent-paraTxt1List, .aarp-c-lp-dementia__policies-topSecContent-paraTxt2List{
    font-size: 20px;
    line-height: 28px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-paraTxt1List, .aarp-c-lp-dementia__policies-topSecContent-paraTxt2List{
    font-weight: 600;
  }
  .aarp-c-lp-dementia__policies-headingLine {
    border-top: 2px solid #EC1300;
    width: 60px;
    margin: 0 auto;
  }
  .aarp-c-lp-dementia__policies-topSecContent-questionSec {
    text-align: left;
  }
  .aarp-c-lp-dementia__policies-topSecContent-heading {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    padding: 80px 30px 40px;
  }
  .aarp-c-lp-dementia__policies-topSecContent {
    background: #F5F5F5;
    width: 100%;
    margin: 0 auto;
  }
  .aarp-c-lp-dementia__policies-paraTxt {
    padding: 25px 34px 75px;
  }

  .aarp-c-lp-dementia__policies-topSecContent-paraTxt1 sup, .aarp-c-lp-dementia__policies-topSecContent-paraTxt2 sup, .aarp-c-lp-dementia__policies-topSecContent-bankSecheading sup {
    font-size: 15px;
	line-height: normal;
  }
  .aarp-c-lp-dementia__policies-topSecContent-paraTxt2 {
    margin: 45px 0 0 20px;
    padding: 0 30px;
  }

  .aarp-c-lp-dementia__policies-topSecContent-leftRect {
    background: url("/content/dam/target-share/widgets/images/policiesRectMob1.png") no-repeat;
    background-size: cover;
    width: 315px;
    height: 237px;
    margin: 20px auto 0;
  }
  .aarp-c-lp-dementia__policies-topSecContent-paraTxt1 {
    margin-left: 23px;
	padding: 0 58px 0 30px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-leftRectContent {
    padding: 14px 6px 0 27px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-leftRectTxt {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0 0 5px;
	list-style-type: "-";
  }
    .aarp-c-lp-dementia__policies-topSecContent-rightRect{
      background: url("/content/dam/target-share/widgets/images/policiesRectMob2.png") no-repeat;
      background-size: cover;
      width: 308px;
      height: 258px;
      margin: 30px auto 0;
    }
    .aarp-c-lp-dementia__policies-topSecContent-rightRectContent {
      padding: 17px 28px 0 32px;
    }
    .aarp-c-lp-dementia__policies-topSecContent-rightRectTxt {
      text-align: left;
      font-size: 20px;
      line-height: 25px;
      padding: 10px 0 0 5px;
	  list-style-type: "-";
    }
    .aarp-c-lp-dementia__policies-topSecContent-guideTxt, .aarp-c-lp-dementia__policies-topSecContent-bankSecheading{
      font-size: 22px;
      line-height: 26px;
      margin: 0 auto;
    }
  .aarp-c-lp-dementia__policies-topSecContent-guideTxt{
    padding: 60px 30px;
  }
    .aarp-c-lp-dementia__policies-topSecContent-bankSecheading{
      padding: 70px 30px 60px;
    }
    .aarp-c-lp-dementia__policies-topSecContent-line {
      border: 2px solid #d2d2d2;
      width: 315px;
      margin: 0 auto;
    }
    .aarp-c-lp-dementia__policies-bankSec {
      padding: 0 30px 60px;
    }
    .aarp-c-lp-dementia__policies-smallBankSec-topSec, .aarp-c-lp-dementia__policies-bigBankSec-topSec {
      display: flex;
      align-items: center;
    }
    .aarp-c-lp-dementia__policies-smallBankSec-txt, .aarp-c-lp-dementia__policies-bigBankSec-txt {
      font-size: 30px;
      line-height: 36px;
      text-align: left;
      font-weight: 800;
    }
    .aarp-c-lp-dementia__policies-smallBankSec-txt{
      width: 187px;
      padding: 12px 0;
    }
    .aarp-c-lp-dementia__policies-bigBankSec-txt {
      width: 155px;
      padding: 12px 0;
    }
  
    .aarp-c-lp-dementia__policies-smallBankSec-listTxt, .aarp-c-lp-dementia__policies-bigBankSec-listTxt{
      font-size: 20px;
    line-height: 25px;
    text-align: left;
    padding-top: 10px;
    }

    .aarp-c-lp-dementia__policies-bigBankSec-line, .aarp-c-lp-dementia__policies-smallBankSec-line {
      border-bottom: 4px solid #121212;
      width: 70px;
      margin-left: 15px;
    }
    .aarp-c-lp-dementia__policies-smallBankImg, .aarp-c-lp-dementia__policies-bigBankImg {
      width: 98px;
    }
    .aarp-c-lp-dementia__policies-smallBankSec-list, .aarp-c-lp-dementia__policies-bigBankSec-list {
      margin: 30px 0 40px 25px;
    }

    .aarp-c-lp-dementia__policies-bottomSec-accordImage {
      width: 390px;
    }
    .aarp-c-lp-dementia__policies-bottomSec-accordContentDetail {
      border-top: 1px solid #121212;
    }
    .aarp-c-lp-dementia__policies-bottomSec-accordContent {
      border: 1px solid #121212;
      margin-bottom: 10px;
    }
    .aarp-c-lp-dementia__policies-bottomSec-accordSec {
      padding: 15px 7px;
    }
    .aarp-c-lp-dementia__policies-bottomSec-accordImageMob {
      width: 100%;
      height: auto;
    }
    .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn {
      height: 60px;
    }
    .aarp-c-lp-dementia__policies-bottomSec-accordHeadingTxt {
      font-size: 20px;
      line-height: 24px;
      padding-left: 15px;
      font-weight: 600;
    }
    .aarp-c-lp-dementia__policies-bottomSec-accordContentDetailTxt {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 10px;
    }
    .aarp-c-lp-dementia__policies-bottomSec-provenIntervnsTxt, .aarp-c-lp-dementia__policies-bottomSec-machineLearningTxt {
      margin-left: 10px;
    }
    .aarp-c-lp-dementia__policies-bottomSec-provenIntervnsCenterTxt {
      margin-left: 20px;
    }
    .aarp-c-lp-dementia__policies-bottomSec-additionalResrcsTxt {
      margin: 25px 30px -20px 30px;
      text-align: left;
    }

    .aarp-c-lp-dementia__policies-bottomSec-accordContentDetailList {
      padding: 30px 25px 25px 45px;
      text-align: left;
    }
  .aarp-c-lp-dementia__policies-bottomSec-accordContentResrcDetailList{
	padding: 30px 21px 25px 45px;
  }

    .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg{
      margin-left: 15px;
    }

    .aarp-c-lp-dementia__policies-bottomSec-heading {
      padding: 90px 30px 35px;
      font-size: 38px;
      line-height: 38px;
      font-weight: 800;
      color: #EC1300;
    }
    .aarp-c-lp-dementia__policies-bottomSec-accordImage{
      display: none;
    }
            /* popup */
        .modal-body {
            width: 92%;
            max-width: 520px;
        }
        /* popup end */

    .aarp-c-lp-dementia__videoSec {
      padding-top: 75px;
    }
    .aarp-c-lp-dementia__videoSec-videopopup img {
      width: 100%;
    cursor: pointer;
    height: auto;
    }
    .aarp-c-lp-dementia__videoTxtSec-heading {
      font-size: 44px;
      line-height: 44px;
      font-weight: 800;
      text-align: center;
      padding: 60px 30px 30px;
    }
    .aarp-c-lp-dementia__videoTxtSec-headingLine {
      border-top: 4px solid #EC1300;
      width: 60px;
      margin: 0 auto;
    }
    .aarp-c-lp-dementia__videoTxtSec-paraTxt {
      font-size: 22px;
      text-align: center;
      line-height: 26px;
      padding: 25px 30px 30px;
    }

    .aarp-c-lp-dementia__videoTxtSec-link {
      display: block;
    font-size: 18px;
    line-height: 26px;
    color: #EC1300;
    font-weight: 600;
    padding: 0 30px;
    text-align: center;
    }
    .aarp-c-lp-dementia__videoTxtSec-link::after{
      padding: 3px;
    }

    .modal-video-conatiner iframe {
      width: 97%;
      height: 100%;
    }
    .close{
      position: relative;
      left: 0px;
      top: -5px;
      cursor: pointer;
      float: right;
      cursor: pointer;
    visibility: hidden;
    z-index: 10;
    }
.advancedhtml iframe {
	margin-bottom: 0 !important;
}
    /*Form Section Start*/
  .aarp-c-lp-dementia__formSec {
    background: #F0F0F0;
  }
  .aarp-c-lp-dementia__formSecContent {
    padding: 0 30px;
  }
  .aarp-c-lp-dementia__formTopSec-heading {
  font-size: 54px;
  line-height: 50px;
  font-weight: 800;
  padding: 65px 0 30px;
  color: #EC1300;
  }

  .aarp-c-lp-dementia__formTopSec-paraTxt {
  font-size: 20px;
  line-height: 24px;
padding-bottom: 20px;
  }

  .aem-GridColumn{
    padding: 0;
  }
  
  /*Form Section End*/

}
@media screen and (max-width: 374px) {
  .aarp-c-lp-dementia__cognitiveSec-img {
    width: 95px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-leftRect{
    width: 309px;
    height: 231px;
  }
  .aarp-c-lp-dementia__policies-smallBankSec-txt{
    width: 170px;
  }
  .aarp-c-lp-dementia__policies-heading{
    padding: 95px 0 25px;
  }
  .aarp-c-lp-dementia__videoTxtSec-link{
    padding: 0;
    width: 300px;
    margin: 0 auto;
  }
  .close{
    left: 10px;
    top: -19px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-leftRectContent {
    padding: 14px 6px 0 25px;
  }
}

@media screen and (min-width: 768px) {
  .aarp-c-lp-dementia__cognitiveSec-heading{
    font-size: calc(27px + (50 - 27) * ((100vw - 768px) / (1400 - 768)));
    line-height: 4.306vw;
    padding: 8.333vw 0 2.431vw;
    font-weight: 800;
  }
  .aarp-c-lp-dementia__cognitiveSec-headingLine {
    border-top: 0.278vw solid #EC1300;
    width: 4.167vw;
    margin: 0 auto;
    padding-bottom: 3.125vw;
  }
  .aarp-c-lp-dementia__cognitiveSec{
    text-align: center;
  }
  .aarp-c-lp-dementia__cognitiveSec-firstPara, .aarp-c-lp-dementia__cognitiveSec-secondPara {
    font-size: calc(12px + (22 - 12) * ((100vw - 768px) / (1400 - 768)));
    line-height: 1.944vw;
    width: 83.333vw;
    margin: 0 auto;
  }
  .aarp-c-lp-dementia__cognitiveSec-secondHeading {
    font-size: calc(16px + (30 - 16) * ((100vw - 768px) / (1400 - 768)));
    line-height: 2.639vw;
    padding: 4.861vw 0 2.778vw;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .aarp-c-lp-dementia__cognitiveSec-secondHeading::after, .aarp-c-lp-dementia__cognitiveSec-secondHeading::before{
    content: "";
    background: #d2d2d2;
    height: 0.278vw;
    flex: 1;
    margin: 0 0.694vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-images {
    padding: 5.208vw 0 9.722vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-img{
    width: 26.389vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-secondImg {
    margin: 0 2.083vw;
  }

    /*Red Carousel*/
  .aarp-c-lp-dementia__cognitiveSec-animation{
    max-width: 100vw;
    height: 21.528vw;
    background: #EC1300;
    margin: 0 auto;
  }
  .aarp-c-lp-dementia__cognitiveSec-redCarouselanimation {
    background: #EC1300;
    width: 100%;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section{
    color: #FFF;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1, .aarp-c-lp-dementia__cognitiveSec-animation-section2, .aarp-c-lp-dementia__cognitiveSec-animation-section3 {
    display: flex;
    margin: 0 auto;
    width: 76.389vw;
    align-items: center;
    justify-content: center;
    height: 21.528vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation80{
    width: 29.167vw;
  }
 /* .aarp-c-lp-dementia__cognitiveSec-animation-section1-rightSec {
    margin-top: -1.389vw;
  }*/
  .aarp-c-lp-dementia__cognitiveSec-animation-text80 {
    font-size: calc(150px + (280 - 150) * ((100vw - 768px) / (1400 - 768)));
    font-weight: 800;
    height: 29.167vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-text80 sup {
    font-size: calc(64px + (120 - 64) * ((100vw - 768px) / (1400 - 768)));
	line-height: normal;
  top: 6vw;
    }
  .aarp-c-lp-dementia__cognitiveSec-animation-graph{
      width: 45.139vw;
      height: 7.222vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-percentSymbol {
    font-size: calc(43px + (80 - 43) * ((100vw - 768px) / (1400 - 768)));
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-paragraphTxt {
    font-size: calc(16px + (30 - 16) * ((100vw - 768px) / (1400 - 768)));
    line-height: unset;
    margin: 1.389vw 0 0 -6.25vw;
    font-weight: 600;
    width: 51.458vw;
    line-height: 1.944vw;
    padding-top: 0.8vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-paragraphTxt sup, .aarp-c-lp-dementia__cognitiveSec-animation-section2-paragraphTxt sup, .aarp-c-lp-dementia__cognitiveSec-animation-section3-paragraphTxt sup{
    font-size: calc(8px + (15 - 8) * ((100vw - 768px) / (1400 - 768)));
	line-height: normal;
  top: 0;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section3-paragraphTxt sup {
    top: 0.5vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-paragraphTxtMob{
    display: none;
  }

  .aarp-c-lp-dementia__cognitiveSec-animation-text75 {
    font-size: calc(150px + (280 - 150) * ((100vw - 768px) / (1400 - 768)));
    font-weight: 200;
    height: 29.167vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-text75 sup {
    font-size: calc(64px + (120 - 64) * ((100vw - 768px) / (1400 - 768)));
    position: relative;
    font-weight: 400;
	line-height: normal;
  top: 5vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-rightSec {
    margin-left: 2.778vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-peopleImgSec {
    background-color: #bf0f00;
    width: 30.694vw;
  height: auto;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-peopleImg {
    width: 30.972vw;
    height: 7.639vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-paragraphTxt {
  font-size: calc(20px + (36 - 20) * ((100vw - 768px) / (1400 - 768)));
  line-height: 2.5vw;
  width: 31.972vw;
  font-weight: 600;
  margin-left: 1.042vw;
  }
.aarp-c-lp-dementia__cognitiveSec-animation-section3-paragraphTxt {
  font-size: calc(24px + (44 - 24) * ((100vw - 768px) / (1400 - 768)));
  line-height: 3.333vw;
  width: 38vw;
  font-weight: 600;
  padding-left: 2.083vw;
  }

  .aarp-c-lp-dementia__cognitiveSec-animation .slick-prev.slick-arrow{
    background: url("/content/dam/target-share/widgets/images/leftArrow.png") no-repeat;
    background-size: contain;
    width: 2.5vw;
    height: 10vw;
    left: 6vw;
    top: 33%;
    z-index: 1;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation .slick-next.slick-arrow{
    background: url("/content/dam/target-share/widgets/images/rightArrow.png") no-repeat;
    background-size: contain;
    width: 2.5vw;
    height: 10vw;
    right: 6vw;
    top: 33%;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation .slick-list.draggable {
      width: 76.389vw;
      margin: 0 auto;
    }
  .aarp-c-lp-dementia__cognitiveSec-animation .slick-prev::before, .aarp-c-lp-dementia__cognitiveSec-animation .slick-next::before {
    content: '';
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-rightTopSec {
    display: flex;
    margin-left: 1.042vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-graphline {
    height: 1px;
    margin: 0 auto 18px;
    line-height: 35px;
    background: #FFF;
    padding: 0 0 0 500px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartCircle{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid #FFF
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-animated-circle {
    position: relative;
    width: 13.889vw;
    height: 13.889vw;
    right: 0px;
    top: 0.347vw;
    transform: rotate(-90deg);
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-arrowdownImgdown {
    position: relative;
    bottom: 5.861vw;
    right: -4.236vw;
    z-index: 9;
    opacity: 0;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-arrowdownImgdown img {
    width: 2.222vw;
    height: 3.889vw;
	opacity: 0;
  }
  @keyframes circlepiecenewout {
    from {
        position: relative;
    right: -1.042vw;
    top: -8.819vw; /* Start with opacity 0 */
    }
    to {
        position: relative;
        right: 0.486vw ;
        top: -10.417vw; /* End with opacity 1 */
    }
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-circlepiece {
    position: relative;
    right: -0.625vw;
    top: -8.403vw;
    width: 8.264vw;
    height: 8.75vw;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-circlehalf {
    position: relative;
    left: 1.181vw;
    width: 12.778vw;
    height: 12.778vw;
    top: 4.097vw;
  }
  .circlepiecenew{
    position: relative;
    right: -0.972vw;
    top: -8.819vw;
  } 
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }  
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-animated-circle circle {
    stroke-dasharray: 283; /* Total circumference of the circle */
    stroke-dashoffset: 283; /* Initially hide the stroke */
    transition: stroke-dashoffset 1.5s ease-out; /* Animation duration of 4 seconds */
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-circlefullsection {
    position: absolute;
    opacity: 0;
  }
 .new-class {
    top: 0.694vw;
  }


  /*Policies Section*/
  .aarp-c-lp-dementia__policies {
    text-align: center;
  }
.aarp-c-lp-dementia__policies-heading {
  font-size: calc(27px + (50 - 27) * ((100vw - 768px) / (1400 - 768)));
  line-height: 4.167vw;
  font-weight: 800;
  padding: 17.361vw 0 2.778vw;
}
.aarp-c-lp-dementia__policies-paraTxt, .aarp-c-lp-dementia__policies-topSecContent-paraTxt1List, .aarp-c-lp-dementia__policies-topSecContent-paraTxt2List{
  font-size: calc(11px + (20 - 11) * ((100vw - 768px) / (1400 - 768)));
  line-height: 1.944vw;
}
.aarp-c-lp-dementia__policies-topSecContent-paraTxt1List, .aarp-c-lp-dementia__policies-topSecContent-paraTxt2List {
  text-align: left;
  font-weight: 600;
}
.aarp-c-lp-dementia__policies-topSecContent-paraTxt1, .aarp-c-lp-dementia__policies-topSecContent-paraTxt2 {
  margin-left: 1.5vw;
}
.aarp-c-lp-dementia__policies-headingLine {
  border-top: 0.278vw solid #EC1300;
  width: 4.167vw;
  margin: 0 auto;
}
.aarp-c-lp-dementia__policies-topSecContent-heading {
  font-size: calc(24px + (45 - 24) * ((100vw - 768px) / (1400 - 768)));
  line-height: 3.611vw;
  font-weight: 800;
  padding: 5.556vw 0 2.778vw;
}
.aarp-c-lp-dementia__policies-topSecContent {
  background: #F5F5F5;
  width: 89.444vw;
  border-radius: 3.472vw;
  margin: 0 auto;
}
.aarp-c-lp-dementia__policies-paraTxt {
  padding: 2.778vw 0 4.861vw;
  width: 75vw;
  margin: 0 auto;
}
.aarp-c-lp-dementia__policies-topSecContent-questionSec1 {
  width: 28.472vw;
}

.aarp-c-lp-dementia__policies-topSecContent-paraTxt1List sup, .aarp-c-lp-dementia__policies-topSecContent-paraTxt2List sup, .aarp-c-lp-dementia__policies-topSecContent-bankSecheading sup {
  font-size: calc(8px + (15 - 8) * ((100vw - 768px) / (1400 - 768)));
  line-height: normal;
  top: 0;
}
.aarp-c-lp-dementia__policies-topSecContent-questionSec2 {
  width: 40.625vw;
  margin-left: 3.472vw;
}
.aarp-c-lp-dementia__policies-topSecContent-questionSec {
  display: flex;
  justify-content: center;
}
.aarp-c-lp-dementia__policies-topSecContent-leftRect {
  background: url("/content/dam/target-share/widgets/images/PoliciesRect1.png") no-repeat;
  background-size: auto;
  background-size: cover;
  width: 28.472vw;
  height: 17.708vw;
  margin-top: 2.083vw;
}
.aarp-c-lp-dementia__policies-topSecContent-leftRectContent {
  padding: 2.25vw 3.819vw 0 3.472vw;
}
.aarp-c-lp-dementia__policies-topSecContent-leftRectTxt {
  text-align: left;
  font-size: calc(11px + (20 - 11) * ((100vw - 768px) / (1400 - 768)));
  line-height: 1.667vw;
  padding: 0.5vw 0 0 0.347vw;
  list-style-type: "-";
}
  .aarp-c-lp-dementia__policies-topSecContent-rightRect{
    background: url("/content/dam/target-share/widgets/images/PoliciesRect2.png") no-repeat;
    background-size: auto;
    background-size: cover;
    width: 40.625vw;
    height: 15.625vw;
    margin-top: 2.083vw;
  }
  .aarp-c-lp-dementia__policies-topSecContent-rightRectContent {
    padding: 2.778vw 1.389vw 0 4.167vw;
  }
  .aarp-c-lp-dementia__policies-topSecContent-rightRectTxt {
    text-align: left;
    font-size: calc(11px + (20 - 11) * ((100vw - 768px) / (1400 - 768)));
    line-height: 1.667vw;
    padding: 0.5vw 0 0 0.347vw;
	list-style-type: "-";
  }
  .aarp-c-lp-dementia__policies-topSecContent-guideTxt, .aarp-c-lp-dementia__policies-topSecContent-bankSecheading{
    font-size: calc(12px + (22 - 12) * ((100vw - 768px) / (1400 - 768)));
    line-height: 1.944vw;
    margin: 0 auto;
  }
  .aarp-c-lp-dementia__policies-topSecContent-guideTxt{
    padding: 1.389vw 0 5.556vw;
    width: 56.389vw;
  }
  .aarp-c-lp-dementia__policies-topSecContent-bankSecheading{
    padding: 4.861vw 0 2.778vw;
    width: 58.167vw;
  }
  .aarp-c-lp-dementia__policies-topSecContent-line {
    border: 0.139vw solid #d2d2d2;
    width: 79.861vw;
    margin: 0 auto;
  }
  .aarp-c-lp-dementia__policies-bankSec {
    display: flex;
    justify-content: center;
    padding-bottom: 6.944vw;
  }
  .aarp-c-lp-dementia__policies-smallBankSec-topSec, .aarp-c-lp-dementia__policies-bigBankSec-topSec {
    display: flex;
    align-items: center;
  }
  .aarp-c-lp-dementia__policies-smallBankSec-txt, .aarp-c-lp-dementia__policies-bigBankSec-txt {
    font-size: calc(16px + (30 - 16) * ((100vw - 768px) / (1400 - 768)));
    line-height: 2.5vw;
    text-align: left;
    font-weight: 800;
  }
  .aarp-c-lp-dementia__policies-smallBankSec-txt{
    width: 15vw;
    padding: 0.8vw 0;
  }
  .aarp-c-lp-dementia__policies-bigBankSec-txt {
    width: 12vw;
    padding: 0.8vw 0;
  }

  .aarp-c-lp-dementia__policies-smallBankSec-listTxt, .aarp-c-lp-dementia__policies-bigBankSec-listTxt{
    font-size: calc(10px + (18 - 10) * ((100vw - 768px) / (1400 - 768)));
    line-height: 1.667vw;
    text-align: left;
    padding-top: 1.042vw;
  }
  .aarp-c-lp-dementia__policies-smallBankSec {
    width: 27.389vw;
  }
  .aarp-c-lp-dementia__policies-bigBankSec {
    width: 32.25vw;
    margin-left: 6.944vw;
  }
  .aarp-c-lp-dementia__policies-bigBankSec-line, .aarp-c-lp-dementia__policies-smallBankSec-line {
    border-bottom: 0.278vw solid #121212;
    width: 4.861vw;
    margin-left: 1.042vw;
  }

  .aarp-c-lp-dementia__policies-smallBankImg, .aarp-c-lp-dementia__policies-bigBankImg {
    width: 6.806vw;
  }
  .aarp-c-lp-dementia__policies-smallBankSec-list, .aarp-c-lp-dementia__policies-bigBankSec-list {
    margin: 1.042vw 0 0 2.5vw;
  }
  .aarp-c-lp-dementia__policies-bottomSecContent {
    display: flex;
    justify-content: center;
    padding-bottom: 20vw;
  }

  .aarp-c-lp-dementia__policies-bottomSec-accordContentDetail.show{
    display: block;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn::after {
    content: "";
    position: absolute;
    transform: rotate(-315deg);
    border-color: #707070;
    border-style: solid;
    padding: 0.486vw;
    border-width: 0 0.208vw 0.208vw 0;
    right: 1.736vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeading.active
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn::after {
    transform: rotate(-135deg);
}
  .aarp-c-lp-dementia__policies-bottomSec-accordImage {
    width: 27.083vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordContentDetail {
    border-top: 0.069vw solid #121212;
    height: 15.972vw;
    overflow-y: auto;
  }

/* Firefox scrollbar customization */
.aarp-c-lp-dementia__policies-bottomSec-accordContentDetail {
    scrollbar-color: #EC1300 #F0F0F0;
    scroll-margin-right: 10px;
}
  .aarp-c-lp-dementia__policies-bottomSec-accordContent {
    border: 0.069vw solid #121212;
    margin-bottom: 0.694vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordSec {
    width: 53.958vw;
    margin-left: 2.083vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn {
    height: 4.167vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingTxt {
    font-size: calc(12px + (22 - 12) * ((100vw - 768px) / (1400 - 768)));
    line-height: 1.806vw;
    padding-left: 1.042vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordContentDetailTxt {
    font-size: calc(10px + (18 - 10) * ((100vw - 768px) / (1400 - 768)));
    line-height: 1.528vw;
    text-align: left;
    margin-bottom: 0.694vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-voiceTxt{
    margin-bottom: 1.389vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-provenIntervnsHeading{
    margin-bottom: 2.283vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-provenIntervnsTxt, .aarp-c-lp-dementia__policies-bottomSec-machineLearningTxt {
    margin-left: 1.389vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-provenIntervnsCenterTxt {
    margin-left: 2.778vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-additionalResrcsTxt {
    margin: 0.9vw 2.778vw -0.794vw 2.083vw;
    text-align: left;
  }
  .aarp-c-lp-dementia__policies-bottomSec-additionalResrcsLink::after {
    border-width: 0 0.139vw 0.139vw 0;
    padding: 0.208vw;
    margin: 0 0 0.069vw 0.278vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-additionalResrcsLinkTxt{
	margin-bottom: 0.594vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordContentDetailList {
    padding: 1.483vw 4.861vw 0 3.125vw
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg {
    margin-left: 1.389vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg1 {
    width: 2.153vw;
    height: 2.222vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg2 {
    width: 2.431vw;
    height: 2.083vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg3 {
    width: 2.292vw;
    height: 2.569vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg4 {
    width: 2.292vw;
    height: 2.361vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg5 {
    width: 2.5vw;
    height: 1.875vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg6 {
    width: 2.5vw;
    height: 2.5vw;
  }
  .aarp-c-lp-dementia__policies-bottomSec-heading {
    padding: 6.25vw 0 3.472vw;
    font-size: calc(22px + (40 - 22) * ((100vw - 768px) / (1400 - 768)));
    line-height: 3.75vw;
    font-weight: 800;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordImageMob{
    display: none;
  }


        /* popup */
        .modal-body {
            width: 85%;
            max-width: 640px;
        }
    .modal-video-conatiner iframe {
      width: 100%;
      height: 100%;
      top: 20px;
    }
    .close{
      top: 5px;
    }

        /* popup end*/
    .aarp-c-lp-dementia__videoSec {
      width: 83.33vw;
      margin: 0 auto;
      padding-top: 10.417vw;
    }
    .aarp-c-lp-dementia__videoSec-videopopup img {
      width: 83.33vw;
      cursor: pointer;
    }
    .aarp-c-lp-dementia__videoTxtSec-heading {
      font-size: calc(37px + (70 - 37) * ((100vw - 768px) / (1400 - 768)));
      line-height: 4.167vw;
      font-weight: 800;
      width: 76.389vw;
      margin: 0 auto;
      text-align: center;
      padding: 5.208vw 0 1.736vw;
    }
    .aarp-c-lp-dementia__videoTxtSec-headingLine {
      border-top: 0.278vw solid #EC1300;
      width: 4.167vw;
      margin: 0 auto;
    }
    .aarp-c-lp-dementia__videoTxtSec-paraTxt {
      font-size: calc(12px + (22 - 12) * ((100vw - 768px) / (1400 - 768)));
      text-align: center;
      line-height: 1.806vw;
      width: 42.708vw;
      margin: 0 auto;
      padding: 1.389vw 0 2.431vw;
    }
    .aarp-c-lp-dementia__videoTxtSec-link {
      display: block;
      width: 27.778vw;
      margin: 0 auto;
      font-size: calc(12px + (22 - 12) * ((100vw - 768px) / (1400 - 768)));
      line-height: 1.806vw;
      color: #EC1300;
      font-weight: 600;
    }
    .aarp-c-lp-dementia__videoTxtSec-link::after{
      padding: 0.278vw;
      margin: 0 0 0.039vw 0.278vw;
    }

    /*Form Section Start*/
.aarp-c-lp-dementia__formSec {
width: 100%;
background: #F0F0F0;
}
.aarp-c-lp-dementia__formSecContent {
width: 83.33vw;
margin: 0 auto;
}
.aarp-c-lp-dementia__formTopSec-heading {
font-size: calc(38px + (70 - 38) * ((100vw - 768px) / (1400 - 768)));
color: #EC1300;
font-weight: 800;
padding: 11.111vw 0 2.083vw;
}
.aarp-c-lp-dementia__formTopSec-paraTxt {
font-size: calc(11px + (20 - 11) * ((100vw - 768px) / (1400 - 768)));
line-height: 1.667vw;
padding-bottom: 2.778vw;
}

.aarp-c-lp-dementia__formBottomSec-topContent {
display: flex;
}

.aem-GridColumn{
  padding: 0;
}
/*Form Section End*/



}

@media screen and (min-width: 1440px) {
  /*COGNITIVE*/
  .aarp-c-lp-dementia__cognitiveSec-heading{
    font-size: 50px;
    line-height: 62px;
    padding: 120px 0 35px;
  }
  .aarp-c-lp-dementia__cognitiveSec-headingLine {
    border-top: 4px solid #EC1300;
    width: 60px;
    padding-bottom: 45px;
  }
  .aarp-c-lp-dementia__cognitiveSec-firstPara, .aarp-c-lp-dementia__cognitiveSec-secondPara {
    font-size: 22px;
    line-height: 28px;
    width: 1200px;
    margin: 0 auto;
  }
  .aarp-c-lp-dementia__cognitiveSec-secondHeading {
    font-size: 30px;
    line-height: 38px;
    padding: 70px 0 40px;
    width: 1200px;
  }
  .aarp-c-lp-dementia__cognitiveSec-secondHeading::after, .aarp-c-lp-dementia__cognitiveSec-secondHeading::before{
    height: 4px;
    margin: 0 10px;
  }
  .aarp-c-lp-dementia__cognitiveSec-images {
    padding: 75px 0 140px;
  }
  .aarp-c-lp-dementia__cognitiveSec-img{
    width: 380px;
  }
  .aarp-c-lp-dementia__cognitiveSec-secondImg {
    margin: 0 30px;
  }

/*Red Carousel*/
  .aarp-c-lp-dementia__cognitiveSec-animation{
    height: 310px;
    max-width: 1440px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-text80 {
    font-size: 280px;
    height: 420px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-text80 sup {
      font-size: 120px;
      top: 90px;
    }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1, .aarp-c-lp-dementia__cognitiveSec-animation-section2, .aarp-c-lp-dementia__cognitiveSec-animation-section3{
    height: 310px;
    width: 1100px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-percentSymbol {
    font-size: 80px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-paragraphTxt {
    font-size: 30px;
    width: 741px;
    margin: 20px 0 0 -90px;
    line-height: 28px;
    padding-top: 10px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-rightTopSec{
    margin-left: 15px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section1-paragraphTxt sup, .aarp-c-lp-dementia__cognitiveSec-animation-section2-paragraphTxt sup, .aarp-c-lp-dementia__cognitiveSec-animation-section3-paragraphTxt sup{
    font-size: 15px;
  }
   .aarp-c-lp-dementia__cognitiveSec-animation-section3-paragraphTxt sup {
    top: 10px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-graph{
      width: 650px;
      height: 104px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation80{
    width: 420px;
  }
 /* .aarp-c-lp-dementia__cognitiveSec-animation-section1-rightSec {
    margin-top: -20px;
  }*/
  .aarp-c-lp-dementia__cognitiveSec-animation .slick-prev.slick-arrow {
    width: 36px;
    height: 135px;
    left: 120px;
    top: 95px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation .slick-next.slick-arrow {
    width: 36px;
    height: 135px;
    right: 120px;
    top: 95px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation .slick-list.draggable{
      width: 1100px;
      margin: 0 auto;
    }
  .aarp-c-lp-dementia__cognitiveSec-animation-text75 {
    font-size: 280px;
    height: 420px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-text75 sup {
    font-size: 120px;
    top: 60px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-paragraphTxt {
    font-size: 36px;
  line-height: 36px;
  width: 446px;
  margin-left: 15px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-arrowdownImgdown img {
    width: 32px;
    height: 56px;
  }

  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-arrowdownImgdown {
    position: relative;
    bottom: 70px;
    right: -61px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-piechartSec-animated-circle {
    position: relative;
    width: 200px;
    height: 200px;
    right: 0px;
    top: 5px;
  } 
.aarp-c-lp-dementia__cognitiveSec-animation-section3-paragraphTxt {
  font-size: 44px;
  line-height: 48px;
  width: 535px;
  font-weight: 600;
  padding-left: 30px;
  }

  .aarp-c-lp-dementia__cognitiveSec-animation-section2-peopleImg {
    width: 446px;
    height: 110px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-peopleImgSec {
    width: 442PX;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-section2-rightSec {
    margin-left: 40px;
  }
  @keyframes circlepiecenewout {
    from {
    right: -15px;
    top: -127px; /* Start with opacity 0 */
    }
    to {
        right: 7px;
        top: -150px; /* End with opacity 1 */
    }
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-circlepiece {
    right: -9px;
    top: -121px;
    width: 119px;
    height: 126px;
  }
  .aarp-c-lp-dementia__cognitiveSec-animation-circlehalf {
    left: 17px;
    width: 184px;
    height: 184px;
    top: 59px;
  }
  .circlepiecenew{
    position: relative;
    right: -14px;
    top: -127px;
  }
  .new-class {
    top: 10px;
  }
  .aarp-c-lp-dementia__policies-bottomSecContent {
    padding-bottom: 240px;
  }
/*Policies Section*/
.aarp-c-lp-dementia__policies-heading {
  font-size: 50px;
  line-height: 60px;
  padding: 250px 0 40px;
}
.aarp-c-lp-dementia__policies-topSecContent-heading {
  font-size: 45px;
  line-height: 52px;
  padding: 80px 0 50px;
}
.aarp-c-lp-dementia__policies-paraTxt, .aarp-c-lp-dementia__policies-topSecContent-paraTxt1List, .aarp-c-lp-dementia__policies-topSecContent-paraTxt2List{
  font-size: 20px;
  line-height: 25px;
}
.aarp-c-lp-dementia__policies-topSecContent {
  width: 1288px;
  border-radius: 50px;
}
.aarp-c-lp-dementia__policies-headingLine {
  border-top: 4px solid #EC1300;
  width: 60px;
}
.aarp-c-lp-dementia__policies-paraTxt {
  padding: 40px 0 70px;
  width: 1080px;
}

.aarp-c-lp-dementia__policies-topSecContent-questionSec1 {
  width: 420px;
}
.aarp-c-lp-dementia__policies-topSecContent-paraTxt1 sup, .aarp-c-lp-dementia__policies-topSecContent-paraTxt2 sup, .aarp-c-lp-dementia__policies-topSecContent-bankSecheading sup {
  font-size: 15px;
}

.aarp-c-lp-dementia__policies-topSecContent-leftRect {
  width: 410px;
  height: 255px;
}
.aarp-c-lp-dementia__policies-topSecContent-leftRectContent {
  padding: 18px 55px 0 50px;
}
.aarp-c-lp-dementia__policies-topSecContent-leftRectTxt {
  font-size: 20px;
  line-height: 24px;
  padding-top: 10px;
}

  .aarp-c-lp-dementia__policies-topSecContent-rightRect{
    width: 585px;
    height: 225px;
    margin-top: 40px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-rightRectContent {
    padding: 40px 20px 0 60px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-rightRectTxt {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-guideTxt, .aarp-c-lp-dementia__policies-topSecContent-bankSecheading{
    font-size: 22px;
    line-height: 28px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-guideTxt{
    padding: 20px 0 80px;
    width: 780px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-bankSecheading{
    padding: 70px 0 40px;
    width: 815px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-line {
    border: 2px solid #d2d2d2;
    width: 1150px;
  }
  .aarp-c-lp-dementia__policies-smallBankSec-txt, .aarp-c-lp-dementia__policies-bigBankSec-txt {
    font-size: 30px;
    line-height: 36px;
  }
  .aarp-c-lp-dementia__policies-bigBankSec {
    width: 450px;
    margin-left: 100px;
  }
  .aarp-c-lp-dementia__policies-smallBankSec {
    width: 380px;
  }
  .aarp-c-lp-dementia__policies-smallBankSec-listTxt, .aarp-c-lp-dementia__policies-bigBankSec-listTxt{
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
  }
  .aarp-c-lp-dementia__policies-bankSec {
    padding-bottom: 100px;
  }
  .aarp-c-lp-dementia__policies-bigBankSec-line {
    border-bottom: 4px solid #121212;
    width: 70px;
    margin-left: 15px;
  }
  .aarp-c-lp-dementia__policies-smallBankSec-line {
    border-bottom: 4px solid #121212;
    width: 70px;
    margin-left: 15px;
  }
  .aarp-c-lp-dementia__policies-smallBankImg, .aarp-c-lp-dementia__policies-bigBankImg {
    width: 98px;
  }
  .aarp-c-lp-dementia__policies-smallBankSec-list, .aarp-c-lp-dementia__policies-bigBankSec-list {
    margin: 15px 0 0 30px;
  }
  .aarp-c-lp-dementia__policies-topSecContent-questionSec2 {
    width: 585px;
    margin-left: 50px;
  }
    .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn::after {
    padding: 5px;
    border-width: 0 3px 3px 0;
    right: 25px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-additionalResrcsLink::after{
    border-width: 0 2px 2px 0;
    padding: 3px;
    margin: 0 0 1px 4px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordImage {
    width: 390px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordContentDetail {
    border-top: 1px solid #121212;
    height: 230px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordContent {
    border: 1px solid #121212;
    margin-bottom: 10px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordSec {
    width: 777px;
    margin-left: 33px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn {
    height: 60px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingTxt {
    font-size: 22px;
    line-height: 26px;
    padding-left: 15px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg1 {
    width: 31px;
    height: 32px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg{
    margin-left: 20px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg2 {
    width: 35px;
    height: 30px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg3 {
    width: 33px;
    height: 37px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg4 {
    width: 33px;
    height: 34px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg5 {
    width: 36px;
    height: 27px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordHeadingBtn-leftImg6 {
    width: 36px;
    height: 36px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-accordContentDetailTxt {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-additionalResrcsLinkTxt{
	margin-bottom: 9px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-voiceTxt{
    margin-bottom: 20px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-provenIntervnsHeading{
    margin-bottom: 30px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-provenIntervnsTxt, .aarp-c-lp-dementia__policies-bottomSec-machineLearningTxt {
    margin-left: 20px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-provenIntervnsCenterTxt {
    margin-left: 40px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-additionalResrcsTxt {
    margin: 15px 40px -10px 30px;
  }

  .aarp-c-lp-dementia__policies-bottomSec-accordContentDetailList {
    padding: 20px 70px 0 45px;
  }
  .aarp-c-lp-dementia__policies-bottomSec-heading {
    padding: 90px 0 50px;
    font-size: 40px;
    line-height: 54px;
    font-weight: 800;
  }


  .aarp-c-lp-dementia__videoSec {
    width: 1200px;
    margin: 0 auto;
    padding-top: 150px;
  }
  .aarp-c-lp-dementia__videoSec-videopopup img {
    width: 1200px;
  }
  .aarp-c-lp-dementia__videoTxtSec-heading {
    font-size: 70px;
line-height: 60px;
font-weight: 800;
width: 1100px;
margin: 0 auto;
text-align: center;
padding: 75px 0 25px;
letter-spacing: -3px;
  }
  .aarp-c-lp-dementia__videoTxtSec-headingLine {
    border-top: 4px solid #EC1300;
    width: 60px;
    margin: 0 auto;
  }
  .aarp-c-lp-dementia__videoTxtSec-paraTxt {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    width: 615px;
    margin: 0 auto;
    padding: 20px 0 35px;
  }
  .aarp-c-lp-dementia__videoTxtSec-link {
    display: block;
    width: 400px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 26px;
    color: #EC1300;
    font-weight: 600;
  }
  .aarp-c-lp-dementia__videoTxtSec-link::after {
    padding: 4px;
    margin: 0 0 2px 4px;
  }
  .modal-video-conatiner iframe {
    top: -100px;
    left: -280px;
    width: 1200px;
    height: 600px;
  }
  .close{
    left: 280px;
    top: -110px;
  }



/*Form Section Start*/
.aarp-c-lp-dementia__formSecContent {
width: 1200px;
}
.aarp-c-lp-dementia__formTopSec-heading {
font-size: 70px;
font-weight: 800;
padding: 160px 0 30px;
}
.aarp-c-lp-dementia__formTopSec-paraTxt {
font-size: 20px;
line-height: 24px;
padding-bottom: 40px;
}


/*Form Section End*/

}

