@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');

/*!
Theme Name: Mounted Eagles!
Theme URI: https://underscoretw.com/
Author: Paul Stroot
Author URI: https://underscoretw.com/
Description: A WordPress Starter theme utilizing nodeJS, Tailwind and PostCSS
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ocupop
Tags:

*/

/**
 * 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.
 */

/* body{
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
 } */

/**
 * 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: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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;
}

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

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html{
  height: 100%;
}

body{
  font-family:var(--wp--preset--font-family--base-font);
  font-size:var(--wp--preset--font-size--medium);
  font-weight:300;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

body #page{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  --tw-border-opacity: 1;
  border-color: rgb(100 187 106 / var(--tw-border-opacity));
}

body #page #content{
  flex: 1 1 0%;
}

.has-global-padding :where(.has-global-padding) {
  padding-right: 2rem;
  padding-left: 2rem;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

section{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

ul{
  list-style-type: disc;
  padding-left: 1.25rem;
}

ul li{
  margin-bottom: 0.5rem;
}

/* Header sizes are defined in theme.json */

/* h1, .h1{
  @apply text-4xl;
}
h2, .h2{
  @apply text-3xl;
}
h3, .h3{
  @apply text-2xl;
  border:2px solid red !important;
}
h4, .h4{
  @apply text-lg;
}
h5, .h5{
  @apply text-lg;
} */

.wp-block-term-description p {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#wpadminbar{
  position:fixed;
}

/**
 * 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.
 */

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

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

.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: #64BB6A;
  --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;
}

/*
FORMAT YOUR ALERT HTML LIKE THIS:
<div class="alert warning">
  <div class="flex">
    <div class="icon">
      <svg >...</svg>
    </div>
    <div class="message">
      <h3 class="headline">There were 2 errors with your submission</h3>
      <div class="details">Enter your details here</div>
    </div>
  </div>
</div>
*/

.alert{
  border-radius: 0.375rem;
  padding: 1rem;
}

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

.alert .icon svg{
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
  color: inherit;
}

.alert .message{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.alert .headline{
  margin-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: inherit;
}

.alert .cta-buttons{
  margin-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: inherit;
}

.alert .cta-buttons .button-wrapper{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
  display: flex;
}

.alert .cta-buttons .button-wrapper button{
  /* This would need some work so that the buttons match the container colors */
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity))
}

.alert .cta-buttons .button-wrapper button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.alert .cta-buttons .button-wrapper button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #f0fdf4;
}

.alert .details{
  margin-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: inherit;
}

.alert .details ul{
  list-style-type: disc;
}

.alert .details ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.alert .details ul{
  padding-left: 1.25rem;
}

.alert.success{
  background-color: rgb(100 187 106 / .1);
  --tw-text-opacity: 1;
  color: rgb(55 120 44 / var(--tw-text-opacity));
}

.alert.info{
  background-color: rgb(60 179 192 / .1);
  --tw-brightness: brightness(.5);
  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);
}

.alert.warning{
  background-color: rgb(227 23 45 / .1);
  --tw-text-opacity: 1;
  color: rgb(227 23 45 / var(--tw-text-opacity));
}

.alert.danger{
  background-color: rgb(204 0 0 / .1);
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

.alert.has-border{
  border-radius: 0px;
  border-left-width: 4px;
}

.alert.has-border.success{
  --tw-border-opacity: 1;
  border-color: rgb(159 217 131 / var(--tw-border-opacity));
}

.alert.has-border.info{
  --tw-border-opacity: 1;
  border-color: rgb(60 179 192 / var(--tw-border-opacity));
}

.alert.has-border.warning{
  --tw-border-opacity: 1;
  border-color: rgb(227 23 45 / var(--tw-border-opacity));
}

.alert.has-border.danger{
  --tw-border-opacity: 1;
  border-color: rgb(204 0 0 / var(--tw-border-opacity));
}

.badge{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.badge-lg{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.badge-xl{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.badge-2xl{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.badge-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(100 187 106 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.badge-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(60 179 192 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.badge-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.badge-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(205 83 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.badge-info{
  --tw-bg-opacity: 1;
  background-color: rgb(60 179 192 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.badge-success{
  --tw-bg-opacity: 1;
  background-color: rgb(159 217 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.badge-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(227 23 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.badge-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.badge-primary.light{
  background-color: rgb(100 187 106 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(55 120 44 / var(--tw-text-opacity));
}

.badge-secondary.light{
  background-color: rgb(60 179 192 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(2 64 100 / var(--tw-text-opacity));
}

.badge-tertiary.light{
  background-color: rgb(255 165 0 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity));
}

.badge-accent.light{
  background-color: rgb(205 83 96 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(205 83 96 / var(--tw-text-opacity));
}

.badge-info.light{
  background-color: rgb(60 179 192 / 0.25);
  --tw-brightness: brightness(.5);
  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);
}

.badge-success.light{
  background-color: rgb(159 217 131 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(55 120 44 / var(--tw-text-opacity));
}

.badge-warning.light{
  background-color: rgb(227 23 45 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(227 23 45 / var(--tw-text-opacity));
}

.badge-danger.light{
  background-color: rgb(204 0 0 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

@media (max-width:781px){
  .wp-block-button{
    font-size: 1.3rem
  }
}

.wp-block-button .wp-block-button__link.has-primary-background-color{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.wp-block-button .wp-block-button__link.has-primary-background-color:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 217 131 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 120 44 / var(--tw-text-opacity)) !important;
}

.wp-block-button .wp-block-button__link.has-primary-background-color:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 217 131 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 120 44 / var(--tw-text-opacity)) !important;
}

.wp-block-button .wp-block-button__link.has-secondary-background-color{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.wp-block-button .wp-block-button__link.has-secondary-background-color:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 235 244 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 64 100 / var(--tw-text-opacity)) !important;
}

.wp-block-button .wp-block-button__link.has-secondary-background-color:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 235 244 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 64 100 / var(--tw-text-opacity)) !important;
}

.wp-block-button .wp-block-button__link.has-tertiary-background-color{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.wp-block-button .wp-block-button__link.has-tertiary-background-color:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 229 158 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 140 0 / var(--tw-text-opacity)) !important;
}

.wp-block-button .wp-block-button__link.has-tertiary-background-color:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 229 158 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 140 0 / var(--tw-text-opacity)) !important;
}

.wp-block-button .wp-block-button__link.has-accent-background-color{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.wp-block-button .wp-block-button__link.has-accent-background-color:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 149 159 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(227 23 45 / var(--tw-text-opacity)) !important;
}

.wp-block-button .wp-block-button__link.has-accent-background-color:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 149 159 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(227 23 45 / var(--tw-text-opacity)) !important;
}

/* .btn{
  @apply inline-block rounded bg-gray-300 px-6 pt-2.5 pb-2 text-xs font-medium uppercase text-black transition duration-150 ease-in-out hover:bg-gray-600 focus:bg-gray-400 ;
}
.btn-primary{
  @apply bg-primary text-white hover:bg-primary-light focus:bg-primary-light ;
}
.btn-secondary{
  @apply bg-secondary text-white hover:bg-secondary-light focus:bg-secondary-light ;
}
.btn-tertiary{
  @apply bg-tertiary text-white hover:bg-tertiary-light focus:bg-tertiary-light ;
}
.btn-accent{
  @apply bg-accent text-white hover:bg-accent-light focus:bg-accent-light ;
}
.btn-info{
  @apply bg-info text-white hover:brightness-125 focus:brightness-125 ;
}
.btn-success{
  @apply bg-success text-white hover:bg-primary focus:bg-primary ;
}
.btn-warning{
  @apply bg-warning text-white hover:bg-red-400 focus:bg-red-400 ;
}
.btn-danger{
  @apply bg-danger text-white hover:bg-red-400 focus:bg-red-400 ;
}

.btn-xs{
  @apply py-1 px-2 text-xs
}
.btn-sm{
  @apply py-1 px-2 text-sm
}
.btn-md{
  @apply py-1.5 px-2.5 text-sm
}
.btn-lg{
  @apply py-2 px-3 text-sm
}
.btn-xl{
  @apply py-2.5 px-3.5 text-sm
}
.btn-2xl{
  @apply py-2.5 px-3.5 text-lg
}
*/

.get-involved-columns .wp-block-column{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.get-involved-columns .wp-block-column .wp-block-image{
  position: relative;
  border-radius: 9999px;
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(100 187 106 / var(--tw-border-opacity));
  padding: 1rem;
}

.get-involved-columns .wp-block-column .wp-block-image:hover{
  --tw-border-opacity: 1;
  border-color: rgb(159 217 131 / var(--tw-border-opacity));
}

.get-involved-columns .wp-block-column .wp-block-image{
  height: 130px;
  width: 130px;
}

.get-involved-columns .wp-block-column .wp-block-image img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer.wp-block-template-part{
  margin-top:0;
}

@media (max-width:600px){
  footer.wp-block-template-part{
    text-align: center;
  }

  footer.wp-block-template-part .has-text-align-right{
    text-align: center;
  }

  footer.wp-block-template-part .is-content-justification-right,
    footer.wp-block-template-part .items-justified-right{
    justify-content: center;
  }
}

form.wpcf7-form,
form.ctct-form{
  text-align: left;
}

form.wpcf7-form input[type="text"],
	form.wpcf7-form input[type="number"],
	form.wpcf7-form input[type="password"],
	form.wpcf7-form input[type="date"],
	form.wpcf7-form input[type="date"],
	form.wpcf7-form input[type="email"],
	form.wpcf7-form input[type="phone"],
	form.wpcf7-form textarea,
	form.wpcf7-form select,
	form.ctct-form input[type="text"],
	form.ctct-form input[type="number"],
	form.ctct-form input[type="password"],
	form.ctct-form input[type="date"],
	form.ctct-form input[type="date"],
	form.ctct-form input[type="email"],
	form.ctct-form input[type="phone"],
	form.ctct-form textarea,
	form.ctct-form select{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

form.wpcf7-form input[type="text"].wpcf7-not-valid, form.wpcf7-form input[type="number"].wpcf7-not-valid, form.wpcf7-form input[type="password"].wpcf7-not-valid, form.wpcf7-form input[type="date"].wpcf7-not-valid, form.wpcf7-form input[type="date"].wpcf7-not-valid, form.wpcf7-form input[type="email"].wpcf7-not-valid, form.wpcf7-form input[type="phone"].wpcf7-not-valid, form.wpcf7-form textarea.wpcf7-not-valid, form.wpcf7-form select.wpcf7-not-valid, form.ctct-form input[type="text"].wpcf7-not-valid, form.ctct-form input[type="number"].wpcf7-not-valid, form.ctct-form input[type="password"].wpcf7-not-valid, form.ctct-form input[type="date"].wpcf7-not-valid, form.ctct-form input[type="date"].wpcf7-not-valid, form.ctct-form input[type="email"].wpcf7-not-valid, form.ctct-form input[type="phone"].wpcf7-not-valid, form.ctct-form textarea.wpcf7-not-valid, form.ctct-form select.wpcf7-not-valid{
  --tw-border-opacity: 1;
  border-color: rgb(227 23 45 / var(--tw-border-opacity));
}

form.wpcf7-form textarea, form.ctct-form textarea{
  height: 6rem;
}

form.wpcf7-form .row, form.ctct-form .row{
  gap: 1rem;
}

@media (min-width: 640px){
  form.wpcf7-form .row, form.ctct-form .row{
    display: grid;
  }

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

  form.wpcf7-form .row.cols-3, form.ctct-form .row.cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

form.wpcf7-form .form-block, form.ctct-form .form-block{
  margin-bottom: 1rem;
}

form.wpcf7-form .form-block p, form.ctct-form .form-block p {
  margin: 0;
}

form.wpcf7-form .form-block .form-control, form.ctct-form .form-block .form-control {
}

form.wpcf7-form .form-block .wpcf7-form-control-wrap, form.ctct-form .form-block .wpcf7-form-control-wrap {
}

form.wpcf7-form label, form.ctct-form label{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

form.wpcf7-form input[type="submit"], form.ctct-form input[type="submit"]{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(100 187 106 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

form.wpcf7-form input[type="submit"]:hover, form.ctct-form input[type="submit"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 120 44 / var(--tw-bg-opacity));
}

form.wpcf7-form input[type="checkbox"],
	form.wpcf7-form input[type="radio"],
	form.ctct-form input[type="checkbox"],
	form.ctct-form input[type="radio"]{
  margin-top: 0.15rem;
  height: 1.5rem;
  width: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  /*  background-position: 50%; */
}

form.wpcf7-form input[type="checkbox"], form.ctct-form input[type="checkbox"]{
  border-radius: 0.125rem;
}

form.wpcf7-form input[type="radio"], form.ctct-form input[type="radio"]{
  border-radius: 9999px;
}

form.wpcf7-form input:checked[type="checkbox"], form.ctct-form input:checked[type="checkbox"]{
  --tw-bg-opacity: 1;
  background-color: rgb(100 187 106 / var(--tw-bg-opacity));
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

form.wpcf7-form input:checked[type="radio"], form.ctct-form input:checked[type="radio"]{
  --tw-bg-opacity: 1;
  background-color: rgb(100 187 106 / var(--tw-bg-opacity));
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}

form.wpcf7-form .wpcf7-list-item, form.ctct-form .wpcf7-list-item{
  margin-bottom: 0.5rem;
  margin-left: 0px;
  margin-right: 1rem;
  margin-top: 0.5rem;
}

form.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label, form.ctct-form .wpcf7-list-item .wpcf7-list-item-label{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

form.wpcf7-form .wpcf7-not-valid-tip, form.ctct-form .wpcf7-not-valid-tip{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form.wpcf7-form .wpcf7-response-output, form.ctct-form .wpcf7-response-output{
  margin-left: 0px;
  margin-right: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(55 120 44 / var(--tw-border-opacity));
  background-color: rgb(60 179 192 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(159 217 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

form.wpcf7-form.failed .wpcf7-response-output,
	form.wpcf7-form.aborted .wpcf7-response-output,
	form.ctct-form.failed .wpcf7-response-output,
	form.ctct-form.aborted .wpcf7-response-output{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

form.wpcf7-form.invalid .wpcf7-response-output,
	form.wpcf7-form.unaccepted .wpcf7-response-output,
	form.wpcf7-form.payment-required .wpcf7-response-output,
	form.ctct-form.invalid .wpcf7-response-output,
	form.ctct-form.unaccepted .wpcf7-response-output,
	form.ctct-form.payment-required .wpcf7-response-output{
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 158 / var(--tw-bg-opacity));
}

/* Woocommerce forms */

.wapf abbr{
  --tw-text-opacity: 1;
  color: rgb(227 23 45 / var(--tw-text-opacity));
  text-decoration-line: none;
}

form.ctct-form .ctct-form-field-text {
  width: 48%;
  margin-right: 4%;
  float: left;
}

form.ctct-form .ctct-form-field-text:nth-child(3) {
  margin-right: 0;
}

.ctct-message{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(148 235 244 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.ctct-message.ctct-success{
  --tw-bg-opacity: 1;
  background-color: rgb(159 217 131 / var(--tw-bg-opacity));
}

.ctct-message .ctct-dismiss{
  margin-right: 1rem;
}

.get-involved-options .wp-block-column .wp-block-heading{
  margin-top: 0.5rem;
}

.get-involved-options .wp-block-column .wp-block-button .wp-block-button__link{
  display: flex;
  min-height: 3.7rem;
  align-items: center;
}

.wp-site-blocks > header,
.site-header{
  position: relative;
  height: 78px;
  transition:all 0.5s ease-out;
  z-index: 999;
}

.site-header{
  position: fixed;
  width: 100%;
}

.site-header > div{
  max-height: 100%;
  justify-content: space-between;
}

.site-header .header-nav-column{
  flex-basis:auto !important;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 1024px){
  .site-header .header-nav-column{
    justify-content: flex-start;
  }
}

.site-header .logo-column{
  flex-basis:auto !important;
  width: 315px;
}

.logo-tagline{
  height:auto !important;
  overflow:hidden;
}

.scrolled .wp-site-blocks > header,
  .scrolled .site-header{
  height: 60px;
}

.scrolled .site-header.has-primary-light-background-color{
  background-color: rgba(159,217,131,.8) !important;
}

.scrolled .site-header.has-primary-light-background-color .logo-tagline{
  height:0 !important;
  margin-top: 0;
}

@media (max-width:500px){
  .site-header > .wp-block-columns{
    height:100%;
  }

  .wp-block-mountedeagles-logo .logo-mark{
    max-width: 20vw;
    height: auto !important;
    max-height:100%;
  }

  .wp-block-mountedeagles-logo .logo-mark img{
    height:auto !important;
    max-height:100%;
  }
}

.hero-columns{
  margin: 0px !important;
  align-items: center !important;
  padding: 0px !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)).hero-carousel-content> *{
  margin-left: 0px !important;
}

.hero-carousel-content{
  /* content-right */
}

/* @apply px-0; */

@media (min-width: 768px){
  .hero-carousel-content.content-1\/2{
    max-width: 47rem !important;
  }
}

.hero-carousel-content.content-1\/2{
  /* @apply px-8; */
  /* > * {
      @apply md:max-w-[45rem] !important;
    } */
}

@media (min-width: 768px){
  .hero-carousel-content.content-1\/3 > *{
    max-width: 30rem !important;
  }

  .hero-carousel-content.content-2\/3{
    max-width: 60rem !important;
  }
}

.hero-carousel-content.content-2\/3{
  /* > * {
      @apply md:max-w-[55rem] !important;
    } */
}

@media (min-width: 768px){
  .hero-carousel-content.content-right{
    padding-right: 2rem;
  }

  .hero-carousel-content.content-left{
    margin-right: 0px;
    margin-left: auto;
  }
}

.home-hero{
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow: hidden;
}

.home-hero .slick-track{
  display: flex;
}

.home-hero .slick-track .slick-slide{
  height: unset;
}

.home-hero .slick-track .slick-slide .hero-columns {
  height:100%;
}

.home-hero .slick-track .slick-slide .hero-columns .hero-carousel-image{
  align-self:stretch;
}

.home-hero .slick-track .slick-slide .hero-columns .hero-carousel-image .wp-block-cover{
  height: 100%;
}

.slick-slider{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.slick-prev::before,.slick-next::before{
  width: 2rem!important;
  height: 2rem!important;
  content: '' !important;
  display: block;
  background-repeat: repeat;
  background-size: 100% 100%;
}

.slick-prev:hover::before,.slick-next:hover::before{
  opacity:1;
}

.slick-prev::before{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill=''%23000' viewBox='0 0 8 8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E") !important;
}

.slick-next::before{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill=''%23000' viewBox='0 0 8 8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.home-hero .slick-prev::before{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E") !important;
}

.home-hero .slick-next::before{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E") !important;
}

@media (max-width:781px){
  .hero-carousel-image .wp-block-cover{
    min-height: 0 !important;
    padding-bottom: 50%;
  }

  .home-hero .slick-track{
    /* border:8px dotted red; */
    display: flex;
    align-items: stretch;
  }

  .home-hero .hero-columns{
    gap: 0px;
    align-items:baseline !important;
  }

  .home-hero .wp-block-cb-carousel{
    margin: 0px;
  }

  .home-hero .wp-block-cb-carousel .wp-block-column:nth-child(1){
    align-self:baseline;
  }

  .home-hero .wp-block-cb-carousel .wp-block-column:nth-child(2){
    align-self:auto;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  @media (min-width: 768px){
    .home-hero .wp-block-cb-carousel .wp-block-column:nth-child(2){
      padding-left: 0px;
      padding-right: 0px;
    }
  }

  .home-hero .wp-block-cb-carousel .wp-block-cb-slide{
    float:none;
    margin: 0px !important;
    padding: 0px !important;
    height: auto;
    display: flex;
  }

  .home-hero .wp-block-cb-carousel .wp-block-cb-slide .hero-columns{
    width: 100%;
  }

  .home-hero .wp-block-cb-carousel.alignfull .slick-prev{
    left: 0rem;
  }

  .home-hero .wp-block-cb-carousel.alignfull .slick-next{
    right: 0.6rem;
  }
}

.about-hero{
  background-color:#786f66 !important;
}

.about-hero img{
  max-height: 35rem;
  width: auto;
}

.home-events{
  overflow:unset;
}

.home-events .wp-block-columns{
  margin-bottom: 0px;
  flex-direction: column-reverse;
}

@media (min-width: 768px){
  .home-events .wp-block-columns{
    flex-direction: row;
  }
}

.home-events .wp-block-image{
  margin-bottom: -5rem !important;
}

@media (min-width: 768px){
  .home-events .wp-block-image{
    margin-top: -5rem !important;
  }
}

.home-events .wp-block-image{
  display: flex;
  justify-content: center;
}

.home-events .wp-block-cover__image-background,
  .home-events .wp-block-cover__background{
  border-radius:1.54rem;
}

.home-events .wp-block-column{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-events .wp-block-heading{
}

.home-events .upcoming-events-list{
  list-style-type: none;
  padding-left: 0px;
  padding-top: 1rem;
}

.home-events .upcoming-events-list li span{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.home-events .upcoming-events-list li a{
  display: block;
  font-weight: 700;
}

ul.primary-menu{
}

ul.utility-nav{
}

/**
 MEGA-MENU
 Secondary navigation dropdown stretches the full width of the screen.

 DOM should look like this:
 <div class="primary mega-menu(optional)">
   <button class="menu-toggle">Toggle</button></button>
   <?php
     wp_nav_menu(
       array(
        'theme_location' => 'main-nav',
        'menu_class'     => 'has-dropdown-submenus',
        'items_wrap'     => '<ul id="%1$s" class="%2$s" aria-label="submenu">%3$s</ul>',
        'walker'          => new sublevel_wrapper()
      )
     );
   ?>
 </div>
 */

/* .primary-menu{
  &.no-animate{
    .sub-menu__wrapper{
      border:1px solid red;
      animation-duration: 0s !important;
      transition:margin-top 0s, opacity 0s !important;
      opacity:0!important;
    }
  }
  > ul, > * > ul{
    @apply hidden bg-white absolute left-0 w-full shadow-md  dark:bg-gray-800 flex-col;
    @apply md:static md:bg-transparent md:shadow-none md:flex md:flex-row md:mt-0 md:text-sm md:font-medium  md:w-auto;
    &.open{ @apply flex z-50; }
  }

  ul li{
    @apply relative md:static ;
    a{
      @apply p-5 block md:inline-block hover:text-white hover:bg-secondary;
    }
    &.menu-item-has-children a{
        padding-right: 1.75em;
      }
    &.current_page_item > a{
      @apply underline font-bold;
    }

    &.current-menu-ancestor > a{
      @apply font-bold text-secondary-dark;
    }
  } */

/*
  .sub-menu__wrapper{
    @apply text-sm bg-white z-50 md:absolute md:shadow-lg overflow-hidden;
    animation: 0.2s linear 0s forwards nav-hide;
    a{
      @apply block py-2 hover:bg-accent hover:text-white md:hover:bg-transparent md:hover:text-primary md:px-0;
    }
    .current_page_item > a{
      @apply underline font-bold text-primary-dark;
    }
    ul{
      @apply p-0 m-auto md:container md:p-4 md:gap-x-6;
      animation: 0.2s linear 0s forwards slide-up;
    }

    ul ul {
      @apply block text-xs m-auto p-0 pb-4 md:pb-0;
      li{
        @apply m-0;
        a{
          @apply py-2 pl-8 md:pl-0;
        }
      }
    }
  }
  li.open .sub-menu__wrapper{
    animation: 0.2s linear 0s forwards nav-reveal;
    ul{
      animation: 0.2s linear 0s forwards slide-down;
    }
  }
} */

/* add the "mega-menu" class to the nav container to make the sub-menus stretch the width of the screen */

/* .mega-menu {
  ul li{
    @apply md:static;
  }
  .sub-menu__wrapper{
    @apply left-0 right-0 w-full;
    ul{
      @apply md:flex;
    }
  }
  li.open .sub-menu__wrapper { }
} */

/*
.menu-toggle{
  font-size:1rem;
  width:2.5em;
  height:2.5em;
  padding:0.5em;
  @apply relative p-2 text-gray-500 ;
  @apply block md:hidden;
  @apply hover:bg-gray-100;
  @apply focus:outline-none focus:ring-2 focus:ring-gray-200;
  @apply dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600;

  .checkbox {
    @apply absolute h-full w-full left-0 top-0 block z-10 cursor-pointer opacity-0;
    &:checked ~ .hamburger .line1,
    &:checked ~ .hamburger .line4{
      @apply scale-y-0;
    }
    &:checked ~ .hamburger .line2{
      @apply -rotate-45;
    }
    &:checked ~ .hamburger .line3{
      @apply rotate-45;
    }
  }
  .hamburger {
    @apply h-full w-full left-0 top-0 relative flex flex-col justify-between;
    span {
      @apply block w-full rounded-sm absolute origin-center bg-current transition-transform;
      height: 0.25em;
    }
    .line1{
      @apply top-0;
    }
    .line2, .line3{
      top:calc(50% - (0.25em/2));
    }
    .line4{
      @apply bottom-0;
    }
  }
} */

/* @keyframes nav-reveal {
  0% {
   opacity: 0;
   display: none;
   visibility: hidden;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nav-hide {
  0% {
   opacity: 1;
  }
  99% {
    max-height:0;
    opacity: 0;
  }
  100% {
    max-height:0;
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}



@keyframes slide-up {
  0%   { @apply mt-0; }
  100% { @apply -mt-24; }
}
@keyframes slide-down {
  0%   { @apply -mt-24; }
  100% { @apply mt-0; }
} */

/*
.mega-menu-wrap,
.mega-menu-wrap > ul{
  position:inherit !important;
}
.mega-sub-menu{
  max-width:800px !important;
  right:0 !important;
  margin:auto !important;
  border:2px solid blue;
}

#mega-menu-max_mega_menu_1::before{
  border:2px solid red !important;
  content:'' !important;
  position:absolute !important;
  width:100% !important;
  height:100% !important;
  background-color:#FFFFFF !important;
  top:1px !important;
  left:0 !important;
} */

.partners-grid figure{
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom:80%;
}

.partners-grid figure img{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-grid{
  /* The "Query Loop" block that wraps the post template */
}

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

@media (min-width: 600px){
  .post-grid-template{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1000px){
  .post-grid-template{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1250px){
  .post-grid-template{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.post-grid-template .grid-item-border{
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.post-grid-template .wp-block-post-date{
  margin-right: 0px !important;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.post-grid-template .grid-item-content{
  display: flex;
  height: 100%;
  flex-direction: column;
}

.post-grid-template .grid-item-content .wp-block-post-title{
  margin-left: 0px !important;
}

.post-grid-template .grid-item-content .wp-block-post-excerpt{
  margin-top: 0px;
  flex: 1 1 0%;
}

.post-grid-template .grid-item-content .wp-block-post-excerpt__more-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__wrapper{
  position: relative;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__wrapper > *{
  display: none;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__wrapper:before{
  content: 'Loading Recent News';
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 3rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__wrapper.slick-initialized > *{
  display: block;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__wrapper.slick-initialized:before{
  display: none;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__slide .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-thumbnail img{
  max-height:300px !important;
  /* max-width:300px !important; */
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__slide .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-content-wrapper .wp-block-getwid-post-carousel__post-header .wp-block-getwid-post-carousel__post-title a{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__slide .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-content-wrapper .wp-block-getwid-post-carousel__post-header .wp-block-getwid-post-carousel__post-title a:hover{
  --tw-text-opacity: 1;
  color: rgb(2 64 100 / var(--tw-text-opacity));
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__slide .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-content-wrapper .wp-block-getwid-post-carousel__post-excerpt{
  /* overflow: hidden;
          text-overflow: ellipsis; */
}

.wp-block-getwid-images-slider__wrapper img{
  width:auto !important;
}

.latest-news{
}

.quantity::before{
  content: 'Quantity: ';
  margin-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.quantity label{
  display:block;
}

.quantity input{
  /* @apply border;
    @apply p-1 !important; */
}

.woocommerce input[type=text],
  .woocommerce input[type=number],
  .woocommerce input[type=password],
  .woocommerce input[type=date],
  .woocommerce input[type=date],
  .woocommerce input[type=email],
  .woocommerce input[type=phone],
  .woocommerce textarea,
  .woocommerce select{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce select{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* Product Page forms */

@media (min-width: 1024px){
  .bc-mnc{
    order: -1;
  }
}

.bc-mnc{
  align-self: flex-start !important;
}

@media (min-width: 1024px){
  .bc-mnc{
    align-self: center !important;
  }
}

.bc-mnc .bc-mnc__cart-link--container{
  margin: -3px 0;
}

.bc-mnc .bc-mnc__cart-link--count-circle{
  top: 0.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(205 83 96 / var(--tw-bg-opacity)) !important;
}

/* Membership Product Page */

table.variations{
  margin-bottom: 0px !important;
}

table.variations tr{
  margin-bottom: 0px !important;
}

/* Specialty product pages with forms */

.product-with-form.no-quantity .quantity{
  display: none !important;
}

.product-with-form .woocommerce > .wp-block-group.has-global-padding{
  overflow: hidden;
}

.product-with-form table.variations{
  margin-bottom: 1rem !important;
}

@media (min-width: 768px){
  .product-with-form table.variations tr{
    display: flex !important;
  }
}

.product-with-form table.variations td.value{
  display: flex;
  align-items: center;
}

.product-with-form .woocommerce-variation{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  padding: 1rem;
}

.product-with-form .woocommerce-variation .price{
  font-weight: 700;
}

.product-with-form .wapf{
  position: relative;
  left: 50%;
  margin-bottom: 1rem;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
  padding: 0px;
  width: 100vw;
  transform: translateX(-50%);
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 158 / var(--tw-bg-opacity));
}

.product-with-form .wapf .wapf-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/* .container{
  @apply mx-auto px-4;
} */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

/* $(post-title-selector) {
	@apply max-w-content mx-auto mb-6 text-3xl font-extrabold;
} */

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

/* .page-content > *,
.entry-content > * {
	@apply max-w-content mx-auto;
} */

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  /* @apply max-w-wide; */
}

.entry-content > .alignfull {
  /* @apply max-w-none; */
}

.entry-content > .alignleft {
  /* @apply float-left mr-8; */
}

/* @apply float-right ml-8; */

.entry-content > .alignright.wp-block-image,
	.entry-content > .alignright.wp-block-post-featured-image {
  max-width: 50%;
}

@media (max-width: 650px) {
  .entry-content > .alignright.wp-block-image,
	.entry-content > .alignright.wp-block-post-featured-image {
    float: none;
    max-width: 100%;
    margin: auto;
    margin-bottom: 1rem
  }

  .entry-content > .alignright.wp-block-image img, .entry-content > .alignright.wp-block-post-featured-image img {
    max-width: 100%;
  }
}

.wp-block-image figcaption {
  background-color: #e2e2e2;
  padding: 1rem;
  margin-top: 0;
  font-size: 0.95rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

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

.collapse{
  visibility: collapse !important;
}

.sticky{
  position: sticky !important;
}

.block{
  display: block !important;
}

.inline{
  display: inline !important;
}

.flex{
  display: flex !important;
}

.grid{
  display: grid !important;
}

.h-full{
  height: 100% !important;
}

.border{
  border-width: 1px !important;
}

.uppercase{
  text-transform: uppercase !important;
}

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

/*
 @import "./vendor/tiny-slider.css";
@import "./vendor/slick.css";
@import "./vendor/slick-theme.css";
*/

/* .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: .5rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before {
  top: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after {
  top: 1px;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.2);
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  font-weight: 500
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: 1rem;
  color: #212529
} */

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

.grecaptcha-badge {
  visibility: hidden !important;
}

.fade {
  transition: opacity .15s linear
}

.fade:not(.show){
  opacity:0
}

.product-details-hide-tabs .tabs, .product-details-hide-tabs h2{
  display: none;
}

.floating-anchor{
  position: absolute;
  margin-top: -4rem !important;
  width: 100%;
}
