@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;500;600;700&display=swap);.login-container[data-v-4d3b151e]{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fffff8}.logo-section[data-v-4d3b151e]{margin-bottom:4rem;transform:translateY(-10%);width:100%;display:flex;justify-content:center;padding:0 2rem}.logo-section img[data-v-4d3b151e]{width:80%;max-width:42rem;height:auto}.login-section[data-v-4d3b151e]{display:flex;flex-direction:column;align-items:center;width:22.3rem}.login-with[data-v-4d3b151e]{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;color:#545051}.line[data-v-4d3b151e]{flex:1;width:4rem;height:1px;background-color:#545051}.login-with span[data-v-4d3b151e]{padding:0 1rem;font-size:1.667rem}.login-buttons[data-v-4d3b151e]{display:flex;justify-content:center;width:85%;gap:3rem}.login-button[data-v-4d3b151e]{background:none;border:none;padding:0;cursor:pointer;width:3rem;height:3rem}.login-button img[data-v-4d3b151e]{width:100%;height:100%}.login-button[data-v-4d3b151e]:hover{opacity:.9}.email-login[data-v-4d3b151e]{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;width:85%}.input-box[data-v-4d3b151e]{padding:.5rem 0;color:#545051;padding-left:.5rem;background-color:#fffff8}.input-box[data-v-4d3b151e],.input-underline[data-v-4d3b151e]{border:none;border-bottom:1px solid #545051;width:100%;font-size:14pt}.input-underline[data-v-4d3b151e]{padding:.5rem}.input-underline[data-v-4d3b151e]:focus{outline:none;border-bottom:1px solid #000}.action-buttons[data-v-4d3b151e]{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.action-button[data-v-4d3b151e]{border:1px solid #545051;padding:.5rem 1rem;background:none;cursor:pointer;font-size:14pt;border-radius:10px;width:100%}.action-button[data-v-4d3b151e]:hover{background-color:#f5f5f5}.input-box[data-v-4d3b151e]:-webkit-autofill{box-shadow:inset 0 0 0 1000px #fffff8;-webkit-text-fill-color:#545051}.header-container[data-v-f84858f0]{position:fixed;top:0;left:0;width:100%;z-index:1000}.header-bar[data-v-f84858f0]{justify-content:space-between;padding:2px 10px;background-color:#fffff8;position:sticky;top:0;z-index:10;height:64px}.header-bar[data-v-f84858f0],.logo-container[data-v-f84858f0]{display:flex;align-items:center}.logo[data-v-f84858f0]{max-height:50px;padding-top:7px}.settings-button[data-v-f84858f0]{background:none;border:none;padding:0;display:flex;align-items:center}.settings-icon[data-v-f84858f0]{max-height:50px;cursor:pointer;transform-origin:center center}@keyframes spinRight-f84858f0{0%{transform:rotate(0deg)}to{transform:rotate(380deg)}}@keyframes spinLeft-f84858f0{0%{transform:rotate(380deg)}to{transform:rotate(0deg)}}.spinning-right[data-v-f84858f0]{animation:spinRight-f84858f0 .5s ease-out}.spinning-left[data-v-f84858f0]{animation:spinLeft-f84858f0 .5s ease-out}@keyframes expandDown-f84858f0{0%{transform-origin:top;transform:scaleY(0);max-height:0}to{transform-origin:top;transform:scaleY(1);max-height:120px}}@keyframes contractUp-f84858f0{0%{transform-origin:top;transform:scaleY(1);max-height:120px}to{transform-origin:top;transform:scaleY(0);max-height:0}}.dropdown-container[data-v-f84858f0]{position:relative}.dropdown-menu[data-v-f84858f0]{position:absolute;top:50px;background-color:#fffff8;border:1px solid #545051;border-radius:4px;display:flex;flex-direction:column;gap:5px;animation:expandDown-f84858f0 .3s ease-out;transform-origin:top;overflow:hidden}.dropdown-menu.closing[data-v-f84858f0]{animation:contractUp-f84858f0 .3s ease-out}.dropdown-item[data-v-f84858f0]{width:37px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.menu-icon[data-v-f84858f0]{width:35px;height:35px}.dropdown-item[data-v-f84858f0]:hover{background-color:rgba(84,80,81,.1)}.input-group[data-v-5879107c]{display:flex;flex-direction:column;margin-bottom:16px}.input-label[data-v-5879107c]{font-size:1rem;font-weight:400;color:#545051;margin-bottom:4px}.styled-input[data-v-5879107c]{font-size:1rem;font-weight:400;color:#545051;border:none;border-bottom:1px solid #545051;background:transparent;padding:4px 0;outline:none}.styled-input[data-v-5879107c]:focus{border-bottom:2px solid #545051}@media (max-width:1024px){.input-group[data-v-5879107c]{width:75%}.styled-input[data-v-5879107c]{width:100%}}.general-info[data-v-52163c67]{padding:24px;max-width:800px}.section-title[data-v-52163c67]{font-size:32px;font-weight:600;margin-bottom:24px;color:#545051}@media (max-width:768px){.section-title[data-v-52163c67]{display:none}}.form-container[data-v-52163c67]{display:flex;flex-direction:column;gap:8px}.city-state-zip[data-v-52163c67]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;margin-top:8px;width:100%}@media (max-width:1024px){.city-state-zip[data-v-52163c67]{grid-template-columns:minmax(0,1fr);gap:8px;width:100%;align-items:start}}.actions[data-v-52163c67]{margin-top:32px;display:flex;justify-content:flex-start}.save-button[data-v-52163c67]{background-color:#545051;color:#fff;border:none;padding:8px 24px;border-radius:4px;font-size:1rem;font-weight:400;cursor:pointer;transition:background-color .2s ease}.save-button[data-v-52163c67]:hover{background-color:#636063}.save-button[data-v-52163c67]:disabled{background-color:#a8a8a8;cursor:not-allowed}.news-sources[data-v-664bb5d6]{padding:24px;max-width:800px}.content-container[data-v-664bb5d6]{margin-bottom:32px}.settings-column[data-v-664bb5d6]{max-width:600px}.section-title[data-v-664bb5d6]{font-size:32px;font-weight:600;color:#545051;margin-bottom:24px;text-align:left}@media (max-width:768px){.section-title[data-v-664bb5d6]{display:none}}.subsection-title[data-v-664bb5d6]{font-size:1rem;font-weight:600;color:#545051;margin-bottom:16px;text-align:left}.checkbox-group[data-v-664bb5d6]{display:flex;flex-direction:column;gap:16px}.checkbox-label[data-v-664bb5d6]{display:flex;align-items:center;gap:8px;color:#545051;font-size:1rem;font-weight:400;cursor:pointer}.checkbox-label input[type=checkbox][data-v-664bb5d6]{width:16px;height:16px;cursor:pointer}.publication-section[data-v-664bb5d6]{margin-bottom:24px}.publication-section[data-v-664bb5d6]:last-child{margin-bottom:0}.actions[data-v-664bb5d6]{display:flex;justify-content:flex-start}.save-button[data-v-664bb5d6]{background-color:#545051;color:#fff;border:none;padding:8px 24px;border-radius:4px;font-size:1rem;font-weight:400;cursor:pointer;transition:background-color .2s ease}.save-button[data-v-664bb5d6]:hover{background-color:#636063}.save-button[data-v-664bb5d6]:disabled{background-color:#a8a8a8;cursor:not-allowed}.app-container[data-v-70191d8b]{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.content-wrapper[data-v-70191d8b]{position:relative;flex:1;display:flex;overflow:hidden;padding-top:64px}.empty-left[data-v-70191d8b]{display:flex;flex:1;background-color:#fffff8}.left-sidenotes[data-v-70191d8b],.right-sidenotes[data-v-70191d8b]{display:flex;flex-direction:column;flex:1;background-color:#fffff8;padding:20px}.main[data-v-70191d8b]{flex:2;background-color:#fffff8;display:flex;flex-direction:column;overflow:auto;max-width:1200px}.settings-header[data-v-70191d8b]{font-size:32px;font-weight:600;margin-bottom:24px;color:#545051}.subhead[data-v-70191d8b]{font-size:1rem;font-weight:400;cursor:pointer;color:#545051;margin:0 0 16px 0;padding:0;line-height:1.5}.subhead.active[data-v-70191d8b]{-webkit-text-decoration:underline dashed;text-decoration:underline dashed;text-underline-offset:2px}@media (max-width:768px){.mobile-select[data-v-70191d8b]{display:block}.empty-left[data-v-70191d8b],.left-sidenotes[data-v-70191d8b],.right-sidenotes[data-v-70191d8b]{display:none}.main[data-v-70191d8b]{flex:1;max-width:100%;padding:0 1rem}}@media (min-width:768px){.empty-left[data-v-70191d8b],.mobile-select[data-v-70191d8b],.right-sidenotes[data-v-70191d8b]{display:none}.left-sidenotes[data-v-70191d8b]{display:flex}.main[data-v-70191d8b]{flex:2;max-width:100%;padding:0 2rem}}@media (min-width:1024px){.empty-left[data-v-70191d8b],.left-sidenotes[data-v-70191d8b],.right-sidenotes[data-v-70191d8b]{display:flex}.main[data-v-70191d8b]{flex:3;max-width:1200px;padding:0}}.mobile-select[data-v-70191d8b]{margin-bottom:24px;position:relative;width:-moz-max-content;width:max-content}.mobile-select select[data-v-70191d8b]{font-size:32px;font-weight:600;color:#545051;padding-top:24px;margin-left:24px;border:none;border-bottom:1px dashed #545051;background-color:#fffff8;cursor:pointer;text-underline-offset:2px;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%}.mobile-select select[data-v-70191d8b]:focus{outline:none;border-bottom:2px dashed #545051;margin-left:24px}.dash[data-v-19abed23]{background-color:#fffff8;padding:0;display:flex;flex-direction:column;align-items:center}.topper[data-v-19abed23]{text-align:center;padding-top:64px;margin-bottom:10px}.date-navigation[data-v-19abed23]{display:flex;justify-content:center;align-items:center;padding-top:0}.nav-arrow[data-v-19abed23]{width:14px;height:14px;cursor:pointer;padding-top:10px;padding-bottom:10px;padding-left:8px;padding-right:8px;box-sizing:content-box;color:#545051}.nav-arrow.disabled[data-v-19abed23]{opacity:.2;cursor:not-allowed}.current-date[data-v-19abed23]{font-size:16px;font:inherit;color:#545051}.cards-container[data-v-19abed23]{width:80%;display:flex;flex-direction:column;align-items:center}.article-card[data-v-19abed23]{width:100%;margin-top:20px;background-color:#fffff8;border:1px solid #545051;border-radius:20px;padding:10px;cursor:pointer}.cardhead[data-v-19abed23]{font:inherit;font-weight:600;font-size:14pt;color:#545051;margin:0;padding-bottom:0}.cardsubhead[data-v-19abed23]{font-size:1rem;font-family:"IBM Plex Serif",serif;color:#545051;line-height:14pt;padding-bottom:14pt}.article-card[data-v-19abed23]:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.error[data-v-19abed23],.loading[data-v-19abed23],.no-meetings[data-v-19abed23]{text-align:left;margin:20px 20px;font:inherit;color:#545051}.error[data-v-19abed23]{color:red}@media (max-width:767px){.topper[data-v-19abed23]{display:none}}.dash[data-v-324c4fbc]{background-color:#fffff8;padding:0;display:flex;flex-direction:column;align-items:center}.topper[data-v-324c4fbc]{text-align:center;padding-top:64px;margin-bottom:10px}.date-navigation[data-v-324c4fbc]{display:flex;justify-content:center;align-items:center;padding-top:0}.nav-arrow[data-v-324c4fbc]{width:14px;height:14px;cursor:pointer;padding-top:10px;padding-bottom:10px;padding-left:8px;padding-right:8px;box-sizing:content-box;color:#545051}.nav-arrow.disabled[data-v-324c4fbc]{opacity:.2;cursor:not-allowed}.current-date[data-v-324c4fbc]{font-size:16px;font:inherit;color:#545051}.article-container[data-v-324c4fbc]{width:80%;display:flex;flex-direction:column;align-items:center}.article-card[data-v-324c4fbc]{width:100%;margin-top:20px;background-color:#fffff8;border:1px solid #545051;border-radius:20px;padding:10px;position:relative;transition:max-height .3s ease-out;overflow:hidden;padding-bottom:30px}.article-collapsed[data-v-324c4fbc]{max-height:250px}.article-content[data-v-324c4fbc]{cursor:pointer;display:flex;flex-direction:column}.collapse-control[data-v-324c4fbc]{position:absolute;bottom:0;left:0;right:0;height:30px;background:#fffff8;display:flex;justify-content:center;align-items:center;cursor:pointer}.caret[data-v-324c4fbc]{color:#545051;font-size:12px;transition:transform .3s ease}.caret-rotated[data-v-324c4fbc]{transform:rotate(180deg)}.article-card[data-v-324c4fbc]:last-child{margin-bottom:20px}.article-card[data-v-324c4fbc]:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.cardhead[data-v-324c4fbc]{font:inherit;font-weight:600;font-size:14pt;color:#545051;margin:0;padding-bottom:0}.cardsubhead[data-v-324c4fbc]{font-family:"IBM Plex Serif",serif;padding-bottom:12pt}.cardsubhead[data-v-324c4fbc],.cardsummary[data-v-324c4fbc]{font-size:1rem;color:#545051;line-height:16pt}.error[data-v-324c4fbc],.loading[data-v-324c4fbc],.no-meetings[data-v-324c4fbc]{text-align:left;margin:20px 20px;font:inherit;color:#545051}.error[data-v-324c4fbc]{color:red}@media (max-width:767px){.topper[data-v-324c4fbc]{display:none}}.footer-container[data-v-6704cbf6]{background-color:#fffff8;padding:5px;text-align:center;color:#6c757d;z-index:10;height:2rem;display:inline-block}.footer-container p[data-v-6704cbf6]{display:inline;margin:0;cursor:pointer;font-size:.9rem}.footer-container p+p[data-v-6704cbf6]:before{content:"\00a0\00a0\00a0•\00a0\00a0\00a0"}.footer-container a[data-v-6704cbf6]{color:inherit;text-decoration:none}.home[data-v-2400d4ed]{display:flex;flex-direction:column;height:100vh}.main-content[data-v-2400d4ed]{position:relative;flex:1;display:flex;overflow:hidden}.empty-left[data-v-2400d4ed],.right-sidenotes[data-v-2400d4ed]{display:flex;flex:1;background-color:#fffff8}.left-panel[data-v-2400d4ed],.right-panel[data-v-2400d4ed]{flex:2;overflow-y:auto;min-width:0}.mobile-select[data-v-2400d4ed]{margin-bottom:24px;position:relative;width:-moz-max-content;width:max-content;margin:0 auto}.mobile-select select[data-v-2400d4ed]{font-size:32px;font-weight:600;color:#545051;padding-top:24px;border:none;border-bottom:1px dashed #545051;background-color:#fffff8;cursor:pointer;text-underline-offset:2px;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;text-align:center;-moz-text-align-last:center;text-align-last:center}.mobile-select select[data-v-2400d4ed]:focus{outline:none;border-bottom:2px dashed #545051}@media (max-width:767px){.mobile-select[data-v-2400d4ed]{display:block;padding-top:64px}.main-content[data-v-2400d4ed]{flex-direction:column}.empty-left[data-v-2400d4ed],.right-sidenotes[data-v-2400d4ed]{display:none!important}.left-panel[data-v-2400d4ed],.right-panel[data-v-2400d4ed]{flex:1}}@media (min-width:768px) and (max-width:1023px){.mobile-select[data-v-2400d4ed]{display:none}.main-content[data-v-2400d4ed]{flex-direction:row}.empty-left[data-v-2400d4ed],.right-sidenotes[data-v-2400d4ed]{display:none!important}.left-panel[data-v-2400d4ed],.right-panel[data-v-2400d4ed]{flex:1}}@media (min-width:1024px){.mobile-select[data-v-2400d4ed]{display:none}.main-content[data-v-2400d4ed]{flex-direction:row}.empty-left[data-v-2400d4ed],.right-sidenotes[data-v-2400d4ed]{display:flex}.left-panel[data-v-2400d4ed],.right-panel[data-v-2400d4ed]{flex:2}}[data-v-a4f7ec3a]{margin:0;padding:0;box-sizing:border-box}.app-container[data-v-a4f7ec3a]{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.content-wrapper[data-v-a4f7ec3a]{position:relative;flex:1;display:flex;overflow:hidden;padding-top:64px}.empty-left[data-v-a4f7ec3a],.left-sidenotes[data-v-a4f7ec3a],.right-sidenotes[data-v-a4f7ec3a]{display:flex;flex:1;background-color:#fffff8}.main[data-v-a4f7ec3a]{flex:3;background-color:#fffff8;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow:auto;max-width:1200px}.main .header[data-v-a4f7ec3a]{text-align:left;padding-top:20px;padding-bottom:30px;font-size:2rem;font-weight:600;font-family:inherit;color:#545051}.divider[data-v-a4f7ec3a]{display:block;width:100%;height:1px;background-color:#545051;margin:10px 0}.cardsubhead[data-v-a4f7ec3a]{text-align:left;font-size:1rem;font-family:inherit;color:#545051;line-height:1.6rem}.available-link[data-v-a4f7ec3a]{color:#545051;cursor:pointer;-webkit-text-decoration:underline dashed;text-decoration:underline dashed;text-underline-offset:2px;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.available-link[data-v-a4f7ec3a]:hover{color:#8e9c71}.viz-area[data-v-a4f7ec3a]{flex:1;width:auto;box-sizing:border-box;overflow:auto;position:relative}.aiSum[data-v-a4f7ec3a] p{margin-bottom:1rem}.aiSum[data-v-a4f7ec3a] p:has(b),.aiSum[data-v-a4f7ec3a] p:has(strong){margin-bottom:.75rem;margin-top:2rem}@media (max-width:768px){.empty-left[data-v-a4f7ec3a],.left-sidenotes[data-v-a4f7ec3a],.right-sidenotes[data-v-a4f7ec3a]{display:none}.main[data-v-a4f7ec3a]{flex:1;max-width:100%;padding:0 1rem}.viz-area[data-v-a4f7ec3a]{overflow:auto}}@media (min-width:768px){.empty-left[data-v-a4f7ec3a],.left-sidenotes[data-v-a4f7ec3a]{display:none}.right-sidenotes[data-v-a4f7ec3a]{display:flex}.main[data-v-a4f7ec3a]{flex:2;max-width:100%;padding:0 2rem}}.tooltip[data-v-a4f7ec3a]{position:relative;cursor:pointer}.tooltip[data-v-a4f7ec3a]:hover:after{content:attr(data-tooltip);position:absolute;bottom:-2.75rem;left:100%;transform:translateX(-10%);background-color:#545051;color:#fffff8;padding:.5rem;border-radius:.3rem;white-space:nowrap;z-index:10;font-size:.8rem;opacity:0;transition:opacity .3s;pointer-events:none;opacity:1}@media (min-width:1024px){.empty-left[data-v-a4f7ec3a],.left-sidenotes[data-v-a4f7ec3a],.right-sidenotes[data-v-a4f7ec3a]{display:flex}.main[data-v-a4f7ec3a]{flex:3;max-width:1200px;padding:0}}.app-container[data-v-28ffcbae]{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.content-wrapper[data-v-28ffcbae]{position:relative;flex:1;display:flex;overflow:hidden;padding-top:64px}.empty-left[data-v-28ffcbae],.left-sidenotes[data-v-28ffcbae],.right-sidenotes[data-v-28ffcbae]{display:flex;flex:1;align-items:flex-start;background-color:#fffff8}.main[data-v-28ffcbae]{flex:3;background-color:#fffff8;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow:auto;max-width:1200px}.audio-details[data-v-28ffcbae]{padding:1rem;max-width:800px;margin:0 auto}.monologue[data-v-28ffcbae]{margin-bottom:1rem}.speaker-label[data-v-28ffcbae]{margin-bottom:.1rem}.transcript-text[data-v-28ffcbae]{line-height:1.5}.transcript-punct[data-v-28ffcbae]{margin-right:.25rem}audio[data-v-28ffcbae]{width:100%;margin-bottom:1rem}.transcript-section[data-v-28ffcbae]{margin-top:50px}.header[data-v-28ffcbae]{background-color:#fffff8}.audio-player[data-v-28ffcbae]{padding-top:10px}.nav-arrow[data-v-28ffcbae]{height:14px;width:14px;cursor:pointer}.sidenote{position:relative;left:5%;width:80%;font-size:1rem;line-height:1.4;transition:transform .2s ease;z-index:1;margin-top:2rem}.sidenote.selected,.sidenote:hover{cursor:pointer;z-index:1}.sidenote.hover,.sidenote.selected,.sidenote:hover{position:relative;left:5%;width:80%;font-size:1rem;line-height:1.4;transition:transform .2s ease;border-left:3px solid #545051;border-radius:3px}.sidenote-outer-wrapper{position:relative;border-radius:0;background-color:#fffff8}.sidenote-inner-wrapper{background-color:#fffff8;padding:.5rem;border-radius:0;border-top:1px dotted #545051;border-bottom:1px dotted #545051}@media (max-width:768px){.empty-left[data-v-28ffcbae],.left-sidenotes[data-v-28ffcbae],.right-sidenotes[data-v-28ffcbae]{display:none}.main[data-v-28ffcbae]{flex:1;max-width:100%;padding:0 1rem}.viz-area[data-v-28ffcbae]{overflow:auto}}@media (min-width:768px){.empty-left[data-v-28ffcbae],.left-sidenotes[data-v-28ffcbae]{display:none}.right-sidenotes[data-v-28ffcbae]{display:flex}.main[data-v-28ffcbae]{flex:2;max-width:100%;padding:0 2rem}}@media (min-width:1024px){.empty-left[data-v-28ffcbae],.left-sidenotes[data-v-28ffcbae],.right-sidenotes[data-v-28ffcbae]{display:flex}.main[data-v-28ffcbae]{flex:3;max-width:1200px;padding:0}}.header-container[data-v-779e0965]{position:relative}.header-bar[data-v-779e0965]{justify-content:space-between;padding:2px 10px;background-color:#fffff8;position:sticky;top:0;z-index:10;height:64px}.header-bar[data-v-779e0965],.logo-container[data-v-779e0965]{display:flex;align-items:center}.logo[data-v-779e0965]{max-height:50px;padding-top:7px}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}.app-container{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.content-wrapper{position:relative;overflow:hidden}.content-wrapper,.empty-left{flex:1}.content-wrapper,.empty-left,.main{background-color:#fffff8;display:flex}.main{flex:3;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow:auto;max-width:1200px}.header{text-align:left;padding-top:20px;padding-bottom:20px;font-size:2rem;font-weight:600;font-family:inherit;color:#545051}.left-sidenotes,.right-sidenotes{display:flex;flex:1;background-color:#fffff8}.divider{display:block;width:100%;height:1px;background-color:#545051;min-height:1px;margin:10px 0}.subhead{font-size:1.5rem;font-weight:600;color:#545051;line-height:1.6rem;margin-top:30px;padding-bottom:10px}.bodytext,.subhead{text-align:left;font-family:inherit}.bodytext{margin-bottom:.75rem;font-size:1rem}.available-link{color:#545051;cursor:pointer;-webkit-text-decoration:underline dashed;text-decoration:underline dashed;text-underline-offset:2px;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}@media (max-width:768px){.empty-left,.left-sidenotes,.right-sidenotes{display:none}.main{flex:1;max-width:100%;padding:0 1rem}.viz-area{overflow:auto}}@media (min-width:768px){.empty-left,.left-sidenotes,.right-sidenotes{display:none}.main{flex:2;max-width:800px;padding:0 2rem;margin:0 auto}}@media (min-width:1024px){.empty-left,.left-sidenotes,.right-sidenotes{display:flex}.main{flex:3;max-width:1200px;padding:0}}.form-container{display:flex;flex-direction:column;gap:8px}.city-state-zip{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;margin-top:8px}.actions{margin-top:32px;display:flex;justify-content:flex-start}.save-button{background-color:#545051;color:#fff;border:none;padding:8px 24px;border-radius:4px;font-size:1rem;font-weight:400;cursor:pointer;transition:background-color .2s ease;margin-bottom:20px}.save-button:hover{background-color:#636063}.save-button:disabled{background-color:#a8a8a8;cursor:not-allowed}.app-container[data-v-35ea807e]{width:100%;height:100vh;overflow:hidden;background-color:#fffff8}.search-page[data-v-35ea807e]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:0 auto;height:100vh;background-color:#fffff8}.search-container[data-v-35ea807e]{width:50%;padding-bottom:20px;background-color:#fffff8}.search-container[data-v-35ea807e],.toggle-group[data-v-35ea807e]{display:flex;flex-direction:column;gap:32px}.toggle[data-v-35ea807e]{flex:1;display:flex;flex-direction:column}.input-label[data-v-35ea807e]{font-size:1rem;color:#545051;margin-bottom:4px}.styled-input[data-v-35ea807e]{width:100%;box-sizing:border-box;overflow:hidden;resize:none;height:2rem;font-size:1rem;border:none;border-bottom:1px solid #545051;background:transparent;padding:4px 0;outline:none}.styled-input[data-v-35ea807e]:focus{border-bottom:2px solid #545051}.search-button[data-v-35ea807e]{background-color:#545051;color:#fff;border:none;padding:8px 24px;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.search-button[data-v-35ea807e]:hover{background-color:#636063}.search-button[data-v-35ea807e]:disabled{background-color:#a8a8a8;cursor:not-allowed}.answer-container[data-v-35ea807e]{text-align:left;width:50%;padding:32px 0;background-color:#fffff8;display:flex;align-items:flex-start;justify-content:flex-start;max-height:80vh;overflow-y:auto}.loading[data-v-35ea807e]{font-size:1.2rem;color:#545051;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding-bottom:84px}.answer[data-v-35ea807e]{font-size:1rem;color:#545051;white-space:pre-wrap;width:100%}.answer-text[data-v-35ea807e],.search-criteria[data-v-35ea807e]{margin-bottom:16px}.new-search-button[data-v-35ea807e]{background:none;border:none;padding:0;font:inherit;color:#545051;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;display:flex;align-items:center;cursor:pointer;margin-bottom:16px;text-underline-offset:4px}.arrow-icon[data-v-35ea807e]{width:16px;height:16px;margin-right:8px}@media (max-width:768px){.answer-container[data-v-35ea807e],.search-container[data-v-35ea807e]{width:90%;padding:16px}.toggle-group[data-v-35ea807e]{flex-direction:column;gap:20px}.styled-input[data-v-35ea807e]{font-size:.9rem}.search-button[data-v-35ea807e]{font-size:.9rem;padding:6px 16px}}@media (max-width:480px){.input-label[data-v-35ea807e],.styled-input[data-v-35ea807e]{font-size:.8rem}}[data-v-4a74fee6]{margin:0;padding:0;box-sizing:border-box}body[data-v-4a74fee6],html[data-v-4a74fee6]{height:100%}.app-container[data-v-4a74fee6]{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.content-wrapper[data-v-4a74fee6]{position:relative;flex:1;display:flex;overflow:hidden;background-color:#fffff8;padding-top:64px}.empty-left[data-v-4a74fee6],.left-sidenotes[data-v-4a74fee6],.right-sidenotes[data-v-4a74fee6]{flex:1;background-color:#fffff8}.main[data-v-4a74fee6]{flex:3;background-color:#fffff8;display:flex;flex-direction:column;overflow:auto;max-width:1200px;margin:0 auto;padding:0 1rem}.header[data-v-4a74fee6]{font-weight:700;margin-bottom:0;margin-top:2rem;font-size:1.5rem;margin-bottom:1rem}p[data-v-4a74fee6]{margin-bottom:1rem}footer-bar[data-v-4a74fee6]{display:block;width:100%;background-color:#545051;color:#fff;padding:16px;text-align:center;font-size:.9rem}@media (max-width:768px){.empty-left[data-v-4a74fee6],.left-sidenotes[data-v-4a74fee6],.right-sidenotes[data-v-4a74fee6]{display:none}.main[data-v-4a74fee6]{flex:1;max-width:100%;padding:0 1rem}}@media (min-width:1024px){.empty-left[data-v-4a74fee6],.left-sidenotes[data-v-4a74fee6],.right-sidenotes[data-v-4a74fee6]{display:flex}.main[data-v-4a74fee6]{flex:3;max-width:1200px;padding:0}}[data-v-4da3cc6f]{margin:0;padding:0;box-sizing:border-box}body[data-v-4da3cc6f],html[data-v-4da3cc6f]{height:100%}.app-container[data-v-4da3cc6f]{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.content-wrapper[data-v-4da3cc6f]{position:relative;flex:1;display:flex;overflow:hidden;background-color:#fffff8;padding-top:64px}.empty-left[data-v-4da3cc6f],.left-sidenotes[data-v-4da3cc6f],.right-sidenotes[data-v-4da3cc6f]{flex:1;background-color:#fffff8}.main[data-v-4da3cc6f]{flex:3;background-color:#fffff8;display:flex;flex-direction:column;overflow:auto;max-width:1200px;margin:0 auto;padding:0 1rem}.header[data-v-4da3cc6f]{font-weight:700;margin-bottom:0;margin-top:2rem;font-size:1.5rem;margin-bottom:1rem}p[data-v-4da3cc6f]{margin-bottom:1rem}footer-bar[data-v-4da3cc6f]{display:block;width:100%;background-color:#545051;color:#fff;padding:16px;text-align:center;font-size:.9rem}@media (max-width:768px){.empty-left[data-v-4da3cc6f],.left-sidenotes[data-v-4da3cc6f],.right-sidenotes[data-v-4da3cc6f]{display:none}.main[data-v-4da3cc6f]{flex:1;max-width:100%;padding:0 1rem}}@media (min-width:1024px){.empty-left[data-v-4da3cc6f],.left-sidenotes[data-v-4da3cc6f],.right-sidenotes[data-v-4da3cc6f]{display:flex}.main[data-v-4da3cc6f]{flex:3;max-width:1200px;padding:0}}[data-v-d7d12448]{margin:0;padding:0;box-sizing:border-box}body[data-v-d7d12448],html[data-v-d7d12448]{height:100%}.app-container[data-v-d7d12448]{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.content-wrapper[data-v-d7d12448]{position:relative;flex:1;display:flex;overflow:hidden;background-color:#fffff8;padding-top:64px}.empty-left[data-v-d7d12448],.left-sidenotes[data-v-d7d12448],.right-sidenotes[data-v-d7d12448]{flex:1;background-color:#fffff8}.main[data-v-d7d12448]{flex:3;background-color:#fffff8;display:flex;flex-direction:column;overflow:auto;max-width:1200px;margin:0 auto;padding:0 1rem}.header[data-v-d7d12448]{font-weight:700;margin-bottom:0;margin-top:2rem;font-size:1.5rem;margin-bottom:1rem}p[data-v-d7d12448]{margin-bottom:1rem}footer-bar[data-v-d7d12448]{display:block;width:100%;background-color:#545051;color:#fff;padding:16px;text-align:center;font-size:.9rem}@media (max-width:768px){.empty-left[data-v-d7d12448],.left-sidenotes[data-v-d7d12448],.right-sidenotes[data-v-d7d12448]{display:none}.main[data-v-d7d12448]{flex:1;max-width:100%;padding:0 1rem}}@media (min-width:1024px){.empty-left[data-v-d7d12448],.left-sidenotes[data-v-d7d12448],.right-sidenotes[data-v-d7d12448]{display:flex}.main[data-v-d7d12448]{flex:3;max-width:1200px;padding:0}}[data-v-cc4b8ab2]{margin:0;padding:0;box-sizing:border-box}body[data-v-cc4b8ab2],html[data-v-cc4b8ab2]{height:100%}.app-container[data-v-cc4b8ab2]{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.content-wrapper[data-v-cc4b8ab2]{position:relative;flex:1;display:flex;overflow:hidden;background-color:#fffff8;padding-top:64px}.empty-left[data-v-cc4b8ab2],.left-sidenotes[data-v-cc4b8ab2],.right-sidenotes[data-v-cc4b8ab2]{flex:1;background-color:#fffff8}.main[data-v-cc4b8ab2]{flex:3;background-color:#fffff8;display:flex;flex-direction:column;overflow:auto;max-width:1200px;margin:0 auto;padding:0 1rem}.header[data-v-cc4b8ab2]{font-weight:700;margin-bottom:0;margin-top:2rem;font-size:1.5rem;margin-bottom:1rem}p[data-v-cc4b8ab2]{margin-bottom:1rem}footer-bar[data-v-cc4b8ab2]{display:block;width:100%;background-color:#545051;color:#fff;padding:16px;text-align:center;font-size:.9rem}@media (max-width:768px){.empty-left[data-v-cc4b8ab2],.left-sidenotes[data-v-cc4b8ab2],.right-sidenotes[data-v-cc4b8ab2]{display:none}.main[data-v-cc4b8ab2]{flex:1;max-width:100%;padding:0 1rem}}@media (min-width:1024px){.empty-left[data-v-cc4b8ab2],.left-sidenotes[data-v-cc4b8ab2],.right-sidenotes[data-v-cc4b8ab2]{display:flex}.main[data-v-cc4b8ab2]{flex:3;max-width:1200px;padding:0}}.app-container[data-v-fc38378a]{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.content-wrapper[data-v-fc38378a]{position:relative;flex:1;display:flex;overflow:hidden;margin-top:64px}.empty-left[data-v-fc38378a]{display:flex;flex:1;background-color:#fffff8}.left-sidenotes[data-v-fc38378a],.right-sidenotes[data-v-fc38378a]{display:flex;flex-direction:column;flex:1;background-color:#fffff8;padding:20px}.main[data-v-fc38378a]{flex:2;background-color:#fffff8;display:flex;flex-direction:column;overflow:auto;max-width:1200px}.settings-header[data-v-fc38378a]{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#545051}.subhead[data-v-fc38378a]{font-size:1rem;font-weight:400;cursor:pointer;color:#545051;margin:0 0 16px 0;padding:0;line-height:1.4}.subhead.active[data-v-fc38378a]{-webkit-text-decoration:underline dashed;text-decoration:underline dashed;text-underline-offset:2px}.content[data-v-fc38378a]{margin-top:20px}[data-v-fc38378a] p{margin-bottom:1rem}[data-v-fc38378a] p:has(b),[data-v-fc38378a] p:has(strong){margin-bottom:.75rem}[data-v-fc38378a] h3{margin-top:2rem;margin-bottom:1rem}[data-v-fc38378a] h4{font-size:1.25rem}@media (max-width:768px){.mobile-select[data-v-fc38378a]{display:block}.empty-left[data-v-fc38378a],.left-sidenotes[data-v-fc38378a],.right-sidenotes[data-v-fc38378a]{display:none}.main[data-v-fc38378a]{flex:1;max-width:100%;padding:0 1rem}}@media (min-width:768px){.empty-left[data-v-fc38378a],.mobile-select[data-v-fc38378a],.right-sidenotes[data-v-fc38378a]{display:none}.left-sidenotes[data-v-fc38378a]{display:flex}.main[data-v-fc38378a]{flex:2;max-width:100%;padding:0 2rem}}@media (min-width:1024px){.empty-left[data-v-fc38378a],.left-sidenotes[data-v-fc38378a],.right-sidenotes[data-v-fc38378a]{display:flex}.main[data-v-fc38378a]{flex:3;max-width:1200px;padding:0}}.mobile-select[data-v-fc38378a]{margin-bottom:24px;position:relative;width:-moz-max-content;width:max-content}.mobile-select select[data-v-fc38378a]{font-size:32px;font-weight:600;color:#545051;padding-top:24px;border:none;border-bottom:1px dashed #545051;background-color:#fffff8;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%}.mobile-select select[data-v-fc38378a]:focus{outline:none;border-bottom:2px dashed #545051}body{font-family:"IBM Plex Serif",serif}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;background-color:#fffff8}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem;line-height:1.4;color:#545051}h1,h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6,p{font-size:1rem}p{font-family:"IBM Plex Serif",serif;line-height:1.6rem}a,p{color:#545051}a{text-decoration:none}a:hover{text-decoration:underline}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}button,input,select,textarea{font-family:inherit}button{cursor:pointer}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16pt;height:16pt;margin:0;border:2px solid #545051;background-color:#fffff8;cursor:pointer;position:relative;transition:background-color .3s,border-color .3s}input[type=checkbox]:checked{background-color:#545051;border-color:#545051;accent-color:#545051}input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:12px;border:solid #fffff8;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}input[type=checkbox]:hover{border-color:#545051;background-color:#f0f0f0}@media screen and (max-width:768px){.container{padding:0 15px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.15rem}h6{font-size:1rem}.grid{grid-template-columns:1fr;gap:15px}}@media screen and (max-width:480px){.container{padding:0 10px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.15rem}h5{font-size:1.1rem}h6{font-size:1rem}}