/*
Theme Name: Justice Roadmap
Author: Casa Blue - Emilio Coppola
Version: 1.0
This theme doesn't require any plugin to work properly.
*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-primary: #1A032C;
  --color-secondary: #F15C4D;
  --color-black: #12021E;
  --color-white: rgba(255,255,255,0.87);
  --site-background: #12021E;
  --site-color:  rgba(255,255,255,0.87);
  --site-color-seconday: #1A032C;
  --site-secondary-background: #1A032C;
  --site-terciary-background: #F15C4D;
  --spacing-s1: 56px;
  --spacing-s2: 48px;
  --spacing-s3: 36px;
  --spacing-s4: 32px;
  --xl: 28px;
  --xl-line-height: 32px;
  --xl-font-weight: 600;
  --xl-letter-spacing: normal;
  --xl-font-family: 'IBM Plex Serif', serif;
  --h1: 28px;
  --h1-line-height: 32px;
  --h1-font-weight: 600;
  --h1-letter-spacing: normal;
  --h1-font-family: 'IBM Plex Serif', serif;
  --h2: 24px;
  --h2-line-height: 32px;
  --h2-font-weight: 600;
  --h2-letter-spacing: normal;
  --h2-font-family: 'IBM Plex Serif', serif;
  --h3: 22px;
  --h3-line-height: 32px;
  --h3-font-weight: 600;
  --h3-letter-spacing: 0.1px;
  --h3-font-family: 'IBM Plex Sans', sans-serif;
  --h4: 16px;
  --h4-line-height: 24px;
  --h4-font-weight: 600;
  --h4-letter-spacing: 0.1px;
  --h4-font-family: 'IBM Plex Sans', sans-serif;
  --h5: 12px;
  --h5-line-height: 16px;
  --h5-font-weight: 600;
  --h5-letter-spacing: 0.1px;
  --h5-font-family: 'IBM Plex Sans', sans-serif;
  --h6: 12px;
  --h6-line-height: 16px;
  --h6-font-weight: 600;
  --h6-letter-spacing: 0.1px;
  --h6-font-family: 'IBM Plex Sans', sans-serif;
  --p-font-size: 16px;
  --p-font-family: 'IBM Plex Sans', sans-serif;
  --p-line-height: 22px;
  --p-letter-spacing: 0.1px;
  /* These still not all implemented. Secondary and other things are hard-coded and they probably should be all variables */
  --button-font-family: 'IBM Plex Sans', sans-serif;
  --button-border-radius: 0;
  --button-font-size: 12px;
  --button-font-size-small: 12px;
  --button-text-transform: uppercase;
  --button-line-height: 36px;
  --section-max-width: 320px;
}

@media (min-width: 768px) {
  :root {
    --spacing-s1: 136px;
    --spacing-s2: 72px;
    --spacing-s3: 48px;
    --spacing-s4: 40px;
  }
}

@media (min-width: 768px) {
  :root {
    --xl: 104px;
    --xl-line-height: 110px;
    --xl-font-weight: 600;
    --xl-letter-spacing: normal;
    --h1: 56px;
    --h1-line-height: 62px;
    --h1-font-weight: 600;
    --h1-letter-spacing: normal;
    --h2: 48px;
    --h2-line-height: 56px;
    --h2-font-weight: 600;
    --h2-letter-spacing: normal;
    --h3: 32px;
    --h3-line-height: 40px;
    --h3-font-weight: 600;
    --h3-letter-spacing: 0.1px;
    --h4: 18px;
    --h4-line-height: 38px;
    --h4-font-weight: 600;
    --h4-letter-spacing: 0.1px;
    --h5: 16px;
    --h5-line-height: 28px;
    --h5-font-weight: 600;
    --h5-letter-spacing: 0.1px;
  }
}

@media (min-width: 768px) {
  :root {
    --p-font-size: 20px;
    --p-line-height: 32px;
  }
}

@media (min-width: 768px) {
  :root {
    --button-font-size: 18px;
    --button-line-height: 48px;
  }
}

@media (min-width: 768px) {
  :root {
    --section-max-width: 1000px;
  }
}

html {
  background-color: var(--site-background);
}

* {
  color: var(--site-color);
}

img {
  max-width: 100%;
}

section .section-wrapper {
  max-width: var(--section-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  section .section-wrapper {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.button {
  background: var(--color-secondary);
  border-radius: var(--button-border-radius);
  color: var(--color-white);
  font-family: var(--button-font-family);
  text-transform: var(--button-text-transform);
  text-decoration: none;
  font-weight: 600;
  padding: 0 32px;
  line-height: var(--button-line-height);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  display: inline-block;
  text-align: center;
  font-size: var(--button-font-size);
  cursor: pointer;
}

.button:hover {
  background: #EB4134;
}

.button:focus {
  background: #F58D82;
}

.button.small {
  font-size: var(--button-font-size-small);
  padding: 0 20px;
}

.button.secondary {
  background: white;
  color: #12021E;
}

.button.secondary:hover {
  background: #D4D4D4;
}

.button.secondary:focus {
  background: #A5A5A5;
}

.button.tertiary {
  background: #11021E;
  color: white;
}

.button.tertiary:hover {
  background: #394553;
}

h1, .h1-style {
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  font-size: var(--h1);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-letter-spacing);
}

h1.xl, .h1-style.xl {
  font-family: var(--xl-font-family);
  font-weight: var(--xl-font-weight);
  font-size: var(--xl);
  line-height: var(--xl-line-height);
  letter-spacing: var(--xl-letter-spacing);
}

.xl-style {
  font-family: var(--xl-font-family);
  font-weight: var(--xl-font-weight);
  font-size: var(--xl);
  line-height: var(--xl-line-height);
  letter-spacing: var(--xl-letter-spacing);
}

h2, .h2-style {
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  font-size: var(--h2);
  line-height: var(--h2-line-height);
  letter-spacing: var(--h2-letter-spacing);
}

h3, .h3-style {
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  font-size: var(--h3);
  line-height: var(--h3-line-height);
  letter-spacing: var(--h3-letter-spacing);
}

h4, .h4-style {
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--h4-letter-spacing);
}

h5, .h5-style {
  font-family: var(--h5-font-family);
  font-weight: var(--h5-font-weight);
  font-size: var(--h5);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-letter-spacing);
}

h6, .h6-style {
  font-family: var(--h6-font-family);
  font-weight: var(--h6-font-weight);
  font-size: var(--h6);
  line-height: var(--h6-line-height);
  letter-spacing: var(--h6-letter-spacing);
}

p {
  font-size: var(--p-font-size);
  font-family: var(--p-font-family);
  line-height: var(--p-line-height);
  letter-spacing: var(--p-letter-spacing);
}

p a {
  color: var(--color-secondary);
}

@media (min-width: 768px) {
  .nav-gap {
    height: 64px;
  }
}

.nav-component {
  width: 100%;
  top: 0;
  position: absolute;
  opacity: 1;
  background: rgba(18, 2, 30, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 100;
}

.nav-component.wp-admin {
  top: 32px;
}

.nav-component.following {
  -webkit-animation: fadeIn 0.5s ease-in both;
          animation: fadeIn 0.5s ease-in both;
  position: fixed;
}

.nav-component .wrapper {
  padding: 15.83px 30px;
}

.nav-component .content {
  margin: 0 auto;
  max-width: 1000px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 74px 1fr 115px;
      grid-template-columns: 74px 1fr 115px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-component .links {
  text-align: center;
}

.nav-component .links li {
  display: inline-block;
}

.nav-component .links li a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: white;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  padding: 0 10px;
  text-transform: uppercase;
}

.nav-component .links li a.active {
  color: #f58d82;
}

.nav-component a.button {
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  padding: 0 18px;
}

.nav-component .other {
  text-align: right;
}

.nav-component .explore-nav-button svg {
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-component .explore-nav-button svg path {
  fill: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-component .explore-nav-button.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nav-component .explore-nav-button.active svg path {
  fill: #f58d82;
}

.nav-component .wrapper.mobile {
  position: relative;
  padding: 9.5px 30px;
}

.nav-component .wrapper.mobile .logo {
  text-align: center;
}

.nav-component .wrapper.mobile .logo img {
  height: 28px;
  padding: 3px 0;
}

.nav-component .wrapper.mobile .menu {
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
  padding: 20px;
  width: 15px;
  height: 15px;
}

.nav-component .wrapper.mobile .menu svg {
  position: absolute;
}

.nav-component .wrapper.mobile .menu svg.hb {
  opacity: 1;
}

.nav-component .wrapper.mobile .menu svg.cross {
  opacity: 0;
}

.nav-component .wrapper.mobile .menu.opened svg.hb {
  opacity: 0;
}

.nav-component .wrapper.mobile .menu.opened svg.cross {
  opacity: 1;
}

.roadmap-cards-nav-bar {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: -300px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: rgba(28, 14, 40, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.roadmap-cards-nav-bar.visible {
  top: 57px;
}

.roadmap-cards-nav-bar.visible.wp-admin {
  top: 88px;
}

.roadmap-cards-nav-bar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  max-width: 1168px;
  margin: 0 auto;
  padding: 45px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.roadmap-cards-nav-bar .wrapper .roadmap-card {
  max-width: 150px;
}

.roadmap-cards-nav-bar a {
  text-decoration: none;
}

body.mobile-nav-opened {
  overflow: hidden;
}

.mobile-menu-nav-wrapper {
  position: fixed;
  z-index: 99;
  max-width: 100%;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  opacity: 0;
}

.mobile-menu-nav-wrapper.opened {
  opacity: 1;
  -webkit-transform: translate(0, 55px);
          transform: translate(0, 55px);
  pointer-events: all;
}

.mobile-menu-nav-wrapper div.links {
  background: rgba(28, 14, 40, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 100%;
  height: 1000px;
}

.mobile-menu-nav-wrapper div.links a.link {
  display: block;
  font-size: 13px;
  line-height: 56px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mobile-menu-nav-wrapper div.links a.link span {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  display: block;
}

.mobile-menu-nav-wrapper div.links a.link:first-of-type span {
  border-top: 0px solid rgba(255, 255, 255, 0.17);
}

.mobile-menu-nav-wrapper div.links .roadmap-list {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-nav-wrapper div.links .roadmap-list.opened {
  height: 240px;
}

.mobile-menu-nav-wrapper .roadmap-cards {
  height: 240px;
}

.mobile-menu-nav-wrapper .roadmap-cards .wrapper .roadmap-card {
  width: 92px;
}

.mobile-menu-nav-wrapper .roadmap-cards .wrapper .roadmap-card .container h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

footer.global-footer {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  footer.global-footer {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 10px;
  }
}

footer.global-footer .post {
  position: relative;
}

footer.global-footer .post img {
  width: 723px;
  position: absolute;
  right: -20px;
  top: -4vw;
}

@media (min-width: 768px) {
  footer.global-footer .post img {
    right: 0;
    top: -24px;
  }
}

footer.global-footer .footer-content {
  margin: 0 auto;
  padding-top: 70px;
}

@media (min-width: 768px) {
  footer.global-footer .footer-content {
    padding-top: 230px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

footer.global-footer .footer-content .col-1 h2 {
  max-width: 170px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  footer.global-footer .footer-content .col-1 h2 {
    max-width: 320px;
    margin-bottom: 68px;
  }
}

footer.global-footer .footer-content .col-1 a {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer.global-footer .footer-content .col-1 a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  footer.global-footer .footer-content p {
    font-size: 16px;
  }
}

footer.global-footer .footer-content .input-email {
  font-family: 'IBM Plex Serif', serif;
  font-style: normal;
  font-weight: 600;
  background: transparent;
  border: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.47);
  padding-bottom: 10px;
  border-radius: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 24px;
  line-height: 25px;
  margin-top: 46px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  footer.global-footer .footer-content .input-email {
    width: auto;
    font-size: 48px;
    line-height: 56px;
    margin-top: 78px;
    width: 100%;
    padding-right: 30px;
  }
}

footer.global-footer .footer-content .input-email:focus {
  outline: none;
  border-bottom: 3px solid white;
}

footer.global-footer .footer-content .input-email:focus + svg path {
  fill: white;
}

footer.global-footer .footer-content .col-2 .button.mobile {
  width: 100%;
  margin-top: 22px;
  line-height: 48px;
}

footer.global-footer .footer-links {
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 64px;
}

@media (min-width: 768px) {
  footer.global-footer .footer-links {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding-top: 220px;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

footer.global-footer .footer-links .col-1 a {
  display: block;
  text-decoration: none;
}

footer.global-footer .footer-links .col-2 .links {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0px;
          column-gap: 0px;
}

@media (min-width: 768px) {
  footer.global-footer .footer-links .col-2 .links {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

footer.global-footer .footer-links .col-2 .links a {
  opacity: 0.7;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  line-height: 40px;
  text-transform: capitalize;
}

footer.global-footer .footer-links .col-2 .links a:hover {
  opacity: 1;
  color: var(--color-secondary);
}

footer.global-footer .input-wrapper {
  position: relative;
}

footer.global-footer .input-wrapper svg {
  position: absolute;
  bottom: 4px;
  right: -12px;
  cursor: pointer;
  padding: 20px 10px;
}

footer.global-footer .input-wrapper svg path {
  fill: rgba(255, 255, 255, 0.47);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

footer.global-footer a.by-casa-blue {
  text-decoration: none;
  font-family: 'IBM Plex Sans', sans-serif;
  opacity: 0.3;
  font-size: 13px;
}

.site-wrapper .front-page section.hero {
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/justice-roadmap/images/home/hero-mobile-2.jpg");
  background-position: bottom;
  background-size: auto 100%;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.hero {
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0)), to(var(--site-background))), url("/wp-content/themes/justice-roadmap/images/home/hero-desktop.jpg");
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, var(--site-background)), url("/wp-content/themes/justice-roadmap/images/home/hero-desktop.jpg");
    height: 1024px;
  }
}

@media (max-width: 767px) {
  .site-wrapper .front-page section.hero .section-wrapper {
    padding: 70px 20px;
  }
}

.site-wrapper .front-page section.hero .container {
  max-width: 579px;
  padding-top: 112px;
}

.site-wrapper .front-page section.hero .container h1 {
  margin-bottom: 10px;
}

.site-wrapper .front-page section.hero .container p {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.hero .gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 2, 30, 0)), to(#11021E));
    background: linear-gradient(180deg, rgba(17, 2, 30, 0) 0%, #11021E 100%);
    height: 402px;
    position: relative;
    z-index: 1;
    top: 121px;
  }
}

.site-wrapper .front-page .full-width-main-image.mobile {
  width: 100%;
  margin-top: -3px;
}

.site-wrapper .front-page section.download {
  position: relative;
  z-index: 2;
}

.site-wrapper .front-page section.download img.main-image {
  z-index: 3;
  width: 100%;
  margin-top: 71px;
  position: relative;
  margin-top: -400px;
  margin-left: -31px;
  width: calc(100% + 62px);
  max-width: calc(100% + 62px);
  padding-bottom: 130px;
}

.site-wrapper .front-page section.download h2 {
  position: relative;
  top: -85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: -85px;
  position: relative;
  z-index: 4;
  padding: 38px 0 10px;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.download h2 {
    background: var(--site-background);
    padding: 38px 54px;
    max-width: 872px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.download .container {
    text-align: center;
  }
}

.site-wrapper .front-page section.download .container p {
  max-width: 830px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.download .container p {
    background: #12021e;
    position: relative;
    z-index: 10;
    padding: 0 21px;
  }
}

.site-wrapper .front-page section.download .container .button-container {
  margin-top: 50px;
}

.site-wrapper .front-page section.download .container .button-container a {
  display: inline-block;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.download .container .button-container a {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .site-wrapper .front-page section.download .container .button-container a.button.secondary {
    width: 145px;
    margin-bottom: 10px;
  }
}

.site-wrapper .front-page section.explore .grid-2 {
  margin-top: 130px;
  padding-bottom: 53px;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.explore .grid-2 {
    padding-bottom: 90px;
    margin-top: 150px;
    -ms-grid-columns: 533px 1fr;
        grid-template-columns: 533px 1fr;
  }
}

.site-wrapper .front-page section.explore .grid-2 .cta-column {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.explore .grid-2 .cta-column {
    padding-top: 0px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .site-wrapper .front-page section.endorsers {
    padding-bottom: 40px;
  }
}

.site-wrapper .front-page section.endorsers h2, .site-wrapper .front-page section.endorsers p {
  color: #1A032C;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.endorsers h2, .site-wrapper .front-page section.endorsers p {
    margin: 0 auto;
    text-align: center;
  }
}

.site-wrapper .front-page section.endorsers h2 {
  max-width: 218px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.endorsers h2 {
    margin-bottom: 20px;
    max-width: 530px;
  }
}

.site-wrapper .front-page section.endorsers p {
  max-width: 659px;
  margin-bottom: 48px;
}

.site-wrapper .front-page section.endorsers p span {
  text-decoration: underline;
  cursor: pointer;
}

.site-wrapper .front-page section.endorsers .buttons-container {
  margin: 0 auto;
  margin-bottom: 52px;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.endorsers .buttons-container {
    margin-bottom: 64px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .site-wrapper .front-page section.endorsers .buttons-container .button.tertiary {
    width: 173px;
  }
}

.site-wrapper .front-page section.endorsers .buttons-container .button {
  margin: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.endorsers .buttons-container .button {
    margin: 0 4px;
  }
}

.site-wrapper .front-page section.endorsers .endorser-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 8px 10px;
}

@media (min-width: 768px) {
  .site-wrapper .front-page section.endorsers .endorser-grid {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    gap: 18px 20px;
  }
}

.site-wrapper .front-page section.endorsers .endorser-grid div {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-wrapper .front-page section.endorsers .endorser-grid div img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  max-height: 91px;
  margin: 0 auto;
  display: block;
}

.endorsers-popup-container {
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.endorsers-popup-container.open {
  pointer-events: all;
  opacity: 1;
}

.endorsers-popup-container .background-endorsers {
  width: 100%;
  height: 100%;
  background-color: rgba(63, 16, 99, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.endorsers-popup-container .content {
  background: #1F0434;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 47px 86px;
  width: 830px;
}

@media (max-width: 767px) {
  .endorsers-popup-container .content {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    height: 100%;
  }
}

.endorsers-popup-container .content svg {
  position: absolute;
  cursor: pointer;
  right: 25px;
  top: 35px;
}

@media (min-width: 768px) {
  .endorsers-popup-container .content svg {
    right: -35px;
    top: 0px;
  }
}

.endorsers-popup-container .content h4 {
  margin-top: 44px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 23px;
}

.endorsers-popup-container .content .list-container {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .endorsers-popup-container .content .list-container {
    overflow: hidden;
  }
}

.endorsers-popup-container .content .list-container .wrapper {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 17px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (min-width: 768px) {
  .endorsers-popup-container .content .list-container .wrapper {
    max-height: 450px;
  }
}

.endorsers-popup-container .content ul {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0px;
          column-gap: 0px;
}

.endorsers-popup-container .content ul li {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .endorsers-popup-container .content ul {
    padding-bottom: 220px;
  }
}

.endorsers-popup-container .mobile-gradient {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#1f0434), to(transparent));
  background: linear-gradient(0deg, #1f0434, transparent);
  pointer-events: none;
  padding-bottom: 10px;
  border-bottom: 10px solid #1f0434;
}

.site-wrapper .front-page.second-background {
  background-color: #1F0434;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/justice-roadmap/images/home/separator-2.png");
  background-size: 100%;
  background-position: top;
  margin-top: -19vw;
}

@media (max-width: 500px) {
  .site-wrapper .front-page.second-background {
    padding-top: 2px;
  }
}

@media (min-width: 500px) {
  .site-wrapper .front-page.second-background {
    margin-top: -13vw;
    padding-top: 13vw;
  }
}

@media (min-width: 768px) {
  .site-wrapper .front-page.second-background {
    margin-top: -8vw;
    padding-top: 23vw;
  }
}

.site-wrapper .front-page.second-background section {
  position: relative;
  z-index: 1;
}

.site-wrapper .front-page.third-background {
  background-color: #F15C4D;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/justice-roadmap/images/home/separator-3.png");
  background-size: 100%;
  background-position: top;
  margin-top: 0vw;
  padding-top: 23vw;
}

.site-wrapper .front-page.third-background section {
  position: relative;
  z-index: 1;
}

.site-wrapper .front-page.footer-background {
  background-color: #11021E;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

@media (min-width: 768px) {
  .site-wrapper .front-page.footer-background {
    padding-top: 23vw;
    margin-top: 0vw;
    background-image: url("/wp-content/themes/justice-roadmap/images/home/separator-4.png?");
  }
}

.site-wrapper .front-page.footer-background section {
  position: relative;
  z-index: 1;
}

.site-wrapper .page-about {
  overflow: hidden;
}

.site-wrapper .page-about .gradient-background {
  background: -webkit-gradient(linear, left bottom, left top, from(#11021e), color-stop(92%, #1f0434));
  background: linear-gradient(0deg, #11021e 0%, #1f0434 92%);
  overflow: hidden;
}

@media (min-width: 768px) {
  .site-wrapper .page-about .gradient-background {
    background: -webkit-gradient(linear, left bottom, left top, from(#11021e), color-stop(42.15%, #1f0434));
    background: linear-gradient(0deg, #11021e 0%, #1f0434 42.15%);
  }
}

.site-wrapper .page-about .floating {
  position: relative;
  pointer-events: none;
}

.site-wrapper .page-about .floating img {
  position: absolute;
}

.site-wrapper .page-about .floating.floating-1 {
  top: -380px;
  z-index: 1;
}

@media (max-width: 767px) {
  .site-wrapper .page-about .floating.floating-1 img {
    right: 0px;
    height: 160px;
    top: 490px;
  }
}

.site-wrapper .page-about .floating.floating-2 {
  z-index: 1;
}

.site-wrapper .page-about .floating.floating-2 img {
  right: 4vw;
  top: 240px;
}

@media (max-width: 767px) {
  .site-wrapper .page-about .floating.floating-2 img {
    left: -50px;
    height: 204px;
    top: 100px;
  }
}

.site-wrapper .page-about .floating.floating-3 {
  top: 270px;
  z-index: 0;
}

.site-wrapper .page-about .floating.floating-3 img {
  left: 160px;
}

.site-wrapper .page-about section.hero {
  background-position: right;
  background-repeat: no-repeat;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/wp-content/themes/justice-roadmap/images/about/hero-mobile.jpg");
  height: 520px;
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.hero {
    background-image: url("/wp-content/themes/justice-roadmap/images/about/hero.jpg");
    height: 720px;
  }
}

.site-wrapper .page-about section.hero div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.hero div {
    padding: 0 30px;
  }
}

.site-wrapper .page-about section.hero h1 {
  max-width: 180px;
  margin-bottom: 74px;
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.hero h1 {
    max-width: 480px;
  }
}

.site-wrapper .page-about section.floating-copy {
  position: relative;
  height: 350px;
}

.site-wrapper .page-about section.floating-copy div {
  position: absolute;
  background-color: #1f0434;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -110px;
  width: calc(100% - 40px);
  max-width: 100%;
  left: 20px;
  padding: 17px 23px;
}

@media (max-width: 767px) {
  .site-wrapper .page-about section.floating-copy div {
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.floating-copy div {
    padding: 30px 43px;
  }
}

@media (min-width: 1064px) {
  .site-wrapper .page-about section.floating-copy div {
    max-width: 492px;
    width: 100%;
    left: 43%;
    top: -160px;
  }
}

@media (min-width: 1200px) {
  .site-wrapper .page-about section.floating-copy div {
    left: 50%;
  }
}

@media (min-width: 1500px) {
  .site-wrapper .page-about section.floating-copy div {
    left: 55%;
  }
}

.site-wrapper .page-about section.floating-copy div p {
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .site-wrapper .page-about section.floating-copy div p {
    margin-bottom: 30px;
  }
}

.site-wrapper .page-about section.narrative {
  padding: 0 30px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  z-index: 3;
  position: relative;
  text-shadow: 0px 0px 10px #1f0434;
}

@media (max-width: 767px) {
  .site-wrapper .page-about section.narrative {
    padding-top: 230px;
  }
}

.site-wrapper .page-about section.narrative h2 {
  margin-bottom: 30px;
}

.site-wrapper .page-about section.narrative p {
  font-size: 16px;
  line-height: 32px;
}

.site-wrapper .page-about section.narrative .wrapper {
  max-width: 660px;
}

.site-wrapper .page-about section.narrative .image.desktop {
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
}

.site-wrapper .page-about section.narrative .mobile-toggler {
  position: relative;
}

.site-wrapper .page-about section.narrative .mobile-toggler p {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  line-height: 62px;
  position: relative;
  left: -30px;
  width: calc(100% + 72px);
  padding: 0 31px;
  margin-top: 50px;
}

.site-wrapper .page-about section.narrative .mobile-toggler .icon.mobile {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.site-wrapper .page-about section.narrative .mobile-toggler .icon.mobile svg path {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  fill: white;
}

.site-wrapper .page-about section.narrative .mobile-toggler.open .icon.mobile {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.site-wrapper .page-about section.narrative .mobile-toggler.open .icon.mobile svg path {
  fill: var(--color-secondary);
}

.site-wrapper .page-about section.narrative .list-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.narrative .list-container {
    gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    margin-top: 165px;
    margin-bottom: 170px;
  }
}

@media (min-width: 1064px) {
  .site-wrapper .page-about section.narrative .list-container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.site-wrapper .page-about section.narrative .list-container .item {
  border-top: 1px solid #3f1063;
  padding-top: 24px;
  padding-bottom: 48px;
  background-image: url("/wp-content/themes/justice-roadmap/images/about/flag.svg");
  background-repeat: no-repeat;
  background-position: 0px 28px;
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.narrative .list-container .item {
    border-top: 4px solid #3f1063;
  }
}

.site-wrapper .page-about section.narrative .list-container .item:first-child {
  border-top: none;
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.narrative .list-container .item:first-child {
    border-top: 4px solid #3f1063;
  }
}

.site-wrapper .page-about section.narrative .list-container .item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: rgba(255, 255, 255, 0.87);
  padding-left: 21px;
}

.site-wrapper .page-about section.narrative .list-container .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: rgba(255, 255, 255, 0.87);
  padding-left: 21px;
}

.site-wrapper .page-about section.ahead {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 62px;
}

@media (max-width: 767px) {
  .site-wrapper .page-about section.ahead {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.ahead {
    margin-top: 110px;
    margin-bottom: 200px;
    max-width: 1000px;
  }
}

@media (max-width: 767px) {
  .site-wrapper .page-about section.ahead img {
    margin-bottom: -1px;
  }
}

.site-wrapper .page-about section.ahead div {
  background-color: #1f0434;
  padding: 18px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.ahead div {
    text-align: left;
    padding: 30px 43px;
    max-width: 492px;
    position: absolute;
    bottom: -86px;
    left: 50%;
  }
}

@media (min-width: 1100px) {
  .site-wrapper .page-about section.ahead div {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.ahead div h3 {
    max-width: 140px;
    margin-bottom: 12px;
  }
}

.site-wrapper .page-about section.ahead div p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.ahead div p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 32px;
  }
}

.site-wrapper .page-about section.expanding {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .site-wrapper .page-about section.expanding {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.expanding {
    height: 693px;
  }
}

.site-wrapper .page-about section.expanding .diagonal {
  position: absolute;
  z-index: 1;
  top: 410px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 2077px;
  max-width: none;
  pointer-events: none;
}

.site-wrapper .page-about section.expanding div {
  max-width: 660px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.site-wrapper .page-about section.expanding h2 {
  color: var(--color-secondary);
  margin-bottom: 30px;
}

.site-wrapper .page-about section.our-reach {
  margin-top: 40px;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.our-reach {
    margin-top: -40px;
  }
}

.site-wrapper .page-about section.our-reach .grid-2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .site-wrapper .page-about section.our-reach .grid-2 {
    padding: 0 30px;
  }
}

.site-wrapper .page-about section.our-reach .content {
  position: relative;
}

.site-wrapper .page-about section.our-reach .content img {
  margin-bottom: 30px;
}

.site-wrapper .page-about section.our-reach .content .section {
  padding-top: 70px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-wrapper .page-about section.our-reach .content .section {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .site-wrapper .page-about section.our-reach .content .section::before {
    content: "";
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
  }
  .site-wrapper .page-about section.our-reach .content .section.section-3::after {
    content: "";
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
  }
}

.site-wrapper .page-about section.our-reach .content .section .title {
  position: relative;
}

.site-wrapper .page-about section.our-reach .content .section .title .icon.mobile {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.site-wrapper .page-about section.our-reach .content .section .title .icon.mobile svg path {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  fill: white;
}

@media (max-width: 767px) {
  .site-wrapper .page-about section.our-reach .content .section .title h3 {
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    max-width: 240px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
}

@media (max-width: 767px) {
  .site-wrapper .page-about section.our-reach .content .section .text {
    padding-bottom: 30px;
  }
}

.site-wrapper .page-about section.our-reach .content .cajon.open h3 {
  color: var(--color-secondary);
}

.site-wrapper .page-about section.our-reach .content .cajon.open .icon.mobile {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.site-wrapper .page-about section.our-reach .content .cajon.open .icon.mobile svg path {
  fill: var(--color-secondary);
}

.site-wrapper .page-about section.our-reach .navigation {
  position: relative;
  top: 140px;
}

.site-wrapper .page-about section.our-reach .navigation a {
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  margin-bottom: 30px;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
  border-radius: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-wrapper .page-about section.our-reach .navigation a.active {
  color: var(--color-secondary);
  border-bottom: 3px solid var(--color-secondary);
}

.site-wrapper .page-roadmap {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/justice-roadmap/images/roadmap/hero-desktop.jpg");
  background-color: #1F0434;
  padding-bottom: 130px;
}

@media (min-width: 768px) {
  .site-wrapper .page-roadmap {
    padding-bottom: 190px;
  }
}

.site-wrapper .page-roadmap section.hero {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.site-wrapper .page-roadmap section.hero div {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 92px 20px 71px;
}

@media (min-width: 768px) {
  .site-wrapper .page-roadmap section.hero div {
    padding: 140px 40px 180px;
  }
}

.site-wrapper .page-roadmap section.hero div h1 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .site-wrapper .page-roadmap section.hero div h1 {
    max-width: 270px;
    margin: 0 auto 20px;
  }
}

.site-wrapper .page-roadmap section.hero div p {
  max-width: 534px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .site-wrapper .page-roadmap section.hero div p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .site-wrapper .page-roadmap section.hero div p {
    margin-bottom: 65px;
  }
}

.site-wrapper .page-roadmap section.cards {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 160px;
}

.site-wrapper .roadmap-individual {
  overflow: hidden;
  position: relative;
  background-color: #1F0434;
}

.site-wrapper .roadmap-individual .title {
  position: relative;
}

.site-wrapper .roadmap-individual .title .anchor {
  position: absolute;
  top: -50px;
}

.site-wrapper .roadmap-individual .title .anchor#the-problem {
  top: -220px;
}

.site-wrapper .roadmap-individual .background-hero {
  position: absolute;
  top: 0;
  background-size: contain;
  background-attachment: fixed;
  background-image: url("/wp-content/themes/justice-roadmap/images/cards/01.jpg");
  width: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  height: 300px;
}

@media (min-width: 768px) {
  .site-wrapper .roadmap-individual .background-hero {
    height: 540px;
  }
}

.site-wrapper .roadmap-individual .gradient-hero {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(26, 3, 44, 0)), to(#1F0434));
  background: linear-gradient(180deg, rgba(26, 3, 44, 0) 80%, #1F0434 100%);
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 300px;
}

@media (min-width: 768px) {
  .site-wrapper .roadmap-individual .gradient-hero {
    height: 540px;
  }
}

.site-wrapper .roadmap-individual .grid-2.grid-roadmap {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .site-wrapper .roadmap-individual .grid-2.grid-roadmap {
    padding: 0 0px 100px;
    -ms-grid-columns: 350px 1fr;
        grid-template-columns: 350px 1fr;
    padding: 0 30px 100px;
    max-width: 1060px;
  }
}

.site-wrapper .roadmap-individual .grid-2.grid-roadmap .navigation.desktop {
  position: relative;
  top: 580px;
  height: 300px;
}

.site-wrapper .roadmap-individual .grid-2.grid-roadmap .navigation.desktop p {
  cursor: pointer;
  color: white;
  line-height: 39px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}

.site-wrapper .roadmap-individual .grid-2.grid-roadmap .navigation.desktop p.active {
  color: var(--color-secondary);
  border-bottom: 3px solid var(--color-secondary);
}

.site-wrapper .roadmap-individual section {
  max-width: 100%;
}

.site-wrapper .roadmap-individual section.hero {
  padding-top: 254px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .site-wrapper .roadmap-individual section.hero {
    padding-top: 334px;
    padding-bottom: 50px;
  }
}

.site-wrapper .roadmap-individual section.how-we-will-solve-it p {
  opacity: 0.54;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .site-wrapper .roadmap-individual section.how-we-will-solve-it p {
    padding-bottom: 40px;
  }
}

.site-wrapper .roadmap-individual section.how-we-will-solve-it p:first-of-type {
  opacity: 1;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .site-wrapper .roadmap-individual section.how-we-will-solve-it p:first-of-type {
    padding-bottom: 64px;
  }
}

.site-wrapper .roadmap-individual h3 {
  padding: 19px 0px;
}

@media (min-width: 768px) {
  .site-wrapper .roadmap-individual h3 {
    color: #F15C4D;
    padding-top: 73px 0px 0px 0px;
  }
}

@media (min-width: 768px) {
  .site-wrapper .roadmap-individual section.the-problem h3 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .site-wrapper .roadmap-individual section.the-problem p {
    padding-bottom: 20px;
  }
}

.site-wrapper .roadmap-individual .final-cards {
  background-color: #25073F;
  padding: 21px 0 60px;
}

@media (min-width: 768px) {
  .site-wrapper .roadmap-individual .final-cards {
    padding: 70px 0;
  }
}

.site-wrapper .roadmap-individual section.learn-more .entry {
  text-decoration: none;
  position: relative;
  width: 100%;
  display: block;
}

.site-wrapper .roadmap-individual section.learn-more .entry svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

@media (max-width: 767px) {
  .site-wrapper .roadmap-individual section.learn-more .entry svg {
    width: 16px;
  }
}

.site-wrapper .roadmap-individual section.learn-more .entry svg path {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  fill: white;
}

.site-wrapper .roadmap-individual section.learn-more .entry .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
      grid-template-columns: 60% 40%;
  gap: 20px;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-wrapper .roadmap-individual section.learn-more .entry .content p {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.site-wrapper .roadmap-individual section.learn-more .entry .content p:last-of-type {
  font-size: 16px;
  line-height: 32px;
  background-image: url();
}

@media (max-width: 767px) {
  .site-wrapper .roadmap-individual section.learn-more .entry .content p:last-of-type {
    display: none;
  }
}

.site-wrapper .roadmap-individual section.learn-more .entry:hover .content {
  background: rgba(255, 255, 255, 0.05);
}

.site-wrapper .roadmap-individual section.learn-more .entry:hover p {
  color: #F15C4D;
}

.site-wrapper .roadmap-individual section.learn-more .entry:hover svg path {
  fill: #F15C4D;
}

.site-wrapper .roadmap-individual section.events .calendar-event {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .site-wrapper .roadmap-individual section.events .calendar-event {
    margin-bottom: 30px;
  }
}

.site-wrapper .roadmap-individual .wp-block-table {
  display: none;
}

.site-wrapper .take-action {
  background-size: auto;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/justice-roadmap/images/take-action/hero-desktop.jpg");
  background-color: #11021E;
  overflow: hidden;
}

@media (min-width: 768px) {
  .site-wrapper .take-action {
    background-size: 100%;
  }
}

.site-wrapper .take-action section.hero {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.site-wrapper .take-action section.hero div {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 92px 20px 71px;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.hero div {
    padding: 140px 40px 180px;
  }
}

.site-wrapper .take-action section.hero h1 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-wrapper .take-action section.hero h1 {
    max-width: 270px;
    margin: 0 auto 20px;
  }
}

.site-wrapper .take-action section.hero p {
  max-width: 534px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .site-wrapper .take-action section.hero p {
    font-size: 14px;
    line-height: 26px;
    max-width: 210px;
  }
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.hero p {
    margin-bottom: 65px;
  }
}

.site-wrapper .take-action section.sign {
  max-width: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.sign {
    padding: 0 40px;
  }
}

.site-wrapper .take-action section.sign .grid-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.sign .grid-2 {
    padding: 90px 0;
    gap: 106px;
    -ms-grid-columns: calc(63% - 53px) calc(37% - 53px);
        grid-template-columns: calc(63% - 53px) calc(37% - 53px);
  }
}

.site-wrapper .take-action section.sign .grid-2 h3 {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.sign .grid-2 h3 {
    padding-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .site-wrapper .take-action section.sign .grid-2 p {
    margin-bottom: 40px;
  }
}

.site-wrapper .take-action section.sign .grid-2 h5 {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.sign .grid-2 h5 {
    margin-bottom: 30px;
  }
}

.site-wrapper .take-action section.sign .grid-2 a {
  display: block;
  color: #F15C4D;
  font-family: 'IBM Plex Sans', sans-serif;
  text-decoration: none;
  max-width: 234px;
  padding-right: 80px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.sign .grid-2 a {
    font-size: 20px;
    line-height: 32px;
  }
}

.site-wrapper .take-action section.sign .grid-2 a::after {
  content: '';
  width: 24px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/justice-roadmap/images/take-action/arrow.svg");
}

.site-wrapper .take-action section.sign .grid-2 .separator {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.16);
}

.site-wrapper .take-action section.mobilize {
  background-color: #1F0434;
  position: relative;
}

@media (max-width: 767px) {
  .site-wrapper .take-action section.mobilize {
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/justice-roadmap/images/take-action/mobilize-background-mobile.jpg");
    padding-top: 200px;
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.mobilize {
    height: 846px;
  }
}

.site-wrapper .take-action section.mobilize .separator {
  width: 100%;
  position: absolute;
  margin-top: -14vw;
  z-index: 1;
}

.site-wrapper .take-action section.mobilize .background-image {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50px;
}

.site-wrapper .take-action section.mobilize .main {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-wrapper .take-action section.mobilize .content {
  max-width: 576px;
  margin: 0;
  padding-top: 110px;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .site-wrapper .take-action section.mobilize .content {
    background: #1A032C;
    padding: 20px 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 150px;
    text-align: center;
  }
}

.site-wrapper .take-action section.mobilize .content h2 {
  margin-bottom: 20px;
}

.site-wrapper .take-action section.mobilize .content p {
  max-width: 405px;
}

.site-wrapper .take-action section.calendar {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .site-wrapper .take-action section.calendar .anchor {
    position: absolute;
    top: -65px;
  }
}

.site-wrapper .take-action section.calendar .container {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 40px auto;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.calendar .container {
    margin: 93px auto;
    padding: 0 40px;
    max-width: 1080px;
  }
}

.site-wrapper .take-action section.calendar h3 {
  max-width: 576px;
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.calendar h3 {
    text-align: left;
  }
}

.site-wrapper .take-action section.calendar .calendar-grid {
  display: -ms-grid;
  display: grid;
  gap: 21px;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.calendar .calendar-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.site-wrapper .take-action section.email-us {
  position: relative;
  padding: 70px 0 70px;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.email-us {
    padding: 160px 0 240px;
  }
}

.site-wrapper .take-action section.email-us .diagonal {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  max-width: none;
  width: 947px;
  top: 71px;
}

@media (min-width: 768px) {
  .site-wrapper .take-action section.email-us .diagonal {
    top: 260px;
    width: 2077px;
  }
}

.site-wrapper .take-action section.email-us div {
  position: relative;
  z-index: 1;
  max-width: 716px;
  padding: 0 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

.site-wrapper .take-action section.email-us div h2 {
  margin-bottom: 50px;
}

div.page-press section.hero {
  padding: 0 20px;
  background-image: url("/wp-content/themes/justice-roadmap/images/press/background-mobile.jpg");
  background-position: right;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media (min-width: 768px) {
  div.page-press section.hero {
    max-width: 1060px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("/wp-content/themes/justice-roadmap/images/press/background-desktop.jpg");
    background-position: calc(100% - 30px);
  }
}

div.page-press section.hero h1 {
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  div.page-press section.hero h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

div.page-press section.hero div {
  padding-top: 215px;
  max-width: 195px;
  padding-bottom: 55px;
}

@media (min-width: 768px) {
  div.page-press section.hero div {
    max-width: 665px;
  }
}

@media (min-width: 768px) {
  div.page-press section.hero p {
    max-width: 288px;
  }
}

div.page-press section.articles {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  div.page-press section.articles {
    max-width: 1060px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

div.page-press section.articles a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

div.page-press section.articles a:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

div.page-press section.articles article {
  padding: 40px 0;
}

div.page-press section.articles article.small img {
  display: none;
}

div.page-press section.articles article.small h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

@media (min-width: 768px) {
  div.page-press section.articles article h3 {
    font-size: 20px;
    line-height: 32px;
  }
}

div.page-press section.articles article p.date {
  color: var(--color-secondary);
  opacity: 0.87;
  padding-top: 10px;
}

div.page-press section.articles article img {
  width: 100%;
}

div.page-press section.articles-table {
  display: none;
}

.cajon {
  position: relative;
}

@media (max-width: 767px) {
  .cajon::before {
    content: '';
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
  }
  .cajon.learn-more::after {
    content: '';
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
  }
}

.cajon .title {
  position: relative;
}

.cajon .title .icon.mobile {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cajon .title .icon.mobile svg path {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  fill: white;
}

.cajon.open h3 {
  color: var(--color-secondary);
}

.cajon.open .icon.mobile {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.cajon.open .icon.mobile svg path {
  fill: var(--color-secondary);
}

.roadmap-cards {
  position: relative;
}

@media (max-width: 767px) {
  .roadmap-cards {
    overflow: scroll;
    height: 320px;
    width: 100%;
    max-width: calc(100% + 40px);
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .roadmap-cards {
    max-width: 1080px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.roadmap-cards .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7px (1fr)[7] 7px;
      grid-template-columns: 7px repeat(7, 1fr) 7px;
  gap: 14px;
}

@media (min-width: 768px) {
  .roadmap-cards .wrapper {
    gap: 46px 20px;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.roadmap-cards .wrapper.card-count-2 {
  -ms-grid-columns: 7px (1fr)[2] 7px;
      grid-template-columns: 7px repeat(2, 1fr) 7px;
}

.roadmap-cards .wrapper.card-count-3 {
  -ms-grid-columns: 7px (1fr)[3] 7px;
      grid-template-columns: 7px repeat(3, 1fr) 7px;
}

.roadmap-cards .wrapper.card-count-4 {
  -ms-grid-columns: 7px (1fr)[4] 7px;
      grid-template-columns: 7px repeat(4, 1fr) 7px;
}

.roadmap-cards .wrapper.card-count-5 {
  -ms-grid-columns: 7px (1fr)[5] 7px;
      grid-template-columns: 7px repeat(5, 1fr) 7px;
}

.roadmap-cards .wrapper.card-count-5 {
  -ms-grid-columns: 7px (1fr)[5] 7px;
      grid-template-columns: 7px repeat(5, 1fr) 7px;
}

.roadmap-cards .wrapper.card-count-7 {
  -ms-grid-columns: 7px (1fr)[7] 7px;
      grid-template-columns: 7px repeat(7, 1fr) 7px;
}

@media (min-width: 768px) {
  .roadmap-cards .wrapper.card-count-2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .roadmap-cards .wrapper.card-count-3,
  .roadmap-cards .wrapper.card-count-5,
  .roadmap-cards .wrapper.card-count-6 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .roadmap-cards .wrapper.card-count-4,
  .roadmap-cards .wrapper.card-count-7 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.roadmap-cards .roadmap-card {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
  -webkit-box-shadow: 0px 24px 40px 0px rgba(17, 2, 29, 0);
          box-shadow: 0px 24px 40px 0px rgba(17, 2, 29, 0);
}

@media (min-width: 768px) {
  .roadmap-cards .roadmap-card:hover {
    top: -15px;
    -webkit-box-shadow: 0px 24px 40px -10px rgba(17, 2, 29, 0.9);
            box-shadow: 0px 24px 40px -10px rgba(17, 2, 29, 0.9);
  }
}

.roadmap-cards .card-image {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .roadmap-cards .card-image {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}

.roadmap-cards .card-image:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.roadmap-cards .roadmap-card {
  position: relative;
}

@media (max-width: 767px) {
  .roadmap-cards .roadmap-card {
    width: 145px;
  }
}

.roadmap-cards .roadmap-card a {
  text-decoration: none;
}

.roadmap-cards .roadmap-card .container {
  width: 100%;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 71px;
  display: -ms-grid;
  display: grid;
  pointer-events: none;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .roadmap-cards .roadmap-card .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 12px;
    position: absolute;
    background: rgba(35, 5, 59, 0.4);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}

.roadmap-cards .roadmap-card .container h6 {
  max-width: 158px;
}

@media (max-width: 767px) {
  .roadmap-cards .roadmap-card .container h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.roadmap-cards .roadmap-card .container svg {
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}

article.calendar-event {
  background-color: #25073F;
}

article.calendar-event header {
  background-color: #2F0B4F;
  padding: 13px 19px;
}

article.calendar-event header .grid-2 {
  -ms-grid-columns: 80px 1fr;
      grid-template-columns: 80px 1fr;
}

@media (min-width: 768px) {
  article.calendar-event header .grid-2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

article.calendar-event header .month {
  font-family: 'IBM Plex Sans', sans-serif;
  opacity: 0.54;
  font-size: 16px;
  line-height: 15px;
}

@media (min-width: 768px) {
  article.calendar-event header .month {
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  article.calendar-event header .time {
    text-align: right;
  }
}

article.calendar-event header .time p {
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 767px) {
  article.calendar-event header .time p {
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  article.calendar-event header .time p:last-of-type {
    padding-top: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.87);
  }
}

article.calendar-event .content {
  padding: 13px 19px;
}

article.calendar-event .content p {
  font-size: 12px;
  line-height: 21px;
  opacity: 0.54;
}

@media (min-width: 768px) {
  article.calendar-event .content p {
    padding-bottom: 50px;
  }
}

article.calendar-event .content .actions {
  text-align: right;
}

article.calendar-event .content .actions .button.transparent {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

article.calendar-event .content .actions .button.transparent:hover {
  background: #394553;
}

@media (max-width: 767px) {
  article.calendar-event .content .actions .button {
    width: calc(100% + 36px);
    left: -18px;
    top: 12px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*# sourceMappingURL=style.css.map */