/* Fixed Navigation
  ----------------------------------------------------------*/

.webstorm-level {
  .OPT_FEATURE_NEW_NAV_AND_ADMIN_BAR {
    .fractal-dynamic-nav-v1 {
      .nav-desktop {
        position: fixed;
        top: 0 !important;
        background-color: #fff;
        box-shadow: none;

        .desktop-nav-core-items {
          max-width: 1440px;

          &::before {
            content: "";
            display: inline-block;
            background-image: url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD14993/013020C8.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 14rem;
            height: 3.8rem;
            margin-right: 4rem;
          }
        }

        li {
          .f-btn-link {
            color: #5792c9;
          }
        }
      }

      .nav-mobile .nav-mobile-bar {
        background-color: #fff;

        .nav-icon::after,
        .nav-icon::before,
        .nav-icon div {
          background-color: #5792c9;
        }
      }
    }
  }
}

.widget_title_text {
  color: #ffffff;
  font-family: "Lato", "Open Sans", arial, sans serif;
  font-size: 24px;
  font-weight: bold;
}

.f-homepage-hero-name {
  padding-top: 4.8rem;

  &::before {
    content: "";
    background-image: url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD14993/260C110F.png); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 56rem;
    height: 4.8rem;
    display: inline-block;
    margin-bottom: 2.4rem;
  }
}

/* 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: #5792c9;
  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%;
}
