  /* Override Elion.min.css CALL-2783 */
  .container-no-gutter h2 {
      border: none;
      font-weight: 500;
      background: none;
  }

  footer .list-group.active .list-group-item:hover,
  footer .list-group.active .list-group-item:active,
  footer .list-group.active .list-group-item:focus {
      background: none;
  }

  footer h2 {
      margin: 0 0 0 0;
      padding-left: 0px;
  }

  footer h2:hover:hover,
  footer h2:hover:active,
  footer h2:hover:focus {
      background: none;
  }

  .footer-container {
      margin: 0 auto;
      padding: 3rem;
      width: 100%;
  }

  .flex-container {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 1rem;
  }

  .flex-container>a {
      text-decoration: none;
      color: #fff;
      line-height: inherit;
  }

  .flex-container-parent {
      padding-top: 2rem;
      padding-bottom: 2rem;
      display: flex;
      flex-direction: column;
      gap: 2rem;
  }

  .gap-small {
      gap: 1rem;
  }

  .gap-big {
      gap: 2rem;
  }

  .separator {
      border-right: 2px solid rgba(255, 255, 255, 0.7);
  }

  .font-light {
      font-weight: lighter;
      color: rgba(255, 255, 255, 0.7);
  }

  .invisible-xs {
      display: none;
  }

  .border-top {
      border: none;
  }

  .border-bottom {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .footer-padding {
      padding: 0 2rem;
  }

  footer h2,
  footer a,
  footer a span,
  footer a strong {
      transition: color 0.2s ease;
  }

  footer a:hover,
  footer .list-group .list-group-item>a:active {
      color: #D1A6E2;
  }

  @media (max-width: 767px) {
      footer .list-group .list-group-item {
          border: none;
          padding-left: 0px;
      }

      footer .list-group .list-group-item>a:after {
          content: "";
      }

      footer h2:active,
      footer a:active * {
          color: #D1A6E2;
      }

      footer .active {
          color: #d5b3e2;
      }

      footer h2,
      footer h2.active {
          position: relative;
          padding-right: 2em;
      }

      footer h2:after,
      footer h2.active:after {
          font-family: 'tsr-icons-all';
          display: inline-block;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
      }

      footer h2:after {
          content: "\e669";
      }

      footer h2.active:after {
          content: "\e66B";
      }

      footer h2:hover {
          cursor: pointer;
      }
  }

  @media (min-width: 500px) {
      .flex-container {
          flex-direction: row;
      }
  }

  @media (min-width: 768px) {
      footer .list-group .list-group-item>a:hover {
          color: #D1A6E2
      }

      footer a:hover * {
          color: #D1A6E2
      }

      .flex-container-parent {
          flex-direction: row;
          justify-content: space-between;
      }

      .invisible-xs {
          display: flex;
      }


      .border-bottom {
          border: none;
      }

      .border-top {
          border-top: 1px solid rgba(255, 255, 255, 0.7);
      }

      footer h2 {
          padding-top: 20px;
      }
  }
