

.vt-wrap {
  width: 100% !important;
}

div.vt-roi-form-wrap {
	margin: 0 auto !important;
  position: relative;
}

  @media only screen and (min-width: 950px) {
    div.vt-roi-form-wrap {
    	display: grid;
    	grid-template-columns: 1fr 350px;
    }
  }

  .vt-form-control-group {
    margin-bottom: 2em;
  }

    .vt-form-control-group select {
      width: 100%;
    }



  .vt-roi-questions-wrap {
    padding-top: 1em;
    padding-right: 3em;
    padding-bottom: 1em;
    padding-left: 1em;
  }

    .vt-question-wrapper {
      margin-bottom: 3em;
    }


    .vt-question-title-wrapper {
      display: flex;
      width: 100%;
      margin-bottom: 1em;
    }

      .entry-content .vt-question-title-wrapper h4,
      .entry-content .vt-question-title-wrapper span.vt-question-value {
        margin-top: 0.5em;
        margin-right: 0;
        margin-bottom: 0.5em;
        margin-left: 0;
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: bold;
      }

        .entry-content .vt-question-title-wrapper h4 {
          flex: 1;
        }

        .entry-content .vt-question-title-wrapper span.vt-question-value {
          text-align: right;
          flex-grow: 0;
          flex-shrink: 0;
        }

        .vt-question-description-wrapper {
          font-size: 0.9em;
          margin-bottom: 1.5em;
        }






.vt-range-wrap {
  position: relative;
  margin: 0 auto;
  margin: 4em auto 0;
  width: 100%;
}

.vt-input-range {
  width: 100%;
  margin-top: 2.2em;
  background-color: #fff;
}

.vt-output-bubble {
  background: #8e6e93;
  color: white;
  padding: 2px 5px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  top: -3.5em;
  font-size: 0.8em;
  min-width: 90px;
  text-align: center;
	transform: translate(-50%, 0);
  z-index: 3;
}

  .vt-output-bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #0274be;
    bottom: -1px;
    left: 50%;
    display: none;
  }

  .vt-bubble-char {
    font-size: 0.9em;
    margin-right: 0.1em;
    margin-left: 0.1em;
  }


    .vt-range-label-wrap {
      display: flex;
    }

      .vt-range-label-wrap label {
        flex-basis: 50%;
        flex-grow: 0;
        flex-shrink: 0;
      }

        .vt-range-label-wrap label.vt-start-label {
          text-align: left;
        }

        .vt-range-label-wrap label.vt-end-label {
          text-align: right;
        }



  div#vtQuestionsEnd {
    min-height: 0;
  }

      div#vtQuestionsEnd.vt-extra-height {
        min-height: 170px;
      }

  div.vt-roi-results-wrap {
    text-align: center;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    position: static;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-color: #5cc0a4;
    color: #fff;
  }

    div.vt-roi-results-wrap.vt-stuck {
      z-index: 2147483647; // Override chat button;
      right: 0;
      position: fixed;
    }

      div.vt-roi-results-wrap.vt-stuck.vt-stuck-removed {
        position: static;
      }


    div.vt-roi-results-wrap h4 {
      display: none;
    }

    @media only screen and (min-width: 950px) {
      div.vt-roi-results-wrap {
        align-self: start;
        position: static;
      }

      div.vt-roi-results-wrap.vt-stuck.vt-stuck-removed {
        position: fixed;
      }

      div.vt-roi-results-wrap.vt-stuck {
          position: fixed;
          align-self: start;
          top: 1em;
          width: 350px;
          right: 1em;
          left: auto;
          bottom: auto;
      }

      div.vt-roi-results-wrap h4 {
        display: block;
        color: #fff;
      }
    }


      .vt-roi-results-wrap h4 {
        margin-top: 0.55em;
      }


      .vt-roi-results-wrap ul.vt-roi-results-list {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        list-style: none;
        width: 100%;
      }

        .vt-roi-results-wrap ul.vt-roi-results-list li {
          margin-top: 0;
          margin-right: 0;
          margin-bottom: 0;
          margin-left: 0;
          display: inline-block;
          padding-top: 0.2em;
          padding-right: 0.5em;
          padding-bottom: 0.2em;
          padding-left: 0.5em;
        }

        @media only screen and (min-width: 950px) {
          .vt-roi-results-wrap ul.vt-roi-results-list li {
            display: block;
          }
        }

          .vt-results-titles {
            font-size: 0.9em;
            display: block;
          }

          .vt-results-value {
            font-weight: bold;
            display: block;
          }
