.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: proxima-nova;
  color: #1a1918;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
}

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 {
  display: inline;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1918;
}

a:hover {
  color: #353430;
}

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 {
  margin-bottom: 10px;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

figcaption {
  font-size: 0.9rem;
}

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

.heading-small.gold {
  margin-top: -1.4rem;
  font-family: Halisr, sans-serif;
  color: #4f0b0c;
  font-size: 5vw;
}

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

.rich-text-narrow a {
  display: inline;
  font-family: 'Tiempos Text Semibold', sans-serif;
  color: #f8f8f8;
  font-weight: 600;
}

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

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

.heading-large.gold {
  color: #bb9f7a;
}

.heading-large.gold-center {
  color: #bb9f7a;
  text-align: center;
}

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

.section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: #f4f4f4;
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding-bottom: 0vw;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/2020_0803-cop-drones-g-scaled-blue.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  opacity: 1;
  color: #eee;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.section.destruction {
  z-index: 2;
  background-color: #4f0b0c;
  background-image: url('../images/truth-drip.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #eee;
}

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

.section.prison {
  padding-bottom: 0vw;
  background-color: #031515;
  color: #eee;
}

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

.section.despair {
  z-index: 2;
  overflow: visible;
  background-color: #1a1918;
  color: #f8f8f8;
}

.section.highlights {
  background-color: #ebe2d6;
}

.section.independence {
  background-color: #5a9da1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 159, 122, 0.88)), to(rgba(187, 159, 122, 0.88))), url('../images/2020_0410-fassler-f.jpg');
  background-image: linear-gradient(180deg, rgba(187, 159, 122, 0.88), rgba(187, 159, 122, 0.88)), url('../images/2020_0410-fassler-f.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #eee;
}

.section.values {
  background-color: #123133;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 49, 51, 0.72)), to(rgba(18, 49, 51, 0.72))), url('../images/2020_1021-general-strike.png');
  background-image: linear-gradient(180deg, rgba(18, 49, 51, 0.72), rgba(18, 49, 51, 0.72)), url('../images/2020_1021-general-strike.png');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, 40%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  opacity: 1;
  color: #f8f8f8;
}

.section.war {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#1a1918));
  background-image: linear-gradient(180deg, #000, #1a1918);
  color: #eee;
}

.section.support {
  background-color: #f4f4f4;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
}

.section.menu-allowance {
  background-color: #f8f8f8;
}

.button {
  padding: 0.75rem 1.5rem;
  border: 1px solid #000;
  background-color: #bb9f7a;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #f8f8f8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #353430;
  color: #fff;
}

.button:active {
  background-color: #000;
}

.button.button-white {
  background-color: #eee;
  color: #202020;
}

.button.button-white:hover {
  background-color: #f8f8f8;
}

.button.donate {
  display: block;
  margin-bottom: 2vw;
  padding: 1.5rem 4rem;
  border-width: 1vw;
  border-color: #9c162c;
  background-color: #9c162c;
  -webkit-transition: all 200ms ease, color 400ms ease;
  transition: all 200ms ease, color 400ms ease;
  font-size: 1.2rem;
}

.button.donate:hover {
  border-color: #4f0b0c;
  background-color: #4f0b0c;
  box-shadow: 0 40px 15px 0 rgba(0, 0, 0, 0.12);
}

.button.donate.hot {
  background-color: #f8f8f8;
  color: #9c162c;
}

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

.divider {
  height: 4px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #9c162c;
}

.divider.trans36 {
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.36);
}

.divider.gold {
  background-color: #bb9f7a;
}

.divider.dotted {
  height: 1px;
  border-top: 2px dotted #bb9f7a;
  background-color: transparent;
}

.divider.gold-thin {
  height: 1px;
  margin-top: 0rem;
  background-color: #bb9f7a;
}

.divider.white {
  background-color: #f8f8f8;
}

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

.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 {
  height: 1px;
  margin-top: 0rem;
  background-color: #fff;
}

.divider.dark-thin {
  height: 1px;
  margin-top: 0rem;
  background-color: #000;
}

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

.donate-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-field {
  margin-bottom: 18px;
  padding: 1.5rem;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 0.9rem;
}

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

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

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

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

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

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #eee;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.truthout-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #353430;
  text-decoration: none;
}

.truthout-link:hover {
  color: #4f0b0c;
}

.webflow-logo-tiny {
  margin-right: 8px;
  color: #f8f8f8;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  padding-left: 1vw;
  -webkit-transition-property: color;
  transition-property: color;
  color: #353430;
  text-decoration: none;
}

.footer-item:hover {
  color: #4f0b0c;
}

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

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

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

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.nav-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: hsla(0, 0%, 97.3%, 0.9);
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mininav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  font-family: Halisr, sans-serif;
  color: #6e6e63;
  font-size: 0.8rem;
  line-height: 5;
  font-weight: 700;
  text-transform: uppercase;
}

.mininav-link:hover {
  border-bottom-color: #9c162c;
}

.mininav-link.w--current {
  border-bottom-color: #9c162c;
  color: #1a1918;
}

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

.text-block {
  margin: 0.5rem auto auto;
  font-family: Halisr, sans-serif;
  color: #bb9f7a;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

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

.hero-cover.shift-left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
}

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

.hero-cover.fixed-50a {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  max-width: none;
  opacity: 0.5;
}

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

.body-copy {
  position: relative;
  max-width: 43em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
  font-family: Merriweather, serif;
  color: #1a1918;
}

.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;
}

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

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

.big-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Tiempos Fine Black', sans-serif;
  font-size: 13rem;
  line-height: 0.7;
}

.big-num.smaller {
  padding-right: 1vw;
  font-family: Halisr, sans-serif;
  font-size: 7rem;
}

.big-num.teal {
  font-family: Halisr, sans-serif;
  color: #9c162c;
}

.big-num.small {
  margin-bottom: 0vw;
  padding-right: 1vw;
  font-family: Halisr, sans-serif;
  font-size: 3vw;
}

.big-num.white {
  color: #f8f8f8;
}

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

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

.all-page {
  background-color: #f8f8f8;
}

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

.small-caps.white {
  color: #f8f8f8;
}

.modal-parent {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
}

.modal-centering {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.modal {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
  width: 50%;
  height: auto;
  padding: 2vw;
  border-radius: 1rem;
  background-color: #f8f8f8;
  text-align: center;
}

.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vw;
  height: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f8f8f8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 3rem;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

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

.person-or-link {
  margin-bottom: 0rem;
  color: #9c162c;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
}

.mini-wrapper {
  padding: 1vw;
}

.dropdown-link {
  background-color: #3c6e71;
  color: #f8f8f8;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #9c162c;
  color: #f8f8f8;
}

.dropdown-link.w--current {
  background-color: #4f0b0c;
  color: #f8f8f8;
}

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

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

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

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

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

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

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

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

.super.top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.heading-jumbo-larger.gold {
  font-family: Halisr, sans-serif;
  color: #4f0b0c;
}

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

.avatar {
  border-radius: 50%;
}

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

.avatar.abs-top-left-small {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 9vw;
  box-shadow: 0 10px 20px 0 #e2d0b8;
}

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

.left-arrow {
  width: 50px;
}

.right-arrow {
  width: 50px;
}

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

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

.icon {
  color: #1a1918;
}

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

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

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

.grid-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
}

.wrapper {
  padding-bottom: 5vw;
}

.stat-block {
  margin-bottom: auto;
  padding-right: 3vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stat-block.last {
  padding-right: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.stat-block.align-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.graph-svg {
  width: 100%;
}

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

.caps {
  margin-bottom: 0rem;
  padding-right: 0.5vw;
  opacity: 0.84;
  font-family: Halisr, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}

.stat-block-flexblocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stat-flex-baseline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.red {
  color: #af2522;
}

.blue {
  color: #3c6e71;
}

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

.slant-box {
  margin-bottom: -2vw;
  border-style: solid;
  border-width: 6vw 50vw;
  border-color: transparent #1a1918 #1a1918 transparent;
}

.centered {
  text-align: center;
}

.centered.gold {
  color: #bb9f7a;
}

.blockquote {
  border: 1px none #000;
}

.blockquote.gold {
  color: #bb9f7a;
}

.follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 1rem;
  padding: 1rem 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8f8f8;
  font-size: 1rem;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.follow:hover {
  color: #f8f8f8;
}

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

.rich-text-block {
  font-style: normal;
  text-align: left;
}

.rich-text-block a {
  display: inline;
  font-family: 'Tiempos Text Semibold', sans-serif;
  color: #9c162c;
  font-weight: 600;
}

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

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

.rich-text-block-white {
  color: #f8f8f8;
}

.rich-text-block-white a {
  display: inline;
  font-family: 'Tiempos Text Semibold', sans-serif;
  color: #f8f8f8;
  font-weight: 600;
}

.text-war {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 62, 65, 0.5)), to(#af2522)), url('../images/2020_0116-drones-scaled.png');
  background-image: linear-gradient(180deg, rgba(10, 62, 65, 0.5), #af2522), url('../images/2020_0116-drones-scaled.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 90%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: Halisr, sans-serif;
  font-size: 31rem;
  line-height: 0.8;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-imperialism {
  display: block;
  font-family: Halisr, sans-serif;
  color: #92a5ac;
  font-size: 11rem;
  line-height: 0.7;
}

.text-struggle {
  display: block;
  font-family: Halisr, sans-serif;
  color: #92a5ac;
  font-size: 4.3rem;
  line-height: 1;
}

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

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

.flex-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pie-div {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #3c6e71;
  border-radius: 50%;
  background-color: #9c162c;
}

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

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.footer {
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  text-align: center;
}

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

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

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

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

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

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

.footer-text {
  font-family: proxima-nova;
  color: #6e6e63;
  font-weight: 700;
}

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

.slide {
  position: relative;
}

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

.stat-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 47%;
  -webkit-flex: 47%;
  -ms-flex: 47%;
  flex: 47%;
  border-style: solid;
  border-width: 1px;
  border-color: #3c6e71;
  background-color: #f8f8f8;
}

.stat-card-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted rgba(10, 62, 65, 0.5);
  line-height: 1;
  text-transform: uppercase;
}

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

.stat-caps {
  margin-bottom: 0rem;
  opacity: 0.84;
  font-family: Halisr, sans-serif;
  text-transform: uppercase;
}

.stat-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0rem;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #1a1918;
  border-bottom: 1px dotted rgba(10, 62, 65, 0.5);
  font-family: 'Tiempos Fine Black', sans-serif;
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 900;
}

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

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

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

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

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

.tweets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.rich-text-narrower a {
  font-family: 'Tiempos Text Semibold', sans-serif;
  color: #9c162c;
  font-weight: 600;
}

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

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

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

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

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

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

.container-2 {
  display: block;
}

.section-2 {
  min-height: auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: #ebe2d6;
}

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

.text-block-2 {
  font-family: Halisr, sans-serif;
  color: #f8f8f8;
}

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

.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: 20px;
  padding-right: 0px;
}

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

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

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

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

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

.image {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  font-family: Halisr, sans-serif;
}

.text-block-4 {
  font-family: Halisr, sans-serif;
}

.text-block-5 {
  font-family: Halisr, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-4 {
  background-color: #11111b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 15, 33, 0.94)), to(rgba(34, 15, 33, 0.94))), url('../images/2020_1226-religion-scaled.jpg');
  background-image: linear-gradient(180deg, rgba(34, 15, 33, 0.94), rgba(34, 15, 33, 0.94)), url('../images/2020_1226-religion-scaled.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.list-section-a {
  width: auto;
  padding-right: 2em;
  padding-left: 2rem;
  font-family: Merriweather, serif;
  color: #f8f8f8;
}

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

.heading-large-new.gold {
  color: #bb9f7a;
}

.heading-large-new.gold-center {
  color: #bb9f7a;
  text-align: center;
}

.slant-box-light {
  margin-bottom: -2vw;
  border-style: solid;
  border-width: 6vw 50vw;
  border-color: transparent #1a1918 #1a1918 transparent;
  color: transparent;
}

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

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

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

.div-block-2 {
  background-color: #f4f4f4;
  -webkit-transform: translate(0px, 80%) scale(2) rotate(-3deg);
  -ms-transform: translate(0px, 80%) scale(2) rotate(-3deg);
  transform: translate(0px, 80%) scale(2) rotate(-3deg);
}

.slant-box-2 {
  margin-bottom: -2vw;
  border-style: solid;
  border-width: 6vw 50vw;
  border-color: transparent #1a1918 #1a1918 transparent;
  opacity: 1;
}

.section-5 {
  background-color: #eee;
}

.gridoverlaptest {
  background-color: #000;
  color: #f4f4f4;
}

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

.div-block-3 {
  min-height: 30rem;
  background-color: #000;
  color: #f4f4f4;
}

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

.div-block-5 {
  background-color: #000;
}

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

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

.heading-new-smaller.gold {
  color: #bb9f7a;
}

.heading-new-smaller.gold-center {
  color: #bb9f7a;
  text-align: center;
}

.rich-text-block-light-text {
  font-family: Merriweather, serif;
  font-style: normal;
  text-align: left;
}

.rich-text-block-light-text a {
  display: inline;
  font-family: Merriweather, serif;
  color: #bb9f7a;
  font-weight: 600;
}

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

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

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

.heading-large-new-f8.gold {
  color: #bb9f7a;
}

.heading-large-new-f8.gold-center {
  color: #bb9f7a;
  text-align: center;
}

.heading-small-f8 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Merriweather, serif;
  color: #f8f8f8;
  font-size: 2vw;
  line-height: 1.3;
  font-weight: 900;
}

.heading-small-f8.gold {
  margin-top: -1.4rem;
  font-family: Halisr, sans-serif;
  color: #4f0b0c;
  font-size: 5vw;
}

.link {
  color: #ebe2d6;
}

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

.education-sec {
  background-color: #eee;
  background-image: linear-gradient(89deg, rgba(54, 0, 0, 0.89) 1%, rgba(54, 0, 0, 0.76) 46%, rgba(48, 0, 0, 0.59)), url('../images/2022_0403-college-debt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.links-light {
  color: #ebe2d6;
}

.list-section-a-dark-txt {
  width: auto;
  padding-right: 2em;
  padding-left: 2rem;
  font-family: Merriweather, serif;
  color: #1a1918;
}

.reproductive-sec {
  background-color: #11111b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 22, 71, 0.86)), to(rgba(16, 22, 71, 0.86))), url('../images/2021_0122-miso2.jpg');
  background-image: linear-gradient(180deg, rgba(16, 22, 71, 0.86), rgba(16, 22, 71, 0.86)), url('../images/2021_0122-miso2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.economic-sec {
  background-color: #11111b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 45, 54, 0.89)), to(rgba(49, 45, 54, 0.89))), url('../images/movement-memos-kelly-hayes.jpg');
  background-image: linear-gradient(180deg, rgba(49, 45, 54, 0.89), rgba(49, 45, 54, 0.89)), url('../images/movement-memos-kelly-hayes.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.grid-2 {
  grid-column-gap: 81px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.div-block-7 {
  padding: 0.5rem 2rem;
  background-color: #ebe2d6;
}

.culture-sec {
  background-color: #11111b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 24, 44, 0.94)), to(rgba(12, 24, 44, 0.94))), url('../images/2020_1226-religion-scaled.jpg');
  background-image: linear-gradient(180deg, rgba(12, 24, 44, 0.94), rgba(12, 24, 44, 0.94)), url('../images/2020_1226-religion-scaled.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.human-sec {
  background-color: #11111b;
  background-image: linear-gradient(92deg, rgba(206, 157, 60, 0.98), rgba(184, 146, 81, 0.99) 47%, rgba(226, 208, 184, 0)), url('../images/2020_0304-facial-recognition.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.list-section-a-dark-narrow {
  width: 50rem;
  padding-right: 14em;
  padding-left: 2rem;
  font-family: Merriweather, serif;
  color: #1a1918;
}

.env-sec {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 70, 55, 0.91)), to(rgba(16, 70, 55, 0.91))), url('../images/2020_1228-ecosystem-pandemic-i-scaled2.jpg');
  background-image: linear-gradient(180deg, rgba(16, 70, 55, 0.91), rgba(16, 70, 55, 0.91)), url('../images/2020_1228-ecosystem-pandemic-i-scaled2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.immigration-sec {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 48, 0.84)), to(rgba(20, 19, 48, 0.84))), url('../images/2019_0703-elbit-tower-2.jpg');
  background-image: linear-gradient(180deg, rgba(20, 19, 48, 0.84), rgba(20, 19, 48, 0.84)), url('../images/2019_0703-elbit-tower-2.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.pol-sec {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 88%, 0.94)), to(hsla(0, 0%, 88%, 0.94))), url('../images/2020_1021-vote-line-scaled1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 88%, 0.94), hsla(0, 0%, 88%, 0.94)), url('../images/2020_1021-vote-line-scaled1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.lgbtq-sec {
  background-color: #11111b;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(42%, hsla(0, 0%, 97.3%, 0.89)), color-stop(80%, hsla(0, 0%, 100%, 0))), url('../images/2021_0717-pride2-scaled.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 97.3%, 0.89) 42%, hsla(0, 0%, 100%, 0) 80%), url('../images/2021_0717-pride2-scaled.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pris-sec {
  background-color: #11111b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 33, 53, 0.89)), to(rgba(23, 33, 53, 0.89))), url('../images/2020_0629-police-badge-broken-scaled.jpg');
  background-image: linear-gradient(180deg, rgba(23, 33, 53, 0.89), rgba(23, 33, 53, 0.89)), url('../images/2020_0629-police-badge-broken-scaled.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.racial-sec {
  background-color: #eee;
  background-image: linear-gradient(100deg, #27332a 14%, rgba(44, 63, 52, 0.94) 52%, rgba(49, 77, 63, 0.63) 95%), url('../images/2021_1020-professor-cell-scaled.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.war-sec {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 28, 48, 0.93)), to(rgba(22, 28, 48, 0.93))), url('../images/2020_0103-pentagon-money.jpg');
  background-image: linear-gradient(180deg, rgba(22, 28, 48, 0.93), rgba(22, 28, 48, 0.93)), url('../images/2020_0103-pentagon-money.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.list-env {
  width: auto;
  padding-right: 2em;
  padding-left: 2rem;
  font-family: Merriweather, serif;
  color: #f8f8f8;
}

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

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

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

  .heading-large {
    color: #1a1918;
    font-size: 6vw;
    text-align: center;
  }

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

  .section.destruction {
    background-color: #380102;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section.politics {
    background-color: #ebe2d6;
    background-image: none;
    background-position: 0px 0px;
  }

  .section.independence {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#123133), to(#123133));
    background-image: linear-gradient(180deg, #123133, #123133);
    background-position: 0px 0px;
  }

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

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

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 2;
  }

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

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

  .nav {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .text-block {
    font-size: 0.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: 5vw;
  }

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

  .dropdown-list {
    right: 0px;
  }

  .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 {
    left: 20%;
    right: 50%;
    margin-right: auto;
    margin-left: auto;
  }

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

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

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

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

  .rich-text-block {
    max-width: 60ch;
    margin-right: auto;
    margin-left: auto;
    color: #1a1918;
  }

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

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

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

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

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

  .tweet-container4embed {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: -2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .header {
    overflow: hidden;
  }

  .footer {
    padding-top: 3vw;
    padding-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 2;
  }

  .img-mobile {
    display: block;
  }

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

  .donate-blocks {
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .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: 0vw;
  }

  .tweets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    width: 50%;
  }

  .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: #f8f8f8;
  }

  .heading-large-new {
    color: #1a1918;
    font-size: 6vw;
    text-align: center;
  }

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

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

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

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

  .heading-new-smaller {
    color: #f4f4f4;
    font-size: 4vw;
    text-align: center;
  }

  .rich-text-block-light-text {
    max-width: 60ch;
    margin-right: auto;
    margin-left: auto;
    color: #f8f8f8;
  }

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

  .heading-large-new-f8 {
    color: #f8f8f8;
    font-size: 6vw;
    text-align: center;
  }

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

  .economic-sec {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 45, 54, 0.89)), to(rgba(49, 45, 54, 0.89))), url('../images/movement-memos-kelly-hayes.jpg');
    background-image: linear-gradient(180deg, rgba(49, 45, 54, 0.89), rgba(49, 45, 54, 0.89)), url('../images/movement-memos-kelly-hayes.jpg');
    background-position: 0px 0px, 50% 50%;
  }

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

  .human-sec {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 186, 112, 0.94)), to(rgba(216, 186, 112, 0.94))), url('../images/2020_0304-facial-recognition.jpg');
    background-image: linear-gradient(180deg, rgba(216, 186, 112, 0.94), rgba(216, 186, 112, 0.94)), url('../images/2020_0304-facial-recognition.jpg');
    background-position: 0px 0px, 50% 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: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(hsla(0, 0%, 97.3%, 0.8))), url('../images/2021_0717-pride2-scaled.jpg');
    background-image: linear-gradient(90deg, #f8f8f8, hsla(0, 0%, 97.3%, 0.8)), url('../images/2021_0717-pride2-scaled.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .racial-sec {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 54, 40, 0.96)), to(rgba(37, 54, 40, 0.96))), url('../images/2021_1020-professor-cell-scaled.jpg');
    background-image: linear-gradient(180deg, rgba(37, 54, 40, 0.96), rgba(37, 54, 40, 0.96)), url('../images/2021_1020-professor-cell-scaled.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
}

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

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

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

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

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

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

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

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

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

  .footer-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

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

  ._404-wrap {
    padding: 30px;
  }

  .nav-section {
    position: fixed;
    height: 15vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px none #000;
    background-color: transparent;
  }

  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .dropdown-link {
    background-color: #eee;
    color: #1a1918;
    font-size: 1.1rem;
    font-weight: 700;
  }

  .dropdown-link.w--current {
    background-color: #eee;
    color: #af2522;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .dropdown {
    display: block;
    width: 100vw;
    height: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #000;
  }

  .dropdown-list {
    box-shadow: 0 15px 20px 10px rgba(26, 25, 24, 0.75);
  }

  .dropdown-list.w--open {
    width: 100vw;
    border-bottom: 6px solid #3c6e71;
  }

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

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

  .tweety-bird {
    left: 10%;
  }

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

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

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

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

  .rich-text-block.columns {
    -webkit-column-count: 1;
    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: 0.7;
  }

  .tweet-container4embed {
    max-width: 72vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 3;
    text-align: center;
  }

  .icon-2 {
    color: #eee;
  }

  .donate-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .nav-container {
    height: 100%;
  }

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

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

  .twitter-headline {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 5rem;
  }

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

  .line-breaker-for-text {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .two-col-text {
    text-align: center;
    -webkit-column-count: 1;
    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;
    -ms-grid-columns: 0.25fr 2.5fr 1fr;
    grid-template-columns: 0.25fr 2.5fr 1fr;
  }

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

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

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

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

  .rich-text-block-light-text.columns {
    -webkit-column-count: 1;
    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: 0.5rem;
    font-size: 2rem;
  }

  .education-sec {
    background-color: #9c162c;
    background-image: linear-gradient(89deg, rgba(54, 0, 0, 0.89) 1%, rgba(54, 0, 0, 0.76) 46%, rgba(48, 0, 0, 0.59));
    background-position: 0px 0px;
  }

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

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

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

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

  .list-section-a-light-txt-b {
    width: auto;
  }

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

  .list-env {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .rich-text-narrow {
    width: 100%;
    max-width: none;
  }

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

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

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

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

  .button.donate {
    padding-right: 3rem;
    padding-left: 3rem;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

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

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .truthout-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

  .header-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .slider {
    padding-right: 7vw;
    padding-left: 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 {
    margin-top: -4vw;
    background-size: cover;
    background-attachment: scroll;
  }

  .heading-img-clip {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    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: 0vw;
    padding-bottom: 0vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .list-env {
    width: auto;
    margin: auto;
  }
}

#w-node-c50fc924-c679-98de-913f-4a4a4aa682f2-b0894cc6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4037f2e6-efef-784e-0d6e-e4817ba82c2c-b0894cc6 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_9101e943-5db2-87d8-42b6-c00583ff8031-b0894cc6 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-_9696fdf1-a103-ef41-89ab-9dbf658ac17f-b0894cc6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a2d99c6f-df57-413d-ea2d-ad459ce60546-b0894cc6 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a2d99c6f-df57-413d-ea2d-ad459ce6054d-b0894cc6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_4037f2e6-efef-784e-0d6e-e4817ba82c2c-b0894cc6 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c50fc924-c679-98de-913f-4a4a4aa682f2-b0894cc6 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_4037f2e6-efef-784e-0d6e-e4817ba82c2c-b0894cc6 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_9101e943-5db2-87d8-42b6-c00583ff8031-b0894cc6 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }
}

@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;
}