.login-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);display:flex;justify-content:center;align-items:center;flex-direction:column}.login-dialog{background:#fff;padding:2rem;width:100%;max-width:400px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.5);text-align:center}.login-dialog h2{margin:0 0 1.5rem;padding:0;font-size:1.5rem;color:#034b65}.login-dialog input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.login-dialog p.error{color:#e74c3c;font-size:.875rem;margin:0 0 1rem}.login-dialog button{width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s}.login-dialog button:hover{background-color:#0056b3}
.sidebar{width:250px;height:100dvh;flex-direction:column;justify-content:space-between;background-color:#024863;color:#fff;position:fixed;left:0;top:0;z-index:1000;padding:20px 2px 20px 20px;box-sizing:border-box;box-shadow:2px 0 5px rgba(0,0,0,.5);overflow-y:auto;transition:transform .3s ease;transform:translateX(-100%);display:flex;user-select:none;-webkit-user-select:none}.sidebar.open{transform:translateX(0)}.sidebar>ul{list-style-type:none;padding:0;margin:0;flex-grow:1}.sidebar li{margin:10px 0 0 -10px;padding:20px;border-top-left-radius:5px;border-bottom-left-radius:5px;transition:background-color .2s ease}.sidebar li.selected{background-color:hsla(0,0%,100%,.2)}.sidebar a{color:#fff;text-decoration:none;display:block;font-size:16px}.sidebar a:hover{color:#fc0}.sidebar .logout-button{margin-top:auto;margin-right:20px;color:#024863;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s ease,color .3s ease;text-align:center}.sidebar .logout-button:hover{background-color:#ffe680;color:#01374a}
:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, 0.7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width: 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:rgba(0,0,0,0);outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes Toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes Toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes Toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0, -110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(110%, 0, 0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-110%, 0, 0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 500px, 0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -500px, 0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9998}.modal{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2);max-width:98%;box-sizing:border-box;max-height:100%;overflow:hidden;width:100%;height:100%;z-index:100;min-height:90%;position:relative}.modal-close{position:fixed;top:1%;right:2%;background:rgba(0,0,0,.6666666667);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;padding:.5em 1em;border:1px solid hsla(0,0%,100%,.8);cursor:pointer;font-size:14px;z-index:9999;color:#fff !important}.modal-iframe{width:100%;height:100%}.no-scroll{overflow:hidden}
.dim:after,.dim-white:after{background:#000;opacity:.7;position:absolute;top:0;left:0;right:0;bottom:0;content:""}.dim-white:after{background:#fff}.intake-forms header{background-attachment:scroll;margin:0;padding:0}.intake-forms h1{margin:0;text-align:center;padding:1.5em;color:#fff !important}@media(orientation: portrait){.intake-forms h1{padding:1.5em;background-attachment:scroll}}.intake-forms .search-section{padding:1.5em;position:relative}.intake-forms .search-section .search-box{max-width:640px;position:relative;z-index:10;margin:0 auto}.intake-forms .search-section:after{background:rgba(0,0,0,.3333333333);position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;content:""}.intake-forms .forms-section{background-color:#fff;padding:2%;position:relative;display:flex;flex-direction:row;min-height:55dvh}@media(orientation: portrait){.intake-forms .forms-section{min-height:70dvh}}.intake-forms .forms-section .jot-forms{flex:5}.intake-forms .forms-section.disabled *{pointer-events:none}.intake-forms .jot-forms{max-width:1200px;margin:0 auto}.intake-forms .jot-forms ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:2em;flex-wrap:wrap;padding:3em 1em;margin:0}.intake-forms .jot-forms ul li{box-shadow:#ccc 0 5px 5px;border-radius:8px;overflow:hidden;border:1px solid #888;display:flex;align-items:center}.intake-forms .jot-forms ul li a{user-select:none;-webkit-user-select:none;color:#333;padding:1em;font-size:12pt;text-align:left;display:block;cursor:pointer;text-decoration:none;text-transform:capitalize}@media(orientation: portrait){.intake-forms .jot-forms ul li a{padding:2.3em 1em;font-size:10.5pt}}.intake-forms .jot-forms .jot-link{display:flex;flex-direction:row;align-items:center;gap:5px;padding:20px 15px}.intake-forms .jot-forms .jot-link .icon{display:flex;flex:1}.intake-forms .jot-forms .jot-link .icon img{width:100%;min-width:30px;height:auto}.intake-forms .jot-forms .jot-link:hover{background:#eee}.intake-forms .jot-forms .jot-link .title{padding:0 1em;flex:7}.intake-forms .jot-forms .container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px}.intake-forms .jot-forms .column{background-color:#e0e0e0;padding:20px}.burger-menu-container{position:absolute;top:20px;left:20px;z-index:1001}button.burger-menu-button{appearance:none;color:#fff !important;-webkit-appearance:none;font-size:larger;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.5);width:40px;height:40px;padding:0}
@font-face{font-family:"Scandia";src:url("/assets/fonts/Scandia-Font-Pack/ScandiaWebRegular.woff2") format("woff2");font-weight:normal}@font-face{font-family:"Scandia";src:url("/assets/fonts/Scandia-Font-Pack/ScandiaWebBold.woff2") format("woff2");font-weight:bold}*{font-family:"Scandia",Arial,Helvetica,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.6);border-radius:5px;border:2px solid rgba(0,0,0,.2)}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.8)}body{background:#fff;background-size:cover;background-position:right;position:relative;display:flex;flex-direction:column;min-height:100dvh;margin:0;box-sizing:border-box}body::before,body::after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url(assets/img/spa-bg.jpg) no-repeat right top/cover;z-index:-1;pointer-events:none}body::after{top:80%;height:20%;background:linear-gradient(to bottom, rgba(14, 55, 65, 0), #034b65 80%)}main{flex:1}footer{padding:2rem;color:hsla(0,0%,100%,.8666666667);text-align:center;width:100%;box-sizing:border-box;z-index:0;font-size:smaller}footer a{color:inherit}
