.breadcrumbs a:hover {
    color: #011e4d;
}
a:hover {
    color: #ffffff; 
    text-decoration: inherit; 
}
.dashboard-list {
    padding-left: 0;
    list-style: none;
font-family: Graphik-Regular;
}

.dashboard-list>li {
    font-size: 14px;
    white-space: nowrap;
font-family: Graphik-Regular;
}

.dashboard-list>li>[id^="MSABox"] {
    margin-right: .5rem;
font-family: Graphik-Regular;
}
.siteBodyWrapper p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Graphik-Regular;
    color: #556074;
    margin: 0 0 16px;
}

.siteBodyWrapper h3 {
    font-size: 1.5rem;
    margin: 0 0 15px;
    letter-spacing: .01875rem;
    text-transform: uppercase;
    font-family: Graphik-bold;
    color: #011e4d;
}

  [data-bs-toggle="pill"] {
      color: #58585a;
  }

  [data-bs-toggle="pill"]:hover {
      color: #58585a;
      text-decoration: underline;
  }