@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Playfair+Display:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --title-text-color: #333;
  --background-color: white;
  --title-font: "Lora", serif;
  --sans-serif: "Lora", serif;
}

.dark-mode {
  --background-color: #0d0d0d;
  --title-text-color: #f4f4f4;
}


/* DARK MODE */

.dark-mode #longing-for-justice-article .caption-full-image {
  color: #aaa !important;
}

.dark-mode .share-header {
    color:white;
    background: var(--background-color) !important;;
}

.dark-mode #navbar-asset-header > div.title.hidden-xs {
 color:white !important;
}

.dark-mode #main-navigation.navbar-dynamic #navbar-asset-header .title {
    background: var(--background-color);
}

.dark-mode-toggle-wrapper {
  /* position: fixed; */
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: sans-serif;
  font-weight: bold;
  color: var(--title-text-color);
}

/* Toggle switch style */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 26px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #222;
}

input:checked + .slider:before {
  transform: translateX(24px);
}

/* Dark mode label color */
.dark-mode #darkModeLabel {
  color: white;
}

#dark-mode-icon {
  font-size: 18px;
}

.dark-mode #longing-for-justice-article .dark-mode-toggle {
  background: #222;
  color: white;
}

.dark-mode #longing-for-justice-article .audio-transcript-container {
  background: #0d0d0d !important;
  color: white !important;
}

.dark-mode #longing-for-justice-article .line.active {
  color: white;
}



.dark-mode body,
.dark-mode #longing-for-justice-article {
  background-color: var(--background-color);
  color: var(--title-text-color);
}

.dark-mode .legend-color {
  border: 1px solid white;
}

.dark-mode .dot {
  border: 1px solid white;
}

.dark-mode #longing-for-justice-article .quote-bar {
  background: white !important;
}

.dark-mode .home-scroll_text-item {
  background: #111 !important;
  border-color: white !important;
  color: white !important;
}

.dark-mode .scrolling-description {
  background: #222;
  color: white !important;
  border-color: white !important;
}

.dark-mode #longing-for-justice-article blockquote {
  color: white !important;
}

.dark-mode #longing-for-justice-article #popup {
  background: var(--background-color); 
  border: 1px solid white;
}


/* END OF DARK MODE */


/* div#site-navbar-container {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.4s ease, height 0.4s ease, visibility 0.4s ease;
}
div#site-navbar-container.show {
  opacity: 1;
  visibility: visible;
  height: auto;
} */


p.text-paragraph {
   font-family: var(--title-font);
}

.navbar-left {
   display:none; 
}

header#site-header {
    display: none;
}
#main-page-container {
width:100% !important;
padding-top:0px;
padding-left: 0px;
padding-right: 0px;
}

#main-nav-right-nav_menu {
    display: none;
}


.pre-hero-logo {
  position: fixed;

  top: 20px;
  left: 20px;
  width: 40px; 
  z-index: 1000;
  pointer-events: none; 
}

#longing-for-justice-article .home-scroll_img-item,
#longing-for-justice-article .home-scroll_text-item {
  will-change: opacity, transform;
}

#main-body-container .container, #main-body-container .container_fluid, .well-main {
  background-color: unset !important;  
}

#above-header {
    display:none !important;
}

#longing-for-justice-article .scroll-text {
  font-size: 18px;
  margin-bottom: 0px;
}

#longing-for-justice-article .scroll-indicator {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  animation: bounce 2s infinite;
  opacity: 0.8;
  font-family: sans-serif;
  transition: opacity 0.4s ease;
}

#longing-for-justice-article .arrow-icon {
  font-size: 1.6rem; /* increase this value */
  margin-top: 5px;
}

@keyframes bounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
}

#longing-for-justice-article .longing-for-justice-pre-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
  /*background: black; */
  background: #0d0d0d;
  color: white;
  font-family: "Poppins", sans-serif;
}

#longing-for-justice-article .container-pre-hero {
  width: 100%;
  position: relative;
}

#longing-for-justice-article .reveal-wrapper {
  display: flex;
  justify-content: center;
  /* text-align: center; */
  width: 100%;
  min-height: 100vh; /* ✅ ensure pinning space */
}

#longing-for-justice-article .reveal {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.5;
  display: inline-block;
}

#longing-for-justice-article .lfj-word {
  opacity: 0;
  display: inline-block;
  margin-right: 0.3em;
}

#longing-for-justice-article .hero {
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: var(--title-text-color);
  background-color: var(--background-color);
  padding-top:70px
}

/* .article_body {
  opacity: 0;
} */

#longing-for-justice-article .separation-border {
  /* border-top: 2px solid #333; */
  padding-top: 40px;
}

#longing-for-justice-article .hero_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 10;
}

#longing-for-justice-article .hero_title {

  font-family: var(--title-font);
  padding: 36px;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 1;
}

#longing-for-justice-article .hero_subhead {
  max-width: 750px;
  font-family: var(--title-font);
  /* padding-bottom: 50px; */
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}

#longing-for-justice-article .hero_subhead_two {
  padding-top: 40px;
  max-width: 750px;
  font-family: var(--title-font);
  /* padding-bottom: 50px; */
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}

#longing-for-justice-article .hero_title span {
  white-space: normal; /* Allows <br> and wrapping */
  display: block;
  display: inline-block;
  opacity: 0;
  transform: translateY(-100px);
  margin-right: 6px;
}

#longing-for-justice-article .hero_image_container {
  width: 100%;
  height: 70vh;
  text-align: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

#longing-for-justice-article .hero_image {
  width: 100%;
  clip-path: inset(0% 0% 0% 0%);
}

#longing-for-justice-article .hero_image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#longing-for-justice-article .hero_byline {
  width: 80%;
  padding-top: 40px;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}

#longing-for-justice-article .hero_published {
  width: 80%;

  font-size: 20px;
}

#longing-for-justice-article .hidden {
  opacity: 0;
  pointer-events: none;
}

#longing-for-justice-article .paragraph {
  width: 900px;
  max-width: 100%; /* Makes it responsive on smaller screens */
  margin: 0 auto 20px;
}

#longing-for-justice-article .break-title {
  text-align: center;
  padding-top: 60px;
}

#longing-for-justice-article .break-title::before {
  content: "";
  display: block;
  width: 50px; /* adjust as needed */
  height: 1px;
  background: #333; /* or any color */
  margin: 0 auto 50px auto; /* center and add space below */
}

#longing-for-justice-article .text-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

#longing-for-justice-article .inline-photo {
  float: right;
  width: 400px;
  margin: 5px 0 50px 20px;
}

#longing-for-justice-article .photo-with-caption {
  position: relative;
  text-align: center; /* or left, depending on your layout */
  /* margin-bottom: 1rem; */
}

#longing-for-justice-article .caption {
  position: absolute;
  right: 0;
  bottom: -365px;
  font-size: 0.9rem;
  color: #555;
  margin-top: 0px;
  width: 400px;
  text-align: left;
}

#longing-for-justice-article .caption-full-image-hero {
  text-align: left !important;
  font-size: 16px;
  color: #555;
  margin-top: 0.5rem;
  max-width: 1200px;
}

#longing-for-justice-article .caption-full-image {
  text-align: left !important;
  font-size: 16px;
  color: #555;
  margin-top: 0.5rem;
  max-width: 800px;
}

#longing-for-justice-article .text-paragraph-container {
  font-family: var(--title-font); 
  padding-top: 28px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#longing-for-justice-article .text-paragraph {
  /* font-size: 21px; */
  font-size: 22px;
  line-height: 30px;
  width: 700px;
  max-width: 100%; /* Makes it responsive on smaller screens */
  margin: 0 auto 20px; /* <-- THIS centers it horizontally */
  /* text-align: justify; */
}

#longing-for-justice-article .conversation-reveal {
  max-width: 370px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 24px;
}

#longing-for-justice-article .line {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  font-size:22px;
}

#longing-for-justice-article .line.left {
  text-align: left;
  align-self: flex-start;
}

#longing-for-justice-article .line.right {
  text-align: right;
  align-self: flex-end;
}

#longing-for-justice-article .line strong::after {
  content: "";
  display: block;
  margin: 4px auto 0;
  height: 2px;
  width: 0%;
  background: currentColor;
  transition: width 0.6s ease;
}

#longing-for-justice-article .line strong.visible::after {
  width: 100%;
}

#longing-for-justice-article .line strong {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 26px;
}

#longing-for-justice-article .padding {
  padding-bottom: 400px;
}

#longing-for-justice-article .article_image_container {
  width: 100%;
  /* max-width: 1200px; */
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* opacity: 0; */

  /* transform: scale(0.6); */
  /* transition: transform 0.3s ease; */
}

/* .article_image_container {
  transform: scale(0.92);

  transition: all 0.5s ease-out;
  will-change: transform, opacity, filter;
} */

#longing-for-justice-article #circle-interaction-section {
  padding-top: 40px;
  position: relative;
}

#longing-for-justice-article .article_image {
  /* max-width: 300px; */
  max-width: 1500px;
  width:80%;
}

#longing-for-justice-article .article_image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#longing-for-justice-article .article_image_container {
  overflow: hidden;

  position: relative;
}

#longing-for-justice-article .article_image_container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
}

#longing-for-justice-article .quote-reveal {
  text-align: center;
  max-width: 370px;
  margin: 0px auto;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 24px;
}

#longing-for-justice-article .quote-reveal .line {
  /* transform: translateX(-40px);  */
  text-align: center;
}

#longing-for-justice-article .article_image_normal_container {
  padding-top: 10px;
  padding-bottom: 30px;
  width: 100%;
  /* max-width: 1200px; */
  text-align: center;
  justify-content: center;
  display: flex;
}

#longing-for-justice-article .article_image_normal {
  /* max-width: 300px; */
  max-width: 900px;
}

#longing-for-justice-article .article_image_normal > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}




#longing-for-justice-article .lfj-hyperlink {
  color: #0058a9;
  text-decoration: none;
}

#longing-for-justice-article .lfj-hyperlink:hover {
  text-decoration: underline;
}




#longing-for-justice-article .part-headline {
  display: inline-block;
  font-weight: bold;
  margin-top: 26px;
}
#longing-for-justice-article .part-label {
  display: inline-block;
  border-bottom: 2px solid #333;
  padding-bottom: 2px;
  margin-right: 6px;
}







#longing-for-justice-article .photo-collage {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 4px; /* small spacing between rows */
  width: 80%;
  max-width:1500px;
  margin: 0 auto;
}

#longing-for-justice-article .photo-collage > .row {
  display: flex;
  gap: 4px;
}

#longing-for-justice-article .photo-collage > .row img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#longing-for-justice-article .photo-collage > .row:nth-child(2) img {
  width: 50%;
}

#longing-for-justice-article .photo-collage > .row:nth-child(3) img {
  width: 100%;
}

#longing-for-justice-article .article-wrapper {
  position: relative;
  max-width: 800px; /* or whatever your article width is */
  margin: 0 auto;
  /* padding: 1rem; */
}

#longing-for-justice-article .main-article {
  width: 100%;
}

#longing-for-justice-article .grid-col.home-scroll_content.page-padding {
  padding-left: 0px;
  padding-right: 0px;
}

#longing-for-justice-article .sidebar-card {
  padding: 1rem;
  width: 280px;
  margin-left: 60px;
  position: absolute;
  right: -360px; /* pushes it outside the article column */
  top: -240px;
}

#longing-for-justice-article .sidebar-card h4 {
  font-size: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

#longing-for-justice-article .sidebar-card p {
  font-size: 20px;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

#longing-for-justice-article .sidebar-card strong {
  text-decoration: underline;
}

#longing-for-justice-article .pull-quote {
  display: flex;
  /* align-items: flex-start; */
  margin-top: 20px;
  margin-bottom: 28px;
  max-width: 330px;
  float: left;
  margin-right: 2rem;
  margin-left: -45px;
  flex-direction: row; /* Changed from column to row */
}

#longing-for-justice-article .quote-bar {
  width: 10px; /* Vertical line */
  height: auto;
  min-height: 100%; /* Match blockquote height */
  background: black;
  margin-right: 1rem;
  flex-shrink: 0;
  margin-top: 0; /* Reset top margin */
  margin-bottom: 0; /* Reset bottom margin */
}

#longing-for-justice-article .pull-quote blockquote {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  font-family: Georgia, serif;
  quotes: "“" "”";
  margin: 0;
}

#longing-for-justice-article .pull-quote blockquote::before,
#longing-for-justice-article .pull-quote blockquote::after {
  content: "";
}

#longing-for-justice-article .audio-transcript-container > h2 {
font-weight: bold;
text-align: center;
    font-size: 25px;
}


#longing-for-justice-article audio {
  margin-bottom: 2rem;
}

#longing-for-justice-article #audio {
  cursor: pointer;
}

#longing-for-justice-article #audio:hover {
  opacity: 0.9;
}

#longing-for-justice-article #transcript-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 200px;
  overflow: hidden;
  margin: 2rem auto;
}

#longing-for-justice-article #transcript {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 1s ease;
  will-change: transform;
}

#longing-for-justice-article .line {
  font-size: 22px;
  padding: 1rem;
  opacity: 0.2;
  text-align: center;
  transition: opacity 0.4s ease;
}

#longing-for-justice-article .line.active {
  opacity: 1;
  color: black;
}

#longing-for-justice-article .line.hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#longing-for-justice-article #transcript-container::before,
#longing-for-justice-article #transcript-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 2;
  pointer-events: none;
}

#longing-for-justice-article #transcript-container::before {
  top: 0;
  /* background: linear-gradient(to bottom, #0b0b1d 90%, transparent); */
}

#longing-for-justice-article #transcript-container::after {
  bottom: 0;
  /* background: linear-gradient(to top, #0b0b1d 90%, transparent); */
}
#longing-for-justice-article .audio-transcript-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#longing-for-justice-article .audio-transcript-container {
  flex:1;
  background: white;
  color: black;
  font-family: Georgia, serif;
  margin: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

#longing-for-justice-article .transcript-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#longing-for-justice-article .image-container-transcript {
  width: 20%;
  flex:1;
}

#longing-for-justice-article .image-container-transcript > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*SCROLL */
#longing-for-justice-article .page-wrapper {
  width: 100%;
}

#longing-for-justice-article .text-size-h1 {
  font-size: 3em;
  font-weight: bold;
}

#longing-for-justice-article .page-padding {
  padding: 4em;
  width: 100%;
}

#longing-for-justice-article .home-scroll_text-list {
  font-size: 20px;
}

#longing-for-justice-article .home-scroll_text-item:first-child {
  margin-top: 30vh; /* push it down halfway into view */
}

#longing-for-justice-article .home-scroll_section {
  /*display: grid;*/
  grid-template-columns: 70% 20%;
  color: black;
}

#longing-for-justice-article .home-scroll_visual {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#longing-for-justice-article .home-scroll_visual.page-padding {
  position: sticky;
  top: 0;
  /*z-index: 1; */
}

   #longing-for-justice-article .home-scroll_visual.page-padding,
  #longing-for-justice-article .home-scroll_content.page-padding {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }


#longing-for-justice-article div.home-scroll_text-item.w-dyn-item.is-active > p {
    font-size: 20px;
}

#longing-for-justice-article .home-scroll_img-wrap {
  width: 100%;
  padding-right: 20px;
  padding-left:20px;
  height: 70em;
  max-width: 1800px;
  max-height: 100%;
}

#longing-for-justice-article .home-scroll_img-list {
  position: relative;
  width: 100%;
  height: 100%;
}

#longing-for-justice-article .home-scroll_img-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 300ms ease;
}

#longing-for-justice-article .home-scroll_img-item.is-active {
  opacity: 1;
}

#longing-for-justice-article .home-scroll_img {
  width: 100%;
  height: 100%;
  /* border-radius: 2em; */
  object-fit: contain;
}

#longing-for-justice-article .home-scroll_content.page-padding {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

#longing-for-justice-article .home-scroll_text-wrap {
  max-width: 30em;
}

#longing-for-justice-article .home-scroll_text-item {
  opacity: 0.2;
  transition: opacity 300ms ease;
  margin-bottom: 4em;
  margin-bottom: 100vh; /* more vertical spacing */
  border: 2px solid black;
  padding: 20px;
  background: white;
}

#longing-for-justice-article .home-scroll_text-item.is-active {
  opacity: 1;
}

#longing-for-justice-article .home-scroll_photo {
  display: none;
}

/* circle interactive */

#longing-for-justice-article .article-title {
  text-align: center;
  font-size: 40px;
  padding-bottom: 40px;
  padding-top: 20px;
  font-family: var(--title-font);
}

#longing-for-justice-article .article-title > p {
  font-size: 36px;
  font-weight: bold;
  padding: 5px;
  margin: 0px;
}

#longing-for-justice-article #grid-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#longing-for-justice-article #grid {
  grid-template-columns: repeat(auto-fill, 25px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  height: 480px;
  width: auto;
  align-content: center;
}

#longing-for-justice-article .year-timeline {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  max-width: 1230px;
  margin: -5px auto 0 auto
}


#longing-for-justice-article .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}

#longing-for-justice-article #legend {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 20px auto;
  align-items: center;
  font-size: 18px;
}

#longing-for-justice-article .legend-item {
  display: flex;
  align-items: center;
  font-weight: 600;
}

#longing-for-justice-article .legend-color {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 5px;
}

#longing-for-justice-article #popup {
  display: none;
  position: absolute;
  top: 40% !important;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 20px;
  border: 1px solid #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

#longing-for-justice-article .popup-entry {
  display: inline-block;
  margin-bottom: 10px;
}

#longing-for-justice-article #popup-close {
  margin-top: 10px;
  cursor: pointer;
  /* background: #ccc; */
  padding: 5px 10px;
  border: none;
  float: right;
  border-radius: 5px;
  background-color: black;
  color: #ffcb27;
  border-color: white;
  font-weight: bold;
}

#longing-for-justice-article .article-description {
  padding-top: 50px;
  max-width: 1200px;
  margin: 10px auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
   font-family:  var(--sans-serif);
}

#longing-for-justice-article .scrolling-description {
  font-size: 18px;
  font-weight: 500;
  max-width: 600px;
  padding: 20px;
  background: white;
  border: 2px solid #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#longing-for-justice-article .highlighted-title {
  font-size: 26px;
  margin-bottom: 20px;
}

#longing-for-justice-article #highlighted-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-bottom: 40px;
}

#longing-for-justice-article .highlighted-pin {
  position: relative;
  z-index: 1;
}

#longing-for-justice-article .pull-quote blockquote {
  font-size:24px
}

  #longing-for-justice-article section.article_body {
     padding-bottom: 40px; 
  }
  
  
#longing-for-justice-article .about-this-series-title,
#longing-for-justice-article .report-this-series-title,
#report-this-series-title .report-this-series-title {
  border-top: 2px solid #333;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 26px;
  font-family: var(--title-font);
  font-weight: bold;
}



#longing-for-justice-article section.about-this-series-section.text-paragraph > a > p,
#longing-for-justice-article section.about-this-series-section.text-paragraph > p,
#longing-for-justice-article section.report-this-series-section.text-paragraph > p,
#longing-for-justice-article section.credits-section.text-paragraph > p{
    font-size: 22px;
    font-family: var(--title-font);
}


@media screen and (max-width: 1024px) {
   #longing-for-justice-article .sidebar-card {
      display:none;  
    }
    
    
  #longing-for-justice-article #grid {
    height: 770px;
  }
  
 
 #longing-for-justice-article .caption-full-image {
     max-width: 600px;
 }
  
 #longing-for-justice-article .year-timeline {
   max-width: 758px;
    margin: 5px auto 0 auto;
 } 
 
 #longing-for-justice-article .article-description {
    max-width: 900px; 
 }
   
}

@media screen and (max-width: 991px) {
  #longing-for-justice-article .report-this-series-section > p {
    font-size: 20px;
  }
   #longing-for-justice-article .home-scroll_visual.page-padding,
  #longing-for-justice-article .home-scroll_content.page-padding {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }

  #longing-for-justice-article .home-scroll_visual.page-padding {
    display: flex; 
    position: sticky;
    top: 4em; 
    height: 90vh;
    justify-content: center;
    align-items: center;
  }

  #longing-for-justice-article .home-scroll_content.page-padding {
    display: flex;
    justify-content: center;
  }

  #longing-for-justice-article .home-scroll_img-wrap {
    width: 100%;
    height: 100%;
  }

  #longing-for-justice-article .home-scroll_photo {
    display: none; 
  }

  #longing-for-justice-article .home-scroll_section {
    /*display: grid;
    grid-template-columns: 1fr; */
  }

  #longing-for-justice-article .home-scroll_content.page-padding {
    padding-top: 10vh;
    padding-bottom: 10vh;
    /*z-index: 1; */
  }

  #longing-for-justice-article .home-scroll_text-wrap {
    max-width: 100%;
    width: 70%;
  }

  #longing-for-justice-article .home-scroll_text-item {
    opacity: 0.2;
    transition: opacity 300ms ease;
    margin-bottom: 4em;
    margin-bottom: 100vh; 
    border: 2px solid black;
    padding: 10px;
    background: white;
  }

  #longing-for-justice-article .home-scroll_img-wrap {
    padding-right: 0px;
  }

  #longing-for-justice-article .home-scroll_text-list {
    font-size: 18px;
  }
 
} 

@media (max-width: 770px) {


#longing-for-justice-article .article_image_container {

width: 100%;
}

#longing-for-justice-article .article_image {
    width:100%;
}

  #longing-for-justice-article .sidebar-card {
    display: none;
  }

  #longing-for-justice-article .reveal-wrapper {
    display: inline-block;
    text-align: left;
    width: 100%;
  }

  #longing-for-justice-article .reveal {
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.3;
    display: inline-block;
  }

  #longing-for-justice-article .lfj-word {
    opacity: 0;
    display: inline-block;
    margin-right: 0.3em;
  }

  #longing-for-justice-article .pull-quote {
    padding-left: 5%;

    margin-top: 10px;
    margin-bottom: 40px;
    width: 90%;
    margin-left: 0px;
    margin-right: 1rem;
    float: none;
    max-width: 90%;
  }

  #longing-for-justice-article .pull-quote blockquote {
    font-size:22px
  }

  #longing-for-justice-article .sidebar-card {
    border-top: 2px solid #333;
    margin-left: 0px;
    position: static;
    width: 100%;
    margin-top: 2rem;
    border-bottom: 2px solid #333;
    margin-bottom: 40px;
  }

  #longing-for-justice-article .caption-full-image-hero {
    padding-left: 10px;
    font-size: 14px;
    width: 96%;
  }

  #longing-for-justice-article .caption-full-image {
    padding-left: 10px;
    font-size: 14px;
    width: 98%;
  }

  #longing-for-justice-article .hero_title {
    padding: 40px 5px;
    font-size: 50px;
    line-height: 0.9;
  }

  #longing-for-justice-article .hero_title span {
    white-space: normal; /* Allows <br> and wrapping */
    display: block;
    display: inline-block;
    opacity: 0;
    /* transform: translateY(-100px); */
    margin-right: 4px;
  }

  #longing-for-justice-article .hero_subhead {
    width: 90%;
    font-family: var(--title-font);
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
  }


  #longing-for-justice-article .hero_image_container {
    width: 100%;
    height: auto;
  }

  #longing-for-justice-article .photo-collage > .row > :nth-child(2) {
    margin-left: -4px;
  }

  #longing-for-justice-article .photo-collage {
    width: 100%;
    max-width: 100%;
  }

  #longing-for-justice-article .photo-collage-two {
    width: 100%;
    flex-direction: column;
  }

  #longing-for-justice-article
    .photo-collage
    > .photo-collage-two:nth-child(2)
    img {
    width: 100%;
  }

  #longing-for-justice-article
    section.article_body
    > section.next_section
    > div:nth-child(4)
    > p:nth-child(17) {
    padding-top: 28px;
  }
  
  #longing-for-justice-article .hero {
      padding-top:20px;
  }

  #longing-for-justice-article .hero_byline {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 15px;
  }

  #longing-for-justice-article .hero_published {
    width: 80%;

    padding-bottom: 20px;

    font-size: 15px;
  }

  #longing-for-justice-article .hero_header {
    padding: 0 10px;
    height: 50px;
  }

  #longing-for-justice-article .subscribe_button {
    padding: 4px 6px;
    font-size: 12px;
  }

  #longing-for-justice-article .hero_logo {
    margin-top: 10px;
    height: 50px;
  }

  #longing-for-justice-article .image_divider {
    width: 100%;
    max-width: 80%;
  }

  #longing-for-justice-article .text-paragraph-container {
    padding-top: 28px;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  #longing-for-justice-article .text-paragraph {
    width: 90%;
    font-size: 20px;
    line-height: 32px;
  }

  #longing-for-justice-article .article_image {
    /* max-width: 300px; */
    max-width: 100%;
  }

  #longing-for-justice-article .inline-photo {
    float: right;
    width: 250px;
    margin: 5px 0 60px 20px;
  }

  #longing-for-justice-article .caption {
    bottom: -240px;
    font-size: 0.6rem;
    width: 250px;
  }

   #longing-for-justice-article .report-this-series-title {
     padding-bottom: 10px;  
   }

  #longing-for-justice-article .audio-transcript-container {
    margin-bottom: 0;
    padding: 0;
  }

  #longing-for-justice-article .transcript-wrapper {
    flex-direction: column-reverse;
  }

  #longing-for-justice-article .image-container-transcript {
    width: 100%;
  }

  #longing-for-justice-article .article-title {
    font-size: 25px;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #longing-for-justice-article .article-title > p {
  font-size:30px;
    padding: 0px;
    margin: 0px;
  }

  #longing-for-justice-article .article-description {
    font-size: 16px;
    width: 92%;
    max-width: 95%;
    padding-top: 20px;
  }

  #longing-for-justice-article #grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    width: unset;
    max-width: 100%;
    margin: 0 0px 10px;
    height: 700px;

  }

  #longing-for-justice-article #legend {
    gap: 10px;
  }

  #longing-for-justice-article .dot {
    width: 12px;
    height: 12px;
    margin: 2px;
  }

  #longing-for-justice-article .legend-color {
    width: 12px;
    height: 12px;
  }

  #longing-for-justice-article .legend-item {
    font-size: 14px;
  }

  #longing-for-justice-article #popup {
    width: 90%;
    font-size: 14px;
    padding: 15px;
  }

  #longing-for-justice-article #popup-close {
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 5px;
    background-color: black;
    color: #ffcb27;
    border-color: white;
    font-weight: bold;
  }

  #longing-for-justice-article .highlighted-title {
    font-size: 18px;
  }

  #longing-for-justice-article #highlighted-grid {
    gap: 0px;
  }

  #longing-for-justice-article #highlighted-grid .dot {
    width: 12px;
    height: 12px;
  }

  #longing-for-justice-article .year-timeline {
   margin-top: -20px;
   font-size: 14px;
   margin: -15px auto 0 auto;
   max-width: 370px;
  }

  #longing-for-justice-article .separation-border {
    padding-top: 0px;
  }

  #longing-for-justice-article .break-title::before {
    margin: 0 auto 20px auto;
  }

  #longing-for-justice-article .break-title {
    padding-top: 30px;
  }

  #longing-for-justice-article .audio-transcript-container > h2 {
    text-align: center;
    width: 80%;
  }
  
 
 #longing-for-justice-article .about-this-series-title,
#longing-for-justice-article .report-this-series-title,
#report-this-series-title .report-this-series-title {
  border-top: 2px solid #333;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: bold;
}



#longing-for-justice-article section.about-this-series-section.text-paragraph > a > p,
#longing-for-justice-article section.about-this-series-section.text-paragraph > p,
#longing-for-justice-article section.report-this-series-section.text-paragraph > p,
#longing-for-justice-article section.credits-section.text-paragraph > p{
    font-size: 20px;
    font-family: var(--title-font);
}

  
}