@charset "UTF-8";
@font-face {
  font-family: "Sofia";
  src: local("Sofia"), url("/wp-content/themes/u21/assets/fonts/sofia-light/sofia.ttf") format("truetype") tech(color-COLRv1), url("/wp-content/themes/u21/assets/fonts/sofia-light/sofia.otf") format("opentype"), url("t/wp-content/themes/u21/assets/fonts/sofia-light/sofia.woff") format("woff"), url("t/wp-content/themes/u21/assets/fonts/sofia-light/sofia.woff2") format("woff2");
}
@font-face {
  font-family: "Sofia";
  font-weight: bold;
  src: local("Sofia"), url("/wp-content/themes/u21/assets/fonts/sofia-bold/sofiabold.ttf") format("truetype") tech(color-COLRv1), url("/wp-content/themes/u21/assets/fonts/sofia-bold/sofiabold.otf") format("opentype"), url("t/wp-content/themes/u21/assets/fonts/sofia-bold/sofiabold.woff") format("woff"), url("t/wp-content/themes/u21/assets/fonts/sofia-bold/sofiabold.woff2") format("woff2");
}
a.read-more {
  display: none;
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.75;
}
.hamburger.is-active:hover {
  opacity: 0.75;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #E04E39;
}

.hamburger-box {
  width: 3em;
  height: 2.4em;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.2em;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 3em;
  height: 0.4em;
  background-color: #E04E39;
  border-radius: 0.4em;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -1em;
}
.hamburger-inner::after {
  bottom: -1em;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html {
  position: relative;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 280px) {
  html {
    font-size: 95%;
  }
}
@media (min-width: 50em) {
  html {
    font-size: 115%;
  }
}
@media (min-width: 67.5em) {
  html {
    font-size: 125%;
  }
}
@media (min-width: 85em) {
  html {
    font-size: 140%;
  }
}

body {
  font-family: "Sofia", "Arial", sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  color: #666;
  background: #f2f2f2;
  font-weight: 400;
  tap-highlight-color: rgba(241, 139, 0, 0.25);
}

::-moz-selection {
  background: rgba(241, 139, 0, 0.2);
}

::selection {
  background: rgba(241, 139, 0, 0.2);
}

a {
  color: #333f48;
  cursor: pointer;
  text-decoration-thickness: 0.1em;
}

a:hover, a:focus {
  color: black;
}

a img {
  border: 0px;
}

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

p a:not([class]) {
  color: #333f48;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 0.1em solid #333f48;
}

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

h1 {
  margin: 0 0 calc(0.75rem + 5vmin);
  letter-spacing: -0.04rem;
}

h2, h3, h4, h5, h6 {
  margin: 4rem 0 1.5rem;
  letter-spacing: -0.04rem;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
.subheading {
  margin-top: 0;
}

h1 + .subheading {
  margin-top: -5vmin;
}

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

@media (min-width: 60rem) and (min-height: 30rem) {
  h1, .h1 {
    font-size: 1.75rem;
  }
  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.9rem;
  }
}
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 0;
  list-style-type: square;
  padding-inline-start: 2.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: 2px;
  background: center center/contain no-repeat #eee;
  border: none;
  margin: 2rem auto;
}

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

iframe {
  max-width: 100%;
}

figure {
  position: relative;
  margin: 0 0 2rem;
}
figure img {
  width: 100%;
}

figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: #666;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
figcaption p:last-child {
  margin-bottom: 0;
}

pre {
  clear: both;
  font-size: 0.9em;
  line-height: 1.25;
  margin: 1.5rem 0;
  padding: 1em;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  background: black;
  color: #fff;
  max-width: 100%;
  overflow: auto;
}
pre::-moz-selection {
  background: rgba(224, 78, 57, 0.75);
  color: white;
}
pre::selection {
  background: rgba(224, 78, 57, 0.75);
  color: white;
}

code {
  display: inline-block;
  line-height: 1.25;
  font-size: 0.8em;
  background: rgba(224, 78, 57, 0.05);
  padding: 0 0.2em;
  color: #E04E39;
  border: 1px rgba(224, 78, 57, 0.25) solid;
  border-radius: 0.2em;
}

table {
  font-size: 0.9em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2rem;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.25;
}
table p:last-child {
  margin-bottom: 0;
}

caption {
  text-align: start;
}

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

tfoot {
  border-top: 2px solid #1b1d1f;
}

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: #1b1d1f;
  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;
}

address {
  font-style: normal;
}

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

p.intro-xl,
p.is-style-intro-xl {
  font-size: 1.75rem;
  line-height: 1.25;
  color: #E04E39;
}
@media (min-width: 40em) {
  p.intro-xl,
  p.is-style-intro-xl {
    font-size: 1.5em;
  }
}

p.is-style-huge {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  color: #f18b00;
}
@media (min-width: 40em) {
  p.is-style-huge {
    font-size: 3em;
  }
}

p.is-style-bigpurple {
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  color: #E04E39;
}
@media (min-width: 40em) {
  p.is-style-bigpurple {
    font-size: 2em;
  }
}

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

.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.9rem !important;
}

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

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

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

.font-primary {
  font-family: "Sofia", "Arial", sans-serif;
  font-size: 0.9em;
}

main ul:not([class]),
main ol:not([class]),
article ul:not([class]),
article ol:not([class]) {
  max-width: calc(48rem - 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;
}

.url {
  color: #666;
}

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

.branding-message .part-1, .branding-message .part-2 {
  opacity: 0;
}

.animate-on-scroll .branding-message {
  font-size: calc(0.5em + 3.5vmin);
  max-width: 20em;
  margin: 0 auto;
}
.animate-on-scroll .branding-message .part-1,
.animate-on-scroll .branding-message .part-2 {
  width: 50%;
  line-height: 1.1;
}
.animate-on-scroll .branding-message .part-1 {
  text-align: right;
  margin: 0 50% 0 0;
  animation: 3s ease-out 0s 1 slideInFromLeft;
  opacity: 1;
}
.animate-on-scroll .branding-message .part-2 {
  font-weight: bold;
  margin: 0 0 0 50%;
  animation: 3s ease-out 0s 1 slideInFromRight;
  opacity: 1;
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  50% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  50% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.infographic .number {
  font-size: 6em;
  line-height: 1.1;
}

.link-to-top {
  display: table;
  font-size: 1.2em;
  margin-bottom: 2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.link-to-top .icon {
  background-color: #E04E39;
  color: #fff;
  border-radius: 100%;
  padding: 0.05em 0.25em 0.45em;
  margin: -0.35em 0.1em 0 0;
  width: 1.2em;
  height: 1.2em;
}
.link-to-top:hover .icon {
  background-color: #dd3a23;
}

.icon-arrow-up::before {
  content: "⇡";
}

.header-block, h3.header-block {
  position: relative;
  background: #333F48;
  padding: 0.5rem 1rem 0.75rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 2rem;
}
.header-block a, h3.header-block a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px dotted rgba(221, 221, 221, 0.4);
}
.header-block a:hover, h3.header-block a:hover {
  border-bottom: 2px dotted #2AD2C9;
}
.header-block a:after, h3.header-block a:after {
  content: " →";
  color: white;
}
.header-block a:after:hover, h3.header-block a:after:hover {
  color: #E04E39;
}

[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 -2rem;
  }
  .grid--spaced > * {
    padding: 0 2rem;
  }
}

@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: 25em) {
  .grid-2-cols > * {
    width: 50%;
  }
  .col-1\/2 {
    width: 50%;
  }
}
@media (min-width: 50em) {
  .grid-3-cols > * {
    width: 33.3323333333%;
  }
  .col-1\/3 {
    width: 33.3323333333%;
  }
  .col-2\/3 {
    width: 66.6656666667%;
  }
}
@media (min-width: 25em) {
  .grid-4-cols > * {
    width: 50%;
  }
}
@media (min-width: 60em) {
  .grid-4-cols > * {
    width: 25%;
  }
  .col-1\/4 {
    width: 25%;
  }
  .col-3\/4 {
    width: 75%;
  }
}
@media (min-width: 25em) {
  .grid-5-cols > * {
    width: 50%;
  }
}
@media (min-width: 50em) {
  .grid-5-cols > * {
    width: 33.3323333333%;
  }
}
@media (min-width: 65em) {
  .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: 20em) {
  .grid-2-cols\@mobile > * {
    width: 50%;
  }
  .col-1\/2\@mobile {
    width: 50%;
  }
  .grid-3-cols\@mobile > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile {
    width: 33.3323333333%;
  }
  .grid-4-cols\@mobile > * {
    width: 25%;
  }
  .col-1\/4\@mobile {
    width: 25%;
  }
  .col-full\@mobile {
    width: 100%;
  }
}
@media (min-width: 35em) {
  .grid-2-cols\@mobile-wide > * {
    width: 50%;
  }
  .col-1\/2\@mobile-wide {
    width: 50%;
  }
  .grid-3-cols\@mobile-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile-wide {
    width: 33.3323333333%;
  }
  .grid-4-cols\@mobile-wide > * {
    width: 25%;
  }
  .col-1\/4\@mobile-wide {
    width: 25%;
  }
  .col-full\@mobile-wide {
    width: 100%;
  }
}
@media (min-width: 47.5em) {
  .grid-2-cols\@tablet > * {
    width: 50%;
  }
  .col-1\/2\@tablet {
    width: 50%;
  }
  .grid-3-cols\@tablet > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet {
    width: 33.3323333333%;
  }
  .grid-4-cols\@tablet > * {
    width: 25%;
  }
  .col-1\/4\@tablet {
    width: 25%;
  }
  .col-full\@tablet {
    width: 100%;
  }
}
@media (min-width: 55em) {
  .grid-2-cols\@tablet-wide > * {
    width: 50%;
  }
  .col-1\/2\@tablet-wide {
    width: 50%;
  }
  .grid-3-cols\@tablet-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet-wide {
    width: 33.3323333333%;
  }
  .grid-4-cols\@tablet-wide > * {
    width: 25%;
  }
  .col-1\/4\@tablet-wide {
    width: 25%;
  }
  .col-full\@tablet-wide {
    width: 100%;
  }
}
@media (min-width: 85em) {
  .grid-2-cols\@desktop > * {
    width: 50%;
  }
  .col-1\/2\@desktop {
    width: 50%;
  }
  .grid-3-cols\@desktop > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@desktop {
    width: 33.3323333333%;
  }
  .grid-4-cols\@desktop > * {
    width: 25%;
  }
  .col-1\/4\@desktop {
    width: 25%;
  }
  .col-full\@desktop {
    width: 100%;
  }
}
.col-full {
  width: 100%;
}

html,
body {
  overflow-x: hidden;
  position: static;
}

body {
  --scrollbar: 20px; /* default if Javascript is disabled */
}

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

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

.wrap {
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 66rem;
}
@media (min-width: 40rem) {
  .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 75rem) {
  .wrap {
    padding: 0 7.5%;
  }
}

.wrap-content {
  background: #fff;
  padding: 2rem;
  margin: 0 -2rem 1rem;
}
.wrap-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 30em) {
  .wrap-content {
    margin: 0 0 2rem;
  }
}
@media (min-width: 72.5em) {
  .wrap-content {
    padding: 2rem;
  }
}
.wrap-content p, .wrap-content ul, .wrap-content li {
  max-width: 48em;
}

.wrap-content > h2 {
  margin-top: 0 !important;
}

.wrap-content-center {
  margin: 0 auto;
  background: white !important;
}
.wrap-content-center:after {
  content: "";
  display: table;
  clear: both;
}

.wrap-content-center > *:where(:not(.alignwide, .alignfull)),
.wp-block:where(:not(.alignwide, .alignfull)) {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.wrap-content-center > *[data-align=wide], .wrap-content-center > *.align-wide, .wrap-content-center > *.alignwide,
.wp-block[data-align=wide],
.wp-block.align-wide,
.wp-block.alignwide {
  margin-left: auto;
  margin-right: auto;
}
.wrap-content-center > *[data-align=full], .wrap-content-center > *.align-full, .wrap-content-center > *.alignfull,
.wp-block[data-align=full],
.wp-block.align-full,
.wp-block.alignfull {
  max-width: none;
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2.4 + 50%);
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%);
}

[class*=wp-block] {
  margin-bottom: 2rem;
}

.align-left,
.alignleft {
  float: none;
}
@media (min-width: 35rem) {
  .align-left,
  .alignleft {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
  .alignleft.size-xs,
  .alignleft.size-sm,
  .alignleft.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
  .alignleft.size-xs,
  .alignleft.size-sm,
  .alignleft.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}

.align-right,
.alignright {
  float: none;
}
@media (min-width: 35rem) {
  .align-right,
  .alignright {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
  .alignright.size-xs,
  .alignright.size-sm,
  .alignright.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
  .alignright.size-xs,
  .alignright.size-sm,
  .alignright.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}

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

.align-full,
.alignfull {
  max-width: none;
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2.4 + 50%);
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%);
}

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

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

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

@media (min-width: 20rem) {
  .size-xs,
  .size-sm,
  .size-small {
    max-width: calc(50% - 1.25rem);
  }
}
@media (min-width: 35rem) {
  .size-xs {
    max-width: calc(25% - 1.25rem);
  }
  .size-sm,
  .size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .size-sm,
  .size-small {
    max-width: calc(20% - 1.25rem);
  }
}
.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%;
}

.article__header {
  margin: 0 0 calc(0.75rem + 5vmin);
}
.article__header h1 {
  margin-bottom: 0.5rem;
}

.article__meta {
  margin-bottom: 1.5rem;
}

.article__icon {
  display: inline-block;
  width: 20%;
  max-width: 3.5em;
  margin: 0.5rem 1rem 1rem -0.2rem;
  vertical-align: middle;
  border-radius: 50%;
  border: 0.2rem solid white;
}
.article__icon img {
  border-radius: 50%;
}
.article__icon + .article__icon {
  margin: 0.5rem 1rem 1rem -3em;
}

.article__footer .iconList__content > * {
  margin-bottom: 0.5rem;
}

.content-sidebar {
  background: #eee;
  padding: 2rem;
  margin: 0 auto 2rem;
}

.home h2 a {
  text-decoration: none;
}
.home h2 a:hover {
  text-decoration: underline;
}

.home .infostats a {
  text-decoration: none;
}

.home .home-events a {
  text-decoration: none;
}
.home .home-events a:hover {
  text-decoration: underline;
}

.header-site {
  background-color: #333f48;
  color: #fff;
  padding: 0.5em 0;
  transition: background-color 500ms;
}
.header-site a {
  color: #fff;
}
.header-site ul {
  margin: 0;
  padding: 0;
}
.header-site:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 52.5em) {
  .header-site {
    padding: 0.5rem 0;
  }
}
@media (min-width: 52.5em) {
  .header-site .wrap-flex {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
  }
}
.header-site .logo {
  align-self: center;
  transition: all 500ms;
}
.header-site .logo img {
  display: block;
  width: 100%;
  max-width: 6em;
  padding: 0.45em 0;
}
@media (min-width: 52.5em) {
  .header-site .nav-container {
    text-align: right;
  }
}
.header-site .search-site {
  padding: 0.5em 0;
  width: 100%;
}
@media (min-width: 52.5em) {
  .header-site .search-site {
    width: unset;
  }
}
.header-site .search-site input.search-text {
  width: 180px;
  padding: 5px;
  font-size: 1em;
  margin-right: 0.2em;
  margin-left: 0.5em;
}
.header-site .search-site input.search-button {
  width: unset;
}
.js .header-site .search-site {
  display: none;
}
.js .header-site .search-site.is-active {
  display: block;
}
.js .header-site .search-site.is-active input.search-text {
  max-width: unset;
  width: 80%;
}
.js .header-site .search-site.is-active input.search-button {
  width: 15%;
}
@media (min-width: 52.5em) {
  .js .header-site .search-site {
    display: inline-block !important;
    padding-top: 12px;
  }
}

.header-site .search-site input[type=text] {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  outline: none;
  width: 100%;
  padding: 0.3em 1em 0.4em;
  max-width: calc(100% - 3.5em);
}
.header-site .search-site input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-site .search-site input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-site .search-site input[type=text]:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-site .search-site input[type=submit] {
  margin: 0;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.45em 0.6em 0.45em;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 0.945em;
}
@media (min-width: 52.5em) {
  .header-site .search-site {
    margin: 0;
    vertical-align: middle;
  }
  .header-site .search-site form {
    margin: 0;
  }
}
@media (min-width: 75em) and (min-height: 40em) {
  .js .header-site {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
  }
  .js .logged-in.admin-bar .header-site {
    top: 30px;
  }
}
.header-site .nav-site {
  margin: 0.2em 0;
}
.header-site .nav-secondary {
  padding: 0.2em 0;
}
.header-site .search-site {
  padding-top: 5px !important;
}
@media (min-width: 75em) and (min-height: 40em) {
  .js .is-unscrolled .header-site {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .js .is-unscrolled .header-site .nav-site {
    margin: 0.3em 0 0.3em 0;
  }
  .js .is-unscrolled .header-site .search-site {
    padding-top: 12px !important;
  }
  .js .is-unscrolled .header-site .nav-secondary {
    padding: 0.5em 0;
  }
  .js .is-unscrolled .header-site .logo img {
    padding-top: 0.7em;
    max-width: 7em;
  }
}

.js .toggle-search-site,
.js .toggle-nav-site {
  text-decoration: none;
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.js .toggle-search-site .toolicon,
.js .toggle-nav-site .toolicon {
  font-size: 2.8em;
  margin: 0;
}
@media (min-width: 52.5em) {
  .js .toggle-search-site,
  .js .toggle-nav-site {
    display: none;
  }
}

.js .toggle-search-site .toolicon {
  font-size: 3.5em;
  line-height: 1.3em;
  margin-right: 0.1em;
}

.footer-site {
  background: #333f48;
  padding: 15vh 0;
  color: #ddd;
  position: relative;
}
.footer-site:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
  background-image: linear-gradient(-90deg, #f18b00 0%, #E04E39 100%);
}
.footer-site a {
  color: #2AD2C9;
  text-decoration: none;
}
.footer-site a:hover {
  text-decoration: underline;
}
.footer-site .blurb m div {
  margin-bottom: 0.5em;
}
@media (min-width: 60em) {
  .footer-site .col-contact {
    text-align: right;
  }
}

.footer-newsletter {
  background: #536675;
  padding: 2rem;
  margin-bottom: 4rem;
}
.footer-newsletter *:not(input) {
  color: #fff;
}
.footer-newsletter p {
  max-width: 60ch;
}
.footer-newsletter form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer-newsletter .mailchimp-newsletter-mergefields {
  display: flex;
  flex-wrap: wrap;
}
.footer-newsletter .mailchimp-newsletter-mergefields .form-item {
  min-width: 8em;
  padding-right: 2em;
  width: 50%;
}
@media (min-width: 60em) {
  .footer-newsletter .mailchimp-newsletter-mergefields .form-item {
    box-sizing: border-box;
  }
}
.footer-newsletter .mailchimp-newsletter-mergefields .form-item input {
  width: 100% !important;
  margin: 0 !important;
  max-width: unset;
}
.footer-newsletter input[type=submit] {
  padding: 0.5em 1em;
  margin-bottom: 2rem;
}

#sub-footer {
  background: #eae8e8;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.twitter-embed iframe {
  margin: 0 !important;
}

.teenylinks {
  font-size: 0.8em;
  list-style: none;
  margin-bottom: 2em;
  padding: 0;
}
.teenylinks li {
  display: inline;
}
.teenylinks li a {
  padding: 0.5em 0.8em;
}
.teenylinks li a:first-of-type {
  padding-left: 0;
}

.listcard {
  box-sizing: border-box;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #eee;
}
.listcard__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media print {
  .listcard__flex {
    min-height: 10rem;
  }
}
.listcard__title {
  margin-top: 0;
}
.listcard__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listcard__date {
  margin: 0;
}
.listcard__datenews {
  margin: 0 0 0.5em 0;
  color: #999;
  font-size: 0.8em;
}
.listcard__figure {
  flex: 1 0 25%;
}
.listcard__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 5/3;
}
.listcard__memberfigure {
  padding: 0.5em 0 0 0;
  width: 45%;
  margin: 0 auto;
}
@media (min-width: 75rem) {
  .listcard__memberfigure {
    padding: 0;
    flex: 1 0 25%;
  }
  .listcard__memberfigure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.listcard__content {
  position: relative;
  flex: 1 0 70%;
  box-sizing: border-box;
  z-index: 1;
}
@media (min-width: 15em) {
  .listcard__content {
    min-width: 75%;
  }
}
@media (min-width: 40em) {
  .listcard__content {
    min-width: 24em;
  }
}
.listcard__content > *:first-child {
  margin-top: 0;
}
.listcard__content > *:last-child {
  margin-bottom: 0;
}
.listcard--reverse .banner__flex {
  flex-direction: row-reverse;
}
.listcard--image-after .banner__flex {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.listcard--image-after.banner--reverse .banner__flex {
  flex-direction: row;
}
.listcard--compact .banner__flex {
  min-height: 30vmin;
}
@media print {
  .listcard--compact .banner__flex {
    min-height: 10rem;
  }
}

.banner-group {
  margin: 0 0 2.5rem;
}

img.member-img {
  width: 100% !important;
}

.home .listcard {
  margin: 0;
  padding: 1em 0;
}

.banner {
  position: relative;
  background-color: #333;
  color: #fff;
  overflow: hidden;
}
.banner__subfooter {
  background-image: url("http://u21.local/wp-content/uploads/2024/06/banner-placeholder.gif");
}
.banner .img {
  height: 100%;
  opacity: 0.7;
}
.banner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  z-index: 1;
}
.banner .banner-content {
  position: relative;
  z-index: 1;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.banner .banner-content ul {
  margin-left: 0;
  padding-left: 0;
}
.banner .banner-title {
  margin: 0;
}
.banner p {
  margin: 0.25rem 0;
}
.banner a:not(.button) {
  color: #fff;
}

.banner--content-bottom {
  min-height: 10rem;
  height: 20vmin;
  max-height: 300rem;
}
@media (min-width: 75em) and (min-height: 40em) {
  .banner--content-bottom {
    min-height: 25rem;
    height: 35vh;
  }
  .banner--content-bottom .img {
    background-position: center 35%;
  }
}
.banner--content-bottom .banner-content {
  background: #666;
  padding: 0.5rem 0;
}
@media (min-width: 15em) {
  .banner--content-bottom .banner-content {
    background: none;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

.banner--deep .banner-content {
  padding-top: 20vh;
  padding-bottom: 20vh;
}
@media (min-width: 75em) and (min-height: 40em) {
  .banner--deep .banner-content {
    padding-top: 30vh;
  }
}
.banner--deep .banner__cta {
  margin-top: 10vh;
  margin-bottom: -10vh;
  text-align: center;
}
@media (min-width: 52.5em) {
  .banner--deep .banner__cta {
    font-size: 1.2em;
  }
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.55em 1em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.125rem;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #f18b00;
  color: black;
}
.button:hover, .button:focus, .button:active {
  color: white;
  box-shadow: inset 0 0 0 2em black;
}
.button--sm {
  font-size: 0.9em;
}
.button--slick {
  width: auto !important;
  background-color: #f18b00;
  color: black;
}
.button--slick:hover, .button--slick:focus {
  color: white;
}
.button--lg {
  font-size: 1.125em;
}
.button--block {
  display: block;
  width: 100%;
  text-align: center;
}
.button--primary {
  background-color: #E04E39;
  color: black;
}
.button--primary:hover, .button--primary:focus {
  color: white;
}
.button--secondary {
  background-color: #f18b00;
  color: black;
}
.button--secondary:hover, .button--secondary:focus {
  color: white;
}
.button--tertiary {
  background-color: #2AD2C9;
  color: black;
}
.button--tertiary:hover, .button--tertiary:focus {
  color: white;
}
.button--white {
  background-color: white;
  color: black;
}
.button--white:hover, .button--white:focus {
  color: white;
}
.button--black {
  background-color: black;
  color: white;
}
.button--black:hover, .button--black:focus {
  box-shadow: inset 0 0 0 2em #4d4d4d;
}
.button--black:hover, .button--black:focus {
  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.55em 1em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.125rem;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #f18b00;
  color: black;
}
.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;
  box-shadow: inset 0 0 0 2em black;
}
.wp-block-button.is-style-sm .wp-block-button__link {
  font-size: 0.9em;
}
.wp-block-button.is-style-lg .wp-block-button__link {
  font-size: 1.125em;
}

.button.button-orange {
  background: #f18b00;
  color: #111;
}
.button.button-orange:hover {
  color: white;
}

.breadcrumbs {
  display: none;
}
.breadcrumbs ul {
  list-style: none;
  font-size: 0.8em;
}
.breadcrumbs ul li {
  display: inline;
  text-transform: lowercase;
  padding-right: 0.5em;
}
.breadcrumbs ul li:before {
  content: ">";
}
.breadcrumbs ul li.home {
  content: "";
}

.card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-items: stretch;
  justify-content: space-around;
  margin: 0 0 2rem;
  background: white;
  text-decoration: none;
}
.card__figure {
  align-self: stretch;
  flex: 66 1 66%;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: transform 250ms ease-in-out;
}
.card__figure img {
  height: 100%;
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__content {
  margin-left: 0.8em;
  flex: 99 1 13.5em;
  box-sizing: border-box;
}
@media (min-width: 52.5em) {
  .card__content {
    margin: 0;
    align-self: center;
    justify-self: center;
  }
}
@media (min-width: 45rem) {
  .card__content {
    flex: 99 1 25em;
  }
}
.card__content > :first-child {
  margin-top: 0;
}
.card__content > :last-child {
  margin-bottom: 0;
}
.card__meta {
  color: #bbb;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.card__date {
  font-size: 0.8rem;
  margin: 0 0.25rem 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
  color: #E04E39;
}
.card__footer {
  margin-top: 0.75rem;
  font-size: 0.8rem;
}
.card p, .card__description {
  color: #666;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.25;
}
.card__description > :first-child {
  margin-top: 0;
}
.card__title {
  margin: 0 0 0.3em 0;
}
.card .line-clamp {
  position: relative;
  overflow: hidden;
  max-height: 3.75em;
  padding-bottom: 0.9375em;
}
.card .line-clamp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.9375em;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

a.card .card__title {
  text-decoration: none;
}
a.card .card__title:hover {
  text-decoration: underline !important;
}

.acf-map {
  margin: auto;
  width: 100%;
  aspect-ratio: 3/2;
  max-height: 80vh;
}
.acf-map img {
  max-width: inherit !important;
}

.image--circle-masked {
  position: relative;
}
.image--circle-masked__container {
  width: auto;
  aspect-ratio: 1/0.93766;
}
.image--circle-masked img {
  height: 100%;
  width: 100%;
  max-width: 100% !important;
  -webkit-mask-image: url("../img/blob--solid.svg");
          mask-image: url("../img/blob--solid.svg");
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.image--circle-masked__shadow {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.image--circle {
  border-radius: 50%;
}
.image--circle img {
  border-radius: 50%;
}

figure.is-style-primary,
.wp-block-embed.is-style-primary {
  background: #E04E39;
  background-clip: padding-box;
  border-style: solid;
  border-color: #E04E39;
  -o-border-image: url("../img/bg-embed--primary.svg");
     border-image: url("../img/bg-embed--primary.svg");
  border-image-slice: 5% fill;
  border-width: 0.75rem;
  box-sizing: border-box;
}
figure.is-style-secondary,
.wp-block-embed.is-style-secondary {
  background: #f18b00;
  background-clip: padding-box;
  border-style: solid;
  border-color: #f18b00;
  -o-border-image: url("../img/bg-embed--secondary.svg");
     border-image: url("../img/bg-embed--secondary.svg");
  border-image-slice: 5% fill;
  border-width: 0.75rem;
  box-sizing: border-box;
}

.wp-block-embed {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-embed .wp-block-embed__wrapper {
  margin-bottom: 0;
  min-width: auto !important;
}
.wp-block-embed .wp-block-embed__wrapper:not([data-align]) {
  max-width: 100%;
}
.wp-block-embed.alignleft, .wp-block-embed.align-left {
  float: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-embed.alignleft, .wp-block-embed.align-left {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-embed.alignleft.size-xs, .wp-block-embed.alignleft.size-sm, .wp-block-embed.alignleft.size-small, .wp-block-embed.align-left.size-xs, .wp-block-embed.align-left.size-sm, .wp-block-embed.align-left.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-embed.alignleft.size-xs, .wp-block-embed.alignleft.size-sm, .wp-block-embed.alignleft.size-small, .wp-block-embed.align-left.size-xs, .wp-block-embed.align-left.size-sm, .wp-block-embed.align-left.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-embed.alignleft.size-xs, .wp-block-embed.alignleft.size-sm, .wp-block-embed.alignleft.size-small, .wp-block-embed.align-left.size-xs, .wp-block-embed.align-left.size-sm, .wp-block-embed.align-left.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-embed.alignleft.size-md, .wp-block-embed.alignleft.size-medium, .wp-block-embed.align-left.size-md, .wp-block-embed.align-left.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-embed.alignright, .wp-block-embed.align-right {
  float: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block-embed.align-right .wp-block-embed__wrapper {
  min-width: auto !important;
}
@media (min-width: 35rem) {
  .wp-block-embed.alignright, .wp-block-embed.align-right {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-embed.alignright.size-xs, .wp-block-embed.alignright.size-sm, .wp-block-embed.alignright.size-small, .wp-block-embed.align-right.size-xs, .wp-block-embed.align-right.size-sm, .wp-block-embed.align-right.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-embed.alignright.size-xs, .wp-block-embed.alignright.size-sm, .wp-block-embed.alignright.size-small, .wp-block-embed.align-right.size-xs, .wp-block-embed.align-right.size-sm, .wp-block-embed.align-right.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-embed.alignright.size-xs, .wp-block-embed.alignright.size-sm, .wp-block-embed.alignright.size-small, .wp-block-embed.align-right.size-xs, .wp-block-embed.align-right.size-sm, .wp-block-embed.align-right.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-embed.alignright.size-md, .wp-block-embed.alignright.size-medium, .wp-block-embed.align-right.size-md, .wp-block-embed.align-right.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-embed figcaption {
  margin-top: 0;
}

.wp-block-image,
.wp-block-embed {
  max-width: 48rem;
}
.wp-block-image .alignright,
.wp-block-image .align-right,
.wp-block-image .alignleft,
.wp-block-image .align-left,
.wp-block-embed .alignright,
.wp-block-embed .align-right,
.wp-block-embed .alignleft,
.wp-block-embed .align-left {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image .alignleft,
.wp-block-image .align-left,
.wp-block-embed .alignleft,
.wp-block-embed .align-left {
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-image .alignleft,
  .wp-block-image .align-left,
  .wp-block-embed .alignleft,
  .wp-block-embed .align-left {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-image .alignleft.size-xs, .wp-block-image .alignleft.size-sm, .wp-block-image .alignleft.size-small,
  .wp-block-image .align-left.size-xs,
  .wp-block-image .align-left.size-sm,
  .wp-block-image .align-left.size-small,
  .wp-block-embed .alignleft.size-xs,
  .wp-block-embed .alignleft.size-sm,
  .wp-block-embed .alignleft.size-small,
  .wp-block-embed .align-left.size-xs,
  .wp-block-embed .align-left.size-sm,
  .wp-block-embed .align-left.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-image .alignleft.size-xs, .wp-block-image .alignleft.size-sm, .wp-block-image .alignleft.size-small,
  .wp-block-image .align-left.size-xs,
  .wp-block-image .align-left.size-sm,
  .wp-block-image .align-left.size-small,
  .wp-block-embed .alignleft.size-xs,
  .wp-block-embed .alignleft.size-sm,
  .wp-block-embed .alignleft.size-small,
  .wp-block-embed .align-left.size-xs,
  .wp-block-embed .align-left.size-sm,
  .wp-block-embed .align-left.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-image .alignleft.size-xs, .wp-block-image .alignleft.size-sm, .wp-block-image .alignleft.size-small,
  .wp-block-image .align-left.size-xs,
  .wp-block-image .align-left.size-sm,
  .wp-block-image .align-left.size-small,
  .wp-block-embed .alignleft.size-xs,
  .wp-block-embed .alignleft.size-sm,
  .wp-block-embed .alignleft.size-small,
  .wp-block-embed .align-left.size-xs,
  .wp-block-embed .align-left.size-sm,
  .wp-block-embed .align-left.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-image .alignleft.size-md, .wp-block-image .alignleft.size-medium,
  .wp-block-image .align-left.size-md,
  .wp-block-image .align-left.size-medium,
  .wp-block-embed .alignleft.size-md,
  .wp-block-embed .alignleft.size-medium,
  .wp-block-embed .align-left.size-md,
  .wp-block-embed .align-left.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-image .alignright,
.wp-block-image .align-right,
.wp-block-embed .alignright,
.wp-block-embed .align-right {
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-image .alignright,
  .wp-block-image .align-right,
  .wp-block-embed .alignright,
  .wp-block-embed .align-right {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-image .alignright.size-xs, .wp-block-image .alignright.size-sm, .wp-block-image .alignright.size-small,
  .wp-block-image .align-right.size-xs,
  .wp-block-image .align-right.size-sm,
  .wp-block-image .align-right.size-small,
  .wp-block-embed .alignright.size-xs,
  .wp-block-embed .alignright.size-sm,
  .wp-block-embed .alignright.size-small,
  .wp-block-embed .align-right.size-xs,
  .wp-block-embed .align-right.size-sm,
  .wp-block-embed .align-right.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-image .alignright.size-xs, .wp-block-image .alignright.size-sm, .wp-block-image .alignright.size-small,
  .wp-block-image .align-right.size-xs,
  .wp-block-image .align-right.size-sm,
  .wp-block-image .align-right.size-small,
  .wp-block-embed .alignright.size-xs,
  .wp-block-embed .alignright.size-sm,
  .wp-block-embed .alignright.size-small,
  .wp-block-embed .align-right.size-xs,
  .wp-block-embed .align-right.size-sm,
  .wp-block-embed .align-right.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-image .alignright.size-xs, .wp-block-image .alignright.size-sm, .wp-block-image .alignright.size-small,
  .wp-block-image .align-right.size-xs,
  .wp-block-image .align-right.size-sm,
  .wp-block-image .align-right.size-small,
  .wp-block-embed .alignright.size-xs,
  .wp-block-embed .alignright.size-sm,
  .wp-block-embed .alignright.size-small,
  .wp-block-embed .align-right.size-xs,
  .wp-block-embed .align-right.size-sm,
  .wp-block-embed .align-right.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-image .alignright.size-md, .wp-block-image .alignright.size-medium,
  .wp-block-image .align-right.size-md,
  .wp-block-image .align-right.size-medium,
  .wp-block-embed .alignright.size-md,
  .wp-block-embed .alignright.size-medium,
  .wp-block-embed .align-right.size-md,
  .wp-block-embed .align-right.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-image:not([class*=align]):not([data-align]),
.wp-block-embed:not([class*=align]):not([data-align]) {
  max-width: none;
}
.wp-block-image:not([class*=align]):not([data-align]) img:not([class*=align]), .wp-block-image:not([class*=align]):not([data-align]) img:not([class*=align]) + figcaption,
.wp-block-embed:not([class*=align]):not([data-align]) img:not([class*=align]),
.wp-block-embed:not([class*=align]):not([data-align]) img:not([class*=align]) + figcaption {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.wp-block-image img,
.wp-block-embed img {
  width: 100%;
}
.wp-block-image.alignfull, .wp-block-image.align-full,
.wp-block-embed.alignfull,
.wp-block-embed.align-full {
  width: 100%;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption,
.wp-block-embed figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: #666;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.wp-block-gallery.alignfull, .wp-block-gallery.align-full {
  width: 100%;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-gallery .wp-block-image {
  max-width: none;
}
.wp-block-gallery .wp-block-image:not([class*=align]):not([data-align]) img:not([class*=align]), .wp-block-gallery .wp-block-image:not([class*=align]):not([data-align]) img:not([class*=align]) + figcaption {
  max-width: none;
}

@media (min-width: 55em) {
  .filters__title {
    display: none;
  }
}

.facet-wrap {
  float: left;
  margin-right: 0.3em;
}
.facet-wrap .facet-label {
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 60rem) and (min-height: 30rem) {
  .facet-wrap .facet-label {
    font-size: 1rem;
  }
}
.facet-wrap .facetwp-facet {
  margin-bottom: 1.5rem;
}
.facet-wrap .facetwp-checkbox,
.facet-wrap .facetwp-radio {
  margin-bottom: 0.5rem;
  padding: 0.125rem 0.25rem 0.0625rem 1.5em;
  font-weight: 300;
  line-height: 1.2;
  color: #333f48;
  background-size: 0.75em;
  background-position: 0.35em 0.35em;
  border-radius: 3px;
  font-size: 0.8em;
}
.facet-wrap .facetwp-checkbox.checked,
.facet-wrap .facetwp-radio.checked {
  color: black;
  background-color: white;
}
.facet-wrap .facetwp-facet input.facetwp-search,
.facet-wrap .facetwp-facet input.facetwp-location {
  min-width: auto;
}

.facetwp-input-wrap {
  margin-bottom: 0.5rem;
}

.facetwp-counts {
  margin-bottom: 0.75rem;
}

.facetwp-selections {
  margin: 0 0 1.5rem;
}
.facetwp-selections ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.facetwp-selections li {
  display: inline-block;
  line-height: inherit;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.2em 0 0.2em 0.5em;
  background: #f1f1f1;
  color: #333;
  border-radius: 3px;
}
.facetwp-selections .facetwp-selection-label {
  padding-left: 0.2em;
}
.facetwp-selections .facetwp-selection-value {
  display: inline-block;
  background: #586875;
  font-size: 0.95em;
  background-image: none !important;
  padding: 0.1em 0.25em 0.25em 0.5em !important;
  margin: 0.1em 0.35em 0.1em 0.2em !important;
  color: #fff;
  border-radius: 3px;
}
.facetwp-selections .facetwp-selection-value:after {
  display: inline-block;
  content: "✖";
  width: 1em;
  text-align: center;
  padding-left: 0.35em;
}
.facetwp-selections .facetwp-selection-value:hover:after {
  color: #E04E39;
}

.facetwp-facet-load_more {
  text-align: center;
}
.facetwp-facet-load_more button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.55em 1em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.125rem;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #f18b00;
  color: black;
}
.facetwp-facet-load_more button:hover, .facetwp-facet-load_more button:focus, .facetwp-facet-load_more button:active {
  color: white;
  box-shadow: inset 0 0 0 2em black;
}

.location-results {
  z-index: 2;
}

.facetwp-counts:after {
  content: " results";
}

.members-directory .facetwp-facet {
  display: inline-flex;
}
.members-directory .facetwp-hidden {
  display: 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: 1.1em;
  padding: 0.5em 0.75em;
  background: #fff;
  border: 0.15em solid rgba(50, 50, 50, 0.25);
  box-sizing: border-box;
  border-radius: 0.25rem;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: 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(224, 78, 57, 0.85);
}

fieldset {
  border: 0;
  padding: 0;
}

textarea {
  max-width: 30em;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 0.75em;
  padding-right: 3em;
}
select::-ms-expand {
  display: none;
}

legend {
  margin-bottom: 0.5rem;
}

label {
  display: block;
}

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

#searchsubmit {
  background: #E04E39;
  color: white;
  border: none;
  padding: 0.8em 1em;
}

.hero-contain {
  position: relative;
}

.hero {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60vh;
  width: 100%;
  position: relative;
  border: 1px solid transparent;
  margin-bottom: 2rem;
}
@media screen and (min-width: 62.5rem) {
  .hero {
    margin-bottom: 4rem;
    height: 60vh;
  }
}
@media screen and (min-width: 1000px) {
  .hero {
    -webkit-mask-image: url(/wp-content/themes/sense-international/assets/img/path-banner.svg);
            mask-image: url(/wp-content/themes/sense-international/assets/img/path-banner.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: top right;
            mask-position: top right;
    background-size: cover;
    background-attachment: fixed;
  }
}
.hero__content {
  z-index: 5;
  max-width: 48rem;
  border: 1px solid transparent;
  border-image-slice: 40 40 40 40 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0;
  border-image-repeat: stretch stretch;
  border-image-source: url("/wp-content/themes/sense-international/assets/img/path-panel.svg");
  position: absolute;
  bottom: 0.5em;
  padding: 1.5em 3em;
}
@media screen and (min-width: 62.5rem) {
  .hero__content {
    padding: calc(1rem + 3vmin) calc(1.5rem + 2%);
    flex: 1 1 15em;
    align-self: baseline;
    width: 30vw;
    bottom: 2em;
  }
}
.hero__content h3 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0 0 0.3em 0;
}
@media screen and (min-width: 62.5rem) {
  .hero__content h3 {
    margin: 0;
  }
}
.hero__content h1 {
  color: white;
  margin: -0.5em 0 0 0;
  padding: 0;
}
.hero__content a, .hero__content p a {
  display: inline-block;
  padding-top: 1em;
  color: white;
  font-weight: normal;
  border-color: white;
}
.hero__content a:after, .hero__content p a:after {
  content: " »";
}

.hero-graphic {
  display: none;
  position: absolute;
  right: 0.5em;
  bottom: 0rem;
  height: 13rem;
  background: url("/wp-content/themes/sense-international/assets/img/path-audio2.svg") right top/contain no-repeat;
  width: 30%;
  z-index: 1;
}
@media screen and (min-width: 62.5rem) {
  .hero-graphic {
    display: block;
  }
}

.list-social-icons {
  margin: 1em 0;
  list-style: none;
  padding: 0;
}
.list-social-icons li {
  margin-right: 0.2em;
  display: inline;
}
.list-social-icons .icon {
  margin: 0;
}

.icon {
  display: inline-block;
  width: 2.6em;
  height: 2.6em;
  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;
  line-height: 1;
}
.icon--facebook {
  background-image: url("../img/icons/i-facebook.jpg");
}
.icon--instagram {
  background-image: url("../img/icons/i-instagram.jpg");
}
.icon--twitter {
  background-image: url("../img/icons/i-twitter.jpg");
}
.icon--twitterx {
  background-image: url("../img/icons/i-twitterx.jpg");
}
.icon--linkedin {
  background-image: url("../img/icons/i-linkedin.jpg");
}
.icon--youtube {
  background-image: url("../img/icons/i-youtube.jpg");
}
.icon--vimeo {
  background-image: url("../img/icons/i-vimeo.jpg");
}

.infostats {
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(12em, 1fr));
  grid-gap: 3em;
}
@media screen and (min-width: 52.5em) {
  .infostats {
    display: flex;
  }
}
.infostats__single {
  text-align: center;
}
.infostats__single .stat-icon {
  width: 5em;
  margin: 0 auto 0 auto;
}
.infostats__single .stat-value {
  font-size: 1.3em;
  margin: 0;
}
.infostats__single .stat-subtitle {
  margin: 0.25em 0 0.2em 0;
  font-weight: bold;
  font-size: 2.4em;
}
.infostats__single .stat-subtitle.red {
  color: #E04E39;
}
.infostats__single .stat-subtitle.orange {
  color: #f18b00;
}
.infostats__single .stat-subtitle.teal {
  color: #2AD2C9;
}
.infostats__single .stat-subtitle.grey {
  color: #666;
}
.infostats__single .stat-content p {
  font-size: 1.3em;
}
.infostats__single img {
  text-align: center;
  margin: 0 auto;
}
.infostats__single p {
  line-height: 1.3em;
}

.list-bordered {
  list-style-type: none;
  padding: 2rem 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.list-bordered-items {
  list-style-type: none;
  padding: 0;
  max-width: none;
}
.list-bordered-items > li {
  margin: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
.list-bordered-items > li:after {
  content: "";
  display: table;
  clear: both;
}
.list-bordered-items > li:last-child {
  border-bottom: 0;
}

.list-links a {
  color: #666;
  border: 0;
}

.list-block {
  list-style-type: none;
  padding: 0;
  max-width: 100%;
}
.list-block > li {
  background: #fff;
  display: block;
  text-decoration: none;
  color: #666;
  padding: 2rem;
  margin: 0 -2rem 1rem;
}
.list-block > li img {
  width: 100%;
}
.list-block > li p {
  color: #666;
  margin: 1rem 0;
}
.list-block > li .item-title,
.list-block > li .item-spacing {
  margin-bottom: 1rem;
}
.list-block > li:hover {
  text-decoration: none;
}
.list-block > li:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 30em) {
  .list-block > li {
    margin: 0 0 2rem;
  }
}
@media (min-width: 72.5em) {
  .list-block > li {
    padding: 2rem;
  }
}
@media (min-width: 40em) {
  .list-block figure {
    max-width: 25%;
    margin-left: 2rem;
    order: 2;
  }
}
.list-block .inner {
  flex-grow: 1;
}

.list-csv {
  margin-left: 0;
  padding-left: 0;
}
.list-csv > li {
  display: block;
}

.newslist h3 {
  font-weight: 300;
}
.newslist .item {
  position: relative;
  margin-bottom: 2em;
}
.newslist .item figure {
  z-index: 1;
  margin: 0.25em 0 0 0;
}
@media (min-width: 52.5em) {
  .newslist .item figure {
    margin: unset;
  }
}
.newslist .item figure img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 52.5em) {
  .newslist .item figure img {
    min-height: 25em;
  }
}
.newslist .item .inner {
  background: white;
  z-index: 9;
}
@media (min-width: 52.5em) {
  .newslist .item .inner {
    position: absolute;
    bottom: 0;
    padding: 1em;
    width: 40%;
  }
}
.newslist .item .inner h3 {
  font-weight: 300;
  margin: 0;
}
@media (min-width: 52.5em) {
  .newslist .item .inner h3 {
    margin: 1em 0;
  }
}
.newslist .item .inner h3 a {
  color: #666;
}
.newslist .item .inner h3 a:hover {
  text-decoration: underline;
}
@media (min-width: 52.5em) {
  .newslist .item .inner p {
    margin: 1em 0 0 0;
  }
}
.newslist .item .inner a {
  color: #E04E39;
  text-decoration: none;
}
@media (min-width: 52.5em) {
  .newslist .item.right .inner {
    right: 0;
    padding: 1em;
  }
}
.newslist .single-3mt-competition .vidframe {
  padding: 56.25% 0 0 0;
  position: relative;
}
.newslist .single-3mt-competition .vidframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #eee;
}
.newslist time {
  margin-bottom: 1em;
  display: block;
}

figure .is-person {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}

svg {
  touch-action: none;
}

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  touch-action: none;
  font-size: 8px;
  zoom: 3;
  overflow: hidden;
}

.jvectormap-tip {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
}

.meta {
  line-height: 1.25;
}
.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: #f18b00;
}
.meta--inline-dd dd:first-of-type:before {
  display: none;
}

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

.nav-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.nav-container .nav-secondary {
  flex: 1;
  justify-content: end;
  margin: 1.5em 0 0 0;
  padding: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.0666666667);
  display: none;
}
@media (min-width: 52.5em) {
  .nav-container .nav-secondary {
    margin: 0.5em 0 0 0;
    padding: 0;
    border-top: 0;
  }
}
.nav-container .nav-secondary.is-active {
  display: block !important;
}
@media (min-width: 52.5em) {
  .js .nav-container .nav-secondary {
    display: flex;
    float: right;
  }
}

.nav-container .nav-secondary li {
  margin-bottom: 0.1em;
  list-style: none;
  padding: 0.3em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0666666667);
}
@media (min-width: 52.5em) {
  .nav-container .nav-secondary li {
    font-size: 0.8em;
    list-style: unset;
    display: inline-block;
    padding: 0 0.3em 0 0;
    border: none;
  }
}
.nav-container .nav-secondary li a {
  text-decoration: none;
}
@media (min-width: 72.5em) {
  .nav-container .nav-secondary li a {
    padding: 0.17em 0.3em;
  }
}
.nav-container .nav-secondary li a:hover {
  background: #E04E39;
  color: #fff;
}
.nav-container .nav-site {
  flex: 1;
  border-top: 2px solid rgba(255, 255, 255, 0.0666666667);
  display: none;
}
@media (min-width: 52.5em) {
  .nav-container .nav-site {
    margin: 0 0 1em 0;
    border-top: 0;
  }
}
.nav-container .nav-site.is-active {
  display: block !important;
}
@media (min-width: 52.5em) {
  .js .nav-container .nav-site {
    display: flex;
  }
}

.nav-container .nav-site li {
  list-style: none;
  padding: 0.7em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0666666667);
  margin: 0;
}
@media (min-width: 52.5em) {
  .nav-container .nav-site li {
    display: inline-block;
    border: none;
    padding: unset;
    border-right: 1px solid rgba(255, 255, 255, 0.1333333333);
  }
}
.nav-container .nav-site li a {
  display: block;
  margin: 0;
  color: #fff;
  text-decoration: none;
  transition: padding 500ms;
  text-transform: uppercase;
}
@media (min-width: 52.5em) {
  .nav-container .nav-site li a {
    padding: 0.3em 0.4em;
    display: inline-block;
  }
}
.nav-container .nav-site li.menu-item:last-of-type {
  border-right: none;
}
@media (min-width: 52.5em) {
  .nav-container .nav-site {
    padding-top: 0;
    font-size: 0.9em;
  }
  .nav-container .nav-site ul {
    margin: 0;
  }
  .nav-container .nav-site a {
    padding: 2em 0.5em 0.5em;
    text-transform: uppercase;
  }
  .nav-container .nav-site a:hover {
    background: black;
    text-decoration: none;
  }
  .nav-container .nav-site .is-highlighted a {
    background: rgba(0, 0, 0, 0.25);
  }
  .nav-container .nav-site .is-highlighted a:hover {
    background: black;
  }
  .nav-container .nav-site .current-menu-item > a {
    font-weight: normal;
    background: #E04E39;
  }
  .nav-container .nav-site .current-menu-ancestor > a {
    background: #E04E39;
  }
}
@media (min-width: 75em) {
  .nav-container .nav-site a {
    padding: 2em 0.85em 1em;
  }
}

.pagemenu {
  background: #fff;
  padding: 1em 0 0.5em 0;
  margin: 0 0 2em 0;
}
.pagemenu ul {
  width: 100% !important;
  display: block;
  margin: 0;
  padding: 0;
}
.pagemenu li.menu-item {
  display: none;
}
.pagemenu .submenu {
  padding: 0;
  width: 100% !important;
  display: block;
  margin: 0;
}
.pagemenu .submenu li {
  display: inline-block !important;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 0 0.4em 0;
}
@media (min-width: 52.5em) {
  .pagemenu .submenu li {
    width: 48%;
    border: 0;
  }
}
.pagemenu .submenu li a {
  border-left: 5px solid #E04E39;
  padding: 0.25em 0 0.4em 1em;
  margin: 3px 0;
}
@media (min-width: 52.5em) {
  .pagemenu .submenu li a {
    padding: 0.15em 1em 0.3em 1em;
  }
}
.pagemenu .submenu li.current_page_item a, .pagemenu .submenu li.current-page-ancestor a {
  background: #eee !important;
}

.page-template-listing-news .pagemenu, .page-template-listing-events .pagemenu {
  display: none;
}

.pagemenu li.current_page_item, .pagemenu li.current_page_item li.menu-item, .pagemenu li.current_page_parent, .pagemenu li.current_page_parent li.menu-item, .pagemenu li.menu-item.current-page-ancestor {
  display: unset;
}

.pagemenu li.current_page_item li.menu-item a, .pagemenu li.current_page_parent a, .pagemenu li.current_page_parent li.menu-item a, .pagemenu li.menu-item.current-page-ancestor li a {
  background: white;
  text-decoration: none;
}

.third-level-menu {
  z-index: 99;
  background: #E04E39;
  padding: 0.5em;
  color: white;
  margin: 0 0 2em 0;
}
@media (min-width: 52.5em) {
  .third-level-menu {
    max-width: 12em;
    float: right;
    margin: 0 0 2em 2em;
    padding: 1em;
  }
}
.third-level-menu h4 {
  margin: 0 0 0.8em 0;
  padding: 0;
}
.third-level-menu ul {
  margin: 0;
  padding: 0;
}
.third-level-menu li {
  display: block;
  margin: 0;
  padding: 0 0 0.8em 0;
  line-height: 1em;
  font-size: 0.9em;
}
.third-level-menu a {
  text-decoration: none;
  color: white;
}
.third-level-menu a:hover {
  text-decoration: underline;
}

.pagination {
  font-size: 1.25rem;
  text-transform: lowercase;
  padding-top: 1em;
}
.pagination .facet-label {
  display: none;
}
@media (min-width: 35rem) {
  .pagination {
    font-size: 1.125rem;
  }
}
.pagination__items,
.pagination .facetwp-pager {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 0.25rem;
}
.pagination__item {
  margin: 0 0.125rem 0.25rem 0;
  display: none;
}
.pagination__item:last-child {
  border: 0;
}
@media (min-width: 35rem) {
  .pagination__item {
    display: block;
  }
}
.pagination .facetwp-page {
  margin: 0 0.125rem 0.25rem 0;
}
.pagination a,
.pagination span,
.pagination .facetwp-page, .pagination__item--ellipsis {
  display: block;
  line-height: 1.15;
  padding: 0.5rem 0.25rem;
  margin: 0 0.5rem;
  color: #666;
  text-align: center;
  box-sizing: border-box;
  border: 0.1rem solid transparent;
}
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination .facetwp-page:hover,
.pagination .facetwp-page:focus, .pagination__item--ellipsis:hover, .pagination__item--ellipsis:focus {
  text-decoration: underline;
}
.pagination__item--ellipsis {
  color: #e4e4e4;
}
.pagination .is-active {
  display: block;
  background: center center/contain no-repeat url("../img/blob-simple--primary.svg");
}
.pagination .is-active a, .pagination .is-active span {
  display: block;
  color: white;
  font-weight: bold;
  cursor: default;
}
.pagination .is-active a:hover, .pagination .is-active a:focus, .pagination .is-active span:hover, .pagination .is-active span:focus {
  text-decoration: none;
}
.pagination .facetwp-page.active {
  display: block;
  width: 2em;
  color: white;
  background: #f18b00 !important;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
.pagination .facetwp-page.active:hover, .pagination .facetwp-page.active:focus {
  text-decoration: none;
}
.pagination__item--first, .pagination__item--last, .pagination__item--next, .pagination__item--prev {
  display: block;
  font-weight: bold;
}
.pagination__item--first span[aria-hidden], .pagination__item--last span[aria-hidden], .pagination__item--next span[aria-hidden], .pagination__item--prev span[aria-hidden] {
  font-size: 2em;
  line-height: 0.5;
}
.pagination__item--first a, .pagination__item--last a, .pagination__item--next a, .pagination__item--prev a {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  margin: 0;
}
.pagination .is-disabled {
  display: none;
}

.facetwp-pager .next,
.facetwp-pager .prev {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  margin: 0;
}

blockquote,
.blockquote,
.wp-block-quote {
  position: relative;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.25;
  padding: 2rem 2rem 2rem 4rem;
  background: #eeeeee;
  text-align: left;
  box-sizing: border-box;
  max-width: 43rem;
  clear: left;
}
blockquote,
.blockquote,
.wp-block-quote {
  margin: 2rem 0;
}
@media (min-width: 60rem) {
  blockquote,
  .blockquote,
  .wp-block-quote {
    font-size: 1.5em;
    margin-bottom: 2.5rem;
  }
}
blockquote p,
.blockquote p,
.wp-block-quote p {
  font-size: 1em;
  margin: 0 0 1em;
}
blockquote p:last-child,
.blockquote p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
blockquote p a:not([class]),
.blockquote p a:not([class]),
.wp-block-quote p a:not([class]) {
  border: 0;
  text-decoration: underline;
}
blockquote footer,
.blockquote footer,
.wp-block-quote footer {
  font-family: "Sofia", "Arial", sans-serif;
  font-size: 0.9em;
}
figure blockquote,
figure .blockquote,
figure .wp-block-quote {
  margin: 0 auto;
}

blockquote cite,
.blockquote cite,
.wp-block-quote cite {
  display: block;
  font-family: "Sofia", "Arial", sans-serif;
  font-size: 0.9em;
  font-size: 0.9rem;
  color: #1b1d1f;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}
blockquote cite:before,
.blockquote cite:before,
.wp-block-quote cite:before {
  content: "— ";
}
blockquote:before,
.blockquote:before,
.wp-block-quote:before {
  content: "";
  background-image: url(/wp-content/themes/u21/assets/img/icon-quote.svg);
  background-size: cover;
  background-repeat: repeat;
  width: 1.2em;
  height: 1.1em;
  float: left;
  color: #E04E39;
  margin-left: -1.6em;
}
blockquote.is-style-text-long,
.blockquote.is-style-text-long,
.wp-block-quote.is-style-text-long {
  font-size: 1.1em;
  font-weight: normal;
}
blockquote.is-style-text-short,
.blockquote.is-style-text-short,
.wp-block-quote.is-style-text-short {
  font-size: 1.8em;
  font-weight: normal;
}
blockquote.is-style-primary,
.blockquote.is-style-primary,
.wp-block-quote.is-style-primary {
  background: #E04E39;
  color: white;
}
blockquote.is-style-secondary,
.blockquote.is-style-secondary,
.wp-block-quote.is-style-secondary {
  background: #f18b00;
  color: white;
}
blockquote.is-style-tertiary,
.blockquote.is-style-tertiary,
.wp-block-quote.is-style-tertiary {
  background: #22a8a0;
  color: white;
}
blockquote p,
.blockquote p,
.wp-block-quote p {
  max-width: unset;
}

.wp-block-pullquote {
  padding: calc(0.75rem + 2%);
  text-align: inherit;
}
.wp-block-pullquote p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
  display: block;
  font-family: "Sofia", "Arial", sans-serif;
  font-size: 0.9em;
  font-size: 0.9rem;
  color: #1b1d1f;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}
.wp-block-pullquote[class*=align] p {
  margin: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.wp-block-pullquote.align-left, .wp-block-pullquote.alignleft {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-pullquote.align-left, .wp-block-pullquote.alignleft {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
.wp-block-pullquote.align-right, .wp-block-pullquote.alignright {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-pullquote.align-right, .wp-block-pullquote.alignright {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}

hr,
.wp-block-separator {
  clear: both;
  height: 2px;
  background: center center/contain no-repeat #eee;
  border: none;
  margin: 2rem auto;
}
hr.is-style-secondary,
.wp-block-separator.is-style-secondary {
  background: center center/contain no-repeat;
}
hr.is-style-tertiary,
.wp-block-separator.is-style-tertiary {
  background: center center/contain no-repeat;
}

hr.wp-block-separator {
  clear: both;
  border-bottom: 1px solid #ddd;
  background: none;
  height: 1px;
  margin: 2.5rem 0;
}
hr.wp-block-separator.is-style-wide {
  clear: both;
  background: center center/contain no-repeat #f2f2f2;
  border: none;
  margin: 2rem -8rem;
  height: 1em;
}
hr.wp-block-separator.is-style-wide + h2 {
  margin-top: 0;
}
hr.wp-block-separator.is-style-dots {
  width: 100%;
  border-bottom: 3px dotted #E04E39 !important;
}
hr.wp-block-separator.is-style-dots:before {
  display: none;
}
hr.wp-block-separator + h2 {
  margin-top: 0;
}

.slab {
  padding: 2.5rem 0;
}
@media (min-width: 60rem) and (min-height: 30rem) {
  .slab {
    padding: 4rem 0;
  }
}
.slab__title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.slab > .wrap > :first-child {
  margin-top: 0;
}
.slab > .wrap > :last-child {
  margin-bottom: 0;
}
.slab:after {
  content: "";
  display: table;
  clear: both;
}

/* ==== Main CSS === */
.Modern-Slider {
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  position: relative;
  /* ==== Slider Image Transition === */
  /* ==== Slick Slider Css Ruls === */
}
@media screen and (min-width: 52.5em) {
  .Modern-Slider {
    margin-bottom: 4em;
  }
}
.Modern-Slider .img-fill {
  width: 100%;
  display: block;
  transform: scale3d(1, 1.02, 1) translate3d(0, 0, 0);
}
.Modern-Slider .item .img-fill {
  max-height: 65vh;
}
@media screen and (min-width: 52.5em) and (min-height: 50rem) {
  .Modern-Slider .item .img-fill {
    height: 65vh;
  }
}
.Modern-Slider .img-fill img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 45vh;
  height: 45vh;
  width: 100%;
}
@media screen and (min-width: 52.5em) and (min-height: 50rem) {
  .Modern-Slider .img-fill img {
    max-height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    height: 100%;
  }
}
.Modern-Slider .wrapper {
  position: relative;
}
@media screen and (min-width: 52.5em) and (min-height: 50rem) {
  .Modern-Slider .wrapper {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 52.5em) and (min-height: 50rem) {
  .Modern-Slider .wrapper {
    padding: 0 7.5%;
  }
}
.Modern-Slider .wrap {
  padding: 0;
}
@media screen and (min-width: 52.5em) and (min-height: 50rem) {
  .Modern-Slider .wrap {
    padding: 0 2rem;
  }
}
.Modern-Slider .slick-active .img-fill img {
  opacity: 0.99;
  animation: crossfade 11s;
}
.Modern-Slider .blocks-box,
.Modern-Slider .slick-slider {
  margin: 0 0 0 0;
  padding: 0 !important;
}
.Modern-Slider .slick-slide {
  float: left;
  padding: 0;
}
.Modern-Slider .item .carousel-item {
  position: relative;
  text-align: left;
  padding: 1.2rem;
}
@media screen and (min-width: 52.5em) and (min-height: 50rem) {
  .Modern-Slider .item .carousel-item {
    position: absolute;
    max-width: 35%;
    bottom: 10vh;
    background: rgba(255, 255, 255, 0.6666666667);
    left: 0;
  }
}
.Modern-Slider .item.grey-dark .carousel-item {
  background: #333;
}
@media screen and (min-width: 52.5em) and (min-height: 50rem) {
  .Modern-Slider .item.grey-dark .carousel-item {
    background: rgba(34, 34, 34, 0.6666666667);
  }
}
.Modern-Slider .item.grey-dark .carousel-item h2, .Modern-Slider .item.grey-dark .carousel-item h2 a, .Modern-Slider .item.grey-dark .carousel-item h3, .Modern-Slider .item.grey-dark .carousel-item p {
  color: white;
}
.Modern-Slider .item.white .carousel-item {
  background: #333;
  color: white;
}
@media screen and (min-width: 52.5em) and (min-height: 50rem) {
  .Modern-Slider .item.white .carousel-item {
    background: rgba(255, 255, 255, 0.6666666667);
    color: #222;
  }
}
.Modern-Slider .item.right .carousel-item {
  right: 0;
  left: unset;
}
.Modern-Slider .slick-next, .Modern-Slider .slick-prev {
  position: absolute;
  background: url("/wp-content/themes/u21/assets/img/arrow-left.svg") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  top: 20%;
  left: 0.8em;
  border: unset;
  z-index: 90;
  cursor: pointer;
}
.Modern-Slider .slick-next:hover, .Modern-Slider .slick-prev:hover {
  opacity: 1;
}
@media (min-width: 40rem) {
  .Modern-Slider .slick-next, .Modern-Slider .slick-prev {
    top: 40%;
  }
}
.Modern-Slider .slick-next {
  left: unset;
  right: 0.8em;
  background: url("/wp-content/themes/u21/assets/img/arrow-right.svg") no-repeat;
  background-size: contain;
}
.Modern-Slider ul.slick-dots {
  display: none !important;
}
.Modern-Slider a {
  text-decoration: none;
}
.Modern-Slider a:hover p {
  text-decoration: underline;
}
@media screen and (min-width: 52.5em) and (min-height: 50rem) {
  .Modern-Slider a {
    width: 90%;
  }
}
@media screen and (min-width: 52.5em) and (min-height: 50rem) {
  .Modern-Slider a {
    width: 100%;
  }
}
@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 ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.Modern-Slider .slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-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;
  margin: 0;
  padding: 0;
}
.Modern-Slider .slick-track {
  position: relative;
}
.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 .header-banner__contentContainer.carousel-item {
  position: relative;
}
.Modern-Slider .slick-track {
  background: #fff;
  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 crossfade {
  0% {
    opacity: 0.9;
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
  }
}

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

.stories {
  margin: 4em 0;
  -moz-column-gap: 1%;
       column-gap: 1%;
  justify-content: space-evenly;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5em, 1fr));
  grid-gap: 1rem;
}
.stories__single {
  text-align: center;
  background: #000;
}
.stories__single img {
  aspect-ratio: 5/3;
  width: 100%;
  max-width: 100%;
}
.stories__single .title {
  font-size: 1em;
  display: block;
  font-weight: bold;
}
.stories__single a {
  color: white;
  text-decoration: none;
}
.stories__single a:hover {
  text-decoration: underline !important;
}

.tag {
  padding: 0.2em 1em;
  border: 1px solid white;
}

[class*=is-style-title-] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.is-style-title-primary {
  background: #E04E39;
  background-clip: padding-box;
  border-style: solid;
  border-color: #E04E39;
  -o-border-image: url("../img/strip-primary.svg");
     border-image: url("../img/strip-primary.svg");
  border-image-slice: 5% fill;
  border-width: 0.5rem;
}
.is-style-title-secondary {
  background: #f18b00;
  background-clip: padding-box;
  border-style: solid;
  border-color: #f18b00;
  -o-border-image: url("../img/strip-secondary.svg");
     border-image: url("../img/strip-secondary.svg");
  border-image-slice: 5% fill;
  border-width: 0.5rem;
}

.bipanel .panel-image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.bipanel .panel-image.is-portrait img {
  aspect-ratio: 1/1;
}
.bipanel h2 {
  margin: 0.5em 0;
}
.bipanel h3 {
  line-height: 1.5em;
}
.bipanel .tripanel-contain {
  padding: 2rem;
}
.bipanel .vidframe {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.bipanel .vidframe iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.tripanel {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 800px) {
  .tripanel {
    flex-direction: row;
  }
  .tripanel > div {
    flex: 1;
  }
}
.tripanel h3 {
  line-height: 1.5em;
}
@media (min-width: 800px) {
  .tripanel.right {
    flex-direction: row-reverse;
  }
}
.tripanel .tripanel-contain {
  padding: 2rem;
}
.tripanel .panel-image img {
  min-height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 800px) {
  .tripanel .panel-image img {
    min-height: 30rem;
  }
}

.tripanel--primary .panel-content {
  background-color: #E04E39;
}
.tripanel--primary .panel-content h3 {
  margin-top: 3rem;
  color: white;
}
.tripanel--primary .panel-content h3 a {
  text-decoration: none;
  color: white;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5333333333);
}
.tripanel--primary .panel-header {
  background: #f3f3f3;
}
.tripanel--primary .tripanel-contain a.button {
  background: #E04E39;
  color: white;
}

.tripanel.tripanel--secondary .panel-content {
  background: #f18b00;
  background-size: cover;
}
.tripanel.tripanel--secondary .panel-content h3 {
  margin-top: 3rem;
}
.tripanel.tripanel--secondary .panel-content h3 a {
  text-decoration: none;
  color: black;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.4666666667);
}
.tripanel.tripanel--secondary .panel-header {
  background: #f3f3f3;
}
.tripanel.tripanel--secondary path {
  fill: white;
}

.tripanel--tertiary .panel-content {
  background: #22a8a0;
  background-size: cover;
}
.tripanel--tertiary .panel-content h3 {
  margin-top: 3rem;
  color: white;
}
.tripanel--tertiary .panel-content h3 a {
  text-decoration: none;
  color: white;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5333333333);
}
.tripanel--tertiary .panel-header {
  background: #f3f3f3;
}
.tripanel--tertiary path {
  fill: white;
}
.tripanel--tertiary .tripanel-contain a.button {
  background: #22a8a0;
  color: white;
}

.wp-block-buttons .wp-block-button {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: #666;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.canva-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  padding-bottom: 0;
  box-shadow: 0 2px 8px 0 rgba(63, 69, 81, 0.16);
  margin-top: 1.6em;
  margin-bottom: 0.9em;
  overflow: hidden;
  border-radius: 8px;
  will-change: transform;
}
.canva-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  padding: 0;
  margin: 0;
}

.facetwp-icon:before {
  width: 38px !important;
}

.facetwp-date {
  margin-bottom: 0.5em;
}

input, textarea, select {
  max-width: unset;
}

.facetwp-facet, .facetwp-input-wrap {
  width: 100%;
}

.facetwp-type-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 1em;
}
.facetwp-type-dropdown::before {
  color: black;
  content: "";
  position: absolute;
  right: 30px;
  top: 55%;
  width: 21px;
  height: 21px;
  z-index: 99;
  opacity: 0.4;
  background: url("/wp-content/themes/u21/assets/img/arrow-down.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.members-directory input, .members-directory textarea, .members-directory select {
  max-width: unset;
}
.members-directory .facet-wrap {
  width: 100%;
}
@media (min-width: 52.5em) {
  .members-directory .facet-wrap {
    width: 32.5% !important;
  }
}
.members-directory .facetwp-facet, .members-directory .facetwp-input-wrap {
  width: 100%;
}
.members-directory .facetwp-type-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 1em;
}
.members-directory .facetwp-type-dropdown::before {
  color: black;
  content: "";
  position: absolute;
  right: 30px;
  top: 55%;
  width: 21px;
  height: 21px;
  z-index: 99;
  opacity: 0.4;
  background: url("/wp-content/themes/u21/assets/img/arrow-down.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.wp-block-table * {
  border: 1px solid #ccc !important;
}
.wp-block-table th {
  border: 1px solid #999 !important;
  background: #2AD2C9;
}

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

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

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

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

#randomizelist {
  margin: 0;
  padding: 0;
}

.full-width {
  max-width: 100%;
  list-style: none;
}
.full-width .vidframe {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.full-width .vidframe iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border: none;
}

.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 {
  -moz-columns: 25em;
       columns: 25em;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.text-columns p {
  -moz-column-break-inside: avoid;
       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;
}

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

.comma-separate > *::after {
  content: ",";
}
.comma-separate > *:last-child::after {
  content: "";
}

.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;
}
/*# sourceMappingURL=main.css.map */
