section.bg-black .slick-arrow.slick-disabled svg {
  opacity: 0.5;
}

.page-node-type-tab-table .tab-tables-title,
.page-node-type-tab-table .tab-tables-subtitle,
.page-node-type-tab-table .tab-table {
  width: 80%;
  margin: auto;
}

.page-node-type-tab-table .tab-tables-background {
  padding-top: 200px;
  margin: auto;
}

.page-node-type-story-item #main-content .tab-tables-title h2,
#main-content .tab-tables-title h2 {
  color: #1d1d1d !important;
}

.tab-tables-title {
  padding-top: 50px;
}

.tab-tables-title,
.tab-tables-subtitle {
  text-align: center;
}

.field--name-field-tab-table-content .field__label {
  display: none;
}

.tab-tables-background {
  background-color: var(--grey-extra-light);
  width: calc(100vw - 9px);
  margin-left: calc(50% - 50vw);
}

.current.tab-item {
  border-bottom: 5px solid;
}

.two-columns .tab-tables-background {
  width: 100% !important;
  margin: 0;
}

.tab-table-content {
  padding: 0 1.5625rem;
}

.two-columns .tab-table {
  width: 100%;
}

.tab-table {
  margin: auto;
  width: 930px;
}

.tab-table-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.tab-table .slick-slide.tab-item {
  box-sizing: border-box;
  height: 84px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.tab-item span {
  font-family: var(--text-font);
  color: var(--grey);
  font-size: 20px;
  text-align: center;
  padding: 0 10px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 27px;
  max-height: 129px;
  display: block;
  height: auto;
}

.tab-item-content {
  display: none;
}

.tab-item-content.current {
  display: block;
}

/* slick */
.tab-table .slick-list {
  margin: 0 90px;
}

.tab-table.no-arrows .slick-list {
  margin: 0 0;
}

.tab-table .slick-arrow {
  position: absolute;
  border: 0;
  background: none;
  top: 16px;
}

.tab-table .next.slick-arrow {
  right: 0;
}

.tab-table .slick-arrow.disabled svg path {
  fill: #e6e6e6;
}

.tab-table .slick-arrow.disabled svg g,
.tab-table .slick-arrow.disabled circle {
  stroke: #e6e6e6;
}

.tab-table .brightcove_player_wrapper {
  width: 880px;
}

.two-columns .tab-table .brightcove_player_wrapper {
  width: 662px;
}

.node-body
  .tab-tables-background
  :not(.table-scroll)
  > table:not(#recaptcha_table) {
  width: 100% !important;
}

@media all and (max-width: 1119px) {
  .tab-table .slick-list {
    margin: 0 50px;
  }

  .tab-tables-background,
  .tab-table {
    width: 100vw;
  }

  .tab-table .slick-arrow {
    transform: scale(0.7);
  }

  .tab-table .next.slick-arrow {
    padding-left: 0;
    padding-right: 0;
    right: -5px;
  }

  .tab-table .prev.slick-arrow {
    padding-left: 0;
    padding-right: 0;
    left: -5px;
  }

  .two-columns .tab-table .brightcove_player_wrapper,
  .tab-table .brightcove_player_wrapper {
    width: 708px;
  }
}

@media all and (max-width: 767px) {
  .tab-tables-background {
    width: 100vw;
  }

  .tab-table {
    width: 320px;
    padding: 0.5rem;
    box-sizing: border-box;
  }

  .tab-item span {
    font-size: 18px;
    line-height: 24px;
  }

  .tab-table .brightcove_player_wrapper .video-js {
    max-width: 100%;
    max-height: 145px;
  }

  .two-columns .tab-table .brightcove_player_wrapper,
  .tab-table .brightcove_player_wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .tab-table .lower.next.slick-arrow,
  .tab-table .lower.prev.slick-arrow {
    top: 100%;
  }

  .tab-table .lower.next.slick-arrow {
    right: 100px;
    transform: rotate(180deg);
  }

  .tab-table .lower.prev.slick-arrow {
    left: 100px;
    transform: rotate(0deg);
  }

  #main-content .tab-table h4 {
    padding: 0 0 2rem;
  }
}

.tab-table .slick-list.draggable {
  max-width: 80vw;
}

@media all and (min-width: 1921px) {
  .tab-table {
    width: var(--grid-wide);
  }

  .tab-item span {
    font-size: var(--font-body-medium);
  }

  .two-columns .tab-table .brightcove_player_wrapper {
    width: 850px;
  }

  .tab-table .brightcove_player_wrapper {
    width: 1450px;
  }
}

@media all and (min-width: 3441px) {
  .tab-table {
    width: var(--grid-4k);
  }

  .tab-table .slick-slide.tab-item {
    height: 150px;
  }

  .tab-table .slick-arrow {
    top: 50px;
  }

  .two-columns .tab-table .brightcove_player_wrapper {
    width: 1275px;
  }

  .tab-table .brightcove_player_wrapper {
    width: 2175px;
  }
}
