:root{color-scheme:light;--theme-background: #fefefe;--theme-background-transparent: rgba(255, 255, 255, 0.9);--theme-white: #fdfdfd;--theme-divider: #c9c9c9;--theme-primary: #d0eafa;--theme-primary-accent: #3879a1;--theme-secondary: #fffed1;--theme-accent-deep: #2c5f7f;--theme-on-accent: #ffffff;--theme-on-accent-muted: #d3e3ee;--theme-cta-background: #3879a1;--theme-cta-background-hover: #2c5f7f;--theme-cta-foreground: #ffffff;--theme-text-primary: #0e0e0e;--theme-text-secondary: #4e4e4e;--theme-rule-subtle: rgba(0, 0, 0, 0.07);--theme-rule-on-accent: rgba(255, 255, 255, 0.25)}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--theme-background: #14181b;--theme-background-transparent: rgba(20, 24, 27, 0.9);--theme-white: #1b2126;--theme-divider: #333c44;--theme-primary: #17242e;--theme-primary-accent: #79bde3;--theme-secondary: #fffed1;--theme-accent-deep: #1d4258;--theme-on-accent: #ffffff;--theme-on-accent-muted: #c2d5e2;--theme-cta-background: #7cc0e6;--theme-cta-background-hover: #9ed2f0;--theme-cta-foreground: #0b1a24;--theme-text-primary: #e9ecee;--theme-text-secondary: #b4bcc2;--theme-rule-subtle: rgba(255, 255, 255, 0.09);--theme-rule-on-accent: rgba(255, 255, 255, 0.2)}}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url("/fonts/source-serif-4-latin-600.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url("/fonts/source-serif-4-umacron-600.woff2") format("woff2");unicode-range:U+016A-016B}html{height:100%}body{height:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-box-direction:normal;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch;margin:0;padding:0;box-sizing:border-box;background-color:var(--theme-background);color:var(--theme-text-primary);font-family:-apple-system,BlinkMacSystemFont,"segoe ui",Helvetica,Arial,sans-serif,"apple color emoji","segoe ui emoji","segoe ui symbol";line-height:1.5;font-size:1.2rem;word-wrap:break-word}a:link{color:var(--theme-text-primary)}a:visited{color:var(--theme-text-primary)}a:hover{color:var(--theme-text-primary)}a:active{color:var(--theme-text-primary)}.icon{width:1em;height:1em;vertical-align:-0.125em;fill:currentColor}.icon-lg{font-size:1.33em}.button-primary{display:inline-block;padding:0.7em 1.7em;border-radius:4px;background-color:var(--theme-cta-background);font-weight:600;font-size:0.95em;text-decoration:none;transition:background-color 150ms ease}.button-primary:link,.button-primary:visited{color:var(--theme-cta-foreground)}.button-primary:hover,.button-primary:active{background-color:var(--theme-cta-background-hover);color:var(--theme-cta-foreground);text-decoration:none}.button-primary:focus-visible{outline:2px solid var(--theme-primary-accent);outline-offset:3px}#landing-detail{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;box-sizing:border-box;width:100%;max-width:640px;padding:0 20px;margin:2.5em 0 3.5em;text-align:left}#landing-detail h2{font-family:"Source Serif 4",Georgia,"Times New Roman",serif;font-size:1.35em;font-weight:600;line-height:1.2;margin:2.6em 0 0.4em;color:var(--theme-text-primary)}#landing-detail h2:first-child{margin-top:0}#landing-detail p{margin:0 0 0.9em;color:var(--theme-text-secondary)}#landing-detail ul{margin:0 0 1.1em;padding:0;list-style:none}#landing-detail ul li{padding:0.42em 0 0.42em 1.4em;position:relative;color:var(--theme-text-secondary);border-bottom:1px solid var(--theme-rule-subtle)}#landing-detail ul li:last-child{border-bottom:0}#landing-detail ul li::before{content:'';position:absolute;left:0;top:1.05em;width:8px;height:2px;background-color:var(--theme-primary-accent)}#landing-detail strong{color:var(--theme-text-primary);font-weight:600}.pronounce-note{max-width:22rem;padding:1.25rem 1.5rem;border:1px solid var(--theme-divider);border-radius:6px;background-color:var(--theme-background);color:var(--theme-text-secondary);text-align:left;box-shadow:0 8px 28px rgba(0,0,0,0.18)}.pronounce-note::backdrop{background-color:transparent}.pronounce-note .pronounce-word{font-family:"Source Serif 4",Georgia,"Times New Roman",serif;font-size:1.4em;font-weight:600;line-height:1;margin:0;color:var(--theme-text-primary)}.pronounce-note .pronounce-respell{margin:0.35em 0 0;font-size:1.05em;letter-spacing:0.05em;color:var(--theme-primary-accent)}.pronounce-note .pronounce-detail{margin:0.9em 0 0;font-size:0.85em;line-height:1.5}@supports (anchor-name: --x){.landing-title-row .pronounce-toggle{anchor-name:--pronounce-anchor}.pronounce-note{position:absolute;position-anchor:--pronounce-anchor;position-area:bottom span-left;margin:0.6rem 0 0;position-try-fallbacks:flip-block, flip-inline}}@supports not (selector(:popover-open)){.pronounce-note{display:none}.pronounce-toggle{display:none}}.header-content-division{padding-top:40px}#page-header{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-direction:normal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;background-color:var(--theme-background-transparent);transition:top 750ms ease, background-color 1.2s ease;position:fixed;top:-100px;margin:0;padding:0;padding-top:10px;width:100%;max-width:1280px;z-index:2}#page-header a{text-decoration:none}#page-header.hamburger-mode{background-color:transparent;transition:top 750ms ease, background-color 0s linear}#page-header.sticky{top:0px}#page-header .header-branding{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex:0;flex-shrink:0;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;-ms-flex:1;flex-grow:1;-webkit-box-pack:left;-moz-box-pack:left;-ms-flex-pack:left;-webkit-justify-content:left;justify-content:left;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0;margin:0;margin-left:20px}#page-header .header-branding a{font-family:"Source Serif 4",Georgia,"Times New Roman",serif;text-transform:uppercase;letter-spacing:0.02em;font-size:2.10rem;font-weight:600;color:var(--theme-text-secondary)}#page-header .header-branding a:hover{color:var(--theme-primary-accent)}#page-header nav.header-nav{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-direction:normal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-right:20px}#page-header nav.header-nav ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-direction:normal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;justify-items:space-between}#page-header nav.header-nav ul.header-links{display:none;visibility:hidden;opacity:0;transition:opacity 1s linear}#page-header nav.header-nav li{-webkit-box:1;-moz-box:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;list-style-type:none;margin:0 1em}#page-header nav.header-nav li a:hover{color:var(--theme-primary-accent)}.hamburger{appearance:none;-webkit-appearance:none;background:none;border:0;color:inherit;font:inherit;display:block;box-sizing:content-box;text-align:left;user-select:none;cursor:pointer;height:1.75rem;width:2.45rem;padding:0 0 30px;z-index:3}.hamburger:focus-visible{outline:2px solid var(--theme-primary-accent);outline-offset:6px}.hamburger:hover>.toggle-bar{background:var(--theme-primary-accent)}.hamburger:hover>.toggle-bar:after{background:var(--theme-primary-accent)}.hamburger:hover>.toggle-bar:before{background:var(--theme-primary-accent)}.hamburger .toggle-bar{position:absolute;top:58%;transform:translateY(-58%);transition:all 250ms ease;background:var(--theme-text-secondary);content:'';height:.35rem;width:2.45rem;margin:0;margin-top:0}.hamburger .toggle-bar::after{position:absolute;top:58%;transform:translateY(-58%);transition:all 250ms ease;background:var(--theme-text-secondary);content:'';height:.35rem;width:2.45rem;margin:0;margin-top:.7rem}.hamburger .toggle-bar::before{position:absolute;top:58%;transform:translateY(-58%);transition:all 250ms ease;background:var(--theme-text-secondary);content:'';height:.35rem;width:2.45rem;margin:0;margin-top:-.7rem}.hamburger.expanded .toggle-bar{background:transparent}.hamburger.expanded .toggle-bar::after{background:var(--theme-text-secondary);margin-top:0;transform:rotate(45deg)}.hamburger.expanded .toggle-bar::before{background:var(--theme-text-secondary);margin-top:0;transform:rotate(-45deg)}#site-menu{box-sizing:border-box;position:fixed;left:0;top:0;width:100%;height:0;overflow:hidden;visibility:hidden;transition:height 550ms ease, visibility 0s linear 550ms;background-color:var(--theme-primary);border-bottom:1px solid var(--theme-primary-accent);z-index:1}#site-menu a{text-decoration:none;color:var(--theme-text-secondary)}#site-menu a:hover{border-bottom:1px solid var(--theme-primary-accent);color:var(--theme-text-primary)}#site-menu.visible{height:100%;opacity:1;visibility:visible;transition:height 550ms ease, visibility 0s linear 0s}#site-menu .site-menu-body{width:100%;height:100%;max-width:80%;margin:0 auto;padding:20px}#site-menu .site-menu-body .site-nav{position:relative;top:50%;transform:translateY(-50%);font-size:1.5em;text-align:right}#site-menu .site-menu-body .site-nav li{list-style-type:none}#site-menu .site-menu-body .social-links{font-size:0.65em;border-top:1px solid var(--theme-divider)}#site-menu .site-menu-body .social-links ul{list-style:none}#site-menu .site-menu-body .social-links ul li{padding:10px 0}#site-menu .site-menu-body .social-links ul li .contact-link-icon{margin-left:10px;width:1em}#site-menu .site-menu-body .site-menu-tagline{position:absolute;left:50%;transform:translateX(-50%);bottom:0;color:var(--theme-text-secondary);font-size:.8em;font-style:italic;display:none}#landing{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-box-direction:normal;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box:1;-moz-box:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;max-width:640px;text-align:center;margin-bottom:1.5em;padding:0 20px;box-sizing:border-box}#landing .landing-branding{margin-top:32px}#landing .landing-branding .landing-logo img{width:190px;height:auto}#landing .landing-branding h1.landing-title{font-family:"Source Serif 4",Georgia,"Times New Roman",serif;font-size:3em;font-weight:600;line-height:1em;margin:20px 0 12px}#landing .landing-title-row{position:relative;display:inline-block}#landing .pronounce-toggle{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:0.35em;appearance:none;-webkit-appearance:none;background:none;border:0;padding:6px;line-height:0;cursor:pointer;font-size:1rem;color:var(--theme-text-secondary);opacity:0.5;transition:opacity 150ms ease, color 150ms ease}#landing .pronounce-toggle .icon{width:1.15em;height:1.15em}#landing .pronounce-toggle:hover,#landing .pronounce-toggle:focus-visible{opacity:1;color:var(--theme-primary-accent)}#landing .pronounce-toggle:focus-visible{outline:2px solid var(--theme-primary-accent);outline-offset:2px;border-radius:50%}#landing .landing-description{margin:0;font-size:1.1em;color:var(--theme-text-secondary)}#landing .landing-cta{margin:1.6em 0 0.4em}#landing .landing-credential{margin:0.9em 0 0;font-size:0.85em;color:var(--theme-text-secondary)}#landing .landing-tagline{font-family:"Source Serif 4",Georgia,"Times New Roman",serif;font-style:italic;font-size:1.05em;color:var(--theme-text-secondary);margin:1.5em 0 0}#landing .landing-tagline::before{content:'\2014'}#landing .landing-tagline::after{content:'\2014'}#landing nav{margin:20px 0 0}#landing nav .icon-lg{font-size:2em}#landing .social-links ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-flex-basis:250px;flex-basis:250px;margin:15px auto;padding:0;list-style:none}#landing .social-links ul li{-webkit-box:1;-moz-box:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}#landing .social-links ul a{color:var(--theme-text-secondary)}#landing .social-links ul a:hover{color:var(--theme-primary-accent)}#article{-webkit-box:1;-moz-box:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;max-width:800px;padding:20px;margin:40px 0}#article *{box-sizing:border-box}#article a{color:var(--theme-primary-accent);text-decoration:none;font-weight:bold}#article a:active{text-decoration:underline}#article a:hover{text-decoration:underline}#article strong{font-weight:600}#article p{margin-top:0;margin-bottom:16px;margin-top:0;margin-bottom:10px}#article dl dt{font-size:1.15em;font-style:italic;font-weight:600}#article dl dd{padding:0 16px;margin-left:0;margin-bottom:16px}#article table{margin-top:16px;margin-bottom:16px;display:block;width:100%;overflow:auto;border-collapse:collapse}#article table th{font-weight:600;padding:6px 13px;border:1px solid var(--theme-divider);background-color:var(--theme-white)}#article table td{padding:6px 13px;border:1px solid var(--theme-divider);background-color:var(--theme-white)}#article pre{margin-top:0;margin-bottom:16px}#article hr{height:.25em;margin:24px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid var(--theme-divider)}#article h1,#article h2,#article h3,#article h4,#article h5,#article h6{font-family:"Source Serif 4",Georgia,"Times New Roman",serif;margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25;margin:.67em 0;padding-bottom:.3em;font-weight:600;border-bottom:1px solid var(--theme-divider)}#article h1{font-size:1.75em}#article h2{font-size:1.5em}#article h3{font-size:1.25em}#article h4{font-size:1em}#article h5{font-size:.875em}#article h6{font-size:.85em}#article li>p{margin-top:16px}#article blockquote{box-shadow:none;padding:0 0 0 1.5em;margin:1.75em 0;color:var(--theme-text-secondary);background:none;border-left:3px solid var(--theme-primary-accent);font-family:"Source Serif 4",Georgia,"Times New Roman",serif;font-size:1.15em;line-height:1.55}#article blockquote p{padding-bottom:1em}#article blockquote cite{margin-right:1em}#article blockquote .fancy-quote-citation{color:var(--theme-primary-accent);text-align:right}#article summary{font-style:italic}#article img{max-width:100%;box-sizing:content-box;background-color:var(--theme-white);border-style:none;box-shadow:0 3px 15px rgba(0,0,0,0.2)}#article img[align=right]{padding-left:20px}#article img[align=left]{padding-right:20px}#article .news-article>p:first-of-type::first-letter{float:left;padding-right:10px;font-size:4em}#list-page{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box:1;-moz-box:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-box-direction:normal;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;max-width:800px;padding:20px}#list-page .content-header summary{font-style:italic}#list-page .content-list{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:40px 0}#list-page h1,#list-page h2{margin-top:24px;font-weight:600;line-height:1.25;margin-bottom:16px;border-bottom:1px solid var(--theme-divider)}#list-page h1{font-size:1.65em;text-transform:uppercase}#list-page h2{font-size:1.5em;padding-bottom:.3em}#list-page a{color:var(--theme-primary-accent);text-decoration:none}#list-page strong{font-weight:600}#page-footer{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-box-direction:normal;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:12px;font-size:.75em;text-align:left;color:var(--theme-on-accent-muted);background-color:var(--theme-accent-deep);border-top:0}#page-footer .footer-nav{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-direction:normal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:1280px;margin-top:3em;margin-bottom:3em}#page-footer .footer-nav a{text-decoration:none;color:var(--theme-on-accent)}#page-footer .footer-nav a:hover{color:var(--theme-on-accent);text-decoration:underline}#page-footer .footer-nav .social-links a:hover{color:var(--theme-on-accent)}#page-footer .footer-nav li{list-style-type:none;padding-bottom:10px}#page-footer .footer-col{padding:10px;min-width:150px}#page-footer .footer-col h1{font-family:"Source Serif 4",Georgia,"Times New Roman",serif;margin:0;padding:0;color:var(--theme-on-accent);font-size:2.10rem;line-height:1.1em;white-space:nowrap}#page-footer .footer-col h2{font-family:"Source Serif 4",Georgia,"Times New Roman",serif;font-size:1.05em;line-height:1em;color:var(--theme-on-accent)}#page-footer .footer-follow .social-links ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-box-direction:normal;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0;padding-left:7px}#page-footer .footer-follow .contact-link-icon{display:inline-block;margin-right:10px;width:1em}#page-footer p{padding:0;padding-left:5px}#page-footer h2{margin:0;padding:0;color:var(--theme-text-primary)}#page-footer .footer-nav ul{padding:0;padding-left:5px}#page-footer .footer-branding{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-box-direction:normal;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;min-width:215px}#page-footer .footer-branding a{text-transform:uppercase}#page-footer .footer-tagline{box-sizing:border-box;padding:1em 0 1em 5px;margin-bottom:3em;font-style:italic;border-bottom:1px solid var(--theme-rule-on-accent)}#page-footer .footer-back-to-top{font-size:1.2em}#page-footer .footer-copyright{margin:0;padding:0;padding-bottom:3em}.full-screen-page{-webkit-box:1;-moz-box:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;background-repeat:no-repeat;background-position:top;min-height:100vh}.full-screen-page main{text-align:center;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-box-direction:normal;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;justify-items:stretch;padding:20px;color:var(--theme-primary)}.full-screen-page main h1{font-size:5em;color:var(--theme-secondary);text-shadow:var(--theme-text-secondary) 1px 0 10px;margin:30px 0}.full-screen-page main h2{font-size:2em;color:var(--theme-text-secondary);text-shadow:var(--theme-secondary) 1px 0 10px}.full-screen-page main a{text-decoration:none}.full-screen-page .http-404-directions{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box:1;-moz-box:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;font-size:4em;margin:40px 0}.full-screen-page .http-404-directions a{color:var(--theme-text-secondary);text-shadow:var(--theme-secondary) 1px 0 10px}.full-screen-page .http-404-directions a:hover{color:var(--theme-primary-accent)}.full-screen-page.http-404{background-image:url(/img/404-lost.jpg)}@media (min-width: 1024px){.header-content-division{padding-top:80px}.hamburger{display:none}#site-menu{display:none}#page-header nav.header-nav ul{min-width:480px}#page-header nav.header-nav ul.header-links{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#page-header nav.header-nav ul.header-links.visible{visibility:visible;opacity:1}#site-menu .site-menu-body{max-width:800px;padding:40px;font-size:1.25em}#site-menu .site-menu-body .site-nav{max-width:1025px}#landing .landing-description{margin:0 2em}#article blockquote{margin:1.5em 0;padding-left:1.25em}#page-footer .footer-nav{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}#page-footer .footer-branding{flex-basis:175px;white-space:pre-line}#page-footer .footer-tagline{border-bottom:none}}@media (min-width: 800px),(min-width: 280px) and (min-height: 600px){#site-menu .site-menu-body .site-menu-tagline{display:block}}
