@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
.alert {
  font-weight: 600;
  font-size: 13px;
}
.alert.alert-warning {
  background: #ee7d11;
  color: #ffffff;
}
.alert.alert-danger {
  background: #e2001a;
  color: #ffffff;
  border: 1px solid #e2001a;
}
.alert .btn-close {
  position: absolute;
  right: 10px;
  padding: 0;
  top: 11px;
  width: 22px;
  height: 22px;
  opacity: 1;
}
.alert .btn-close:hover {
  opacity: 1;
}
.alert .btn-close:before, .alert .btn-close:after {
  position: absolute;
  right: 11px;
  top: 5px;
  content: " ";
  height: 13px;
  width: 2px;
  background-color: #fff;
}
.alert .btn-close:before {
  transform: rotate(45deg);
}
.alert .btn-close:after {
  transform: rotate(-45deg);
}

.btn {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
}
.btn.btn-default {
  color: #000000;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  background-color: #f5f5f5;
  background-image: linear-gradient(to top, #f5f5f5, #ffffff);
}
.btn.btn-default:hover {
  background-image: linear-gradient(to bottom, #f5f5f5, #e8e8e8);
}
.btn.btn-primary {
  color: #ffffff;
  border: 1px solid #af1e16;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.08);
  background-color: #e2001a;
  background-image: linear-gradient(to bottom, #e2001a, #d32118);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #d32118;
  border: 1px solid #af1e16;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background-image: linear-gradient(to bottom, #d32118, #af1e16);
}
.btn.btn-primary:active {
  background-color: #af1e16;
}

.fruity .dropdown-menu > .active > a,
.fruity .dropdown-menu > .active > a:focus,
.fruity .dropdown-menu > .active > a:hover,
.fruity .dropdown-menu > li > a:focus, .fruity .dropdown-menu > li > a:hover {
  background-color: #f5f5f5 !important;
  color: #35363f;
}

.fruity .navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
}
.fruity .navbar a {
  font-size: 14px;
}
.fruity .dropdown-menu {
  padding: 0;
}
.fruity .dropdown-menu li {
  border-bottom: 1px solid #e0e0e0;
}
.fruity .dropdown-menu li:last-child {
  border: 0;
}
.fruity .dropdown-menu .dropdown-item {
  padding: 7.5px 15px;
}

@media (min-width: 769px) {
  .fruity .navbar .navbar-nav .nav-item:after {
    background-color: #999999;
  }
}
.navbar-toggler {
  position: relative;
  border: 0;
}

.bar1 {
  top: 0px;
}

.bar2 {
  top: 7px;
}

.bar3 {
  top: 14px;
}

.bar1, .bar2, .bar3 {
  position: absolute;
  left: 9px;
  width: 30px;
  height: 2px;
  background-color: #333;
  margin-top: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.list-radio .radio-list ul {
  border-radius: 2px;
}
.list-radio .radio-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.list-radio .radio-item input[type=radio] {
  display: none;
}
.list-radio .radio-item label {
  background: #E0E0E0;
  color: #000;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 10px 30px;
  text-align: center;
}
.list-radio .radio-item label:hover {
  background: #d4dcef;
  color: #000;
}
.list-radio .radio-item label::before, .list-radio .radio-item label::after {
  margin: 0;
  display: inline-block;
  content: "";
  width: auto;
  height: auto;
  border: none;
  top: 6px;
  background: transparent;
  padding: 0;
}
.list-radio .radio-item label::before {
  left: 5px;
  right: auto;
}
.list-radio .radio-item label::after {
  left: auto;
  right: 5px;
}
.list-radio .radio-item input[type=radio]:checked + label {
  background: #000;
  margin-left: 15px;
  margin-right: 15px;
  color: white;
}
.list-radio .radio-item input[type=radio]:checked + label::before,
.list-radio .radio-item input[type=radio]:checked + label::after {
  font-family: "FontAwesome";
  font-weight: bold;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 1.2;
  border: none;
  background: transparent;
}
.list-radio .radio-item input[type=radio]:checked + label::before {
  content: "\f105";
}
.list-radio .radio-item input[type=radio]:checked + label::after {
  content: "\f104";
}
.list-radio .radio-item input[type=radio] + label + div.form-group.text-item {
  padding: 5px 0 0;
}
.list-radio .radio-item input[type=radio]:checked + label + div.form-group.text-item {
  padding: 5px 15px 0;
}
.list-radio .radio-item input[type=radio]:checked + label + div.form-group.text-item input[type=text] {
  background: lightyellow;
  text-align: center;
}
.list-radio .radio-item .input-sm {
  font-size: 18px;
}
.list-radio .radio-item .form-inline .form-group {
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
}
.list-radio .radio-item .form-inline .form-control {
  width: 100%;
}
@media (min-width: 768px) {
  .list-radio .form-inline .form-group {
    display: block;
  }
  .list-radio .form-inline .form-control {
    width: 100%;
  }
}

.list-radio.bi .radio-item label {
  color: white;
}
.list-radio.bi .radio-item:nth-child(1) label {
  background: #5371B3;
}
.list-radio.bi .radio-item:nth-child(2) label {
  background: #6478A3;
}
.list-radio.bi .radio-item:nth-child(3) label {
  background: #757F94;
}
.list-radio.bi .radio-item:nth-child(4) label {
  background: #878685;
}
.list-radio.bi .radio-item:nth-child(5) label {
  background: #977061;
}
.list-radio.bi .radio-item:nth-child(6) label {
  background: #A75A3D;
}
.list-radio.bi .radio-item:nth-child(7) label {
  background: #B84419;
}
.list-radio.bi .radio-item:nth-child(8) label {
  background: #E0E0E0;
  color: #000;
}
.list-radio.bi .radio-item:hover label {
  background: #d4dcef;
  color: #000;
}
.list-radio.uni .radio-item label {
  color: white;
}
.list-radio.uni .radio-item:nth-child(1) label {
  background: #5371B3;
}
.list-radio.uni .radio-item:nth-child(2) label {
  background: #6076A7;
}
.list-radio.uni .radio-item:nth-child(3) label {
  background: #6D7B9C;
}
.list-radio.uni .radio-item:nth-child(4) label {
  background: #7A8090;
}
.list-radio.uni .radio-item:nth-child(5) label {
  background: #878685;
}
.list-radio.uni .radio-item:nth-child(6) label {
  background: #E0E0E0;
  color: #000;
}
.list-radio.uni .radio-item:hover label {
  background: #d4dcef;
  color: #000;
}

.multiple-opt li.checkbox-item {
  padding: 0;
  color: #222;
  font-weight: normal;
  margin-bottom: 5px;
}
.multiple-opt li.checkbox-item input[type=checkbox] {
  display: none;
}
.multiple-opt li.checkbox-item .input-sm {
  font-size: 18px;
}
.multiple-opt li.checkbox-item label {
  margin-bottom: 0;
  display: block;
  font-weight: normal;
  padding: 5px 30px;
}
.multiple-opt li.checkbox-item label::before {
  padding: 0;
  line-height: 1.2;
  top: 7px;
  left: 20px;
  right: auto;
  width: 16px;
  height: 16px;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  background-image: linear-gradient(to top, #f5f5f5, #fff);
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  display: inline-block;
}
.multiple-opt li.checkbox-item input[type=checkbox] + label + div.form-group.text-item {
  padding: 5px 0 0;
}
.multiple-opt li.checkbox-item input[type=checkbox]:checked + label + div.form-group.text-item {
  padding: 5px 15px 0;
}
.multiple-opt li.checkbox-item input[type=checkbox]:checked + label + div.form-group.text-item input[type=text] {
  background: lightyellow;
  text-align: center;
  border-color: #66afe9;
}
@media (min-width: 768px) {
  .multiple-opt .form-inline .form-group {
    display: block;
  }
  .multiple-opt .form-inline .form-control {
    width: 100%;
  }
}

.checkbox-item input[type=checkbox]:checked + label::before {
  background-image: linear-gradient(to top, #1665d8, #1f6fe5);
  border-color: #104798;
}

.checkbox-item input[type=checkbox]:checked + label::after {
  content: "\f00c";
  left: 20px;
  top: 7px;
  font-size: 10px;
  color: #ffffff;
}

.fruity .slider .slider-track {
  background: #ddd;
  box-shadow: none;
  border-radius: 15px;
}
.fruity .slider .slider-track .slider-selection {
  background-image: none;
  background: #1665d8;
  box-shadow: none;
  border-radius: 15px;
}
.fruity .slider .slider-track .slider-track-low,
.fruity .slider .slider-track .slider-track-high {
  border-radius: 0;
}
.fruity .slider .slider-handle {
  background-image: none;
  background-image: linear-gradient(to top, #1665d8, #1f6fe5);
  border: 1px solid #104798;
  box-shadow: none;
  background-color: #1665d8;
}

.question-container {
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8 !important;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04) !important;
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04) !important;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04) !important;
}
.question-container .question-title-container {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 15px;
  padding: 23px 25px;
  border-bottom: 1px solid #e8e8e8;
}
.question-container .question-title-container .question-number {
  margin-right: 15px;
  background-color: #1665d8;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 23px;
  float: left;
  border: 1px solid #104798;
}
.question-container .question-title-container .question-text {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.question-container .question-valid-container {
  padding-left: 30px;
}
.question-container .question-valid-container .ls-question-help {
  padding-top: 5px;
}
.question-container .question-valid-container .ls-question-help .em_default {
  display: none;
}
.question-container .question-valid-container .ls-question-help .ls-em-success {
  color: #34aa44;
}
.question-container .answer-container {
  padding-left: 30px;
  padding-bottom: 15px;
}
.question-container .answer-container .ls-answers {
  padding-top: 0;
}
.question-container .answer-container .ls-answers ul {
  margin-bottom: 0;
}
.question-container .answer-container .ls-answers ul li:last-child {
  margin-bottom: 0;
}
.question-container .answer-container .form-control {
  height: 37px;
}
.question-container .question-help-container {
  padding-left: 30px;
  line-height: 1.2;
}
.question-container .question-help-container p:last-child {
  margin-bottom: 0;
}

.privacy {
  padding: 15px 20px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
}
.privacy .h4 {
  color: #4D4D4D;
  font-weight: 600;
  font-size: 15px;
}
.privacy p {
  color: #4D4D4D;
}

body {
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article {
  padding: 0 10px;
}

.outerframe {
  max-width: 1000px;
}

.completed-wrapper {
  margin-top: 0;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.question-valid-container .text-danger {
  font-weight: normal;
}

.group-outer-container.space-col {
  margin-bottom: 0;
}
.group-outer-container.space-col .group-container.space-col {
  margin-bottom: 0;
}

.navigator {
  margin-top: 0;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.04);
}

.fruity .form-control {
  height: 37.59px;
}

.fruity .form-control:focus {
  border: 1px solid #1665d8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(22, 101, 216, 0.6);
}

.checkbox-item input[type=checkbox]:checked + label:after,
.checkbox-item input[type=radio]:checked + label:after {
  background-color: #1665d8;
}

.ls-answers.gender-button .btn, .ls-answers.yesno-button .btn {
  background-color: #dbdbdb;
  border: 0;
  background-image: none;
  border-right: 1px solid #fff;
}
.ls-answers.gender-button .btn:last-child, .ls-answers.yesno-button .btn:last-child {
  border-right: 0;
}
.ls-answers.gender-button .btn:hover, .ls-answers.yesno-button .btn:hover {
  background-color: #d4dcef;
}
.ls-answers.gender-button .btn.active, .ls-answers.yesno-button .btn.active {
  background-color: #000;
}
.ls-answers.gender-button .btn.active label, .ls-answers.yesno-button .btn.active label {
  color: #fff;
}
.ls-answers.gender-button .btn.focus, .ls-answers.yesno-button .btn.focus {
  outline: 0;
}
.ls-answers.gender-button .btn label, .ls-answers.yesno-button .btn label {
  color: #000;
}
.ls-answers.gender-button .btn.btn-primary, .ls-answers.yesno-button .btn.btn-primary {
  color: #000000;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  background-color: #f5f5f5;
  background-image: linear-gradient(to top, #f5f5f5, #ffffff);
}
.ls-answers.gender-button .btn.btn-primary:focus,
.ls-answers.gender-button .btn.btn-primary:active,
.ls-answers.gender-button .btn.btn-primary:focus,
.ls-answers.gender-button .btn-check:checked + .btn-primary,
.ls-answers.gender-button .btn-check:checked + .btn-primary:focus,
.ls-answers.gender-button .btn-check:checked + .btn-primary:active,
.ls-answers.gender-button .btn-check:checked + .btn-primary:focus, .ls-answers.yesno-button .btn.btn-primary:focus,
.ls-answers.yesno-button .btn.btn-primary:active,
.ls-answers.yesno-button .btn.btn-primary:focus,
.ls-answers.yesno-button .btn-check:checked + .btn-primary,
.ls-answers.yesno-button .btn-check:checked + .btn-primary:focus,
.ls-answers.yesno-button .btn-check:checked + .btn-primary:active,
.ls-answers.yesno-button .btn-check:checked + .btn-primary:focus {
  background-color: #1665d8;
  border: 1px solid #104798;
  color: #fff;
  box-shadow: none;
  background-image: linear-gradient(to top, #104798, #1665d8);
}

.form-select {
  position: relative;
}

.form-select:after {
  position: absolute;
  border-bottom: 1px solid #f00;
  border-right: 1px solid #f00;
  height: 10px;
  width: 10px;
  transform: rotate(-45deg);
}