<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media (min-width: 1000px){
    .w_nav-bar .content .menu .main-menu {
        position: absolute;
        top: -65px;
        right: 260px;
        left: 154px;
    }
    .w_nav-bar .content .menu .dropdown-menu {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        background: #f1f3f4;
    }
}
/*** SLIDER CSS ***/
#products .ways_content {
    width: 93%;
    float: left;
}


#products .slider {
    display: flex;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

#products .slider * {
    box-sizing: border-box;
}

#products .slider .slides {
    display: flex;
    margin: 0 auto;
    max-width: 90%;
    overflow: hidden;
    padding: 1.2% 1% 6%;
}

@media (max-width: 999px) {
    #products .slider .slides {
        padding: 2% 2%;
        max-width: 86%;
    }
}

#products .slider .controls {
    background: #fff;
    float:left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
    height: 100%;
    width: 7%;
    align-items: center;
}

#products .slider .controls .last_slide {
    transform: rotate(180deg);
}

#products .slider .controls a {
    display: block;
}

#products .slider .controls a img {
    height: auto;
    width: 27px;
}

#products .slider .slide {
    transition: transform 0.8s;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

#products .slider .slide.active {
    transform: translateX(-100%);
}

#products .slider .product {
    width: 25%;
}


#products .mobile {
    display: none;
}

@media screen and (max-width: 570px) {
  #products .slider {
    display: none;
  }
  
  #products .mobile {
    display: flex;
  }

}

#products .mobile .ways_item {
    height: 100%;
    width: 60vw;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


/*** STICKY NAV CSS ***/

#sticky-nav {
    background-color: #e5f6fd;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 65px;
    z-index: 100;
}

@media screen and (max-width: 999px) {
    #sticky-nav {
        display: none;
    }
}

#sticky-nav.active-nav:after {
    content: "";
    display: block;
    box-shadow: 0px 17px 26px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (min-width: 1251px) {
    #sticky-nav.active-nav:after {
        height: 60px;
    }
}

#sticky-nav&gt;ul {
    margin: 0 auto;
    max-width: 80%;
    display: flex;
    justify-content: space-around;
}

#sticky-nav&gt;ul li {
    display: inline-flex;
    position: relative;
    width: 33%;
    justify-content: center;
    flex-direction: column;
}

#sticky-nav&gt;ul li.active:after {
    bottom: -20px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e5f6fd transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

#sticky-nav&gt;ul li a:after {
    content: "";
    border-right: 1px solid #01a7e1;
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
}

#sticky-nav&gt;ul li:last-child a:after {
    border-right: none;
}

#sticky-nav a {
    border-right: 1px solid #01a7e1;
    color: #01a7e1;
    display: inline-flex;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    line-height: 60px;
    text-decoration: none;
    position: relative;
}

@media screen and (min-width: 1251px) {
    #sticky-nav a {
        font-size: 22px;
    }
}

#sticky-nav a:last-child {
    border-right: none;
}

#s1_hero:after {
    background: url(/_Global-Assets/dagger/home/img/nav-arrow.png);
    background-repeat: no-repeat;
    content: "Explore";
    color: #1a9ed3;
    display: block;
    font-family: 'ProximaNovaBold', sans-serif;
    width: 78px;
    height: 114px;
    position: absolute;
    left: 88px;
    z-index: 101;
    padding-bottom: 37px;
    background-position: bottom;
    text-align: right;
    bottom: -48px;
}

@media screen and (max-width: 1400px) {
    #s1_hero:after {
        background-size: 80%;
        width: 68px;
        height: 68px;
        bottom: -58px;
        left: 5%;
        font-size: 18px;
        background-position: 0 bottom;
    }
}

@media screen and (max-width: 1250px) {
    #s1_hero:after {
        bottom: -50px;
        left: 5%;
    }
}

@media screen and (max-width: 999px) {
    #s1_hero:after {
        display: none;
    }
}

.visuallyhidden {
    display:none;
}












/*** REGULAR PAGE CSS ***/





/** TOOLTIP RESET **/
#calc_oop .tooltip:before {
    top: 0;
    border-width: 0;
    border-color: #fff;
    content: "";
}

#calc_oop .tooltip:after {
    top: 0;
    border-width: 0;
    border-color: #fff;
    content: "";
}

#calc_oop .tooltip {
    position: initial;
    top: auto;
    width: auto;
    margin-top: auto;
    padding: 0;
    transform: none;
    -webkit-transform: none;
    right: auto;
    z-index: auto;
    box-sizing: initial;
    margin-bottom: 0;
    box-shadow: none;
}


/** PROSPECTING OVERRIDES **/
@media (max-width: 999px) {
    .w_nav-bar .content .menu .main-menu .menu-items li {
        display: inherit;
    }
}

/*full width navigation to match pages
.w_nav-bar .content {
  max-width: 100%;
}*/

.dagger_root .w_nav-bar .content .menu:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: .1;
}

/** SITEWIDE TYPOGRAPHY **/
body .dagger_root,
.dagger_root p,
.dagger_root li,
.dagger_root a,
.dagger_root a:hover,
.dagger_root a:visited {
    color: #3b3b3b;
    font-family: 'ProximaNovaRegular';
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
}

.dagger_root h1 {
    margin-bottom: 10px;
}

.dagger_root .display1 {
    font-family: 'ProximaNovaBlack';
    font-size: 50px;
    letter-spacing: -1.04px;
    line-height: 60px;
}

.dagger_root .display2 {
    font-family: 'ProximaNovaBlack';
    font-size: 50px;
    letter-spacing: -0.87px;
    line-height: 55px;
}

.dagger_root .display3a {
    font-family: 'ProximaNovaBlack';
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 24px;
}

.dagger_root .display3c {
    font-family: 'ProximaNovaBlack';
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 30px;
}

.dagger_root .display3b {
    font-family: 'ProximaNovaBold';
    font-size: 30px;
    letter-spacing: -0.3px;
    line-height: 30px;
}

.dagger_root .display4,
.dagger_root .display4 a,
.dagger_root .display4 a:hover,
.dagger_root .display4 a:visited {
    font-family: 'ProximaNovaBold';
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 25px;
}

.dagger_root .display5,
.dagger_root .display5 a,
.dagger_root .display5 a:hover,
.dagger_root .display5 a:visited {
    font-family: 'ProximaNovaBold';
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
}

.dagger_root .bodylargebold {
    font-family: 'ProximaNovaBold';
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
}

.dagger_root .bodysmallbold,
.dagger_root .bodysmallbold:hover,
.dagger_root .bodysmallbold:visited {
    font-family: 'ProximaNovaBold';
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 25px;
}

.dagger_root .bodysmall {
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 25px;
}

.dagger_root .eyebrow {
    font-family: 'ProximaNovaBold';
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 25px;
    color: #7d7d7d;
}

.dagger_root .small1 {
    font-family: 'ProximaNovaRegular';
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
}

#home_footer .small2,
#home_footer .small2 p,
#home_footer .small2 a,
#home_footer .small2 a:hover,
#home_footer .small2 a:visited,
#home_footer .small2 li {
    font-family: 'ProximaNovaRegular';
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 15px;
}

.dagger_root .calctitle {
    font-family: 'ProximaNovaLight';
    color: #3b3b3b;
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 40px;
}

.dagger_root .number1 {
    font-family: 'ProximaNovaBlack';
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #019dd5;
}

.dagger_root .number2 {
    font-family: 'ProximaNovaBlack';
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #019dd5;
}

.dagger_root .number3 {
    font-family: 'ProximaNovaBlack';
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #019dd5;
}

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

    body .dagger_root,
    .dagger_root p,
    .dagger_root li,
    .dagger_root a,
    .dagger_root a:hover,
    .dagger_root a:visited {
        font-size: 18px;
        line-height: 25px;
    }

    .dagger_root .display1 {
        font-size: 40px;
        letter-spacing: -0.87px;
        line-height: 50px;
    }

    .dagger_root .display2 {
        font-size: 40px;
        letter-spacing: -0.69px;
        line-height: 45px;
    }

    .dagger_root .display3a {
        font-size: 20px;
        line-height: 20px;
    }

    .dagger_root .display3c {
        font-size: 25px;
        line-height: 25px;
    }

    .dagger_root .display3b {
        font-size: 25px;
        letter-spacing: -0.25px;
        line-height: 25px;
    }

    .dagger_root .bodylargebold {
        font-size: 18px;
        line-height: 25px;
    }

    .dagger_root .bodysmall,
    .dagger_root .bodysmallbold,
    .dagger_root .bodysmallbold:hover,
    .dagger_root .bodysmallbold:visited {
        font-size: 16px;
        line-height: 20px;
    }

    .dagger_root .eyebrow {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 15px;
    }

    .dagger_root .calctitle {
        font-size: 30px;
        line-height: 30px;
    }

    .dagger_root .number1 {
        font-size: 32px;
        line-height: 32px;
    }

    .dagger_root .number2 {
        font-size: 22px;
        line-height: 22px;
    }

    .dagger_root .number3 {
        font-size: 16px;
        line-height: 16px;
    }


}

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

    body .dagger_root,
    .dagger_root p,
    .dagger_root li,
    .dagger_root a,
    .dagger_root a:hover,
    .dagger_root a:visited {
        font-size: 18px;
        line-height: 25px;
    }

    .dagger_root .display1 {
        font-size: 45px;
        letter-spacing: -0.78px;
        line-height: 45px;
    }

    .dagger_root .display2 {
        font-size: 35px;
        letter-spacing: -0.6px;
        line-height: 40px;
    }

    .dagger_root .display3a {
        font-size: 22px;
        line-height: 25px;
    }

    .dagger_root .display3c {
        font-size: 18px;
        line-height: 22px;
    }

    .dagger_root .display3b {
        font-size: 22px;
        letter-spacing: -0.22px;
        line-height: 25px;
    }

    .dagger_root .display4,
    .display4 a,
    .display4 a:hover,
    .display4 a:visited {
        font-size: 18px;
        line-height: 20px;
    }

    .dagger_root .calctitle {
        font-size: 35px;
        line-height: 35px;
    }

    .dagger_root .number1 {
        font-size: 40px;
        line-height: 40px;
    }

    .dagger_root .number2 {
        font-size: 24px;
        line-height: 24px;
    }

    .dagger_root .number3 {
        font-size: 18px;
        line-height: 18px;
    }
}

.over780 {
    display:block;
}
.under780 {
    display: none;
}

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


    .over780 {
        display:none;
    }
    .under780 {
        display:block;
    }

    body .dagger_root,
    .dagger_root p,
    .dagger_root li,
    .dagger_root a,
    .dagger_root a:hover,
    .dagger_root a:visited {
        font-size: 16px;
        line-height: 20px;
    }

    .dagger_root .display1 {
        font-size: 7.2916667vw;
        letter-spacing: -0.12708333vw;
        line-height: 7.2916667vw;
    }

    .dagger_root .display2 {
        font-size: 5.208333333vw;
        letter-spacing: -0.02291667vw;
        line-height: 5.208333333vw;
    }

    .dagger_root .bodylargebold {
        font-size: 16px;
        line-height: 20px;
    }

    .dagger_root .bodysmall,
    .dagger_root .bodysmallbold,
    .dagger_root .bodysmallbold:hover,
    .dagger_root .bodysmallbold:visited {
        font-size: 14px;
        line-height: 20px;
    }

}

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

    body .dagger_root,
    .dagger_root p,
    .dagger_root li,
    .dagger_root a,
    .dagger_root a:hover,
    .dagger_root a:visited {
        font-size: 16px;
        line-height: 20px;
    }

    .dagger_root .display1 {
        font-size: 7.5vw;
        letter-spacing: -0.13vw;
        line-height: 7.5vw;
    }

    .dagger_root .display2,
    .dagger_root .display3a,
    .dagger_root .display3b,
    .dagger_root .display3c {
        font-size: 5.5vw;
        letter-spacing: -0.025vw;
        line-height: 5.5vw;
    }

    .dagger_root .display4,
    .display4 a,
    .dagger_root .display4 a:hover,
    .dagger_root .display4 a:visited {
        font-size: 18px;
        line-height: 25px;
    }

    .dagger_root .bodylargebold {
        font-size: 16px;
        line-height: 20px;
    }

    .dagger_root .bodysmall,
    .bodysmallbold,
    .dagger_root .bodysmallbold:hover,
    .dagger_root .bodysmallbold:visited {
        font-size: 14px;
        line-height: 20px;
    }

    .dagger_root .eyebrow {
        font-size: 12px;
        letter-spacing: 0.9px;
        line-height: 25px;
    }

    .dagger_root .number1 {
        font-size: 30px;
        line-height: 30px;
    }

    .dagger_root .number2,
    .dagger_root .number3 {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1620px) {

    .dagger_root .display3a {
        font-size: 1.65vw;
        line-height: 1.65vw;
    }

    .dagger_root .display3b {
        font-size: 1.851851852vw;
        letter-spacing: -0.018518519vw;
        line-height: 1.851851852vw;
    }

    .dagger_root .display3c {
        font-size: 1.851851852vw;
        line-height: 1.851851852vw;
    }

    .dagger_root .calctitle {
        font-size: 2.469135802vw;
        line-height: 2.469135802vw;
    }
}


/** BUTTONS **/
.dagger button {
    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;
}

.dagger button.bluebg:hover {
    background-color: #0080ad;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dagger button.blackbg:hover {
    background-color: #1a1a1a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dagger button.lightbluebg {
    background-color: #e1f7ff;
    border: 1px solid #3b3b3b;
    color: #3b3b3b;
}

.dagger button.lightbluebg:hover {
    background-color: #3b3b3b;
    border: 1px solid #1a1a1a;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


@font-face {
    font-family: 'ProximaNovaBlack';
    src: url('/_Global-Assets/dagger/home/fonts/proxima_nova_black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.active.w_sidebar-individuals,
.active.w_sidebar-agents,
.active.w_sidebar-employers,
.active.w_sidebar-brokers {
    display: none;
}

.w_segmenu {
    z-index: 1000;
}

.w_segmenu,
.w_segmenu_landing {
    max-width: 100%;
}


.w_segmenu .w_segmenu__top .w_segmenu__top-right ul li&gt;*:visited,
.w_segmenu_landing .w_segmenu__top .w_segmenu__top-right ul li&gt;*:visited {
    color: #3b3b3b;
}

.w_segmenu__top-right a,
.w_segmenu__top-right a:hover,
.w_segmenu__top-right a:visited,
.w_segmenu__top-right label {
    color: #3b3b3b;
}

.home_icons {
    background-image: url('/_Global-Assets/dagger/home/img/home_icons.png');
    background-repeat: no-repeat;
    width: 30px;
    width: 30px;
}

.home_icons_small {
    background-image: url('/_Global-Assets/dagger/home/img/home_icons.png');
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 75px 60px; /* retina */
}

#calc_oop .tooltip {
    background-image: url('/_Global-Assets/dagger/home/img/icon_tooltip.svg');
    display: inline-block;
    background-size: 100%;
    height: 20px;
    width: 20px;
}

.w_segmenu__top-right .home_icons_small {
    position: absolute;
    left: 0px;
}

.w_segmenu__top-right .textlink:hover {
    opacity: 1.0;
    color: #1a1a1a;
}

.w_segmenu .w_segmenu__top .w_segmenu__top-right ul li &gt; .newsroom,
.w_segmenu_landing .w_segmenu__top .w_segmenu__top-right ul li &gt; .newsroom {
  padding-left: 20px;
}

.w_segmenu__top-right .textlink .newsroom {
    background-position: -60px 0px;
}

.w_segmenu__top-right .textlink:hover .newsroom {
    background-position: -60px -15px;
}

.w_segmenu__top-right .find_agent {
    background-position: -15px 0px;
}

.w_segmenu__top-right .textlink:hover .find_agent {
    background-position: -15px -15px;
}

.w_segmenu__top-right .home_icons_small.login {
    background-position: -30px 0px;
}

.w_segmenu__top-right .textlink:hover .home_icons_small.login {
    background-position: -30px -15px;
}

.w_segmenu .w_segmenu__top .w_segmenu__top-right ul li&gt;*.login:after,
.w_segmenu_landing .w_segmenu__top .w_segmenu__top-right ul li&gt;*.login:after {
    background: url('/_Global-Assets/dagger/home/img/home_icons.png') 0 0px no-repeat;
}


/*#home_quote {*/
@media screen and (min-width: 999px) {    
    .w_nav-bar a.open-msg {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 65px;
        padding-top: 23px;
        padding-left: 23px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: white;
        cursor: pointer;
        /*background: #019dd5;*/
        background-color: #F89728;
        width: 200px;
        font-size: 18px;
        line-height: 18px;
        font-family: 'ProximaNovaSemibold';
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
    }

    .w_nav-bar a.open-msg:hover {  
        color:#fff;
        background: #0080ad;
        font-family: 'ProximaNovaSemibold';
        font-size:18px;
        line-height: 18px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

#home_quote:after {
    background: url('/_Global-Assets/dagger/home/img/icon_getquote.svg') 0px 0px no-repeat;
    content: "";
    position: absolute;
    top: 16px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.spacer {
    clear: both;
}

.col_wide {
    /*max-width:1478px;*/
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.col {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.col_narrow {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
}

#dagger_home {
    max-width: 100%;
    overflow: hidden;
    color: #3b3b3b;
    background-color: #fff;
    min-width: 320px;
}

@media (min-width:1000px) {
    #dagger_home {
        overflow: visible;
    }
}

.dagger_root .dagger_section {
    clear: both;
    width: 100%;
    display: inline-block;
}

/* DEFAULT: WHITE BG */
.dagger_root .whitebg {
    background: #ffffff;
}

.dagger_root .lightbluebg {
    background: #e1f7ff;
}

.dagger_root .bluebg {
    background: #019dd5;
}

.dagger_root .blackbg {
    background: #3b3b3b;
}

/* DEFAULT: #eff8fc text color */
.dagger_root .whitetext,
.dagger_root .whitetext:visited,
.dagger_root .whitetext:hover,
.dagger_root .whitetext p,
.dagger_root .whitetext li,
.dagger_root .whitetext a,
.dagger_root .whitetext a:hover,
.dagger_root .whitetext a:visited {
    color: #fff;
}

.dagger_root .graytext,
.dagger_root .graytext p,
.dagger_root .graytext li,
.dagger_root .graytext a,
.dagger_root .graytext a:hover,
.dagger_root .graytext a:visited {
    color: #757575;
}

.dagger_root .bluetext,
.dagger_root .bluetext p,
.dagger_root .bluetext li,
.dagger_root .bluetext a,
.dagger_root .bluetext a:hover,
.dagger_root .bluetext a:visited {
    color: #019dd5;
}


.dagger_root .blackalert {
    font-family: 'ProximaNovaSemibold';
    font-size: 22px;
    line-height: 26px;
    padding: 10px;
}

.dagger_root .blackalert a {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
}

@media screen and (max-width: 999px) {
.dagger_root .home_notification_container {
  display: none !important;
}
.dagger_root .notification_hidden.notification_display.mobile-only {
    display: inline !important;
}
.home-notification .notification_link {
  margin-left: 40px;

}
}
@media screen and (min-width: 1000px) {
.dagger_root .home_notification_container,
.dagger_root .home-notification {
    color: #3b3b3b;
    font-family: 'ProximaNovaSemibold';
    line-height: 40px;
    font-size: 15px;
    border-left: 5px solid #f89728;
    height: 40px;
    /*position: absolute;
    right: 400px;
    left: 0px;*/
}
.dagger_root .home-notification {
  border-left: 5px solid #ff0000;
  margin-bottom: 5px;
}
.dagger_root .home-notification,
.dagger_root .home-notification .notification_link a {
  font-size: 18px;
}

.home_notification_container .notification,
.home-notification .notification {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home_notification_container .notification_link,
.home-notification .notification_link {
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

.home_notification_container .notification_link a,
.home-notification .notification_link a {
    color: #3b3b3b;
    text-decoration: underline;
    font-size: 15px;
    font-family: 'ProximaNovaSemibold';
}
}


.notification_icon,
.notification_icon_mobile {
    width: 22px;
    height: 22px;
    background-image: url('/_Global-Assets/dagger/home/img/alert_orange.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.home-notification .notification_icon {
    background-image: url('/_Global-Assets/dagger/home/img/alert_red.png');
}

.notification_icon {
    float: left;
    margin: 9px;
}

.notification_icon_mobile {
    position: absolute;
    right: 80px;
    top: 22px;
    cursor: pointer;
}

.home_notification_container .notification.blue_alert {}

.home_notification_container .notification.orange_flag {}

.parallax {
    position: relative;
}

#s1_hero {
    position: relative;
}

.bubble {
    width: 100px;
    height: 100px;
    background-color: #00ff0055;
    transform: translateY(0);
    z-index: 3;

    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    background-color: inherit;
}


#bubblescreen2 {
    background-image: url("/_Global-Assets/dagger/home/img/parallax_1.png");
    background-size: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
}

#bubblescreen1 {
    background-image: url("/_Global-Assets/dagger/home/img/parallax_2.png");
    background-size: 100%;
    padding-bottom: 73%;
    background-repeat: no-repeat;
}


#bubblescreen1_mobile {
    background-image: url("/_Global-Assets/dagger/home/img/parallax_1_mobile.png");
    background-width: 100%;
    background-size: 100%;
    padding-bottom: 207%;
}

#bubblescreen2_mobile {
    background-image: url("/_Global-Assets/dagger/home/img/parallax_2_mobile.png");
    background-width: 100%;
    background-size: 100%;
    padding-bottom: 207%;
}


#s1_image {
    background-color: #aaaaaa;
    background-image: url('/_Global-Assets/dagger/home/img/homepage_hero.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 46%;
}

#s1_image .col {
    position: relative;
}

#hero_content {
    width: 60%;
    position: absolute;
    /*TM copy adjustments left: 0;
    padding-top: 10%;*/
    left: -80px;
    padding-top: 7%;
}

#s1_copy {
    padding-top: 120px;
    padding-bottom: 120px;
}

#s1_copy h2 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#s2_benefits {
    padding-top: 5%;
    position: relative;
    padding-bottom: 5%;
}

#s2_benefits .col {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#s2_benefits h2 {
    margin-bottom: 5px;
}

#s2_duck,
#s2_duck_mobile {
    position: absolute;
    width: 64%;
    left: -3%;
    top: 10%;
}

#s2_duck_mobile {
    display: none;
}

#s2_content {
    position: absolute;
    width: 30%;
    float: left;
    z-index: 5;
    padding-top: 10%;
}

.hiw_item {
    padding-left: 10%;
    margin-top: 3%;
    background-size: 33%;

    background-repeat: no-repeat;
    background-position: top left;

    position: relative;
    max-width: 480px;
    padding-bottom: 1%;

    -webkit-transition: 0.8s;
    transition: 0.8s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.47, 1);
    opacity: 0.0;
    filter: alpha(opacity=25);
    transform: scale(0.95);
    top: 80px;
}

.hiw_item.active {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.47, 1);
    opacity: 1.0;
    filter: alpha(opacity=100);
    transform: scale(1.0);
    top: 0px;
}

.hiw_item h3 {
    margin-bottom: 3px;
    padding-top: 35px;
}

.hiw_item p {
    width: 310px;
    margin-bottom: 0px;
}

#hiw_1 {
    margin-top: 0px;
    margin-left: 58.333%;
    background-image: url('/_Global-Assets/dagger/shared/img/placer.gif');
    /*background-image:url('/_Global-Assets/dagger/home/img/bullet_01.png');*/
}

#hiw_2 {
    margin-left: 58.333%;
    background-image: url('/_Global-Assets/dagger/shared/img/placer.gif');
    /*background-image:url('/_Global-Assets/dagger/home/img/bullet_02.png');*/
}

#hiw_3 {
    margin-left: 58.333%;
    background-image: url('/_Global-Assets/dagger/shared/img/placer.gif');
    /*background-image:url('/_Global-Assets/dagger/home/img/bullet_03.png');*/
}

#hiw_4 {
    margin-left: 58.333%;
    background-image: url('/_Global-Assets/dagger/shared/img/placer.gif');
    /*background-image:url('/_Global-Assets/dagger/home/img/bullet_04.png');*/
}

#s3_ways {
    padding-top: 100px;
    padding-bottom: 80px;
}

#dagger_home .ways_item h3 {
    margin-bottom: 5px;
    margin-top: -10px;
    padding: 0px;
    cursor: default;
}

.ways_item {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.ways_item img {
    max-width: 40%;
}

.ways_item .ways_active img {
    max-width: 33%;
}

.ways_active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: scale(0.90);
}

.ways_active:hover, .ways_active:focus {
    transform: scale(1.0);
}

.ways_ctas {
    position: absolute;
    bottom: 0px;
    border-top: 1px solid #e8e8e8;
    width: 100%;
}

.ways_ctas div {
    padding-bottom: 5%;
    padding-top: 5%;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
}

.ways_ctas a div{
    font-family: 'ProximaNovaSemibold';
    color: #019cdf;
    text-decoration: none;
    font-size: 18px;
}

.ways_ctas div:first-child {
    border-right: 1px solid #e8e8e8;
}

.ways_ctas a:hover div, .ways_ctas a:focus div {
    background: #019dd5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ways_ctas a:hover div, .ways_ctas a:focus div {
    color: #fff;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.ways_item p {
    padding-left: 10%;
    padding-right: 10%;
    cursor: default;
    min-height: 60px;
}

.ways_active {
    top: 0px;
    background-color: #fff;
    width: 100%;
    left: 0%;
    top: 0%;
    -ms-box-shadow: 3px 2px 8px 0px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 3px 2px 8px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 3px 2px 8px 0px rgba(0, 0, 0, 0.65);
    z-index: 5;
}

.ways_active_content {
    padding-top: 5px;
    padding-bottom: 55px;
}

.ways_item:hover .ways_active {
    display: block;
}

#s4_calc {
    padding-top: 40px;
    padding-bottom: 90px;
    margin-bottom:-7px;
    position: relative;
}

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

#s4_calc .col_wide {
    width: 85%;
    margin-left: 10%;
    margin-right: 5%;
}

@media(min-width: 1000px) {
    #badthings {
        padding-top: 120px;
        width: 58.33%;
        float: left;
    }

    #badthings p {
        max-width: 95%;
    }
}


#badthings h2 {
    margin-bottom: 10px;
}

#badthings ul.desktop {
    max-width: 75%;
}

#badthings li {
    height: 35px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-family: 'ProximaNovaSemibold';
    font-size: 16px;
    line-height: 35px;
}

#badthings li.injury {
    float: left;
    position: relative;
    background-color: #019dd5;
    border: 2px solid #ffffff;
    color: #fff;
    border-radius: 35px;
    padding-right: 15px;
    padding-left: 40px;
    transition: 0.1s;
    z-index: 3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#badthings li.injury:hover {
    background-color: #0080ad;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#badthings li.injury.more {
    position: absolute;
    opacity: 0;
}

#badthings ul.mobile li.injury.more {
    position: relative;
    opacity: 1;
}

#badthings li.injury.more.opacity {
    opacity: 1;
}

#badthings li.injury.more.relative {
    position: relative;
}

#badthings #injury_seeless.more {
    opacity: 1;
    position: relative;
    display: none;
}

#badthings li.injury.active {
    background: #ffffff;
    color: #3b3b3b;
    cursor: default;
    z-index: 5;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1), 0 15px 80px 0 rgba(0, 0, 0, 0.15);
}

#badthings li.injury.active:hover {
    background: #ffffff;
}

#badthings li.injury_disclosure {
    clear: both;
}

#badthings li.injury_disclosure td {
    vertical-align: middle;
}

#badthings li.injury_disclosure span.disclosure {
    font-size: 22px;
    font-family: 'ProximaNovaExtrabold';
    padding-left: 8px;
}

#injury_seemore span.disclosure {
    position: relative;
}

#injury_seeless span.disclosure {
    position: relative;
}

#badthings .injury_icon {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 5px;
    left: 5px;
    transition: 0.1s;
}

.injury_icon.accident {
    background: url('/_Global-Assets/dagger/home/img/bticon_accident.svg') 0px 0px no-repeat;
}

.active .injury_icon.accident {
    background: url('/_Global-Assets/dagger/home/img/bticon_accident_active.svg') 0px 0px no-repeat;
}

.injury_icon.cancer {
    background: url('/_Global-Assets/dagger/home/img/bticon_cancer.svg') 0px 0px no-repeat;
}

.active .injury_icon.cancer {
    background: url('/_Global-Assets/dagger/home/img/bticon_cancer_active.svg') 0px 0px no-repeat;
}

.injury_icon.critical {
    background: url('/_Global-Assets/dagger/home/img/bticon_critical.svg') 0px 0px no-repeat;
}

.active .injury_icon.critical {
    background: url('/_Global-Assets/dagger/home/img/bticon_critical_active.svg') 0px 0px no-repeat;
}

.injury_icon.disability {
    background: url('/_Global-Assets/dagger/home/img/bticon_disability.svg') 0px 0px no-repeat;
}

.active .injury_icon.disability {
    background: url('/_Global-Assets/dagger/home/img/bticon_disability_active.svg') 0px 0px no-repeat;
}

.injury_icon.hospital {
    background: url('/_Global-Assets/dagger/home/img/bticon_hospital.svg') 0px 0px no-repeat;
}

.active .injury_icon.hospital {
    background: url('/_Global-Assets/dagger/home/img/bticon_hospital_active.svg') 0px 0px no-repeat;
}

.injury_icon.lungs {
    background: url('/_Global-Assets/dagger/home/img/bticon_lungs.svg') 0px 0px no-repeat;
}

.active .injury_icon.lungs {
    background: url('/_Global-Assets/dagger/home/img/bticon_lungs_active.svg') 0px 0px no-repeat;
}

#calc_container {
    padding-top: 40px;
    width: 41.67%;
    float: left;
}

#calculator {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 5px 30px 2px hsla(0, 0%, 0%, 0.15);
}

#calculator h2 {
    padding-bottom: 20px;
    text-align: center;
}

#calculator hr {
    background-color: #e8e8e8;
}

#calculator table {
    width: 100%;
}

#calculator td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#savings_items {
    height: 180px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#savings_items tr {
    display: none;
}

#savings_items tr.active {
    display: table-row;
}

.bigsup {
    font-size: 14px;
    position: relative;
    top: 3px;
    line-height: 1;
}

#calc_oop div {
    margin-left: 5px;
    position: relative;
    top: 4px;
}

.price,
.biggerprice,
.biggestprice {
    width: 20%;
}

.biggerprice {
    width: 25%;
}

.inactive .price,
.inactive .biggerprice,
.inactive .biggestprice {
    color: #aaaaaa;
}

.toggle {
    cursor: pointer;
    width: 50px;
}

.toggle .slider {
    height: 14px;
    width: 40px;
    background-color: #e3e3e3;
    border-radius: 7px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.toggle .thumb {
    background-color: #aaaaaa;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: relative;
    bottom: 3px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.toggle .thumb_pos {
    position: relative;
    padding-left: 0px;
    -webkit-transition: 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.toggle.active .slider {
    background-color: #cff3ff;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.toggle.active .thumb {
    background-color: #019ed5;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.toggle.active .thumb_pos {
    padding-left: 20px;
    -webkit-transition: 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
}


#calculator_duck {
    position: absolute;
    bottom: 0px;
    right: 40%;
    width: 400px;
}

.section_label {
    margin-bottom: 5px;
}

#get_coverage {
    background-image: url('/_Global-Assets/dagger/shared/img/placer.gif');
    padding-bottom: 48.5185185%;
}

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

#get_coverage .col {
    position: relative;
}

#get_coverage_content {
    width: 50%;
    position: absolute;
    left: 56.33%;
    padding-top: 10%;
}

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

@media screen and (max-width: 780px) {
    #get_coverage_content {
        padding-top: 7%;
        width: auto;
    }

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

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

#get_coverage_content h2 {
    margin-bottom: 25px;
}

@media screen and (max-width:1000px) {
    #get_coverage_content h2 {
        margin-left:4vw;
    }
}


#s6_business {
    background-image: url('/_Global-Assets/dagger/shared/img/placer.gif');
    /*background-image:url('/_Global-Assets/dagger/home/img/hero_business.jpg');*/
    padding-bottom: 39%;
}

#s6_business {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: -7px;
}

#s6_business .col {
    position: relative;
}

#business_content {
    width: 41.67%;
    position: absolute;
    padding-top: 13%;
}

#business_content h2 {
    margin-bottom: 10px;
}

#s7_map {
    background-image: url('/_Global-Assets/dagger/shared/img/placer.gif');
    padding-bottom: 37%;
}

#s7_map {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

#map_content {
    position: absolute;
    width: 100%;
    top: 28%;
}

#s7_map h2 {
    text-align: center;
}

#s7_map a {
    text-decoration: none;
}

#s7_map button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#map_duck {
    position: absolute;
    right: 0px;
    bottom: -144px;
    /*bottom:-110px;*/
    max-width: 325px;
    width: 20%;
}

#s8_learn {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
}

#learn_agents {
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.learn_box {
    width: 50%;
    float: left;
    padding-bottom: 80px;
}

#s8_learn img {
    width: 22%;
}

#s8_learn h3 {
    margin-bottom: 15px;
}

#s8_learn p {
    padding-left: 18%;
    padding-right: 18%;
}


#home_footer {
    background-color: #f2f2f2;
    padding-top: 60px;
}

#home_footer a,
#home_footer a:visited {
    text-decoration: underline;
}

#home_footer a:hover {
    color: #000000;
    text-decoration: none;
}

#footer_links {
    float: left;
    width: 70%;
}

#home_footer .footer_link {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 48px;
    position: relative;
}

#home_footer .footer_link a {
    text-decoration: none;
}

#home_footer .footer_link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 0px solid #00a7e1;
    transition: border 150ms ease-out;
}

#home_footer .footer_link:hover:after {
    border-top-width: 5px;
}

.social {
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.social_link div.active {
    display: none;
}

.social_link:hover div {
    display: none;
}

.social_link:hover div.active {
    display: block;
}

.facebook div {
    background-image: url('/_Global-Assets/dagger/home/img/social_fb.svg');
}

.facebook div.active {
    background-image: url('/_Global-Assets/dagger/home/img/social_fb_hover.svg');
}

.twitter div {
    background-image: url('/_Global-Assets/dagger/home/img/social_tw.svg');
}

.twitter div.active {
    background-image: url('/_Global-Assets/dagger/home/img/social_tw_hover.svg');
}

.instagram div {
    background-image: url('/_Global-Assets/dagger/home/img/social_ig.svg');
}

.instagram div.active {
    background-image: url('/_Global-Assets/dagger/home/img/social_ig_hover.svg');
}

.youtube div {
    background-image: url('/_Global-Assets/dagger/home/img/social_yt.svg');
}

.youtube div.active {
    background-image: url('/_Global-Assets/dagger/home/img/social_yt_hover.svg');
}

.linkedin div {
    background-image: url('/_Global-Assets/dagger/home/img/social_li.svg');
}

.linkedin div.active {
    background-image: url('/_Global-Assets/dagger/home/img/social_li_hover.svg');
}

#social_links {
    float: left;
    width: 30%;
}

#social_links li {
    float: right;
    padding-left: 15px;
}

#social_links img {
    width: 32px;
    height: 32px;
}

#home_footer hr {
    background-color: #dfdfdf;
    margin-top: 65px;
    margin-bottom: 40px;
}

.footer_row {}

#copyright {
    float: left;
    width: 30%;
}

#legal_links {
    width: 70%;
    float: left;
}

#home_footer .legal_link {
    float: right;
    padding-left: 25px;
    line-height: 32px;
}

#home_footer .legal_link a {
    text-decoration: none;
}

#disclaimers {
    padding-top: 30px;
}

.ui-tooltip-content {
    background: #3b3b3b;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: 'ProximaNovaRegular';
    z-index: 5;
    max-width: 26%;
    position: absolute;
    right: 11.5%;
    padding: 2%;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: -10px;
    left: 20%;
    border-color: #3b3b3b transparent;
    border-width: 0 10px 10px;
}

#disclaimer_link .disclaimers {
    display: none;
}

#disclaimer_link p {
    margin-bottom: 10px;
}

#disclaimer_link a.active {
    display: none;
}

#disclaimer_link.active a.active {
    display: block;
}

#disclaimer_link.active a.inactive {
    display: none;
}

#disclaimer_link li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
}

#disclaimer_link .disclaimers {
    display: none;
}

#disclaimer_link.active .disclaimers {
    display: block;
}

.disclaimers ul {
    list-style-type: disc;
}

#mobile_dismiss {
    display: none;
}

.ways_item.active .ways_active {
    display: block;
}

.mobile_product_disclosure {
    display: none;
}

#badthings ul.mobile {
    display: none;
}

.mobile_only {
    display: none;
}

.under_570 {
    display: none;
}

.under_999 {
    display: none;
}

#break_570to1000 {
    display: none;
}


/* NOTE: THIS IS min-width not max-width */
@media screen and (min-width: 1620px) {
    .blackalert {
        font-size: 1.2vw;
        line-height: 1.4vw;
        padding-top: 0.5%;
        padding-bottom: 0.5%;
    }

    .ways_item p {
        margin-bottom: 20px;
    }

    #home_footer .social {
        width: 45px;
        height: 45px;
    }

    #calculator_duck {
        right: 42%;
    }

}

/* big screens */
@media screen and (min-width: 1920px) {
    #s2_benefits {
        padding-bottom: 15%;
    }

    .hiw_item {
        max-width: 600px;
    }
}


@media screen and (max-width: 1400px) {
    .ways_item p {
        margin-bottom: 15px;
    }

    .ways_item img {
        max-width: 40%;
    }

    .ways_item .ways_active img {
        max-width: 35%;
    }

    .w_lightbox__item.home_self_select {
        width: 60%;
        margin-left: -30%;
    }

    #badthings ul.desktop {
        max-width: 80%;
    }

    #calculator_duck {
        width: 375px;
    }

    #business_content {
        padding-top: 10%;
    }
}

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

    .col_wide {
        max-width: 95%;
    }

    #s1_image {
        padding-bottom: 46%;
        min-height: 600px;
        background-size: 100%;
        min-height: inherit;
    }

    #hero_content {
        width: 55%;
        padding-top: 50px;
    }

    #s2_benefits {
        min-height: 630px;
        padding-top: 7%;
        padding-bottom: 7%;
    }

    #s2_benefits .col {
        max-width: 55%;
    }

    #s2_duck,
    #s2_duck_mobile {
        width: 70%;
        left: -4%;
        top: 9%;
    }

    .hiw_item {
        max-width: 40%;
    }

    .ways_active {
        width: 100%;
    }

    .ways_item p {
        padding-left: 5%;
        padding-right: 5%;
    }

    .ways_item .ways_active img {
        width: 30%;
    }

    #dagger_home .ways_item h3 {
        margin-top: 5px;
        font-size: 20px;
    }

    #badthings ul.desktop {
        max-width: 95%;
    }

    #calculator {
        padding-left: 25px;
        padding-right: 25px;
    }

    #calc_container {
        padding-top: 75px;
    }

    #calculator_duck {
        width: 350px;
    }

    #business_content {
        padding-top: 80px;
    }

    #s7_map {
        padding-bottom: 0px;
        min-height: 450px;
        background-size: cover;
    }

    #map_duck {
        width: 230px;
    }

    .section_sub {
        max-width: 90%;

    }

    .w_lightbox__item.home_self_select {
        margin-left: -35%;
    }

    #footer_links {
        width: 100%;
    }

    #social_links {
        float: right;
    }
}

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

    /* removed !important */
    /*Prospecting style sheet override- previously hid the navigation */
    .w_nav-bar .content .menu .main-menu .menu-items li {
        display: block;
    }

    /*nav elems already had bottom borders, didnt need a double border*/
    .w_nav-bar .search {
        border-top: none;
    }

    /*mobile nav fix- seg landing didnt have a mobile breadcrumb on mobile menu*/
    .w_nav-bar .content .logo-bar {
        border-bottom: 1px solid #dbdbdb;
    }

    .col_wide {
        width: 90%;
    }

    #break_570to1000 {
        display: inherit;
    }

    .ui-tooltip-content {
        max-width: 70%;
        right: 13%;
    }

    .w_lightbox__item.home_self_select {
        width: 90%;
        margin-left: -45%;
    }

    #home_quote {
        display: none;
    }

    #mobile_dismiss {
        display: block;
    }

    #mobile_dismiss a {
        cursor: pointer;
        text-decoration: underline;
        color: #6a6a6a;
        font-family: ProximaNovaSemibold;
        font-size: 12px;
    }

    #hero_content {
        width: 55%;
        padding-top: 200px;
    }

    #s1_copy {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #s1_copy h2 {
        max-width: 75%;
    }

    #s2_benefits {
        padding-top: 10%;
    }

    #s2_duck,
    #s2_duck_mobile {
        left: auto;
        right: -15%;
        width: 62%;
        top: 6%;
    }
    #s2_duck {
        display:none;
    }
    #s2_duck_mobile {
        display:block;
        right:0px;
    }

    #s2_content {
        width: 100%;
        position: relative;
    }

    #s2_content {
        padding-top: 15%;
    }

    #s2_items {
        clear: both;
        padding-top: 220px;
        padding-bottom: 100px;
    }

    .hiw_item {
        height: 105px;
        padding-left: 65px;
        padding-top: 52px;
        background-size: 180px 142px;
        background-repeat: no-repeat;
        background-position: top left;
    }

    .hiw_item p {
        width: 100%;
    }

    #hiw_1,
    #hiw_2,
    #hiw_3,
    #hiw_4 {
        max-width: 100%;
        margin-left: 0%;
        margin-bottom: 50px;
        margin-top: 0px;
    }

    #s3_ways h2 {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 20px;
    }

    .ways_item {
        width: 50%;
    }

    .ways_active {
        width: 95%;
    }

    .ways_item:nth-child(odd) .ways_active {
        left: 14%;
    }

    .ways_item:nth-child(even) .ways_active {
        left: 0%;
    }

    .ways_ctas div {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #badthings {
        width: 100%;
        float: inherit;
        padding-top: 60px;
    }

    #badthings .more {
        display: inherit;
    }

    #badthings p {
        text-align: center;
        font-family: 'ProximaNovaRegular';
    }

    #badthings ul.desktop {
        display: none;
    }

    #badthings ul.mobile {
        display: block;
        max-width: inherit;
        width: 1560px;

        position: relative;
        left: 800px;
        -webkit-transition: 0.7s;
        transition: 0.7s;
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.47, 1);
    }

    #badthings ul.mobile.sprung {
        left: 0px;
    }

    #injury_seemore,
    #injury_seeless {
        display: none;
    }

    #badthings h2 {
        text-align: center;
    }

    #calculator {
        padding-left: 40px;
        padding-right: 40px;
    }

    #calc_container {
        width: 100%;
        float: inherit;
        padding-top: 20px;
        clear:both;
    }

    #calculator_duck {
        display: none;
        background: #000;
    }


    #get_coverage {
        background-position: 25%;
    }

    #get_coverage button {
        min-width: 150px;
        margin-left: 4vw;
    }

    #business_content {
        width: 60%;
    }

    #map_duck {
        bottom: -125px;
        width: 30%;
    }

    #s8_learn img {
        width: 45%;
    }

    #s8_learn p {
        padding-left: 10%;
        padding-right: 10%;
    }


    #footer_links {
        float: inherit;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        column-gap: 35%;
        columns: 2;
    }

    #home_footer .footer_link {
        float: inherit;
        padding-right: 0px;
        padding-bottom: 10px;
        line-height: 32px;
    }

    #social_links {
        float: left;
        width: 60%;
        margin-top: 50px;
        margin-left: 20%;
    }

    #social_links li {
        padding: 0px;
        width: 20%;
        text-align: center;
    }

    #social_links div {
        width: 45px;
        height: 45px;
    }

    #social_links a {
        display: inline-block;
    }

    #home_footer hr {
        margin-top: 25px;
    }

    #legal_links {
        width: 100%;
        float: inherit;
        clear: both;
    }

    #home_footer .legal_link {
        width: 100%;
        float: inherit;
        padding: 0px;
    }

    #copyright {
        float: inherit;
        width: 100%;
    }

    .over_999 {
        display: none;
    }

    .under_999 {
        display: block;
    }

    #s1_image {
        background-color: #fff;
        background-image: url('/_Global-Assets/dagger/home/img/homepage_hero_mobile.jpg');
        padding-bottom: 100% !important;
        background-size: cover;
        background-position: bottom center;
        min-height: auto;
        color: #3b3b3b;
    }

    #hero_content {
        width: 100%;
        padding-top: 8%;
        text-align: center;
        left: 0;
    }

    #hero_content p {
        color: #3b3b3b;
        margin-left: 10%;
        width: 80%;
        max-width: inherit;
    }

}

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

    .mobile_only {
        display: inherit;
    }

    .desktop_only {
        display: none;
    }

    .col {
        max-width: 90%;
    }

    .col_wide {
        max-width: 94%;
    }

    #s1_image {
        background-color: #fff;
        background-image: url('/_Global-Assets/dagger/home/img/homepage_hero_mobile.jpg');
        padding-bottom: 105%;
        min-height: auto;
        color: #3b3b3b;
    }

    #hero_content {
        width: 100%;
        padding-top: 8%;
        text-align: center;
    }

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

    #s1_copy h2 {
        max-width: 90%;
    }

    #s2_duck {
        display: none;
    }

    #s2_duck_mobile {
        display: block;
        right: 0px;
    }

    #s2_items {
        padding-top: 120px;
        padding-bottom: 25px;
    }

    #dagger_home .ways_item h3 {
        margin-top: 0px;
        font-size: 16px;
    }

    .ways_active {
        width: 100%;
        top: -10%;
    }

    .ways_item:nth-child(odd) .ways_active {
        left: 0%;
    }

    .ways_item:nth-child(even) .ways_active {
        left: 0%;
    }

    #s4_calc {
        padding-bottom: 60px;
    }

    #calculator td {
        padding-bottom: 0px;
    }

    .price,
    .biggerprice,
    .biggestprice {
        width: 30%;
    }

    #get_coverage {
        background-size: cover;
        min-height: auto;
        /*padding-bottom:181%;*/
        /*background-position:bottom left;*/
    }

    #s6_business {
        background-image: url('/_Global-Assets/dagger/shared/img/placer.gif');
        min-height: auto;
        padding-bottom: 120%;
        background-position: top left;
    }

    #business_content {
        width: 100%;
        padding-top: 10%;
    }

    #s7_map {
        min-height: auto;
        padding-bottom: 120%;
    }

    #map_content {
        top: 25%;
    }

    #map_duck {
        width: 53%;
    }

    #learn_agents {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }

    .learn_box {
        width: 70%;
        margin-left: 15%;
        float: inherit;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    #s8_learn {
        padding-bottom: 20px;
    }

    #s8_learn img {
        width: 32%;
    }

    #s8_learn p {
        padding-left: 0px;
        padding-right: 0px;
    }

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

    #home_footer .col_wide {
        max-width: 86%;
        margin-left: 7%;
    }
}

@media screen and (max-width: 620px) {
    #disclaimer_link {
        padding-bottom: 100px;
    }

    #get_coverage {
        /*padding-bottom: 181%;*/
    }
}

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

    #get_coverage {
        background-position: top center;
        padding-bottom: 110%;
    }

    #get_coverage_content {
        padding-top: 82%;
        width: 100%;
        left: 0;
        text-align: center;
    }

    #get_coverage button {
        margin-top: 2vw;
        font-size: 4.296vw;
    }

    .under_570 {
        display: inherit;
    }

    #break_570to1000 {
        display: none;
    }

    .blackalert {
        font-size: 16px;
        line-height: 20px;
    }

    #hero_content {
        padding-top: 12%;
    }

    #hero_content h1 {
        margin-bottom: 10px;
    }

    #s2_duck,
    #s2_duck_mobile {
        right: 0%;
        width: 70%;
    }

    #s2_items {
        padding-top: 150px;
    }

    .hiw_item {
        background-size: 150px;
        padding-left: 55px;
        padding-top: 41px;
    }

    #s3_ways {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #s3_ways h2 {
        margin-bottom: 35px;
    }

    .ways_item {
        width: 100%;
        float: inherit;
        min-height: 40px;
        text-align: center;
        position: relative;
    }

    .ways_item:nth-child(odd) .ways_active, .ways_item:nth-child(even) .ways_active {
        left: 0%;
        top: -25px;
        width: 100%;

    }

    .ways_active_content {
        padding-top: 8%;
        padding-bottom: 13%;
    }

    .ways_item .ways_active img {
        width: 25%;
        left: 5%;
        top: 15%;
    }

    .ways_item.active .ways_active {
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .mobile_product_disclosure button {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .mobile_product_disclosure.show {
        display: inherit;
    }

    #s4_calc {
        padding-top: 0px;
    }

    #calculator {
        padding: 25px;
    }

    .mobile_product_disclosure {
        padding: 15px 30px;
    }

    #footer_links {
        column-gap: 20%;
        width: 85%;
    }

    #map_duck {
        bottom: -110px;
    }
}

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

    #s2_benefits {
        padding-top: 0px;
    }

    #s2_duck,
    #s2_duck_mobile {
        top: 1%;
    }

    .hiw_item {
        background-size: 130px;
        padding-left: 50px;
        padding-top: 37px;
    }

    .price,
    .biggerprice,
    .biggestprice {
        width: 35%;
    }

    .toggle {
        width: 35px;
    }

    .toggle .slider {
        height: 14px;
        width: 25px;
        border-radius: 10px;
    }

    .toggle.active .thumb_pos {
        padding-left: 12px;
    }

    .toggle .thumb {
        width: 16px;
        height: 16px;
        border-radius: 10px;
        bottom: 1px;
    }

    #get_coverage {
        background-position: top center;
        padding-bottom: 125%;
    }

    #get_coverage_content {
        padding-top: 90%;
    }

    #business_content {
        padding-top: 15%;
    }

    #footer_links {
        column-gap: 15%;
        width: 90%;
    }
}

@media screen and (max-width: 399px) {
    #s1_image {
        background-size: 120%;
        padding-bottom: 160%;
        background-position: center;
    }

    #hero_content h1 {
        letter-spacing: 0px;
    }

    #hero_content p {
        margin-left: 6%;
        width: 88%;
    }

    #calculator h2 {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    #s1_copy {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .hiw_item {
        background-size: 100px;
        padding-left: 40px;
        padding-top: 28px;
    }

    #s2_items p {
        padding-top: 5px;
    }

    .ways_active_content {
        padding-top: 10%;
        padding-bottom: 25%;
    }

    .ways_item .ways_active img {
        top: 10%;
    }

    .toggle.active .thumb_pos {
        padding-left: 10px;
    }

    #calculator {
        padding: 15px;
    }


    #footer_links {
        width: 100%;
    }

    #social_links div {
        width: 30px;
        height: 30px;
    }

    #s8_learn img {
        width: 37%;
    }

}

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

@media screen and (max-width: 400px) {
    #s1_image {
        background-size:120%;
        padding-bottom:116%;
    }
}




.video_link a {
    font-family: 'ProximaNovaSemibold';
}

@media screen and (max-width: 999px) {
    .video_link {
        display: block;
        margin-top: 5px;
    }
}

.no_wrap {
    white-space: nowrap;
}

.hidden {
    display: none !important;
}

.dagger_root .display1a {
    font-family: 'ProximaNovaBold';
    font-size: 8.53333333vw;
    letter-spacing: -1.04px;
    line-height: 1.1;
}

@media(min-width: 1000px) {
    .dagger_root .display1a {
        font-size: 54px;
    }
}

#get_coverage_2 {
    background-image: url(/_Global-Assets/dagger/home/img/hero_individual_mobile_alt2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 139%;
    position: relative;
}

#get_coverage_content_2 {
    position: absolute;
    top: 60%;
    text-align: center;
}

#get_coverage_2 .hero_cta.myself_button,
#get_coverage_2 .hero_cta.employee_button {
    background-color: #199dd2;
    color: #fff;
}

#get_coverage_2 .employee_button .white-icon,
#get_coverage_2 .myself_button .white-icon {
    background-image: url(/_global-assets/images/sprites/icons/sprite-cta-icons.png) no-repeat;
    display: block;
}

#get_coverage_2.employee_button.white-icon {
    background-position: -25px -28px;
}

#get_coverage .hero_content_cta {
    display: flex;
}

#get_coverage .hero_content_cta .hero_cta {
    width: 50%
}

#get_coverage .hero_content_cta .myself_button {
    margin-right: 20px;
}

.desktop-only {
    display: none;
}

/* #get_coverage mobile overwrites by Troy */
@media screen and (max-width: 569px) {
#get_coverage .mobile-only {
  display: none;
}
#get_coverage .desktop-only {
  display: block;
}
#get_coverage {
  padding-bottom: 140%;
}
#get_coverage .hero_content_cta .myself_button {
  margin-right: 5px;
}
#get_coverage_content .display4 {
  font-size: 13px;
}
#get_coverage .hero_content_cta .white-icon {
  scale: .7;
  right: 3px !important;
  top: 27px !important;
}
}

@media screen and (min-width:570px) and (max-width: 999px) {
#get_coverage .mobile-only {
  display: none;
}
#get_coverage .desktop-only {
  display: block;
    margin-left: 10%;
}
#get_coverage_content {
  padding-top: 3%;
}
#get_coverage h2.display2.under780 {
  font-size: 20px !important;
    line-height: 22px;
}
#get_coverage .hero_content_cta {
  display: block;
}
#get_coverage .coverage {
  margin-top: 20px;
  margin-bottom: 10px;
}
#get_coverage .hero_content_cta .hero_cta {
  width: 75%;
  height: 50px;
    max-width: 200px;
}
#get_coverage .hero_content_cta .hero_cta.employee_button {
  margin-top: 10px;
}
}


@media screen and (min-width: 1000px) {
    .dagger_root .display1b {
        font-size: 4.5vw;
    }

    .mobile-only {
        display: none !important;
    }

    .desktop-only {
        display: block;
    }

    #get_coverage_2 {
        background-image: url(/_Global-Assets/dagger/home/img/hero_individual_alt.jpg);
        padding-bottom: 49%;
        text-align: left;
    }

    #get_coverage_content_2 {
        left: 51%;
        text-align: left;
        width: 43%;
        top: 25%;
        padding-left: 5%;
    }

    /*nav offsets*/


}

@media screen and (min-width: 1251px) {
    .dagger_root .display1b {
        /*font-size: 60px;*/
    }

    #get_coverage_content_2 {
        top: 25%;
        width: 40%;
    }
}

@media screen and (min-width: 1401px) {
    .dagger_root .display1b {
        font-size: 67px;
    }

}

#products .product {
    width: 25%;
}


.dagger_products {
    padding-bottom: 0px;
    padding-top: 50px;
}

.dagger_products .mobile {
    display: flex;
    max-width: inherit;
    width: 100%;
    position: relative;
    left: 800px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.47, 1);
}

.dagger_products .mobile.sprung {
    left: 0px;
}

.dagger_products .mobile li {
    float: left;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#coverage_spacer {
    padding-top: 65px;
}

@media (min-width: 1000px) {
    .dagger_products {
        padding-bottom: 0px;
        padding-top: 85px;
    }
}

.dagger_products h2 {
    padding: 0 10%;
}

.dagger_root #calc_container .graytext {
    color: #3b3b3b;
}

.hero_cta {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hero_cta:hover {
    background: #0080ad;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}







#dagger_home .oe-callout {
  background-color: #3b3b3b;
  padding: 35px 12% 12px;
}
#dagger_home .oe-callout h2 {
  font-family: 'ProximaNovaBold';
  font-size: 38px;
  letter-spacing: -1.04px;
  line-height: 45px;
  color: #fff;
  float: left;
}
#dagger_home .oe-callout a {
  float: right;
  background-color: #00A7E1;
  padding: 14px 28px;
  text-decoration: none;
  font-family: 'ProximaNovaBold';
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: block;
  width: 275px;
}

@media screen and (max-width: 1220px) {
#dagger_home .oe-callout {
  padding: 35px 2% 12px;
}
}

@media screen and (max-width: 999px) {
#dagger_home .oe-callout {
  padding: 20px 5% 0px;
}
#dagger_home .oe-callout h2 {
  font-size: 28px;
  line-height: 33px;
  margin-top: 8px
}
#dagger_home .oe-callout a {
  padding: 10px 5px;
  font-size: 15px;
  width: 220px;
}
}

@media screen and (max-width: 750px) {
#dagger_home .oe-callout {
  padding: 20px 5% 30px;
}
#dagger_home .oe-callout h2 {
  float: none;
  text-align: center;
}
#dagger_home .oe-callout a {
  float: none;
  margin: 0 auto;
}
}</pre></body></html>