.path-symptom-matcher-results {
  overflow-x: hidden;
}
.symptom-screener-dialogue-options ol li,
.symptom-screener-dialogue-options ul li {
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  color: #004D98;
  list-style-type: none;
}

body h1 {
  font-size: 30px;
  line-height: normal;
  color: #004D98;
}

table.table.table-striped th {
  border-top: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #004D98;
  text-decoration: none;
  text-align: center;
}

table.table.table-striped td b {
  font-size: 18px;
  line-height: 1.56;
  color: #004D98;
  margin: 0 0 10px;
  font-weight: 100;
}

.symptom-matcher-button.sm-btn-title {
  float: right;
  padding: 20px;
}

.symptom-matcher-button.sm-btn-title img {
  max-width: 140px;
  cursor: pointer;
}

.symptom-screener-button-container {
  display: inline-flex;
}

.symptom-matcher-text {
  display: none;
}

/*section.block.block-symptom-matcher {*/
/*  background: #00dcf0;*/
/*  margin-top: -2px;*/
/*}*/
.block-symptom-matcher {
  height: 0;
}

body h2 {
  font-size: 35px;
  line-height: 1.09;
  color: #00c8f0;
  margin-bottom: 0;
}

div#symptom-screener-q10-options a {
  border: 2px solid #00c8f0;
  border-radius: 20px;
  background-color: #00c8f0;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: -0.71px;
  text-align: center;
  transition: all 0.2s ease-in;
}

#symptom-screener-container a {
  color: #004D98;
  text-decoration: none;
}

#tearsheet {
  margin-top: 12px;
}

.hidden {
  display: none!important;
}

.hidden-left {
  position: relative;
  right: 100%;
}

.symptom-screener-stories-table td {
  padding: 20px;
  border: none;
  border-bottom: 1px solid #00c8f0;
  color: #00c8f0;
  vertical-align: middle;
}

.symptom-screener-center {
  align-content: center;
}

#symptom-screener-container input[type=text] {
  padding: 15px;
}

#symptom-screener-assessment-user-responses td + td p {
  text-align: center;
}

.symptom-screener-avatar {
  width: 75px;
  height: 100px;
  display: inline-block;
  float: left;
  position: absolute;
  background: no-repeat url('/modules/custom/symptom_matcher/images/gene_avatar.png');
  z-index: 1000;
  top: 10px;
  background-size: contain;
}

.symptom-screener-dialogue-bubble {
  width: 90%;
  display: inline-block;
  margin-top: 15px;
  margin-left: 73px;
  color: #000000;
  border: 1px solid #ccc;
  background-color: #5B67701A;
  border-top: 13px solid #00c8f0;
  box-shadow: 0 4px 4px #00000040;
}

table.table.table-striped td[colspan="2"] b {
  font-weight: 700;
}

@media (max-width: 480px) {
  .symptom-screener-avatar {
    width: 35px;
    top: 15px;
  }

  .symptom-screener-dialogue-bubble {
    margin-left: 34px;
    margin-right: 5px;
  }

  .symptom-screener-dialogue-item-option li {
    margin-left: 0;

  }
}

.symptom-screener-dialogue-item {
  position: relative;
}

.symptom-screener-results button {
  width: 90%;
  display: block;
  margin-left: 73px;
}


@media (min-width: 480px) {
  .symptom-screener-dialogue-item {
    margin: 50px;
    margin-bottom: 70px;
  }

  .symptom-screener-results {
    margin: 50px;
  }
}


@media (max-width: 480px) {
  .symptom-screener-dialogue-item {
    margin: 15px;
    margin-bottom: 35px;
  }

  .symptom-screener-results button {
    margin: 20px auto 40px;
  }
}

.symptom-screener-dialogue-item-completed {
  background-color: #efefef;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
}

.symptom-screener-dialogue-item ul {
  text-decoration: none;
  list-style-type: none;
  text-align: center;
  margin-bottom: 10px;
}

#symptom-screener-q9-options ul {
  padding-left: 0;
}

.symptom-screener-dialogue-prompt {
  background-color: #ffffff;
  overflow-x: hidden;
}

.symptom-screener-dialogue-prompt p {
  margin: 20px;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .symptom-screener-dialogue-prompt {
    font-size: 0.9em;
  }

  .symptom-screener-dialogue-prompt p {
    font-size: 1em;
  }
}

.symptom-screener-dialogue-subprompt {
  margin-top: 40px;
  margin-left: 20px;
  padding: 10px;
  overflow-x: hidden;
}

.symptom-screener-dialogue-subprompt p {
  font-size: 1em;
}

.symptom-screener-dialogue-options {
  margin-top: 20px;
  padding: 20px;
  display: none;
}

.symptom-screener-dialogue-results {
  padding: 20px;
  display: none;
}

@media (max-width: 480px) {
  .symptom-screener-dialogue-subprompt {
    margin-top: 20px;
    margin-left: 0;
  }

  .symptom-screener-dialogue-options,
  .symptom-screener-dialogue-results {
    padding: 15px 5px;
    margin-top: 0;
  }

  .symptom-screener-dialogue-subprompt p {
    margin-bottom: 5px;
  }
}


.symptom-screener-dialogue-option-container {
  display: table;
  border-spacing: 10px;
  text-align: center;
}

.symptom-screener-dialogue-option-container-2w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  text-align: center;
  justify-content: center;
}

.symptom-screener-dialogue-option-container-3w {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-auto-columns: 1fr;
  grid-gap: 10px;
  text-align: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .symptom-screener-dialogue-option-container-3w-collapsible-1w-md {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-auto-columns: 1fr;
    grid-gap: 10px;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .symptom-screener-dialogue-option-container-3w-collapsible-1w-md {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, auto);
    grid-auto-columns: 1fr;
    grid-gap: 10px;
    text-align: center;
    justify-content: center;
  }
}

.symptom-screener-dialogue-option-container-4w {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-gap: 10px;
  text-align: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .symptom-screener-dialogue-option-container-4w-collapsible-1w-md {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    grid-gap: 10px;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .symptom-screener-dialogue-option-container-4w-collapsible-1w-md {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    grid-gap: 10px;
    text-align: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .symptom-screener-dialogue-option-container-4w-collapsible-1w-lg {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    grid-gap: 10px;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .symptom-screener-dialogue-option-container-4w-collapsible-1w-lg {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    grid-gap: 10px;
    text-align: center;
    justify-content: center;
  }
}

.symptom-screener-dialogue-item-option {
  border: 1px solid #A3A6A7;
  border-radius: 20px;
  -moz-outline-radius: 20px;
  padding: 10px;
  vertical-align: middle;
  background-color: #ffffff;
  overflow-x: hidden;
}

.symptom-screener-dialogue-item-option b {
  font-size: 16px;
}

.symptom-screener-dialogue-item-option p {
  font-size: 12px;
}

.symptom-screener-selected {
  border: 2px solid #2c8ccc;
  background-color: rgb(210, 230, 255);
}

.symptom-screener-button,
.symptom-screener-button-null {
  border: 2px solid #2c8ccc;
  border-radius: 20px;
  background-color: #2c8ccc;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: -0.71px;
  text-align: center;
  transition: all 0.2s ease-in;
}

.symptom-screener-wide-button {
  width: 100%;
}

.symptom-screener-button:hover {
  background-color: #00c8f0;
  border-color: #00c8f0;
}

.symptom-screener-submit-button {
  text-align: center;
  margin-bottom: 50px;
}

.symptom-screener-button-null {
  border-color: #c8c8c8;
  background-color: #c8c8c8;
  color: black;
}

.symptom-screener-paginated-container-footer-active {
  background-color: #00c8f0;
  border-radius: 3px;
}

.symptom-screener-paginated-container-footer li {
  display: inline-block;
  margin-left: 5px;
  min-width: 20px;
}

.symptom-screener-paginated-container-footer-active a {
  color: #ffffff !important;
}

#symptom-screener-overlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#symptom-screener-overlay .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 0.3s ease;
}

#symptom-screener-overlay.visible .overlay {
  opacity: 1;
}

#symptom-screener-container {
  background-color: #ffffff;
  height: 85%;
  width: 80%;
  margin: auto;
  margin-top: 55px;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

#symptom-screener-splash-container {
  min-height: 360px;
}

#symptom-screener-splash-container img {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7%;
}

.symptom-screener-splash-content {
  position: fixed;
  top: 35%;
  margin-left: 10%;
  margin-right: 10%;
}

.symptom-screener-splash-content p {
  text-align: center;
}

.start-button {
  margin-top: 5%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  padding-left: 10%;
  padding-right: 10%;
}

#symptom-matcher-content-container {
  height: 100%;
}

#symptom-screener-overlay.visible #symptom-screener-container {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 480px) {
  #symptom-screener-overlay {
    overflow-y: scroll;
  }

  #symptom-screener-container {
    width: 100%;
  }
}

#symptom-screener-rehydration-prompt {
  margin: auto;
  padding: 20px 10px;
  width: 100%;
  background-color: #E7F2DB;
  z-index: 1002;
  position: relative;
  text-align: center;
  overflow-x: hidden;
  border-bottom: 1px solid #00c8f0;
}

#symptom-screener-rehydration-prompt p {
  text-align: center;
  font-weight: 500;
}

#symptom-screener-header-container {
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #00c8f0;
  border-top: 13px solid #00c8f0;
  box-shadow: 0 0 5px #00c8f0;
  padding: 15px 95px!important;
}

#symptom-screener-header {
  text-align: center;
}

#symptom-screener-footer {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #ffffff;
}

#symptom-screener-footer p {
  border-top: 2px solid #00c8f0;
  padding: 15px;
  line-height: 12px;
  font-size: 0.7em;
  color: #000000;
}

#symptom-screener-dialogue {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 80%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #f8f8f8;
}

#symptom-screener-container-close {
  position: absolute;
  display: inline;
  float: right;
  right: 10px;
  top: 10px;
}

@media (max-width: 480px) {
  #symptom-screener-container-close {
    top: 10px;
    right: 5px;
    font-size: 13px;
    padding: 5px 15px;
  }
  #symptom-screener-header-container {
    padding: 15px 75px !important;
  }
  body h2 {
    font-size: 23px;
  }
}

#symptom-screener-title {
  display: inline-block;
  background-color: transparent;
  color: #00c8f0;
}

@media (max-width: 480px) {
  #symptom-screener-dialogue {
    height: auto;
  }

  #symptom-screener-title {
    display: block;
  }
}

#spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #00c8f0;
  background-color: none;
  margin: auto;
  position: fixed;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

#symptom-screener-q8-footer {
  margin-top: 40px;
  margin-bottom: 40px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.off-left {
  position: absolute;
  left: -100% !important;
  -webkit-transition: left 1s ease-in-out;
  -moz-transition: left 1s ease-in-out;
  -ms-transition: left 1s ease-in-out;
  -o-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
}

.off-right {
  position: absolute;
  left: 100% !important;
  -webkit-transition: left 1s ease-in-out;
  -moz-transition: left 1s ease-in-out;
  -ms-transition: left 1s ease-in-out;
  -o-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
}

.off-bottom {
  position: absolute;
  bottom: -100% !important;
  -webkit-transition: bottom 1s ease-in-out;
  -moz-transition: bottom 1s ease-in-out;
  -ms-transition: bottom 1s ease-in-out;
  -o-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
}

.off-top {
  position: absolute;
  bottom: 100% !important;
  -webkit-transition: bottom 1s ease-in-out;
  -moz-transition: bottom 1s ease-in-out;
  -ms-transition: bottom 1s ease-in-out;
  -o-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
}

.left-justify-content {
  text-align: left;
}

@media (max-width: 480px) {
  #symptom-screener-dialogue-item-3-age {
    display: block;
  }
}

@media (max-width: 480px) {
  #symptom-screener-footer {
    font-size: 0.6em;
  }
}

.symptom-screener-tearsheet h4 {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 1.38;
  font-family: "SofiaPro-Bold", sans-serif;
  color: #004D98 !important;
  background-color: transparent !important;
  text-align: left !important;
  padding: 0 !important;
}

.symptom-screener-tearsheet th {
  padding: 10px;
  border: 1px solid #efefef;
}

.symptom-screener-tearsheet tr {
  position: relative;
}

.symptom-screener-tearsheet td {
  padding: 10px;
  border: 1px solid #efefef;
  vertical-align: middle;
}

.symptom-screener-tearsheet {
  margin: 25px 100px;
}

.symptom-screener-tearsheet button a {
  color: #fff;
}
.symptom-screener-result-button {
  background-color: rgb(158,78,135); 
  color: #fff; 
  border-radius: 5px; 
  border: 0px; 
  width: 200px; 
  margin-right: 10px; 
  font-size: 11px; 
  font-weight: 700; 
  text-align: left;
}
@media (max-width: 480px) {
  .symptom-screener-button-container {
    text-align: center;
  }

  .symptom-screener-result-button {
    margin-bottom: 10px;
  }

  .symptom-screener-tearsheet {
    margin: 5px 5px !important;
  }
}


.loader {
  color: #343D46;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  -webkit-animation: load 1.3s infinite linear;
  animation: load 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.table-symptom-result th {
  background-color: #cccccc;
  color: #004d98;
  vertical-align: middle;
}
.symptom-screener-stories-table th {
  border: none;
  border-bottom: 1px solid #004D98;
  background-color: #cccccc;
  color: #004D98;
  vertical-align: middle;
}

.table {
  color: #004D98 !important;
}
.symptom-screener-tearsheet ul li {
  color: #004d98;
}
.symptom-screener-button-container {
  display: flex;
  gap: 10px;
}

.symptom-screener-result-button {
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
}

.print-btn {
  background-color: rgb(158,78,135);
}

.readmore-btn {
  background-color: #aaa;
}

.icon-space {
  width: 25px;
  display: inline-block;
}

.btn-text {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 5px 8px;
  flex: 1;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .symptom-screener-button-container {
    flex-direction: column;
  }

  .symptom-screener-result-button {
    width: 100%;
  }

  .symptom-screener-button-container a {
    width: 100%;
  }
}
