.TableSticky {
  position: relative;
  width: 100%
}

.TableSticky * {
  box-sizing: border-box
}

.TableSticky__display {
  overflow-x: auto;
  overflow-y: hidden
}

.TableSticky__table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%
}

.TableSticky__sticky-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
  margin-bottom: 200px;
  margin-top: -200px
}

.TableSticky__sticky-wrap--first-column-header {
  z-index: 4
}

.TableSticky__sticky-wrap--controls {
  margin-top: -52vh;
  margin-bottom: 52vh
}

.TableSticky__header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden
}

.TableSticky__table--first-column,
.TableSticky__table--first-column-header {
  position: absolute;
  top: 0;
  left: 0;
  width: auto
}

.TableSticky__table--first-column {
  z-index: 3
}

.TableSticky__table--header {
  will-change: transform
}

.TableSticky__hidden-visually {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}

.TableSticky__caption {
  caption-side: bottom;
  margin-bottom: -1px;
  height: 1px;
  overflow: hidden
}

.TableSticky--can-scroll-right:not(.TableSticky--can-scroll-left) .TableSticky__table--first-column,
.TableSticky--can-scroll-right:not(.TableSticky--can-scroll-left) .TableSticky__table--first-column-header {
  visibility: hidden
}

.TableSticky__controls {
  position: absolute;
  top: 50vh;
  right: 20px
}

.TableSticky__controls-inner {
  display: flex
}

.TableSticky__control {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}

.TableList--horizontal {
  position: relative
}

.TableList__rows--horizontal {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
  padding: 1rem
}

.TableList__rows--horizontal:after {
  content: " ";
  display: block;
  width: 1rem;
  height: 100%;
  flex: 0 0 1rem
}

.TableList__row--horizontal {
  flex: 0 0 260px;
  max-width: 90vw;
  scroll-snap-align: start;
  margin-right: 1rem;
  padding: .5rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}

.TableList__controls {
  text-align: right;
  padding-right: 1rem;
  padding-left: 1rem
}

.app-table-list p {
  line-height: inherit
}

.TableList__control-button,
.TableSticky__control {
  transition: opacity .3s;
  width: 30px;
  height: 30px;
  background-color: #006faf;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-left: .25em
}

.TableList__control-button:before,
.TableSticky__control:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50%
}

.TableList__control-button[disabled],
.TableSticky__control[disabled] {
  background-color: #6490af
}

.TableList__control-button--left:before,
.TableSticky__control--left:before {
  margin-left: -1px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTUuNiAxMGEuOS45IDAgMDAuMy42bDYuNCA2LjRjLjIuMi4zLjIuNi4ycy40IDAgLjUtLjJsLjgtLjdhMS40IDEuNCAwIDAwLjItLjYgMS40IDEuNCAwIDAwLS4yLS42TDkgMTBsNS4yLTUuMWExLjQgMS40IDAgMDAuMi0uNiAxLjQgMS40IDAgMDAtLjItLjZsLS44LS43Yy0uMS0uMi0uMy0uMi0uNS0uMnMtLjQgMC0uNi4yTDUuOSA5LjRhLjkuOSAwIDAwLS4zLjYiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.TableList__control-button--right:before,
.TableSticky__control--right:before {
  margin-left: 1px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTE0LjQgMTBhLjkuOSAwIDAwLS4zLS42TDcuNyAzYy0uMi0uMi0uMy0uMi0uNi0uMnMtLjQgMC0uNS4ybC0uOC43YTEuNCAxLjQgMCAwMC0uMi42IDEuNCAxLjQgMCAwMC4yLjZMMTEgMTBsLTUuMiA1LjFhMS40IDEuNCAwIDAwLS4yLjYgMS40IDEuNCAwIDAwLjIuNmwuOC43Yy4xLjIuMy4yLjUuMnMuNCAwIC42LS4ybDYuNC02LjRhLjkuOSAwIDAwLjMtLjYiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.vts-tabs__tablist {
  padding: .75rem 1rem;
  display: flex
}

.vts-tabs__tab {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 2px 20px;
  text-align: center;
  margin-right: .25em;
  background-color: #8ba6ca;
  color: #fff
}

.vts-tabs__tab img {
  display: block
}

.vts-tabs__tab[aria-selected=true] {
  background-color: #1b487e
}

.vts-tabs__tab:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}

.vts-tabs__tab:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px
}

.TableSticky thead th:not([data-child-columns]) {
  text-align: left
}

.TableSticky thead th[data-child-columns],
.TableSticky thead tr:not(:first-child) th {
  text-align: center
}

.TableSticky .hidden-visually,
.TableSticky .hide-v {
  position: fixed
}

.TableSticky__firstColumn-title {
  font-size: larger
}

.TableSticky__table--first-column-header {
  border-bottom: none
}

.TableSticky--overflown-x.TableSticky--can-scroll-right:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .3))
}

.TableSticky--overflown-x.TableSticky--can-scroll-left .TableSticky__table--first-column:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  bottom: 0;
  left: 100%;
  width: 20px;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .3), transparent)
}

.TableSticky .hide-v {
  bottom: 0;
  left: 0
}

.TableList__column-value,
.TableList__column-value .tooltip {
  text-align: right
}

.TableList--cards .TableList__controls {
  position: absolute;
  top: -30px;
  right: 1rem
}

@media(max-width:600px) {
  .TableList--cards .TableList__controls {
    display: none
  }
}

.TableList--cards .TableList__row {
  padding: 1.5rem 1rem
}

.TableList--cards .TableList__column {
  font-size: .8666666667rem;
  border-top: 1px solid #e6e6e6;
  margin-top: -1px
}

.TableList--cards .TableList__column .TableList__column {
  padding-top: .2em;
  padding-bottom: .2em
}

.TableList--cards .TableList__column .TableList__column .TableList__column-info {
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-top: 0
}

.TableList--cards .TableList__column-info,
.TableList--cards .timeline-no-change__title {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.TableList--cards .TableList__column-info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.TableList--cards .TableList__column-title {
  padding-top: .2em;
  padding-bottom: .2em;
  display: block
}

.TableList--cards .TableList__column-value {
  padding-top: .2em;
  padding-bottom: .2em;
  margin-left: 1em
}

.TableList--cards .TableList__firstColumn {
  margin: 0;
  color: #112e51;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.14rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1rem
}

.TableList--cards .TableList__firstColumn>div {
  display: inline
}

.TableList--cards .TableList__firstColumn .tooltip {
  display: inline-block;
  font-weight: 400;
  margin: 0 0 0 1rem
}

.TableList--cards .TableList__columns .TableList__columns .TableList__column-info {
  padding-left: 4%
}

.TableList--cards .TableList__columns .TableList__columns .TableList__columns .TableList__column-info {
  padding-left: 8%
}

.TableList--cards .TableList__column--firstColumn {
  padding-top: 0;
  margin-top: 0;
  font-size: 1rem
}

.TableList--cards .TableList__column--firstColumn .TableList__column-info {
  padding-top: 0;
  margin-top: 0
}

.TableList--cards .timeline-no-change__title,
.TableList--cards [data-depth="1"]>.TableList__column:first-child {
  border-bottom: 1px solid #e6e6e6;
  border-bottom-width: 3px;
  border-top-color: transparent
}

.TableList--accordions {
  max-width: 50rem;
  margin: 1rem auto
}

.TableList--accordions .TableList__rows-container {
  padding-left: 1rem;
  padding-right: 1rem
}

.TableList--accordions .CollapsibleRegion {
  margin-bottom: .5rem
}

.TableList--accordions .CollapsibleRegion__toggle,
.TableList--accordions .TableList__rows-control--expand-all {
  background-color: #006faf;
  color: #fff;
  padding: .6em 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  border-radius: 6px;
  position: relative;
  z-index: 2
}

.TableList--accordions .CollapsibleRegion__toggle {
  background-color: #fff;
  color: #005f96;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: larger
}

.TableList--accordions .TableList__rows-header {
  margin-bottom: .75em;
  display: flex;
  align-items: flex-end
}

.TableList--accordions .TableList__rows-title {
  font-size: larger;
  font-weight: 700;
  margin-right: 1em;
  margin-bottom: 0
}

.TableList--accordions .TableList__rows-controls {
  margin-left: auto
}

.TableList--accordions .CollapsibleRegion__toggle-heading {
  margin: 0;
  padding: 0
}

.TableList--accordions .CollapsibleRegion__content-inner {
  padding: 2rem;
  margin: 0 6px;
  background-color: #fafafa;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px
}

.TableList--accordions [data-depth="1"]>.TableList__column:last-child:not(:first-child) .TableList__column-info {
  border-bottom: none
}

.TableList--accordions .TableList__column-value {
  margin-left: 1em
}

.TableList--accordions .TableList__column-value .usa-button:last-child {
  margin-right: 0
}

.TableList--accordions .TableList__column-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding-top: .25em;
  padding-bottom: .25em
}

.TableList--accordions .TableList__column-title,
.TableList--accordions .TableList__column-value {
  max-width: 45%
}

.TableList--accordions .TableList__columns .TableList__columns .TableList__column-title {
  font-weight: 400
}

.TableList--accordions .TableList__columns .TableList__columns .TableList__column-info {
  padding-left: 4%
}

.TableList--accordions .TableList__columns .TableList__columns .TableList__columns .TableList__column-info {
  padding-left: 8%
}

.TableList__accordion-date,
.TableList__accordion-label {
  margin: .5rem;
  flex-basis: 50%
}

.TableList__accordion-date {
  flex-grow: 1;
  text-align: right;
  color: #2d2b29
}

.TableList__accordion-icon {
  font-size: 1.4666666667rem;
  margin-right: .5em
}

.TableList__accordion-icon--open {
  color: #5b616b
}

.hide-v,
.visually-hidden {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0
}

.color-positive {
  color: #2e8540
}

.color-negative {
  color: #981b1e
}

.color-blue {
  color: #005586
}

.nowrap {
  white-space: nowrap
}
