html{font-size:clamp(100%, 50% + .666vw, 150%);--pale:255,255,233;--dark:33,0,0;--bright:255,204,51}.light,html{color-scheme:light;--ink-base:var(--dark);--page-base:var(--pale);--ink:rgba(var(--ink-base),1.0);--page:rgba(var(--page-base),1.0);--formfield-background:rgba(255,255,255,1.0);--highlight-opacity:0.5;--link-hue:15;--link-saturation:100%;--link-lightness:36%;--button-hue:19;--button-saturation:82%;--button-lightness:38%;--heading-hue:30;--heading-saturation:100%;--heading-lightness:25%}.dark{color-scheme:dark;--ink-base:var(--pale);--page-base:var(--dark);--formfield-background:rgba(42,22,17,1.0);--highlight-opacity:1.0;--link-saturation:78%;--link-lightness:60%;--heading-saturation:15%;--heading-lightness:60%}@media all and (prefers-color-scheme:dark){html:not(.light){color-scheme:dark;--ink-base:var(--pale);--page-base:var(--dark);--formfield-background:rgba(42,22,17,1.0);--highlight-opacity:1.0;--link-saturation:78%;--link-lightness:60%;--heading-saturation:15%;--heading-lightness:60%}}.dark,.light,html{--ink:rgba(var(--ink-base),1.0);--page:rgba(var(--page-base),1.0);--keyline:rgba(var(--ink-base), 0.04);--keyline-light:rgba(var(--ink-base),0.02);--keyline-strong:rgba(var(--ink-base),0.1);--sparkline:rgba(var(--ink-base),0.5);--formfield-border:rgba(var(--ink-base),0.35);--formfield-border-over:rgba(var(--ink-base),0.65);--highlight:rgba(var(--bright),var(--highlight-opacity));background-color:var(--page);color:var(--ink)}body,html{margin:0;background-color:#ffe;background-color:var(--page,#ffe);position:relative;height:100%}body{color:#300;color:var(--ink,#300);font-family:Georgia,serif;line-height:1.5625;accent-color:hsl(var(--link-hue),var(--link-saturation),var(--link-lightness))}mark{background-color:var(--highlight)}figure{display:inline-block;text-align:center;margin:0 0 1em}a,button,input,label,select,summary,textarea{touch-action:manipulation}abbr{text-decoration:none}h1,h2,h3,h4,h5,h6{color:#630;color:hsl(var(--heading-hue),var(--heading-saturation),var(--heading-lightness));font-weight:400;line-height:1.25;border-bottom:solid var(--keyline);word-wrap:break-word}h1{font-size:2rem;border-bottom-width:.09375em;margin-top:0}h2{font-size:1.5rem;border-bottom-width:.0833em}h3{font-size:1.25rem;border-bottom-width:.05em}h4{font-size:1.125rem}h5{font-size:1.0625rem}h6{font-size:1rem}article h2{padding-top:1em}a{color:#c30;color:hsl(var(--link-hue),var(--link-saturation),var(--link-lightness));text-decoration:none;word-wrap:break-word;transition:background-color .25s linear}a:link,a:visited{color:hsl(var(--link-hue),var(--link-saturation),var(--link-lightness))}a:hover{color:hsl(var(--link-hue),var(--link-saturation),calc(var(--link-lightness) + 4%));text-decoration:underline}a:focus{color:hsl(var(--link-hue),var(--link-saturation),calc(var(--link-lightness) + 4%));outline-width:.0625rem;outline-style:dotted;outline-color:var(--formfield-border);text-decoration:underline}a:active{color:hsl(var(--link-hue),var(--link-saturation),calc(var(--link-lightness) - 4%));text-decoration:underline}a:focus-visible{outline-width:.125rem}h2 a:link,h2 a:visited{color:hsl(var(--link-hue),var(--link-saturation),calc(var(--link-lightness) - 6%))}mark a:link,mark a:visited{color:hsl(var(--link-hue),var(--link-saturation),calc(var(--link-lightness) - 10%))}ul{margin-left:0;padding-left:0}ol{margin-left:2em;padding-left:0}@media all and (min-width:40em){ol{margin-left:0}}table{border-collapse:collapse;width:100%}td,th{text-align:left;padding:.25em .5em;border:none;vertical-align:text-top}fieldset{border:none;padding:0;margin:0}legend{text-indent:0;margin:0;padding:0;font-size:1.5rem}button,input,select,textarea{font-family:inherit;line-height:inherit;font-size:1rem}input,select,textarea{margin:0;padding:.25em .125em;background-color:var(--formfield-background);color:var(--ink);border-width:.125em;border-style:solid;border-color:var(--formfield-border);border-radius:.25em;transition:border-color .1s,box-shadow .1s}input:required,select:required,textarea:required{border-color:var(--formfield-border)}input:hover,select:hover,textarea:hover{border-color:var(--formfield-border-over)}input:focus,select:focus,textarea:focus{outline-width:.0625em;outline-style:dotted;outline-color:var(--formfield-border);border-color:var(--formfield-border-over);box-shadow:0 0 .5em 0 var(--formfield-border-over)}select{-webkit-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 16l8.9-8.9c-.8-.8-2-.8-2.8 0L12 13.2l-6.1-6c-.8-.8-2-.8-2.8 0L12 16z" fill="%23999999"/></svg>');background-position-x:98%;background-position-y:55%;background-repeat:no-repeat;padding-right:1em}select:focus{background-color:var(--formfield-background);color:var(--ink)}li:first-of-type:not(:last-of-type)>input{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-width:.0625em}li:not(:last-of-type):not(:first-of-type)>input{border-radius:0;border-top-width:.0625em;border-bottom-width:.0625em}li:last-of-type:not(:first-of-type)>input{border-top-left-radius:0;border-top-right-radius:0;border-top-width:.0625em}[tabindex='-1']:focus{outline:0}[role=list]{margin-left:0}[role=list] li{list-style:none}[rel=prev]:before{content:'« ';margin-left:-.75em}[rel=next]:before{content:'» ';margin-left:-.75em}[placeholder]::placeholder{text-transform:none}input[list]{-webkit-appearance:none}input[type=number]{width:4em;text-align:right}form[method=post] label{cursor:inherit;display:flex;align-items:center;gap:.5em}form[method=post] input,form[method=post] textarea{width:100%;max-width:50em;box-sizing:border-box}form[method=post] input[type=checkbox],form[method=post] input[type=radio]{width:1.125em;height:1.125em}form[method=post] input[type=date],form[method=post] input[type=datetime],form[method=post] input[type=submit]{width:auto}form[method=post] input[type=number]{width:5em;text-align:left}form[method=post] input:not([type=submit]):invalid:focus,form[method=post] select:invalid:focus,form[method=post] textarea:invalid:focus{border-color:rgba(102,0,0,.5)}form[method=post] input:not([type=submit]):invalid:hover,form[method=post] select:invalid:hover,form[method=post] textarea:invalid:hover{border-color:rgba(102,0,0,.75)}form[method=post] input:not([type=submit]):valid:focus,form[method=post] select:valid:focus,form[method=post] textarea:valid:focus{border-color:rgba(0,102,0,.5)}form[method=post] input:not([type=submit]):valid:hover,form[method=post] select:valid:hover,form[method=post] textarea:valid:hover{border-color:rgba(0,102,0,.75)}@media all and (max-width:20em){form[method=post] button,form[method=post] input[type=submit],form[method=post] select{width:100%;margin:.125em 0}}.button,button,input[type=submit]{user-select:none;box-sizing:border-box;white-space:nowrap;cursor:pointer;display:inline-block;font-size:1rem;font-variant:small-caps;text-align:center;text-transform:lowercase;text-indent:.0625em;text-shadow:0 -.0625em 0 rgba(0,0,0,.25);letter-spacing:.125em;line-height:1;border-width:.0625em;border-style:solid;border-radius:.25em;background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.2));padding:.375em 1em .5em;margin:0;box-shadow:inset 0 .0625em .0625em rgba(255,255,255,.25);color:rgba(255,255,204,.9);transition:border-color .1s,background-color .1s;background-color:#a41;border-color:#64280a;border-bottom-color:#4d1f08;border-top-color:#a41;background-color:hsl(var(--button-hue),var(--button-saturation),var(--button-lightness));border-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 10%));border-bottom-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 20%));border-top-color:hsl(var(--button-hue),var(--button-saturation),var(--button-lightness))}@media print{.button,button,input[type=submit]{background-image:none;background-color:transparent;color:inherit;border-color:inherit;text-shadow:none}}.button:link,.button:visited,input[type=submit]:link,input[type=submit]:visited{background-color:hsl(var(--button-hue),var(--button-saturation),var(--button-lightness));border-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 10%));border-bottom-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 20%));border-top-color:hsl(var(--button-hue),var(--button-saturation),var(--button-lightness))}.button:focus,.button:hover,button:focus,button:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 5%));border-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 15%));border-bottom-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 25%));border-top-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 5%))}.button:focus,button:focus,input[type=submit]:focus{outline-width:.0625em;outline-style:dotted;outline-color:var(--formfield-border);box-shadow:0 0 .5em 0 var(--formfield-border-over)}.button:active,button:active,input[type=submit]:active{outline:0;box-shadow:inset 0 0 .5em 0 rgba(var(--dark),.5);background-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 10%));border-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 20%));border-bottom-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 30%));border-top-color:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) - 10%))}@media all and (max-width:20em){.button:not(.tabbed)+.button:not(.tabbed),button:not(.tabbed)+button:not(.tabbed),input[type=submit]+input[type=submit]{float:right}}a.button:link,a.button:visited{color:rgba(255,255,204,.9)}a.button:focus,a.button:hover{text-decoration:none}a.button:active{background-image:none;box-shadow:inset 0 0 .5em 0 var(--formfield-border);text-decoration:none}button.link{color:hsl(var(--link-hue),var(--link-saturation),var(--link-lightness));background:0 0;border:none;box-shadow:none;box-sizing:inherit;display:inherit;text-shadow:none;text-indent:inherit;text-align:inherit;text-transform:inherit;text-decoration:inherit;white-space:inherit;letter-spacing:inherit;padding:inherit;margin:inherit;line-height:inherit;font-variant:inherit}button.link:hover{color:hsl(var(--link-hue),var(--link-saturation),calc(var(--link-lightness) + 4%));text-decoration:underline}button.link:focus{color:hsl(var(--link-hue),var(--link-saturation),calc(var(--link-lightness) + 4%));outline-style:dotted;outline-color:hsl(var(--link-hue),var(--link-saturation),calc(var(--link-lightness) + 4%));text-decoration:underline}.action{display:inline-block;padding:.1875em 1em .3125em}.action::after,.action::before{content:' ';width:.8125em;height:.8125em;background-image:none;background-repeat:no-repeat;background-size:.8125em;margin-top:.15625em}.action::before{float:left;margin-left:-.375em;margin-right:.375em}.action::after{float:right;margin-left:.375em;margin-right:-.375em}@media all and (max-width:20em){.action{width:100%;margin:.125em 0;padding:.3125em 1em .4325em}.action.aside{float:none}}@media all and (min-width:46em){.button.action,button.action,input[type=submit].action{min-width:13.25em}}.back,input[type=submit].back{--button-hue:30;--button-saturation:50%;--button-lightness:60%}.cancel{--button-hue:0;--button-saturation:100%;--button-lightness:40%}.admin{--button-hue:45;--button-saturation:100%;--button-lightness:40%}.tally{font-variant-numeric:lining-nums;padding:.125em .25em;--button-hue:330;--button-saturation:100%;--button-lightness:40%}.tabbed{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-width:0}.icon{padding:.5em 1em .375em}.discrete{font-size:.8125rem}small.discrete{font-style:italic}.detail{text-transform:lowercase;font-variant:small-caps}.aside{float:right}.aside+#results{clear:both}.prose{max-width:50rem;overflow:hidden}@media print{body,html{background-color:transparent;color:#000;border-color:#d3d3d3}body{orphans:2;widows:2}body *{text-shadow:none!important;box-shadow:none!important;color:inherit!important;background-color:inherit!important;background-image:none!important;border-color:inherit!important}h1,h2,h3,h4,h5,h6{page-break-after:avoid}#nav,.bottom.strip,.button,.top.strip,body form[method] button[type=submit],body form[method] input[type=email],body form[method] input[type=number],body form[method] input[type=search],body form[method] input[type=tel],body form[method] input[type=text],body form[method] input[type=url],body form[method] label,body form[method] select,body form[method] textarea,button.action{display:none}body .ribbon{border:none}body .logo{margin-bottom:3em}main::before{float:right;margin-top:-5.5em}[role=tablist]{border-color:#000!important}.setting{page-break-inside:avoid}#comments{page-break-before:always}svg path,svg text{fill:black!important}svg path:not([stroke=none]){stroke:black!important}}.activity-sparkline path{stroke:var(--sparkline)}.albums{display:flex;gap:1em;flex-wrap:wrap;align-items:baseline;justify-content:space-between}.album{max-width:13.25em;display:flex;flex-direction:column;align-items:stretch}.album .button,.album .photo{width:100%;margin:0}.bill-item{display:inline-block;width:100%}.bill-item-title{display:inline-block}.bill-item-cost{float:right}.chartbar{display:block;height:.5em;background-color:rgba(153,102,51,.125);border-radius:.125em;background-image:linear-gradient(rgba(153,102,51,.05),rgba(153,102,51,.2))}.hasJS .clapperboard{position:absolute;left:0;top:100%;width:100%;z-index:2}.hasJS :active+.clapperboard,.hasJS :focus+.clapperboard{outline-width:.0625em;outline-style:dotted;outline-color:var(--formfield-border);box-shadow:0 0 .5em 0 var(--formfield-border-over)}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2}.feed+.pagination{max-width:50rem}.feed-entry{max-width:50rem;padding-bottom:1.5em;margin-bottom:1.4375em;border-bottom:.0625em solid var(--keyline-light)}.feed-entry-title{margin-bottom:0;border-bottom-width:0}.feed-entry-author{word-wrap:break-word}.feed-entry--snippet p{margin:0}.feed-entry--comment{word-wrap:break-word}.feed-entry--comment .feed-entry-title{color:hsl(calc(var(--heading-hue) + 10),var(--heading-saturation),calc(var(--heading-lightness) + 5%));margin-top:0}.feedback{max-width:50rem;display:block;padding:.25em 1em;background-color:#fc3;color:rgba(0,0,0,.8);box-shadow:inset 0 0 1em rgba(0,0,0,.1);border-width:.1875em;border-style:double;border-color:rgba(0,0,0,.1);border-radius:.125em;box-sizing:border-box}.feedback ol,.feedback ul{margin-left:1em}.feedback a{color:#ba0000}.error{background-color:#ba0000;color:#ffc}.error a{color:#fc3}.success{background-color:#cf9}@media all and (min-width:48em){.gallery{display:table;width:100%}.gallery .gallery-item{display:table-cell;text-align:center}.gallery .gallery-item:first-child{text-align:left}.gallery .gallery-item:first-child .photo{transform:rotate(-6deg)}.gallery .gallery-item:last-child{text-align:right}.gallery .gallery-item:last-child .photo{transform:rotate(6deg)}.gallery .gallery-item,.gallery .gallery-item img{max-width:100%}}.hovercard{display:inline-block;max-width:15em;background-color:#ffe;background-color:var(--page,#ffe);box-shadow:0 0 1em rgba(0,0,0,.2);border:.1875em double var(--keyline-strong);border-radius:.5em;padding:0 1em;z-index:3;opacity:1;transition:opacity .25s,transform .25s}.hovercard.above{margin-top:-.5em;transform:translateY(-.5em)}.hovercard.below{margin-top:.5em;transform:translateY(.5em)}.hovercard.above::after,.hovercard.below::after{content:' ';position:absolute;width:.5em;height:.5em;background-color:var(--page);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:rotate(45deg);left:calc(50% - .25em)}.hovercard.above::after{bottom:-.5em;border-bottom:.1875em double var(--keyline-strong);border-right:.1875em double var(--keyline-strong)}.hovercard.below::after{top:-.5em;border-top:.1875em double var(--keyline-strong);border-left:.1875em double var(--keyline-strong)}.hovercard[aria-hidden=true]{opacity:0}.hovercard svg path{fill:var(--ink)}.hovercard svg path:not([stroke=none]){stroke:var(--ink)}.info{width:100%;overflow:auto;background-color:var(--keyline-light);padding:1em;margin:1em 0;border:.1875em double var(--keyline);border-radius:.125em;box-sizing:border-box}.info ul{margin:0}.info li{margin-left:1em}.inverted{background-color:#600;color:rgba(255,255,204,.55)}.inverted a:link,.inverted a:visited{color:rgba(255,255,204,.9)}.inverted .button,.inverted button{box-shadow:inset 0 -.0625em 0 rgba(0,0,0,.25);border:none}@media all and (max-width:20em){.inverted.strip{background-image:linear-gradient(#700,#500)}}.manifest{max-width:50rem}.manifest-title{margin-bottom:0;padding-bottom:0}.manifest-inventory{border-top:.0625em solid var(--keyline);margin-top:0;padding-top:0}.manifest-item{vertical-align:text-top;margin:0;padding-top:1.0625em;padding-bottom:1em;border-bottom:.0625em solid var(--keyline-light)}.manifest-item:focus,.manifest-item:hover{background-color:var(--keyline-light)}.manifest-item-title{font-size:1.25rem;line-height:1.2}.manifest-item-title b{font-weight:400}.manifest-item-extra{white-space:pre}.manifest-meta{display:block;margin-top:.5em;opacity:.9}.menu{border-top:.0625rem solid}.menu li{border-bottom:.0625rem solid;text-transform:uppercase;letter-spacing:.1875em;line-height:1}.menu a{text-decoration:none;display:block;padding:.75em 5%}.menu a:link,.menu a:visited{color:rgba(51,0,0,.75)}.menu a:focus,.menu a:hover{text-decoration:none;outline:0;color:rgba(255,255,204,.75);background-color:rgba(51,0,0,.25)}.menu a:active{color:rgba(255,255,204,.75);background-color:rgba(51,0,0,.75)}.menu .here a:link,.menu .here a:visited{color:rgba(255,255,204,.825);background-color:rgba(51,0,0,.5)}.menu .here a:focus,.menu .here a:hover{color:rgba(255,255,204,.825);background-color:rgba(51,0,0,.66)}.messages{display:block;overflow:auto}.messages td,.messages th{margin:0;padding-top:1.0625em;padding-bottom:1em;border-bottom:.0625em solid var(--keyline)}.messages tbody tr:hover{background-color:var(--keyline-light)}.messages tbody tr:hover td,.messages tbody tr:hover th{border-bottom-color:var(--keyline)}.unread{font-weight:700}.notes{font-family:'Courier New',monospace;word-wrap:break-word}.pagination{margin-bottom:2em;overflow:hidden;text-align:center;clear:both}.pagination [rel=prev]{float:left}.pagination [rel=next]{float:right}.pagination [rel=next]:before,.pagination [rel=prev]:before{content:'';margin-left:0}.pagination+[role=search]{border-top-width:.125em;border-top-style:solid;border-top-color:rgba(102,51,0,.1);margin-top:2em;padding-top:2em}.pagination [rel=next]:focus svg circle,.pagination [rel=next]:hover svg circle,.pagination [rel=prev]:focus svg circle,.pagination [rel=prev]:hover svg circle{fill:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) + 5%))}.photo{max-width:100%;height:auto;background-color:rgba(255,255,255,.95);padding:.5em .5em 1em;margin:.25em;border-width:.0625rem;border-style:solid;border-color:rgba(102,51,0,.25);box-shadow:0 .25em .5em rgba(0,0,0,.375);box-sizing:border-box;transition:box-shadow .125s linear}a:hover .photo{box-shadow:0 .25em .5em rgba(0,0,0,.5)}@media all and (min-width:46em){.embed .photo{min-width:12.75em}}.prevnext{display:inline-flex;flex-direction:row-reverse;gap:.25em}.ribbon{font-size:1rem;display:block;margin:0;padding:.5em;color:rgba(51,0,0,.9);background-color:#e5b219;background-image:linear-gradient(#eb2,#da1);border-width:.0625em;border-style:dashed;border-color:#c93;border-radius:.2em;box-shadow:.25em .25em 0 #e5b219,-.25em .25em 0 #e5b219,-.25em -.25em 0 #e5b219,.25em -.25em 0 #e5b219}a.ribbon,a.ribbon:active,a.ribbon:focus,a.ribbon:hover,a.ribbon:link,a.ribbon:visited{color:rgba(51,0,0,.9);text-decoration:none}a.ribbon:focus{outline-style:dashed}a.ribbon:active{outline:0}[role=search]{margin-bottom:2em}[role=search] label{display:block;font-size:1.25rem}[role=search] select{display:block;width:100%;padding-top:.4em;padding-bottom:.4em;padding-left:.2em}[role=search] input[type=search]{display:block;width:100%;padding:.4em .2em;-webkit-appearance:none}[role=search] button{display:block;width:100%;border-width:.125em;border-color:#997300;border-top-color:#e6ac00;background-color:#fc3;color:#630;text-shadow:0 .0625rem 0 rgba(255,255,255,.25)}[role=search] button:focus,[role=search] button:hover{background-color:#ffbf00}[role=search] button:active{background-color:#c90;border-color:#c90}[role=search] input[type=search]:focus+button{box-shadow:0 0 .5em 0 var(--formfield-border-over)}@media all and (max-width:21.99em){[role=search] input[type=search]{padding:.4em .2em .6em}[role=search] button{border-top-right-radius:0;border-top-left-radius:0;margin-top:-.3125em}}@media all and (min-width:22em){[role=search] input[type=search]{display:inline-block;width:70%;max-width:50em;border-top-right-radius:0;border-bottom-right-radius:0}[role=search] button{display:inline-block;width:30%;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-.3125em}[role=search] button,[role=search] input,[role=search] select{vertical-align:top;height:2.5rem;box-sizing:border-box}}@media all and (min-width:30em){[role=search] select{display:inline-block;width:auto}}@media all and (min-width:46em){[role=search]{display:flex;flex-direction:row;align-items:center}[role=search] label{margin-right:.25em}[role=search] input+label,[role=search] select+label{margin-left:.25em}[role=search] input[type=search]{width:auto;flex-grow:1}[role=search] button{width:auto}}@media all and (min-width:56em){[role=search]>label:first-child+input[type=search]+button{min-width:13.25em}}@media all and (min-width:72em){[role=search] button{min-width:13.25em}}@media all and (min-width:56em) and (min-height:44em){[role=search] button,[role=search] input,[role=search] select{height:2.75rem}}.setting{clear:both;padding-top:3em;margin-left:-1em;padding-left:1em;margin-right:-1em;padding-right:1em;padding-bottom:3em;border-radius:.25em;border:.1875em double transparent}.setting+.setting{margin-top:1em}.setting-abc{padding-top:1em}.setting-abc .notes{padding-bottom:1em}.setting-abc,.setting-metadata,.setting-sheetmusic{max-width:50rem}@media all and (min-width:26em){.setting .setting-abc .setting-metadata .setting-action,.setting .setting-sheetmusic .setting-metadata .setting-action{float:left;margin-right:.375em}.setting .setting-abc .setting-metadata .setting-action+.setting-action,.setting .setting-sheetmusic .setting-metadata .setting-action+.setting-action{float:right;margin-left:.375em;margin-right:0}}.setting footer.setting-metadata{clear:both}.setting-action{margin-bottom:1em;display:inline-block}@media all and (max-width:25em){.setting-action,.setting-action .action{width:100%}}.dark .setting.light{border-color:var(--ink)}@media all and (prefers-color-scheme:dark){html:not(.light) .setting.light{border-color:var(--ink)}}.sharing{line-height:1;text-align:center;padding:0;box-sizing:border-box}.sharing-link{display:inline-block;width:1.125em;height:1.125em;padding:.25em;fill:rgba(153,51,0,1.0)}.sharing-link:focus,.sharing-link:hover{background-color:#930;fill:rgba(255,255,233,1.0)}.sharing-link--twitter{fill:rgba(85,172,238,1.0)}.sharing-link--twitter:focus,.sharing-link--twitter:hover{background-color:#55acee;fill:rgba(255,255,233,1.0)}.sharing-link--facebook{fill:rgba(59,89,152,1.0)}.sharing-link--facebook:focus,.sharing-link--facebook:hover{background-color:#3b5998;fill:rgba(255,255,233,1.0)}.social{margin-left:1.5em}.social::before{width:1em;height:1em;background-repeat:no-repeat;background-size:1em;float:left;margin-left:-1.5em;opacity:.75}.social:hover::before{opacity:1}@media all and (min-width:48em){.social{margin-left:0}}.stats{display:table}.stats li{display:table-row;line-height:1.75}.stats .stat{display:table-cell}.stats .label{text-align:right}.stats .stat+.stat{padding-left:1em}.switch{user-select:none;display:inline-block;font-size:1rem;font-variant:small-caps;text-align:center;text-transform:lowercase;text-indent:.125em;letter-spacing:.125em;line-height:1;background-color:#ccc;border-radius:1.2em;padding:.2em 1.2em .2em .2em;box-shadow:inset 0 0 .5em rgba(0,0,0,.1)}.switch input{position:absolute;clip:rect(.0625rem,.0625rem,.0625rem,.0625rem);height:.0625rem;width:.0625rem;overflow:hidden}.switch label{position:relative;display:inline-block;left:0;border-radius:1.2em;padding:.25em .5em .375em;background-color:#777;color:#fff;transition:all .1s}.switch label:hover{background-color:#888;cursor:pointer}.switch input:focus+label{background-color:#888;outline-width:.0625em;outline-style:dotted;outline-color:var(--formfield-border);border-color:var(--formfield-border-over);box-shadow:0 0 .5em 0 var(--formfield-border-over)}.switch input:checked+label{background-color:#693;transform:translateX(1em)}[role=tablist]{display:block;border-bottom:.0625em solid}[role=tab]{display:inline-block;margin-bottom:-.0625em;border-bottom-width:.0625em;border-bottom-style:solid}[role=tab],[role=tab]:active,[role=tab]:focus,[role=tab]:hover,[role=tab]:link,[role=tab]:visited{border-bottom-color:var(--ink)}[role=tab][aria-selected=true],[role=tab][aria-selected=true]:active,[role=tab][aria-selected=true]:focus,[role=tab][aria-selected=true]:hover,[role=tab][aria-selected=true]:link,[role=tab][aria-selected=true]:visited{border-color:var(--ink);border-bottom-color:var(--page);background-image:none;background-color:var(--page);color:var(--ink);text-shadow:none;pointer-events:none;cursor:default}[role=tabpanel]{position:relative;background-color:var(--page)}.hasJS [role=tabpanel][aria-hidden=true]{display:none}@media all and (min-width:48em){.tabular{display:table;width:100%}.tabular .tabular-cell{display:table-cell;padding:.25em}}.toggle{position:relative;display:inline-block;user-select:none}@media all and (max-width:20em){.toggle{width:100%}}.hasJS .toggle-content.feedback{border-top-width:0;border-top-right-radius:0;border-top-left-radius:0;margin-top:-.1875em}.toggle-content .button,.toggle-content button{min-width:80%}.hasJS .toggle-content{display:inline-block}.hasJS .toggle-content[aria-hidden=true]{display:none}.youtube{max-width:40rem;max-height:25rem}.youtube .youtube-video{position:relative;padding-bottom:62.5%}.youtube .youtube-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}[placeholder]:focus::placeholder{transition:color .75s;color:transparent}.ajaxing-flipping,.ajaxing-slidingin,.ajaxing-slidingout,.ajaxing-slidingup{transition:all .25s ease-in-out}@media (prefers-reduced-motion:reduce){.ajaxing-flipping,.ajaxing-slidingin,.ajaxing-slidingout,.ajaxing-slidingup{transition-duration:0s}}.ajaxing-flipping.flipping{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:rotateY(90deg);opacity:0}.ajaxing-slidingup.slidingup{transform:translateY(-100%);opacity:0}.ajaxing-slidingout.slidingout{transform:translateX(100%) scale(1.5);opacity:0}.ajaxing-slidingin.slidingin{transform:translateX(-100%) scale(.5);opacity:0}@keyframes pulse{from{box-shadow:0 0 0 transparent}to{box-shadow:0 0 1em #000}}.pulse{animation-name:pulse;animation-duration:2s}@keyframes targetfade{from{background-color:rgba(255,204,51,.25)}to{background-color:rgba(255,204,51,0)}}main :target{animation-name:targetfade;animation-duration:3s;animation-iteration-count:1}html.dark .light:target{animation:none}@media all and (prefers-color-scheme:dark){html:not(.light) .light:target{animation:none}}@keyframes loadspin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.loading::before{animation-name:loadspin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes swingdown{from{transform:perspective(100vh) rotate3d(1,0,0,-90deg)}to{transform:perspective(100vh)}}.clapperboard:not([aria-hidden=true]){transform-origin:center top;animation-name:swingdown;animation-duration:.15s;animation-iteration-count:1;animation-direction:normal}.video::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M52 8h-40c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-24c0-6.6-5.4-12-12-12zM60 44c0 2.124-0.836 4.129-2.353 5.647s-3.523 2.353-5.647 2.353h-40c-2.124 0-4.129-0.836-5.646-2.353s-2.354-3.523-2.354-5.647v-24c0-2.124 0.836-4.129 2.354-5.646s3.523-2.354 5.646-2.354h40c2.124 0 4.129 0.836 5.647 2.354s2.353 3.523 2.353 5.646v24zM24 48l20-16-20-16z" fill="%23ffffcc"></path></svg>')}.message::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M58 8h-52c-3.3 0-6 2.7-6 6v40c0 3.3 2.7 6 6 6h52c3.3 0 6-2.7 6-6v-40c0-3.3-2.7-6-6-6zM24.921 34.398l-16.921 13.181v-31.353l16.921 18.172zM11.024 16h41.953l-20.976 15.75-20.976-15.75zM25.581 35.106l6.419 6.894 6.419-6.894 13.16 16.894h-39.158l13.16-16.894zM39.079 34.398l16.921-18.172v31.353l-16.921-13.181z" fill="%23ffffcc"></path></svg>')}.download::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M46 28l-16 16-16-16h10v-24h12v24zM30 44h-30v16h60v-16h-30zM56 52h-8v-4h8v4z" fill="%23ffffcc"></path></svg>')}.add::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M62 24h-22v-22c0-1.105-0.895-2-2-2h-12c-1.105 0-2 0.895-2 2v22h-22c-1.105 0-2 0.895-2 2v12c0 1.105 0.895 2 2 2h22v22c0 1.105 0.895 2 2 2h12c1.105 0 2-0.895 2-2v-22h22c1.105 0 2-0.895 2-2v-12c0-1.105-0.895-2-2-2z" fill="%23ffffcc"></path></svg>')}.remove::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M0 26v12c0 1.105 0.895 2 2 2h60c1.105 0 2-0.895 2-2v-12c0-1.105-0.895-2-2-2h-60c-1.105 0-2 0.895-2 2z" fill="%23ffffcc"></path></svg>')}.edit::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M54 0c5.523 0 10 4.477 10 10 0 2.251-0.744 4.329-2 6l-4 4-14-14 4-4c1.671-1.256 3.749-2 6-2zM4 46l-4 18 18-4 37-37-14-14-37 37zM44.724 22.724l-28 28-3.447-3.447 28-28 3.447 3.447z" fill="%23ffffcc"></path></svg>')}.listen::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M44.971 51.971c-0.768 0-1.535-0.293-2.121-0.879-1.172-1.172-1.172-3.071 0-4.243 8.188-8.188 8.188-21.511 0-29.698-1.172-1.172-1.172-3.071 0-4.243s3.071-1.171 4.243 0c5.1 5.099 7.908 11.88 7.908 19.092s-2.809 13.992-7.908 19.092c-0.586 0.586-1.353 0.879-2.121 0.879v0zM34.314 46.314c-0.768 0-1.535-0.293-2.121-0.879-1.172-1.172-1.172-3.071 0-4.242 5.069-5.069 5.069-13.316 0-18.385-1.172-1.172-1.172-3.071 0-4.243s3.071-1.172 4.243 0c7.408 7.408 7.408 19.462 0 26.87-0.586 0.586-1.353 0.878-2.121 0.878z" fill="%23ffffcc"></path><path d="M26 60c-0.52 0-1.032-0.203-1.415-0.586l-15.414-15.414h-7.172c-1.105 0-2-0.895-2-2v-20c0-1.105 0.895-2 2-2h7.172l15.414-15.414c0.572-0.572 1.432-0.743 2.18-0.434s1.235 1.039 1.235 1.848v52c0 0.809-0.487 1.538-1.235 1.848-0.247 0.102-0.507 0.152-0.765 0.152z" fill="%23ffffcc"></path></svg>')}.music::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M60 0h4v46c0 5.523-6.268 10-14 10s-14-4.477-14-10c0-5.523 6.268-10 14-10 3.918 0 7.459 1.15 10 3.002v-23.003l-32 7.111v30.889c0 5.523-6.268 10-14 10s-14-4.477-14-10c0-5.523 6.268-10 14-10 3.918 0 7.459 1.15 10 3.002v-39.002l36-8z" fill="%23ffffcc"></path></svg>')}.print::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M16 4h32v8h-32v-8z" fill="%23ffffcc"></path><path d="M60 16h-56c-2.2 0-4 1.8-4 4v20c0 2.2 1.8 4 4 4h12v16h32v-16h12c2.2 0 4-1.8 4-4v-20c0-2.2-1.8-4-4-4zM8 28c-2.209 0-4-1.791-4-4s1.791-4 4-4 4 1.791 4 4-1.791 4-4 4zM44 56h-24v-20h24v20z" fill="%23ffffcc"></path></svg>')}.share::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M16 40c0 0 3.677-12 24-12v12l24-16-24-16v12c-16 0-24 9.98-24 20zM44 48h-36v-24h7.867c0.631-0.745 1.307-1.458 2.031-2.136 2.748-2.574 6.035-4.541 9.757-5.864h-27.655v40h52v-16.789l-8 5.333v3.456z" fill="%23ffffcc"></path></svg>')}.tunebook.add::after,.tunebook.remove::after,.tunebook:not(.loading):not(.add):not(.remove)::before,button.tunebook.loading::after{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M57.363 14.317c-1.388-1.893-3.323-4.106-5.449-6.231s-4.338-4.060-6.231-5.449c-3.223-2.364-4.787-2.637-5.683-2.637h-31c-2.757 0-5 2.243-5 5v54c0 2.757 2.243 5 5 5h46c2.757 0 5-2.243 5-5v-39c0-0.896-0.273-2.459-2.637-5.683v0zM49.086 10.914c1.919 1.919 3.425 3.65 4.536 5.086h-9.622v-9.622c1.436 1.111 3.167 2.617 5.086 4.536v0zM56 59c0 0.542-0.458 1-1 1h-46c-0.542 0-1-0.458-1-1v-54c0-0.542 0.458-1 1-1 0 0 30.997-0 31 0v14c0 1.105 0.895 2 2 2h14v39z" fill="%23ffffcc"></path><path d="M47.268 24.453c-0.463-0.38-1.073-0.532-1.66-0.415l-20 4c-0.935 0.187-1.608 1.008-1.608 1.961v14.805c-1.177-0.511-2.542-0.805-4-0.805-4.418 0-8 2.686-8 6s3.582 6 8 6 8-2.686 8-6v-14.36l16-3.2v8.365c-1.177-0.511-2.542-0.805-4-0.805-4.418 0-8 2.686-8 6s3.582 6 8 6 8-2.686 8-6v-20c0-0.599-0.269-1.167-0.732-1.547z" fill="%23ffffcc"></path></svg>')}.place.add::after,.place.edit::after,.place.remove::after,.place:not(.add):not(.remove):not(.edit)::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0c-11.046 0-20 8.954-20 20 0 20 20 44 20 44s20-24 20-44c0-11.046-8.954-20-20-20zM32 32.25c-6.765 0-12.25-5.485-12.25-12.25s5.485-12.25 12.25-12.25 12.25 5.485 12.25 12.25-5.484 12.25-12.25 12.25zM24.25 20c0-4.28 3.47-7.75 7.75-7.75s7.75 3.47 7.75 7.75c0 4.28-3.47 7.75-7.75 7.75s-7.75-3.47-7.75-7.75z" fill="%23ffffcc"></path></svg>')}.place:not(.add):not(.remove):not(.edit):not(.button):not(button)::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0c-11.046 0-20 8.954-20 20 0 20 20 44 20 44s20-24 20-44c0-11.046-8.954-20-20-20zM32 32.25c-6.765 0-12.25-5.485-12.25-12.25s5.485-12.25 12.25-12.25 12.25 5.485 12.25 12.25-5.484 12.25-12.25 12.25zM24.25 20c0-4.28 3.47-7.75 7.75-7.75s7.75 3.47 7.75 7.75c0 4.28-3.47 7.75-7.75 7.75s-7.75-3.47-7.75-7.75z" fill="%23bb3300"></path></svg>')}.bookmark.add::after{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3 0v16l5-5 5 5v-16z" stroke="%23ffffcc" fill="transparent"></path></svg>')}.bookmark.remove::after,.bookmark:not(.loading):not(.add):not(.remove)::before,button.bookmark.loading::after{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3 0v16l5-5 5 5v-16z" stroke="%23ffffcc" fill="%23ffffcc"></path></svg>')}.draggable{cursor:move;background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="32" viewBox="0 0 44 32"><path fill="%23c96" d="M0 6h28v6H0V6zm0 8h28v6H0v-6zm0 8h28v6H0v-6zM31 18l6 6 6-6zM43 16l-6-6-6 6z"/></svg>');background-repeat:no-repeat;background-position:right;margin-right:2.75rem}.twitter::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 64 64"><path d="M64 12.151c-2.355 1.044-4.885 1.75-7.541 2.067 2.711-1.625 4.793-4.198 5.773-7.264-2.537 1.505-5.347 2.597-8.338 3.186-2.395-2.552-5.808-4.146-9.584-4.146-7.251 0-13.13 5.879-13.13 13.13 0 1.029 0.116 2.031 0.34 2.992-10.912-0.548-20.588-5.775-27.064-13.719-1.13 1.939-1.778 4.195-1.778 6.601 0 4.556 2.318 8.575 5.841 10.929-2.152-0.068-4.177-0.659-5.947-1.642-0.001 0.055-0.001 0.11-0.001 0.165 0 6.362 4.526 11.668 10.533 12.875-1.102 0.3-2.262 0.461-3.459 0.461-0.846 0-1.669-0.083-2.47-0.236 1.671 5.216 6.52 9.013 12.266 9.118-4.494 3.522-10.155 5.621-16.307 5.621-1.060 0-2.105-0.062-3.132-0.184 5.811 3.726 12.713 5.9 20.128 5.9 24.151 0 37.358-20.008 37.358-37.359 0-0.569-0.013-1.136-0.038-1.699 2.566-1.851 4.792-4.164 6.552-6.797z" fill="%2355acee"></path></svg>')}.facebook::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M53.334 0h-42.669c-5.891 0-10.665 4.776-10.665 10.668v42.664c0 5.892 4.775 10.668 10.665 10.668h21.334v-28h-8v-8h8v-6c0-5.523 4.477-10 10-10h10v8h-10c-1.105 0-2 0.895-2 2v6h11l-2 8h-9v28h13.334c5.891 0 10.666-4.776 10.666-10.668v-42.664c0-5.892-4.775-10.668-10.666-10.668z" fill="%233b5999"></path></svg>')}.youtubechannel::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M52 8h-40c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-24c0-6.6-5.4-12-12-12zM24 48v-32l20 16-20 16z" fill="%23ff3333"></path></svg>')}.flickr::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M0 34c0-7.732 6.268-14 14-14s14 6.268 14 14c0 7.732-6.268 14-14 14s-14-6.268-14-14zM36 34c0-7.732 6.268-14 14-14s14 6.268 14 14c0 7.732-6.268 14-14 14s-14-6.268-14-14z" fill="%23ff0084"></path></svg>')}.play::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><g fill="%23ffffcc" stroke="%23ffffcc"><polygon points="4 0 23 12.5 4 25"></polygon></g></svg>')}.pause::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><g fill="%23ffffcc" stroke="%23ffffcc"><rect width="8" height="25"></rect><rect width="8" height="25" x="17"></rect></g></svg>')}.loading::before{content:' ';background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" fill="none" stroke="%23ffffcc" stroke-width="20" r="35" stroke-dasharray="160 55"></circle></svg>')}.loader{display:inline-block;transform:scale(1.25) translateY(.2em)}.loader.loading::before{content:' ';display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:1em;background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" fill="none" stroke="%23aa4411" stroke-width="20" r="35" stroke-dasharray="160 55"></circle></svg>')}.actions{text-align:center}.actions .action{margin-bottom:.75em}@media all and (max-width:20em){.actions{width:100%}}@media all and (min-width:30em){.actions{text-align:right}}@media all and (min-width:56em){.actions{position:absolute;top:-2em;right:5%}}@media all and (min-width:48em){.group::after,.group::before{content:"";display:block;clear:both}.group::after{clear:both}.group .primary{position:relative;width:47.5%;float:left}.group .secondary{position:relative;width:47.5%;float:right}}.logo{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:2;position:relative;margin:-1em auto 1em auto;width:90%;max-width:15rem;top:0;box-shadow:0 .25em .5em rgba(0,0,0,.375);transition:transform .1s linear;text-align:center;text-transform:uppercase}.logo:focus,.logo:hover{transform:translateY(.25em)}.logo .the{vertical-align:text-bottom;display:inline-block;font-size:.75rem;letter-spacing:.75em;line-height:1.5}.logo .session{vertical-align:text-top;display:inline-block;letter-spacing:.25em;line-height:1.5;text-indent:.225em;text-shadow:0 .0625rem 0 rgba(255,255,255,.25);white-space:nowrap}.logo .session:first-letter{float:left;letter-spacing:0;font-size:2.5rem;line-height:1;margin-top:-.125em}.logo .ribbon{padding:1.5em 0 0;line-height:1.5}@media all and (min-width:56em){.logo{position:relative;width:15%;float:left;left:5%;top:0;margin-left:-.1875em;margin-right:1em}.logo .ribbon{padding-top:20%;padding-bottom:10%}.logo .the{display:block;text-indent:1.5em}.logo.sticky{position:fixed}}@media all and (min-width:56em) and (min-height:40em){.logo{will-change:transform;position:fixed;top:3em}}.hasJS .map-container{position:relative;overflow:hidden;padding-bottom:50%;border-width:.1875rem;border-style:double;border-color:var(--keyline);margin:1em 0}.hasJS .map-container .map{user-select:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media all and (min-width:35em){.hasJS .map-container{padding-bottom:40%}}@media all and (min-width:46em){.hasJS .map-container{padding-bottom:30%}}@media all and (min-width:70em){.hasJS .map-container{padding-bottom:25%}}.membership{padding-top:.35em}@media all and (min-width:44em){.membership{position:absolute;top:3.5em;right:5%;color:rgba(51,0,0,.9)}}@media all and (min-width:56em){.membership{position:relative;top:auto;right:auto;width:16.5%;text-align:center;background-color:#600;color:rgba(255,255,204,.55)}}.top.strip{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;z-index:3;box-shadow:0 .125em .25em rgba(0,0,0,.3)}.middle.strip,.top.strip{text-align:center}.middle.strip .goback,.top.strip .goback{position:absolute;left:1em}.middle.strip .button.aside,.top.strip .button.aside{position:absolute;right:1em}#nav:not(:target) .middle.strip{display:none}.nav-active #nav .middle.strip{display:block}.navigation{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;bottom:0;min-height:100%;min-height:100vh;min-height:calc(100vh - env(safe-area-inset-bottom));min-height:100dvh;color:rgba(102,51,0,.9);background-color:#c93}.navigation .menu{background-color:#c93;margin:0}.siteinfo{text-align:center;padding:2.5em 0 3.5em}.siteinfo .menu{border-bottom-width:.0625rem;border-bottom-style:solid}.siteinfo .menu li{display:inline;border-bottom:none}.siteinfo .menu a{display:inline-block;padding-left:1em;padding-right:1em}.bottom.strip{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;bottom:0;margin-top:-3em}.bottom.strip .loginout{display:inline}.bottom.strip a[href="#top"]:focus svg circle,.bottom.strip a[href="#top"]:hover svg circle{fill:hsl(var(--button-hue),var(--button-saturation),calc(var(--button-lightness) + 5%))}@media all and (min-width:44em){.top.strip [rel=contents]:not(:focus){clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.top.strip [rel=contents]:focus{position:absolute;z-index:1;right:auto;left:0;top:3em;border-top-left-radius:0;border-top-right-radius:0;outline-width:.0625em;outline-style:dotted;outline-color:var(--formfield-border);box-shadow:0 0 .5em 0 var(--formfield-border-over)}#nav:target .site{box-shadow:0 0 1em 0 var(--formfield-border-over)}.middle.strip,.top.strip .goback{display:none}.navigation{position:static;bottom:auto;min-height:0;height:auto;overflow:hidden}.navigation .menu{border:none;background-color:#600}.navigation .menu li a:link,.navigation .menu li a:visited{color:rgba(255,255,204,.9)}.navigation .menu li a:hover{background-color:rgba(51,0,0,.25)}.navigation .menu li a:focus{background-color:rgba(51,0,0,.75)}.navigation .menu li a:focus-visible{outline-style:dotted;outline-width:.0625em}.navigation .menu li a:active{color:rgba(255,255,204,.825);background-color:rgba(51,0,0,.5)}.navigation .menu li.here a:link,.navigation .menu li.here a:visited{color:rgba(255,255,204,.825);background-color:rgba(51,0,0,.5)}.navigation .menu li.here a:hover{color:rgba(255,255,204,.825);background-color:rgba(51,0,0,.66)}.navigation .menu li.here a:focus{color:rgba(255,255,204,.825);background-color:#300}.navigation .site{margin:0;padding:0;position:absolute;z-index:3;top:0;left:5%;width:90%;display:table;display:-ms-flexbox;display:flex;background-image:linear-gradient(#700,#500)}.navigation .site li{display:table-cell;flex-grow:1;text-align:center;border:none}.navigation .site li a{display:inline-block;width:100%;height:1em;padding:1em 0;border-right-width:.0625em;border-right-style:dotted;border-right-color:rgba(255,255,255,.25)}.navigation .site li:first-child a{border-left-width:.0625em;border-left-style:dotted;border-left-color:rgba(255,255,255,.25)}.siteinfo{padding:.5em 0 0;background-color:#600}.siteinfo .menu{border-bottom:none}.siteinfo .menu a{border-radius:.25em}.bottom.strip{margin-top:0;padding-top:0;min-height:0}.bottom.strip .loginout,.bottom.strip a[href="#top"]{position:absolute;top:-2em;margin-bottom:-2em}.bottom.strip .loginout{left:5%}.bottom.strip a[href="#top"]{right:5%}}@media all and (min-width:44em) and (max-width:75em){.navigation .site li{letter-spacing:calc(.05em + .1vw)}}@media all and (min-width:56em){.top.strip [rel=contents]:focus{top:0}.navigation .site{left:20%;width:76%}.main{margin-left:20%}.header+.main{margin-top:5%}}@media all and (min-width:75em){.navigation .site{left:24%;width:72%}}@media all and (max-width:44em) and (min-height:33em){body:not(.nav-active){padding-top:3em}body:not(.nav-active) .top.strip{will-change:transform;position:fixed;top:0}body:not(.nav-active) :not(#nav):target::before{content:'';display:block;height:3em;margin:-3em 0 0}.bottom.strip,.navigation{z-index:3}}@media all and (min-width:56em) and (min-height:40em){body{padding-top:3em}:target::before{content:'';display:block;height:3em;margin:-3em 0 0}.navigation .site,.top.strip{will-change:transform;position:fixed;top:0}}@media all and (min-width:44em) and (max-width:55.99em){.profile{box-sizing:border-box;display:inline-block;font-size:1rem;font-variant:small-caps;text-align:center;text-transform:lowercase;text-indent:.125em;text-shadow:0 -.0625em 0 rgba(0,0,0,.25);letter-spacing:.125em;line-height:1;border-width:.0625em;border-style:solid;border-radius:.25em;padding:.1875em .5em .3125em;background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.2));transition:all .1s linear;transition:border-color .1s,background-color .1s;background-color:#a41;border-color:#64280a;border-bottom-color:#4d1f08;border-top-color:#a41}.profile:link,.profile:visited{background-color:#a41}.profile:focus,.profile:hover{background-color:#933b0f;border-color:#4d1f08;border-bottom-color:#361605;border-top-color:#933b0f}.profile:active{background-color:#7c310c;border-color:#7c310c}.profile:focus,.profile:hover{text-decoration:none}}@media all and (min-width:48em) and (max-width:55.99em){.profile{padding-left:1em;padding-right:1em}.profile[data-memberid]{min-width:13.25em}}@media all and (min-width:64em) and (min-height:38em){.split{column-count:2;column-gap:2em}.split>*{page-break-inside:avoid;break-inside:avoid}ol.split{border-color:transparent;position:relative;left:-4em}ol.split li{margin-left:4em}}.contents{padding-left:5%;padding-right:5%}.strip{width:100%;padding:.5em 0;min-height:2.009em}.strip::after,.strip::before{content:"";display:table}.strip::after{clear:both}.main{position:relative;min-height:100%;margin-top:1em;margin-bottom:4em}.grid{display:grid;grid-gap:2em;grid-template-columns:repeat(auto-fit,minmax(20em,1fr))}
/*# sourceMappingURL=global-min.css.map */