@keyframes slidein {
  from {
    width: 40px;
    border-radius: 40px;
  }
  to {
    width: 100%;
    border-radius: 20px;
  }
}
@keyframes buttontext {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#goq-main {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 992px) {
  #goq-main {
    width: 100%;
  }
}
#goq-main .button-group {
  text-align: left;
  margin: 60px 0;
  padding: inherit;
}
#goq-main .button-group:before, #goq-main .button-group:after {
  content: "";
  display: table;
}
#goq-main .button-group:after {
  clear: both;
}
#goq-main .button-group {
  *zoom: 1;
}
#goq-main .goq-button {
  width: 33.33333333%;
  vertical-align: top;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: 400;
  font-size: 1.125rem;
}
#goq-main .goq-button {
  display: inline-block;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  border: none;
  text-decoration: none;
}
#goq-main .goq-button + #goq-main .goq-button {
  margin: 0 0 0 10px;
}
#goq-main .goq-button-next {
  float: right;
  height: inherit;
  background-color: #f15a29;
}
#goq-main .goq-button-previous {
  float: left;
  line-height: 1.3;
  background-color: #333333;
}
#goq-main h1 {
  margin: 0 0 1.25rem 0;
  padding: inherit;
  font-weight: 400;
  font-size: 2.5rem;
}
#goq-main form {
  margin: inherit;
}
#goq-main .container {
  width: 100%;
}
#goq-main .question label {
  margin: inherit;
  font-size: 1.125rem;
}
#goq-main .question label:first-child {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
}
#goq-main .question.error input[type=text], #goq-main .question.error select {
  border: 1px solid #f01212;
  box-shadow: 0 0 5px rgba(239, 52, 101, 0.5);
}
#goq-main .question em {
  display: block;
  margin: 15px 0 0 0;
  color: #f01212;
  font: 300 1rem "futura-pt", Helvetica, Arial, sans-serif;
}
#goq-main .question select {
  margin-top: 0.25rem 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#goq-main .question select {
  padding: 0 0.625rem;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  font-size: 1rem;
}
#goq-main .question select:focus {
  border: 1px solid #bcbcbc;
}
#goq-main .question input.hasDatepicker, #goq-main .question input[type=text] {
  padding: 0 0.625rem;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  font-size: 1rem;
}
#goq-main .question input.hasDatepicker:focus, #goq-main .question input[type=text]:focus {
  border: 1px solid #bcbcbc;
}
#goq-main .question .radio-checkbox {
  margin-top: 0.25rem;
}
#goq-main .question .radio-checkbox input {
  margin-top: 6px;
  vertical-align: top;
}
#goq-main .question .radio-checkbox input[type=checkbox] {
  margin: 8px 4px 0 5px;
  vertical-align: top;
}
#goq-main .question .radio-checkbox label {
  width: 85%;
  margin: 0;
}
#goq-main .question div[class=row] {
  display: block;
  float: left;
  width: 31.914893617%;
  *width: 31.8617021277%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
  vertical-align: top;
}
#goq-main .question div[class=row]:first-of-type {
  margin-left: 0;
}
#goq-main .question.hidden {
  display: none;
}
#goq-main .question + .question {
  margin-top: 20px;
  padding-top: 0;
  border-top: none;
}
#goq-main .help-block {
  display: block;
  margin-bottom: 5px;
  font-style: italic;
  font-size: 0.875rem;
  color: #6e6e6e;
}
#goq-main .choices-in-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#goq-main .choices-in-col .radio-checkbox {
  width: 33%;
}

.goq-intro {
  margin-top: 50px;
}
.goq-intro + .goq-main-container > form {
  margin-top: 30px;
}

#rqt-progress.progress-block a {
  color: #da0087;
}
#rqt-progress.progress-block .progress__content {
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  color: #6e6e6e;
}
#rqt-progress.progress-block .progress__header {
  position: relative;
  min-height: 40px;
  background-color: #333333;
}
#rqt-progress.progress-block .progress__header .glyphicons {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-radius: 100%;
  text-align: center;
  color: #da0087;
  background-color: #ffffff;
  font-size: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
#rqt-progress.progress-block .progress__content-block-txt {
  padding: 5px;
  text-align: center;
  background-color: #1d97ad;
  color: #ffffff;
  font-size: 1.14em;
}
#rqt-progress.progress-block .progress__content-indicator {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
#rqt-progress.progress-block .progress__content-indicator:before {
  content: "";
  position: absolute;
  display: block;
  left: -6px;
  top: 33%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #000000 transparent transparent;
}
#rqt-progress.progress-block .progress__container-bar {
  width: 100%;
  height: 28px;
  margin: 5px 0 10px 0;
  border: 2px solid #E4E4E4;
  border-radius: 20px;
  background-color: #E4E4E4;
}
#rqt-progress.progress-block #goq-progressbar-done {
  height: 28px;
  border-radius: 20px;
  background-color: #37d483;
  background-image: linear-gradient(to right, #37d483 0%, #1d97ad 100%);
  background-size: auto;
}
#rqt-progress.progress-block.full {
  margin-bottom: 1%;
}
#rqt-progress.progress-block.full .progress__content:before, #rqt-progress.progress-block.full .progress__content:after {
  content: "";
  display: table;
}
#rqt-progress.progress-block.full .progress__content:after {
  clear: both;
}
#rqt-progress.progress-block.full .progress__content {
  *zoom: 1;
}
#rqt-progress.progress-block.full .progress__content-container {
  float: left;
  width: 66%;
}
#rqt-progress.progress-block.full .progress__content-block-txt {
  float: right;
  width: 33%;
}
#rqt-progress.progress-block.full .progress__content-title {
  display: inline-block;
  width: 89%;
}
#rqt-progress.progress-block.full .progress__content-indicator {
  width: 10%;
}
#rqt-progress.progress-block.small .progress__content-title {
  display: inline-block;
  width: 75%;
  padding-bottom: 20px;
}
#rqt-progress.progress-block.small .progress__content-indicator {
  width: 23%;
}
#rqt-progress.progress-block.goq-toolbox-container {
  margin-bottom: 20px;
  border: none;
}
#rqt-progress.progress-block.goq-toolbox-container:before, #rqt-progress.progress-block.goq-toolbox-container:after {
  content: "";
  display: table;
}
#rqt-progress.progress-block.goq-toolbox-container:after {
  clear: both;
}
#rqt-progress.progress-block.goq-toolbox-container {
  *zoom: 1;
}
#rqt-progress.progress-block.goq-toolbox-container .progress__img.skin-banner {
  display: inline-block;
  width: 100%;
  background-size: 59% auto;
}
#rqt-progress.progress-block.goq-toolbox-container .progress__img.skin-banner .progress__content {
  margin: auto 0 auto 60%;
  width: 40%;
  padding: 10px;
  border: none;
}
#rqt-progress.progress-block.goq-toolbox-container .progress__img.skin-banner .progress__content-title {
  display: inline-block;
  width: 80%;
}
#rqt-progress.progress-block.goq-toolbox-container .progress__img.skin-banner .progress__content-indicator {
  width: 18%;
}
#rqt-progress.progress-block.goq-toolbox-container .skin-banner-only {
  display: block;
  width: 100%;
  min-height: 90px;
  background-size: 100% auto;
  background-position: 50% 50%;
}

.home-rqt-carousel .rqt-card.card-block {
  width: 100%;
}
.home-rqt-carousel .rqt-card.card-block .card__img-container {
  height: 130px;
}
.home-rqt-carousel .rqt-card.card-block .card__content {
  padding: 10px;
  min-height: 105px;
}
.home-rqt-carousel .rqt-card.card-block .card__content .card__content_txt {
  height: auto;
}
.home-rqt-carousel .slick-dots {
  margin-top: 10px;
}

.goq-caroussel--bt-container {
  width: 66.66666667%;
  margin: 0 0 0 16.66666667%;
  padding: 0 0.938rem;
}

.rqt__profile-btn-carousel {
  display: block;
  width: 100%;
  height: 40px;
  margin: 20px 0 0 0;
  padding: 8px 0;
  background-color: #1d97ad;
  font-weight: 300;
  font-size: 1.125rem;
}
.rqt__profile-btn-carousel {
  display: inline-block;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  border: none;
  text-decoration: none;
}
.rqt__profile-btn-carousel:hover, .rqt__profile-btn-carousel:focus, .rqt__profile-btn-carousel:active {
  color: #ffffff;
}

.goq-profil-block-container {
  display: grid;
  grid-template-areas: "a a a";
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.goq-profil-block-container .rqt-card.card-block:hover .card__hover-content,
.goq-profil-block-container .rqt-card.card-block:active .card__hover-content,
.goq-profil-block-container .rqt-card.card-block:focus .card__hover-content {
  opacity: 1;
}
.goq-profil-block-container .rqt-card.card-block:hover:before,
.goq-profil-block-container .rqt-card.card-block:active:before,
.goq-profil-block-container .rqt-card.card-block:focus:before {
  opacity: 0.7;
}
.goq-profil-block-container .rqt-card.card-block:hover .card__content,
.goq-profil-block-container .rqt-card.card-block:active .card__content,
.goq-profil-block-container .rqt-card.card-block:focus .card__content {
  z-index: 100;
  color: #ffffff;
}
.goq-profil-block-container .rqt-card.card-block:hover .card__content p,
.goq-profil-block-container .rqt-card.card-block:active .card__content p,
.goq-profil-block-container .rqt-card.card-block:focus .card__content p {
  z-index: 10000;
  color: #ffffff;
}
.goq-profil-block-container .rqt-card.card-block:hover .card__content h3,
.goq-profil-block-container .rqt-card.card-block:active .card__content h3,
.goq-profil-block-container .rqt-card.card-block:focus .card__content h3 {
  color: #ffffff;
}
.goq-profil-block-container .rqt-card.card-block:hover span[class*=glyphicons-],
.goq-profil-block-container .rqt-card.card-block:active span[class*=glyphicons-],
.goq-profil-block-container .rqt-card.card-block:focus span[class*=glyphicons-] {
  color: #ffffff;
}
.goq-profil-block-container .rqt-card.card-block:hover .card__button-class,
.goq-profil-block-container .rqt-card.card-block:active .card__button-class,
.goq-profil-block-container .rqt-card.card-block:focus .card__button-class {
  animation-duration: 0.3s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-name: slidein;
}
.goq-profil-block-container .rqt-card.card-block:hover .card__button-class .card__button-content,
.goq-profil-block-container .rqt-card.card-block:active .card__button-class .card__button-content,
.goq-profil-block-container .rqt-card.card-block:focus .card__button-class .card__button-content {
  display: block;
  margin: 0 32px 0 10px;
  padding-top: 8px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  opacity: 0;
}
.goq-profil-block-container .rqt-card.card-block:hover .card__button-class span:first-child,
.goq-profil-block-container .rqt-card.card-block:active .card__button-class span:first-child,
.goq-profil-block-container .rqt-card.card-block:focus .card__button-class span:first-child {
  animation-duration: 0.3s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-name: buttontext;
}

.card-block__with-header:before {
  content: "";
  display: block;
  height: 48px;
  width: 100%;
  background-color: #333333;
}

.rqt-card.card-block {
  display: inline-block;
  z-index: 0;
  position: relative;
  box-sizing: border-box;
  width: auto;
  font-size: 11px;
  vertical-align: top;
  border: 1px solid #bcbcbc;
}
.rqt-card.card-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.rqt-card.card-block .card-header-dark-grey {
  height: 48px;
  background-color: #333333;
}
.rqt-card.card-block .card__hover-content {
  z-index: 10;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.rqt-card.card-block .card__img-container {
  width: 100%;
  height: 150px;
}
.rqt-card.card-block > .glyphicons {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border-radius: 100%;
  line-height: 1.85;
  background: #ffffff;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
}
.rqt-card.card-block > .glyphicons.glyphicons-user:before {
  padding-top: 7px;
  padding-left: 14px;
  font-size: 2rem;
  color: #da0087;
}
.rqt-card.card-block .card__button-class {
  z-index: 100;
  position: absolute;
  top: -30px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #1d97ad;
  color: #ffffff;
}
.rqt-card.card-block .card__button-class span.glyphicons {
  position: absolute;
  display: block;
  top: 5px;
  right: 10px;
  font-size: 1.25rem;
}
.rqt-card.card-block .card__button-class .card__button-content {
  display: none;
}
.rqt-card.card-block .card-points {
  padding: 35px 0 0 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
.rqt-card.card-block .card-points > span {
  display: block;
  font-size: 1rem;
  color: #ffffff;
}
.rqt-card.card-block .card__content {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  background-color: transparent;
}
.rqt-card.card-block .card__content h1, .rqt-card.card-block .card__content h2, .rqt-card.card-block .card__content h3 {
  margin: 10px 0 10px 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.rqt-card.card-block .card__content h1 + h2 {
  padding: 0;
  font-size: 1.25rem;
  font-weight: 400;
}
.rqt-card.card-block .card__content h2 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.rqt-card.card-block .card__content p {
  margin-top: 0;
}
.rqt-card.card-block .card__content p + p {
  margin-top: 10px;
}
.rqt-card.card-block .card__content .card__content_txt {
  height: 100px;
  overflow: hidden;
  line-height: 1.2;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
}
.rqt-card.card-block .card__content .card__content-min-title {
  font-size: 0.5em;
}
.rqt-card.card-block .card__content .card-points {
  padding-top: 20px;
  text-align: center;
  font-weight: 500;
  color: #da0087;
}
.rqt-card.card-block .card__content .card-points > span {
  text-align: center;
  font-size: 0.875em;
  font-weight: 400;
  color: #6e6e6e;
}
.rqt-card.card-block .card__content .card__button-no-link {
  cursor: default;
}
.rqt-card.card-block.quick_goq_container {
  width: 100%;
}
.rqt-card.card-block.quick_goq_container .card__img-container {
  display: block;
  height: 48px;
  background: url(../images/rqt/visu-rqt-ending-page-h48.jpg) no-repeat 0% 0%;
}
.rqt-card.card-block.quick_goq_container .card__content {
  width: 100%;
  margin: 0;
  color: #000000;
}
.rqt-card.card-block.quick_goq_container .card__content .card__content_txt {
  height: 100%;
}
.rqt-card.card-block.quick_goq_container .card__content p {
  color: #6e6e6e;
  font-size: 0.6em;
  line-height: 1.5em;
}
.rqt-card.card-block.quick_goq_container .card__content .card-points {
  margin: 0;
  padding: 20px 0;
  color: #da0087;
  text-align: left;
}
.rqt-card.card-block.quick_goq_container .card__content .goq-ending-generosity {
  padding: 20px 0 0 0;
  color: #da0087;
  text-align: center;
}
.rqt-card.card-block.quick_goq_container:hover .card__content, .rqt-card.card-block.quick_goq_container:hover .card__content h3 {
  color: #000000;
}
.rqt-card.card-block.quick_goq_container:hover .card__content .card-points, .rqt-card.card-block.quick_goq_container:hover .card__content h3 .card-points {
  color: #da0087;
}
.rqt-card.card-block.quick_goq_container:hover .card__content p, .rqt-card.card-block.quick_goq_container:hover .card__content h3 p {
  color: #6e6e6e;
}
.rqt-card.card-block.quick_goq_container.thanks-page h3 {
  margin: 0.714rem 0 0.714rem 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
}
.rqt-card.card-block.quick_goq_container.thanks-page p.txt-center {
  margin: 2rem 0 1rem 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #1d97ad;
}

.quick-btn {
  width: 100%;
  height: 40px;
  padding: 8px 0 0 0;
  border: 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}
.quick-btn {
  display: inline-block;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  border: none;
  text-decoration: none;
}
.quick-btn:hover, .quick-btn:active, .quick-btn:focus {
  color: #ffffff;
}
.quick-btn.prev {
  background-color: #333333;
}
.quick-btn.next {
  background-color: #f15a29;
}

.thanks-btn {
  display: block;
  width: 33%;
  margin: 30px auto 0 auto;
  padding: 10px 0 10px 0;
  background-color: #f15a29;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
}
.thanks-btn:hover, .thanks-btn:active, .thanks-btn:focus {
  color: #ffffff;
}

.card-block.skin-default .card__img-container {
  background-image: url("../images/rqt/list/default.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-eating-out .card__img-container {
  background-image: url("../images/rqt/list/eating-out.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-environment .card__img-container {
  background-image: url("../images/rqt/list/environment.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-finances .card__img-container {
  background-image: url("../images/rqt/list/finances.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-health-beauty .card__img-container {
  background-image: url("../images/rqt/list/health-beauty.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-household .card__img-container {
  background-image: url("../images/rqt/list/household.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-housing .card__img-container {
  background-image: url("../images/rqt/list/housing.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-insurance .card__img-container {
  background-image: url("../images/rqt/list/insurance.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-internet .card__img-container {
  background-image: url("../images/rqt/list/internet.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-leisure-hobbies .card__img-container {
  background-image: url("../images/rqt/list/leisure-hobbies.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-media-technology .card__img-container {
  background-image: url("../images/rqt/list/media-technology.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-pets .card__img-container {
  background-image: url("../images/rqt/list/pets.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-shopping .card__img-container {
  background-image: url("../images/rqt/list/shopping.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-smoking .card__img-container {
  background-image: url("../images/rqt/list/smoking.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-transport .card__img-container {
  background-image: url("../images/rqt/list/transport.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-travel .card__img-container {
  background-image: url("../images/rqt/list/travel.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-work-experience .card__img-container {
  background-image: url("../images/rqt/list/work-experience.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-quick-questions .card__img-container {
  background-image: url("../images/rqt/list/quick-questions.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-block.skin-projects .card__img-container {
  background-image: url("../images/rqt/list/projects.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.progress__img.skin-default,
.skin-banner-only.skin-default {
  background-image: url("../images/rqt/page/default.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-eating-out,
.skin-banner-only.skin-eating-out {
  background-image: url("../images/rqt/page/eating-out.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-environment,
.skin-banner-only.skin-environment {
  background-image: url("../images/rqt/page/environment.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-finances,
.skin-banner-only.skin-finances {
  background-image: url("../images/rqt/page/finances.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-health-beauty,
.skin-banner-only.skin-health-beauty {
  background-image: url("../images/rqt/page/health-beauty.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-household,
.skin-banner-only.skin-household {
  background-image: url("../images/rqt/page/household.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-housing,
.skin-banner-only.skin-housing {
  background-image: url("../images/rqt/page/housing.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-insurance,
.skin-banner-only.skin-insurance {
  background-image: url("../images/rqt/page/insurance.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-internet,
.skin-banner-only.skin-internet {
  background-image: url("../images/rqt/page/internet.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-leisure-hobbies,
.skin-banner-only.skin-leisure-hobbies {
  background-image: url("../images/rqt/page/leisure-hobbies.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-media-technology,
.skin-banner-only.skin-media-technology {
  background-image: url("../images/rqt/page/media-technology.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-pets,
.skin-banner-only.skin-pets {
  background-image: url("../images/rqt/page/pets.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-shopping,
.skin-banner-only.skin-shopping {
  background-image: url("../images/rqt/page/shopping.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-smoking,
.skin-banner-only.skin-smoking {
  background-image: url("../images/rqt/page/smoking.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-transport,
.skin-banner-only.skin-transport {
  background-image: url("../images/rqt/page/transport.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-travel,
.skin-banner-only.skin-travel {
  background-image: url("../images/rqt/page/travel.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-work-experience,
.skin-banner-only.skin-work-experience {
  background-image: url("../images/rqt/page/work-experience.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-quick-questions,
.skin-banner-only.skin-quick-questions {
  background-image: url("../images/rqt/page/quick-questions.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress__img.skin-projects,
.skin-banner-only.skin-projects {
  background-image: url("../images/rqt/page/projects.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.datepicker.dropdown-menu {
  padding: 0;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  background-color: #f6f6f6;
}

.datepicker table tr td, .datepicker table tr th {
  border-radius: 0;
}
.datepicker .prev, .datepicker .datepicker-switch, .datepicker .next {
  color: #ffffff;
  background-color: #333333;
}
.datepicker .prev:hover, .datepicker .datepicker-switch:hover, .datepicker .next:hover {
  background-color: #333333;
}
.datepicker .prev {
  border-radius: 5px 0 0 5px;
}
.datepicker .next {
  border-radius: 0 5px 5px 0;
}

.datepicker-days .table-condensed tbody tr .day {
  color: #1c94c4;
  background: linear-gradient(90deg, white 0%, #f6f6f6 50%, white 100%);
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
}
.datepicker-days .table-condensed tbody tr .day:hover {
  color: #f15a29;
  background-color: #ffffff;
  border-color: #f15a29;
}
.datepicker-days .table-condensed tbody tr .day.active {
  color: #ffffff;
  background: #f15a29;
  border-color: #f15a29;
}
.datepicker-days .table-condensed tbody tr .day.active:hover {
  color: #ffffff;
  background-color: #f15a29;
  border-color: #f15a29;
}
.datepicker-days .table-condensed tbody tr .day.disabled {
  opacity: 0.35;
}

.datepicker-months .table-condensed tbody tr td .month, .datepicker-months .table-condensed tbody tr td .year, .datepicker-months .table-condensed tbody tr td .decade, .datepicker-months .table-condensed tbody tr td .century, .datepicker-years .table-condensed tbody tr td .month, .datepicker-years .table-condensed tbody tr td .year, .datepicker-years .table-condensed tbody tr td .decade, .datepicker-years .table-condensed tbody tr td .century, .datepicker-decades .table-condensed tbody tr td .month, .datepicker-decades .table-condensed tbody tr td .year, .datepicker-decades .table-condensed tbody tr td .decade, .datepicker-decades .table-condensed tbody tr td .century, .datepicker-centuries .table-condensed tbody tr td .month, .datepicker-centuries .table-condensed tbody tr td .year, .datepicker-centuries .table-condensed tbody tr td .decade, .datepicker-centuries .table-condensed tbody tr td .century {
  color: #1c94c4;
  background: linear-gradient(90deg, white 0%, #f6f6f6 50%, white 100%);
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
}
.datepicker-months .table-condensed tbody tr td .month:hover, .datepicker-months .table-condensed tbody tr td .year:hover, .datepicker-months .table-condensed tbody tr td .decade:hover, .datepicker-months .table-condensed tbody tr td .century:hover, .datepicker-years .table-condensed tbody tr td .month:hover, .datepicker-years .table-condensed tbody tr td .year:hover, .datepicker-years .table-condensed tbody tr td .decade:hover, .datepicker-years .table-condensed tbody tr td .century:hover, .datepicker-decades .table-condensed tbody tr td .month:hover, .datepicker-decades .table-condensed tbody tr td .year:hover, .datepicker-decades .table-condensed tbody tr td .decade:hover, .datepicker-decades .table-condensed tbody tr td .century:hover, .datepicker-centuries .table-condensed tbody tr td .month:hover, .datepicker-centuries .table-condensed tbody tr td .year:hover, .datepicker-centuries .table-condensed tbody tr td .decade:hover, .datepicker-centuries .table-condensed tbody tr td .century:hover {
  color: #f15a29;
  background-color: #ffffff;
  border-color: #f15a29;
}
.datepicker-months .table-condensed tbody tr td .month.active, .datepicker-months .table-condensed tbody tr td .year.active, .datepicker-months .table-condensed tbody tr td .decade.active, .datepicker-months .table-condensed tbody tr td .century.active, .datepicker-years .table-condensed tbody tr td .month.active, .datepicker-years .table-condensed tbody tr td .year.active, .datepicker-years .table-condensed tbody tr td .decade.active, .datepicker-years .table-condensed tbody tr td .century.active, .datepicker-decades .table-condensed tbody tr td .month.active, .datepicker-decades .table-condensed tbody tr td .year.active, .datepicker-decades .table-condensed tbody tr td .decade.active, .datepicker-decades .table-condensed tbody tr td .century.active, .datepicker-centuries .table-condensed tbody tr td .month.active, .datepicker-centuries .table-condensed tbody tr td .year.active, .datepicker-centuries .table-condensed tbody tr td .decade.active, .datepicker-centuries .table-condensed tbody tr td .century.active {
  color: #ffffff;
  background-color: #f15a29;
  border-color: #f15a29;
}
.datepicker-months .table-condensed tbody tr td .month.active:hover, .datepicker-months .table-condensed tbody tr td .year.active:hover, .datepicker-months .table-condensed tbody tr td .decade.active:hover, .datepicker-months .table-condensed tbody tr td .century.active:hover, .datepicker-years .table-condensed tbody tr td .month.active:hover, .datepicker-years .table-condensed tbody tr td .year.active:hover, .datepicker-years .table-condensed tbody tr td .decade.active:hover, .datepicker-years .table-condensed tbody tr td .century.active:hover, .datepicker-decades .table-condensed tbody tr td .month.active:hover, .datepicker-decades .table-condensed tbody tr td .year.active:hover, .datepicker-decades .table-condensed tbody tr td .decade.active:hover, .datepicker-decades .table-condensed tbody tr td .century.active:hover, .datepicker-centuries .table-condensed tbody tr td .month.active:hover, .datepicker-centuries .table-condensed tbody tr td .year.active:hover, .datepicker-centuries .table-condensed tbody tr td .decade.active:hover, .datepicker-centuries .table-condensed tbody tr td .century.active:hover {
  color: #ffffff;
}
.datepicker-months .table-condensed tbody tr td span.disabled, .datepicker-years .table-condensed tbody tr td span.disabled, .datepicker-decades .table-condensed tbody tr td span.disabled, .datepicker-centuries .table-condensed tbody tr td span.disabled {
  opacity: 0.35;
}

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #f6f6f6;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  border-bottom: 6px solid #f6f6f6;
}

.row-flex {
  display: flex;
}

#goq-questions-results {
  display: flex;
  flex-direction: column;
  margin: 0;
}
#goq-questions-results .goq-results__title {
  margin: 1.875rem 0;
  padding: 0.625rem 0;
  text-align: center;
  font-size: 1.25rem;
  background-color: #E4E4E4;
}
#goq-questions-results .results__question-list, #goq-questions-results .results__choice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#goq-questions-results .results__question-list {
  margin: 0 0 4rem 0;
}
#goq-questions-results .results__question-list-item, #goq-questions-results .results__choice-list-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 0.5rem 0;
}
#goq-questions-results .results__question-label {
  font-size: 0.875rem;
  margin: 0.5rem;
}
#goq-questions-results .results__choice-label {
  font-size: 1rem;
  color: #6E6E6E;
}
#goq-questions-results .progressbar {
  flex-grow: 1;
  order: 1;
  height: 26px;
  border: 2px solid #E4E4E4;
  border-radius: 20px;
  background: #E4E4E4;
}
#goq-questions-results .progressbar__bar {
  height: 100%;
  border-radius: 20px;
  background: #37d483;
  background: linear-gradient(to right, #37d483 0%, #1d97ad 100%);
}
#goq-questions-results .results__choice-percent {
  position: relative;
  order: 2;
  width: 80px;
  margin: 0 0 0 1.125rem;
  text-align: center;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #1D97AD;
}
#goq-questions-results .results__choice-percent:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  right: inherit;
  bottom: inherit;
  display: block;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 10px solid #1D97AD;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #goq-questions-results .results__choice-list-item .row-flex {
    flex-direction: column;
  }
  #goq-questions-results .results__question-list {
    margin: 0;
  }
  #goq-questions-results .results__choice-percent {
    order: 1;
    width: 100%;
    margin: 0.5rem 0 0.625rem 0;
  }
  #goq-questions-results .results__choice-percent:before {
    top: inherit;
    right: inherit;
    bottom: -14px;
    left: 50%;
    border-top: 10px solid #1D97AD;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: translateY(0) translateX(-50%);
  }
  #goq-questions-results .progressbar {
    order: 2;
  }
}
@media screen and (max-width: 992px) {
  #goq-main .question .radio-checkbox label {
    display: inline-block;
  }

  .rqt-card.card-block .quick-btn.next {
    margin-top: 10px;
  }
  .rqt-card.card-block.card__hover .card__button-class {
    width: 100%;
  }
  .rqt-card.card-block.card__hover .card__button-class span:first-child {
    display: block;
    margin: 0;
    padding-top: 8px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 300;
    color: #ffffff;
    opacity: 1;
  }
  .rqt-card.card-block.card__hover.card__hover:hover .card__button-class, .rqt-card.card-block.card__hover.card__hover:active .card__button-class, .rqt-card.card-block.card__hover.card__hover:focus .card__button-class {
    animation: none;
  }
  .rqt-card.card-block.card__hover.card__hover:hover .card__button-class span:first-child, .rqt-card.card-block.card__hover.card__hover:active .card__button-class span:first-child, .rqt-card.card-block.card__hover.card__hover:focus .card__button-class span:first-child {
    margin: 0;
    animation: none;
    opacity: 1;
  }

  #rqt-progress.progress-block .progress__content-indicator {
    float: right;
  }
  #rqt-progress.progress-block .progress__content-title {
    padding-bottom: 20px;
  }
  #rqt-progress.progress-block.small .progress__content-indicator {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  #goq-main .goq-button {
    width: 48.5%;
  }
  #goq-main .question div[class=row] {
    width: 100%;
    margin-left: 0 !important;
  }
  #goq-main #goq-main-container .question .container {
    padding-right: 0;
    padding-left: 0;
  }
  #goq-main #goq-main-container .question select.container, #goq-main #goq-main-container .question input[type=text].container,
#goq-main #goq-main-container .question input[type=number].container, #goq-main #goq-main-container .question input[type=date].container,
#goq-main #goq-main-container .question input[type=email].container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #goq-main .choices-in-col {
    flex-direction: column;
  }
  #goq-main .choices-in-col .radio-checkbox {
    width: 100%;
  }

  .rqt-card.card-block .card__content {
    width: 96%;
    margin: 2%;
  }
  .rqt-card.card-block .card__content .card__content_txt {
    height: auto;
  }

  #rqt-progress.progress-block.small .progress__content-title {
    width: 73%;
  }
  #rqt-progress.progress-block.small .progress__content-indicator {
    width: 20%;
    padding: 3px;
  }
  #rqt-progress.progress-block.full .progress__content-container,
#rqt-progress.progress-block.full .progress__content-block-txt {
    float: none;
    width: 100%;
  }
  #rqt-progress.progress-block.full .progress__content-block-txt {
    margin-top: 20px;
  }
  #rqt-progress.progress-block.full .progress__content-title {
    width: 75%;
  }
  #rqt-progress.progress-block.full .progress__content-indicator {
    width: 20%;
  }
  #rqt-progress.progress-block.goq-toolbox-container .progress__img.skin-banner .progress__content {
    margin: 0 auto;
    background-color: #ffffff;
  }
  #rqt-progress.progress-block.goq-toolbox-container .progress__img.skin-banner .progress__content {
    float: none;
    width: 100%;
  }

  .goq-caroussel--bt-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .goq-profil-block-container {
    display: grid;
    grid-template-areas: "a";
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
#rqt-progress.progress-block #goq-progressbar-done {
  height: 24px !important;
}

.navbar-header #rqt-progress.progress-block #goq-progressbar-done {
  height: 24px !important;
}
.navbar-header #rqt-progress.progress-block .progress__container-bar {
  height: 28px !important;
}

.profile-question--page .rqt-card.card-block.quick_goq_container.thanks-page {
  margin: 0 0 2rem 0;
}

.profile-question--page .container:before, .profile-question--page .container:after {
  display: table;
  content: " ";
}

.profile-question--page .container:after {
  clear: both;
}

.select2-container--default .select2-selection--multiple {
  min-height: 45px;
  border-color: #bcbcbc;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 8px;
  border-color: #333;
  background-color: #333;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  font-weight: normal;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  font-weight: bold;
  color: #fff;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 12px;
  margin-left: 4px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #bcbcbc;
}

.select2-container--open .select2-dropdown {
  border: 1px solid #bcbcbc;
  border-top-color: transparent;
}

.select2-container--default .select2-results__group {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .rqt-card.card-block {
    width: 100%;
  }

  .thanks-btn {
    width: 100%;
  }

  #goq-main-container .button-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #goq-main-container .button-group .goq-button {
    width: 100%;
  }
  #goq-main-container .button-group .goq-button-next {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=rqt-styles.css.map */
