:root {
  --blue: #262a42;
  --beige: #e8e3d9;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  background-color: #e8e3d9;
  font-family: AP, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
}

.content-section {
  margin-top: -50px;
  margin-bottom: 150px;
}

.tab-text {
  font-family: Condensed, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.tabs-menu {
  border-bottom: 2px solid var(--blue);
  text-align: left;
  justify-content: space-between;
  margin-bottom: 3px;
  display: flex;
}

.tab-wrapper {
  justify-content: center;
}

.line {
  background-color: #fff;
  width: 38px;
  height: 2px;
  margin-bottom: 7px;
}

.line.red {
  background-color: #ee312f;
}

.line.red.selected {
  background-color: #fff;
}

.line.blue {
  background-color: #4287c7;
}

.line.purple {
  background-color: #8a62aa;
}

.line.green {
  background-color: #1fb24b;
}

.line.orange {
  background-color: orange;
}

.tab-link {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link:focus-visible {
  border: 2px solid var(--beige);
}

.tab-link[data-wf-focus-visible] {
  border: 2px solid var(--beige);
}

.tab-link.w--current {
  color: #fff;
  background-color: #dc1f26;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link.w--current:focus-visible {
  border: 2px solid var(--beige);
}

.tab-link.w--current[data-wf-focus-visible] {
  border: 2px solid var(--beige);
}

.tab-link.extra-pad {
  padding-left: 20px;
  padding-right: 20px;
}

.tab-pane {
  background-color: #fff;
}

.div-block {
  padding-left: 30px;
  padding-right: 30px;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #151623;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 150px;
  display: flex;
}

.hero-wrapper {
  max-width: 1200px;
}

.heading {
  color: var(--beige);
  text-align: center;
  text-transform: uppercase;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 1;
}

.heading-2 {
  color: var(--beige);
  text-align: center;
  letter-spacing: .5rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

.intro-wrapper {
  text-align: center;
  max-width: 65%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: #262a42;
  text-align: center;
}

.tab-content-wrapper {
  padding-top: 60px;
  padding-bottom: 0;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.tab-heading {
  border-bottom: 3px solid var(--blue);
  text-transform: uppercase;
  white-space: normal;
  font-size: 2.27rem;
  font-weight: 700;
  display: inline-block;
}

.tab-heading.mobile {
  display: none;
}

.tabs {
  justify-content: space-between;
  margin-top: 40px;
  display: block;
}

.tabs-menu-2 {
  justify-content: space-between;
  display: flex;
}

.tabs-menu-2._60px-padding {
  padding-left: 60px;
  padding-right: 60px;
}

.category-tab-text {
  text-align: center;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .8em;
  line-height: 1.5;
}

.tab-link-tab-1 {
  padding-left: 15px;
}

.tab-link-tab-1.w--current {
  padding-right: 15px;
}

.tab-link-tab-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.category-tab {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.category-tab:focus-visible {
  border: 2px solid var(--blue);
}

.category-tab[data-wf-focus-visible] {
  border: 2px solid var(--blue);
}

.category-tab.w--current {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-tab.w--current:focus-visible {
  border: 2px solid var(--blue);
}

.category-tab.w--current[data-wf-focus-visible] {
  border: 2px solid var(--blue);
}

.category-tab.not-active {
  opacity: .38;
}

.tab-section-title {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 1.3em;
  font-weight: 700;
}

.text-background {
  background-color: #000;
  padding-left: 5px;
  padding-right: 5px;
}

.inner-tab-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.inner-tab-wrapper._60px-padding {
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.inner-tab-wrapper._60px-padding.blue {
  background-color: var(--blue);
  padding-top: 40px;
}

.info-text {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
}

.info-text.beige {
  color: var(--beige);
  margin-top: 20px;
}

.info-text.beige.document {
  max-width: 100%;
  margin-top: 0;
}

.info-text.end {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.info-text.end.beige {
  margin-top: 20px;
}

.info-text.document {
  max-width: none;
  margin-top: 0;
}

.subheading {
  color: #262a42;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}

.subheading.background {
  background-color: var(--beige);
  padding: 3px 5px;
  font-size: 1.6rem;
  display: inline-block;
}

.subheading.beige {
  color: var(--beige);
  font-size: 2rem;
}

.subheading.beige.end {
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.navbar {
  background-color: #000;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-block {
  z-index: 1;
}

.footer-dark {
  background-color: #000;
  width: 100%;
  position: relative;
}

.footer-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-links {
  grid-column-gap: 30px;
  color: #fff;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-text {
  color: #fff;
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1.5;
  text-decoration: none;
}

.footer-text:hover {
  color: #ffffff80;
}

.footer-text:active {
  color: #fff;
}

.credits {
  background-color: #000;
}

.credits-wrapper {
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.link-block {
  text-decoration: none;
}

.show-credits, .hide-credits {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
}

.credits-text {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  padding-top: 40px;
  padding-bottom: 0;
  display: grid;
}

.credit-title {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.8;
}

.credit-name {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.text-span {
  background-color: #000;
  padding-left: 5px;
  padding-right: 5px;
}

.icon {
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.icon-text-wrapper {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  display: flex;
}

.heading-copy {
  color: #262a42;
  text-align: center;
  text-transform: uppercase;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 1;
}

.hero-section-copy {
  margin-top: 150px;
  margin-bottom: 150px;
}

.body {
  background-color: var(--beige);
}

.image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.byline-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
  width: 40%;
  display: grid;
}

.text-element {
  border-top: 6px solid #dd9e50;
  border-left: 6px solid #dd9e50;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 20px;
}

.byline {
  font-family: AP, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.publish-text {
  font-family: AP, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1.25fr));
  width: 50%;
}

.div-block-2 {
  border-top: 20px solid red;
}

.div-block-3 {
  width: auto;
}

.tab-heading-wrapper {
  border-style: solid none none;
  border-width: 3px 1px 1px;
  border-color: var(--blue) black black;
  max-width: 50%;
}

.line-separator {
  background-color: var(--blue);
  width: 100%;
  height: 2.5px;
  margin-top: 10px;
}

.charge-case-wrapper {
  background-color: red;
}

.charge-case-wrapper.blue-color-adjuster {
  background-color: var(--blue);
  margin-left: -60px;
  margin-right: -60px;
  padding: 40px 60px;
}

.heading-container._60px-padding {
  padding-left: 60px;
  padding-right: 60px;
}

.lawyers-watch-wrapper {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lawyers-watch-wrapper.blue-color-adjuster {
  background-color: var(--blue);
  margin-left: -60px;
  margin-right: -60px;
  padding: 40px 60px;
}

.story-link {
  color: #c94835;
  text-decoration: none;
}

.images {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-wrapper {
  margin-bottom: 0;
}

.image-wrapper.end {
  padding-bottom: 40px;
}

.image-caption {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .6em;
}

.image-caption.white {
  color: #fff;
}

.image-caption.white.end {
  margin-bottom: 40px;
}

.dual-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trial-date {
  font-size: .56em;
}

.navigation-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  margin: 20px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.back-button {
  text-decoration: none;
  display: block;
}

.previous-story-button {
  color: #fff;
  text-align: left;
  font-size: 1.1em;
  font-weight: 700;
}

.previous-story-button:hover {
  color: #f6debd;
}

.home-button {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.home-story-button {
  color: #000;
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
}

.next-button {
  text-decoration: none;
}

.next-story-button {
  color: #fff;
  text-align: right;
  font-size: 1.1em;
  font-weight: 700;
}

.next-story-button:hover {
  color: #f6debd;
}

.story-by {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.story-by-copy {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
}

.figure_sub {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: underline;
}

.figure_sub.beige {
  color: var(--beige);
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.figure_sub.beige.no-margin {
  margin-bottom: 0;
}

.figure_sub.end {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.document {
  max-width: 125px;
  display: block;
}

.document_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.document_text_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
}

.figure_sub_document {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: underline;
}

.figure_sub_document.beige {
  color: var(--beige);
  font-size: 1.4rem;
}

.figure_sub_document.end {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.link-block-2 {
  box-shadow: 0 2px 8px 4px #0003;
}

.leaderboard-container {
  background-color: #333;
  height: 270px;
}

.documents-section {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.documents-section.blue-color-adjuster {
  background-color: var(--blue);
  margin-left: -60px;
  margin-right: -60px;
  padding: 40px 60px;
}

.thumbnail-photo {
  width: 150px;
  max-width: 150px;
  display: block;
}

.figure_container {
  float: left;
}

.document_image {
  width: 125px;
  max-width: 125px;
  display: block;
}

.key-figures-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.key-figures-wrapper.spacer {
  margin-bottom: 20px;
}

.bold, .text-span-2 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .content-section {
    margin-top: -48px;
  }

  .tab-text {
    font-size: .9em;
    line-height: 1.2;
  }

  .tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-section {
    padding-top: 50px;
  }

  .title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 4rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .tab-content-wrapper {
    padding: 40px;
  }

  .category-tab-text {
    font-size: .65em;
  }

  .logo {
    max-width: 75%;
  }

  .footer-wrapper {
    max-width: 728px;
  }

  .footer-links {
    justify-content: center;
  }

  .icon {
    max-width: 40%;
  }

  .icon-text-wrapper {
    width: 105px;
  }

  .heading-copy {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    margin-top: 0;
  }

  .tabs-menu {
    border-bottom-width: 4px;
    margin-bottom: 0;
  }

  .heading {
    font-size: 3rem;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .paragraph {
    font-size: .9em;
  }

  .tab-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-heading {
    font-size: 2rem;
  }

  .category-tab-text {
    font-size: .55em;
  }

  .tab-section-title {
    font-size: 1.1em;
  }

  .info-text {
    font-size: .9em;
  }

  .subheading {
    font-size: 1em;
  }

  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .credits-text {
    align-items: center;
  }

  .icon {
    max-width: 30%;
  }

  .icon-text-wrapper {
    width: 85px;
  }

  .heading-copy {
    font-size: 3rem;
  }

  .navigation-wrapper {
    margin-bottom: 10px;
  }

  .figure_sub, .figure_sub_document {
    font-size: .9em;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-menu {
    display: block;
  }

  .tab-link, .tab-link.extra-pad {
    padding-left: 35px;
    padding-right: 35px;
  }

  .tab-link.extra-pad.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    padding-top: 25px;
  }

  .heading {
    font-size: 2rem;
  }

  .heading-2 {
    letter-spacing: .4rem;
    margin-top: 5px;
    font-size: .75rem;
  }

  .tab-heading {
    font-size: 1.8rem;
    display: none;
  }

  .tab-heading.no-border {
    border-bottom-style: none;
  }

  .tab-heading.no-border.mobile {
    display: inline-block;
  }

  .tab-heading.mobile {
    font-size: 1.6rem;
    line-height: 1.25;
    display: inline-block;
  }

  .tab-heading.mobile.no-border {
    border-bottom-style: none;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-menu-2._60px-padding._15px-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .category-tab-text {
    font-size: .6em;
  }

  .inner-tab-wrapper._60px-padding._15px-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-text.end {
    font-size: .85em;
  }

  .subheading.background {
    font-size: 1em;
  }

  .logo {
    max-width: 75%;
  }

  .footer-dark {
    border-bottom-style: none;
  }

  .footer-wrapper {
    max-width: none;
  }

  .footer-text {
    text-align: center;
    font-size: .7em;
  }

  .show-credits, .hide-credits {
    font-size: .7em;
  }

  .credits-text {
    grid-row-gap: 30px;
    align-content: stretch;
    place-items: start center;
    padding-top: 25px;
  }

  .credits-group {
    margin-left: -5px;
    margin-right: -5px;
  }

  .credit-title {
    font-size: .8em;
    line-height: 1.5;
  }

  .credit-name {
    padding-right: 0;
    font-size: .75em;
  }

  .icon-text-wrapper {
    width: 100%;
  }

  .heading-copy {
    font-size: 2rem;
  }

  .image {
    object-fit: fill;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-container._60px-padding._15px-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-wrapper {
    justify-content: center;
    justify-items: center;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .back-button {
    display: block;
  }

  .previous-story-button, .home-story-button {
    font-size: .9em;
  }

  .next-button {
    text-align: right;
  }

  .next-story-button {
    font-size: .9em;
  }

  .figure_sub.beige {
    font-size: 1.3rem;
  }

  .figure_sub.beige.no-margin {
    margin-bottom: 30px;
  }

  .figure_sub.end {
    font-size: .85em;
  }

  .document_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .document_text_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .figure_sub_document.end {
    font-size: .85em;
  }

  .key-figures-wrapper {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Ap Var';
  src: url('../fonts/ap_var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AP';
  src: url('../fonts/APBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condensed';
  src: url('../fonts/APSemiCondensedMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AP';
  src: url('../fonts/APRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condensed';
  src: url('../fonts/APCondensedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AP';
  src: url('../fonts/APMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}