<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hero {
    background-image: url("../images/hero_cancer.png");
}

#hero h2 {
    font-size: 52px;
    line-height: 52px;
    margin-top:10px;
}


#first_stat {
    background-image: url('../images/stat_1_cancer.png');
}
#second_stat {
    background-image: url('../images/stat_2_cancer.png');
}

#first_stat_copy_desktop {
    right:5%;
    left:inherit;
}


#statistics sup {
    vertical-align:inherit;
    position:relative;
    top:-5px;
}

#how_it_works {
    min-height: 766px;
    clear:both;
}

#hiw_hd_2 h2, #hiw_hd_3 h2 {
    position: relative;
     top: 0px; 
}

#hiw_bg_1, #hiw_bg_2, #hiw_bg_3, #hiw_bg_4 {
    height:393px;
    background-position-y:-95px;
}

#hiw_hd_1 {
    background-image:url('../images/hiw_accordion_hd_1.png');
    background-position-x:0px;
}
#hiw_bg_1 {
    background-image:url('../images/hiw_accordion_bg_1.png');
    background-position-x:0px;
}

#hiw_hd_2 {
    background-image:url('../images/hiw_accordion_hd_2.png');
}
#hiw_bg_2 {
    background-image:url('../images/hiw_accordion_bg_2.png');
}

#hiw_hd_3 {
    background-image:url('../images/hiw_accordion_hd_3.png');
}
#hiw_bg_3 {
    background-image:url('../images/hiw_accordion_bg_3.png');
}

#hiw_hd_4 {
    background-image:url('../images/hiw_accordion_hd_4.png');
    background-position-x:0px;
}
#hiw_bg_4 {
    background-image:url('../images/hiw_accordion_bg_4.png');
    background-position-x:0px;
}




.choice_box {
    width:32%;
}

.choice2 .choice_box {
    width: 49%;
}

.pad_left {
    margin-left:2%;
}

#ao_header_top {
    background-color:#f68b1b;
}

.sdb_link {
    color: #fff;
    z-index: 100;
    position: relative;
}


#add_on_1_full, #add_on_2_full {
    background-image: url(../images/nurse_duck_br.png);
}




#tab_bodies h4 
{
    margin-top:0px;
}
#tab_bodies h4.first_sub
{
    margin-top:20px;
}

#tabs th.first, #tabs td.first {
    width:34%;
}

#tabs th.option, #tabs td.option {
    width:22%;
}

#tabs .bold {
    font-family:'ProximaNovaSemiBold';
}

#tabs .option ul {
    list-style-type:disc;
    margin-bottom:20px;
}
#tabs .option li {
    margin-left:45px;
}

#tabs .blue {
    color:#00A7E1;
}


@media screen and (max-width: 1250px) {

    #hero h2 {
        font-size: 44px;
        line-height: 44px;
    }

    #hero p {
        font-size: 15px;
    }


    #first_stat_copy_desktop, #second_stat_copy_desktop {
        font-size: 18px;
        line-height: 25px;
        right:3%;
        top:27%;
    }

}

@media screen and (max-width: 1000px) {
    #hero h2 {
        font-size: 35px;
        line-height: 38px;
    }

    #add_ons h1 {
        font-family: 'ProximaNovaRegular';
        font-size: 32px;
        line-height: 36px;
    }
}

@media screen and (max-width: 780px) {
    
    #first_stat {
        background-image:url("../images/stat_1_cancer_mobile.png");
    }

    #second_stat {
        background-image:url("../images/stat_2_cancer_mobile.png");
    }

}


@media screen and (max-width: 780px) {
    #hero h2 {
        font-size: 24px;
        line-height: 28px;
    }

    #hero p {
        font-size: 11px;
        line-height: 15px;
    }

    .stat_disclaimer {
        font-size:10px;
    }

    #first_stat_copy_mobile, #second_stat_copy_mobile {
        width:auto;
        top: 18%;
        left: inherit;
        right: 5%;
    }

    #choice_splitter {
        display:none;
    }

    #add_ons h1 {
        font-size: 28px;
        line-height: 32px;
    }

    #tabs td.stroke {
        border:none;
    }
}


@media screen and (max-width: 570px) {
    #top_nav_mobile a {
        font-size:14px;
    }
    #choice_splitter {
        display:block;
    }
    .choice_box {
        width:49%;
    }

    .pad_left {
        margin-left:0%;
    }
    .pad_left_mobile {
        margin-left:2%;
    }

    #hiw_disclaimer_content_standalone p 
    {
        font-size:14px;
        line-height:18px;
    }

    #hiw_expand_standalone p, #hiw_contract_standalone p {
        font-size: 20px;
        line-height: 24px;
    }
}


@media screen and (max-width: 400px) 
{
    #top_nav_mobile a {
        font-size:12px;
    }

    #hero_copy_bottom h2 {
        font-size:28px;
        line-height:32px;
    }

    #hero_copy_bottom p {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 28px;
    }

    #first_stat_copy_mobile, #second_stat_copy_mobile {
        top: 12%;
    }

    #hiw_expand_standalone p, #hiw_contract_standalone p {
        font-size: 18px;
        line-height: 22px;
    }

    #add_ons h1 {
        font-size: 24px;
        line-height: 30px;
    }

    
}
</pre></body></html>