@charset "UTF-8";
/*
 Theme Name:   RES
 Theme URI:    https://royensoc.co.uk
 Description:  RES
 Author:       Dan Sheerman
 Builder:      Leigh Howells
*/
.gradient-text {
  font-family: "FFNort", "Arial", sans-serif;
  color: white; /* Fallback */
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
  background: linear-gradient(to right, #9d417f 0%, #58d18e 50%, #9d417f 99%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 9s linear infinite;
  line-height: 0.9em;
}
@keyframes animate {
  to {
    background-position: 200% center;
  }
}

.title-wrap {
  background: black;
  display: inline-block;
  position: relative;
  height: auto;
  margin: 0;
  z-index: 90;
}
.title-wrap h1 {
  display: inline-block;
  margin: 0;
  padding: 0.4em 0.4em 0.4em 0em;
}
@media (min-width: 67.5rem) {
  .title-wrap h1 {
    padding: 0 0.4em 0.4em 0em;
  }
}
.title-wrap h1:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  background-color: black;
  width: 50vw;
  height: 100%;
}

.gradient-title {
  font-family: "FFNort", "Arial", sans-serif;
  color: white; /* Fallback */
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
  background: linear-gradient(to right, #9d417f 0%, #58d18e 50%, #9d417f 99%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 9s linear infinite;
}
@keyframes animate {
  to {
    background-position: 200% center;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-style: normal;
  font-family: "FFNort";
  src: url("fonts/font.woff2") format("woff2"), url("fonts/font.woff") format("woff");
}
html {
  position: relative;
  text-decoration-skip-ink: auto;
  font-size: 95%;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 280px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 70em) and (min-height: 40em) {
  html {
    font-size: 105%;
  }
}
@media (min-width: 105em) and (min-height: 45em) {
  html {
    font-size: 110%;
  }
}
@media (min-width: 115em) and (min-height: 50em) {
  html {
    font-size: 115%;
  }
}

body {
  font-family: "Poppins", Times, "Times New Roman", serif;
  line-height: 1.75;
  color: black;
  background: white;
  font-weight: 300;
  tap-highlight-color: rgba(157, 65, 127, 0.25);
}

::selection {
  background: rgba(88, 209, 142, 0.2);
}

a {
  color: #9d417f;
  cursor: pointer;
  text-decoration-thickness: 0.1em;
}

a:hover, a:focus {
  color: #552345;
}

a img {
  border: 0px;
}

a[href^=mailto], .url {
  word-break: break-word;
}

p a:not([class]) {
  color: #9d417f;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.4;
  font-weight: 700;
}

h1 {
  margin: 0 0 1.5rem 0;
}

h2, h3, h4, h5, h6 {
  margin: 0 0 1.5rem 0;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

@media (min-width: 67.5rem) and (min-height: 35rem) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
p {
  margin: 0 0 1.5em;
}
p:empty {
  margin: 0;
}

acronym, abbr {
  border-bottom: 1px dotted #333;
}

strong,
.strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

em {
  font-style: italic;
}

li {
  margin-bottom: 0.5rem;
}

ul {
  margin: 0 0 1.5rem;
  list-style-type: square;
  padding-inline-start: 1.5em;
}

ol {
  margin: 0 0 1.5rem;
  padding-inline-start: 2em;
}

nav ul {
  list-style: none;
  padding: 0;
}
nav a {
  text-decoration: none;
}

dl {
  margin: 0 0 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

hr {
  clear: both;
  height: 0.25rem;
  background: center center/cover no-repeat url("../img/hr--primary.svg");
  border: 0;
  margin: 4rem auto;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

iframe {
  max-width: 100%;
}

figure {
  position: relative;
  margin: 0 0 2rem;
}

figcaption {
  margin: 0 0 1.5rem 0;
  padding: 1rem 2.5rem 1.5rem 2.5rem;
  font-size: 0.875rem;
  color: black;
  text-align: center;
  background: linear-gradient(to bottom, #eee 0%, #fff 99%);
}
figcaption p:last-child {
  margin-bottom: 0;
}

pre {
  clear: both;
  font-size: 0.875em;
  line-height: 1.4;
  margin: 1.5rem 0;
  padding: 1em;
  tab-size: 2;
  background: black;
  color: #fff;
  max-width: 100%;
  overflow: auto;
}
pre::selection {
  background: rgba(88, 209, 142, 0.75);
  color: white;
}

code {
  display: inline-block;
  line-height: 1.4;
  font-size: 0.75em;
  background: rgba(88, 209, 142, 0.05);
  padding: 0 0.2em;
  color: #58d18e;
  border: 1px rgba(88, 209, 142, 0.25) solid;
  border-radius: 0.2em;
}

table {
  font-size: 0.9em;
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}

caption {
  text-align: start;
}

thead {
  border-bottom: 2px solid #111111;
}
thead td, thead th {
  background: #fff;
  vertical-align: bottom;
}

tr {
  background: rgba(241, 241, 241, 0.5);
  border-bottom: 1px solid #f1f1f1;
}
tr:nth-child(even) {
  background: #fff;
}

td, th {
  padding: 1em;
}

th {
  color: #111111;
  font-weight: 700;
  text-align: start;
}

td {
  vertical-align: middle;
}

.accordion__title {
  margin: 0.75rem 0;
  padding: 0.5rem;
}

.accordion__toggle {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.intro,
.is-style-intro {
  font-size: 1.125rem;
  line-height: 1.4;
  max-width: 40rem;
}
@media (min-width: 40em) {
  .intro,
  .is-style-intro {
    font-size: 1.25em;
  }
}

.stat {
  font-size: 1.5em;
  font-weight: 700;
  color: #58d18e;
  text-decoration: none;
}
.stat a {
  color: #58d18e;
  text-decoration: none;
}

.font-8xl {
  font-size: 5rem !important;
}

.font-7xl {
  font-size: 4.5rem !important;
}

.font-6xl {
  font-size: 3rem !important;
}

.font-5xl {
  font-size: 2.5rem !important;
}

.font-4xl {
  font-size: 2rem !important;
}

.font-3xl {
  font-size: 1.75rem !important;
}

.font-2xl {
  font-size: 1.5rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.font-lg {
  font-size: 1.125rem !important;
}

.font-md {
  font-size: 1rem !important;
}

.font-sm {
  font-size: 0.875rem !important;
}

.font-xs {
  font-size: 0.75rem !important;
}

.font-2xs {
  font-size: 0.6875rem !important;
}

.font-primary {
  font-family: "Poppins", Times, "Times New Roman", serif;
}

main p:not([class]),
article p:not([class]) {
  max-width: 40rem;
}
main ul:not([class]),
main ol:not([class]),
article ul:not([class]),
article ol:not([class]) {
  max-width: calc(40rem - 1.5em);
}

hgroup,
.hgroup {
  margin: 0 0 2rem;
}
hgroup h1, hgroup .h1, hgroup h2, hgroup .h2, hgroup h3, hgroup .h3, hgroup h4, hgroup .h4, hgroup h5, hgroup .h5, hgroup h6, hgroup .h6,
.hgroup h1,
.hgroup .h1,
.hgroup h2,
.hgroup .h2,
.hgroup h3,
.hgroup .h3,
.hgroup h4,
.hgroup .h4,
.hgroup h5,
.hgroup .h5,
.hgroup h6,
.hgroup .h6 {
  margin: 0 0 0.5rem;
}

.caps {
  text-transform: uppercase;
}

.tag {
  display: inline-block;
  font-size: 0.6875rem;
  color: black;
  padding: 0.4em 0.8em;
  background: #58d18e !important;
  margin: 0 0.25rem 0.25rem 0;
  line-height: 1;
  border-radius: 0.35em;
  text-decoration: none;
  text-shadow: none;
  text-decoration-color: revert;
  text-decoration-thickness: revert;
  vertical-align: middle;
}

a.tag:hover {
  text-decoration: underline;
  color: black;
}

.url {
  color: black;
  text-decoration: underline;
}

.link--pointy,
.pointy {
  display: inline-block;
}
.link--pointy:after,
.pointy:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 0.75em;
  background: center center/contain no-repeat url("../img/rarr--tertiary.svg");
  margin-inline-start: 0.15em;
  transition: transform 100ms;
}
.link--pointy:hover:after, .link--pointy:focus:after,
.pointy:hover:after,
.pointy:focus:after {
  transform: translateX(0.2em);
}

.link-access,
.visually-hidden,
.screen-reader-text {
  display: block;
  position: absolute;
  left: -9999em;
  clip: rect(0 0 0 0);
}
.link-access:focus,
.visually-hidden:focus,
.screen-reader-text:focus {
  position: static;
  left: auto;
  clip: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
input[type=time],
textarea,
select {
  width: 100%;
  max-width: 15em;
  font-size: 0.8em;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 0.1em solid rgba(50, 50, 50, 0.25);
  box-sizing: border-box;
  border-radius: 0.5rem;
  box-shadow: none;
  appearance: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(88, 209, 142, 0.85);
}

select {
  appearance: none;
  background: #fff url("../img/icon-chevron-down-primary.svg") no-repeat right 0.75em center;
  background-size: 0.75em;
  padding-right: 3em;
}
select::-ms-expand {
  display: none;
}

legend {
  color: #58d18e;
  margin-bottom: 0.5rem;
}

.form-item {
  margin-bottom: 1rem;
}

.fieldgroup {
  padding: 0;
  border-width: 0;
  margin-bottom: 1.5rem;
}

.js-form-type-checkbox,
js-form-type-radio {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
}
.js-form-type-checkbox input,
js-form-type-radio input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.js-form-type-checkbox label,
js-form-type-radio label {
  cursor: pointer;
}

.form--inline .form-item {
  margin-right: 1rem;
}

#give-form-19426-wrap ul {
  list-style: none;
  padding-left: 0;
}
#give-form-19426-wrap legend {
  color: #35c173;
  font-weight: bold;
  background: white;
  padding: 0 0.7em;
  border-radius: 9px;
}
#give-form-19426-wrap label {
  color: #9d417f;
  font-weight: normal;
}
#give-form-19426-wrap fieldset {
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 0.5rem;
  margin: 1em 0;
  padding: 2em;
}
#give-form-19426-wrap .InputContainer input {
  background: white !important;
}
#give-form-19426-wrap ul#give-donation-level-button-wrap {
  margin: 2em 0;
}
#give-form-19426-wrap ul#give-donation-level-button-wrap button {
  padding: 0.4em 0.8em;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
#give-form-19426-wrap input.give-submit {
  background: #9d417f;
  color: white;
  padding: 0.6em 1em;
  font-size: 1.2em;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
#give-form-19426-wrap .give_error {
  color: red;
  font-weight: bold;
}
#give-form-19426-wrap .give-gift-aid-explanation-content-more, #give-form-19426-wrap .give_gift_aid_take_to_my_donation {
  display: none;
}
#give-form-19426-wrap #give-gift-aid-long-explanation-content-19426 {
  font-size: 0.85em;
  line-height: 1.3em;
}

.facetwp-dropdown {
  width: unset !important;
  font-size: 1.1em;
}

[class^=grid] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.75rem;
}
[class^=grid] > * {
  list-style-type: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.75rem;
}
[class^=grid]:before, [class^=grid]:after {
  display: none;
}

@media (min-width: 40rem) {
  .grid--spaced {
    margin: 0 -1.5rem;
  }
  .grid--spaced > * {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1em) {
  .grid--compact {
    margin: 0 -0.5rem;
  }
  .grid--compact > * {
    padding: 0 0.5rem;
  }
}

.grid--flush {
  margin: 0;
}
.grid--flush > * {
  padding: 0;
}

.grid--heightmatch {
  display: flex;
  flex-wrap: wrap;
}
.grid--heightmatch > * {
  display: flex;
}
.grid--heightmatch:before, .grid--heightmatch:after {
  display: none;
}

.grid--stretch-items > * {
  display: flex;
}

[class^=col-] {
  display: block;
  float: left;
  clear: none;
}

[class^=grid] [class^=col-] {
  clear: none !important;
}

@media (min-width: 25rem) {
  .grid-2-cols > * {
    width: 50%;
  }
  .col-1\/2 {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-3-cols > * {
    width: 33.3323333333%;
  }
  .col-1\/3 {
    width: 33.3323333333%;
  }
  .col-2\/3 {
    width: 66.6656666667%;
  }
}
@media (min-width: 25rem) {
  .grid-4-cols > * {
    width: 50%;
  }
}
@media (min-width: 65rem) {
  .grid-4-cols > * {
    width: 25%;
  }
  .col-1\/4 {
    width: 25%;
  }
  .col-3\/4 {
    width: 75%;
  }
}
@media (min-width: 25rem) {
  .grid-5-cols > * {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-5-cols > * {
    width: 33.3323333333%;
  }
}
@media (min-width: 65rem) {
  .grid-5-cols > * {
    width: 20%;
  }
  .col-1\/5 {
    width: 20%;
  }
  .col-2\/5 {
    width: 40%;
  }
  .col-3\/5 {
    width: 60%;
  }
  .col-4\/5 {
    width: 80%;
  }
}
@media (min-width: 20rem) {
  .grid-2-cols\@mobile > * {
    width: 50%;
  }
  .col-1\/2\@mobile {
    width: 50%;
  }
  .offset-1\/2\@mobile {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@mobile {
    margin-right: 50%;
  }
  .col-1\/2\@mobile {
    width: 50%;
  }
  .offset-1\/2\@mobile {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@mobile {
    margin-right: 50%;
  }
  .grid-3-cols\@mobile > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile {
    width: 33.3323333333%;
  }
  .offset-1\/3\@mobile {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@mobile {
    margin-right: 33.3323333333%;
  }
  .col-2\/3\@mobile {
    width: 66.6656666667%;
  }
  .offset-2\/3\@mobile {
    margin-left: 66.6656666667%;
  }
  .offset-reverse-2\/3\@mobile {
    margin-right: 66.6656666667%;
  }
  .grid-4-cols\@mobile > * {
    width: 25%;
  }
  .col-1\/4\@mobile {
    width: 25%;
  }
  .offset-1\/4\@mobile {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@mobile {
    margin-right: 25%;
  }
  .col-3\/4\@mobile {
    width: 75%;
  }
  .offset-3\/4\@mobile {
    margin-left: 75%;
  }
  .offset-reverse-3\/4\@mobile {
    margin-right: 75%;
  }
  .grid-5-cols\@mobile > * {
    width: 20%;
  }
  .col-1\/5\@mobile {
    width: 20%;
  }
  .offset-1\/5\@mobile {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@mobile {
    margin-right: 20%;
  }
  .col-2\/5\@mobile {
    width: 40%;
  }
  .col-3\/5\@mobile {
    width: 60%;
  }
  .col-4\/5\@mobile {
    width: 80%;
  }
  .offset-2\/5\@mobile {
    margin-left: 40%;
  }
  .offset-reverse-2\/5\@mobile {
    margin-right: 40%;
  }
  .offset-3\/5\@mobile {
    margin-left: 60%;
  }
  .offset-reverse-3\/5\@mobile {
    margin-right: 60%;
  }
  .offset-4\/5\@mobile {
    margin-left: 80%;
  }
  .offset-reverse-4\/5\@mobile {
    margin-right: 80%;
  }
  .col-full\@mobile {
    width: 100%;
  }
}
@media (min-width: 35rem) {
  .grid-2-cols\@mobile-wide > * {
    width: 50%;
  }
  .col-1\/2\@mobile-wide {
    width: 50%;
  }
  .offset-1\/2\@mobile-wide {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@mobile-wide {
    margin-right: 50%;
  }
  .col-1\/2\@mobile-wide {
    width: 50%;
  }
  .offset-1\/2\@mobile-wide {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@mobile-wide {
    margin-right: 50%;
  }
  .grid-3-cols\@mobile-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile-wide {
    width: 33.3323333333%;
  }
  .offset-1\/3\@mobile-wide {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@mobile-wide {
    margin-right: 33.3323333333%;
  }
  .col-2\/3\@mobile-wide {
    width: 66.6656666667%;
  }
  .offset-2\/3\@mobile-wide {
    margin-left: 66.6656666667%;
  }
  .offset-reverse-2\/3\@mobile-wide {
    margin-right: 66.6656666667%;
  }
  .grid-4-cols\@mobile-wide > * {
    width: 25%;
  }
  .col-1\/4\@mobile-wide {
    width: 25%;
  }
  .offset-1\/4\@mobile-wide {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@mobile-wide {
    margin-right: 25%;
  }
  .col-3\/4\@mobile-wide {
    width: 75%;
  }
  .offset-3\/4\@mobile-wide {
    margin-left: 75%;
  }
  .offset-reverse-3\/4\@mobile-wide {
    margin-right: 75%;
  }
  .grid-5-cols\@mobile-wide > * {
    width: 20%;
  }
  .col-1\/5\@mobile-wide {
    width: 20%;
  }
  .offset-1\/5\@mobile-wide {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@mobile-wide {
    margin-right: 20%;
  }
  .col-2\/5\@mobile-wide {
    width: 40%;
  }
  .col-3\/5\@mobile-wide {
    width: 60%;
  }
  .col-4\/5\@mobile-wide {
    width: 80%;
  }
  .offset-2\/5\@mobile-wide {
    margin-left: 40%;
  }
  .offset-reverse-2\/5\@mobile-wide {
    margin-right: 40%;
  }
  .offset-3\/5\@mobile-wide {
    margin-left: 60%;
  }
  .offset-reverse-3\/5\@mobile-wide {
    margin-right: 60%;
  }
  .offset-4\/5\@mobile-wide {
    margin-left: 80%;
  }
  .offset-reverse-4\/5\@mobile-wide {
    margin-right: 80%;
  }
  .col-full\@mobile-wide {
    width: 100%;
  }
}
@media (min-width: 47.5rem) {
  .grid-2-cols\@tablet > * {
    width: 50%;
  }
  .col-1\/2\@tablet {
    width: 50%;
  }
  .offset-1\/2\@tablet {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@tablet {
    margin-right: 50%;
  }
  .col-1\/2\@tablet {
    width: 50%;
  }
  .offset-1\/2\@tablet {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@tablet {
    margin-right: 50%;
  }
  .grid-3-cols\@tablet > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet {
    width: 33.3323333333%;
  }
  .offset-1\/3\@tablet {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@tablet {
    margin-right: 33.3323333333%;
  }
  .col-2\/3\@tablet {
    width: 66.6656666667%;
  }
  .offset-2\/3\@tablet {
    margin-left: 66.6656666667%;
  }
  .offset-reverse-2\/3\@tablet {
    margin-right: 66.6656666667%;
  }
  .grid-4-cols\@tablet > * {
    width: 25%;
  }
  .col-1\/4\@tablet {
    width: 25%;
  }
  .offset-1\/4\@tablet {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@tablet {
    margin-right: 25%;
  }
  .col-3\/4\@tablet {
    width: 75%;
  }
  .offset-3\/4\@tablet {
    margin-left: 75%;
  }
  .offset-reverse-3\/4\@tablet {
    margin-right: 75%;
  }
  .grid-5-cols\@tablet > * {
    width: 20%;
  }
  .col-1\/5\@tablet {
    width: 20%;
  }
  .offset-1\/5\@tablet {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@tablet {
    margin-right: 20%;
  }
  .col-2\/5\@tablet {
    width: 40%;
  }
  .col-3\/5\@tablet {
    width: 60%;
  }
  .col-4\/5\@tablet {
    width: 80%;
  }
  .offset-2\/5\@tablet {
    margin-left: 40%;
  }
  .offset-reverse-2\/5\@tablet {
    margin-right: 40%;
  }
  .offset-3\/5\@tablet {
    margin-left: 60%;
  }
  .offset-reverse-3\/5\@tablet {
    margin-right: 60%;
  }
  .offset-4\/5\@tablet {
    margin-left: 80%;
  }
  .offset-reverse-4\/5\@tablet {
    margin-right: 80%;
  }
  .col-full\@tablet {
    width: 100%;
  }
}
@media (min-width: 65rem) {
  .grid-2-cols\@tablet-wide > * {
    width: 50%;
  }
  .col-1\/2\@tablet-wide {
    width: 50%;
  }
  .offset-1\/2\@tablet-wide {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@tablet-wide {
    margin-right: 50%;
  }
  .col-1\/2\@tablet-wide {
    width: 50%;
  }
  .offset-1\/2\@tablet-wide {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@tablet-wide {
    margin-right: 50%;
  }
  .grid-3-cols\@tablet-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet-wide {
    width: 33.3323333333%;
  }
  .offset-1\/3\@tablet-wide {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@tablet-wide {
    margin-right: 33.3323333333%;
  }
  .col-2\/3\@tablet-wide {
    width: 66.6656666667%;
  }
  .offset-2\/3\@tablet-wide {
    margin-left: 66.6656666667%;
  }
  .offset-reverse-2\/3\@tablet-wide {
    margin-right: 66.6656666667%;
  }
  .grid-4-cols\@tablet-wide > * {
    width: 25%;
  }
  .col-1\/4\@tablet-wide {
    width: 25%;
  }
  .offset-1\/4\@tablet-wide {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@tablet-wide {
    margin-right: 25%;
  }
  .col-3\/4\@tablet-wide {
    width: 75%;
  }
  .offset-3\/4\@tablet-wide {
    margin-left: 75%;
  }
  .offset-reverse-3\/4\@tablet-wide {
    margin-right: 75%;
  }
  .grid-5-cols\@tablet-wide > * {
    width: 20%;
  }
  .col-1\/5\@tablet-wide {
    width: 20%;
  }
  .offset-1\/5\@tablet-wide {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@tablet-wide {
    margin-right: 20%;
  }
  .col-2\/5\@tablet-wide {
    width: 40%;
  }
  .col-3\/5\@tablet-wide {
    width: 60%;
  }
  .col-4\/5\@tablet-wide {
    width: 80%;
  }
  .offset-2\/5\@tablet-wide {
    margin-left: 40%;
  }
  .offset-reverse-2\/5\@tablet-wide {
    margin-right: 40%;
  }
  .offset-3\/5\@tablet-wide {
    margin-left: 60%;
  }
  .offset-reverse-3\/5\@tablet-wide {
    margin-right: 60%;
  }
  .offset-4\/5\@tablet-wide {
    margin-left: 80%;
  }
  .offset-reverse-4\/5\@tablet-wide {
    margin-right: 80%;
  }
  .col-full\@tablet-wide {
    width: 100%;
  }
}
@media (min-width: 85rem) {
  .grid-2-cols\@desktop > * {
    width: 50%;
  }
  .col-1\/2\@desktop {
    width: 50%;
  }
  .offset-1\/2\@desktop {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@desktop {
    margin-right: 50%;
  }
  .col-1\/2\@desktop {
    width: 50%;
  }
  .offset-1\/2\@desktop {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@desktop {
    margin-right: 50%;
  }
  .grid-3-cols\@desktop > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@desktop {
    width: 33.3323333333%;
  }
  .offset-1\/3\@desktop {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@desktop {
    margin-right: 33.3323333333%;
  }
  .col-2\/3\@desktop {
    width: 66.6656666667%;
  }
  .offset-2\/3\@desktop {
    margin-left: 66.6656666667%;
  }
  .offset-reverse-2\/3\@desktop {
    margin-right: 66.6656666667%;
  }
  .grid-4-cols\@desktop > * {
    width: 25%;
  }
  .col-1\/4\@desktop {
    width: 25%;
  }
  .offset-1\/4\@desktop {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@desktop {
    margin-right: 25%;
  }
  .col-3\/4\@desktop {
    width: 75%;
  }
  .offset-3\/4\@desktop {
    margin-left: 75%;
  }
  .offset-reverse-3\/4\@desktop {
    margin-right: 75%;
  }
  .grid-5-cols\@desktop > * {
    width: 20%;
  }
  .col-1\/5\@desktop {
    width: 20%;
  }
  .offset-1\/5\@desktop {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@desktop {
    margin-right: 20%;
  }
  .col-2\/5\@desktop {
    width: 40%;
  }
  .col-3\/5\@desktop {
    width: 60%;
  }
  .col-4\/5\@desktop {
    width: 80%;
  }
  .offset-2\/5\@desktop {
    margin-left: 40%;
  }
  .offset-reverse-2\/5\@desktop {
    margin-right: 40%;
  }
  .offset-3\/5\@desktop {
    margin-left: 60%;
  }
  .offset-reverse-3\/5\@desktop {
    margin-right: 60%;
  }
  .offset-4\/5\@desktop {
    margin-left: 80%;
  }
  .offset-reverse-4\/5\@desktop {
    margin-right: 80%;
  }
  .col-full\@desktop {
    width: 100%;
  }
}
@media (min-width: 100rem) {
  .grid-2-cols\@desktop-wide > * {
    width: 50%;
  }
  .col-1\/2\@desktop-wide {
    width: 50%;
  }
  .offset-1\/2\@desktop-wide {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@desktop-wide {
    margin-right: 50%;
  }
  .col-1\/2\@desktop-wide {
    width: 50%;
  }
  .offset-1\/2\@desktop-wide {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@desktop-wide {
    margin-right: 50%;
  }
  .grid-3-cols\@desktop-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@desktop-wide {
    width: 33.3323333333%;
  }
  .offset-1\/3\@desktop-wide {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@desktop-wide {
    margin-right: 33.3323333333%;
  }
  .col-2\/3\@desktop-wide {
    width: 66.6656666667%;
  }
  .offset-2\/3\@desktop-wide {
    margin-left: 66.6656666667%;
  }
  .offset-reverse-2\/3\@desktop-wide {
    margin-right: 66.6656666667%;
  }
  .grid-4-cols\@desktop-wide > * {
    width: 25%;
  }
  .col-1\/4\@desktop-wide {
    width: 25%;
  }
  .offset-1\/4\@desktop-wide {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@desktop-wide {
    margin-right: 25%;
  }
  .col-3\/4\@desktop-wide {
    width: 75%;
  }
  .offset-3\/4\@desktop-wide {
    margin-left: 75%;
  }
  .offset-reverse-3\/4\@desktop-wide {
    margin-right: 75%;
  }
  .grid-5-cols\@desktop-wide > * {
    width: 20%;
  }
  .col-1\/5\@desktop-wide {
    width: 20%;
  }
  .offset-1\/5\@desktop-wide {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@desktop-wide {
    margin-right: 20%;
  }
  .col-2\/5\@desktop-wide {
    width: 40%;
  }
  .col-3\/5\@desktop-wide {
    width: 60%;
  }
  .col-4\/5\@desktop-wide {
    width: 80%;
  }
  .offset-2\/5\@desktop-wide {
    margin-left: 40%;
  }
  .offset-reverse-2\/5\@desktop-wide {
    margin-right: 40%;
  }
  .offset-3\/5\@desktop-wide {
    margin-left: 60%;
  }
  .offset-reverse-3\/5\@desktop-wide {
    margin-right: 60%;
  }
  .offset-4\/5\@desktop-wide {
    margin-left: 80%;
  }
  .offset-reverse-4\/5\@desktop-wide {
    margin-right: 80%;
  }
  .col-full\@desktop-wide {
    width: 100%;
  }
}
@media (min-width: 50rem) {
  .grid-2-cols\@fullnav > * {
    width: 50%;
  }
  .col-1\/2\@fullnav {
    width: 50%;
  }
  .offset-1\/2\@fullnav {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@fullnav {
    margin-right: 50%;
  }
  .col-1\/2\@fullnav {
    width: 50%;
  }
  .offset-1\/2\@fullnav {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@fullnav {
    margin-right: 50%;
  }
  .grid-3-cols\@fullnav > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@fullnav {
    width: 33.3323333333%;
  }
  .offset-1\/3\@fullnav {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@fullnav {
    margin-right: 33.3323333333%;
  }
  .col-2\/3\@fullnav {
    width: 66.6656666667%;
  }
  .offset-2\/3\@fullnav {
    margin-left: 66.6656666667%;
  }
  .offset-reverse-2\/3\@fullnav {
    margin-right: 66.6656666667%;
  }
  .grid-4-cols\@fullnav > * {
    width: 25%;
  }
  .col-1\/4\@fullnav {
    width: 25%;
  }
  .offset-1\/4\@fullnav {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@fullnav {
    margin-right: 25%;
  }
  .col-3\/4\@fullnav {
    width: 75%;
  }
  .offset-3\/4\@fullnav {
    margin-left: 75%;
  }
  .offset-reverse-3\/4\@fullnav {
    margin-right: 75%;
  }
  .grid-5-cols\@fullnav > * {
    width: 20%;
  }
  .col-1\/5\@fullnav {
    width: 20%;
  }
  .offset-1\/5\@fullnav {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@fullnav {
    margin-right: 20%;
  }
  .col-2\/5\@fullnav {
    width: 40%;
  }
  .col-3\/5\@fullnav {
    width: 60%;
  }
  .col-4\/5\@fullnav {
    width: 80%;
  }
  .offset-2\/5\@fullnav {
    margin-left: 40%;
  }
  .offset-reverse-2\/5\@fullnav {
    margin-right: 40%;
  }
  .offset-3\/5\@fullnav {
    margin-left: 60%;
  }
  .offset-reverse-3\/5\@fullnav {
    margin-right: 60%;
  }
  .offset-4\/5\@fullnav {
    margin-left: 80%;
  }
  .offset-reverse-4\/5\@fullnav {
    margin-right: 80%;
  }
  .col-full\@fullnav {
    width: 100%;
  }
}
.col-full {
  width: 100%;
}

html,
body {
  font-family: "Poppins", Times, "Times New Roman", serif;
  line-height: 1.75;
  color: black;
  background: white;
  font-weight: 300;
  tap-highlight-color: rgba(157, 65, 127, 0.25);
  background: white !important;
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 1;
}
main:after {
  content: "";
  display: table;
  clear: both;
}

section {
  margin: 0;
}
section:first-child {
  margin-top: 0;
}

section.margin_topbottom {
  margin: 4rem 0;
}

section.padding_topbottom {
  padding: 4rem 0;
}

.wrap {
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 90rem;
}
@media (min-width: 40rem) {
  .wrap {
    padding: 0 2.4rem;
  }
}
@media (min-width: 65rem) {
  .wrap {
    padding: 0 7.5%;
  }
}

.align-left {
  float: none;
}
@media (min-width: 25rem) {
  .align-left {
    float: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 22.5rem) {
  .align-left.align-size-xs, .align-left.align-size-sm {
    float: none;
  }
}
@media (min-width: 22.5rem) and (min-width: 22.5rem) {
  .align-left.align-size-xs, .align-left.align-size-sm {
    float: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
  }
}

.align-right {
  float: none;
}
@media (min-width: 25rem) {
  .align-right {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 22.5rem) {
  .align-right.align-size-xs, .align-right.align-size-sm {
    float: none;
  }
}
@media (min-width: 22.5rem) and (min-width: 22.5rem) {
  .align-right.align-size-xs, .align-right.align-size-sm {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
}

.align-center,
.align-centre {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.align-center ul,
.align-centre ul {
  padding-inline-start: 0;
}

.wrap-wysiwyg:after {
  content: "";
  display: table;
  clear: both;
}

.size-line-length-max {
  max-width: 40rem;
  box-sizing: border-box;
}

.line-length-tile-max {
  max-width: 30em;
  box-sizing: border-box;
}

.align-size-xs,
.align-size-sm {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 22.5rem) {
  .align-size-xs,
  .align-size-sm {
    max-width: calc(33% - 1.5rem);
  }
}
@media (min-width: 25rem) {
  .align-size-xs {
    max-width: calc(20% - 1.5rem);
  }
  .align-size-sm {
    max-width: calc(33% - 1.5rem);
  }
  .align-size-md {
    max-width: calc(50% - 1.5rem);
  }
  .align-size-lg {
    max-width: calc(66% - 1.5rem);
  }
  .size-auto {
    width: auto;
    max-width: none;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: min(56.25%, 90vh);
  height: 0;
  max-height: 80vh;
  overflow: hidden;
  box-sizing: border-box;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 35rem) {
  .article__aside {
    float: right;
    clear: right;
    max-width: calc(50% - 1.5rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 65rem) {
  .article__aside {
    max-width: calc(33% - 1.5rem);
  }
}

.sigTile__img {
  width: 600px;
  height: 200px;
  object-fit: cover;
}

.personTile__img {
  border-radius: 2px;
  object-position: center top;
}

.col--reverse {
  flex-direction: column-reverse;
}
@media (min-width: 50rem) {
  .col--reverse {
    flex-direction: unset;
  }
}

hr.divider {
  outline: none;
  margin: 2.5rem 0;
}

.home_news-image {
  border-radius: 100%;
}
@media (min-width: 50rem) {
  .home_news-image {
    width: 90%;
  }
}

.bbpress .article-content {
  zoom: 1.2;
}

.masthead-tools {
  display: block;
  background: linear-gradient(90deg, #5EE795 0%, #47E6C3 10%, rgba(71, 244, 233, 0.88) 20%, rgba(115, 176, 239, 0.98) 35%, #B48ED8 50%, #F386B4, 74%, #9d417f 100%);
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 2.5em;
  text-align: right;
  font-size: 0.7em;
}
.masthead-tools a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0.75em;
}
.masthead-tools a:last-child {
  border-right: none;
  padding-right: 0;
}
.masthead-tools a:hover {
  text-decoration: underline;
}

.masthead-messaging {
  display: block;
  background: linear-gradient(90deg, #472F4D 0%, #264233 100%);
  margin: 0;
  color: white;
}
.masthead-messaging p {
  padding: 1em 0;
  margin: 0;
}

.toggle-nav-site {
  position: absolute;
  right: 0.5em;
  padding: 0.3rem;
  background: none;
  color: white;
  font-size: 3em;
}
@media (min-width: 50rem) {
  .toggle-nav-site {
    display: none;
  }
}

.header-site {
  margin: 0;
  padding: 1.5rem 0;
  background: black;
}
@media (min-width: 50rem) {
  .header-site {
    padding: 4vh 0 0 0;
  }
}
@media (min-width: 50rem) {
  .header-site .grid {
    flex-wrap: unset;
  }
}
.header-site__inner {
  width: 100%;
}
@media (min-width: 50rem) {
  .header-site__inner {
    display: flex;
    justify-content: space-between;
  }
}
.header-site a {
  text-decoration: none;
}
.header-site a:hover, .header-site a:focus {
  color: #9d417f;
}
.header-site .logo-column {
  z-index: 299 !important;
}
.header-site .logo {
  margin: 0;
  max-width: 270px;
  margin-left: 0em;
}
@media (min-width: 1900px) {
  .header-site .logo {
    margin-left: -6.5em;
  }
}
@media (min-width: 770px) {
  .header-site .logo {
    max-width: 340px;
  }
}
@media (min-width: 900px) {
  .header-site .logo {
    max-width: 390px;
    width: 390px;
  }
}
.header-site .header-right {
  margin-top: 1.5em;
}
@media (min-width: 50rem) {
  .header-site .header-right {
    margin-top: 0;
    text-align: right;
  }
}
.header-site .site-search {
  margin-bottom: 0.4em;
  float: right;
  width: 100%;
}
.header-site .site-search ::placeholder {
  color: #fff;
}
@media (min-width: 50rem) {
  .header-site .site-search {
    width: auto;
  }
}
.header-site .site-search form {
  background: #333;
}
@media (min-width: 50rem) {
  .header-site .site-search form {
    margin-right: 0.5em;
  }
}
.header-site .site-search input#search {
  display: block;
  background: #333;
  border: #fff;
  color: #aaa;
  padding: 0.3em 0.5em;
  font-size: 1em;
  height: 2.6em;
  width: 80%;
  border-radius: 0.25rem;
}
.header-site .site-search .search-icon {
  padding: 0.3em;
  float: right;
  height: 2em;
  width: 24px;
}
.header-site .site-search img {
  width: 1.2em;
  padding: 0.3em;
}

.header-mask {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 50rem) {
  .header-mask.header-mask__tiny {
    height: auto;
    min-height: 8em;
  }
}

.headerimage {
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 50rem) {
  .headerimage {
    height: 0;
  }
}
@media (min-width: 1400px) {
  .headerimage {
    height: auto;
  }
}
.headerimage img {
  margin: 0;
  max-height: 30vh;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 50rem) {
  .headerimage img {
    max-height: 50vh;
  }
}
@media (min-width: 50rem) {
  .headerimage__blur {
    -webkit-filter: blur(80px); /* Safari 6.0 - 9.0 */
    filter: blur(80px);
  }
}
.headerimage__small img {
  height: 20vh;
  max-height: 20vh;
  margin: 0;
}

.footer-site {
  text-shadow: 1px 1px 1px black;
  font-size: 1em;
  color: white;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 50rem) {
  .footer-site {
    text-align: unset;
  }
}
.footer-site a {
  color: white;
}
.footer-site small {
  font-size: 0.6em;
  line-height: 0.6em;
}
.footer-site .logo {
  width: 13em;
  margin: 0 auto 4em auto;
}
.footer-site .footer-fade {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #5E3445 0%, #2B455A 45.07%, #1E5153 59.36%, #25593A 100%);
}
.footer-site .footer-inner {
  padding: 6rem 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.01deg, #000000 1%, rgba(0, 0, 0, 0) 100%);
}
.footer-site__title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.footer-site__title b, .footer-site__title strong {
  display: table;
}
.footer-site__social {
  list-style: none;
  padding: 0 0.5em 0 0.5em;
}
.footer-site__social li {
  display: inline-block;
}
.footer-site__copyright {
  margin-bottom: 0;
}

.align-right {
  text-align: right;
}
.align-right a {
  display: block;
  margin-bottom: 1em;
}

.footer-border {
  display: block;
  background: linear-gradient(270deg, #5EE795 0.23%, #47E6C3 17.19%, rgba(71, 244, 233, 0.88) 35.04%, rgba(115, 176, 239, 0.98) 55.57%, #B48ED8 74.91%, #F386B4 98.42%);
  height: 30px;
  margin: 0;
}

.footer-links-tiny {
  padding-top: 2em;
  font-size: 0.7em;
}
.footer-links-tiny li {
  padding: 0 0.25em 0 0.25em;
}

ul.list-inline li {
  display: inline;
}

ul.footer-links {
  list-style: none;
  padding: 0;
}

.address {
  text-align: center;
  margin-top: 1.5rem;
}
@media (min-width: 50rem) {
  .address {
    text-align: right;
    margin-top: 0;
  }
}

ul.list-social-icons li {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.subfooter {
  background: linear-gradient(to bottom, #070707, #000);
  color: white;
  padding: 1.5rem 0 0.75rem 0;
}
@media (min-width: 50rem) {
  .subfooter {
    padding: 6rem 0 4rem 0;
  }
}
.subfooter img {
  overflow: hidden;
  object-fit: cover;
  width: 600px;
  aspect-ratio: 2/1;
}
.subfooter h4 {
  margin-top: 0.25rem;
}
@media (min-width: 50rem) {
  .subfooter h4 {
    margin-top: 1.5rem;
  }
}
.subfooter a {
  color: white;
}

.wc-memberships-frontend-banner.user-incomplete-profile-notice,
.woocommerce-placeholder.wp-post-image,
.woocommerce-product-gallery__image--placeholder,
.size-woocommerce_thumbnail {
  display: none;
}

.single-product form.cart input {
  width: 1.1em;
}

.woocommerce-message {
  border-top-color: #58d18e;
}

.woocommerce-message::before {
  color: #58d18e;
}

.woocommerce .woocommerce-Tabs-panel--description ul li, .woocommerce .woocommerce-Tabs-panel--description ol li {
  display: block !important;
}
.woocommerce .woocommerce-Tabs-panel--description ul li:before {
  content: "— ";
}
.woocommerce .woocommerce-MyAccount-navigation li {
  margin: 0 0 1px 0;
}
.woocommerce .woocommerce-MyAccount-navigation li a {
  padding: 0.4em 0.6em;
  background-color: #eee;
  display: block;
  color: #111111;
}
.woocommerce .woocommerce-MyAccount-navigation li a:hover {
  color: #9d417f;
  text-decoration: underline;
  background-color: #ddd;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  background-color: #e3e3e3;
  color: #9d417f;
  font-weight: bold;
}
.woocommerce form input {
  max-width: unset !important;
}
.woocommerce form textarea#order_comments {
  max-width: unset !important;
}
.woocommerce #wc-stripe-cc-form .form-row {
  padding: 0 !important;
}
.woocommerce fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce fieldset legend {
  color: #111111;
  font-weight: bold;
  padding-top: 2em;
}
.woocommerce .entry-images {
  padding: 0.4em;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
  margin-bottom: 2rem;
}
.woocommerce .entry-images figure {
  margin-bottom: 0;
}
.woocommerce article {
  margin: 0 0 1.5rem 0;
}
.woocommerce h3 {
  line-height: 1.4em;
}
.woocommerce article.product {
  border-top: 1px solid #ddd;
  padding: 2rem 0 2em 0;
}
.woocommerce .loop {
  margin-top: 6rem;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  margin: 0 0.5em;
}
.woocommerce .input-text.qty {
  float: left;
  margin-right: 0.5em;
  width: auto;
}
.woocommerce .woocommerce-Tabs-panel--description h2:first-of-type,
.woocommerce .single-product-details h1 {
  display: none;
}
.woocommerce p.price {
  color: black;
  font-weight: bold;
  font-size: 1.8em;
}

.woocommerce-info {
  border-top-color: #9d417f;
}

.woocommerce-page form.form-row label.checkbox {
  display: none;
}

.woocommerce-checkout label {
  font-weight: bold;
  padding-top: 0.5em;
}

.single-product input {
  max-width: 20em !important;
}

.wc_payment_methods input {
  max-width: unset !important;
}

.woocommerce .return-to-shop a.button, .woocommerce .wc-proceed-to-checkout a.button {
  width: auto;
}

.woocommerce-billing-fields__field-wrapper {
  background: #efefef;
  padding: 2em;
  margin-bottom: 2em;
}

.product-template-default .form-row {
  padding: 0.5em 0 !important;
}
.product-template-default .form-row label:first-of-type {
  font-weight: bold;
  display: block;
  width: 100%;
}
.product-template-default .form-row label {
  width: 33%;
  display: block;
  float: left;
  font-size: 0.9em;
}

.my-membership-section label {
  display: block !important;
  width: 100% !important;
  font-size: 0.9em !important;
}

.form-row.place-order {
  padding: 1em 0 0 1em !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  margin: 0 0 2em 0;
}

.woocommerce-form-login, .woocommerce-form-register, .woocommerce-EditAccountForm {
  background-color: #eee;
  padding: 1em !important;
}
.woocommerce-form-login label, .woocommerce-form-register label, .woocommerce-EditAccountForm label {
  font-weight: bold;
}
.woocommerce-form-login button, .woocommerce-form-register button, .woocommerce-EditAccountForm button {
  margin-left: 0 !important;
  background-color: #9d417f !important;
  color: white !important;
}

.wc-memberships-profile-fields-wrapper {
  background-color: #eee;
  padding: 1em !important;
  margin-bottom: 1em;
}
.wc-memberships-profile-fields-wrapper .wc-memberships-member-profile-field-input-multicheckbox {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.7em !important;
}

.woocommerce-tabs {
  margin: 4rem 0 2rem;
}
.woocommerce-tabs ul {
  margin: 0 0 1.5rem;
  padding: 0;
}
.woocommerce-tabs ul li {
  display: inline-flex;
  margin-bottom: 0;
}
.woocommerce-tabs ul li a {
  color: #9d417f;
  text-decoration: none;
  font-weight: 700;
  padding: 1em 2em;
}
.woocommerce-tabs ul li.active {
  background: #eee;
}

.woocommerce article.product {
  border-top: none;
  padding: 0;
}
@media (min-width: 50rem) {
  .woocommerce article.product {
    padding-top: 1.5rem;
  }
}

.entry-summary {
  padding-right: 1em;
  border-right: 1px solid #ddd;
}

.wc-tabs {
  display: none;
}

.single-product-details .woocommerce-product-details__short-description {
  display: none;
}

select#pa_journal-options {
  appearance: auto !important;
  background-size: 0.75em;
  width: 100%;
  max-width: unset;
  font-size: unset;
  padding: 0.3em 0.1em;
  background: #fff;
  border: 0.1em solid rgba(50, 50, 50, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.single_add_to_cart_button {
  margin-left: 0 !important;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #58d18e;
  color: #000;
  border-radius: 2px;
  padding: 0.2em 0.5em 0.2em 0.5em !important;
  margin: 0.3em 0 0;
  clear: both;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
  margin-top: 0;
  display: none;
}

.membership-actions.order-actions .button {
  display: none;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  right: 0;
}

.flex-control-nav.flex-control-thumbs {
  display: flex;
  list-style: none;
  margin: 0.5em 0 0.25em 0 !important;
  padding: 0 !important;
}
.flex-control-nav.flex-control-thumbs li {
  flex: 1;
  padding: 0 0.25em 0.25em 0;
  margin: 0;
}
.flex-control-nav.flex-control-thumbs li img {
  width: 100%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image img {
  width: 100%;
}

.related.products h2 {
  font-size: 1.4em;
  margin-top: 4rem;
}
.related.products a.add_to_cart_button {
  display: none;
}

.sku_wrapper {
  display: none;
}

.wc-block-grid__products {
  display: block;
  text-align: left;
  max-width: 100%;
  width: 100%;
}
.wc-block-grid__products li {
  text-align: left;
  margin-bottom: 0.25em;
  background: #eee;
  padding: 1em;
  width: 100%;
  max-width: 100%;
}
.wc-block-grid__products .wc-block-grid__product-image {
  display: none;
}

p.first-payment-date {
  margin: 0;
}

.woocommerce .input-text.qty {
  float: left;
  margin-right: 0.5em;
  width: 4em;
  padding: 0.7em;
  text-align: right;
}

.wc-memberships-member-discount-message {
  margin-top: 2rem;
}

.reset_variations {
  display: none;
  line-height: 3em;
}

.size-woocommerce_thumbnail {
  display: block;
}

section.related.products li.product {
  justify-content: space-between;
  background: #f4f4f4;
  padding: 0.5em;
}
section.related.products li.product a.button {
  display: none;
}
section.related.products li.product a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.related.products li.product a img {
  flex: 1 0px;
  margin: 0.5em;
  height: max-content !important;
  border: 1px solid white;
}
section.related.products li.product a h5.woocommerce-loop-product__title {
  flex: 3 0px;
}
section.related.products li.product .woocommerce-Price-amount {
  display: none;
}

.gens-raf-reward {
  padding: 16px;
  display: block;
  justify-content: space-around;
  border-radius: 8px;
  background-color: #f2f5f7;
  color: black;
  font-size: 16px;
}

.gens-raf-reward > span {
  display: none;
}

input.gens-raf-field--link {
  max-width: unset;
}

.wc-memberships-member-profile-field-input-file .woocommerce-input-wrapper label {
  float: unset !important;
}

#wc-stripe-cc-form .wc-stripe-elements-field, #wc-stripe-cc-form .wc-stripe-iban-element-field {
  padding: 15px;
}

.event-tickets .tribe-tickets__tickets-form {
  max-width: none;
}

@media (min-width: 768px) {
  .entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-title-container.tribe-tickets--no-description, .event-tickets .tribe-tickets__tickets-item-content-title-container.tribe-tickets--no-description {
    grid-row: unset !important;
    -ms-grid-row-span: unset !important;
  }
}
.tribe-tickets__tickets-item-content-title-container.tribe-tickets--no-description {
  grid-row: unset !important;
}

.gens-raf-field.gens-raf-field--social {
  display: none;
}

.gens-raf-reward div span {
  font-size: unset !important;
  margin-left: 0.3em !important;
}

.gens-raf-reward > div {
  display: block !important;
  margin-right: 0.5em !important;
}

.nf-form-wrap input[type=text], input[type=password], input[type=number], input[type=email], input[type=tel], input[type=search], input[type=date], input[type=time], textarea, select {
  max-width: unset;
}

.nf-fu-progress {
  margin-top: 20px;
}

div.events-announcement-message {
  padding: 1em 1em 0.1em 1em;
  background: #9d417f;
  color: white;
  font-size: 1.3em;
  margin: 1em 0;
}
div.events-announcement-message a {
  color: white !important;
}

.tribe-editor__inactive-block p.tribe-editor__inactive-block__description, .tribe-editor__related-events .tribe-editor__related-events__warning, .post-type-tribe_events p.wp-block-paragraph, .editor-styles-wrapper button, .editor-styles-wrapper input, .editor-styles-wrapper optgroup, .editor-styles-wrapper select, .editor-styles-wrapper textarea, .tribe-editor__tickets__overlay, .tribe-editor__event-website__label .tribe-editor__event-website__label--placeholder, .tribe-editor__event-website, .tribe-editor__tickets__overlay, .tribe-editor__tickets__overlay, .post-type-tribe_events p.wp-block-paragraph, .tribe-editor__tickets__container, .tribe-editor__tickets, .post-type-tribe_events p.wp-block-paragraph {
  font-family: "Poppins", arial, Helvetica, "sans-serif" !important;
}

.tribe-editor__tickets__overlay {
  font-weight: bold;
}

.post-type-tribe_events * {
  font-family: "Poppins", arial, Helvetica, "sans-serif" !important;
}

.tribe-events * {
  font-family: "Poppins", arial, Helvetica, "sans-serif" !important;
}
.tribe-events * p.tribe-events-promo {
  display: none !important;
}

.tribe-events-pg-template h2 {
  padding-top: 1em;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  min-height: 700px;
  padding-top: 2em;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tribe-common .tribe-common-l-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.tribe-events .tribe-events-c-search__button {
  background: #9d417f !important;
}

.tribe-events-calendar-latest-past__event-featured-image-wrapper img {
  max-width: 300px;
  object-fit: cover;
  height: 200px;
}

#tribe-events-pg-template, .tribe-events-pg-template {
  max-width: unset;
  padding: 0;
}

.tribe-events-calendar-list__month-separator {
  background: none;
  padding: 0.5em;
  font-size: 1.6em;
  font-weight: bold;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
  height: 0;
}

.tribe-events-header__breadcrumbs, tribe-events-c-breadcrumbs {
  display: none;
}

.post-type-archive-tribe_events h1, h1.tribe-events-single-event-title {
  display: none;
}

a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
  display: none !important;
}

.post-type-archive-tribe_events h1.eventsTitle {
  display: block !important;
}

button.tribe-events-c-view-selector__button {
  display: none !important;
}

.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button, .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  padding: 0.25em 1em !important;
  background: #0ab152;
  border: none;
  border-radius: 0.25em;
}

.tribe-events-c-subscribe-dropdown__button-text {
  background: #0ab152 !important;
  border: none !important;
}

.tribe-events-calendar-list-nav.tribe-events-c-nav {
  font-weight: bold;
}

.event-list-image img, .tribe-events-event-image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  max-height: 20vh;
  object-position: center;
}

.type-tribe_events {
  padding: 2em !important;
  background: #efefef;
  margin-bottom: 2em;
}
.type-tribe_events p {
  max-width: unset !important;
}

.tribe-events-list-event-description,
.tribe-common-c-btn,
.tribe-events-spinner-medium,
#tribe-events-bar,
.post-type-archive-tribe_events .tag {
  display: none;
}

.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__registration-submit {
  display: block !important;
  background-color: #9d417f !important;
  color: white !important;
  border: none !important;
  border-radius: 0.25rem !important;
}

.tribe-event-schedule-details {
  font-weight: bold;
}

.tribe-events-virtual-link-button {
  background-color: #9d417f !important;
  border-radius: 0.25rem;
  margin: 1em 0;
  text-decoration: none;
  color: #fff;
}
.tribe-events-virtual-link-button:hover {
  color: #000;
}

.tribe-events-hybrid-single-marker {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.2em 0.5em;
  border-radius: 0.25rem;
}

.tribe-events-schedule__all-day, .tribe-events-schedule__separator, .tribe-events-schedule__timezone {
  color: #555;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove, .event-tickets .tribe-tickets__tickets-item-quantity-add, .event-tickets .tribe-tickets__tickets-item-quantity-remove {
  width: auto;
}

.tribe-events-calendar-list__event-wrapper .tribe-common-g-col {
  padding: 1em 2em;
}

.tribe-common .tribe-common-g-row--gutters, .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters {
  margin: auto;
}

.tribe-events-calendar-list__event-date-tag-weekday {
  background: #9d417f;
  color: white;
  padding: 4em;
  display: block;
}

.tribe-events-c-nav__next-label:after {
  content: ">";
}

.tribe-events-c-nav__prev-label:before {
  content: "<";
}

.tribe-events-calendar-list__event-date-tag-daynum {
  background: black;
  font-weight: bold;
  color: white;
  padding: 4em;
  display: block;
}

input.tribe-common-form-control-text__input.tribe-events-c-search__input {
  background: #eee;
  border: none;
  color: #000;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  width: 200px;
  float: left;
  margin-right: 1em;
}

.tribe-events-c-top-bar.tribe-events-header__top-bar {
  width: 300px;
  float: left;
}

.tribe-block__organizer__details {
  padding: 0.5em !important;
}

.tribe-block__organizer__details:last-of-type {
  margin-bottom: 1.5em;
}

.tribe-block__organizer__title h3 {
  font-weight: bold;
}

.tribe-common-c-btn-border button {
  padding: 0.5em;
  font-size: 1.2em;
  border: 1px solid #bbb;
  border-radius: 3px;
}

.tribe-events-c-nav__list-item button {
  padding: 0.5em;
}

.tribe-block__venue__map {
  border: 2px solid white;
}

.box {
  display: block;
  margin: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 0.5rem;
}
.box .linkbox {
  margin: 0 0 2.5rem 0;
  color: white;
  padding-left: 0.5em;
  border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #9d417f, rgba(0, 0, 0, 0)) 1 100%;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.box .linkbox img {
  margin: 0 0 1rem 0;
}
.box .linkbox h3, .box .linkbox h4, .box .linkbox h5 {
  margin: 0 0 0.75rem 0;
}
.box .linkbox h3 a, .box .linkbox h4 a, .box .linkbox h5 a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.box .linkbox h3 a:hover, .box .linkbox h4 a:hover, .box .linkbox h5 a:hover {
  text-decoration: underline;
}
.box .box-padded {
  padding: 1em;
}
.box:after {
  content: "";
  display: table;
  clear: both;
}
.box > *:first-child {
  margin-top: 0;
}
.box > *:last-child {
  margin-bottom: 0;
}
.box--padded {
  padding: calc(0.5rem + 5%);
}
.box__title {
  margin-top: 0;
  color: black;
}

.darkest .box, .subfooter .box {
  padding: 0;
}

.box-extended {
  min-height: 95%;
  background: #eee;
}

a.box {
  text-decoration: none;
}

section.darkest {
  padding: 2rem 0;
  background: black;
}
@media (min-width: 50rem) {
  section.darkest {
    padding: 4rem 0;
  }
}
section.darkest .section-title {
  color: white; /* Fallback */
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
  background: linear-gradient(to right, #9d417f 0%, #58d18e 50%, #9d417f 99%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 9s linear infinite;
  padding: 0 0 0 0;
}
@keyframes animate {
  to {
    background-position: 200% center;
  }
}
@media (min-width: 50rem) {
  section.darkest .section-title {
    padding: 0 0 1rem 0;
  }
}

.accordion {
  clear: both;
  margin-bottom: 4rem;
}

.accordion__item {
  background: white;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
}
.accordion__item[open] .accordion__toggle:before {
  content: "";
  transform: rotate(90deg);
}

.accordion__title {
  display: flex;
  align-content: center;
  margin: 0;
  padding: 1.5rem 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
.accordion__title:focus {
  outline: 0.2rem solid #58d18e;
}
.accordion__title::-webkit-details-marker {
  display: none;
}
@media (min-width: 40em) {
  .accordion__title {
    padding: 1.5rem 1.5rem;
  }
}

.accordion__toggle {
  display: block;
  padding-left: 1.65em;
}
.accordion__toggle:before {
  display: inline-block;
  float: left;
  content: "";
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  padding: 0;
  margin-left: -1.65em;
  background: center center/50% no-repeat white url("../img/icon-chevron-right-primary.svg");
  transition: transform 100ms ease-in-out;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.accordion__content {
  padding: 0.75rem;
  border-top: 1px solid #eee;
}
@media (min-width: 40em) {
  .accordion__content {
    padding: 1.5rem 1.5rem;
  }
}

.breadcrumbs {
  background: #000;
  width: 100%;
  color: #58d18e;
  text-transform: lowercase !important;
  font-size: 0.6875rem;
  margin: 0;
}
.breadcrumbs a {
  color: #fff;
  padding: 0 0.3em;
}
.breadcrumbs ul a:first-child {
  padding-left: 0;
}
.breadcrumbs ul, .breadcrumbs .breadcrumbs-list {
  border-top: 1px solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0)) 1;
  border-left: none;
  border-bottom: none;
  margin: 0 auto;
  border-right: none;
  padding: 0.75em 0;
}
.breadcrumbs li {
  display: inline;
  padding-right: 0.2em;
  padding-left: 0.25em;
}
.breadcrumbs li:last-child {
  display: none;
}
.breadcrumbs .current-item {
  display: none;
}

.button-header-row {
  display: flex;
  column-gap: 0.5em;
}
@media (min-width: 50rem) {
  .button-header-row {
    display: inline-block;
    float: right;
  }
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.5em 1.25em;
  border: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 1px;
  transition: background 100ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #9d417f;
  background-image: linear-gradient(to left, #9d417f 50%, black 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  color: white;
  color: white;
  border-radius: 0.25rem;
}
.button:hover, .button:focus, .button:active {
  color: white;
  background-position: 0% bottom;
}
.button--xs {
  font-size: 0.75em;
}
.button--sm {
  font-size: 0.875em;
}
.button--lg {
  font-size: 1.125em;
}
.button--xl {
  padding: 1.25em 2.5em;
  font-size: 1.125em;
}
.button--block {
  display: block;
  width: 100%;
  text-align: center;
}
.button--pink {
  font-size: 0.875em;
  background: #9d417f;
}
.button--header {
  font-size: 0.875em;
  display: block;
  background: #9d417f;
  flex: 1;
  color: white;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.6em 1.5em;
  border-radius: 0.2em;
  margin: 0.8em 0 0.5em 0;
}
@media (min-width: 50rem) {
  .button--header {
    display: inline-block;
    margin: 0 0 0 0;
    float: right;
  }
}
.button--header:hover {
  color: white !important;
  background: #1f7144;
}
.button--header_donate {
  background: #58d18e;
  color: black;
  flex: 1;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.6em 1.5em;
  border-radius: 0.2em;
  margin: 0.8em 0 0.5em 0;
}
@media (min-width: 50rem) {
  .button--header_donate {
    margin: 0 0.4em 0 0;
  }
}
.button--pointy:after, .button.pointy:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 0.75em;
  background: center center/contain no-repeat url("../img/rarr--white.svg");
  margin-inline-start: 0.15em;
  transition: transform 100ms;
}
.button--pointy:hover:after, .button--pointy:focus:after, .button.pointy:hover:after, .button.pointy:focus:after {
  transform: translateX(0.2em);
}
.button--white {
  background-image: linear-gradient(to left, white 50%, black 50%);
  color: black;
}
.button--white:hover, .button--white:focus {
  color: white;
}
.button--white.button--pointy:after {
  filter: invert(100%);
}
.button--white.button--pointy:hover:after, .button--white.button--pointy:focus:after {
  filter: invert(0%);
}
.button--black {
  background-image: linear-gradient(to left, black 50%, #333333 50%);
  color: white;
}
.button--black:hover, .button--black:focus {
  color: white;
}
.button--outline {
  color: #9d417f;
  border: 0.15em solid #9d417f;
  padding: 0.725em 1.25em;
  background-color: transparent;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #9d417f 50%);
}
.button--outline:hover, .button--outline:focus, .button--outline:active {
  color: white;
}
.button--outline.button--pointy:after {
  background: center center/contain no-repeat url("../img/icon-chevron-right-secondary.svg");
}
.button--outline.button--pointy:hover:after {
  filter: grayscale(100%) invert(100%) brightness(1000%);
}
.button--outline-black {
  color: black;
  border: 0.15em solid black;
  padding: 0.725em 1.25em;
  background-color: transparent;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, black 50%);
}
.button--outline-black:hover, .button--outline-black:focus, .button--outline-black:active {
  color: white;
}
.button--outline-black.button--pointy:after {
  filter: invert(100%);
}
.button--outline-black.button--pointy:hover:after {
  filter: invert(0%);
}
.button--outline-white {
  color: white;
  border: 0.15em solid white;
  padding: 0.725em 1.25em;
  background-color: transparent;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%);
}
.button--outline-white:hover, .button--outline-white:focus, .button--outline-white:active {
  color: white;
}
.button[disabled] {
  opacity: 0.75;
  border-color: #ccc;
  background: #ccc;
  background-position: 0% bottom;
  color: #aaa;
  cursor: not-allowed;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.5em 1.25em;
  border: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 1px;
  transition: background 100ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #9d417f;
  background-image: linear-gradient(to left, #9d417f 50%, black 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  color: white;
  color: white;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:active {
  color: white;
  background-position: 0% bottom;
}
.wp-block-button.is-style-xs .wp-block-button__link {
  font-size: 0.75em;
}
.wp-block-button.is-style-sm .wp-block-button__link {
  font-size: 0.875em;
}
.wp-block-button.is-style-lg .wp-block-button__link {
  font-size: 1.125em;
}
.wp-block-button.is-style-xl .wp-block-button__link {
  padding: 1.25em 2.5em;
  font-size: 1.125em;
}
.wp-block-button.is-style-white .wp-block-button__link {
  background-image: linear-gradient(to left, white 50%, black 50%);
  color: black;
}
.wp-block-button.is-style-white .wp-block-button__link:hover, .wp-block-button.is-style-white .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-white .wp-block-button__link.button--pointy:after {
  filter: invert(100%);
}
.wp-block-button.is-style-white .wp-block-button__link.button--pointy:hover:after, .wp-block-button.is-style-white .wp-block-button__link.button--pointy:focus:after {
  filter: invert(0%);
}
.wp-block-button.is-style-black .wp-block-button__link {
  background-image: linear-gradient(to left, black 50%, #333333 50%);
  color: white;
}
.wp-block-button.is-style-black .wp-block-button__link:hover, .wp-block-button.is-style-black .wp-block-button__link:focus {
  color: white;
}

.page-template-page-landing .wp-block-button__link {
  background: white;
  color: black;
  border-radius: 0.25rem;
  font-size: 1.4em;
  padding: 0.7em 1em;
}
.page-template-page-landing .wp-block-button__link:hover {
  background: black;
  color: white;
}

.image--circle-masked__container {
  width: auto;
  height: 0;
  padding-bottom: 93.766%;
}
.image--circle-masked img {
  position: absolute;
  height: 100%;
  width: 100%;
  mask-image: url("../img/blob--solid.svg");
  object-fit: cover;
}

.blur-mask {
  position: relative;
  width: 100%;
  background: #111;
  overflow: hidden;
}

.banner-blur {
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(40px);
  opacity: 0.5;
  filter: blur(40px);
  max-height: 100vh;
  height: auto;
}
@media (min-width: 1400px) {
  .banner-blur {
    height: 55vh;
  }
}
.banner-blur img {
  display: none;
  height: auto;
}
@media (min-width: 50rem) {
  .banner-blur img {
    height: 55vh;
    display: block;
    -webkit-filter: blur(40px); /* Safari 6.0 - 9.0 */
    filter: blur(40px);
    opacity: 0.9;
    width: 100%;
    padding: 0;
    object-fit: cover;
  }
}

.banner-content {
  width: 100%;
  color: white;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .banner-content {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.banner-content .wrap {
  max-height: none;
  position: relative;
}
@media (min-width: 1400px) {
  .banner-content .wrap {
    max-height: 60vh;
  }
}
.banner-content .banner-text-content {
  padding: 2em 0;
}
.banner-content .banner-text-content small {
  display: block;
  margin-bottom: 0.5em;
}
.banner-content .banner-text-content h2, .banner-content .banner-text-content p, .banner-content .banner-text-content .date {
  text-shadow: 0 0 3px #000000;
}
@media (min-width: 50rem) {
  .banner-content .banner-text-content {
    width: 45%;
  }
}
.banner-content .banner-text-content p {
  font-size: 110%;
}
.banner-content .scope-image {
  float: right;
  border-radius: 999px;
  width: 50%;
  aspect-ratio: 1/1;
  opacity: 1;
  margin: 1em -15vw 1em 1em;
  display: none;
}
@media (min-width: 50rem) {
  .banner-content .scope-image {
    display: block;
    margin: -8vw 0 0 0;
    width: 50%;
  }
}
.banner-content .scope-image.scope-image__people {
  margin-top: -5vh;
}

.tag {
  background-color: #58d18e;
  color: black;
}

.donate {
  position: relative;
}
.donate wrap {
  position: relative;
}
.donate img {
  object-fit: fill;
  -o-object-fit: fill;
  object-position: center center;
  width: 100%;
}
.donate .overtext {
  position: absolute;
  width: 30%;
  top: 2em;
  right: 2em;
  text-align: right;
}

.banner {
  position: relative;
  background: #000;
}
.banner__fader {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: none;
}
@media (min-width: 50rem) {
  .banner__fader {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  }
}
@media (min-width: 1000px) {
  .banner {
    align-items: center;
    justify-content: right;
    display: flex;
  }
}
.banner figure {
  margin: 0;
}
.banner__image {
  position: relative;
  object-fit: cover;
  width: 100vw;
  max-height: 70vh;
}
.banner__container {
  color: white;
  width: 100%;
}
@media (min-width: 1000px) {
  .banner__container {
    position: absolute;
  }
}
.banner__flextext {
  z-index: 20;
  position: sticky;
  padding: 1em 0;
  font-size: 1em;
  color: white;
}
@media (min-width: 1000px) {
  .banner__flextext {
    float: right;
  }
}
.banner__flextext p {
  max-width: 30em;
}

.bannerhome__image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% center;
}
@media (min-width: 50rem) {
  .bannerhome__image {
    background-position: right center;
  }
}
.bannerhome__fader {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (min-width: 50rem) {
  .bannerhome__fader {
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 90%);
  }
}
.bannerhome__hometext {
  padding: 4rem 0 4rem 0;
}
.bannerhome__hometext .gradient-text {
  z-index: 10;
  font-size: 3rem;
}
@media (min-width: 50rem) {
  .bannerhome__hometext .gradient-text {
    font-size: 5rem;
  }
}
.bannerhome__hometext .site-intro {
  display: block;
  position: sticky;
  z-index: 10;
  margin: 0;
  color: white;
  width: 100%;
}
@media (min-width: 50rem) {
  .bannerhome__hometext .site-intro {
    width: 38%;
    margin: 0 0 0 12em;
  }
}

.blur-mask .image-credit, .headerimage .image-credit, .bannerhome__image .image-credit {
  display: none;
}

.blur-mask:hover .image-credit, .headerimage:hover .image-credit, .bannerhome__image:hover .image-credit {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.7);
  padding: 0.1em 0.5em;
  font-size: 0.75em;
  z-index: 100;
}

.single-product .image-credit, .single-antenna .image-credit, .people-template-default .image-credit, .post-type-archive-tribe_events .image-credit, .tribe_events-template-default .image-credit {
  display: none !important;
}

.banner-video {
  background: #111111;
  padding: 3em 0 2em 0;
}

.emergency-banner {
  display: block;
  background: red;
  text-align: center;
  color: white;
  font-size: 1.2em;
  padding: 0.3em 0;
  width: 100%;
}
.emergency-banner p {
  margin: 0;
  padding: 0;
}

.helpfulPoll .nf-form-fields-required {
  display: none;
}
.helpfulPoll #nf-label-field-5 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.helpfulPoll .wasThisUseful ul {
  list-style: none;
  padding: 0;
}
.helpfulPoll .wasThisUseful li {
  display: inline-block;
}
.helpfulPoll .wasThisUseful input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.helpfulPoll .wasThisUseful input[type=radio]:focus + label, .helpfulPoll .wasThisUseful input[type=radio]:hover + label {
  outline-color: #58d18e;
}
.helpfulPoll .wasThisUseful input[type=radio]:focus + label {
  outline-style: dashed;
}
.helpfulPoll .wasThisUseful input[type=radio]:hover {
  outline-style: solid;
}
.helpfulPoll .wasThisUseful input[type=radio]:checked + label {
  outline-color: #9d417f;
}
.helpfulPoll .wasThisUseful label {
  cursor: pointer;
  display: inline-block;
  width: 2em !important;
  height: 2em;
  font-size: 1.1em;
  outline: 0.15em solid transparent;
  margin: 0 0 1rem 0 !important;
  border-radius: 0.25rem;
  text-indent: -999em;
  background: center center/contain no-repeat url("../img/icon-face-neutral.svg");
}
.helpfulPoll .wasThisUseful #nf-label-class-field-5-0 {
  background: center center/contain no-repeat url("../img/icon-face-happy.svg");
}

.icon {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: baseline;
  top: 0.1em;
}
.icon svg,
.icon img {
  display: inline-block;
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.icon svg {
  height: 100%;
}
.icon:before {
  font-size: 1em;
  display: inline-block;
}
.icon--facebook {
  background-image: url("../img/icon-facebook.svg");
}
.icon--facebook-branded {
  background-image: url("../img/icon-facebook-branded.svg");
}
.icon--instagram {
  background-image: url("../img/icon-instagram.svg");
}
.icon--instagram-branded {
  background-image: url("../img/icon-instagram-branded.svg");
}
.icon--twitter {
  background-image: url("../img/icon-twitter.svg");
}
.icon--twitter-branded {
  background-image: url("../img/icon-twitter-branded.svg");
}
.icon--linkedin {
  background-image: url("../img/icon-linkedin.svg");
}
.icon--linkedin-branded {
  background-image: url("../img/icon-linkedin-branded.svg");
}
.icon--youtube {
  background-image: url("../img/icon-youtube.svg");
}
.icon--youtube-branded {
  background-image: url("../img/icon-youtube-branded.svg");
}
.icon--RFM-primary {
  background-image: url("../img/icon-RFM-primary.svg");
}
.icon--BFE-primary {
  background-image: url("../img/icon-BFE-primary.svg");
}
.icon--AURJ-primary {
  background-image: url("../img/icon-AURJ-primary.svg");
}
.icon--CFR-primary {
  background-image: url("../img/icon-CFR-primary.svg");
}

.insecticon {
  width: 1.6em;
  display: block;
  fill: white !important;
}

.nav-site {
  display: none;
  position: relative;
  z-index: 5;
  font-size: 1rem;
}
@media (min-width: 1300px) {
  .nav-site {
    text-align: right;
  }
}
.nav-site summary {
  cursor: pointer;
  color: white;
  padding: 0 0.5em;
}
.nav-site summary::marker, .nav-site summary::-webkit-details-marker {
  content: "";
  display: none;
}
.nav-site details {
  color: white;
}
.nav-site details:hover {
  background: #555;
}
.nav-site .current-nav-section a {
  color: white;
  font-weight: bold;
  background: #9d417f;
}
.nav-site details[open] {
  background: none;
}
@media (min-width: 50rem) {
  .nav-site details[open] summary {
    color: #666;
  }
}
.nav-site ul > li.current-menu-item > a,
.nav-site ul > li.current-page-ancestor > a {
  color: #58d18e;
  font-weight: bold;
}
@media (min-width: 1300px) {
  .nav-site {
    margin-top: -2em;
  }
}
@media (min-width: 50rem) {
  .nav-site {
    display: block !important;
    padding-bottom: 1em;
  }
  .nav-site ul {
    padding: 0.5rem 0;
    z-index: 99;
  }
  .nav-site ul:after {
    content: "";
    display: table;
    clear: both;
  }
}
.nav-site ul {
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
  padding-top: 2rem;
}
@media (min-width: 50rem) {
  .nav-site ul {
    margin-top: 0;
  }
}
.nav-site ul li {
  display: block;
  text-align: left;
}
@media (min-width: 50rem) {
  .nav-site ul li {
    display: inline-block;
  }
}
.nav-site ul a {
  display: block;
  border-bottom-width: 0.25rem;
  padding: 0 0.3em;
  color: white;
}
.nav-site ul a:hover {
  background: #9d417f;
  color: white;
}
@media (min-width: 50rem) {
  .nav-site ul a {
    padding: 0 0.4em;
  }
}
@media (min-width: 1000px) {
  .nav-site ul a {
    padding: 0 0.5em;
  }
}
.nav-site ul .is-active a {
  color: #9d417f;
  border-style: solid;
  border-image: url("../img/underline--secondary.svg");
  border-image-slice: 0 0 10 0;
  border-width: 0 0 0.25rem 0;
  cursor: default;
}
.nav-site ul ul {
  font-size: 0.9em;
  text-align: left;
  padding: 0;
  margin-top: 0;
  width: 18em;
}
.nav-site ul ul a {
  color: #58d18e;
}
.nav-site ul ul ul ul a {
  padding-left: 5em;
}
.nav-site ul ul li {
  padding: 0.1em;
  margin: 0;
}
@media (min-width: 50rem) {
  .nav-site ul ul {
    position: absolute;
    background: #222;
  }
  .nav-site ul ul a {
    font-size: 0.875rem;
    margin: 0;
    padding: 0.05em 0.6em;
    color: #ccc;
  }
}
.nav-site li {
  position: relative;
}
@media (min-width: 50rem) {
  .nav-site li {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav-site li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav-site li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 18em;
  }
  .nav-site li:hover > a {
    color: #fff;
  }
  .nav-site li:hover > ul {
    display: block !important;
  }
  .nav-site li:hover > ul ul {
    display: none !important;
  }
  .nav-site li li {
    display: block;
    float: none;
    border-bottom: 1px solid #222;
  }
  .nav-site li li a {
    color: white !important;
    font-weight: 300 !important;
  }
}
@media (min-width: 50rem) {
  .nav-site > ul > .is-active > a,
  .nav-site > ul > .is-active-ancestor > a {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .nav-site > ul > .is-active:hover > a,
  .nav-site > ul > .is-active > a:hover,
  .nav-site > ul > .is-active-ancestor:hover > a,
  .nav-site > ul > .is-active-ancestor > a:hover {
    border-color: rgba(255, 255, 255, 0.8);
  }
}

ul.in-page-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.in-page-nav li {
  display: inline-block;
  padding: 0 0.5em;
  margin: 0;
  border-left: 1px solid #58d18e;
  line-height: 1.2em;
}
ul.in-page-nav li a {
  font-size: 0.9em;
  color: white;
  text-decoration: none;
}
ul.in-page-nav li a:hover {
  color: #eee;
  text-decoration: underline;
}

@media (min-width: 1000px) {
  details[open] > summary::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    cursor: default;
    content: " ";
    background: transparent;
  }
}
.languageBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
}
@media (min-width: 65rem) {
  .languageBox {
    background: #f3f3f3;
    padding: 0.25rem 1.125rem 0;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
}
.languageBox__header {
  flex: 1 1 auto;
}
@media (min-width: 65rem) {
  .languageBox__header {
    margin: 0 1rem 0.25rem 0;
  }
}
.languageBox__switcher {
  flex: 5 1 auto;
  background: #f3f3f3;
  border-radius: 0.5rem;
}
.languageBox__title {
  margin: 0.75rem 1rem 0.75rem 0;
}
.languageBox .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}
.languageBox ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.languageBox li {
  display: inline-block;
  margin: 0;
}
.languageBox a {
  display: block;
  text-decoration: none;
  color: black;
  line-height: 1.4;
  padding: 0.75rem 0.75rem 0.5rem;
}
.languageBox a:hover, .languageBox a:focus {
  color: #9d417f;
}
.languageBox .wpml-ls-current-language {
  border-style: solid;
  border-image: url("../img/underline--secondary.svg");
  border-image-slice: 0 0 10 0;
  border-width: 0 0 0.25rem 0;
}

.simple-language-switcher .wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
.simple-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  display: inline-block;
}
.simple-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  cursor: default;
  color: black;
  text-decoration: none;
}
.simple-language-switcher .wpml-ls-legacy-list-horizontal a {
  display: inline;
  padding: 0;
}
.simple-language-switcher .wpml-ls-legacy-list-horizontal li::after {
  content: ", ";
  display: inline-block;
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.simple-language-switcher .wpml-ls-legacy-list-horizontal li:last-child::after {
  content: "";
  display: none;
}

.footer-language-switcher {
  background: #f3f3f3;
  margin-top: 4rem;
  padding: 1.5rem 0 2.5rem;
  background-clip: padding-box;
  border-style: solid;
  border-image: url("../img/long-ragged-edge--language-switcher-top.svg");
  border-image-slice: 100 0 0 0;
  border-width: 1rem 0 0 0;
}
.footer-language-switcher .languageBox__title {
  margin-right: 1.5rem;
}
.footer-language-switcher ul {
  margin: 0 -0.75rem;
}
.footer-language-switcher + .footer-site {
  margin-top: -1rem;
}

.list--unstyled {
  list-style: none;
  padding-inline-start: 0;
}

.list--inline {
  list-style: none;
  padding-inline-start: 0;
}
.list--inline > li {
  display: inline-block;
}

.list--piped {
  list-style: none;
  padding-inline-start: 0;
}
.list--piped > li {
  display: inline-block;
}
.list--piped > li::before {
  content: "|";
  padding-inline-end: 0.5rem;
}
.list--piped > li:first-child::before {
  display: none;
}

.list--block {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 2rem;
}
.list--block > li,
.list--block .item {
  padding: 2rem 0 0.75rem;
  margin-bottom: 0;
  border-top: 1px solid #f3f3f3;
}
.list--block > li:first-child,
.list--block .item:first-child {
  border: 0;
}
.list--block .item__title {
  margin-top: 0;
}

.list--icon-links li {
  margin-bottom: 1em;
}
.list--icon-links a {
  text-decoration: none;
}
.list--icon-links .icon {
  margin-right: 0.5em;
}

.list--links-white a {
  color: white;
}

.list--table {
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
}
.list--table ul {
  list-style: none;
  margin: 1em 0 0 0;
  padding-left: 0em;
}
.list--table ul li {
  padding: 1em;
  background: #efefef;
  margin-bottom: 0.2em;
}

.c-class {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 2px solid #ccc;
  font-weight: bold;
}

.c-class:before {
  content: "CLASS";
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #999;
  margin: 0;
  padding: 0;
  margin-bottom: -1em;
}

hr {
  border-top: 1px solid #ddd;
  margin: 1.5em 0;
}

h4.c-order {
  font-size: 1.1em;
}

.c-subclass:before {
  content: "SUB-CLASS";
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 0;
  color: #999;
  padding: 0;
  margin-bottom: -0.5em;
}

.c-order {
  margin: 0;
}

.c-order:before {
  content: "ORDER";
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 0;
  color: #999;
  padding: 0.5em 0 0 0;
  margin-bottom: -0.2em;
}

.common {
  padding: 0;
  margin: 0;
  color: #666;
  font-size: 0.8em;
  padding-bottom: 1.5em;
}

.search-results .read-more {
  display: none;
}

.listBlock {
  margin: 0 0 2rem;
}
.listBlock__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ddd;
  padding: 0.75rem;
  z-index: 1;
}
.listBlock__header a {
  color: black;
  text-decoration: none;
}
.listBlock__header a:focus, .listBlock__header a:hover {
  text-decoration: underline;
}
.listBlock__header--primary {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -0.5rem;
  background-color: transparent;
  border-style: solid;
  border-image: url("../img/bg-listheader--primary.svg");
  border-image-slice: 5% fill;
  border-width: 0.75rem;
}
.listBlock__header--secondary {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -0.5rem;
  background-color: transparent;
  border-style: solid;
  border-image: url("../img/bg-listheader--secondary.svg");
  border-image-slice: 5% fill;
  border-width: 0.75rem;
  color: white;
}
.listBlock__header--secondary a:not([class]), .listBlock__header--secondary cite {
  color: white;
  border-color: white;
}
.listBlock__header--tertiary {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -0.5rem;
  background-color: transparent;
  border-style: solid;
  border-image: url("../img/bg-listheader--tertiary.svg");
  border-image-slice: 5% fill;
  border-width: 0.75rem;
}
.listBlock__header--quaternary {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -0.5rem;
  background-color: transparent;
  border-style: solid;
  border-image: url("../img/bg-listheader--quaternary.svg");
  border-image-slice: 5% fill;
  border-width: 0.75rem;
}
.listBlock__headerIcon {
  flex: 1 10 4rem;
}
.listBlock__headerIcon .icon {
  display: flex;
  align-items: center;
  font-size: 3em;
  top: 0;
  margin-left: auto;
}
.listBlock__title {
  flex: 10 1 66%;
  margin: 0;
}
.listBlock__list {
  margin: 0;
  padding: 0;
}
.listBlock li {
  display: block;
  max-width: none;
  margin-bottom: 0.125rem;
}
.listBlock li a {
  display: block;
  background: white;
  color: black;
  padding: 0.75rem 1rem;
  text-decoration: none;
}
.listBlock li a:hover, .listBlock li a:focus {
  text-decoration: underline;
}

.pager {
  margin: 4rem 0;
  font-size: 1.25rem;
  text-transform: lowercase;
  background: radial-gradient(50% 0.5em at center 0, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 1em;
}
@media (min-width: 35rem) {
  .pager {
    font-size: 1.125rem;
  }
}
.pager__items {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 0.25rem;
}
.pager__item {
  display: none;
  margin: 0 0.125rem 0.25rem 0;
}
@media (min-width: 35rem) {
  .pager__item {
    display: block;
  }
}
.pager__item:last-child {
  border: 0;
}
.pager a {
  display: block;
  border: 0.1rem solid transparent;
}
.pager a:hover, .pager a:focus {
  text-decoration: underline;
}
.pager a, .pager__item--ellipsis {
  line-height: 1.15;
  padding: 0.5rem 0.25rem;
  margin: 0 0.5rem;
  color: black;
  text-align: center;
  box-sizing: border-box;
}
.pager__item--ellipsis {
  color: #f3f3f3;
}
.pager .is-active {
  display: block;
  background: center center/contain no-repeat url("../img/blob--tertiary.svg");
}
.pager .is-active a {
  color: white;
  font-weight: bold;
  cursor: default;
}
.pager .is-active a:hover, .pager .is-active a:focus {
  text-decoration: none;
}
.pager__item--first, .pager__item--last, .pager__item--next, .pager__item--previous {
  display: block;
  font-weight: bold;
  background: center center/contain no-repeat url("../img/blob--quaternary.svg");
}
.pager__item--first a, .pager__item--last a, .pager__item--next a, .pager__item--previous a {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  margin: 0;
}
.pager__item--first a:hover, .pager__item--last a:hover, .pager__item--next a:hover, .pager__item--previous a:hover {
  text-decoration: none;
}
.pager__item--first span[aria-hidden], .pager__item--last span[aria-hidden], .pager__item--next span[aria-hidden], .pager__item--previous span[aria-hidden] {
  font-size: 2em;
  line-height: 0.5;
}

.pagination {
  display: flex;
  margin-top: 2em;
}
.pagination a {
  color: black;
  text-decoration: none;
}
.pagination ul.pages {
  padding: 0;
  margin: 0 0.8em;
  list-style: none;
}
.pagination ul.pages li {
  margin: 0;
  display: inline-block;
  text-align: center;
}
.pagination ul.pages li a {
  background: #efefef;
  padding: 0.18em 0.5em;
  min-width: 1.5em;
}
.pagination ul.pages li a:hover {
  background: #ccc;
}
.pagination ul.pages li.current {
  display: inline-block;
  background: #9d417f;
  color: white;
  padding: 0 0.3em;
  min-width: 1em;
}

.facetwp-pager {
  padding: 0;
  margin: 1em 0;
}
.facetwp-pager a {
  display: inline-block !important;
  background: #efefef;
  padding: 0.18em 0.5em;
  min-width: 1.5em;
  margin: 0 0.1em;
  text-align: center;
}
.facetwp-pager a.active {
  background: #9d417f;
  color: white;
  font-weight: bold;
  min-width: 1em;
}
.facetwp-pager a:hover {
  background: #ccc;
}

.searchBox {
  position: relative;
  margin: 0 -1rem 2rem;
  padding: 1rem 0;
  border-style: solid;
  border-image: url("../img/bg-searchbox.svg");
  border-image-slice: 5% fill;
  border-width: 0.5rem 1rem;
  z-index: 1;
}
@media (min-width: 40rem) {
  .searchBox {
    border-width: 0.5rem 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 65rem) {
  .searchBox {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
}
.searchBox form {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.searchBox input[type=text] {
  font-weight: normal;
  flex: 9999 1 auto;
  border: 0;
  max-width: 100%;
  margin-right: 1rem;
}
@media (min-width: 50rem) {
  .searchBox input[type=text] {
    font-size: 1.5rem;
  }
}
.searchBox input[type=image] {
  flex: 0 1 2rem;
}

blockquote,
.blockquote {
  position: relative;
  display: table;
  padding: 0;
  font-family: "FFNort", "Arial", sans-serif;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
}
blockquote, blockquote.box,
.blockquote,
.blockquote.box {
  margin: 2rem 0;
  background: #f3f3f3;
  padding: 1.5rem;
  max-width: 34em;
}
@media (min-width: 67.5rem) {
  blockquote, blockquote.box,
  .blockquote,
  .blockquote.box {
    font-size: 1.25em;
    margin-bottom: 2.5rem;
  }
}
blockquote p,
.blockquote p {
  margin: 0 0 1em;
}
blockquote p:last-child,
.blockquote p:last-child {
  margin-bottom: 0;
}
blockquote p:not([class]),
.blockquote p:not([class]) {
  max-width: 40em;
}
blockquote p a:not([class]),
.blockquote p a:not([class]) {
  border: 0;
  text-decoration: underline;
}
blockquote footer,
.blockquote footer {
  font-family: "Poppins", Times, "Times New Roman", serif;
}
figure blockquote,
figure .blockquote {
  margin: 0 auto;
}

blockquote footer,
.blockquote footer {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}

cite,
.cite {
  display: block;
  font-family: "Poppins", Times, "Times New Roman", serif;
  font-size: 1rem;
  color: #58d18e;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}

.blockquote--short {
  font-size: 1.75em;
}
@media (min-width: 67.5rem) {
  .blockquote--short {
    font-size: 2.5em;
  }
}

.blockquote--long {
  font-size: 1.125em;
}
@media (min-width: 67.5rem) {
  .blockquote--long {
    font-size: 1.5em;
  }
}

.blockquote--bordered {
  padding: 1.5em 0;
  border-top: 0.2rem solid #58d18e;
  border-bottom: 0.2rem solid #58d18e;
}

.blockquote__footer {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.meta {
  line-height: 1.4;
}
.meta dt {
  margin-bottom: 0.25rem;
}
.meta__item {
  margin-bottom: 1rem;
}

.meta--inline-dd dd {
  display: inline;
  margin-right: 0.5rem;
}
.meta--inline-dd dd:before {
  content: "•";
  margin-right: 0.5rem;
  font-weight: bold;
  color: #9d417f;
}
.meta--inline-dd dd:first-of-type:before {
  display: none;
}

.meta--inline .meta__item {
  margin-bottom: 0.5rem;
}
.meta--inline dt, .meta--inline dd {
  display: inline-block;
  margin-right: 0.5rem;
}
.meta--inline dd {
  display: inline;
}
.meta--inline dd:before {
  content: "•";
  margin-right: 0.5rem;
  font-weight: bold;
  color: #9d417f;
}
.meta--inline dd:first-of-type:before {
  display: none;
}

.date {
  font-size: 0.6875em;
}

/* ==== Main CSS === */
.banner-feature {
  background: linear-gradient(100.14deg, #80DCA9 10%, #7AAFEE 90%);
  padding: 1em 0;
}
.banner-feature span {
  margin-top: 0;
  color: #000000;
  font-size: 0.8em;
}
.banner-feature.light-gradient {
  background: linear-gradient(100.14deg, rgba(128, 220, 169, 0.6666666667) 10%, rgba(122, 175, 238, 0.6666666667) 90%);
}
.banner-feature.dark-gradient {
  background: linear-gradient(100.14deg, #793262 10%, #000 90%);
  color: white;
}
.banner-feature.dark-gradient a {
  color: white;
}
.banner-feature.dark-gradient h2 {
  color: white;
}
.banner-feature.dark-gradient h2 a {
  color: white;
}
.banner-feature.dark-gradient span {
  color: #eeeeee;
}
.banner-feature.dark {
  background: #111;
  color: white;
}
.banner-feature.dark h2 {
  color: white;
}
.banner-feature.dark h2 a {
  color: white;
}
.banner-feature.dark span {
  color: #eeeeee;
}
.banner-feature.light {
  background: #eeeeee;
}
@media (min-width: 40rem) {
  .banner-feature {
    padding: 5em 0;
  }
}

.Modern-Slider {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  /* ==== Slider Style === */
  /* ==== Slider Image Transition === */
  /* ==== Slick Slider Css Ruls === */
}
.Modern-Slider .slick-slide {
  float: left;
  padding: 0;
}
.Modern-Slider .item .img-fill {
  height: auto;
}
@media (min-width: 40rem) {
  .Modern-Slider .item .img-fill {
    height: 75vh;
  }
}
.Modern-Slider .item .img-fill .info {
  position: relative;
  text-align: left;
}
@media (min-width: 40rem) {
  .Modern-Slider .item .img-fill .info {
    position: absolute;
    top: 20vh;
    width: 100%;
    height: 100%;
  }
}
.Modern-Slider .PrevArrow, .Modern-Slider .NextArrow {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  margin-top: -22.5px;
  text-align: center;
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.6);
  z-index: 5;
  top: 30%;
}
@media (min-width: 40rem) {
  .Modern-Slider .PrevArrow, .Modern-Slider .NextArrow {
    color: white;
    top: 50%;
  }
}
.Modern-Slider .NextArrow {
  left: unset;
  right: 0;
}
.Modern-Slider .NextArrow:before {
  content: ">";
}
.Modern-Slider .PrevArrow:before {
  content: "<";
}
.Modern-Slider ul.slick-dots {
  display: none !important;
}
@-webkit-keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}
@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.Modern-Slider .slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.Modern-Slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.Modern-Slider .slick-list:focus {
  outline: none;
}
.Modern-Slider .slick-list.dragging {
  cursor: hand;
}
.Modern-Slider .slick-slider .slick-track, .Modern-Slider .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.Modern-Slider .slick-track {
  top: 0;
  left: 0;
  display: block;
}
.Modern-Slider .slick-track:before, .Modern-Slider .slick-track:after {
  display: table;
  content: "";
}
.Modern-Slider .slick-track:after {
  clear: both;
}
.Modern-Slider .slick-loading .slick-track {
  visibility: hidden;
}
.Modern-Slider .slick-slide.dragging img {
  pointer-events: none;
}
.Modern-Slider .slick-initialized .slick-slide {
  display: block;
}
.Modern-Slider .slick-loading .slick-slide {
  visibility: hidden;
}
.Modern-Slider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.Modern-Slider .header-banner__contentContainer {
  margin-left: 0;
}
@keyframes kenburns {
  0% {
    transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@keyframes crossfade {
  0% {
    opacity: 0.5;
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
  }
}

.Modern-Slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

p.has-intro-font-size {
  font-size: 120%;
}

.wp-block-separator {
  border: 0 !important;
  background: center center/cover no-repeat url("/wp-content/themes/sense-resource-hub/assets/img/hr--primary.svg");
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: none;
}

.wrap-content-center {
  margin: 2.5rem auto 0 auto;
  max-width: 50rem;
  padding: 1rem 1.2rem;
}
.wrap-content-center p {
  max-width: unset !important;
}

.wp-block-image figcaption {
  margin-top: 1px !important;
}

.article-content .dark {
  padding: 2em;
  background: #000;
  color: white;
  margin-left: -7vw;
  margin-right: -7vw;
}
@media (min-width: 50rem) {
  .article-content .dark {
    padding: 4em 0;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.article-content .dark .wp-block-group__inner-container {
  margin: 0 auto;
  padding: 0;
  max-width: 42rem;
}
.article-content .dark figcaption {
  color: #eee !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 1rem 2.5rem 1.5rem 2.5rem !important;
  background: linear-gradient(to bottom, #111 0%, #000 99%) !important;
}
.article-content .group-grey, .article-content .grey, .article-content .group-grey-light, .article-content .group-grey-dark, .article-content .group-pink-light, .article-content .group-green-light, .article-content .group-dark {
  padding: 2em;
}
.article-content .group-grey, .article-content .grey {
  background: #eee;
}
.article-content .group-grey-light {
  background: #f2f2f2;
}
.article-content .group-grey-dark {
  background: #ddd;
}
.article-content .group-pink-light {
  background: #f8eff5;
}
.article-content .group-green-light {
  background: #ecfaf2;
}
.article-content .group-dark {
  background: #111;
  color: white;
}
.article-content .group-dark a {
  color: #c169a5;
}
.article-content .alignleft,
.article-content .align-left {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.article-content .alignleft figcaption,
.article-content .align-left figcaption {
  padding: 1em;
}
@media (min-width: 50rem) {
  .article-content .alignleft,
  .article-content .align-left {
    width: 50%;
    margin-right: 2em;
  }
}
.article-content .alignleft img,
.article-content .align-left img {
  width: 100%;
}
.article-content figcaption {
  margin: 0 0 1.5rem 0;
  padding: 1rem 2.5rem 1.5rem 2.5rem;
  font-size: 0.875rem;
  color: black;
  text-align: center;
  background: linear-gradient(to bottom, #eee 0%, #fff 99%);
}
.article-content .alignright,
.article-content .align-right {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.article-content .alignright figcaption,
.article-content .align-right figcaption {
  padding: 1em;
}
@media (min-width: 50rem) {
  .article-content .alignright,
  .article-content .align-right {
    width: 50%;
    margin-left: 2em;
  }
}
.article-content .alignright img,
.article-content .align-right img {
  width: 100%;
}
.article-content .aligncenter {
  width: 100%;
}
.article-content .aligncenter img {
  width: 100%;
}
.article-content .alignwide,
.article-content .align-wide {
  width: auto;
}
@media (min-width: 50rem) {
  .article-content .alignwide,
  .article-content .align-wide {
    margin-left: calc(-18.75vw + 10rem);
    margin-right: calc(-18.75vw + 10rem);
  }
}
.article-content .alignwide img,
.article-content .align-wide img {
  width: auto;
  width: 100%;
}
.article-content .alignwide .blocks-gallery-grid,
.article-content .align-wide .blocks-gallery-grid {
  width: 100%;
  min-width: 100%;
}
.article-content .alignwide .blocks-gallery-grid li,
.article-content .align-wide .blocks-gallery-grid li {
  display: flex;
  margin: 0;
}
.article-content .alignwide .blocks-gallery-grid li img,
.article-content .align-wide .blocks-gallery-grid li img {
  object-fit: cover;
}
.article-content .alignfull,
.article-content .align-full {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.article-content .alignfull img,
.article-content .align-full img {
  object-fit: cover;
}
.article-content .wp-block-quote.is-default p, .article-content .wp-block-quote.is-style-default p {
  font-size: 1.25rem;
  font-family: "Poppins", Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 100;
}
.article-content .wp-block-quote.is-large p, .article-content .wp-block-quote.is-style-large p {
  font-size: 1.5rem;
  font-family: "Poppins", Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 100;
  padding: 1em;
  line-height: 1.6em;
}
.article-content .cite, .article-content cite {
  font-family: "Poppins", Times, "Times New Roman", serif;
  font-size: 1rem;
  color: #222222;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
}
.article-content .wp-block-pullquote.is-style-solid-color blockquote, .article-content .wp-block-pullquote.is-style-default blockquote {
  font-size: 1rem;
  font-family: "Poppins", Times, "Times New Roman", serif;
  text-align: left;
  max-width: unset;
  background: #58d18e;
}
.article-content .wp-block-pullquote.is-style-solid-color blockquote {
  font-size: 1.125rem;
}

.page-template-page-classification-php article.class-list .wp-block-separator {
  margin: 2em 0;
}
.page-template-page-classification-php article.class-list .wp-block-column, .page-template-page-classification-php article.class-list figure {
  margin-bottom: 0;
}
.page-template-page-classification-php article.class-list .wp-block-columns {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}
.page-template-page-classification-php article.class-list h2 {
  margin-bottom: 0.25em;
}
.page-template-page-classification-php article.class-list h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 50rem) {
  .page-template-page-classification-php article.class-list h3 h3 {
    margin-top: 0 !important;
  }
}

.date-container select.hour, .date-container select.minute {
  padding: 1.25em;
  border: 1px solid #aaa;
}

.date-container .nf-field-element div {
  margin-right: 0.2em;
}

div.give-stripe-card-number-field, div.give-stripe-card-cvc-field, div.give-stripe-card-expiration-field {
  width: 100%;
  max-width: 15em;
  font-size: 0.8em;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 0.1em solid rgba(50, 50, 50, 0.25);
  box-sizing: border-box;
  border-radius: 0.5rem;
  box-shadow: none;
  appearance: none;
}

label.give-label {
  width: 100%;
  display: block;
}

.blog-comment {
  width: 100%;
  background: #efefef;
  padding: 1em;
}

#post-comments ul {
  list-style: none;
  background: #efefef;
  padding: 1em;
  margin-top: 1em;
  max-width: 100% !important;
}
#post-comments ul li {
  background: #eee;
  padding: 1em;
}

.comment-form h3, #reply-title {
  font-size: 1em;
  margin-bottom: 0;
}

.comment-form button {
  background: #9d417f;
  color: white;
  border: none;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  font-weight: normal;
}

#commentform .submit {
  padding: 0.5em 1em;
  border-radius: 0.5em;
  font-weight: normal;
  background: #58d18e;
  color: black;
  border: none;
}

.membership-columns > .wp-block-group__inner-container {
  display: flex;
  gap: 1em !important;
  margin-bottom: 0 !important;
  margin-left: calc(-50vw + 50% + 2em);
  margin-right: calc(-50vw + 50% + 2em);
}
.membership-columns h2 {
  font-size: 2em !important;
  margin-bottom: 0.3em !important;
  line-height: 0.9em !important;
}
.membership-columns .wp-block-separator {
  margin: 1em 0 !important;
}
.membership-columns .column {
  flex: 1;
  background: #efefef;
  padding: 1em;
}
.membership-columns .column .col-header {
  min-height: 9em;
}

.wp-block-table td, .wp-block-table th {
  border: none !important;
}

.memcols-table {
  overflow-x: auto !important;
  margin: 4em 0 0 0;
}
@media (min-width: 760px) {
  .memcols-table {
    margin-left: calc(-50vw + 50% + 2em);
    margin-right: calc(-50vw + 50% + 2em);
  }
}
.memcols-table table {
  border-collapse: separate;
  border-spacing: 10px 0;
}
.memcols-table table tr td {
  vertical-align: top;
  min-width: 200px !important;
  padding: 20px !important;
}
@media (min-width: 760px) {
  .memcols-table table tr td {
    width: 25% !important;
  }
}
.memcols-table table tr:nth-of-type(2) td {
  padding-top: 0 !important;
}
.memcols-table table tr:nth-of-type(4) a {
  background: #000;
  padding: 0.7em 1.4em;
  text-decoration: none;
  color: #ddd !important;
  font-weight: bold !important;
}
.memcols-table table tr:nth-of-type(4) a:hover {
  background: #444;
  color: #aaa;
}
.memcols-table table th {
  font-size: 1.8em;
  line-height: 0.9em;
  font-weight: bold;
  padding: 20px;
}
.memcols-table table th td {
  padding-bottom: 5px !important;
}
.memcols-table table tr td:nth-child(1) {
  background-color: #80DCA9 !important;
}
.memcols-table table tr td:nth-child(2) {
  background-color: #F3D7F8 !important;
}
.memcols-table table tr td:nth-child(3) {
  background-color: #AB50EA !important;
  color: white;
}
.memcols-table table tr td:nth-child(3) a {
  color: #ead7fe;
}
.memcols-table table tr td:nth-child(3) a:hover {
  color: #000;
}
.memcols-table table tr td:nth-child(4) {
  background-color: #9d417f !important;
  color: white;
}
.memcols-table table tr td:nth-child(4) a {
  color: #ffdeec;
}
.memcols-table table tr td:nth-child(4) a:hover {
  color: #000;
}
.memcols-table table th:nth-child(1), .memcols-table table tfoot td:nth-child(1) {
  background-color: #44cb80 !important;
  color: #111;
}
.memcols-table table th:nth-child(2), .memcols-table table tfoot td:nth-child(2) {
  background-color: #e6acf0 !important;
  color: #111;
}
.memcols-table table th:nth-child(3), .memcols-table table tfoot td:nth-child(3) {
  background-color: #901be2 !important;
  color: white;
}
.memcols-table table th:nth-child(4), .memcols-table table tfoot td:nth-child(4) {
  background-color: #793262 !important;
  color: white;
}
.memcols-table table tfoot td a {
  background: #111;
  border-radius: 4px;
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 1em;
  text-decoration: none;
}
.memcols-table table tfoot td a:hover {
  background: #333;
  font-weight: bold;
}

.is-light.is-dark * {
  color: white !important;
}

.alignwide.wider {
  margin: 0;
}
@media (min-width: 760px) {
  .alignwide.wider {
    margin-left: calc(-50vw + 50% + 2.5em);
    margin-right: calc(-50vw + 50% + 2.5em);
  }
}
.alignwide.wider .wp-block-button {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.alignwide.wider .wp-block-button__link {
  width: auto !important;
}

hr.is-style-gradient, .is-style-gradient-flush {
  height: 10px;
  background: linear-gradient(90deg, #5EE795 0%, #47E6C3 10%, rgba(71, 244, 233, 0.88) 20%, rgba(115, 176, 239, 0.98) 35%, #B48ED8 50%, #F386B4, 74%, #9d417f 100%);
}

hr.is-style-gradient-flush, hr.wp-block-separator.is-style-gradient-flush {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.has-footnotes-font-size {
  font-size: 0.8em;
}

.is-style-flush {
  margin-bottom: 0;
}

.debug * {
  box-shadow: 0 0 0.5em rgba(255, 0, 0, 0.75), inset 0 0 0.5em rgba(0, 255, 0, 0.75) !important;
}

.bg-teal {
  background: #017877 !important;
}

.bg-purple {
  background: #653279 !important;
}

.bg-orange {
  background: #E57200 !important;
}

.bg-yellow {
  background: #FFDA00 !important;
}

.bg-teal-unsafe {
  background: #58d18e !important;
}

.text-color-primary {
  color: #58d18e !important;
}

.text-color-secondary {
  color: #9d417f !important;
}

.text-color-white {
  color: white !important;
}

.text-color-black {
  color: black !important;
}

.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.text-left {
  margin-right: auto;
  text-align: left !important;
}

.text-right {
  margin-left: auto;
  text-align: right !important;
}

.text-columns {
  columns: 25em;
  column-gap: 3rem;
}
.text-columns p {
  break-inside: avoid-column;
}

.margin-y-4xs {
  margin-top: 0.0625rem !important;
  margin-bottom: 0.0625rem !important;
}

.margin-top-4xs {
  margin-top: 0.0625rem !important;
}

.margin-bottom-4xs {
  margin-bottom: 0.0625rem !important;
}

.margin-y-3xs {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.margin-top-3xs {
  margin-top: 0.125rem !important;
}

.margin-bottom-3xs {
  margin-bottom: 0.125rem !important;
}

.margin-y-2xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.margin-top-2xs {
  margin-top: 0.25rem !important;
}

.margin-bottom-2xs {
  margin-bottom: 0.25rem !important;
}

.margin-y-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.margin-top-xs {
  margin-top: 0.5rem !important;
}

.margin-bottom-xs {
  margin-bottom: 0.5rem !important;
}

.margin-y-sm {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.margin-top-sm {
  margin-top: 0.75rem !important;
}

.margin-bottom-sm {
  margin-bottom: 0.75rem !important;
}

.margin-y-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.margin-top-md {
  margin-top: 1rem !important;
}

.margin-bottom-md {
  margin-bottom: 1rem !important;
}

.margin-y-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.margin-top-lg {
  margin-top: 1.5rem !important;
}

.margin-bottom-lg {
  margin-bottom: 1.5rem !important;
}

.margin-y-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.margin-top-xl {
  margin-top: 2rem !important;
}

.margin-bottom-xl {
  margin-bottom: 2rem !important;
}

.margin-y-2xl {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.margin-top-2xl {
  margin-top: 2.5rem !important;
}

.margin-bottom-2xl {
  margin-bottom: 2.5rem !important;
}

.margin-y-3xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.margin-top-3xl {
  margin-top: 3rem !important;
}

.margin-bottom-3xl {
  margin-bottom: 3rem !important;
}

.margin-y-4xl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.margin-top-4xl {
  margin-top: 4rem !important;
}

.margin-bottom-4xl {
  margin-bottom: 4rem !important;
}

.margin-y-5xl {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.margin-top-5xl {
  margin-top: 6rem !important;
}

.margin-bottom-5xl {
  margin-bottom: 6rem !important;
}

.margin-y-6xl {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.margin-top-6xl {
  margin-top: 8rem !important;
}

.margin-bottom-6xl {
  margin-bottom: 8rem !important;
}

.margin-top-none,
.margin-y-none {
  margin-top: 0 !important;
}

.margin-bottom-none,
.margin-y-none {
  margin-bottom: 0 !important;
}

.overflow-x {
  max-width: 100%;
  overflow: auto;
  overflow-scrolling: touch;
}

.js .js-hidden {
  display: none;
}

.link--stretched {
  position: static;
}
.link--stretched::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.link--stretched:hover .title__highlight {
  text-decoration: underline;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

iframe body.give-form-templates .give-embed-form {
  max-width: unset !important;
  box-shadow: unset !important;
  border: unset !important;
}
/*# sourceMappingURL=main.css.map */
