:root{--ig-primary-color:#337ab7;--ig-white:#fff;--ig-black:#000;--ig-background-overlay:#0006;--ig-thumbnail-size:96px;--ig-thumbnail-size-small:80px;--ig-thumbnail-border-width:4px;--ig-thumbnail-border-width-small:3px;--ig-bullet-size:4px;--ig-bullet-size-small:3px}.image-gallery-icon{color:var(--ig-white,#fff);appearance:none;cursor:pointer;z-index:4;filter:drop-shadow(0 2px 2px #00000080);background-color:#0000;border:0;outline:none;transition:all .3s ease-out;position:absolute}@media (hover:hover) and (pointer:fine){.image-gallery-icon:hover{color:var(--ig-primary-color,#337ab7)}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid var(--ig-primary-color,#337ab7)}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{padding:20px;bottom:0}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{width:32px;height:32px}@media (width<=768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:16px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{width:24px;height:24px}}@media (width<=480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:12px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{width:16px;height:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:12px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{width:96px;height:120px}@media (width<=768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{width:48px;height:72px}}@media (width<=480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{width:32px;height:48px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:not-allowed;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:48px 12px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:64px;height:120px}@media (width<=768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:32px;height:72px}}@media (width<=480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:24px;height:48px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:not-allowed;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;-webkit-overflow-scrolling:touch;position:relative}.image-gallery.fullscreen-modal{background:var(--ig-black,#000);z-index:5;width:100%;height:100%;position:fixed;inset:0}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:var(--ig-black,#000)}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 112px);display:inline-block}@media (width<=768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 88px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-swipe{backface-visibility:hidden;touch-action:pan-y pinch-zoom;overflow:hidden;transform:translateZ(0)}.image-gallery-slides{touch-action:pan-y pinch-zoom;backface-visibility:hidden;contain:layout style paint;isolation:isolate;position:relative;overflow:hidden}.image-gallery-slides-container{backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform;display:flex}.image-gallery-slides-container.vertical{flex-direction:column;height:100%}.image-gallery-slides-container.vertical .image-gallery-slide{flex:0 0 100%;height:100%;min-height:0}.image-gallery-slides-container.vertical .image-gallery-slide .image-gallery-image{width:auto;max-width:100%;height:100%}.image-gallery-slide{backface-visibility:hidden;flex:0 0 100%;min-width:0;position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:var(--ig-background-overlay,#0006);color:var(--ig-white,#fff);white-space:normal;padding:12px 20px;line-height:1;position:absolute;bottom:72px;left:0}@media (width<=768px){.image-gallery-slide .image-gallery-description{padding:8px 16px;font-size:.8em;bottom:48px}}.image-gallery-bullets{z-index:4;text-align:center;width:80%;margin:0 auto;position:absolute;bottom:20px;left:0;right:0}.image-gallery-bullets .image-gallery-bullets-container{margin:0 auto;padding:0;display:inline-block}.image-gallery-bullets .image-gallery-bullets-inner{white-space:nowrap;justify-content:flex-start;align-items:center;padding:2px 0;display:flex}.image-gallery-bullets .image-gallery-bullet{appearance:none;border:1px solid var(--ig-white,#fff);cursor:pointer;width:calc(var(--ig-bullet-size,4px) * 2 + 2px);height:calc(var(--ig-bullet-size,4px) * 2 + 2px);background-color:#0000;border-radius:50%;outline:none;flex-shrink:0;margin:0 4px;padding:0;transition:all .2s ease-out;box-shadow:0 2px 2px #0009}@media (width<=768px){.image-gallery-bullets .image-gallery-bullet{width:calc(var(--ig-bullet-size-small,3px) * 2 + 2px);height:calc(var(--ig-bullet-size-small,3px) * 2 + 2px);margin:0 3px}}@media (width<=480px){.image-gallery-bullets .image-gallery-bullet{width:8px;height:8px}}.image-gallery-bullets .image-gallery-bullet:focus{background:var(--ig-primary-color,#337ab7);border:1px solid var(--ig-primary-color,#337ab7);transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{border:1px solid var(--ig-white,#fff);background:var(--ig-white,#fff);transform:scale(1.2)}@media (hover:hover) and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:var(--ig-primary-color,#337ab7);border:1px solid var(--ig-primary-color,#337ab7)}.image-gallery-bullets .image-gallery-bullet.active:hover{background:var(--ig-primary-color,#337ab7)}}.image-gallery-bullets.image-gallery-bullets-vertical{width:auto;inset:50% auto auto 20px;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullets-inner{flex-direction:column;padding:0 2px}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:4px 0;display:block}@media (width<=768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:3px 0}}@media (width<=480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:3px 0}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{vertical-align:top;width:var(--ig-thumbnail-size,96px);display:inline-block}@media (width<=768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:var(--ig-thumbnail-size-small,80px)}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{width:100%;height:100%;padding:0;position:absolute;top:0;left:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{margin-right:0;padding:0;display:block}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-top:2px;margin-left:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 4px}@media (width<=768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 4px}}.image-gallery-thumbnails{padding:4px 0;overflow:hidden}@media (width<=768px){.image-gallery-thumbnails{padding:4px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{border:var(--ig-thumbnail-border-width,4px) solid transparent;width:var(--ig-thumbnail-size,96px);background:0 0;padding:0;transition:border .3s ease-out;display:inline-block}@media (width<=768px){.image-gallery-thumbnail{border:var(--ig-thumbnail-border-width-small,3px) solid transparent;width:var(--ig-thumbnail-size-small,80px)}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:var(--ig-thumbnail-border-width,4px) solid var(--ig-primary-color,#337ab7);outline:none}@media (width<=768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:var(--ig-thumbnail-border-width-small,3px) solid var(--ig-primary-color,#337ab7)}}@media (hover:hover) and (pointer:fine){.image-gallery-thumbnail:hover{border:var(--ig-thumbnail-border-width,4px) solid var(--ig-primary-color,#337ab7);outline:none}}@media (hover:hover) and (pointer:fine) and (width<=768px){.image-gallery-thumbnail:hover{border:var(--ig-thumbnail-border-width-small,3px) solid var(--ig-primary-color,#337ab7)}}.image-gallery-thumbnail-label{box-sizing:border-box;color:var(--ig-white,#fff);text-shadow:0 2px 2px #0009;white-space:normal;width:100%;padding:5%;font-size:1em;line-height:1em;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (width<=768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:var(--ig-background-overlay,#0006);color:var(--ig-white,#fff);z-index:4;padding:10px 20px;line-height:1;position:absolute;top:0;right:0}@media (width<=768px){.image-gallery-index{padding:5px 10px;font-size:.8em}}:root{--paper:#faf8f4;--ink:#23262b;--slate:#4b4f56;--muted:#7a7e85;--rule:#e4dfd4;--accent:#7c2d2d;--font-serif:"Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--measure:42rem;--container:48rem}*{box-sizing:border-box}body{font-family:var(--font-serif);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.7}.site{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}h1,h2,h3{font-family:var(--font-serif);color:var(--ink);letter-spacing:-.01em;margin:0 0 .75rem;font-weight:600;line-height:1.2}p{margin:0 0 1rem}a{color:var(--accent);text-underline-offset:.15em;text-decoration-thickness:1px}.site-header{border-bottom:1px solid var(--rule)}.masthead{text-align:center;flex-direction:column;align-items:center;gap:.85rem;padding-top:2.25rem;padding-bottom:1.25rem;display:flex}.brand{color:var(--ink);flex-direction:column;gap:.2rem;text-decoration:none;display:flex}.brand-name{letter-spacing:.14em;text-transform:uppercase;font-size:1.7rem;font-weight:700}.brand-sub{color:var(--muted);font-size:.95rem;font-style:italic}.site-nav{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;flex-wrap:wrap;justify-content:center;gap:.25rem 2rem;font-size:.8rem;display:flex}.site-nav a{color:var(--slate);border-bottom:1px solid #0000;padding:.25rem 0;text-decoration:none}.site-nav a:hover{color:var(--ink)}.site-nav a.active{color:var(--accent);border-bottom-color:var(--accent)}.page{padding-top:3.5rem;padding-bottom:4rem}.page-title{margin-bottom:3rem}.page-title h1{margin-bottom:.35rem;font-size:clamp(2rem,5vw,2.75rem)}.page-tagline{color:var(--muted);margin:0;font-style:italic}.intro h1{max-width:var(--measure);margin-bottom:1.5rem;font-size:clamp(2rem,5vw,2.75rem)}.intro p{max-width:var(--measure);color:var(--slate);font-size:1.125rem}.featured{border-top:1px solid var(--rule);margin-top:3.5rem;padding-top:2.5rem}.section-heading{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1.75rem;font-size:.8rem;font-weight:600}.featured-list{max-width:var(--measure);margin:0;padding:0;list-style:none}.featured-list li{border-bottom:1px solid var(--rule);padding:1.25rem 0}.featured-list li:first-child{padding-top:0}.featured-list a{color:var(--ink);font-size:1.25rem;font-weight:600;text-decoration:none}.featured-list a:hover{color:var(--accent)}.featured-list p{color:var(--slate);margin:.35rem 0 0}.read-all{font-family:var(--font-sans);margin-top:1.75rem;font-size:.9rem}.notes-list{max-width:var(--measure)}.note{border-top:1px solid var(--rule);padding:2.25rem 0;scroll-margin-top:1.5rem}.note-number{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.note h2{margin-bottom:.65rem;font-size:1.4rem}.note p{color:var(--slate);margin-bottom:0}.note p.note-number{color:var(--accent)}.outro{max-width:var(--measure);border-top:1px solid var(--rule);color:var(--slate);margin-top:3rem;padding-top:2rem;font-style:italic}.prose{max-width:var(--measure)}.prose p{color:var(--slate)}.gallery-intro{border-left:2px solid var(--accent);color:var(--ink);margin-top:2rem;padding-left:1.25rem;font-style:italic}.gallery-wrap{max-width:var(--measure);margin-top:2.5rem}.not-found{text-align:center;padding:6rem 0}.not-found h1{margin-bottom:.25rem;font-size:4rem}.not-found .page-tagline{margin-bottom:1.25rem}.site-footer{border-top:1px solid var(--rule);color:var(--muted);text-align:center;padding:2.5rem 0 3rem;font-size:.9rem}.footer-disclaimer{max-width:var(--measure);margin:0 auto .75rem}.footer-disclaimer em{color:var(--slate)}.footer-legal{font-family:var(--font-sans);letter-spacing:.06em;margin-bottom:0;font-size:.75rem}@media (width<=640px){.page{padding-top:2.5rem;padding-bottom:3rem}.masthead{padding-top:1.75rem}.brand-name{font-size:1.4rem}}
