.custom-html--sitecore #js-diversity-graph {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.custom-html--sitecore .graph_table_tab {
  overflow: overlay;
  width: 100%;
  box-sizing: border-box;
}
.custom-html--sitecore .graph_linear_bar {
  margin-bottom: 8px;
  margin-top: 12px;
  position: relative;
}
.custom-html--sitecore .primary {
  background-color: #7500c0;
  color: #000;
  z-index: 2;
}
.custom-html--sitecore .primary_noColor {
  background-color: #737364;
  z-index: 2;
}
.custom-html--sitecore .primary_dark {
  background-color: rgba(133, 89, 206, 0.22);
  border: 0.1px solid rgba(187, 155, 241, 0.45098039);
  z-index: -1;
}
.custom-html--sitecore .secondary {
  background-color: #be82ff;
  color: #000;
  z-index: 2;
}
.custom-html--sitecore .graph_row {
  display: flex;
  justify-content: space-between;
  font-family: Graphik, Arial, sans-serif;
}
.custom-html--sitecore .graph_subtitle {
  font-size: 11.5px;
  font-weight: 600;
}
.custom-html--sitecore .graph_header {
  font-family: Graphik Black, Arial Black, Arial, sans-serif;
  font-size: 25px;
  line-height: normal;
}
.custom-html--sitecore .graph_header_subtitle {
  font-size: 15px;
  font-family: Graphik, Arial, sans-serif;
  font-weight: 600;
}
.custom-html--sitecore .graph_linear_item {
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .custom-html--sitecore .graph_linear_inbox {
    padding-left: 50px;
  }
}
.custom-html--sitecore .graph_circle_segment_1 {
  stroke: #7500c0;
  transform-box: fill-box;
  transform-origin: center;
}
.custom-html--sitecore .graph_circle_segment_2 {
  stroke: #be82ff;
  transform-box: fill-box;
  transform-origin: center;
}
.custom-html--sitecore .graph_circle_segment_3 {
  stroke: #737364;
  transform-box: fill-box;
  transform-origin: center;
}
.custom-html--sitecore .graph_circle_header {
  font-size: 30px;
}
.custom-html--sitecore .graph_circle_header,
.custom-html--sitecore .graph_circle_subheader {
  fill: #000;
  font-family: Graphik Black, Arial Black, Arial, sans-serif;
}
@-webkit-keyframes circlebarprogress {
  0% {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes circlebarprogress {
  0% {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.custom-html--sitecore .graph_main_tab_noTab {
  padding-top: 46px;
}
.custom-html--sitecore .graph_main_tab_content {
  margin-top: 50px;
  min-height: 600px;
  width: 100%;
}
.custom-html--sitecore .graph_tabs {
  border: none;
  margin: 0;
}
.custom-html--sitecore .graph_tabs > li {
  padding: 0;
  margin: 0 15px 0 0;
}
.custom-html--sitecore .graph_tabs li > a {
  font-family: Graphik Black, Arial Black, Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #000 !important;
  border: none !important;
  text-decoration: none !important;
  margin-bottom: 0;
}
.custom-html--sitecore .graph_tabs li > a:hover {
  background: transparent !important;
}
.custom-html--sitecore .graph_tabs li > a:focus {
  outline: none !important;
}
.custom-html--sitecore .graph_tabs .active {
  border-bottom: 2px solid #7500c0;
}
.custom-html--sitecore .graph_table_nav {
  border-bottom: none;
  margin-bottom: 15px;
  margin-left: 0;
}
.custom-html--sitecore .graph_table_nav li {
  padding: 0;
}
.custom-html--sitecore .graph_table_nav li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  color: #000 !important;
  border: none !important;
  font-family: Graphik, Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 600;
  border-radius: unset;
  padding: 5px 5px 4px;
  width: 140px;
  text-align: center;
  text-decoration: none !important;
  height: 52px;
}
.custom-html--sitecore .graph_table_nav li > a:hover {
  background: none;
}
.custom-html--sitecore .graph_table_nav li > a:focus {
  outline: none !important;
}
.custom-html--sitecore .graph_table_nav li.active {
  border: 1px solid #7500c0 !important;
}
.custom-html--sitecore .graph_table_nav li:not(.active) {
  border: 1px solid hsla(0, 0%, 50.2%, 0.25882353);
}
.custom-html--sitecore .graph_table_body {
  text-align: center;
}
.custom-html--sitecore .graph_table_body .graph_race {
  font-family: Graphik Black, Arial Black, Arial, sans-serif;
  font-size: 14px;
  width: 20%;
}
.custom-html--sitecore .graph_table_body tr {
  border-style: initial;
}
.custom-html--sitecore .graph_table_head th {
  max-width: 100px;
  text-align: center;
  font-family: Graphik Black, Arial Black, Arial, sans-serif;
  vertical-align: middle !important;
}
.custom-html--sitecore .graph-text-content {
  padding-top: 15px;
}
.custom-html--sitecore .graph-text-content p {
  padding-right: 20px;
}
.custom-html--sitecore .graph-text-content p span {
  font-size: 1.6rem;
  font-weight: 400;
}
.custom-html--sitecore .graph-text-content .header-custom {
  font-weight: 600;
}
.custom-html--sitecore .yearOverYear {
  width: 195px !important;
}
.custom-html--sitecore .graph_header_container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-html--sitecore .yoYoW {
  color: #7500c0;
}
.custom-html--sitecore .yoYoM {
  color: #6A00DB;
}
.custom-html--sitecore .yoYoNB,
.custom-html--sitecore .yoYoUND {
  color: #525247;
}
.custom-html--sitecore .yoYoNA {
  color: #000;
}
.custom-html--sitecore .forwardSlash {
  color: #000;
  padding-left: 2px;
  padding-right: 2px;
}
.custom-html--sitecore .chart-wrap {
  width: 90%;
  height: 50%;
}
.custom-html--sitecore .chart-wrap .title {
  text-align: center;
}
.custom-html--sitecore .grid {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: 2px solid;
}
.custom-html--sitecore .grid .bar {
  background-color: orange;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: var(--bar-value);
  align-self: flex-end;
  margin: 0 auto;
  position: relative;
}
.custom-html--sitecore .grid .bar:after {
  content: attr(data-name);
  top: -3em;
  padding: 10px;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  transform: rotate(-45deg);
}
.custom-html--sitecore .grid .barW {
  background-color: #7500c0;
}
.custom-html--sitecore .grid .barM {
  background-color: #be82ff;
}
.custom-html--sitecore .grid .barNB,
.custom-html--sitecore .grid .barUND {
  background-color: #737364;
}
.custom-html--sitecore .grid.horizontal {
  flex-direction: column;
  border-bottom: none;
  border-left: 2px solid #737364;
}
.custom-html--sitecore .grid.horizontal .bar {
  height: 25px;
  width: var(--bar-value);
  align-self: flex-start;
  margin: 1.4em 0;
}
.custom-html--sitecore .grid.horizontal .bar:after {
  top: auto;
  left: 100%;
  padding: 0 10px;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  transform: rotate(0deg);
  line-height: 25px;
}
.custom-html--sitecore .chart_container_main {
  display: flex;
}
.custom-html--sitecore .bargraph_text_container {
  flex-direction: column;
  padding-right: 15px;
  justify-content: space-between;
}
.custom-html--sitecore .bargraph_text {
  padding-top: 9%;
}
.custom-html--sitecore .bargraph_text,
.custom-html--sitecore .bargraph_text_top {
  white-space: pre;
  text-align: end;
  font-weight: 600;
  margin-bottom: unset !important;
}
.custom-html--sitecore .bargraph_text_top {
  padding-top: 6%;
}
.custom-html--sitecore .highlightColumn,
.custom-html--sitecore .highlightColumnSix {
  border-left: thin solid #be82ff;
  border-right: thin solid #be82ff;
}

