/*
Phase Widget Dot Color
  *********************************************************************/

.f-phases .f-phase-item.f-phase-active::before {
  background-color: #e67e22 !important;
}

/* Submit Idea: Hero
  ----------------------------------------------------------*/

#bi-page-ct-a-enter-idea #custom_footer {
  display: block;
}

.section--hero--submission-form {
  display: none;
}

.section--hero--submission-form .container-block {
  position: relative;
  width: 100%;
}

.section--hero--submission-form.visible {
  display: flex;
  height: 32rem;
  width: 100%;
  background-color: #e67e22;
  position: absolute;
  top: 6.4rem;
  left: 50%;
  transform: translateX(-50%);

  @media screen and (max-width: 62.5em) {
    top: 6.4rem;
  }

  .container-block {
    max-width: 1280px;
    margin: 0 auto;
  }

  .row {
    margin: 0;
    height: 100%;
    display: flex;
    color: #fff;

    .cell {
      .h1 {
        display: block;
        margin-top: 0;
        font-size: 4.8rem;
        font-weight: 700;
      }

      .h5 {
        font-size: 1.8rem;
        line-height: 2.8rem;
        display: block;
        margin-top: 2.4rem;
      }
    }
  }
}

/* Submit Idea: Content
  ----------------------------------------------------------*/

body.webstorm-level #bi-page-ct-a-enter-idea #main_content {
  padding: 0;
  max-width: 100%;
  margin-top: 32rem;
 background-color: var(--color-gray-1);
}

body.webstorm-level
  #bi-page-ct-a-enter-idea
  #navbar.OPT_FEATURE_NEW_NAV_AND_ADMIN_BAR {
  max-width: 100%;
}
