.call-button {
  background: #2ab6d6;
  padding: 12px 22px;
  font-size: 14px;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.call-button span {
  top: 0px;
  font-size: 11px;
  line-height: 11px;
}
.nohat-quiz {
  width: 100%;
  position: relative;
  display: table;
  padding: 30px 0;
}
.nohat-quiz .error {
  color: red;
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
}
.nohat-quiz .holder {
  border: 5px solid #f3f6f7;
  border-radius: 5px;
  display: table-cell;
  vertical-align: middle;
}
.nohat-quiz .holder button {
  background: #2ab6d6;
  padding: 12px 22px;
  font-size: 14px;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.nohat-quiz .holder button span {
  top: 0px;
  font-size: 11px;
  line-height: 11px;
}
.nohat-quiz .holder .mask {
  overflow: hidden;
  width: 100%;
  min-height: 45px;
  position: relative;
}
.nohat-quiz .holder .mask .timer {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 10;
  color: white;
}
.nohat-quiz .holder .mask .timer .seconds {
  color: #b40008;
  text-shadow: 1px 1px 1px #98becc;
  font-weight: 700;
  font-size: 14px;
  margin-top: 1px;
}
.nohat-quiz .holder .mask .timer .icon {
  top: 3px;
}
.nohat-quiz .holder .mask .screen {
  position: absolute;
  width: 100%;
  height: auto;
  left: 100%;
}
.nohat-quiz .holder .mask .screen.current {
  left: 0;
}
.nohat-quiz .holder .mask .screen.one {
  text-align: center;
}
.nohat-quiz .holder .mask .screen.one .q-holder .question {
  background: white;
  border-bottom: 0px solid #f3f6f7;
}
.nohat-quiz .holder .mask .screen.skill-ratings .answer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.nohat-quiz .holder .mask .screen.skills-passion .rating-stars {
  color: red;
}
.nohat-quiz .holder .mask .screen.skills-prof .rating-stars {
  color: #28b25a;
}
.nohat-quiz .holder .mask .screen.skills-results .rating-stars {
  color: #1ea7cf;
}
.nohat-quiz .holder .mask .screen.skills-results .answers .answer {
  position: relative;
}
.nohat-quiz .holder .mask .screen.skills-results .answers .answer .skill-final {
  background: #1ea7cf;
  width: 100%;
  display: inline-block;
  padding: 20px;
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.nohat-quiz .holder .mask .screen.skills-results .answers .answer .result-val {
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  top: 7px;
  right: 30px;
  z-index: 10;
  color: white;
}
.nohat-quiz .holder .mask .screen.skills-results .answers .answer .result-val .starg {
  font-size: 25px;
  position: absolute;
  top: 15px;
}
.nohat-quiz .holder .mask .screen.skills-results .answers .answer .note {
  padding: 20px;
}
.nohat-quiz .holder .mask .screen .q-holder .question {
  padding: 20px;
  background: #1ea7cf;
  font-size: 16px;
  color: white;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nohat-quiz .holder .mask .screen .q-holder .question .q-number {
  font-size: 150px;
  font-weight: 700;
  float: left;
  margin-right: 20px;
  position: absolute;
  bottom: 0;
  line-height: 95px;
}
.nohat-quiz .holder .mask .screen .q-holder .question .disclaimer {
  display: block;
  font-size: 14px;
}
.nohat-quiz .holder .mask .screen .q-holder .question h1 {
  width: 95%;
  padding-left: 100px;
  color: white;
}
.nohat-quiz .holder .mask .screen .q-holder .question p {
  width: 95%;
  padding-left: 100px;
  margin-bottom: 0;
  font-size: 14px;
}
.nohat-quiz .holder .mask .screen .q-holder .answers {
  padding: 20px;
}
.nohat-quiz .holder .mask .screen .q-holder .answers .answer {
  text-align-last: right;
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
}
.nohat-quiz .holder .mask .screen .q-holder .answers .answer:last-child {
  border-bottom: 0px solid #1ea7cf;
}
.nohat-quiz .holder .mask .screen .q-holder .answers .answer label {
  float: left;
  font-size: 18px;
  margin-top: 11px;
  width: 250px;
}
.nohat-quiz .holder .mask .screen .q-holder .answers .answer input {
  font-size: 16px;
  padding: 10px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  outline: 0;
}
.nohat-quiz .holder .mask .screen .q-holder .answers .answer input:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.nohat-quiz .holder .mask .screen .q-holder .answers button {
  float: right;
  margin-top: 10px;
}
