    .inclusive {
      position: fixed;
      display: flex;
      flex-direction: column;
      margin-left:-175px;
      top: 210px;
      left: -3px;
      color: #271e3d;
      font-size: 10pt;
      background-color: #e9e9ed;
      border: solid 1px #271e3d;
      width: 178px;
      height: auto;
      border-radius: 5px;
      padding: 8px 0px 8px 0px;
      z-index: 9;
    }
    .inclusive_button {
      background: none repeat scroll 0 0 #4053B3;
      border-radius: 0 10px 10px 0;
      cursor: pointer;
      height: 46px;
      margin: 0 0 0 176px;
      width: 48px;
      z-index: 9;
      position: absolute;
      border: 1px solid #938F31;
    }
    .inclusive_icon {
      width: 45px;
      height: 45px;
      background-image: url('/assets/img/icon-human-i.png');
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
    }
    .inclusive button {
      border: none;
      padding: 2px 20px;
      text-align: start;
      height: 40px;
    }
    .contrast-on {
      background-color: #565656;
      color: #ffffff;
    }
    .high-contrast-on {
      background-color: #565656;
      color: #ffffff;
    }
    .contrastColors {
      filter: grayscale(1) contrast(1.1);
    }
    body.highContrastColors,
    body.highContrastColors .megamenu {
      --bs-body-bg: #000;
      --bs-body-color: #fff;
      --bs-link-color: #0ff;
      --bs-link-hover-color: #ff0;
      --bs-border-color: #fff;
      --bs-card-bg: #111;
      --bs-card-border-color: #fff;
      --bs-btn-bg: #000;
      --bs-btn-color: #fff;
      --bs-btn-border-color: #fff;
      --bs-btn-hover-bg: #222;
      --bs-btn-hover-border-color: #ff0;
      background-color: #000 !important;
    }
    body.highContrastColors .megamenu {
      border-bottom: 2px solid #076BCF;
    }
    body.highContrastColors .nav-link {
      color: #0ff !important;
    }
    body.highContrastColors .nav-link:hover {
      background-color: #400000 !important;
      border-radius: 5px;
    }
    body.highContrastColors .topbar {
      background-color: #000 !important;
    }
    body.highContrastColors .text-muted {
      color: #ccc !important;
    }
    body.highContrastColors .bg-light {
      background-color: #111 !important;
    }
    
