/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*! 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;
}

:root {
  --wp--style--global--content-size: 1200px;
}

/** Colors */
/**
  Full width/height background image
*/
/**
  Hard Stop Gradient Background
  Usage:

  .foo {
    @include twotone-bg(red,blue)
  }

  .foo2 {
    @include twotone-bg(red,blue, 50%)
  }

*/
/*
  Vertically Center - child must be one element only
  <div class="foo"> // .foo { @include vertical-center; }
    <div class="bar">Center Me</div>
  </div>
*/
/*
  Basic transition
  Used default if nothing passed
*/
/*
  Color Overlay
  Add color overlay, default gray.
  Pass color and optional z-index to change
*/
/** Import everything from autoload */
/* ==========================================================================
    Forms
========================================================================== */
.content .gform_wrapper {
  border-top: solid 1px #ddd;
  padding-top: 1em;
  margin-top: 1em;
}
.content .gform_wrapper ul {
  color: #333;
}
.content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #fff;
  border: 1px solid #4d4d4d;
  padding: 14px 14px;
  text-transform: none;
  font-weight: 400;
}
.content .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
}
.content .gform_wrapper input[type=submit] {
  border: none;
  cursor: pointer;
}
.content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]) {
  border: 0;
  padding: 12px 14px;
  line-height: 1.3;
  letter-spacing: 2px;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.content .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  margin: 0;
}
.content .gform_wrapper li.gfield.gfield_error, .content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: 0;
  padding: 0;
}
@media (min-width: 641px) {
  .content .gform_wrapper .top_label input.medium, .content .gform_wrapper .top_label select.medium {
    width: 100%;
  }
  .content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
}

body#tinymce {
  padding: 12px !important;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1.5em auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 1.5em;
  height: auto;
}

@media (min-width: 30rem) {
  .alignleft {
    float: left;
    margin-right: 1.5em;
  }

  .alignright {
    float: right;
    margin-left: 1.5em;
  }
}
.content-wrapper {
  overflow: hidden;
}

.alignwide {
  width: 100%;
  padding: 1.5em 0;
}
@media (min-width: 1000px) {
  .alignwide {
    transform: translateX(-2em);
    width: calc(100% + 4em);
  }
}
@media (min-width: 1400px) {
  .alignwide {
    transform: translateX(-6em);
    width: calc(100% + 12em);
  }
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.alignfull .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1.5em;
}

/** Captions */
/** Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background-color: #fff;
}

.wp-block-group.has-fuschia-background-color {
  background: #850268;
  padding: 1.5em;
}

.wp-block-group.has-blue-background-color {
  background: #014a97;
  padding: 1.5em;
}

.wp-block-group.has-purple-background-color {
  background: #554596;
  padding: 1.5em;
}

.has-background {
  padding: 1.5em;
  margin-bottom: 1.5em;
  color: #fff;
}

.has-light-gray-background-color {
  color: #000;
  background: #f0f0f0;
}

.has-blue-background-color {
  color: #fff;
  background: #014a97;
}

.has-purple-background-color {
  color: #fff;
  background: #554596;
}

.has-fuschia-background-color {
  color: #fff;
  background: #850268;
}

.has-leader-purple-background-color {
  color: #fff;
  background: #554596;
}

.has-leader-pink-background-color {
  color: #000;
  background: #f2b0c0;
}

.has-leader-pink-background-color {
  color: #000;
  background: #f2b0c0;
}

.has-eggshell-background-color {
  color: #000;
  background: #f2f2f2;
}

.has-leader-sky-background-color {
  color: #fff;
  background: #d9e0f0;
}

.has-teal-background-color {
  color: #fff;
  background: #33a3c5;
}

.has-black-color {
  color: #000;
}

.has-white-color {
  color: #fff;
}

.has-grey-color {
  color: #d3d3d3;
}

.has-grey-background-color {
  color: #000;
  background-color: #d3d3d3;
}

.has-white-background-color {
  color: #000;
  background-color: #fff;
}

.has-black-background-color {
  color: #fff;
  background-color: #000;
}

.wp-block-button.is-style-extra-large {
  width: 100%;
  display: block;
  padding: 0.75em 0;
}
.wp-block-button.is-style-extra-large .wp-block-button__link {
  width: 100%;
  text-transform: uppercase;
  font-size: clamp(1.5em, 3vw, 3em);
  padding: 0.75em;
}

.is-provider-issuu .issuuembed {
  width: 100% !important;
  min-height: 450px;
}

.has-dark-purple-purple-cyan-gradient-background {
  background: linear-gradient(39deg, #401066 0%, #7a1765 36%, #631465 69%, #027d9b 100%) !important;
}

.has-dark-purple-purple-gradient-background {
  background: linear-gradient(90deg, #401066 0%, #7a1765 100%) !important;
}
.has-dark-purple-purple-gradient-background a {
  color: #fff;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 6px;
  top: 6px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.2);
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 7px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.lity-video {
  display: block;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.lity-video:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../images/play.svg");
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.8;
  z-index: 100;
}
.lity-video:hover:after {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1000px) {
  .lity-video:after {
    background-size: 160px;
  }
}

.slick-dots li button {
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.slick-dots li button:hover:before {
  background: #554596 !important;
  border-color: #ec9fc1;
  opacity: 1;
}

.slick-dots li button:before {
  color: #f2f2f2;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
  opacity: 0.9;
  border: solid 1px #554596;
}

.slick-dots li.slick-active button:before {
  background: #ec9fc1;
  border: solid 1px #554596;
  opacity: 1;
}

@media (min-width: 1000px) {
  .slick-dots {
    bottom: 50px !important;
    left: 0px;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-slide,
.slick-slide > div {
  height: 100%;
}

.slick-loading .slick-list {
  background: none;
}

:root {
  --tec-font-family-sans-serif: $sans-serif;
}

.tribe-common * {
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}

.tribe-events-widget {
  padding: 3em 0;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}

.tribe-events-widget-events-list__header-title {
  font-size: clamp(1.5em, 3vw, 3em) !important;
  font-weight: 400 !important;
  margin: 0 0 1.125em 0 !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}

.tribe-events-widget-events-list__event-row {
  grid-template-columns: 2fr 6fr;
  padding-bottom: 1.5em !important;
  margin-bottom: 1.5em !important;
  border-bottom: solid 1px #ccc !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}
.tribe-events-widget-events-list__event-row:last-of-type {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 800px) {
  .tribe-events-widget-events-list__event-row {
    display: grid !important;
  }
}
@media (min-width: 1000px) {
  .tribe-events-widget-events-list__event-row {
    grid-template-columns: 1fr 6fr;
  }
}

.tribe-events-calendar-list__event-row {
  grid-template-columns: 2fr 6fr;
  padding-bottom: 1.5em !important;
  margin-bottom: 1.5em !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}
@media (min-width: 800px) {
  .tribe-events-calendar-list__event-row {
    display: grid !important;
  }
}
@media (min-width: 1000px) {
  .tribe-events-calendar-list__event-row {
    grid-template-columns: 1fr 6fr;
  }
}

.tribe-events-widget-events-list__event-date-tag,
.tribe-events-calendar-list__event-date-tag {
  width: auto !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}

.tribe-events-calendar-list__event-date-tag {
  display: none;
}
@media (min-width: 800px) {
  .tribe-events-calendar-list__event-date-tag {
    display: block;
  }
}

.tribe-events-widget-events-list__event-date-tag-datetime,
.tribe-events-calendar-latest-past__event-date-tag-datetime,
.tribe-events-calendar-list__event-date-tag-datetime {
  background: linear-gradient(45deg, #14bad8 0%, #59459b 20%, #59459b 80%, #ec9fc1 100%);
  background-color: #554596 !important;
  font-size: 1.5em !important;
  font-weight: 700 !important;
  color: #fff !important;
  justify-content: center;
  padding: 0.75em !important;
  width: auto !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}

.tribe-events-widget-events-list__event-date-tag-month,
.tribe-events-widget-events-list__event-date-tag-daynum,
.tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events-calendar-latest-past__event-date-tag-daynum,
.tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events-calendar-list__event-date-tag-daynum {
  color: #fff !important;
  font-size: 1.75em !important;
  line-height: 1.1 !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}

.tribe-events-widget-events-list__event-date-tag-month {
  font-weight: 700 !important;
  font-size: 1em !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}

.tribe-events-widget-events-list__event-wrapper {
  padding-left: 1.5em !important;
  width: auto !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}

.tribe-events-widget-events-list__event-excerpt {
  font-size: 0.9em;
  margin-top: 0.75em !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}

.tribe-events-widget-events-list__event-datetime,
.tribe-events-calendar-list__event-datetime {
  font-weight: 700 !important;
  font-size: 1.25em !important;
  color: #554596 !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}

.tribe-events-widget-events-list__event-title,
.tribe-events-calendar-list__event-title {
  margin: 0 0 0.75em 0 !important;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif !important;
}
.tribe-events-widget-events-list__event-title a,
.tribe-events-calendar-list__event-title a {
  text-decoration: underline !important;
}

.tribe-events-calendar-list__event-wrapper {
  width: auto !important;
}

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

.scwil_outer_block {
  max-width: 1400px;
}

.scwil_circles {
  display: grid;
  gap: 1.5em;
}
@media (min-width: 800px) {
  .scwil_circles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .scwil_circles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.scwil_gapsearch {
  width: 100%;
  padding: 1.5em 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5em;
  align-items: center;
}
.scwil_gapsearch span {
  display: block;
}
.scwil_gapsearch input {
  padding: 0.75em;
}
.scwil_gapsearch select {
  padding: 0.75em;
}
.scwil_gapsearch select option {
  color: #333;
}

.innerItemHeader {
  cursor: pointer;
  border: 1px solid gray;
  margin-bottom: 7px;
  padding: 1.5em;
  font-weight: bold;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}
.innerItemHeader h4 {
  margin: 0;
  grid-row: 1;
}
@media (min-width: 800px) {
  .innerItemHeader {
    grid-template-columns: repeat(2, 1fr);
  }
  .innerItemHeader h4 {
    grid-row: 1;
    grid-column: 1/3;
  }
}
@media (min-width: 1000px) {
  .innerItemHeader {
    grid-template-columns: repeat(3, 1fr);
  }
  .innerItemHeader h4 {
    grid-column: 1/4;
  }
}

.innerItem {
  padding: 1.5em;
  background: #f2f2f2;
  border-radius: 0.75em;
  font-weight: 400;
  font-size: 0.9em;
}
.innerItem h3 {
  font-size: 1.25em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  font-size: 0.875em;
}
.dataTables_wrapper .tablepress {
  font-size: 0.75em;
  width: 100% !important;
}
.dataTables_wrapper .tablepress thead th {
  text-transform: none;
  background: none;
  padding: 0.75em inherit;
  color: #014a97;
}
.dataTables_wrapper .tablepress td {
  padding: 1.125em;
  border: none;
  border-right: solid 1px #fff !important;
}
.dataTables_wrapper .tablepress tr td {
  background: #f2f2f2 !important;
}
.dataTables_wrapper .tablepress tr:nth-child(odd) td {
  background: white !important;
}

@media (min-width: 1200px) {
  .dataTables_scrollBody {
    overflow-x: hidden !important;
  }
}

.sb_youtube .sby_follow_btn a {
  background: #2f79bf !important;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* ==========================================================================
	  RESET
  ========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

.wrapper__inner.content iframe,
.wrapper__inner.content iframe {
  border: none;
  margin-bottom: 1.5em;
  min-height: 100%;
}

/* ==========================================================================
	Typography
========================================================================== */
h4,
.h4 {
  font-size: 1.66625rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp( 1rem, 4.66625vw + 1rem, 1.66625rem );
}

h3,
.h3 {
  font-size: 2.22111125rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp( 1.4881445375rem, 4.7329667125vw + 1rem, 2.22111125rem );
}

h2,
.h2 {
  font-size: 2.9607412962rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp( 1.9836966685rem, 4.9770446278vw + 1rem, 2.9607412962rem );
}

h1,
.h1 {
  font-size: 3.9466681479rem;
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-size: clamp( 2.6442676591rem, 5.3024004888vw + 1rem, 3.9466681479rem );
}

body {
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  color: #1d2f4d;
  font-size: 1.25rem;
  line-height: 1.5;
}

p,
li,
h1,
h2,
h3,
h4 {
  word-break: break-word;
  -webkit-hyphens: none;
          hyphens: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: lust-display-didone, Helvetica, Arial, sans-serif;
}

h2 {
  font-weight: 400;
}

h3 {
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

blockquote {
  margin: 0.75em 0;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

blockquote {
  font-size: 1.125em;
  padding: 1.5em;
  margin: 1.5em 0 3em 0;
  background: #ccc;
  font-weight: 700;
}
blockquote p:last-of-type {
  margin: 0;
}
blockquote cite {
  color: #333333;
  font-weight: 400;
  margin: 0.75em 0 0 0;
  font-size: 0.875em;
  font-style: normal;
  display: block;
}

a {
  color: #5a3192;
  transition: all 250ms ease-in;
  opacity: 1;
}
a:hover {
  color: #333;
  text-decoration: none;
}

table {
  width: 100%;
  margin: 0 auto 1.5em auto;
}

tbody {
  border: none;
}

th {
  text-align: left;
  text-transform: uppercase;
  padding: 0.375em;
  border: none;
  border-bottom: 1px solid #666;
}

td {
  padding: 0.375em;
  border-bottom: 1px solid #666;
}

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

hr {
  border: 0;
  border-bottom: 1px solid #1d2f4d;
  margin: 1.5em 0;
}

nav ul,
nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

li p:last-of-type {
  margin: 0;
}

.title--blue {
  color: blue;
}

pre {
  padding: 0.75em;
  background: #eee;
}

code {
  padding: 0;
  margin: 0;
}

/**
* Accesibility
*/
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
  * Padding
  */
.padded {
  padding: 1.5em;
}

/**
  * Position
  */
.centered {
  text-align: center;
}

/**
  * States
  */
.active {
  display: block;
}

/**
  * Accessibility
  */
button:focus,
input:focus,
select:focus,
a:focus {
  outline-color: #d87746;
}

a.skip-to-content {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-to-content:focus,
a.skip-to-content:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 99999;
}

.no-access {
  background: rgba(242, 176, 192, 0.4);
  border: solid 1px #554596;
  padding: 1.5em;
  text-align: center;
}

.content__wrapper {
  overflow-x: hidden;
}
.content__wrapper > .wrapper__inner {
  padding-bottom: 0;
}
.content__wrapper > .wrapper__inner.content {
  padding-bottom: 0;
}

.wrapper {
  background-color: #fff;
  position: relative;
}
.wrapper--overlay:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  z-index: 0;
}

.ensure-fair-voting .content__wrapper > .wrapper__inner.content {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.wrapper__inner {
  margin: 0 auto;
  padding: 1.5em;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.wrapper__inner--small {
  max-width: 800px;
}
.wrapper__inner--medium {
  max-width: 1000px;
}
.wrapper__inner--xlarge {
  max-width: 1400px;
}
.wrapper__inner--full {
  max-width: 100%;
}
.wrapper__inner--image {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.home .wrapper__inner {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 0;
}

@keyframes moveLeft {
  from {
    right: 100%;
    opacity: 0;
  }
  to {
    opacity: 1;
    right: 40%;
  }
}
@keyframes scaleUp {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(3);
  }
}
@keyframes scaleDown {
  from {
    opacity: 0;
    transform: scale(1.2) translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInMark {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 0.2;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightShort {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.background-gradient--purplecyan {
  background: #14bad8;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 0%, transparent 50%, rgba(255, 255, 255, 0.3) 95%), linear-gradient(315deg, #14bad8 0%, #59459b 27%, #59459b 72%, #ec9fc1 100%);
}

/** Components */
.button, .navigation__list__actions a, .wp-block-button__link {
  background: #5a3192;
  display: inline-block;
  padding: 0.75em 3em;
  border-radius: 3em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 0.875em;
  position: relative;
}
.button *, .navigation__list__actions a *, .wp-block-button__link * {
  position: relative;
  z-index: 1;
}
.button:before, .navigation__list__actions a:before, .wp-block-button__link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(89, 69, 155, 0) 20%, rgba(89, 69, 155, 0) 80%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 3em;
  z-index: 0;
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.button:hover, .navigation__list__actions a:hover, .wp-block-button__link:hover {
  background-color: #333333;
  color: #fff;
}
.button--full-width {
  width: 100%;
  text-align: center;
}
.button--small {
  font-size: 0.875em;
}
.button--outline {
  border: none;
  color: #333333;
  background: #eee;
  text-shadow: none;
}
.button--outline:hover {
  background: #333333;
  color: #fff;
}
.button--white {
  text-shadow: none;
  background-color: #fff;
  color: #333333;
}
.button--white:hover {
  background-color: #014a97;
  color: #fff;
}
.button--purple {
  background-color: #554596;
  color: #fff;
}
.button--purple:hover {
  background-color: #014a97;
  color: #fff;
}
.button--fuschia {
  background-color: #554596;
  color: #fff;
}
.button--fuschia:before {
  border: none;
}
.button--fuschia:hover {
  background-color: #333333;
  color: #fff;
}
.button--coming_soon {
  opacity: 0.5;
}

.is-style-purple .wp-block-button__link,
.is-style-purple .block-editor-rich-text__editable.wp-block-button__link {
  background-color: #554596 !important;
  color: #fff !important;
}

.is-style-fuschia .wp-block-button__link,
.is-style-fuschia .block-editor-rich-text__editable.wp-block-button__link {
  background-color: #850268 !important;
  color: #fff !important;
}

.is-style-teal .wp-block-button__link,
.is-style-teal .block-editor-rich-text__editable.wp-block-button__link {
  background-color: #33a3c5 !important;
  color: #fff !important;
}

/** Search form */
body.navigation--open {
  overflow: scroll;
}
@media (min-width: 1000px) {
  body.navigation--open {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.navigation__list__main__wrapper {
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 80px;
  bottom: 0;
  transition: opacity 250ms linear;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 1.5em;
}
.navigation__list__main__wrapper.navigation__list--open {
  background-color: #554596;
  opacity: 1;
  position: absolute;
  z-index: 1000;
  padding: 1.5em;
  right: 0;
  left: 0;
  bottom: 0;
  top: 80px;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 4px inset rgba(0, 0, 0, 0.3);
  pointer-events: initial;
}
.navigation__list__main__wrapper.navigation__list--open .navigation__list__actions--mobile {
  display: block;
}
@media (min-width: 1000px) {
  .navigation__list__main__wrapper {
    top: 120px;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
  }
  .navigation__list__main__wrapper .navigation__list__actions--mobile {
    display: none;
  }
  .navigation__list__main__wrapper .navigation__list__main {
    order: 2;
    width: 100%;
  }
  .navigation__list__main__wrapper .search__form {
    order: 1;
  }
  .navigation__list__main__wrapper.navigation__list--open {
    background-color: #f2f2f2;
    top: 120px;
    height: calc(100vh - 120px);
    overflow-y: auto;
  }
  .navigation__list__main__wrapper.navigation__list--open .navigation__list__actions--mobile {
    display: none;
  }
}

.navigation__list--hide {
  visibility: hidden;
  opacity: 0;
  right: 100%;
  top: 100px;
  bottom: 0;
  height: 1px;
}

.navigation__toggle {
  cursor: pointer;
}

.navigation__button__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1000px) {
  .navigation__button__wrap {
    background: #333333;
  }
}
.navigation__toggle {
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #554596;
}
.navigation__toggle span {
  font-size: 0.55em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.navigation__toggle svg {
  fill: #554596;
}
.navigation__toggle svg path {
  transition: all 0.2s linear;
}
.navigation__toggle--open svg .icon-nav-top {
  transform: rotate(45deg) translateX(23px) translateY(-7px);
  transform-origin: top left;
}
.navigation__toggle--open svg .icon-nav-bottom {
  transform: rotate(-45deg) translateX(20px) translateY(9px);
  transform-origin: bottom left;
}
.navigation__toggle--open svg .icon-nav-middle {
  display: none;
}
@media (min-width: 1000px) {
  .navigation__toggle {
    color: #fff;
  }
  .navigation__toggle span {
    margin: 0 0 0.75em 0;
  }
  .navigation__toggle svg {
    fill: #fff;
  }
}

.navigation__list__main {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  margin: 0 0 0.75em 0;
}
.navigation__list__main a {
  color: #fff;
  text-decoration: none;
}
.navigation__list__main > ul > li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.navigation__list__main > ul > li:first-of-type {
  border-top: none;
}
.navigation__list__main > ul > li li {
  display: block;
}
.navigation__list__main > ul > li a {
  padding: 1em 0;
}
@media (min-width: 1000px) {
  .navigation__list__main {
    border-bottom: none;
    max-width: 1200px;
    margin-inline: auto;
    padding: 1.5em 0;
    opacity: 0;
    transition: opacity 300ms linear;
  }
  .navigation__list--open .navigation__list__main {
    opacity: 1;
  }
  .navigation__list__main > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .navigation__list__main > ul > li {
    border: none;
    display: block;
  }
  .navigation__list__main > ul > li > a {
    color: #554596;
    font-size: 1.25em;
    font-weight: 700;
    transition: none;
    display: block;
    padding: 0.375em 0;
  }
  .navigation__list__main > ul > li > a:hover {
    text-decoration: underline;
  }
  .navigation__list__main > ul > li li a {
    color: #333333;
    font-weight: 400;
    transition: none;
    display: block;
    padding: 0.1875em 0;
  }
  .navigation__list__main > ul > li li a:hover {
    text-decoration: underline;
  }
}

.navigation__list__actions {
  padding: 0.375em 0;
}
.navigation__list__actions a {
  width: 100%;
  margin: 0.75em 0;
}
.navigation__list__actions li.menu-button-cyan a {
  background: #57b7d4;
}
.navigation__list__actions li.menu-button-cyan a:hover {
  background: #333333;
}
.navigation__list__actions li.menu-button-fuschia a {
  background: #850268;
}
.navigation__list__actions li.menu-button-fuschia a:hover {
  background: #333333;
}
.navigation__list__actions li.menu-button-rose a {
  background: #e474a6;
}
.navigation__list__actions li.menu-button-rose a:hover {
  background: #333333;
}
@media (min-width: 1000px) {
  .navigation__list__actions {
    align-self: center;
  }
  .navigation__list__actions ul {
    display: flex;
    flex-flow: row wrap;
  }
  .navigation__list__actions ul li {
    padding: 0 1.5em 0 0;
  }
  .navigation__list__actions ul a {
    margin: 0;
  }
}

.navigation__list__actions--desktop {
  display: none;
}
@media (min-width: 1000px) {
  .navigation__list__actions--desktop {
    display: block;
    justify-self: flex-end;
  }
}

.navigation__list--open .navigation__list__actions--mobile {
  display: none;
}

.show-submenu {
  -webkit-appearance: none;
          appearance: none;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .show-submenu {
    display: none;
  }
}

.sub-menu {
  padding: 0 0.75em 0 0.75em;
  visibility: hidden;
  transition: opacity 250ms ease-in;
  flex: none;
  width: 100%;
  height: 0;
  opacity: 0;
}
.sub-menu--open {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 0 0.75em 1.5em 0.75em;
}
.sub-menu a {
  font-size: 0.875em;
  padding: 0.75em 0;
  font-weight: 700;
  transition: none;
}
@media (min-width: 1000px) {
  .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    padding: 0;
  }
  .sub-menu .sub-menu {
    display: none;
  }
}

.navigation__sub,
.menu {
  background: #f2f2f2;
}
.navigation__sub ul,
.menu ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}
.navigation__sub ul a,
.menu ul a {
  padding: 0.75em 1.875em;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  color: #1d2f4d;
  text-decoration: none;
}
.navigation__sub ul a:hover,
.menu ul a:hover {
  background: #fff;
}
.navigation__sub ul li.current-menu-item a,
.menu ul li.current-menu-item a {
  background: #fff;
}

.site-banner-body-active.navigation--open .header {
  position: relative;
}
.site-banner-body-active.navigation--open .navigation__list__main__wrapper.navigation__list--open {
  top: 80px;
  height: 400vh;
}
@media (min-width: 1000px) {
  .site-banner-body-active.navigation--open .navigation__list__main__wrapper.navigation__list--open {
    top: 121px;
    height: calc(100vh - 160px);
    overflow-y: scroll;
  }
}

.logo {
  margin: 0;
  font-size: 1em;
  position: relative;
  z-index: 20;
  pointer-events: none;
  background: none;
  width: 110px;
}
.logo a {
  text-decoration: none;
  color: #1d2f4d;
  display: block;
  pointer-events: all;
  width: 100%;
  padding: 0.75em;
}
.logo a svg {
  width: 80px;
  height: auto;
}
@media (min-width: 1000px) {
  .logo a {
    width: auto;
    font-weight: 700;
    padding: 1.5em;
  }
  .logo a svg {
    width: 172px;
    height: auto;
  }
}

.logo--footer svg polygon,
.logo--footer svg path,
.logo--footer svg rect {
  fill: #fff;
}

.pagination-wrap {
  grid-column-end: span 2;
}

.pagination {
  margin: 1.5em 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.pagination ul {
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  margin: 0;
}
.pagination .current,
.pagination a {
  border-right: none;
  color: #1d2f4d;
  text-decoration: none;
  background: #eee;
  display: block;
  padding: 0.75em 1.5em;
  margin: 0 0.375em 0.75em 0.375em;
  font-size: 0.8em;
}
.pagination .current,
.pagination a:hover {
  color: #fff;
  background: #014a97;
}
.pagination a.current {
  font-weight: 400;
}
.pagination span.dots {
  padding: 0.75em 1.5em 1.5em 0.75em;
  display: inline-block;
}

[itemprop=name] {
  display: block;
}

[itemprop=streetAddress] {
  display: block;
}

[itemprop=email] {
  font-weight: 700;
}

[itemprop=telephone] {
  display: block;
}
[itemprop=telephone] a {
  text-decoration: none;
}

.telephone-list {
  padding: 0.75em 0 0 0;
}
.telephone-list ul,
.telephone-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search__form {
  padding: 0.75em 0;
}
.search__form input[type=search] {
  border-radius: 3em;
  background: #554596;
  color: #fff;
  border: solid 1px #fff;
  padding: 0.75em 1.5em;
  width: 100%;
  font-size: 0.875em;
}
@media (min-width: 1000px) {
  .search__form {
    max-width: 800px;
    width: 100%;
    margin-inline: auto;
  }
  .search__form input[type=search] {
    background: #fff;
    color: #333333;
    border: solid 1px #ccc;
    padding: 0.75em 1.5em;
    font-size: 1em;
  }
}

.search__list {
  padding: 1.5em 0;
}

.crd {
  padding: 1.5em;
}
@media (min-width: 1000px) {
  .crd {
    padding: 3em;
  }
}
.crd--shadow {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.crd--light {
  color: #fff;
}
.crd--light a {
  color: #fff;
}

.crd__title {
  font-size: clamp(1.25em, 2vw, 1.75em);
  margin-top: 0;
}
.crd--small .crd__title {
  font-size: clamp(1em, 1.75vw, 1.5em);
}

.crd__content {
  padding: 3em 1.5em 1.5em 1.5em;
}
.crd__content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .crd__content {
    padding: 3em 2.25em 2.25em 2.25em;
  }
}

.crd__button {
  margin-top: 1.5em;
}

.crd__icon {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 1.5em;
  margin: 0 auto 1.5em auto;
}
.crd__icon img {
  margin: 0;
  display: block;
}

@media (min-width: 800px) {
  .crd--twoup {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5em;
  }
}

/** Blocks */
.block__wrapper {
  padding-top: 3em;
  padding-bottom: 3em;
}
.block__wrapper--gray {
  background: #f2f2f2;
}
.block__wrapper--white {
  background: #fff;
}
.block__wrapper--full {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}

.block__header {
  padding: 1.5em 0;
}
.block__header--light * {
  color: #fff;
}

.block__introduction {
  max-width: 900px;
  margin-inline: auto;
  font-size: 1.125em;
}

.block__title {
  color: #333333;
  font-weight: 400;
  margin-top: 0;
}
.block__header--light .block__title {
  color: #fff;
}

.block__more {
  padding-top: 1.5em;
}

.block-slider__button {
  border: none;
  background: none;
  cursor: pointer;
}

.block-slider-arrows {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(45px);
}
.block-slider-arrows .block-slider__button--prev {
  transform: rotate(0deg);
  position: absolute;
  left: 10px;
}
.block-slider-arrows .block-slider__button--next {
  transform: rotate(180deg);
  right: 10px;
  position: absolute;
}

@media (min-width: 1000px) {
  .block-slider-arrows {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
  }
  .block-slider-arrows .block-slider__button--prev {
    transform: rotate(0deg);
    position: absolute;
    left: -40px;
  }
  .block-slider-arrows .block-slider__button--next {
    transform: rotate(180deg);
    right: -40px;
    position: absolute;
  }
}
@media (min-width: 1400px) {
  .block-slider-arrows .block-slider__button--prev {
    left: -54px;
  }
  .block-slider-arrows .block-slider__button--next {
    right: -54px;
  }
}
.content__block__title {
  color: #333333;
  font-weight: 400;
  font-size: clamp(1em, 2vw, 1.75em);
  line-height: 0.85;
  margin: 0 0 3em 0;
}
.content__block__title b {
  font-weight: 400;
  font-size: 4em;
  display: block;
}

.content__block {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.content__block--full {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}

.content__block__inner {
  margin-inline: auto;
}
.content__block__inner--large {
  max-width: 1200px;
}
.content__block__inner--xlarge {
  max-width: 1400px;
}
.content__block__inner--gray {
  background: #f2f2f2;
}
.content__block__inner--shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.side_by_side img {
  margin: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (min-width: 1000px) {
  .side_by_side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .side_by_side .crd__content {
    padding: 3em 3em;
  }
  .side_by_side .crd__image {
    height: 100%;
    width: 100%;
    align-content: center;
  }
  .side_by_side--right {
    grid-template-columns: 1fr 1fr;
  }
  .side_by_side--right .crd__image {
    grid-column: 2;
    grid-row: 1;
  }
  .side_by_side--right .crd__content {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 1200px) {
  .side_by_side .crd__content {
    padding: 4.5em;
  }
}

.accordion__block {
  padding: 1.5em 0;
}

.accordion-item {
  margin-bottom: 1px;
}

.accordion-item-box {
  padding: 2.25em;
}

.accordion-item-content {
  border: solid 1px rgba(242, 242, 242, 0.6);
  background: rgba(242, 242, 242, 0.6);
  border-top: none;
  margin-top: -36px;
  margin-bottom: 20px;
  border-radius: 0 0 30px 30px;
}
.accordion-item-content p:last-child,
.accordion-item-content ul:last-child {
  margin-bottom: 0;
}

.accordion-item-title {
  background: #f2f2f2;
  border: none;
  color: #333;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: background-color 0.15s linear;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.accordion-item-title span.accordion-item-title-text {
  display: block;
  flex: 1;
  padding: 0.75em 0.75em 0.75em 1.5em;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1.5em;
}
.accordion-item-title:hover {
  background: #ccc;
  color: #554596;
}
.accordion-item-title .accordion-item-title-icon {
  display: block;
  padding-right: 0.75em;
}
.accordion-item-title svg {
  width: 36px;
  fill: #554596;
  transition: all 0.125s ease-in;
  transform: rotate(-90deg);
}
.accordion-item-title svg path {
  fill: #554596;
}
.accordion-item-title.button-active svg {
  outline: none;
  transform: rotate(0deg);
}

.featureslaunchpads__wrapper {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.featureslaunchpads__features {
  background: #f2f2f2;
}
.featureslaunchpads__features .crd {
  background: none;
}
@media (min-width: 1000px) {
  .featureslaunchpads__features {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background: none;
    max-width: 1200px;
    margin-inline: auto;
    padding: 0 0 0 0;
    padding-top: 1.5em;
    z-index: 1;
    position: relative;
  }
  .featureslaunchpads__features .crd {
    width: 48%;
    margin: 0 1% 1.5em;
    background: #fff;
    text-shadow: none;
    position: relative;
    z-index: 1;
    border-radius: 4.5em 0 4.5em 0;
  }
  .featureslaunchpads__features .crd * {
    position: relative;
  }
  .featureslaunchpads__features .crd:after {
    position: absolute;
    border: solid 1px #554596;
    border-radius: 4.5em 0 4.5em 0;
    transform: translate3d(-3px, -3px, 0);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    pointer-events: none;
  }
  .featureslaunchpads__features .crd:before {
    pointer-events: none;
    position: absolute;
    border: solid 1px #ec9fc1;
    border-radius: 4.5em 0 4.5em 0;
    transform: translate3d(3px, 3px, 0);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .featureslaunchpads__features--3 {
    max-width: 1400px;
  }
  .featureslaunchpads__features--3 .crd {
    width: 31%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

@media (min-width: 1000px) {
  .featureslaunchpads__launchpad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .featureslaunchpads__launchpad--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  .featureslaunchpads__launchpad--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.content__launchpads__list {
  padding-top: 1.5em;
}
.content__launchpads__list .card__content_launchpad {
  margin: 1.5em 0;
  padding: 0;
}
.content__launchpads__list .crd__title {
  font-size: clamp(1.25em, 1.5vw, 1.5em);
}
.content__launchpads__list .crd__text {
  font-size: 0.875em;
}
@media (min-width: 800px) {
  .content__launchpads__list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
  }
  .content__launchpads__list .card__content_launchpad {
    width: 47%;
    margin: 1.5em 1.5%;
  }
  .content__launchpads__list .crd__content {
    padding-top: 1.5em;
  }
}
@media (min-width: 1200px) {
  .content__launchpads__list .card__content_launchpad {
    width: 30%;
  }
}

.is-style-rounded.acfblock__content_launchpads .card__content_launchpad {
  border-radius: 40px;
  box-shadow: none;
  border: solid 1px #ccc;
}
.is-style-rounded.acfblock__content_launchpads .card__content_launchpad .crd__image img {
  border-radius: 39px 39px 0 0;
}

@media (min-width: 1000px) {
  .featured__posts__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3em;
  }
  .featured__posts__inner .block__header {
    grid-row: 1;
    grid-column: 1/3;
  }
  .featured__posts__inner .featured__posts__post {
    grid-row: 2;
    grid-column: 1;
  }
  .featured__posts__inner .featured__additional {
    grid-row: 2;
    grid-column: 2;
  }
  .featured__posts__inner .featured__additional__more {
    grid-row: 3;
    grid-column: 1/3;
    display: grid;
    grid-template-columns: auto;
    gap: 3em;
    padding: 0 0 1.5em 0;
  }
  .featured__posts__inner .featured__additional__more--size-2 {
    grid-template-columns: 1fr 1fr;
  }
  .featured__posts__inner .block__more {
    grid-row: 4;
    grid-column: 1/3;
  }
}

.featured__posts__post__image {
  padding-bottom: 1.5em;
}

.featured__posts__post,
.featured__additional__post {
  border-bottom: solid 1px #ccc;
  padding: 1.5em 0;
}
@media (min-width: 1000px) {
  .featured__posts__post,
.featured__additional__post {
    padding: 0 0 0.75em 0;
    margin-bottom: 0.75em;
  }
}

.featured__posts__title {
  font-size: clamp(1.25em, 2vw, 1.5em);
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 400;
}
.featured__posts__title a {
  text-decoration: none;
  color: #5a3192;
}

.featured__posts__posttype {
  color: #375fb3;
  font-size: 0.75em;
  font-weight: 700;
  margin: 0.75em 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 1000px) {
  .featured__posts__posttype {
    margin-top: 0;
  }
}

.featured__posts__preview {
  font-size: 0.875em;
}

.founders_spotlight__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
  padding: 1.5em 0;
}
@media (min-width: 800px) {
  .founders_spotlight__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .founders_spotlight__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.founders_spotlight__listitem__photo {
  border-radius: 50%;
  max-width: 300px;
  margin-inline: auto;
}
.founders_spotlight__listitem__photo img {
  padding: 0.75em;
  background: #f2f2f2;
  margin: 0;
  border-radius: 50%;
}

.founders_spotlight__listitem__title {
  margin: 0.75em 0 0.375em 0;
  font-size: clamp(1.25em, 2vw, 1.5em);
}

.founders_spotlight__listitem__jobtitle {
  font-size: 0.875em;
}

.sponsors__carousel__wrap {
  max-width: 80%;
  margin-inline: auto;
}
@media (min-width: 1000px) {
  .sponsors__carousel__wrap {
    max-width: 90%;
  }
}
.sponsors__carousel__wrap .slick-slide > div {
  padding: 0.75em;
}

.sponsors__carousel__item {
  padding: 1.5em;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  flex: 1;
}

.content__breadcrumbs {
  padding-top: 3em;
  padding-bottom: 0;
}
.content__breadcrumbs a {
  text-decoration: none;
  font-weight: 700;
  color: #666;
  margin: 0 0.75em 0 0;
}
.content__breadcrumbs a, .content__breadcrumbs .breadcrumb_last {
  font-size: 0.75em;
}
.content__breadcrumbs .breadcrumb_last {
  color: #554596;
}

.cta {
  background: #333333;
  padding: 0;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
  margin-top: 0;
}
.cta--side_by_side {
  background: #554596;
}
.cta.content__block {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .cta.content__block {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.cta--large {
  padding: 3em 0;
  background-color: #014a97;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.cta--large .button:hover, .cta--large .wp-block-button__link:hover, .cta--large .navigation__list__actions a:hover, .navigation__list__actions .cta--large a:hover {
  color: #fff;
}

.cta--blue {
  background-color: #014a97;
  position: relative;
}
.cta--blue:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background-image: url("../images/circles-bg.svg");
  background-size: auto 500%;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  z-index: 1;
  opacity: 0.05;
}
.cta--purpleviolet, .cta--bluegreen, .cta--purplecyan {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border: solid 1.5em #fff;
}
.cta--purpleviolet .cta__listitem, .cta--bluegreen .cta__listitem, .cta--purplecyan .cta__listitem {
  padding-bottom: 1.5em;
}
.cta--purpleviolet {
  background: linear-gradient(45deg, #14bad8 0%, #59459b 20%, #59459b 80%, #ec9fc1 100%);
}
.cta--bluegreen {
  background: linear-gradient(0deg, #33a3c5, #013164);
}
.cta--purplecyan {
  background: linear-gradient(45deg, #14bad8 0%, #59459b 20%, #59459b 80%, #ec9fc1 100%);
}

.cta__inner {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
}

.cta__listitem {
  padding: 1.5em 1.5em;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.cta__listitem h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: clamp(1.25em, 2.5vw, 2.5em);
  line-height: 1.1;
}
.cta__listitem .button, .cta__listitem .wp-block-button__link, .cta__listitem .navigation__list__actions a, .navigation__list__actions .cta__listitem a {
  margin-top: 1.5em;
}
.cta__listitem p {
  word-wrap: normal;
  -webkit-hyphens: none;
          hyphens: none;
  margin: 0;
}
@media (min-width: 1000px) {
  .cta__listitem {
    padding: 3em;
  }
}

.cta__blocks {
  padding: 1.5em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}
@media (min-width: 1000px) {
  .cta__blocks {
    grid-template-columns: 1fr 1fr;
  }
}

.cta__block {
  color: #1d2f4d;
}

.site-banner {
  display: none;
  opacity: 0;
  text-align: center;
  color: #fff;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 0;
  padding: 0;
  position: relative;
  z-index: 10000;
  font-size: 0.875em;
}
@media (min-width: 1000px) {
  .site-banner {
    text-align: left;
  }
}
.site-banner p {
  margin: 0;
}
.site-banner p a {
  color: #fff;
  text-decoration: underline;
}
.site-banner button {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #d4e8f4;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  border-radius: 4px;
  color: #333333;
  width: 30px;
  height: 30px;
  padding: 0 0 0px 0;
  line-height: 0.5;
  font-size: 1.25em;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  opacity: 1;
}
.site-banner button:hover {
  opacity: 0.9;
}
@media (min-width: 1000px) {
  .site-banner button {
    top: 50%;
    right: 2em;
    margin-top: -15px;
  }
}
.site-banner-content {
  padding: 1em;
}
@media (min-width: 1000px) {
  .site-banner-content {
    margin: 0 auto;
    max-width: 1500px;
    width: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0em 4em 0em 1em;
  }
}
.site-banner-text {
  padding: 1em 0;
  text-align: center;
}
@media (min-width: 1000px) {
  .site-banner-text {
    padding: 0.5em 2em;
    text-align: left;
    flex: 1;
    display: flex;
    align-items: center;
  }
  .site-banner-text .site-banner-textarea {
    flex: 1;
  }
  .site-banner-text .site-banner-title {
    font-size: 1.125em;
    padding-right: 1.5em;
  }
}
.site-banner-image {
  max-width: 150px;
  margin: 0 auto;
  height: auto;
}
.site-banner-image img {
  margin: 0;
  height: auto;
}
@media (min-width: 1000px) {
  .site-banner-image {
    width: 200px;
  }
}
.site-banner-button {
  padding: 1em 0;
}
.site-banner-button .button, .site-banner-button .wp-block-button__link, .site-banner-button .navigation__list__actions a, .navigation__list__actions .site-banner-button a {
  font-size: 87.5%;
  padding: 0.75em 1.5em;
}
@media (min-width: 1000px) {
  .site-banner-button .button, .site-banner-button .wp-block-button__link, .site-banner-button .navigation__list__actions a, .navigation__list__actions .site-banner-button a {
    margin-left: 1em;
  }
}
.site-banner-active {
  display: block;
  background: #5a3192;
  opacity: 1;
  height: auto;
  padding: 0.25em 2em 0.25em 1em;
}
.site-banner-active p {
  font-size: 0.875em;
}
@media (min-width: 1000px) {
  .site-banner-active p {
    font-size: 0.875em;
  }
}

@media (min-width: 1000px) {
  .site-banner-body-active .header-wrapper-home {
    margin-top: 50px;
  }
}

.posts__list {
  padding: 1.5em 0;
}
.post__listitem {
  padding: 0;
  margin: 0 0 1.5em 0;
  margin: 0 0 1.5em 0;
  background: #fff;
  position: relative;
  border-bottom: solid 1px #ccc;
}
@media (min-width: 800px) {
  .post__listitem.post-listitem-post, .post__listitem.post-listitem-blog, .post__listitem.post-listitem-wilread, .post__listitem.post-listitem-tribe_events {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.5em;
  }
  .post__listitem.post-listitem-post .post__listitem__image, .post__listitem.post-listitem-blog .post__listitem__image, .post__listitem.post-listitem-wilread .post__listitem__image, .post__listitem.post-listitem-tribe_events .post__listitem__image {
    grid-column: 1;
    padding-bottom: 1.5em;
  }
  .post__listitem.post-listitem-post .post__listitem__content, .post__listitem.post-listitem-blog .post__listitem__content, .post__listitem.post-listitem-wilread .post__listitem__content, .post__listitem.post-listitem-tribe_events .post__listitem__content {
    grid-column: 2;
  }
}

.post__listitem__content {
  padding: 1.5em;
}
.post__listitem__content p {
  margin: 0;
}
@media (min-width: 1200px) {
  .post__listitem__content {
    padding: 3em;
    font-size: 0.9em;
  }
}

.post__listitem__image img {
  width: 100%;
  margin: 0;
}

.post__listitem__title {
  font-size: clamp(1.25em, 1.5vw, 1.25em);
  margin-top: 0.375em;
}
.post__listitem__title a {
  color: #333333;
  font-weight: 700;
}

.post__listitem__category {
  font-weight: 700;
  font-size: 0.675em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.post__listitem__date,
.post__listitem__location {
  display: block;
  margin: 0 0 1.5em 0;
  font-weight: 700;
  font-size: 0.75em;
}

.post__title {
  margin: 1.5em 0 0.375em 0;
  font-weight: 400;
  font-size: clamp(1.5em, 3vw, 3rem);
}

.post__thumbnail {
  padding: 1.5em;
  margin: 0 0 1.5em 0;
  border: solid 1px #ccc;
}
.post__thumbnail img {
  width: 100%;
}

.post__date {
  border-bottom: solid 1px #ccc;
  font-size: 0.875em;
  text-transform: uppercase;
  display: block;
  padding: 0 0 1.5em 0;
  margin: 0 0 1.5em 0;
}

@media (min-width: 1000px) {
  .post__listitem__taxonomies {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .post__listitem__taxonomies .post__listitem__tax {
    padding-right: 1.5em;
  }
}

.post__listitem__tax,
.post__tags {
  padding: 0 0;
}
.post__listitem__tax ul,
.post__listitem__tax li,
.post__tags ul,
.post__tags li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post__listitem__tax ul,
.post__tags ul {
  display: flex;
  flex-flow: row wrap;
}
.post__listitem__tax a,
.post__tags a {
  text-decoration: none;
  margin-right: 0.75em;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}

.post__tags__title {
  font-size: 1em;
  font-weight: 400;
  font-family: lust-display-didone, Helvetica, Arial, sans-serif;
  margin: 0.75em;
}

.post__tag {
  border: solid 1px #ccc;
  display: block;
  background: #fff;
  border-radius: 1.5em;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.375em 1.5em;
  text-decoration: none;
  margin: 0 0 0.75em 0;
}
.post__tag:hover, .post__tag--active {
  background: #554596;
  color: #fff;
}

@media (min-width: 1000px) {
  .post__listitem__datetab {
    font-family: lust-display-didone, Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 0.75em 1.5em;
    position: absolute;
    left: -36px;
    text-transform: uppercase;
  }
  .post__listitem__datetab span,
.post__listitem__datetab strong {
    display: block;
  }
  .post__listitem__datetab span {
    font-size: 0.75em;
  }
}

@media (min-width: 1000px) {
  .post__tags {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}

.posts__search {
  padding-top: 3em;
}
@media (min-width: 1000px) {
  .posts__search form {
    display: grid;
    grid-template-columns: 4fr auto;
    gap: 1.5em;
  }
}

.posts__search__field {
  padding: 0.75em 0;
}
.posts__search__field select {
  -webkit-appearance: none;
          appearance: none;
  background: #fff;
  padding: 0.75em;
  border: solid 1px #ccc;
  font-size: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23174879;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0V30H30V0ZM20.18,13.46,15.6,18.05a1,1,0,0,1-.71.29,1,1,0,0,1-.7-.29L9.6,13.46a1,1,0,0,1,0-1.41,1,1,0,0,1,1.42,0l3.87,3.88,3.88-3.88a1,1,0,1,1,1.41,1.41Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 48px;
  padding-right: 60px;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  width: 100%;
  border-radius: 1.5em;
  cursor: pointer;
}
.posts__search__field select option {
  margin-top: 10px;
}
.posts__search__field input {
  width: 100%;
  background: #fff;
  font-size: 0.9em;
  border-radius: 1.5em;
  padding: 0.75em 1.5em;
  font-family: lust-display-didone, Helvetica, Arial, sans-serif;
  border: solid 1px #ccc;
}
.posts__search__field button {
  width: 100%;
  cursor: pointer;
}

.posts__category__title {
  margin: 0;
  border-bottom: solid 1px #ccc;
  padding: 0 0 0.375em 0;
}

.post__back {
  padding: 1.5em 0;
  border-top: solid 1px #ccc;
}

.board__list ul, .board__list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .board__list ul {
    columns: 3;
    column-gap: 1.5em;
    font-size: 1.125em;
  }
}

.course-module-block {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.course-module-block > .wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.course-module-block .wp-block-columns {
  padding: 0;
  gap: 0;
}
.course-module-block .module__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.course-module-block .module__heading > .wp-block-heading {
  font-weight: 400;
}
.course-module-block .module__content {
  padding: 3em;
}
.course-module-block .module__content > .wp-block-heading {
  margin-top: 0;
}
@media (min-width: 1000px) {
  .course-module-block .module__heading {
    padding-right: 3em;
    padding-left: 3em;
  }
}

.course__lessons__list ul,
.course__lessons__list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.course__lessons__list li {
  padding: 0.375em 0;
}

.course__signup__block {
  text-align: center;
}

.lesson__quote {
  border-radius: 4em;
  padding: 3em;
  font-size: 1.25em;
}

.lesson__pagination {
  padding: 1.5em 0;
}
.lesson__pagination .button, .lesson__pagination .wp-block-button__link, .lesson__pagination .navigation__list__actions a, .navigation__list__actions .lesson__pagination a {
  width: 100%;
  font-size: 80%;
  margin: 0.75em 0;
}

.lesson__login {
  text-align: center;
}
.lesson__login form {
  max-width: 400px;
  margin-inline: auto;
}
.lesson__login button {
  display: block;
  cursor: pointer;
  width: 100%;
  margin: 0.375em 0;
  font-size: 1.125em;
}
.lesson__login input[type=password] {
  border-radius: 2em;
  margin: 0.375em 0;
  width: 100%;
  border: solid 1px #ccc;
  padding: 0.75em;
}

.lesson__tip > .wp-block-group.has-background {
  padding: 3em;
}
.lesson__tip .lesson_tip:first-of-type {
  margin-top: 0;
}
.lesson__tip .lesson_tip:last-of-type {
  margin-bottom: 0;
}

.course__intro.has-background {
  margin-bottom: 0 !important;
}

.alignfull.has-background {
  margin-top: 0;
}

/** Layouts */
.header {
  background-color: #fff;
  z-index: 999;
  height: 80px;
  position: relative;
  padding-top: 0.75em;
  transition: all 500ms linear;
}
body.navigation--open .header {
  position: initial;
}
@media (min-width: 1000px) {
  .header {
    padding-top: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    height: 125px;
  }
  body.navigation--open .header {
    position: initial;
  }
}

.header__logo-navigation {
  z-index: 10000;
  padding: 0;
  display: grid;
  grid-template-columns: auto 80px;
}
@media (min-width: 1000px) {
  .header__logo-navigation {
    display: grid;
    grid-template-columns: 224px auto 120px;
    margin-inline: auto;
    max-width: 2000px;
  }
}
@media (min-width: 1600px) {
  .header__logo-navigation {
    grid-template-columns: 600px auto 120px;
    max-width: 100%;
  }
  .header__logo-navigation .logo {
    align-self: center;
    justify-self: center;
  }
}

.footer__wrapper {
  background-color: #5a3192;
  background: radial-gradient(ellipse at bottom, transparent 75%, #57b7d4 100%), radial-gradient(ellipse at top, transparent 75%, #fff 100%), radial-gradient(circle, transparent 55%, #ec9fc1 100%), #5a3192;
  position: relative;
  margin-top: 1.5em;
}
.footer__wrapper .wrapper__inner {
  padding: 0;
}

@media (min-width: 1200px) {
  .footer__block__logo {
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .footer__logo svg {
    width: 220px;
    height: auto;
  }
}

.footer {
  color: #fff;
  text-align: center;
}
@media (min-width: 1000px) {
  .footer {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .footer {
    text-align: left;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 1.5em;
  }
}

.footer__engendering {
  padding: 1.5em 0 0 0;
}
.footer__engendering img {
  max-width: 220px;
  margin-inline: auto;
}
@media (min-width: 1000px) {
  .footer__engendering img {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footer__engendering img {
    margin-inline: auto;
  }
}

.footer__block {
  padding: 1.5em 0;
}
.footer__block h4 {
  margin-top: 0;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
}
@media (min-width: 1000px) {
  .footer__block {
    padding: 1.5em;
    font-size: 0.875em;
  }
}
@media (min-width: 1200px) {
  .footer__block {
    padding: 3em 1.5em;
  }
}
@media (min-width: 1400px) {
  .footer__block {
    padding: 6em 1.5em;
  }
}

.footer-menu ul,
.footer-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu a {
  color: #fff;
}

.footer__social {
  padding-top: 1.5em;
}
.footer__social ul,
.footer__social li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__social ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.footer__social a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0.375em;
  transition: all 0.25s ease-in;
}
.footer__social a svg {
  width: 30px;
  height: 30px;
}
.footer__social a svg path {
  fill: #fff;
}
@media (min-width: 1000px) {
  .footer__social ul {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer__social ul {
    justify-content: center;
  }
}

.footer-block-contact a {
  color: #fff;
}
.footer-block-contact [itemprop=email] {
  margin-top: 0.75em;
  display: inline-block;
}

.footer__disclaimer {
  text-align: center;
  padding: 1.5em;
  max-width: 1200px;
  margin-inline: auto;
  font-size: 0.875em;
  font-style: italic;
}
.footer__disclaimer p {
  margin: 0;
}

.footer-meta__wrapper {
  background: #554596;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  padding: 0.75em;
}
.footer-meta__wrapper p {
  margin: 0;
}
.footer-meta__wrapper a {
  color: #fff;
}

.page-header__wrapper {
  background: #5a3192;
  position: relative;
}

.course-template-template-landing .page-header__wrapper,
.lesson-template-template-landing .page-header__wrapper,
.page-template-template-landing .page-header__wrapper,
[class*=page-template-template-pillar-] .page-header__wrapper {
  text-align: center;
}
.course-template-template-landing .page-header__wrapper:before,
.lesson-template-template-landing .page-header__wrapper:before,
.page-template-template-landing .page-header__wrapper:before,
[class*=page-template-template-pillar-] .page-header__wrapper:before {
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-image: var(--header-background) !important;
  background-size: cover !important;
  opacity: 1 !important;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.course-template-template-landing .page-header__wrapper:after,
.lesson-template-template-landing .page-header__wrapper:after,
.page-template-template-landing .page-header__wrapper:after,
[class*=page-template-template-pillar-] .page-header__wrapper:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #554596;
  z-index: 1;
  opacity: 0.8;
}

[class*=pillar-purplecyan] .page-header__wrapper:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(45deg, #59459b 0%, #14bad8 20%, #14bad8 80%, #ec9fc1 100%);
  z-index: 1;
  opacity: 0.8;
}

[class*=pillar-purpleviolet] .page-header__wrapper:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(45deg, #14bad8 0%, #59459b 20%, #59459b 80%, #ec9fc1 100%);
  z-index: 1;
  opacity: 0.8;
}

[class*=pillar-bluegreen] .page-header__wrapper:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(45deg, #59459b 0%, #e474a6 20%, #e474a6 80%, #14bad8 100%);
  z-index: 1;
  opacity: 0.8;
}

body.page-template-default .page-header__wrapper,
body.single .page-header__wrapper {
  position: relative;
}
body.page-template-default .page-header__wrapper:before,
body.single .page-header__wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background-image: url("../images/circles-bg.svg");
  background-size: auto 500%;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  z-index: 1;
  opacity: 0.1;
}

.page-header-title {
  margin: 0;
  align-self: flex-start;
  color: #fff;
  font-size: 2em;
  font-size: clamp(2em, 3vw, 3em);
  position: relative;
  z-index: 2;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.course-template-template-landing .page-header-title, .page-template-template-landing .page-header-title, .page-template-template-pillar-purplecyan .page-header-title, .page-template-template-pillar-purpleviolet .page-header-title, .page-template-template-pillar-bluegreen .page-header-title {
  font-size: clamp(2em, 5vw, 5em);
}

.page-header-subtitle {
  margin-inline: auto;
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-header {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  color: #fff;
  padding: 1.5em;
}
@media (min-width: 1000px) {
  .page-header {
    padding: 4.5em 1.5em;
  }
}
@media (min-width: 1000px) {
  .lesson-template-template-landing .page-header, .course-template-template-landing .page-header, .page-template-template-landing .page-header, [class*=page-template-template-pillar-] .page-header {
    padding: 7.5em 1.5em;
  }
}

.hero__slider__wrap {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
  background: #fff;
  border-bottom: solid 1px #f2f2f2;
}
@media (min-width: 1000px) {
  .hero__slider__wrap {
    border: none;
  }
}

.hero__slider {
  max-width: 1800px;
  margin-inline: auto;
  margin-bottom: 1px !important;
}

.hero__slide {
  display: grid !important;
  grid-template-columns: repeat(12, 8.3333333333%);
  grid-template-rows: repeat(auto-fit, 8.3333333333%);
  overflow: hidden;
}
.hero__slide .hero__content {
  grid-column: 1/13;
  grid-row: 7/13;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__slide .hero__image {
  grid-column: 1/13;
  grid-row: 1/7;
}
@media (min-width: 1000px) {
  .hero__slide {
    width: 100%;
  }
  .hero__slide .hero__content {
    grid-column: 2/7;
    grid-row: 4/11;
    text-align: left;
    padding: 3em;
  }
  .hero__slide .hero__image {
    grid-column: 1/13;
    grid-row: 1/13;
  }
  .hero__slide.hero--alignright .hero__content {
    grid-column: 6/11;
    grid-row: 4/11;
    text-align: right;
    padding: 3em;
  }
  .hero__slide.hero--alignright .hero__image {
    grid-column: 1/13;
    grid-row: 1/13;
  }
}
@media (max-height: 1079px) and (min-width: 960px) {
  .hero__slide .hero__content {
    grid-row: 3/9;
  }
}

.hero__content {
  grid-column: 2/9;
  grid-row: 3/8;
  position: relative;
  z-index: 1;
}

.hero__image {
  grid-column: 1/13;
  grid-row: 1/13;
  display: block;
  overflow: hidden;
}
.hero__image img {
  width: 100%;
}

.hero__content {
  padding: 1.5em;
}
.hero__content h1 {
  font-weight: 400;
  font-size: clamp(1.5em, 4.5vw, 4.5em);
  margin: 0 0 0.375em 0;
  line-height: 1;
}
.hero__content h1 b {
  display: block;
  font-size: 3em;
  letter-spacing: -0.03em;
  color: #5a3192;
  font-weight: 700;
}

@media (min-width: 800px) {
  .books__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
  }
}
@media (min-width: 1000px) {
  .books__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .books__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.books__header {
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.5em;
}
@media (min-width: 1000px) {
  .books__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .books__header h2 {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .books__filter {
    min-width: 400px;
  }
}

.books__listitem {
  padding: 1.5em;
  border-bottom: solid 1px #ccc;
}
.books__listitem .crd__image img {
  width: 100%;
}
.books__listitem .crd__content {
  padding: 0;
}
.books__listitem .crd__title {
  margin-top: 0.75em;
  font-size: 1em;
}
.books__listitem .crd__title a {
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 800px) {
  .books__listitem {
    padding: 0 0 1.5em 0;
  }
}

.grid__table__listitem a {
  color: #333333;
}
.grid__table__listitem > div {
  background: #f2f2f2;
  padding: 0.75em 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9em;
}
.grid__table__listitem:nth-child(odd) > div {
  background: white;
}
@media (min-width: 1000px) {
  .grid__table__listitem {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
  }
  .grid__table__listitem > div {
    padding: 1.125em;
  }
}
.grid__table__listitem [data-name]::before {
  content: attr(data-name) " ";
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
}
@media (min-width: 1000px) {
  .grid__table__listitem [data-name]::before {
    content: "";
    display: none;
  }
}

.grid__table__header > div {
  background: none !important;
  color: #014a97;
  font-weight: 700;
}

@media (min-width: 1000px) {
  .grid__table__filter form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.75fr;
    gap: 0.75em;
  }
}
