.modal{color:#000}.modal .modal-body{background-color:#fff;left:50%;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal .modal-body .modal-header{background-color:#001a3c;color:#fff;padding:15px 30px}.modal .modal-body .modal-content{padding:20px}.modal .modal-body .modal-content .modal-message{font-weight:700;margin-bottom:20px}.modal .modal-body .modal-content .modal-buttons{display:flex;justify-content:space-around;padding:10px}.modal .modal-body .modal-content .modal-buttons button{background:#537187;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;padding:18px;text-align:center}.modal .modal-body .modal-content .modal-buttons button:disabled{background-color:#323a40}.modal .modal-backdrop{background:rgba(0,0,0,.5);height:100vh;left:0;position:fixed;top:0;width:100vw}.eligibility-modal-wrapper .modal-body{max-width:400px;width:80%}.formComponent{margin:20px 20px 0 0}.formComponent label{display:block;margin-bottom:5px}.formComponent input,.formComponent select{border:1px solid #959497;border-radius:5px;height:30px;outline:none;padding-left:5px;width:200px}.formComponent select{height:34px}.formComponent .invalid{color:#f85359;font-size:12px;margin:3px 1px}.formComponent .width200{width:200px}.formComponent .checkbox-wrapper{position:relative;width:27px}.formComponent .checkbox-wrapper .checkbox[class],.formComponent .checkbox-wrapper .checkbox[class]:checked{-webkit-appearance:none;appearance:none;border:1px solid #bcbec0;border-radius:3px;cursor:pointer;display:inline-block;height:20px;width:20px}.formComponent .checkbox-wrapper .checkbox:disabled,.formComponent .checkbox-wrapper .checkbox:disabled:checked{background-color:#e5e5e5}.formComponent .checkbox-wrapper #checkbox-check{cursor:pointer;left:50%;margin:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.modal-address-display{margin-bottom:20px}.modal-address-display .modal-address--type{align-items:center;display:flex;justify-content:flex-start}.modal-address-display .formComponent{margin:0 10px}.body-header-wrapper{background-color:#0073e0;display:grid;grid-template-areas:". banner logo .";grid-template-columns:auto 936px 450px auto;height:auto;margin-bottom:20px;overflow:hidden;position:relative;width:100%}@media (max-width:1375px){.body-header-wrapper{grid-template-areas:"banner logo";grid-template-columns:1fr 450px}}@media (max-width:1025px){.body-header-wrapper{grid-template-areas:"banner" "logo";grid-template-columns:auto;margin-bottom:0}}.body-header-wrapper .body-header-banner{align-items:center;display:flex;grid-area:banner;justify-content:flex-start;overflow:hidden;position:relative}.body-header-wrapper .body-header-banner img{min-height:357px;z-index:0}@media (max-width:700px){.body-header-wrapper .body-header-banner img{min-height:200px;width:100%}}@media (max-width:525px){.body-header-wrapper .body-header-banner img{max-height:200px;width:auto}}.body-header-wrapper .body-header-logo{background-color:#fff;display:flex;flex-direction:column;grid-area:logo;justify-content:flex-end;padding:37px}@media (max-width:1025px){.body-header-wrapper .body-header-logo{align-items:center;padding:20px}}.body-header-wrapper .body-header-logo h1{font-size:2em}@media (max-width:1025px){.body-header-wrapper .body-header-logo h1{text-align:center}}.body-header-wrapper .body-header-logo img{max-width:310px;width:80%}.alert-wrapper{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;max-height:calc(100vh - 77px);padding:10px;position:fixed;right:0;width:200px}.alert{animation:fade 2s;-moz-animation:fade 2s;-webkit-animation:fade 2s;-o-animation:fade 2s;border-radius:2px;box-sizing:border-box;color:#fff;margin-top:10px;opacity:.9;padding:10px 12px 15px;width:100%}@keyframes fade{0%{opacity:0}to{opacity:.9}}@-webkit-keyframes fade{0%{opacity:0}to{opacity:.9}}.error{background-color:#f85359}.success{background-color:#00b085}.warning{background-color:#f4b322}.info{background-color:#0073e0}.alert-title{display:flex;justify-content:space-between;margin-bottom:10px;text-transform:capitalize}.alert-type{font-size:15px}.alert-close{cursor:pointer;display:flex;flex-direction:column;height:19px;justify-content:center}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;color:inherit;font-size:100%;margin:0;padding:0;text-decoration:none;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}footer{background-color:#0073e0;display:block;height:5px;width:100vw}button{background:none;border:none;outline:none}.strong{font-weight:700}.flex{display:flex}.wrap{flex-wrap:wrap}.tasks-wrapper{background:#f8f9fb;height:100%;width:100%}@media (max-width:700px){.tasks-wrapper{width:100vw}}.Task{display:grid;grid-template-rows:50px auto;height:100%;width:100%}@media (max-width:700px){.Task{grid-template-columns:100vw}}.Task .Task-header div:first-child{background:#001a3c;padding:15px 30px}.Task .Task-header div:first-child h1{color:#fff;font-size:20px;width:100%}@media (max-width:400px){.Task .Task-header div:first-child h1{font-size:18px}}.Task .Task-header div:nth-child(2){align-items:center;background:#fff;border-bottom:2px solid #0073e0;display:flex;height:100px;justify-content:center;width:100%}.Task .Task-header div:nth-child(2) a{color:#0073e0;font-size:18px;margin:10px;text-decoration:underline}.Task .Task-body{background:#f8f9fb}.Task .Task-body,.onboarding-wrapper,.onboarding-wrapper iframe{height:100%;width:100%}.onboarding-wrapper .wotc-info-wrapper{display:flex;justify-content:center}.onboarding-wrapper .wotc-info-wrapper .wotc-info{padding:10px;width:80%}@media (min-width:1326px){.onboarding-wrapper .wotc-info-wrapper .wotc-info{width:50%}}.onboarding-wrapper .wotc{height:100%;min-height:calc(100% - 236px)}@media (min-width:851px){.onboarding-wrapper .wotc{height:calc(100% - 236px)}}.verify-task{display:grid;grid-template-areas:"banner" "." "welcome" "." "inputs";grid-template-rows:auto 1fr auto 1fr auto 2fr;width:100%}.verify-task .verify-welcome{align-items:center;display:flex;flex-direction:column;grid-area:welcome;justify-content:space-between;margin-bottom:20px}.verify-task .verify-welcome h1,.verify-task .verify-welcome h2,.verify-task .verify-welcome h3{margin:5px;text-align:center;width:80%}.verify-task .verify-welcome h1{font-size:30px}.verify-task .verify-welcome h2{font-size:18px}.verify-task .verify-input{grid-area:inputs}.verify-task .verify-input section{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto 20px;width:80%}.verify-task .verify-input section div{width:200px}@media (max-width:700px){.verify-task .verify-input section div{width:300px}}.verify-task .verify-input section div input{background:none;border:none;outline:none}@media (min-width:701px){.verify-task .verify-input .verify-email{width:455px}}.verify-task .verify-button{display:block;grid-area:button;margin:5px auto 20px}.verify-task .verify-button div{background:#0073e0;border-radius:5px;color:#fff;cursor:pointer;padding:15px;text-align:center;width:100px}.complete-task-wrapper{width:100%}.complete-task-wrapper .complete-task{color:#4a4a4a;margin:0 auto;max-width:1286px;width:80%}.complete-task-wrapper .complete-task h1{font-size:22px;margin:0 10px 10px}.complete-task-wrapper .complete-task h3{font-size:17px;margin:20px 20px 0}.complete-task-wrapper .complete-task b,.complete-task-wrapper .complete-task h1,.complete-task-wrapper .complete-task h3{color:#000;font-weight:700}.complete-task-wrapper .complete-task>p{white-space:pre-wrap}.complete-task-wrapper .complete-task ul,.complete-task-wrapper .complete-task>p{font-size:15px;margin:4px;padding-left:40px;width:80%}.complete-task-wrapper .complete-task>div p{padding-left:15px}.complete-task-wrapper .complete-task a{color:#001a3c;text-decoration:underline}.complete-task-wrapper .complete-task .small-text{font-size:12px}.complete-task-wrapper .complete-task__video[class]{background:#001a3c;border-radius:5px;color:#fff;display:inline-block;margin:10px 0;padding:8px;text-decoration:none}.complete-task-wrapper .complete-task__recommend{color:#0073e0}.complete-task-wrapper .complete-task__systemerror{background:#ffe0e0;border:1px solid #f85359;border-radius:4px;color:#f85359;margin-bottom:24px;padding:16px}.Form-wrapper{align-items:center;color:#363739;display:flex;flex-direction:column;height:calc(100vh - 114px);overflow:scroll}@media (max-width:700px){.Form-wrapper{height:calc(100vh - 195px)}}.Form-wrapper section{padding:30px 0;width:90%}.Form-wrapper section h1{border-bottom:1px solid #bcbec0;font-size:18px;height:20px}.Form-wrapper section input{max-width:100%}.Form-wrapper .file{display:grid;grid-template:"upload" "instructions";padding-top:20px}@media (min-width:1100px){.Form-wrapper .file{grid-template:"upload instructions";grid-template-columns:50% 50%}}.Form-wrapper .file .file-instructions{grid-area:"instructions"}.Form-wrapper .file .file-upload{align-items:center;display:flex;grid-area:"upload";height:200px;justify-content:space-around}.Form-wrapper .file .file-upload .image{align-items:center;display:flex;height:200px;justify-content:center;outline:1px solid #bcbec0;overflow:hidden;width:200px}.Form-wrapper .file .file-upload .image img{height:100%}.Form-wrapper .file .file-upload input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.Form-wrapper .file .file-upload .file-select-button{background:#537187;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;padding:18px;text-align:center}@media (max-width:400px){.Form-wrapper .file .file-upload .file-select-button{font-size:12px}}.Tracker-body{display:grid;grid-template-rows:minmax(calc(100% - 85px),auto) auto;min-height:100%;width:100%}.Tracker-body iframe{overflow:scroll}.victig-body{justify-content:space-between}.victig-body,.victig-body .victig-container{display:flex;flex-direction:column;height:100%}.victig-body .victig-container{align-items:center;color:#000;justify-content:center;padding:10px;text-align:center}.victig-body .victig-button{background:#537187;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin:25px;padding:18px;text-align:center}.onboard-portal{display:grid;display:flex;flex-direction:column;height:100vh;width:100vw}.onboard-portal-body{display:flex;flex:1 1;flex-direction:row;width:100vw}@media (max-width:700px){.onboard-portal-body{flex-direction:column}}.login-wrapper{align-items:center;background-attachment:fixed;background-image:url(/static/media/login-regular.7cc139250781d9586dde.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:inset 0 0 0 1000px rgba(0,115,224,.75);color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}.login-wrapper ::-webkit-input-placeholder{color:hsla(0,0%,84%,.5)}.login-wrapper :-moz-placeholder,.login-wrapper ::-moz-placeholder{color:hsla(0,0%,84%,.5);opacity:1}.login-wrapper :-ms-input-placeholder{color:hsla(0,0%,84%,.5)}.login-wrapper ::-ms-input-placeholder{color:hsla(0,0%,84%,.5)}.login-wrapper .logo{align-items:center;display:flex;flex-direction:column}.login-wrapper .logo .login-logo{margin:10px;width:200px}.login-wrapper .logo .login-title{font-size:15px}.login-wrapper .login-body{display:flex;justify-content:center;max-width:80vw;padding:20px 0}.login-wrapper .login-body img{height:65px;margin-right:10px;width:65px}@media (max-width:700px){.login-wrapper .login-body{align-items:center;flex-direction:column}.login-wrapper .login-body img{margin:10px 0}}.login-wrapper .login-body .input-align{display:flex;justify-content:center;max-width:90%}.login-wrapper .login-body .input-align input{background:hsla(0,0%,84%,.5);border:none;box-shadow:0 2px 1px rgba(34,34,34,.3);color:#fff;font-size:24px;height:65px;outline:none;padding-left:20px;width:400px}.login-wrapper .login-body .input-align .go{background-color:rgba(0,176,133,.8);border-radius:0 5px 5px 0;box-shadow:0 2px 1px rgba(34,34,34,.3);color:#fff;cursor:pointer;font-size:20px;padding:24px 13px 19px;text-align:center;transition:all .5s}.login-wrapper .login-body .input-align .go:hover span{padding-right:15px}.login-wrapper .login-body .input-align .go:hover span:after{opacity:1;right:0}.login-wrapper .login-body .input-align .go:active{transition:.1s}.login-wrapper .login-body .input-align .go span{display:inline-block;position:relative;transition:.5s}.login-wrapper .login-body .input-align .go span:after{content:"»";font-size:20px;opacity:0;position:absolute;right:-15px;top:0;transition:.5s}.login-wrapper .login-info{color:hsla(0,0%,84%,.5);padding:10px;text-align:center}.unsubscribe-wrapper{align-items:center;background-attachment:fixed;background-image:url(/static/media/login-regular.7cc139250781d9586dde.jpg);background-repeat:no-repeat;background-size:cover;box-shadow:inset 0 0 0 1000px rgba(0,115,224,.75);color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center}.unsubscribe-wrapper ::-webkit-input-placeholder{color:hsla(0,0%,84%,.5)}.unsubscribe-wrapper :-moz-placeholder,.unsubscribe-wrapper ::-moz-placeholder{color:hsla(0,0%,84%,.5);opacity:1}.unsubscribe-wrapper :-ms-input-placeholder{color:hsla(0,0%,84%,.5)}.unsubscribe-wrapper ::-ms-input-placeholder{color:hsla(0,0%,84%,.5)}.unsubscribe-wrapper>div:first-child{align-items:center;display:flex;flex-direction:column;margin:150px 50px 25px;padding:25px}.unsubscribe-wrapper>div:first-child .unsubscribe-logo{margin:10px;width:200px}.unsubscribe-wrapper>div:first-child .unsubscribe-title{font-size:15px}.unsubscribe-wrapper .unsubscribe-text-wrapper{align-items:center;display:flex;flex-direction:column;font-size:20px;height:200px;justify-content:space-around}.unsubscribe-button{background-color:rgba(0,176,133,.8);border-radius:5px;box-shadow:0 2px 1px rgba(34,34,34,.3);color:#fff;cursor:pointer;display:block;font-size:20px;padding:22px 13px 21px;text-align:center;transition:all .5s}.status-page-wrapper{height:100vh;justify-content:center}.header-wrapper,.status-page-wrapper{align-items:center;display:flex;width:100vw}.header-wrapper{height:60px;justify-content:space-between}.header-logo{max-width:100%;padding:16px;width:120px}.loading-animation{align-items:center;color:#0073e0;display:flex;font-size:19px;height:100%;justify-content:center;width:100%}.loading-animation span{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:loading;animation-name:loading;font-size:50px}.loading-animation span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.loading-animation span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes loading{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}@keyframes loading{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.progressNav-wrapper{align-items:center;background:#323a40;color:#e5e5e5;display:flex;flex-direction:column;font-size:12px;height:100%;justify-content:space-around;width:90px}@media (max-width:700px){.progressNav-wrapper{flex-direction:row;font-size:10px;height:90px;width:100%}}.progressNav-ends{padding:20px 10px;text-align:center;width:auto}@media (min-width:701px){.progressNav-ends{height:auto;margin-top:10px;padding:10px 0;width:70%}}@media (max-width:400px){.progressNav-ends{display:none}}.progressNav-header{border-right:1px solid #999}@media (min-width:701px){.progressNav-header{border:none;border-bottom:1px solid #999}}.progressNav-footer{border-left:1px solid #999}@media (min-width:701px){.progressNav-footer{border:none;border-top:1px solid #999}}.progressNav-body{align-items:center;color:#4a4a4a;display:flex;flex:1 1;flex-direction:row;justify-content:space-around;margin:0 10px}@media (min-width:701px){.progressNav-body{flex-direction:column}}.progressNav-body section{align-items:center;display:flex;flex-direction:column;margin:5px 0}.progressNav-body section svg{margin:5px 0}@media (max-width:700px){.progressNav-body section svg{height:25px}}.progressNav-body section p{text-align:center}.line-in-middle{background:linear-gradient(180deg,transparent 0,transparent calc(50% - .81px),hsla(0,0%,45%,.4) calc(50% - .8px),hsla(0,0%,45%,.4) calc(50% + .8px),transparent calc(50% + .81px),transparent);height:40px;margin:0 10px;width:100%}@media (min-width:701px){.line-in-middle{background:linear-gradient(90deg,transparent 0,transparent calc(50% - .81px),hsla(0,0%,45%,.4) calc(50% - .8px),hsla(0,0%,45%,.4) calc(50% + .8px),transparent calc(50% + .81px),transparent);margin:10px 0}}@font-face{font-family:Untitled-Sans-Bold;src:url(/static/media/UntitledSans-Bold.36d54185018df912acac.ttf) format("truetype")}@font-face{font-family:Untitled-Sans-Bold-Italic;src:url(/static/media/UntitledSans-BoldItalic.e153f9b058d49dd9fa99.ttf) format("truetype")}@font-face{font-family:Untitled-Sans-Light;src:url(/static/media/UntitledSans-Light.0d37046fdefd29cb8e6f.ttf) format("truetype")}@font-face{font-family:Untitled-Sans-Light-Italic;src:url(/static/media/UntitledSans-LightItalic.2aa2340e95dfdd8bb280.ttf) format("truetype")}@font-face{font-family:Untitled-Sans-Medium;src:url(/static/media/UntitledSans-Medium.cf62d92d1a3381fe1fd6.ttf) format("truetype")}@font-face{font-family:Untitled-Sans-Medium-Italic;src:url(/static/media/UntitledSans-MediumItalic.d0fa5daf16aa31e6cd72.ttf) format("truetype")}@font-face{font-family:Untitled-Sans-Regular;src:url(/static/media/UntitledSans-Regular.9f7c55875e5888079089.ttf) format("truetype")}@font-face{font-family:Untitled-Sans-Regular-Italic;src:url(/static/media/UntitledSans-RegularItalic.1cc1307785613aa5da80.ttf) format("truetype")}*{font-family:Untitled-Sans-Regular;font-size:14px;line-height:1.2}.Task-footer{grid-column-gap:25px;background:#fff;border-top:.5px solid #e5e5e5;display:grid;grid-template-areas:"helpText button";grid-template-columns:auto 136px;height:65px;padding:10px 25px;width:calc(100% - 50px)}@media (max-width:650px){.Task-footer{grid-template-areas:"helpText helpText" ". button";grid-template-rows:auto auto}}.Task-footer .nextButton{background:#537187;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;grid-area:button;padding:18px;text-align:center}.Task-footer .help-text{align-items:center;color:#0073e0;display:flex;grid-area:helpText;justify-content:center}
/*# sourceMappingURL=main.d8fceab5.css.map*/