/* CSS for Smart Size 3.0 */
/* Raw CSS, needs compressed */
/* This is styled like the legacy Smart Sizes */

/* BASE */

/* PAGE LAYOUT ==================================================== */

.page-size-survey .navbar {
  background: transparent!important;
}
.size-survey {
  display: block;
  padding: 0;
  text-align: center;
  /*background: #fff;*/
  background: #F5F5F5;
  font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
}

.page-size-survey {
  background: #FFF;
  background: #F5F5F5;
}
.page-size-survey.started {
  overflow: scroll;
}
.page-size-survey .navbar {
  background: #000!important;
}
.size-survey, .register, .ss-results {
  padding: 32px 60px 60px;
  /*margin-left: 300px;*/
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
}
.register, .ss-results {
  max-width: 100%;
}

i, em {
  font-style: normal;
}

.current-unit.sm-only {
  display: none;
}

.global-toggle.ss-unit-toggle {
  position: fixed;
  top: 6px;
  left: 24px;
  z-index: 9999;
  display: block;
  opacity: 0;
  margin: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.global-toggle.ss-unit-toggle a {
  color: #999;
  display: inline-block;
  padding: 12px 8px;
  font-size: 14px;
  border: none;
  margin-left: 0px;
}
.global-toggle.ss-unit-toggle a:hover {
  border: none;
}
.global-toggle.ss-unit-toggle a span {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.global-toggle.ss-unit-toggle a:hover span {
  border-bottom: 1px solid #555;
}
.global-toggle.ss-unit-toggle a.is-active {
  color: #fff;
  border: none;
}
.global-toggle.ss-unit-toggle a.is-active span {
  border: none;
}
.size-survey a {
  outline: none;
}

/* QUESTIONS ================================================== */

.question {
  /*padding: 36px 60px 48px;*/
  margin-bottom: 30px;
  border-radius: 4px;
  opacity: .35;
  /*pointer-events: none;*/
  position: relative;
  z-index: 1;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
  display: none;
}
/* performant box shadow */
/*.question::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.075);
  -webkit-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}*/

.question:first-child {
  margin-top: -60px;
}
.question.submit {
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-bottom: 50vh;
}
.question.submit .btn {
  margin: 0 auto;
  max-width: 330px;
}
.question h2 {
  font-size: 2.6em;
  margin-bottom: 1em;
}
.question h2 em {
  display: inline-block;
  font-size: 16px;
  font-family: var(--font-sans);
  font-style: normal;
  color: #999;
  letter-spacing: 0;
  font-weight: 300;
  margin-left: 8px;
}
.question h3 {
  font-weight: 300;
}
.question header {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
  /*padding-right: 12px;*/
}
.question .ss-unit-toggle {
  display: none;
}
.question h2 i {
  font-size: 85%;
}

/* Unit Toggle =============== */

.ss-unit-toggle, .question .help {
  margin-top: 10px;
  margin-left: 16px;
  opacity: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.question .help {
  margin-left: auto;
  margin-top: 24px;
  font-size: 15px;
  color: #999;
  padding-bottom: 4px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.question .help a:hover {
  text-decoration: none;
  border-bottom-color: #999; 
}
.question .help a {
  color: #999;
}

.ss-unit-toggle a {
  margin-left: 16px;
  color: #aaa;
  padding-bottom: 4px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.ss-unit-toggle a:hover {
  border-bottom: 1px solid #aaa;
}
.ss-unit-toggle a.is-active {
  color: #444;
  border-bottom: 1px solid #444;
}

/* ANSWERS ================================================== */

.answers {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

  .question[data-type="input"] .answers {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* ROW */

  .answers.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }

  /* COL */

  .flex-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-col .answer {
    -webkit-box-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .flex-col.lg-2-col, .flex-col.lg-3-col, .flex-col.lg-4-col, .flex-col.lg-6-col, .flex-col.lg-8-col, .flex-col.lg-12-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-col.lg-1-col .answer {
    width: 100%;
  }  
  .flex-col.lg-2-col .answer {
    width: 50%;
  }
  .flex-col.lg-3-col .answer {
    width: 33.333%;
  }
  .flex-col.lg-4-col .answer {
    width: 25%;
  }
  .flex-col.lg-5-col .answer {
    width: 20%;
  }
  .flex-col.lg-6-col .answer {
    width: 16.666%;
  }
  .flex-col.lg-8-col .answer {
    width: 12.5%;
  }
  .flex-col.lg-12-col .answer {
    width: 8.333%;
  }

  .opt-in {
    display: flex;
    margin: 0.5rem 0 0.25rem;
  }
  .opt-in span {
    position: relative;
    top: 1px;
  }
  .email-opts .checkbox label {
      display: flex;
      line-height: 1.5;
  }
  .email-opts .checkbox label > span {
      position: relative;
      top: 2px;
  }
  .email-opts .checkbox label input {
      margin-right: 16px;
  }
  .email-opts .row div > p {
      border-bottom: 1px solid #ccc;
      padding-bottom: 1rem;
      font-size: 14px;
  }
  #opt-in + span {
      /* margin-bottom: 2rem; */
      /* display: block; */
  }
  .opt-in__options {
    display: none;
    background: #f4f4f4;
    padding: 2rem 2rem 3rem;
  }

  #opt-in + span span::after {content: '';width: 24px;height: 1rem;position: relative;top: 2px;/* margin-left: 4px; */display: block;background: url(https://propercloth.com/images/icons/caret-down.svg) no-repeat center center;background-size: 12px;opacity: 0.5;transform: rotate(0deg);display: inline-block;position: absolute;top: 2px;right: -27px;}

@media(min-width: 1200px) {

  .lg-tall .answer span {
    padding: 34px 16px;
  }

}

@media(max-width: 1200px) {

    .answers.sm-2-col, .answers.sm-3-col, .answers.sm-4-col, .answers.sm-5-col, .answers.sm-6-col, .answers.sm-8-col, .answers.sm-12-col {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

    .answers.md-1-col .answer {
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      width: 100%;
    }

    .answers.md-2-col .answer {
      -webkit-box-flex: 0;
          -ms-flex: 0 50%;
              flex: 0 50%;
      width: 50%;
    }

    .answers.md-3-col .answer {
      -webkit-box-flex: 0;
          -ms-flex: 0 33%;
              flex: 0 33%;
      width: 33%;
    }

    .answers.tall .answer span {
      padding: 24px 16px;
    }

    .question.first .answers .answer:last-child span {
      font-size: 14px;
    }


}

@media(max-width: 800px) {

  .answers.sm-2-col, .answers.sm-3-col, .answers.sm-4-col, .answers.sm-5-col, .answers.sm-6-col, .answers.sm-8-col, .answers.sm-12-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .answers.sm-1-col .answer {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    width: 100%;
  }
  .answers.sm-2-col .answer {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    width: 50%;
  }
  .answers.sm-3-col .answer {
    -webkit-box-flex: 0;
        -ms-flex: 0 33%;
            flex: 0 33%;
    width: 33%;
  }
  .answers.sm-4-col .answer {
    -webkit-box-flex: 0;
        -ms-flex: 0 25%;
            flex: 0 25%;
    width: 25%;
  }  
  .answers.sm-5-col .answer {
    -webkit-box-flex: 0;
        -ms-flex: 0 20%;
            flex: 0 20%;
    width: 20%;
  }    

  .answers.tall .answer span {
    padding: 20px 16px;
  }

  .question[data-type="input"] .answer.skip-wrap {
    display: block;
    width: 100%;
    margin-left: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    margin-top: 1em;
  }

}

/* ANSWERS */

.answer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 3px 6px;
  font-size: 16px;
}
.answers .answer.block {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  width: 100%;
}
.answer input[type="radio"] {
  display: none;
}
.answer span {
  color: #777;
  display: block;
  border: 1px solid #bbb;
  text-align: left;
  padding: 16px 16px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  background: none;
  /*background: #fff;*/
  position: relative;
  cursor: pointer;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
}
.tall .answer span {
  padding: 32px 16px;
}
.answer span em {
  font-size: 85%;
  margin-left: 1rem;
  color: #999;
}
.answer.center span {
  text-align: center;
}
.answer:hover span, .answer input:focus + span {
  background: #f7f7f7;
  background: #f0f0f0;
  color: #555;
  border-color: #777;
  -webkit-transition: .015s ease;
  -o-transition: .015s ease;
  transition: .015s ease;
}
.answer input:active + span {
  background: #f2f2f2;
}
.answer input[type="radio"]:focus + span {
  -webkit-box-shadow: 0 0 0 2px rgba(50,50,240,.2);
          box-shadow: 0 0 0 2px rgba(50,50,240,.2);
}
.answers input[type="tel"].tracked {
  letter-spacing: 6px!important;
}
.answers input[type="tel"].tracked:not(:placeholder-shown) {
  letter-spacing: 3px!important;
}
.question-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 16px auto;
  max-width: 1280px;
}
.question-nav .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  margin: 8px;
}
.question .btn {
  padding: 16px;
}
.q-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 16px 0px;
  /*max-width: 1280px;*/
}
.q-nav .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  margin: 6px;
}
.question .btn {
  padding: 16px;
}
.answer input:checked ~ span {
  border-color: #000;
  background: #eee;
  background: #fff;
  color: #000;
  z-index: 9;
  position: relative;
  /*-webkit-box-shadow: 0 5px 30px rgba(0,0,0,.15);
          box-shadow: 0 5px 30px rgba(0,0,0,.15);*/
}
/* Performant Shadow */
.answer input ~ span:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.15);
          box-shadow: 0 5px 30px rgba(0,0,0,.15);
  -webkit-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);  
}
.answer input:checked ~ span:before {
  opacity: 1;
}
/* Corner Checkbox */
.answer input ~ span:after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: var(--corner-check);
  opacity: 0;
  z-index: 9;
  -webkit-transform: scale(.2);
      -ms-transform: scale(.2);
          transform: scale(.2);
  -webkit-transition: .25s cubic-bezier(.175, .885, .32, 1.275);
  -o-transition: .25s cubic-bezier(.175, .885, .32, 1.275);
  transition: .25s cubic-bezier(.175, .885, .32, 1.275);
  will-change: transform;
}
.answer input:checked ~ span:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: .20s cubic-bezier(.175, .885, .32, 1.275);
  -o-transition: .20s cubic-bezier(.175, .885, .32, 1.275);
  transition: .20s cubic-bezier(.175, .885, .32, 1.275);
}
.answers input[type="text"], .answers input[type="number"], .answers input[type="tel"] {
  color: #777;
  display: block;
  text-align: center;
  font-size: 24px!important;
  font-weight: 300;
  border: 1px solid #aaa;
  padding: 20px 16px 19px;
  border-radius: 3px;
  width: 100%;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-input-placeholder { color: #ccc; }
input:-ms-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
input::placeholder { color: #ccc; }
input::-moz-placeholder { color: #ccc; }

.answer .other-input {
  display: inline-block;
  position: relative;
  padding: 10px 16px;
  align-items: center;
}
.answer .other-input input[type="text"], .answer .other-input input[type="number"], .answer .other-input input[type="tel"] {
  font-size: 16px!important;
  padding: 6px 8px;
  margin: 0 6px;
  margin: 0 4px 0 0;
  display: inline-block;
  min-width: 50px;
  max-width: 90px;
  box-shadow: none;
  background: none;
  border: transparent;
  border-bottom: 1px solid #bbb;
  padding: 3px 12px 3px 12px;
  font-size: 18px!important;
  border-radius: 2px 2px 0 0;
  color: #000;
}
.answer .other-input input[type="text"]:focus, .answer .other-input input[type="number"]:focus, .answer .other-input input[type="tel"]:focus {
    /*background: #fff!important;*/
    color: #000;
    outline: none;
    box-shadow: 0 0 3px 2px rgba(0,0,255,.4)!important;
    border-bottom: 1px solid #bbb;
}
.answer .other-input i {
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 0
}
/*.answer .other-input i:first-child {
  padding-left: 4px;
}*/
.answer .other-input .other-wrap {
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 0;
  margin-left: 12px;
  /*margin-right: 10px;*/
  /*position: relative;*/
  /*border-left: 1px solid #bbb;*/
}
.height .answer .other-input i.other-wrap {

}
.height .answer .other-input i {
  /*margin-right: 12px;*/
  padding-right: 12px;
  padding-right: 0;
}
.height .answer .other-input:last-child i {
  padding-right: 0;
}
.height .answer .other-input i.other-label {
  margin-right: 0;
  width: auto;
}

.answer .other-input i.other-label {
  display: inline;
  color: #aaa;
  font-size: 14px;
}
.answer .sub-label {
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
}

.answer img {
  width: 86%;
  height: auto;
  max-width: 206px;
  max-width: 130px;
  border-radius: 3px;
  margin: 12px auto 24px;
}

.btn.next, .btn.prev, .btn.save-update {
  background: #000;
  color: #fff;
  border-radius: 3px;
}
.btn.prev {
  background: #C0C0C5;
}

/* PROGRESS ====================================================== */

.survey-progress {
  width: auto;
  display: block;
  z-index: 99;
  position: relative;
  left: -4px;
  transform: translateX(-80px);
  opacity: 0;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
.is-ready .survey-progress, .is-ready .global-toggle, .is-ready .current-unit.sm-only {
  transform: translateX(0px);
  opacity: 1;
}
.survey-progress.at-top {
  display: block;
  position: fixed;
  top: -1.4rem;
  right: 32px;
  left: auto;
  width: 88px;
  text-align: right;
  z-index: 9999;
  transform: translateX(0);
}
.survey-progress.at-top p span:first-child {
  color: #fff;
}
.survey-progress.at-top p {
  font-size: 14px;
  width: auto;
}
.is-registering .survey-progress.at-top, .is-reviewing .survey-progress.at-top, .is-registering .progress-bar.at-top, .is-reviewing .progress-bar.at-top, .is-registering .global-toggle, .is-reviewing .global-toggle, .is-reviewing .current-unit.sm-only, .is-registering .current-unit.sm-only {
  opacity: 0;
}
.is-reviewing .global-toggle, .is-registering .current-unit.sm-only {
  visibility: hidden;
}
.survey-progress p {
  position: absolute;
  text-align: right;
  width: 88px;
  left: -1px;
  right: 0;
  top: 32px;
  color: #999;
  font-size: 13px;
  letter-spacing: .2px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
.survey-progress p span:first-child {
  color: #000;
  margin-right: 4px;
}
.survey-progress p span {
  margin-left: 3px;
}
.progress {
  will-change: transform;
  width: 88px;
  height: 88px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.progress-bar.at-top {
  position: fixed;
  top: 60px;
  left: 0;
  height: 5px;
  width: 100%;
  background: #D7D7D7;
  box-shadow: none;
  border: none;
  z-index: 99;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;  
}
.progress-bar.at-top span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 9%;
  background: #949CB3;
  will-change: width;
  -webkit-transition: .3s cubic-bezier(.55, 0, 0, 1);
  transition: .3s cubic-bezier(.55, 0, 0, 1);
}

.builder .module-ss .survey-progress { width: 100% right: 0; left: 0;}
.builder .module-ss .survey-progress p { left: 2rem; text-align: left; top: 5.5rem; }
.builder .module-ss .progress { position: absolute; top: -79px; height: 6px; left: 0; right: 0; }
.builder .module-ss .progress-bar.at-top { top: 25px; }
.builder .module-ss .modal-content, .builder .module-ss .size-survey { background: #fff; }
.builder .module-ss .is-reviewing .size-survey { display: none; }
.module-ss .survey-progress.at-top p span:first-child { color: #333; }
.builder .module-ss .is-reviewing .ss-results {
  margin-top: 1rem;
}

@media (max-width: 640px) {
  .builder .module-ss .progress-bar.at-top { top: 0px; }
}

.page-acct-ss ~ .module-ss .modal-dialog .modal-header .close {
  right: 1.5rem;
}
.page-acct-ss ~ .module-ss .modal-dialog.modal-lg .modal-header {
  padding: 0;
  min-height: 1px;
}
.page-acct-ss ~ .module-ss .modal-dialog.modal-lg .modal-body {
  padding: 0;
}
.page-acct-ss ~ .module-ss .register {
  position: absolute;
  top: 0;
}



/* ========================================================== */

.question h2 {
  margin-top: 0;
  text-align: center;
  font-size: 28px;
  font-size: 32px;
  /*padding-left: 4px;*/
  color: #000;
  line-height: 1.2;
}
.question h2 + p {
  text-align: left;
  font-size: 18px;
  padding-left: 8px;
  margin-top: -1.25em;
  margin-bottom: 1.5em;
  color: #999;
}
.question h2 span {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #999;  
  position: absolute;
  top: 33px;
  left: -22px;
  background: #fff;
  height: 44px;
  width: 44px;
  z-index: 1;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  display: none;
}
.question span i {
  display: block;
  line-height: 1;
  margin-bottom: .4rem;
  font-style: normal;
}
.question:first-child {
  min-height: 0;
  margin-top: 0;
}
/*.is-ready .question:first-child, .is-ready .question.is-current {
  display: block;
  opacity: 1;
  pointer-events: auto;
}*/
/*.question.is-answered, .question:first-child.is-answered {
  opacity: 0;
  display: none;
}*/
/*.question.is-answered:hover {
  opacity: 1;
}*/
.question.is-current {
  display: block;
  opacity: 1;
  /*background: #E8E8E8;*/
  /*border: 1px solid #DDD;*/
}
/* performant box shadow */
.question.is-current::after {
  opacity: 1;
}
.all-answered .question.is-current::after {
  opacity: 0;
} 
.question.has-error {
  border-color: #ca2c2c;
  background: #f5eeef;
}
.question.has-error h2 span {
  color: #ca2c2c;
}
.question h2:after {
  content: '';
  height: 1px;
  width: 60px;
  background: #ccc;
  position: absolute;
  left: -64px;
  top: 54px;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  opacity: 0;
}
/*.question.was-skipped h2:after {
  opacity: 1;
}*/
.question.is-current h2 span {
  color: #000;
}
.question.is-current .switch-format, .question.is-current .ss-unit-toggle, .question.is-current .help {
  opacity: 1;
}
.question.is-answered:hover .ss-unit-toggle, .question.is-answered:hover .help {
  opacity: 1;
}


select {
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100% !important;
  padding: 15px;
  line-height: 10px;
  font-weight: 300;
  width: 100%;
  height: 60px !important;
  font-size: 18px !important;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
          box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  padding-right: 25px;
  background: var(--select-arrow);
  line-height: 1.2;
  -moz-appearance: none;
  text-indent: .01px;
  -o-text-overflow: '';
     text-overflow: '';
}

/* PRELOAD ==========================*/

.init-loading {
  position: fixed;
  text-align: center;
  bottom: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  padding: 1.5em 1.5em;
  font-size: 13px;
  left: 50%;
  margin-left: -98px;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: .25s cubic-bezier(.5,.01,.25,1) .01s;
  -o-transition: .25s cubic-bezier(.5,.01,.25,1) .01s;
  transition: .25s cubic-bezier(.5,.01,.25,1) .01s;
  /*-webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);*/
  opacity: 1;
  /*display: none;*/
  /*visibility: hidden;*/
}

@-webkit-keyframes init-loading {
  0% { 
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%);
  }  
  100% {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes init-loading {
  0% { 
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%);
  }  
  100% {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.init-loading span {
  position: relative;
  display: inline-block;
  /*background: #f5f5f5;*/
  background: #e5e5e5;
  padding: .4em 1.5em;
  /*border: 1px solid #F5F5F5;*/
  color: #000;
  border-radius: 1.25em;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  overflow: hidden;
  box-shadow: none;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.init-loading span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #BABEC3;
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-animation: init-loading 3s forwards 1 cubic-bezier(.4,.01,.1,1) .1s;
    animation: init-loading 3s forwards 1 cubic-bezier(.4,.01,.1,1) .1s;
}
.init-loading i {
  font-style: normal;
  position: relative;
  z-index: 9;
}
.init-loading:hover span {
  color: #000;
  border-color: #ccc;
  cursor: wait;
}
.is-ready .init-loading {
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  opacity: 0;
  visibility: hidden;  
}

/* JUMP =============================*/

.jump-to-current {
  position: fixed;
  text-align: center;
  bottom: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  padding: 1.5em 1.5em;
  font-size: 14px;
  left: 50%;
  margin-left: -94px;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: .25s cubic-bezier(.5,.01,.25,1) .01s;
  -o-transition: .25s cubic-bezier(.5,.01,.25,1) .01s;
  transition: .25s cubic-bezier(.5,.01,.25,1) .01s;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  opacity: 0;
  visibility: hidden;
  display: none;
}
.jump-to-current span {
  display: inline-block;
  background: #fff;
  padding: .4em 1.5em;
  border: 1px solid #F5F5F5;
  border-radius: 1.25em;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
}
.jump-to-current:hover span {
  color: #000;
  border-color: #ccc;
}
.jump-to-current.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.is-registering .jump-to-current {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
}

/* HELP PANEL =============================*/

.help-panel {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
  position: fixed;
  top: 65px;
  left: 0px;
  right: 0;
  bottom: 0;
  z-index: 98;
  background: rgba(245,245,245,.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.help-panel .panel {
  padding: 36px 48px;
  width: 90%;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  -webkit-transition: .2s cubic-bezier(.5,.01,.25,1) .02s;
  -o-transition: .2s cubic-bezier(.5,.01,.25,1) .02s;
  transition: .2s cubic-bezier(.5,.01,.25,1) .02s;
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
}
.help-panel p {
  font-size: 14px;
  color: #777;
}
.help-panel .close {
  margin: -16px -16px 0 0;
  font-size: 44px;
  font-weight: 100;
}
.help-panel.is-visible {
  visibility: visible;
  opacity: 1;
}
.help-panel.is-visible .panel {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}


/* SIDEBAR =============================*/

.sidebar {
  position: fixed;
  transform: translateZ(0);
  backface-visibility: hidden;
  top: 60px;
  left: 0;
  text-align: left;
  width: 25%;
  min-width: 300px;
  max-width: 300px;  
  padding: 40px;
  height: calc(100vh - 60px);
  background: #fff;
  -webkit-box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.02);
  z-index: 99;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.sidebar .back, .sidebar .back-review, .sidebar .back-change {
  color: #999;
  text-decoration: none;
  cursor: pointer;
  will-change: transform;
}
.sidebar .back span, .sidebar .back-review span, , .sidebar .back-change span {
  display: inline-block;
  margin-right: .5rem;
  max-width: 13px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: .3s cubic-bezier(.5,.01,.25,1) .1s;
  -o-transition: .3s cubic-bezier(.5,.01,.25,1) .1s;
  transition: .3s cubic-bezier(.5,.01,.25,1) .1s;
}
.sidebar .back:hover, .sidebar .back-review:hover, .sidebar .back-change:hover {
  color: #444;
}
.sidebar .back-review, .sidebar .back-change {
  position: absolute;
  top: 40px;
  left: 40px;
}
/* only show when reviewing */
.sidebar .back-change {
  -webkit-transform: translateY(60px) translateX(0);
      -ms-transform: translateY(60px) translateX(0);
          transform: translateY(60px) translateX(0);
  opacity: 0;
  visibility: hidden;
}



.sidebar h2 {
  width: 85%;
  line-height: 1.2;
  font-size: 32px;
  color: #999;
}
.sidebar h2 span {
  color: #444;
  display: block;
}

.progress {
  -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.progress-meter,
.progress-value {
  fill: none;
}
.progress-meter {
  stroke: #f4f4f4;
}
.progress-value {
  stroke: #BABEC3;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  /*stroke-linecap: round;*/
}

.calculating {
  position: absolute;
  bottom: 32px;
  left: 48px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.answers.row {
  text-align: left;
}

.answers.row.col-md-4 {
  margin-left: 0;
  padding-left: 0;
}

.combined-input {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 320px;
  margin-right: -8px;
  position: relative;
}

.answers .input-wrap {
  width: 100%;
  padding: 3px 6px;
}
.answers .survey-input {
  display: block;
  width: 100%;
  max-width: 220px;
  padding-left: 8px;
  position: relative;
  margin-right: -8px;
}

.combined-input .survey-input input { border-radius: 3px 0 0 3px; min-width: 120px; -webkit-box-flex: 1; -ms-flex: 1 33%; flex: 1 33%;}
.combined-input .survey-input:first-child input { border-right: none; }
.combined-input .survey-input + .survey-input input { border-radius: 0 3px 3px 0; max-width: 220px; -webkit-box-flex: 1; -ms-flex: 1 66%; flex: 1 66%; }

.combined-input .survey-input input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.combined-input .survey-input input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.combined-input.is-focused .survey-input input, .combined-input.is-focused .survey-input + .survey-input input {
  border-color: #222;
}
.combined-input.is-focused .survey-input input, .combined-input.is-focused .survey-input + .survey-input input {
  border-color: #222;
}

[data-format="metric"] .combined-input { min-width: 290px; }
[data-format="metric"] .height .combined-input .survey-input:first-child { display: none; }
[data-format="metric"] .height .combined-input .survey-input:nth-child(2) { max-width: 290px; }
[data-format="metric"] .height .combined-input .survey-input:last-child input { border-left: 1px solid #aaa; border-radius: 3px; -webkit-box-flex: 1; -ms-flex: 1 100%; flex: 1 100%; -webkit-transition: max-width 0s ease; -o-transition: max-width 0s ease; transition: max-width 0s ease; }
[data-format="metric"] .height .combined-input.is-focused .survey-input:last-child input { border-left-color: #222; }
[data-format="metric"] .height .combined-input .survey-input + .survey-input input { max-width: 290px; }

.answers .survey-input[data-width="1"] { max-width: 120px; }
.answers .survey-input[data-width="2"] { max-width: 180px; }
.answers .survey-input[data-width="3"] { max-width: 290px; }

.combined-input + .answer, .survey-input + .answer {
  padding-top: 0;
  margin-left: 32px;
  /*max-width: 285px;*/
}

.skip {
  position: relative;
  display: inline-block;
  font-family: var(--font-sans);
  background: #CCC;
  font-weight: 300;
  font-size: 13px;
  padding: .5em 1.25em;
  margin: 0 0 0 1.25em;
  top: -.5em;
  border-radius: 3px;
  border: none;
  opacity: 0;
  -webkit-transition: .3s ease .3s;
  -o-transition: .3s ease .3s;
  transition: .3s ease .3s;
}

.switch-format {
  position: absolute;
  right: 48px;
  top: 48px;
  background: #E0E0E0;
  font-size: 13px;
  padding: .5em 1.25em;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: .3s ease .3s;
  -o-transition: .3s ease .3s;
  transition: .3s ease .3s;
}

.answers .survey-input input {
  font-size: 54px!important;
  line-height: 1;
  width: 100%;
  font-weight: 100;
  text-align: left;
}

.answers .survey-input input:focus {
  outline: none;
  border-color: #222;
  -webkit-box-shadow: 0 5px 30px rgba(0,0,20,.1);
          box-shadow: 0 5px 30px rgba(0,0,20,.1);
}

.survey-input .done {
  background: #000 url(/images/icons/survey-check.svg) no-repeat 14px 48%;
  background-size: 26px 17px;
  height: 60px;
  width: 90px;
  display: block;
  position: absolute;
  top: 17px;
  right: -43px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: scale(.7);
      -ms-transform: scale(.7);
          transform: scale(.7);
  z-index: 9;
  -webkit-transition: .20s cubic-bezier(.175, .885, .32, 1.275);
  -o-transition: .20s cubic-bezier(.175, .885, .32, 1.275);
  transition: .20s cubic-bezier(.175, .885, .32, 1.275);
  border: 1px solid #e8e8e8;
  visibility: hidden;
  color: #fff;
  padding-left: 37px;
}
.survey-input .done span {
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  opacity: 1;
}

.has-input-val .survey-input .done {
  top: -6px;
  right: -6px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-image: var(--icon-corner-check);
  background-position: 50% 42%;
  background-size: 50%;
  opacity: 1;
  padding: 0;
  overflow: hidden;
  visibility: visible;
  z-index: 9;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .25s cubic-bezier(.175, .885, .32, 1.275);
  -o-transition: .25s cubic-bezier(.175, .885, .32, 1.275);
  transition: .25s cubic-bezier(.175, .885, .32, 1.275);
  will-change: transform;  
}
.has-input-val .survey-input .done span {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}

.has-input-val .survey-input input {
  border-color: #000;
  color: #000;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
          box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
}

.survey-input input.is-active-with-val + .done {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  border-color: #000;
}
.survey-input.is-invalid input, .survey-input.is-invalid input:focus, .survey-input.is-invalid input:active, .combined-input.is-invalid .survey-input input, .combined-input.is-invalid .survey-input input:focus, .combined-input.is-invalid .survey-input input:active  {
  border-color: #ca2c2c;
  color: #ca2c2c;
  -webkit-box-shadow: 0 5px 30px rgba(202, 44, 44, .15);
          box-shadow: 0 5px 30px rgba(202, 44, 44, .15);
}
.other-input.is-invalid input, .other-input.is-invalid input:focus, .other-input.is-invalid input:active, .combined-input.is-invalid .other-input input, .combined-input.is-invalid .survey-input input:focus, .combined-input.is-invalid .survey-input input:active  {
  border-color: #ca2c2c;
  color: #ca2c2c;
  -webkit-box-shadow: 0 5px 30px rgba(202, 44, 44, .15);
          box-shadow: 0 5px 30px rgba(202, 44, 44, .15);
}
.survey-input.is-invalid > div + label {
  /*color: #ca2c2c;*/
}

.survey-input label {
  color: #999;
  display: block;
  text-align: left;
  margin-top: .5rem;
  position: relative;
}

.answers .invalid-msg, .survey-input + .invalid-msg {
  position: relative;
  left: 0;
  top: -3px;
  background: #555555;
  padding: 9px 10px 8px;
  border-radius: 2px;
  z-index: 0;
  font-size: 13px;
  color: #fff;
  display: none;
  text-align: center;
}
.is-invalid .invalid-msg, .is-invalid + .invalid-msg {
  display: block;

}

/* ALL ANSWERED */

.all-answered .question, .all-answered .question.is-current, .all-answered .question.is-current ~ .question {
  opacity: 1;
  pointer-events: auto;
}
.all-answered .title h2.first, .all-answered .title h2.second {
  -webkit-transform: translateX(-140%);
      -ms-transform: translateX(-140%);
          transform: translateX(-140%);
}
.all-answered .title h2.third {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.all-answered .question.is-current {
  background: transparent;
  border-color: transparent;
}
.all-answered .question.submit, .all-answered .question.submit.is-current {
  background: #E8E8E8;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.05);
}
.all-answered .sidebar .survey-progress, .all-answered .jump-to-current.is-visible {
  opacity: 0;
  visibility: hidden;
}
.all-answered:not(.is-reviewing) .back, .all-answered:not(.is-reviewing) .back-review {
  -webkit-transform: translateY(0%) translateX(-22px);
      -ms-transform: translateY(0%) translateX(-22px);
          transform: translateY(0%) translateX(-22px);
  opacity: 1;
  visibility: visible;
}
.all-answered:not(.is-reviewing) .back span, .all-answered:not(.is-reviewing) .back-review span, .all-answered:not(.is-reviewing) .back-change span {
  opacity: 0;
  -webkit-transform: translateX(-12px);
      -ms-transform: translateX(-12px);
          transform: translateX(-12px);
}
.all-answered:not(.is-reviewing) .back-review {
  -webkit-transform: translateY(30px) translateX(-22px);
      -ms-transform: translateY(30px) translateX(-22px);
          transform: translateY(30px) translateX(-22px);
}
.all-answered:not(.is-reviewing) .back-change {
  -webkit-transform: translateY(60px) translateX(-22px);
      -ms-transform: translateY(60px) translateX(-22px);
          transform: translateY(60px) translateX(-22px);
  opacity: 0;
  visibility: hidden;
}



/* REGISTER */

.register {
  /*background: #FFF;  */
  background-color: #f5f5f5;
  min-height: calc(100% - 60px);
  /*position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;*/
  position: relative;
  padding: 60px 0 120px;
  overflow: scroll;
  max-height: 0;
  z-index: 99;
  visibility: hidden;
}
.register:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  background: #F5F5F5; 
  opacity: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
}

.register h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  color: #000;
  margin: 0 auto 32px;
}
.register .ranked h2 {
  margin-bottom: 0px;
}
.title {
  position: relative;
}
.title h2, .sidebar .back, .sidebar .back-review, .sidebar .back-change {
  -webkit-transition: .3s cubic-bezier(.5,.01,.25,1);
  -o-transition: .3s cubic-bezier(.5,.01,.25,1);
  transition: .3s cubic-bezier(.5,.01,.25,1);
  will-change: transform;
}
.title h2.first {
  position: relative;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.title h2.second, .title h2.third {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(145%);
      -ms-transform: translateX(145%);
          transform: translateX(145%);
}
.title h2 i {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  position: absolute;
  bottom: -4em;
  opacity: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  left: 0;
}
.title h2 i.is-visible {
  opacity: 1;
}
.sidebar .back {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  visibility: hidden;
}
.sidebar .back-review {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  visibility: hidden;
}
.sidebar .back-change {
}
.register h5 {
  font-size: 14px;
  margin-bottom: 24px;
}

.register .form-wrap {
  background: #FFF;
  padding: 24px 60px 0px;
  border-radius: 3px;
  margin: 0 auto 0px;
  width: 90%;
  max-width: 760px;
  -webkit-transition: .3s cubic-bezier(.5,.01,.25,1) .05s;
  -o-transition: .3s cubic-bezier(.5,.01,.25,1) .05s;
  transition: .3s cubic-bezier(.5,.01,.25,1) .05s;
  -webkit-transform: translateY(33%);
      -ms-transform: translateY(33%);
          transform: translateY(33%);
  opacity: 0;
  z-index: 10;
  visibility: hidden;
}
.register .form-wrap a {
  color: #999;
}

.form-wrap .form-neu .form-control {
  /*border: none;
  border-bottom: 1px solid #aaa;*/
  /*padding: 8px 8px 8px 0;*/
  font-size: 18px!important;
  border-radius: 3px;
}

.form-wrap .forgot {
  opacity: 0;
}

.register section {
  width: 90%;
  max-width: 660px;
  padding: 40px 60px 60px;
  border-radius: 3px;
  margin: 48px auto;
  text-align: center;
  -webkit-transition: .3s ease 0;
  -o-transition: .3s ease 0;
  transition: .3s ease 0;
  opacity: 0;
}
.register section:last-child {
  padding: 40px 0px 60px;
}

/* All promo sections */

.ss-results .why {
  transition: .1s ease;
  margin-top: 7.5em;
}

.ss-results .why section {
  text-align: center;
  width: 90%;
  max-width: 640px;
  padding: 40px 60px 40px;
  border-radius: 3px;
  margin: 48px auto;
}

.why h2 {
  line-height: 1.25;
  margin-bottom: .5em;
}

.why section.gift-code {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
  background: #ececec;
  padding: 2em; 
  margin: -4.5em auto -2em;
}
.why .gift-code h5 {
    display: block;
    color: #aaa;
    margin: 0 auto 8px;
}
.why .gift-code p {
    font-size: 15px;
    margin: 0 auto;
    color: #777;
}
.why .gift-code p span {
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #333;
}

.why section.ranked {
  padding: 40px 0px 40px;
}
.why section.ranked img {
  -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   pointer-events:none;  
}
.why .verified {
  display: block;
}
.why .verified .col {
  background: none;
  width: 100%;
  box-shadow: none;
  padding: 16px 30px 0px;
}
.why .verified .col:first-child {
  margin-right: 0;
  padding: 24px 30px 16px;
}
.why .verified p {
  margin-top: 16px;
  display: block;
  font-size: 16px;
}
.why .verified img.stars {
  max-width: 250px;
  mix-blend-mode: multiply;
}
.why .verified img.logos {
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
  opacity: .75;
}
.why .verified img.logos.google {
  opacity: .85;
}
.verified span.show-sm-below {
  display: none;
}
.why section.pfg, .why section.quotes {
  background: #FFF;
}
.why section.pfg h5 {
  color: #999;
  margin-bottom: 8px;
}
.why section.pfg h2 {
  margin-top: 12px;
  margin-bottom: 24px;
}
.why section.pfg p {
  font-size: 16px;
}
.quotes blockquote {
  border: none;
  padding: 0;
  font-family: var(--font-serif);
  font-size: 24px;
  letter-spacing: .2px;
  margin: 2em auto;
  line-height: 1.4;
  color: #777;
}
.quotes blockquote img {
  display: block;
  margin: 1em auto 0;
  opacity: .6;
}
.quotes blockquote:last-child img {
  margin-bottom: 0;
}
.pfg ul {
  margin: 2.5rem auto 0;
  padding: 0;
  list-style: none;
}
.pfg li {
  width: 80%;
  max-width: 42ch;
  line-height: 1.55;
  margin: 0 auto 1.5rem;
  font-size: 15px;
  color: #666;
}
.pfg li:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes hide-survey {
  0% { display: block; opacity: 1; }
  /*20% { display: block; opacity: 0.001; }*/
  100% { display: none; }
}
@keyframes hide-survey {
  0% { display: block; opacity: 1; }
  /*20% { display: block; opacity: 0.001; }*/
  100% { display: none; }
}
@-webkit-keyframes show-survey {
  0% { display: none; }
  80% { display: block; opacity: 0.001; }
  100% { display: block; opacity: 1; }
}
@keyframes show-survey {
  0% { display: none; }
  80% { display: block; opacity: 0.001; }
  100% { display: block; opacity: 1; }
}

.is-registering .register {
  opacity: 1;
  visibility: visible;
  max-height: 9999px;
}
.is-registering .register:before {
  opacity: 1;
  visibility: visible;
}
.is-registering .size-survey {
  -webkit-animation: hide-survey .3s 1;
    animation: hide-survey .3s 1;
    display: none;
}
.is-registering .form-wrap {
  -webkit-transition: .4s cubic-bezier(.5,.01,.25,1) .05s;
  -o-transition: .4s cubic-bezier(.5,.01,.25,1) .05s;
  transition: .4s cubic-bezier(.5,.01,.25,1) .05s;
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  visibility: visible;
}
.is-registering .register section {
  opacity: 1;
  -webkit-transition: .4s ease 0.5s;
  -o-transition: .4s ease 0.5s;
  transition: .4s ease 0.5s;
}
.is-registering .title h2.first {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);  
}
.is-registering .title h2.second {
  -webkit-transform: translateX(140%);
      -ms-transform: translateX(140%);
          transform: translateX(140%);
  opacity: 0;
  visibility: hidden;
}
.is-registering .sidebar .back {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
.is-registering .sidebar .survey-progress {
  opacity: 0;
}
.is-registering .global-toggle {
  opacity: 0;
  visibility: hidden;
}


/* RESULTS */

.ss-results {
  visibility: hidden;
  opacity: 0;
}

.ss-results {
  background: #f5f5f5;
  min-height: calc(100%);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 88px 0;
  z-index: -1;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.ss-results:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  opacity: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
}

.ss-results > .inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  opacity: 1;
}

.ss-results .inner > section {
  margin-bottom: 88px;
  -webkit-transition: .4s cubic-bezier(.5,.01,.25,1);
  -o-transition: .4s cubic-bezier(.5,.01,.25,1);
  transition: .4s cubic-bezier(.5,.01,.25,1);
}

.ss-results .ss-answers {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ss-results .action-btns {
  padding: 0 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ss-results .action-btns .btn {
  width: auto;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 50%;
          flex: 1 50%;
}
.ss-results .action-btns .btn:first-child {
  margin-right: 12px;
}


.ss-results h5 {
  margin-bottom: 24px;
}

.ss-results .panel {
  border: 1px solid transparent;
  padding: 36px 60px 48px;
  border-radius: 4px;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-shadow: 0px 2px 60px rgba(0, 0, 0, 0);
          box-shadow: 0px 2px 60px rgba(0, 0, 0, 0);
  max-height: calc(100vh - 240px);
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.ss-results .ss-answers .panel {
  overflow: visible;
  max-height: 100%;
}

.size-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 32px;
}

.size-tabs a {
  cursor: pointer;
  margin-right: 24px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
}
.size-tabs a span {
  color: #aaa;
  -webkit-transition: .05s ease;
  -o-transition: .05s ease;
  transition: .05s ease;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}
.size-tabs a:hover span {
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.size-tabs a.is-active span, .size-tabs a.is-active:hover span {
  color: #000;
  border-bottom: 2px solid #000;
}

p.unit-note {
  float: right;
  text-align: right;
  color: #aaa;
  position: relative;
  top: .9em;
}
p.unit-note.top {
  top: -.3em;
}

.show-all {
  text-align: left;
  background: #E8E8E8;
  color: #999;
  font-size: 12px;
  padding: .275rem .85rem .15em;
  border-radius: 2px;
  display: inline-block;
  margin: 12px 0 8px;
  cursor: pointer;
}
.show-all:hover {
  background: #DDD;
  color: #777;
}

.show-all + div {
  display: none;
}
.list.is-expanded .show-all + div {
  display: block;
}

.ss-results .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ss-results .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: .5rem 0;
  font-size: 15px;
  color: #777;
  cursor: default;
}

.ss-results .ss-answers .list li {
  cursor: pointer;
}

.ss-results .list li span {
  position: relative;
}

.ss-results .list li span:last-child {
  text-align: right;
}

.ss-results .list li:hover span {
  color: #000;
}

.ss-results .list li span span {
  position: absolute;
  right: 0px;
  top: -1px;
  margin-right: -75px;
  background: #E8E8E8;
  color: #999;
  border: 1px solid #F5F5F5;
  font-size: 12px;
  padding: .25rem .6rem;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}
.ss-results .list li span span:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: -40px;
  top: -6px;
  bottom: -6px;
  right: 10px;
  background: #fff;
  background: rgba(255,255,255,.01);
  opacity: .00001;  
}

.list li.note {
  border: none;
  text-align: center;
  cursor: default;
}
.list li.note p {
  margin: 8px auto 0;
  font-size: 13px;
  color: #999;
  text-align: center;
  display: block;
}

.ss-results .list li:hover span span {
  opacity: 1;
  visibility: visible;
  color: #999;
}

.ss-results .list li i {
  font-style: normal;
  opacity: .5;
}

.ss-results .list li span:first-child i {
  font-size: 12px;
  display: inline-block;
  min-width: 24px;
}

.ss-results .action-btns {
  margin-top: -46px;
  position: relative;
  z-index: 9;
}

.is-reviewing .ss-results, .is-reviewing .ss-results:before {
  visibility: visible;
  opacity: 1;
}
.is-reviewing .ss-results {
  z-index: 100;
}

.is-reviewing .sidebar .back {
  -webkit-transform: translateX(88px) translateY(0px);
      -ms-transform: translateX(88px) translateY(0px);
          transform: translateX(88px) translateY(0px);
  opacity: 0;
  visibility: hidden;
}
.is-reviewing .sidebar .back-change {
  -webkit-transform: translateY(30px) translateX(0);
      -ms-transform: translateY(30px) translateX(0);
          transform: translateY(30px) translateX(0);
  opacity: 1;
  visibility: visible;
}

/*Hide Everything Else*/
body.is-reviewing, .ss-app.is-reviewing {
  overflow: hidden;
  background: #F5F5F5;
}
.is-reviewing .register, .is-reviewing .register:before, .is-reviewing .size-survey {
  opacity: 0;
  visibility: hidden;
}

.is-reviewing .register section {
  opacity: 1;
  -webkit-transition: .4s ease 0.5s;
  -o-transition: .4s ease 0.5s;
  transition: .4s ease 0.5s;
}
.is-reviewing .title h2.first, .is-reviewing .title h2.second {
  -webkit-transform: translateX(-140%);
      -ms-transform: translateX(-140%);
          transform: translateX(-140%);
}
.is-reviewing .title h2.third {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.is-reviewing .sidebar .back-review {
  -webkit-transform: translateX(0) translateY(0px);
      -ms-transform: translateX(0) translateY(0px);
          transform: translateX(0) translateY(0px);
  opacity: 1;
  visibility: visible;
}

.is-reviewing .title h2.third i {
  opacity: 1;
  font-size: 15px;
  bottom: -5.5em;
}
.is-reviewing .sidebar .back { -webkit-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; }
.is-reviewing .sidebar .survey-progress { opacity: 0; }
/*.is-reviewing .global-toggle { opacity: 1; visibility: visible; }*/

.is-reviewing.show-answers .ss-results .ss-answers {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.is-reviewing.show-answers .sidebar .back {
  -webkit-transform: translateX(0px) translateY(0px);
      -ms-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
  opacity: 1;
  visibility: visible;
}
.is-reviewing.show-answers .sidebar .back-review {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-44px) translateY(0px);
      -ms-transform: translateX(-44px) translateY(0px);
          transform: translateX(-44px) translateY(0px);
}
.is-reviewing.show-answers .sidebar .back-change {
  -webkit-transform: translateX(0) translateY(30px);
      -ms-transform: translateX(0) translateY(30px);
          transform: translateX(0) translateY(30px);
  opacity: 1;
  visibility: visible;
}
.is-reviewing.show-answers .ss-results .ss-dimensions {
  opacity: 0;
  visibility: hidden;
}


.insider-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100vh;
  background: #F5F5F5;
  background: rgba(245, 245, 245, .9);
  padding: 8rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
}
.insider-overlay.is-visible {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.insider-overlay__inner {
  margin: 0 auto;
  max-width: 900px;
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)),linear-gradient(90deg, #454B61 0, #333A50 100%);
  background: #fff;
  display: flex;
  box-shadow: 0 4px 64px rgba(0,0,0,0.1);
}
.insider-thanks .insider-overlay__inner {
  max-width: 600px;
  text-align: center;
}
.insider-overlay__inner figure {
  display: none;
}
.insider-overlay__inner img {
  opacity: 0;
}
.insider-overlay__text {
  padding: 3rem; 
  width: 100%;
}
.insider-overlay__inner p {
  font-size: 1.3em;
  color: #777;
}
.insider-overlay__inner .btn {
  display: block;
}
.insider-overlay__inner p span {
  color: #000;
}
.insider-overlay__inner p.small {
  font-size: 1em;
  margin-bottom: 2em;
  color: #999;
}
@media(min-width: 800px) {
  .insider-overlay {
    padding: 12rem 6rem;
  }  
  .insider-overlay__inner figure {
    display: block;
    flex: 1 auto;
    width: 40%;
  }
  .insider-overlay__text {
    padding: 6rem;
    width: 60%;
  }
  .insider-thanks .insider-overlay__text {
    width: 100%;
    margin: 0 auto;
  }
  .insider-overlay__inner .btn {
    display: inline-block;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 2rem;
  }
}

/* MEDIA Q */

@media(max-width: 1280px) {

  /*[name="q-style"] + span {
    font-size: 14px;
  }*/

}

@media(max-width: 1200px) {

  .size-survey, .ss-results {
    padding: 32px 60px 60px;
    /*margin-left: 240px;*/
  }

  .register {
    padding: 36px 0;
    /*margin-left: 240px;*/
  }

  .ss-results {
    padding: 88px 60px;
    /*margin-left: 240px;*/
  }

  .question {
    /*padding: 36px 48px 48px;*/
  }

  .answer {
    font-size: 15px;
  }

  .answers .survey-input input {
    font-size: 48px!important;
    padding: 14px 16px 14px;
  }
  .survey-input .done {
    background: #000 url(/images/icons/survey-check.svg) no-repeat 11px 48%;
    background-size: 26px 17px;
    height: 55px;
    width: 80px;
    top: 10px;
    right: -18px;
  }

  .sidebar {
    width: 25%;
    min-width: 240px;
    max-width: 240px;  
  }
  .sidebar h2 {
    width: 100%;
    font-size: 28px;
  }

  .progress {
    width: 77px;
    height: 77px;
  }

  .survey-progress p {
    top: 30px;
    width: 77px;
    font-size: 12px;
  }  

}


@media(max-width: 1030px) {

  .size-survey, .ss-results {
    padding: 40px 48px 48px;
  }
  .init-loading {
    left: 50%;
    margin-left: -98px;
    bottom: 30px;
  }  
  .is-ready .init-loading {
    -webkit-transform: translateY(90px);
        -ms-transform: translateY(90px);
            transform: translateY(90px);
  }
  .question {
    padding: 0px 36px 0px;
  }
  .question h2 {
    font-size: 28px;
  }
  .question h2 span {
    font-size: 12px;
    top: 35px;
    left: -20px;
    height: 38px;
    width: 38px;
    line-height: 39px;
  }
  .answer {
    font-size: 14px;
  }
  .register h2 {
    max-width: 400px;
  }
  .ss-results .panel {
    padding: 36px 36px;
  }
  .ss-results .action-btns {
    padding: 0 32px;
  }
  p.unit-note.top {
    display: none;
  }

}

@media(max-width: 800px) {

  .page-size-survey {
    padding-top: 20px;
  }
  .size-survey {
    padding: 8px;
    margin-left: 0;
  }
  .page-size-survey #main-panel, .question:first-child {
      margin-top: 60px;
  }
  .current-unit.sm-only {
    display: block;
    position: fixed;
    top: 19px;
    left: 22px;
    z-index: 9998;
    display: block;
    opacity: 1;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #555;
    text-decoration: none;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;    
  }
  .global-toggle.ss-unit-toggle {
    display: block;
    top: 19px;
    left: 15px;
    background: #fff;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    transition: .15s ease .15s;
    transform: scale(.8);
    opacity: 0;
    visibility: hidden;
    transform-origin: 0% 0%;
  }
  .current-unit.sm-only.is-shown + .global-toggle.ss-unit-toggle {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: .2s cubic-bezier(.175, .885, .32, 1.275);
  }
  .global-toggle.ss-unit-toggle a {
    display: block;
    margin: 0;
    padding: 0;
  }
  .global-toggle.ss-unit-toggle a span {
    display: block;
    padding: 12px 12px;
    min-width: 160px;
    font-size: 15px;
    border-radius: 0 0 2px 2px;
    cursor: pointer;
    transition: 0s;
  }
  .global-toggle.ss-unit-toggle a:first-child span {
    border-bottom: 1px solid #ccc;
    border-radius: 2px 2px 0 0;
  }
  .global-toggle.ss-unit-toggle a span:hover {
    background: #E0E0E0;
    border-color: #ccc;
    color: #000;
  }
  .global-toggle.ss-unit-toggle a.is-active {
    color: #777;
  }
  .global-toggle.ss-unit-toggle a.is-active span {
    padding-right: 36px;
    background: url(/images/icons/checkmark.svg) no-repeat 90% center / 12px 12px;
  }
  .survey-progress.at-top {
    display: block;
    position: fixed;
    top: -1.25rem;
    right: 16px;
    z-index: 9999;
    left: auto;
    transform: translateX(0);
  }
  .survey-progress.at-top p span:first-child {
    color: #fff;
  }
  .is-registering .survey-progress.at-top, .is-reviewing .survey-progress.at-top, .is-reviewing .progress-bar.at-top {
    opacity: 0;
  }
  .ss-results {
    padding: 16px;
    margin-left: 0;
  }
  .question {
    padding: 16px 0;
    margin-bottom: 32px;
    /*border: 1px solid #e0e0e0;*/
  }
  .question:first-child {
    margin-top: 0px;
  }
  .question header {
    padding-right: 0;
  }
  .question h2 {
    font-size: 28px;
    line-height: 1.2;
    padding-left: 16px;
    padding-right: 16px;
  }
  .question h2 span {
    font-size: 12px;
    top: -36px;
    left: -1px;
    height: 34px;
    width: 26px;
    line-height: 34px;
    background: none;
    text-align: center;
    opacity: 0;
  }
  .question h2 em {
    display: none;
  }  
  .question.is-current h2 span {
    opacity: 1;
  }
  .answer {
    padding: 2px 4px 2px;
    font-size: 14px;
  }
  .answer span {
    padding: 11px 12px;
  }
/*  .answer span {
    color: #777;
    display: block;
    border: 1px solid #bbb;
    text-align: left;
    padding: 16px 16px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    background: none;
    position: relative;
    cursor: pointer;
    -ms-touch-action: none;
        touch-action: none;
    -webkit-touch-callout: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
  }  */
  .answers .survey-input input {
    font-size: 36px!important;
  }
  .answers .survey-input[data-width="1"] { max-width: 120px; }
  .answers .survey-input[data-width="2"] { max-width: 66%; }
  .answers .survey-input[data-width="3"] { max-width: 99%; max-width: calc(100% - 4px); }  
  .combined-input {
    max-width: 96%;
    max-width: calc(100% - 12px);
  }
  .answer .other-input {
    padding: 8px 12px 8px 12px;
    display: flex;
  }
  .answer .other-input .other-wrap {
    display: flex;
  }
  .answer .other-input i.other-label {
    font-size: 13px;
    position: relative;
    top: 6px;
  }
  .answer .other-input input[type="text"], .answer .other-input input[type="number"], .answer .other-input input[type="tel"] {
    font-size: 15px!important;
    max-width: 60px;
  }
  [data-format="metric"] .height .answer .other-input input[type="text"], [data-format="metric"] .height .answer .other-input input[type="number"], [data-format="metric"] .height .answer .other-input input[type="tel"] {
    max-width: 80px;
  }
  .answer img {
    width: 86%;
    max-width: 88px;
    margin: 12px auto 16px;
  }
  .survey-input .done {
    background: #000 url(/images/icons/survey-check.svg) no-repeat 8px 48%;
    background-size: 26px 17px;
    height: 50px;
    width: 70px;
    top: 7px;
    right: 7px;
  }
  .answers .invalid-msg, .survey-input + .invalid-msg {
    min-width: 210px;
    z-index: 9;
    position: relative;
    display: none;
    margin: 0;
    left: 0;
    top: 0;
  }
  .is-invalid .invalid-msg, .is-invalid + .invalid-msg {
    display: block;
  }
  .answers .combined-input .invalid-msg, .survey-input + .invalid-msg {
    position: absolute;
    top: 75px;
    left: 8px;
    right: -8px;
    height: auto;
    padding-bottom: 0;
    bottom: auto;
  }
  /*.height .is-invalid + .answer.skip-wrap {
    margin-top: 36px;
  }*/
  .ss-unit-toggle, .question .help {
    position: relative;
  }
  .ss-unit-toggle a.is-active {
    border-bottom: none;
  }
  .question.submit .question-nav {
    padding: 0 8px;
  }
  .question.submit .btn {
    max-width: 100%;
  }
  .size-survey:before {
    height: 60px;
  }

  .help-panel {
    top: 60px;
    left: 0;
    right: 0;
    right: 0;
    bottom: 0;
    padding-top: 20px;
    overflow: scroll;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }

  .help-panel .panel {
    padding: 36px 24px;
    width: 90%;
  }

  .jump-to-current {
    bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    left: 10%;
    right: 10%;
    font-size: 13px;
    display: none;
  }

  .sidebar {
    width: 0;
    display: none;
  }

  .inner .mob-back-links {
    position: relative;
    height: 1.5em;
    display: none!important;
  }
  .mob-back-links > span {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      color: #999;
      visibility: hidden;
      cursor: pointer;
      transition: .15s ease;
      transform: translateX(0)!important;
  }
  .is-reviewing .back-review {
      opacity: 1;
      visibility: visible;
  }
  .is-reviewing.show-answers .back-review {
      opacity: 0;
      visibility: hidden;
  }
  .is-reviewing.show-answers .back-change {
      opacity: 1;
      visibility: visible;
  }

  .register {
      padding: 12px 0 80px 0;
      margin-left: 0px;
  }
  .register .form-wrap {
    padding: 20px 16px 20px;
    width: 94%;
  }

  .register section {
    padding: 30px 24px 40px;
    margin: 36px auto;
  }

  .register h2 {
    margin-top: 0;
    font-size: 28px;
  }

  .register .form-wrap h2 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .form-wrap .form-neu .form-control {
    /*padding: 6px 8px 6px 0;*/
    font-size: 16px!important;
  }

  .verified img.stars {
    width: 100%;
  }

  .register .quotes blockquote {
    font-size: 22px;
  }

  .ss-results {
    padding-top: 64px;
  }

  .ss-results h5 {
    margin-top: 16px;
    margin-bottom: 12px;
  }  

  .ss-results .ss-answers {
    padding-top: 0px;
  }

  .ss-results .panel {
      padding: 16px 16px;
  }

  .size-tabs {
    margin: -4px -4px 12px -4px;
  }

  .ss-results .panel {
    padding: 16px 16px 28px;
    max-height: calc(100vh - 200px);
  }
  
  .size-tabs a {
    margin-right: 4px;    
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #777;
    border: 1px solid transparent;
  }
  .size-tabs a:last-child {
    margin-right: 0;
  }
  .size-tabs a.is-active {
    border: 1px solid transparent;
    background: #eee;
    color: #000;
  }
  .size-tabs a span {
    color: #777;
    border-bottom: none;    
  }
  .size-tabs a:hover span, .size-tabs a.is-active span, .size-tabs a.is-active:hover span {
    color: #000;
    border-bottom: none;
  }
  .ss-results .list li {
    padding: .7rem 0;
    font-size: 13px;
  }
  .ss-results .list li span:first-child i {
    display: none;
  }
  .ss-results .list li span span {
    /*display: none;*/
    min-width: 150px;
    min-width: 80vw;
    margin-right: 0;
    opacity: 0;
    visibility: visible;
  }
  .ss-results .list li:hover span span {
    opacity: 0;
    visibility: visible;
  }
  .ss-results .list li:hover span span:before {
    display: none;
  }

  .ss-results .action-btns {
    padding: 0 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ss-results .action-btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 6px;
    box-shadow: 0 -2px 1px 0 rgba(255,255,255,.7);
  }
  .ss-results .action-btns .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    width: 100%;
  }

  .ss-results .why section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .why section.ranked {
      padding: 24px 0px 0px;
  }
  .register .why section.ranked {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 16px;
  }
  .why section.gift-code {
      padding: 2em;
  }
  .register section:last-child {
    padding-left: 0;
    padding-right: 0;
  }

}

@media(max-width: 640px) {

/*  .page-size-survey .navbar {
    position: relative;
    margin-bottom: 0;
  }*/
  /*.page-size-survey #main-panel, .question:first-child {
      margin-top: 12px;
  }*/
  /*.survey-progress.at-top {
    display: none;
  }*/
  .why .verified p span {
    display: none;
  }  
  .why .verified p span.show-sm-below {
    display: inline;
  }

  .q-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 6px;
      margin: 0;
      background: #f5f5f5;
      z-index: 9999;
      box-shadow: 0 0 20px rgba(0,0,0,.1);
  }
  .btn.next, .btn.prev {
      padding: 12px 16px;
  }

}


.question[data-type="insider"] h3 {
  font-size: 17px;
  color: #777;
  text-align: left;
  margin-bottom: 2rem;
}
.question[data-type="insider"] h3 span {
  color: #000;
  font-weight: 500;
}
.question[data-type="insider"] .size-question {
  max-width: 700px;
  margin: 0 auto;
  padding: 4rem 0;
  border-top: 1px solid #ddd;
}
.question[data-type="insider"] .answers {
  text-align: left;
}
.question[data-type="insider"] .answers .a--bool {
  flex: 0 auto;
  width: 130px;
}
.question[data-type="insider"] .answers .a--bool label {
  display: block;
  font-size: 17px;
}
.question[data-type="insider"] .a--bool input:checked ~ span {
  color: #000;
  font-weight: 500;
}
.question[data-type="insider"] .answers .a--sizes {
  flex: 1 1 auto;
  width: auto;
}
.question[data-type="insider"] .a--sizes select {
  width: 100%;
}
.question[data-type="insider"] .a--sizes select:disabled {
  opacity: 0.5;
}
.size-question.has-error .a--sizes select {
  border-color: #ca2c2c;
  background: #f5eeef;
}
.size-question.has-error label input ~ span {
  color: #ca2c2c;
}

/*DEBUG NAV*/
/*.q-nav {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.q-nav .btn {
  min-width: 16em;
}*/

@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  .register-reasons .form-neu input[type='checkbox'].box {
    --active: #999;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .25);
    --border: #CCC;
    --border-hover: #999;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  .register-reasons .form-neu input[type='checkbox'].box:not(.switch), .register-reasons .form-neu input[type='radio']:not(.switch) {
    width: 21px;
    flex: 0 0 21px;
  }
  .register-reasons .form-neu input[type='checkbox'].box.switch {
      width: 44px;
      height: 25px;
      border-radius: 25px;
      --b: #F1F1F1;
      --ab: #FFF;
      --bc: #CCCCCC;
  }
  .register-reasons .form-neu input[type='checkbox'].box:not(.switch) {
    border-radius: 6px;
  }
  .register-reasons .form-neu input[type='checkbox'].box {
    border: 1px solid var(--bc, var(--border));
  }
  /* Override defaults */
  .register-reasons .form-neu input[type='checkbox'].box:checked {
    --b: var(--active);
    --bc: var(--active);
    --o: 1;
    --r: 43deg;
  }
  .register-reasons .form-neu input[type='checkbox'].box.switch:checked {
      --ab: var(--active-inner);
      --ab: #FFF;
      --b: #d0d0d0;
      --bc: #CCCCCC;
      --x: 19px;
  }
  input[type='checkbox'].box:after, input[type='radio']:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
      transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox'].box:not(.switch):after, input[type='radio']:not(.switch):after {
      opacity: var(--o, 0);
  }
  input[type='checkbox'].box:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      -webkit-transform: rotate(var(--r, 40deg));
      transform: rotate(var(--r, 40deg));
  }
  input[type='checkbox'].box.switch:after {
      left: 1px;
      top: 1px;
      border-radius: 50%;
      width: 21px;
      height: 21px;
      box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.08), 0px 3px 8px rgba(0, 0, 0, 0.25);
      background: var(--ab, var(--border));
      -webkit-transform: translateX(var(--x, 0));
      transform: translateX(var(--x, 0));
  }
  /* Apply another border color on hover if not checked & not disabled */
  .register-reasons .form-neu input[type='checkbox'].box:not(:checked):not(:disabled):hover,
  .register-reasons .form-neu input[type='radio']:not(:checked):not(:disabled):hover {
    --bc: var(--border-hover);
  }
  .register-reasons .form-neu input[type='checkbox'].box,
  .register-reasons .form-neu input[type='radio'] {
    --focus: 2px rgba(39, 94, 254, .25);
    outline: none;
    transition: box-shadow .2s;
  }

  .register-reasons .form-neu input[type='checkbox'].box:focus,
  .register-reasons .form-neu input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .register-reasons .form-neu input[type='checkbox'].box + span,
  .register-reasons .form-neu input[type='radio'] + span {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 16px;
    color: #757575;
    /* Additional styling */
  }
}

/* TEST V1 **************************************** */
/* ************************************************ */
/* ************************************************ */
.register[data-test="v1"] {

}
[data-test="v1"] ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1; /* Firefox */
}
.register[data-test="v1"] h2 { color: #757575; max-width: 90%; }
.register[data-test="v1"] h2 span { color: #000; }
.register[data-test="v1"] .form-wrap {
  padding: 20px 16px 20px;
  width: 94%;
  box-shadow: 0 1rem 96px rgba(0,0,0,.15);
  transform: translateY(0);
}
.register[data-test="v1"] .opt-in {
  align-items: center;
}
.register[data-test="v1"] .btn-width-all {
  padding-top: 16px!important;
  padding-bottom: 16px!important;
}
[data-test="v1"] .why-pc-slider {
  margin: 3rem auto 4rem;
  background: #aaa;
  background: rgba(0,0,0,.075);
  padding: 36px 50px 36px;
  width: 94%;
  border-radius: 4px;
  max-width: 760px;
  text-align: center;
  position: relative;
  min-height: 200px;
  opacity: 0;
  transition: .75s ease .5s;
}
[data-test="v1"] .why-pc-slider-wrap {
  display: flex;
  /*align-items: center;*/
}
[data-test="v1"] .why-pc-slider__slide {
  display: none;
  min-height: 170px;
}
[data-test="v1"] .why-pc-slider__slide.is-current {
  display: block;
}
[data-test="v1"] .why-pc-slider__slide p {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 15px;
  color: #555;
}
[data-test="v1"] .why-pc-slider__slide p strong {
  font-weight: 500;
  color: #333;
}
[data-test="v1"] .why-pc-slider__slide p.cite {
  color: #757575;
  font-size: 14px;
}
[data-test="v1"] .why-pc-slider__slide p + p {
  margin-top: 1.6rem;
}
[data-test="v1"] .form-wrap .form-neu .form-control {
  padding: 12px 16px;
}
.why-pc-slider__prev-next {
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  cursor: pointer;
  padding: 1rem;
  opacity: 0.6;
}
.why-pc-slider__prev-next:hover {
  opacity: 1;
}
.why-pc-slider__prev-next[data-dir="prev"] {
  left: 0.5rem;
}
.why-pc-slider__prev-next[data-dir="prev"] svg {
  transform: rotate(180deg);
}
.why-pc-slider__prev-next[data-dir="next"] {
  right: 0.5rem;
}
.why-pc-slider__dots {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.why-pc-slider__dots span {
  display: inline-block;
  height: 4px;
  width: 5rem;
  background: black;
  opacity: 0.25;
}
.why-pc-slider__dots span:first-child {
  border-radius: 4px 0 0 4px;
}
.why-pc-slider__dots span:last-child {
  border-radius: 0 4px 4px 0;
}
.why-pc-slider__dots span.is-current {
  opacity: 1;
}
.is-registering [data-test="v1"] .why-pc-slider {
  opacity: 1;
}
@media(min-width: 1030px) {
  .register[data-test="v1"] h2 { 
    font-size: 32px;
    max-width: 66%;
    margin: 0 auto 48px;
  }

  .register[data-test="v1"] .form-wrap, [data-test="v1"] .why-pc-slider {
    padding: 48px 60px 36px;
    width: 90%;
  }
  [data-test="v1"] .why-pc-slider {
    padding: 48px 60px;
    width: 90%;
    min-height: 220px;
  }
  [data-test="v1"] .why-pc-slider-wrap {
    display: block;
  }
  [data-test="v1"] .why-pc-slider__slide {
    min-height: 5rem;
  }
  [data-test="v1"] .why-pc-slider__slide p {
    font-size: 16px;
  }
  .why-pc-slider__prev-next[data-dir="prev"] {
    left: 1.5rem;
  }
  .why-pc-slider__prev-next[data-dir="prev"] svg {
    transform: rotate(180deg);
  }
  .why-pc-slider__prev-next[data-dir="next"] {
    right: 1.5rem;
  }
}


/* TEST V2 **************************************** */
/* ************************************************ */
/* ************************************************ */

.register[data-test="v2"] {
  padding-top: 24px;
  padding-bottom: 0;
}
.register[data-test="v2"], .register[data-test="v2"]:before {
  background: white;
}
.register[data-test="v2"] .why {
  padding-top: 20rem;
  margin-top: -11rem;
  padding-bottom: 10rem;
  background: #E8E7E7;
}
.register[data-test="v2"] .why section.pfg, .register[data-test="v2"] .why section.quotes {
  background: rgba(255,255,255,.33);
  border-radius: 8px;
}
.register[data-test="v2"] .why h2 {
  color: #555;
}
.register[data-test="v2"] .why section {
  opacity: 0;
  transition: 1s ease 1s;
}
[data-test="v2"] ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1; /* Firefox */
}
.register[data-test="v2"] .form-wrap h2 { 
  color: #757575; 
  text-align: left; 
  max-width: 40rem; 
  margin-left: 0;
  margin-bottom: 0;
}
.register[data-test="v2"] h2 span { color: #000; }
.register[data-test="v2"] .pfg h2 span { color: #555; }

.register[data-test="v2"] .form-wrap {
  padding: 0;
  width: 94%;
  box-shadow: 0 1rem 96px rgba(0,0,0,.15);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(10%);
}
.register[data-test="v2"] .form-wrap header {
  background: #E8E7E7;
  padding: 80px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 8px 0 0 8px;
}
.register[data-test="v2"] .gen {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 14px;
  color: #757575;
  display: flex;
  align-items: center;
  /*transition: .5s ease 4s;*/
  opacity: 1;
  animation: gen-fade 0.5s 1 forwards 3.25s;
  animation-play-state: paused;
}
.register[data-test="v2"] .ready {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 14px;
  color: #757575;
  opacity: 1;
  display: flex;
  align-items: center;
  animation: gen-fade 0.5s 1 backwards 3.5s;
  animation-direction: reverse;
  animation-play-state: paused;
}
.gen__progress {
  width: 24px;
  margin: 0 1.5rem 0 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.gen__checkmark {
  width: 24px;
  margin: 0 1.5rem 0 0;
}
.gen__progress__meter,
.gen__progress__value {
  fill: none;
}
.gen__progress__meter {
  stroke: #ccc;
}
.gen__progress__value {
  stroke: #000;
  stroke-linecap: round;
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  animation: gen-progress 3.5s 1 forwards;
  animation-play-state: paused;
}
.is-registering .gen__progress__value {
  animation-play-state: running;
}
.is-registering .register[data-test="v2"] .gen {
  animation-play-state: running;
}
.is-registering .register[data-test="v2"] .ready {
  animation-play-state: running;
}
@keyframes gen-progress {
    from {
        stroke-dashoffset: 339.292;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes gen-fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.is-registering .register[data-test="v2"] .form-wrap {
  transform: translateY(0%);
}
.is-registering .register[data-test="v2"] .why section {
  opacity: 1;
}
.register[data-test="v2"] .form-wrap form {
  padding: 32px 24px;
  margin: 0;
  width: 100%;
}
@media(min-width: 1030px) {
  .register[data-test="v2"] {
    padding-top: 96px;
  }
  .register[data-test="v2"] .form-wrap h2 {
    font-size: 34px;
    line-height: 1.2;
    max-width: 93%;
    margin: 0 auto 0 0;
  }
  .register[data-test="v2"] .form-wrap {
    width: 90%;
    max-width: 960px;
    flex-wrap: nowrap;
  }
  .register[data-test="v2"] .form-wrap header {
    background: #E8E7E7;
    padding: 64px 48px;
    flex: 1 0 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .register[data-test="v2"] .gen, .register[data-test="v2"] .ready {
    top: 42px;
    left: 48px;
  }
  .register[data-test="v2"] .form-wrap form {
    padding: 148px 48px 96px;
    margin: 0;
    width: 100%;
  }
  .register[data-test="v2"] .why {
    padding-top: 24rem;
    margin-top: -14rem;
  }
}
