.LiveField__answer .Select-placeholder {
  font-size: 15px;
}
.LiveField__answer .Select-placeholder {
  font-size: 15px;
}

.LiveField__input {
  font-size: 15px;
}
.LiveField__answer .Select-value,
LiveField .Select-input > input {
  font-size: 15px;
}

.section-header {
  margin-bottom: 1.5rem;
}
.section-header--desktop {
  text-align: center;
}

.Pagination {
  position: relative;
}

@media (max-width: 740px) {
  .editor.editor--live {
    padding: 16px 16px;
  }
}

._imgloaded {
  border-radius: 7px;
}

.editor.editor--live.editor--has-pagination {
  justify-content: flex-start;
}

.fieldSection {
  padding: 1rem;
}

.LiveField {
  background-color: transparent;
  box-shadow: none;
}
.LiveField.LiveField--active {
  box-shadow: none;
}
.LiveField__input:not(.LiveField__input--manualfocus),
textarea.LiveField__input[rows="1"],
.LiveField__input--manualfocus:not(:focus) {
  background-color: #f1f5f8;
  border: 1px solid #e1ebef;
  border-radius: 8px;
}
.LiveField--active .LiveField__input:not(.LiveField__input--manualfocus) {
  border: 1px solid rgba(21, 150, 203, 1);
  border-radius: 8px;
}
.LiveField .LiveField__container {
  padding: 16px 20px;
}

[data-key="986cp"] input.LiveField__input,
[data-key="a3df"] input.LiveField__input,
[data-key="7dndu"] input.LiveField__input {
  position: relative;
  z-index: 10;
}

input.LiveField__input {
  padding: 0 1rem;
  height: 50px;
}
.LiveField__header {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.LiveFieldSection__row.LiveFieldSection__row--2 {
  display: flex !important;
}
.YesNo .btn-raised.YesNo__button {
  background-color: #f1f5f8;
  border: 1px solid #e1ebef;
  border-radius: 8px;
  height: 50px;
  box-shadow: none;
  line-height: 32px;
  width: calc(50% - 9px);
}
.btn-raised.YesNo__button:first-child {
  margin-right: 9px;
}
.btn-raised.YesNo__button:last-child {
  margin-left: 9px;
}
.btn-raised.YesNo__button.btn-primary {
  background-color: rgba(21, 150, 203, 1);
}
.btn-raised.YesNo__button.btn-default:hover,
.btn-raised.YesNo__button.btn-default:active {
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid rgba(21, 150, 203, 1);
}

.Select-control {
  background-color: #f1f5f8;
  border-radius: 8px;
}

.Choices__choice.btn-default {
  background-color: #f1f5f8;
  border: 1px solid #e1ebef;
  border-radius: 8px;
  min-height: 50px;
  box-shadow: none;
  margin-bottom: 8px;
}

[data-key="7dndu"] {
  width: 50%;
  float: left;
}
[data-key="7dndu"] .LiveField__container {
  padding-right: 9px !important;
}
[data-key="986cp"] .LiveField__container {
  padding-right: 4px !important;
  padding-left: 9px !important;
}
[data-key="a3df"] .LiveField__container {
  padding-left: 4px !important;
}

[data-key="986cp"] .LiveField__answer,
[data-key="a3df"] .LiveField__answer,
[data-key="7dndu"] .LiveField__answer {
  position: relative;
}

[data-key="986cp"] .LiveField__answer::before {
  z-index: 11;
  content: "ft";
  position: absolute;
  width: 26px;
  height: 100%;
  right: 14px;
  top: 7px;
  bottom: 0;
  font-size: 15px;
  text-align: right;
  color: #004061;
  opacity: 0.5;
}
[data-key="a3df"] .LiveField__answer::before {
  z-index: 11;
  content: "in";
  position: absolute;
  width: 26px;
  height: 100%;
  right: 14px;
  top: 7px;
  bottom: 0;
  font-size: 15px;
  text-align: right;
  color: #004061;
  opacity: 0.5;
}

.Paperform__QuestionBlock {
  padding-top: 0;
}
[data-key="7dndu"] .LiveField__answer::before {
  z-index: 11;
  content: "lbs";
  position: absolute;
  width: 26px;
  height: 100%;
  right: 14px;
  top: 7px;
  bottom: 0;
  font-size: 15px;
  text-align: right;
  color: #004061;
  opacity: 0.5;
}

h2.paperform__page--1 {
  padding: 0 1rem;
}

.Paperform__QuestionBlock,
figure.paperform__page {
  padding-top: 0 !important;
}

.Pagination .btn-raised.lets-go-btn {
  margin: 0 auto !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 140% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  letter-spacing: 0.08em;
}
.Pagination button {
  min-width: 80px;
  text-align: center !important;
}
@media (max-width: 740px) {
  .Pagination .btn-raised.lets-go-btn {
    font-size: 15px !important;
  }
}

h2.paperform__page--1 > div {
  background-color: white;
  border-radius: 12px 12px 0 0;
  padding: 40px 16px 16px;
}

.Paperform__QuestionBlock {
  border-radius: 12px;
  background-color: #fff;
}
.paperform__page--1 .Paperform__QuestionBlock,
.paperform__page--4 .Paperform__QuestionBlock,
.paperform__page--5 .Paperform__QuestionBlock,
.paperform__page--6 .Paperform__QuestionBlock,
.paperform__page--7 .Paperform__QuestionBlock,
.paperform__page--8 .Paperform__QuestionBlock {
  border-radius: 0 0 12px 12px;
}

h2.paperform__page--1 > div {
  background-color: white;
  border-radius: 12px 12px 0 0;
  padding: 40px 16px 16px;
  line-height: 130%;
}
h2.paperform__page--4 > div,
h2.paperform__page--5 > div,
h2.paperform__page--6 > div,
h2.paperform__page--7 > div,
h2.paperform__page--8 > div {
  padding: 0 16px;
  line-height: 130%;
}

@media (max-width: 600px) {
  h2.paperform__page--1 > div,
  h2.paperform__page--4 > div,
  h2.paperform__page--5 > div,
  h2.paperform__page--6 > div,
  h2.paperform__page--7 > div,
  h2.paperform__page--8 > div {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#field-label-choices-8f2f3 > div,
#field-label-choices-fv5r3 > div,
#field-label-choices-7c68b > div,
#field-label-choices-c7v6p > div {
  margin: 24px 0px 36px;
}
#field-label-choices-8f2f3,
#field-label-choices-fv5r3,
#field-label-choices-7c68b,
#field-label-choices-c7v6p {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media (max-width: 740px) {
  #field-label-choices-8f2f3,
  #field-label-choices-fv5r3,
  #field-label-choices-7c68b,
  #field-label-choices-c7v6p {
    font-size: 23px;
  }
}

.Paperform__QuestionBlock--81m9t label.LiveField__header,
.Paperform__QuestionBlock--51uul label.LiveField__header,
.Paperform__QuestionBlock--c90b0 label.LiveField__header,
.Paperform__QuestionBlock--da5a6 label.LiveField__header,
.Paperform__QuestionBlock--8qt4i label.LiveField__header,
.Paperform__QuestionBlock--amfdr label.LiveField__header,
.Paperform__QuestionBlock--cj56o label.LiveField__header,
.Paperform__QuestionBlock--5tpub label.LiveField__header,
.Paperform__QuestionBlock--djn9r label.LiveField__header {
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #004061;
}

.slider-header {
  background-color: white;
  border-radius: 12px 12px 0 0;
  padding: 40px 20px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0377a7;
  max-width: 668px;
  margin: 20px auto 0;
}
[data-offset-key="9rr30-0-0"] + .block--empty,
[data-offset-key="aue4e-0-0"] + .block--empty,
[data-offset-key="3u07h-0-0"] + .block--empty,
[data-offset-key="dhthl-0-0"] + .block--empty,
[data-offset-key="2001a-0-0"] + .block--empty,
[data-offset-key="5aoi1-0-0"] + .block--empty,
[data-offset-key="dog4n-0-0"] + .block--empty,
[data-offset-key="2cfh-0-0"] + .block--empty,
[data-offset-key="cbroa-0-0"] + .block--empty {
  height: 0 !important;
}

form.LiveFieldSection--last {
  padding-bottom: 0 !important;
  overflow: hidden;
}

/* scale */
.Scale__checkbox-container {
  transition: border 150ms ease-out, scale 150ms ease-out;
  width: 12px;
  height: 12px;
}
.Scale__checkbox-container--checked {
  transform: scale(1.3) translate3d(0, 0, 0);
}

/* scale */
.Scale__checkbox-container {
  transition: border 150ms ease-out, scale 150ms ease-out;
  width: 12px;
  height: 12px;
}
.Scale__checkbox-container--checked {
  transform: scale(1.3) translate3d(0, 0, 0);
}

/* multiple choice questions */
.Choices__label {
  padding-right: 24px;
}

.ChoicesQuestion.Choices .Choices__choice .material-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  right: 20px;
  width: 14px;
}

/* Blood sugar yes/no question */
.Paperform__Question--9mfka .ChoicesQuestion {
  gap: 10px;
  flex-wrap: nowrap;
}
.Paperform__Question--9mfka .material-icons {
  display: none !important;
}
.Paperform__Question--9mfka .Choices__choice {
  text-align: center;
  width: auto !important;
  flex: 1;
  padding: 10px !important;
  max-height: 50px !important;
}
.Paperform__Question--9mfka .Choices__label {
  padding-right: 0;
  line-height: 25px !important;
}

@media (max-width: 499px) {
  .Paperform__Question--9mfka .Choices__choice:nth-of-type(-n + 2) {
    flex-basis: 45%;
  }
  .Paperform__Question--9mfka .Choices__choice:nth-child(3) {
    flex-basis: 60%;
  }
}
@media (min-width: 500px) {
  .Paperform__Question--9mfka .Choices__choice {
    flex: 1;
  }
}
