html{scroll-behavior:smooth}body{font-family:Questrial}:root{--exhut-primary:#7f1bd0;--exhut-primary-light:#be83ee;--exhut-primary-extra-light:#ddb3ff;--exhut-black:#020202;--exhut-dark-grey:#7a7a7a;--exhut-green:#02a802;--exhut-light-grey0:#969696;--exhut-light-grey3:#e2e2e2;--exhut-light-grey5:#ececec;--exhut-orange:#e4a701;--exhut-red:red;--exhut-light-red:#ff7171;--exhut-dark-red:crimson;--exhut-total-green-light:#28ffd7;--exhut-total-green:#06b191;--exhut-white:#fff;--exhut-blue:#2196f3;--exhut-dark-blue:blue;--exhut-ramar-blue:#66baff;--exhut-yellow:#ef0}.background-grey5{background-color:#ececec;background-color:var(--exhut-light-grey5)}.app{display:flex}.splitleft{background:#7f1bd0;background:var(--exhut-primary);top:0;width:20%}.splitleft,.splitright{height:100vh;overflow-y:auto}.splitright{overflow-x:scroll;width:100%}.mobile-splitright{height:100%;margin-bottom:80px;overflow-y:hidden}.title{font-size:xx-large;margin:3% 0 2%}.title,.title-extra{font-weight:700;text-align:center}.title-extra{font-size:3vw;margin:5% 0 2%}.subtitle{font-size:larger;margin:3% 0}.subtitle,.total{font-weight:700;text-align:center}.total{color:#06b191;color:var(--exhut-total-green);font-size:x-large}.total-positive{color:#28ffd7}.total-negative,.total-positive{font-size:2.5em;font-weight:700;text-align:center}.total-negative{color:#ff8686}.tile-small .total{font-size:1.5vw}input[type=button].fnxGreen{margin:0 10px}input.bordered{border:1px solid #7a7a7a;border:1px solid var(--exhut-dark-grey);border-radius:3px;font-size:large;height:25px;padding:5px;width:290px}input.error-bordered,select.error-bordered{border-color:red}select.bordered{border:1px solid #7a7a7a;border:1px solid var(--exhut-dark-grey);border-radius:3px;font-size:large;height:40px;padding:5px;width:300px}input.borderless{border:0}.largerText{font-size:20px}.largeText{font-size:18px}.mediumText{font-size:12px}.smallText{font-size:10px}.boldText{font-weight:700}.errorMsg{color:red;color:var(--exhut-red)}.successMsg{color:#02a802;color:var(--exhut-green)}.warnMsg{color:orange}.helpMsg,.infoMsg{color:#7a7a7a;color:var(--exhut-dark-grey)}.helpMsg{font-size:small}.blueMsg{color:blue;color:var(--exhut-dark-blue)}.navyblueMsg{color:navy}.statusMsg{display:flex;justify-content:center;margin:10px 0;min-height:1em}.greeting{-webkit-animation:fadein 3.5s;animation:fadein 3.5s;font-size:2em}.greeting h1{color:blue}.greeting-body{font-size:1.3em;line-height:2em;margin-left:2em}.tableHeader{font-weight:700}.divHeaderSpread{justify-content:space-between}.divHeader,.divHeaderSpread{display:flex;margin:0 0 40px}.divHeader{justify-content:center}.hyperlink{color:#00008b;text-decoration:underline;text-underline-offset:2px}.hyperlink,.hyperlink-no-color{cursor:pointer;margin-right:5px}.hyperlink-no-color{text-decoration:underline}.hyperlink-green{color:#06b191;color:var(--exhut-total-green)}.hyperlink-green,.hyperlink-yellow{cursor:pointer;margin:0 10px;text-decoration:underline;text-underline-offset:2px}.hyperlink-yellow{color:#ef0;color:var(--exhut-yellow)}.mui-button{color:#2196f3;color:var(--exhut-blue);font-size:larger;margin:0 5px;text-decoration:none}.form-body{margin-bottom:44px;margin-left:20%;margin-right:10%}.margin-center{margin:0 44px}sup{color:red;font-weight:700}.iconSize{height:20px;width:20px}.iconSizeLarge{height:30px;width:30px}.iconSizeSmall{height:15px;width:15px}.divCenter{justify-content:center}.divCenter,.divLeft{display:flex;text-align:center}.divLeft{justify-content:flex-start}.divRight{justify-content:flex-end;text-align:center}.divFlex,.divRight{display:flex}.divLeftAlign{display:flex;justify-content:flex-start;text-align:left}.divCenterAlign{justify-content:center}.divCenterAlign,.divTextAlignOnly{align-items:center;display:flex;text-align:center}.divAlignItemsOnly{align-items:center;display:flex}.divSpread,.divSpreadCenter{display:flex;justify-content:space-between}.divSpreadCenter{align-items:center}.divSpreadEven{display:flex;justify-content:space-evenly}.divSpreadRight{display:flex;justify-content:flex-end}.divColumn,.divColumnSpread{display:flex;flex-direction:column}.divColumnSpread{justify-content:space-between}.divColumnCenterAlign{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.divColumnCenterAlign>*{margin:20px 0 0}.divRightAlign{align-items:flex-end}.divRightTextAlign{text-align:end}@-webkit-keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@-webkit-keyframes fadeinstatus{0%{opacity:0}to{opacity:1}}@keyframes fadeinstatus{0%{opacity:0}to{opacity:1}}.status-msg-show{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadeinstatus;animation-name:fadeinstatus;border-radius:0 0 10px 10px;color:var(--fnx-white);font-size:smaller;height:1em;left:50%;opacity:0;padding:10px;position:fixed;text-align:center;top:0;width:400px}.status-msg-hide{position:fixed;top:0;visibility:hidden}.clickable{background-color:var(--fnx-light-grey5);border:0 solid var(--fnx-black);border-radius:10px;cursor:pointer;margin:0 10px;padding:10px}.hidden{visibility:hidden}.topMargin10P{margin:10% 0 5%}.topMargin5P{margin:5% 0}.topMargin2P{margin:2% 0}.topMargin1P{margin:1% 0 2%}.topMargin0P{margin:0 0 2%}select{border:1px solid #7a7a7a;border:1px solid var(--exhut-dark-grey);border-radius:5px;font-size:20px;padding:5px}.exhut-select{border:0;border-bottom:1.5px solid #6495ed;border-radius:0;font-size:larger;min-width:200px}ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0;list-style-type:none;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.footer{background-color:#7f1bd0;background-color:var(--exhut-primary);color:#fff;font-size:1vw;margin:0 0 30px;padding:10px;text-align:center}.footer *{font-size:small}.p-0{padding:0}.p-8{padding:8px}.p-10{padding:10px}.p-12{padding:12px}.p-16{padding:16px}.p-20{padding:20px}.p-32{padding:32px}.p-40{padding:40px}.p-60{padding:60px}.px-20{padding:0 20px}.px-30{padding:0 30px}.px-40{padding:0 40px}.py-8{padding:8px 0}.py-12{padding:12px 0}.py-40{padding:40px 0}.pt-0{padding-top:0}.w-80{width:80%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-90{width:90%}.w-100{width:100%}.vh-100{height:100vh}.mt-5{margin-top:5px}.mt-20{margin-top:20px}.mt-40{margin-top:40px}.mb-10{margin-bottom:10px}.mb-80{margin-bottom:80px}.mx-5{margin:0 5px}.mx-10{margin-left:10px;margin-right:10px}.mx-20{margin-left:20px;margin-right:20px}.mx-40{margin-left:40px;margin-right:40px}.mx-80{margin-left:80px;margin-right:80px}.mx-100{margin-left:100px;margin-right:100px}.mt-10{margin-top:10px}.mb-20{margin-bottom:20px}.mb-40{margin-bottom:40px}.my-5{margin-bottom:5px;margin-top:5px}.my-10{margin-bottom:10px;margin-top:10px}.my-20{margin-bottom:20px;margin-top:20px}.my-40{margin-bottom:40px;margin-top:40px}.my-60{margin:60px 0}.my-80{margin:80px 0}.faq-highlight{background-color:beige}.faq-formrow{display:flex;line-height:20px;margin-top:10px;padding:10px}[role=dialog]{min-height:40%;min-width:40vw}.font-larger{font-size:larger}.flex0-5{flex:0.5 1}.flex-1{flex:1 1}.flex-3{flex:3 1}.line-30{line-height:30px}.line-60{line-height:60px}.animate-right{-webkit-animation:rightanimate 1s;animation:rightanimate 1s;position:relative}@-webkit-keyframes rightanimate{0%{opacity:0;right:-300px}to{opacity:1;right:0}}@keyframes rightanimate{0%{opacity:0;right:-300px}to{opacity:1;right:0}}.animate-zoom{-webkit-animation:animatezoom .6s;animation:animatezoom .6s}@-webkit-keyframes animatezoom{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes animatezoom{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.banner{background-color:#000;border-radius:20px;color:#28ffd7;color:var(--exhut-total-green-light);font-family:monospace;font-size:x-large;font-weight:700;padding:10px;text-align:center}.inputError{border-color:var(--exhut-red);border-width:3px}.linkAsBlueButton{background-color:var(--exhut-blue);border-radius:10px;color:#fff;font-weight:700;padding:7px;text-decoration:none}.linkAsGreenButton{min-width:70px}.bigButtonGreen,.linkAsGreenButton{background-color:var(--exhut-green);color:#fff;cursor:pointer;font-weight:700;padding:7px;text-decoration:none}.bigButtonGreen{border:2px solid var(--exhut-green);font-size:large;margin:0;text-align:center;width:200px}.bigButtonRed{background-color:var(--exhut-light-red);border:2px solid var(--exhut-light-red)}.bigButtonBlue,.bigButtonRed{color:#fff;cursor:pointer;font-size:large;font-weight:700;margin:0;padding:7px;text-decoration:none;width:200px}.bigButtonBlue{background-color:var(--exhut-blue);border:2px solid var(--exhut-blue)}.backgroundless{background-color:inherit;border:2px solid var(--exhut-light-grey0);border-radius:15px;color:#2f4f4f}.backgroundless,.buttonBlue{cursor:pointer;font-weight:700;margin:0;padding:7px;text-decoration:none}.buttonBlue{background-color:var(--exhut-blue);border:2px solid var(--exhut-blue);border-radius:15px;color:#fff}.bigButtonGrey{background-color:var(--exhut-light-grey3);border:2px solid var(--exhut-light-grey0);color:#000;cursor:pointer;font-size:large;font-weight:700;margin:0;padding:7px;text-decoration:none;width:200px}.bigButtonGreen:hover{border:2px solid var(--exhut-blue)}.buttonAsLink,.buttonAsLinkNoColor{background-color:inherit;border:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.buttonAsLink{color:#4343ff}.buttonAsLink:disabled{color:var(--exhut-light-grey3)}.bigButtonGreen:disabled{background-color:#dadada;border:0 solid #95a296;color:#969595}button.pill{border-radius:20px}#landing-page-comparison-table{font-size:x-large;padding:10px}#landing-page-comparison-table .pd-right-50{padding-right:50px}.blue-button{background:#14c8c8;color:#fff}.blue-button,.purple-button{align-items:center;border-radius:70px;display:flex;font-weight:700;height:24px;justify-content:center;padding:12px 24px;text-decoration:none;width:80px}.purple-button{background:#f4ecfa;color:#a801a8}.left-pane-container{display:flex;flex-direction:column;height:100%;justify-content:space-between}.logo{height:200px;text-align:center}.logo img{width:200px}#menu{padding:20px}#menu input[type=button]{background:none;border:none;color:#fff;cursor:pointer;font-size:inherit}#menu ul{color:#fff;font-size:large;list-style-type:none;margin-left:15%}#menu ul li{margin-top:30px}#menu ul li a{color:#fff;cursor:pointer;text-decoration:none}#terms-container{align-items:center;bottom:10px;display:flex;flex-direction:column;justify-content:center;position:fixed;visibility:visible;width:100%;z-index:1}#terms{background-color:var(--exhut-primary);color:#fff;display:flex;padding:20px;text-align:center;z-index:1}#terms a{color:#80edff}#terms button.ok{border:1px solid #fff;border-radius:5px;color:#fff}#terms button.ok,#terms button.reject{background-color:#bf69ef;font-weight:700}#terms button.reject{border:1px solid #000;border-radius:5px;color:#000}#view-job{padding:0 40px;width:95%}#view-job .active-badge{color:var(--exhut-green);font-weight:700;margin:0 10px}#view-job .expired-badge{color:var(--exhut-light-grey0);font-weight:700;margin:0 10px}#first-time-page-container{padding:40px}#first-time-page-container .row{display:flex;flex-direction:column;margin:10px 0;width:400px}#first-time-page-container label{font-size:x-large}#first-time-page-container p a{margin:0 5px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}