* {
    outline: none;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    background: #ffffff;
    padding: 0;
    margin: 0;
}

p,
h1,
h2,
ol,
ul,
li,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

.aarp-c-lp-fightCalc-wrapper {
    font-size: 12px;
    margin: 60px auto 0;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #121212;
    background: linear-gradient(to right, #f4f4f4 50%, #ffffff 50%);
}

.aarp-c-lp-fightCalc-heroBanner {
    display: flex;
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
}

.aarp-c-lp-fightCalc-heroLeft {
    background: #f4f4f4;
    display: flex;
    align-items: center;
}

.aarp-c-lp-fightCalc-heroLeft-heading {
    font-weight: 800;
}

.aarp-c-lp-fightCalc-heroLeft-list {
    list-style-type: none;
}

.aarp-c-lp-fightCalc-heroLeft-listitem {
    font-weight: 400;
    list-style: disc;
}

.aarp-c-lp-fightCalc-heroLeft-red {
    color: #DD1200;
    font-weight: 800;
}

.aarp-c-lp-fightCalc-heroLeft-joinNow {
    border-radius: 26px;
  font-weight: 700;
  display: inline-block;
  background: #ec1300;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 40px;
  min-width: 172px;
}

.aarp-c-fightCalc-heroLeft-buttonsec .aarp-c-lp-fightCalc-heroLeft-joinNow:hover, .aarp-c-fightCalc-heroLeft-buttonsec .aarp-c-lp-fightCalc-heroLeft-joinNow:focus {
    background: #ab2125;
  color: #fff;
}

.aarp-c-lp-fightCalc-heroLeft-renew {
    color: #2172bf;
  text-decoration: underline;
  font-weight: 700;
}

.aarp-c-fightCalc-heroLeft-buttonsec .aarp-c-lp-fightCalc-heroLeft-renew:hover, .aarp-c-fightCalc-heroLeft-buttonsec .aarp-c-lp-fightCalc-heroLeft-renew:focus, .aarp-c-fightCalc-heroLeft-buttonsec .aarp-c-lp-fightCalc-heroLeft-renew:hover::after, .aarp-c-fightCalc-heroLeft-buttonsec .aarp-c-lp-fightCalc-heroLeft-renew:focus::after {
    color: #486784;
    text-decoration: underline;
}

/* .aarp-c-lp-fightCalc-heroLeft-renew::after {
   content: "";
   border: solid #2172bf;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 1px 2px;
} */

/*Right sec*/
.aarp-c-lp-fightCalc-heroRight-contents {
    border-bottom: 1px solid #D5D5D5;
    display: flex;
}
.aarp-c-lp-fightCalc-heroRight-heading {
    font-weight: 800;
}
.aarp-c-lp-fightCalc-heroRight-link {
    font-weight: 700;
    color: #EC1300;
    text-decoration: none;
}

.aarp-c-lp-fightCalc-heroRight-textsec .aarp-c-lp-fightCalc-heroRight-link:hover, .aarp-c-lp-fightCalc-heroRight-textsec .aarp-c-lp-fightCalc-heroRight-link:focus {
    text-decoration: underline;
    color: #EC1300;
}
.aarp-c-lp-fightCalc-heroRight-link::after {
    content: "";
    border: solid #EC1300;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 1px 3px;
}


@media screen and (max-width: 767px) {
    .aarp-c-lp-fightCalc-wrapper\@mobile {
        margin-top: 114px;
        background: none;
    }
    .aarp-c-lp-fightCalc-heroBanner\@mobile {
        flex-direction: column;
        padding: 0 0 32px;
    }
    .aarp-c-lp-fightCalc-heroLeft-contents\@mobile {
        padding: 18px 30px 0px;
    }
    .aarp-c-lp-fightCalc-heroLeft-heading\@mobile {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 12px;
    }
    .aarp-c-lp-fightCalc-heroLeft-subheading\@mobile, .aarp-c-lp-fightCalc-heroLeft-list\@mobile, .aarp-c-lp-fightCalc-heroLeft-saveText\@mobile, .aarp-c-lp-fightCalc-heroLeft-alrMem\@mobile, .aarp-c-lp-fightCalc-heroLeft-disclaimer\@mobile, .aarp-c-lp-fightCalc-heroRight-heading\@mobile {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 12px;
    }
    .aarp-c-lp-fightCalc-heroLeft-list\@mobile {
        padding-left: 20px;
        padding-right: 5px;
        padding-bottom: 24px;
    }
    .aarp-c-fightCalc-heroLeft-buttonsec\@mobile {
        display: flex;
        flex-direction: column;
    }
    .aarp-c-lp-fightCalc-heroLeft-joinNow\@mobile {
        padding: 0px;
        width: 315px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .aarp-c-lp-fightCalc-heroLeft-alrMem\@mobile {
        padding: 10px 0 18px;
    }

    /* Right section */
    .aarp-c-lp-fightCalc-heroRight-contentsec\@mobile {
        padding: 32px 15px 0;
    }
    .aarp-c-lp-fightCalc-heroRight-contents\@mobile {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .aarp-c-lp-fightCalc-heroRight-contents\@mobile:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .aarp-c-lp-fightCalc-heroRight-img\@mobile {
        width: 106px;
        height: auto;
    }
    .aarp-c-lp-fightCalc-heroRight-images\@mobile {
        width: 106px;
        height: 60px;
    }
    .aarp-c-lp-fightCalc-heroRight-textsec\@mobile {
        padding-left: 16px;
    }
    .aarp-c-lp-fightCalc-heroRight-heading\@mobile {
        padding: 0px;
    }
    .aarp-c-lp-fightCalc-heroRight-subheading\@mobile {
        font-size: 14px;
        line-height: 21px;
    }
    .aarp-c-lp-fightCalc-heroRight-link\@mobile {
        font-size: 16px;
        line-height: 20px;
    }
    .aarp-c-lp-fightCalc-heroRight-link\@mobile::after {
        margin: 0 0 1px 5px;
    }
}

@media screen and (max-width: 375px) {
    .aarp-c-lp-fightCalc-heroLeft-contents\@mobile {
        padding: 18px 10px 0px;
    }
    .aarp-c-lp-fightCalc-heroLeft-heading\@mobile {
        font-size: 22px;
        line-height: 28px;
    }
    .aarp-c-lp-fightCalc-heroLeft-subheading\@mobile, .aarp-c-lp-fightCalc-heroLeft-list\@mobile, .aarp-c-lp-fightCalc-heroLeft-saveText\@mobile, .aarp-c-lp-fightCalc-heroLeft-alrMem\@mobile, .aarp-c-lp-fightCalc-heroLeft-disclaimer\@mobile, .aarp-c-lp-fightCalc-heroRight-heading\@mobile {
        font-size: 14px;
        line-height: 22px;
    }
    .aarp-c-lp-fightCalc-heroLeft-joinNow\@mobile {
        width: 300px;
    }
    .aarp-c-lp-fightCalc-heroRight-images\@mobile, .aarp-c-lp-fightCalc-heroRight-img\@mobile {
        width: 95px;
    }
    .aarp-c-lp-fightCalc-heroRight-textsec\@mobile {
        padding-left: 10px;
    }
    .aarp-c-lp-fightCalc-heroRight-link\@mobile {
        font-size: 14px;
    }
    .aarp-c-lp-fightCalc-heroRight-link::afte {
        padding: 2px;
    }
}

@media screen and (min-width: 768px) {
    .aarp-c-lp-fightCalc-heroLeft\@tablet {
        width: 56.25vw;
    }

    .aarp-c-lp-fightCalc-heroLeft-contents\@tablet {
        padding: 0vw 3.125vw 0 8.264vw;
    }

    .aarp-c-lp-fightCalc-heroLeft-heading\@tablet {
        font-size: calc(19px + (36 - 19) * ((100vw - 768px) / (1440 - 768)));
        line-height: 40px;
        padding-bottom: 0.833vw;
    }

    .aarp-c-lp-fightCalc-heroLeft-subheading\@tablet {
        font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1440 - 768)));
        line-height: 19px;
        padding-bottom: 0.833vw;
    }

    .aarp-c-lp-fightCalc-heroLeft-list {
        margin-bottom: 1.667vw;
    }

    .aarp-c-lp-fightCalc-heroLeft-listitem\@tablet {
        font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1440 - 768)));
        line-height: 19px;
        margin-left: 1.389vw;
    }
    .aarp-c-lp-fightCalc-heroLeft-saveText\@tablet {
        font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1440 - 768)));
        line-height: 19px;
    }

    .aarp-c-lp-fightCalc-heroLeft-joinNow\@tablet {
        padding: 8px 24px;
        min-width: 152px;
    }
    .aarp-c-fightCalc-heroLeft-buttonsec {
        margin-top: 0.833vw;
    }
    .aarp-c-lp-fightCalc-heroLeft-alrMem\@tablet {
        font-size: calc(12px + (15 - 12) * ((100vw - 768px) / (1440 - 768)));
        line-height: 18px;
        padding: 1vw 0 1vw;
    }
    .aarp-c-lp-fightCalc-heroLeft-renew\@tablet::after {
        padding: 2px;
    }
    .aarp-c-lp-fightCalc-heroLeft-disclaimer\@tablet {
        font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1440 - 768)));
        line-height: 19px;
    }

    /* Right section */
    .aarp-c-lp-fightCalc-heroRight\@tablet {
        width: 43.889vw;
    }
    .aarp-c-lp-fightCalc-heroRight-contentsec\@tablet {
        margin: 3.958vw 4.306vw;
    }
    .aarp-c-lp-fightCalc-heroRight-contents\@tablet {
        margin-bottom: 1.389vw;
    }
    .aarp-c-lp-fightCalc-heroRight-contents:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .aarp-c-lp-fightCalc-heroRight-textsec\@tablet {
        padding: 0 0 1.389vw 1.597vw;
    }
    .aarp-c-lp-fightCalc-heroRight-contents:last-child .aarp-c-lp-fightCalc-heroRight-textsec:last-child{
        padding-bottom: 0px;
    }
    .aarp-c-lp-fightCalc-heroRight-img\@tablet {
        width: 7.361vw;
        height: 4.583vw;
    }
    .aarp-c-lp-fightCalc-heroRight-images\@tablet {
        width: 7.361vw;
        height: 4.167vw;
    }

    .aarp-c-lp-fightCalc-heroRight-heading\@tablet {
        font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1440 - 768)));
        line-height: 19px;
    }
    .aarp-c-lp-fightCalc-heroRight-subheading\@tablet {
        font-size: calc(12px + (14 - 12) * ((100vw - 768px) / (1440 - 768)));
        line-height: 19px;
    }
    .aarp-c-lp-fightCalc-heroRight-link\@tablet {
        font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1440 - 768)));
        line-height: 18px;
    }
    .aarp-c-lp-fightCalc-heroRight-link\@tablet::after {
        padding: 2px;
    }
}

@media screen and (min-width: 967px) {
    .aarp-c-lp-fightCalc-heroLeft-listitem {
        line-height: 24px;
    }
    .aarp-c-lp-fightCalc-heroRight-subheading {
        line-height: 21px;
    }
   
}

@media screen and (min-width: 1200px) {
    .aarp-c-lp-fightCalc-heroLeft-renew::after {
        padding: 3px;
    }
     .aarp-c-lp-fightCalc-heroRight-link::after {
        padding: 3px;
    }
}

@media screen and (min-width: 1440px) {
    .aarp-c-lp-fightCalc-heroLeft {
        width: 810px;
    }

    .aarp-c-lp-fightCalc-heroLeft-contents {
        padding: 0px 45px 0 119px;
    }

    .aarp-c-lp-fightCalc-heroLeft-heading {
        font-size: 36px;
        line-height: 45px;
        padding-bottom: 12px;
    }

    .aarp-c-lp-fightCalc-heroLeft-subheading {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .aarp-c-lp-fightCalc-heroLeft-list {
        margin-bottom: 24px;
    }

    .aarp-c-lp-fightCalc-heroLeft-listitem {
        font-size: 16px;
        line-height: 24px;
        margin-left: 20px;
    }
    .aarp-c-lp-fightCalc-heroLeft-saveText {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 12px;
    }
    .aarp-c-lp-fightCalc-heroLeft-joinNow {
        padding: 14px 40px;
        min-width: 172px;
    }
    .aarp-c-lp-fightCalc-heroLeft-alrMem {
        font-size: 15px;
    line-height: 18px;
    padding: 10px 0 10px;
    }
    .aarp-c-lp-fightCalc-heroLeft-disclaimer {
        font-size: 16px;
        line-height: 24px;
    }

    /* Right section */
    .aarp-c-lp-fightCalc-heroRight {
        width: 632px;
    }
    .aarp-c-lp-fightCalc-heroRight-contentsec {
        margin: 57px 62px;
    }
    .aarp-c-lp-fightCalc-heroRight-contents {
        margin-bottom: 20px;
    }
    .aarp-c-lp-fightCalc-heroRight-textsec {
        padding: 0 0 20px 23px;
    }
    .aarp-c-lp-fightCalc-heroRight-img {
        width: 106px;
        height: 66px;
    }
    .aarp-c-lp-fightCalc-heroRight-images {
        width: 106px;
        height: 60px;
    }
    .aarp-c-lp-fightCalc-heroRight-heading {
        font-size: 16px;
        line-height: 24px;
    }
    .aarp-c-lp-fightCalc-heroRight-subheading {
        font-size: 14px;
        line-height: 21px;
    }
    .aarp-c-lp-fightCalc-heroRight-link {
        font-size: 16px;
        line-height: 20px;
    }
   
}