/**
 * h1 Styles
 */
/**
 * h2 Styles
 */
/**
 * h3 Styles
 */
/**
 * h4 Styles
 */
/**
 * h5 Styles
 */
/**
 * h6 Styles
 */
/**
 * Container for components .container class
*/
/*
* Content + Two Sidebars Layout
* Pages: Spikes, Brixx, Tax
*/
section.market-share {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
section.market-share .form-control,
section.market-share .form-group.dropdown .dropdown-toggle {
  padding: 12px 20px;
}
section.market-share .form-control::after,
section.market-share .form-group.dropdown .dropdown-toggle::after {
  right: 1em;
  top: 48%;
}
section.market-share .row .form-field-col {
  padding-left: unset;
  padding-right: unset;
  margin-top: 20px;
}
@media (min-width: 1272px) {
  section.market-share .row .form-field-col {
    margin-top: 15px;
  }
}
section.market-share .row .form-field-col:first-child {
  flex: 1 1 100%;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  padding-bottom: 20px;
  margin-top: 0;
}
@media (min-width: 1272px) {
  section.market-share .row .form-field-col:first-child {
    padding-bottom: 17px;
  }
}
section.market-share .row .form-field-col .date-selector .datepicker.dropdown-menu {
  width: 249px;
  top: 49px !important;
}
section.market-share .row .form-field-col .date-selector .input-group.date.active-container .form-control.active {
  border-bottom-left-radius: 0;
}
@media (max-width: 480px) {
  section.market-share .row .form-field-col .date-selector .input-group.date.active-container .form-control.active {
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1271px) {
  section.market-share .row.equities .form-field-col .date-selector .datepicker.dropdown-menu {
    border-top-right-radius: 0;
  }
}
section.market-share .row.equities .form-field-col .date-selector .input-group.date .form-control {
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  section.market-share .row.equities .form-field-col .date-selector .input-group.date.active-container .form-control.active {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1272px) {
  section.market-share .row.equities .form-field-col .date-selector .input-group.date.active-container .form-control.active {
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 429px) {
  section.market-share .row.equities .form-field-col .date-selector .input-group.date.active-container .datepicker.dropdown-menu {
    width: calc(100% + 1px);
    border-top-right-radius: 0;
  }
}
@media only screen and (min-width: 1272px) and (max-width: 1399px) {
  section.market-share .row.equities .form-field-col .summary-type-selector .dropdown-toggle {
    max-width: 143px;
  }
}
@media screen and (max-width: 767px) {
  section.market-share .row.equities .form-field-col .summary-type-selector {
    max-width: 160px;
  }
}
@media (max-width: 480px) {
  section.market-share .row.equities .form-field-col .summary-type-selector {
    max-width: 138px;
  }
}
@media screen and (max-width: 429px) {
  section.market-share .row.equities .form-field-col .summary-type-selector {
    max-width: unset;
  }
}
@media screen and (max-width: 429px) {
  section.market-share .row.equities .form-field-col {
    flex: 1 1 100%;
  }
  section.market-share .row.equities .form-field-col .form-group.dropdown {
    z-index: unset;
  }
}
@media screen and (min-width: 768px) {
  section.market-share .row:not(.equities) .form-field-col .date-selector .datepicker.dropdown-menu {
    border-top-right-radius: 0;
  }
}
@media only screen and (min-width: 1272px) and (max-width: 1399px) {
  section.market-share .row:not(.equities) .form-field-col .date-selector .datepicker.dropdown-menu {
    border-top-right-radius: 30px;
  }
}
@media only screen and (min-width: 1272px) and (max-width: 1399px) {
  section.market-share .row:not(.equities) .form-field-col .date-selector .input-group.date.active-container .form-control.active {
    border-bottom-right-radius: 0;
  }
}
section.market-share.dark {
  background-color: #1a1a1a;
  color: white;
}
section.market-share.dark h3 {
  color: white;
  padding-left: 25px;
}
section.market-share.dark .form-control,
section.market-share.dark .form-group.dropdown .dropdown-toggle {
  background-color: transparent;
  color: white;
}
section.market-share.dark .form-control::-moz-placeholder, section.market-share.dark .form-group.dropdown .dropdown-toggle::-moz-placeholder {
  color: white;
}
section.market-share.dark .form-control::placeholder,
section.market-share.dark .form-group.dropdown .dropdown-toggle::placeholder {
  color: white;
}
section.market-share.dark .c-chart__table-cell {
  color: white;
  border-color: #4d4d4d;
}
section.market-share.dark .c-chart__full-view {
  background-color: #1a1a1a;
}
section.market-share.dark .c-chart__table-row.hovered::before {
  content: unset;
}
section.market-share.dark .c-chart__table-row.hovered .c-chart__table-cell,
section.market-share.dark .c-chart__table-row:hover .c-chart__table-cell,
section.market-share.dark .summary-table-highlighted-0 {
  background-color: rgba(255, 255, 255, 0.1);
}
section.market-share.dark .form-group-toggle:focus-within {
  outline: unset;
}
section.market-share h3 {
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  section.market-share h3 {
    text-align: center;
  }
}
@media (max-width: 1271px) {
  section.market-share .form-group.dropdown .dropdown-container {
    min-width: unset;
  }
}
section.market-share .form-group.dropdown .dropdown-toggle.show {
  background: #F1F1F1;
  color: #1a1a1a;
}
section.market-share .form-group.dropdown .form-dropdown-list.show {
  --bs-dropdown-min-width: 7rem;
  line-height: 20px;
}
section.market-share .form-group.dropdown .form-dropdown-list.show .dropdown-item {
  white-space: unset;
}
@media (min-width: 1600px) {
  section.market-share .p-home__chart .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1272px) {
  section.market-share .p-home__chart .c-chart__view-slider {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  section.market-share .p-home__chart .c-chart__view-slider {
    width: 80%;
    margin: 0 auto;
  }
}
section.market-share .c-chart-disable {
  position: relative;
}
section.market-share .c-chart-disable:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #282761;
  opacity: 0.2;
  z-index: 350;
}
section.market-share .c-chart__tabs {
  margin-bottom: 35px;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__tabs {
    margin-bottom: 65px;
  }
}
section.market-share .c-chart__date-container {
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__date-container {
    text-align: left;
    margin-bottom: 25px;
  }
}
section.market-share .c-chart__date {
  color: #b4b4b5;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
}
section.market-share .c-chart__date-icon,
section.market-share .c-chart__date-text {
  display: inline-block;
  vertical-align: middle;
}
section.market-share .c-chart__date-icon {
  fill: none;
  stroke: #b4b4b5;
}
section.market-share .c-chart__date-text {
  margin-left: 16px;
}
section.market-share .c-chart__view-tabs {
  margin-bottom: 35px;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__view-tabs {
    display: none;
  }
}
section.market-share .c-chart__view-tabs-items {
  border-bottom: 1px solid #ebebeb;
}
section.market-share .c-chart__view-tabs-items:after,
section.market-share .c-chart__view-tabs-items:before {
  content: " ";
  display: table;
}
section.market-share .c-chart__view-tabs-items:after {
  clear: both;
}
section.market-share .c-chart__view-tabs-item {
  float: left;
  width: 50%;
}
section.market-share .c-chart__view-tabs-item-active {
  border-bottom: 6px solid var(--active-brand-color);
  margin-bottom: -3px;
}
section.market-share .c-chart__view-tabs-link {
  text-decoration: none;
  color: #373739;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 24px;
}
section.market-share .c-chart__table {
  width: 100%;
}
@media (max-width: 1271px) {
  section.market-share .c-chart__table {
    display: table;
  }
}
section.market-share .no-flexbox .c-chart__table {
  display: table;
}
@media (max-width: 1271px) {
  section.market-share .c-chart__table-row {
    display: table-row;
  }
}
section.market-share .no-flexbox .c-chart__table-row {
  display: table-row;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__table-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
  }
}
section.market-share .c-chart__table-row:first-child:before,
section.market-share .no-flexbox .c-chart__table-row:before {
  content: none;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__table-row:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 100%;
    height: 100%;
    opacity: 0;
    background-color: var(--active-brand-color);
    transition: 0.2s ease;
  }
}
section.market-share .c-chart__table-row.hovered:before,
section.market-share .c-chart__table-row:hover:before {
  opacity: 1;
  right: 0;
}
section.market-share .c-chart__table-cell {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 10px 6px;
  letter-spacing: 0;
  color: #373739;
  font-weight: 300;
  transition: 0.2s ease;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1271px) {
  section.market-share .c-chart__table-cell {
    display: table-cell;
  }
}
@media (max-width: 1271px) {
  section.market-share .c-chart__table-row:first-child.hovered .c-chart__table-cell,
  section.market-share .c-chart__table-row:first-child:hover .c-chart__table-cell {
    background-color: #fff;
    color: #a5a5a6;
  }
}
@media (max-width: 1271px) {
  section.market-share .c-chart__table-row.hovered .c-chart__table-cell,
  section.market-share .c-chart__table-row:hover .c-chart__table-cell {
    background-color: var(--active-brand-color);
  }
}
section.market-share .no-flexbox .c-chart__table-cell {
  display: table-cell;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__table-cell {
    display: flex;
    flex: 1;
    width: 33.3%;
    text-align: right;
  }
  section.market-share .c-chart__table-cell:first-child {
    flex: 50px;
    justify-content: flex-end;
    padding: 6px 7px;
  }
}
section.market-share .no-flexbox .c-chart__table-row.hovered .c-chart__table-cell,
section.market-share .no-flexbox .c-chart__table-row:hover .c-chart__table-cell {
  background-color: var(--active-brand-color);
}
section.market-share .c-chart__table-text {
  font-family: "Lato-Regular-Webfont", "monospace";
  font-size: 14px;
  letter-spacing: 1px;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__table-text {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
  }
}
section.market-share .c-chart__table-cell-head {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  background-color: #414042;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
section.market-share .c-chart__table-cell-head .c-chart__table-text {
  width: 0px;
}
section.market-share .c-chart__table-cell-head:last-child {
  border-right: none;
}
@media (max-width: 1271px) {
  section.market-share .c-chart__table-cell-head {
    pointer-events: none;
  }
}
section.market-share .c-chart__table-cell-head {
  height: 60px;
}
section.market-share .c-chart__table-cell-head:first-child:before {
  content: none;
}
section.market-share .c-chart__table-row:hover .c-chart__table-cell-head {
  color: #a5a5a6;
}
section.market-share .c-chart__table-cell-title {
  text-align: left;
  background-color: #fff;
}
section.market-share .c-chart__table-cell-blue {
  background-color: #282761;
  color: #fff;
}
section.market-share .c-chart__table-cell-gray {
  background-color: #f4f4f4;
}
section.market-share .c-chart__pie {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.market-share .c-chart__pie .row {
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 0 13px;
  width: 100%;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__container {
    display: table;
    width: 50%;
    table-layout: fixed;
    position: relative;
    float: left;
    margin-right: -66px;
    backface-visibility: hidden;
  }
}
@media (min-width: 1272px) {
  section.market-share .c-chart__view-slide-move .c-chart__container {
    margin-right: 0;
  }
}
@media (max-width: 1271px) {
  section.market-share .c-chart__pie {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
}
@media (max-width: 1271px) {
  section.market-share .c-chart__pie.c-chart__view-tab-visible {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1272px) {
  section.market-share .c-chart__pie {
    vertical-align: top;
  }
  section.market-share .c-chart__pie .row {
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 0 12px;
  }
}
section.market-share .c-chart__pie-miax-chart {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 400px;
  margin: 1rem auto 2rem auto;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__pie-miax-chart {
    width: 498px;
    height: 498px;
    max-height: 100%;
    max-width: 100%;
    margin: 1rem auto 0 auto;
  }
}
section.market-share .highcharts-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.market-share .c-chart__information {
  position: relative;
}
@media (max-width: 1271px) {
  section.market-share .c-chart__information {
    display: none;
  }
}
@media (max-width: 1271px) {
  section.market-share .c-chart__information.c-chart__view-tab-visible {
    display: block;
  }
}
@media (max-width: 1271px) {
  section.market-share .c-chart__information.c-chart__view-tab-visible {
    overflow-x: auto;
  }
  section.market-share .c-chart__table-preview {
    pointer-events: none;
  }
}
@media (min-width: 1272px) {
  section.market-share .c-chart__information {
    width: 625px;
    display: table-cell;
    vertical-align: top;
  }
}
section.market-share .c-chart__table-preview {
  margin-bottom: 35px;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__table-preview {
    margin-bottom: 0;
    padding-right: 90px;
    width: 100%;
    max-width: 553px;
    float: right;
  }
}
section.market-share .c-chart__detail-view-btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  background-color: var(--active-brand-color);
  height: 57px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 15px 0 16px;
  display: none;
}
section.market-share .c-chart__detail-view-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  background-color: var(--active-brand-color);
  transition: 0.2s ease;
}
@media (min-width: 1272px) {
  section.market-share .no-touchevents .c-chart__detail-view-btn:hover:before {
    right: 0;
  }
}
@media (min-width: 1272px) {
  section.market-share .no-touchevents .c-chart__detail-view-btn:hover {
    color: #fff;
  }
}
@media (min-width: 1272px) {
  section.market-share .c-chart__detail-view-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 100% !important;
    border: 2px solid var(--active-brand-color);
    color: var(--active-brand-color);
    font-size: 20px;
    line-height: 28px;
    outline: none;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    z-index: 20;
    padding: 0;
  }
}
section.market-share .c-chart__detail-view-btn-mobile {
  display: block;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__detail-view-btn-mobile {
    display: none;
  }
}
@media (min-width: 1272px) {
  section.market-share .c-chart__detail-view-btn-text {
    position: absolute;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    line-height: 0;
    text-align: center;
    left: 50%;
    margin-left: -2px;
    transform: translateX(-50%) rotate(90deg);
    white-space: nowrap;
  }
}
section.market-share .c-chart__view-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
section.market-share .c-chart__detail-view-btn:focus-visible {
  outline-color: #005fcc;
  outline-offset: 1px;
  outline-style: auto;
  outline-width: 1px;
}
section.market-share .c-chart__view-slider:before {
  content: "";
  background-color: #282761;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  position: absolute;
  z-index: 10;
}
section.market-share .c-chart__view-slider.c-chart__view-slider-load-data:before {
  opacity: 0.5;
  visibility: visible;
}
section.market-share .c-chart__view-slide {
  position: relative;
  transition: 0.2s ease;
  backface-visibility: hidden;
}
section.market-share .c-chart__view-slide:after,
section.market-share .c-chart__view-slide:before {
  content: " ";
  display: table;
}
section.market-share .c-chart__view-slide:after {
  clear: both;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__view-slide {
    min-height: 200px;
    animation-duration: 1s;
    animation-fill-mode: both;
    width: 200%;
  }
}
@media (min-width: 1272px) {
  section.market-share .ie-11 .c-chart__view-slide {
    animation-duration: 0s;
  }
}
@media (min-width: 991px) {
  section.market-share .c-chart__view-slide-move {
    position: relative;
  }
}
section.market-share .c-chart__full-view {
  display: none;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}
@media (max-width: 1271px) {
  section.market-share .c-chart__full-view {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1272px) {
  section.market-share .c-chart__full-view {
    width: 50%;
    position: relative;
    display: block;
    float: left;
    transition: 0.9s ease;
    background-color: #fff;
    z-index: 10;
    padding-left: 80px;
  }
}
section.market-share .c-chart__full-view .c-chart__table {
  visibility: hidden;
}
@media (max-width: 1271px) {
  section.market-share .c-chart__full-view .c-chart__table {
    visibility: visible;
    width: 100%;
  }
  section.market-share .c-chart__full-view .c-chart__table .c-chart__table-cell-head {
    display: table-cell;
  }
}
section.market-share .c-chart__view-slide-move .c-chart__full-view .c-chart__table {
  visibility: visible;
}
@media (min-width: 1272px) {
  section.market-share .c-chart__table-row:before {
    background-color: #d8d8d8 !important;
  }
}
@media (max-width: 1271px) {
  section.market-share .c-chart__table-row:first-child.hovered .c-chart__table-cell,
  section.market-share .c-chart__table-row:first-child:hover .c-chart__table-cell {
    background-color: #fff;
    color: #a5a5a6;
  }
}
@media (max-width: 1271px) {
  section.market-share.light .c-chart__table-row.hovered .c-chart__table-cell,
  section.market-share.light .c-chart__table-row:hover .c-chart__table-cell {
    background-color: #d8d8d8 !important;
    color: #fff;
  }
}
section.market-share .no-flexbox .c-chart__table-row.hovered .c-chart__table-cell,
section.market-share .no-flexbox .c-chart__table-row:hover .c-chart__table-cell {
  background-color: var(--active-brand-color) !important;
}
section.market-share {
  /* Industry summary table styles */
}
section.market-share .summary-table-highlighted-0 {
  background-color: #d8d8d8;
  color: white;
}
section.market-share .summary-table-highlighted-1 {
  background-color: #d8d8d8;
  color: #fff !important;
}
section.market-share .summary-table-highlighted-2 {
  background-color: #d8d8d8;
  color: #fff !important;
}
section.market-share .summary-table-highlighted-3 {
  background-color: var(--active-brand-color);
  color: #fff !important;
}
section.market-share .summary-table-highlighted-3 .c-chart__table-text {
  color: #fff;
  font-size: 14px;
  font-family: "Lato-Bold-Webfont";
}
section.market-share .summary-table-highlighted-4 {
  background-color: #d8d8d8;
  color: #fff !important;
}
section.market-share .c-chart__view-slider .footnote-wrapper {
  float: right;
}
section.market-share .c-chart__view-slider .footnote-wrapper .footnote-date {
  text-align: right;
  font-size: 14px;
  font-style: italic;
  padding-top: 20px;
}
section.market-share .c-chart__view-slider .footnote-wrapper .footnote-text {
  text-align: right;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 15px;
  padding-top: 10px;
  max-width: 501px;
  display: none;
}
section.market-share .c-chart__view-slider .footnote-wrapper .footnote-text.show {
  display: block;
}
@keyframes a {
  0%, 40%, 60%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translateZ(0);
    left: -50%;
  }
  40% {
    transform: translate3d(15px, 0, 0);
    left: 0;
  }
  60% {
    transform: translateZ(0);
    left: 0;
  }
  to {
    transform: none;
    left: 0;
  }
}
section.market-share .bounceInRight {
  animation-name: a;
}
@keyframes b {
  0% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
    left: 0;
  }
  40% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-15px, 0, 0);
    left: -50%;
  }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
    left: -50%;
  }
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
    left: -50%;
  }
}
section.market-share .bounceInLeft {
  animation-name: b;
}

/* Sapphire Chart: CSS Updates */
@media (min-width: 576px) {
  .container.c-chart {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .container.c-chart {
    max-width: 840px;
  }
}
@media (min-width: 992px) {
  .container.c-chart {
    max-width: 1080px;
  }
}
@media (min-width: 1200px) {
  .container.c-chart {
    max-width: 1260px;
  }
}
@media (min-width: 1272px) {
  section.market-share .c-chart__table-preview {
    margin-bottom: 0;
    padding-right: 90px;
    width: 100%;
    max-width: 673px;
    float: right;
  }
}
@media (min-width: 1272px) {
  section.market-share .c-chart__information {
    width: 745px;
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 1400px) {
  .container.c-chart {
    max-width: 1440px;
  }
}
section.market-share .highcharts-point-inactive {
  opacity: 1;
  transition: opacity 50ms; /* quick in */
}
section.market-share .highcharts-series-inactive {
  opacity: 1;
  transition: opacity 50ms; /* quick in */
}
section.market-share .c-chart__pie-miax-chart {
  overflow: hidden;
}
section.market-share .c-chart__pie-miax-chart .highcharts-container {
  position: relative;
  overflow: hidden;
  text-align: left;
  line-height: normal;
  z-index: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
  outline: none;
  padding: 0;
}
section.market-share .c-chart__pie-miax-chart .highcharts-root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1rem;
}
section.market-share .c-chart__pie-miax-chart .highcharts-background {
  fill: transparent;
}
section.market-share .c-chart__pie-miax-chart .highcharts-plot-background {
  fill: none;
}
section.market-share .c-chart__pie-miax-chart .highcharts-plot-border {
  stroke: #cccccc;
  stroke-width: 0;
}
section.market-share .c-chart__pie-miax-chart .highcharts-series.highcharts-pie-series,
section.market-share .c-chart__pie-miax-chart .highcharts-data-labels {
  cursor: pointer;
}
section.market-share .c-chart__pie-miax-chart .highcharts-data-labels text,
section.market-share .c-chart__pie-miax-chart .highcharts-label.highcharts-data-label text {
  font-size: 16px;
  font-weight: bold;
  fill: #fff;
}
section.market-share .c-chart__pie-miax-chart .highcharts-title {
  font-size: 1.2em;
}
section.market-share .c-chart__pie-miax-chart .highcharts-subtitle,
section.market-share .c-chart__pie-miax-chart .highcharts-caption {
  font-size: 0.8em;
  fill: #666666;
}
section.market-share .c-chart__pie-miax-chart .highcharts-legend.highcharts-no-tooltip {
  visibility: hidden;
}
section.market-share .c-chart__pie-miax-chart .highcharts-label.highcharts-tooltip .highcharts-label-box,
section.market-share .c-chart__pie-miax-chart .highcharts-tooltip-box {
  fill: #ffffff;
  stroke: #353535;
  stroke-width: 0;
}
section.market-share .c-chart__pie-miax-chart .highcharts-label.highcharts-tooltip text {
  font-size: 0.8em;
  fill: #333333;
}
section.market-share .c-chart__pie-miax-chart .highcharts-series-group {
  transform-origin: center center;
}

section.market-share .c-chart__pie-miax-chart .highcharts-series {
  color: inherit;
  stroke: currentColor;
}
section.market-share .c-chart__pie-miax-chart .highcharts-series .highcharts-point,
section.market-share .c-chart__pie-miax-chart .highcharts-series path,
section.market-share .c-chart__pie-miax-chart .highcharts-series rect,
section.market-share .c-chart__pie-miax-chart .highcharts-series circle {
  fill: currentColor;
  stroke: currentColor;
}
section.market-share .c-chart__pie-miax-chart .highcharts-axis-labels text {
  fill: #757575;
  color: #757575;
}
section.market-share .c-chart__pie-miax-chart .highchart.highcharts-color-0,
section.market-share .c-chart__pie-miax-chart .highcharts-color-0 {
  color: #2B2B2B;
  fill: #2B2B2B;
  stroke: #2B2B2B;
}
section.market-share .c-chart__pie-miax-chart .highcharts-color-1 {
  color: #353535;
  fill: #353535;
  stroke: #353535;
}
section.market-share .c-chart__pie-miax-chart .highcharts-color-2 {
  color: #404040;
  fill: #404040;
  stroke: #404040;
}
section.market-share .c-chart__pie-miax-chart .highcharts-color-3 {
  color: #4F4F4F;
  fill: #404040;
  stroke: #404040;
}
section.market-share .c-chart__pie-miax-chart .highcharts-color-4 {
  color: #5E5E5E;
  fill: #5E5E5E;
  stroke: #5E5E5E;
}
section.market-share .c-chart__pie-miax-chart .highcharts-color-5 {
  color: #6B6B6B;
  fill: #6B6B6B;
  stroke: #6B6B6B;
}
section.market-share .c-chart__pie-miax-chart .highcharts-color-6 {
  color: #757575;
  fill: #757575;
  stroke: #757575;
}
section.market-share .c-chart__pie-miax-chart .highcharts-color-7 {
  color: #888888;
  fill: #888888;
  stroke: #888888;
}
section.market-share .miax-brand--equities.miax-branded .highcharts-color-0 {
  color: var(--miax-brand-color-equities);
  fill: var(--miax-brand-color-equities);
  stroke: var(--miax-brand-color-equities);
}
section.market-share .miax-brand--options.miax-branded .highcharts-color-0 {
  color: var(--miax-brand-color-options);
  fill: var(--miax-brand-color-options);
  stroke: var(--miax-brand-color-options);
}

section.market-share .highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 1;
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover, .highcharts-point-select),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 1;
}