@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&amp;display=swap');

html {
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #E3E3E3;
    overflow-x: hidden;
    margin: 0;
    color: #333333;
}

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

*:focus {
    outline: none;
}

section {
    display: block;
}

a {
    text-decoration: none;
    color: #333;
}

.instruction .Buttons:hover,
.header .Buttons:hover,
.hero .Buttons:hover {
    color: #ffffff;
}


a:active,
a:hover {
    outline: 0
}

.wrapper {
    width: 1250px;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: normal !important;
}

.header {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px 0 10px;
    z-index: 99
}

.contianer {
    width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    padding-left: 40px;
}

.logo img {
    width: 147px;
}

.Buttons {
    background: #EC1300;
    color: #FFF;
    font-size: 22px;
    text-transform: uppercase;
    padding: 12px 47px 12px;
    line-height: 1.2;
    font-weight: 900;
    vertical-align: middle;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 25px;
}

.Buttons:hover {
    background: #CB1A10;
}

.promotion {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EC1300;
    padding: 15px 40px;
}

sup {
    font-size: 11px;
}

.save img {
    width: 118px;
    position: relative;
    top: 3px;
}

.promo_code {
    color: #fff;
    margin-left: 15px;
    line-height: 1.2;
}

.promo_code h4 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 3px;
    font-family: Source Sans Pro;
    font-weight: bold;
}

.title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 33px;
    margin-bottom: 3px;
}

.title span {
    font-family: Source Sans Pro;
    font-weight: 400;
}

.promo_code p {
    font-size: 22px;
    font-family: Source Sans Pro;
}

.promo_code p sup {
    font-size: 10px;
}

.promo_code p span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.promo_code p span.currDate {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
}

.hero {
    background: url(/content/dam/target-share/widgets/images/smartdriveronline-may-bg.jpg) no-repeat 0 0/100% auto;
    height: 543px;
    position: relative;
}

.hero h2 {
    color: #fff;
    font-size: 56px;
    position: relative;
    top: 120px;
    line-height: 1.2;
    width: 540px;
    left: 65px;
    font-family: 'Source Sans Pro', sans-serif;
}

.hero h2 small {
    font-size: 24px;
    position: absolute;
    top: 130px;
}

.hero .Buttons {
    position: absolute;
    padding: 10px 52px;
    font-size: 26px;
    margin: 0;
    bottom: 140px;
    left: 150px;
}

.signup {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 8px solid #EC1300;
    padding: 35px 0;
}

.signup p {
    font-size: 28px;
    text-align: center;
    width: 67%;
    line-height: 1.3;
    font-family: 'Source Sans Pro', sans-serif;
}

.signup img {
    width: 90px;
}

.red {
    color: #EC1300;
}

.benefits {
    background: #F2F2F2;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    padding: 30px 0 35px;
}

.cards {
    text-align: center;
    padding: 0 35px;
}

.cards:nth-child(2) {
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
}

.cards:nth-child(1) img {
    width: 80px;
}

.cards img {
    width: 92px;
}

.cards h3 {
    font-size: 30px;
    line-height: 1.3;
    margin: 20px 0 20px;
    text-transform: uppercase;
}

.cards p {
    font-size: 22px;
    line-height: 1.3;
    font-family: 'Source Sans Pro', sans-serif;
}

.instruction {
    background: #fff;
    padding: 35px 0 55px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.instruction h2 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: bold;
}

.instruction ul {
    text-align: left;
    width: 65%;
    padding-bottom: 35px;
    padding-left: 77px;
    /* margin: 0 0 45px 295px; */
    list-style: none;
    font-family: Source Sans Pro;
}

.instruction ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 20px;
}

.instruction ul li::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 21px;
    background: url("/content/dam/target-share/widgets/images/right_checmark_red.png") no-repeat;
    border-radius: 50%;
    left: -30px;
    top: 0px;
}

.instruction p {
    font-size: 32px;
    padding-bottom: 35px;
    font-family: 'Source Sans Pro', sans-serif;
}

.instruction .Buttons {
    margin: 0;
    font-size: 26px;
    padding: 10px 54px;
    display: inline-block;
}

.footer {
    padding: 30px 145px 30px;
    background: #fff;
    border-top: 8px solid #F2F2F2;
}

.footer p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #707070;
    margin-bottom: 5px;
}

.footer p img {
    width: 108px;
    margin-right: 15px;
}

.hartford {
    margin-bottom: 10px;
    min-height: 85px;
}

.hartford img {
    width: 75px;
    height: 75px;
    border: none;
    margin-left: 10px;
    float: left;
}

.hartford p {
    margin-left: 115px;
    width: 60%;
    padding-top: 55px;
}

.footer p sup {
    font-size: 10px;
}


@media (max-width: 1250px) {
    sup {
        font-size: 11px;
    }

    .promo_code p sup {
        font-size: 0.8vw;
    }

    .footer p sup {
        font-size: 0.8vw;
    }

    .wrapper,
    .contianer {
        width: 100%;
    }

    .header {
        padding: 1.2vw 0 0.8vw;
    }

    .logo {
        padding-left: 3.2vw;
    }

    .logo img {
        width: 11.76vw;
    }

    .Buttons {
        font-size: 1.6vw;
        padding: 0.88vw 3.76vw 0.8vw;
        margin-right: 3.2vw;
        margin-bottom: 0.4vw;
    }

    .promotion {
        margin-top: 5.68vw;
        padding: 1.5vw 0;
    }

    .save img {
        width: 9.44vw;
        margin: 0 5px;
    }

    .promo_code {
        margin-left: 1.2vw;
    }

    .promo_code h4 {
        font-size: 1.6vw;
        margin-bottom: 0.4vw;
    }

    .title {
        font-size: 2.56vw;
        margin-bottom: 0.4vw;
    }

    .promo_code p {
        font-size: 1.7vw;
    }

    .promo_code p span {
        font-size: 1.7vw;
    }

    .hero {
        height: 44vw;
        background-size: 100% 100%;
    }

    .hero h2 {
        font-size: 3.84vw;
        width: 43.2vw;
        top: 10.4vw;
        right: 2.6vw;
    }

    .hero h2 small {
        font-size: 1.92vw;
        top: 9.44vw;
    }

    .hero .Buttons {
        padding: 1.28vw 4.32vw;
        font-size: 1.92vw;
        bottom: 11.440vw;
        left: 12vw;
    }

    .signup {
        border-top: 0.64vw solid #EC1300;
        padding: 3vw 0 3vw;
    }

    .signup p {
        font-size: 2.08vw;
    }

    .signup img {
        width: 7.19vw;
    }

    .benefits {
        padding: 2.4vw 0 2.80vw;
    }

    .cards {
        padding: 0 3.2vw;
    }

    .cards img {
        width: 7.359vw;
    }

    .cards:nth-child(1) img {
        width: 6.4vw;
    }

    .cards h3 {
        font-size: 2.2vw;
        margin: 0.96vw 0 1.6vw;
    }

    .cards p {
        font-size: 1.4vw;
    }

    .instruction {
        padding: 2.80vw 0 4.39vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .instruction h2 {
        font-size: 2.88vw;
        margin-bottom: 1.6vw;
    }

    .instruction ul {
        /* margin: 0 0 3.750vw 27vw; */
        width: 65%;
        margin: 0 auto;
        padding-left: 9.5vw;
        padding-bottom: 3.5vw;
    }

    .instruction ul li::before {
        width: 3vw;
        height: 2.68vw;
        left: -3vw;
        top: 0.2vw;
        background-size: 77%;
    }

    .instruction ul li {
        margin-bottom: 0.8vw;
        font-size: 1.6vw;
    }

    .instruction p {
        font-size: 2.56vw;
        padding-bottom: 2.80vw;
    }

    .instruction .Buttons {
        font-size: 1.92vw;
        padding: 1.35vw 4.32vw 1.2vw;
    }

    .footer {
        padding: 2.08vw 11.60vw 2.88vw;
    }

    .footer p {
        font-size: 1.360vw;
        margin-bottom: 0.4vw;
    }

    .footer p img {
        width: 8.64vw;
        margin-right: 1.2vw;
    }

    .footer p:nth-child(1) {
        margin-bottom: 1.44vw;
    }

    .hartford p {
        margin-left: 11vw;
        width: 60%;
        padding-top: 4.4vw;
    }

    .hartford img {
        width: 6vw;
        height: 6vw;
        border: none;
        margin-left: 1vw;
    }

    .hartford {

        align-items: baseline;
        margin-bottom: 10px;
        min-height: auto;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    sup {
        font-size: 8px;
    }
    .aarp-c-footer-lp {
        /* padding: 1rem 10px !important; */
        line-height: 2 !important;
    }
}

@media (max-width: 700px) {

    .aarp-c-footer-lp {
        /* padding: 1rem 10px !important; */
        line-height: 2 !important;
    }
    sup {
        font-size: 7px;
    }

    .hartford p {
        margin-left: 75px !important;
        width: auto;
        padding-top: 48px !important;
    }

    .promo_code p sup,
    .footer p sup {
        font-size: 8px;
    }

    .header {
        padding: 10px 0;
    }

    .logo {
        padding-left: 15px;
        padding-top: 5px;
    }

    .logo img {
        width: 100px;
    }

    .Buttons {
        font-size: 13px;
        padding: 8px 23px;
        margin-right: 15px;
    }

    .promotion {
        margin-top: 52px;
        position: relative;
        padding: 0.4vw 0;
    }

    .save {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .save img {
        width: 75px;
    }

    .promo_code {
        margin: 0 15px;
        width: 96%;
    }

    .promo_code h4 {
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 85px;
    }

    .title {
        font-size: 20px;
        margin: 5px 0px 25px 85px;
        line-height: 1.2;
    }

    .promo_code p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .promo_code p span {
        font-size: 13px;
    }

    .hero {
        background: url(/content/dam/target-share/widgets/images/smartdriveronline-may-bg-mob.jpg) no-repeat 0 0/100% 100%;
        height: 97.5vw;
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
    }

    .hero br {
        display: none;
    }

    .hero h2 {
        position: relative;
        font-size: 8.125vw;
        padding: 0;
        left: 1vw;
        top: 7.8125vw;
        width: 77.813vw;
    }

    .hero h2 small {
        font-size: 3.75vw;
        top: 20.7vw;
    }

    .hero .Buttons {
        position: static;
        padding: 12px 40px;
        font-size: 17px;
        margin: 13.375vw 0 7.375vw;
    }

    .signup {
        flex-flow: column;
        padding: 15px 0 15px;
        border-top: 6px solid #EC1300;
    }

    .signup p {
        font-size: 17px;
        text-align: center;
        width: 84%;
        margin: 10px 0;
    }

    .benefits {
        flex-flow: column;
        padding: 25px 0
    }

    .cards h3 {
        font-size: 17px;
        margin: 10px 0 13px;
    }

    .cards p {
        font-size: 14px;
    }

    .cards {
        padding: 0 25px;
        width: 290px;
        margin: 0 auto;
    }

    .cards:nth-child(2) {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #B0B0B0;
        border-bottom: 1px solid #B0B0B0;
        padding: 15px 0;
        margin: 20px auto;
    }

    .cards img {
        width: 75px;
    }

    .cards:nth-child(1) img {
        width: 70px;
    }

    .instruction h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .instruction ul {
        width: 80%;
        margin: 0 auto 20px;
        padding-left: 15px;
        padding-right: 20px;
        padding-bottom: 0px;
    }

.instruction ul li {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.instruction ul li::before {
    width: 24px;
    height: 22px;
    left: -27px;
    top: 4px;
}

.instruction {
    background: #fff;
    padding: 35px 0 45px;
}

.instruction p {
    font-size: 18px;
    padding-bottom: 25px;
}

.instruction .Buttons {
    font-size: 16px;
    padding: 12px 35px;
}

.signup img {
    width: 90px;
}

.footer {
    padding: 20px 15px 10px;
}

.footer p:nth-child(2) {
    margin-bottom: 8px;
    position: relative;
}

.footer p img {
    width: 95px;
    margin: 0;
}

.footer p:nth-child(2) span {
    display: block;
    margin-bottom: 5px;
}

.footer p {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.footer p:nth-child(2)::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.footer .hartford img {
    width: 62px;
    height: 62px;
    margin-left: 0;
    margin-bottom: 9px;
}

.footer .hartford p {
    padding: 0;
    margin: 0;
}

.footer .hartford p::before {
    content: none;
}

}

@media (max-width: 500px) {
    .promo_code h4 {
        margin-bottom: 10px;
        margin-left: 80px;
    }

    .promo_code {
        margin: 0 10px;
    }

    .save {
        top: 4px;
        left: 5px;
    }

    .title {
        line-height: 1.2;
    }

    .title {
        font-size: 16px;
        margin: 0px 0px 10px 78px;
        height: auto;
        font-weight: bold;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    .save {
        top: 10px;
    }

}

@media only screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation : landscape) {
    .save {
        top: 3px !important;
    }

}

@media (max-width: 320px) {

    .wrapper,
    .contianer {
        width: 320px;
    }

    .hero {
        height: 312px;
    }

    .hero h2 small {
        top: 59px;
    }

    .hero h2 {
        font-size: 24px;
        padding: 0;
        width: 255px;
        left: 2px;
        top: 20px;
    }

}

@media (min-width: 1250px) {
    .aarp-c-footer-lp {
        width: 1250px;
        margin: 0 auto;
    }
}