@font-face {
  font-family: "font-awesome";
  src: url("/fonts/font-awesome/fontawesome-webfont.eot");
  src: url("/fonts/font-awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("/fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("/fonts/font-awesome/fontawesome-webfontt.svg#font-awesome") format("svg");
}
body header nav {
  background: #fff;
  border-top-left-radius: 40px;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
}
body header nav .navbar-brand {
  padding: 25px 25px 15px 0px;
}
body header nav .navbar-brand img {
  padding: 0;
  width: 100%;
  max-width: 210px;
}
body hr {
  border-top: none;
}
body .modal-dialog {
  transition: transform 0.3s ease-out;
}
body .large-modal .modal-dialog,
body .x-large-modal .modal-dialog {
  width: 95%; /* Adjust width as needed */
}
body .large-modal .modal-body {
  padding: 0 16px 15px;
  max-height: 80vh;
  overflow-y: auto;
}
body .large-modal .modal-body img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
body .large-modal .timer {
  text-align: center !important;
  margin-top: 20px;
  font-weight: 600;
  font-family: "halisws-bold";
  font-size: 28px;
}
body #clothingModal .modal-body img {
  margin-bottom: 15px;
}
body #clothingModal .modal-body img.work-suit {
  max-width: 120px;
}
body #clothingModal .modal-body img.diagram {
  max-width: 400px;
}
body #downloadModal .form-group {
  margin-bottom: 12px;
}
body #downloadModal .form-group label {
  margin-top: 5px;
}
body main > .row {
  margin-bottom: 35px;
}
body main h1 {
  line-height: 1.5;
}
body main .title-wrapper {
  padding-top: 15px;
}
body main .title-wrapper h2 {
  padding-top: 0;
}
body main .title-wrapper h2,
body main .title-wrapper a {
  display: inline-block;
}
body main .title-wrapper .edit-link {
  margin-left: 15px;
  padding-top: 14px;
  vertical-align: top;
  display: inline;
}
body main figure {
  text-align: center;
}
body main .act-link {
  font-style: italic;
}
body main .modal-link {
  margin-bottom: 10px;
  display: block;
}
body main .modal-link:before {
  content: "\f05a";
  font-family: "font-awesome";
  display: inline-block;
  margin-right: 5px;
}
body main .modal-link-after:after {
  content: "\f05a";
  font-family: "font-awesome";
  display: inline-block;
  margin-left: 5px;
}
body main .restart-link:before {
  content: "\f021";
  font-family: "font-awesome";
  display: inline-block;
  margin-right: 5px;
}
body main .breadcrumbs-link {
  margin-bottom: 15px;
  display: inline-block;
}
body main blockquote {
  margin-bottom: 25px;
}
body main .blockquote-border-red {
  border-color: #a4343a !important;
}
body main .flow-btn {
  display: block;
  border: 2px solid #e4e2e0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  padding: 20px !important;
  color: #453f39;
  position: relative;
  margin-bottom: 20px;
}
body main .flow-btn i {
  color: #6399ae;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  position: absolute;
  top: 32%;
  right: 20px;
  margin-left: 15px;
}
body main .flow-btn:focus {
  border: 2px solid #ccc;
}
body main .flow-btn:hover {
  border-color: #6399ae;
  background: #e0ebef;
  text-decoration: none;
}
body main .report-btn-wrapper .btn:first-child {
  margin-right: 10px;
}
body main .page-divider {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  display: block;
}
body main .custom-checkboxes {
  margin-bottom: 25px;
  display: block;
}
body main .custom-checkboxes .container-checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 12px 9px 30px;
  width: 100%;
  font-weight: 400;
}
body main .custom-checkboxes .container-checkbox.active, body main .custom-checkboxes .container-checkbox:hover, body main .custom-checkboxes .container-checkbox:focus {
  border-color: #6399AE;
}
body main .custom-checkboxes .container-checkbox .checkmark-checkbox {
  top: 7px;
  left: 0px;
}
body main .radioButtonLabel {
  margin-bottom: 0.5em;
}
body main .custom-radio-btn {
  margin-bottom: 25px;
  display: block;
}
body main .custom-radio-btn .container-radio {
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 12px 9px 30px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
}
body main .custom-radio-btn .container-radio.active, body main .custom-radio-btn .container-radio:hover, body main .custom-radio-btn .container-radio:focus {
  border-color: #6399AE;
}
body main .custom-radio-btn .container-radio .checkmark {
  top: 11px;
  left: 0;
}
body main .custom-radio-btn .container-radio .break {
  flex-basis: 100%;
  height: 0;
}
body main .custom-radio-btn .container-radio span.label {
  display: block;
  font-weight: 400;
}
body main .custom-radio-btn .container-radio span.examples {
  font-weight: 400;
  color: #776E64;
  margin-top: 5px;
}
body main .custom-radio-btn .container-radio span.examples .bullets ul {
  margin-top: 5px;
  margin-bottom: 0;
}
body main .custom-img-radio-btn {
  margin-bottom: 25px;
}
body main .custom-img-radio-btn.error-present .container-radio {
  border-width: 2px !important;
  border-color: #dc4405 !important;
}
body main .custom-img-radio-btn.error-present .container-radio .text-content .checkmark {
  border-width: 2px !important;
  border-color: #dc4405 !important;
}
body main .custom-img-radio-btn .container-radio {
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
> body main .custom-img-radio-btn .container-radio:not(.img-fluid) {
  flex-grow: 1;
}
body main .custom-img-radio-btn .container-radio.active, body main .custom-img-radio-btn .container-radio:hover, body main .custom-img-radio-btn .container-radio:focus {
  border-color: #6399AE;
}
body main .custom-img-radio-btn .container-radio .text-content {
  flex-grow: 1;
  padding: 9px 12px 12px 12px;
}
body main .custom-img-radio-btn .container-radio .text-content input[type=radio] {
  margin-right: auto;
}
body main .custom-img-radio-btn .container-radio .text-content .checkmark {
  top: 11px;
  left: 12px;
}
body main .custom-img-radio-btn .container-radio .text-content .break {
  flex-basis: 100%;
  height: 0;
}
body main .custom-img-radio-btn .container-radio .text-content span.label {
  display: block;
  margin-right: auto;
}
body main .custom-img-radio-btn .container-radio .text-content span.examples {
  font-weight: 400;
  display: block;
  margin-top: 5px;
  margin-right: auto;
  flex-basis: 100%;
  color: #776E64;
}
body main .custom-img-radio-btn .container-radio .img-fluid {
  flex-shrink: 0;
  order: 2;
  margin-left: 20px;
}
body main .custom-img-radio-btn .container-radio .img-fluid img {
  display: block;
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  height: auto;
}
body main .img-radio-btn-wrapper {
  margin-bottom: 25px;
}
body main .img-radio-btn-wrapper .radio-btn-group {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body main .img-radio-btn-wrapper .radio-btn-group.active {
  border-color: #6399AE;
}
body main .img-radio-btn-wrapper .radio-btn-group .radio-btn {
  padding: 12px;
  position: relative;
  width: 100%;
}
body main .img-radio-btn-wrapper .radio-btn-group .radio-btn .container-radio {
  margin: 0 0 5px 0;
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  display: block;
  height: 100%;
  padding-left: 40px;
}
body main .img-radio-btn-wrapper .radio-btn-group .radio-btn .description {
  padding-left: 29px;
}
body main .img-radio-btn-wrapper .radio-btn-group .radio-btn p {
  margin-left: 30px;
  margin-bottom: 10px;
  color: #453f39;
  font-weight: 400;
}
body main .img-radio-btn-wrapper .radio-btn-group .radio-btn p span {
  color: #776E64;
}
body main .img-radio-btn-wrapper .radio-btn-group .radio-btn .bullets {
  margin-left: 20px;
}
body main .img-radio-btn-wrapper .radio-btn-group .radio-btn .bullets ul li {
  color: #776E64;
  margin-bottom: 8px;
}
body main .img-radio-btn-wrapper .radio-btn-group .img-fluid {
  max-width: 140px !important;
}
body main .img-radio-btn-wrapper .radio-btn-group .img-fluid img {
  width: 100%;
}
body main .select-card-wrapper {
  display: flex;
  margin-bottom: 15px;
}
body main .select-card-wrapper .wsbc-selectable-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
body main .select-card-wrapper .wsbc-selectable-card figure {
  text-align: center;
}
body main .select-card-wrapper .wsbc-selectable-card .button-container {
  margin-top: auto;
}
body main .wsbc-selectable-card:focus, body main .wsbc-selectable-card:hover {
  border-width: 1px;
  padding: 10px 20px 20px 20px;
}
body main .disclaimer-checkbox {
  margin-bottom: 20px;
}
body main .disclaimer-checkbox .innerbox {
  padding: 24px;
}
body main .alert-box {
  margin-bottom: 40px;
}
body main form label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
}
body main form label + span {
  display: inline-block;
}
body main .description {
  display: block;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #776E64;
}
body main input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #776E64;
  opacity: 0.75;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
body main input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #776E64;
  opacity: 0.5;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
body main input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #776E64;
  opacity: 0.5;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
body main input::-ms-input-placeholder { /* Microsoft Edge */
  color: #776E64;
  opacity: 0.5;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
body main input::-webkit-input-placeholder { /* WebKit-based browsers (Safari, Chrome, Opera 15+) */
  color: #776E64;
  opacity: 0.5;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
body main .parsley-errors-list {
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
  margin-top: 5px;
}
body main .parsley-errors-list li {
  color: #dc4405 !important;
}
body main .container-radio.parsley-error,
body main .container-radio.parsley-error + label,
body main .container-radio.parsley-error + label + label,
body main .container-radio.parsley-error + label + label + label {
  border-color: #dc4405 !important;
}
body main input[type=number].parsley-error {
  border-color: #dc4405 !important;
}
body main .parsley-error,
body main .parsley-error + label,
body main .parsley-error + label + label,
body main .parsley-error + label + label + label {
  border-width: 2px !important;
}
body main .parsley-error .checkmark,
body main .parsley-error + label .checkmark,
body main .parsley-error + label + label .checkmark,
body main .parsley-error + label + label + label .checkmark {
  border-width: 2px !important;
  border-color: #dc4405 !important;
}
body main .invalid-feedback {
  font-size: 14px;
  margin-top: 0;
  color: #dc4405;
}
body main .invalid-feedback + .confirmationbox .container-checkbox {
  margin-top: 5px;
}
body main .invalid-feedback[style="display: block;"] + .confirmationbox .checkmark-checkbox {
  border-width: 2px !important;
  border-color: #dc4405 !important;
}
body main .heat-scale-bar {
  padding: 0 15px;
  list-style-type: none;
  flex-wrap: nowrap;
}
body main .heat-scale-bar li {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 15px;
  text-align: center;
  max-height: 30px;
  margin: 11px 0 0 0;
}
body main .heat-scale-bar li span {
  vertical-align: middle;
  display: none;
  padding: 3px 0;
  white-space: nowrap;
}
body main .heat-scale-bar li.active {
  margin-top: 0;
  border-radius: 4px;
  padding: 15px;
  min-height: 50px;
  /*min-width: 170px;*/
}
body main .heat-scale-bar li.active span {
  display: inline-block;
  padding: 0;
}
body main .heat-scale-bar li:first-child {
  background: #c4c697;
}
body main .heat-scale-bar li:nth-child(2) {
  background: #f8e0a4;
}
body main .heat-scale-bar li:nth-child(3) {
  background: #f4cc6d;
}
body main .heat-scale-bar li:nth-child(4) {
  background: #f1a840;
}
body main .heat-scale-bar li:nth-child(5) {
  background: #ed8c01;
}
body main .heat-scale-bar li:nth-child(6) {
  background: #dc4405;
  color: #fff;
}
body main .heat-scale-bar li:last-child {
  background: #a4343a;
  color: #fff;
}
body main .heat-card-header > .row {
  display: flex;
  align-items: flex-end;
}
body main .heat-card-header > .row > div {
  margin-bottom: 10px;
}
body main .heat-card-header > .row > div h3 {
  min-height: 51px;
  font-size: 0.9rem;
  display: inline;
  align-items: baseline;
}
body main .heat-card-container {
  padding: 0;
  margin-bottom: 10px;
}
body main .heat-card-container > .row > div:first-child {
  white-space: nowrap;
}
body main .heat-card-container > .row > div:nth-child(3) {
  text-align: right;
  display: none;
}
body main .heat-card-container > .row > div > div,
body main .heat-card-container > .row > div > a {
  padding: 15px;
  display: block;
}
body main .heat-card-container > .row > div .bullets {
  padding: 0 15px 0 0;
}
body main .heat-card-container .risk-level {
  font-weight: 700;
  color: #000;
}
body main .heat-card-container .risk-level.risk-level-01 {
  background: #c4c697;
}
body main .heat-card-container .risk-level.risk-level-02 {
  background: #f8e0a4;
}
body main .heat-card-container .risk-level.risk-level-03 {
  background: #f4cc6d;
}
body main .heat-card-container .risk-level.risk-level-04 {
  background: #f1a840;
}
body main .heat-card-container .risk-level.risk-level-05 {
  background: #ed8c01;
}
body main .heat-card-container .risk-level.risk-level-06 {
  background: #dc4405;
  color: #fff;
}
body main .heat-card-container .risk-level.risk-level-07 {
  background: #a4343a;
  color: #fff;
}
body main .heat-card-container .download-wrapper {
  margin-top: 5px;
}
body main .heat-card-container .download-wrapper img,
body main .heat-card-container .download-wrapper a {
  float: left;
}
body main .contact-info p {
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  body main .heat-card-container > .row > div:nth-child(3) {
    display: block;
  }
  body main .heat-card-container > .row > div:last-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: none;
  }
  body main .heat-card-container > .row > div:last-child .bullets {
    padding: 15px;
  }
  body main input.form-control {
    font-size: 16px;
  }
  body main input.form-control::placeholder, body main input.form-control:-moz-placeholder, body main input.form-control::-moz-placeholder, body main input.form-control:-ms-input-placeholder, body main input.form-control::-ms-input-placeholder, body main input.form-control::-webkit-input-placeholder { /* WebKit-based browsers (Safari, Chrome, Opera 15+) */
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 992px) {
  body main .custom-checkboxes {
    margin-bottom: 25px;
  }
  body main .custom-checkboxes .container-checkbox {
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 12px 12px 12px 40px;
    width: 100%;
  }
  body main .custom-checkboxes .container-checkbox.active, body main .custom-checkboxes .container-checkbox:hover, body main .custom-checkboxes .container-checkbox:focus {
    border-color: #6399AE;
  }
  body main .custom-checkboxes .container-checkbox .checkmark-checkbox {
    top: 11px;
    left: 11px;
  }
  body main .custom-radio-btn {
    margin-bottom: 25px;
  }
  body main .custom-radio-btn .container-radio {
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 12px 12px 12px 40px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
  }
  body main .custom-radio-btn .container-radio.active, body main .custom-radio-btn .container-radio:hover, body main .custom-radio-btn .container-radio:focus {
    border-color: #6399AE;
  }
  body main .custom-radio-btn .container-radio .checkmark {
    top: 15px;
    left: 12px;
  }
  body main .custom-radio-btn .container-radio .break {
    flex-basis: 100%;
    height: 0;
  }
  body main .custom-radio-btn .container-radio span.label {
    display: block;
  }
  body main .custom-radio-btn .container-radio span.examples {
    font-weight: 400;
    display: block;
    margin-top: 5px;
  }
  body main .report-btn-wrapper .btn {
    width: 100%;
  }
  body main .report-btn-wrapper .btn:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  body {
    /* Ensure the modal is positioned at the bottom of the viewport */
  }
  body header nav .navbar-brand {
    padding: 8px 25px 15px 0px;
  }
  body header nav .navbar-brand img {
    padding: 0;
    width: 100%;
    max-width: 160px;
  }
  body main .heat-card-container > .row > div:first-child {
    white-space: normal;
  }
  body main .heat-card-container > .row > div:nth-child(3) {
    display: block;
  }
  body main .heat-card-container > .row > div > div,
  body main .heat-card-container > .row > div > a {
    padding: 10px;
  }
  body main .heat-card-container > .row > div .bullets {
    padding: 15px;
  }
  body main .risk-level {
    height: 100%;
  }
  body main .img-radio-btn-wrapper .radio-btn-group .img-fluid {
    max-width: 110px !important;
    min-width: 110px !important;
  }
  body main .img-radio-btn-wrapper .radio-btn-group .img-fluid img {
    width: 100%;
  }
  body .modal:not(.keep-centered) {
    /* Initial state of the modal off-screen (below the viewport) */
    /* Transition for the modal dialog to slide up into view */
    /* State of the modal when it is active (slid up into view) */
  }
  body .modal:not(.keep-centered) .modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
    top: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    transform: none !important;
  }
  body .modal:not(.keep-centered) .modal.fade:not(.show) .modal-dialog {
    transform: translateY(100%) !important;
  }
  body .modal:not(.keep-centered) .modal-dialog {
    transition: transform 0.3s ease-out !important;
  }
  body .modal:not(.keep-centered) .modal.show .modal-dialog {
    transform: translateY(0) !important;
  }
}
@media (min-width: 768px) {
  body main .flow-btn {
    min-height: 130px;
  }
  body main .flow-btn i {
    display: none;
  }
  body main .heat-scale-bar li.active {
    width: 15%;
  }
}
@media (min-width: 1025px) {
  body main .heat-scale-bar li span {
    display: inline-block;
  }
  body main .heat-card-container > .row > div {
    padding-top: 15px;
  }
  body main .heat-card-container > .row > div:last-child {
    display: inline-block;
  }
}
/*SURVEY LINK*/
@media screen and (max-width: 768px) {
  .surveybuttondesktop {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .surveybuttonmobile {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
