/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.question-text p, .question-container .question-title-container {
  margin-bottom: 0;
}
.row > * {
  max-width: 750px;
}
a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.navbar {
  background-color: #ffffff85 !important;
}
.answers-list b {
  color: gray;
  float: right;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 0 5px;
  font-size: 11px;
}
.js .ls-hidden {
  opacity: 0.4;
  display: block;
}
.js #question637.ls-hidden {
  display: none !important;
}

.lum-lightbox .lum-close-button {
  position: absolute;
  top: 10px;
  right: 10%;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  background-color: rgba(255, 0, 0, 0.85);
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.8);
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s ease;
}

.lum-lightbox .lum-close-button:hover {
  opacity: 1;
  background-color: rgba(255, 0, 0, 0.85);
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.8);
}

.lum-lightbox .lum-close-button:before,
.lum-lightbox .lum-close-button:after {
  content: " ";
  position: absolute;
  top: 8px;
  left: 19px;
  width: 2px;
  height: 24px;
  background-color: #fff;
  border-radius: 1px;
}

.lum-lightbox .lum-close-button:before {
  transform: rotate(45deg);
}

.lum-lightbox .lum-close-button:after {
  transform: rotate(-45deg);
}

#question68 {
  margin-bottom: -2em;
}
body {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6;
  font-family: "IBMPlexSans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
    max-width: 750px;
  }
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table.ls-answers tr th {
    font-size: 13px;
    text-align: left;
  }
}
.fadeup {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#navigator-container {
  padding-bottom: 20%;
}
.question-container .ls-question-message {
  color: #1E1E1E;
  font-style: italic;
  font-size: 0.9975rem;
  display: none;
}
.table-hover > tbody > tr:hover > th {
  color: black;
}
.table > tbody > tr > th {
  vertical-align: middle;
  padding: 20px 10px;
}
.control-label {
  margin-bottom: 0;
}
.lum-close-button {
  top: 80px !important;
}
.question-container .question-help-container {
  order: 5;
}
.question-container .question-valid-container {
  margin-top: 0;
  margin-bottom: 10px;
}
.radio-item label.ls-label-xs-visibility::after {
  left: 6px;
  top: 3px;
}
.radio-item label.ls-label-xs-visibility::before {
  left: 3px;
  top: 0;
}
.ls-answers label, .answer-item label, .control-label {
  color: black;
}
.ls-answers label, .answer-item label, .control-label {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}
.btn-lg, .btn-group-lg > .btn {
  min-height: 44px;
  padding: 5px;
  font-size: 0.9975rem;
  line-height: 28px;
  border-radius: 4px;
  width: 100%;
}
.group-container .group-description {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
}
.ri-asterisk::before {
  display: none;
}
.question-container .ls-label-question {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
}
tbody, td, tfoot, th, thead, tr, .table > :not(:first-child) {
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 1px;
}
.ls-answers .ls-heading th, .ls-answers th {
  color: black;
}
.ls-answers .ls-heading th, .ls-answers th {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6;
  vertical-align: middle;
}