﻿@import'https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap';.turbo-progress-bar{background:var(--dxw-blue)}header{padding:1rem 2rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;position:sticky;top:0;background:var(--dxw-ivory);z-index:1000}header a{color:var(--dxw-navy);font-weight:bold;text-decoration:none}header a:hover{text-decoration:underline;text-underline-offset:5px;text-decoration-color:var(--dxw-teal)}header .site-title{font-weight:bold;font-size:1.25rem}header .site-title img{height:2.5rem;width:auto;display:block}header .site-title a{display:inline-block;padding-bottom:6px}header .site-title a:hover{border-bottom:2px solid var(--dxw-teal);padding-bottom:4px}header .signed-in-message{margin-bottom:0}header button.sign-out-button{margin-bottom:0;float:right}header nav.main-navigation{display:flex;gap:1rem;align-items:center}header nav.main-navigation .dropdown{position:relative}header nav.main-navigation .dropdown button{color:var(--dxw-navy);font-weight:bold;font-size:1rem;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;margin:0}header nav.main-navigation .dropdown button:hover{text-decoration:underline;text-underline-offset:5px;text-decoration-color:var(--dxw-teal)}header nav.main-navigation .dropdown button::after{content:" ▾";font-size:.6rem;margin-left:.25rem}header nav.main-navigation .dropdown .dropdown-menu{display:block;position:absolute;top:100%;left:0;background:var(--dxw-cream);min-width:150px;z-index:100;list-style:none;padding:0;margin:.5rem 0 0 0;border:1px solid var(--dxw-blue-paler)}header nav.main-navigation .dropdown .dropdown-menu li{margin:0;padding:0;width:100%}header nav.main-navigation .dropdown .dropdown-menu li a{display:block;padding:.25rem .5rem;margin:0;border-radius:0;white-space:nowrap}header nav.main-navigation .dropdown .dropdown-menu li a:hover{background:var(--dxw-yellow-paler);text-decoration:none}header nav.main-navigation .dropdown[aria-expanded=false] .dropdown-menu{display:none}table{width:auto;border-collapse:separate;border-spacing:0}table td,table th{padding:.25rem .75rem;border-bottom:1px solid var(--dxw-cream)}table thead tr{position:sticky;top:6rem;z-index:1;background:var(--dxw-ivory)}table thead th{text-align:left;border-bottom:2px solid var(--dxw-teal)}table thead th[title]{cursor:help;text-decoration:underline dotted;text-decoration-color:#ccc}table th.numeric,table td.numeric{text-align:right}table tr.past{opacity:.5}.tabulator{border:1px solid #999;font-size:14px;overflow:hidden;position:relative;text-align:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-header{background-color:#fff;border-bottom:1px solid #999;box-sizing:border-box;color:#555;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:#fff;border-right:1px solid #ddd;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#e6e6e6;border:1px solid #999;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#d6d6d6;color:#000}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#3876ca;color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-left:6px solid transparent;border-right:6px solid transparent;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #ddd;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto !important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media(hover: hover)and (pointer: fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:#e6e6e6;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media(hover: hover)and (pointer: fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media(hover: hover)and (pointer: fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #666;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media(hover: hover)and (pointer: fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #ddd}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #ddd}.tabulator .tabulator-header .tabulator-calcs-holder{background:#fff !important;border-bottom:1px solid #ddd;border-top:1px solid #ddd;box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#fff !important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block;padding-top:1em}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:#fff;color:#333;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#f2f2f2 !important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #ddd}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #ddd}.tabulator .tabulator-tableholder .tabulator-range-overlay{inset:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:#fff;border-top:1px solid #999;color:#555;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid #999;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#fff !important;border-bottom:1px solid #ddd;border-top:1px solid #ddd;box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#fff !important;display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#555;flex:1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:hsla(0, 0%, 100%, 0.2);border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page.active{color:#d00}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media(hover: hover)and (pointer: fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:rgba(0, 0, 0, 0.2);color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media(hover: hover)and (pointer: fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-0.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-0.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:rgba(0, 0, 0, 0.4);display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{box-sizing:border-box;min-height:22px;position:relative}.tabulator-row,.tabulator-row.tabulator-row-even{background-color:#fff}@media(hover: hover)and (pointer: fine){.tabulator-row.tabulator-selectable:hover{background-color:#bbb;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#9abcea}@media(hover: hover)and (pointer: fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #ddd;border-top:1px solid #ddd;pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#d6d6d6;color:#000}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#3876ca;color:#fff}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media(hover: hover)and (pointer: fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #ddd;border-top:1px solid #ddd;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:14px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #ddd;box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{background:#fff;border-bottom:1px solid #ddd;border-right:1px solid #999}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #ddd}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #ddd}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:transparent;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:transparent;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#9abcea}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #ddd;border-bottom-left-radius:1px;border-left:2px solid #ddd;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:rgba(0, 0, 0, 0.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media(hover: hover)and (pointer: fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:rgba(0, 0, 0, 0.2);cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#fff;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media(hover: hover)and (pointer: fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#fff}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #ddd;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media(hover: hover)and (pointer: fine){.tabulator-row.tabulator-group:hover{background-color:rgba(0, 0, 0, 0.1);cursor:pointer}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #ddd;box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.2);box-sizing:border-box;display:inline-block;font-size:14px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media(hover: hover)and (pointer: fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#fff;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#ddd;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #ddd}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:14px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#333;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#1d68cd;color:#fff}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0, 0%, 100%, 0.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}@media(hover: hover)and (pointer: fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#1d68cd;color:#fff;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#333;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #ddd;color:#333;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #ddd;border-right:initial;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #ddd;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #ddd;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #ddd}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #ddd}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none !important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #ddd;border-bottom-left-radius:1px;border-left:2px solid #ddd;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #ddd;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media(hover: hover)and (pointer: fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:rgba(0, 0, 0, 0.1);cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px !important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px !important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px !important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px !important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px !important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:rgba(0, 0, 0, 0.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media(hover: hover)and (pointer: fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:rgba(0, 0, 0, 0.2);cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator{background-color:#fff;border:none}.tabulator .tabulator-header .tabulator-calcs-holder{background:#f2f2f2 !important;border-bottom:1px solid #999}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#f2f2f2 !important}.tabulator .tabulator-tableholder .tabulator-placeholder span{color:#000}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#f2f2f2 !important;border-bottom:1px solid #fff}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#f2f2f2 !important}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{font-weight:400}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{color:#d00;font-weight:700}.tabulator-row{border-bottom:1px solid #ddd}.tabulator-row .tabulator-cell:last-of-type{border-right:none}.tabulator-row .tabulator-cell.tabulator-row-header{border-bottom:none}.tabulator-row.tabulator-group span{color:#666}.tabulator-print-table .tabulator-print-table-group span{color:#666;margin-left:10px}.tabulator .tabulator-header{background-color:var(--dxw-cream)}.tabulator .tabulator-header .tabulator-col{background-color:var(--dxw-cream);border-right:1px solid var(--dxw-ivory)}.tabulator .tabulator-row:hover{background-color:var(--dxw-ivory)}.tabulator .tabulator-row .tabulator-cell{text-wrap:wrap;height:auto !important}.tabulator .tabulator-footer{background-color:var(--dxw-cream)}.tabulator .tabulator-footer .tabulator-paginator .tabulator-page{background:var(--dxw-teal-palest);color:var(--dxw-navy)}.tabulator .tabulator-footer .tabulator-paginator .tabulator-page.tabulator-page.active{background:var(--dxw-teal);color:var(--dxw-ivory)}a[href^=http]::after{content:" ↗"}a[href*="productive.io"]::after{content:"" !important;display:inline-block;background-image:url("/assets/productive-icon-7b54c53c.png");text-decoration:none;background-size:contain;width:1em;height:1em;vertical-align:middle;margin-left:.2em}dl{display:grid;grid-template-columns:auto 1fr;column-gap:1rem}dl dt{font-weight:bold}dl dd{margin:0}.document{border:3px solid var(--dxw-cream);padding:1rem;max-width:var(--max-text-width)}.document li{margin-bottom:.75rem}@media(min-width: 1024px){aside.side-nav{flex:0 0 250px;position:sticky;top:7.5rem;align-self:flex-start}}aside.side-nav #table-of-contents ul{list-style:none;padding:0;margin:0}aside.side-nav #table-of-contents ul li{margin-bottom:.5rem;padding:0}form .field{margin-bottom:1.5rem}form .field:last-child{margin-bottom:0}form label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--dxw-navy)}form legend{font-weight:600;color:var(--dxw-navy);margin-bottom:.5rem}form input[type=text],form input[type=email],form input[type=password],form input[type=search],form input[type=number],form input[type=tel],form input[type=url],form input[type=date],form input[type=datetime-local],form input[type=month],form input[type=week],form input[type=time],form textarea,form select{width:100%;padding:.5rem .75rem;font-family:var(--dxw-font-family);font-size:1rem;border:2px solid var(--dxw-navy);border-radius:4px;background-color:#fff;color:var(--dxw-navy);box-sizing:border-box}form input[type=text]:focus,form input[type=email]:focus,form input[type=password]:focus,form input[type=search]:focus,form input[type=number]:focus,form input[type=tel]:focus,form input[type=url]:focus,form input[type=date]:focus,form input[type=datetime-local]:focus,form input[type=month]:focus,form input[type=week]:focus,form input[type=time]:focus,form textarea:focus,form select:focus{outline:none;border-color:var(--dxw-teal)}form input[type=text]::placeholder,form input[type=email]::placeholder,form input[type=password]::placeholder,form input[type=search]::placeholder,form input[type=number]::placeholder,form input[type=tel]::placeholder,form input[type=url]::placeholder,form input[type=date]::placeholder,form input[type=datetime-local]::placeholder,form input[type=month]::placeholder,form input[type=week]::placeholder,form input[type=time]::placeholder,form textarea::placeholder,form select::placeholder{color:rgba(36,55,70,.5)}form input[type=text]:disabled,form input[type=email]:disabled,form input[type=password]:disabled,form input[type=search]:disabled,form input[type=number]:disabled,form input[type=tel]:disabled,form input[type=url]:disabled,form input[type=date]:disabled,form input[type=datetime-local]:disabled,form input[type=month]:disabled,form input[type=week]:disabled,form input[type=time]:disabled,form textarea:disabled,form select:disabled{background-color:var(--dxw-cream);cursor:not-allowed;opacity:.7}form textarea{min-height:8rem;resize:vertical}form select{cursor:pointer}form input[type=checkbox],form input[type=radio]{width:1.25rem;height:1.25rem;margin-right:.5rem;cursor:pointer;accent-color:var(--dxw-teal)}form button,form input[type=submit],form input[type=button],form input[type=reset]{padding:.75rem 1.5rem;font-family:var(--dxw-font-family);font-size:1rem;font-weight:600;color:var(--dxw-ivory);background-color:var(--dxw-teal);border:none;border-radius:4px;cursor:pointer}form button:hover,form input[type=submit]:hover,form input[type=button]:hover,form input[type=reset]:hover{background-color:var(--dxw-teal-paler)}form button:focus,form input[type=submit]:focus,form input[type=button]:focus,form input[type=reset]:focus{outline:none;box-shadow:0 0 0 3px rgba(0,148,144,.3)}form button:disabled,form input[type=submit]:disabled,form input[type=button]:disabled,form input[type=reset]:disabled{background-color:var(--dxw-cream);color:var(--dxw-navy);cursor:not-allowed;opacity:.6}form input[type=reset]{background-color:rgba(0,0,0,0);color:var(--dxw-navy);border:2px solid var(--dxw-navy)}form input[type=reset]:hover{background-color:rgba(36,55,70,.05)}form fieldset{border:2px solid var(--dxw-cream);border-radius:4px;padding:1rem;margin-bottom:1.5rem}form fieldset legend{padding:0 .5rem}form .field-error input,form .field-error textarea,form .field-error select{border-color:var(--dxw-red)}form .field-error input:focus,form .field-error textarea:focus,form .field-error select:focus{border-color:var(--dxw-red);box-shadow:0 0 0 3px rgba(255,89,90,.2)}form .field-error .error-message{color:var(--dxw-red);font-size:.875rem;margin-top:.25rem}form .field-hint{color:rgba(36,55,70,.7);font-size:.875rem;margin-top:.25rem}.m--12{margin:-6rem}.mt--12{margin-top:-6rem}.mb--12{margin-bottom:-6rem}.my--12{margin-top:-6rem;margin-bottom:-6rem}.mr--12{margin-right:-6rem}.ml--12{margin-left:-6rem}.mx--12{margin-left:-6rem;margin-right:-6rem}.m--11{margin:-5.5rem}.mt--11{margin-top:-5.5rem}.mb--11{margin-bottom:-5.5rem}.my--11{margin-top:-5.5rem;margin-bottom:-5.5rem}.mr--11{margin-right:-5.5rem}.ml--11{margin-left:-5.5rem}.mx--11{margin-left:-5.5rem;margin-right:-5.5rem}.m--10{margin:-5rem}.mt--10{margin-top:-5rem}.mb--10{margin-bottom:-5rem}.my--10{margin-top:-5rem;margin-bottom:-5rem}.mr--10{margin-right:-5rem}.ml--10{margin-left:-5rem}.mx--10{margin-left:-5rem;margin-right:-5rem}.m--9{margin:-4.5rem}.mt--9{margin-top:-4.5rem}.mb--9{margin-bottom:-4.5rem}.my--9{margin-top:-4.5rem;margin-bottom:-4.5rem}.mr--9{margin-right:-4.5rem}.ml--9{margin-left:-4.5rem}.mx--9{margin-left:-4.5rem;margin-right:-4.5rem}.m--8{margin:-4rem}.mt--8{margin-top:-4rem}.mb--8{margin-bottom:-4rem}.my--8{margin-top:-4rem;margin-bottom:-4rem}.mr--8{margin-right:-4rem}.ml--8{margin-left:-4rem}.mx--8{margin-left:-4rem;margin-right:-4rem}.m--7{margin:-3.5rem}.mt--7{margin-top:-3.5rem}.mb--7{margin-bottom:-3.5rem}.my--7{margin-top:-3.5rem;margin-bottom:-3.5rem}.mr--7{margin-right:-3.5rem}.ml--7{margin-left:-3.5rem}.mx--7{margin-left:-3.5rem;margin-right:-3.5rem}.m--6{margin:-3rem}.mt--6{margin-top:-3rem}.mb--6{margin-bottom:-3rem}.my--6{margin-top:-3rem;margin-bottom:-3rem}.mr--6{margin-right:-3rem}.ml--6{margin-left:-3rem}.mx--6{margin-left:-3rem;margin-right:-3rem}.m--5{margin:-2.5rem}.mt--5{margin-top:-2.5rem}.mb--5{margin-bottom:-2.5rem}.my--5{margin-top:-2.5rem;margin-bottom:-2.5rem}.mr--5{margin-right:-2.5rem}.ml--5{margin-left:-2.5rem}.mx--5{margin-left:-2.5rem;margin-right:-2.5rem}.m--4{margin:-2rem}.mt--4{margin-top:-2rem}.mb--4{margin-bottom:-2rem}.my--4{margin-top:-2rem;margin-bottom:-2rem}.mr--4{margin-right:-2rem}.ml--4{margin-left:-2rem}.mx--4{margin-left:-2rem;margin-right:-2rem}.m--3{margin:-1.5rem}.mt--3{margin-top:-1.5rem}.mb--3{margin-bottom:-1.5rem}.my--3{margin-top:-1.5rem;margin-bottom:-1.5rem}.mr--3{margin-right:-1.5rem}.ml--3{margin-left:-1.5rem}.mx--3{margin-left:-1.5rem;margin-right:-1.5rem}.m--2{margin:-1rem}.mt--2{margin-top:-1rem}.mb--2{margin-bottom:-1rem}.my--2{margin-top:-1rem;margin-bottom:-1rem}.mr--2{margin-right:-1rem}.ml--2{margin-left:-1rem}.mx--2{margin-left:-1rem;margin-right:-1rem}.m--1{margin:-0.5rem}.mt--1{margin-top:-0.5rem}.mb--1{margin-bottom:-0.5rem}.my--1{margin-top:-0.5rem;margin-bottom:-0.5rem}.mr--1{margin-right:-0.5rem}.ml--1{margin-left:-0.5rem}.mx--1{margin-left:-0.5rem;margin-right:-0.5rem}.m-0{margin:0rem}.mt-0{margin-top:0rem}.mb-0{margin-bottom:0rem}.my-0{margin-top:0rem;margin-bottom:0rem}.mr-0{margin-right:0rem}.ml-0{margin-left:0rem}.mx-0{margin-left:0rem;margin-right:0rem}.m-1{margin:.5rem}.mt-1{margin-top:.5rem}.mb-1{margin-bottom:.5rem}.my-1{margin-top:.5rem;margin-bottom:.5rem}.mr-1{margin-right:.5rem}.ml-1{margin-left:.5rem}.mx-1{margin-left:.5rem;margin-right:.5rem}.m-2{margin:1rem}.mt-2{margin-top:1rem}.mb-2{margin-bottom:1rem}.my-2{margin-top:1rem;margin-bottom:1rem}.mr-2{margin-right:1rem}.ml-2{margin-left:1rem}.mx-2{margin-left:1rem;margin-right:1rem}.m-3{margin:1.5rem}.mt-3{margin-top:1.5rem}.mb-3{margin-bottom:1.5rem}.my-3{margin-top:1.5rem;margin-bottom:1.5rem}.mr-3{margin-right:1.5rem}.ml-3{margin-left:1.5rem}.mx-3{margin-left:1.5rem;margin-right:1.5rem}.m-4{margin:2rem}.mt-4{margin-top:2rem}.mb-4{margin-bottom:2rem}.my-4{margin-top:2rem;margin-bottom:2rem}.mr-4{margin-right:2rem}.ml-4{margin-left:2rem}.mx-4{margin-left:2rem;margin-right:2rem}.m-5{margin:2.5rem}.mt-5{margin-top:2.5rem}.mb-5{margin-bottom:2.5rem}.my-5{margin-top:2.5rem;margin-bottom:2.5rem}.mr-5{margin-right:2.5rem}.ml-5{margin-left:2.5rem}.mx-5{margin-left:2.5rem;margin-right:2.5rem}.m-6{margin:3rem}.mt-6{margin-top:3rem}.mb-6{margin-bottom:3rem}.my-6{margin-top:3rem;margin-bottom:3rem}.mr-6{margin-right:3rem}.ml-6{margin-left:3rem}.mx-6{margin-left:3rem;margin-right:3rem}.m-7{margin:3.5rem}.mt-7{margin-top:3.5rem}.mb-7{margin-bottom:3.5rem}.my-7{margin-top:3.5rem;margin-bottom:3.5rem}.mr-7{margin-right:3.5rem}.ml-7{margin-left:3.5rem}.mx-7{margin-left:3.5rem;margin-right:3.5rem}.m-8{margin:4rem}.mt-8{margin-top:4rem}.mb-8{margin-bottom:4rem}.my-8{margin-top:4rem;margin-bottom:4rem}.mr-8{margin-right:4rem}.ml-8{margin-left:4rem}.mx-8{margin-left:4rem;margin-right:4rem}.m-9{margin:4.5rem}.mt-9{margin-top:4.5rem}.mb-9{margin-bottom:4.5rem}.my-9{margin-top:4.5rem;margin-bottom:4.5rem}.mr-9{margin-right:4.5rem}.ml-9{margin-left:4.5rem}.mx-9{margin-left:4.5rem;margin-right:4.5rem}.m-10{margin:5rem}.mt-10{margin-top:5rem}.mb-10{margin-bottom:5rem}.my-10{margin-top:5rem;margin-bottom:5rem}.mr-10{margin-right:5rem}.ml-10{margin-left:5rem}.mx-10{margin-left:5rem;margin-right:5rem}.m-11{margin:5.5rem}.mt-11{margin-top:5.5rem}.mb-11{margin-bottom:5.5rem}.my-11{margin-top:5.5rem;margin-bottom:5.5rem}.mr-11{margin-right:5.5rem}.ml-11{margin-left:5.5rem}.mx-11{margin-left:5.5rem;margin-right:5.5rem}.m-12{margin:6rem}.mt-12{margin-top:6rem}.mb-12{margin-bottom:6rem}.my-12{margin-top:6rem;margin-bottom:6rem}.mr-12{margin-right:6rem}.ml-12{margin-left:6rem}.mx-12{margin-left:6rem;margin-right:6rem}.m-auto{margin:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mx-auto{margin-left:auto;margin-right:auto}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.my-auto{margin-top:auto;margin-bottom:auto}.p--12{padding:-6rem}.pt--12{padding-top:-6rem}.pb--12{padding-bottom:-6rem}.py--12{padding-top:-6rem;padding-bottom:-6rem}.pr--12{padding-right:-6rem}.pl--12{padding-left:-6rem}.px--12{padding-left:-6rem;padding-right:-6rem}.p--11{padding:-5.5rem}.pt--11{padding-top:-5.5rem}.pb--11{padding-bottom:-5.5rem}.py--11{padding-top:-5.5rem;padding-bottom:-5.5rem}.pr--11{padding-right:-5.5rem}.pl--11{padding-left:-5.5rem}.px--11{padding-left:-5.5rem;padding-right:-5.5rem}.p--10{padding:-5rem}.pt--10{padding-top:-5rem}.pb--10{padding-bottom:-5rem}.py--10{padding-top:-5rem;padding-bottom:-5rem}.pr--10{padding-right:-5rem}.pl--10{padding-left:-5rem}.px--10{padding-left:-5rem;padding-right:-5rem}.p--9{padding:-4.5rem}.pt--9{padding-top:-4.5rem}.pb--9{padding-bottom:-4.5rem}.py--9{padding-top:-4.5rem;padding-bottom:-4.5rem}.pr--9{padding-right:-4.5rem}.pl--9{padding-left:-4.5rem}.px--9{padding-left:-4.5rem;padding-right:-4.5rem}.p--8{padding:-4rem}.pt--8{padding-top:-4rem}.pb--8{padding-bottom:-4rem}.py--8{padding-top:-4rem;padding-bottom:-4rem}.pr--8{padding-right:-4rem}.pl--8{padding-left:-4rem}.px--8{padding-left:-4rem;padding-right:-4rem}.p--7{padding:-3.5rem}.pt--7{padding-top:-3.5rem}.pb--7{padding-bottom:-3.5rem}.py--7{padding-top:-3.5rem;padding-bottom:-3.5rem}.pr--7{padding-right:-3.5rem}.pl--7{padding-left:-3.5rem}.px--7{padding-left:-3.5rem;padding-right:-3.5rem}.p--6{padding:-3rem}.pt--6{padding-top:-3rem}.pb--6{padding-bottom:-3rem}.py--6{padding-top:-3rem;padding-bottom:-3rem}.pr--6{padding-right:-3rem}.pl--6{padding-left:-3rem}.px--6{padding-left:-3rem;padding-right:-3rem}.p--5{padding:-2.5rem}.pt--5{padding-top:-2.5rem}.pb--5{padding-bottom:-2.5rem}.py--5{padding-top:-2.5rem;padding-bottom:-2.5rem}.pr--5{padding-right:-2.5rem}.pl--5{padding-left:-2.5rem}.px--5{padding-left:-2.5rem;padding-right:-2.5rem}.p--4{padding:-2rem}.pt--4{padding-top:-2rem}.pb--4{padding-bottom:-2rem}.py--4{padding-top:-2rem;padding-bottom:-2rem}.pr--4{padding-right:-2rem}.pl--4{padding-left:-2rem}.px--4{padding-left:-2rem;padding-right:-2rem}.p--3{padding:-1.5rem}.pt--3{padding-top:-1.5rem}.pb--3{padding-bottom:-1.5rem}.py--3{padding-top:-1.5rem;padding-bottom:-1.5rem}.pr--3{padding-right:-1.5rem}.pl--3{padding-left:-1.5rem}.px--3{padding-left:-1.5rem;padding-right:-1.5rem}.p--2{padding:-1rem}.pt--2{padding-top:-1rem}.pb--2{padding-bottom:-1rem}.py--2{padding-top:-1rem;padding-bottom:-1rem}.pr--2{padding-right:-1rem}.pl--2{padding-left:-1rem}.px--2{padding-left:-1rem;padding-right:-1rem}.p--1{padding:-0.5rem}.pt--1{padding-top:-0.5rem}.pb--1{padding-bottom:-0.5rem}.py--1{padding-top:-0.5rem;padding-bottom:-0.5rem}.pr--1{padding-right:-0.5rem}.pl--1{padding-left:-0.5rem}.px--1{padding-left:-0.5rem;padding-right:-0.5rem}.p-0{padding:0rem}.pt-0{padding-top:0rem}.pb-0{padding-bottom:0rem}.py-0{padding-top:0rem;padding-bottom:0rem}.pr-0{padding-right:0rem}.pl-0{padding-left:0rem}.px-0{padding-left:0rem;padding-right:0rem}.p-1{padding:.5rem}.pt-1{padding-top:.5rem}.pb-1{padding-bottom:.5rem}.py-1{padding-top:.5rem;padding-bottom:.5rem}.pr-1{padding-right:.5rem}.pl-1{padding-left:.5rem}.px-1{padding-left:.5rem;padding-right:.5rem}.p-2{padding:1rem}.pt-2{padding-top:1rem}.pb-2{padding-bottom:1rem}.py-2{padding-top:1rem;padding-bottom:1rem}.pr-2{padding-right:1rem}.pl-2{padding-left:1rem}.px-2{padding-left:1rem;padding-right:1rem}.p-3{padding:1.5rem}.pt-3{padding-top:1.5rem}.pb-3{padding-bottom:1.5rem}.py-3{padding-top:1.5rem;padding-bottom:1.5rem}.pr-3{padding-right:1.5rem}.pl-3{padding-left:1.5rem}.px-3{padding-left:1.5rem;padding-right:1.5rem}.p-4{padding:2rem}.pt-4{padding-top:2rem}.pb-4{padding-bottom:2rem}.py-4{padding-top:2rem;padding-bottom:2rem}.pr-4{padding-right:2rem}.pl-4{padding-left:2rem}.px-4{padding-left:2rem;padding-right:2rem}.p-5{padding:2.5rem}.pt-5{padding-top:2.5rem}.pb-5{padding-bottom:2.5rem}.py-5{padding-top:2.5rem;padding-bottom:2.5rem}.pr-5{padding-right:2.5rem}.pl-5{padding-left:2.5rem}.px-5{padding-left:2.5rem;padding-right:2.5rem}.p-6{padding:3rem}.pt-6{padding-top:3rem}.pb-6{padding-bottom:3rem}.py-6{padding-top:3rem;padding-bottom:3rem}.pr-6{padding-right:3rem}.pl-6{padding-left:3rem}.px-6{padding-left:3rem;padding-right:3rem}.p-7{padding:3.5rem}.pt-7{padding-top:3.5rem}.pb-7{padding-bottom:3.5rem}.py-7{padding-top:3.5rem;padding-bottom:3.5rem}.pr-7{padding-right:3.5rem}.pl-7{padding-left:3.5rem}.px-7{padding-left:3.5rem;padding-right:3.5rem}.p-8{padding:4rem}.pt-8{padding-top:4rem}.pb-8{padding-bottom:4rem}.py-8{padding-top:4rem;padding-bottom:4rem}.pr-8{padding-right:4rem}.pl-8{padding-left:4rem}.px-8{padding-left:4rem;padding-right:4rem}.p-9{padding:4.5rem}.pt-9{padding-top:4.5rem}.pb-9{padding-bottom:4.5rem}.py-9{padding-top:4.5rem;padding-bottom:4.5rem}.pr-9{padding-right:4.5rem}.pl-9{padding-left:4.5rem}.px-9{padding-left:4.5rem;padding-right:4.5rem}.p-10{padding:5rem}.pt-10{padding-top:5rem}.pb-10{padding-bottom:5rem}.py-10{padding-top:5rem;padding-bottom:5rem}.pr-10{padding-right:5rem}.pl-10{padding-left:5rem}.px-10{padding-left:5rem;padding-right:5rem}.p-11{padding:5.5rem}.pt-11{padding-top:5.5rem}.pb-11{padding-bottom:5.5rem}.py-11{padding-top:5.5rem;padding-bottom:5.5rem}.pr-11{padding-right:5.5rem}.pl-11{padding-left:5.5rem}.px-11{padding-left:5.5rem;padding-right:5.5rem}.p-12{padding:6rem}.pt-12{padding-top:6rem}.pb-12{padding-bottom:6rem}.py-12{padding-top:6rem;padding-bottom:6rem}.pr-12{padding-right:6rem}.pl-12{padding-left:6rem}.px-12{padding-left:6rem;padding-right:6rem}.c-weeknotes.a-show main{max-width:var(--max-text-width);margin:0 auto}.c-weeknotes.a-show main div.weeknote-navigation{display:flex;justify-content:space-between;gap:1rem}.c-weeknotes.a-new .waveform-animation,.c-weeknotes.a-create .waveform-animation,.c-weeknotes.a-transcribe .waveform-animation{display:flex;align-items:center;gap:4px;height:40px}.c-weeknotes.a-new .waveform-bar,.c-weeknotes.a-create .waveform-bar,.c-weeknotes.a-transcribe .waveform-bar{width:4px;background:var(--dxw-red);border-radius:2px;height:8px;transition:height .1s ease}.c-weeknotes.a-new .waveform-animation.playback .waveform-bar,.c-weeknotes.a-create .waveform-animation.playback .waveform-bar,.c-weeknotes.a-transcribe .waveform-animation.playback .waveform-bar{background:var(--dxw-teal)}.c-weeknotes.a-new #weeknote-form label,.c-weeknotes.a-new #weeknote-form legend,.c-weeknotes.a-create #weeknote-form label,.c-weeknotes.a-create #weeknote-form legend,.c-weeknotes.a-transcribe #weeknote-form label,.c-weeknotes.a-transcribe #weeknote-form legend{font-weight:bold}.c-weeknotes.a-new #weeknote-form #project-date-fields,.c-weeknotes.a-new #weeknote-form #content-and-guidance,.c-weeknotes.a-create #weeknote-form #project-date-fields,.c-weeknotes.a-create #weeknote-form #content-and-guidance,.c-weeknotes.a-transcribe #weeknote-form #project-date-fields,.c-weeknotes.a-transcribe #weeknote-form #content-and-guidance{display:grid;grid-template-columns:1fr;gap:1rem}.c-weeknotes.a-new #weeknote-form #project-date-fields>div,.c-weeknotes.a-new #weeknote-form #content-and-guidance>div,.c-weeknotes.a-create #weeknote-form #project-date-fields>div,.c-weeknotes.a-create #weeknote-form #content-and-guidance>div,.c-weeknotes.a-transcribe #weeknote-form #project-date-fields>div,.c-weeknotes.a-transcribe #weeknote-form #content-and-guidance>div{display:flex;flex-direction:column}@media(min-width: 768px){.c-weeknotes.a-new #weeknote-form #project-date-fields,.c-weeknotes.a-new #weeknote-form #content-and-guidance,.c-weeknotes.a-create #weeknote-form #project-date-fields,.c-weeknotes.a-create #weeknote-form #content-and-guidance,.c-weeknotes.a-transcribe #weeknote-form #project-date-fields,.c-weeknotes.a-transcribe #weeknote-form #content-and-guidance{grid-template-columns:2fr 1fr;gap:1rem}}.c-weeknotes.a-new #weeknote-form .input-method-selector,.c-weeknotes.a-create #weeknote-form .input-method-selector,.c-weeknotes.a-transcribe #weeknote-form .input-method-selector{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;border:none;padding:0}.c-weeknotes.a-new #weeknote-form .input-method-selector legend,.c-weeknotes.a-create #weeknote-form .input-method-selector legend,.c-weeknotes.a-transcribe #weeknote-form .input-method-selector legend{float:left;padding:0;margin:0}.c-weeknotes.a-new #weeknote-form .input-method-selector label,.c-weeknotes.a-create #weeknote-form .input-method-selector label,.c-weeknotes.a-transcribe #weeknote-form .input-method-selector label{display:flex;align-items:center;gap:.5rem;font-weight:normal;margin-bottom:0}.c-weeknotes.a-new #weeknote-form .input-method-selector label input[type=radio],.c-weeknotes.a-create #weeknote-form .input-method-selector label input[type=radio],.c-weeknotes.a-transcribe #weeknote-form .input-method-selector label input[type=radio]{margin:0}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer]{display:none;margin-bottom:1rem}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=startButton],.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=stopButton],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=startButton],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=stopButton],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=startButton],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=stopButton]{margin-top:1rem}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=stopButton],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=stopButton],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=stopButton]{display:none}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingWrapper],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingWrapper],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingWrapper]{display:none;margin-top:1.25rem;padding:1.25rem;background:var(--dxw-cream);border-radius:8px;flex-direction:row;align-items:center;gap:1rem}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingStatus],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingStatus],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingStatus]{font-size:1.2em;font-weight:bold}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingStatus] .status-recording,.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingStatus] .status-recording,.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingStatus] .status-recording{color:var(--dxw-red)}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingStatus] .status-complete,.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingStatus] .status-complete,.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=recordingStatus] .status-complete{color:var(--dxw-teal)}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=playbackControls],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=playbackControls],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=playbackControls]{display:none;align-items:center}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=playbackControls] [data-weeknote-form-target=pauseButton],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=playbackControls] [data-weeknote-form-target=pauseButton],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=playbackControls] [data-weeknote-form-target=pauseButton]{display:none}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=playbackTimer],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=playbackTimer],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=playbackTimer]{font-size:1.1em;margin-left:.625rem}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=errorMessage],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=errorMessage],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=errorMessage]{margin-top:.625rem}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=errorMessage].error,.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=errorMessage].error,.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=errorMessage].error{color:var(--dxw-red)}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=audioPlayback],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=audioPlayback],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=recordingContainer] [data-weeknote-form-target=audioPlayback]{display:none}.c-weeknotes.a-new #weeknote-form [data-weeknote-form-target=audioUploadContainer],.c-weeknotes.a-create #weeknote-form [data-weeknote-form-target=audioUploadContainer],.c-weeknotes.a-transcribe #weeknote-form [data-weeknote-form-target=audioUploadContainer]{display:none;margin-bottom:1rem}.c-weeknotes.a-new #content-and-guidance,.c-weeknotes.a-create #content-and-guidance,.c-weeknotes.a-transcribe #content-and-guidance{margin-bottom:1rem}.c-weeknotes.a-new #content-and-guidance textarea,.c-weeknotes.a-create #content-and-guidance textarea,.c-weeknotes.a-transcribe #content-and-guidance textarea{margin-bottom:0}.c-weeknotes.a-new #content-and-guidance aside,.c-weeknotes.a-create #content-and-guidance aside,.c-weeknotes.a-transcribe #content-and-guidance aside{background:var(--dxw-cream);padding:1rem;border-radius:4px;font-size:.9rem}.c-weeknotes.a-new #content-and-guidance aside li,.c-weeknotes.a-create #content-and-guidance aside li,.c-weeknotes.a-transcribe #content-and-guidance aside li{display:list-item}.c-weeknotes.a-new button,.c-weeknotes.a-new input[type=submit],.c-weeknotes.a-create button,.c-weeknotes.a-create input[type=submit],.c-weeknotes.a-transcribe button,.c-weeknotes.a-transcribe input[type=submit]{margin-bottom:0;width:auto}.c-projects.a-edit main,.c-projects.a-update main{max-width:var(--max-text-width);margin:0 auto}.c-projects.a-show main{display:flex;flex-direction:column;gap:2rem}@media(min-width: 1024px){.c-projects.a-show main{flex-direction:row;gap:3rem}}.c-projects.a-show main>div{flex:1;min-width:0}.c-projects.a-show main>div section{margin-bottom:3rem}.c-programmes.a-edit main,.c-programmes.a-update main{max-width:var(--max-text-width);margin:0 auto}.c-programmes.a-show main{display:flex;flex-direction:column;gap:2rem}@media(min-width: 1024px){.c-programmes.a-show main{flex-direction:row;gap:3rem}}.c-programmes.a-show main>div{flex:1;min-width:0}.c-programmes.a-show main>div section{margin-bottom:3rem}.c-sessions.a-new main{padding:0}.c-sessions.a-new main .sign-in-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--dxw-orange-palest)}.c-sessions.a-new main .sign-in-container .sign-in-card{max-width:400px;text-align:center;background-color:var(--dxw-ivory);padding:2rem}.c-sessions.a-new main .sign-in-container .sign-in-card .sign-in-logo{max-width:200px;height:auto;margin-bottom:1rem}.c-sessions.a-new main .sign-in-container .sign-in-card button,.c-sessions.a-new main .sign-in-container .sign-in-card input[type=submit]{color:var(--dxw-cream);background-color:var(--dxw-blue);margin-bottom:0;border:none}.c-sessions.a-new main .sign-in-container .sign-in-card button:hover,.c-sessions.a-new main .sign-in-container .sign-in-card input[type=submit]:hover{background-color:var(--dxw-blue-paler)}.c-search.a-index main{max-width:var(--max-text-width);margin:0 auto}.c-search.a-index main form{display:flex;gap:1rem}.c-search.a-index main form input[type=text]{flex:3}.c-search.a-index main form input[type=submit]{flex:1}.c-search.a-index ol{list-style:none;padding:0}.c-search.a-index ol li{margin-bottom:1.5rem}.c-pages.a-about main{max-width:var(--max-text-width);margin:0 auto}.c-people.a-index main{display:flex;flex-direction:column;gap:2rem}@media(min-width: 1024px){.c-people.a-index main{flex-direction:row;gap:3rem}}.c-people.a-index main>div{flex:1;min-width:0}.c-people.a-index main>div section{margin-bottom:3rem}.c-demorco .two-column{display:grid;align-items:start;grid-template-columns:1fr 4fr;gap:2rem}.c-demorco .two-column>div:first-child{min-width:400px}.c-demorco .two-column table tbody:nth-child(odd) tr td{background-color:var(--dxw-cream)}:root{--dxw-ivory: #f9f8f5;--dxw-cream: #f3f1e9;--dxw-navy: #243746;--dxw-yellow: rgb(255 158 24);--dxw-yellow-paler: rgb(255 178 89);--dxw-yellow-palest: rgb(252 214 114);--dxw-orange: rgb(255 92 53);--dxw-orange-paler: rgb(255 141 107);--dxw-orange-palest: rgb(255 164 137);--dxw-red: rgb(255 89 90);--dxw-red-paler: rgb(255 129 137);--dxw-red-palest: rgb(255 177 185);--dxw-purple: rgb(105 72 142);--dxw-purple-paler: rgb(116 115 192);--dxw-purple-palest: rgb(167 164 223);--dxw-teal: rgb(9 97 93);--dxw-teal-paler: rgb(0 148 144);--dxw-teal-palest: rgb(128 199 188);--dxw-blue: rgb(0 72 118);--dxw-blue-paler: rgb(0 154 191);--dxw-blue-palest: rgb(115 195 213);--dxw-font-family: 'Poppins', sans-serif;--max-text-width: 700px}body{font-family:var(--dxw-font-family);background-color:var(--dxw-ivory);margin:0;color:var(--dxw-navy)}h1,h2,h3,h4,h5,h6{margin:0}h1+p,h2+p,h3+p,h4+p,h5+p,h6+p{margin-top:0}button{font-family:var(--dxw-font-family)}main{padding:2rem}.flash-messages{padding:1rem}.flash-messages .flash-message{padding:.75rem;margin-bottom:.5rem}nav#breadcrumbs{justify-self:flex-start;gap:5px;margin-bottom:5px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}*{scroll-margin-top:3rem}.greyed-out{opacity:.5}a{color:var(--dxw-navy);text-decoration-color:var(--dxw-teal)}
