
.aarp_lp_sweeps_modal {
    height: auto;
    position: fixed;
    background: #fff;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
}


.aarp_lp_sweeps_modal--overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.685);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    overflow-y: hidden;
    overflow-x: hidden;
    display: none;
}

.aarp_lp_sweeps_modal-content {
    position: relative;
    color: #121212;
    
}

.aarp_lp_sweeps_modal-close {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 30px;
    top: 12px;
    cursor: pointer;
    z-index: 100;
}

.aarp_lp_sweeps_modal-close img{
    width: 100%;
    height: auto;
}
.aarp_lp_sweeps_modal-heading {
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    padding-bottom: 10px;
}

.aarp_lp_sweeps_modal-subcontent {
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 10px;
}

.aarp_lp_sweeps_modal-bold {
    font-weight: 800;
}

.aarp_lp_sweeps_modal-list {
    padding-left: 20px;
}

.aarp_lp_sweeps_modal-listcontent {
    font-family: Lato;
    list-style: disc;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.aarp_lp_sweeps_modal-buttons {
    border-top: 1px solid #D5D5D5;
    display: flex;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
}

.aarp_lp_sweeps_modal-closebutton,
.aarp_lp_sweeps_modal-viewrulesbutton {
    display: flex;
    padding: 14px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.aarp_lp_sweeps_modal-closebutton {
    background: #EC1300;
}

a.aarp_lp_sweeps_modal-viewrulesbutton, a.aarp_lp_sweeps_modal-viewrulesbutton:hover, a.aarp_lp_sweeps_modal-viewrulesbutton:focus {
    background: #FFFFFF;
    border: 1px solid #EC1300;
    color: #EC1300;
    margin-left: 20px;
}


@media screen and (max-width:767px) {
    .aarp_lp_sweeps_modal{
        width: 335px;
    }
.aarp_lp_sweeps_modal-subcontent{
    font-size: 16px;
}

    .aarp_lp_sweeps_modal-heading {
        font-size: 20px;
        padding-bottom: 10px;
        line-height: 25px;
    }


    .aarp_lp_sweeps_modal-list {
        padding-left: 25px;
    }

    .aarp_lp_sweeps_modal-buttons {
        flex-direction: column;
        position: static;
    }

    .aarp_lp_sweeps_modal-closebutton {
        padding: 14px 120px;
    }

    .aarp_lp_sweeps_modal-viewrulesbutton {
        padding: 14px 60px;
        margin: 0 auto;
        margin-top: 10px;
    }
}

