@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");
body.single-cells {
  width: 100%;
  overflow: hidden;
}

ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 20px;
}
ul li {
  margin-bottom: 10px;
}
ul li:before {
  display: none;
}
ul li:last-of-type {
  margin-bottom: 0;
}

.answer-subtext ul li:before {
  display: none !important;
}

body.admin-bar .cell-content-slide-content-wrapper {
  height: calc(100vh - 162px) !important;
}

*:focus {
  outline: none;
}

section.cell-content::-webkit-scrollbar {
  display: none;
}

section.cell-content {
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  scrollbar-color: transparent transparent;
}
section.cell-content a.admin-jump-to {
  background: #ddd;
  position: absolute;
  left: -410px;
  top: 75%;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
}
section.cell-content a.admin-jump-to .admin-jump-to-button {
  height: 40px;
  width: 40px;
  background: #dc0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.cell-content a.admin-jump-to .admin-jump-to-button i {
  color: #fff;
}
section.cell-content a.admin-jump-to .admin-jump-to-options {
  margin: 0 5px;
}
section.cell-content a.admin-jump-to .admin-jump-to-options select {
  padding: 0;
  background: none;
  width: 400px;
}
section.cell-content a.admin-jump-to:hover {
  left: 0;
}
section.cell-content .cell-content-slide {
  display: none;
  height: 100%;
}
section.cell-content .cell-content-slide .content-segment-slide {
  display: none;
  height: 100%;
}
section.cell-content .cell-content-slide .cell-content-header {
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
section.cell-content .cell-content-slide .cell-content-header img {
  max-width: 150px;
  max-height: 35px;
}
section.cell-content .cell-content-slide .cell-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ddd;
}
section.cell-content .cell-content-slide .cell-content-title .cell-content-title-inner {
  padding: 10px;
}
section.cell-content .cell-content-slide .cell-content-title .pi-notice-button {
  text-decoration: none;
  padding: 10px 15px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 119px);
  background-size: cover;
  background-position: center center;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper.speaker-view {
  height: calc(100vh - 171px);
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper.clinic_home_page .cell-content-slide-content {
  padding: 0;
  max-height: calc(100vh - 118px);
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper.clinic_home_page .page.container {
  max-width: 100%;
  padding: 0;
  border: none;
}
@media screen and (max-width: 560px) {
  section.cell-content .cell-content-slide .cell-content-slide-content-wrapper {
    height: calc(100vh - 180px);
  }
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper.inner-nav-active {
  height: calc(100vh - 130px);
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper.hot-spot-wrapper {
  height: calc(100vh - 50px);
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper.hot-spot-wrapper .cell-content-slide-content {
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
  scrollbar-width: none !important;
  -ms-overflow-style: none;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper.hot-spot-wrapper .cell-content-slide-content .page.container {
  padding: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper.hot-spot-wrapper .cell-content-slide-content img {
  -o-object-fit: cover;
     object-fit: cover;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper.hot-spot-wrapper .cell-content-slide-content::-webkit-scrollbar {
  display: none;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .container.page {
  background: #fff;
  padding: 30px;
  border: 2px solid #8e8e8e;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .container.page .grid {
  width: calc(100% + 30px);
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content {
  max-height: calc(100vh - 210px);
  width: 100%;
  overflow-x: hidden;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 560px) {
  section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content {
    max-height: calc(100vh - 220px);
    padding-right: 0;
    padding: 0 15px;
  }
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content::-webkit-scrollbar-button {
  width: 18px;
  height: 18px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content::-webkit-scrollbar-thumb {
  border-radius: 50px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 48px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content::-webkit-scrollbar-track:active {
  background: #ffffff;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content::-webkit-scrollbar-corner {
  background: transparent;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .page.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content ol {
  margin-bottom: 25px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
  margin-left: 15px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content ol li:last-of-type {
  margin-bottom: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content ol li ul {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content ul {
  margin-bottom: 25px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content ul li {
  position: relative;
  margin-left: 15px;
  margin-bottom: 10px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content ul li:before {
  display: block;
  content: "- ";
  left: -15px;
  position: absolute;
  color: #7B4B94;
  font-weight: 800;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content ul li:last-of-type {
  margin-bottom: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content ul li ul {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content b, section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content strong {
  font-weight: bold;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content em {
  font-style: italic;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content blockquote {
  background: #F7F7F7;
  padding: 15px;
  border-left: 5px solid #ddd;
  margin-bottom: 15px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content blockquote p:last-of-type {
  margin-bottom: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic {
  background: #5d5d5d;
  color: #fff;
  padding: 30px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic h3 {
  font-size: 18px;
  line-height: 1.4em;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-option {
  color: #000;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 10px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-option p {
  margin: 0 !important;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-option:hover {
  cursor: pointer;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-option.selected {
  opacity: 0.5;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-option.selected.select-confirmed.correct-answer {
  background-color: green;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-option.selected.select-confirmed.incorrect-answer {
  background-color: red;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-subtext {
  display: none;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.2em;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-subtext ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 20px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-subtext ul li {
  margin-bottom: 10px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-subtext ul li:last-of-type {
  margin-bottom: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-subtext ol {
  margin-left: 15px;
  margin-bottom: 20px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-subtext ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .answers .answer-subtext ol li:last-of-type {
  margin-bottom: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .correct-answers,
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .incorrect-answers {
  display: none;
  width: 100%;
  padding: 15px;
  color: white;
  margin-top: 10px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .correct-answers {
  background-color: green;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .simple-question-logic .incorrect-answers {
  background-color: red;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .draggable-cards-wrapper {
  width: 100%;
  height: 45vh;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .draggable-cards-wrapper .draggable-cards {
  max-width: 50%;
  height: auto;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 20px;
  z-index: 999;
  background-color: #eee;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .draggable-cards-wrapper .draggable-cards:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .draggable-cards-wrapper .draggable-cards p {
  margin: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .draggable-cards-wrapper .box-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .draggable-cards-wrapper .box-holder .drag-box {
  bottom: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  height: 100px;
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eee;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 77px 0px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 0px 77px 0px rgba(0, 0, 0, 0.29);
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .draggable-cards-wrapper .box-holder .drag-box:first-of-type {
  margin-left: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .draggable-cards-wrapper .box-holder .drag-box:last-of-type {
  margin-right: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .draggable-cards-wrapper .correct-banner {
  color: white;
  background-color: green;
  display: none;
  position: absolute;
  width: 100%;
  bottom: 130px;
  padding: 15px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .draggable-cards-wrapper .incorrect-banner {
  color: white;
  background-color: red;
  display: none;
  position: absolute;
  width: 100%;
  bottom: 130px;
  padding: 15px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .matching-cards-wrap {
  position: relative;
  padding-top: 25px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .matching-cards-wrap .grid {
  z-index: 9999;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .matching-cards-wrap .left-cards, section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .matching-cards-wrap .right-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .matching-cards-wrap .left-cards .matching-cards, section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .matching-cards-wrap .right-cards .matching-cards {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .matching-cards-wrap .matching-cards {
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 20px;
  z-index: 999;
  background-color: #eee;
  left: 38%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .matching-cards-wrap .matching-cards-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .move-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .move-wrap .move-fail {
  background-color: red;
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid red;
  padding: 10px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .move-wrap .move-fail.inactive {
  opacity: 0;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .move-wrap .move-fail.active {
  opacity: 1;
}
section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .move-wrap .move-fail p {
  margin-bottom: 0;
}
section.cell-content .cell-content-slide .cell-content-footer {
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.cell-content .cell-content-slide .cell-content-footer .lhs a,
section.cell-content .cell-content-slide .cell-content-footer .rhs a {
  text-decoration: none;
  text-transform: uppercase;
}
section.cell-content .cell-content-slide .cell-content-footer .lhs a.disabled,
section.cell-content .cell-content-slide .cell-content-footer .rhs a.disabled {
  opacity: 0.2;
  pointer-events: none;
}
section.cell-content .cell-content-slide .cell-content-footer .lhs a {
  margin-right: 20px;
}
section.cell-content .cell-content-slide .cell-content-footer .lhs a i {
  margin-right: 10px;
}
section.cell-content .cell-content-slide .cell-content-footer .rhs a.next {
  margin-left: 30px;
}
section.cell-content .cell-content-slide .cell-content-footer .rhs a.next i {
  margin-left: 10px;
}
section.cell-content .cell-content-slide .cell-content-footer .rhs a.previous {
  margin-right: 30px;
}
section.cell-content .cell-content-slide .cell-content-footer .rhs a.previous i {
  margin-right: 10px;
}

.questionaire-module-wrap .questionaire-module .questionaire-module-questions .questionaire-module-question {
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.questionaire-module-wrap .questionaire-module .questionaire-module-questions .questionaire-module-question h3 {
  color: #47D0C2;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.questionaire-module-wrap .questionaire-module .questionaire-module-questions .questionaire-module-question .range-slide {
  padding: 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 2px solid #F2F2F2;
}
.questionaire-module-wrap .questionaire-module .questionaire-module-questions .questionaire-module-question .range-slide h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #47D0C2;
}
.questionaire-module-wrap .questionaire-module .questionaire-module-questions .questionaire-module-question .range-slide h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.questionaire-module-wrap .questionaire-module .questionaire-module-questions .questionaire-module-question .range-slide .labels {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.questionaire-module-wrap .questionaire-module .questionaire-module-questions .questionaire-module-question .range-slide .labels label {
  font-size: 16px;
  font-weight: 700;
}
.questionaire-module-wrap .questionaire-module .questionaire-module-questions .questionaire-module-question .range-slide .slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 5px;
  background: #CCCCCC;
  outline: none;
  margin: 30px 0 0;
}
.questionaire-module-wrap .questionaire-module .questionaire-module-questions .questionaire-module-question .range-slide .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 40px;
  height: 40px;
  background: #47D0C2;
  cursor: pointer;
  border-radius: 20px;
  position: relative;
}
.questionaire-module-wrap .questionaire-module .questionaire-module-questions .questionaire-module-question .range-slide .slider::-moz-range-thumb {
  width: 40px;
  height: 40px;
  background: #47D0C2;
  cursor: pointer;
  border-radius: 20px;
}
.questionaire-module-wrap .questionaire-module a.submit-questionaire {
  background: #7B4B94;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 700;
  border: 2px solid #7B4B94;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.questionaire-module-wrap .questionaire-module a.submit-questionaire:hover {
  background: #fff;
  color: #7B4B94;
}
.questionaire-module-wrap .form-submitted-js {
  display: none;
}

.cme_accreditation_module .cme_accreditation_module-failed-message,
.cme_accreditation_module .cme_accreditation_module-passed-message {
  display: none;
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
}
.cme_accreditation_module .cme_accreditation_module-failed-message p,
.cme_accreditation_module .cme_accreditation_module-passed-message p {
  margin: 0;
  color: #fff;
}
.cme_accreditation_module .cme_accreditation_module-failed-message a,
.cme_accreditation_module .cme_accreditation_module-passed-message a {
  background: #fff;
  color: #7B4B94;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #7B4B94;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: 16px;
}
.cme_accreditation_module .cme_accreditation_module-failed-message a:hover,
.cme_accreditation_module .cme_accreditation_module-passed-message a:hover {
  background: #7B4B94;
  color: #fff;
}
@media screen and (max-width: 496px) {
  .cme_accreditation_module .cme_accreditation_module-failed-message a.next-stage,
.cme_accreditation_module .cme_accreditation_module-passed-message a.next-stage {
    margin-bottom: 10px;
  }
}
.cme_accreditation_module .cme_accreditation_module-failed-message {
  background: red;
}
.cme_accreditation_module .cme_accreditation_module-passed-message {
  background: green;
}
.cme_accreditation_module .cme_accreditation_module-passed-message p:first-of-type {
  margin-bottom: 10px;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question {
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question.incorrect-answer {
  border: 1px solid red;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer a.answer-option {
  border: 1px solid #ddd;
  padding: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer a.answer-option.chosen-answer {
  background: #808080;
  color: #fff;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer a.answer-option p:last-of-type {
  margin-bottom: 0;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer .cme_accreditation_module-context-correct,
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer .cme_accreditation_module-context-incorrect {
  display: none;
  padding: 10px;
  font-size: 14px;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer .cme_accreditation_module-context-correct p:last-of-type,
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer .cme_accreditation_module-context-incorrect p:last-of-type {
  margin-bottom: unset;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer .cme_accreditation_module-context-correct {
  background: green;
  color: #FFFFFF;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer .cme_accreditation_module-context-incorrect {
  margin-bottom: 30px;
  background: red;
  color: #FFFFFF;
}
.cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer .cme_accreditation_module-context-incorrect a.activate-revisit-learning {
  margin-top: 15px;
  text-decoration: none;
  display: inline-block;
  background: #7B4B94;
  color: #fff;
  padding: 10px 20px;
  margin-left: 10px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 516px) {
  .cme_accreditation_module .cme_accreditation_module-questions .cme_accreditation_module-question .cme_accreditation_module-answers .cme_accreditation_module-answer .cme_accreditation_module-context-incorrect a.activate-revisit-learning {
    margin-left: 0;
    margin-top: 10px;
  }
}
.cme_accreditation_module a.check-answers {
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.trackable_image_marker-footer {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.trackable_image_marker-footer.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trackable_image_marker-footer .key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 560px) {
  .trackable_image_marker-footer .key {
    font-size: 12px;
  }
}
.trackable_image_marker-footer .key .key-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.trackable_image_marker-footer .key .key-item:before {
  content: "";
  display: block;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  border: 2px solid #000;
}
.trackable_image_marker-footer .key .key-item.peer:before {
  background: #fff;
}
.trackable_image_marker-footer .key .key-item.correct:before {
  background: rgba(84, 255, 115, 0.5);
}
.trackable_image_marker-footer .key .key-item.yours:before {
  background: rgba(250, 173, 20, 0.5);
}

.panzoom-holder-wrapper {
  position: relative;
}
.panzoom-holder-wrapper .image-zoom-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
@media screen and (max-width: 560px) {
  .panzoom-holder-wrapper .image-zoom-controls {
    position: relative;
    bottom: 0;
    right: 0;
  }
}

.image-zoom-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.image-zoom-controls .button-holder {
  padding: 5px 7px;
  border-radius: 100%;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image-zoom-controls .button-holder:last-of-type {
  margin-right: 0;
}

.clinic-map-wrapper {
  position: relative;
  width: 100%;
}
.clinic-map-wrapper img {
  display: block;
}
.clinic-map-wrapper img.hotspot-image {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  z-index: 9999;
}
.clinic-map-wrapper img.hotspot-image.active {
  opacity: 1;
}
.clinic-map-wrapper svg.hotspot {
  fill: rgba(0, 0, 0, 0) !important;
  cursor: pointer;
}
.clinic-map-wrapper svg.active {
  fill: rgba(255, 0, 0, 0.3);
}
.clinic-map-wrapper .hover-map-image {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.clinic-map-wrapper .hover-map-image.active {
  opacity: 1;
}

.trackable-wrapper {
  display: block;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .trackable-wrapper {
    padding-bottom: 40px;
  }
}
.trackable-wrapper .trackable_image_marker-wrapper.black-white-photo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.trackable-wrapper a.secondary-button {
  display: none;
  margin-bottom: 15px;
}
.trackable-wrapper .trackable-success-message {
  display: none;
  width: 100%;
  background: green;
  padding: 15px;
  color: #fff;
  margin-bottom: 15px;
}
.trackable-wrapper .trackable_image_marker {
  display: block;
  width: 100%;
  position: relative;
}
.trackable-wrapper .trackable_image_marker img {
  display: block;
  width: 100%;
  height: auto;
}
.trackable-wrapper .trackable_image_marker span.marker {
  display: none;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  border-radius: 50%;
  z-index: 9999;
}
@media screen and (max-width: 790px) {
  .trackable-wrapper .trackable_image_marker span.marker {
    width: 37.5px;
    height: 37.5px;
  }
}
@media screen and (max-width: 560px) {
  .trackable-wrapper .trackable_image_marker span.marker {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 400px) {
  .trackable-wrapper .trackable_image_marker span.marker {
    width: 18px;
    height: 18px;
  }
}
.trackable-wrapper .trackable_image_marker span.marker.current-user {
  background: rgba(250, 173, 20, 0.5);
}
.trackable-wrapper .trackable_image_marker span.marker.correct-answer {
  background: rgba(84, 255, 115, 0.5);
}

.references_content,
.info_content,
.pi-notice_content {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.references_content .references_content-inner,
.references_content .info_content-inner,
.references_content .pi-notice_content-inner,
.info_content .references_content-inner,
.info_content .info_content-inner,
.info_content .pi-notice_content-inner,
.pi-notice_content .references_content-inner,
.pi-notice_content .info_content-inner,
.pi-notice_content .pi-notice_content-inner {
  max-width: 720px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 77px 0px rgba(0, 0, 0, 0.39);
          box-shadow: 0px 0px 77px 0px rgba(0, 0, 0, 0.39);
  position: relative;
  margin: 0 30px;
  width: calc(100% - 60px);
}
.references_content .references_content-inner .references_content-inner-scroll,
.references_content .references_content-inner .info_content-inner-scroll,
.references_content .references_content-inner .pi-notice_content-inner-scroll,
.references_content .info_content-inner .references_content-inner-scroll,
.references_content .info_content-inner .info_content-inner-scroll,
.references_content .info_content-inner .pi-notice_content-inner-scroll,
.references_content .pi-notice_content-inner .references_content-inner-scroll,
.references_content .pi-notice_content-inner .info_content-inner-scroll,
.references_content .pi-notice_content-inner .pi-notice_content-inner-scroll,
.info_content .references_content-inner .references_content-inner-scroll,
.info_content .references_content-inner .info_content-inner-scroll,
.info_content .references_content-inner .pi-notice_content-inner-scroll,
.info_content .info_content-inner .references_content-inner-scroll,
.info_content .info_content-inner .info_content-inner-scroll,
.info_content .info_content-inner .pi-notice_content-inner-scroll,
.info_content .pi-notice_content-inner .references_content-inner-scroll,
.info_content .pi-notice_content-inner .info_content-inner-scroll,
.info_content .pi-notice_content-inner .pi-notice_content-inner-scroll,
.pi-notice_content .references_content-inner .references_content-inner-scroll,
.pi-notice_content .references_content-inner .info_content-inner-scroll,
.pi-notice_content .references_content-inner .pi-notice_content-inner-scroll,
.pi-notice_content .info_content-inner .references_content-inner-scroll,
.pi-notice_content .info_content-inner .info_content-inner-scroll,
.pi-notice_content .info_content-inner .pi-notice_content-inner-scroll,
.pi-notice_content .pi-notice_content-inner .references_content-inner-scroll,
.pi-notice_content .pi-notice_content-inner .info_content-inner-scroll,
.pi-notice_content .pi-notice_content-inner .pi-notice_content-inner-scroll {
  max-height: 80vh;
  padding: 30px;
  overflow-y: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none;
}
.references_content .references_content-inner .references_content-inner-scroll ol,
.references_content .references_content-inner .info_content-inner-scroll ol,
.references_content .references_content-inner .pi-notice_content-inner-scroll ol,
.references_content .info_content-inner .references_content-inner-scroll ol,
.references_content .info_content-inner .info_content-inner-scroll ol,
.references_content .info_content-inner .pi-notice_content-inner-scroll ol,
.references_content .pi-notice_content-inner .references_content-inner-scroll ol,
.references_content .pi-notice_content-inner .info_content-inner-scroll ol,
.references_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol,
.info_content .references_content-inner .references_content-inner-scroll ol,
.info_content .references_content-inner .info_content-inner-scroll ol,
.info_content .references_content-inner .pi-notice_content-inner-scroll ol,
.info_content .info_content-inner .references_content-inner-scroll ol,
.info_content .info_content-inner .info_content-inner-scroll ol,
.info_content .info_content-inner .pi-notice_content-inner-scroll ol,
.info_content .pi-notice_content-inner .references_content-inner-scroll ol,
.info_content .pi-notice_content-inner .info_content-inner-scroll ol,
.info_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol,
.pi-notice_content .references_content-inner .references_content-inner-scroll ol,
.pi-notice_content .references_content-inner .info_content-inner-scroll ol,
.pi-notice_content .references_content-inner .pi-notice_content-inner-scroll ol,
.pi-notice_content .info_content-inner .references_content-inner-scroll ol,
.pi-notice_content .info_content-inner .info_content-inner-scroll ol,
.pi-notice_content .info_content-inner .pi-notice_content-inner-scroll ol,
.pi-notice_content .pi-notice_content-inner .references_content-inner-scroll ol,
.pi-notice_content .pi-notice_content-inner .info_content-inner-scroll ol,
.pi-notice_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol {
  margin-bottom: 25px;
}
.references_content .references_content-inner .references_content-inner-scroll ol li,
.references_content .references_content-inner .info_content-inner-scroll ol li,
.references_content .references_content-inner .pi-notice_content-inner-scroll ol li,
.references_content .info_content-inner .references_content-inner-scroll ol li,
.references_content .info_content-inner .info_content-inner-scroll ol li,
.references_content .info_content-inner .pi-notice_content-inner-scroll ol li,
.references_content .pi-notice_content-inner .references_content-inner-scroll ol li,
.references_content .pi-notice_content-inner .info_content-inner-scroll ol li,
.references_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol li,
.info_content .references_content-inner .references_content-inner-scroll ol li,
.info_content .references_content-inner .info_content-inner-scroll ol li,
.info_content .references_content-inner .pi-notice_content-inner-scroll ol li,
.info_content .info_content-inner .references_content-inner-scroll ol li,
.info_content .info_content-inner .info_content-inner-scroll ol li,
.info_content .info_content-inner .pi-notice_content-inner-scroll ol li,
.info_content .pi-notice_content-inner .references_content-inner-scroll ol li,
.info_content .pi-notice_content-inner .info_content-inner-scroll ol li,
.info_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol li,
.pi-notice_content .references_content-inner .references_content-inner-scroll ol li,
.pi-notice_content .references_content-inner .info_content-inner-scroll ol li,
.pi-notice_content .references_content-inner .pi-notice_content-inner-scroll ol li,
.pi-notice_content .info_content-inner .references_content-inner-scroll ol li,
.pi-notice_content .info_content-inner .info_content-inner-scroll ol li,
.pi-notice_content .info_content-inner .pi-notice_content-inner-scroll ol li,
.pi-notice_content .pi-notice_content-inner .references_content-inner-scroll ol li,
.pi-notice_content .pi-notice_content-inner .info_content-inner-scroll ol li,
.pi-notice_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
  margin-left: 15px;
}
.references_content .references_content-inner .references_content-inner-scroll ol li:last-of-type,
.references_content .references_content-inner .info_content-inner-scroll ol li:last-of-type,
.references_content .references_content-inner .pi-notice_content-inner-scroll ol li:last-of-type,
.references_content .info_content-inner .references_content-inner-scroll ol li:last-of-type,
.references_content .info_content-inner .info_content-inner-scroll ol li:last-of-type,
.references_content .info_content-inner .pi-notice_content-inner-scroll ol li:last-of-type,
.references_content .pi-notice_content-inner .references_content-inner-scroll ol li:last-of-type,
.references_content .pi-notice_content-inner .info_content-inner-scroll ol li:last-of-type,
.references_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol li:last-of-type,
.info_content .references_content-inner .references_content-inner-scroll ol li:last-of-type,
.info_content .references_content-inner .info_content-inner-scroll ol li:last-of-type,
.info_content .references_content-inner .pi-notice_content-inner-scroll ol li:last-of-type,
.info_content .info_content-inner .references_content-inner-scroll ol li:last-of-type,
.info_content .info_content-inner .info_content-inner-scroll ol li:last-of-type,
.info_content .info_content-inner .pi-notice_content-inner-scroll ol li:last-of-type,
.info_content .pi-notice_content-inner .references_content-inner-scroll ol li:last-of-type,
.info_content .pi-notice_content-inner .info_content-inner-scroll ol li:last-of-type,
.info_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol li:last-of-type,
.pi-notice_content .references_content-inner .references_content-inner-scroll ol li:last-of-type,
.pi-notice_content .references_content-inner .info_content-inner-scroll ol li:last-of-type,
.pi-notice_content .references_content-inner .pi-notice_content-inner-scroll ol li:last-of-type,
.pi-notice_content .info_content-inner .references_content-inner-scroll ol li:last-of-type,
.pi-notice_content .info_content-inner .info_content-inner-scroll ol li:last-of-type,
.pi-notice_content .info_content-inner .pi-notice_content-inner-scroll ol li:last-of-type,
.pi-notice_content .pi-notice_content-inner .references_content-inner-scroll ol li:last-of-type,
.pi-notice_content .pi-notice_content-inner .info_content-inner-scroll ol li:last-of-type,
.pi-notice_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol li:last-of-type {
  margin-bottom: 0;
}
.references_content .references_content-inner .references_content-inner-scroll ol li ul,
.references_content .references_content-inner .info_content-inner-scroll ol li ul,
.references_content .references_content-inner .pi-notice_content-inner-scroll ol li ul,
.references_content .info_content-inner .references_content-inner-scroll ol li ul,
.references_content .info_content-inner .info_content-inner-scroll ol li ul,
.references_content .info_content-inner .pi-notice_content-inner-scroll ol li ul,
.references_content .pi-notice_content-inner .references_content-inner-scroll ol li ul,
.references_content .pi-notice_content-inner .info_content-inner-scroll ol li ul,
.references_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol li ul,
.info_content .references_content-inner .references_content-inner-scroll ol li ul,
.info_content .references_content-inner .info_content-inner-scroll ol li ul,
.info_content .references_content-inner .pi-notice_content-inner-scroll ol li ul,
.info_content .info_content-inner .references_content-inner-scroll ol li ul,
.info_content .info_content-inner .info_content-inner-scroll ol li ul,
.info_content .info_content-inner .pi-notice_content-inner-scroll ol li ul,
.info_content .pi-notice_content-inner .references_content-inner-scroll ol li ul,
.info_content .pi-notice_content-inner .info_content-inner-scroll ol li ul,
.info_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol li ul,
.pi-notice_content .references_content-inner .references_content-inner-scroll ol li ul,
.pi-notice_content .references_content-inner .info_content-inner-scroll ol li ul,
.pi-notice_content .references_content-inner .pi-notice_content-inner-scroll ol li ul,
.pi-notice_content .info_content-inner .references_content-inner-scroll ol li ul,
.pi-notice_content .info_content-inner .info_content-inner-scroll ol li ul,
.pi-notice_content .info_content-inner .pi-notice_content-inner-scroll ol li ul,
.pi-notice_content .pi-notice_content-inner .references_content-inner-scroll ol li ul,
.pi-notice_content .pi-notice_content-inner .info_content-inner-scroll ol li ul,
.pi-notice_content .pi-notice_content-inner .pi-notice_content-inner-scroll ol li ul {
  margin-left: 30px;
  margin-top: 15px;
}
.references_content .references_content-inner .pi-notice_content-inner-scroll::-webkit-scrollbar,
.references_content .info_content-inner .pi-notice_content-inner-scroll::-webkit-scrollbar,
.references_content .pi-notice_content-inner .pi-notice_content-inner-scroll::-webkit-scrollbar,
.info_content .references_content-inner .pi-notice_content-inner-scroll::-webkit-scrollbar,
.info_content .info_content-inner .pi-notice_content-inner-scroll::-webkit-scrollbar,
.info_content .pi-notice_content-inner .pi-notice_content-inner-scroll::-webkit-scrollbar,
.pi-notice_content .references_content-inner .pi-notice_content-inner-scroll::-webkit-scrollbar,
.pi-notice_content .info_content-inner .pi-notice_content-inner-scroll::-webkit-scrollbar,
.pi-notice_content .pi-notice_content-inner .pi-notice_content-inner-scroll::-webkit-scrollbar {
  display: none;
}
.references_content .references_content-inner a.close-references,
.references_content .references_content-inner a.close-info,
.references_content .references_content-inner a.close-pi-notice,
.references_content .info_content-inner a.close-references,
.references_content .info_content-inner a.close-info,
.references_content .info_content-inner a.close-pi-notice,
.references_content .pi-notice_content-inner a.close-references,
.references_content .pi-notice_content-inner a.close-info,
.references_content .pi-notice_content-inner a.close-pi-notice,
.info_content .references_content-inner a.close-references,
.info_content .references_content-inner a.close-info,
.info_content .references_content-inner a.close-pi-notice,
.info_content .info_content-inner a.close-references,
.info_content .info_content-inner a.close-info,
.info_content .info_content-inner a.close-pi-notice,
.info_content .pi-notice_content-inner a.close-references,
.info_content .pi-notice_content-inner a.close-info,
.info_content .pi-notice_content-inner a.close-pi-notice,
.pi-notice_content .references_content-inner a.close-references,
.pi-notice_content .references_content-inner a.close-info,
.pi-notice_content .references_content-inner a.close-pi-notice,
.pi-notice_content .info_content-inner a.close-references,
.pi-notice_content .info_content-inner a.close-info,
.pi-notice_content .info_content-inner a.close-pi-notice,
.pi-notice_content .pi-notice_content-inner a.close-references,
.pi-notice_content .pi-notice_content-inner a.close-info,
.pi-notice_content .pi-notice_content-inner a.close-pi-notice {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  position: absolute;
  top: -25px;
  right: -25px;
  padding: 0;
}

.hs-infographic {
  width: 100%;
}
.hs-infographic img {
  width: 100%;
}
.hs-infographic .hs-infographic-content {
  display: none;
  padding: 30px;
  margin-bottom: 20px;
  background: #eee;
}
.hs-infographic .hs-infographic-content p {
  margin: 0;
}
.hs-infographic .hs-infographic-content table th,
.hs-infographic .hs-infographic-content table td {
  border-top: 1px solid #fff;
}
.hs-infographic .hs-infographic-content table thead th {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 992px) {
  .hs-infographic .hs-infographic-content {
    margin-top: 20px;
  }
}

.clinic-notice {
  border: 2px solid #D04747;
  background: #eee;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clinic-notice p {
  margin: 0;
  margin-right: 15px;
}
.clinic-notice a {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.question_module {
  width: 100%;
}
.question_module[data-question-layout=question_answer] .question_module-answers {
  display: none;
}
.question_module .question_module-question-answers {
  margin-bottom: 20px;
}
.question_module .question_module-question-answers a {
  display: block;
  color: #000;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 700px;
  font-size: 16px;
}
.question_module .question_module-question-answers a.selected {
  background: #ddd;
}
.question_module .question_module-question-buttons {
  margin-top: 20px;
}
.question_module .question_module-question-buttons span {
  font-size: 12px;
}
@media screen and (max-width: 656px) {
  .question_module .question_module-question-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .question_module .question_module-question-buttons span {
    margin: 10px 0 0;
  }
}
.question_module .question-success-message {
  display: none;
  width: 100%;
  background: green;
  padding: 15px;
  color: #fff;
}

.single-range-question .labels {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-range-question .labels label {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.single-range-question .slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 5px;
  background: #CCCCCC;
  outline: none;
  margin: 30px 0 0;
}
.single-range-question .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
  position: relative;
}
.single-range-question .slider::-moz-range-thumb {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
}
.single-range-question .range-answer {
  display: none;
  margin-top: 20px;
  background: green;
  padding: 20px;
  color: #FFFFFF;
}

.video-and-slides {
  width: 100%;
}
.video-and-slides .range-slider {
  position: relative;
  padding: 0 30px 30px;
  max-width: 400px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 560px) {
  .video-and-slides .range-slider {
    display: none;
  }
}
.video-and-slides .range-slider img {
  height: 20px !important;
  width: auto !important;
  position: absolute;
  top: -6px;
}
.video-and-slides .range-slider img.video-icon {
  left: 0;
}
.video-and-slides .range-slider img.gallery-icon {
  right: 0;
}
.video-and-slides .range-slider .rangeslider {
  background: #CCCCCC;
  position: relative;
  height: 10px;
  width: 100%;
}
.video-and-slides .range-slider .rangeslider__fill {
  display: block;
  top: 0;
  height: 100%;
}
.video-and-slides .range-slider .rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.video-and-slides .range-slider .rangeslider__handle {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
}
.video-and-slides .range-slider .rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.video-and-slides .range-slider input[type=range]:focus + .rangeslider .rangeslider__handle {
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
          box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.video-and-slides .video-slide-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .video-and-slides .video-slide-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.video-and-slides .video-slide-panel .video-frame {
  padding: 0px 10px 0px 0px;
  width: 50%;
}
@media screen and (max-width: 560px) {
  .video-and-slides .video-slide-panel .video-frame {
    width: 100% !important;
    padding: 0;
    margin-bottom: 15px;
  }
}
.video-and-slides .video-slide-panel .video-frame img {
  width: 100%;
  height: auto;
}
.video-and-slides .video-slide-panel .video-frame .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-and-slides .video-slide-panel .video-frame .video-wrapper iframe, .video-and-slides .video-slide-panel .video-frame .video-wrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-and-slides .video-slide-panel .slides-frame {
  padding: 0px 0px 0px 10px;
  width: 50%;
}
@media screen and (max-width: 560px) {
  .video-and-slides .video-slide-panel .slides-frame {
    width: 100% !important;
    padding: 0;
  }
}
.video-and-slides .video-slide-panel .slides-frame .slide {
  width: 100%;
  border: 2px solid #808080;
}
.video-and-slides .video-slide-panel .slides-frame .slide:after {
  display: none;
}
.video-and-slides .video-slide-panel .slides-frame .slide img {
  width: 100%;
  height: auto;
}

.cell-content-slide table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cell-content-slide table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px;
  }
  .cell-content-slide table::-webkit-scrollbar {
    width: 14px;
    height: 14px;
  }
  .cell-content-slide table::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
  }
  .cell-content-slide table::-webkit-scrollbar-thumb {
    background: #7b4b94;
    border: 4px solid #ffffff;
    border-radius: 35px;
  }
  .cell-content-slide table::-webkit-scrollbar-thumb:hover {
    background: #7b4b94;
  }
  .cell-content-slide table::-webkit-scrollbar-thumb:active {
    background: #7b4b94;
  }
  .cell-content-slide table::-webkit-scrollbar-track {
    background: #ffffff;
    border: 4px solid #ffffff;
    border-radius: 35px;
  }
  .cell-content-slide table::-webkit-scrollbar-track:hover {
    background: #ffffff;
  }
  .cell-content-slide table::-webkit-scrollbar-track:active {
    background: #ffffff;
  }
  .cell-content-slide table::-webkit-scrollbar-corner {
    background: transparent;
  }
}
.cell-content-slide table tr:last-of-type td {
  border-bottom: 1px solid #eceeef;
}
.cell-content-slide table th, .cell-content-slide table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.cell-content-slide table th ul, .cell-content-slide table td ul {
  margin-bottom: 0 !important;
}
.cell-content-slide table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.case.case-max {
  position: fixed !important;
  left: auto;
  width: calc(100vw - 80px);
  height: 100% !important;
}

.speaker section.cell-content .cell-content-slide .cell-content-slide-content-wrapper {
  height: calc(100vh - 400px) !important;
}
.speaker section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content {
  height: calc(100vh - 410px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.speaker section.cell-content .cell-content-slide .cell-content-slide-content-wrapper .cell-content-slide-content .page.container {
  height: 100%;
  overflow-y: scroll;
}

.participant section.cell-content .cell-content-slide .cell-content-slide-content-wrapper {
  height: calc(100vh - 50px);
}
.participant section.cell-content .cell-content-slide .cell-content-slide-content-wrapper.inner-nav-active {
  height: calc(100vh - 130px);
}

.social_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.social_modal .social_modal_inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  max-height: 80vh;
  background: #fff;
  overflow: auto;
}
.social_modal .social_modal_inner .social_modal_inner-header {
  padding: 30px;
  border-bottom: 2px solid #ddd;
}
.social_modal .social_modal_inner .social_modal_inner-header h1 {
  font-size: 26px;
  margin: 0;
}
.social_modal .social_modal_inner .social_modal_inner-body {
  padding: 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.social_modal .social_modal_inner .social_modal_inner-body .social_modal_inner-body-col {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social_modal .social_modal_inner .social_modal_inner-body .social_modal_inner-body-col.content-section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .social_modal .social_modal_inner .social_modal_inner-body .social_modal_inner-body-col.content-section {
    padding-top: 30px;
  }
}
.social_modal .social_modal_inner .social_modal_inner-body .social_modal_inner-body-col.cta {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .social_modal .social_modal_inner .social_modal_inner-body .social_modal_inner-body-col.cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social_modal .social_modal_inner .social_modal_inner-body .social_modal_inner-body-col.cta a {
    width: 100%;
    text-align: center;
  }
  .social_modal .social_modal_inner .social_modal_inner-body .social_modal_inner-body-col.cta a:first-of-type {
    margin-bottom: 15px;
  }
}
.social_modal .social_modal_inner .social_modal_inner-body .social_modal_inner-body-col img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
.social_modal .social_modal_inner .social_modal_inner-body .social_modal_inner-body-col:last-of-type {
  text-align: right;
}
.social_modal .social_modal_inner .social_modal_inner-body.top {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .social_modal .social_modal_inner .social_modal_inner-body.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .social_modal .social_modal_inner .social_modal_inner-body.top .social_modal_inner-body-col {
    width: 100%;
  }
}
.social_modal .social_modal_inner .social_modal_inner-footer {
  padding: 10px;
  background: #D04747;
  color: #fff;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
}
.social_modal .social_modal_inner .social_modal_inner-footer p {
  margin: 0;
}

.social_desctription_modal_wrap {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(57, 47, 46, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social_desctription_modal_wrap .social_desctription_modal {
  background-color: white;
  padding: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}
.social_desctription_modal_wrap .social_desctription_modal .social_desctription_modal_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 10px;
  padding-left: 34px;
}
.social_desctription_modal_wrap .social_desctription_modal .social_desctription_modal_body {
  min-height: 200px;
}
.social_desctription_modal_wrap .social_desctription_modal .social_desctription_modal_body .img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.social_desctription_modal_wrap .social_desctription_modal .social_desctription_modal_body .img-inner .img-holder {
  height: 70%;
}
.social_desctription_modal_wrap .social_desctription_modal .social_desctription_modal_body .img-inner a {
  text-decoration: none;
  padding: 10px 15px;
  background-color: #7B4B94;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.social_desctription_modal_wrap .social_desctription_modal .social_desctription_modal_body .img-inner a img {
  width: 15px;
  height: 18px;
  display: block;
  margin-right: 10px;
}
.social_desctription_modal_wrap .social_desctription_modal .social_desctription_modal_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: red;
  padding: 10px;
  text-align: center;
}
.social_desctription_modal_wrap .social_desctription_modal .social_desctription_modal_footer p {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .direction-row-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .direction-row-reverse .panzoom-holder-wrapper {
    margin-bottom: 20px;
  }
}
#app {
  display: inline-block;
}
#app .base-timer {
  position: relative;
  width: 520px;
  height: 520px;
}
#app .base-timer .base-timer__label {
  position: absolute;
  width: 520px;
  height: 520px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 48px;
}
#app .base-timer .base-timer__label #base-timer-title {
  font-size: 14px;
}
#app .base-timer .base-timer__svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#app .base-timer .base-timer__svg .base-timer__circle {
  fill: none;
  stroke: none;
}
#app .base-timer .base-timer__svg .base-timer__circle .base-timer__path-elapsed {
  stroke-width: 9px;
  stroke: #D8D8D8;
}
#app .base-timer .base-timer__svg .base-timer__circle .base-timer__path-remaining {
  stroke-width: 9px;
  stroke-linecap: round;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}
#app .base-timer .base-timer__svg .base-timer__circle .base-timer__path-remaining.orange {
  color: orange;
}
#app .base-timer .base-timer__svg .base-timer__circle .base-timer__path-remaining.red {
  color: red;
}

.content-display-popup-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
}
.content-display-popup-outer .content-display-popup-inner {
  position: relative;
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 620px;
}
.content-display-popup-outer .content-display-popup-inner h1 {
  font-size: 22px;
}
.content-display-popup-outer#exitCaseConfirm .content-display-popup-inner {
  text-align: center;
}
.content-display-popup-outer#exitCaseConfirm .content-display-popup-inner h1 {
  font-size: 22px;
}
.content-display-popup-outer#exitCaseConfirm .content-display-popup-inner a {
  display: block;
  margin-bottom: 15px;
}
.content-display-popup-outer#exitCaseConfirm .content-display-popup-inner a:last-of-type {
  margin-bottom: 0;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner h1 {
  font-size: 22px;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner a.close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner .slide-holder {
  margin-top: 40px;
  height: 50vh;
  overflow: auto;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner .slide-holder::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner .slide-holder::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner .slide-holder::-webkit-scrollbar-thumb {
  background: #60ceb3;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner .slide-holder::-webkit-scrollbar-thumb:hover {
  background: #60cdb3;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner .slide-holder::-webkit-scrollbar-thumb:active {
  background: #60cdb3;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner .slide-holder::-webkit-scrollbar-track {
  background: #d8d8d8;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner .slide-holder::-webkit-scrollbar-track:hover {
  background: #d8d8d8;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner .slide-holder::-webkit-scrollbar-track:active {
  background: #d8d8d8;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner .slide-holder::-webkit-scrollbar-corner {
  background: transparent;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
  list-style-type: none;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.content-display-popup-outer#caseNavigator .content-display-popup-inner ul li a:hover {
  opacity: 0.8;
}

.answer-submitted-tracker p {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.answer-submitted-tracker ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}
.answer-submitted-tracker ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 15px 0 !important;
}
.answer-submitted-tracker ul li:before {
  display: none !important;
}
.answer-submitted-tracker ul li span {
  height: 20px;
  width: 20px;
  background: #D8D8D8;
  border: 1px solid #979797;
  border-radius: 50%;
  margin-left: 10px;
}

.participant-holding {
  display: none;
  height: calc(100vh - 78px);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footnotes {
  background: #ddd;
  border: 1px solid #999;
  padding: 10px;
  font-size: 10px;
  margin-top: 15px;
  width: 100%;
}
.footnotes ul, .footnotes ol {
  margin: 0 !important;
  padding: 0;
}
.footnotes ul li, .footnotes ol li {
  margin-bottom: 0;
}