/* 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';
}

/* Faded Scroll */
.size-survey:before {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12vh;
  transform: translateZ(0);
  backface-visibility: hidden;
  background: -webkit-linear-gradient(bottom, rgba(245, 245, 245,1) 0%,rgba(245, 245, 245,0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 245, 245,1)),to(rgba(245, 245, 245,0)));
  background: -o-linear-gradient(bottom, rgba(245, 245, 245,1) 0%,rgba(245, 245, 245,0) 100%);
  background: linear-gradient(to top, rgba(245, 245, 245,1) 0%,rgba(245, 245, 245,0) 100%);
  z-index: 9;
  -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
  pointer-events:none;
  display: none;
}

.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;
}

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

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

.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;
}

.unit-toggle a {
  margin-left: 16px;
  color: #aaa;
  padding-bottom: 4px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.unit-toggle a:hover {
  border-bottom: 1px solid #aaa;
}
.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%;
  }

@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.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);
}
.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: #000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=) no-repeat center center;
  background-size: 50%;
  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 {
  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 {
  transform: translateX(0px);
  opacity: 1;
}
.survey-progress.at-top {
  display: block;
  position: fixed;
  top: -1.15rem;
  right: 55px;
  z-index: 9999;
  left: auto;
  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 {
  opacity: 0;
}
.survey-progress p {
  position: absolute;
  text-align: center;
  width: 88px;
  left: -1px;
  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);
}


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

.question h2 {
  margin-top: 0;
  text-align: center;
  font-size: 28px;
  /*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 .unit-toggle, .question.is-current .help {
  opacity: 1;
}
.question.is-answered:hover .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: #fff url(/images/icons/select-arrows.svg) no-repeat right center;
  background-size: 18px;
  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 .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: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
  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;
}

.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;
}
.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: #F5F5F5;
}
.why section.pfg h5 {
  color: #999;
  margin-bottom: 8px;
}
.why section.pfg h2 {
  margin-top: 12px;
}
.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;
}

@-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: none;
  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;
}

.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: -12px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.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;
  font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
}

.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 {
  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;
  -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;
}


/* 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: 0;
  }
  .size-survey {
    padding: 8px;
    margin-left: 0;
  }
  .page-size-survey #main-panel, .question:first-child {
      margin-top: 60px;
  }
  .survey-progress.at-top {
    display: block;
    position: fixed;
    top: -1.25rem;
    right: 50px;
    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;
  }  
  .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;
  }
  .answer img {
    width: 86%;
    max-width: 72px;
    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;
  }*/
  .unit-toggle, .question .help {
    position: relative;
  }
  .unit-toggle a.is-active {
    border-bottom: none;
  }
  .global-toggle.unit-toggle {
    display: 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-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 - 120px);
  }
  
  .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;
  }

  .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;
  }
  .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;
  }

}
