@charset "UTF-8";

img {
  -webkit-filter: grayscale(100%);
}

.float-right {
  float: right;
}

.gradient-text {
  font-family: Arial, sans-serif;
  color: white;
  /* Fallback */
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, black), color-stop(99%, black));
  background: linear-gradient(to right, black 0%, black 50%, black 99%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: animate 9s linear infinite;
          animation: animate 9s linear infinite;
  line-height: 0.9em;
}
@-webkit-keyframes animate {
  to {
    background-position: 200% center;
  }
}
@keyframes animate {
  to {
    background-position: 200% center;
  }
}

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

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

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

@font-face {
  font-style: normal;
  font-family: "Arial";
}
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: 90%;
  }
}
@media (min-width: 70em) and (min-height: 40em) {
  html {
    font-size: 102%;
  }
}
@media (min-width: 105em) and (min-height: 45em) {
  html {
    font-size: 105%;
  }
}
@media (min-width: 115em) and (min-height: 50em) {
  html {
    font-size: 110%;
  }
}

body {
  font-family: Arial;
  line-height: 1.75;
  color: black;
  background: white;
  font-weight: 300;
  tap-highlight-color: rgba(0, 0, 0, 0.25);
}

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

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

a {
  color: black;
  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: black;
}

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

h1 {
  margin: 0 0 2.5rem 0;
}

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

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

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

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

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

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

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

@media (min-width: 67.5rem) and (min-height: 35rem) {
  h1, .h1 {
    font-size: 4rem;
  }

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

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

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

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

  h6, .h6 {
    font-size: 0.9rem;
  }
}
p {
  margin: 0 0 2rem;
}
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 2rem;
  list-style-type: square;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}

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

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

dl {
  margin: 0 0 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

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

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

iframe {
  max-width: 100%;
}

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

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

pre {
  clear: both;
  font-size: 0.9em;
  line-height: 1.5;
  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(0, 0, 0, 0.75);
  color: white;
}
pre::selection {
  background: rgba(0, 0, 0, 0.75);
  color: white;
}

code {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.7em;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 0.2em;
  color: black;
  border: 1px rgba(0, 0, 0, 0.25) solid;
  border-radius: 0.2em;
}

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

caption {
  text-align: start;
}

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

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

td, th {
  padding: 1em;
}

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

td {
  vertical-align: middle;
}

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

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

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

.stat {
  font-size: 3em;
  font-weight: 700;
  color: black;
  text-decoration: none;
}
.stat a {
  color: black;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-primary {
  font-family: Arial;
}

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

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

.caps {
  text-transform: uppercase;
}

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

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

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

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
input[type=time],
textarea,
select {
  width: 100%;
  max-width: 15em;
  font-size: 0.8em;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 0.1em solid rgba(50, 50, 50, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
          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(0, 0, 0, 0.85);
}

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

legend {
  color: black;
  margin-bottom: 0.5rem;
}

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

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

.js-form-type-checkbox,
js-form-type-radio {
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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;
}

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

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

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

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

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

.grid--stretch-items > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

@media (min-width: 25rem) {
  .grid-2-cols > * {
    width: 50%;
  }

  .col-1\/2 {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-3-cols > * {
    width: 33.3323333333%;
  }

  .col-1\/3 {
    width: 33.3323333333%;
  }

  .col-2\/3 {
    width: 66.6656666667%;
  }
}
@media (min-width: 25rem) {
  .grid-4-cols > * {
    width: 50%;
  }
}
@media (min-width: 65rem) {
  .grid-4-cols > * {
    width: 25%;
  }

  .col-1\/4 {
    width: 25%;
  }

  .col-3\/4 {
    width: 75%;
  }
}
@media (min-width: 25rem) {
  .grid-5-cols > * {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-5-cols > * {
    width: 33.3323333333%;
  }
}
@media (min-width: 65rem) {
  .grid-5-cols > * {
    width: 20%;
  }

  .col-1\/5 {
    width: 20%;
  }

  .col-2\/5 {
    width: 40%;
  }

  .col-3\/5 {
    width: 60%;
  }

  .col-4\/5 {
    width: 80%;
  }
}
@media (min-width: 20rem) {
  .grid-2-cols\@mobile > * {
    width: 50%;
  }

  .col-1\/2\@mobile {
    width: 50%;
  }

  .col-1\/2\@mobile {
    width: 50%;
  }

  .grid-3-cols\@mobile > * {
    width: 33.3323333333%;
  }

  .col-1\/3\@mobile {
    width: 33.3323333333%;
  }

  .col-2\/3\@mobile {
    width: 66.6656666667%;
  }

  .grid-4-cols\@mobile > * {
    width: 25%;
  }

  .col-1\/4\@mobile {
    width: 25%;
  }

  .col-3\/4\@mobile {
    width: 75%;
  }

  .grid-5-cols\@mobile > * {
    width: 20%;
  }

  .col-1\/5\@mobile {
    width: 20%;
  }

  .col-2\/5\@mobile {
    width: 40%;
  }

  .col-3\/5\@mobile {
    width: 60%;
  }

  .col-4\/5\@mobile {
    width: 80%;
  }

  .grid-6-cols\@mobile > * {
    width: 16.6656666667%;
  }

  .col-1\/6\@mobile {
    width: 16.6656666667%;
  }

  .col-5\/6\@mobile {
    width: 83.3323333333%;
  }

  .col-full\@mobile {
    width: 100%;
  }
}
@media (min-width: 35rem) {
  .grid-2-cols\@mobile-wide > * {
    width: 50%;
  }

  .col-1\/2\@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%;
  }

  .col-2\/3\@mobile-wide {
    width: 66.6656666667%;
  }

  .grid-4-cols\@mobile-wide > * {
    width: 25%;
  }

  .col-1\/4\@mobile-wide {
    width: 25%;
  }

  .col-3\/4\@mobile-wide {
    width: 75%;
  }

  .grid-5-cols\@mobile-wide > * {
    width: 20%;
  }

  .col-1\/5\@mobile-wide {
    width: 20%;
  }

  .col-2\/5\@mobile-wide {
    width: 40%;
  }

  .col-3\/5\@mobile-wide {
    width: 60%;
  }

  .col-4\/5\@mobile-wide {
    width: 80%;
  }

  .grid-6-cols\@mobile-wide > * {
    width: 16.6656666667%;
  }

  .col-1\/6\@mobile-wide {
    width: 16.6656666667%;
  }

  .col-5\/6\@mobile-wide {
    width: 83.3323333333%;
  }

  .col-full\@mobile-wide {
    width: 100%;
  }
}
@media (min-width: 47.5rem) {
  .grid-2-cols\@tablet > * {
    width: 50%;
  }

  .col-1\/2\@tablet {
    width: 50%;
  }

  .col-1\/2\@tablet {
    width: 50%;
  }

  .grid-3-cols\@tablet > * {
    width: 33.3323333333%;
  }

  .col-1\/3\@tablet {
    width: 33.3323333333%;
  }

  .col-2\/3\@tablet {
    width: 66.6656666667%;
  }

  .grid-4-cols\@tablet > * {
    width: 25%;
  }

  .col-1\/4\@tablet {
    width: 25%;
  }

  .col-3\/4\@tablet {
    width: 75%;
  }

  .grid-5-cols\@tablet > * {
    width: 20%;
  }

  .col-1\/5\@tablet {
    width: 20%;
  }

  .col-2\/5\@tablet {
    width: 40%;
  }

  .col-3\/5\@tablet {
    width: 60%;
  }

  .col-4\/5\@tablet {
    width: 80%;
  }

  .grid-6-cols\@tablet > * {
    width: 16.6656666667%;
  }

  .col-1\/6\@tablet {
    width: 16.6656666667%;
  }

  .col-5\/6\@tablet {
    width: 83.3323333333%;
  }

  .col-full\@tablet {
    width: 100%;
  }
}
@media (min-width: 65rem) {
  .grid-2-cols\@tablet-wide > * {
    width: 50%;
  }

  .col-1\/2\@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%;
  }

  .col-2\/3\@tablet-wide {
    width: 66.6656666667%;
  }

  .grid-4-cols\@tablet-wide > * {
    width: 25%;
  }

  .col-1\/4\@tablet-wide {
    width: 25%;
  }

  .col-3\/4\@tablet-wide {
    width: 75%;
  }

  .grid-5-cols\@tablet-wide > * {
    width: 20%;
  }

  .col-1\/5\@tablet-wide {
    width: 20%;
  }

  .col-2\/5\@tablet-wide {
    width: 40%;
  }

  .col-3\/5\@tablet-wide {
    width: 60%;
  }

  .col-4\/5\@tablet-wide {
    width: 80%;
  }

  .grid-6-cols\@tablet-wide > * {
    width: 16.6656666667%;
  }

  .col-1\/6\@tablet-wide {
    width: 16.6656666667%;
  }

  .col-5\/6\@tablet-wide {
    width: 83.3323333333%;
  }

  .col-full\@tablet-wide {
    width: 100%;
  }
}
@media (min-width: 85rem) {
  .grid-2-cols\@desktop > * {
    width: 50%;
  }

  .col-1\/2\@desktop {
    width: 50%;
  }

  .col-1\/2\@desktop {
    width: 50%;
  }

  .grid-3-cols\@desktop > * {
    width: 33.3323333333%;
  }

  .col-1\/3\@desktop {
    width: 33.3323333333%;
  }

  .col-2\/3\@desktop {
    width: 66.6656666667%;
  }

  .grid-4-cols\@desktop > * {
    width: 25%;
  }

  .col-1\/4\@desktop {
    width: 25%;
  }

  .col-3\/4\@desktop {
    width: 75%;
  }

  .grid-5-cols\@desktop > * {
    width: 20%;
  }

  .col-1\/5\@desktop {
    width: 20%;
  }

  .col-2\/5\@desktop {
    width: 40%;
  }

  .col-3\/5\@desktop {
    width: 60%;
  }

  .col-4\/5\@desktop {
    width: 80%;
  }

  .grid-6-cols\@desktop > * {
    width: 16.6656666667%;
  }

  .col-1\/6\@desktop {
    width: 16.6656666667%;
  }

  .col-5\/6\@desktop {
    width: 83.3323333333%;
  }

  .col-full\@desktop {
    width: 100%;
  }
}
@media (min-width: 100rem) {
  .grid-2-cols\@desktop-wide > * {
    width: 50%;
  }

  .col-1\/2\@desktop-wide {
    width: 50%;
  }

  .col-1\/2\@desktop-wide {
    width: 50%;
  }

  .grid-3-cols\@desktop-wide > * {
    width: 33.3323333333%;
  }

  .col-1\/3\@desktop-wide {
    width: 33.3323333333%;
  }

  .col-2\/3\@desktop-wide {
    width: 66.6656666667%;
  }

  .grid-4-cols\@desktop-wide > * {
    width: 25%;
  }

  .col-1\/4\@desktop-wide {
    width: 25%;
  }

  .col-3\/4\@desktop-wide {
    width: 75%;
  }

  .grid-5-cols\@desktop-wide > * {
    width: 20%;
  }

  .col-1\/5\@desktop-wide {
    width: 20%;
  }

  .col-2\/5\@desktop-wide {
    width: 40%;
  }

  .col-3\/5\@desktop-wide {
    width: 60%;
  }

  .col-4\/5\@desktop-wide {
    width: 80%;
  }

  .grid-6-cols\@desktop-wide > * {
    width: 16.6656666667%;
  }

  .col-1\/6\@desktop-wide {
    width: 16.6656666667%;
  }

  .col-5\/6\@desktop-wide {
    width: 83.3323333333%;
  }

  .col-full\@desktop-wide {
    width: 100%;
  }
}
.col-full {
  width: 100%;
}

html,
body {
  font-family: Arial;
  line-height: 1.75;
  color: black;
  background: white;
  font-weight: 300;
  tap-highlight-color: rgba(0, 0, 0, 0.25);
  background: white !important;
  overflow-x: hidden;
}

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

#content {
  margin: 4em 0;
}

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

section.margin_topbottom {
  margin: 2rem 0;
}

section.padding_topbottom {
  padding: 2rem 0;
}

.wrap {
  margin: 0 auto;
  padding: 0 1.5%;
  max-width: 100rem;
}
@media (min-width: 40rem) {
  .wrap {
    padding: 0 3%;
  }
}
@media (min-width: 65rem) {
  .wrap {
    padding: 0 4.5%;
  }
}

.wrapwide {
  margin: 0 auto;
  padding: 0 1.5%;
  max-width: 110rem;
}
@media (min-width: 40rem) {
  .wrapwide {
    padding: 0 3%;
  }
}
@media (min-width: 65rem) {
  .wrapwide {
    padding: 0 4.5%;
  }
}

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

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

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

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

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

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

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

@media (min-width: 22.5rem) {
  .align-size-xs,
.align-size-sm {
    max-width: calc(33% - 1.5rem);
  }
}
@media (min-width: 25rem) {
  .align-size-xs {
    max-width: calc(20% - 1.5rem);
  }

  .align-size-sm {
    max-width: calc(33% - 1.5rem);
  }

  .align-size-md {
    max-width: calc(50% - 1.5rem);
  }

  .align-size-lg {
    max-width: calc(66% - 1.5rem);
  }

  .size-auto {
    width: auto;
    max-width: none;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: min(56.25%, 90vh);
  height: 0;
  max-height: 80vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

.col--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 800px) {
  .col--reverse {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

hr.divider {
  border-bottom: 1px solid #ccc;
  outline: none;
  margin: 2.5rem 0;
}

.cols-4 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (min-width: 800px) {
  .cols-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.cols-4 .notitle {
  list-style: none;
}

.cols-5 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (min-width: 800px) {
  .cols-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
}
.cols-5 .notitle {
  list-style: none;
}

.cols-6 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (min-width: 1000px) {
  .cols-6 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
@media (min-width: 800px) {
  .cols-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}
.cols-6 .notitle {
  list-style: none;
}

.alignfull .kt-row-column-wrap {
  padding: 0;
}

.centred * {
  text-align: center;
}

.halfpanel {
  background: #f3f3f3;
}

.wp-block-group.box-grey.is-padded {
  background: #efefef;
  padding: 1em;
}

.box-grey {
  background: #efefef;
}

.is-padded {
  padded: 1em;
}

.notebook {
  display: none;
  position: fixed;
  bottom: 0em;
  right: 0;
  width: 150px;
  background: yellow;
  color: black;
  padding: 0.7em;
  font-size: 0.7rem;
  line-height: 0.9rem;
}

#post-comments {
  color: white !important;
  color: rgba(255, 255, 255, 0.8);
  background: #00172c;
  color: white;
  margin-top: 6rem;
  padding: 4rem 0;
}
#post-comments a {
  color: #ccc;
}
#post-comments .comment-form textarea, #post-comments .comment-form input {
  max-width: unset;
  display: block;
}
#post-comments ul {
  list-style: none;
  background: #000f1d;
}
#post-comments ul li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#post-comments ul li:last-of-type {
  border-bottom: 0;
}
#post-comments ul p.comment-author {
  margin: 0;
}
#post-comments ul p {
  margin-bottom: 0.5em;
}
#post-comments textarea, #post-comments input, #post-comments #comment {
  color: white !important;
  background: #002446 !important;
}
#post-comments ul .comment-respond {
  background: black !important;
  padding: 4rem;
}
#post-comments ul .comment-respond h3 {
  font-size: 1.3rem;
}
#post-comments .comment-author {
  color: deepskyblue !important;
}
#post-comments .comment-form-email, #post-comments .comment-form-url, #post-comments .logged-in-as, #post-comments .comment-notes {
  display: none;
}
#post-comments .submit {
  padding: 1em 1.5em;
  border: 0;
  background: skyblue;
  color: black;
  border-radius: 0.4em;
  font-weight: bold;
}

.box-padded {
  padding: 2em;
}

.is-grey {
  background: #eee;
  margin-bottom: 1em;
}

.masthead {
  margin: 0;
  padding: 1.5rem 0;
  background: #fff;
}
@media (min-width: 800px) {
  .masthead {
    padding: 4vh 0 0 0;
  }
}
.masthead a {
  text-decoration: none;
}
.masthead .logo {
  margin: 0;
  width: 120px;
}
@media (min-width: 800px) {
  .masthead .logo {
    width: 200px;
    margin-bottom: -2em;
  }
}
.masthead .site-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 2em 0 0 0;
  border-radius: 0;
  font-size: 1em;
  color: black;
  width: 100%;
}
@media (min-width: 800px) {
  .masthead .site-search {
    width: auto;
    margin: 0 0 1em 0;
  }
}
.masthead .site-search input {
  background: #fff;
  border: none;
  color: #aaa;
  padding: 0.8em 1em;
  font-size: 1em;
  border-radius: 0;
  max-width: unset;
}
@media (min-width: 800px) {
  .masthead .site-search input {
    max-width: 30em;
    width: 30em;
    margin-left: 4em;
  }
}
.masthead .site-search img {
  background: #999;
  width: 1.7em;
  padding: 0.3em 1em;
}

.topbar {
  background: #222;
  padding: 1em;
}
.topbar .logo {
  width: 200px;
}
.topbar li {
  padding: 0 0.5em;
}
.topbar .icon-external {
  width: 17px;
  display: inline-block;
  margin-left: 0.3em;
}

.headerimage {
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.headerimage img {
  margin: 0;
  height: 30vh;
  max-height: 30vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 800px) {
  .headerimage img {
    margin: 0;
    height: 50vh;
    max-height: 50vh;
  }
}
.headerimage__small img {
  height: 20vh;
  max-height: 20vh;
  margin: 0;
}

.toggle-nav-site {
  position: absolute;
  right: 1em;
  top: 0.5em;
  padding: 0.5rem;
  background: none;
  font-size: 1.6em;
}
@media (min-width: 800px) {
  .toggle-nav-site {
    display: none;
  }
}

.nav-children {
  display: inline-block;
  background: #eee;
  padding: 1em;
  margin: 0 0 2em 0;
}
.nav-children h4, .nav-children ul, .nav-children li {
  display: inline-block;
  margin-bottom: 0;
}
.nav-children .current_page_item {
  font-weight: bold;
}

.footer-site {
  text-align: center;
  background: #ddd;
  color: #000;
  line-height: 1.5;
}
@media (min-width: 800px) {
  .footer-site {
    text-align: unset;
  }
}
.footer-site a {
  color: #000;
}
.footer-site small {
  font-size: 0.6em;
  line-height: 0.6em;
}
.footer-site ul, .footer-site li {
  list-style: none;
  padding-left: 0;
}
.footer-site .logo {
  width: 15em;
  margin: 0 auto 4em auto;
}
.footer-site .footer-fade {
  width: 100%;
  height: 100%;
}
.footer-site .footer-inner {
  padding: 3rem 0;
  width: 100%;
  height: 100%;
}
.footer-site__title {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.footer-site__title b, .footer-site__title strong {
  display: table;
}
.footer-site__social {
  list-style: none;
  padding: 0 0.5em 0 0.5em;
}
.footer-site__social li {
  display: inline-block;
}
.footer-site__copyright {
  margin-bottom: 0;
}

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

.footer-border {
  display: block;
  height: 30px;
  margin: 0;
}

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

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

ul.footer-links {
  text-decoration: underline;
  list-style: none;
  padding: 0;
  font-size: 1.3rem;
}

.address {
  text-align: left;
  margin-top: 1.5rem;
}
@media (min-width: 800px) {
  .address {
    margin-top: 0;
  }
}

.panel__light {
  background: #ddd;
  color: black;
}
.panel__light a {
  color: black;
}

.panel__mid {
  background: #666;
  color: white;
}
.panel__mid a {
  color: white;
}

.footer-top {
  padding: 4em 0 3em 0;
}

.footer-bottom {
  background: #aaa;
  padding: 2em 0;
}

.subfooter ul {
  font-size: 0.9rem;
}

.woocommerce-placeholder.wp-post-image,
.woocommerce-product-gallery__image--placeholder,
.size-woocommerce_thumbnail {
  display: none;
}

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

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

.woocommerce-info {
  border-top-color: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce-tabs {
  margin: 4rem 0 2rem;
}
.woocommerce-tabs ul {
  margin: 0 0 1.5rem;
  padding: 0;
  border-bottom: 2px solid #eee;
}
.woocommerce-tabs ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}
.woocommerce-tabs ul li a {
  color: black;
  text-decoration: none;
  font-weight: 700;
  padding: 1em 2em;
}
.woocommerce-tabs ul li.active {
  background: #eee;
}

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

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

.wc-tabs {
  display: none;
}

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

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

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

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

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

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

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

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

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

.tribe-events * p.tribe-events-promo {
  display: none !important;
}

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

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

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

.tribe-events .tribe-events-c-search__button {
  background: black !important;
}

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

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

.tribe-events-calendar-list__month-separator {
  background: black;
  color: white;
  padding: 0.4em !important;
}
.tribe-events-calendar-list__month-separator time {
  color: white !important;
}

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

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

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

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

.tribe-events-c-top-bar {
  display: none !important;
}

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

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

a.box {
  text-decoration: none;
}

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

.box--padded_less {
  padding: 2em;
}

.box--padded_topbottom {
  padding: 4em 0;
}

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

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

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

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

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

.breadcrumbs {
  width: 100%;
  margin: 0 0 2em 0;
  font-size: 0.7rem;
}
.breadcrumbs a {
  color: #000;
  padding: 0 0.3em;
  text-decoration: underline;
}
.breadcrumbs ul a:first-child {
  padding-left: 0;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0.75em 0;
}
.breadcrumbs li {
  display: inline;
  padding-right: 0.5em;
}

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

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

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

.blur-mask {
  overflow-y: hidden;
  position: relative;
  width: 100%;
  background: #111;
}
@media (min-width: 800px) {
  .blur-mask {
    overflow: hidden;
  }
}

.banner-blur {
  position: relative;
  max-height: 100vh;
}
@media (min-height: 750px) {
  .banner-blur {
    max-height: 65vmin;
  }
}
.banner-blur img {
  display: none;
}
@media (min-width: 800px) {
  .banner-blur img {
    display: block;
    -webkit-filter: blur(40px);
    /* Safari 6.0 - 9.0 */
    filter: blur(40px);
    opacity: 0.9;
    width: 100%;
    padding: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

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

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

.bannerhome__image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% center;
}
@media (min-width: 800px) {
  .bannerhome__image {
    background-position: right center;
  }
}
.bannerhome__fader {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (min-width: 800px) {
  .bannerhome__fader {
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.95)), color-stop(60%, rgba(0, 0, 0, 0.3)), color-stop(90%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 90%);
  }
}
.bannerhome__hometext {
  padding: 4rem 0 4rem 0;
}
.bannerhome__hometext .gradient-text {
  z-index: 10;
  font-size: 7rem;
}
@media (min-width: 800px) {
  .bannerhome__hometext .gradient-text {
    font-size: 8rem;
  }
}
.bannerhome__hometext .site-intro {
  display: block;
  position: sticky;
  z-index: 10;
  margin-bottom: 0;
  color: white;
  width: 90%;
}
@media (min-width: 800px) {
  .bannerhome__hometext .site-intro {
    width: 40%;
  }
}

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

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

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

@media (min-width: 800px) {
  .toptools {
    float: right;
    margin: 0 auto;
  }
}
.toptools li {
  padding: 0 1em;
  font-size: 0.8em;
}
@media (min-width: 800px) {
  .toptools li {
    display: inline-block;
    font-size: 1em;
    padding: 0 0.4em;
  }
}
.toptools li a {
  color: #000;
  text-decoration: underline;
}
.toptools li:last-child {
  padding-right: 0;
}

.toptools-mob {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.toptools-mob li {
  font-size: 1em !important;
}
@media (min-width: 800px) {
  .toptools-mob {
    display: none;
  }
}
.toptools-mob a {
  color: white;
}
.toptools-mob .logo {
  margin: 0.5em auto;
}

.nav-drop {
  z-index: 99;
  display: block;
  position: absolute;
  width: auto;
  background: #222;
  width: 200px;
}
.nav-drop ul {
  display: block;
}
.nav-drop li {
  text-align: left;
  display: block;
  padding: 0;
}
.nav-drop li a {
  font-size: 0.9rem;
  display: block;
  padding: 0.2em 0.6em;
}
.nav-drop li a:hover {
  background: #000;
}

.languageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
}
@media (min-width: 65rem) {
  .languageBox {
    background: #000;
    padding: 0.25rem 1.125rem 0;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
}
.languageBox__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 65rem) {
  .languageBox__header {
    margin: 0 1rem 0.25rem 0;
  }
}
.languageBox__switcher {
  -webkit-box-flex: 5;
      -ms-flex: 5 1 auto;
          flex: 5 1 auto;
  background: #000;
  border-radius: 0.5rem;
}
.languageBox__title {
  margin: 0.75rem 1rem 0.75rem 0;
}
.languageBox .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}
.languageBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.languageBox li {
  display: inline-block;
  margin: 0;
}
.languageBox a {
  display: block;
  text-decoration: none;
  color: black;
  line-height: 1.5;
  padding: 0.75rem 0.75rem 0.5rem;
}
.languageBox a:hover, .languageBox a:focus {
  color: black;
}
.languageBox .wpml-ls-current-language {
  border-style: solid;
  -o-border-image: url("../img/underline--secondary.svg");
     border-image: url("../img/underline--secondary.svg");
  border-image-slice: 0 0 10 0;
  border-width: 0 0 0.25rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

blockquote,
.blockquote {
  position: relative;
  display: table;
  font-family: "Times New Roman" !important;
  line-height: 3rem !important;
  font-style: italic;
  font-size: 2.2rem !important;
  border-left: 5px solid black;
  padding: 2em !important;
}
blockquote:before,
.blockquote:before {
  font-size: 2.2em !important;
  margin-right: 0.2em;
  display: inline;
  float: left;
  content: '"';
}
blockquote, blockquote.box,
.blockquote,
.blockquote.box {
  margin: 2rem 0;
  padding: 1.5rem;
  max-width: 34em;
}
@media (min-width: 67.5rem) {
  blockquote, blockquote.box,
.blockquote,
.blockquote.box {
    font-size: 2em;
    margin-bottom: 2.5rem;
  }
}
blockquote p,
.blockquote p {
  margin: 0 0 1em;
}
blockquote p:last-child,
.blockquote p:last-child {
  margin-bottom: 0;
}
blockquote p:not([class]),
.blockquote p:not([class]) {
  max-width: 40em;
}
blockquote p a:not([class]),
.blockquote p a:not([class]) {
  border: 0;
  text-decoration: underline;
}
blockquote footer,
.blockquote footer {
  font-family: Arial;
}
figure blockquote,
figure .blockquote {
  margin: 0 auto;
}

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

cite,
.cite {
  display: block;
  font-family: Arial;
  font-size: 1.1rem;
  color: black;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}

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

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

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

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

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

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

.date {
  font-size: 0.6em;
}

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

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

*[id^=wpmapblock] {
  margin-bottom: 2rem;
}

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

.wrap-content-center {
  margin: 2.5rem auto 0 auto;
  max-width: 50rem;
  padding: 4em 0;
}
.wrap-content-center .dark {
  padding: 2em;
  background: #000;
  color: white;
  margin-left: -7vw;
  margin-right: -7vw;
}
@media (min-width: 800px) {
  .wrap-content-center .dark {
    padding: 4em 0;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.wrap-content-center .dark .wp-block-group__inner-container {
  margin: 0 auto;
  padding: 0;
  max-width: 42rem;
}
.wrap-content-center .dark figcaption {
  color: #eee !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 1rem 2.5rem 1.5rem 2.5rem !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#111), color-stop(99%, #000)) !important;
  background: linear-gradient(to bottom, #111 0%, #000 99%) !important;
}
.wrap-content-center .grey {
  padding: 2em;
  background: #eee;
}
.wrap-content-center .alignleft,
.wrap-content-center .align-left {
  min-width: 100%;
  width: calc(100% + (75vw - 40rem) / 2);
  margin-left: 0;
  float: unset !important;
}
.wrap-content-center .alignleft figcaption,
.wrap-content-center .align-left figcaption {
  padding: 1em;
}
@media (min-width: 800px) {
  .wrap-content-center .alignleft,
.wrap-content-center .align-left {
    margin-left: calc(-37.5vw + 20rem);
  }
}
.wrap-content-center figcaption {
  margin: 0 0 1.5rem 0;
  padding: 1rem 2.5rem 1.5rem 2.5rem;
  font-size: 0.9rem;
  color: black;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(99%, #fff));
  background: linear-gradient(to bottom, #eee 0%, #fff 99%);
}
.wrap-content-center .alignright,
.wrap-content-center .align-right {
  min-width: 100%;
  width: calc(100% + (75vw - 40rem) / 2);
  float: unset !important;
  margin-left: 0 !important;
}
.wrap-content-center .alignwide,
.wrap-content-center .align-wide {
  min-width: 100%;
}
@media (min-width: 800px) {
  .wrap-content-center .alignwide,
.wrap-content-center .align-wide {
    width: calc(100% + (75vw - 40rem) / 2);
    margin-left: calc(-18.75vw + 10rem);
    margin-right: calc(-18.75vw + 10rem);
  }
}
.wrap-content-center .alignfull,
.wrap-content-center .align-full {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.wrap-content-center .alignfull img,
.wrap-content-center .align-full img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 70vh;
}
.wrap-content-center .wp-block-quote.is-default p, .wrap-content-center .wp-block-quote.is-style-default p {
  font-size: 2rem;
  font-family: Arial;
  font-style: normal;
  font-weight: 100;
}
.wrap-content-center .wp-block-quote.is-large p, .wrap-content-center .wp-block-quote.is-style-large p {
  font-size: 3rem;
  font-family: Arial;
  font-style: normal;
  font-weight: 100;
  padding: 1em;
  line-height: 1.6em;
}
.wrap-content-center .cite, .wrap-content-center cite {
  font-family: Arial;
  font-size: 1rem;
  color: #000;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
}
.wrap-content-center .wp-block-pullquote.is-style-solid-color blockquote, .wrap-content-center .wp-block-pullquote.is-style-default blockquote {
  font-size: 1.1rem;
  font-family: Arial;
  text-align: left;
  max-width: unset;
  background: black;
}
.wrap-content-center .wp-block-pullquote.is-style-solid-color blockquote {
  font-size: 1.3rem;
}

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

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

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

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

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

.bg-teal-unsafe {
  background: black !important;
}

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

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

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

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

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

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

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

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

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

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

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


.wp-block-separator {
    border-bottom: 2px solid #aaa!important;
}

figcaption {
    font-weight: normal;
    font-size: 0.8em;
    padding: 0.5rem 0 1rem 0;
    text-align: left;
    background: none !important;
}

.footer-site a {
   text-decoration: none !important;
}

.list--links-white a {
    color: white;
   text-decoration: none !important;
}