@charset "UTF-8";
/* Colors */
.black, .black header {
  background-color: #000;
}

.white, .white header {
  background-color: #fff;
}

.gray, .gray header {
  background-color: #666666;
}

.light-gray, .light-gray header {
  background-color: #ecece6;
}

.blue, .blue header {
  background-color: #268ecd;
}

.light-blue, .light-blue header {
  background-color: #28d3e5;
}

.dark-blue, .dark-blue header {
  background-color: #005572;
}

.form-blue, .form-blue header {
  background-color: #268ecd;
}

.red, .red header {
  background-color: #db4545;
}

/*.red footer, .red footer a, .form-blue footer, .form-blue footer a, .gray footer, .gray footer a { color: $white; border-color: $white; }*/
.white footer, .white footer a, .light-blue footer, .light-blue footer a, .light-gray footer, .light-gray footer a {
  color: #000;
  border-color: #000;
}

.grouping-option-label, .field-input, .landing-message-body {
  line-height: 1.4;
  font-size: 1.1rem;
}

@media (min-width: 47.5em) {
  .grouping-option-label, .field-input, .landing-message-body {
    font-size: 1.15rem;
  }
}

@media (min-width: 81.25em) {
  .grouping-option-label, .field-input, .landing-message-body {
    font-size: 1.4rem;
  }
}

.landing-message-headline {
  font-family: new-spirit-condensed, serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

@media (min-width: 47.5em) {
  .landing-message-headline {
    font-size: 1.7rem;
  }
}

@media (min-width: 81.25em) {
  .landing-message-headline {
    font-size: 2.1rem;
  }
}

@media (min-width: 100em) {
  .landing-message-headline {
    font-size: 2.4rem;
  }
}

@media (min-width: 112.5em) {
  .landing-message-headline {
    font-size: 2.7rem;
  }
}

.yes_no-question {
  font-family: new-spirit-condensed, serif;
  font-size: 1.5rem;
}

@media (min-width: 47.5em) {
  .yes_no-question {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .yes_no-question {
    font-size: 1.7rem;
  }
}

@media (min-width: 100em) {
  .yes_no-question {
    font-size: 1.9rem;
  }
}

@media (min-width: 112.5em) {
  .yes_no-question {
    font-size: 2.3rem;
  }
}

.button-grouping-headline, .yes_no-option-label, .landing-action-step-headline, .landing-action-headline {
  font-family: new-spirit-condensed, serif;
  font-size: 1.25rem;
}

@media (min-width: 47.5em) {
  .button-grouping-headline, .yes_no-option-label, .landing-action-step-headline, .landing-action-headline {
    font-size: 1.35rem;
  }
}

@media (min-width: 81.25em) {
  .button-grouping-headline, .yes_no-option-label, .landing-action-step-headline, .landing-action-headline {
    font-size: 1.45rem;
  }
}

@media (min-width: 100em) {
  .button-grouping-headline, .yes_no-option-label, .landing-action-step-headline, .landing-action-headline {
    font-size: 1.55rem;
  }
}

@media (min-width: 112.5em) {
  .button-grouping-headline, .yes_no-option-label, .landing-action-step-headline, .landing-action-headline {
    font-size: 1.9rem;
  }
}

.grouping-question {
  font-family: new-spirit-condensed, serif;
  font-size: 1.25rem;
}

@media (min-width: 81.25em) {
  .grouping-question {
    font-size: 1.35rem;
  }
}

@media (min-width: 100em) {
  .grouping-question {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .grouping-question {
    font-size: 1.5rem;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: #268ecd;
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  color: #000;
  outline: none;
}

abbr[title] {
  border-bottom: none;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

.landing-message, .landing-step-form {
  padding: 1.5rem;
}

@media (min-width: 47.5em) {
  .landing-message, .landing-step-form {
    padding: 2rem;
  }
}

@media (min-width: 81.25em) {
  .landing-message, .landing-step-form {
    padding: 3rem;
  }
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#page-wrap {
  padding-bottom: 10rem;
  /* Footer height */
}

header {
  z-index: 100;
  position: relative;
  background: none;
  padding: 2rem 0;
  width: 100%;
  margin: 0 auto;
}

.logo img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 105px;
}

.landing {
  position: relative;
  font-family: ibm-plex-mono, sans-serif;
  color: #000;
  text-align: center;
  padding: 0;
  overflow-x: hidden;
  /*background: #666;*/
  display: flex;
  flex-direction: column;
  height: 100vh;
}

@media (min-width: 47.5em) {
  .landing {
    min-width: 100vw;
    min-height: 100vh;
    padding: 0;
    /*background: none;*/
  }
}

.landing.color-option1 {
  background: #fff;
}

.landing.color-option2 {
  background: #000;
}

.landing .vertically_centered {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

@media (min-width: 47.5em) {
  .landing .vertically_centered {
    min-width: 100vw;
    min-height: 100vh;
  }
}

.landing-logo {
  margin: 0 auto;
  max-width: 80%;
  width: 14rem;
  height: auto;
  z-index: 200;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 64em) {
  .landing-logo {
    display: none;
  }
}

.landing-logo svg {
  width: 100%;
  height: auto;
}

.landing-logo-mobile {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 2rem auto;
  transform: translateX(0%);
}

@media (min-width: 47.5em) {
  .landing-logo-mobile {
    display: none;
  }
}

.landing-wrap {
  width: 100%;
  max-width: 81.25em;
  position: relative;
  z-index: 100;
}

@media (min-width: 47.5em) {
  .landing-wrap {
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
  }
  .landing-wrap.center {
    margin: 0 auto !important;
    left: initial  !important;
    right: initial !important;
  }
  .landing-wrap.left {
    margin: 0 auto 0 0 !important;
    left: 2rem  !important;
    right: initial !important;
  }
  .landing-wrap.right {
    margin: 0 0 0 auto !important;
    left: initial  !important;
    right: 2rem !important;
  }
}

.landing-wrap-center {
  background: #ecece6;
}

@media (min-width: 47.5em) {
  .landing-wrap-center {
    flex-wrap: wrap;
    align-content: center;
  }
}

.landing-step {
  background: #ecece6;
}

@media (min-width: 47.5em) {
  .landing-step-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: stretch;
  }
}

.landing-step-form {
  max-width: none;
  padding-top: 0 !important;
}

.landing-step-form.no-max-width {
  max-width: none;
}

.landing-step .survey-step p {
  margin-top: 1.5rem;
}

.landing-message {
  text-align: left;
  flex: 1;
}

.landing-message-headline {
  margin-bottom: .6rem;
  line-height: .9;
}

@media (min-width: 47.5em) {
  .landing-message-headline {
    color: #000;
    margin-bottom: .6rem;
  }
}

.landing-message-body p {
  margin-bottom: 1rem;
}

.landing-message-body p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 47.5em) {
  .landing-action {
    width: 51%;
  }
}

.landing-action-headline {
  color: #000;
  font-family: ibm-plex-mono, sans-serif;
  margin: 1rem auto;
}

@media (min-width: 47.5em) {
  .landing-action-headline {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 81.25em) {
  .landing-action-headline {
    margin-bottom: 1.5rem;
  }
}

.landing-action-step-headline {
  background: #000;
  color: #fff;
  display: table;
  padding: .85rem 1rem .6rem;
  text-transform: uppercase;
  margin: 0 auto;
}

.background-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

@media (min-width: 47.5em) {
  .background-photo {
    display: block;
  }
}

.photo-form.landing {
  padding: 0;
  background: #666;
}

@media (min-width: 47.5em) {
  .photo-form.landing {
    padding: 0;
  }
}

@media (min-width: 47.5em) {
  .photo-form .landing-wrap {
    width: 41%;
    min-height: auto;
    margin: 0 0 0 auto;
    position: relative;
    right: 2rem;
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 100em) {
  .photo-form .landing-wrap {
    width: 35%;
    right: 2rem;
  }
}

.photo-form .landing-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  transform: translateX(0);
}

@media (max-width: 64em) {
  .photo-form .landing-logo {
    display: none;
  }
}

@media (min-width: 47.5em) {
  .photo-form .landing-logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
}

@media (min-width: 81.25em) {
  .photo-form .landing-logo {
    position: absolute;
    top: 2rem;
    left: 2rem;
  }
}

.photo-form .landing-logo-mobile {
  position: relative;
  top: auto;
  left: auto;
}

@media (min-width: 47.5em) {
  .photo-form .landing-logo-mobile {
    display: none;
  }
}

.photo-form .landing-step-grid {
  display: block;
}

.photo-form .landing-message {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 0 !important;
}

@media (min-width: 47.5em) {
  .photo-form .landing-message {
    max-width: 47.5em;
  }
}

.photo-form .landing-message-body {
  text-align: left;
  margin-bottom: 1em;
}

.photo-form .landing-action {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 47.5em) {
  .photo-form .landing-action {
    max-width: 100%;
    padding-top: 0;
  }
}

.photo-form .landing-action-step-headline {
  background: #000;
  color: #fff;
  font-family: ibm-plex-mono, sans-serif;
}

.photo-form footer {
  background-color: #666666;
}

footer {
  margin: 2rem auto 0;
  padding: 1rem !important;
  z-index: 10000;
  position: relative;
  color: #fff;
  border-color: #fff;
  width: 100%;
  margin-top: auto;
  min-height: 300px;
}

@media (min-width: 47.5em) {
  footer {
    margin: 10rem auto 0;
  }
}

footer .footer-container {
  border-style: solid;
  border-width: 1px;
  width: 90%;
  max-width: 47.5em;
  margin: 2rem auto;
  padding: 7px;
}

footer .disclaimer-text {
  display: block;
  margin-top: 1rem;
  font-size: .8rem;
  line-height: 1.2em;
}

footer .privacy-terms-text {
  display: block;
  margin: 1rem auto;
  border: none;
}

footer a {
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

.field {
  width: 100%;
  padding: .1rem;
}

.field-row {
  width: 100%;
  padding: .25rem 0;
}

@media (min-width: 47.5em) {
  .field-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
  }
}

.field-label {
  display: block;
  text-align: left;
  cursor: pointer;
  margin-bottom: .25rem;
  position: relative;
  font-weight: 600;
  color: #000;
}

.field-label-hide {
  display: none;
}

.field-label-required {
  text-decoration: none;
  color: #db4545;
}

.field-input {
  width: 100%;
  border: 1px solid #c0c0ac;
  outline: 0;
  padding: 1rem;
}

.field-input.placeholder {
  opacity: 1;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.field-input:-moz-placeholder {
  opacity: 1;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.field-input::-moz-placeholder {
  opacity: 1;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.field-input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.field-input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.field-input:hover {
  color: #000;
}

.field-input.placeholder:hover {
  color: #000;
}

.field-input:hover:-moz-placeholder {
  color: #000;
}

.field-input:hover::-moz-placeholder {
  color: #000;
}

.field-input:hover:-ms-input-placeholder {
  color: #000;
}

.field-input:hover::-webkit-input-placeholder {
  color: #000;
}

.field-input:focus {
  -webkit-box-shadow: 0 5px 0 0 #666666;
  box-shadow: 0 5px 0 0 #666666;
  color: #000;
  border-color: #666666;
}

.field-input.placeholder:focus {
  color: #000;
}

.field-input:focus:-moz-placeholder {
  color: #000;
}

.field-input:focus::-moz-placeholder {
  color: #000;
}

.field-input:focus:-ms-input-placeholder {
  color: #000;
}

.field-input:focus::-webkit-input-placeholder {
  color: #000;
}

.field-input.error {
  border-width: 3px;
  border-color: red;
}

.field-input.textarea {
  height: 10rem;
}

.field-input.dropdown {
  padding: 1.2rem 1rem;
}

.sms-disclaimer {
  font-size: .8rem;
  font-style: italic;
  margin: 1rem 0 0 0;
  color: #666666;
}

.grouping {
  display: inline-block;
  margin: 1.5rem auto;
}

.grouping-question {
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
  font-family: ibm-plex-mono, sans-serif;
}

.grouping-answers {
  margin-left: 1rem;
}

.grouping-answers.inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

.grouping-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  margin-bottom: .5rem;
}

.grouping-option:last-of-type {
  margin-bottom: 0;
}

.grouping-option:hover .grouping-option-selector {
  box-shadow: 0px 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}

.grouping-option:hover .grouping-option-selector:after {
  opacity: 1;
}

.grouping-option:hover .grouping-option-label {
  color: #000;
}

.grouping-option-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.grouping-option-input:focus {
  width: left -100px right -100px;
  height: left -100px right -100px;
}

.grouping-option-input:checked ~ .grouping-option .grouping-option-selector-radio, .grouping-option-input:checked ~ .grouping-option .grouping-option-selector-check {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.grouping-option-selector {
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  border: 1px #666 solid;
  margin-right: .5rem;
  position: relative;
  border-radius: .25rem;
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.grouping-option-selector:after {
  width: 180%;
  height: 180%;
  display: block;
  border-radius: 50%;
  background: white;
  border: 1px #666 solid;
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.grouping-option-selector.radio {
  border-radius: 50%;
}

.grouping-option-selector-radio, .grouping-option-selector-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.grouping-option-selector-radio {
  background: white;
  border: 1px #666 solid;
  border-radius: 50%;
  width: 60%;
  height: 60%;
}

.grouping-option-selector-check {
  fill: #000;
  width: 80%;
  height: 80%;
}

.grouping-option-label {
  flex: 1;
  cursor: pointer;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-align: left;
}

.yes_no {
  display: inline-block;
  margin: 1.5rem auto;
}

.yes_no-question {
  font-family: ibm-plex-mono, sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}

.yes_no-options {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  margin: 1rem auto;
}

@media (min-width: 81.25em) {
  .yes_no-options {
    margin: 1rem auto 2rem;
  }
}

.yes_no-option {
  margin: 0 1rem 0 0;
}

.yes_no-option-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.yes_no-option-input:focus {
  width: left -100px right -100px;
  height: left -100px right -100px;
}

.yes_no-option-input:checked ~ .yes_no-option-label {
  background: #db4545;
  color: #fff;
}

.yes_no-option-label {
  background: #000;
  border-radius: .25rem;
  cursor: pointer;
  padding: .75rem;
  color: #fff;
  display: block;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.yes_no-option-label:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}

.button-grouping {
  display: inline-block;
  margin: 1.5rem auto;
}

.button-grouping-headline {
  font-family: ibm-plex-mono, sans-serif;
  margin-bottom: 1rem;
  display: block;
}

@media (min-width: 81.25em) {
  .button-grouping-headline {
    margin-bottom: 2rem;
  }
}

@media (min-width: 47.5em) {
  .button-grouping-options {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
  }
}

.button-grouping-options.stacked_buttons {
  flex-wrap: wrap;
}

.button-grouping-options.stacked_buttons .button-grouping-option {
  width: 100%;
}

.button-grouping-option {
  margin: .75rem 0;
  display: inline-block;
}

.button-grouping-option-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.button-grouping-option-input:focus {
  width: left -100px right -100px;
  height: left -100px right -100px;
}

.button-grouping-option-label {
  margin: .25rem;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
}

.button-submit, .button-grouping-option-label {
  background: #000;
  color: #fff;
  font-size: 2rem;
  font-family: new-spirit-condensed, serif;
  font-weight: 700;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: .25rem;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  border: 0;
  outline: 0;
  position: relative;
  transition: 0.7s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.button-submit:hover, .button-grouping-option-label:hover {
  opacity: .8;
}

.button-submit:active, .button-grouping-option-label:active {
  transform: scale(0.95);
}

.button-row {
  margin-top: 1rem;
}

@media (min-width: 81.25em) {
  .button-row {
    margin-top: 2rem;
  }
}

.button-submit {
  font-weight: 900;
}

.button-back, .button-next {
  background: #000;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  outline: 0;
  border: 0;
  cursor: pointer;
  padding: 1rem 2rem;
  transition: all 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: .25rem;
}

.button-back:hover, .button-next:hover {
  background: #fff;
  color: #000;
}

.form-response {
  margin: 3rem;
  padding: 2rem;
}

.form-response-headline {
  line-height: .9;
  margin-bottom: 1rem;
}

.form-response-message {
  line-height: 1.35;
}

.progress {
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0;
}

.progress-bar {
  width: 20rem;
  height: 2rem;
  background: #ecece6;
  border: 2px solid #666666;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto .25rem auto;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.progress-bar-amount {
  background: #000;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.progress-label {
  color: #000;
}

.progress-label-amount {
  display: inline-block;
  font-weight: 700;
}

html {
  position: relative;
}

.home {
  background: #005572;
  text-align: center;
}

.home ul {
  list-style-type: none;
}

.home ul li {
  font-size: 150%;
  padding: .5rem;
}

.home ul li a {
  color: #fff;
}

.skip-to-main {
  background: #fff;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #268ecd;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateY(calc(-100% - .5rem));
  border-radius: 2rem;
}

.skip-to-main:focus, .skip-to-main:focus-within {
  transform: translateY(0);
  outline: 2px solid #268ecd;
}

strong.error {
  position: relative;
  display: block;
  background: red;
  color: #fff;
  padding: .35rem .5rem .3rem;
  font-weight: 400;
  font-size: .75rem;
}

strong.error:after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 0, 0, 0);
  border-top-color: red;
  border-width: .35rem;
  margin-left: -.35rem;
}
