/*
Theme Name: Thompson Center
Theme URI: https://thompsoncenter.missouri.edu/
Author: The Kestrel Co.
Author URI: https://thekestrel.co/
Description: Custom WordPress theme for The Thompson Center for Autism & Neurodevelopment
Version: 1.0.4
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Thompson Center is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
* The line above injects the WordPress file header. It needs to be first,
* before this comment.
*/

/**
* This injects custom `@font-face` rules.
*/

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
* This injects Tailwind's base styles and any base styles registered by
* plugins, then adds custom base styles.
*/

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--wp--preset--font-family--sans);
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.03em;
}

h1 {
  font-size: var(--wp--preset--font-size--6-xl);
  line-height: var(--line-height--6-xl);
}

h2 {
  font-size: var(--wp--preset--font-size--5-xl);
  line-height: var(--line-height--5-xl);
}

h3 {
  font-size: var(--wp--preset--font-size--4-xl);
  line-height: var(--line-height--4-xl);
}

h4 {
  font-size: var(--wp--preset--font-size--3-xl);
  line-height: var(--line-height--3-xl);
}

h5 {
  font-size: var(--wp--preset--font-size--2-xl);
  line-height: var(--line-height--2-xl);
}

h6 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
}

p,
	.block-editor-block-list__block.wp-block-paragraph {
  margin-bottom: 1.3333333em;
}

p:last-child,
	.block-editor-block-list__block.wp-block-paragraph:last-child {
  margin-bottom: 0px;
}

p:last-of-type,
	.block-editor-block-list__block.wp-block-paragraph:last-of-type {
  margin-bottom: 0px;
}

a:hover {
  text-decoration-line: underline;
}

p > a {
  text-decoration: underline;
}

p > a:hover {
  --tw-text-opacity: 1;
  color: rgb(28 94 144 / var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * Set any theme-specific variables here.
 *
 * You can use either CSS custom properties with the `--css-var-name` syntax, 
 * or SASS-style variables with the `$variable-name` syntax.
 */

body {
  --global-content-edge-padding: 2rem;
}

@media (max-width: 768px) {
  body {
    --global-content-edge-padding: 1rem
  }
}

body {
    --line-height--x-small: 1.333
;
    --line-height--small: 1.615
;
    --line-height--medium: 1.375
;
    --line-height--large: 1.333
;
    --line-height--x-large: 1.5
;
    --line-height--2-xl: 1.333
;
    --line-height--3-xl: 1.167
;
    --line-height--4-xl: 1.25
;
    --line-height--5-xl: 1
;
    --line-height--6-xl: 1
;
    --line-height--7-xl: 1
;
    --line-height--8-xl: 1
;
    --line-height--9-xl: 1
;
}

@media (max-width: 768px) {
  body {
      --line-height--x-large: 1.333
;
      --line-height--2-xl: 1.333
;
      --line-height--3-xl: 1.5
;
      --line-height--4-xl: 1.333
;
      --line-height--5-xl: 1.167
;
      --line-height--6-xl: 1.25
;
      --line-height--7-xl: 1
;
      --line-height--8-xl: 1
;
      --line-height--9-xl: 1

  }
}

/**
	 * We don't need to define these variables explicitly
	 * at desktop size because they're generated for us via 
	 * the sizes we defined in the `theme.json`, so we can just
	 * update them at the medium breakpoint.
	 */

@media (max-width: 768px) {
  body {
      --wp--preset--font-size--x-large: 1rem
;
      --wp--preset--font-size--2-xl: 1.25rem
;
      --wp--preset--font-size--3-xl: 1.25rem
;
      --wp--preset--font-size--4-xl: 1.5625rem
;
      --wp--preset--font-size--5-xl: 1.875rem
;
      --wp--preset--font-size--6-xl: 2.1875rem
;
      --wp--preset--font-size--7-xl: 3.125rem
;
      --wp--preset--font-size--8-xl: 3.75rem
;
      --wp--preset--font-size--9-xl: 4.5rem

  }
}

.has-x-small-font-size {
    line-height: var(--line-height--x-small);
  }

.has-small-font-size {
    line-height: var(--line-height--small);
  }

.has-medium-font-size {
    line-height: var(--line-height--medium);
  }

.has-large-font-size {
    line-height: var(--line-height--large);
  }

.has-x-large-font-size {
    line-height: var(--line-height--x-large);
  }

.has-2-xl-font-size {
    line-height: var(--line-height--2-xl);
  }

.has-3-xl-font-size {
    line-height: var(--line-height--3-xl);
  }

.has-4-xl-font-size {
    line-height: var(--line-height--4-xl);
  }

.has-5-xl-font-size {
    line-height: var(--line-height--5-xl);
  }

.has-6-xl-font-size {
    line-height: var(--line-height--6-xl);
  }

.has-7-xl-font-size {
    line-height: var(--line-height--7-xl);
  }

.has-8-xl-font-size {
    line-height: var(--line-height--8-xl);
  }

.has-9-xl-font-size {
    line-height: var(--line-height--9-xl);
  }

::-moz-selection {
  background: #F1B82D33;
  color: inherit;
  text-shadow: none;
}

::selection {
  background: #F1B82D33;
  color: inherit;
  text-shadow: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga" on;
  -moz-font-feature-settings: "liga" on;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 1em;
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html body {
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 500;
  line-height: var(--line-height--x-large);
}

@media (min-width: 1024px) {
  html body {
    padding-top: 3.375rem;
  }
}

.entry-content {
  position: relative;
  z-index: 0;
}

.entry-content > .wp-block-kadence-rowlayout:first-child {
  padding-top: 16.1875rem;
}

@media (min-width: 640px) {
  .entry-content > .wp-block-kadence-rowlayout:first-child {
    padding-top: 12.1875rem;
  }
}

@media (min-width: 768px) {
  .entry-content > .wp-block-kadence-rowlayout:first-child {
    padding-top: 19.125rem;
  }
}

p.wp-block-paragraph,
p.kadence-advancedheading-text,
li.wp-block-list-item {
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 500;
  line-height: var(--line-height--x-large);
}

/**
* This injects Tailwind's component classes and any component classes
* registered by plugins, then adds custom component classes.
*
* The `@import-glob` line imports all CSS files from the `components`
* directory (except for `components.css`, which is imported on the following
* line). This is meant to simplify the process of integrating styles from
* JavaScript components or WordPress plugins.
*/

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #111827;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

/**
* This injects Tailwind's utility classes and any utility classes registered
* by plugins, then adds custom utility classes.
*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-\[3\.125rem\] {
  left: 3.125rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-\[4\%\] {
  right: 4%;
}

.top-0 {
  top: 0px;
}

.top-8 {
  top: 2rem;
}

.top-\[3\.875rem\] {
  top: 3.875rem;
}

.top-\[4rem\] {
  top: 4rem;
}

.top-\[8\.25rem\] {
  top: 8.25rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[100\] {
  z-index: 100;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

.-mt-12 {
  margin-top: -3rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[1\.375rem\] {
  margin-bottom: 1.375rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[1\.625rem\] {
  margin-top: 1.625rem;
}

.mt-\[1\.875rem\] {
  margin-top: 1.875rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[274px\] {
  height: 274px;
}

.h-\[4\.375rem\] {
  height: 4.375rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.w-10 {
  width: 2.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[132px\] {
  width: 132px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[170px\] {
  width: 170px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[230px\] {
  width: 230px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[4\.375rem\] {
  width: 4.375rem;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[95px\] {
  width: 95px;
}

.w-full {
  width: 100%;
}

.max-w-\[14\.75rem\] {
  max-width: 14.75rem;
}

.max-w-\[15rem\] {
  max-width: 15rem;
}

.max-w-\[16\.69125rem\] {
  max-width: 16.69125rem;
}

.max-w-\[16\.75rem\] {
  max-width: 16.75rem;
}

.max-w-\[19\.25rem\] {
  max-width: 19.25rem;
}

.max-w-\[25\.75rem\] {
  max-width: 25.75rem;
}

.max-w-\[50rem\] {
  max-width: 50rem;
}

.max-w-\[79rem\] {
  max-width: 79rem;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

.max-w-\[80rem\] {
  max-width: 80rem;
}

.max-w-\[84rem\] {
  max-width: 84rem;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.shrink-0 {
  flex-shrink: 0;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[4\.5rem\] {
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-4xl {
  border-radius: 1.875rem;
}

.rounded-\[1\.875rem\] {
  border-radius: 1.875rem;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-full {
  border-radius: 9999px;
}

.\!rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
}

.border-t-gray-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(33 33 33 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 210 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[1\.75rem\] {
  padding: 1.75rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[75px\] {
  padding-left: 75px;
  padding-right: 75px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}

.pb-\[88px\] {
  padding-bottom: 88px;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[1\.625rem\] {
  padding-top: 1.625rem;
}

.pt-\[15rem\] {
  padding-top: 15rem;
}

.pt-\[4rem\] {
  padding-top: 4rem;
}

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

.text-center {
  text-align: center;
}

.\!text-3xl {
  font-size: var(--wp--preset--font-size--3-xl) !important;
  line-height: var(--line-height--3-xl) !important;
}

.text-2xl {
  font-size: var(--wp--preset--font-size--2-xl);
  line-height: var(--line-height--2-xl);
}

.text-3xl {
  font-size: var(--wp--preset--font-size--3-xl);
  line-height: var(--line-height--3-xl);
}

.text-4xl {
  font-size: var(--wp--preset--font-size--4-xl);
  line-height: var(--line-height--4-xl);
}

.text-5xl {
  font-size: var(--wp--preset--font-size--5-xl);
  line-height: var(--line-height--5-xl);
}

.text-6xl {
  font-size: var(--wp--preset--font-size--6-xl);
  line-height: var(--line-height--6-xl);
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-base {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
}

.text-lg {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
}

.text-sm {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--line-height--small);
}

.text-xl {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
}

.text-xs {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--line-height--x-small);
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.\!text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(28 94 144 / var(--tw-text-opacity)) !important;
}

.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(110 110 110 / var(--tw-text-opacity)) !important;
}

.\!text-text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(26 24 24 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-text-dark {
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
}

.\!no-underline {
  text-decoration-line: none !important;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/* Adds a text shadow effect */

.text-shadow {
  text-shadow: 0px .05em 1em #000;
}

/* Styling for a link arrow with an icon */

.link-arrow:after {
  display: none;
  font: var(--fa-font-regular);
  content: "\f105";
}

.link-arrow .svg-inline--fa {
  margin-left: .444em;
  display: inline-block;
  height: .925em;
}

/* Styling for an icon with checkmark image */

.icon-checkmark.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single {
  content: url("././img/check_circle_FILL0_wght300_GRAD0_opsz48 (3).svg") !important;
  width: 35px;
}

@media (max-width: 48rem) {
  .icon-checkmark.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single {
    width: 25px
  }
}

@media (max-width: 27rem) {
  .icon-checkmark.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single {
    width: 20px
  }
}

/* Styling for the modal on the homepage */

/* Adjustments for modal close button */

.home--modal .kt-modal-close {
  border-radius: 50px;
  right: 1rem !important;
  top: 0.5rem !important;
  width: 40px;
  height: 40px;
}

/* Styling for image galleries within blocks */

.wp-block-gallery img {
  border-radius: 20px;
}

/* Styling for accordion components with borders */

/* Rounded borders and overflow handling */

.accordion--borders .kt-accordion-wrap {
  border-radius: 30px;
  overflow: hidden;
}

/* Styling adjustment for video library modal */

.f-thumbs__track {
  visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 80px !important;
}

/**
* This adds custom layout classes.
*
* The `@import-glob` line imports all CSS files from the `layout` directory.
*/

/* Styles for the footer section */

@media not all and (min-width: 640px) {
  .footer__nav-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.footer__nav a {
  display: block;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__nav .menu-item-has-children {
  position: relative;
  overflow: hidden;
  font-size: var(--wp--preset--font-size--2-xl);
  line-height: var(--line-height--2-xl);
  font-weight: 600;
}

@media not all and (min-width: 640px) {
  .footer__nav .menu-item-has-children {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(65 65 65 / var(--tw-border-opacity));
  }
}

@media (min-width: 640px) {
  .footer__nav .menu-item-has-children {
    font-size: var(--wp--preset--font-size--large);
    line-height: var(--line-height--large);
  }
}

.footer__nav .menu-item-has-children:before {
  pointer-events: none;
  position: absolute;
  right: 2.4688rem;
  top: 1.875rem;
  display: block;
  height: 1.0156rem;
  width: .1175rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .footer__nav .menu-item-has-children:before {
    display: none;
  }
}

.footer__nav .menu-item-has-children:after {
  display: none;
  font: var(--fa-font-regular);
  content: "\f068";
  font-size: 1rem;
}

.footer__nav .menu-item-has-children svg {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px) {
  .footer__nav .menu-item-has-children svg {
    display: none;
  }
}

.footer__nav .menu-item-has-children.expanded:before {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 640px) {
  .footer__nav .menu-item-has-children.expanded .sub-menu {
    max-height: 24rem;
    padding-bottom: 1.5rem;
  }
}

.footer__nav .menu-item-has-children.current-menu-item > a {
  --tw-text-opacity: 1;
  color: rgb(241 184 45 / var(--tw-text-opacity));
}

.footer__nav .menu-item-has-children > a:hover {
  --tw-text-opacity: 1;
  color: rgb(241 184 45 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px) {
  .footer__nav .menu-item-has-children > a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 5.0938rem;
  }
}

.footer__nav .menu-item-has-children .sub-menu {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px) {
  .footer__nav .menu-item-has-children .sub-menu {
    max-height: 0px;
    overflow: hidden;
  }
}

@media (min-width: 640px) {
  .footer__nav .menu-item-has-children .sub-menu {
    margin-top: 1.5rem;
  }
}

.footer__nav .menu-item-has-children .sub-menu .menu-item {
  margin-bottom: 1rem;
  font-size: .9375rem;
  font-weight: 500;
}

.footer__nav .menu-item-has-children .sub-menu .menu-item:last-child {
  margin-bottom: 0px;
}

.footer__nav .menu-item-has-children .sub-menu .menu-item.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__nav .menu-item-has-children .sub-menu .menu-item a {
  --tw-text-opacity: 1;
  color: rgb(162 162 162 / var(--tw-text-opacity));
}

.footer__nav .menu-item-has-children .sub-menu .menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px) {
  .footer__nav .menu-item-has-children .sub-menu .menu-item a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.header .nav-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .header .nav-desktop {
    display: block;
  }
}

.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item {
  position: relative;
  z-index: 10;
}

.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item:not(:last-of-type) {
  margin-right: 1.875rem;
}

.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item > a {
  /* @apply text-base; */
}

.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item > a,
									.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item > button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item .wp-block-navigation-submenu__toggle {
  /* @apply mt-0.5; */
}

.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item:hover > .wp-block-navigation-item__label,
										.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item:hover > a,
										.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item:hover > button,
										.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item:focus > .wp-block-navigation-item__label,
										.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item:focus > a,
										.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item:focus > button {
  --tw-text-opacity: 1;
  color: rgb(241 184 45 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item:hover .wp-block-navigation__submenu-icon, .header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item:focus .wp-block-navigation__submenu-icon {
  margin-bottom: -0.125rem;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(241 184 45 / var(--tw-text-opacity));
}

.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content,
										.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label,
										.header .nav-desktop > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-desktop-main > .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item .wp-block-navigation__submenu-icon {
  --tw-text-opacity: 1;
  color: rgb(241 184 45 / var(--tw-text-opacity));
}

.header .nav-mobile {
  display: block;
}

@media (min-width: 1024px) {
  .header .nav-mobile {
    display: none;
  }
}

.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item {
  position: relative;
  z-index: 10;
}

.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:not(:last-of-type) {
  margin-right: 1.875rem;
}

.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item > a {
  /* @apply text-base; */
}

.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item > a,
									.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item > button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item .wp-block-navigation-submenu__toggle {
  /* @apply mt-0.5; */
}

.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item .wp-block-navigation-item__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

@media (max-width: 500px) {
  .filter-post > div.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item .wp-block-navigation-item__label {
    flex-direction: column;
  }
}

.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item .wp-block-navigation-item__label img,
										.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item .wp-block-navigation-item__label svg {
  margin-bottom: 0.375rem;
}

.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:hover .wp-block-navigation-item__content, .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:focus .wp-block-navigation-item__content, .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  text-decoration-line: none;
}

.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:hover .wp-block-navigation-item__label,
										.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:hover .wp-block-navigation-item__label svg path,
										.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:focus .wp-block-navigation-item__label,
										.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:focus .wp-block-navigation-item__label svg path,
										.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label,
										.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label svg path {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:hover .wp-block-navigation-item__label, .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:focus .wp-block-navigation-item__label, .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label {
  text-decoration-line: none;
}

@media (min-width: 640px) {
  .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:hover .wp-block-navigation-item__label, .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:focus .wp-block-navigation-item__label, .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label {
    --tw-text-opacity: 1;
    color: rgb(241 184 45 / var(--tw-text-opacity));
  }

  .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:hover .wp-block-navigation-item__label svg path:not([fill="none"]), .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:focus .wp-block-navigation-item__label svg path:not([fill="none"]), .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label svg path:not([fill="none"]) {
    fill: #F1B82D;
  }

  .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:hover .wp-block-navigation-item__label svg path[fill="none"], .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item:focus .wp-block-navigation-item__label svg path[fill="none"], .header .nav-mobile > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-navigation.nav-header-mobile-main > .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label svg path[fill="none"] {
    stroke: #F1B82D;
  }
}

.header__bar > .mega-menu {
  /* Styling for the mega menu container initially hidden */
  display: none;
}

.header__logo {
}

/* Styling for the mega menu */

.mega-menu__container {
  border-style: none !important;
  background-color: transparent !important;
  position: fixed !important;
  left: 0px !important;
  right: 0px !important;
  top: 3.375rem !important;
  z-index: 0 !important;
  width: 100% !important;
  min-width: 0px !important;
  /* visibility: visible !important;
		overflow: visible !important;
		opacity: 1 !important;
		height: auto !important;
		padding-top: 3.375rem !important; */
}

/* Styling for the expanded mega menu */

.mega-menu.wp-block-navigation-item.has-child[aria-expanded="true"] {
  z-index: 9 !important;
}

.mega-menu.wp-block-navigation-item.has-child[aria-expanded="true"] .mega-menu__container {
  /* @apply !pt-[3.375rem]; */
}

.mega-menu .wp-block-navigation-submenu__toggle {
  padding-right: 0px !important;
}

.mega-menu .wp-block-navigation-submenu__toggle[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(241 184 45 / var(--tw-text-opacity));
}

.mega-menu .wp-block-navigation-submenu__toggle[aria-expanded="true"] .wp-block-navigation-item__content {
  text-decoration-line: none;
}

.mega-menu .wp-block-navigation-submenu__toggle[aria-expanded="true"] .wp-block-navigation-item__label,
			.mega-menu .wp-block-navigation-submenu__toggle[aria-expanded="true"] .wp-block-navigation-item__label svg path {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mega-menu .wp-block-navigation-submenu__toggle[aria-expanded="true"] .wp-block-navigation-item__label {
  --tw-text-opacity: 1;
  color: rgb(241 184 45 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.mega-menu .wp-block-navigation-submenu__toggle[aria-expanded="true"] .wp-block-navigation-item__label svg path:not([fill="none"]) {
  fill: #F1B82D;
}

.mega-menu .wp-block-navigation-submenu__toggle[aria-expanded="true"] .wp-block-navigation-item__label svg path[fill="none"] {
  stroke: #F1B82D;
}

/* Styling for the mega menu container background when expanded */

.mega-menu .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .mega-menu__container>.kt-row-column-wrap>.wp-block-kadence-column>.kt-inside-inner-col>.wp-block-kadence-rowlayout {
  background-color: rgb(33 33 33 / 0.8) !important;
  -webkit-backdrop-filter: blur(30px) brightness(105%);
          backdrop-filter: blur(30px) brightness(105%);
}

/* Styling for the submenu toggle icon rotation when expanded */

.mega-menu .wp-block-navigation-submenu__toggle[aria-expanded="true"] .wp-block-navigation__submenu-icon {
  margin-bottom: -0.125rem;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mega-menu .wp-block-navigation__submenu-icon {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Styling for the main navigation menu */

.mega-menu .wp-block-navigation__container {
  display: block;
}

.mega-menu .wp-block-navigation__container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  --tw-text-opacity: 1;
  color: rgb(241 184 45 / var(--tw-text-opacity));
}

.mega-menu .wp-block-navigation__container .wp-block-navigation-item {
  margin-bottom: 1em;
  line-height: 1.555555555555556;
}

.mega-menu .wp-block-navigation__container .wp-block-navigation-item:last-child {
  margin-bottom: 0px;
}

.mega-menu .wp-block-navigation__container .wp-block-navigation-item__content {
  padding: 0px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mega-menu .wp-block-navigation__container .wp-block-navigation-item__content:hover {
  --tw-text-opacity: 1;
  color: rgb(241 184 45 / var(--tw-text-opacity));
  text-decoration-line: none;
}

/* Styling for the "gold-section" within the mega menu */

.mega-menu .gold-section .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.mega-menu .gold-section .wp-block-navigation-item__content:hover {
  --tw-text-opacity: 1;
  color: rgb(30 29 30 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* Styling for the mobile navigation menu */

.nav-mobile .mega-menu__container {
  position: fixed !important;
  top: auto !important;
  bottom: 4.6875rem !important;
  z-index: 0 !important;
  /* visibility: visible !important;
			overflow: visible !important;
			opacity: 1 !important;
			height: auto !important;
			padding-top: 3.375rem !important; */
}

.nav-mobile .mega-menu .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .mega-menu__container>.kt-row-column-wrap>.wp-block-kadence-column>.kt-inside-inner-col>.wp-block-kadence-rowlayout {
  max-height: calc(100vh - 4.6875rem);
  overflow-y: scroll;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  padding-top: 4.6875rem;
}

.nav-mobile .expandable .wp-block-button__link::before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

.nav-mobile .expandable .wp-block-button__link .svg-inline--fa {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.nav-mobile .expandable .wp-block-button__link[aria-expanded="true"]::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.25);
}

.nav-mobile .expandable .wp-block-button__link[aria-expanded="true"] .svg-inline--fa {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.nav-mobile .expandable__submenu {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  transition: all 500ms ease-in-out;
  overflow: hidden;
  /* "height: 0" not work with css transitions */
  max-height: 0;
}

.nav-mobile .expandable__submenu--visible {
  max-height: 28rem;
  margin-bottom: 0.625rem;
}

.wrapper {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wrapper--wide {
  max-width: var(--wp--style--global--wide-size);
}

/**
* This adds custom gutenberg classes.
*
* The `@import-glob` line imports all CSS files from the `gutenberg` directory.
*/

/* Styling for a block containing a group of buttons */

.wp-block-buttons {
  /* Define a custom CSS variable to control the gap between buttons */
  --wp--style--block-gap: 1rem;
  gap: 1rem;
}

/* Apply specific styles when the block is in vertical layout */

.wp-block-buttons.is-vertical {
  gap: 0.75rem;
}

/* Styling for individual button blocks */

.wp-block-button .wp-block-button__link {
  width: 100%;
  justify-content: center;
}

.kt-btn-wrap .wp-block-button .wp-block-button__link.kt-button {
  padding: initial;
}

.kt-btn-wrap .wp-block-button .wp-block-button__link.kt-button .svg-inline--fa {
  display: none;
}

.kt-btn-wrap .wp-block-button .wp-block-button__link.kt-button.kb-btn-only-icon {
  padding: 12.5px;
}

html .acf-block-fields .wp-block-button .wp-block-button__link, body .acf-block-fields .wp-block-button .wp-block-button__link {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  outline-offset: 2px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: inherit;
  line-height: 2.15384615;
  letter-spacing: 0;
  min-width: initial;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: calc(2rem + 0.906666662222222em);
  text-align: center;
  vertical-align: middle;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  font-weight: 500;
  line-height: 1.111111;
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .wp-block-button .wp-block-button__link {
    font-size: var(--wp--preset--font-size--large);
    line-height: var(--line-height--large);
  }
}

.wp-block-button .wp-block-button__link {
  overflow: initial;
}

.wp-block-button .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity));
  text-decoration-line: none;
}

.wp-block-button .wp-block-button__link:not(.kb-button):after {
  display: none;
  font: var(--fa-font-regular);
  content: "\f105";
}

.wp-block-button .wp-block-button__link:not(.kb-button) .svg-inline--fa {
  position: absolute;
  bottom: calc(1rem + 0.075em);
  margin-left: .444em;
  display: inline-block;
  height: .925em;
}

/* Apply specific styles when the button block has the default style */

.kt-btn-wrap .wp-block-button.is-style-default .wp-block-button__link.kt-button {
  padding: initial;
}

.kt-btn-wrap .wp-block-button.is-style-default .wp-block-button__link.kt-button .svg-inline--fa {
  display: none;
}

.kt-btn-wrap .wp-block-button.is-style-default .wp-block-button__link.kt-button.kb-btn-only-icon {
  padding: 12.5px;
}

html .acf-block-fields .wp-block-button.is-style-default .wp-block-button__link, body .acf-block-fields .wp-block-button.is-style-default .wp-block-button__link {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  outline-offset: 2px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: inherit;
  line-height: 2.15384615;
  letter-spacing: 0;
  min-width: initial;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
}

.wp-block-button.is-style-default .wp-block-button__link {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: calc(2rem + 0.906666662222222em);
  text-align: center;
  vertical-align: middle;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  font-weight: 500;
  line-height: 1.111111;
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .wp-block-button.is-style-default .wp-block-button__link {
    font-size: var(--wp--preset--font-size--large);
    line-height: var(--line-height--large);
  }
}

.wp-block-button.is-style-default .wp-block-button__link {
  overflow: initial;
}

.wp-block-button.is-style-default .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity));
  text-decoration-line: none;
}

.wp-block-button.is-style-default .wp-block-button__link:not(.kb-button):after {
  display: none;
  font: var(--fa-font-regular);
  content: "\f105";
}

.wp-block-button.is-style-default .wp-block-button__link:not(.kb-button) .svg-inline--fa {
  position: absolute;
  bottom: calc(1rem + 0.075em);
  margin-left: .444em;
  display: inline-block;
  height: .925em;
}

/* Apply specific styles when the button block has the secondary style */

.wp-block-button.is-style-secondary .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity));
}

.wp-block-button.is-style-secondary .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 140 0 / var(--tw-bg-opacity));
}

/* Apply specific styles when the button block has the tertiary style */

.wp-block-button.is-style-tertiary .wp-block-button__link {
  background-color: rgb(255 255 255 / .10);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-button.is-style-tertiary .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
}

/* Apply specific styles when the button block is in mobile style */

.wp-block-button.is-style-mobile .wp-block-button__link {
  background-color: rgb(255 255 255 / .05);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-button.is-style-mobile .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
}

.wp-block-button.is-style-mobile .wp-block-button__link {
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
}

.wp-block-button.is-style-mobile .wp-block-button__link .svg-inline--fa {
  right: 1.25rem;
}

.wp-block-button.is-style-mobile .wp-block-button__link svg:not(.svg-inline--fa) {
  margin-right: 0.75rem;
  display: inline-block;
}

.wp-block-button.is-style-mobile .wp-block-button__link:hover svg,.wp-block-button.is-style-mobile .wp-block-button__link:hover path {
  fill: #1A1818;
}

.wp-block-button.is-style-mobile-secondary .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity));
}

.wp-block-button.is-style-mobile-secondary .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 140 0 / var(--tw-bg-opacity));
}

.wp-block-button.is-style-mobile-secondary .wp-block-button__link {
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
}

.wp-block-button.is-style-mobile-secondary .wp-block-button__link .svg-inline--fa {
  right: 1.25rem;
}

.wp-block-button.is-style-mobile-secondary .wp-block-button__link svg:not(.svg-inline--fa) {
  margin-right: 0.75rem;
  display: inline-block;
}

.wp-block-button.is-style-mobile-secondary .wp-block-button__link:hover svg,.wp-block-button.is-style-mobile-secondary .wp-block-button__link:hover path {
  fill: #1A1818;
}

.wp-block-button.is-style-mobile#supporting_the_spectrum_mobile_btn .wp-block-button__link, .wp-block-button.is-style-mobile-seconary#supporting_the_spectrum_mobile_btn .wp-block-button__link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: .9375em;
}

.wp-block-button.is-style-mobile#supporting_the_spectrum_mobile_btn .wp-block-button__link .svg-inline--fa, .wp-block-button.is-style-mobile-seconary#supporting_the_spectrum_mobile_btn .wp-block-button__link .svg-inline--fa {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
}

.wp-block-image .aligncenter,
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image.size-full {
  width: 100%;
}

.wp-block-image.size-full > img {
  width: 100%;
}

/* image styling for blog posts */

@media (max-width: 48rem) {
  .wp-block-image .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto
  }

  .wp-block-image .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
}

.kt-btn-wrap .button.kt-button {
  padding: initial;
}

.kt-btn-wrap .button.kt-button .svg-inline--fa {
  display: none;
}

.kt-btn-wrap .button.kt-button.kb-btn-only-icon {
  padding: 12.5px;
}

/* styling for the hover effects for the resources page */

@media (min-width: 1024px) {
  .wp-block-kadence-column:has(.kb-section-link-overlay):hover {
    text-decoration-line: underline;
  }
}

.no-underline-link {
  text-decoration-line: none !important;
}

.no-underline-link:hover {
  text-decoration-line: none !important;
}

/* blue hover highlight */

.blue-highlight .kt-inside-inner-col h2,
	.blue-highlight .kt-inside-inner-col p {
  padding-left: 12px;
  font-weight: 600;
}

.blue-highlight .kt-inside-inner-col p {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px !important;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.blue-highlight .kt-inside-inner-col p:hover {
  background-color: rgba(75, 177, 255, 0.1);
  padding: 10px;
}

/* yellow hover highlight */

.yellow-highlight .kt-inside-inner-col h2,
	.yellow-highlight .kt-inside-inner-col p {
  padding-left: 12px;
  font-weight: 600;
}

.yellow-highlight .kt-inside-inner-col p {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px !important;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.yellow-highlight .kt-inside-inner-col p:hover {
  background-color: rgba(241, 184, 45, 0.1);
  padding: 10px;
}

/* red hover highlight */

.red-highlight .kt-inside-inner-col h2,
	.red-highlight .kt-inside-inner-col p {
  padding-left: 12px;
  font-weight: 600;
}

.red-highlight .kt-inside-inner-col p {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px !important;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.red-highlight .kt-inside-inner-col p:hover {
  background-color: rgba(245, 90, 90, 0.1);
  padding: 10px;
}

/* purple hover highlight */

.purple-highlight .kt-inside-inner-col h2,
	.purple-highlight .kt-inside-inner-col p {
  padding-left: 12px;
  font-weight: 600;
}

.purple-highlight .kt-inside-inner-col p {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px !important;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.purple-highlight .kt-inside-inner-col p:hover {
  background-color: rgba(126, 110, 214, 0.1);
  padding: 10px;
}

/* green hover highlight */

.green-highlight .kt-inside-inner-col h2,
	.green-highlight .kt-inside-inner-col p {
  padding-left: 12px;
  font-weight: 600;
}

.green-highlight .kt-inside-inner-col p {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px !important;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.green-highlight .kt-inside-inner-col p:hover {
  background-color: rgba(132, 193, 14, 0.1);
  padding: 10px;
}

/* orange hover highlight */

.orange-highlight .kt-inside-inner-col h2,
	.orange-highlight .kt-inside-inner-col p {
  padding-left: 12px;
  font-weight: 600;
}

.orange-highlight .kt-inside-inner-col p {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px !important;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.orange-highlight .kt-inside-inner-col p:hover {
  background-color: rgba(255, 137, 0, 0.1);
  padding: 10px;
}

/* teal hover highlight */

.teal-highlight .kt-inside-inner-col h2,
	.teal-highlight .kt-inside-inner-col p {
  padding-left: 12px;
  font-weight: 600;
}

.teal-highlight .kt-inside-inner-col p {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px !important;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.teal-highlight .kt-inside-inner-col p:hover {
  background-color: rgba(79, 175, 217, 0.1);
  padding: 10px;
}

/* grey hover highlight */

.grey-highlight .kt-inside-inner-col h2,
	.grey-highlight .kt-inside-inner-col p {
  padding-left: 12px;
  font-weight: 600;
}

.grey-highlight .kt-inside-inner-col p {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px !important;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.grey-highlight .kt-inside-inner-col p:hover {
  background-color: rgba(167, 167, 167, 0.1);
  padding: 10px;
}

/* pink hover highlight */

.pink-highlight .kt-inside-inner-col h2,
	.pink-highlight .kt-inside-inner-col p {
  padding-left: 12px;
  font-weight: 600;
}

.pink-highlight .kt-inside-inner-col p {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px !important;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.pink-highlight .kt-inside-inner-col p:hover {
  background-color: rgba(227, 141, 234, 0.1);
  padding: 10px;
}

.wp-block-kadence-rowlayout.alignfull > .kt-row-column-wrap {
  padding-left: 0px;
  padding-right: 0px;
}

.wp-block-kadence-rowlayout:not(.alignfull) > .kt-row-column-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block-kadence-rowlayout.alignwide > .kt-row-column-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
}

.wp-block-kadence-rowlayout.aligncenter > .kt-row-column-wrap {
  align-items: center;
}

.wp-block-kadence-rowlayout.no-center > .kt-row-column-wrap {
  margin-left: initial !important;
  margin-right: initial !important;
}

.wp-block[data-type="kadence/rowlayout"] > .innerblocks-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block[data-align="wide"] > .innerblocks-wrap {
  max-width: var(--wp--style--global--wide-size);
}

.wp-block[data-align="full"] > .innerblocks-wrap {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.row-in-row--no-left-padding > .kt-row-column-wrap {
  padding-left: 0 !important;
}

.row-in-row--less-left-padding > .kt-row-column-wrap {
  padding-left: 0 !important;
}

@media (max-width: 64rem) {
  .row-in-row--less-left-padding > .kt-row-column-wrap {
    padding-left: 1rem !important
  }
}

@media (max-width: 40rem) {
  .row-in-row--no-side-padding > .kt-row-column-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .section-in-row--no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

[data-title="List"].block-editor-block-list__block,
[aria-label="Block: List"].block-editor-block-list__block,
.wp-block-list {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  margin-left: 1.2rem;
  padding-left: 0px !important;
  text-align: left;
}

[data-title="List"].block-editor-block-list__block:last-child,
[aria-label="Block: List"].block-editor-block-list__block:last-child,
.wp-block-list:last-child {
  margin-bottom: 0px;
}

[data-title="List"].block-editor-block-list__block ul > li, [aria-label="Block: List"].block-editor-block-list__block ul > li, .wp-block-list ul > li {
  margin-bottom: 1em;
  list-style-type: disc;
  padding-left: 1rem;
  line-height: 1.5 !important;
}

[data-title="List"].block-editor-block-list__block ul > li:last-child, [aria-label="Block: List"].block-editor-block-list__block ul > li:last-child, .wp-block-list ul > li:last-child {
  margin-bottom: 0px;
}

[data-title="List"].block-editor-block-list__block ul > li:last-of-type, [aria-label="Block: List"].block-editor-block-list__block ul > li:last-of-type, .wp-block-list ul > li:last-of-type {
  margin-bottom: 0px;
}

/**
* This adds custom editor classes.
*
* The `@import-glob` line imports all CSS files from the `editor` directory.
*/

/* ACF Color Picker style overrides. */

.iris-picker {
  padding: 0.625rem !important;
  height: auto !important;
}

.iris-picker .iris-palette-container {
  left: auto !important;
  bottom: auto !important;
  position: relative;
  width: 100%;
}

.iris-picker .iris-picker-inner {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  overflow: auto !important;
  padding-bottom: 0.625rem !important;
}

.iris-picker .iris-palette {
  width: 1rem !important;
  height: 1rem !important;
  float: none !important;
  display: inline-block;
}

/* ACF wysiwyg visual editor style overrides */

.mce-content-body {
  background: white;
}

/* ******************************** */

/* ****  START RESET SETTINGS  **** */

/* ******************************** */

html,
body {
  font-weight: normal;
}

html .wp-block-paragraph, body .wp-block-paragraph {
  font-size: 1rem;
}

html .acf-block-fields .button, body .acf-block-fields .button {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  outline-offset: 2px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: inherit;
  line-height: 2.15384615;
  letter-spacing: 0;
  min-width: initial;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
}

html .acf-block-fields .wp-color-result, body .acf-block-fields .wp-color-result {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

html .acf-block-fields input[type="text"],
        html .acf-block-fields input[type="number"],
        html .acf-block-fields input[type="email"],
        html .acf-block-fields input[type="tel"],
        html .acf-block-fields input[type="radio"],
        html .acf-block-fields input[type="password"],
        html .acf-block-fields input[type="url"],
        html .acf-block-fields select,
        html .acf-block-fields textarea,
        body .acf-block-fields input[type="text"],
        body .acf-block-fields input[type="number"],
        body .acf-block-fields input[type="email"],
        body .acf-block-fields input[type="tel"],
        body .acf-block-fields input[type="radio"],
        body .acf-block-fields input[type="password"],
        body .acf-block-fields input[type="url"],
        body .acf-block-fields select,
        body .acf-block-fields textarea {
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #7e8993;
  background-color: #fff;
  color: #32373c;
  padding: 0 8px;
  min-height: 30px;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}

html .acf-block-fields textarea, body .acf-block-fields textarea {
  padding: 8px;
  min-height: 5rem;
}

html .acf-block-fields input[type="checkbox"],
		html .acf-block-fields input[type="radio"],
		body .acf-block-fields input[type="checkbox"],
		body .acf-block-fields input[type="radio"] {
  box-sizing: border-box;
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  border: 1px solid #7e8993;
  border-radius: 4px;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 1rem;
  margin: -.25rem .25rem 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  min-width: 1rem;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px #0000001A;
  transition: .05s border-color ease-in-out;
}

html #dashboard-widgets #dashboard_quick_press,
		html #dashboard-widgets .empty-container,
		html #dashboard-widgets #dashboard_activity,
		html #dashboard-widgets #dashboard_right_now,
		html #dashboard-widgets #wpseo-dashboard-overview,
		html #dashboard-widgets #rg_forms_dashboard,
		body #dashboard-widgets #dashboard_quick_press,
		body #dashboard-widgets .empty-container,
		body #dashboard-widgets #dashboard_activity,
		body #dashboard-widgets #dashboard_right_now,
		body #dashboard-widgets #wpseo-dashboard-overview,
		body #dashboard-widgets #rg_forms_dashboard {
  display: none;
}

html .theme-browser .theme .theme-name, html .theme-browser .theme.active .theme-name, body .theme-browser .theme .theme-name, body .theme-browser .theme.active .theme-name {
  height: auto;
}

html .theme-browser .theme .theme-actions, html .theme-browser .theme.active .theme-actions, body .theme-browser .theme .theme-actions, body .theme-browser .theme.active .theme-actions {
  padding: 12px 10px;
  height: auto;
}

html .block-editor-block-list__block, body .block-editor-block-list__block {
  margin-top: 0;
  margin-bottom: 0;
}

/* Main column width */

html .wp-block, body .wp-block {
  max-width: 100vw;
}

@media (min-width: 782px) {
  html .wp-block[data-type="kadence/rowlayout"],
		html .wp-block[data-type="acf/hero"],
		body .wp-block[data-type="kadence/rowlayout"],
		body .wp-block[data-type="acf/hero"] {
    max-width: calc(100vw - 281px) !important
  }
}

html .wp-block.wp-block-post-title, body .wp-block.wp-block-post-title {
  max-width: var(--wp--style--global--content-size) !important;
  padding-left: var(--global-content-edge-padding) !important;
  padding-right: var(--global-content-edge-padding) !important;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

html .edit-post-sidebar .acf-button-group, body .edit-post-sidebar .acf-button-group {
  flex-wrap: wrap;
}

html button.components-button.is-primary, html [type='button'].components-button.is-primary, html [type='reset'].components-button.is-primary, html [type='submit'].components-button.is-primary, body button.components-button.is-primary, body [type='button'].components-button.is-primary, body [type='reset'].components-button.is-primary, body [type='submit'].components-button.is-primary {
  background-color: var(--wp-admin-theme-color);
}

.wp-block-post-content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.edit-post-visual-editor__post-title-wrapper {
  margin-block: 2rem !important;
}

.block-editor-block-list__block .components-button.is-primary {
  background-color: var(--wp-admin-theme-color) !important;
}

.button {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: calc(2rem + 0.906666662222222em);
  text-align: center;
  vertical-align: middle;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  font-weight: 500;
  line-height: 1.111111;
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .button {
    font-size: var(--wp--preset--font-size--large);
    line-height: var(--line-height--large);
  }
}

.button {
  overflow: initial;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity));
  text-decoration-line: none;
}

.button:not(.kb-button):after {
  display: none;
  font: var(--fa-font-regular);
  content: "\f105";
}

.button:not(.kb-button) .svg-inline--fa {
  position: absolute;
  bottom: calc(1rem + 0.075em);
  margin-left: .444em;
  display: inline-block;
  height: .925em;
}

.button--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity));
}

.button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 140 0 / var(--tw-bg-opacity));
}

.button--tertiary {
  background-color: rgb(255 255 255 / .10);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
}

.button--mobile {
  background-color: rgb(255 255 255 / .05);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--mobile:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
}

.button--mobile-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity));
}

.button--mobile-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 140 0 / var(--tw-bg-opacity));
}

.button--mobile,
	.button--mobile-secondary {
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
}

.button--mobile .svg-inline--fa, .button--mobile-secondary .svg-inline--fa {
  right: 1.25rem;
}

.button--mobile svg:not(.svg-inline--fa), .button--mobile-secondary svg:not(.svg-inline--fa) {
  margin-right: 0.75rem;
  display: inline-block;
}

.button--mobile:hover svg,
			.button--mobile:hover path,
			.button--mobile-secondary:hover svg,
			.button--mobile-secondary:hover path {
  fill: #1A1818;
}

.button--filter.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--filter {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  vertical-align: middle;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  font-weight: 500;
  line-height: 1.111111;
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .button--filter {
    font-size: var(--wp--preset--font-size--large);
    line-height: var(--line-height--large);
  }
}

.button--filter {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.button--dropdown.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--dropdown {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  font-weight: 500;
  line-height: 1.111111;
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .button--dropdown {
    font-size: var(--wp--preset--font-size--large);
    line-height: var(--line-height--large);
  }
}

.button--dropdown {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.card-white {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.card img {
  /* position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; */
}

.card-box {
  flex: 1 0 30%;
  max-width: 425px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .card-box {
    flex-basis: 33.33%
  }
}

@media screen and (max-width: 550px) {
  .card-box {
    flex-basis: 50%
  }
}

.card a:hover {
  text-decoration-line: none;
}

.dropdown-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
}

@media (max-width: 500px) {
  .filter-post > div.dropdown-button {
    flex-direction: column;
  }
}

.dropdown-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dropdown-panel {
  position: absolute;
  left: 50%;
  z-index: 50;
  margin-top: 0.5rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.dropdown-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dropdown-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
}

@media (max-width: 500px) {
  .filter-post > div.dropdown-item {
    flex-direction: column;
  }
}

.dropdown-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  text-decoration-line: none;
}

.dropdown .disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: not-allowed;
}

.dropdown .selected-link {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.dropdown {
  display: flex;
  justify-content: center;
}

@media (max-width: 500px) {
  .filter-post > div.dropdown {
    flex-direction: column;
  }
}

/* event calendar plugin styling */

.single-tribe_events #content img, .post-type-archive-tribe_events #content img {
  float: right;
  margin-left: 3rem;
}

@media (max-width: 40rem) {
  .single-tribe_events #content img, .post-type-archive-tribe_events #content img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
  }
}

@media (min-width: 768px) {
  .single-tribe_events #content .tribe-events-event-meta.primary, .single-tribe_events #content .tribe-events-event-meta.secondary, .post-type-archive-tribe_events #content .tribe-events-event-meta.primary, .post-type-archive-tribe_events #content .tribe-events-event-meta.secondary {
    width: 100%;
  }

  .single-tribe_events #content .tribe-events-venue-map, .post-type-archive-tribe_events #content .tribe-events-venue-map {
    width: 100%;
  }
}

.single-tribe_events #content .tribe-events-view, .post-type-archive-tribe_events #content .tribe-events-view {
  margin-top: 19.125rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.single-tribe_events #content,
.post-type-archive-tribe_events #content {
  --tec-color-accent-primary: var(--wp--preset--color--blue-800);
  --tec-color-button-primary: var(--wp--preset--color--blue-800);
  --tec-color-background-events-bar-submit-button: var(--wp--preset--color--blue-800);
  --tec-color-link-accent: var(--wp--preset--color--blue-800);
  --tec-font-family-sans-serif: var(--wp--preset--font-family--sans);
  margin-top: 19.125rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

@media (max-width: 499px) {
  .filter-buttons {
    flex-direction: column;
  }
}

@media (min-width: 500px) {
  .filter-buttons {
    flex-direction: row;
  }
}

.filter-post img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 901px) and (max-width: 1023px) {
  .filter-post .card-box {
    flex-basis: 33.33%
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .filter-post .card-box {
    flex-basis: 45%
  }
}

@media (max-width: 767px) {
  .filter-post .card-box {
    flex-basis: 100%
  }
}

@media (max-width: 500px) {
  .filter-post > div.flex {
    flex-direction: column;
  }
}

@media (max-width: 799px) {
  .filter {
    flex-direction: column;
  }
}

@media (min-width: 800px) {
  .filter {
    flex-direction: row;
  }
}

.card--job-title {
  font-size: var(--wp--preset--font-size--4-xl);
  line-height: var(--line-height--4-xl);
}

@media (max-width: 71.5rem) {
  .card--job-title {
    font-size: var(--wp--preset--font-size--3-xl);
    line-height: var(--line-height--3-xl);
  }
}

@media (max-width: 50.75rem) {
  .card--job-title {
    font-size: var(--wp--preset--font-size--2-xl);
    line-height: var(--line-height--2-xl);
  }
}

@media (max-width: 48rem) {
  .card--job-title {
    font-size: var(--wp--preset--font-size--4-xl);
    line-height: var(--line-height--4-xl);
  }
}

@media (max-width: 26.5rem) {
  .card--job-title {
    font-size: var(--wp--preset--font-size--3-xl);
    line-height: var(--line-height--3-xl);
  }
}

.card--job-content {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
}

@media (max-width: 60rem) {
  .card--job-content {
    font-size: var(--wp--preset--font-size--medium);
    line-height: var(--line-height--medium);
  }
}

@media (max-width: 48rem) {
  .card--job-content {
    font-size: var(--wp--preset--font-size--x-large);
    line-height: var(--line-height--x-large);
  }
}

@media (max-width: 23.5rem) {
  .card--job-content {
    overflow-wrap: break-word
  }
}

/* Gravity Forms styling */

.gform_wrapper .gform_heading, .gform_confirmation_wrapper .gform_heading {
  padding-bottom: 3rem;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
  font-weight: 500;
}

.gform_wrapper .gfield:focus-within, .gform_confirmation_wrapper .gfield:focus-within {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 184 45 / var(--tw-border-opacity));
}

.gform_wrapper .gfield input:focus-visible, .gform_confirmation_wrapper .gfield input:focus-visible {
  outline: none;
}

.gform_wrapper .gfield input, .gform_confirmation_wrapper .gfield input {
  background-color: transparent;
  padding-left: 0px !important;
  padding-top: 0px !important;
  font-size: var(--wp--preset--font-size--large) !important;
  line-height: var(--line-height--large) !important;
}

.gform_wrapper .gfield textarea, .gform_confirmation_wrapper .gfield textarea {
  background-color: transparent;
}

.gform_wrapper .gfield .gfield_label, .gform_confirmation_wrapper .gfield .gfield_label {
  margin-bottom: 0px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity));
}

.gform_wrapper .gfield .gfield_required, .gform_confirmation_wrapper .gfield .gfield_required {
  display: none;
}

.gform_wrapper .gfield, .gform_confirmation_wrapper .gfield {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 56 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gform_wrapper .gform_footer input[type="submit"], .gform_confirmation_wrapper .gform_footer input[type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity));
}

.gform_wrapper .gform_footer input[type="submit"]:hover, .gform_confirmation_wrapper .gform_footer input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 140 0 / var(--tw-bg-opacity));
}

.gform_wrapper .gform_footer, .gform_confirmation_wrapper .gform_footer {
  justify-content: flex-end;
}

.gform_wrapper a, .gform_confirmation_wrapper a {
  --tw-text-opacity: 1;
  color: rgb(241 184 45 / var(--tw-text-opacity));
}

.gform_wrapper, .gform_confirmation_wrapper {
  border-radius: 1.875rem;
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  padding: 1.75rem;
}

@media (min-width: 768px) {
  .gform_wrapper, .gform_confirmation_wrapper {
    padding: 3.75rem;
  }
}

.masonry-cards .masonry-cards__column,
	.masonry-cards .wp-block-kadence-column,
	.kadence-masonry-cards .masonry-cards__column,
	.kadence-masonry-cards .wp-block-kadence-column {
  margin-bottom: 1rem;
  width: calc(50% - 8px - var(--global-content-edge-padding));
}

@media (max-width: 768px) {
  .masonry-cards .masonry-cards__column,
	.masonry-cards .wp-block-kadence-column,
	.kadence-masonry-cards .masonry-cards__column,
	.kadence-masonry-cards .wp-block-kadence-column {
    width: calc(100% - var(--global-content-edge-padding) - var(--global-content-edge-padding));
  }
}

/* Admin-only styles */

.masonry-cards .innerblocks-wrap .wp-block-kadence-column, .kadence-masonry-cards .innerblocks-wrap .wp-block-kadence-column {
  margin-bottom: 0px !important;
  width: 100% !important;
}

.masonry-cards.card .kt-row-column-wrap, .kadence-masonry-cards.card .kt-row-column-wrap {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.masonry-cards.card .wp-block-kadence-column, .kadence-masonry-cards.card .wp-block-kadence-column {
  width: 100%;
}

/* Styling for the backdrop of the dialog */

dialog::backdrop {
  background-color: #15151598;
}

/* Styling for the backdrop of the join a study dialog */

.study-dialog::backdrop {
  background-color: #15151598;
}

/* Styling for the text content within the dialog */

/* Styles for paragraphs */

.dialog-modal--text p {
  font-size: 0.938rem;
  color: #1A1818;
  margin-bottom: 1.125rem;
}

/* Styles for links */

.dialog-modal--text a {
  font-size: var(--wp--preset--font-size--x-large);
  color: #2C7DBA;
  margin-bottom: 1rem;
}

/* margin top styling for join a study modal */

.study-dialog {
  margin-top: 0px;
}

@media (max-width: 63.99rem) {
  .study-dialog {
    margin-top: -10%;
  }
}

@media (max-width: 37.5rem) {
  .study-dialog {
    margin-top: -15%;
  }
}

@media (max-width: 31.25rem) {
  .study-dialog {
    margin-top: -25%;
  }
}

/* Styling for links within the join a study dialog's question section */

.study-dialog--questions a {
  color: #1C5E90;
}

/* Styling for the close modal button on the autism friendly business page */

@media (max-width: 22.5rem) {
  .business_close-modal {
    margin-top: 2.2rem
  }
}

/* Styling for the overlay of the dialog */

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #15151598;
  z-index: 100;
}

/* Styling for the content area of the dialog */

.dialog-content {
  max-height: 80vh;
  overflow-y: auto;
}

/* Styling for the frozen background */

.frozen-background {
  overflow: hidden;
}

/* homepage news slick slider styling */

.news-slider__text .slick-list, .news-slider__images .slick-list {
  height: 100%;
}

.news-slider__text .slick-track, .news-slider__images .slick-track {
  display: flex;
  height: 100%;
}

@media (max-width: 500px) {
  .filter-post > div.news-slider__text .slick-track,.filter-post > div .news-slider__images .slick-track {
    flex-direction: column;
  }
}

.news-slider__text .slick-slide, .news-slider__images .slick-slide {
  height: auto;
  overflow: hidden;
  border-radius: 1.875rem;
}

.news-slider__text .slick-slide>div, .news-slider__images .slick-slide>div {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 1.875rem;
}

.news-slider__text.slick-dotted {
  margin-bottom: 0 !important;
}

.news-slider__text .slick-slide {
}

.news-slider__text .slick-dots {
  bottom: -2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .filter-post > div.news-slider__text .slick-dots {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .news-slider__text .slick-dots {
    width: 200%;
  }
}

.news-slider__text .slick-dots li {
  margin: 0px;
  display: flex;
  height: 2.125rem;
  width: 2.125rem;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .filter-post > div.news-slider__text .slick-dots li {
    flex-direction: column;
  }
}

.news-slider__text .slick-dots li.slick-active button:before {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity)) !important;
  opacity: 1;
}

.news-slider__text .slick-dots li button {
  height: 0.625rem;
  width: 0.625rem;
}

.news-slider__text .slick-dots li button:hover:after {
  height: 2.125rem;
  width: 2.125rem;
  background-color: rgb(255 255 255 / .09);
}

.news-slider__text .slick-dots li button:hover:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}

.news-slider__text .slick-dots li button:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  height: 0px;
  width: 0px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.news-slider__text .slick-dots li button:before {
  left: 50%;
  top: 50%;
  z-index: 1;
  height: 0.625rem;
  width: 0.625rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(65 65 65 / var(--tw-bg-opacity));
  font-size: .625rem;
  line-height: 1;
  opacity: 1;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.news-slider__images .slick-list {
  position: absolute;
  inset: 0px;
}

/* single blog post styling */

.single-post div#content h1, .single-post div#content h2, .single-post div#content h3, .single-post div#content h4, .single-post div#content h5, .single-post div#content h6, .single-post div#content p:not(.header), .single-post div#content ul, .single-post div#content ol, .single-post div#content div {
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
}

.single-post div#content h1 {
  font-size: var(--wp--preset--font-size--3-xl);
  line-height: var(--line-height--3-xl);
}

.single-post div#content h2 {
  font-size: var(--wp--preset--font-size--2-xl);
  line-height: var(--line-height--2-xl);
}

.single-post div#content h3 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
}

.single-post div#content h4 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
  font-weight: 400;
}

.single-post div#content h5 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
  font-weight: 400;
}

.single-post div#content h6 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
  font-weight: 400;
}

.single-post div#content p {
  margin-bottom: 2.5rem;
  font-weight: 500;
}

.single-post div#content a {
  --tw-text-opacity: 1;
  color: rgb(28 94 144 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.single-post div#content img {
  margin-bottom: 1rem;
  border-radius: 0.75rem;
}

.single-post div#content figcaption em {
  font-style: normal;
}

.single-post div#content figcaption {
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--line-height--small);
}

.single-post div#content .wp-block-list ul > li::marker {
  --tw-text-opacity: 1;
  color: rgb(26 24 24 / var(--tw-text-opacity));
}

.single-post div#content .wp-block-list ul > li {
  padding-left: 0px;
}

.single-post div#content .wp-block-list {
  margin: 0px;
}

@media (min-width: 1024px) {
  .single-post div#content blockquote.wp-block-quote {
    margin-left: -11rem
  }
}

@media (min-width: 800px) and (max-width: 1023px) {
  .single-post div#content blockquote.wp-block-quote {
    margin-left: -10vw
  }
}

@media (min-width: 768px) and (max-width: 799px) {
  .single-post div#content blockquote.wp-block-quote {
    margin-left: -5vw
  }
}

.single-post div#content blockquote.wp-block-quote {
  border-left: none;
}

.single-post div#content blockquote.wp-block-quote p {
  margin-bottom: 0.5rem !important;
  font-weight: 600;
  line-height: 40px;
}

.single-post div#content blockquote.wp-block-quote cite {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  font-weight: 500;
  font-style: normal;
}

.single-post div#content blockquote.wp-block-quote {
  font-size: var(--wp--preset--font-size--3-xl);
  line-height: var(--line-height--3-xl);
  font-style: normal;
}

/* video library styling */

.video-library img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-library .video-box {
  flex: 1 0 23%;
  max-width: 300px;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .video-library .video-box {
    flex-basis: 33.33%
  }
}

@media screen and (max-width: 550px) {
  .video-library .video-box {
    flex-basis: 50%
  }
}

.video-library .video-wrap {
  border: 0 solid transparent;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}

.video-library .video-intrinsic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 75%;
}

.video-library .video-overlay {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: .2;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
}

.video-library .video-img {
  flex: 1;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-library .video-link {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.video-library .video-button {
  transform: scale(0.5);
}

.video-library .video-info {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  --tw-text-opacity: 1;
  color: rgb(28 94 144 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media screen and (max-width: 550px) {
  .video-library {
    justify-content: center;
  }
}

.video-library {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 1rem;
}

@media (max-width: 500px) {
  .filter-post > div.video-library {
    flex-direction: column;
  }
}

.hover\:bg-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(241 184 45 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1024px) {
  .max-lg\:border {
    border-width: 1px;
  }

  .max-lg\:border-gold {
    --tw-border-opacity: 1;
    border-color: rgb(241 184 45 / var(--tw-border-opacity));
  }

  .max-lg\:border-white\/25 {
    border-color: rgb(255 255 255 / 0.25);
  }

  .max-lg\:bg-transparent {
    background-color: transparent;
  }
}

@media (min-width: 640px) {
  .sm\:right-0 {
    right: 0px;
  }

  .sm\:top-\[3\.875rem\] {
    top: 3.875rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-\[19\.125rem\] {
    padding-top: 19.125rem;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: var(--wp--preset--font-size--2-xl);
    line-height: var(--line-height--2-xl);
  }

  .sm\:text-sm {
    font-size: var(--wp--preset--font-size--small);
    line-height: var(--line-height--small);
  }
}

@media (min-width: 768px) {
  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:max-w-\[22\.3125rem\] {
    max-width: 22.3125rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pt-\[6\.25rem\] {
    padding-top: 6.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }

  .lg\:mb-\[4\.125rem\] {
    margin-bottom: 4.125rem;
  }

  .lg\:mt-\[2\.625rem\] {
    margin-top: 2.625rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[51\.25rem\] {
    width: 51.25rem;
  }

  .lg\:max-w-\[51\.875rem\] {
    max-width: 51.875rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-\[3\.75rem\] {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-\[7\.25rem\] {
    padding-bottom: 7.25rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-\[4\.6875rem\] {
    padding-top: 4.6875rem;
  }

  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

ul.jump-links li {
  display: inline-block;
  margin: .4rem .2rem;
}
