@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
 *   v2.0 | 20110126
 *   License: none (public domain)
 *   Changed from CSS to SASS */
@import url("../fonts/icomoon/style.58898af91e64.css");
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, q:before, q:after {
  content: "";
  content: none;
}

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

button {
  border: none;
  background: none;
  padding: 0;
  text-align: left;
}

[class^=icon-], [class*=" icon-"] {
  padding-right: 0.3rem;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  display: inline-block;
  width: 1rem;
}

.icon-rebellion:before {
  content: "⧖";
  font-family: "Vollkorn", serif;
}

.icon-category:before {
  content: "★";
  font-family: "Vollkorn", serif;
}

@font-face {
  font-family: "FucXed";
  src: url("../fonts/FUCXEDCAPSLATIN/FUCXEDCAPSLatin-Regular.729d19dc1025.woff2") format("woff2"), url("../fonts/FUCXEDCAPSLATIN/FUCXEDCAPSLatin-Regular.9d42c9247b7f.woff") format("woff"), url("../fonts/FUCXEDCAPSLATIN/FUCXEDCAPSLatin-Regular.bea3af70bdc3.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("../fonts/vollkorn-v10-latin-ext_latin/vollkorn-v10-latin-ext_latin-regular.605d938d1e9a.woff2") format("woff2"), url("../fonts/vollkorn-v10-latin-ext_latin/vollkorn-v10-latin-ext_latin-regular.1d69cf310b99.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("../fonts/vollkorn-v10-latin-ext_latin/vollkorn-v10-latin-ext_latin-700.8a850959041a.woff2") format("woff2"), url("../fonts/vollkorn-v10-latin-ext_latin/vollkorn-v10-latin-ext_latin-700.00c9a14fbf9f.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 110%;
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: white;
  color: #383838;
  display: flex;
  flex-direction: column;
  font-family: "Vollkorn", serif;
  font-size: 1.1rem;
  line-height: 1.4;
  min-height: 100vh;
}

h1, h2, h3, h4, h5 {
  font-family: "FucXed", sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin: 2rem 0 1rem;
}
h1 i, h2 i, h3 i, h4 i, h5 i {
  padding-right: 0.2rem;
}

h1 {
  font-size: 3rem;
}
@media only screen and (min-width: 59.2105263158rem) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

a {
  color: #383838;
  text-decoration: underline;
}

p {
  margin-bottom: 1rem;
}

b, strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

sup, sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul {
  list-style-type: none;
}
ul li {
  margin-left: 1rem;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
}
ol li {
  margin-left: 1.2rem;
}

hr {
  background-color: #dadada;
  border: none;
  height: 1px;
  margin: 2rem 0;
}

table {
  border-collapse: collapse;
  margin: 1rem 0;
}
table th, table td {
  border-bottom: 1px solid #ececec;
  border-left: none;
  border-right: none;
  padding: 0.5rem 1rem;
  text-align: left;
}
table thead th {
  border: none;
  color: #9c9c9c;
}
table tbody th {
  font-weight: bold;
}

.button, input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #383838 !important;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "FucXed", sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.3rem;
  min-height: 2.8rem;
  outline: none;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.button, input[type=submit] {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.button:hover, input[type=submit]:hover {
  background: none;
}
.button::after, input[type=submit]::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.button:hover, input[type=submit]:hover {
  background-color: #9c9c9c !important;
}
.button[disabled=disabled], input[type=submit][disabled=disabled] {
  color: #383838;
  background-color: #ececec;
}

input[type=text], input[type=email], input[type=password], textarea {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
  background-color: white;
  display: inline-block;
  font-family: "Vollkorn", serif;
  font-size: 1.3rem;
  height: 2.8rem;
  padding: 0.5rem;
  outline: none;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fafafa;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  padding: 0.7rem;
  position: relative;
  outline: none;
  width: 1rem;
}
input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 3px;
  color: #14aa37;
}

[v-cloak] {
  display: none;
}

.theme-green .main-nav, .theme-green .main-mobile, .theme-green .side-menu-content {
  background-color: #14aa37 !important;
}
.theme-green .nav-section .active a, .theme-green .nav-section .ancestor a {
  color: #14aa37 !important;
}

.theme-light-green .main-nav, .theme-light-green .main-mobile, .theme-light-green .side-menu-content {
  background-color: #bed276 !important;
}
.theme-light-green .nav-section .active a, .theme-light-green .nav-section .ancestor a {
  color: #bed276 !important;
}

.theme-lemon .main-nav, .theme-lemon .main-mobile, .theme-lemon .side-menu-content {
  background-color: #f7ee6a !important;
}
.theme-lemon .nav-section .active a, .theme-lemon .nav-section .ancestor a {
  color: #f7ee6a !important;
}

.theme-orange .main-nav, .theme-orange .main-mobile, .theme-orange .side-menu-content {
  background-color: #ffc11e !important;
}
.theme-orange .nav-section .active a, .theme-orange .nav-section .ancestor a {
  color: #ffc11e !important;
}

.theme-light-blue .main-nav, .theme-light-blue .main-mobile, .theme-light-blue .side-menu-content {
  background-color: #75d0f1 !important;
}
.theme-light-blue .nav-section .active a, .theme-light-blue .nav-section .ancestor a {
  color: #75d0f1 !important;
}

.theme-dark-blue .main-nav, .theme-dark-blue .main-mobile, .theme-dark-blue .side-menu-content {
  background-color: #3860aa !important;
}
.theme-dark-blue .nav-section .active a, .theme-dark-blue .nav-section .ancestor a {
  color: #3860aa !important;
}

.theme-pink .main-nav, .theme-pink .main-mobile, .theme-pink .side-menu-content {
  background-color: #ed9bc4 !important;
}
.theme-pink .nav-section .active a, .theme-pink .nav-section .ancestor a {
  color: #ed9bc4 !important;
}

.theme-bright-pink .main-nav, .theme-bright-pink .main-mobile, .theme-bright-pink .side-menu-content {
  background-color: #cf6297 !important;
}
.theme-bright-pink .nav-section .active a, .theme-bright-pink .nav-section .ancestor a {
  color: #cf6297 !important;
}

.theme-violet .main-nav, .theme-violet .main-mobile, .theme-violet .side-menu-content {
  background-color: #986297 !important;
}
.theme-violet .nav-section .active a, .theme-violet .nav-section .ancestor a {
  color: #986297 !important;
}

.theme-red .main-nav, .theme-red .main-mobile, .theme-red .side-menu-content {
  background-color: #dc4f00 !important;
}
.theme-red .nav-section .active a, .theme-red .nav-section .ancestor a {
  color: #dc4f00 !important;
}

.theme-rage .main-nav, .theme-rage .main-mobile, .theme-rage .side-menu-content {
  background-color: #c80082 !important;
}
.theme-rage .nav-section .active a, .theme-rage .nav-section .ancestor a {
  color: #c80082 !important;
}

.theme-hiviz-green .main-nav, .theme-hiviz-green .main-mobile, .theme-hiviz-green .side-menu-content {
  background-color: #caff11 !important;
}
.theme-hiviz-green .nav-section .active a, .theme-hiviz-green .nav-section .ancestor a {
  color: #caff11 !important;
}

.theme-hiviz-pink .main-nav, .theme-hiviz-pink .main-mobile, .theme-hiviz-pink .side-menu-content {
  background-color: #ff1493 !important;
}
.theme-hiviz-pink .nav-section .active a, .theme-hiviz-pink .nav-section .ancestor a {
  color: #ff1493 !important;
}

.theme-light .main-nav, .theme-light .main-mobile, .theme-light .side-menu-content {
  background-color: white !important;
}
.theme-light .nav-section .active a, .theme-light .nav-section .ancestor a {
  color: white !important;
}

.theme-dark .main-nav, .theme-dark .main-mobile, .theme-dark .side-menu-content {
  background-color: #383838 !important;
}
.theme-dark .nav-section .active a, .theme-dark .nav-section .ancestor a {
  color: #383838 !important;
}

mark.hilite {
  background-color: transparent;
  color: #dc4f00;
  font-family: "FucXed", sans-serif;
  font-size: 1.4rem;
  line-height: 0;
  position: relative;
  top: 2px;
}

h1 mark.hilite, h2 mark.hilite, h3 mark.hilite, h4 mark.hilite, h5 mark.hilite, h6 mark.hilite {
  font-size: inherit;
}

header.print {
  display: none;
}

.xr-logo {
  background: transparent url("../img/X-symbol.98398930b866.svg") center left no-repeat;
  color: transparent;
  display: block;
  font-size: 1.5rem;
  height: 1.4em;
  margin-left: 0.2rem;
  margin-right: 1.1rem;
  position: relative;
  text-shadow: none;
  top: 0.4rem;
  width: 1.4em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.xr-logo:hover {
  transform: rotate(10deg);
  transition: all 0.25s cubic-bezier(0.28, 0.15, 0, 2.1);
}

nav {
  background-color: #ffc11e;
  box-sizing: border-box;
  display: none;
  font-family: "FucXed", sans-serif;
  font-size: 1.3rem;
  height: 4rem;
  letter-spacing: 0.03em;
  padding: 0.5rem 1rem 0;
}
@media only screen and (min-width: 72.3684210526rem) {
  nav {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  nav > * {
    max-width: none;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  nav {
    display: flex;
  }
}
@media only screen and (min-width: 72.3684210526rem) {
  nav {
    font-size: 1.5rem;
  }
}
nav.main-mobile {
  display: flex;
}
@media only screen and (min-width: 59.2105263158rem) {
  nav.main-mobile {
    display: none;
  }
}
nav .main-menu {
  margin-left: auto;
  z-index: 20;
}
nav .main-menu li {
  display: none;
}
nav .main-menu li:first-child {
  display: none;
}
@media only screen and (min-width: 59.2105263158rem) {
  nav .main-menu li {
    display: block;
  }
}
nav .donate {
  margin-left: auto;
  margin-right: 0.5rem;
}
nav input, nav .button {
  display: block;
  font-size: 1.3rem;
  height: 2.8rem;
}
nav ul {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding: 0.6rem 0;
}
@media only screen and (min-width: 72.3684210526rem) {
  nav ul {
    padding-top: 0.5rem;
  }
}
nav ul li {
  justify-content: flex-start;
  margin: 0;
}
nav ul li.active a, nav ul li.ancestor a {
  text-decoration: none;
  color: white;
}
nav ul a {
  display: inline-block;
  margin-right: 1.5rem;
  text-decoration: none;
}
@media only screen and (min-width: 72.3684210526rem) {
  nav ul a {
    margin-right: 2rem;
  }
}
nav ul a:last-of-type {
  padding-right: 0;
}
nav .search-toggle {
  display: none;
  margin-left: 0;
}
@media only screen and (min-width: 39.4736842105rem) {
  nav .search-toggle {
    display: inline-flex;
  }
}
nav .search-toggle.open {
  margin-left: auto;
}
nav .search-toggle.open .search {
  display: block;
}
nav .search-toggle .search {
  display: none;
}
nav .search-toggle form {
  margin-right: 0.5rem;
}
nav .search-toggle .search-toggle-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0;
  width: 2.8rem;
}
nav .search-toggle .search-toggle-button:after {
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  background-image: url("../img/search.1dd63b0accbb.svg");
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
nav .search-toggle .search-toggle-button.open:after {
  background-image: url("../img/cross-thin.f10fecf4e663.svg");
}

nav.main-mobile {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}
nav.main-mobile .menu-toggle button {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 2.8rem;
}
nav.main-mobile .side-menu {
  background-color: transparent;
  box-sizing: border-box;
  display: none;
  font-size: 1.5rem;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 3.5rem;
  bottom: 0;
  width: 100%;
  z-index: 30;
}
nav.main-mobile .side-menu.open {
  display: block;
}
nav.main-mobile .side-menu .side-menu-content {
  background-color: #ffc11e;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  left: 0;
  overflow-y: scroll;
  padding: 0 1rem 0.5rem;
  position: absolute;
  top: 0;
  width: 100%;
}
nav.main-mobile .side-menu .side-menu-content .search {
  align-items: flex-end;
  display: flex;
  margin-top: 1rem;
  width: 100%;
}
nav.main-mobile .side-menu .side-menu-content .search form {
  margin-left: auto;
  width: 100%;
}
nav.main-mobile .side-menu .side-menu-content .search form .button {
  margin-top: 0.5rem;
}
nav.main-mobile .side-menu .side-menu-content .search form input[type=text] {
  flex-grow: 1;
}
nav.main-mobile .side-menu .menu-toggle {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  width: 2.8rem;
}
nav.main-mobile .side-menu ul {
  flex-direction: column;
}
nav.main-mobile .side-menu ul li:first-child {
  display: none;
}
nav.main-mobile .side-menu ul ul {
  padding-left: 1rem;
}
nav.main-mobile .side-menu ul ul li:first-child {
  display: list-item;
}
nav.main-mobile .side-menu ul > li {
  border-top: 1px solid #383838;
  padding-top: 0.5rem;
}
nav.main-mobile .side-menu ul > li li {
  border: none;
  padding-top: 0;
}
nav.main-mobile .side-menu ul li a {
  color: #383838;
}
nav.main-mobile .side-menu ul li.active > a {
  color: white;
}
nav.main-mobile .main-menu {
  display: block;
}

nav.nav-section {
  background-color: white;
  height: 2.5rem;
  padding-top: 0.1rem;
}
nav.nav-section ul {
  margin-left: auto;
  margin-right: auto;
  padding: 0.3rem 0 0;
}
@media only screen and (min-width: 72.3684210526rem) {
  nav.nav-section ul {
    padding-top: 0.2rem;
  }
}
nav.nav-section.active a {
  text-decoration: none;
  color: #ffc11e;
}

article {
  flex: 1;
  margin-top: 4rem;
  word-break: break-word;
}
@media only screen and (min-width: 59.2105263158rem) {
  article {
    margin-top: 0;
  }
}
article p a, article li a {
  text-decoration: none;
  background-image: linear-gradient(#dc4f00, #dc4f00);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
article p a:hover, article li a:hover {
  background-image: linear-gradient(#383838, #383838);
}
article ul {
  list-style-type: disc;
  margin-bottom: 1rem;
}
article ul li {
  margin-left: 1.5rem;
  margin-bottom: 0;
}
article ol {
  margin-bottom: 1rem;
}
article ol li {
  margin-left: 1.5rem;
  margin-bottom: 0;
}
article > .block {
  padding-left: 1rem;
  padding-right: 1rem;
}
article > section:last-of-type {
  padding-bottom: 2rem;
}

footer {
  color: white;
  margin-top: auto;
  padding: 2rem 1rem;
}
footer h2, footer h3 {
  margin-top: 1rem;
}
footer ul li {
  margin-bottom: 0;
}
footer a {
  color: white;
}

footer.footer {
  background-color: #383838;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 72.3684210526rem) {
  footer.footer {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  footer.footer > * {
    max-width: none;
  }
}
footer.footer .footer {
  width: 100%;
}
@media only screen and (min-width: 39.4736842105rem) {
  footer.footer .footer {
    width: 50%;
  }
}
footer.footer .footer a {
  text-decoration: none;
}
footer.footer .footer > ul {
  display: block;
  flex-flow: wrap;
  flex-direction: row;
  font-family: "FucXed", sans-serif;
  white-space: nowrap;
}
@media only screen and (min-width: 39.4736842105rem) {
  footer.footer .footer > ul {
    display: flex;
  }
}
footer.footer .footer > ul > li {
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
footer.footer .footer > ul > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 59.2105263158rem) {
  footer.footer .footer > ul > li {
    width: 31.3333333333%;
  }
}
footer.footer .footer > ul > li ul {
  display: block;
  font-family: "Vollkorn", serif;
  font-size: 1rem;
  margin-top: 0.5rem;
}
footer.footer .footer > ul > li ul li {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
footer.footer .footer-others {
  display: block;
  width: 25%;
}
footer.footer .footer-others h4 {
  margin: 0;
  font-size: 1.1rem;
}
footer.footer .footer-others ul {
  font-family: "FucXed", sans-serif;
  overflow: auto;
}
footer.footer .footer-others ul li {
  display: block;
  font-family: "Vollkorn", serif;
  font-size: 1rem;
  margin-left: 0;
  margin-right: 0;
}
footer.footer .footer-others ul li:first-child {
  margin-top: 0.5rem;
}
footer.footer .copyright-info {
  font-family: "FucXed", sans-serif;
  width: 100%;
}
@media only screen and (min-width: 39.4736842105rem) {
  footer.footer .copyright-info {
    flex-grow: 1;
    width: 50%;
  }
}
footer.footer .copyright-info li {
  font-family: "Vollkorn", serif;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}
footer.footer .copyright {
  flex-grow: 1;
  font-size: 1rem;
  margin-top: 2rem;
  text-align: center;
}
footer.footer .copyright a {
  text-decoration: none;
  background-image: linear-gradient(white, white);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
footer.footer .copyright a:hover {
  background-image: linear-gradient(white, white);
}

footer.joinus {
  background-color: #14aa37;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 72.3684210526rem) {
  footer.joinus {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  footer.joinus > * {
    max-width: none;
  }
}
footer.joinus h2 {
  font-family: "FucXed", sans-serif;
  margin-top: 0;
}
footer.joinus a {
  text-decoration: none;
  background-image: linear-gradient(white, white);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
footer.joinus a:hover {
  background-image: linear-gradient(white, white);
}
footer.joinus form {
  padding-top: 1rem;
}
footer.joinus .errors {
  background-color: #dc4f00;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: left;
}
footer.joinus .errors ul {
  margin-top: 0.5rem;
}
footer.joinus .buttons {
  margin-top: 1rem;
}
footer.joinus .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
footer.joinus .field {
  margin-bottom: 1em;
  box-sizing: border-box;
  display: inline-flex;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 59.2105263158rem) {
  footer.joinus .field {
    width: 32.3333333333%;
  }
  footer.joinus .field:nth-child(3n-2) {
    padding-left: 0;
  }
  footer.joinus .field:nth-child(3n) {
    padding-right: 0;
  }
}
footer.joinus .field.field-consent {
  width: 100%;
}
footer.joinus .field.field-message {
  width: 100%;
}
@media only screen and (min-width: 59.2105263158rem) {
  footer.joinus .field.field-message {
    width: 66%;
  }
}
footer.joinus .field input, footer.joinus .field textarea {
  flex-grow: 1;
  outline: none;
  width: auto;
}
footer.joinus .field input[type=checkbox] {
  margin: 0.3rem 0.8rem 0 0;
}
footer.joinus .field input[type=submit] {
  position: relative;
  top: 0;
}
footer.joinus .error input, footer.joinus .error textarea {
  color: #dc4f00;
}
footer.joinus .error input::placeholder, footer.joinus .error textarea::placeholder {
  color: #dc4f00;
}
footer.joinus .error input[type=checkbox] {
  border: 2px solid #dc4f00;
}

.search {
  margin-left: auto;
}
.search .button {
  border: 2px solid transparent;
}
.search form {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.search input {
  border: 2px solid #383838;
}
.search input[type=text] {
  background-color: transparent;
  margin-right: 0.5rem;
  width: 15rem;
}

.toggle-section {
  display: flex;
  flex-flow: row;
  padding-right: 0;
  position: relative;
}
.toggle-section .toggle-content {
  border-top: 1px solid #dadada;
  padding-top: 0.5rem;
  width: 100%;
}
.toggle-section .toggle-content dd {
  padding-bottom: 1rem;
}
.toggle-section .toggle-content .rich-text {
  margin-top: 1rem;
}
.toggle-section:last-child .toggle-content {
  border-bottom: none;
}
.toggle-section .toggle-button {
  font-family: "FucXed", sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin: 2rem 0 1rem;
  display: block;
  cursor: pointer;
  font-size: 1.8rem;
  margin: 0 0 0.5rem;
  outline: none;
  width: 100%;
}
.toggle-section .toggle-button:after {
  content: "↓";
  display: block;
  font-size: 2rem;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
  transition: transform 200ms;
  transform: rotate(0deg);
  transform-origin: center center;
}
.toggle-section .toggle-button.open:after {
  content: "↓";
  transform: rotate(180deg);
}
@media only screen and (min-width: 59.2105263158rem) {
  .toggle-section .toggle-content {
    padding-top: 1rem;
  }
  .toggle-section .toggle-button {
    margin: 0 0 1rem;
  }
  .toggle-section .toggle-button:after {
    font-size: 2.8rem;
    height: 2.8rem;
    width: 1.9rem;
  }
}

.block-top > * {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-top > * {
    max-width: 52.6315789474rem;
  }
}

.block-news_list > * {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-news_list > * {
    max-width: 59.2105263158rem;
  }
}

.block-button_group > * {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-button_group > * {
    max-width: 59.2105263158rem;
  }
}

@media only screen and (min-width: 72.3684210526rem) {
  .block-event_list {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-event_list > * {
    max-width: none;
  }
}

@media only screen and (min-width: 72.3684210526rem) {
  .block-local_group_map {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-local_group_map > * {
    max-width: none;
  }
}

@media only screen and (min-width: 72.3684210526rem) {
  .block-goto_next {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-goto_next > * {
    max-width: none;
  }
}

@media only screen and (min-width: 72.3684210526rem) {
  .block-important_events {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-important_events > * {
    max-width: none;
  }
}

.block-notice {
  background-color: white;
  box-sizing: border-box;
  color: #383838;
  font-family: "FucXed", sans-serif;
  font-size: 1.3rem;
  margin: 0;
  padding: 0 !important;
}
.block-notice .notice {
  box-sizing: border-box;
  max-width: none;
  padding: 0.4rem 1rem 0.1rem;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 72.3684210526rem) {
  .block-notice .notice {
    font-size: 1.5rem;
    padding: 0.3rem 2rem 0.1rem;
  }
}
.block-notice .notice a, .block-notice .notice div {
  color: #383838;
  display: inline-block;
  position: relative;
}
.block-notice .notice a, .block-notice .notice div {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.block-notice .notice a:hover, .block-notice .notice div:hover {
  background: none;
}
.block-notice .notice a::after, .block-notice .notice div::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.block-notice .notice span {
  height: 1.1em;
  width: 1rem;
}
.block-notice .notice.theme-invert {
  color: white;
  background-color: #383838;
}
.block-notice .notice.theme-invert a, .block-notice .notice.theme-invert div {
  color: white;
}
.block-notice .notice.theme-green {
  color: #14aa37;
}
.block-notice .notice.theme-green a, .block-notice .notice.theme-green div {
  color: #14aa37;
}
.block-notice .notice.theme-green.theme-invert {
  background-color: #14aa37;
}
.block-notice .notice.theme-green.theme-invert a, .block-notice .notice.theme-green.theme-invert div {
  color: white;
}
.block-notice .notice.theme-light-green {
  color: #bed276;
}
.block-notice .notice.theme-light-green a, .block-notice .notice.theme-light-green div {
  color: #bed276;
}
.block-notice .notice.theme-light-green.theme-invert {
  background-color: #bed276;
}
.block-notice .notice.theme-light-green.theme-invert a, .block-notice .notice.theme-light-green.theme-invert div {
  color: white;
}
.block-notice .notice.theme-lemon {
  color: #f7ee6a;
}
.block-notice .notice.theme-lemon a, .block-notice .notice.theme-lemon div {
  color: #f7ee6a;
}
.block-notice .notice.theme-lemon.theme-invert {
  background-color: #f7ee6a;
}
.block-notice .notice.theme-lemon.theme-invert a, .block-notice .notice.theme-lemon.theme-invert div {
  color: white;
}
.block-notice .notice.theme-orange {
  color: #ffc11e;
}
.block-notice .notice.theme-orange a, .block-notice .notice.theme-orange div {
  color: #ffc11e;
}
.block-notice .notice.theme-orange.theme-invert {
  background-color: #ffc11e;
}
.block-notice .notice.theme-orange.theme-invert a, .block-notice .notice.theme-orange.theme-invert div {
  color: white;
}
.block-notice .notice.theme-light-blue {
  color: #75d0f1;
}
.block-notice .notice.theme-light-blue a, .block-notice .notice.theme-light-blue div {
  color: #75d0f1;
}
.block-notice .notice.theme-light-blue.theme-invert {
  background-color: #75d0f1;
}
.block-notice .notice.theme-light-blue.theme-invert a, .block-notice .notice.theme-light-blue.theme-invert div {
  color: white;
}
.block-notice .notice.theme-dark-blue {
  color: #3860aa;
}
.block-notice .notice.theme-dark-blue a, .block-notice .notice.theme-dark-blue div {
  color: #3860aa;
}
.block-notice .notice.theme-dark-blue.theme-invert {
  background-color: #3860aa;
}
.block-notice .notice.theme-dark-blue.theme-invert a, .block-notice .notice.theme-dark-blue.theme-invert div {
  color: white;
}
.block-notice .notice.theme-pink {
  color: #ed9bc4;
}
.block-notice .notice.theme-pink a, .block-notice .notice.theme-pink div {
  color: #ed9bc4;
}
.block-notice .notice.theme-pink.theme-invert {
  background-color: #ed9bc4;
}
.block-notice .notice.theme-pink.theme-invert a, .block-notice .notice.theme-pink.theme-invert div {
  color: white;
}
.block-notice .notice.theme-bright-pink {
  color: #cf6297;
}
.block-notice .notice.theme-bright-pink a, .block-notice .notice.theme-bright-pink div {
  color: #cf6297;
}
.block-notice .notice.theme-bright-pink.theme-invert {
  background-color: #cf6297;
}
.block-notice .notice.theme-bright-pink.theme-invert a, .block-notice .notice.theme-bright-pink.theme-invert div {
  color: white;
}
.block-notice .notice.theme-violet {
  color: #986297;
}
.block-notice .notice.theme-violet a, .block-notice .notice.theme-violet div {
  color: #986297;
}
.block-notice .notice.theme-violet.theme-invert {
  background-color: #986297;
}
.block-notice .notice.theme-violet.theme-invert a, .block-notice .notice.theme-violet.theme-invert div {
  color: white;
}
.block-notice .notice.theme-red {
  color: #dc4f00;
}
.block-notice .notice.theme-red a, .block-notice .notice.theme-red div {
  color: #dc4f00;
}
.block-notice .notice.theme-red.theme-invert {
  background-color: #dc4f00;
}
.block-notice .notice.theme-red.theme-invert a, .block-notice .notice.theme-red.theme-invert div {
  color: white;
}
.block-notice .notice.theme-rage {
  color: #c80082;
}
.block-notice .notice.theme-rage a, .block-notice .notice.theme-rage div {
  color: #c80082;
}
.block-notice .notice.theme-rage.theme-invert {
  background-color: #c80082;
}
.block-notice .notice.theme-rage.theme-invert a, .block-notice .notice.theme-rage.theme-invert div {
  color: white;
}
.block-notice .notice.theme-hiviz-green {
  color: #caff11;
}
.block-notice .notice.theme-hiviz-green a, .block-notice .notice.theme-hiviz-green div {
  color: #caff11;
}
.block-notice .notice.theme-hiviz-green.theme-invert {
  background-color: #caff11;
}
.block-notice .notice.theme-hiviz-green.theme-invert a, .block-notice .notice.theme-hiviz-green.theme-invert div {
  color: white;
}
.block-notice .notice.theme-hiviz-pink {
  color: #ff1493;
}
.block-notice .notice.theme-hiviz-pink a, .block-notice .notice.theme-hiviz-pink div {
  color: #ff1493;
}
.block-notice .notice.theme-hiviz-pink.theme-invert {
  background-color: #ff1493;
}
.block-notice .notice.theme-hiviz-pink.theme-invert a, .block-notice .notice.theme-hiviz-pink.theme-invert div {
  color: white;
}
.block-notice .notice.theme-light {
  color: white;
}
.block-notice .notice.theme-light a, .block-notice .notice.theme-light div {
  color: white;
}
.block-notice .notice.theme-light.theme-invert {
  background-color: white;
}
.block-notice .notice.theme-light.theme-invert a, .block-notice .notice.theme-light.theme-invert div {
  color: white;
}
.block-notice .notice.theme-dark {
  color: #383838;
}
.block-notice .notice.theme-dark a, .block-notice .notice.theme-dark div {
  color: #383838;
}
.block-notice .notice.theme-dark.theme-invert {
  background-color: #383838;
}
.block-notice .notice.theme-dark.theme-invert a, .block-notice .notice.theme-dark.theme-invert div {
  color: white;
}
.block-notice .notice.theme-invert.theme-fg-green a, .block-notice .notice.theme-invert.theme-fg-green div {
  color: #14aa37;
}
.block-notice .notice.theme-invert.theme-fg-light-green a, .block-notice .notice.theme-invert.theme-fg-light-green div {
  color: #bed276;
}
.block-notice .notice.theme-invert.theme-fg-lemon a, .block-notice .notice.theme-invert.theme-fg-lemon div {
  color: #f7ee6a;
}
.block-notice .notice.theme-invert.theme-fg-orange a, .block-notice .notice.theme-invert.theme-fg-orange div {
  color: #ffc11e;
}
.block-notice .notice.theme-invert.theme-fg-light-blue a, .block-notice .notice.theme-invert.theme-fg-light-blue div {
  color: #75d0f1;
}
.block-notice .notice.theme-invert.theme-fg-dark-blue a, .block-notice .notice.theme-invert.theme-fg-dark-blue div {
  color: #3860aa;
}
.block-notice .notice.theme-invert.theme-fg-pink a, .block-notice .notice.theme-invert.theme-fg-pink div {
  color: #ed9bc4;
}
.block-notice .notice.theme-invert.theme-fg-bright-pink a, .block-notice .notice.theme-invert.theme-fg-bright-pink div {
  color: #cf6297;
}
.block-notice .notice.theme-invert.theme-fg-violet a, .block-notice .notice.theme-invert.theme-fg-violet div {
  color: #986297;
}
.block-notice .notice.theme-invert.theme-fg-red a, .block-notice .notice.theme-invert.theme-fg-red div {
  color: #dc4f00;
}
.block-notice .notice.theme-invert.theme-fg-rage a, .block-notice .notice.theme-invert.theme-fg-rage div {
  color: #c80082;
}
.block-notice .notice.theme-invert.theme-fg-hiviz-green a, .block-notice .notice.theme-invert.theme-fg-hiviz-green div {
  color: #caff11;
}
.block-notice .notice.theme-invert.theme-fg-hiviz-pink a, .block-notice .notice.theme-invert.theme-fg-hiviz-pink div {
  color: #ff1493;
}
.block-notice .notice.theme-invert.theme-fg-light a, .block-notice .notice.theme-invert.theme-fg-light div {
  color: white;
}
.block-notice .notice.theme-invert.theme-fg-dark a, .block-notice .notice.theme-invert.theme-fg-dark div {
  color: #383838;
}

/* aspect ratio: 16:9 => 9/16*100 */
.block-video, .block-hero_video {
  margin: 1rem auto 2rem;
  max-width: 52.6315789474rem;
}
.block-video .video-holder, .block-hero_video .video-holder {
  background-color: #ececec;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.block-video iframe, .block-hero_video iframe, .block-video .video-overlay, .block-hero_video .video-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block-video .video-content, .block-hero_video .video-content {
  display: none;
}
.block-video .video-content.open, .block-hero_video .video-content.open {
  display: block;
}
.block-video .video-overlay, .block-hero_video .video-overlay {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
}
.block-video .video-overlay .video-play-icon, .block-hero_video .video-overlay .video-play-icon {
  animation: pulse 10s infinite;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 10;
}
@keyframes pulse {
  from {
    transform-origin: center center;
    transform: scale(1);
  }
  12.5% {
    transform-origin: center center;
    transform: scale(1);
  }
  14% {
    transform-origin: center center;
    transform: scale(1.2);
  }
  16.5% {
    transform-origin: center center;
    transform: scale(0.9);
  }
  19% {
    transform-origin: center center;
    transform: scale(1.1);
  }
  21.5% {
    transform-origin: center center;
    transform: scale(1);
  }
  to {
    transform-origin: center center;
    transform: scale(1);
  }
}
.block-video .video-overlay .video-play-icon svg, .block-hero_video .video-overlay .video-play-icon svg {
  height: 100px;
  width: 100px;
}
.block-video .video-overlay .video-play-icon .circle, .block-hero_video .video-overlay .video-play-icon .circle {
  stroke: #383838;
  stroke-width: 0;
  fill: #f7ee6a;
  fill-opacity: 1;
}
.block-video .video-overlay .video-play-icon .triangle, .block-hero_video .video-overlay .video-play-icon .triangle {
  fill: #383838;
}
.block-video .video-overlay .video-play-icon:hover .circle, .block-hero_video .video-overlay .video-play-icon:hover .circle {
  fill: #dc4f00;
  fill-opacity: 1;
}

article > .block-hero_video {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.block-hero_video {
  max-width: none !important;
}
.block-hero_video .video-holder {
  max-width: none !important;
}
@media only screen and (min-width: 72.3684210526rem) {
  .block-hero_video .video-holder {
    padding-bottom: 46.875%;
  }
}

article > .block-hero {
  overflow: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.block-hero {
  font-size: 1.3em;
  padding: 0;
  width: 100%;
}
.block-hero .hero {
  background-color: #ececec;
  max-width: none;
  overflow: auto;
}
.block-hero .hero.theme-bg-green {
  background-color: #14aa37 !important;
}
.block-hero .hero.theme-fg-green {
  color: #14aa37 !important;
}
.block-hero .hero.theme-bg-light-green {
  background-color: #bed276 !important;
}
.block-hero .hero.theme-fg-light-green {
  color: #bed276 !important;
}
.block-hero .hero.theme-bg-lemon {
  background-color: #f7ee6a !important;
}
.block-hero .hero.theme-fg-lemon {
  color: #f7ee6a !important;
}
.block-hero .hero.theme-bg-orange {
  background-color: #ffc11e !important;
}
.block-hero .hero.theme-fg-orange {
  color: #ffc11e !important;
}
.block-hero .hero.theme-bg-light-blue {
  background-color: #75d0f1 !important;
}
.block-hero .hero.theme-fg-light-blue {
  color: #75d0f1 !important;
}
.block-hero .hero.theme-bg-dark-blue {
  background-color: #3860aa !important;
}
.block-hero .hero.theme-fg-dark-blue {
  color: #3860aa !important;
}
.block-hero .hero.theme-bg-pink {
  background-color: #ed9bc4 !important;
}
.block-hero .hero.theme-fg-pink {
  color: #ed9bc4 !important;
}
.block-hero .hero.theme-bg-bright-pink {
  background-color: #cf6297 !important;
}
.block-hero .hero.theme-fg-bright-pink {
  color: #cf6297 !important;
}
.block-hero .hero.theme-bg-violet {
  background-color: #986297 !important;
}
.block-hero .hero.theme-fg-violet {
  color: #986297 !important;
}
.block-hero .hero.theme-bg-red {
  background-color: #dc4f00 !important;
}
.block-hero .hero.theme-fg-red {
  color: #dc4f00 !important;
}
.block-hero .hero.theme-bg-rage {
  background-color: #c80082 !important;
}
.block-hero .hero.theme-fg-rage {
  color: #c80082 !important;
}
.block-hero .hero.theme-bg-hiviz-green {
  background-color: #caff11 !important;
}
.block-hero .hero.theme-fg-hiviz-green {
  color: #caff11 !important;
}
.block-hero .hero.theme-bg-hiviz-pink {
  background-color: #ff1493 !important;
}
.block-hero .hero.theme-fg-hiviz-pink {
  color: #ff1493 !important;
}
.block-hero .hero.theme-bg-light {
  background-color: white !important;
}
.block-hero .hero.theme-fg-light {
  color: white !important;
}
.block-hero .hero.theme-bg-dark {
  background-color: #383838 !important;
}
.block-hero .hero.theme-fg-dark {
  color: #383838 !important;
}
.block-hero .hero .hero-image {
  background-color: #ececec;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 33%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 15rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 39.4736842105rem) {
  .block-hero .hero .hero-image {
    height: 20rem;
  }
}
@media only screen and (min-width: 72.3684210526rem) {
  .block-hero .hero .hero-image {
    height: 22rem;
  }
}
.block-hero .hero .hero-image h1 {
  color: white;
  margin-top: auto;
  margin-bottom: 1.5rem;
}
.block-hero .hero .hero-image img {
  display: block;
}
.block-hero .hero .attribution {
  color: white;
  font-size: 0.7rem;
  font-style: italic;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  text-align: right;
}
.block-hero .hero .attribution a {
  text-decoration: none;
  background-image: linear-gradient(white, white);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  color: white;
}
.block-hero .hero .attribution a:hover {
  background-image: linear-gradient(white, white);
}
.block-hero .hero .attribution .source {
  font-size: 0.9em;
}
.block-hero .hero .attribution .caption + .source {
  margin-left: 0.6em;
}
.block-hero .hero .hero-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1rem 1rem;
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-hero .hero .hero-content {
    max-width: 52.6315789474rem;
  }
}
@media only screen and (min-width: 72.3684210526rem) {
  .block-hero .hero .hero-content {
    max-width: 49.3421052632rem;
  }
}
.block-hero .hero .hero-content h1 {
  margin-top: 0;
}
.block-hero .hero .hero-content p {
  margin-bottom: 2rem;
}
.block-hero .superhero {
  background-color: #dc4f00;
  color: white;
  border-top: 1px solid #383838;
}
.block-hero .superhero a {
  color: white;
}
.block-hero a {
  text-decoration: none;
  background-image: linear-gradient(#dc4f00, #dc4f00);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
.block-hero a:hover {
  background-image: linear-gradient(#383838, #383838);
}
.block-hero .rich-text {
  line-height: 1.3;
}

article > .block-hero_banner {
  padding: 0;
}

.block-hero_banner {
  width: 100%;
}
.block-hero_banner .hero {
  height: 62.5vw;
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 39.4736842105rem) {
  .block-hero_banner .hero {
    height: 50vw;
  }
}
.block-hero_banner .hero.theme-bg-green .hero-content-body {
  background-color: #14aa37CC !important;
}
.block-hero_banner .hero.theme-fg-green .hero-content-body {
  color: #14aa37 !important;
}
.block-hero_banner .hero.theme-fg-green .hero-content-body a {
  color: #14aa37 !important;
}
.block-hero_banner .hero.theme-bg-light-green .hero-content-body {
  background-color: #bed276CC !important;
}
.block-hero_banner .hero.theme-fg-light-green .hero-content-body {
  color: #bed276 !important;
}
.block-hero_banner .hero.theme-fg-light-green .hero-content-body a {
  color: #bed276 !important;
}
.block-hero_banner .hero.theme-bg-lemon .hero-content-body {
  background-color: #f7ee6aCC !important;
}
.block-hero_banner .hero.theme-fg-lemon .hero-content-body {
  color: #f7ee6a !important;
}
.block-hero_banner .hero.theme-fg-lemon .hero-content-body a {
  color: #f7ee6a !important;
}
.block-hero_banner .hero.theme-bg-orange .hero-content-body {
  background-color: #ffc11eCC !important;
}
.block-hero_banner .hero.theme-fg-orange .hero-content-body {
  color: #ffc11e !important;
}
.block-hero_banner .hero.theme-fg-orange .hero-content-body a {
  color: #ffc11e !important;
}
.block-hero_banner .hero.theme-bg-light-blue .hero-content-body {
  background-color: #75d0f1CC !important;
}
.block-hero_banner .hero.theme-fg-light-blue .hero-content-body {
  color: #75d0f1 !important;
}
.block-hero_banner .hero.theme-fg-light-blue .hero-content-body a {
  color: #75d0f1 !important;
}
.block-hero_banner .hero.theme-bg-dark-blue .hero-content-body {
  background-color: #3860aaCC !important;
}
.block-hero_banner .hero.theme-fg-dark-blue .hero-content-body {
  color: #3860aa !important;
}
.block-hero_banner .hero.theme-fg-dark-blue .hero-content-body a {
  color: #3860aa !important;
}
.block-hero_banner .hero.theme-bg-pink .hero-content-body {
  background-color: #ed9bc4CC !important;
}
.block-hero_banner .hero.theme-fg-pink .hero-content-body {
  color: #ed9bc4 !important;
}
.block-hero_banner .hero.theme-fg-pink .hero-content-body a {
  color: #ed9bc4 !important;
}
.block-hero_banner .hero.theme-bg-bright-pink .hero-content-body {
  background-color: #cf6297CC !important;
}
.block-hero_banner .hero.theme-fg-bright-pink .hero-content-body {
  color: #cf6297 !important;
}
.block-hero_banner .hero.theme-fg-bright-pink .hero-content-body a {
  color: #cf6297 !important;
}
.block-hero_banner .hero.theme-bg-violet .hero-content-body {
  background-color: #986297CC !important;
}
.block-hero_banner .hero.theme-fg-violet .hero-content-body {
  color: #986297 !important;
}
.block-hero_banner .hero.theme-fg-violet .hero-content-body a {
  color: #986297 !important;
}
.block-hero_banner .hero.theme-bg-red .hero-content-body {
  background-color: #dc4f00CC !important;
}
.block-hero_banner .hero.theme-fg-red .hero-content-body {
  color: #dc4f00 !important;
}
.block-hero_banner .hero.theme-fg-red .hero-content-body a {
  color: #dc4f00 !important;
}
.block-hero_banner .hero.theme-bg-rage .hero-content-body {
  background-color: #c80082CC !important;
}
.block-hero_banner .hero.theme-fg-rage .hero-content-body {
  color: #c80082 !important;
}
.block-hero_banner .hero.theme-fg-rage .hero-content-body a {
  color: #c80082 !important;
}
.block-hero_banner .hero.theme-bg-hiviz-green .hero-content-body {
  background-color: #caff11CC !important;
}
.block-hero_banner .hero.theme-fg-hiviz-green .hero-content-body {
  color: #caff11 !important;
}
.block-hero_banner .hero.theme-fg-hiviz-green .hero-content-body a {
  color: #caff11 !important;
}
.block-hero_banner .hero.theme-bg-hiviz-pink .hero-content-body {
  background-color: #ff1493CC !important;
}
.block-hero_banner .hero.theme-fg-hiviz-pink .hero-content-body {
  color: #ff1493 !important;
}
.block-hero_banner .hero.theme-fg-hiviz-pink .hero-content-body a {
  color: #ff1493 !important;
}
.block-hero_banner .hero.theme-bg-light .hero-content-body {
  background-color: whiteCC !important;
}
.block-hero_banner .hero.theme-fg-light .hero-content-body {
  color: white !important;
}
.block-hero_banner .hero.theme-fg-light .hero-content-body a {
  color: white !important;
}
.block-hero_banner .hero.theme-bg-dark .hero-content-body {
  background-color: #383838CC !important;
}
.block-hero_banner .hero.theme-fg-dark .hero-content-body {
  color: #383838 !important;
}
.block-hero_banner .hero.theme-fg-dark .hero-content-body a {
  color: #383838 !important;
}
.block-hero_banner .hero a {
  text-decoration: none;
}
.block-hero_banner .hero .hero-image {
  background-color: #ececec;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  display: flex;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.block-hero_banner .hero .hero-image img {
  display: block;
}
.block-hero_banner .hero .hero-image .hero-content-body {
  font-family: FucXed, sans-serif;
  margin: auto 0 2rem;
  text-align: right;
  padding: 1rem;
  width: 100%;
}
@media only screen and (min-width: 72.3684210526rem) {
  .block-hero_banner .hero .hero-image .hero-content-body {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-hero_banner .hero .hero-image .hero-content-body > * {
    max-width: none;
  }
}
.block-hero_banner .hero .hero-image .hero-content-body h1, .block-hero_banner .hero .hero-image .hero-content-body h2, .block-hero_banner .hero .hero-image .hero-content-body h3, .block-hero_banner .hero .hero-image .hero-content-body h4, .block-hero_banner .hero .hero-image .hero-content-body h5 {
  margin-top: 0;
}

.block-paragraph {
  margin-top: 2rem;
}

.block-declaration {
  margin-top: 2rem;
  font-size: 1.3em;
  line-height: 1.3;
  text-align: center;
}
.block-declaration p {
  margin-bottom: 2rem;
}

.block-important_events {
  background-color: #ececec;
  padding: 0 0 3rem;
  overflow: auto;
  text-align: center;
}
.block-important_events .block-event_list {
  text-align: left;
  padding: 1rem 0 !important;
}
.block-important_events .block-event_list .block-event_item {
  background-color: white;
}
.block-important_events .block-event_list .block-event_item.fill {
  background-color: transparent;
}
.block-important_events .block-event_list .block-event_item.fill:hover {
  background-color: transparent;
}

.block-event_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 2rem 1rem 3rem;
}
.block-event_list .block-event_item {
  background-color: #ececec;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto 1rem auto;
  max-width: 24rem;
  padding-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 39.4736842105rem) {
  .block-event_list .block-event_item {
    margin: 0 0 1rem 0;
    max-width: none;
    width: 49%;
  }
}
@media only screen and (min-width: 72.3684210526rem) {
  .block-event_list .block-event_item {
    width: 32.3333333333%;
  }
}
.block-event_list .block-event_item:hover {
  background-color: #383838;
  color: white;
}
.block-event_list .block-event_item:hover a {
  color: white;
}
.block-event_list .block-event_item.fill {
  background-color: transparent;
}
.block-event_list .block-event_item.fill:hover {
  background-color: transparent;
}
.block-event_list .block-event_item h3 a {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.block-event_list .block-event_item h3 a:hover {
  background: none;
}
.block-event_list .block-event_item h3 a::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.block-event_list .block-event_item a.button {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.block-event_list .block-event_item a.button:hover {
  background: none;
}
.block-event_list .block-event_item a.button::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.block-event_list .block-event_item.featured {
  background-color: #dc4f00;
  color: white;
}
.block-event_list .block-event_item.featured h3 {
  color: white;
}
.block-event_list .block-event_item.featured:hover {
  background-color: #383838;
  color: white;
}
.block-event_list .block-event_item.featured a {
  color: white;
}

.item--cover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  padding-top: 56.25%;
  width: 100%;
}

.block-event_item.detail .item--cover {
  cursor: initial;
}
.block-event_item.detail .item--content {
  padding: 2rem 0 0;
}
.block-event_item.detail .item--source {
  margin-top: 2rem;
}

.item--content {
  padding: 0 1rem 1rem;
}
.item--content .item--title {
  margin-top: 1rem;
}
.item--content .item--body {
  margin-top: 1rem;
  padding-top: 1rem;
}
.item--content .item--body a {
  text-decoration: none;
  background-image: linear-gradient(#dc4f00, #dc4f00);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
.item--content .item--body a:hover {
  background-image: linear-gradient(#383838, #383838);
}
.item--content .item--meta {
  display: flex;
}
.item--content .item--meta i {
  display: inline-block;
  text-align: center;
}
.item--content .item--meta a {
  text-decoration: none;
  background-image: linear-gradient(#dc4f00, #dc4f00);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
.item--content .item--meta a:hover {
  background-image: linear-gradient(#383838, #383838);
}

.item--more {
  margin-top: auto;
  padding-bottom: 0.5rem;
  text-align: center;
}

.block-list_controls {
  background-color: white;
  padding: 0.2rem 0;
  text-align: center;
}
.block-list_controls a {
  text-decoration: none;
}
.block-list_controls a {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.block-list_controls a:hover {
  background: none;
}
.block-list_controls a::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.block-list_controls a:hover {
  text-decoration: none;
  background-image: linear-gradient(#383838, #383838);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
.block-list_controls a:hover:hover {
  background-image: linear-gradient(#383838, #383838);
}
.block-list_controls span:after {
  content: "∙";
  display: inline-block;
  padding: 0 0.2rem;
}
.block-list_controls span:after {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.block-list_controls span:after:hover {
  background: none;
}
.block-list_controls span:after::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.block-list_controls span:last-child:after {
  content: none;
  padding: 0;
}

.block-news_list {
  background-color: #ececec;
  padding: 1rem 3rem;
}
.block-news_list .news_title {
  margin-top: 1rem;
}
.block-news_list .block-news_items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.block-news_list .block-news_item {
  background-color: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
.block-news_list .block-news_item:hover {
  background-color: #383838;
  color: white;
}
.block-news_list .block-news_item:hover a {
  color: white;
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-news_list .block-news_item {
    width: 49%;
  }
}
.block-news_list .block-news_item h1, .block-news_list .block-news_item h2, .block-news_list .block-news_item h3, .block-news_list .block-news_item h4, .block-news_list .block-news_item h5 {
  font-family: "Vollkorn", serif;
  font-weight: bold;
  letter-spacing: -0.03em;
  word-spacing: initial;
}
.block-news_list .block-news_item h1 a, .block-news_list .block-news_item h2 a, .block-news_list .block-news_item h3 a, .block-news_list .block-news_item h4 a, .block-news_list .block-news_item h5 a {
  text-decoration: none;
}
.block-news_list .block-news_item h1 a, .block-news_list .block-news_item h2 a, .block-news_list .block-news_item h3 a, .block-news_list .block-news_item h4 a, .block-news_list .block-news_item h5 a {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.block-news_list .block-news_item h1 a:hover, .block-news_list .block-news_item h2 a:hover, .block-news_list .block-news_item h3 a:hover, .block-news_list .block-news_item h4 a:hover, .block-news_list .block-news_item h5 a:hover {
  background: none;
}
.block-news_list .block-news_item h1 a::after, .block-news_list .block-news_item h2 a::after, .block-news_list .block-news_item h3 a::after, .block-news_list .block-news_item h4 a::after, .block-news_list .block-news_item h5 a::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.block-news_list .block-news_item .item--body {
  font-size: 0.9rem;
}
.block-news_list .block-news_item .item--more {
  text-align: left;
  padding: 0 1rem 0.5rem;
}

.block-faq .faq-list {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.block-faq .faq {
  border-bottom: 1px solid #dadada;
}
.block-faq .faq.toggle-section {
  padding-right: 2rem;
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-faq .faq.toggle-section {
    padding-right: 4rem;
  }
}
.block-faq .faq .toggle-content {
  border-top: none;
  margin-top: 1rem;
  padding-top: 0;
}
.block-faq .faq .toggle-button {
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
.block-faq .faq .toggle-button:after {
  top: 0.5rem;
}

.block-search_form {
  background-color: #ececec;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.block-search_form .button {
  margin-top: 0.5rem;
}

.block-search_results .search-results {
  margin-top: 1rem;
}

.pagination {
  flex-basis: 100%;
  margin-top: 2rem;
  text-align: center;
}

.block-goto_next {
  border-top: 2px solid #ececec;
  padding: 3rem 0 2rem;
}
.block-goto_next .goto-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.block-goto_next .goto-navigation .goto {
  background-color: #ececec;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  padding: 0;
  text-align: center;
  width: 100%;
}
.block-goto_next .goto-navigation .goto h2, .block-goto_next .goto-navigation .goto h3 {
  margin-top: 1rem;
}
@media only screen and (min-width: 39.4736842105rem) {
  .block-goto_next .goto-navigation .goto {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 49%;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-goto_next .goto-navigation .goto {
    width: 32.3333333333%;
  }
}
.block-goto_next .goto-navigation .goto .goto-icon {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ffc11e;
  cursor: pointer;
  display: flex;
  height: 12rem;
  justify-content: center;
}
.block-goto_next .goto-navigation .goto .goto-icon .goto-icon-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70%;
  width: 100%;
}
@media only screen and (min-width: 39.4736842105rem) {
  .block-goto_next .goto-navigation .goto .goto-icon .goto-icon-bg {
    background-size: initial;
    height: 50%;
  }
  .block-goto_next .goto-navigation .goto .goto-icon .goto-icon-bg.goto-icon-bg-page-icons-act-now-svg {
    height: 70%;
  }
}
.block-goto_next .goto-navigation .goto .goto-text {
  padding: 1rem 0 2rem;
}
.block-goto_next .goto-navigation.columns-two {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-goto_next .goto-navigation.columns-two {
    width: 66.6666666667%;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-goto_next .goto-navigation.columns-two .goto {
    width: 49%;
  }
}

.block-local_group_list {
  padding: 2rem 0 3rem;
}
.block-local_group_list a {
  text-decoration: none;
  background-image: linear-gradient(#dc4f00, #dc4f00);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
.block-local_group_list a:hover {
  background-image: linear-gradient(#383838, #383838);
}
.block-local_group_list .local-group {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.block-local_group_list .local-group div {
  margin-right: 1rem;
}
.block-local_group_list .local-group div:last-child {
  margin-right: 0;
  margin-left: auto;
}
.block-local_group_list .local-group div.name {
  width: 12rem;
}
.block-local_group_list .local-group h4 {
  margin: 0 0 0.5rem;
  position: relative;
  top: 2px;
}
.block-local_group_list .local-group .contact a {
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: relative;
}
.block-local_group_list .local-group .contact a {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.block-local_group_list .local-group .contact a:hover {
  background: none;
}
.block-local_group_list .local-group .contact a::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.block-local_group_list .local-group .contact a i {
  position: relative;
  top: 0.2em;
}
@media only screen and (min-width: 39.4736842105rem) {
  .block-local_group_list .local-group h4 {
    margin: 0;
  }
}

.block-local_group_map {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.block-local_group_map .map-holder {
  height: 600px;
  width: 100%;
}
.block-local_group_map .map a {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.block-local_group_map .map a:hover {
  background: none;
}
.block-local_group_map .map a::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.block-local_group_map .map-popup-content h4 {
  margin: 0;
}

.block-join_us .joinus-section-list {
  counter-reset: section;
  list-style-type: none;
}
.block-join_us .joinus-section-list .joinus-section {
  border-bottom: 1px solid #383838;
  counter-increment: section;
  display: block;
  margin-left: 0;
  padding: 3rem 0;
}
.block-join_us .joinus-section-list .joinus-section:last-child {
  border-bottom: none;
}
.block-join_us .joinus-section-list .joinus-section h2 {
  margin: 0;
  padding-bottom: 1rem;
  text-align: center;
}
.block-join_us .joinus-section-list .joinus-section p {
  font-size: 1.2em;
  margin: 0.5rem 0;
}
.block-join_us .joinus-section-list .joinus-section:before {
  content: counter(section) ".";
  display: block;
  font-family: "FucXed", sans-serif;
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 2rem;
  min-width: 10rem;
  text-align: center;
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-join_us .joinus-section-list .joinus-section {
    display: flex;
  }
  .block-join_us .joinus-section-list .joinus-section h2 {
    text-align: left;
  }
  .block-join_us .joinus-section-list .joinus-section:before {
    content: counter(section) "/";
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
  }
}
.block-join_us .joinus-section-list .joinus-section--body {
  flex-grow: 1;
}

.resource-option-list {
  margin-top: 1rem;
  position: relative;
  top: -1px;
  width: 100%;
}
.resource-option-list .resource-option {
  border-top: 1px solid #ececec;
  display: block;
  font-size: 1.2rem;
  padding: 0.6rem 0.5rem 0.3rem;
  position: relative;
}
.resource-option-list .resource-option {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.resource-option-list .resource-option:hover {
  background: none;
}
.resource-option-list .resource-option::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.resource-option-list .resource-option h3, .resource-option-list .resource-option span {
  margin: 0.5rem 0;
}
.resource-option-list .resource-option h3:after, .resource-option-list .resource-option span:after {
  content: "→";
  display: block;
  font-family: "FucXed", sans-serif;
  font-size: 1.1em;
  position: absolute;
  right: 0.4rem;
  top: 0.4em;
  text-align: center;
}
.resource-option-list .resource-option.resource-option-document h3:after, .resource-option-list .resource-option.resource-option-document span:after {
  transform: rotate(90deg);
}
.resource-option-list .resource-option:hover {
  background-color: #383838;
  color: white;
}
.resource-option-list .resource-option:hover span {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
.resource-option-list .resource-option:hover span:hover {
  background: none;
}
.resource-option-list .resource-option:hover span::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
.resource-option-list .resource-option:hover span:after {
  display: inline;
}

.block-button {
  padding: 1rem 0;
  text-align: center;
}
.block-button .button {
  display: inline-block;
}

.block-button_group {
  padding: 1rem 0 1rem;
}
.block-button_group .button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-button_group .button-group > div {
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

article > .block-event_sheet {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
article > .block-event_sheet .event-sheet--list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 39.4736842105rem) {
  article > .block-event_sheet .event-sheet--list {
    max-width: 66%;
  }
}
@media only screen and (min-width: 59.2105263158rem) {
  article > .block-event_sheet .event-sheet--list {
    max-width: 50%;
  }
}
@media only screen and (min-width: 72.3684210526rem) {
  article > .block-event_sheet .event-sheet--list {
    max-width: 45%;
  }
}
article > .block-event_sheet h3 {
  font-size: 1.7rem;
  margin-top: 0;
  margin-bottom: 0;
}
article > .block-event_sheet .event-sheet--item:nth-child(2n) a {
  flex-direction: row-reverse;
}
article > .block-event_sheet a {
  align-content: flex-start;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
article > .block-event_sheet a {
  background-image: none !important;
  white-space: initial;
  text-decoration: none;
}
article > .block-event_sheet a:hover {
  background: none;
}
article > .block-event_sheet a::after {
  background: none;
  display: none;
  transition: none;
  width: auto;
}
@media only screen and (min-width: 59.2105263158rem) {
  article > .block-event_sheet a {
    padding: 1rem 1rem;
  }
}
article > .block-event_sheet a.theme-green {
  background-color: #14aa37 !important;
}
article > .block-event_sheet a.theme-green:hover {
  background-color: #383838 !important;
  color: #14aa37 !important;
}
article > .block-event_sheet a.theme-green:hover .icon {
  background-color: #14aa37 !important;
}
article > .block-event_sheet a.theme-light-green {
  background-color: #bed276 !important;
}
article > .block-event_sheet a.theme-light-green:hover {
  background-color: #383838 !important;
  color: #bed276 !important;
}
article > .block-event_sheet a.theme-light-green:hover .icon {
  background-color: #bed276 !important;
}
article > .block-event_sheet a.theme-lemon {
  background-color: #f7ee6a !important;
}
article > .block-event_sheet a.theme-lemon:hover {
  background-color: #383838 !important;
  color: #f7ee6a !important;
}
article > .block-event_sheet a.theme-lemon:hover .icon {
  background-color: #f7ee6a !important;
}
article > .block-event_sheet a.theme-orange {
  background-color: #ffc11e !important;
}
article > .block-event_sheet a.theme-orange:hover {
  background-color: #383838 !important;
  color: #ffc11e !important;
}
article > .block-event_sheet a.theme-orange:hover .icon {
  background-color: #ffc11e !important;
}
article > .block-event_sheet a.theme-light-blue {
  background-color: #75d0f1 !important;
}
article > .block-event_sheet a.theme-light-blue:hover {
  background-color: #383838 !important;
  color: #75d0f1 !important;
}
article > .block-event_sheet a.theme-light-blue:hover .icon {
  background-color: #75d0f1 !important;
}
article > .block-event_sheet a.theme-dark-blue {
  background-color: #3860aa !important;
}
article > .block-event_sheet a.theme-dark-blue:hover {
  background-color: #383838 !important;
  color: #3860aa !important;
}
article > .block-event_sheet a.theme-dark-blue:hover .icon {
  background-color: #3860aa !important;
}
article > .block-event_sheet a.theme-pink {
  background-color: #ed9bc4 !important;
}
article > .block-event_sheet a.theme-pink:hover {
  background-color: #383838 !important;
  color: #ed9bc4 !important;
}
article > .block-event_sheet a.theme-pink:hover .icon {
  background-color: #ed9bc4 !important;
}
article > .block-event_sheet a.theme-bright-pink {
  background-color: #cf6297 !important;
}
article > .block-event_sheet a.theme-bright-pink:hover {
  background-color: #383838 !important;
  color: #cf6297 !important;
}
article > .block-event_sheet a.theme-bright-pink:hover .icon {
  background-color: #cf6297 !important;
}
article > .block-event_sheet a.theme-violet {
  background-color: #986297 !important;
}
article > .block-event_sheet a.theme-violet:hover {
  background-color: #383838 !important;
  color: #986297 !important;
}
article > .block-event_sheet a.theme-violet:hover .icon {
  background-color: #986297 !important;
}
article > .block-event_sheet a.theme-red {
  background-color: #dc4f00 !important;
}
article > .block-event_sheet a.theme-red:hover {
  background-color: #383838 !important;
  color: #dc4f00 !important;
}
article > .block-event_sheet a.theme-red:hover .icon {
  background-color: #dc4f00 !important;
}
article > .block-event_sheet a.theme-rage {
  background-color: #c80082 !important;
}
article > .block-event_sheet a.theme-rage:hover {
  background-color: #383838 !important;
  color: #c80082 !important;
}
article > .block-event_sheet a.theme-rage:hover .icon {
  background-color: #c80082 !important;
}
article > .block-event_sheet a.theme-hiviz-green {
  background-color: #caff11 !important;
}
article > .block-event_sheet a.theme-hiviz-green:hover {
  background-color: #383838 !important;
  color: #caff11 !important;
}
article > .block-event_sheet a.theme-hiviz-green:hover .icon {
  background-color: #caff11 !important;
}
article > .block-event_sheet a.theme-hiviz-pink {
  background-color: #ff1493 !important;
}
article > .block-event_sheet a.theme-hiviz-pink:hover {
  background-color: #383838 !important;
  color: #ff1493 !important;
}
article > .block-event_sheet a.theme-hiviz-pink:hover .icon {
  background-color: #ff1493 !important;
}
article > .block-event_sheet a.theme-light {
  background-color: white !important;
}
article > .block-event_sheet a.theme-light:hover {
  background-color: #383838 !important;
  color: white !important;
}
article > .block-event_sheet a.theme-light:hover .icon {
  background-color: white !important;
}
article > .block-event_sheet a.theme-dark {
  background-color: #383838 !important;
}
article > .block-event_sheet a.theme-dark:hover {
  background-color: #383838 !important;
  color: #383838 !important;
}
article > .block-event_sheet a.theme-dark:hover .icon {
  background-color: #383838 !important;
}
article > .block-event_sheet a .app-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 60%;
}
article > .block-event_sheet a .icon-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
article > .block-event_sheet a .icon-holder .icon {
  background-color: black;
  height: 120px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  width: 120px;
}

.block-collapsible_section {
  padding: 0 0 1rem;
}

.block-collapsible_section_list .collapsible-section-list {
  border-bottom: 1px solid #dadada;
}

.block-page_section {
  background-color: white;
  margin: 0;
  overflow: auto;
  padding: 1rem 0;
}
.block-page_section > * {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-page_section > * {
    max-width: 52.6315789474rem;
  }
}
.block-page_section.theme-green {
  background-color: #14aa37 !important;
}
.block-page_section.theme-fg-green {
  color: #14aa37 !important;
}
.block-page_section.theme-light-green {
  background-color: #bed276 !important;
}
.block-page_section.theme-fg-light-green {
  color: #bed276 !important;
}
.block-page_section.theme-lemon {
  background-color: #f7ee6a !important;
}
.block-page_section.theme-fg-lemon {
  color: #f7ee6a !important;
}
.block-page_section.theme-orange {
  background-color: #ffc11e !important;
}
.block-page_section.theme-fg-orange {
  color: #ffc11e !important;
}
.block-page_section.theme-light-blue {
  background-color: #75d0f1 !important;
}
.block-page_section.theme-fg-light-blue {
  color: #75d0f1 !important;
}
.block-page_section.theme-dark-blue {
  background-color: #3860aa !important;
}
.block-page_section.theme-fg-dark-blue {
  color: #3860aa !important;
}
.block-page_section.theme-pink {
  background-color: #ed9bc4 !important;
}
.block-page_section.theme-fg-pink {
  color: #ed9bc4 !important;
}
.block-page_section.theme-bright-pink {
  background-color: #cf6297 !important;
}
.block-page_section.theme-fg-bright-pink {
  color: #cf6297 !important;
}
.block-page_section.theme-violet {
  background-color: #986297 !important;
}
.block-page_section.theme-fg-violet {
  color: #986297 !important;
}
.block-page_section.theme-red {
  background-color: #dc4f00 !important;
}
.block-page_section.theme-fg-red {
  color: #dc4f00 !important;
}
.block-page_section.theme-rage {
  background-color: #c80082 !important;
}
.block-page_section.theme-fg-rage {
  color: #c80082 !important;
}
.block-page_section.theme-hiviz-green {
  background-color: #caff11 !important;
}
.block-page_section.theme-fg-hiviz-green {
  color: #caff11 !important;
}
.block-page_section.theme-hiviz-pink {
  background-color: #ff1493 !important;
}
.block-page_section.theme-fg-hiviz-pink {
  color: #ff1493 !important;
}
.block-page_section.theme-light {
  background-color: white !important;
}
.block-page_section.theme-fg-light {
  color: white !important;
}
.block-page_section.theme-dark {
  background-color: #383838 !important;
}
.block-page_section.theme-fg-dark {
  color: #383838 !important;
}
.block-page_section h2 {
  margin-bottom: 2rem;
}

.block-image .image {
  border: 1px solid #ececec;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.block-image .image img {
  display: block;
  width: 100%;
}
.block-image .image .attribution {
  font-size: 0.9rem;
  font-style: italic;
  text-align: left;
  padding: 0.5rem 0 0;
}
.block-image .image .attribution .source {
  color: #9c9c9c;
  font-size: 0.9em;
}
.block-image .image .attribution .source a {
  color: #9c9c9c;
}
.block-image .image .attribution .caption + .source {
  margin-left: 0.6em;
}

.block-darujme_widget {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 59.2105263158rem) {
  .block-darujme_widget {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.block-darujme_widget > div {
  max-width: 31.5789473684rem;
}

.block-login fieldset {
  display: flex;
}
.block-login input[type=text], .block-login input[type=password] {
  border: 2px solid #383838;
  margin-bottom: 1rem;
}

.block-password_required form {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.block-password_required input[type=password] {
  border: 2px solid #383838;
  margin-right: 0.5rem;
}

.home-page .block-goto_next {
  background-color: #dadada;
  border-top-color: #9c9c9c;
}
.home-page .block-goto_next .goto-text {
  background-color: white;
}

.news-page h1, .news-page h2, .news-page h3, .news-page h4, .news-page h5 {
  font-family: "Vollkorn", serif;
  letter-spacing: -0.03em;
  word-spacing: initial;
}
.news-page .block-list_controls {
  display: none;
}
@media only screen and (min-width: 59.2105263158rem) {
  .news-page .block-list_controls {
    display: block;
  }
}
.news-page .hero {
  background-color: white !important;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.news-page .hero .hero-content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  text-align: left;
}
@media only screen and (min-width: 59.2105263158rem) {
  .news-page .hero .hero-content {
    max-width: 52.6315789474rem;
  }
}
@media only screen and (min-width: 72.3684210526rem) {
  .news-page .hero .hero-content {
    max-width: 52.6315789474rem;
  }
}
.news-page .block-meta {
  margin-bottom: 3rem;
}
.news-page .block-meta > div:last-of-type {
  border-bottom: 1px solid #dadada;
}
.news-page .block-page_section h2, .news-page .block-page_section h3, .news-page .block-page_section h4 {
  font-family: "FucXed", sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin: 2rem 0 1rem;
  margin-top: 1rem;
}
.news-page .block-page_section h2 {
  margin-bottom: 2rem;
}

.landing-page h1 {
  font-size: 2.5rem;
}
.landing-page article {
  margin-top: 0;
}
.landing-page footer.footer-landing {
  color: #383838;
  text-align: center;
}
.landing-page footer.footer-landing a {
  text-decoration: none;
  background-image: linear-gradient(#383838, #383838);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  color: #383838;
}
.landing-page footer.footer-landing a:hover {
  background-image: linear-gradient(#383838, #383838);
}
.landing-page footer.footer-landing a.logo {
  background: transparent url("../img/XR-logo-black.d4183dd25894.png") no-repeat center center;
  background-size: contain;
  display: block;
  height: 110px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
@media only screen and (min-width: 39.4736842105rem) {
  .landing-page footer.footer-landing a.logo {
    width: 300px;
  }
}
.landing-page .block-title {
  margin-bottom: 0.5rem;
  overflow: auto;
  text-align: center;
}

@media print {
  header.print {
    border-bottom: 2px solid #dadada !important;
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  header.print .logo {
    background-color: transparent;
    background-image: url("../img/XR-logo-black.d4183dd25894.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50.0478011472px;
    margin-bottom: 1rem;
    width: 150px;
  }
  header.print h4 {
    font-family: "FucXed", sans-serif;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.1;
    margin: 2rem 0 1rem;
    margin-top: 0 !important;
  }
  header.print a:after {
    display: none;
  }

  nav {
    display: none !important;
  }

  article {
    margin-top: 0 !important;
  }
  article > .block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  footer {
    display: none !important;
  }

  h1, h2, h3, h4, h5, h6 {
    break-after: avoid-page !important;
    page-break-after: avoid !important;
  }

  a {
    color: #3860aa !important;
    text-decoration: underline !important;
  }
  a {
    background-image: none !important;
    white-space: initial;
    text-decoration: none;
  }
  a:hover {
    background: none;
  }
  a::after {
    background: none;
    display: none;
    transition: none;
    width: auto;
  }
  a:after {
    content: " (URL: " attr(href) ") " !important;
    display: inline;
  }

  a[href^="#"] {
    color: #383838 !important;
    text-decoration: none !important;
  }
  a[href^="#"]:after {
    content: none;
    display: none;
  }

  .button {
    background-color: transparent !important;
    min-height: auto;
    padding: 0;
  }
  .button:after {
    content: " (URL: " attr(href) ") " !important;
    display: inline;
  }

  .image {
    border: none !important;
    padding: 0 !important;
    page-break-inside: avoid !important;
  }

  .block-notice {
    display: none !important;
  }

  .block-list_controls {
    display: none;
  }

  .block-hero .hero {
    background-color: white !important;
  }
  .block-hero .hero .hero-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
  }

  .video-play-icon {
    display: none !important;
  }

  .block-collapsible_section_list .collapsible-section-list {
    border: none !important;
  }

  .toggle-section dl {
    border-top: none !important;
  }
  .toggle-section dt {
    page-break-after: avoid !important;
  }
  .toggle-section dt .toggle-button:after {
    display: none !important;
  }
  .toggle-section dd {
    display: block !important;
  }

  .block-faq .faq {
    border-bottom: none;
  }

  .block-join_us .joinus-section {
    border: none !important;
  }
  .block-join_us .joinus-section h2 {
    text-align: left !important;
  }
  .block-join_us .joinus-section:before {
    break-after: avoid-page;
    page-break-after: avoid;
    text-align: left !important;
  }

  .resource-option-list a.resource-option {
    border-top: none !important;
  }
  .resource-option-list a.resource-option:after {
    content: " (URL: " attr(href) ") " !important;
    display: inline;
  }
  .resource-option-list a.resource-option span {
    background-image: none !important;
    white-space: initial;
    text-decoration: none;
  }
  .resource-option-list a.resource-option span:hover {
    background: none;
  }
  .resource-option-list a.resource-option span::after {
    background: none;
    display: none;
    transition: none;
    width: auto;
  }
  .resource-option-list a.resource-option span:after {
    display: none;
  }

  .block-declaration {
    text-align: left;
  }

  .block-page_section {
    page-break-before: always;
  }
  .block-page_section.theme-green {
    background-color: transparent !important;
  }
  .block-page_section.theme-light-green {
    background-color: transparent !important;
  }
  .block-page_section.theme-lemon {
    background-color: transparent !important;
  }
  .block-page_section.theme-orange {
    background-color: transparent !important;
  }
  .block-page_section.theme-light-blue {
    background-color: transparent !important;
  }
  .block-page_section.theme-dark-blue {
    background-color: transparent !important;
  }
  .block-page_section.theme-pink {
    background-color: transparent !important;
  }
  .block-page_section.theme-bright-pink {
    background-color: transparent !important;
  }
  .block-page_section.theme-violet {
    background-color: transparent !important;
  }
  .block-page_section.theme-red {
    background-color: transparent !important;
  }
  .block-page_section.theme-rage {
    background-color: transparent !important;
  }
  .block-page_section.theme-hiviz-green {
    background-color: transparent !important;
  }
  .block-page_section.theme-hiviz-pink {
    background-color: transparent !important;
  }
  .block-page_section.theme-light {
    background-color: transparent !important;
  }
  .block-page_section.theme-dark {
    background-color: transparent !important;
  }
  .block-page_section > * {
    text-align: left;
  }
}

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