@charset "UTF-8";
a {
  color: #11222c;
  font-weight: bold;
}
a:hover {
  color: #f48820;
}

.wp-block-details {
  border: 1px solid #11222c;
}
.wp-block-details + .wp-block-details {
  border-top: none;
}
.wp-block-details summary {
  list-style: none;
  padding: 1em;
  font-size: 1.2em;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary::before {
  content: "+ ";
  font-size: 30px;
  line-height: 20px;
  margin-right: 1em;
  justify-self: center;
}
.wp-block-details[open] {
  padding-bottom: 1em;
}
.wp-block-details[open] summary::before {
  content: "—";
}
.wp-block-details p {
  padding: 0 1em;
}

body.single-platform article a {
  color: #11222c;
  font-weight: bold;
}
body.single-platform article a:hover {
  color: #f48820;
}
body.single-platform article .entry-content a {
  color: #11222c;
  font-weight: bold;
}
body.single-platform article .entry-content a:hover {
  color: #f48820;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
body.tax-values article a, body.single-platform article a {
  color: #11222c;
  font-weight: bold;
}
body.tax-values article a:hover, body.single-platform article a:hover {
  color: #f48820;
}
body.tax-values article .entry-content a, body.single-platform article .entry-content a {
  color: #11222c;
  font-weight: bold;
}
body.tax-values article .entry-content a:hover, body.single-platform article .entry-content a:hover {
  color: #f48820;
}
body.tax-values article .set, body.single-platform article .set {
  margin-top: 3em;
  border-left: 10px solid #53b0b0;
}
body.tax-values article .set:nth-of-type(2), body.single-platform article .set:nth-of-type(2) {
  border-left: 10px solid #f48820;
}
body.tax-values article .set:nth-of-type(2) li::before, body.single-platform article .set:nth-of-type(2) li::before {
  border-left: 10px solid #f48820;
}
body.tax-values article .set:nth-of-type(3), body.single-platform article .set:nth-of-type(3) {
  border-left: 10px solid #ad7a97;
}
body.tax-values article .set:nth-of-type(3) li::before, body.single-platform article .set:nth-of-type(3) li::before {
  border-left: 10px solid #ad7a97;
}
body.tax-values article .set:nth-of-type(4), body.single-platform article .set:nth-of-type(4) {
  border-left: 10px solid #11222c;
}
body.tax-values article .set:nth-of-type(4) li::before, body.single-platform article .set:nth-of-type(4) li::before {
  border-left: 10px solid #11222c;
}
body.tax-values article .set h3, body.single-platform article .set h3 {
  text-align: left;
  font-size: 1em;
  margin-left: 1.3em;
}
body.tax-values article .set h3 b, body.single-platform article .set h3 b {
  font-family: "Roboto Slab", sans-serif;
  text-align: left;
}
body.tax-values article .entry-content ul, body.single-platform article .entry-content ul {
  padding-left: 0;
}
body.tax-values article .entry-content ul li, body.single-platform article .entry-content ul li {
  text-align: left;
  font-size: 0.9em;
  list-style: none;
  border-bottom: 1px solid gray;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
body.tax-values article .entry-content ul li::before, body.single-platform article .entry-content ul li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #53b0b0;
  margin-right: 10px;
  margin-left: -1em;
  top: 5px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
body.tax-values article .entry-content ul li:last-of-type, body.single-platform article .entry-content ul li:last-of-type {
  border-bottom: none;
}

header {
  display: grid;
  position: relative;
  z-index: 1;
  color: white;
  grid-template-columns: 1fr minmax(150px, 1fr) minmax(1050px, 1fr);
  width: 100%;
  background: #53b0b0;
  z-index: 9999;
}
header#masthead {
  z-index: 99999;
}
header .parallelogram {
  z-index: -1;
  position: absolute;
  width: 300px;
  left: -40px;
}
header .branding {
  grid-column: 2/3;
  position: relative;
  z-index: 2;
}
header .branding img {
  width: 120px;
  margin: 0.2em auto;
  margin-left: 5px;
}
header .nav-menu {
  grid-column: 3/4;
  font-family: "Roboto", sans-serif;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(8, minmax(auto, max-content));
  font-size: 0.95em;
  font-weight: bold;
  justify-self: end;
  float: right;
}
header .nav-menu li {
  padding: 0.1em 1em;
}
header .nav-menu li a {
  color: inherit;
  text-decoration: none;
}
header .nav-menu li a:hover {
  color: #53b0b0;
}
header .nav-menu .current_page_item a {
  pointer-events: none;
  cursor: default;
  text-shadow: none;
  color: #11222c;
}

.twelve {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 20px;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .container {
    grid-template-columns: 1fr;
  }
}

.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #FAF9F6;
  background: #f48820;
  color: white;
}
.accordion-item:nth-of-type(2) {
  background: #53b0b0;
}
.accordion-item:nth-of-type(3) {
  background: #ad7a97;
}
.accordion-item:nth-of-type(4) {
  background: #11222c;
}
.accordion-item:nth-of-type(5) {
  background: darkgray;
}
.accordion-item:hover {
  background: #FAF9F6;
  color: #11222c;
  border: 1px solid #11222c;
}
.accordion-item:hover .accordion-title {
  text-shadow: 1px 1px 3px white;
}
.accordion-item:hover .accordion-title::after {
  border-color: gray transparent transparent transparent;
}
.accordion-item p {
  margin: 0;
}

h2.rule {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  text-transform: uppercase;
  color: darkgray;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 1em;
}
h2.rule:before, h2.rule:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background: darkgray;
}

.accordion-title {
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  position: relative;
  text-shadow: 1px 1px 3px black;
  padding: 0.25em 1em;
  font-family: "Roboto Slab", serif;
}
.accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: white transparent transparent transparent;
  transition: transform 0.3s ease;
}
.accordion-title.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 10px;
  overflow: hidden;
}

.accordion-title.active + .accordion-content {
  display: block;
  transition: max-height 0.3s ease-in-out;
  max-height: 500px;
  background: #FAF9F6;
  color: #11222c;
}

.triangle {
  position: fixed;
  width: 100%;
  margin-top: -9em;
  z-index: -1;
  opacity: 0.1;
}

.gradleft {
  background: linear-gradient(90deg, rgba(83, 176, 176, 0) 0%, rgb(83, 176, 176) 100%);
  width: 400px;
  justify-self: end;
  grid-area: 1/1/-1/-1;
}

.container-main {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.container-main:before {
  content: "";
  background: #53b0b0;
}
.container-main:after {
  content: "";
  background: #53b0b0;
}

.button {
  font-family: "Roboto Slab", serif;
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-size: 1.4em;
  position: relative;
  padding: 0.2em 0.5em;
  margin-top: 0.4em;
}
.button:after {
  content: ">";
  color: #f48820;
  position: absolute;
  right: -34px;
  top: -20px;
  font-size: 2em;
  z-index: 1;
}
.button.more {
  background: #11222c;
  color: white;
}

.top-half {
  display: grid;
  background-color: #53b0b0;
  /* height:  30vh */
  position: relative;
  grid-area: 1/1/2/2;
}
@media only screen and (max-width: 998px) {
  .top-half {
    background: rgba(83, 176, 176, 0.5019607843);
  }
}

.bottom-half {
  display: grid;
  /* height:  30vh */
  grid-area: 2/1/3/2;
}
@media only screen and (max-width: 998px) {
  .bottom-half {
    background: #f48820;
  }
}
.bottom-half .parallelogram {
  display: grid;
  background: #53b0b0;
  /* height:  30vh */
  animation-name: slideright;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  left: -110%;
}
@media only screen and (max-width: 998px) {
  .bottom-half .parallelogram {
    display: none;
  }
}

.parallelogram {
  width: 100%;
  height: 100%;
  transform: skew(20deg);
  background: #11222c;
  position: relative;
  left: -50%;
}

.top-half .parallelogram {
  animation-name: slideleft;
  animation-duration: 0.8s;
}

.community {
  background: #f48820;
  display: grid;
  justify-items: start;
  grid-template-columns: 1fr minmax(1200px, 1fr) 1fr;
}
.community .slogan {
  color: white;
  font-size: 8em;
  grid-column: 2/3;
  padding: 0.2em 0.2em 0.5em 0.2em;
}
.community .slogan span {
  font-family: "Caveat", cursive;
  opacity: 0.5;
}
.community .slogan span:first-of-type {
  font-family: "Roboto Slab", serif;
  font-size: 0.33em;
  opacity: 1;
  top: -30px;
  position: relative;
}

span.time {
  position: absolute;
  right: 8%;
  top: 48%;
  color: white;
  font-family: "Caveat", cursive;
  font-size: clamp(2rem, 6vw, 4rem);
  text-align: center;
  line-height: 1.1em;
}
span.time:lang(ko) {
  font-size: clamp(1.5rem, 4vw, 3rem);
}
@media only screen and (min-width: 999px) {
  span.time br {
    display: none;
  }
}

.padder {
  padding: 0.4em 0 0.4em 1em;
}

form {
  display: grid;
  grid-gap: 1em;
  width: 320px;
}
form .field {
  height: 40px;
  background: white;
}

body header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  font-weight: bold;
}
body header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type {
  background: #11222c !important;
}
body header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type a {
  font-family: "Caveat", cursive;
  font-size: 2em;
  letter-spacing: 1px;
  padding: 0 1em;
}
body.home header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type {
  background: inherit !important;
}

.content-block {
  color: white;
  grid-area: 2/1/3/2;
  align-self: center;
  z-index: 2;
  animation-name: fadein;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

section h2 {
  font-family: "Roboto Slab", serif;
  font-size: 3em;
  margin-bottom: 0.1em;
}

.donation-block {
  grid-column: 2/3;
  display: grid;
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.donation-block ul {
  display: grid;
  font-size: 1.5em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  font-family: "Caveat", cursive;
}
@media only screen and (min-width: 999px) {
  .donation-block ul {
    grid-template-columns: auto repeat(4, 4em) auto 1fr;
    justify-items: center;
  }
}
.donation-block ul li {
  display: grid;
}
@media only screen and (max-width: 998px) {
  .donation-block ul li:first-of-type {
    grid-area: 1/1/2/3;
  }
}
.donation-block ul li a {
  z-index: 3;
  text-decoration: none;
  color: white;
}
.donation-block ul li.socials {
  background: #f48820;
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: 100%;
  height: 100%;
  align-items: center;
  grid-gap: 1em;
}
@media only screen and (max-width: 998px) {
  .donation-block ul li.socials {
    display: grid;
    grid-column: 1/-1;
    padding: 1em;
  }
}
.donation-block ul li.socials img {
  width: 30px;
}
.donation-block ul li:first-of-type {
  display: grid;
  background: #53b0b0;
  height: 100%;
  grid-template-columns: 1fr 30px;
  color: white;
  font-size: 1.5em;
  color: white;
}
@media only screen and (min-width: 633px) {
  .donation-block ul li:first-of-type {
    margin-right: 20px;
    align-items: center;
    background: #f48820;
    font-size: 1.75em;
  }
}
.donation-block ul li:first-of-type:after {
  display: block;
  content: "";
  background: #53b0b0;
  width: 140%;
  height: 100%;
  transform: skew(20deg);
  position: relative;
  right: -11px;
}
@media only screen and (min-width: 633px) {
  .donation-block ul li:first-of-type:after {
    background: #f48820;
  }
}
.donation-block ul li:nth-of-type(6) {
  display: grid;
  background: #11222c;
  height: 100%;
  align-items: center;
  grid-template-columns: 30px 1fr 30px;
  margin-right: 20px;
  color: white;
  font-size: 1.75em;
  color: white;
  padding: 0 1em 0em 1em;
}
@media only screen and (max-width: 998px) {
  .donation-block ul li:nth-of-type(6) {
    grid-area: 1/3/2/5;
    margin-right: 0;
    font-size: 1.5em;
  }
  .donation-block ul li:nth-of-type(6):after {
    display: none;
  }
}
.donation-block ul li:nth-of-type(6):after {
  display: block;
  content: "";
  background: #f48820;
  width: 220%;
  height: 100%;
  transform: skew(20deg);
  position: relative;
  right: -50px;
}
@media only screen and (max-width: 998px) {
  .donation-block ul li:nth-of-type(6):after {
    display: none;
  }
}
.donation-block ul li:nth-of-type(6):before {
  display: block;
  content: "";
  background: white;
  transform: skew(20deg);
  height: 100%;
  width: 200%;
  position: relative;
  left: -73px;
  z-index: 2;
}
@media only screen and (max-width: 998px) {
  .donation-block ul li:nth-of-type(6):before {
    display: none;
  }
}
.donation-block ul li a.inc {
  padding: 0.5em 1em;
  color: #11222c;
  text-decoration: none;
  font-size: 1.75em;
}
@media only screen and (max-width: 998px) {
  .donation-block ul li a.inc {
    padding: 0.25em 0.15em;
    font-size: 1.25em;
    text-align: center;
  }
}
.donation-block ul li a.inc:lang(ko) {
  font-size: 0.75em;
  padding: 0;
}

footer {
  background: #11222c;
  display: grid;
  justify-items: center;
  padding: 2em 0em;
  width: 100%;
}
footer .logo {
  width: 160px;
  margin: 0 auto;
  margin: 1em;
}
footer .disclaimer {
  color: white;
  border: 1px solid white;
  padding: 0.2em 1em;
}

body.single-platform article {
  max-width: 1280px;
}
@media only screen and (min-width: 999px) {
  body.single-platform article {
    grid-template-columns: 1fr minmax(auto, 300px);
  }
}

article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  font-size: 18px;
  max-width: 999px;
  margin: 0 auto;
  width: 100%;
}
article p {
  line-height: 1.6em;
}

body.page p {
  line-height: 1.8em;
  font-size: 18px;
}

.conclusion {
  align-self: center;
  padding: 2em;
}
.conclusion h2 {
  font-family: "Caveat", cursive;
  font-size: clamp(2rem, 2vw, 4rem);
  margin: 0;
  color: gray;
}

h3 {
  font-family: "Roboto Slab", serif;
  font-size: clamp(1rem, 3vw, 2.5rem);
  color: gray;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
}
h3 span {
  font-weight: 900;
  color: white;
  background: #53b0b0;
  padding: 0.1em 0.3em;
  display: block;
  width: max-content;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 3px;
}
h3 b {
  font-weight: 900;
  font-family: "Caveat", cursive;
  font-size: 1.5em;
}

#corevalues {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  max-width: 1600px;
  margin: 0 auto 3em auto;
  padding: 1em;
}
@media only screen and (min-width: 999px) {
  #corevalues {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#corevalues .corevalue {
  display: grid;
  grid-template-columns: 1em 1fr;
  background: #ad7a97;
  position: relative;
  color: white;
  overflow: hidden;
  border-radius: 0 1em 0 1em;
  padding: 0 0 1em 0;
}
@media only screen and (min-width: 999px) {
  #corevalues .corevalue.corevalue-1 {
    grid-area: 1/3/2/4;
  }
  #corevalues .corevalue.corevalue-2 {
    grid-area: 1/2/2/3;
  }
  #corevalues .corevalue.corevalue-3 {
    grid-area: 1/1/2/2;
  }
}
@media only screen and (min-width: 999px) {
  #corevalues .corevalue {
    grid-template-columns: 50px 1fr;
  }
}
#corevalues .corevalue:nth-of-type(2) {
  background: #f48820;
}
#corevalues .corevalue:nth-of-type(3) {
  background: #53b0b0;
}
#corevalues .corevalue img {
  position: absolute;
  width: 180px;
  z-index: 1;
  opacity: 0.2;
  left: -20px;
  top: -10px;
}
#corevalues .corevalue h2 {
  grid-area: 1/2/2/3;
  z-index: 2;
  font-family: "Roboto Slab", serif;
}
#corevalues .corevalue p {
  grid-area: 2/2/3/3;
  z-index: 2;
  padding: 0 1em 0 0;
}
#corevalues .corevalue a {
  grid-area: 3/2/4/3;
  color: white;
  font-weight: bold;
  font-family: "Caveat", cursive;
  position: relative;
  font-size: 1.9em;
  text-decoration: none;
  align-self: end;
}
#corevalues .corevalue a::after {
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
#corevalues .corevalue a:hover::after {
  transform: scaleX(1);
}

#shifttheparadigm {
  background: #11222c;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 3em;
  position: relative;
}
@media only screen and (min-width: 999px) {
  #shifttheparadigm {
    grid-template-columns: 1fr minmax(min-content, 600px) minmax(min-content, 600px) 1fr;
  }
}
#shifttheparadigm .parallelogram {
  left: 0;
  left: -200px;
  z-index: 3;
  position: absolute;
  background: #11222c;
}
@media only screen and (min-width: 999px) {
  #shifttheparadigm .parallelogram {
    grid-column: 1/4;
  }
}
#shifttheparadigm .imgembed {
  display: grid;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 999px) {
  #shifttheparadigm .imgembed {
    grid-column: 3/4;
    right: -260px;
  }
}
#shifttheparadigm .imgembed .gradleft {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  grid-area: 1/1/-1/-1;
  width: 100px;
  background: linear-gradient(90deg, rgba(83, 176, 176, 0) 0%, #11222c 100%);
}
#shifttheparadigm h2 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 4em;
  font-size: clamp(2rem, 11vw, 11rem);
  color: white;
  margin: 0;
  line-height: 0.8em;
  position: absolute;
  z-index: 4;
  align-self: center;
}
@media only screen and (min-width: 999px) {
  #shifttheparadigm h2 {
    grid-column: 2/4;
  }
}
#shifttheparadigm h2 span {
  display: block;
  font-size: 0.8em;
  font-family: "Caveat", cursive;
}

body.tax-values.term-co-governance .page-header {
  background: #f48820;
}
body.tax-values.term-life-empowering-policies .page-header {
  background: #ad7a97;
}
body.tax-values.term-people-centered-politics .page-header {
  background: #53b0b0;
}
body.tax-values main {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  padding: 1em;
}
@media only screen and (min-width: 999px) {
  body.tax-values main {
    grid-template-columns: 1fr 20%;
    grid-gap: 4em;
    padding: 0em;
  }
}
body.tax-values main article h2 {
  font-family: "Caveat", cursive;
  text-align: left;
  font-size: clamp(2rem, 4vw, 6rem);
  margin: 0;
  line-height: 1em;
}
body.tax-values header.page-header {
  grid-template-columns: 1fr;
  align-items: center;
  overflow: hidden;
  min-height: 320px;
}
@media only screen and (min-width: 999px) {
  body.tax-values header.page-header {
    grid-template-columns: 1fr minmax(450px, 1fr) minmax(750px, 1fr) 1fr;
    margin-bottom: 2em;
  }
}
body.tax-values header.page-header .parallelogram {
  display: none;
  position: absolute;
  width: 2000px;
  left: -50px;
}
@media only screen and (min-width: 999px) {
  body.tax-values header.page-header .parallelogram {
    grid-column: 3/-1;
  }
}
body.tax-values header.page-header h1.page-title {
  font-family: "Roboto Slab", sans-serif;
  padding: 0.5em;
}
@media only screen and (min-width: 999px) {
  body.tax-values header.page-header h1.page-title {
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 998px) {
  body.tax-values header.page-header h1.page-title {
    margin-top: 1em;
  }
}
body.tax-values header.page-header .archive-description {
  padding: 2em 0;
  font-family: "Caveat", cursive;
  font-size: 1.7em;
  line-height: 1em;
  max-width: 500px;
  text-align: center;
}
@media only screen and (min-width: 999px) {
  body.tax-values header.page-header .archive-description {
    grid-column: 3/4;
  }
}
@media only screen and (max-width: 998px) {
  body.tax-values header.page-header .archive-description {
    background: #11222c;
    padding: 1em 0;
  }
}

.titleblock {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr minmax(min-content, 600px) minmax(min-content, 600px) 1fr;
  position: relative;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5803921569);
  min-height: 290px;
}
@media only screen and (min-width: 999px) {
  .titleblock {
    margin-bottom: 3em;
  }
}
.titleblock.platformpage {
  margin-bottom: 10em;
}
.titleblock.platformpage h1 {
  position: absolute;
  color: white;
  z-index: 3;
  top: 50%;
  left: 15%;
  font-size: clamp(2rem, 8vw, 6rem);
  font-family: "Roboto Slab", sans-serif;
  grid-column: 1/-1;
  line-height: 1.3em;
}
.titleblock.platformpage h1 span {
  font-family: "Caveat", cursive;
  display: block;
  color: gray;
  font-size: clamp(2rem, 10vw, 8rem);
  position: relative;
}
.titleblock h1 {
  position: absolute;
  color: white;
  z-index: 3;
  top: 50%;
  left: 15%;
  font-family: "Caveat", cursive;
  font-size: clamp(2rem, 6vw, 6rem);
}
.titleblock:after {
  content: "";
  background: #11222c;
}
.titleblock .fill {
  background: #f48820;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.titleblock .parallelogram {
  left: 0;
  grid-column: 1/3;
  left: 20px;
}
@media only screen and (min-width: 999px) {
  .titleblock .parallelogram {
    left: 120px;
  }
}
.titleblock .imgembed {
  grid-column: 3/4;
  display: grid;
  position: relative;
  z-index: -1;
}
.titleblock .imgembed .gradleft {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  grid-area: 1/1/-1/-1;
  width: 100px;
  background: linear-gradient(90deg, rgba(83, 176, 176, 0) 0%, #11222c 100%);
}

form label {
  font-family: "Roboto Slab", sans-serif;
  margin: 0;
  line-height: 1em;
}

.wide-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr minmax(min-content, 1200px) 1fr;
}
.wide-container#donationmain:before {
  content: "";
  background: #f48820;
}
.wide-container#donationmain:after {
  content: "";
  background: #f48820;
}
.wide-container.meet:after {
  content: "";
  background: #11222c;
}
.wide-container:before {
  content: "";
  background: #53b0b0;
}

#meet {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
  grid-column: 1/-1;
}
@media only screen and (min-width: 999px) {
  #meet {
    grid-template-columns: 1fr 1fr;
    grid-column: 2/3;
  }
}
#meet .content-block {
  z-index: 1;
  padding: 1em;
  grid-area: 2/1/3/2;
  background: #53b0b0;
}
@media only screen and (min-width: 999px) {
  #meet .content-block {
    grid-area: 1/1/2/2;
    padding: 6em 3em;
    background: none;
  }
}
@media only screen and (max-width: 998px) {
  #meet .content-block h2 {
    margin: 0;
  }
}
#meet .parallelogram {
  display: none;
}
@media only screen and (min-width: 999px) {
  #meet .parallelogram {
    display: block;
    width: 100%;
    height: 100%;
    transform: skew(20deg);
    background: #11222c;
    position: relative;
    left: -50%;
    grid-area: 1/1/-1/-1;
    background: #53b0b0;
  }
}
#meet .imgembed {
  grid-area: 1/1/2/2;
  overflow: hidden;
  position: relative;
  z-index: -1;
  align-items: start;
  justify-items: end;
  display: grid;
}
@media only screen and (min-width: 999px) {
  #meet .imgembed {
    grid-area: 1/1/-1/-1;
  }
}
#meet .imgembed .gradleft {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  grid-area: 1/1/-1/-1;
  width: 100px;
  background: linear-gradient(90deg, rgba(83, 176, 176, 0) 0%, #11222c 100%);
}
@media only screen and (min-width: 999px) {
  #meet .imgembed img {
    position: absolute;
  }
}

p.openner {
  font-size: 1.4em;
}
p.openner::first-letter {
  font-size: 2.4em;
  margin-left: -5px;
  font-family: "Caveat", cursive;
  margin-right: 6px;
  position: relative;
  display: inline-block;
}

.joinmod {
  background: #53b0b0;
  display: grid;
  justify-items: center;
  text-align: center;
}

.video {
  display: grid;
  grid-template-columns: 1fr minmax(min-content, 600px) minmax(min-content, 600px) 1fr;
  margin-top: -50px;
  margin-left: 50px;
}
.video .vid-container {
  grid-column: 2/3;
}
.video .sharemod {
  grid-column: 3/4;
  align-self: center;
  justify-self: center;
}
.video .sharemod img {
  width: 200px;
}

body.home header {
  background: none;
  position: absolute;
  top: 0;
  z-index: 3;
}
body.home header .branding {
  opacity: 0;
}

.ontheissues {
  padding-top: 4em;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
.ontheissues .cards {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 2em;
  margin: 2em 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.ontheissues .cards::before, .ontheissues .cards::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  font-size: 2em;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
.ontheissues .cards::before {
  content: "◀";
  left: 0;
  padding-left: 1em;
}
.ontheissues .cards::after {
  content: "▶";
  right: 0;
  padding-right: 1em;
}
.ontheissues .cards .card {
  background: #f48820;
  padding: 2em;
  border-radius: 0 2em 0 0;
  width: 244px;
  color: white;
  text-align: center;
  font-family: "Roboto Slab", sans-serif;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.ontheissues .cards .card:nth-child(2n) {
  background: #53b0b0;
}
.ontheissues .cards .card:nth-child(3n) {
  background: #11222c;
}
.ontheissues .cards .card:nth-child(4n) {
  background: #ad7a97;
}
.ontheissues .cards .card:before {
  content: "";
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  height: 115%;
  opacity: 0.2;
  transform: skew(40deg);
  width: 350px;
  left: -130px;
  top: -1px;
}
.ontheissues .cards .card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  display: grid;
  color: black;
}
.ontheissues .cards .card a:hover .excerpt {
  opacity: 1;
  transition: all 0.2s linear;
}
.ontheissues .cards .card .excerpt {
  background: #FAF9F6;
  font-family: "Roboto", sans-serif;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 1em;
  opacity: 0;
  transition: all 0.2s linear;
  font-size: 0.8em;
  line-height: 1.2em;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: bold;
}
.ontheissues .heading {
  margin: 0 auto;
  text-align: center;
  font-size: 3em;
}
.ontheissues .heading span:nth-of-type(2) {
  font-family: "Roboto Slab", serif;
  color: #53b0b0;
  font-size: 1.1em;
  display: block;
  margin-top: -1em;
}
.ontheissues .heading span:first-of-type {
  font-family: "Caveat", cursive;
}

p.accent {
  background: #11222c;
  padding: 1em;
  color: white;
  font-size: 1.2em !important;
  border-left: 10px solid #f48820;
}
p.accent a {
  color: #f48820 !important;
}

.cursit {
  font-family: "Caveat", cursive;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.cursit:after {
  display: inline;
  content: "";
  height: 4px;
  width: 100%;
  background: #f48820;
  margin-left: 1em;
  margin-top: 0.2em;
}

.curseit {
  font-family: "Caveat", cursive;
}

.inside {
  padding: 0 1em;
}

.entry-content {
  padding: 0 1em;
}

.entry-content ul.bullets, article ul.bullets {
  list-style: none;
  padding-left: 20px;
}
.entry-content ul.bullets li, article ul.bullets li {
  position: relative;
}
.entry-content ul.bullets li::before, article ul.bullets li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid orange;
}

.platform-navigation ul.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
.platform-navigation ul.navigation li.category-item {
  font-size: 1.3em;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.platform-navigation ul.navigation li.category-item.co-governance {
  border-bottom: 0.4em solid #f48820;
}
.platform-navigation ul.navigation li.category-item.life-empowering-policies {
  border-bottom: 0.4em solid #ad7a97;
}
.platform-navigation ul.navigation li.category-item.people-centered-politics {
  border-bottom: 0.4em solid #53b0b0;
}
.platform-navigation ul.navigation li.category-item a {
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  color: #11222c;
}
.platform-navigation ul.navigation li.platform-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 10px;
}
.platform-navigation ul.navigation li.platform-item a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
}
.platform-navigation ul.navigation li.platform-item a:hover {
  background-color: #f0f0f0;
}
.platform-navigation ul.navigation li.platform-item::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}
.platform-navigation ul.navigation li.platform-item:hover::before {
  transform: rotate(180deg);
}
.platform-navigation ul.navigation li.platform-item:last-child {
  margin-bottom: 0;
}
.platform-navigation ul.navigation li.platform-item.current a {
  pointer-events: none;
  cursor: default;
}
.platform-navigation ul.navigation li.platform-item:not(.current):hover a {
  background-color: #f0f0f0;
}

.intro {
  padding: 0 1em;
}

.platform-item-enter {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.platform-item-enter-active {
  opacity: 1;
  transform: translateY(0);
}

.platform-item-exit {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.platform-item-exit-active {
  opacity: 0;
  transform: translateY(-10px);
}

.post-navigation {
  display: grid;
  margin-top: 1em;
}
@media only screen and (min-width: 999px) {
  .post-navigation {
    grid-template-columns: 1fr 1fr;
  }
}
.post-navigation .previous-post, .post-navigation .next-post {
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #53b0b0;
}
@media only screen and (min-width: 999px) {
  .post-navigation .previous-post, .post-navigation .next-post {
    grid-template-columns: auto 1fr;
  }
}
.post-navigation .previous-post:hover, .post-navigation .next-post:hover {
  transform: translateY(2px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.post-navigation a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}
.post-navigation .nav-subtitle, .post-navigation .nav-title {
  margin-right: 10px;
}
.post-navigation .next-post {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 999px) {
  .post-navigation .next-post {
    grid-template-columns: 1fr auto;
  }
  .post-navigation .next-post img {
    grid-area: 1/2/2/3;
  }
}
.post-navigation .next-post .nav-subtitle, .post-navigation .next-post .nav-title {
  margin-right: 0;
  margin-left: 10px;
}
.post-navigation img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
@media only screen and (min-width: 999px) {
  .post-navigation img {
    width: 100px;
    height: 100px;
  }
}

p.character-count {
  margin: 0;
  font-size: 0.8em !important;
  text-align: right;
  margin-top: -10px;
}

span.wpcf7-not-valid-tip {
  font-size: 0.7em;
  margin: 0;
  margin-top: -6px;
  text-align: right;
}

span.wpcf7-list-item-label {
  font-size: 0.9em;
}

form .contact-form {
  font-family: "Roboto", sans-serif;
}
form .contact-form input {
  font-size: 1.2em;
  border-radius: 0;
  padding: 0.25em 0.5em;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid black;
  transition: 1s all linear;
  width: 100%;
}
form .contact-form input:hover {
  background: #ffffff;
  transition: 0.2s all linear;
}
form .contact-form p {
  margin: 0 0 10px 0;
}

form input[type=submit] {
  background: #11222c;
  font-family: "Roboto Slab", serif;
  border: 0;
  border-radius: 0;
  color: white;
  font-size: 1.1em;
  font-weight: 900;
  padding: 0.5em 1em;
}

.wpcf7-form br {
  display: none;
}

img.hero-frame {
  grid-area: 1/1/3/2;
  width: 100%;
  z-index: -2;
  position: relative;
}
@media only screen and (max-width: 998px) {
  img.hero-frame {
    grid-area: 1/1/2/2;
  }
}

.hero {
  grid-template-rows: 1fr;
  position: relative;
  display: grid;
  overflow: hidden;
}
@media only screen and (min-width: 999px) {
  .hero {
    width: 100%;
    grid-template-rows: 1fr 2fr;
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 998px) {
  .hero .gradleft {
    display: none;
  }
}
.hero form {
  margin: 0 auto;
}
.hero form label {
  font-size: 0.1em;
  opacity: 0;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
.hero form input {
  font-size: 1.3em;
  border-radius: 0;
  padding: 0.35em 0.5em;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  transition: 1s all linear;
}
.hero form input:hover {
  background: #ffffff;
  transition: 0.2s all linear;
}
.hero form input[type=submit] {
  background: #11222c;
  font-family: "Roboto Slab", serif;
  border: 0;
  border-radius: 0;
  color: white;
  font-size: 1.1em;
  font-weight: 900;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 998px) {
  .hero form input[type=submit] {
    width: 100%;
  }
}
.hero form p {
  margin: 0 0 10px 0;
}
.hero .content-block {
  color: white;
  align-self: end;
  margin-bottom: 1em;
  z-index: 2;
  animation-name: fadein;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  position: relative;
  grid-area: 2/1/3/2;
  margin: 0;
  padding: 1em;
}
@media only screen and (min-width: 999px) {
  .hero .content-block {
    grid-area: 1/1/3/2;
    position: absolute;
    right: 1%;
    background: transparent;
    margin: 3%;
    padding: 0;
  }
}
.hero .content-block .cta {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 0.7em;
  display: block;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 999px) {
  .hero .content-block .cta {
    color: #11222c;
    text-align: left;
  }
}

.hero-logo {
  position: absolute;
  width: 25%;
  z-index: 1;
  margin: 3%;
  align-self: center;
  animation-name: fadein;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media only screen and (min-width: 999px) {
  .hero-logo {
    grid-area: 1/1/2/2;
  }
}
@media only screen and (max-width: 998px) {
  .hero-logo {
    top: 10px;
    left: 10px;
    margin: 0;
    width: 28vw;
  }
}

img.hero-trans {
  position: absolute;
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 998px) {
  img.hero-trans {
    grid-area: 1/1/2/2;
  }
}

img.hero-back {
  position: absolute;
  z-index: -1;
  width: 100%;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media only screen and (max-width: 998px) {
  img.hero-back {
    grid-area: 1/1/2/2;
  }
}

.main-navigation {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 9999999999;
}
@media only screen and (min-width: 999px) {
  .main-navigation {
    position: relative;
  }
}

div#google_translate_element {
  position: absolute;
  z-index: 99999;
  background: 0;
  top: 74px;
  right: 2px;
}
@media only screen and (max-width: 998px) {
  div#google_translate_element {
    top: 75px;
    left: 5px;
    right: inherit;
  }
}

@media only screen and (max-width: 998px) {
  body.home div#google_translate_element {
    top: 50px;
    right: 10px;
    left: inherit;
  }
}

body.page-id-76 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  background: #11222c;
}
body.page-id-76 span.time {
  position: relative;
  right: inherit;
  top: inherit;
  color: white;
  font-family: "Caveat", cursive;
  font-size: clamp(2rem, 6vw, 7rem);
  text-align: center;
  line-height: 1em;
}
body.page-id-76 span.time:lang(ko) {
  font-size: clamp(1.5rem, 4vw, 3rem);
}
@media only screen and (min-width: 999px) {
  body.page-id-76 span.time br {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  body.page-id-76 span.time {
    display: none;
  }
}
body.page-id-76 #page {
  grid-area: 1/1/2/3;
  max-width: 1600px;
  align-self: center;
}
@media only screen and (min-width: 999px) {
  body.page-id-76 #page {
    grid-area: 1/2/2/3;
  }
}
body.page-id-76 .logo {
  width: 100%;
  max-width: 250px;
}
body.page-id-76 .joinbrand {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
}
body.page-id-76 footer {
  background: #11222c;
  display: grid;
  padding: 0.3em;
  width: 100%;
  position: fixed;
  bottom: 0;
  grid-template-columns: auto 1fr;
  grid-gap: 1em;
  align-items: center;
  grid-area: 2/1/3/3;
  justify-items: start;
}
body.page-id-76 footer .logo {
  width: 160px;
  margin: 0 auto;
  margin: 1em;
}
body.page-id-76 footer .disclaimer {
  color: white;
  border: 1px solid white;
  padding: 0.2em 1em;
}
body.page-id-76 footer span.powered {
  margin: 0 !important;
}
body.page-id-76 .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 998px) {
  body.page-id-76 .background {
    position: relative;
    height: 320px;
    width: 100%;
    grid-area: 1/1/2/3;
  }
}
body.page-id-76 .background .imagebg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: -140px center;
  z-index: -1;
}
@media only screen and (max-width: 998px) {
  body.page-id-76 .background .imagebg {
    position: relative;
    top: inherit;
    left: inherit;
    background-position: left center;
  }
}
@media only screen and (min-width: 1149px) {
  body.page-id-76 .background .imagebg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    z-index: -1;
  }
}
body.page-id-76 .background .gradleft {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(83, 176, 176, 0) 0%, rgb(17, 34, 44) 100%);
}
body.page-id-76 .background .parallelogram {
  z-index: -1;
  position: absolute;
  width: 300px;
  right: 40px;
}
body.page-id-76 article {
  padding: 2em;
}
@media only screen and (max-width: 998px) {
  body.page-id-76 article {
    margin-top: -200px;
  }
}
body.page-id-76 article .entry-content {
  margin: 0;
  padding: 0;
}
body.page-id-76 .donation-block {
  grid-column: inherit;
  display: grid;
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  margin: 2em auto;
}
body.page-id-76 .donation-block ul {
  display: grid;
  font-size: 1.5em;
  grid-template-columns: min-content repeat(5, auto);
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  font-family: "Caveat", cursive;
  width: 100%;
}
@media only screen and (min-width: 999px) {
  body.page-id-76 .donation-block ul {
    grid-template-columns: min-content repeat(4, auto);
  }
}
body.page-id-76 .donation-block ul .inc {
  padding: 0.5em 0.5em;
}
@media only screen and (max-width: 998px) {
  body.page-id-76 .donation-block ul .inc {
    padding: 0.3em 0.3em;
    font-size: 1em;
  }
}
body.page-id-76 .donation-block ul li::before, body.page-id-76 .donation-block ul li::after {
  display: none;
  padding: 0.25em;
}
body.page-id-76 .donation-block ul li {
  align-items: center;
}
@media only screen and (max-width: 998px) {
  body.page-id-76 .donation-block ul li:first-of-type {
    font-size: 1em;
  }
}
body.page-id-76 .donation-block ul .padder {
  padding: 0 0 0 0.5em;
}
body.page-id-76 div#google_translate_element {
  position: absolute;
  z-index: 99999;
  background: 0;
  top: 14px;
  right: 14px;
}
@media only screen and (max-width: 998px) {
  body.page-id-76 div#google_translate_element {
    top: 75px;
    right: 14px;
    left: inherit;
  }
}
body.page-id-76 a.learnmore {
  position: fixed;
  top: 0;
  left: 0;
  background: #11222c;
  font-family: "Roboto Slab", serif;
  padding: 0.5em 1em 0.5em 2em;
  color: white;
  z-index: 2;
  text-decoration: none;
}
@media only screen and (max-width: 998px) {
  body.page-id-76 a.learnmore {
    font-size: 0.8em;
  }
}
body.page-id-76 a.learnmore::before {
  content: "";
  position: relative;
  top: 50%;
  left: -20px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid orange;
  display: inline-block;
}

#actionItems {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}
@media only screen and (max-width: 998px) {
  #actionItems {
    grid-template-columns: 1fr;
  }
}
#actionItems .actionItem {
  display: grid;
  text-align: center;
  background: #f48820;
  color: white;
  position: relative;
}
#actionItems .actionItem a {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  padding: 1em;
}
#actionItems .actionItem a p {
  line-height: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
#actionItems .actionItem a .actionName {
  font-family: "Caveat", cursive;
  font-size: clamp(1.7rem, 2.2vw, 2.8rem);
}
#actionItems .actionItem a .actionName:after {
  content: "";
  display: block;
  height: 3px;
  background: white;
  opacity: 0.8;
  width: 0px;
  transition: 0.2s all ease-in;
}
#actionItems .actionItem a:hover .actionName:after {
  width: 100%;
  transition: 0.2s all ease-in;
}
#actionItems .actionItem:nth-of-type(2) {
  background: #53b0b0;
}
#actionItems .actionItem:nth-of-type(3) {
  background: #ad7a97;
}
#actionItems .actionItem:nth-of-type(4) {
  background: #11222c;
}
#actionItems .actionItem:nth-of-type(5) {
  background: darkgray;
}

.follow {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  margin-top: 1em;
}
.follow h2 {
  grid-area: 1/1/2/5;
  font-family: "Caveat", cursive;
  color: white;
  font-size: 1.8em;
  margin: 0;
}
.follow a {
  padding: 1em;
}

/*# sourceMappingURL=theme.css.map */
