/*Separator line between step icons*/
html, body {
  overflow: visible;
  height: auto;
}

.page .body .body-inner {
  overflow: visible;
}
.page .body .panel.flex.wrapper {
  height: auto !important;
}

.optional-submit-buttons {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.optional-submit-buttons .button.finish {
  width: 80%;
}
.optional-submit-buttons .button.finish + .button.finish {
  margin-top: 0;
}

.header {
  font-size: 15px;
  padding-left: 4%;
  padding-right: 4%;
}

.headerlogo {
  font-size: 0.7em;
}
.headerlogo.logo-a > .wrapper {
  display: block;
}
.headerlogo.logo-a > .wrapper > * {
  display: block;
  text-align: center;
}
.headerlogo.logo-a > .wrapper h1 {
  margin: 0.4em 0;
}
.headerlogo.logo-a > .wrapper .image {
  padding-right: 0;
  text-align: center;
  border: none;
  max-width: 23.75em;
  margin: 0 auto 1em auto;
}
.headerlogo.logo-a > .wrapper .tagline {
  border: none;
}
.headerlogo.logo-a > .wrapper .tagline > p {
  font-size: 1.2em;
}
.headerlogo img {
  margin: auto;
  max-width: 100%;
}

.step-header,
.step-body,
.nav {
  margin-left: 4%;
  margin-right: 4%;
}

.step-header h2 {
  font-size: 1.2em;
}

.nav {
  width: auto;
}

.bottom-nav .button-wrapper {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.change-of-context-warning {
  bottom: -1.75rem;
  background-color: #fff;
}

.change-of-context-warning:focus {
  outline: dotted 2px #fff;
}

.change-of-context-warning.back {
  left: 0;
}

.change-of-context-warning.next {
  right: 0;
}

.photo-theme .change-of-context-warning {
  bottom: 0.25rem;
}

.photo-theme .change-of-context-warning:focus {
  outline: dotted 2px currentColor;
}

.supporting-image {
  display: none;
}

.steps-container {
  position: relative;
}

.wizard-step[data-meaning=division] .primary-content {
  padding: 1.5rem;
}

/*About Me*/
.wizard-question.select .selected-value:before {
  font-size: 0.9em;
}

.about-me .primary-content {
  padding: 10px 16px 30px;
}

.toggle-question .filter-check-box {
  font-size: 1.3em;
}

.page.thank-you {
  overflow-x: auto;
}
.page.thank-you > .flexbox {
  height: 14em;
  width: 15em;
  min-width: 100vw;
}
.page.thank-you > .flexbox > .content-wrapper {
  font-size: 0.95em;
  padding: 1.0526315789em;
  line-height: 1.3684210526;
}
.page.thank-you > .flexbox > .content-wrapper h1 {
  font-size: 1.7894736842em;
  line-height: 1.1764705882;
  margin: 0 0 0.5588235294em 0;
}
.page.thank-you > .flexbox > .content-wrapper .cvb-logo {
  margin-top: 0.8421052632em;
  margin-bottom: 0.3157894737em;
  max-width: 11.6842105263em;
}
.page.thank-you > .flexbox > .content-wrapper .block-tablet-smartphone {
  display: block;
}
.page.thank-you > .flexbox > .content-wrapper .nowrap-common {
  white-space: normal;
}

.checkbox-question .question-label {
  padding-right: 0.65em;
}
.checkbox-question .checkbox label {
  padding-right: 1em;
  padding-left: 2.8em;
}

.modal {
  font-size: 0.65em;
}

.filter-interface h3 {
  margin-bottom: 0;
}

.filter-options {
  margin-bottom: 0;
}

.photo-theme .slide .caption {
  font-size: 18px;
}
.photo-theme .step-body {
  overflow: hidden;
}
.photo-theme .primary-content {
  padding: 20px 0 20px;
}

.photo-container .shadow .cover {
  width: 29%;
  min-width: 50px;
}

/*# sourceMappingURL=smartphone.css.map */
