/* padding & margin utilities */
@import url(_svgrid_utilities.css);
@import url(/-/media/0c8295966c4f4c9c9a09067dce8873f4.css);
@import url(/-/media/148d8aeff8df46e794699054e2a4736e.css?uat);

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.is-fuelform {
  font-size: 16px;
  background-color: var(--white) !important;
  font-family: VIC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  letter-spacing: var(--letter-spacing);
  line-height: 1.5;
  font-size: 16px;
  color: var(--bluegrey-100);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;

  & header.landing-banner {
    padding: 0;
    color: var(--white);
    background: var(--orange-100);
    background: linear-gradient(
      129deg,
      var(--orange-100) 32%,
      var(--orange-brand) 88%
    );
    min-height: 200px;
    overflow: hidden;

    .content {
      padding: 0;
      width: 100%;
      padding-left: var(--page-margin);
      padding-right: var(--page-margin);
      max-width: var(--container-width);

      & h1 {
        font-size: 2.6rem;
        line-height: 1.15;
        max-width: 100%;

        @media only screen and (min-width: 58rem) {
          font-size: 3.5rem;
        }

        @media only screen and (min-width: 88rem) {
          font-size: 4.25rem;
        }
      }
    }
  }

  & main.l-main {
    background-color: var(--white) !important;
    font-family: VIC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
    font-weight: 400;
    font-style: normal;
    letter-spacing: var(--letter-spacing);
    line-height: 1.5;
    font-size: 16px;
    color: var(--bluegrey-100);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    clear: both;
    padding: 3rem 0;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding-left: var(--page-margin);
    padding-right: var(--page-margin);
    max-width: var(--container-width);

    .modern-forms .fm-list .ctrl-holder .ctrl input {
      border-width: 2px;
      font-size: 1.125rem;
      min-height: 3.25rem;
    }

    .modern-forms .fm-list .ctrl-holder .ctrl textarea {
      border-width: 2px;
      resize: both;
      font-size: 1.125rem;
    }

    .modern-forms .fm-list .ctrl-holder .ctrl input,
    .modern-forms .fm-list .ctrl-holder .ctrl textarea {
      &:focus-visible {
        outline: 0.45rem solid var(--orange-25);
        border-radius: 0;
      }
    }

    .react-root > div {
      max-width: 100%;
    }

    .react-root h3 {
      font-size: 1rem;
      font-weight: 700;
      columns: var(--bluegrey-100);
      margin-bottom: 0.5rem;
    }
  }

  div.modern-forms {
    background-color: var(--white) !important;
  }

  & .l-one-column article.l-content-column main.l-main .cm-rich-text,
  .l-two-column-left article.l-content-column main.l-main {
    padding-left: none !important;
    padding: 0;
    position: relative;
  }

  & .l-content-container {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: var(--white);

    & article.l-content-column {
      width: 100%;
      margin: 0;
      height: auto;
    }
  }

  .modern-forms .fm-list .ctrl-holder .ctrl {
    max-width: 100%;
  }

  .modern-forms .fm-list .ctrl-holder .ctrl input:read-only,
  .modern-forms .fm-list .ctrl-holder .ctrl select:read-only,
  .modern-forms .fm-list .ctrl-holder .ctrl textarea:read-only,
  .modern-forms .fm-list .ctrl-holder .ctrl input.readonly,
  .modern-forms .fm-list .ctrl-holder .ctrl textarea.readonly {
    background: var(--bluegrey-5) !important;
    background-color: var(--bluegrey-5) !important;
    cursor: not-allowed;
    border-color: var(--bluegrey-25);
    color: var(--bluegrey-75);
  }

  & div.fm-list {
    background-color: var(--white);
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 500px;
    height: auto;

    > div.l-form-padding {
      position: relative;
      margin: 0;
      padding: 0;
      background-color: var(--white);
      width: 100%;
    }

    & h1 {
      /* Mobile/H1 */
      font-size: 1.875rem;
      letter-spacing: var(--letter-spacing);
      line-height: 1.2;
      font-weight: 700;
      margin: 0;

      @media only screen and (min-width: 37.5rem) {
        /* Desktop/H1 */
        font-size: 2.25rem;
        line-height: 1.15;
      }
    }

    & h2 {
      /* Mobile/H2 */
      font-size: 1.875rem;
      letter-spacing: var(--letter-spacing);
      line-height: 1.2;
      font-weight: 700;
      margin: 0;
    }

    & h3 {
      /* Mobile/H3 */
      font-size: 1.5rem;
      letter-spacing: var(--letter-spacing);
      line-height: 1.25;
      font-style: normal;
      font-weight: 700;
      margin: 0;
    }

    & h4 {
      /* Mobile/H4 */
      font-size: 1.25rem;
      letter-spacing: var(--letter-spacing);
      line-height: 1.3;
      font-style: normal;
      font-weight: 600;
      margin: 0;
    }

    & p {
      /* Mobile/Body */
      font-size: 1.125rem;
      letter-spacing: var(--letter-spacing);
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      margin: 0.5em 0 0.75em 0;
    }

    & p.tagline {
      /* Mobile/Tagline */
      font-size: 1.25rem;
      line-height: 1.4;
      font-weight: 500;
      letter-spacing: var(--letter-spacing);
    }

    & p.label-question {
      /* Mobile/Tagline */
      font-weight: 600;
      margin-bottom: 0;
      margin-top: 2.5rem;
      font-size: 1.25rem;
      letter-spacing: var(--letter-spacing);
    }

    & strong {
      font-weight: 600;
    }

    & ul,
    ol {
      /* Mobile/Body */
      font-size: 1.125rem;
      letter-spacing: var(--letter-spacing);
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      margin: 0.5em 0;
    }

    & a {
      color: var(--brown-dark);
      text-decoration: underline;

      &:hover {
        color: var(--hover);
      }

      &:focus {
        outline: 0.25rem solid var(--hover);
      }

      &:active {
        background-color: var(--orange-10);
        color: var(--brown-dark);
        outline: 0.25rem solid var(--orange-50);
      }
    }
  }

  /* have to hide this because 'back' button issue */
  .validate-summary-container {
    display: block;
  }

  .validation-summary-errors {
    margin: 0 0 3rem;
  }

  .cm,
  .sl {
    margin: 0;
    padding: 0;
  }

  & fieldset.fm {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;

    & h1,
    h2,
    h3,
    h4 {
      text-wrap: balance;
      overflow-wrap: break-word;
      word-break: break-word;
      margin-bottom: 1rem;
    }

    & p {
      text-wrap: pretty;
      margin-top: 0;
      margin-bottom: 1rem;
    }

    div.ctrl-holder {
      margin: 0 0 2rem 0;
    }
  }

  & fieldset.fm.has-hint {
    margin-bottom: 2rem;

    .ctrl-holder.width-l {
      margin-bottom: 0;
    }

    & p {
      font-size: 1rem;
      color: var(--bluegrey-75);
      padding-top: 0.25rem;
      margin-bottom: 0;
      padding-bottom: 0;
    }
  }

  & fieldset.buttons {
    padding: 2.5rem 0 0 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;

    @media only screen and (min-width: 58rem) {
      justify-content: space-between;
      align-items: end;
      flex-direction: row;
    }

    &.last-button {
      padding-top: 1rem;

      @media only screen and (min-width: 58rem) {
        padding-top: 3rem;
      }
    }

    .flex-button-layout {
      justify-content: end;
    }

    .button-holder-wrapper {
      padding: 0;
      margin: 0;
      display: inline-flex;
      order: 1;

      &:first-of-type {
        order: 2;

        @media only screen and (min-width: 58rem) {
          order: 1;
        }
      }

      .l-form-padding {
        padding: 0;
      }

      .flex-button-layout {
        flex-direction: row;
        width: 100%;
        padding-bottom: 0;
      }

      .button-holder {
        min-width: 100%;

        @media only screen and (min-width: 58rem) {
          min-width: auto;
        }
      }
    }

    .back,
    .cancel {
      position: relative;
      background: none;
      color: var(--bluegrey-75);
      font-weight: 600;
      font-size: 18px;
      border: 2px solid var(--bluegrey-25);
      min-width: 100%;

      @media only screen and (min-width: 58rem) {
        min-width: 180px;
      }

      &:hover {
        background-color: var(--bluegrey-10);
        border: 2px solid var(--bluegrey-10);
      }
    }

    .next,
    .submit,
    .submit-form {
      background-color: var(--orange-100);
      color: var(--white);
      font-weight: 600;
      font-size: 18px;
      border: 2px solid var(--orange-100);
      min-width: 100%;
      transition-property: color, border, background-color;
      transition-duration: 0.25s;
      transition-timing-function: ease-out;
      margin-bottom: 1rem;

      @media only screen and (min-width: 58rem) {
        min-width: 180px;
        margin-bottom: 0;
      }

      &:hover {
        background-color: var(--brown-dark);
        border-color: var(--brown-dark);
      }

      &[disabled] {
        background-color: var(--orange-50);
        border-color: var(--orange-50);
        color: var(--white);
        cursor: not-allowed;
      }
    }
  }

  & fieldset.finished {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;

    .flex-button-layout {
      justify-content: end;
    }

    .button-holder-wrapper {
      padding: 0;
      margin: 2.5rem 0 0;
      display: flex;
      width: 100%;
      min-width: none;
      max-width: 100%;

      @media only screen and (min-width: 58rem) {
        position: absolute;
        margin: 0 0 auto;
        top: 3rem;
        display: inline-flex;
      }

      .flex-button-layout {
        width: 100%;
      }

      .button-holder {
        min-width: 100%;
        max-width: 100%;

        @media only screen and (min-width: 58rem) {
          min-width: auto;
        }

        & input.cta {
          width: 100%;
        }
      }

      .l-form-padding {
        padding: 0;
      }

      .flex-button-layout {
        flex-direction: row;
      }
    }
  }

  /* unstyling the sitecore focus states */
  & button[type="submit"]:focus,
  input[type="submit"]:focus {
    box-shadow: unset;
    outline: unset;
  }

  /* unstyling the sitecore focus states */
  & button[type="submit"]:focus:not(:focus-visible),
  input[type="submit"]:focus:not(:focus-visible) {
    box-shadow: unset;
    outline: unset;
  }

  /* re-styling the sitecore focus states to be more a11y compliant */
  & button[type="submit"]:focus-visible,
  input[type="submit"]:focus-visible {
    outline: 4px solid var(--focus);
    outline-offset: 2px;
  }

  & fieldset.fm.review {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    border-top: 2px solid var(--bluegrey-10);
    padding-top: 1.5rem;
    margin-top: 2rem;

    h3 {
      padding-bottom: 1rem;
    }

    p {
      margin: 0;
      padding: 0;
      color: var(--bluegrey-100);
      font-weight: 600;
      font-size: 1rem;
      word-break: break-all;
    }

    span {
      margin: 0;
      padding: 0.25rem 0 1.65rem 0;
      color: var(--bluegrey-75);
      font-size: 1.125rem;
      word-break: break-all;
    }

    ul.review_uploaded_files {
      padding: 0;
      margin-top: 0;
      display: block;
      width: 100%;

      li {
        font-size: 1.125rem;
        margin: 0;
        padding: 0.5rem 0;
        border-bottom: 1px solid var(--bluegrey-10);
        list-style: none;
        display: block;
        width: 100%;

        & em {
          text-decoration: none;
          font-style: normal;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 100%;
          display: block;
          cursor: default;
        }

        &:last-of-type {
          border: none;
        }

        span.size {
          display: flex;
          flex-shrink: 0;
          padding: 0;
          flex-grow: 0;
          font-size: 1.125rem;
        }
      }
    }
  }

  & fieldset.fm.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    padding: 0;
    margin: 0;
    visibility: visible;
    will-change: grid-template-rows;
    display: grid;
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.5s ease, visibility 0.5s ease;

    &.disabled {
      grid-template-rows: 0fr;
      visibility: hidden;
    }

    .contact_details_inner {
      overflow: hidden;
    }

    & h4 {
      display: block;
      margin-top: 2rem;
      padding-top: 1.5rem;
      border-top: 2px solid var(--bluegrey-10);
    }
  }
}

body.is-wizardform {
  & main.l-main {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;

    @media only screen and (min-width: 58rem) {
      background-color: var(--background-body);
    }
  }

  div.modern-forms {
    background-color: var(--white) !important;

    @media only screen and (min-width: 58rem) {
      background-color: var(--background-body) !important;
    }
  }

  & .l-content-container {
    @media only screen and (min-width: 58rem) {
      background-color: var(--background-body);
    }
  }

  & div.fm-list {
    background-color: var(--white);
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 500px;
    height: auto;

    @media only screen and (min-width: 58rem) {
      background-color: var(--background-body);
      padding: 3rem 0;
      padding-left: var(--page-margin);
      padding-right: var(--page-margin);
    }

    > div.l-form-padding {
      position: relative;
      margin: 0;
      padding: 0;
      background-color: var(--white);
      overflow: hidden;
      width: 100%;

      @media only screen and (min-width: 58rem) {
        border-radius: var(--radius);
        min-height: 600px;
        margin: 0 auto;
        max-width: 51rem;
        background-image: linear-gradient(
          to bottom,
          var(--bluegrey-25) 0,
          var(--bluegrey-25) 16px,
          var(--white) 16px,
          var(--white) 100%
        );

        box-shadow: -3px 26px 66px 0px rgba(70, 50, 66, 0.1),
          1px 7px 20px 0px rgba(66, 70, 88, 0.15),
          0px 2px 3px 0px rgba(60, 74, 96, 0.1);
      }

      & fieldset.wizard-container {
        margin: 0 auto;
        position: relative;
        padding: 2rem var(--page-margin) 0;
        background-color: var(--white);
        max-width: 600px;
        width: 100%;

        @media only screen and (min-width: 58rem) {
          padding: 2.5rem 4rem 4rem;
          max-width: 41rem;
        }

        & span.progress-page,
        span.progress-total {
          display: none;
        }

        &.fadeIn {
          opacity: 1;
        }

        & > .l-form-padding {
          padding-left: 0 !important;
          padding-right: 0 !important;
          min-height: 420px;
          display: flex;
          flex-direction: column;
        }
      }
    }
  }

  & fieldset.wizard-buttons {
    padding: 2.5rem 0 0 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;

    @media only screen and (min-width: 58rem) {
      justify-content: space-between;
      align-items: end;
      flex-direction: row;
    }

    &.last-button {
      padding-top: 1rem;

      @media only screen and (min-width: 58rem) {
        padding-top: 3rem;
      }
    }

    .flex-button-layout {
      justify-content: end;
    }

    .button-holder-wrapper {
      padding: 0;
      margin: 0;
      display: inline-flex;
      order: 1;

      &:first-of-type {
        order: 2;

        @media only screen and (min-width: 58rem) {
          order: 1;
        }
      }

      .l-form-padding {
        padding: 0;
      }

      .flex-button-layout {
        flex-direction: row;
        width: 100%;
        padding-bottom: 0;
      }

      .button-holder {
        min-width: 100%;

        @media only screen and (min-width: 58rem) {
          min-width: auto;
        }
      }
    }

    .wizard-back {
      position: relative;
      background: none;
      color: var(--bluegrey-75);
      font-weight: 600;
      font-size: 18px;
      border: 2px solid var(--bluegrey-25);
      min-width: 100%;

      @media only screen and (min-width: 58rem) {
        min-width: 180px;
      }

      &:hover {
        background-color: var(--bluegrey-10);
        border: 2px solid var(--bluegrey-10);
      }
    }

    .wizard-next,
    .wizard-submit {
      background-color: var(--orange-100);
      color: var(--white);
      font-weight: 600;
      font-size: 18px;
      border: 2px solid var(--orange-100);
      min-width: 100%;
      transition-property: color, border, background-color;
      transition-duration: 0.25s;
      transition-timing-function: ease-out;
      margin-bottom: 1rem;

      @media only screen and (min-width: 58rem) {
        min-width: 180px;
        margin-bottom: 0;
      }

      &:hover {
        background-color: var(--brown-dark);
        border-color: var(--brown-dark);
      }

      &[disabled] {
        background-color: var(--orange-50);
        border-color: var(--orange-50);
        color: var(--white);
        cursor: not-allowed;
      }
    }
  }

  & fieldset.wizard-finished {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;

    .flex-button-layout {
      justify-content: end;
    }

    .button-holder-wrapper {
      padding: 0;
      margin: 2.5rem 0 0;
      display: flex;
      width: 100%;
      min-width: none;
      max-width: 100%;

      @media only screen and (min-width: 58rem) {
        position: absolute;
        margin: 0 0 auto;
        top: 3rem;
        display: inline-flex;
      }

      .flex-button-layout {
        width: 100%;
      }

      .button-holder {
        min-width: 100%;
        max-width: 100%;

        @media only screen and (min-width: 58rem) {
          min-width: auto;
        }

        & input.cta {
          width: 100%;
        }
      }

      .l-form-padding {
        padding: 0;
      }

      .flex-button-layout {
        flex-direction: row;
      }
    }
  }

  & fieldset.wizard-top {
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: nowrap;
    align-items: end;

    @media only screen and (min-width: 37.5rem) {
      align-items: center;
    }

    & fieldset.heading {
      display: flex;
      flex-direction: column;
      flex: 1;
      margin: 0;
      padding: 0;
      justify-content: center;

      & label.progress-bar-label {
        font-size: 1rem;
        font-weight: 600;
        padding: 0;
        display: flex;
        text-transform: uppercase;
        line-height: 1;
        color: var(--orange-100);
        margin-bottom: 0.5rem;
      }

      h1 {
        display: flex;
      }

      h2 {
        margin-bottom: 0;
      }
    }

    & fieldset.image {
      display: flex;
      background-image: url("https://uat.service.vic.gov.au/-/media/db864fe0e8f14a0f90e8f7803c111157.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      height: 96px;
      width: 96px;
      transform: scale(0.9);
      transform-origin: bottom left;
      margin-right: -16px;
      margin-top: -16px;

      @media only screen and (min-width: 37.5rem) {
        margin-right: -0.15rem;
        margin-top: 0;
        transform: scale(1);
      }
    }
  }

  & fieldset.wizard-progress {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0.92rem;
    border-radius: 0;
    display: block;

    @media only screen and (min-width: 37.5rem) {
      height: 1rem;
      border-radius: 0;
    }

    & span {
      display: none;
    }

    & progress[value] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;

      border: none;
      /* Firefox add a default border */
      width: 100%;
      height: 100%;
      margin: 0;
      border-radius: 0;
      background: var(--bluegrey-25);
      display: block;
      overflow: hidden;
    }

    & progress[value]::-webkit-progress-bar {
      background: var(--bluegrey-25);
    }

    & progress[value]::-webkit-progress-value {
      transition: width 1s;
      background: var(--orange-100);
      background: linear-gradient(
        to left,
        var(--orange-100) 0,
        var(--orange-100) 2rem,
        var(--orange-brand) 100%
      );
      border-right: 1px solid var(--orange-50);
    }

    & progress[value]::-moz-progress-bar {
      transition: width 1s;
      background: var(--orange-100);
      background: linear-gradient(
        to left,
        var(--orange-100) 0,
        var(--orange-100) 2rem,
        var(--orange-brand) 100%
      );
      border-right: 1px solid var(--orange-brand);
    }
  }

  & div.ctrl > ul.options {
    &.wizard-radio,
    &.wizard-checkbox {
      margin-top: 1.125rem !important;
    }

    & li.option {
      padding: 0 0;
      margin: 0 0 0.5rem 0;

      & label {
        /*
                border: 2px solid var(--bluegrey-25);
                padding: 1rem 1rem 1rem 3.2rem;
                */
        padding: 0.5rem 1rem 0.5rem 2.25rem;
        font-size: 1.125rem;
        font-weight: 600;
        border-radius: 4px;
        transition: border 0.25s ease-out;
        line-height: 1.4;
        min-height: 2.5rem;
        display: inline-block;

        &:before {
          height: 24px;
          width: 24px;
          left: 0rem;
          top: 0.5rem;
          background-color: var(--white);
          border: 2px solid var(--bluegrey-100) !important;
        }

        &:after {
          height: 24px;
          width: 24px;
          left: 0rem;
          top: 0.5rem;
          color: var(--orange-100);
          background-color: var(--orange-100);
        }

        &:hover {
          border-color: var(--orange-100);
        }
      }

      & input[type="radio"]:checked ~ label {
        &:after {
          color: var(--orange-100);
          background-color: var(--orange-100);
        }

        &:before {
          border: 2px solid var(--orange-100) !important;
        }
      }

      & input[type="checkbox"]:checked ~ label {
        border-color: var(--orange-100);
        background-color: var(--orange-10);

        &:after {
          background-size: 14px 14px;
        }

        &:before {
          border: 2px solid var(--orange-100) !important;
        }
      }

      & input[type="radio"]:focus ~ label {
        &:before {
          box-shadow: unset;
          outline: unset;
        }
      }

      & input[type="radio"]:focus:not(:focus-visible) ~ label {
        &:before {
          box-shadow: unset;
          outline: unset;
        }
      }

      & input[type="radio"]:focus-visible ~ label {
        outline: 4px solid var(--focus);
        outline-offset: 2px;
      }

      & input[type="checkbox"]:focus ~ label {
        &:before {
          box-shadow: unset;
          outline: unset;
        }
      }

      & input[type="checkbox"]:focus:not(:focus-visible) ~ label {
        &:before {
          box-shadow: unset;
          outline: unset;
        }
      }

      & input[type="checkbox"]:focus-visible ~ label {
        outline: 4px solid var(--focus);
        outline-offset: 2px;
      }
    }
  }
}

#landingpage.landingpage.report-fuel {
  /* LANDING PAGE STYLES */

  & header.short.icon {
    height: auto;
    min-height: auto;
    padding: 2rem 0 1.5rem;

    @media only screen and (min-width: 56rem) {
      padding-bottom: 2rem;
    }

    @media only screen and (min-width: 65rem) {
      padding: 0;
    }

    .container {
      gap: 1rem;

      @media only screen and (min-width: 88rem) {
        gap: 2rem;
      }
    }

    .icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.25rem;
      width: 100%;
      align-items: center;

      @media only screen and (min-width: 37.5rem) {
        align-items: start;
      }

      @media only screen and (min-width: 65rem) {
        width: auto;
      }

      & img {
        width: 136px;
        height: 106px;
        display: block;
      }

      .label {
        font-weight: 600;
        font-size: 1rem;
        color: var(--orange-10);
        display: none;

        @media only screen and (min-width: 56rem) {
          display: none;
        }
      }
    }

    .content {
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0rem;

      @media only screen and (min-width: 65rem) {
        padding-top: 1.5rem;
      }

      @media only screen and (min-width: 88rem) {
        padding-top: 2rem;
      }

      & p,
      h1 {
        margin: 0;
        padding: 0;
      }
    }
  }

  .summary {
    background-color: var(--bluegrey-10);
    color: var(--bluegrey-100);
    border-radius: 2rem;
    padding: 2rem;
    font-family: monospace;
    margin: 0;

    h2 {
      font-size: 1rem;
      padding-bottom: 1rem;
    }

    p {
      font-size: 12px;
      padding-top: 1rem;
    }

    & dl {
      padding: 0;
      margin: 0;
    }

    & dt {
      font-weight: 600;
      font-size: 12px;
    }

    & dd {
      padding: 0;
      margin: 0 0 0.5rem 0;
      font-size: 12px;

      &:last-of-type {
        margin-bottom: 0;
      }
    }
  }

  & hr {
    border: 2px solid var(--bluegrey-10);
    margin: 1rem 0 1rem;
  }

  & section.issues {
    padding: 0;
    margin: 1rem 0 2rem;
    border-top: 0.125rem solid var(--bluegrey-10);
    padding-top: 2rem;

    &.sv {
      --primary: var(--orange-100);
      --secondary: var(--orange-75);
      --tint: var(--orange-25);
      --anchor-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzkwN18yMjEzOTYiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCI+CjxyZWN0IHg9IjAuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF85MDdfMjIxMzk2KSI+CjxwYXRoIGQ9Ik0xNi4xNzUyIDEzLjM1MDJIMy43MDAyVjEwLjcwMDJIMTYuMTc1MkwxMC41NzUyIDUuMTAwMkwxMi40NzUyIDMuMjAwMkwyMS4zMDAyIDEyLjAyNTJMMTIuNTI1MiAyMC44MDAyTDEwLjYyNTIgMTguOTAwMkwxNi4xNzUyIDEzLjM1MDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=");
    }

    &.cav {
      --primary: #004ea8;
      --secondary: #64a1e7;
      --tint: #c0ddff;
      --anchor-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzkwN18yMjEzODQiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCI+CjxyZWN0IHg9IjAuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF85MDdfMjIxMzg0KSI+CjxwYXRoIGQ9Ik03LjAyNDggMTguNDQ5OEw1LjE3NDggMTYuNTk5OEwxNC40MjQ4IDcuMzI0OEg2LjI5OThWNC42NzQ4SDE4Ljk0OThWMTcuMzI0OEgxNi4yOTk4VjkuMTk5OEw3LjAyNDggMTguNDQ5OFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPC9zdmc+Cg==");
    }

    & nav ul {
      margin: 1rem 0 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;

      & li {
        flex: 0 0 calc(50% - 0.5rem);
        list-style: none;
        padding: 0;
        margin: 0;

        @media only screen and (min-width: 37.5rem) {
          max-width: 10rem;
          flex: 0 0 calc(50% - 0.5rem);
        }

        & a {
          display: flex;
          flex-direction: column;
          flex-shrink: 0;
          min-height: 11.5rem;
          width: 100%;
          background-color: var(--white);
          border: 2px solid var(--primary);
          border-radius: 0.5rem;
          padding: 0rem;
          margin: 0;
          font-size: 1rem;
          text-decoration: none;
          overflow: hidden;
          color: var(--primary);

          & span.label {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            padding: 1rem 0.85rem;
            flex-grow: 1;
            gap: 0.5rem;
          }

          & img {
            width: 3rem;
          }

          & span.text {
            display: block;
            font-size: 1rem;
            text-decoration: none;
            font-weight: 500;
          }

          & span.anchor {
            display: block;
            background-color: var(--primary);
            background-image: var(--anchor-image);
            background-position: calc(100% - 8px) center;
            background-repeat: no-repeat;
            height: 2.25rem;
            width: 100%;
            align-self: flex-end;
            flex-shrink: 0;
          }

          &:hover {
            text-decoration: underline;
            outline: 0.25rem solid var(--tint);
            border-color: var(--primary);

            & span.anchor {
              background-color: var(--secondary);
              color: var(--white);
            }
          }
        }
      }
    }
  }
}

.navigator-thumbinator {
  background-color: var(--white);
  padding: 0 0 4rem 0;

  .thumbinator-form {
    width: 100%;
    margin: 0 auto;
    padding-top: 2rem !important;
    padding-bottom: 0 !important;
    padding-left: var(--page-margin) !important;
    padding-right: var(--page-margin) !important;
    max-width: var(--container-width);
    background-color: transparent !important;
    color: var(--bluegrey-100);
    border-top: 0.24rem solid var(--bluegrey-10);

    & p strong {
      /* Mobile/H4 */
      font-size: 1.25rem;
      line-height: 1.3;
      font-style: normal;
      font-weight: 700;
      margin: 0;
      letter-spacing: var(--letter-spacing);
    }

    & textarea {
      background-color: var(--white);
      font-family: VIC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
      color: var(--bluegrey-100);
      border: 1px solid var(--bluegrey-100);
      height: 46px;
      width: 100%;
      font-size: 1.125rem;
      padding: 10px;
    }

    ._actions {
      margin-top: 1.25rem;
      padding-bottom: 4rem;
    }

    .ctrl-holder {
      margin: 0 !important;
      padding: 0 0 0 !important;

      @media only screen and (min-width: 58rem) {
        max-width: 40rem;
      }

      & ul.options.square {
        & li.option {
          @media only screen and (min-width: 37.5rem) {
            height: 140px;
            width: 140px;
            max-height: 140px;
            max-width: 140px;
            padding-bottom: 0;
          }

          & label {
            background-color: var(--white);
            padding: 52% 0 0;

            &::before {
              bottom: 46%;
            }

            @media only screen and (min-width: 37.5rem) {
              padding: 52% 0 0;

              &::before {
                bottom: 42%;
              }
            }
          }
        }
      }
    }
  }
}
