<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** 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:'ProximaNovaBold';
  /*font-size:60px;*/
  font-size:50px;
  letter-spacing:-1.04px;
  line-height:60px;
}
.dagger_root .display2 {
  font-family:'ProximaNovaBold';
  font-size:50px;
  letter-spacing:-0.87px;
  line-height:55px; 
}
.dagger_root .display3a {
  font-family:'ProximaNovaBold';
  font-size:24px;
  letter-spacing:0px;
  line-height:24px;
}
.dagger_root .display3c {
  font-family:'ProximaNovaBold';
  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;
  text-transform: uppercase;
  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:#757575;
  font-size:40px;
  letter-spacing:0px;
  line-height:40px;
}
.dagger_root .number1 {
  font-family:'ProximaNovaBold';
  font-size:40px;
  letter-spacing:0px;
  line-height:40px;
  color:#019dd5;
}
.dagger_root .number2 {
  font-family:'ProximaNovaBold';
  font-size:24px;
  letter-spacing:0px;
  line-height:24px;
  color:#019dd5;
}
.dagger_root .number3 {
  font-family:'ProximaNovaBold';
  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:50px;*/
    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;
  }
}

@media screen and (max-width:780px) {
  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 .display2 {
    font-size:3.086419753vw;
    letter-spacing:-0.05vw;
    line-height:3.395061728vw; 
  }*/
  .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'), url('/_Global-Assets/dagger/home/fonts/proxima_nova_black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*#root, #footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}*/





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

.w_segmenu {
  z-index:10;
}
.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__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;
  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;
}

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

.dagger_root .home_notification_container {
  color:#3b3b3b;
  font-family:'ProximaNovaSemibold';
  line-height: 40px;
  font-size:15px;
  border-left:5px solid #f89728;
  height:40px;
  position:absolute;
  right:400px;
  left:0px;
}


.home_notification_container .notification {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.home_notification_container .notification_link {
  cursor:pointer;
  float:left;
  margin-left:10px;
}
.home_notification_container .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;
}
.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 {
  
}

.w_lightbox__item.home_self_select {
    width: 45%;
    margin-left: -22.5%;
    min-height:500px;
    min-width:500px;
}
.home_ss_content {
  padding-left:40px;
  padding-right:40px;
  padding-top:20px;
  padding-bottom:20px;
  position:relative;
}
.home_self_select h2 {
  font-family:'ProximaNovaExtrabold';
  font-size:32px;
  text-align:center;
}
.ss_option h3 {
  margin-bottom:5px;  
}
.ss_option p {
  font-family:'ProximaNovaSemibold';
  color:#019dd5;
}
.ss_option {
  width:50%;
  padding-bottom:37%;
  float:left;
  text-align:center;
  border:2px solid #ccc;
  box-sizing: border-box;
  position:relative;
  cursor:pointer;
}
.ss_option_content {
  position:absolute;
  top:10%;
  width:100%;
}
.ss_option:hover {
  border:2px solid #019dd5;
  z-index:3;
}
#individual_option {
  margin-right:-1px;
}
#business_option {
  margin-left:-1px;
}

.ss_option img {
  width:35%;
}
.ss_footer {
  clear:both;
  text-align:center;
  padding-top:40px;
}
.ss_footer a, .ss_footer a:visited, .ss_footer a:hover {
  color:#019dd5;
  font-family: 'ProximaNovaSemibold';
  text-decoration: none;
}
.ss_close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    line-height: 30px;
}
.ss_close:hover {
  color:#1a1a1a;
  font-family:'ProximaNovaRegular';
}

.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/hero_top_fall19.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;
  left:0px;
  padding-top:10%;
  /*z-index:5;*/
}

#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;
}
/*
For 1000px+, weÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢re favoring the ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œType on AngleÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â approach. 
This layout brings it back closer to the original intent. 
A subtle scaling up (from about .95 to 1), 
Fade in (from 0 to 1), and move up (traveling about 50-80px) for each text block. 
Duration should be around .7s and easing curve of cubic-bezier(0.25, 0.46, 0.47, 1)*/
.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:0px;
  padding:0px;
  cursor:default;
}
.ways_item {
  width: 25%;
    float: left;
    text-align:center;
    position:relative;
}

.ways_inactive {
  background-color:#ccf2ff;
  padding-bottom:15%;
  padding-top:15%;
  width:90%;
  margin-left:5%;
  margin-top:5%;
  margin-bottom:5%;
}
.ways_item img {
  max-width:40%;
}
.ways_item .ways_active img {
  max-width:35%;
}
.ways_active {
  -webkit-transition: 0.3s;
    transition: 0.3s;
    transform:scale(0.90);
}
.ways_active:hover {
  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 div a {
  font-family:'ProximaNovaSemibold';
  color:#019cdf;
  text-decoration: none;
  font-size:18px;
}
.ways_ctas div:first-child {
  border-right:1px solid #e8e8e8;
}
.ways_ctas div:hover {
  background:#019dd5;
  -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ways_ctas div:hover a {
  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 {
  display:none;
  position:absolute;
  top:0px;
  background-color:#fff;
  width:100%;
  left:0%;
  top:0%;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.05), 0 15px 80px 0 rgba(0,0,0,0.08);
  z-index:5;
}
.ways_active_content {
  padding-top:15px;
  padding-bottom:55px;
}
.ways_item:hover .ways_active {
  display:block;
}

#s4_calc {
  padding-top:40px;
  padding-bottom:90px;
  margin-bottom:-7px;
  position:relative;
}
#s4_calc .col_wide {
  width:85%;
  margin-left:10%;
  margin-right:5%;
}
#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;
}
#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;
}

#s5_family {
  background-image:url('/_Global-Assets/dagger/shared/img/placer.gif');
  /*background-image:url('/_Global-Assets/dagger/home/img/hero_individual.jpg');*/
  padding-bottom:56%;
}
#s5_family {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom:-7px;
}
#s5_family .col {
  position:relative;
}
#family_content {
  width:41.67%;
  position:absolute;
  left:58.33%;
  padding-top:15%;
}
#family_content h2 {
  margin-bottom:10px;
}
#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:10%;
  }

  #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_inactive {
        width: 94%;
      margin-left: 3%;
      margin-top: 3%;
      margin-bottom: 3%;
  }
  .ways_active {
    width:108%;
    left:-4%;
    top:-4%;
  }

  .ways_item p {
    padding-left:5%;
    padding-right:5%;
  }
  .ways_item .ways_active img {
    width:30%;
  }
  #dagger_home .ways_item h3 {
    margin-top:5px;
  }
  #badthings ul.desktop {
    max-width:95%;
  }

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

  #calculator_duck {
      width: 350px;
  }
  #s5_family {
    padding-bottom: 0px;
      min-height: 700px;
      background-size:cover;
  }
  #family_content {
    padding-top:165px;
  }
    #s6_business {
      padding-bottom:0px;
      min-height:450px;
      background-size:cover;
    }
    #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_inactive {
    width:74%;
    margin-bottom:30px;
    padding-top:10%;
    padding-bottom:10%;
  }
  .ways_active {
    width:84%;
  }

  .ways_item:nth-child(odd) .ways_inactive {
    margin-left:20%;
    margin-right:6%;
  }
  
  .ways_item:nth-child(odd) .ways_active {
    left:14%;
  }

  .ways_item:nth-child(even) .ways_inactive {
    margin-left:6%;
    margin-right:20%;
  }
  .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;
    }
    #calculator_duck {
      display:none;
      background:#000;
    }


    #s5_family {
      background-position: 25%;
    }

    #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/hero_top_mobile_fall19.jpg');
    padding-bottom:110%;
    background-size:cover;
    background-position:bottom center;
    min-height:auto;
    color:#3b3b3b;
  }
  #hero_content {
    width:100%;
    padding-top:10%;
    text-align:center;
    /*z-index:5;*/
  }
  #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/hero_top_mobile_fall19.jpg');
    padding-bottom:138%;
    min-height:auto;
    color:#3b3b3b;
  }
  #hero_content {
    width:100%;
    padding-top:15%;
    text-align:center;
    /*z-index:5;*/
  }
  #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;
  }
  
  .ways_inactive {
    width:84%;
  }
  .ways_active {
    width:100%;
    top:-10%;
  }

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

  .ways_item:nth-child(even) .ways_inactive
  {

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

  #s4_calc {
      padding-bottom: 60px;
  }

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

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

  #s5_family {
      background-size:cover;
      min-height:auto;
      padding-bottom:120%;
      background-position:bottom left;
  }
  #family_content {
    width:100%;
    left:0%;
    padding-top:10%;
  }
  
  #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;
  }

  #s5_family {
    padding-bottom:130%;
  }
}
@media screen and (max-width: 570px) {

  .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_inactive, .ways_item:nth-child(even) .ways_inactive {
    width:90%;
    margin-left:5%;
    margin-bottom:7%;
    margin-top:0%;
    padding-top:10%;
    padding-bottom:10%;
  }
  .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 img {
    left:10%;
    top:25%;
    max-width:15%;
    position:absolute;
  }
  .ways_item .ways_active img {
    width:18%;
    left:5%;
    top:15%;
  }
  .ways_item h3 {
    margin-left:30%;
    text-align:left;
    margin-top:5px;
    margin-bottom:10px;
  }
  .ways_item p {
      margin-left: 30%;
      width: 65%;
      text-align:left;
      padding:0px;
  }

  .ways_item:hover .ways_active {
    display:none;
  }
  .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;
  }
  .ways_item.see_more {
    display:none;
  }
  .ways_item.see_more.show {
    display:block;
  }
  
  

  #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;
  }
  #s5_family {
    padding-bottom:160%;
    background-position:bottom center;
  }
  #family_content, #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%;
  }

}
.video_link a {
  font-family:'ProximaNovaSemibold';
}</pre></body></html>