.survey-start--hidden {
  display: none !important; }

.formflow {
  background: no-repeat url("//cdn-payscale.com/content/survey-start-bg-photo.png") #2d67b9;
  background-size: cover;
  display: inline-block;
  margin-top: 45px;
  min-height: 300px;
  position: relative;
  width: 100%; }
  .formflow__view {
    padding: 0 20px 20px; }
  .formflow__header {
    color: #fff;
    padding-top: 55px;
    text-align: center; }
  .formflow__avatar {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    position: absolute;
    top: -45px;
    transform: translateX(-45px);
    width: 90px; }
    .formflow__avatar img {
      height: 90px; }
  .formflow__title {
    font-size: 22px;
    font-weight: 700; }
  .formflow__content {
    padding-top: 5px; }
  .formflow__prompt {
    color: #fff;
    padding-bottom: 10px;
    text-align: center; }
  .formflow__form-label .pxl-control-label {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: left; }
  .formflow__button {
    display: inline-block;
    padding: 5px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #c3c3ca;
    color: #302c2c;
    margin: 0;
    line-height: 1.5;
    cursor: pointer;
    white-space: pre-wrap;
    text-align: center;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #2d67b9;
    cursor: pointer;
    margin-bottom: 12px;
    padding: 5px 0;
    text-align: center;
    width: 100%; }
    .formflow__button:hover {
      color: #235090; }
    .formflow__button--dark {
      background-color: #0fb2f6;
      color: #fff; }
      .formflow__button--dark:hover {
        background-color: #2d67b9;
        color: #fff; }
  .formflow__employer-link {
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 5px 0 0;
    text-align: center;
    text-decoration: underline; }
    .formflow__employer-link:hover {
      color: #fff;
      text-decoration: none; }
  .formflow__form-view__button {
    margin-top: 12px; }
  .formflow__form-view input {
    margin-bottom: 5px; }
  .formflow__form-view .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open {
    margin-top: -5px; }
  .formflow__survey-redirect-view p {
    color: #fff; }
  .formflow .survey-start__country {
    margin-bottom: 15px; }
    .formflow .survey-start__country-label {
      color: #fff;
      margin-top: 5px; }
    .formflow .survey-start__country-link {
      color: #fff;
      text-decoration: underline; }

@media (min-width: 1006px) {
  .formflow {
    margin-top: 0;
    max-width: unset;
    min-height: 400px; }
    .formflow__header {
      display: flex;
      padding-top: 20px; }
    .formflow__title {
      font-size: 18px; }
    .formflow__avatar {
      flex: 0 0 80px;
      height: 80px;
      position: relative;
      top: 0;
      transform: translateX(0); }
      .formflow__avatar img {
        height: 80px; }
    .formflow__header-body {
      flex: 1 1 auto;
      padding-left: 15px;
      text-align: left; } }

.formflow__title,
.formflow__message {
  color: #fff; }

