<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @font-face {
  font-family: 'BigRiverScript';
  src: url('/_Global-Assets/dagger/care/fonts/big_river_script.woff2') format('woff2'), url('/_Global-Assets/dagger/care/fonts/big_river_script.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a.textbutton {
    color: #3b3b3b;
    font-family: 'ProximaNovaRegular';
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;

    /* text-transform: uppercase; */
    text-decoration: none;
    /* outline: 0; */
    border: none;
    cursor: pointer;
    padding: 12px 52px;
    margin: 0;
    display: inline-block;
}
.darktext {
    color: #3b3b3b;
    background-color: #fff;
}

 #cares-menu {
     background-color: #019dd5;
     position: relative;
     z-index: 1;
 }

 #cares-menu .menu-item {
     display: inline-block;
     width: 25%;
 }

 #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.active {
     background-color: #1D70A9;
 }



 #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:hover {
     font-weight: bold;
 }

 #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;
 }




.bigriver {
    font-family: 'BigRiverScript' !important;
}


.under999 {
    display: none;
}

.desktop_only {

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


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

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

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

#hero_content p {
    color: #fff;
}

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

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

.award_banner {
    margin-top: 30px;
    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: 95px;
    padding: 10px;
}

#s1_hero:after {
    display: none;
}


.dagger_root .display1 {

}

@media screen and (max-width: 1250px) {
    #hero_content {
        top: 160px;
    }
}

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

    #s1_hero {
    }

    #s1_image {
        background-image: url('/_Global-Assets/dagger/care/img/bench_hero_mobile.png');
        background-position: top center;
        background-color: #fff;
        padding-bottom: 145% !important;
    }

    #hero_content {
        margin-top: 40px;
        left: 0;
        width: 100%;
        top: 285px;
    }
    #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: 320px;
        bottom: unset;
    }

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

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

@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 {
        max-width: 480px;
        min-height: 115px;
    }
    .award_banner img {
        height: 55px;
        padding: 5px;
    }
    

}

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

    #hero_content p {
        font-size: 18px;
        line-height: 24px;
    }

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

}

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

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

    .award_banner {
        width: 100%;
    }

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

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


#about {
    width: 100%;
    background-image: url('/_Global-Assets/dagger/care/img/bench_orange_background_desktop.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 55%;
    min-height: 75px;
}

#about h2 {
    color: #fff;
    width: 90%;
    
    text-align: center;
    
    position: absolute;
    top: 60px;
    left: 5%;
}

#about .divider {
    
    
    position: absolute;
    top: 285px;
    width: 100%;
    
}

#about .divider .divider_inner {
    border-bottom: 10px solid white;
    height: 5px;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
}

.bios {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 340px;
}
.bio {
    width: 33%;
    float: left;
}
.bio img {
    width: 30%;
}
.bio p {
    color: #fff;
    width: 80%;
    margin-left: 10%;
}
.bio h3 {
    margin-bottom: 0px;
}
.bio p.role {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    top: -5px;
}


@media screen and (min-width: 1350px) {
    #about h2 {
        width: 75%;
        left: 12.5%;
    }
}

@media screen and (min-width: 1250px) {
    #about {
        min-height: 0px;
    }
}

@media screen and (max-width: 999px){
    #about {
        background-image: url('/_Global-Assets/dagger/care/img/bench_orange_background_mobile.png');
        padding-bottom: 100px;
    }

    #about h2 {
        padding-top: 120px;
        position: relative;
        top: 0px;

    }

    #about .divider {
        position: relative;
        top: 0px;
        margin-bottom: 50px;
    }

    .bios {
        position: relative;
        top: 0px;
    }

    .bio {
        float: none;
        width: 100%;
    }

    .bio img {
        width: 25%;
        margin-bottom: 15px;
    }

    .bio p.bio_copy {
        font-size: 24px;
        line-height: 30px;
        width: 60%;
        margin-left: 20%;
        margin-bottom: 25px;
    }
}


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

#about .divider .divider_inner {
    border-bottom: 5px solid white;
    height: 5px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

}




#bench_bts {
    background-image: url('/_Global-Assets/dagger/care/img/bench_behind_the_scenes_desktop.png');
}
#bench_bts h2 {
    color: #00A7E1;
}

.halfhero {
    background-image: url('/_Global-Assets/dagger/shared/img/placer.gif');
    padding-bottom: 38%;
    position: relative;
    background-color: #e5f6fd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.halfhero .col {
    position: relative;
}

.halfhero_content {
    width: 36%;
    left:  7%;
    position: absolute;
    padding-top: 6%;
}

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


.video_thumb {
    background-image: url('/_Global-Assets/dagger/care/img/play_button_large.png');
    background-size: 100%;
    width: 10%;
    padding-bottom: 10%;
    position: absolute;
    left: 20%;
    top:  45%;
    cursor: pointer;
}

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

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



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



@media screen and (max-width:999px) {
    
    .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: 40%;
        padding-top: 5%;
        left:  5%;
    }

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

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

    .halfhero_content h2.display1 {
        
        font-size: 48px;
        line-height: 60px;
        margin-top: 60px;
    }

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

    .image_right .video_thumb {
        right: 40%;
    }

    .halfhero_content {
        
        padding-top: 30px;
        width: 100%;
        text-align: center;
        left: 0%;
    }

    .halfhero_content p {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;

        font-size: 24px;
        line-height: 30px;
    }

    .halfhero .col {
        position: absolute;
        left: 0;
        top: 0%;
        width: 90%;
        margin-left: 5%;
    }

    .dagger_calc {
        padding-top: 0px;
        padding-bottom: 90px;
        position: relative;
    }

    #bench_bts {
        background-image: url(/_Global-Assets/dagger/care/img/bench_behind_the_scenes_mobile.png);
        background-size: contain;
        background-position: bottom center;
        padding-bottom: 185%;
    }
}

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

    #bench_bts h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .halfhero_content {
        padding-top: 0px;
    }
    .halfhero_content p {
        font-size: 18px;
        line-height: 24px;
    }

    #bench_bts {
        padding-bottom: 170%;
    }
}

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

    #bench_bts {
        padding-bottom: 175%;
    }

    .image_right .video_thumb {
        bottom: 18%;
    }

    #bench_bts h2 {
        font-size: 24px;
        line-height: 36px;
        margin: 25px 0px 0px 0px;
    }

    .halfhero_content p {
        font-size: 14px;
        line-height: 18px;
        max-width: 90%;
        margin-left: 5%;
    }

}












#careworld {
    background-image: url('/_Global-Assets/dagger/care/img/dan_desktop.jpg');
    position: relative;
    padding-top: 30%;
    padding-bottom: 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

#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) {
    .video_thumb.small {
        width: 10%;
        padding-bottom: 10%;
        left: 45%;
        top: 70%;
    }

    
}

@media screen and (max-width:600px) {
    #careworld p {
        width: 80%;
        margin-left: 10%;
    }
}



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

    width: 100%;
    background-image: url('/_Global-Assets/dagger/care/img/bench_blue_background_desktop.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 25%;
    position: relative;
}
#bottom_cta .col_wide {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 120px;
}

#bottom_contact {
    padding-left: 50px;
    padding-right: 50px;
    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;
    margin-top: 25px;
}

#bottom_cta h2 {
    margin-bottom: 50px;
}
#dagger_home {
    background-color: #f2f2f2;
}

@media screen and (max-width: 1250px) {
    #bottom_cta .col_wide {
        top: 65px;
    }
}

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

    #bottom_cta {
        padding-bottom: 0%;
        height: 600px;
    }

    #bottom_cta h2 {
        width: 100%;
        text-align: center;
    }
    #bottom_cta .col_wide {
        top: 185px;
    }
}

@media screen and (max-width: 599px) {
    #bottom_cta {
        height: 400px;
    }

    #bottom_cta .col_wide {
        top: 125px;
    }
}</pre></body></html>