:root{--color-bg-page: #6e8ed7;--color-bg-content: #eee;--color-bg-header: #3a5285;--color-bg-header-dark: #263557;--color-bg-row-1: #d6e2ff;--color-bg-row-2: #e7eeff;--color-text: #333;--color-text-faded: #666;--color-text-header: #fff;--color-text-navigation-header: #fff;--color-text-table-header: #fff;--color-text-link: #3a7cff;--color-text-link-hover: var(--color-text-link);--color-text-link-active: var(--color-text-link);--color-text-link-visited: var(--color-text-link);--color-border: var(--color-bg-header);--color-border-deep: var(--color-bg-header-dark);--color-border-header: var(--color-text-header);--font-family-main: 'Roboto', 'Trebuchet MS', 'Arial', sans-serif;--font-family-condensed: 'Roboto Condensed', 'Arial Narrow', sans-serif;--font-family-serif: 'Roboto Slab', 'Georgia', 'Times New Roman', serif;--font-family-quote: var(--font-family-serif);--screen-size-mobile-small: 320px;--screen-size-mobile-medium: 375px;--screen-size-mobile-large: 414px;--screen-size-mobile: 550px}.modal{display:none;z-index:600;position:absolute;top:0;left:0;width:100%;height:100%}.modal.is-open{display:block}#active-modal-background{z-index:605;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.modal-inner{position:fixed;z-index:610;top:1rem;border-radius:8px;background:#fff;margin:0 10%;padding:5px;box-shadow:3px 3px 2px rgba(0,0,0,.2),-3px -3px 2px rgba(0,0,0,.2),3px -3px 2px rgba(0,0,0,.2),-3px 3px 2px rgba(0,0,0,.2)}body.modal-open{}@media screen and (max-width:500px){.modal-inner{margin:4px 8px}}.modal-outer{background:rgba(0,0,0,.4);position:fixed;width:100%;height:100%}@media screen and (min-width:900px){#side-sticky{position:sticky;top:calc(100% - 250px - 30px);margin:0 auto;margin-top:20px}}@media screen and (max-width:899px){#side-sticky{display:none}}