      :root {
        --bs-icc-blue: rgb(3,102,153);
        --bs-icc-blue-hover: rgb(3,102,153);
      }
      .text-icc-blue {
        color: var(--bs-icc-blue) !important;
      }
      .bg-icc-blue {
        background-color: var(--bs-icc-blue) !important;
        color: rgb(255, 255, 255);
      }
      .link-icc-blue {
        color: var(--bs-icc-blue) !important;
        text-decoration: none;
      }
      .link-icc-blue:hover,
      .link-icc-blue:focus {
        color: var(--bs-icc-blue-hover) !important;
        text-decoration: underline;
      }
      .btn-icc-blue {
        background-color: var(--bs-icc-blue);
        color: rgb(255, 255, 255);
        border: none;
      }
      .btn-icc-blue:hover,
      .btn-icc-blue:focus {
        background-color: var(--bs-icc-blue-hover);
        color: rgb(255, 255, 255);
      }
      .links-icc-blue a {
        color: var(--bs-icc-blue) !important;
        text-decoration: none;
      }

      .links-icc-blue a:hover,
      .links-icc-blue a:focus {
        color: var(--bs-icc-blue-hover) !important;
        text-decoration: underline;
      }