:root{--small-gap: 1.6rem;--gap: 2.4rem;--big-gap: 6rem}@media only screen and (min-width: 768px){:root{--small-gap: 1.6rem;--gap: 4.4rem;--big-gap: 12.4rem}}:root{--small-gap: 1.6rem;--gap: 2.4rem;--big-gap: 6rem}@media only screen and (min-width: 768px){:root{--small-gap: 1.6rem;--gap: 4.4rem;--big-gap: 12.4rem}}@keyframes glow{0%{box-shadow:0px 0px 15px 0px rgba(255,205,0,0)}25%{box-shadow:0px 0px 15px 0px #ffcd00}50%{box-shadow:0px 0px 15px 0px rgba(255,205,0,0)}70%{box-shadow:0px 0px 15px 0px rgba(255,205,0,.75)}100%{box-shadow:0px 0px 15px 0px rgba(255,205,0,0)}}:root{--small-gap: 1.6rem;--gap: 2.4rem;--big-gap: 6rem}@media only screen and (min-width: 768px){:root{--small-gap: 1.6rem;--gap: 4.4rem;--big-gap: 12.4rem}}.life-highway-map{background:linear-gradient(180deg, #0085CA 0%, #5bc2e7 100%);padding:60px 0;color:#fff}@media only screen and (min-width: 768px){.life-highway-map{padding:100px 0}}.life-highway-map__layout{display:flex;flex-direction:column;grid-gap:40px}@media only screen and (min-width: 1025px){.life-highway-map__layout{flex-direction:row-reverse;align-items:flex-start;grid-gap:80px}}.life-highway-map__content{flex:1;min-width:0}.life-highway-map__map{width:min(100%,340px);margin:0 auto}@media only screen and (min-width: 1025px){.life-highway-map__map{flex-shrink:0;width:34%;max-width:380px;margin:0}}.life-highway-map__svg{display:block;width:100%;height:auto;overflow:visible}.life-highway-map__heading{color:#fff;font:600 4.2rem/1.05 "Barlow Condensed",sans-serif;text-transform:uppercase;margin-bottom:2.4rem}@media only screen and (min-width: 768px){.life-highway-map__heading{font-size:6.4rem}}.life-highway-map__text{max-width:700px}.life-highway-map__text p{font-size:1.6rem;line-height:1.6}@media only screen and (min-width: 768px){.life-highway-map__text p{font-size:1.8rem}}.life-highway-map__cta{position:relative;z-index:10;display:flex;flex-direction:column;grid-gap:12px;border:2px dotted #ffcd00;padding:20px 24px;margin-top:3.2rem;max-width:700px}@media only screen and (min-width: 768px){.life-highway-map__cta{flex-direction:row;align-items:center;justify-content:space-between;grid-gap:32px;padding:24px 32px}}.life-highway-map__cta-label{font:600 2.2rem "Barlow Condensed",sans-serif;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.life-highway-map__cta-link{color:#fff;font-weight:600;font-size:1.6rem;text-decoration:underline;text-underline-offset:3px;transition:color .25s ease}.life-highway-map__cta-link:hover,.life-highway-map__cta-link:focus-visible{color:#ffcd00}.life-highway-map__selector{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px}@media only screen and (min-width: 1025px){.life-highway-map__selector{display:none}}.life-highway-map__route-btn{width:100%;display:flex;align-items:baseline;grid-gap:14px;min-height:48px;padding:12px 16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.5);color:#fff;text-align:left;cursor:pointer;transition:border-color .25s ease,background-color .25s ease,box-shadow .25s ease}.life-highway-map__route-btn-id{font:600 1.8rem "Barlow Condensed",sans-serif;min-width:52px}.life-highway-map__route-btn-text{font-size:1.4rem;line-height:1.4}.life-highway-map__route-btn.is-current,.life-highway-map__route-btn[aria-pressed=true]{border-color:#ffcd00;background:rgba(255,255,255,.16);box-shadow:inset 4px 0 0 #ffcd00}.life-highway-map__route-btn:focus-visible{outline:3px solid #ffcd00;outline-offset:2px}.life-highway-map .lhm-counties path{fill:#0c436a;stroke:rgba(134,49,2,.35);stroke-width:.75}.life-highway-map .lhm-road{fill:none;stroke:#999;stroke-width:2;stroke-linecap:round;pointer-events:none;transition:stroke .25s ease,stroke-width .25s ease}.life-highway-map .lhm-road.is-current{stroke:#fff;stroke-width:3.5}.life-highway-map .lhm-road-hit{fill:none;stroke:rgba(0,0,0,0);stroke-width:16;stroke-linecap:round;pointer-events:stroke;cursor:pointer}.life-highway-map .lhm-city circle{fill:#fff}.life-highway-map .lhm-city text{font:600 13px "Barlow Condensed",sans-serif;fill:#fff}.life-highway-map .lhm-shield{cursor:pointer;outline:none;transform-box:fill-box;transform-origin:center;transition:transform .25s cubic-bezier(0.22, 1, 0.36, 1),filter .25s ease}.life-highway-map .lhm-shield.is-current{transform:scale(1.12)}.life-highway-map .lhm-shield.is-current .lhm-shield-ring{opacity:1}.life-highway-map .lhm-shield:focus-visible .lhm-shield-ring{opacity:1;stroke:#ffcd00}.life-highway-map .lhm-shield-ring{fill:none;stroke:#fff;stroke-width:2.5;opacity:0;transition:opacity .25s ease,stroke .25s ease}.life-highway-map .lhm-shield-hit{fill:rgba(0,0,0,0)}.life-highway-map__svg.has-current .lhm-road:not(.is-current){stroke:rgba(134,49,2,.35)}.life-highway-map__svg.has-current .lhm-shield:not(.is-current){filter:saturate(0.3) brightness(1.05)}@media(prefers-reduced-motion: no-preference){.life-highway-map{transition:opacity .6s ease}.life-highway-map__heading,.life-highway-map__text,.life-highway-map__cta{transition:opacity .7s cubic-bezier(0.22, 1, 0.36, 1),translate .7s cubic-bezier(0.22, 1, 0.36, 1)}.life-highway-map__text{transition-delay:.12s}.life-highway-map__cta{transition-delay:.6s}.life-highway-map__map{transition:opacity .7s cubic-bezier(0.22, 1, 0.36, 1),scale .7s cubic-bezier(0.22, 1, 0.36, 1);transition-delay:.18s}.life-highway-map .lhm-road{stroke-dasharray:1;transition:stroke .25s ease,stroke-width .25s ease,stroke-dashoffset 1.1s cubic-bezier(0.22, 1, 0.36, 1)}.life-highway-map .lhm-roads>g:nth-child(1) .lhm-road{transition-delay:0s,0s,0.3s}.life-highway-map .lhm-roads>g:nth-child(2) .lhm-road{transition-delay:0s,0s,0.38s}.life-highway-map .lhm-roads>g:nth-child(3) .lhm-road{transition-delay:0s,0s,0.46s}.life-highway-map .lhm-roads>g:nth-child(4) .lhm-road{transition-delay:0s,0s,0.54s}.life-highway-map .lhm-roads>g:nth-child(5) .lhm-road{transition-delay:0s,0s,0.62s}.life-highway-map .lhm-roads>g:nth-child(6) .lhm-road{transition-delay:0s,0s,0.7s}.life-highway-map .lhm-shield{transition:transform .25s cubic-bezier(0.22, 1, 0.36, 1),filter .25s ease,opacity .5s cubic-bezier(0.22, 1, 0.36, 1),scale .5s cubic-bezier(0.22, 1, 0.36, 1)}.life-highway-map .lhm-shield:nth-of-type(1){transition-delay:0s,0s,0.5s,0.5s}.life-highway-map .lhm-shield:nth-of-type(2){transition-delay:0s,0s,0.6s,0.6s}.life-highway-map .lhm-shield:nth-of-type(3){transition-delay:0s,0s,0.7s,0.7s}.life-highway-map .lhm-shield:nth-of-type(4){transition-delay:0s,0s,0.8s,0.8s}.life-highway-map .lhm-shield:nth-of-type(5){transition-delay:0s,0s,0.9s,0.9s}.life-highway-map .lhm-shield:nth-of-type(6){transition-delay:0s,0s,1s,1s}.life-highway-map .lhm-city{transition:opacity .6s cubic-bezier(0.22, 1, 0.36, 1);transition-delay:.85s}.life-highway-map.anim-ready:not(.is-visible){opacity:0}.life-highway-map.anim-ready:not(.is-visible) .life-highway-map__heading,.life-highway-map.anim-ready:not(.is-visible) .life-highway-map__text,.life-highway-map.anim-ready:not(.is-visible) .life-highway-map__cta{opacity:0;translate:0 24px}.life-highway-map.anim-ready:not(.is-visible) .life-highway-map__map{opacity:0;scale:.96}.life-highway-map.anim-ready:not(.is-visible) .lhm-road{stroke-dashoffset:1}.life-highway-map.anim-ready:not(.is-visible) .lhm-shield{opacity:0;scale:.7}.life-highway-map.anim-ready:not(.is-visible) .lhm-city{opacity:0}}
/*# sourceMappingURL=life-highway-map.css.map */
