/* Universal Reset
--------------------------------------------------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
.root {
  font-size: 62.5%;

  @media only screen and (max-width: 48em) {
    font-size: 50%;
  }
}

body.webstorm-level,
body.webstorm-level .content {
  padding: 0;
  font-family: var(--font-stack--body) !important;
}

/* Variables
--------------------------------------------------------------------------------------------------------------------*/

:root {
  --color--white: #fff;
  --color--black: #000;

  --color--blue: #1565c0;
  --color--blue--active: #2196f3;
  --color--blue--midnight: #153e5c;

  --color--silver--60: #1e1f20;
  --color--silver--40: #444647;
  --color--silver--20: #797d7f;
  --color--silver--10: #999ea1;
  --color--silver: #bdc3c7;
  --color--silver--l20: #d5d9db;
  --color--silver--l40: #e7e9eb;
  --color--silver--l60: #f5f5f6;

  --color--gray--light--1: #fafafa;
  --color--gray--light--2: #e0e0e0;
  --color--gray--med: #616161;
  --color--gray--dark: #212121;

  --color--green: #2ecc71;

  --gradient--blue: linear-gradient(
    90deg,
    rgba(21, 101, 192, 1) 0%,
    rgba(33, 150, 243, 1) 100%
  );

  --color--titles: #212121;
  --color--text: #616161;

  --color--primary: #1565c0;
  --color--secondary: #3498db;

  --container--max-width: 112.8rem;
  --container--max-width--padded: 117.6rem;
  --container--full: 100%;

  --section--padding--standard: 12rem 4rem;
  --section--padding--extra: 18rem 4rem;

  --box-shadow-standard: 0px 8px 24px 4px rgba(0, 0, 0, 0.1);
  --box-shadow-shallow: 0px 4px 12px 2px rgba(0, 0, 0, 0.1);

  --box-shadow-hover: 0px 0px 8px 0px rgba(0, 0, 0, 0.12),
    0px 8px 8px 0px rgba(0, 0, 0, 0.24);

  --border-radius--standard: 20px;

  --font-size--standard: 1.6rem;
  --line-height--standard: 1.6;

  --font-stack--header: "Roboto", "Open Sans", arial, sans-serif;
  --font-stack--body: "Roboto", "Open Sans", arial, sans-serif;
  --font-icons: "FontAwesome5_Regular", Font Awesome\5 Pro, FontAwesome;

  --hero--home--bg: url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD13064/DAB8D65E.jpg);
  --hero--form--bg: url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD13064/7FECE544.jpg);
  --hero--browse--bg: url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD13064/7FECE544.jpg);
  --hero--categories--bg: url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD13064/7FECE544.jpg);
}

/* Element Updates
--------------------------------------------------------------------------------------------------------------------*/

.row {
  margin: 0;
}

/* Buttons
--------------------------------------------------------------------------------------------------------------------*/

.button {
  display: inline-block;
  padding: 1.5rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 8px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: 0.2s ease;

  &.button--filled {
    background-color: var(--color--blue);
    border-color: var(--color--blue);
    color: var(--color--white);
  }

  &.button--outlined--white {
    background-color: transparent;
    border-color: var(--color--white);
    color: var(--color--white);
  }

  &:hover {
    background-color: var(--color--white) !important;
    color: var(--color--blue) !important;
    border-color: var(--color--white);
    text-decoration: none;
    transform: scale(1.02);
    box-shadow: var(--box-shadow-standard);
  }
}

.container__buttons {
  margin-top: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link--std {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
}

/* Grids
--------------------------------------------------------------------------------------------------------------------*/

body.webstorm-level {
  .all_container {
    .content {
      #main_content {
        .widget_container {
          p,
          table td,
          .rich_text_widget p,
          .rich_text_widget span {
            font-size: 1.6rem;
            line-height: 1.6;
          }

          .boxcontent {
            padding: 0;
          }

          .section__grid {
            display: grid;
            width: 100%;

            &.section--text-centered {
              text-align: center;
            }

            *:not(.button, .testimonial) {
              border: none;
            }

            &::after {
              display: none;
            }

            /* Grids: Typography
--------------------------------------------------------------------------------------------------------------------*/

            .grid__header {
              font-size: 3.9rem;
              line-height: 1.2;
              color: var(--color--gray--dark);
              display: block;
              margin-bottom: 1.6rem;
              font-weight: 700;
            }

            .grid__title {
              color: var(--color--gray--dark);
            }

            .grid__text {
              font-size: 1.6rem;
              line-height: 1.6;
              color: var(--color--text);
              display: block;
              margin-top: 2.4rem;
            }

            .grid__quote {
              font-size: 1.6rem;
              line-height: 1.6;
              color: var(--color--text);
              display: block;
              margin-top: 2.4rem;
            }

            .grid__username {
              font-size: 1.6rem;
              line-height: 1.6;
              color: var(--color--blue);
              font-weight: 700;
              text-transform: uppercase;
              display: block;
              padding-top: 2.4rem;

              @media only screen and (max-width: 48em) {
                padding-top: 2.4rem !important;
              }
            }

            .grid__position {
              font-size: 1.6rem;
              line-height: 1.6;
              font-style: italic;
            }

            .border-left {
              padding-left: 2.4rem;
              border-left: 4px solid var(--color--blue);

              @media only screen and (max-width: 48em) {
                border: none;
                padding: 0;
              }
            }

            table {
              display: flex;
              align-items: flex-start;

              tbody {
                display: block;
                flex: 0 0 100%;

                tr {
                  display: block;

                  td {
                    display: block;

                    p {
                      font-size: 1.6rem;
                      line-height: 1.6;
                      margin-top: 1.6rem;
                    }
                  }

                  .grid__button {
                    padding-top: 4rem;
                  }
                }
              }
            }

            /* Grids: Columns
--------------------------------------------------------------------------------------------------------------------*/

            &.grid__5-col {
              grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
              column-gap: 2.4rem;
              row-gap: 4rem;
            }

            &.grid__4-col {
              grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
              column-gap: 2.4rem;
              row-gap: 4rem;
            }

            &.grid__3-col {
              grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
              column-gap: 2.4rem;
              row-gap: 4rem;
            }

            &.grid__2-col {
              grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
              column-gap: 9.6rem;
              row-gap: 7.2rem;
              align-items: center;

              &.grid__2-col--narrow-gap {
                column-gap: 2.4rem;
                row-gap: 2.4rem;
              }

              @media only screen and (max-width: 40em) {
                grid-template-columns: 1fr;
              }
            }

            &.grid__12-col {
              grid-template-columns: repeat(12, 1fr);

              &.grid__intro {
                & .section__grid__container {
                  grid-column: 3 / span 8;

                  @media only screen and (max-width: 40em) {
                    grid-column: 1 / -1;
                  }
                }
              }
            }
          }

          /* Grids: Instances
--------------------------------------------------------------------------------------------------------------------*/
          .section__introduction {
            @media only screen and (max-width: 48em) {
              text-align: center;
            }

            .container__image {
              position: relative;
              margin-top: -22rem;

              @media only screen and (max-width: 62.5em) {
                display: none;
              }

              &::after {
                content: "";
                width: 100%;
                height: 100%;
                background-color: transparent;
                border: 2px solid var(--color--blue);
                border-radius: 20px;
                position: absolute;
                top: 4rem;
                left: 4rem;
                z-index: 0;
                display: inline-block;
              }

              .img--intro {
                border-radius: var(--border-radius--standard);
                width: 100%;
                max-height: 60rem;
                object-fit: cover;
                /* transform: translateY(-13.6rem); */
                position: relative;
                z-index: 1;
                box-shadow: var(--box-shadow-standard);
              }
            }
          }

          /* Flex: Instances
--------------------------------------------------------------------------------------------------------------------*/
          .section__flex {
            display: flex;
            width: 100%;

            &.justify-between {
              justify-content: space-between;
            }
            &.align-center {
              align-items: center;
            }
          }
        }
      }
    }
  }
}

/* Grids: Containers (Non-RTE)
--------------------------------------------------------------------------------------------------------------------*/

.section__container--outer {
  display: flex;
  justify-content: center;
  padding: 12rem 4rem;

  &.half-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  &.padding--sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.section__container--inner {
  max-width: var(--container--max-width);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;

  position: relative;
}

.section__container--buttons {
  margin-top: 4rem;
}

/* Heroes
--------------------------------------------------------------------------------------------------------------------*/

.section__hero {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: var(--container--max-width);
  padding: 0;
  margin: 0 auto;

  color: var(--color--white);

  *:not(.button) {
    border: none;
  }

  .hero__container {
    flex: 0 1 50%;

    @media only screen and (max-width: 62.5em) {
      flex: 0 0 100%;
    }
  }

  .hero__title {
    font-size: 4.9rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--font-stack--header);
    padding-bottom: 2.4rem;
  }

  .hero__text {
    font-family: var(--font-stack--body);
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .hero__buttons {
    display: flex;
    gap: 1.6rem;
    padding-top: 4.8rem;
  }
}

.section__hero--browse-ideas {
  display: none;
}

.section__hero--submission-form {
  display: none;
}

/* Typography
--------------------------------------------------------------------------------------------------------------------*/

.h1 {
  font-size: 4.9rem !important;
  line-height: 1.2 !important;
  font-weight: 700;
}

.h2 {
  font-size: 3.9rem;
  line-height: 1.2;
  font-weight: 700;
}

.h3 {
  font-size: 3.1rem;
  line-height: 1.2;
  font-weight: 500;
}

.h4 {
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
  font-weight: 500;
}

.h5 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}

.superscript {
  font-size: 50% !important;
  line-height: 1 !important;
  vertical-align: super;
}

/* Challenge-Level
--------------------------------------------------------------------------------------------------------------------*/
body.webstorm-level {
  /* Challenge: Global Navigation
--------------------------------------------------------------------------------------------------------------------*/
  .f-global-nav {
    .fractal-global-nav#global-nav-bar {
      box-shadow: none;
      padding: 0 4rem;
      box-sizing: border-box;

      .f-nav-wrapper {
        max-width: 100%;
        margin: 0;

        .f-nav-right {
          .f-user-menu {
            .f-user-menu-display {
              .f-user-menu-links {
                ul {
                  li {
                    a[href*="c_es.bix"],
                    a[href*="c_ent_ct_profile"],
                    a[href*="apps"] {
                      display: none;
                    }
                  }
                }
              }
            }
          }
        }

        @media screen and (max-width: 48em) {
          width: 100%;
          margin: 0;
        }

        .f-nav-logo {
          width: 8.8rem;
          height: 1.8rem;

          &::before {
            content: "";
            width: 100%;
            height: 100%;
            background-size: contain;
            background-image: url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD13064/360B3C8F.png);
            background-repeat: no-repeat;
            background-position: center;
            display: inline-block;
          }
        }

        .f-nav-logo img {
          max-height: 1.8rem;
          display: none;
        }

        .f-nav-left,
        .f-nav-right {
          margin: 0;
        }
      }
    }
    .f-nav-search {
      background: var(--color--silver--l40);

      i {
        color: var(--color--silver--20);
      }

      .fractal-input {
        input::placeholder {
          color: var(--color--silver--20);
        }
      }
    }
  }

  /* Community-Level: Containers
--------------------------------------------------------------------------------------------------------------------*/
  .all_container {
    width: 100%;

    .content {
      width: 100%;

      /* Initiative-Level: Navigation
--------------------------------------------------------------------------------------------------------------------*/

      #navbar.OPT_FEATURE_NEW_NAV_AND_ADMIN_BAR {
        height: 4.8rem;
        max-width: 100%;

        @media only screen and (max-width: 62.5em) {
          height: 8rem;
        }

        .fractal-dynamic-nav-v1 {
          .nav-desktop {
            height: 4.8rem;

            .desktop-nav-core-items {
              max-width: 100%;
              padding: 0 4rem;
              align-items: flex-start;
              gap: 1.6rem;

              .nav-parent {
                height: auto;
                margin: 6px 0 0 0;
                border-radius: 8px;

                .nav-children {
                  top: 32px;
                }

                &:first-child {
                  a {
                    padding-left: 0;
                  }
                }

                a {
                  text-transform: none;
                  letter-spacing: 0;
                  padding: 8px 12px;
                  line-height: 1;
                  font-weight: 500;
                }

                .nav-item-hover {
                  display: none;
                }
              }
            }
          }

          .nav-mobile {
            .nav-mobile-bar {
              height: 8rem;

              .nav-logo-link {
                width: 8.8rem;
                height: 1.8rem;

                &::before {
                  content: "";
                  width: 100%;
                  height: 100%;
                  background-size: contain;
                  background-image: url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD13064/360B3C8F.png);
                  background-repeat: no-repeat;
                  background-position: center;
                  display: inline-block;
                }

                img {
                  max-width: 18rem;
                  max-height: 4rem;
                  display: none;
                }
              }

              .nav-icon {
                &::before,
                &::after,
                & div {
                  background-color: var(--color--silver);
                }
              }
            }
          }
        }
      }
    }
  }

  /* Initiative-Level: Home
--------------------------------------------------------------------------------------------------------------------*/

  #bi-page-s {
    background-color: unset;

    /* Initiative-Level: Home: Navigation
--------------------------------------------------------------------------------------------------------------------*/
    #navbar.OPT_FEATURE_NEW_NAV_AND_ADMIN_BAR {
      position: relative;
      top: unset;

      background-color: var(--color--white) !important;
    }

    /* Initiative-Level: Home: Hero
--------------------------------------------------------------------------------------------------------------------*/

    #container_homepage_header {
      max-width: 100%;
      z-index: 1;

      .f-homepage-hero {
        @media only screen and (max-width: 35em) {
          justify-content: center;
        }

        div {
          font-family: var(--font-stack--header) !important;
        }

        .f-homepage-hero-center {
          text-align: left;
          width: 100%;
          bottom: unset;
          padding: 0 2.4rem;
          box-sizing: border-box;
          max-width: var(--container--max-width--padded);

          @media only screen and (max-width: 48em) {
            padding: 0 2.4rem;
            text-align: center;
          }

          .f-homepage-hero-name {
            width: 60%;
            margin: 0;

            padding-top: 4rem;

            h1 {
              margin-top: 0;
            }

            @media only screen and (max-width: 62.5em) {
              width: 100%;
              min-width: 100px;
            }

            h1 > div > div {
              font-size: 6.1rem;
              line-height: 1.2;
              font-weight: 700;
              width: 100%;
              padding: 0;

              @media only screen and (max-width: 48em) {
                font-size: 5.6rem;
                line-height: 6.4rem;
              }
            }
          }

          .f-homepage-hero-description {
            width: 55%;
            margin: 0;

            @media only screen and (max-width: 62.5em) {
              width: 100%;
              min-width: 100px;
            }

            .fractal-htmlpreview {
              div {
                font-size: 1.8rem;
                line-height: 1.6;
                width: 100%;
                padding: 0;
                margin: 1.6rem 0 2.4rem;
              }
            }
          }

          .side {
            margin-bottom: 0;
            margin-top: 1.6rem;

            .f-homepage-header-buttons {
              .action-buttons {
                padding: 0 0 4rem 0;
                text-align: left;

                .navigate-container {
                  display: flex;
                  gap: 1.6rem;
                  flex-direction: row-reverse;
                  justify-content: flex-end;

                  @media only screen and (max-width: 48em) {
                    justify-content: center;
                  }

                  .f-btn-md {
                    margin: 0;
                    font-size: 1.6rem;
                    height: auto;
                    padding: 1.5rem 1.6rem;
                    border-radius: 8px;
                    border: 1px solid;
                    letter-spacing: 0.5px;
                    font-weight: 400;
                    text-transform: uppercase;
                    transform: scale(1);

                    &:hover {
                      background-color: var(--color--white) !important;
                      color: var(--color--blue) !important;
                      transform: scale(1.02);
                      box-shadow: var(--box-shadow-hover);
                    }
                  }

                  .f-homepage-submit-button {
                    &::after {
                      content: "Apply to the 2026 IEL Challenge";
                    }
                    span {
                      display: none;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }

    /* Initiative-Level: Home: Containers
--------------------------------------------------------------------------------------------------------------------*/
    #main_content {
      width: 100%;
      max-width: 100%;

      #container_1 {
        display: none;
        width: 100%;
        padding: 12rem 2.4rem !important;
        box-sizing: border-box;

        .widget_container {
          max-width: var(--container--max-width);

          .widget_title_container {
            z-index: 10;
          }

          .boxcontent {
            padding: 0;
          }
        }
      }

      #container_2 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 !important;
        background-color: var(--color--white) !important;

        .widget_container {
          width: 100%;
          max-width: 100%;

          .boxcontent {
            padding: 0;
          }
        }
      }

      #container_3 {
        width: 100%;
        padding: 12rem 2.4rem !important;
        box-sizing: border-box;
        background-color: var(--color--gray--light--1);

        .widget_container {
          max-width: var(--container--max-width);

          .boxcontent {
            padding: 0;
          }
        }
      }

      #container_4 {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
        padding: 12rem 2.4rem !important;
        box-sizing: border-box;
        background-color: var(--color--white) !important;

        .widget_container {
          max-width: var(--container--max-width);
          flex: 0 0 100%;

          .title_back {
            background-color: transparent;
          }

          .boxcontent {
            padding: 0;
          }
        }
        .rich_texthtml_widget img {
          border-radius: unset;
          width: auto;
          height: auto;
        }
      }

      #container_5 {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
        padding: 6.4rem 2.4rem !important;
        box-sizing: border-box;
        background: var(--gradient--blue);

        .widget_container {
          max-width: var(--container--max-width);

          .boxcontent {
            padding: 0;
          }
        }
      }

      /* Initiative Home: Callout
--------------------------------------------------------------------------------------------------------------------*/

      .bg--gradient {
        background: var(--gradient--blue);
      }
      .section__callout {
        .section__flex {
          width: 100%;
          align-items: center;
          justify-content: space-between;
          color: var(--color--white);

          @media only screen and (max-width: 40em) {
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            gap: 2.4rem;
          }

          table {
            flex: 1;
            border: none;

            > tbody {
              > tr {
                > td {
                  border: none;

                  &.callout__title {
                    font-size: 3.9rem;
                    line-height: 1.2;
                    font-weight: 600;
                    display: block;
                    margin-bottom: 2.4rem;
                  }

                  &.callout__text {
                    font-size: 1.6rem;
                    line-height: 1.6;
                  }
                }
              }
            }
            &.container__button {
              td {
                text-align: right;
              }
            }
          }
        }
      }

      .callout--get-in-touch {
        .section__flex {
          @media only screen and (max-width: 40em) {
            > table {
              flex: 0 0 100%;
            }

            .container__button {
              td {
                text-align: center !important;
                padding-top: 1.6rem;
              }
            }
          }
        }
      }

      /* Initiative Home: Categories
--------------------------------------------------------------------------------------------------------------------*/

      .section--categories {
        .container__slider__categories {
          display: flex;
          width: 100%;
          position: relative;
          padding: 1.6rem 0;
          margin-top: 4rem;

          .slider__categories {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            transition: 0.2s ease;

            .container__category {
              flex: 0 0 33.3%;
              padding: 1.2rem;
              text-align: center;
              box-sizing: border-box;

              @media only screen and (max-width: 62.5em) {
                flex: 0 0 50%;
              }

              @media only screen and (max-width: 37.5em) {
                flex: 0 0 100%;
              }

              .card__category {
                text-align: left;
                box-shadow: var(--box-shadow-shallow);
                padding: 4rem 4rem 12rem 4rem;
                border-radius: var(--border-radius--standard);
                position: relative;
                overflow: hidden;
                box-sizing: border-box;
                height: 100%;

                &::before {
                  content: "";
                  width: 100%;
                  height: 12px;
                  background-color: var(--color--blue);
                  position: absolute;
                  left: 0;
                  top: 0;
                  display: block;
                }

                .category__title {
                  color: var(--color--blue);
                }
                .category__text {
                  color: var(--color--text);
                  font-size: 1.6rem;
                  line-height: 1.6;
                  margin-top: 2.4rem;

                  &.category__text--example {
                    font-style: italic;
                    margin-top: 2.4rem;
                    font-size: 1.4rem;

                    .bolded {
                      font-weight: 700;
                      font-style: normal;
                      color: var(--color--text);
                    }
                  }
                }

                .button {
                  position: absolute;
                  bottom: 4rem;
                }
              }
            }
          }
        }

        .slider--previous,
        .slider--next {
          border: none;
          cursor: pointer;
          transition: 0.2s ease;
          background-color: #eee;
          border-radius: 50%;
          color: var(--color--blue--5);
          width: 4.8rem;
          height: 4.8rem;
          text-align: center;
          line-height: 4.8rem;
        }

        .section__container--arrows {
          display: flex;
          justify-content: center;
          gap: 2.4rem;
          width: 100%;
          margin-top: 2.4rem;
          display: none;
        }

        .slider--previous {
          left: -6.4rem;
        }

        .slider--next {
          right: -6.4rem;
        }

        .slider--previous::before,
        .slider--next::before {
          font-family: Font Awesome\5 Pro, FontAwesome;
          font-size: 2.4rem;
        }

        .slider--previous::before {
          content: "\f104";
        }

        .slider--next::before {
          content: "\f105";
        }

        .slider--previous:hover,
        .slider--next:hover {
          background-color: #ddd;
          color: var(--color--text);
        }
      }

      /* Initiative Home: Process
--------------------------------------------------------------------------------------------------------------------*/
      .section--process {
        margin-top: 4rem;

        .container__process {
          text-align: center;
          position: relative;

          .process__number {
            font-size: 2.5rem;
            width: 4.8rem;
            height: 4.8rem;
            background-color: var(--color--blue);
            color: var(--color--white);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            border-radius: 8px;
            box-shadow: var(--box-shadow-standard);
            position: absolute;
            top: 13rem;
            left: 50%;
            transform: translateX(-50%);
          }
          .process__title {
            color: var(--color--titles);
            font-size: 2rem;
            margin-bottom: 1.6rem;
            font-weight: 600;
          }
          .process__text {
            font-size: 1.6rem;
            color: var(--color--text);
          }

          .process__image {
            margin-bottom: 4rem;

            img {
              width: 16rem;
              height: 16rem;
              border-radius: 8px;
              box-shadow: var(--box-shadow-shallow);
            }
          }
        }
      }

      /* Initiative Home: Events
--------------------------------------------------------------------------------------------------------------------*/
      .grid--event {
        align-items: center;
        margin-top: 7.2rem;

        &.grid--event--extra-margin {
          margin-top: 12rem;

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

        .event__title {
          font-size: 3.1rem;
          font-weight: 600;
          line-height: 1.2;
          color: var(--color--blue);

          strong {
            color: var(--color--blue--active);
          }
        }

        .event__image {
          img {
            width: 100% !important;
            height: 100% !important;
            max-height: 42rem;
            border-radius: 20px !important;
            object-fit: cover;
            box-shadow: var(--box-shadow-standard);
          }
        }

        .event__image__small {
          width: 66%;
          height: 66%;
          position: absolute;
        }

        &.grid--event--text-left {
          .event__column__text {
            grid-column: 1 / span 4;

            @media only screen and (max-width: 44em) {
              grid-column: 1 / -1;
              text-align: center;
            }
          }
          .event__column__image {
            grid-column: 7 / -1;
            position: relative;

            @media only screen and (max-width: 44em) {
              display: none;
            }

            .event__image__small {
              bottom: -4rem;
              left: -8rem;
            }
          }
        }
        &.grid--event--text-right {
          .event__column__image {
            grid-column: 1 / span 6;
            position: relative;

            @media only screen and (max-width: 44em) {
              display: none;
            }

            .event__image__small {
              bottom: -4rem;
              right: -8rem;
            }
          }
          .event__column__text {
            grid-column: 9 / -1;

            @media only screen and (max-width: 44em) {
              grid-column: 1 / -1;
              text-align: center;
            }
          }
        }
      }
    }
  }

  /* Initiative-Level: Submission Form
--------------------------------------------------------------------------------------------------------------------*/

  #bi-page-ct-a-enter-idea {
    #main_content {
      position: relative;
    }

    #custom_footer {
      display: block;
      > tbody {
        display: block;

        > tr {
          display: block;

          > td {
            display: block;
          }
        }
      }
    }

    /* Submit Idea: Navigation
  ----------------------------------------------------------*/
    #navbar.OPT_FEATURE_NEW_NAV_AND_ADMIN_BAR {
      max-width: 100%;
    }

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

    .section__hero--submission-form {
      color: var(--color--white);
      display: flex;
      padding: 0 4rem;
      text-align: center;
      height: 40rem;
      width: 100%;
      max-width: 100%;
      background-image: var(--hero--form--bg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: -40rem;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
    }

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

    #main_content {
      padding: 0;
      max-width: 100%;
      margin-top: 40rem;
      background-color: var(--color--silver--l60);

      #main_idea_container {
        position: relative;
        padding: 0 0 12rem 0;

        .set-section {
          padding: 0;
          border: none;
          margin: 0;

          .form-control {
            height: 4rem;
            color: var(--color-gray-5);
            font-family: var(--font-stack--body);
            font-size: 1.4rem;
          }
        }

        .f-submission-image-modal {
          margin: 0;
        }

        .checkbox,
        .radio {
          label {
            color: var(--color-gray-5);
            font-family: var(--font-stack--body);
            font-size: 1.4rem;
          }
        }

        #idea-layout {
          max-width: 93rem !important;
          padding: 4rem 4rem 4.8rem 4rem;
          margin: 0 auto 4.8rem;
          background-color: var(--color--white);
          border-radius: var(--border-radius--standard);
          transform: translateY(-3.2rem);
          position: relative;
          z-index: 1;
          box-shadow: var(--box-shadow-standard);

          @media only screen and (max-width: 62.5em) {
            transform: none;
            max-width: 100% !important;
          }

          .col-lg-12 {
            padding: 0;

            #form-section {
              max-width: 100% !important;

              #form {
                form {
                  display: flex;
                  flex-direction: column;
                  gap: 3.2rem;
                  margin-top: -2.4rem;

                  legend,
                  .f-file-upload-title {
                    font-size: 1.8rem;
                    font-weight: 500;
                    color: var(--color--titles);
                    font-family: var(--font-stack--header);
                  }
                }

                .redactor-box {
                  max-width: 100% !important;
                }

                .drop-zone .instructions p {
                  line-height: 2rem;
                  color: var(--gray-4);
                  font-family: var(--font-stack--body);
                }
              }
            }

            #side-preview-section {
              margin: 0;
              position: absolute;
              bottom: -15rem;

              #idea-sidebar {
                #idea-sidebar-actions {
                  height: auto;

                  #sidebar-actions {
                    .btn-primary,
                    .btn {
                      font-size: 1.6rem;
                      text-transform: unset;
                      font-weight: 700;

                      &:hover,
                      &:focus,
                      &:active,
                      &.fractal-drop-open {
                        box-shadow: none;
                      }
                    }

                    #f-submit-idea-button {
                      .f-submit-idea-button-container {
                        justify-content: center;
                        margin: 0;

                        .f-submit-idea-btn.btn-primary {
                          border-radius: 8px 0 0 8px !important;
                          padding: 1.6rem 1.6rem 1.6rem 3.2rem !important;
                          font-weight: 400;
                          text-transform: uppercase;
                          letter-spacing: 0.5px;
                          border: none;

                          &:hover {
                            background-color: var(--color--white);
                            color: var(--color--blue) !important;
                            box-shadow: var(--box-shadow-standard);
                            border: none;
                          }
                        }

                        .f-dropdown-submit-idea-btn.btn-primary {
                          border-radius: 0 8px 8px 0 !important;
                          padding: 1.6rem 3.2rem 1.6rem 1.6rem;

                          &:hover,
                          &:focus {
                            background-color: var(--color--white);
                            color: var(--color--blue) !important;
                            box-shadow: var(--box-shadow-standard);
                            border: none;
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  /* Initiative-Level: Browse Boards
--------------------------------------------------------------------------------------------------------------------*/

  #bi-page-ct-list {
    padding-bottom: 0;
    background-color: var(--color--silver--l60);

    #custom_footer {
      display: block;
      float: none;
      width: 100%;

      tbody {
        display: block;
        tr {
          display: block;
          td {
            display: block;
          }
        }
      }
    }

    /* Browse Ideas: Hero
  ----------------------------------------------------------*/

    .section__hero--browse-ideas {
      display: flex;
      height: 32rem;
      top: -32rem;
      position: absolute;
      width: 100%;
      padding: 0 4rem;
      justify-content: center;
      align-items: center;
      background-image: var(--hero--browse--bg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: var(--color--white);
      max-width: 100%;
      text-align: center;
    }

    /* Browse Ideas: Content
  ----------------------------------------------------------*/

    #main_content {
      margin-top: 32rem;
      position: relative;
      max-width: 100%;
      margin-bottom: 0;

      .fractal-widget-ideaboard {
        .ideaboard-top {
          background-color: var(--color--white);
          padding: 1.6rem 0;
          border-top: 1px solid var(--color--silver--l20);
          border-bottom: 1px solid var(--color--silver--l20);

          .ideaboard-filter-bar,
          .ideaboard-filter-bar-placeholder {
            max-width: var(--container--max-width);
            margin: 0 auto;
          }

          .fractal-button.f-btn-link-animated {
            &:not(.active) {
              color: var(--color--silver--20);
            }

            &::after {
              border-bottom: solid 3px var(--color--secondary);
              margin-top: 14px;
            }
          }
        }

        .ideaboard-filter-bar {
          .ideaboard-filter-left {
            .ideaboard-filter-button-sidebar {
              color: var(--color--blue);
              border: 1px solid var(--color--blue);
              border-radius: 4px;
              font-family: var(--font-stack--body);
              font-weight: 400;
              margin-left: 0;
              text-transform: uppercase;

              &:hover {
                color: var(--color--white);
                background-color: var(--color--secondary);
                border-color: var(--color--secondary);
              }
              &.active {
                color: var(--color--white);
                background-color: var(--color--secondary);
                border-color: var(--color--secondary);
              }
              &.filtering {
                color: var(--color--white);
                background-color: var(--color--secondary);
                border-color: var(--color--secondary);
              }
            }
          }

          .ideaboard-filter-bar-actions {
            .fractal-clickoutside {
              .fractal-dropdown {
                .f-dropdown-btn {
                  margin-top: 0;
                  margin-bottom: 0;
                }
              }
            }
          }
        }

        .ideaboard-bottom {
          max-width: var(--container--max-width--padded);
          padding: 0 4rem;
          margin: 3.2rem auto 6.4rem;
          position: relative;

          .ideaboard-sidebar {
            margin: 0;
            overflow: visible;

            .ideaboard-sidebar-float {
              background-color: var(--color--white);
              border-radius: 20px;
              overflow: hidden;
              border: none;
              box-shadow: var(--box-shadow-standard);
            }

            &.show {
              margin-right: 2.4rem !important;
            }
          }

          .ideasviewGrid {
            .fractal-secondary-ideas-view-grid {
              display: grid;
              grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
              gap: 2.4rem;

              .ideaboard-card.f-nov-2019-card-redesign {
                width: 100%;
                margin: 0;
                border-radius: var(--border-radius--standard);
                box-shadow: var(--box-shadow-standard);

                .f-card-description {
                  .fractal-htmlpreview {
                    font-size: 1.4rem;
                    line-height: 2rem;
                  }
                }
              }
            }
          }

          &.ideaboard-sidebarred {
            .ideasviewGrid {
              .fractal-secondary-ideas-view-grid {
                .ideaboard-card.f-nov-2019-card-redesign {
                  width: 100% !important;
                }
              }
            }
          }
        }
      }
    }
  }

  /* Initiative-Level: Sub-Pages: Categories
--------------------------------------------------------------------------------------------------------------------*/

  .category__hero {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    justify-content: center;
    align-items: center;

    > table.category__hero__container {
      border: none;
      display: block;
      text-align: center;
      color: var(--color--white);
      grid-column: 3 / span 8;

      > tbody {
        display: block;
        > tr {
          display: block;
          > td {
            display: block;
            border: none;

            &.category__hero__supertitle {
              font-size: 1.8rem !important;
              line-height: 2.16rem !important;
              text-transform: uppercase;
              font-weight: 500;
              letter-spacing: 3px;
              margin-bottom: 4px;
            }
            &.category__hero__text {
              margin-top: 2.4rem;
              font-size: 1.8rem !important;
            }
          }
        }
      }
    }
  }

  .category__intro {
    position: relative;
    &::before {
      content: "";
      width: 3.2rem;
      height: 4px;
      background-color: var(--color--blue);
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
    }

    .section__grid__container {
      margin-top: 2.4rem;
    }

    .category__description {
      color: var(--color--titles);
    }
  }

  .grid--categories--content {
      row-gap: 4.8rem !important;

    .category__content__container {
      padding: 4rem;
      background-color: var(--color--white);
      box-shadow: var(--box-shadow-standard);
      border-radius: 20px;
      position: relative;

      .category__content__number {
        position: absolute;
        top: -2rem;
        left: 50%;
        transform: translateX(-50%);
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        background-color: var(--color--blue);
        color: var(--color--white);
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem !important;
      }

      .category__content__text {
        color: var(--color--text);
      }
    }
  }

  /* Initiative-Level: Sub-Pages: Categories: Page Structure
--------------------------------------------------------------------------------------------------------------------*/

  #bi-page-a,
  #bi-page-b,
  #bi-page-c,
  #bi-page-d,
  #bi-page-e,
  #bi-page-f {
    #main_content {
      .widget_container {
        padding: 0;
      }

      #container_1 {
        padding: 9.6rem 2.4rem !important;
        background-image: var(--hero--categories--bg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        .widget_container {
          width: 100%;
          max-width: var(--container--max-width);
          margin: 0;
        }
      }

      #container_2 {
        padding: 9.6rem 2.4rem !important;
        background-color: var(--color--gray--light--1);

        .widget_container {
          width: 100%;
          max-width: var(--container--max-width);
          margin: 0;
        }
      }

      #container_3 {
        display: none;
      }
    }
  }

  /* Initiative-Level: Sub-Pages: FAQ
--------------------------------------------------------------------------------------------------------------------*/

  #bi-page-g {
    #main_content {
      .widget_container {
        padding: 0;
      }

      #container_1 {
        padding: 9.6rem 2.4rem !important;
        background-image: var(--hero--categories--bg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        .widget_container {
          width: 100%;
          max-width: var(--container--max-width);
          margin: 0;
        }
      }

      #container_2 {
        padding: 0 2.4rem !important;
        background-color: var(--color--white);
        min-height: 40px !important;

        .widget_container {
          width: 100%;
          max-width: var(--container--max-width);
          margin: 0;
        }
      }

      #container_3 {
        padding: 9.6rem 2.4rem !important;
        background-color: var(--color--gray--light--1);
        min-height: 200px;

        .widget_container {
          width: 100%;
          max-width: var(--container--max-width);
          margin: 0;
        }
      }
    }
  }

  .faq__navigation {
    padding: 1.6rem 0;

    .faq__navigation__list {
      display: flex;
      align-items: center;
      justify-content: center;

      .faq__navigation__item {
        flex: 1;
        font-size: 1.4rem;
        line-height: 2.16;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        padding: 0 1.4rem;

        a {
          font-weight: 400;
        }

        &:not(:first-of-type) {
          border-left: 1px solid var(--color--gray--light--2);
        }
      }
    }
  }

  .section__faq {
    .faq__header {
      color: var(--color--titles);
      display: block;
      margin-bottom: 4rem;

      &:not(:first-of-type) {
        margin-top: 9.6rem;
      }
    }

    .section__faq__questions {
      position: relative;

      .faq__jump-link {
        position: absolute;
        top: -24rem;
      }

      .faq__question__container {
        background-color: var(--color--white);
        padding: 2.4rem 3.2rem;
        border-radius: 20px;
        box-shadow: var(--box-shadow-standard);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        cursor: pointer;

        &:not(:first-of-type) {
          margin-top: 1.6rem;
        }

        &:hover {
          .faq__question {
            color: var(--color--blue);
          }
        }

        .faq__question {
          font-size: 2rem;
          line-height: 1.2;
          color: var(--color--gray--dark);
          font-weight: 500;

          &.selected {
            color: var(--color--blue);
          }
        }

        .faq__arrow {
          margin-left: auto;
          font-size: 2rem;
          color: var(--color--gray--dark);
          transform: rotate(0deg);
          transition: 0.2s ease;

          &.rotate {
            transform: rotate(45deg);
          }

          i {
            font-family: var(--font-icons);
            font-style: normal;
          }
        }

        .faq__answer {
          font-size: 1.6rem;
          line-height: 1.6;
          color: var(--color--gray--med);
          flex: 0 0 100%;
          margin-top: 2.4rem;
          display: none;

          ol {
            list-style: decimal;
            padding-left: 2.4rem;
            margin-top: 1.6rem;
          }
        }
      }
    }
  }

  /* Initiative-Level: Sub-Pages: Member Portal
--------------------------------------------------------------------------------------------------------------------*/

  #bi-page-h {
    #main_content {
      .widget_container {
        padding: 0;
      }

      #container_1 {
        padding: 9.6rem 2.4rem !important;
        background-image: var(--hero--categories--bg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        .widget_container {
          width: 100%;
          max-width: var(--container--max-width);
          margin: 0;
        }
      }

      #container_2 {
        padding: 9.6rem 2.4rem !important;
        background-color: var(--color--gray--light--1);
        min-height: 40px !important;

        .widget_container {
          width: 100%;
          max-width: var(--container--max-width);
          margin: 0;
        }
      }

      #container_3 {
        display: none !important;
      }

      .members__container {
        display: flex;
        align-items: flex-start;
        background-color: var(--color--white);
        border-radius: 20px;
        overflow: hidden;
        box-shadow: var(--box-shadow-standard);
        transform: scale(1);
        transition: 0.2s ease;

        &:hover {
          text-decoration: none;
          transform: scale(1.02);
        }

        .members__image {
          flex: 1;
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
        .members__content {
          flex: 1;
          padding: 4rem;

          .members__title {
            color: var(--color--titles);
            margin-bottom: 2.4rem;
          }
          .members__text {
            color: var(--color--text);
            font-size: 1.6rem;
            line-height: 1.6;
            color: var(--color--text);
            font-weight: 400;
          }
        }
      }
    }
  }
}

.webstorm-level #bi-page-ct-admin-options-new #main_content {
  margin: 0 auto;
}
