* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  max-width: 1440px;
  font: 12px Lato, Helvetica, sans-serif;
  color: #121212;
}

img {
  border: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.aarp-c-lp-hs {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  margin-top: 60px;
}

.aarp-c-lp-wrapper {
 max-width: 100%;
 background: linear-gradient(to right, #f5f5f5 50%, #fff 50%);
}

.mvc-u-page-footer {
  margin-top: 0px;
}


.aarp-c-lp-hs-leftBlock__content-heading,
.aarp-c-lp-hs-leftBlock__content-offerThree-heading {
  font-weight: 800;
}

.aarp-c-lp-hs-leftBlock__content-list-item--strike-txt {
  text-decoration: line-through;
}

.aarp-c-lp-hs-leftBlock__content-list-item--redText {
  color: #DD1200;
  font-weight: 700;
}

.aarp-c-lp-hs-leftBlock__content-offerThree-subText {
  font-weight: 400;
  color: #121212;
  text-align: center;
  letter-spacing: .01em;
}

.aarp-c-lp-hs-leftBlock__content-offerThree--redText {
  font-weight: 700;
  color: #DD1200;
}

/* .aarp-c-lp-hs-leftBlock__content, .aarp-c-lp-hs-leftBlock__content-offerThree, .aarp-c-lp-hs-leftBlock__content-offerFour, .aarp-c-pypSec-lp, .aarp-js-lp-hs--singleprem-join, .aarp-c-heroRight-lp, .aarp-c-heroRight-lp{
  display: none;
} */

/********* buttons code ************/

.aarp-c-lp-hs-leftBlock__bs-join .aarp-c-lp-hs-leftBlock__bs-join--joinNow:hover {
  background: #AB2125;
  color: #FFFFFF;
}

.aarp-c-lp-hs-leftBlock__bs-join--joinNow {
  /* border-radius: 25px;
  background: #EC1300;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  border: 2px solid #ec1300;
  line-height: 16px;
  padding: 15px 0 15px;
  width: 250px;
  font-size: 16px; */
  background: #EC1300;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 26px;
  max-width: 172px;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 24px;
}

.aarp-c-lp-hs-leftBlock__bs {
  display: inline-block;
}

.aarp-c-lp-hs-leftBlock__bs-renewText {
  color: #121212;
}

.aarp-c-lp-hs-leftBlock__bs-join--renew {
  color: #2172BF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}

.aarp-c-lp-hs a.aarp-c-lp-hs-leftBlock__bs-join--renew:hover {
  color: #486784;
  text-decoration: underline;
}

/* .aarp-c-lp-hs a.aarp-c-lp-hs-leftBlock__bs-join--renew::after {
  content: '';
  border: solid #2172BF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  color: #2172BF;
  margin: 0px 0px 1px 2px;
} */

/* .aarp-c-lp-hs a.aarp-c-lp-hs-leftBlock__bs-join--renew:hover::after {
  border: solid #486784;
  border-width: 0 2px 2px 0;
} */


.aarp-c-lp-hs-leftBlock__content-offerThree {
  display: none;
}

.aarp-c-lp-hs-leftBlock__content-list {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .aarp-c-lp-hs\@mobile {
    flex-flow: column;
    background: #F5F5F5;
  }

  .aarp-c-lp-hs-leftBlock__content\@mobile {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .aarp-c-lp-hs-leftBlock__content-cardImage\@mobile {
    margin-top: 20px;
    width: 80px;
  }

  .aarp-c-lp-hs-leftBlock__content-heading\@mobile {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    width: 72%;
    margin: 14px 0 16px;
  }

  .aarp-c-lp-hs-leftBlock__content-subText\@mobile {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
  }

  .aarp-c-lp-hs-leftBlock__content-list\@mobile {
    padding: 16px 28px 16px 50px;
  }

  .aarp-c-lp-hs-leftBlock__content-list-item\@mobile {
    list-style-type: disc;
    padding-bottom: 7px;
    font-size: 14px;
    max-width: 300px;
    color: #121212;
  }

  .aarp-c-lp-hs-leftBlock__content-offerThree\@mobile {
    display: flex;
    flex-flow: row;
    flex-direction: column;
    align-items: center;
  }

  .aarp-c-lp-hs-leftBlock__content-offerThree-heading\@mobile {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 16px;
    padding-top: 17px;
    color: #121212;
    text-align: center;
  }

  .aarp-c-lp-hs-leftBlock__content-offerThree-subText\@mobile {
    font-size: 20px;
    line-height: 26px;
    padding: 0 20px;
    width: 320px;
  }

  .aarp-c-lp-hs-leftBlock__content-offerFour-heading\@mobile {
    font-size: 24px;
    line-height: 32px;
    padding: 19px 23px 16px;
    text-align: center;
    font-weight: 800;
  }

  .aarp-c-lp-hs-leftBlock__content-offerFour-subtext\@mobile {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 0 21px 46px;
  }

  /**** Buttons code *****/
  .aarp-c-lp-hs-leftBlock__bs\@mobile {
    display: block;
    margin-top: 10px;
  }

  .aarp-c-pypSec-lp__pyp .aarp-c-lp-hs-leftBlock__bs\@mobile {
    margin-top: 35px;
  }

  .aarp-c-lp-hs-leftBlock__bs-renewText\@mobile {
    font-size: 15px;
    line-height: 18px;
    padding-top: 12px;
    text-align: center;
  }

  .aarp-c-lp-hs-leftBlock__bs-join--joinNow\@mobile {
    margin: 0 auto;
  }

  /**** extra note code*****/
  .aarp-c-lp-hs-leftBlock-extraNote\@mobile {
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #121212;
    padding-top: 20px;
    order: 2;
    padding-bottom: 30px;
  }

  .aarp-c-pypSec-lp.aarp-c-pypSec-lp\@tablet.aarp-c-pypSec-lp\@mobile.aarp-lp-js__pypContents {
    background: url(/content/dam/target-share/widgets/images/dynprm_graybox.png) no-repeat;
  }
}

@media screen and (min-width: 768px) {

  .aarp-c-lp-hs-leftBlock\@tablet {
    background: #F5F5F5;
    width: 56%;
  }

  .aarp-c-lp-hs-leftBlock__content\@tablet {
    background: #F5F5F5;
    padding: 24px 0 0 8.333vw;
  }

  .aarp-c-lp-hs-leftBlock__content-cardImage\@tablet {
    width: 60px;
    height: auto;
  }

  .aarp-c-lp-hs-leftBlock__content-heading\@tablet {
    font-size: calc(20px + (25 - 20) * ((100vw - 768px) / (987 - 768)));
    line-height: 36px;
  }

  .aarp-c-lp-hs-leftBlock__content-subText\@tablet {
    font-weight: 400;
    font-size: calc(15px + (19 - 15) * ((100vw - 768px) / (987 - 768)));
    line-height: 21px;
  }

  .aarp-c-lp-hs-leftBlock__content-list\@tablet {
    padding: 10px 50px 0px 22px;
    margin: 0 auto;
  }

  .aarp-c-lp-hs-leftBlock__content-list-item\@tablet {
    list-style-type: disc;
    padding-bottom: 4px;
    font-size: calc(13px + (19 - 13) * ((100vw - 768px) / (987 - 768)));
    line-height: 27px;
    color: #121212;
  }

  .aarp-c-lp-hs-leftBlock__content-offerThree\@tablet {
    display: flex;
    flex-flow: column;
  }

  .aarp-c-lp-hs-leftBlock__content-offerThree-heading\@tablet {
    font-size: calc(19px + 17*(100vw - 768px)/672);
    line-height: 2.778vw;
    padding-bottom: 1.597vw;
    padding-top: 6.181vw;
    color: #121212;
    text-align: center;
  }

  .aarp-c-lp-hs-leftBlock__content-offerThree-subText\@tablet {
    font-size: calc(12px + 8*(100vw - 768px)/672);
    line-height: 1.806vw;
    padding-bottom: 5.903vw;
  }

  .aarp-c-lp-hs-leftBlock__content-offerFour-heading\@tablet {
    font-size: calc(19px + (25 - 19) * ((100vw - 768px) / (987 - 768)));
    line-height: 50px;
    padding-bottom: 16px;
    font-weight: 800;
  }

  .aarp-c-lp-hs-leftBlock__content-offerFour-subtext\@tablet {
    font-size: calc(14px + (20 - 14) * ((100vw - 768px) / (987 - 768)));
    line-height: 26px;
    /* padding-bottom: 4.944vw; */
  }

  .aarp-c-lp-hs-leftBlock__content-offerFour\@tablet {
    padding: 50px 20px 0 8.333vw;
  }

  /***** buttons code *****/
  .aarp-c-lp-hs-leftBlock__bs\@tablet {
    padding: 2vw 0 0 8.333vw;
  }

  .aarp-c-lp-hs--pyp-join\@tablet {
    padding: 16px 0 14px;
  }

  .aarp-c-lp-hs-leftBlock__bs-join--joinNow\@tablet {
    max-width: 152px;
    padding: 8px 24px;
  }

  .aarp-c-pypSec-lp .aarp-c-lp-hs-leftBlock__bs-join--joinNow\@tablet {
    margin: 0 auto;
  }

  .aarp-c-lp-hs-leftBlock__bs-renewText\@tablet {
    font-size: calc(12px + (15 - 12) * ((100vw - 768px) / (987 - 768)));
    line-height: 12px;
    padding-top: 6px;
    /* text-align: center; */
  }

  .aarp-c-lp-hs-leftBlock__bs-join--renew {
    font-size: calc(12px + (15 - 12) * ((100vw - 768px) / (987 - 768)));
    line-height: 12px;
  }

  /**** extra note code*****/
  .aarp-c-lp-hs-leftBlock-extraNote\@tablet {
    font-size: calc(12px + (15 - 12) * ((100vw - 768px) / (987 - 768)));
    line-height: 15px;
    font-style: italic;
    color: #121212;
    padding-left: 8.333vw;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  /* .aarp-c-lp-hs a.aarp-c-lp-hs-leftBlock__bs-join--renew::after {
    padding: 2px;
    margin: 0px 0px 1px 2px;
  } */

  .aarp-c-pypSec-lp\@tablet {
    margin-left: 8.333vw;
  }
}

@media screen and (min-width: 987px) {

  .aarp-c-lp-hs-leftBlock {
    width: 56%;
    background: #F5F5F5;
  }

  .aarp-c-lp-hs-leftBlock__content {
    padding: 30px 0 0 70px;
  }

  .aarp-c-lp-hs-leftBlock__content-cardImage {
    width: 77px;
  }

  .aarp-c-lp-hs-leftBlock__content-heading,
  .aarp-c-lp-hs-leftBlock__content-offerThree-heading {
    font-size: 36px;
    line-height: 40px;
    margin: 10px 0 5px;
  }

  .aarp-c-lp-hs-leftBlock__content-subText {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
  }

  .aarp-c-lp-hs-leftBlock__content-list {
    padding: 12px 85px 0px 28px;

  }

  .aarp-c-lp-hs-leftBlock__content-list-item {
    list-style-type: disc;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 36px;
  }



  .aarp-c-lp-hs-leftBlock__content-offerThree-subText {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 85px;
    text-align: center;
  }

  .aarp-c-lp-hs-leftBlock__content-offerFour {
    padding: 72px 0 0 80px;
  }

  .aarp-c-lp-hs-leftBlock__content-offerFour-heading {
    font-size: calc(19px + (25 - 19) * ((100vw - 768px) / (987 - 768)));
    line-height: 50px;
    padding-bottom: 16px;

  }

  .aarp-c-lp-hs-leftBlock__content-offerFour-subtext {
    /* padding-bottom: 50px; */
    font-size: 20px;
    max-width: 90%;
  }

  .aarp-c-lp-hs-leftBlock__bs {
    /* padding: 20px 0 6px 100px; */
    padding: 20px 0 6px 70px;
    padding-top: 50px;
  }

  .aarp-c-lp-hs--pyp-join {
    padding: 16px 0 14px;
  }

  /**** buttons code ****/

  .aarp-c-lp-hs-leftBlock__bs-join--joinNow {
    max-width: 172px;
    padding: 14px 40px;
  }

  .aarp-c-lp-hs-leftBlock__bs-renewText {
    font-size: 15px;
    line-height: 18px;
    padding-top: 10px;
    /* text-align: center; */
  }

  /**** extra note code*****/
  .aarp-c-lp-hs-leftBlock-extraNote {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
    /* padding-left: 100px; */
    padding-left: 70px;
  }

  .aarp-c-pypSec-lp .aarp-c-lp-hs-leftBlock__bs-join--joinNow {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {


  .aarp-c-lp-hs-leftBlock {
    width: 56.2%;
  }

  .aarp-c-lp-hs-leftBlock__content {
    padding: 30px 0 20px 120px;
  }

  .aarp-c-lp-hs-leftBlock__content-offerFour-heading {
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 16px;
  }

  .aarp-c-lp-hs-leftBlock__content-offerFour-subtext {
    line-height: 40px;
    font-size: 24px;

  }

  .aarp-c-lp-hs-leftBlock__bs {
    padding: 10px 0 8px 120px;
   
  }

  .aarp-c-lp-hs--pyp-join {
    padding: 20px 0 16px;
  }

  .aarp-c-lp-hs-leftBlock-extraNote {
    padding-left: 120px;
    padding-top: 15px;
  }

  .aarp-c-lp-hs-leftBlock__bs-join--renew {
    font-size: 16px;
    line-height: 24px;
  }

  /* .aarp-c-lp-hs a.aarp-c-lp-hs-leftBlock__bs-join--renew::after {
    padding: 3px;
    margin: 0px 0px 1px 2px;
  } */
}

@media screen and (min-width: 1300px) {
  .aarp-c-lp-hs-leftBlock__content-offerFour {
    padding: 72px 0 0 120px;
  }
}

/* Hero logo Section Css*/
@media screen and (min-width: 768px) {
  .aarp-c-heroRight-lp\@tablet {
    display: flex;
    align-items: center;
    width: 345px;
    justify-content: center;
    padding-right: 20px;
  }

  .aarp-c-heroRight-lp__section\@tablet {
    width: 320px;
    margin: 0;
  }

  .aarp-c-heroRight-lp__text\@tablet {
    font-size: calc(12px + (15 - 12) * ((100vw - 768px) / (987 - 768)));
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 18px;
  }

  .aarp-c-pypSec-lp__rightSec {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .aarp-c-heroRight-lp__logos\@tablet {
    width: 320px;
  }

  .aarp-c-heroRight-lp__logos-ul\@tablet {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .aarp-c-heroRight-lp__logos-li\@tablet {
    list-style-type: none;
    line-height: 0;
  }

  .aarp-c-heroRight-lp__img\@tablet {
    width: 89px;
    display: block;
  }

}

@media screen and (min-width: 987px) {
  .aarp-c-heroRight-lp {
    width: 44%;
  }

  .aarp-c-heroRight-lp__section {
    width: 100%;
    margin: 0;
  }

  .aarp-c-heroRight-lp__text {
    font-size: 18px;
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
  }

  .aarp-c-heroRight-lp__logos {
    width: 100%;
  }

  .aarp-c-heroRight-lp__logos-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .aarp-c-heroRight-lp__logos-li {
    list-style-type: none;
    line-height: 0;
  }

  .aarp-c-heroRight-lp__img {
    width: 130px;
    display: block;
  }
}

@media screen and (min-width: 1200px) {

  .aarp-c-heroRight-lp__section {
    width: 460px;
    margin: 0;
  }

  .aarp-c-heroRight-lp {
    width: 540px;
    padding-right: 0;
  }

  .aarp-c-heroRight-lp__text {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .aarp-c-heroRight-lp__section\@mobile {
    max-width: 375px;
    width: 90%;
    margin: 0 auto 30px !important;
  }

  .aarp-c-heroRight-lp__text\@mobile {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 24px;
  }

  .aarp-c-heroRight-lp__logos\@mobile {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }

  .aarp-c-heroRight-lp__logos-ul\@mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .aarp-c-heroRight-lp__logos-li\@mobile {
    list-style-type: none;
    line-height: 0;
  }

  .aarp-c-heroRight-lp__img\@mobile {
    max-width: 94px;
    width: 100%;
    display: block;
  }
}


/* right Box Section Logos*/
.aarp-c-heroRight-lp {
  color: #121212;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}

.aarp-c-heroRight-lp__boxContents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
}

.aarp-c-heroRight-lp__box {
  display: flex;
  background: #fff;
  border: 1px solid #77726b;
  border-radius: 6px;
}

.aarp-c-heroRight-lp__box-heading {
  font-weight: 600;
  margin: 0;
}

.aarp-c-heroRight-lp__box-paragraph {
  margin: 0;
}

.aarp-c-heroRight-lp__box-heading-sup {
  font-size: 10px;
  line-height: 20px;
}

.aarp-c-heroRight-lp__logoContents-text {
  margin: 0;
  text-align: center;
  color: #121212;
  font-weight: 700;
}

.aarp-c-heroRight-lp__logoContents-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .aarp-c-heroRight-lp\@mobile {
    width: 100%;
    max-width: 375px;
  }

  .aarp-c-heroRight-lp__boxContents\@mobile {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 13px 0 0;
  }

  .aarp-c-heroRight-lp__box\@mobile {
    min-height: 110px;
    margin: 5px 0;
  }

  .aarp-c-heroRight-lp__box-image\@mobile {
    width: 87px;
    height: 50px;
    margin: 21px 0 0 16px;
  }

  .aarp-c-heroRight-lp__boxContents-fraudHelpline .aarp-c-heroRight-lp__box-image\@mobile {
    margin: 29px 0 0 15px;
  }

  .aarp-c-heroRight-lp__box-cardText\@mobile {
    padding-left: 10px;
    max-width: 220px;
  }

  .aarp-c-heroRight-lp__box-heading\@mobile {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0 8px;
  }

  .aarp-c-heroRight-lp__box-paragraph\@mobile {
    font-size: 16px;
    line-height: 20px;
  }

  .aarp-c-heroRight-lp__logoContents-text\@mobile {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0 16px;
    max-width: 320px;
    margin: 0 auto;
  }

  .aarp-c-heroRight-lp__logoContents-logos\@mobile {
    max-width: 340px;
    margin: 0 auto;
  }

  .aarp-c-heroRight-lp__logoContents-hilton\@mobile {
    width: 84px;
  }

  .aarp-c-heroRight-lp__logoContents-norton\@mobile {
    width: 131px;
  }

  .aarp-c-heroRight-lp__logoContents-att\@mobile {
    width: 91px;
  }
}

@media screen and (min-width: 768px) {
  .aarp-c-heroRight-lp\@tablet {
    width: 43.333vw;
  }

  .aarp-c-heroRight-lp__box\@tablet {
    width: 350px;
    height: auto;
    margin: 4px 0;
  }

  .aarp-c-heroRight-lp__box-image\@tablet {
    width: 80px;
    height: 46px;
    margin-top: 12px;
    margin-left: 19px;
  }

  .aarp-c-heroRight-lp__box-cardText\@tablet {
    padding: 9px 0 9px 16px;
  }

  .aarp-c-heroRight-lp__box-heading\@tablet {
    font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (987 - 768)));
    line-height: 16px;
    padding-bottom: 6px;
  }

  .aarp-c-heroRight-lp__box-paragraph\@tablet {
    font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (987 - 768)));
    line-height: 16px;
    max-width: 202px;
  }

  .aarp-c-heroRight-lp__logoContents-text\@tablet {
    font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (987 - 768)));
    line-height: 20px;
    padding: 0px 0 16px;
    max-width: 350px;
  }

  .aarp-c-heroRight-lp__logoContents-hilton\@tablet {
    width: 89px;
    height: auto;
  }

  .aarp-c-heroRight-lp__logoContents-norton\@tablet {
    width: 138px;
    height: auto;
    margin: 0 16px;
  }

  .aarp-c-heroRight-lp__logoContents-att\@tablet {
    width: 97px;
  }
}

@media screen and (min-width: 987px) {
  .aarp-c-heroRight-lp {
    max-width: 450px;
  }

  .aarp-c-heroRight-lp__box {
    width: 450px;
    height: 95px;
    margin: 5px 0;
  }

  .aarp-c-heroRight-lp__box-image {
    width: 103px;
    height: 59px;
    margin-top: 16px;
    margin-left: 25px;
  }

  .aarp-c-heroRight-lp__box-cardText {
    padding: 12px 0 12px 20px;
  }

  .aarp-c-heroRight-lp__box-heading {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
  }

  .aarp-c-heroRight-lp__box-paragraph {
    font-size: 16px;
    line-height: 20px;
    max-width: 260px;
  }

  .aarp-c-heroRight-lp__logoContents-text {
    font-size: 18px;
    line-height: 26px;
    padding: 0px 0 20px;
    max-width: 450px;
  }

  .aarp-c-heroRight-lp__logoContents-hilton {
    width: 115px;
  }

  .aarp-c-heroRight-lp__logoContents-norton {
    width: 178px;
    margin: 0 20px;
  }

  .aarp-c-heroRight-lp__logoContents-att {
    width: 125px;
  }
}

/* Single premium section*/
.aarp-c-singleprem-lp {
  background: #fff;
  display: none;
}

@media screen and (min-width: 768px) {
  .aarp-c-singleprem-lp__block\@tablet {
    display: flex;
    align-items: center;
  }

  .aarp-c-singleprem-lp\@tablet {
    width: 80%;
    margin-bottom: 20px;
    position: relative;
    margin-left: 7.333vw;
    margin-top: 20px;
  }

  .aarp-c-singleprem-lp-image\@tablet {
    width: 70px;
  }

  .aarp-c-singleprem-lp__statictxt\@tablet {
    font-weight: 400;
    color: #121212;
    font-size: calc(12px + (15 - 12) * ((100vw - 768px) / (987 - 768)));
    line-height: 20px;
    padding: 0 3px 0 20px;
    width: 245px;
  }

  .aarp-c-singleprem-lp__statictxt-Free\@tablet {
    font-weight: 900;
  }
}

@media screen and (min-width: 1400px) {
  .aarp-c-pypSec-lp .aarp-c-pypSec-lp__leftSection {
    padding: 30px 20px 0 0px;
  }
}

@media screen and (min-width: 987px) {
  .aarp-c-singleprem-lp {
    margin-bottom: 31px;
    margin-left: 80px;
    width: 75%;
    margin-top: 15px;
  }

  .aarp-c-singleprem-lp-image {
    width: 100px;
  }

  .aarp-c-singleprem-lp__statictxt-Free {
    font-weight: 900;
  }

  .aarp-c-singleprem-lp__statictxt {
    font-size: 16px;
    padding: 0 16px 0 20px;
    width: 280px;
  }
}

@media screen and (min-width: 1200px) {
  .aarp-c-singleprem-lp {
    margin-left: 110px;
    width: 70%;
    margin-top: 5px;
    line-height: 26px;
  }

  .aarp-c-singleprem-lp__statictxt {
    font-size: 20px;
    line-height: 25px;
    width: 345px;
  }

  .hero-banner-lp-c__left__extra-note {
    padding-left: 120px;
  }
}

@media screen and (min-width: 1300px) {
  .aarp-c-singleprem-lp {
    margin-left: 120px;
    width: 65%;
  }
}


@media screen and (max-width: 767px) {
  .aarp-c-singleprem-lp\@mobile {
    background: unset;
    padding: 45px 0 30px;
    justify-content: center;
  }

  .aarp-c-singleprem-lp__block\@mobile {
    display: flex;
    justify-content: center;
  }

  .aarp-c-singleprem-lp__statictxt\@mobile {
    font-weight: 400;
    color: #121212;
    font-size: 18px;
    line-height: 22px;
    padding: 7px 23px 5px 20px;
    order: 1;
  }

  .aarp-c-singleprem-lp-image\@mobile {
    width: 145px;
    order: 0;
    padding-left: 33px;
  }

  .aarp-c-singleprem-lp__statictxt-Free\@mobile {
    font-weight: 900;
  }

}

@media screen and (max-width: 320px) {
  .aarp-c-singleprem-lp-image\@mobile {
    width: 110px;
    padding-left: 25px;
  }

  .aarp-c-singleprem-lp__statictxt\@mobile {
    padding: 7px 23px 5px 15px;
  }
}

/* PYP section CSS */

.aarp-c-pypSec-lp {
  color: #121212;
  margin: 20px auto 0px;
  max-width: 1440px;
  display: none;
  font-family: Lato, sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

.aarp-c-pypSec-lp__text {
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.aarp-c-pypSec-lp__leftSection-text-bldTxt {
  font-weight: 900;
}

.aarp-c-pypSec-lp__pyp {
  display: flex;
}

.aarp-c-pypSec-lp__dynPrem,
.aarp-c-pypSec-lp__dynPremtwo {
  border: 2px solid #f1f1f1;
  border-radius: 8px;
  width: 127px;
  min-height: 129px;
  display: flex;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.aarp-lp-pyp--active {
  border: 2px solid #039ae6;
}

.aarp-c-pypSec-lp__arrow {
  position: absolute;
}

.aarp-lp-pyp--active .aarp-c-pypSec-lp__arrow {
  background: url(/content/dam/target-share/widgets/images/bluetick_selected.png) no-repeat;
  background-size: auto;
  background-size: 100% auto;
}

.aarp-c-pypSec-lp__premName {
  text-align: center;
  margin-bottom: 5px;
}

.aarp-c-pypSec-lp__PremText {
  font-weight: 700;
  word-break: break-word;
}

@media screen and (max-width:767px) {

  .aarp-c-pypSec-lp__pyp {
    margin-bottom: 30px;
  }

  .aarp-c-pypSec-lp\@mobile {
    max-width: 315px;
    flex-direction: column;
    align-items: center;
  }

  .aarp-c-pypSec-lp__text\@mobile {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 700;
    bottom: 13px;
    position: relative;
  }

  .aarp-c-pypSec-lp__dynPrem\@mobile,
  .aarp-c-pypSec-lp__dynPremtwo\@mobile {
    border-radius: 12px;
    width: 124px;
    min-height: 126px;
  }

  .aarp-c-pypSec-lp__arrow\@mobile,
  .aarp-lp-pyp--active .aarp-c-pypSec-lp__arrow\@mobile {
    width: 20px;
    height: 20px;
    left: -8px;
    top: -8px;
  }

  .aarp-c-pypSec-lp__image\@mobile {
    height: 65px;
    margin: 10px 0 0;
  }

  .aarp-c-pypSec-lp__PremText\@mobile {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 0 4px;
  }

  .aarp-c-pypSec-lp__dynPremtwo\@mobile {
    margin-left: 20px;
  }
}

@media screen and (min-width:768px) {
  /* .aarp-c-pypSec-lp\@tablet {
    max-width: 380px;
  } */

  .aarp-c-pypSec-lp__leftSection\@tablet {
    padding: 26px 10px 0 65px;
  }

  .aarp-c-pypSec-lp__text\@tablet {
    font-size: 17px;
    line-height: 22px;
    width: 120px;
  }

  .aarp-c-pypSec-lp__dynPrem\@tablet,
  .aarp-c-pypSec-lp__dynPremtwo\@tablet {
    border-radius: 6px;
    width: 90px;
    min-height: 80px;
  }

  .aarp-c-pypSec-lp__arrow\@tablet,
  .aarp-lp-pyp--active .aarp-c-pypSec-lp__arrow\@tablet {
    width: 16px;
    height: 16px;
    left: -8px;
    top: -6px;
  }

  .aarp-c-pypSec-lp__image\@tablet {
    height: 42px;
    margin: 5px 0 0;
  }

  .aarp-c-pypSec-lp__PremText\@tablet {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 0 4px;
  }

  .aarp-c-pypSec-lp__dynPremtwo\@tablet {
    margin-left: 16px;
  }

  .aarp-c-pypSec-lp__premName {
    margin-bottom: 0px;
  }
}

@media screen and (min-width:987px) {
  .aarp-c-pypSec-lp {
    /* max-width: 605px; */
    max-width: 525px;
  }

  .aarp-c-pypSec-lp__leftSection {
    padding: 30px 20px 0 30px;
  }

  .aarp-c-pypSec-lp__text {
    font-size: 32px;
    line-height: 38px;
    width: 208px;
  }

  .aarp-c-pypSec-lp__dynPrem,
  .aarp-c-pypSec-lp__dynPremtwo {
    border-radius: 8px;
    width: 127px;
    min-height: 129px;
  }

  .aarp-c-pypSec-lp__arrow,
  .aarp-lp-pyp--active .aarp-c-pypSec-lp__arrow {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -8px;
  }

  .aarp-c-pypSec-lp__image {
    height: 60px;
    margin: 10px 0 0;
  }

  .aarp-c-pypSec-lp__PremText {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0 5px;
  }

  .aarp-c-pypSec-lp__dynPremtwo {
    margin-left: 20px;
  }
}
