:root {
  --dark-text: #1a1918;
  --blackish: #353430;
  --maroon: #4f0b0c;
  --f8: #f8f8f8;
  --tan: #bb9f7a;
  --black: black;
  --white-smoke: #eee;
  --maroon-2: #380102;
  --white-36a: #ffffff5c;
  --linen: #ebe2d6;
  --dark-green: #031515;
  --dark-teal-grey: #123133;
  --reddish: #9c162c;
  --black-12a: #0000001f;
  --firebrick: #af2522;
  --bisque: #e2d0b8;
  --dim-grey: #6e6e63;
  --teal: #3c6e71;
  --smoke: #f4f4f4;
  --dark-teal-grey-a50: #0a3d4180;
  --teal-light: #92a5ac;
}

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

@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: var(--dark-text);
  flex-direction: column;
  font-family: proxima-nova;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  display: flex;
}

h1 {
  font-size: 2.75rem;
}

h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2.25rem;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  font-family: Tiempos Text Regular, sans-serif;
}

a {
  color: var(--dark-text);
  transition: opacity .2s;
  display: inline;
}

a:hover {
  color: var(--blackish);
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: .7rem;
  font-weight: 500;
}

strong {
  font-family: Tiempos Text Semibold, sans-serif;
  font-weight: 600;
}

em {
  font-family: Tiempos Text Regular Italic, sans-serif;
  font-style: italic;
}

blockquote {
  letter-spacing: -1px;
  border-left: 1px #000;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
  font-family: Tiempos Text Semibold, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

figure {
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}

figcaption {
  font-size: .9rem;
}

.heading-small {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 900;
  line-height: 1.3;
}

.heading-small.gold {
  color: var(--maroon);
  margin-top: -1.4rem;
  font-family: Halisr, sans-serif;
  font-size: 5vw;
}

.rich-text-narrow {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Tiempos Text Regular, sans-serif;
}

.rich-text-narrow a {
  color: var(--f8);
  font-family: Tiempos Text Semibold, sans-serif;
  font-weight: 600;
  display: inline;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-large {
  text-transform: none;
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.7vw;
  font-weight: 900;
  line-height: 1.2;
}

.heading-large.gold {
  color: var(--tan);
}

.heading-large.gold-center {
  color: var(--tan);
  text-align: center;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 900;
}

.section {
  z-index: 1;
  background-color: var(--black);
  padding-top: 4vw;
  padding-bottom: 2vw;
  position: relative;
  overflow: hidden;
}

.section.hero {
  background-color: var(--black);
  opacity: 1;
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0009, #0009), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: padding-box;
  min-height: 70vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.destruction {
  z-index: 2;
  background-color: var(--maroon);
  color: var(--white-smoke);
  background-image: url('../images/truth-drip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section.politics {
  background-color: var(--f8);
  background-image: url('../images/trump-peach.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section.prison {
  background-color: var(--dark-green);
  color: var(--white-smoke);
  padding-bottom: 0;
}

.section.attack {
  background-color: var(--f8);
  background-image: url('../images/svg-under-attack.svg');
  background-position: 50% 100%;
  background-attachment: scroll;
}

.section.despair {
  z-index: 2;
  background-color: var(--dark-text);
  color: var(--f8);
  overflow: visible;
}

.section.highlights {
  background-color: #edeae2;
  padding-top: 0;
  padding-bottom: 1vw;
}

.section.independence {
  color: var(--white-smoke);
  background-color: #5a9da1;
  background-image: linear-gradient(#bb9f7ae0, #bb9f7ae0), url('../images/2020_0410-fassler-f.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.values {
  background-color: var(--dark-teal-grey);
  opacity: 1;
  color: var(--f8);
  background-image: linear-gradient(#123133b8, #123133b8), url('../images/2020_1021-general-strike.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  background-attachment: scroll, fixed;
}

.section.war {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, var(--dark-text));
  color: var(--white-smoke);
}

.section.support {
  background-color: var(--f8);
  text-align: center;
  margin-top: 0;
  padding-top: 3vw;
  font-size: 1.2rem;
  line-height: 1.7;
}

.section.menu-allowance {
  background-color: var(--dark-text);
  padding-top: 0;
  padding-bottom: 0;
}

.section.highlights-copy {
  background-color: var(--f8);
  padding-top: 2vw;
  padding-bottom: 4vw;
}

.button {
  background-color: var(--tan);
  color: var(--f8);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--blackish);
  color: #fff;
}

.button:active {
  background-color: var(--black);
}

.button.button-white {
  background-color: var(--white-smoke);
  color: #202020;
}

.button.button-white:hover {
  background-color: var(--f8);
}

.button.donate {
  border-width: 1vw;
  border-color: var(--reddish);
  background-color: var(--reddish);
  margin-bottom: 2vw;
  padding: 1.5rem 4rem;
  font-size: 1.2rem;
  transition: all .2s, color .4s;
  display: block;
}

.button.donate:hover {
  border-color: var(--maroon);
  background-color: var(--maroon);
  box-shadow: 0 40px 15px 0 var(--black-12a);
}

.button.donate.hot {
  background-color: var(--f8);
  color: var(--reddish);
}

.paragraph-bigger {
  opacity: 1;
  font-size: 1.2rem;
}

.divider {
  background-color: var(--tan);
  height: 4px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.divider.trans36 {
  background-color: var(--white-36a);
  height: 1px;
}

.divider.gold {
  background-color: var(--firebrick);
  color: var(--dark-text);
}

.divider.dotted {
  border-top: 2px dotted var(--tan);
  background-color: #0000;
  height: 1px;
}

.divider.gold-thin {
  background-color: var(--bisque);
  height: 1px;
  margin-top: 0;
  margin-left: 10%;
  margin-right: 10%;
}

.divider.white {
  background-color: var(--f8);
}

.divider.white.left {
  height: 1px;
  margin-bottom: 1rem;
  margin-left: -50%;
  margin-right: 20%;
}

.divider.white.right {
  height: 1px;
  margin: 1rem -20% 1rem 10%;
}

.divider.white.righter {
  height: 1px;
  margin: 1rem -10% 5px 5%;
}

.divider.white.topmarginless {
  margin-top: 5px;
}

.divider.white-thin, .divider.dark-thin {
  background-color: var(--reddish);
  height: 1px;
  margin-top: 0;
}

.intro-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.donate-block {
  flex-direction: column;
  align-items: center;
}

.donate-block.right {
  align-items: flex-end;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 1.5rem;
  font-size: .9rem;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.footer-wrap {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.truthout-link {
  color: var(--blackish);
  flex: 1;
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.truthout-link:hover {
  color: var(--maroon);
}

.webflow-logo-tiny {
  color: var(--f8);
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  display: flex;
}

.footer-item {
  color: var(--blackish);
  padding-left: 1vw;
  text-decoration: none;
  transition-property: color;
}

.footer-item:hover {
  color: var(--maroon);
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.nav-section {
  z-index: auto;
  border-top: 1px solid var(--black-12a);
  border-bottom: 1px solid var(--black-12a);
  background-color: #f8f8f8e6;
  position: sticky;
  top: 10px;
}

.nav {
  justify-content: center;
  display: flex;
}

.mininav-link {
  color: var(--dim-grey);
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  align-items: center;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: Halisr, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 5;
  transition: border-color .2s, color .2s;
  display: flex;
}

.mininav-link:hover {
  border-bottom-color: var(--reddish);
}

.mininav-link.w--current {
  border-bottom-color: var(--reddish);
  color: var(--dark-text);
}

.hero-text {
  text-transform: none;
  margin: 2rem auto;
  font-family: Halisr, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.text-block {
  color: var(--tan);
  text-align: center;
  text-transform: uppercase;
  margin: .5rem auto auto;
  font-family: Halisr, sans-serif;
  font-weight: 900;
}

.hero-cover {
  opacity: .91;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0 0%;
}

.hero-cover.shift-left {
  display: none;
  inset: 0% auto auto 0%;
}

.hero-cover.shift-bottom {
  z-index: 1;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.hero-cover.fixed-50a {
  opacity: .5;
  max-width: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.t-top-logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.body-copy {
  color: var(--dark-text);
  max-width: 43em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
  font-family: Merriweather, serif;
  position: relative;
}

.body-copy.shift-left {
  margin-left: 3vw;
  font-family: Tiempos Text Regular, sans-serif;
}

.body-copy.shift-right {
  margin-right: 3vw;
}

.body-copy.wide {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.stat-blocks {
  justify-content: flex-start;
  margin-top: 4vw;
  margin-bottom: 4vw;
  font-family: proxima-nova;
  display: flex;
}

.stat-blocks.margin-0 {
  margin-top: 0;
}

.stat-blocks.mobilevert {
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.big-num {
  align-items: flex-end;
  margin-top: .5rem;
  margin-bottom: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 13rem;
  line-height: .7;
  display: flex;
}

.big-num.smaller {
  padding-right: 5vw;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 900;
}

.big-num.teal {
  color: var(--dark-teal-grey);
  font-family: Montserrat, sans-serif;
  font-size: 12rem;
  font-weight: 900;
}

.big-num.small {
  margin-bottom: 0;
  padding-right: 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 2.7vw;
  font-weight: 900;
  line-height: 1;
}

.big-num.white {
  color: var(--f8);
}

.big-num.medium {
  margin-bottom: 0;
  padding-bottom: 1.5vw;
  font-family: Halisr, sans-serif;
  font-size: 8vw;
  font-weight: 900;
}

.mini-caps {
  opacity: .84;
  text-transform: uppercase;
  font-family: proxima-nova;
  font-size: .8rem;
  font-weight: 400;
}

.all-page {
  background-color: var(--f8);
}

.small-caps {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: proxima-nova;
  font-size: .7rem;
  font-weight: 400;
}

.small-caps.white {
  color: var(--f8);
}

.modal-parent {
  z-index: 30;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-centering {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.modal-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal {
  z-index: 30;
  background-color: var(--f8);
  text-align: center;
  border-radius: 1rem;
  width: 50%;
  height: auto;
  padding: 2vw;
  position: relative;
  inset: 0% 0% auto;
}

.close {
  background-color: var(--f8);
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(45deg);
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.person-or-link {
  color: var(--reddish);
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
}

.mini-wrapper {
  padding: 1vw;
}

.dropdown-link {
  background-color: var(--teal);
  color: var(--f8);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: var(--reddish);
  color: var(--f8);
}

.dropdown-link.w--current {
  background-color: var(--maroon);
  color: var(--f8);
}

.dropdown-toggle {
  padding-bottom: 30px;
  display: block;
}

.dropdown {
  margin-left: auto;
  margin-right: 0;
  display: none;
}

.dropdown-list.w--open {
  right: 0;
}

.bold-text {
  font-family: proxima-nova;
  font-size: 11rem;
  line-height: .7;
  display: block;
}

.bold-text-2 {
  font-family: proxima-nova;
  font-size: 21rem;
  line-height: .8;
  display: block;
}

.bold-text-3 {
  font-family: proxima-nova;
  font-size: 8rem;
  line-height: .7;
  display: block;
}

.bold-text-4 {
  font-family: proxima-nova;
  font-size: 9.1rem;
  line-height: .9;
  display: block;
}

.super {
  align-self: flex-start;
  font-family: proxima-nova;
  font-size: 3rem;
  font-weight: 700;
}

.super.top {
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
}

.super.smallest {
  font-size: 2vw;
}

.header-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-subtext {
  flex: 0 auto;
  align-items: center;
  margin-left: 1vw;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 3vw;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.heading-jumbo-larger {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
}

.heading-jumbo-larger.gold {
  color: var(--maroon);
  font-family: Halisr, sans-serif;
}

.tweety-bird {
  max-width: 75vw;
  margin-top: 6rem;
  position: absolute;
  right: 0%;
}

.avatar {
  border-radius: 50%;
}

.avatar.abs-top-left {
  width: 180px;
  height: 180px;
}

.avatar.abs-top-left-small {
  box-shadow: 0 10px 20px 0 var(--bisque);
  width: 9vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tweet-slides {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
}

.left-arrow, .right-arrow {
  width: 50px;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
}

.slider-mask {
  margin-left: 50px;
  margin-right: 50px;
}

.icon {
  color: var(--dark-text);
}

.tweet-num {
  text-align: center;
  height: 3rem;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 3rem;
  line-height: 1;
  position: relative;
}

.slide-nav {
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  display: none;
}

.logo-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: repeat(auto-fit, minmax(130px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-logo-wrapper {
  background-color: var(--smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper {
  padding-bottom: 5vw;
}

.stat-block {
  flex: 1;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0%;
  padding-left: 0%;
  position: static;
}

.stat-block.last {
  flex: 0 auto;
  padding-right: 0;
}

.stat-block.align-center {
  flex: none;
  align-self: center;
}

.graph-svg {
  width: 100%;
}

.graph-svg.smaller {
  width: auto;
}

.caps {
  opacity: .84;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: .5vw;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}

.stat-block-flexblocks {
  align-items: center;
  display: flex;
}

.stat-flex-baseline {
  align-items: baseline;
  display: flex;
}

.red {
  color: var(--firebrick);
}

.blue {
  color: var(--teal);
}

.dropcap-embed {
  background-color: red;
}

.slant-box {
  border-style: solid;
  border-width: 6vw 50vw;
  border-color: transparent var(--dark-text) var(--dark-text) transparent;
  margin-bottom: -2vw;
}

.centered {
  text-align: center;
}

.centered.gold {
  color: var(--tan);
}

.blockquote {
  border: 1px #000;
}

.blockquote.gold {
  color: var(--tan);
}

.follow {
  color: var(--f8);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 1rem;
  padding: 1rem 32px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.follow:hover {
  color: var(--f8);
}

.follow-icon {
  border-style: none solid solid none;
  border-width: 1px;
  width: 1vw;
  height: 1vw;
  transform: rotate(45deg);
}

.rich-text-block {
  text-align: left;
  padding-left: 0%;
  padding-right: 0%;
  font-style: normal;
}

.rich-text-block a {
  color: var(--reddish);
  font-family: Tiempos Text Semibold, sans-serif;
  font-weight: 600;
  display: inline;
}

.rich-text-block.columns {
  column-count: 2;
  column-gap: 5rem;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: Halisr, sans-serif;
  font-weight: 900;
  line-height: 2.5;
}

.rich-text-block.columns h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.rich-text-block-white {
  color: var(--f8);
}

.rich-text-block-white a {
  color: var(--f8);
  font-family: Tiempos Text Semibold, sans-serif;
  font-weight: 600;
  display: inline;
}

.text-war {
  background-image: linear-gradient(to bottom, var(--dark-teal-grey-a50), var(--firebrick)), url('../images/2020_0116-drones-scaled.png');
  -webkit-text-fill-color: transparent;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 90%;
  background-attachment: scroll, scroll;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Halisr, sans-serif;
  font-size: 31rem;
  line-height: .8;
  display: block;
}

.text-imperialism {
  color: var(--teal-light);
  font-family: Halisr, sans-serif;
  font-size: 11rem;
  line-height: .7;
  display: block;
}

.text-struggle {
  color: var(--teal-light);
  font-family: Halisr, sans-serif;
  font-size: 4.3rem;
  line-height: 1;
  display: block;
}

.heading-large-war {
  text-align: center;
  text-transform: uppercase;
  font-family: proxima-nova;
  font-weight: 700;
}

.svg-pie-chart-large {
  width: 80%;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
}

.flex-top {
  align-items: flex-start;
  display: flex;
}

.pie-div {
  border: 1px solid var(--teal);
  background-color: var(--dark-green);
  border-radius: 50%;
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}

.pie-div.empty {
  background-color: #d8dcd9;
}

.flex-center {
  align-items: center;
  display: flex;
}

.tweet-container4embed {
  flex: 1;
  width: 550px;
  margin: -2rem auto 2rem;
}

.stats {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.footer {
  background-color: var(--f8);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.img-mobile {
  border-radius: 5px;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: none;
}

.img-mask {
  background-color: var(--f8);
  box-shadow: 0 0 20px 20px var(--f8), inset 0 0 40px 40px var(--f8);
  background-image: url('../images/2019_0513-student-right--2400x1294-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}

.bg-reveal {
  background-image: url('../images/2020_0729law1-scaleg2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 90vh;
  position: relative;
}

.donate-blocks {
  grid-column-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 5vw;
  display: grid;
}

.donate-subtext {
  text-align: center;
  font-size: 1rem;
}

.svg-logo-dark {
  width: 40%;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
}

.footer-text {
  color: var(--dim-grey);
  font-family: proxima-nova;
  font-weight: 700;
}

.proxima-italic {
  font-family: Halisr, sans-serif;
  font-style: normal;
}

.slide {
  position: relative;
}

.stat-cards {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.stat-card {
  border: 1px none var(--teal);
  background-color: var(--f8);
  background-image: linear-gradient(#d7dcd9, #d7dcd9);
  flex-direction: column;
  flex: 47%;
  padding: 2vw 3vw;
  display: flex;
}

.stat-card-meta {
  border-bottom: 1px dotted var(--dark-teal-grey-a50);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  line-height: 1;
  display: flex;
}

.stat-large {
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.stat-caps {
  opacity: .84;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 0;
  padding-right: 4px;
  font-family: Montserrat, sans-serif;
}

.stat-card-header {
  border-top: 2px solid var(--dark-text);
  border-bottom: 1px dotted var(--dark-teal-grey-a50);
  justify-content: space-between;
  margin-top: 0;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.7;
  display: flex;
}

.stat-card-graph {
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.flex-tweets {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(280px, 500px));
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding-left: 1vw;
  padding-right: 1vw;
}

.flex-tweet {
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 7vw;
  position: relative;
}

.flex-tweet-embed {
  background-color: #0000;
  position: relative;
}

.proxima {
  font-family: proxima-nova;
  font-weight: 700;
}

.tweets {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.twitter-headline {
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: Halisr, sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.text-span-2 {
  font-family: Merriweather, serif;
}

.grid-tweets {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-tweet-wrapper {
  position: relative;
}

.mid-logo-wrapper {
  width: 50%;
  margin: 3rem auto;
}

.mid-logo {
  width: 100%;
  margin-bottom: 3vw;
}

.heading-img-clip-bg {
  background-image: url('../images/2020_0329-climate-scaled1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 50vh;
  margin-top: -2.4vw;
  margin-bottom: -2vw;
  position: static;
}

.heading-img-clip {
  background-color: var(--black);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/2020_0329-climate-scaled1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Halisr, sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: 1;
  position: static;
}

.rich-text-narrower {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-narrower a {
  color: var(--reddish);
  font-family: Tiempos Text Semibold, sans-serif;
  font-weight: 600;
}

.line-breaker-for-text {
  width: 80%;
}

.covid-headline {
  perspective: 882px;
  text-align: center;
}

.covid-headline-text {
  color: var(--tan);
  text-align: center;
  text-transform: uppercase;
  font-family: proxima-nova;
  font-size: 11vw;
  font-weight: 700;
  line-height: 1.2;
}

.two-col-text {
  text-align: left;
  column-count: 2;
  column-gap: 60px;
}

.two-col-text p {
  white-space: break-spaces;
  margin-bottom: 2rem;
}

.bold-text-5 {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.container-2 {
  display: block;
}

.section-2 {
  background-color: var(--linen);
  min-height: auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.container-3 {
  z-index: 1;
  max-width: 1140px;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}

.text-block-2 {
  color: var(--f8);
  font-family: Halisr, sans-serif;
}

.body-copy-light {
  color: var(--f8);
  max-width: 43em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
  position: relative;
}

.body-copy-light.shift-left {
  margin-left: 3vw;
  font-family: Tiempos Text Regular, sans-serif;
}

.body-copy-light.shift-right {
  margin-right: 3vw;
}

.body-copy-light.wide {
  max-width: none;
}

.column {
  padding-top: 0;
  padding-right: 0;
  position: relative;
}

.column-2 {
  padding-top: 20px;
  padding-left: 40px;
}

.column-3 {
  padding-top: 20px;
  padding-right: 140px;
}

.column-new-highlights {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 140px;
}

.column-new-highlights-start {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 25%;
}

.column-new-highlights-right {
  padding: 20px 0 20px 25%;
  display: block;
}

.image {
  flex: 1;
  order: -1;
  align-self: auto;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
}

.text-block-4, .text-block-5 {
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
}

.text-block-6, .text-block-7, .text-block-8 {
  font-family: Halisr, sans-serif;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
}

.bold-text-6 {
  font-family: Merriweather, serif;
  font-weight: 900;
}

.bold-text-7 {
  font-family: Merriweather, serif;
}

.bold-text-8, .bold-text-9, .italic-text, .bold-text-10 {
  font-family: Merriweather, serif;
  font-weight: 900;
}

.paragraph {
  font-family: Merriweather, serif;
}

.paragraph-2 {
  color: var(--dark-text);
  font-family: Merriweather, serif;
}

.paragraph-2.rich-text-block {
  text-align: left;
}

.paragraph-3 {
  font-family: Merriweather, serif;
  font-weight: 400;
}

.paragraph-4, .paragraph-5 {
  font-family: Merriweather, serif;
}

.italic-text-2 {
  font-family: Halisr, sans-serif;
  font-style: normal;
}

.text-block-10, .text-block-11 {
  font-family: Merriweather, serif;
}

.section-3 {
  background-color: var(--black);
}

.section-4 {
  background-color: #11111b;
  background-image: linear-gradient(#220f21f0, #220f21f0), url('../images/2020_1226-religion-scaled.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.list-section-a {
  color: var(--f8);
  width: auto;
  padding-left: 2rem;
  padding-right: 2em;
  font-family: Merriweather, serif;
}

.heading-large-new {
  color: var(--f8);
  text-align: center;
  -webkit-text-stroke-color: var(--f8);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.2;
}

.heading-large-new.gold {
  color: var(--tan);
}

.heading-large-new.gold-center {
  color: var(--tan);
  text-align: center;
}

.slant-box-light {
  border-style: solid;
  border-width: 6vw 50vw;
  border-color: transparent var(--dark-text) var(--dark-text) transparent;
  color: #0000;
  margin-bottom: -2vw;
}

.skewed-section-container {
  width: 100%;
  height: 42vh;
  position: relative;
}

.skewed-section {
  background-color: var(--bisque);
  width: 110vw;
  height: 35vh;
  margin-top: -5%;
  margin-left: -1%;
  position: static;
  transform: rotate(-3deg);
  box-shadow: 0 0 15px 1px #03030380;
}

.aligned-copy {
  color: #fff;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 161px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(5%, -50%)rotate(-3deg);
}

.div-block-2 {
  background-color: var(--smoke);
  transform: translate(0, 80%)scale(2)rotate(-3deg);
}

.slant-box-2 {
  opacity: 1;
  border-top: 6vw solid #0000;
  border-bottom: 6vw solid #1a1918;
  border-left: 50vw solid #0000;
  border-right: 50vw solid #1a1918;
  margin-bottom: -2vw;
}

.section-5 {
  background-color: var(--white-smoke);
}

.gridoverlaptest {
  background-color: var(--black);
  color: var(--smoke);
}

.grid {
  grid-column-gap: 34px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr 1fr;
}

.div-block-3 {
  background-color: var(--black);
  color: var(--smoke);
  min-height: 30rem;
}

.div-block-4 {
  background-image: url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-5 {
  background-color: var(--black);
}

.image-2 {
  margin: 4rem auto 0;
}

.heading-new-smaller {
  color: var(--f8);
  text-align: center;
  text-transform: none;
  margin-top: 40%;
  margin-bottom: 60%;
  font-family: Merriweather, serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.2;
}

.heading-new-smaller.gold {
  color: var(--tan);
}

.heading-new-smaller.gold-center {
  color: var(--tan);
  text-align: center;
}

.rich-text-block-light-text {
  color: var(--f8);
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Merriweather, serif;
  font-style: normal;
}

.rich-text-block-light-text a {
  color: var(--linen);
  -webkit-text-stroke-color: var(--reddish);
  font-family: Merriweather, serif;
  font-weight: 600;
  display: inline;
}

.rich-text-block-light-text.columns {
  column-count: 2;
  column-gap: 5rem;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: Halisr, sans-serif;
  font-weight: 900;
  line-height: 2.5;
}

.rich-text-block-light-text.columns h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.heading-large-new-f8 {
  text-align: center;
  text-transform: none;
  font-family: Halisr, sans-serif;
  font-size: 3.7vw;
  font-weight: 900;
  line-height: 1.2;
}

.heading-large-new-f8.gold {
  color: var(--tan);
}

.heading-large-new-f8.gold-center {
  color: var(--tan);
  text-align: center;
}

.heading-small-f8 {
  color: var(--f8);
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 900;
  line-height: 1.3;
}

.heading-small-f8.gold {
  color: var(--maroon);
  margin-top: -1.4rem;
  font-family: Halisr, sans-serif;
  font-size: 5vw;
}

.link {
  color: var(--linen);
}

.link:hover {
  color: var(--bisque);
}

.wrapper-community {
  padding-bottom: 0;
}

.education-sec {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#430404f7, #430404f7), url('../images/2023_0407-college-admins.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.links-light {
  color: var(--linen);
}

.links-light:hover {
  color: var(--bisque);
}

.list-section-a-dark-txt {
  color: var(--dark-text);
  width: auto;
  padding-left: 2rem;
  padding-right: 2em;
  font-family: Merriweather, serif;
}

.reproductive-sec {
  background-color: #11111b;
  background-image: linear-gradient(#092733e8, #092733e8), url('../images/2023_1006-nanny-economy.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.economic-sec {
  background-color: #11111b;
  background-image: linear-gradient(#192b21e3, #192b21e3), url('../images/2023_0302-overcast-overpass.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.list-section-a-light-narrow {
  color: var(--f8);
  width: 50rem;
  padding-left: 2rem;
  padding-right: 15em;
  font-family: Merriweather, serif;
}

.grid-2 {
  grid-column-gap: 81px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

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

.div-block-7 {
  background-color: var(--linen);
  padding: .5rem 2rem;
}

.culture-sec {
  background-color: #11111b;
  background-image: linear-gradient(#280606f2, #280606f2), url('../images/truthout-bubbles-e-scaled.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.human-sec {
  background-color: #11111b;
  background-image: linear-gradient(#27152eed, #27152eed), url('../images/2023_0710-prison-abolition-scaled1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.list-section-a-dark-narrow {
  color: var(--dark-text);
  width: 50rem;
  padding-left: 2rem;
  padding-right: 14em;
  font-family: Merriweather, serif;
}

.env-sec {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#083d23eb, #083d23eb), url('../images/2023_1103-detroit-pollution.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.list-section-a-light-txt-b {
  color: var(--f8);
  width: auto;
  padding-left: 29rem;
  padding-right: 2em;
  font-family: Merriweather, serif;
}

.immigration-sec {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#302c12ed, #302c12ed), url('../images/fathers-day.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.list-section-a-copy {
  color: var(--f8);
  width: auto;
  padding-left: 2rem;
  padding-right: 2em;
  font-family: Merriweather, serif;
}

.pol-sec {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#2e0606f0, #2e0606f0), url('../images/2023_0725-trump-scaled.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.lgbtq-sec {
  background-color: #11111b;
  background-image: linear-gradient(#211436f2, #211436f2), url('../images/2023_0217trans-healthcare.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pris-sec {
  background-color: #11111b;
  background-image: linear-gradient(#2e1c01e3, #2e1c01e3), url('../images/2023_0216-chain-halos-b-scaled.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.racial-sec {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#2e0718e8, #2e0718e8), url('../images/2023_0414-history-erasure.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.war-sec {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#1a2329ed, #1a2329ed), url('../images/2024_0712-palestine-censorship2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.list-env {
  color: var(--f8);
  width: auto;
  padding-left: 2rem;
  padding-right: 2em;
  font-family: Merriweather, serif;
}

.heading-medium-23 {
  color: var(--f8);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 900;
  line-height: 1.2;
}

.heading-medium-23.gold {
  color: var(--tan);
}

.heading-medium-23.gold-center {
  color: var(--tan);
  text-align: center;
}

.image-3 {
  text-align: center;
  object-fit: fill;
  width: 25%;
}

.container-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.list-item {
  font-weight: 700;
}

.headline-list-23 {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  font-style: normal;
}

.headline-list-23 a {
  color: var(--f8);
  font-family: Tiempos Text Semibold, sans-serif;
  font-weight: 600;
  display: inline;
}

.headline-list-23.columns {
  column-count: 2;
  column-gap: 5rem;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: Halisr, sans-serif;
  font-weight: 900;
  line-height: 2.5;
}

.headline-list-23.columns h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.heading {
  clear: left;
  color: var(--reddish);
  justify-content: flex-start;
  display: flex;
  position: static;
}

.italic-text-3 {
  color: var(--f8);
}

.heading-large-wp {
  text-transform: none;
  margin-top: 50%;
  font-family: Halisr, sans-serif;
  font-size: 3.7vw;
  font-weight: 900;
  line-height: 1.2;
}

.heading-large-wp.gold {
  color: var(--tan);
}

.heading-large-wp.gold-center {
  color: var(--tan);
  text-align: center;
}

.image-4 {
  mix-blend-mode: normal;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.staff-section {
  z-index: 1;
  background-color: var(--smoke);
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
  overflow: hidden;
}

.staff-section.hero {
  background-color: var(--black);
  opacity: 1;
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0009, #0009), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: padding-box;
  min-height: 70vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.staff-section.destruction {
  z-index: 2;
  background-color: var(--maroon);
  color: var(--white-smoke);
  background-image: url('../images/truth-drip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.staff-section.politics {
  background-color: var(--f8);
  background-image: url('../images/trump-peach.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.staff-section.prison {
  background-color: var(--dark-green);
  color: var(--white-smoke);
  padding-bottom: 0;
}

.staff-section.attack {
  background-color: var(--f8);
  background-image: url('../images/svg-under-attack.svg');
  background-position: 50% 100%;
  background-attachment: scroll;
}

.staff-section.despair {
  z-index: 2;
  background-color: var(--dark-text);
  color: var(--f8);
  overflow: visible;
}

.staff-section.highlights {
  background-color: var(--dark-text);
  padding-top: 0;
  padding-bottom: 0;
}

.staff-section.independence {
  color: var(--white-smoke);
  background-color: #5a9da1;
  background-image: linear-gradient(#bb9f7ae0, #bb9f7ae0), url('../images/2020_0410-fassler-f.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.staff-section.values {
  background-color: var(--dark-teal-grey);
  opacity: 1;
  color: var(--f8);
  background-image: linear-gradient(#123133b8, #123133b8), url('../images/2020_1021-general-strike.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  background-attachment: scroll, fixed;
}

.staff-section.war {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, var(--dark-text));
  color: var(--white-smoke);
}

.staff-section.support {
  background-color: var(--smoke);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7;
}

.staff-section.menu-allowance {
  background-color: var(--f8);
}

.section-staff {
  z-index: 1;
  background-color: var(--f8);
  padding-top: 2vw;
  padding-bottom: 4vw;
  position: relative;
  overflow: hidden;
}

.section-staff.hero {
  background-color: var(--black);
  opacity: 1;
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0009, #0009), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: padding-box;
  min-height: 70vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-staff.destruction {
  z-index: 2;
  background-color: var(--maroon);
  color: var(--white-smoke);
  background-image: url('../images/truth-drip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-staff.politics {
  background-color: var(--f8);
  background-image: url('../images/trump-peach.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-staff.prison {
  background-color: var(--dark-green);
  color: var(--white-smoke);
  padding-bottom: 0;
}

.section-staff.attack {
  background-color: var(--f8);
  background-image: url('../images/svg-under-attack.svg');
  background-position: 50% 100%;
  background-attachment: scroll;
}

.section-staff.despair {
  z-index: 2;
  background-color: var(--dark-text);
  color: var(--f8);
  overflow: visible;
}

.section-staff.highlights {
  background-color: var(--dark-text);
  padding-top: 0;
  padding-bottom: 0;
}

.section-staff.independence {
  color: var(--white-smoke);
  background-color: #5a9da1;
  background-image: linear-gradient(#bb9f7ae0, #bb9f7ae0), url('../images/2020_0410-fassler-f.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-staff.values {
  background-color: var(--dark-teal-grey);
  opacity: 1;
  color: var(--f8);
  background-image: linear-gradient(#123133b8, #123133b8), url('../images/2020_1021-general-strike.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  background-attachment: scroll, fixed;
}

.section-staff.war {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, var(--dark-text));
  color: var(--white-smoke);
}

.section-staff.support {
  background-color: var(--smoke);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7;
}

.section-staff.menu-allowance {
  background-color: var(--f8);
}

.headline-staff {
  color: var(--dark-text);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 900;
}

.headline-staff a {
  color: var(--blackish);
  font-family: Tiempos Text Semibold, sans-serif;
  font-weight: 600;
  display: inline;
}

.headline-staff.columns {
  column-count: 2;
  column-gap: 5rem;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: Halisr, sans-serif;
  font-weight: 900;
  line-height: 2.5;
}

.headline-staff.columns h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.heading-writer-name {
  color: var(--dark-text);
  text-align: left;
  text-transform: none;
  font-family: Merriweather, serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.heading-writer-name.gold {
  color: var(--tan);
}

.heading-writer-name.gold-center {
  color: var(--tan);
  text-align: center;
}

.image-5 {
  padding: 5% 5% 3%;
}

.paragraph-2-left {
  color: var(--dark-text);
  font-family: Merriweather, serif;
}

.paragraph-2-left.rich-text-block {
  padding-left: 5%;
}

.heading-writer-name-left {
  color: var(--dark-text);
  text-align: left;
  text-transform: none;
  padding-left: 0%;
  font-family: Merriweather, serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.heading-writer-name-left.gold {
  color: var(--tan);
}

.heading-writer-name-left.gold-center {
  color: var(--tan);
  text-align: center;
}

.section-staff-copy {
  z-index: 1;
  background-color: var(--f8);
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
  overflow: hidden;
}

.section-staff-copy.hero {
  background-color: var(--black);
  opacity: 1;
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0009, #0009), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: padding-box;
  min-height: 70vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-staff-copy.destruction {
  z-index: 2;
  background-color: var(--maroon);
  color: var(--white-smoke);
  background-image: url('../images/truth-drip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-staff-copy.politics {
  background-color: var(--f8);
  background-image: url('../images/trump-peach.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-staff-copy.prison {
  background-color: var(--dark-green);
  color: var(--white-smoke);
  padding-bottom: 0;
}

.section-staff-copy.attack {
  background-color: var(--f8);
  background-image: url('../images/svg-under-attack.svg');
  background-position: 50% 100%;
  background-attachment: scroll;
}

.section-staff-copy.despair {
  z-index: 2;
  background-color: var(--dark-text);
  color: var(--f8);
  overflow: visible;
}

.section-staff-copy.highlights {
  background-color: var(--dark-text);
  padding-top: 0;
  padding-bottom: 0;
}

.section-staff-copy.independence {
  color: var(--white-smoke);
  background-color: #5a9da1;
  background-image: linear-gradient(#bb9f7ae0, #bb9f7ae0), url('../images/2020_0410-fassler-f.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-staff-copy.values {
  background-color: var(--dark-teal-grey);
  opacity: 1;
  color: var(--f8);
  background-image: linear-gradient(#123133b8, #123133b8), url('../images/2020_1021-general-strike.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  background-attachment: scroll, fixed;
}

.section-staff-copy.war {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, var(--dark-text));
  color: var(--white-smoke);
}

.section-staff-copy.support {
  background-color: var(--smoke);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7;
}

.section-staff-copy.menu-allowance {
  background-color: var(--f8);
}

.stat-block-mem-right {
  flex: 1;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0%;
  padding-left: 5%;
  position: static;
}

.stat-block-mem-right.last {
  flex: 0 auto;
  padding-right: 0;
}

.stat-block-mem-right.align-center {
  flex: none;
  align-self: center;
}

.rich-text-block-light-text-copy {
  color: var(--f8);
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Merriweather, serif;
  font-style: normal;
}

.rich-text-block-light-text-copy a {
  color: var(--linen);
  -webkit-text-stroke-color: var(--reddish);
  font-family: Merriweather, serif;
  font-weight: 600;
  display: inline;
}

.rich-text-block-light-text-copy.columns {
  column-count: 2;
  column-gap: 5rem;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: Halisr, sans-serif;
  font-weight: 900;
  line-height: 2.5;
}

.rich-text-block-light-text-copy.columns h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.column-4 {
  aspect-ratio: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: block;
  position: relative;
}

.bold-text-11 {
  font-family: Merriweather, serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.bold-text-12 {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.bold-text-13 {
  font-family: Merriweather, serif;
}

.column-5 {
  padding-right: 10px;
}

.stat-card-meta-copy {
  border-bottom: 1px dotted var(--dark-teal-grey-a50);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  line-height: 1;
  display: flex;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.section-copy {
  z-index: 1;
  background-color: var(--smoke);
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
  overflow: hidden;
}

.section-copy.hero {
  background-color: var(--black);
  opacity: 1;
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0009, #0009), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: padding-box;
  min-height: 70vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-copy.destruction {
  z-index: 2;
  background-color: var(--maroon);
  color: var(--white-smoke);
  background-image: url('../images/truth-drip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-copy.politics {
  background-color: var(--f8);
  background-image: url('../images/trump-peach.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-copy.prison {
  background-color: var(--dark-green);
  color: var(--white-smoke);
  padding-bottom: 0;
}

.section-copy.attack {
  background-color: var(--f8);
  background-image: url('../images/svg-under-attack.svg');
  background-position: 50% 100%;
  background-attachment: scroll;
}

.section-copy.despair {
  z-index: 2;
  background-color: var(--dark-text);
  color: var(--f8);
  overflow: visible;
}

.section-copy.highlights {
  background-color: #edeae2;
  padding-top: 0;
  padding-bottom: 1vw;
}

.section-copy.independence {
  color: var(--white-smoke);
  background-color: #5a9da1;
  background-image: linear-gradient(#bb9f7ae0, #bb9f7ae0), url('../images/2020_0410-fassler-f.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-copy.values {
  background-color: var(--dark-teal-grey);
  opacity: 1;
  color: var(--f8);
  background-image: linear-gradient(#123133b8, #123133b8), url('../images/2020_1021-general-strike.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  background-attachment: scroll, fixed;
}

.section-copy.war {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, var(--dark-text));
  color: var(--white-smoke);
}

.section-copy.support {
  background-color: var(--smoke);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7;
}

.section-copy.menu-allowance {
  background-color: var(--f8);
  background-image: linear-gradient(#d7dcd9, #d7dcd9);
}

.section-copy.highlights-copy {
  background-color: #dde1e8;
  padding-top: 0;
  padding-bottom: 2vw;
}

.slider-2 {
  background-color: var(--black);
  height: auto;
  padding-top: 8px;
  padding-left: 10%;
  padding-right: 10%;
}

.heading-3 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 1.25rem;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 2.24rem;
  font-weight: 900;
  line-height: 1.3;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
  inset: auto 0%;
}

.image-7 {
  padding-top: 0;
}

.sectiona1 {
  z-index: 1;
  background-color: var(--smoke);
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
  overflow: hidden;
}

.sectiona1.hero {
  background-color: var(--black);
  opacity: 1;
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0009, #0009), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: padding-box;
  min-height: 70vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.sectiona1.destruction {
  z-index: 2;
  background-color: var(--maroon);
  color: var(--white-smoke);
  background-image: url('../images/truth-drip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.sectiona1.politics {
  background-color: var(--f8);
  background-image: url('../images/trump-peach.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.sectiona1.prison {
  background-color: var(--dark-green);
  color: var(--white-smoke);
  padding-bottom: 0;
}

.sectiona1.attack {
  background-color: var(--f8);
  background-image: url('../images/svg-under-attack.svg');
  background-position: 50% 100%;
  background-attachment: scroll;
}

.sectiona1.despair {
  z-index: 2;
  background-color: var(--dark-text);
  color: var(--f8);
  overflow: visible;
}

.sectiona1.highlights {
  background-color: #edeae2;
  padding-top: 0;
  padding-bottom: 1vw;
}

.sectiona1.independence {
  color: var(--white-smoke);
  background-color: #5a9da1;
  background-image: linear-gradient(#bb9f7ae0, #bb9f7ae0), url('../images/2020_0410-fassler-f.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sectiona1.values {
  background-color: var(--dark-teal-grey);
  opacity: 1;
  color: var(--f8);
  background-image: linear-gradient(#123133b8, #123133b8), url('../images/2020_1021-general-strike.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  background-attachment: scroll, fixed;
}

.sectiona1.war {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, var(--dark-text));
  color: var(--white-smoke);
}

.sectiona1.support {
  background-color: var(--smoke);
  text-align: center;
  margin-top: 5vw;
  font-size: 1.2rem;
  line-height: 1.7;
}

.sectiona1.menu-allowance {
  background-color: var(--f8);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.sectiona1.highlights-copy {
  background-color: #dde1e8;
  padding-top: 0;
  padding-bottom: 2vw;
}

.sectionfunds {
  z-index: 1;
  background-color: var(--dark-teal-grey);
  padding-top: 2vw;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.sectionfunds.hero {
  background-color: var(--black);
  opacity: 1;
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0009, #0009), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: padding-box;
  min-height: 70vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.sectionfunds.destruction {
  z-index: 2;
  background-color: var(--maroon);
  color: var(--white-smoke);
  background-image: url('../images/truth-drip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.sectionfunds.politics {
  background-color: var(--f8);
  background-image: url('../images/trump-peach.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.sectionfunds.prison {
  background-color: var(--dark-green);
  color: var(--white-smoke);
  padding-bottom: 0;
}

.sectionfunds.attack {
  background-color: var(--f8);
  background-image: url('../images/svg-under-attack.svg');
  background-position: 50% 100%;
  background-attachment: scroll;
}

.sectionfunds.despair {
  z-index: 2;
  background-color: var(--dark-text);
  color: var(--f8);
  overflow: visible;
}

.sectionfunds.highlights {
  background-color: #edeae2;
  padding-top: 0;
  padding-bottom: 1vw;
}

.sectionfunds.independence {
  color: var(--white-smoke);
  background-color: #5a9da1;
  background-image: linear-gradient(#bb9f7ae0, #bb9f7ae0), url('../images/2020_0410-fassler-f.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sectionfunds.values {
  background-color: var(--dark-teal-grey);
  opacity: 1;
  color: var(--f8);
  background-image: linear-gradient(#123133b8, #123133b8), url('../images/2020_1021-general-strike.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  background-attachment: scroll, fixed;
}

.sectionfunds.war {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, var(--dark-text));
  color: var(--white-smoke);
}

.sectionfunds.support {
  background-color: var(--smoke);
  text-align: center;
  margin-top: 0;
  padding-top: 3vw;
  font-size: 1.2rem;
  line-height: 1.7;
}

.sectionfunds.menu-allowance {
  background-color: var(--f8);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.sectionfunds.highlights-copy {
  background-color: #dde1e8;
  padding-top: 0;
  padding-bottom: 2vw;
}

.paragraph-6 {
  color: var(--f8);
  margin-bottom: 0;
}

.label-light {
  color: var(--f8);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 900;
}

.header-2 {
  padding-top: 5vw;
}

.headline-staff-copy {
  color: var(--f8);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 900;
}

.headline-staff-copy a {
  color: var(--blackish);
  font-family: Tiempos Text Semibold, sans-serif;
  font-weight: 600;
  display: inline;
}

.headline-staff-copy.columns {
  column-count: 2;
  column-gap: 5rem;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: Halisr, sans-serif;
  font-weight: 900;
  line-height: 2.5;
}

.headline-staff-copy.columns h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.text-block-12 {
  text-align: center;
  font-weight: 700;
}

.heading-4 {
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 700;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.bold-text-14 {
  color: var(--bisque);
}

.paragraph-7 {
  color: var(--bisque);
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}

.paragraph-8 {
  color: var(--bisque);
  text-align: center;
}

.paragraph-9 {
  color: var(--bisque);
  text-align: center;
  font-weight: 400;
}

.paragraph-10, .paragraph-11 {
  color: var(--bisque);
  text-align: center;
}

.heading-6 {
  float: none;
  clear: none;
  color: var(--f8);
  margin: auto;
  font-size: 2.75rem;
  line-height: 1.1;
  position: static;
  inset: 0% 0% auto auto;
}

.column-6 {
  margin: auto;
}

.columns-2 {
  text-align: right;
  overflow-wrap: normal;
  max-width: 850px;
  margin: auto;
  display: flex;
}

.sectionfirst {
  z-index: 1;
  background-color: var(--black);
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
  overflow: hidden;
}

.sectionfirst.hero {
  background-color: var(--black);
  opacity: 1;
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0009, #0009), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: padding-box;
  min-height: 70vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.sectionfirst.destruction {
  z-index: 2;
  background-color: var(--maroon);
  color: var(--white-smoke);
  background-image: url('../images/truth-drip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.sectionfirst.politics {
  background-color: var(--f8);
  background-image: url('../images/trump-peach.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.sectionfirst.prison {
  background-color: var(--dark-green);
  color: var(--white-smoke);
  padding-bottom: 0;
}

.sectionfirst.attack {
  background-color: var(--f8);
  background-image: url('../images/svg-under-attack.svg');
  background-position: 50% 100%;
  background-attachment: scroll;
}

.sectionfirst.despair {
  z-index: 2;
  background-color: var(--dark-text);
  color: var(--f8);
  overflow: visible;
}

.sectionfirst.highlights {
  background-color: #edeae2;
  padding-top: 0;
  padding-bottom: 1vw;
}

.sectionfirst.independence {
  color: var(--white-smoke);
  background-color: #5a9da1;
  background-image: linear-gradient(#bb9f7ae0, #bb9f7ae0), url('../images/2020_0410-fassler-f.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sectionfirst.values {
  background-color: var(--dark-teal-grey);
  opacity: 1;
  color: var(--f8);
  background-image: linear-gradient(#123133b8, #123133b8), url('../images/2020_1021-general-strike.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  background-attachment: scroll, fixed;
}

.sectionfirst.war {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, var(--dark-text));
  color: var(--white-smoke);
}

.sectionfirst.support {
  background-color: var(--smoke);
  text-align: center;
  margin-top: 0;
  padding-top: 3vw;
  font-size: 1.2rem;
  line-height: 1.7;
}

.sectionfirst.menu-allowance {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.sectionfirst.highlights-copy {
  background-color: #dde1e8;
  padding-top: 0;
  padding-bottom: 2vw;
}

.section-memo-body {
  z-index: 1;
  background-color: var(--black);
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
  overflow: hidden;
}

.section-memo-body.hero {
  background-color: var(--black);
  opacity: 1;
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0009, #0009), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: padding-box;
  min-height: 70vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-memo-body.destruction {
  z-index: 2;
  background-color: var(--maroon);
  color: var(--white-smoke);
  background-image: url('../images/truth-drip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-memo-body.politics {
  background-color: var(--f8);
  background-image: url('../images/trump-peach.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-memo-body.prison {
  background-color: var(--dark-green);
  color: var(--white-smoke);
  padding-bottom: 0;
}

.section-memo-body.attack {
  background-color: var(--f8);
  background-image: url('../images/svg-under-attack.svg');
  background-position: 50% 100%;
  background-attachment: scroll;
}

.section-memo-body.despair {
  z-index: 2;
  background-color: var(--dark-text);
  color: var(--f8);
  overflow: visible;
}

.section-memo-body.highlights {
  background-color: var(--dark-text);
  padding-top: 0;
  padding-bottom: 0;
}

.section-memo-body.independence {
  color: var(--white-smoke);
  background-color: #5a9da1;
  background-image: linear-gradient(#bb9f7ae0, #bb9f7ae0), url('../images/2020_0410-fassler-f.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-memo-body.values {
  background-color: var(--dark-teal-grey);
  opacity: 1;
  color: var(--f8);
  background-image: linear-gradient(#123133b8, #123133b8), url('../images/2020_1021-general-strike.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  background-attachment: scroll, fixed;
}

.section-memo-body.war {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, var(--dark-text));
  color: var(--white-smoke);
}

.section-memo-body.support {
  background-color: var(--smoke);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7;
}

.section-memo-body.menu-allowance {
  background-color: var(--f8);
}

.container-mem-body {
  z-index: 1;
  background-color: var(--bisque);
  border: 1px solid #e9d7d700;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.column-7 {
  padding-right: 0;
}

.heading-large-new-dark {
  color: var(--dark-text);
  text-align: center;
  -webkit-text-stroke-color: var(--f8);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.2;
}

.heading-large-new-dark.gold {
  color: var(--tan);
}

.heading-large-new-dark.gold-center {
  color: var(--tan);
  text-align: center;
}

.list {
  color: var(--f8);
  padding-left: 10%;
  padding-right: 10%;
}

.rich-text-block-light-list {
  color: var(--f8);
  text-align: left;
  font-family: Merriweather, serif;
  font-style: normal;
}

.rich-text-block-light-list a {
  color: var(--linen);
  -webkit-text-stroke-color: var(--reddish);
  font-family: Merriweather, serif;
  font-weight: 600;
  display: inline;
}

.rich-text-block-light-list.columns {
  column-count: 2;
  column-gap: 5rem;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: Halisr, sans-serif;
  font-weight: 900;
  line-height: 2.5;
}

.rich-text-block-light-list.columns h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.rich-text-block-light-list-copy {
  color: var(--f8);
  text-align: left;
  font-family: Merriweather, serif;
  font-style: normal;
}

.rich-text-block-light-list-copy a {
  color: var(--linen);
  -webkit-text-stroke-color: var(--reddish);
  font-family: Merriweather, serif;
  font-weight: 600;
  display: inline;
}

.rich-text-block-light-list-copy.columns {
  column-count: 2;
  column-gap: 5rem;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: Halisr, sans-serif;
  font-weight: 900;
  line-height: 2.5;
}

.rich-text-block-light-list-copy.columns h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Tiempos Fine Black, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.image-8 {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .heading-small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .rich-text-narrow {
    max-width: 60ch;
  }

  .container {
    width: auto;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .heading-large {
    color: var(--dark-text);
    text-align: center;
    font-size: 6vw;
  }

  .section.hero {
    padding-top: 4vw;
  }

  .section.destruction {
    background-color: var(--maroon-2);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section.politics {
    background-color: var(--linen);
    background-image: none;
    background-position: 0 0;
  }

  .section.independence {
    background-image: linear-gradient(to bottom, var(--dark-teal-grey), var(--dark-teal-grey));
    background-position: 0 0;
  }

  .section.reading {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.menu-allowance {
    padding-top: 6vw;
  }

  .button {
    justify-content: center;
  }

  .footer-wrap {
    flex-direction: column;
    line-height: 2;
  }

  .truthout-link {
    opacity: 1;
    flex: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-item {
    opacity: 1;
    margin-left: 0;
    padding: 1vw 2vw;
    display: block;
  }

  .nav {
    justify-content: space-around;
  }

  .mininav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-block {
    font-size: .7rem;
  }

  .t-top-logo {
    width: 40%;
  }

  .body-copy {
    max-width: none;
  }

  .body-copy.shift-left {
    margin-left: auto;
  }

  .big-num.smaller {
    font-size: 5rem;
  }

  .big-num.small {
    font-size: 3vw;
    line-height: 1;
  }

  .big-num.medium {
    font-size: 4rem;
  }

  .dropdown-list {
    right: 0;
  }

  .bold-text {
    font-size: 17vw;
  }

  .bold-text-2 {
    font-size: 32vw;
  }

  .bold-text-3 {
    font-size: 12vw;
  }

  .bold-text-4 {
    font-size: 14vw;
  }

  .header-subtext {
    font-size: 4vw;
  }

  .heading-jumbo-larger {
    font-size: 12vw;
  }

  .tweety-bird {
    margin-left: auto;
    margin-right: auto;
    left: 20%;
    right: 50%;
  }

  .avatar.abs-top-left {
    width: 20%;
    height: 20%;
  }

  .avatar.abs-top-left-small {
    width: 30vw;
    margin-bottom: -5vw;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .blockquote {
    padding-left: 0;
    padding-right: 0;
  }

  .follow-icon {
    border-bottom-width: 2px;
    border-right-width: 2px;
    width: 2vw;
    height: 2vw;
  }

  .rich-text-block {
    color: var(--dark-text);
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block.columns {
    max-width: none;
  }

  .rich-text-block-white {
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
  }

  .text-war {
    font-size: 41vw;
    line-height: .7;
  }

  .text-imperialism {
    font-size: 15vw;
    line-height: .6;
  }

  .text-struggle {
    font-size: 5vw;
    line-height: .9;
  }

  .tweet-container4embed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -2rem;
  }

  .stats {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .header {
    overflow: hidden;
  }

  .footer {
    flex-direction: column;
    padding-top: 3vw;
    padding-bottom: 3vw;
    line-height: 2;
  }

  .img-mobile {
    display: block;
  }

  .img-mask {
    box-shadow: none;
    background-color: #0000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    min-height: auto;
  }

  .donate-blocks {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .stat-card {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .stat-card-meta {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .stat-card-header {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .stat-card-graph {
    margin-top: 1rem;
  }

  .flex-tweets {
    grid-template-columns: repeat(auto-fit, minmax(280px, 100%));
  }

  .flex-tweet {
    padding-left: 0;
  }

  .tweets {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .twitter-headline {
    width: 620px;
    margin-top: 9rem;
    font-size: 12vw;
  }

  .heading-img-clip-bg {
    min-height: 50vw;
    margin-top: -3vw;
    margin-bottom: -3vw;
  }

  .heading-img-clip {
    font-size: 15vw;
  }

  .rich-text-narrower, .line-breaker-for-text {
    width: 50%;
  }

  .stat-spacer-helper {
    padding-top: 2rem;
  }

  .covid-headline-text {
    font-size: 16vw;
  }

  .body-copy-light {
    max-width: none;
  }

  .body-copy-light.shift-left {
    margin-left: auto;
  }

  .section-3 {
    background-color: var(--f8);
  }

  .heading-large-new {
    color: var(--f8);
    text-align: center;
    font-size: 6vw;
  }

  .aligned-copy {
    padding-right: 133px;
  }

  .grid {
    grid-template-columns: .25fr 1.75fr 1fr;
  }

  .div-block-3 {
    width: auto;
    padding-right: 0;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .heading-new-smaller {
    color: var(--smoke);
    text-align: center;
    font-size: 4vw;
  }

  .rich-text-block-light-text {
    color: var(--f8);
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-light-text.columns {
    max-width: none;
  }

  .heading-large-new-f8 {
    color: var(--f8);
    text-align: center;
    font-size: 6vw;
  }

  .heading-small-f8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .economic-sec {
    background-image: linear-gradient(#192b21e3, #192b21e3), url('../images/2022_1105-train-union.jpg');
    background-position: 0 0, 50%;
  }

  .list-section-a-light-narrow {
    width: auto;
    padding-right: 2em;
  }

  .human-sec {
    background-image: linear-gradient(#27152eed, #27152eed), url('../images/2022_0106-omicron-prison.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .list-section-a-dark-narrow {
    width: auto;
    padding-right: 2em;
  }

  .list-section-a-light-txt-b {
    padding-left: 2rem;
  }

  .lgbtq-sec {
    background-image: linear-gradient(#211436f2, #211436f2), url('../images/2021_0717-pride2-scaled.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .racial-sec {
    background-image: linear-gradient(#253628f5, #253628f5), url('../images/2021_1020-professor-cell-scaled.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .heading-medium-23 {
    color: var(--f8);
    text-align: center;
    font-size: 6vw;
  }

  .headline-list-23 {
    color: var(--dark-text);
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
  }

  .headline-list-23.columns {
    max-width: none;
  }

  .heading-large-wp {
    color: var(--dark-text);
    text-align: center;
    font-size: 6vw;
  }

  .staff-section.hero {
    padding-top: 4vw;
  }

  .staff-section.destruction {
    background-color: var(--maroon-2);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .staff-section.politics {
    background-color: var(--linen);
    background-image: none;
    background-position: 0 0;
  }

  .staff-section.independence {
    background-image: linear-gradient(to bottom, var(--dark-teal-grey), var(--dark-teal-grey));
    background-position: 0 0;
  }

  .staff-section.reading {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .staff-section.menu-allowance {
    padding-top: 6vw;
  }

  .section-staff.hero {
    padding-top: 4vw;
  }

  .section-staff.destruction {
    background-color: var(--maroon-2);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section-staff.politics {
    background-color: var(--linen);
    background-image: none;
    background-position: 0 0;
  }

  .section-staff.independence {
    background-image: linear-gradient(to bottom, var(--dark-teal-grey), var(--dark-teal-grey));
    background-position: 0 0;
  }

  .section-staff.reading {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-staff.menu-allowance {
    padding-top: 6vw;
  }

  .headline-staff {
    color: var(--dark-text);
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
  }

  .headline-staff.columns {
    max-width: none;
  }

  .heading-writer-name, .heading-writer-name-left {
    color: var(--dark-text);
    text-align: center;
    font-size: 6vw;
  }

  .section-staff-copy.hero {
    padding-top: 4vw;
  }

  .section-staff-copy.destruction {
    background-color: var(--maroon-2);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section-staff-copy.politics {
    background-color: var(--linen);
    background-image: none;
    background-position: 0 0;
  }

  .section-staff-copy.independence {
    background-image: linear-gradient(to bottom, var(--dark-teal-grey), var(--dark-teal-grey));
    background-position: 0 0;
  }

  .section-staff-copy.reading {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-staff-copy.menu-allowance {
    padding-top: 6vw;
  }

  .rich-text-block-light-text-copy {
    color: var(--f8);
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-light-text-copy.columns {
    max-width: none;
  }

  .stat-card-meta-copy {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .section-copy.hero {
    padding-top: 4vw;
  }

  .section-copy.destruction {
    background-color: var(--maroon-2);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section-copy.politics {
    background-color: var(--linen);
    background-image: none;
    background-position: 0 0;
  }

  .section-copy.independence {
    background-image: linear-gradient(to bottom, var(--dark-teal-grey), var(--dark-teal-grey));
    background-position: 0 0;
  }

  .section-copy.reading {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-copy.menu-allowance {
    padding-top: 6vw;
  }

  .sectiona1.hero {
    padding-top: 4vw;
  }

  .sectiona1.destruction {
    background-color: var(--maroon-2);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .sectiona1.politics {
    background-color: var(--linen);
    background-image: none;
    background-position: 0 0;
  }

  .sectiona1.independence {
    background-image: linear-gradient(to bottom, var(--dark-teal-grey), var(--dark-teal-grey));
    background-position: 0 0;
  }

  .sectiona1.reading {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .sectiona1.menu-allowance {
    padding-top: 6vw;
  }

  .sectionfunds.hero {
    padding-top: 4vw;
  }

  .sectionfunds.destruction {
    background-color: var(--maroon-2);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .sectionfunds.politics {
    background-color: var(--linen);
    background-image: none;
    background-position: 0 0;
  }

  .sectionfunds.independence {
    background-image: linear-gradient(to bottom, var(--dark-teal-grey), var(--dark-teal-grey));
    background-position: 0 0;
  }

  .sectionfunds.reading {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .sectionfunds.menu-allowance {
    padding-top: 6vw;
  }

  .headline-staff-copy {
    color: var(--f8);
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
  }

  .headline-staff-copy.columns {
    max-width: none;
  }

  .sectionfirst.hero {
    padding-top: 4vw;
  }

  .sectionfirst.destruction {
    background-color: var(--maroon-2);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .sectionfirst.politics {
    background-color: var(--linen);
    background-image: none;
    background-position: 0 0;
  }

  .sectionfirst.independence {
    background-image: linear-gradient(to bottom, var(--dark-teal-grey), var(--dark-teal-grey));
    background-position: 0 0;
  }

  .sectionfirst.reading {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .sectionfirst.menu-allowance {
    padding-top: 6vw;
  }

  .section-memo-body.hero {
    padding-top: 4vw;
  }

  .section-memo-body.destruction {
    background-color: var(--maroon-2);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section-memo-body.politics {
    background-color: var(--linen);
    background-image: none;
    background-position: 0 0;
  }

  .section-memo-body.independence {
    background-image: linear-gradient(to bottom, var(--dark-teal-grey), var(--dark-teal-grey));
    background-position: 0 0;
  }

  .section-memo-body.reading {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-memo-body.menu-allowance {
    padding-top: 6vw;
  }

  .container-mem-body {
    width: auto;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .heading-large-new-dark {
    color: var(--f8);
    text-align: center;
    font-size: 6vw;
  }

  .rich-text-block-light-list {
    color: var(--f8);
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-light-list.columns {
    max-width: none;
  }

  .rich-text-block-light-list-copy {
    color: var(--f8);
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-light-list-copy.columns {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .heading-small {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .rich-text-narrow {
    width: auto;
  }

  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .section.hero {
    z-index: 101;
    padding-top: 2vw;
  }

  .section.destruction {
    padding-right: 0;
  }

  .section.menu-allowance {
    padding-top: 8vw;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .donate-block {
    margin-bottom: 40px;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .truthout-link {
    margin-bottom: 1rem;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .nav-section {
    background-color: #0000;
    border: 1px #000;
    flex: none;
    height: 15vw;
    position: fixed;
  }

  .nav {
    height: 100%;
  }

  .mininav-link {
    display: none;
  }

  .hero-text {
    font-size: 3rem;
  }

  .t-top-logo {
    width: 60%;
    max-width: 90vw;
    margin-top: 1rem;
  }

  .stat-blocks.mobilevert {
    flex-direction: column;
  }

  .big-num.small {
    font-size: 2rem;
  }

  .dropdown-link {
    background-color: var(--white-smoke);
    color: var(--dark-text);
    font-size: 1.1rem;
    font-weight: 700;
  }

  .dropdown-link.w--current {
    background-color: var(--white-smoke);
    color: var(--firebrick);
  }

  .dropdown-toggle {
    background-image: linear-gradient(#0000, #0000);
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 12px;
    display: flex;
  }

  .dropdown {
    background-color: var(--black);
    flex: none;
    align-self: stretch;
    width: 100vw;
    height: 100%;
    display: block;
  }

  .dropdown-list {
    box-shadow: 0 15px 20px 10px #1a1918bf;
  }

  .dropdown-list.w--open {
    border-bottom: 6px solid var(--teal);
    width: 100vw;
  }

  .header-subtext {
    font-size: 6vw;
  }

  .heading-jumbo-larger {
    font-size: 3rem;
  }

  .tweety-bird {
    left: 10%;
  }

  .tweet-num {
    font-size: 2.4rem;
  }

  .slide-nav {
    padding-top: 0;
    padding-left: 6vw;
    padding-right: 6vw;
    font-family: proxima-nova;
    font-size: 1.5rem;
    top: auto;
    bottom: 0;
  }

  .logo-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .stat-block.align-center {
    align-self: flex-start;
  }

  .rich-text-block.columns {
    column-count: 1;
  }

  .rich-text-block.columns h3 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .text-struggle {
    font-size: 5.6vw;
  }

  .heading-large-war {
    font-size: 3rem;
    line-height: .7;
  }

  .tweet-container4embed {
    flex: none;
    max-width: 72vw;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 3;
  }

  .icon-2 {
    color: var(--white-smoke);
  }

  .donate-blocks {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mobile-nav-logo {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-container {
    height: 100%;
  }

  .stat-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .stat-card {
    background-color: #fff;
    border-style: none;
    padding: 4vw 1rem;
  }

  .twitter-headline {
    flex-direction: column;
    margin-top: 5rem;
    font-size: 5rem;
  }

  .rich-text-narrower {
    width: auto;
  }

  .line-breaker-for-text {
    flex-direction: column;
    width: 60%;
  }

  .covid-headline-text {
    font-size: 16vw;
  }

  .img-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .two-col-text {
    text-align: center;
    column-count: 1;
  }

  .list-section-a {
    width: auto;
  }

  .heading-large-new {
    font-size: 3rem;
  }

  .skewed-section {
    height: 250px;
    margin-left: -2%;
  }

  .grid {
    grid-column-gap: 34px;
    grid-template-columns: .25fr 2.5fr 1fr;
  }

  .div-block-3 {
    min-height: 6rem;
  }

  .div-block-4 {
    object-fit: fill;
    width: auto;
    height: auto;
    min-height: 23rem;
    position: static;
  }

  .image-2 {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-new-smaller {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 3rem;
  }

  .rich-text-block-light-text.columns {
    column-count: 1;
  }

  .rich-text-block-light-text.columns h3 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .heading-large-new-f8 {
    font-size: 3rem;
  }

  .heading-small-f8 {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .education-sec {
    background-color: var(--reddish);
    background-image: linear-gradient(89deg, #360000e3 1%, #360000c2 46%, #30000096);
    background-position: 0 0;
  }

  .list-section-a-dark-txt, .list-section-a-light-narrow {
    width: auto;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .list-section-a-dark-narrow, .list-section-a-light-txt-b, .list-section-a-copy, .list-env {
    width: auto;
  }

  .heading-medium-23 {
    font-size: 3rem;
  }

  .headline-list-23.columns {
    column-count: 1;
  }

  .headline-list-23.columns h3 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .heading-large-wp {
    font-size: 3rem;
  }

  .staff-section.hero {
    z-index: 101;
    padding-top: 2vw;
  }

  .staff-section.destruction {
    padding-right: 0;
  }

  .staff-section.menu-allowance {
    padding-top: 8vw;
  }

  .section-staff.hero {
    z-index: 101;
    padding-top: 2vw;
  }

  .section-staff.destruction {
    padding-right: 0;
  }

  .section-staff.menu-allowance {
    padding-top: 8vw;
  }

  .headline-staff.columns {
    column-count: 1;
  }

  .headline-staff.columns h3 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .heading-writer-name, .heading-writer-name-left {
    font-size: 3rem;
  }

  .section-staff-copy.hero {
    z-index: 101;
    padding-top: 2vw;
  }

  .section-staff-copy.destruction {
    padding-right: 0;
  }

  .section-staff-copy.menu-allowance {
    padding-top: 8vw;
  }

  .stat-block-mem-right.align-center {
    align-self: flex-start;
  }

  .rich-text-block-light-text-copy.columns {
    column-count: 1;
  }

  .rich-text-block-light-text-copy.columns h3 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .section-copy.hero {
    z-index: 101;
    padding-top: 2vw;
  }

  .section-copy.destruction {
    padding-right: 0;
  }

  .section-copy.menu-allowance {
    padding-top: 8vw;
  }

  .sectiona1.hero {
    z-index: 101;
    padding-top: 2vw;
  }

  .sectiona1.destruction {
    padding-right: 0;
  }

  .sectiona1.menu-allowance {
    padding-top: 8vw;
  }

  .sectionfunds.hero {
    z-index: 101;
    padding-top: 2vw;
  }

  .sectionfunds.destruction {
    padding-right: 0;
  }

  .sectionfunds.menu-allowance {
    padding-top: 8vw;
  }

  .headline-staff-copy.columns {
    column-count: 1;
  }

  .headline-staff-copy.columns h3 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .sectionfirst.hero {
    z-index: 101;
    padding-top: 2vw;
  }

  .sectionfirst.destruction {
    padding-right: 0;
  }

  .sectionfirst.menu-allowance {
    padding-top: 8vw;
  }

  .section-memo-body.hero {
    z-index: 101;
    padding-top: 2vw;
  }

  .section-memo-body.destruction {
    padding-right: 0;
  }

  .section-memo-body.menu-allowance {
    padding-top: 8vw;
  }

  .container-mem-body {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .heading-large-new-dark {
    font-size: 3rem;
  }

  .rich-text-block-light-list.columns {
    column-count: 1;
  }

  .rich-text-block-light-list.columns h3 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .rich-text-block-light-list-copy.columns {
    column-count: 1;
  }

  .rich-text-block-light-list-copy.columns h3 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-small.gold {
    margin-top: 0;
  }

  .rich-text-narrow {
    width: 100%;
    max-width: none;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-large {
    font-size: 36px;
    line-height: 48px;
  }

  .section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section.menu-allowance {
    padding-top: 10vw;
    padding-bottom: 12vw;
  }

  .button.donate {
    padding-left: 3rem;
    padding-right: 3rem;
    transition: none;
  }

  .button.donate:hover {
    box-shadow: none;
  }

  .footer-wrap, .truthout-link, .footer-links {
    flex-direction: column;
  }

  .hero-text {
    font-size: 36px;
    line-height: 48px;
  }

  .body-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .big-num {
    font-size: 11rem;
  }

  .big-num.smaller {
    font-size: 3rem;
  }

  .dropdown-toggle {
    padding-bottom: 4px;
  }

  .header-flex {
    flex-direction: column;
  }

  .header-subtext {
    font-size: 8vw;
  }

  .heading-jumbo-larger {
    font-size: 36px;
    line-height: 48px;
  }

  .tweet-slides {
    margin-bottom: 30vw;
  }

  .slider {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .icon {
    font-size: 1.7rem;
  }

  .logo-grid {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .slant-box {
    margin-bottom: -10vw;
  }

  .heading-large-war {
    font-size: 36px;
    line-height: 1;
  }

  .footer {
    flex-direction: column;
    line-height: 1;
  }

  .svg-logo-dark {
    max-width: 90%;
  }

  .mobile-nav-logo {
    width: 54%;
  }

  .twitter-headline {
    width: 100%;
    font-size: 3.3rem;
    line-height: 1.3;
  }

  .heading-img-clip-bg {
    background-size: cover;
    background-attachment: scroll;
    margin-top: -4vw;
  }

  .heading-img-clip {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    font-size: 20vw;
  }

  .rich-text-narrower {
    width: 100%;
    max-width: none;
  }

  .line-breaker-for-text {
    width: auto;
  }

  .covid-headline-text {
    font-size: 43px;
    line-height: 48px;
  }

  .body-copy-light {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-new-highlights, .column-new-highlights-start {
    padding-right: 0;
  }

  .column-new-highlights-right {
    padding-left: 0;
  }

  .text-block-9 {
    padding-bottom: 20px;
  }

  .list-section-a {
    width: auto;
    margin: auto;
  }

  .heading-large-new {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 48px;
  }

  .slant-box-light {
    margin-bottom: -10vw;
  }

  .skewed-section {
    margin-left: -4%;
  }

  .aligned-copy {
    padding-top: 106px;
    padding-left: 33px;
    padding-right: 53px;
    font-size: 12px;
  }

  .slant-box-2 {
    margin-bottom: -10vw;
  }

  .image-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-new-smaller, .heading-large-new-f8 {
    font-size: 36px;
    line-height: 48px;
  }

  .list-section-a-dark-txt, .list-section-a-light-narrow, .list-section-a-dark-narrow, .list-section-a-light-txt-b, .list-section-a-copy, .list-env {
    width: auto;
    margin: auto;
  }

  .heading-medium-23 {
    font-size: 36px;
    line-height: 48px;
  }

  .image-3 {
    width: 60%;
  }

  .heading-large-wp {
    font-size: 36px;
    line-height: 48px;
  }

  .image-4 {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .staff-section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .staff-section.menu-allowance {
    padding-top: 10vw;
  }

  .section-staff {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section-staff.menu-allowance {
    padding-top: 10vw;
  }

  .heading-writer-name, .heading-writer-name-left {
    font-size: 36px;
    line-height: 48px;
  }

  .section-staff-copy {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section-staff-copy.menu-allowance {
    padding-top: 10vw;
  }

  .section-copy {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section-copy.menu-allowance {
    padding-top: 10vw;
  }

  .sectiona1 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .sectiona1.menu-allowance {
    padding-top: 10vw;
  }

  .sectionfunds {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .sectionfunds.menu-allowance {
    padding-top: 10vw;
  }

  .container-5 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .headline-staff-copy {
    font-size: 1.5rem;
  }

  .heading-6 {
    font-size: 1.3rem;
  }

  .sectionfirst {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .sectionfirst.menu-allowance {
    padding-top: 10vw;
  }

  .section-memo-body {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section-memo-body.menu-allowance {
    padding-top: 10vw;
  }

  .container-mem-body {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-large-new-dark {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 48px;
  }
}

#w-node-_42a9eb9f-3f11-083e-a84a-5971940778a5-cdec4582 {
  justify-self: end;
}

#w-node-_42a9eb9f-3f11-083e-a84a-5971940778ac-cdec4582 {
  justify-self: start;
}


@font-face {
  font-family: 'Tiempos Text Regular';
  src: url('../fonts/tiempos-text-web-regular.woff2') format('woff2'), url('../fonts/tiempos-text-web-regular.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Fine Black';
  src: url('../fonts/tiempos-fine-web-black.woff2') format('woff2'), url('../fonts/tiempos-fine-web-black.eot') format('embedded-opentype'), url('../fonts/tiempos-fine-web-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Text Semibold Italic';
  src: url('../fonts/tiempos-text-web-semibold-italic.woff2') format('woff2'), url('../fonts/tiempos-text-web-semibold-italic.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-semibold-italic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Text Semibold';
  src: url('../fonts/tiempos-text-web-semibold.woff2') format('woff2'), url('../fonts/tiempos-text-web-semibold.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Text Regular Italic';
  src: url('../fonts/tiempos-text-web-regular-italic.woff2') format('woff2'), url('../fonts/tiempos-text-web-regular-italic.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-regular-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halisr';
  src: url('../fonts/HalisR-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}