<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cares-menu {
    background-color: #019dd5
}

#cares-menu .menu-item {
    display: inline-block;
    /*TM width: 33.333%;*/
    width: 49.9%;
}

#cares-menu .menu-item a {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 0;
}

#cares-menu .menu-item a .show-large {
    display: none;
}

@media screen and (min-width:500px) {
    #cares-menu .menu-item a {
        font-size: 16px;
    }

    #cares-menu .menu-item a .show-large {
        display: inline;
    }
}

#cares-menu .menu-item a.active {
    background-color: #1D70A9;
}

#cares-menu .menu-item a.active:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-top: solid 10px #1D70A9;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}



.under999 {
    display: none;
}

.desktop_only {

}
@media screen and (max-width: 999px) {
    .under999 {
        display: block;
    }
    .desktop_only {
        display: none;
    }
}

.darktext {
    color: #3b3b3b;
    background-color: #fff;
}

.col2 {
    width: 50%;
    float: left;
}



.video_thumb {
    background-image: url('/_global-assets/dagger/care/img/play_button_large.png');
    background-size: 100%;
    position: absolute;
    cursor: pointer;
}




#careworld {
    background-image: url('/_global-assets/dagger/care/img/dan_desktop.jpg');
    position: relative;
    padding-top: 15%;
    padding-bottom: 15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#careworld h1 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#careworld p {
    width: 60%;
    margin-left: 20%;
}

.video_thumb.small {
    width: 6%;
    padding-bottom: 6%;
    left:  47%;
    top:  66%;
}

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

    #careworld {
        background-image: url('/_global-assets/dagger/care/img/dan_mobile.jpg');
    }   
}

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

    #careworld {
        padding-top: 25%;
    }
    .video_thumb.small {
        width: 10%;
        padding-bottom: 10%;
        left: 45%;
        top: 70%;
    }

    
}

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

    #careworld {
        padding-top: 35%;
    }

    #careworld p {
        width: 80%;
        margin-left: 10%;
    }
}



#bottom_cta {
    padding-top: 60px;
    padding-bottom: 80px;
}

#bottom_contact {
    min-width: 200px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 18px;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: 0.1s;
    transition: 0.1s;

    font-family: 'ProximaNovaSemibold';
    border: none;
    cursor: pointer;
    text-decoration: none;
}

#bottom_cta .whitebg:hover, #bottom_cta .whitebg:focus {
    background-color: #f0f0f0;
    color: #019dd5;
}
#bottom_cta:focus, #bottom_cta:focus {
    background-color: #f0f0f0;
}




#care_index {
    background-color: #e5f6fd;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

#care_index h2 {
    font-family: 'ProximaNovaBlack';
    color: #00a7e1;
}



#care_index .col2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#careindex_logo_holder {
    text-align: center;
}
#careindex_logo {
    width: 247px;
    margin-top: 20px;
}

#care_index h2, #care_index h3 {
    text-align: center;
    color: #00a7e1;
}

#care_index_details {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#care_index_details p {
    margin-left: 10%;
    margin-right: 10%;
}

#care_index .display2 {
    font-size: 40px;
}

#care_index h3 {
    font-size: 3em;
    font-family: 'ProximaNovaBold';
}
.care_stat p {
    text-align: center;
    color: #00a7e1;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


.pdf_icon {
    position: relative;
    width: 20px;
    top: 4px;
    padding: 0px 10px;
}

#map_container {
    clear: both;
    text-align: center;
    padding-bottom: 20px;
}

#map_container h2 {
    font-size: 40px;
    line-height: 48px;
}

#map_container img {
    width: 100%;
}

#map_container .vcenter {
    margin-top: 115px;
}

#map_container p {
    vertical-align: center;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

#care_map_mobile {
    display: none;
}

#state_map_source {
    margin-bottom: 80px;
    color: #00a7e1;
}



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

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

    #care_map_desktop {
        display: none;
    }
    #care_map_mobile {
        display: block;
    }

    #care_index .col2 {
        width: 100%;
        float: inherit;
    }
    #map_container .vcenter {
        margin-top: 0px;
    }

    #care_index_details h2 {
        text-align: center;
    }
    #care_index_details p {
        text-align: center;
    }

}

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

    #care_index .display2 {
        font-size: 30px;
        line-height: 30px;
    }
    #map_container h2 {
        font-size: 30px;
        line-height: 30px;
    }
    
}

@media screen and (max-width: 600px) {
    #care_index .display2 {
        font-size: 24px;
        line-height: 24px;
    }
    #map_container h2 {
        font-size: 24px;
        line-height: 24px;
    }
    
}

@media screen and (max-width: 480px) {
    #care_index .display2 {
        font-size: 18px;
        line-height: 18px;
    }
    #map_container h2 {
        font-size: 18px;
        line-height: 18px;
    }

}










#c3_image {
    background-color: #aaaaaa;
    background-image: url('/_global-assets/dagger/care/img/care_hero_desktop.jpg?v=3');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 11%;
    padding-top: 11%;
    min-height: 166px;
}

#c3_hero_content {
    width: 100%;
    color: #fff;
    top: 175px;
    left: 0px;
    padding-top: 0%;
}
#c3_hero_content h1 {
    color: #3b3b3b;
    max-width: 800px;
}
#c3_hero_content p {
    color: #3b3b3b;
    max-width: 435px;
}
#c3_hero_copy {

}
#c3_hero_desktop {

}


@media screen and (max-width: 1250px) {
    #c3_hero_content p {
        max-width: 250px; /*450px;*/
    }
}
@media screen and (max-width: 999px) {
    #c3_image {
        background-color: #fff;
        background-image: url('/_global-assets/dagger/care/img/care_hero_mobile.jpg?v=3');
        background-position: bottom center;
        background-size: 100% auto;
        padding-bottom: 113%;
        padding-top: 5%;
    }

    #c3_hero_content {
        margin-top: 40px;
        left: 0;
        width: 100%;
        top: 285px;
    }

    #c3_hero_content h1 {
        margin-bottom: 25px;
    }

    #c3_hero_content p {
        width: 60%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 25px;
        line-height: 30px;
    }

    #c3_hero_copy {
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
    #c3_hero_content p {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        font-size: 22px;
        line-height: 28px;
    }

    #c3_hero_content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 600px) {
    /*
    #c3_image {
        padding-bottom: 50%;
    }
    */
    #c3_hero_content p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 480px) {
    /*
    #c3_image {
        padding-bottom: 50%;
        padding-top: 3%;
    }
    */
    #c3_hero_content p {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        line-height: 20px;
    }
}

#s1_image.home_laurels {
    padding-bottom: 60%;
}
@media screen and (max-width: 999px) {
    #s1_image.home_laurels {
        padding-bottom: 115% !important;
    }
}
@media screen and (max-width: 824px) {
    #s1_image.home_laurels {
        padding-bottom: 155% !important;
    }
}

#s1_hero {
    margin-bottom: -8px;
}

#s1_image {
    background-color: #aaaaaa;
    background-image: url('/_global-assets/dagger/care/img/care2_parkbench_desktop.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 50%;
    min-height: 166px;
}

#hero_content {
    width: 100%;
    color: #fff;
    text-align: center;
    top: 150px;
    left: 0px;
    padding-top: 0%;
}

#hero_content h2 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#hero_content p {
    color: #fff;
}

#hero_content .video_thumb {
    left: 47%;
    width: 6%;
    padding-bottom: 6%;
    top: 160px;
}

.award_banner {
    margin-top: 20px;
    width: 90%;
    max-width: 900px;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 25%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.award_banner img {
    height: 110px;
    padding: 10px;
}

#s1_hero:after {
    display: none;
}

#s1_hero a.textbutton {
    font-family: "ProximaNovaSemibold";
}


a:focus .video_thumb {
    border: 3px solid black;
}

@media screen and (max-width: 1250px) {
    #hero_content {
        top: 120px;
    }
    .award_banner {
        width: 100%;
    }
    .award_banner img {
        height: 90px;
        padding: 10px;
    }
}

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

    #s1_hero {
    }

    #s1_image {
        background-image: url('/_global-assets/dagger/care/img/care2_parkbench_mobile.png');
        background-position: top center;
        background-color: #fff;
        padding-bottom: 175% !important;
    }

    #hero_content {
        margin-top: 40px;
        left: 0;
        width: 100%;
        top: 140px;
    }
    #hero_content h1 {
        color: #fff;
    }

    #hero_content p {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        font-size: 25px;
        line-height: 30px;
    }

    #hero_content .video_thumb {
        left: 40%;
        width: 20%;
        padding-bottom: 20%;
        top: 380px;
        bottom: unset;
    }

    .award_container_left, .award_container_right, .award_container_center {
        top: 13%;
    }

    #hero_copy {
        text-align: center;
        width: 100%;
    }

    .award_banner {
        margin-top: 35px;
    }
    
    .award_banner img {
        height: 85px;
        padding: 10px;
    }
}

@media screen and (max-width: 780px) {
    #hero_content {
        margin-top: 0px;
    }

    #hero_content p {
        width: 80%;
        margin-left: 10%;
    }

    #hero_content .video_thumb {
        left: 42%;
        width: 16%;
        padding-bottom: 16%;
        top: 300px;
        bottom: unset;
    }

    .award_banner {
        margin-top: 20px;
        width: 100%;
    }
    
}

@media screen and (max-width: 600px) {
    #hero_content {
        margin-top: 0px;
        top: 180px;
    }

    #hero_content p {
        font-size: 16px;
        line-height: 20px;
    }

    #hero_content .video_thumb {
        left: 42%;
        width: 16%;
        padding-bottom: 16%;
        top: 230px;
        bottom: unset;
    }

    .award_banner {
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .award_banner img {
        height: 75px;
        padding: 5px;
    }
}

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

    #hero_content {
        top: 45px;
    }

    .award_banner img {
        height: 55px;
        padding: 5px;
    }

    #hero_content .video_thumb {
        left: 42%;
        width: 16%;
        padding-bottom: 16%;
        top: 255px;
        bottom: unset;
    }

    .award_banner {
        margin-top: 14px;
    }

    .dagger_root .display1 {
        font-size: 7.0vw;
        line-height: 7.0vw;
    }
}



#community-care {
    background-color: #00a7e1;
    padding-top: 80px;
    padding-bottom: 80px;
}

#community-care h2 {
    width: 80%;
    color: #fff;
    margin-left: 10%;
    text-align: center;
}

#community-care p.description {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

#community-care .community_cta {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}



#community-stories-header {
    background-color: #e5f6fd;
    padding: 60px 0 40px;
    color: #00a7e1;
}


#community {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

#community-stories {
    background-color: #00a7e1;
    padding-top: 80px;
    padding-bottom: 80px;
}

#community p.description {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    margin-bottom: 40px;
}

#community h2 {
    width: 80%;
    color: #00a7e1;
    margin-left: 10%;
    text-align: center;
}

#gallery {
    display: flex;
    flex-wrap: wrap;
}
.community_item {
    flex:  1 1 50%;
    position: relative;
}
.community_item a {
    display: block;
}

.community_item img {
    width: 90%;
    margin-left: 5%;
}

.community_item h3 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family:'ProximaNovaSemibold';
}
.community_item p {
    color: #fff;
    width: 100%;
    text-align: center;
}

.community_cta {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width:999px) {
    .community_item img {
        width: 96%;
        margin-left: 2%;
    }
}

@media screen and (max-width: 780px) {
    .community_item {
        flex:  1 1 100%;
        position: relative;
        cursor: pointer;
    }

    .community_item img {
        width: 80%;
        margin-left: 10%;
    }
    .community_item p {
        width: 80%;
        margin-left: 10%;
        text-align: center;
    }
}

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

}

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

}












.halfhero {
    background-image: url('/_global-assets/dagger/shared/img/placer.gif');
    padding-bottom: 50%;
}

.halfhero {
    position: relative;
    background-color: #e5f6fd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.halfhero .col {
    position: relative;
}

.halfhero_content {
    width: 50%;
    position: absolute;
    left: 56.33%;
    padding-top: 10%;
}

.halfhero .coverage {
    margin-top: 20px;
    margin-bottom: 20px;
}

.image_right .halfhero_content {
    right:  56.33%;
    left:  auto;
}

.halfhero .video_thumb {
    width: 10%;
    padding-bottom: 10%;
    left: 20%;
    top:  45%;
}

.halfhero.image_right .video_thumb {
    left:  auto;
    right:  20%;
}


#care_cop {
    background-image: url('/_global-assets/dagger/care/img/cop_saban_desktop.png');   
    padding-bottom: 40%;
}

#care_cop .halfhero_content {
    padding-top: 40px;
}

#real_people {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}
#real_people h2 {
    color: #00a7e1;
}
#real_people p.copy, #testimonials-partners p.copy {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
    #real_people p.copy, #testimonials-partners p.copy {
        margin-left: 10%;
        margin-right: 10%;
    }
}
#testimonials-partners {
    padding-top: 80px;
}


.community_disclaimer {
    text-align: center;
    color: #3b3b3b;
    width: 100%;
    font-size: 0.8em;
    padding-top: 10px;
    padding-bottom: 70px;
}

#contest_hero .community_disclaimer {
    padding-bottom: 0;
}
#contest_hero .community_disclaimer a {
    color: #3b3b3b;
}

@media screen and (min-width: 1000px) {
    #contest_hero .community_disclaimer {
        text-align: left;
    }
}

.community_disclaimer a, .community_disclaimer a:hover, .community_disclaimer a:visited {
    /*color: white;*/
    font-size: 0.8em;
}



@media screen and (max-width: 1250px) {
    .halfhero_content .display4 {
        font-size: 18px;
    }

    #care_cop h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

.halfhero_content h2 {
    margin-bottom: 25px;
}

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

    #care_cop {
        background-color: background-color: #e5f6fd;
        
        background-image: url('/_global-assets/dagger/care/img/cop_saban_mobile.png');   
        background-size: 100%;
        background-position: bottom center;
        padding-bottom: 165%;
    }

    #care_cop .halfhero_content {
        padding-top: 120px;
    }

    #care_cop h2 {
        text-align: center;
        font-size: 48px;
        line-height: 55px;
    }
    #care_cop p {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }

    .halfhero_content h2.display1 {
        margin-left:0;
        font-size: 28px;
        line-height: 32px;
    }

    #dagger_home .halfhero_content sup {
        vertical-align: top; 
        position: relative; 
        top: -0.3em;
        font-size: 0.8em;
    }

    .halfhero_content p {
        font-size: 18px;
        line-height: 20px;
    }

    .halfhero_content {
        width: 100%;
        left: 0%;
        padding-top: 5%;
    }

    a.textbutton {
        padding: 12px 24px;
    }

    #care_cop .video_thumb{
        width: 24%;
        bottom: 250px;
        padding-bottom: 24%;
        left: 38%;
        top: auto;
    }

    
}

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

    #care_cop .halfhero_content {
        padding-top: 60px;
    }

    #care_cop h2 {
        font-size: 38px;
        line-height: 45px;
    }
    #care_cop p {
        font-size: 18px;
        line-height: 24px;
    }

    #care_cop .video_thumb{
        bottom: 200px;
    }

}

@media screen and (max-width: 600px) {
    #care_cop .halfhero_content {
        padding-top: 40px;
    }

    #care_cop h2 {
        font-size: 30px;
        line-height: 35px;
    }
    #care_cop p {
        font-size: 16px;
        line-height: 20px;
    }

    #care_cop .video_thumb{
        bottom: 150px;
    }
}

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

    #care_cop {
        padding-bottom: 180%;
    }

    #care_cop .halfhero_content {
        padding-top: 40px;
    }

    #care_cop h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #care_cop p {
        font-size: 12px;
        line-height: 16px;
    }

    #care_cop .video_thumb{
        bottom: 100px;
    }
    

}











#care_katy {
    background-image: url('/_global-assets/dagger/care/img/care2_katie_dark.png');
    background-size: 100%;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    position: relative;
}
#care_johnnie {
    background-image: url('/_global-assets/dagger/care/img/care2_johnnie_dark.png');
    background-size: 100%;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    position: relative;
}
#care_faith {
    background-image: url('/_global-assets/dagger/care/img/care2_faith_dark.png');
    background-size: 100%;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    position: relative;
}

#care_endcap {
    padding-top: 150px;
}

#care_endcap_full {
    background-color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    flex: 1 1 50%;
    text-align: center;
}








/* TESTIMONIALS */
.ct {
    background-position: center center;
    background-size: cover;
    /*padding-bottom: 56.25%;*/
    position: relative;
}
.ct .video-bg.brian-a {
    background-image: url('/_global-assets/dagger/care/img/video_thumb_brian_a.jpg');
}
.ct .video-bg.irma-t {
    background-image: url('/_global-assets/dagger/care/img/video_thumb_irma_t.jpg');
}
.ct .video-bg.mike-p {
    background-image: url('/_global-assets/dagger/care/img/video_thumb_mike_p.jpg');
}
.ct .video-bg.ashley-r {
    background-image: url('/_global-assets/dagger/care/img/video_thumb_ashley_r.jpg');
}
.ct .video-bg.katy {
    background-image: url('/_global-assets/dagger/care/img/katie_wide.png');
}
.ct .video-bg.sanders {
    background-image: url('/_global-assets/dagger/care/img/video_thumb_sanders.jpg');
}
.ct_content {
    position: absolute;
    width: 100%;
}



#real_people sup {
    line-height: 0px;
    font-size: 0.5em;
    margin-left: 3px;
}

#real_people .testimonial_cta a.textbutton {
    position: relative;
    padding: 12px 24px;
    display: block;
}


#real_people .testimonial_cta a.textbutton:after {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
}


#real_people h3 {
    margin-bottom: 55px;
}


.videowall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.videowall .shadow {
    position: absolute;
    width: 100%;
    height: 100%;

    background: #00000099;
    background: linear-gradient(0deg, #000000ff 0%, #00000055 50%, #00000000 70%);
}



/*
    2:  use flex2 
    3:  use flex3
    4:  use flex2
    5:  use flex3
    6:  use flex3
    7:  use flex2  (or maybe make a flex4)
    8:  use flex3  (or maybe make a flex4)
    9:  use flex3
*/
/* flex 3 is going to use a 4:3 aspect ratio */
.flex3 .ct {
    flex: 0 0 33%;
    max-width: 35%;
    padding-bottom: 25%;
    margin-bottom: 90px;
}
/*flex 2 can use the 16: 9 aspect ratio fine */
.flex2 .ct {
    flex: 0 0 49%;
    max-width: 50%;
    margin-bottom: 90px;
}

.video-bg {
    padding-bottom: 56.125%;
    background-position: center center;
    background-size: cover;
}




.videowall .ct_content {
    bottom: 10px;
    left: 0px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%; /*65%;*/
    min-height: 65px;
}

.videowall .header {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 0px;
}
.videowall .subheader {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0px;
}

.videowall .testimonial_cta {
    text-align: left;
    position: absolute;
    width: 100%;
    /*bottom: -54px;*/
}

/*
@media screen and (max-width: 1250px) {
    .videowall .testimonial_cta {
        bottom: -49px;
    }
}
@media screen and (max-width: 780px) {
    .videowall .testimonial_cta {
        bottom: -40px;
    }
}

@media screen and (max-width: 1002px) {
    .videowall .ct.john .testimonial_cta {
        bottom: -75px;
    }
}
*/

/*
.videowall .video_thumb {
    width: 18%;
    padding-bottom: 18%;
    left: 41%;
    top: 36%;
}*/
.videowall .video_thumb {
    width: 24%;
    padding-bottom: 24%;
    left:  38%;
    top: 28%;
}
.videowall .shadow {
    position: absolute;
    width: 100%;
    height: 100%;

    background: #00000099;
    background: linear-gradient(0deg, #000000ff 0%, #00000055 50%, #00000000 70%);
}


@media screen and (max-width: 1150px) {
    .videowall .ct_content {
        padding-left: 15px;
        padding-bottom: 0;
        min-height: 0;
    }

    .videowall .header {
        font-size: 26px;
        line-height: 1;
    }

    .videowall .subheader {
        line-height: 1;
    }

    .videowall .video_thumb {
        top: 18%;
    }
}


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

@media screen and (max-width:999px) {
    /* drop to 2 wide on tablet */
    .flex3 .ct {
        flex: 0 0 49%;
        max-width: 50%;
        padding-bottom: 40%;
    }
}

@media screen and (max-width: 780px) {
    #real_people .testimonial_cta a.textbutton {
        padding: 10px 27px 10px 18px;
    }
}

@media screen and (max-width: 600px) {
    .videowall {
        justify-content: center;
    }
    /* drop down to 1 wide on mobile */
    .flex3 .ct, .flex2 .ct{
        flex: 0 0 100%; /*65%;*/
        max-width: 100%; /*65%;*/
        /*padding-bottom: 56.25%; /*40%;*/
    }
}

@media screen and (max-width: 480px) {
    .flex3 .ct, .flex2 .ct {
        flex: 0 0 100%; /* 80%; */
        max-width: 100%; /* 80%; */
        /*padding-bottom: 56.25%; /*50%;*/
    }
}



.videowall.large {
    display: block;
    margin-bottom: 80px;
    margin-top: 0px;
}
.videowall.large .ct_content {
    bottom: 20px;
}

@media screen and (min-width: 1150px) {
    .videowall.large .header {
        font-size: 60px;
        line-height: 60px;
    }
    .videowall.large .subheader {
        font-size: 30px;
        line-height: 30px;
    }
}
.videowall.large.no_cta {
    margin-bottom: 30px;
}
.videowall.large.no_cta .testimonial_cta {
    display: none;
}











.w_lightbox__item.has-story {
    width: 75%;
    height: 75%;
    margin-left: -37.5%;
    -webkit-transition: all 250ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
    -moz-transition: all 250ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
    -o-transition: all 250ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition: all 250ms cubic-bezier(0.95, 0.05, 0.795, 0.035);

    background-color: #fff;
}

.w_lightbox__item.has-story h2 {
    padding-top: 80px;
    margin-left: 15%;
}
.w_lightbox__item.has-story p {
    font-size: 18px;
    line-height: 24px;
    width:70%;
    margin-left: 15%;
}

.has-story .story {
    overflow-y: scroll;
    height: 100%;
}

.story img {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 150px;
}

#s3_ways.care {
    background-color: #fff;
}

@media screen and (max-width: 450px) {
    .ways_content {
        top: 1vw;
        width: 80%;
    }
}






#contest_image {
    background-color: #aaaaaa;
    background-image: url('/_global-assets/dagger/care/img/care_contest_hero_desktop.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 11%;
    padding-top: 11%;
    min-height: 166px;
}

#contest_hero_content {
    width: 100%;
    color: #3b3b3b;
    top: 175px;
    left: 0px;
    padding-top: 0%;
}
#contest_hero_content h1 {
    color: #3b3b3b;
    max-width: 800px;
}
#contest_hero_content p {
    color: #3b3b3b;
    max-width: 580px;
}


@media screen and (max-width: 1250px) {
    #contest_hero_content p {
        max-width: 350px;
    }
}
@media screen and (max-width: 999px) {
    #contest_image {
        background-color: #fff;
        background-image: url('/_global-assets/dagger/care/img/care_contest_hero_mobile.jpg');
        background-position: bottom center;
        background-size: 100% auto;
        padding-bottom: 105%;
        padding-top: 5%;
    }

    #contest_hero_content {
        margin-top: 40px;
        left: 0;
        width: 100%;
        top: 285px;
    }

    #contest_hero_content h1 {
        margin-bottom: 25px;
    }

    #contest_hero_content p {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        font-size: 25px;
        line-height: 30px;
    }

    #contest_hero_copy {
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
    #contest_hero_content p {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        font-size: 22px;
        line-height: 28px;
    }

    #contest_hero_content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 600px) {
    #contest_image {
        padding-bottom: 105%;
    }
    #contest_hero_content p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 480px) {
    #contest_image {
        padding-bottom: 107%;
        padding-top: 3%;
    }
    #contest_hero_content p {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        line-height: 20px;
    }
}


&lt;!-- --&gt;

#s1_hero_contest {
    margin-bottom: -8px;
}

#s1_image_contest {
    background-color: #aaaaaa;
    background-image: url('/_Global-Assets/dagger/care/img/care_contest_hero_desktop.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 29%;
    min-height: 166px;
    position: relative;
}

#s1_image_contest .video_thumb {
    top:  20%;
    right:  20%;
    width: 15%;
    padding-bottom: 15%;
}

#hero_content_contest {
    width: 70%;
    position: absolute;
    /*left: -80px;*/
    padding-top: 7%;
}

#hero_content_contest p {
    max-width: 400px;
}


#s1_hero_contest:after {
    display: none;
}


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

    #s1_hero_contest {
    }

    #hero_cta_contest {
        margin-left: auto;
        margin-right: auto;
        width: 180px;
    }

    #s1_image_contest {
        background-image: url('/_Global-Assets/dagger/care/img/care_contest_hero_mobile.jpg');
        background-position: bottom center;
        background-color: #fff;
    }

    #hero_content_contest {
        margin-top: 40px;
        left: 0;
        width: 100%;
    }

    #hero_content_contest p {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    #hero_copy_contest {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 780px) {
    #hero_content_contest {
        margin-top: 0px;
    }
}

@media screen and (max-width: 600px) {
    #hero_content_contest {
        margin-top: 20px;
    }
}

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

    #hero_content_contest {
        margin-top: 10px;
    }

    .dagger_root_contest .display1 {
        font-size: 7.0vw;
        line-height: 7.0vw;
    }
}

@media screen and (max-width: 999px) {
    #s1_image_contest {
        padding-bottom: 115% !important;
    }
}

#contest {
    position: relative;
}

#contest_copy {
    width: 40%;
    margin-left: 5%;
    padding-top: 80px;
    padding-bottom: 80px;
    float: left;
}

#contest_copy p {
    width:  90%;
    font-size: 22px;
}

#vtg-container {
    padding-top: 65px;
    width: 50%;
    float: left;
}


@media screen and (max-width: 999px) {
    #contest_copy {
        width: 90%;
        float: left;
        padding-bottom: 0px;
    }
    #contest_copy p {
        font-size: 18px;
    }

    #vtg-container {
        position: relative;
        width: 90%;
        margin-left: 5%;
        padding-top: 0;
    }
}


#disclaimers ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
    margin-bottom: 30px;
}



#care-get-quote {
    background-color: #00a7e1;
    padding-top: 80px;
    padding-bottom: 80px;
}

#care-get-quote h2 {
    width: 80%;
    color: #fff;
    margin-left: 10%;
    text-align: center;
}


#contest_ended h2#contest-countdown {
    margin: 0 0 30px;
    line-height: 40px;
}
#day-counter {
    background: transparent url(/_Global-Assets/dagger/care/img/countdown_bg.png) center center no-repeat;
    background-size: contain;
    padding: 30px;
    display: inline-block;
    min-width: 90px;
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 30px;
}
#contest_ended h2#contest-countdown .days-copy {
    display: inline-block;
}
</pre></body></html>