<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "CircularProBlack";
  src: url("../fonts/CircularPro-Black.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CircularProBold";
  src: url("../fonts/CircularPro-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CircularProBook";
  src: url("../fonts/CircularPro-Book.otf");
  font-weight: normal;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  height: 100%;
  line-height: 1;
  font-weight: 300;
  color: #2e2e2e;
  font-family: "CircularProBook";
  border: 20px solid #fff;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media only screen and (max-width: 1100px), screen and (max-height: 800px) {
  body {
    border: 10px solid #fff;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000;
}

.none {
  display: none;
}

.center {
  text-align: center;
}

html, body {
  height: 100%;
}

p {
  padding: 0 0 20px 0;
}
p.l {
  padding: 20px 5px !important;
  text-align: left;
}

.green {
  color: #268705;
}

.red {
  color: #E80000;
  transition: all 0.2s ease-in;
}
.red:hover {
  color: #cb1228;
}

.fr {
  float: right;
}

.fl {
  float: left !important;
}

.pageShim {
  width: 100%;
  height: 20px;
  position: fixed;
  background-color: #fff;
  z-index: 999;
}
.pageShim.top {
  top: 0px;
}
.pageShim.bottom {
  bottom: 0px;
}
@media only screen and (max-width: 1100px), screen and (max-height: 800px) {
  .pageShim {
    height: 10px;
  }
}

a.button {
  display: block;
}

button, .button {
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  font-family: "CircularProBlack";
  border: none;
  transition: all 0.2s ease-in;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
button:focus, .button:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 164, 0, 0.5) !important;
}
button.back, .button.back {
  font-family: "CircularProBook";
}
button.white, .button.white {
  background-color: #ffffff;
  color: #ffa400;
}
button.white:hover, button.white.active, .button.white:hover, .button.white.active {
  background-color: #f1f1f1;
}
button.orange, .button.orange {
  background-color: #ffa400;
  color: #ffffff;
}
button.orange:hover, button.orange.active, .button.orange:hover, .button.orange.active {
  background-color: #ff8400;
}
button.tool, .button.tool {
  float: right;
  background-color: inherit;
  color: #828282;
  font-family: "CircularProBook";
  padding: 10px;
  font-size: 16px;
}
button.tool:hover, .button.tool:hover {
  color: #000;
}
button.ltgrey, .button.ltgrey {
  background-color: #e1e1e1;
  color: #828282;
}
button.ltgrey:hover, button.ltgrey.active, .button.ltgrey:hover, .button.ltgrey.active {
  background-color: #c7c7c7;
}
button.grey, .button.grey {
  background-color: #efeeee;
  color: #828282;
}
button.grey:hover, button.grey.active, .button.grey:hover, .button.grey.active {
  background-color: #d5d5d5;
  color: #000;
}
button.dkgrey, .button.dkgrey {
  background-color: #c3c3c3;
  color: #ffffff;
}
button.dkgrey:hover, button.dkgrey.active, .button.dkgrey:hover, .button.dkgrey.active {
  background-color: #484848;
}
button.sm, .button.sm {
  padding: 5px 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 1300px) {
  button, .button {
    font-size: 20px;
    padding: 15px;
  }
}
@media only screen and (max-width: 200px) {
  button, .button {
    font-size: 20px;
    padding: 15px;
  }
}
@media only screen and (max-width: 1100px), screen and (max-height: 800px) {
  button, .button {
    font-size: 18px;
    padding: 10px;
  }
}

.buttonBar {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  box-sizing: border-box;
  background-color: #efeeee;
  padding: 20px 20px;
}
.buttonBar .fw {
  width: 400px;
}
.buttonBar .back {
  float: left;
}
.buttonBar .continue, .buttonBar .verifyButton, .buttonBar .nextMonth {
  float: right;
}
.buttonBar .processing {
  display: none;
  float: right;
}
@media only screen and (max-width: 1300px), screen and (max-height: 800px) {
  .buttonBar .fw {
    width: auto;
    min-width: 400px;
  }
}
@media only screen and (max-width: 200px) {
  .buttonBar .fw {
    min-width: 200px;
  }
}
@media only screen and (max-width: 1100px), screen and (max-height: 800px) {
  .buttonBar {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
    padding: 10px;
  }
}

#wrapper {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#wrapper #content {
  position: relative;
  height: 100%;
  width: 100%;
}
#wrapper section {
  display: none;
}

#welcome, #success {
  background-color: #ffa400;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#welcome .message, #success .message {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  width: 50%;
  max-width: 600px;
  box-sizing: border-box;
}
#welcome .message h1, #success .message h1 {
  font-family: "CircularProBlack";
  font-size: 45px;
  line-height: 45px;
}
#welcome .message h1.large, #success .message h1.large {
  font-size: 200px;
  line-height: 170px;
}
#welcome .message p, #success .message p {
  font-size: 20px;
  padding: 40px 0;
}
#welcome .message p.large, #success .message p.large {
  font-size: 30px;
  padding: 40px 0;
}
#welcome .message button, #success .message button {
  width: 100%;
  margin: 10px 0;
}
#welcome .message button.half, #success .message button.half {
  width: 50%;
}
@media only screen and (max-width: 1300px) {
  #welcome .message h1.large, #success .message h1.large {
    font-size: 160px;
  }
}
@media only screen and (max-width: 800px), screen and (max-height: 800px) {
  #welcome .message, #success .message {
    width: 100%;
    padding: 30px;
  }
  #welcome .message h1.large, #success .message h1.large {
    font-size: 120px;
  }
  #welcome .message p, #success .message p {
    font-size: 22px;
  }
  #welcome .message button, #success .message button {
    width: 80%;
  }
}
#welcome .graphic, #success .graphic {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
  width: 50%;
}
#welcome .graphic img, #success .graphic img {
  max-width: 730px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1300px), screen and (max-height: 1000px) {
  #welcome .graphic, #success .graphic {
    width: 40%;
    height: 90%;
  }
  #welcome .graphic img, #success .graphic img {
    height: 90%;
    width: auto;
    position: absolute;
    bottom: 0;
  }
}

.complete {
  background-color: #ffa400;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.complete .message {
  color: #fff;
  text-align: center;
  z-index: 1;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 130px;
}
.complete .message h1 {
  font-size: 70px;
  line-height: 72px;
  font-family: "CircularProBlack";
}
.complete .message p {
  font-size: 30px;
  padding: 40px 0;
}
.complete .message .graphic {
  padding: 60px 0 0 0;
}
.complete .message .graphic img {
  width: 700px;
  height: auto;
}
.complete .message .group {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.complete .message .group button {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .complete .message {
    width: 100%;
    padding: 90px 20px;
  }
  .complete .message h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .complete .message p {
    font-size: 26px;
    padding: 20px 0;
  }
  .complete .message .graphic img {
    width: 600px;
  }
}
@media only screen and (max-width: 1200px) and (max-height: 800px) {
  .complete .message {
    padding: 60px 20px;
  }
  .complete .message h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .complete .message p {
    font-size: 22px;
  }
  .complete .message .graphic img {
    width: 450px;
  }
}
@media only screen and (max-width: 1100px) {
  .complete .message {
    padding: 20px;
  }
  .complete .message h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .complete .message p {
    font-size: 18px;
  }
  .complete .message .graphic img {
    width: 350px;
  }
}

.progressBar {
  display: none;
  width: 100%;
  height: 20px;
  background-color: #d0d0d0;
  position: fixed;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  box-sizing: border-box;
  z-index: 9;
}
.progressBar .percent {
  width: 0%;
  background-color: #ffa400;
  height: 20px;
}
@media only screen and (max-width: 1100px), screen and (max-height: 800px) {
  .progressBar {
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    height: 10px;
  }
  .progressBar .percent {
    height: 10px;
  }
}

.question {
  height: 100%;
  background-color: #efeeee;
  color: #484848;
  padding: 25px 0 180px 0;
  box-sizing: border-box;
}
.question .container {
  background-color: #efeeee;
  width: 100%;
  padding: 50px 0;
}
.question .container b {
  font-family: "CircularProBlack";
}
.question .container .form {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 5px 50px 5px;
  overflow-y: auto;
  overflow-x: hidden;
  /*.selectmenu {
  	 &amp;:after {
  	    content: "\f078";
  	    font-family: FontAwesome;
  	    position: absolute;
  	    right: 0;
  	    top: 0;
  	    font-size: 26px;
  	    right: 20px;
  		top: 15px;
  	    //background-color: #fff;
  	}
  }*/
}
.question .container .form.full {
  max-width: inherit;
}
.question .container .form h1 {
  font-size: 45px;
  line-height: 45px;
  font-family: "CircularProBlack";
}
.question .container .form p {
  font-size: 20px;
  line-height: 24px;
  padding: 30px;
  color: #828282;
}
.question .container .form .group {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
  position: relative;
}
.question .container .form .gap {
  margin: 0 10px;
}
.question .container .form .inputItem {
  margin-right: 10px;
}
.question .container .form .inputItem.half {
  width: 50%;
}
.question .container .form .inputItem.third {
  width: 33%;
}
.question .container .form .inputItem.twothird {
  width: 66%;
}
.question .container .form .inputItem.full {
  width: 100%;
}
.question .container .form .inputItem.error {
  background-color: #FFEFF2 !important;
  border: 1px solid #E80000 !important;
}
.question .container .form .inputItem.lpad {
  text-align: left;
  padding: 15px;
}
.question .container .form .inputItem .lbl {
  width: 300px;
  padding: 20px 10px 0 0;
  text-align: right;
  font-size: 16px;
  line-height: 28px;
  vertical-align: top;
  cursor: pointer;
  margin-left: 8px;
}
.question .container .form .inputItem:last-child {
  margin-right: 0;
}
.question .container .form input, .question .container .form select {
  background-color: #ffffff;
  border: 1px solid #fff;
  padding: 20px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
}
.question .container .form input:focus, .question .container .form select:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 164, 0, 0.5) !important;
}
.question .container .form input.half, .question .container .form select.half {
  width: 50%;
}
.question .container .form input.third, .question .container .form select.third {
  width: 33%;
}
.question .container .form input.twothird, .question .container .form select.twothird {
  width: 66%;
}
.question .container .form input.full, .question .container .form select.full {
  width: 100%;
}
.question .container .form input.error, .question .container .form select.error {
  background-color: #FFEFF2 !important;
  border: 1px solid #E80000 !important;
}
.question .container .form label {
  width: 300px;
  padding: 20px 10px 0 0;
  text-align: right;
  font-size: 22px;
  font-family: "CircularProBlack";
}
.question .container .form select {
  padding: 5px 8px;
  width: 100%;
  font-size: 24px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}
.question .container .form .locationList, .question .container .form .staffPositionCount {
  padding: 0 0 10px 0;
}
.question .container .form .locationList .locationListTable, .question .container .form .staffPositionCount .locationListTable {
  width: 100%;
}
.question .container .form .locationList .locationListTable .name, .question .container .form .staffPositionCount .locationListTable .name {
  text-align: left;
  padding: 5px 0;
}
.question .container .form .locationList .locationListTable .name.lg, .question .container .form .staffPositionCount .locationListTable .name.lg {
  font-size: 20px;
}
.question .container .form .locationList .locationListTable .sub, .question .container .form .staffPositionCount .locationListTable .sub {
  font-size: 12px;
}
.question .container .form .locationList .locationListTable .input, .question .container .form .staffPositionCount .locationListTable .input {
  text-align: right;
}
.question .container .form .locationList .locationListTable .positionCount, .question .container .form .staffPositionCount .locationListTable .positionCount {
  width: 150px;
}
.question .container .form .locationList b, .question .container .form .staffPositionCount b {
  font-family: "CircularProBlack";
}
.question .container .form .locationList td, .question .container .form .staffPositionCount td {
  padding: 5px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
@media only screen and (max-width: 1300px) {
  .question .container .form h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .question .container .form p {
    font-size: 20px;
    padding: 20px 0;
  }
  .question .container .form input {
    padding: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .question .container .form {
    width: 100%;
    padding: 0 20px 60px 20px;
  }
  .question .container .form h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .question .container .form p {
    font-size: 20px;
  }
  .question .container .form input {
    padding: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px), screen and (max-height: 600px) {
  .question .container .form .group {
    display: block;
  }
  .question .container .form h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .question .container .form p {
    font-size: 18px;
  }
  .question .container .form .inputItem.half, .question .container .form .inputItem.third {
    width: 100%;
    margin-bottom: 10px;
  }
  .question .container .form .inputItem.half:last-child, .question .container .form .inputItem.third:last-child {
    margin-bottom: 0;
  }
  .question .container .form input {
    padding: 10px;
    font-size: 16px;
  }
  .question .container .form input.half, .question .container .form input.third {
    width: 100%;
    margin-bottom: 10px;
  }
  .question .container .form input.half:last-child, .question .container .form input.third:last-child {
    margin-bottom: 0;
  }
}
.question .container .form .confirmationCode {
  padding: 30px 0 0px 0;
}
.question .container .form .confirmationCode input {
  background-color: #ffffff;
  border: 1px solid #fff;
  padding: 30px;
  font-size: 65px;
  box-sizing: border-box;
  margin: 0 5px;
  width: 120px;
  text-align: center;
  color: #828282;
}
.question .container .form .confirmationCode .sep {
  display: inline-block;
  font-size: 80px;
  padding: 0 10px;
}
@media only screen and (max-width: 1300px) {
  .question .container .form .confirmationCode input {
    font-size: 65px;
    padding: 25px;
    width: 110px;
  }
  .question .container .form .confirmationCode .sep {
    padding: 0px 10px;
    font-size: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  .question .container .form .confirmationCode {
    padding: 0 0 30px 0;
  }
  .question .container .form .confirmationCode input {
    font-size: 50px;
    padding: 15px;
    width: 80px;
  }
  .question .container .form .confirmationCode .sep {
    padding: 0px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 1100px), screen and (max-height: 600px) {
  .question .container .form .confirmationCode {
    padding: 0 0 30px 0;
  }
  .question .container .form .confirmationCode input {
    font-size: 40px;
    padding: 15px;
    width: 60px;
    margin: 0 1px;
  }
  .question .container .form .confirmationCode .sep {
    font-size: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .question .container .form .confirmationCode {
    padding: 0;
  }
  .question .container .form .confirmationCode input {
    font-size: 25px;
    padding: 10px;
    width: 40px;
    margin: 0 0px;
  }
  .question .container .form .confirmationCode .sep {
    font-size: 30px;
  }
}
.question .group.dualButtons {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.question .group.dualButtons button {
  width: 50%;
  margin: 0 5px;
  margin-bottom: 10px;
}
.question .businessGrid {
  display: grid;
  grid-gap: 20px;
  padding: 20px;
}
.question .businessGrid.businessGridType {
  grid-template-columns: repeat(6, minmax(100px, 1fr));
}
.question .businessGrid.businessGridCategories {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 800px;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}
.question .businessGrid.toolsGrid {
  grid-template-columns: repeat(5, minmax(100px, 1fr));
}
.question .businessGrid .item {
  box-sizing: border-box;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 0.2s ease-in;
  cursor: pointer;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-family: "CircularProBook";
}
.question .businessGrid .item .image {
  padding: 0 0 10px 0;
  filter: invert(50%);
  -webkit-filter: invert(50%);
}
.question .businessGrid .item .image img {
  width: 50px;
  height: auto;
}
.question .businessGrid .item:hover, .question .businessGrid .item.active {
  background-color: #ffa400;
  color: #fff;
}
.question .businessGrid .item:hover .image, .question .businessGrid .item.active .image {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
@media only screen and (max-width: 1300px) {
  .question .businessGrid .item {
    padding: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px), screen and (max-height: 800px) {
  .question .businessGrid .item .image img {
    width: 30px;
    height: auto;
  }
  .question .businessGrid.businessGridType {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}
.question .addStaffNote {
  display: none;
  font-size: 26px;
  padding: 0 0 15px 0;
}
.question .addStaffNote b {
  color: #484848;
}
.question .staffLevels {
  display: none;
}
.question .staffLevels input {
  width: 100%;
  text-align: center;
}
.question .staffLevels .seasonalGrid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(6, minmax(50px, 1fr));
}
.question .staffLevels .seasonalGrid p {
  padding: 5px 0 0 0;
}
@media only screen and (max-width: 800px) {
  .question .staffLevels .seasonalGrid {
    grid-gap: 10px;
    grid-template-columns: repeat(4, minmax(50px, 1fr));
  }
}
.question .other {
  display: none;
}
.question a {
  color: #ffa400;
  font-family: "CircularProBlack";
}
@media only screen and (max-width: 1000px), screen and (max-height: 800px) {
  .question {
    padding: 20px 0 130px 0;
  }
  .question .container {
    padding: 20px 0;
  }
}
.question .clist {
  clear: both;
  overflow: auto;
  padding: 10px 0;
}
.question .clist .item {
  background-color: #ddd;
  text-align: left;
  clear: both;
  margin-bottom: 1px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.question .clist .item .edit {
  float: right;
}
.question .clist .item .name {
  font-size: 16px;
  padding: 10px 0 8px 20px;
  overflow: hidden;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  box-sizing: border-box;
}
.question .clist .item .locations {
  font-size: 12px;
  padding: 1px 0 0 0;
  line-height: 16px;
}
.question .clist .item button.tool {
  padding: 5px;
  margin: 8px;
}
.question .clist .item button.tool i {
  font-size: 22px;
}
.question .captchaBox {
  padding: 10px 0 0 0;
}
.question .errorLabel {
  display: none;
  text-align: left;
  padding: 4px 0 8px 4px;
  color: #E80000;
  font-size: 16px;
  line-height: 22px;
}
.question .errorLabel .large {
  text-align: center;
  font-size: 30px;
  padding: 30px;
}
.question .errorBlock {
  display: none;
  text-align: left;
  padding: 20px;
  color: #E80000;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.question .btnLink {
  color: #ffa400;
  font-family: "CircularProBlack";
  cursor: pointer;
}
.question .split .left {
  float: left;
  width: 70%;
  padding: 0 15px 0 140px;
  box-sizing: border-box;
}
.question .split .left .buttons {
  /*clear: both;
  overflow: auto;
  padding: 5px;*/
}
.question .split .right {
  float: right;
  width: 30%;
}
.question .split .right i {
  font-size: 100px;
}
@media only screen and (max-width: 900px) {
  .question .split .right i {
    font-size: 50px;
    padding-top: 0;
  }
}
.question .split .half {
  width: 50%;
  padding: 0 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  .question .split .left {
    float: none;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
  }
  .question .split .right {
    float: none;
    width: 100%;
  }
}
.question .centerForm {
  width: 75%;
  margin: 0 auto;
  padding: 0 10px;
}
.question .centerForm .group .inputItem {
  width: 100%;
}
.question .centerForm .group .label {
  width: 200px;
  padding: 20px 0 0 10px;
  text-align: left;
}
.question .addALocationError, .question .addAPositionError {
  width: 100%;
  padding: 20px 10px;
  line-height: 26px;
}
.question small {
  font-size: 14px;
}
.question .staffCountTable {
  text-align: left;
}
.question .staffCountTable i {
  font-size: 18px !important;
}
.question .staffCountTable td {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  vertical-align: middle;
}
.question .staffCountMessage {
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  line-height: 1.2em;
  display: flex;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1em;
}
.question .staffCountMessage.grey {
  background-color: #d4d4d4;
  color: #484848;
}
.question .staffCountMessage.red {
  background-color: #E80000;
}
.question .staffCountMessage.green {
  background-color: #2c9830;
}
.question .staffCountMessage.purple {
  background-color: #b14eb5;
}

.iti {
  width: 100%;
}
.iti .iti__flag-container {
  left: 5px !important;
}
.iti .iti__selected-flag {
  padding-left: 20px;
}
.iti input {
  padding-left: 70px !important;
}

.spinner {
  overflow: hidden;
}
.spinner img {
  animation: rotation 2s infinite linear;
}
.spinner.small img {
  width: 100px;
  height: auto;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
}

.passwordStrength {
  position: absolute;
  width: 210px;
  right: 0px;
  top: -40px;
  display: none;
}
.passwordStrength .op {
  width: 30px;
  background-color: #2e2e2e;
  color: #fff;
  text-align: center;
  float: left;
  border-right: 1px solid #fff;
  padding: 12px 5px;
  font-weight: 100;
  position: relative;
  transition: all 0.2s ease-in;
}
.passwordStrength .op.ok {
  background-color: #14aa09;
}
.passwordStrength .op.ok.arrow:after {
  border-top: 10px solid #37a224;
}
.passwordStrength .op.arrow:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #212121;
  clear: both;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    --active: #faa31a;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #c3c3c3;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    padding: 0px !important;
  }
  input[type=checkbox].large,
  input[type=radio].large {
    padding: 15px;
  }
  input[type=checkbox]:after,
  input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    background-color: var(--active) !important;
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
  input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 28px;
  }
  input[type=checkbox]:not(.switch):after,
  input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 18px;
    line-height: 32px;
    vertical-align: top;
    cursor: pointer;
    margin-left: 8px;
  }
  @media only screen and (max-width: 1100px) {
    input[type=checkbox] + label,
    input[type=radio] + label {
      font-size: 16px;
    }
  }
  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 3px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 50px;
    border-radius: 15px !important;
  }
  input[type=checkbox].switch:after {
    left: 3px;
    top: 3px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 19px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
  input[type=radio].large:after {
    width: 29px;
    height: 29px;
  }
}
.helpModalContent .tiles {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
.helpModalContent .tiles .tile {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.helpModalContent .tiles .tile p {
  font-size: 16px;
  min-height: 60px;
}
.helpModalContent .tiles .tile:nth-child(1) {
  padding: 5px 15px 15px 0;
}
.helpModalContent .tiles .tile:nth-child(2) {
  padding: 5px 15px 15px 15px;
}
.helpModalContent .tiles .tile:nth-child(3) {
  padding: 5px 0 15px 15px;
  border-right: none;
}
.helpModalContent .tiles .tile h3 {
  font-family: "CircularProBlack";
}
.helpModalContent .tiles .tile .option {
  text-align: center;
  font-size: 18px;
  padding: 15px 0 0 0;
}
.helpModalContent .tiles .tile .option a {
  padding: 5px 15px 9px 15px;
  background-color: #ffa400;
  border-radius: 10px;
  color: #fff;
  line-height: 0px;
  margin: 10px 0 0 0;
}
.helpModalContent .tiles .tile .option a:hover {
  color: #fff;
  background-color: #ffbb53;
}
.helpModalContent .tiles .tile .phoneNumber {
  font-size: 24px;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 850px) {
  .helpModalContent .tiles {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .helpModalContent .tiles .tile {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 30px 0 !important;
  }
  .helpModalContent .tiles .tile:nth-child(3) {
    border-bottom: none;
  }
  .helpModalContent .tiles .tile p {
    padding: 0px 0 15px 0;
    min-height: 0px;
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 999;
}
.modal h2 {
  font-size: 30px;
  line-height: 30px;
}
.modal.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  max-width: 900px;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
}
@media only screen and (max-width: 900px) {
  .modal .modal-content {
    width: 90%;
  }
}
.modal .modal-content .close-button {
  float: right;
  font-size: 30px;
  transition: all 0.2s ease-in;
  color: #494949;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 10px;
}
.modal .modal-content .close-button:hover {
  color: #999;
}
.modal .modal-content .close {
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #5d5d5d;
}
.modal .modal-content .content {
  padding: 15px 25px 25px 25px;
  overflow: auto;
  max-height: 70vh;
  font-size: 16px;
}
.modal .modal-content .content p {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 15px 0;
  margin: 0px;
}
.modal .modal-content .content h2 {
  font-size: 24px;
  padding: 0 0 10px 0;
}
.modal .modal-content .content h3 {
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 8px 0;
  font-weight: 100;
}
.modal .modal-content .content h3 b {
  color: #ffa400;
  font-size: 30px;
}
.modal .modal-content .content a {
  color: #ffa400;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.modal .modal-content .content a:hover {
  color: #ffbb53;
}
.modal .modal-content .content .errorBlock {
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background-color: #E80000;
  color: #fff;
  text-align: left;
  font-size: 18px;
  display: none;
  overflow: auto;
}
.modal .link {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-decoration: none;
  color: #2d2d2d;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.modal .link:hover {
  background-color: #eaeaea;
}
.modal table td {
  font-size: 16px;
}
.modal table td.tright {
  text-align: right;
}
.modal table td input {
  padding: 10px;
  width: 100px;
  border: 1px solid #ccc;
}
.modal table td input.error {
  border: 1px solid #E80000;
  background-color: #fff7f8 !important;
}
.modal .btn {
  margin: 25px 0 0 0;
  padding: 10px;
  text-align: center;
  background-color: #ffa400;
  color: #fff;
  transition: all 0.2s ease-in;
  cursor: pointer;
  float: right;
  border-radius: 5px;
}
.modal .btn.left {
  float: left;
}
.modal .btn.full {
  margin: 0px;
  padding: 10px 0;
  width: 100%;
}
.modal .btn.green {
  background-color: #149f17;
  color: #fff;
}
.modal .btn.cyan {
  background-color: #00b0b9;
}
.modal .btn:hover {
  opacity: 0.75;
}
.modal .btn.cancel {
  background-color: #efefef;
  color: #999999;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  height: inherit !important;
}
.select2-container--default .select2-selection--single.error {
  border: 1px solid #E80000 !important;
  background-color: #FFEFF2 !important;
}

.select2-selection__rendered {
  text-align: left;
  padding: 15px;
  margin-left: 10px;
  color: #818181 !important;
}
@media only screen and (max-width: 1100px), screen and (max-height: 600px) {
  .select2-selection__rendered {
    padding: 6px;
    padding-left: 0px !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  /*border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;*/
  margin-top: 0px;
  border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 26px;
  color: #818181 !important;
}
@media only screen and (max-width: 1100px), screen and (max-height: 600px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    font-size: 16px;
  }
}

.tooltip {
  position: relative;
  cursor: pointer;
  font-family: "CircularProBook";
  font-weight: 100;
}
.tooltip:before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 15px;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 18px;
  transition: all 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  z-index: 999;
}
.tooltip.narrow:before {
  width: 150px !important;
}
.tooltip:after {
  content: "";
  position: absolute;
  left: 100%;
  margin-left: -5px;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid #000;
  border-color: transparent black transparent transparent;
  transition: all 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.tooltip.left:before {
  left: -250px;
}
.tooltip.left:after {
  left: -265px;
  border-color: transparent transparent transparent black;
  left: -10px;
}
.tooltip:hover:before, .tooltip:hover:after {
  visibility: visible;
  opacity: 0.9;
}

.errorMessageBox {
  background-color: #FFEFF2;
  border: 1px solid #E80000;
  padding: 25px;
  font-size: 16px;
  text-align: left;
  display: none;
  border-radius: 3px;
}
.errorMessageBox ul {
  margin: 10px 0 0 25px;
}
.errorMessageBox ul li {
  padding: 5px 0;
  list-style-type: circle;
}/*# sourceMappingURL=onboarding.css.map */</pre></body></html>