html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-weight:400;font:inherit;vertical-align:baseline}html{font-family:Arial,sans-serif;font-size:20px;font-weight:400;line-height:1.15;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img{display:block;border-style:none}a{color:inherit;background-color:transparent;text-decoration:underline}a:hover{text-decoration:none}b,strong{font-weight:700}i,em{font-style:italic}input,button,textarea,select,optgroup{margin:0;font-size:100%;font:inherit;line-height:1.15;border:0 none;background:transparent}button{color:inherit}button,[type=button],[type=reset],[type=submit]{cursor:pointer;-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-decoration,input[type=email],input[type=url],textarea{-webkit-appearance:none}input::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,samp{font-family:monospace,monospace;font-size:1em}summary{display:list-item}hr{box-sizing:content-box;height:0;overflow:visible}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}template{display:none}[hidden]{display:none}@media screen and (min-width: 0){html{font-size:10px}body{font-size:2rem}}html{--color-primary-beige: #fdf6ec;--color-primary-teal: #005f73;--color-primary-gold: #daa520;--color-primary-coral: #e76f51;--color-primary-slate: #2d2d2d;--color-primary-grey: #777;--color-secondary-sage: #a9cbb7;--color-secondary-sage-dark: #5f9950;--color-secondary-gold: #f0daa3;--color-secondary-gold-dark: #daa520;--color-secondary-rose: #f1c6c6;--color-secondary-rose-dark: #ae4949;--color-secondary-lavender: #b7a3d9;--color-secondary-blue: #a8c7d8;--color-secondary-taupe: #d1c6b1;--color-black: #111;--color-white: #eee;--color-grey-dark: #444;--color-grey-light: #bbb;--color-grey-lighter: #ccc}html,body{width:100%;height:100%;margin:0;padding:0;font-family:Helvetica,Arial,sans-serif;color:var(--color-primary-beige);background-color:var(--color-primary-teal)}body{display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-width:32rem;font-size:2rem}body[data-scroll=false]{overflow:hidden}@media screen and (max-width: 374px){body{font-size:1.5rem}}.main{flex:1 1 0;width:calc(100% - 2rem);box-sizing:border-box;max-width:120rem;padding:4rem 0;position:relative;background-color:var(--color-primary-beige);border-radius:1.5rem;color:var(--color-primary-slate)}.wrapper{max-width:120rem;margin:0 auto;padding:0 2rem}@media screen and (min-width: 768px){.main{padding-left:2rem;padding-right:2rem;width:calc(100% - 4rem)}}@media screen and (min-width: 1240px){.main{width:100%}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:800}h1,.h1{margin:0 auto 2rem;font-size:3rem;line-height:1.25}h2,.h2{margin:0 auto 1.5rem;font-size:2.4rem}h3,.h3{margin:0 auto 1rem;font-size:1.8rem}h4,.h4{margin:0 auto 1rem;font-size:1.6rem}@media screen and (min-width: 768px){h1,.h1{font-size:3.4rem}h2,.h2{font-size:2.8rem}h3,.h3{font-size:2.2rem}h4,.h4{font-size:2rem}}.content p,.content ul,.content ol,.content li{margin-bottom:2rem;line-height:1.35}.content li{margin-bottom:1.5rem}.content ul{margin-left:2rem;list-style:disc outside}.content ol{margin-left:3rem;list-style:numeric outside}.content .lead{margin:0 auto 3rem;font-size:2rem;line-height:1.25}.content .lead em,.content .lead span{white-space:nowrap}@media screen and (min-width: 768px){.content .lead{margin-bottom:5rem;font-size:2.5rem;line-height:1.5}}.button{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 2rem .9rem;color:var(--color-primary-slate);font-size:1.6rem;font-weight:600;text-decoration:none;background-color:var(--color-primary-gold);border-radius:1.5rem;white-space:nowrap;transition:background-color .25s ease-out}.button:hover{text-decoration:underline;background-color:var(--color-primary-coral)}.button img{display:none;height:3rem;position:relative;top:-.1rem}@media screen and (min-width: 375px){.button img{display:inline-block}}@media screen and (min-width: 480px){.button{font-size:inherit}}img{display:flex;align-items:center;justify-content:center;font-size:1rem}.hidden,.auth .logged-in.hidden,.auth .logged-out.hidden{display:none}#debug{box-sizing:border-box;width:100%;padding:2rem;font-family:Courier New,Courier,monospace;font-size:1.5rem;line-height:1.5;word-break:break-word;overflow:auto}#debug li{padding-bottom:3rem}@media screen and (min-width: 768px){#debug{white-space:pre}}@view-transition{navigation: auto;}.header{width:100%}.header .wrapper,.header-nav ul,.header-auth{display:flex;align-items:center;justify-content:space-between}.header-nav{display:flex;align-items:center;justify-content:flex-end;flex:1 1 0;min-height:6rem}.header-nav ul{display:none;flex:1 1 0;align-items:center;justify-content:center;list-style:none}.header-nav li{display:none;margin:0 .5rem 0 0}.header-nav li a{display:block;box-sizing:border-box;width:100vw;padding:2rem;font-weight:600;text-decoration:none;text-align:center}.header-nav li a:hover{text-decoration:underline}.header-logo{display:block;width:18rem;position:relative;z-index:5;overflow:hidden}.header-logo img{display:flex;align-items:center;justify-content:center;width:100%;height:8rem;position:relative}.header-auth span{display:inline-block;padding:0 1.5rem}[data-auth]{display:none}.header[data-authenticated=true] [data-auth=true],.header[data-authenticated=false] [data-auth=false]{display:flex;align-items:center}.header-toggle{position:absolute;z-index:5;top:.85rem;right:1rem;padding:.5rem}.header-toggle img{display:none;width:5rem;height:5rem}.header-toggle[data-active=false] img[data-active=false],.header-toggle[data-active=true] img[data-active=true]{display:block}@media screen and (max-width: 767px){.header-nav[data-active=true]{flex-direction:column;min-height:60rem;position:absolute;z-index:4;top:0;left:0;width:100%;height:100vh;overflow:hidden;background-color:var(--color-primary-grey)}.header-nav[data-active=true] ul{display:flex;flex-direction:column;margin-top:10rem}.header[data-authenticated=false] .header-nav[data-active=true] li:not([data-auth=true]),.header[data-authenticated=true] .header-nav[data-active=true] li{display:block}.header-nav[data-active=true] .header-auth{display:flex;align-items:center;margin:0 0 10rem}.header[data-authenticated=true] .header-nav[data-active=false] .header-auth{display:none}.header-auth span{padding:0 1rem;text-indent:-123rem;overflow:hidden}.header[data-authenticated=false] .header-nav[data-active=false] [data-auth=false]{display:none}}@media screen and (min-width: 768px){.header-nav{justify-content:space-between}.header-nav ul{display:flex}.header-nav ul a{width:auto;padding:1rem}.header-auth{display:flex;align-items:center;margin:0}.header[data-authenticated=true] .header-nav[data-active=false] li[data-auth=true],.header-toggle{display:none}.header-logo img{height:10rem}}.footer{width:100%}.footer .wrapper{padding:1rem 2rem;font-size:1.6rem}.footer a{display:inline-block;padding:1rem;font-weight:600;text-decoration:none}.footer a:hover{text-decoration:underline}.footer-nav{display:none}.footer-nav ul{list-style:none;text-align:center}.footer-nav li{margin:0 0 .5rem}.footer-legal{text-align:center}.debug .footer{display:none}.debug-version{position:absolute;z-index:10;top:.25rem;right:-1rem;font-size:1rem;transform:translate3d(-50%,0,0)}@media screen and (min-width: 768px){.footer .wrapper,.footer-nav ul{display:flex;align-items:center;justify-content:space-between;column-count:auto}.footer .wrapper{padding:1.5rem 2rem;font-size:1.8rem}.footer-nav{display:block}.footer-nav li{margin:0 .25rem 0 0}.debug-version{top:.5rem;right:.5rem;font-size:1.5rem;transform:translateZ(0)}}.carousel{display:flex;width:100%;height:100%;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;opacity:0}.carousel::-webkit-scrollbar{display:none}.carousel.active{opacity:1}.carousel h1,.carousel .h1{margin:0;padding-right:4rem;text-align:center}.carousel ul[data-carousel-wrapper]{display:flex;flex-wrap:nowrap;width:100%;gap:0;margin:0;padding:0;position:relative;z-index:1}.carousel li[data-carousel-item]{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start}.carousel li[data-carousel-item] .wrapper{box-sizing:border-box;width:100%;padding:0 1rem}.carousel .pagination{box-sizing:border-box;display:flex;justify-content:center;align-items:center;flex-direction:column;width:auto;padding:1.5rem;position:absolute;z-index:2;bottom:6rem;left:1rem;right:1rem;background-color:var(--color-secondary-taupe);border-radius:1.5rem}.carousel .pagination:after{position:absolute;z-index:1;top:-1.5rem;left:0;width:100%;height:0;border-top:.1rem solid var(--color-secondary-taupe);content:""}.carousel .pagination h2{margin-bottom:.5rem;font-size:1.6rem}.carousel .pagination-list{display:flex;align-items:center;justify-content:center;gap:1.5rem;width:100%;overflow:auto}.carousel .pagination .dot{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;color:var(--color-primary-slate);font-size:1.6rem;background-color:var(--color-primary-beige);border:.2rem solid var(--color-primary-slate);border-radius:50%;cursor:pointer}.carousel .pagination li:last-child .dot{color:var(--color-primary-teal);font-size:2rem;border-color:var(--color-primary-teal)}.carousel .pagination .dot.active{color:var(--color-primary-beige);background-color:var(--color-primary-slate);cursor:default}.carousel .pagination li:last-child .dot.active{color:var(--color-primary-beige);background-color:var(--color-primary-teal)}@media screen and (min-width: 768px){.carousel h1,.carousel .h1{padding-right:0}.carousel li[data-carousel-item] .wrapper{padding:0}.carousel .pagination{left:2rem;right:2rem}}.actionbar{box-sizing:border-box;width:100%;padding:1rem;position:absolute;z-index:2;bottom:0;left:0}.actionbar .wrapper{display:flex;align-items:center;justify-content:space-between;padding:0}.actionbar .button{display:flex;align-items:center;justify-content:center;font-size:1.4rem;padding:1rem 1.5rem}.actionbar .button img{display:block;height:4rem;pointer-events:none}.actionbar .button-checkin[aria-expanded=true]{background:var(--color-primary-coral);color:var(--color-black)}.actionbar-popover{padding:.9rem 3rem;position:absolute;z-index:2;right:2rem;bottom:6.25rem;left:2rem;background:var(--color-secondary-taupe);border-radius:1.5rem}.actionbar-popover[aria-hidden=true]{display:none}.actionbar-popover:after{width:0;height:0;position:absolute;z-index:1;right:1.25rem;bottom:-3.25rem;border:2rem solid transparent;border-top-color:var(--color-secondary-taupe);pointer-events:none;content:""}.actionbar-popover-message{display:none;align-items:center;justify-content:space-between;position:absolute;z-index:1;bottom:9rem;left:-1rem;right:-1rem;padding:1rem 2rem;background-color:var(--color-secondary-blue);border-radius:1rem}.actionbar-popover-message.active{display:flex}.actionbar-popover-message-content{font-size:1.7rem;font-weight:700}.actionbar-popover-message-dismiss{position:relative;top:.1rem;font-size:1.4rem}.actionbar-popover-list{display:flex;align-items:center;justify-content:center;gap:3rem}.actionbar .button-checkin-status{background-color:var(--color-primary-slate)}.actionbar .button-checkin-status.active,.actionbar .button-checkin-status:hover{background-color:var(--color-primary-teal)}@media screen and (min-width: 768px){.actionbar{padding:1rem 2rem}.actionbar-popover:after{right:2.25rem}.actionbar-popover-message{left:0;right:0}}.page-home .main{text-align:center;padding-bottom:6rem}.page-home .main .wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.page-home .main .hero img{display:none;width:100%;height:23.5rem;max-width:46rem;margin:0 auto}.page-home .main [data-auth]{display:none}.page-home .main[data-authenticated=true] [data-auth=true],.page-home .main[data-authenticated=false] [data-auth=false]{display:flex}.page-home .content ol{display:inline-block;margin:0 auto;text-align:left;list-style:numeric inside;font-size:1.6rem}.page-home .content ol li{margin-bottom:1rem}.page-home .content h1,.page-home .content .lead{max-width:36rem}.content .or{display:inline-block;padding:0 1rem;font-size:1.6rem}.page-home .cta{min-height:5rem;margin:1.5rem 0 0}.page-home .cta-wrapper{display:flex;align-items:center}@media screen and (min-width: 480px){.page-home .content h1,.page-home .content .lead{max-width:none}}@media screen and (min-width: 768px){.page-home .main{padding-bottom:8rem}.page-home .main .hero img{display:flex}.page-home .cta{margin-top:4rem}.page-home .content ol{font-size:2rem}.page-home .content ol li{margin-bottom:1.25rem}.content .or{padding:0 2rem;font-size:2rem}}.page-status .header{display:none}.page-status .main{margin-top:1rem;padding-top:2rem;padding-bottom:16rem;border-bottom-left-radius:0;border-bottom-right-radius:0}@media screen and (min-width: 768px){.page-status .main{margin-top:0}}.families-item .wrapper{position:relative}.families-item-add{position:absolute;z-index:2;top:0;right:1rem}.family-add-header{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem;text-align:center}.family-add-label.h1{padding:0}.family-add .button{padding:1rem 1.5rem;font-size:1.4rem}.family-add-members{margin:4rem 0}.family-add-members li{margin-bottom:2rem}.family-add-input{box-sizing:border-box;width:100%;height:6rem;margin:0 0 1rem;padding:0 1rem;color:var(--color-primary-slate);font-size:2rem;font-weight:700;text-align:left;border:.2rem solid var(--color-primary-slate);border-radius:1.5rem}@media screen and (min-width: 768px){.families-item-add{right:0}.family-add-input{font-size:3.4rem}}.family{margin-top:1.5rem;max-height:calc(100vh - 25rem);overflow:auto}.family-member{display:flex;align-items:center;justify-content:flex-start;position:relative;margin:.75rem 0;padding:.75rem .5rem .75rem 1rem;border:.2rem solid transparent;border-radius:1.5rem;transition:background-color .5s ease-out,border-color .5s ease-out}.family-member.red{background-color:var(--color-secondary-rose);border-color:var(--color-secondary-rose-dark)}.family-member.green{background-color:var(--color-secondary-sage);border-color:var(--color-secondary-sage-dark)}.family-member.yellow{background-color:var(--color-secondary-gold);border-color:var(--color-secondary-gold-dark)}.family-member.grey{background-color:var(--color-grey-lighter);border-color:var(--color-grey-light)}.family-member-status{display:flex;align-items:center;justify-content:center;width:7rem;min-width:7rem;height:7rem;position:relative;border:.2rem solid transparent;border-radius:50%;overflow:hidden}.family-member.red .family-member-status{background-color:var(--color-secondary-rose-dark)}.family-member.green .family-member-status{background-color:var(--color-secondary-sage-dark)}.family-member.yellow .family-member-status{background-color:var(--color-secondary-gold-dark)}.family-member.grey .family-member-status{background-color:var(--color-grey-dark)}.family-member-status-icon{width:5rem;position:relative;z-index:4;opacity:.95;transform:scaleZ(1) translateZ(0);transition:transform .25s ease-out}.family-member.grey .family-member-status-icon{width:3.5rem}.family-member-status-icon:before{width:4.6rem;height:4.6rem;position:absolute;z-index:1;top:50%;left:50%;background:#005f73;border-radius:50%;transform:translate3d(-50%,-50%,0);content:""}.family-member.grey .family-member-status-icon:before{display:none}.family-member-status-icon img{width:100%;position:relative;z-index:2}.family-member-status-progress{width:100%;height:100%;position:absolute;z-index:2;top:0;left:0}.family-member-status-progress path{fill:#ffffffa6}.family-member-details{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;position:relative;z-index:1;padding:0 0 0 1rem;overflow:hidden}.family-member-details-name{font-size:2.2rem;font-weight:700}.family-member-details-checkin{font-size:1.4rem;margin:.25rem 0}.family-member-details-next{font-size:1.6rem}.family-member-details-next b{margin-right:.75rem}@media screen and (min-width: 768px){.family-member-details-name{font-size:3rem}}.family-member-popover{box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;width:100%;max-width:50rem;position:absolute;z-index:4;left:50%;padding:2rem;line-height:1.5;border-radius:.5rem;background-color:var(--color-grey-light);transform:translate3d(-50%,0,0)}.family-member-popover[aria-hidden=true]{display:none}.family-member-popover:after{width:0;height:0;position:absolute;z-index:3;left:50%;border:2rem solid transparent;transform:translate3d(-50%,0,0);content:""}.family-member-popover.above{bottom:calc(100% + 1rem)}.family-member-popover.above:after{bottom:-3.5rem;border-top-color:var(--color-grey-light)}.family-member-popover.below{top:calc(100% + 1rem)}.family-member-popover.below:after{top:-3.5rem;border-bottom-color:var(--color-grey-light)}.family-member-popover b{display:block}@media screen and (min-width: 768px){.page-status .header{display:block}.page-status .main{padding-top:3rem}.family{margin-top:3rem;max-height:calc(100vh - 38rem)}.family-member{margin:1rem 0;padding:1rem .5rem 1rem 1rem}.family-member-popover{padding:4rem}}.page-settings .button{margin:0 1rem 1rem 0}.page-settings .button:last-child{margin-bottom:2rem}
/*# sourceMappingURL=main.css.map */
