/*
! tailwindcss v3.4.4 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

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

.-top-20 {
  top: -5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-8 {
  top: 2rem;
}

.top-\[100\%\] {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-0 {
  margin: 0px;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.\!mt-2 {
  margin-top: 0.5rem !important;
}

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

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

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

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

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

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

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

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mb-\[140px\] {
  margin-bottom: 140px;
}

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

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.ml-6 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

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

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-48 {
  height: 12rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.\!min-h-screen {
  min-height: 100vh !important;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-52 {
  min-height: 13rem;
}

.min-h-60 {
  min-height: 15rem;
}

.min-h-64 {
  min-height: 16rem;
}

.min-h-72 {
  min-height: 18rem;
}

.min-h-96 {
  min-height: 24rem;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-3\/4 {
  width: 75%;
}

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

.w-4\/5 {
  width: 80%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

.min-w-72 {
  min-width: 18rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-36 {
  max-width: 9rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-96 {
  max-width: 24rem;
}

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

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

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

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  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));
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
  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));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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;
}

.list-none {
  list-style-type: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

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

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

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

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

.grid-cols-\[30px_1fr\] {
  grid-template-columns: 30px 1fr;
}

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

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

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

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

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

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

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

.content-start {
  align-content: flex-start;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.gap-y-4 {
  row-gap: 1rem;
}

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

.gap-y-9 {
  row-gap: 2.25rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

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

.\!rounded-md {
  border-radius: 0.375rem !important;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-charcoal-blue {
  --tw-border-opacity: 1;
  border-color: rgb(65 84 100 / var(--tw-border-opacity));
}

.border-dark-orange {
  --tw-border-opacity: 1;
  border-color: rgb(236 113 56 / var(--tw-border-opacity));
}

.border-dark-plum {
  --tw-border-opacity: 1;
  border-color: rgb(114 77 99 / var(--tw-border-opacity));
}

.border-mustard {
  --tw-border-opacity: 1;
  border-color: rgb(230 183 0 / var(--tw-border-opacity));
}

.border-pale {
  --tw-border-opacity: 1;
  border-color: rgb(255 250 243 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

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

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

.bg-charcoal-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(65 84 100 / var(--tw-bg-opacity));
}

.bg-current {
  background-color: currentColor;
}

.bg-dark-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(236 113 56 / var(--tw-bg-opacity));
}

.bg-dark-plum {
  --tw-bg-opacity: 1;
  background-color: rgb(114 77 99 / var(--tw-bg-opacity));
}

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

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

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

.bg-transparent {
  background-color: transparent;
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.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-left {
  -o-object-position: left;
     object-position: left;
}

.p-0 {
  padding: 0px;
}

.p-12 {
  padding: 3rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.\!py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

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

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.\!pl-10 {
  padding-left: 2.5rem !important;
}

.\!pl-12 {
  padding-left: 3rem !important;
}

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-light {
  font-weight: 300 !important;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

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

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.\!leading-8 {
  line-height: 2rem !important;
}

.\!leading-none {
  line-height: 1 !important;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[15px\] {
  line-height: 15px;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.\!tracking-wider {
  letter-spacing: 0.05em !important;
}

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

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-charcoal-blue {
  --tw-text-opacity: 1;
  color: rgb(65 84 100 / var(--tw-text-opacity));
}

.text-dark-plum {
  --tw-text-opacity: 1;
  color: rgb(114 77 99 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-pale {
  --tw-text-opacity: 1;
  color: rgb(255 250 243 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

.opacity-100 {
  opacity: 1;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --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);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-charcoal-blue {
  --tw-shadow-color: #415464;
  --tw-shadow: var(--tw-shadow-colored);
}

.\!ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1 {
  --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(1px + 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);
}

.\!ring-inset {
  --tw-ring-inset: inset !important;
}

.ring-inset {
  --tw-ring-inset: inset;
}

.\!ring-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)) !important;
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

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

/* -- fonts -- */

/* Interstate Extra Light */

.font-extralight {
  font-family: "interstate", sans-serif;
  font-weight: 200;
  font-style: normal;
}

/* Interstate Extra Light */

.font-light {
  font-family: "interstate", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* Interstate Light */

.font-base {
  font-family: "interstate", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Interstate Light Italic */

.font-italic {
  font-family: "interstate", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* Interstate Regular */

.font-medium {
  font-family: "interstate", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* Interstate Italic */

.font-italic {
  font-style: italic;
}

/* Interstate Bold */

.font-bold {
  font-family: "interstate", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* Interstate Black */

.font-extrabold {
  font-family: "interstate", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* -- default tags */

body {
  font-family: "interstate", sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(65 84 100 / var(--tw-text-opacity));
  background-color: #fefaf4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "interstate", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 80px;
  letter-spacing: .10rem;
  line-height: 1.2 !important;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.required:after {
  content: '*';
  margin-left: .25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.content ol {
  list-style-type: auto;
  margin-left: 20px;
  margin-bottom: 20px;
}

.content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.content h2 {
  font-size: 36px !important;
  padding-bottom: 2.5rem;
}

.content h3 {
  margin-bottom: 1.825rem;
  line-height: 1.3em;
  font-size: 28px !important;
}

.content h4 {
  font-size: 24px !important;
  padding-bottom: 1rem;
  font-weight: 300;
}

.text-40 {
  font-size: 32px;
}

.content a {
  color: #724d63;
  text-decoration: underline;
}

.content img {
  border-radius: 0.375rem;
}

/* input css to clear default browser behaviors */

[type='text'],
input:where(:not([type])),
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'><path stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/></svg>");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* --------------------------------------------------------------- */

.footer-push {
  min-height: calc(100vh - 400px);
  margin-top: 180px;
  /*   overflow: hidden; */
}

.footer-push-home {
  margin-top: 198px;
}

.push-home {
  margin-top: 100px;
}

.subnav-top {
  top: -8px;
  z-index: 11;
}

footer {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(65 84 100 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

div.has-dark-bg:has(+ div headerfooter) {
  color: rgb(254, 250, 244);
  background-color: #415464;
  /* mix-blend-mode: difference; */
}


:where(afooter),
:where(div.switchfooter) {
  color: rgb(254, 250, 244);
}

footer {
  /*
  background: url() repeat-y;
  */
}

footer p,
footer li {
  font-size: 1rem;
  line-height: 1.5rem;
}

footer h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

footer .social {
  --tw-bg-opacity: 1;
  background-color: rgb(236 113 56 / var(--tw-bg-opacity));
}


div.has-dark-bg:has(+ div headerfooter .social) {
  color: rgb(254, 250, 244);
  background-color: #415464;
  /* mix-blend-mode: difference; */
}

:where(div.switchfooter .social) {
  color: rgb(254, 250, 244);
}

:where(afooter .social) {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.content p {
  margin-bottom: 1.825rem;
}

div.has-dark-bg:has(+ div header.bg-charcoal-blue),
div.has-dark-bg:has(+ div header.bg-dark-plum),
div.has-dark-bg:has(+ div header.bg-dark-orange) {
  color: rgb(254, 250, 244);
  background-color: #415464;
  /* mix-blend-mode: difference; */
}

:where(div.switch.bg-dark-orange),
:where(a.bg-charcoal-blue),
:where(div.switch.bg-charcoal-blue),
:where(a.bg-mustard),
:where(div.switch.bg-mustard) {
  color: rgb(254, 250, 244) !important;
}

.people-list p {
  text-shadow: 1px 1px 4px black, 0 0 1.2em #415464, 0 0 0.4em #415464;
}

:where(a.bg-dark-orange),
:where(a.bg-mustard) {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

/*----====page-header--css========----*/

.page_header_default,
.page_header,
.page_default,
.page_section,
.events {
  position: relative;
  min-height: 320px;
  padding: 20px 0px;
  overflow: hidden;
  align-items: center;
}

.page_default a {
  color: #724d63;
  text-decoration: underline;
}

/* .page_section {
  min-height: 500px;
} */

.events {
  align-items: normal;
}

.page_header_default,
.page_default,
.page_header_fancy {
  margin-top: -72px;
  padding-top: 46px;
}

.page_default_slider {
  position: relative;
  min-height: 320px;
  padding: 0px;
  overflow: hidden;
  align-items: center;
}

.page_header_default::before,
.page_default_slider::before,
.page_default_hp::before,
.page_header::before,
.page_section::before,
.events::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.85;
  z-index: 1;
}

/* .page_default_hp .page_content.medium {
  max-width: 760px;
}

.page_default_hp .page_content.large {
  max-width: 1200px;
  margin: 1rem 0;
} */

.page_header_default p {
  font-size: 18px;
  font-weight: 340;
}

.page_default .content figure {
  max-width: 60%;
}

.page_default_hp {
  font-size: 14px;
  font-weight: 340;
}

.divider-images .parallax_cover,
.divider-larger .parallax_cover,
.divider-text .parallax_cover,
.page_header_default .parallax_cover,
.page_header .parallax_cover,
.page_default_hp .parallax_cover,
.events .parallax_cover,
.page_default_slider .parallax_cover,
.featured_news .parallax_cover,
.featured_small .parallax_cover,
.page_section .parallax_cover,
.cta_button .parallax_cover {
  position: absolute;
  top: 0;
  min-height: 320px;
  height: 100%;
  width: 100%;
  left: 0;
}

.page_section .parallax_cover {
  min-height: 500px;
}

.cta_button .parallax_cover {
  min-height: 260px;
  max-height: 260px;
}

.divider-images .parallax_cover {
  min-height: 12rem;
}

.featured_news .parallax_cover,
.thirty-rem {
  min-height: 26rem;
}

.thirtyThree-rem {
  min-height: 23rem;
}

.featured_small .parallax_cover {
  min-height: 18rem;
}

.divider-larger .parallax_cover {
  min-height: 500px;
}

.divider-text .parallax_cover {
  min-height: 15rem;
}

.divider-images .parallax_cover img,
.divider-larger .parallax_cover img,
.divider-text .parallax_cover img,
.page_header_default .parallax_cover img,
.page_header .parallax_cover img,
.page_default_hp .parallax_cover img,
.page_section .parallax_cover img,
.events .parallax_cover img,
.page_default_hp .parallax_cover.cutout,
.page_default_slider .parallax_cover img,
.featured_news .parallax_cover img,
.featured_small .parallax_cover img,
.cta_button .parallax_cover img {
  max-width: 100%;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0px;
}

.divider-images .parallax_cover img {
  max-width: 33.333vw;
}

img.opacity {
  opacity: .5;
}

.events .parallax_cover img.opacity {
  opacity: .35;
}

.divider-text .parallax_cover img.opacity {
  opacity: .2;
}

.divider-larger .parallax_cover img.opacity,
.featured_small .parallax_cover img.opacity,
.featured_news .parallax_cover img.opacity,
.page_header .parallax_cover img.opacity,
.page_section .parallax_cover img.opacity,
.cta_button .parallax_cover img.opacity {
  opacity: .15;
}

.page_header_default .page_header_content,
.page_default_hp .page_content {
  position: relative;
  z-index: 3;
  margin: 2rem 0;
  font-weight: 480;
  font-size: 1.05rem;
  line-height: 1.35rem;
}

.page_default_slider .content {
  position: relative;
  z-index: 3;
}

.page_header_default h1,
.page_header_default h2,
.page_default_hp h2 {
  z-index: 3;
}

/* Video parallax */

.page_video {
  position: relative;
  /*top: 50px;*/
  z-index: -1;
  /*min-height: 700px;*/
  /*padding: 20px 0px 60px;*/
  overflow: hidden;
  align-items: center;
  margin: 0;
}

.page_video .parallax_cover {
  position: absolute;
  top: 120px;
  min-height: 700px;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -999;
}

.video-wrapper {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.8%;
  padding-top: 0;
  z-index: -999;
}

.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: -90px;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: -999;
  filter: invert(5%) sepia(12%) saturate(105%) hue-rotate(3deg) brightness(98%) contrast(106%);
}

.max-72 {
  max-height: 72px;
}

.max-200 {
  max-height: 200px;
  aspect-ratio: 2 / 1;
}

.min-200 {
  min-height: 200px;
}

.min-260 {
  min-height: 260px;
}

.min-320 {
  min-height: 320px
  /* 20 rem */
}

.min-384 {
  min-height: 384px;
  /* 24 rem */
}

.min-400 {
  min-height: 400px;
  /* 25 rem */
}

.min-416 {
  min-height: 416px;
  /* 26 rem */
}

.min-432 {
  min-height: 432px
  /* 27 rem */
}

.min-500 {
  min-height: 500px;
}

.press-ratio {
  aspect-ratio: 2 / 1.15;
}

.w-470 {
  max-width: 470px;
}

.btn {
  margin-top: 1.5rem;
  margin-right: 0.625rem;
  display: inline-block;
  width: 100%;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  transition: color .2s ease-out, background-color .2s ease-out;
  text-decoration: none !important;
}

.btn.smaller {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.btn.small {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.btn.read-more {
  margin: 0
}

.btn.article {
  margin: 0 0 2rem;
}

.caption-text {
  position: absolute;
  bottom: 20%;
  margin-left: 20px;
  color: white;
  font-size: 12px;
}

.caption-text h4 {
  font-size: 18px;
}

.img-overlay {
  --tw-bg-opacity: 1;
  background-color: rgb(236 113 56 / var(--tw-bg-opacity));
}


div.has-dark-bg:has(+ div header.img-overlay) {
  color: rgb(254, 250, 244);
  background-color: #415464;
  /* mix-blend-mode: difference; */
}

:where(div.switch.img-overlay) {
  color: rgb(254, 250, 244);
}

:where(a.img-overlay) {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.img-overlay {
  transition: all ease-in-out .2s;
}

.img-overlay-other {
  background: linear-gradient(.25turn, #EC7138, #415464);
}

.img-overlay:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 84 100 / var(--tw-bg-opacity));
}

div.has-dark-bg:has(+ div header.img-overlay:hover) {
  color: rgb(254, 250, 244);
  background-color: #415464;
  /* mix-blend-mode: difference; */
}


:where(a.img-overlay:hover),
:where(div.switch.img-overlay:hover) {
  color: rgb(254, 250, 244);
}

.img-overlay img,
.img-overlay-other img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .3
}

.img-overlay:hover img {
  opacity: 0;
}

/* #image-text img:hover {
  opacity: 0;
}
 */

#image-text.right figure {
  padding-left: 10%;
}

#image-text.left figure {
  padding-right: 10%;
}

.video-wrap {
  width: 100%;
  max-width: 1000px;
}

.video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--video-embed-bdrs, 0.25em);
}

.video iframe,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

:is(vimeo-embed, youtube-embed) {
  aspect-ratio: 16 / 9;
  border-radius: var(--video-embed-bdrs, 0.25em);
  display: grid;
  inline-size: 100%;
  position: relative;
}

:is(vimeo-embed, youtube-embed) :is(iframe, img) {
  block-size: 100%;
  border: 0;
  border-radius: inherit;
  inline-size: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

:is(vimeo-embed, youtube-embed) button {
  background-color: var(--button-bgc, #F00);
  block-size: var(--button-h, 50px);
  border: 0;
  border-radius: var(--button-bdrs, 14%);
  display: grid;
  inline-size: var(--button-w, 75px);
  opacity: var(--button-op, 0.8);
  position: absolute;
  place-self: center;
  transition: all .2s ease-in;
}

:is(vimeo-embed, youtube-embed) button::before {
  aspect-ratio: 1;
  background: #FFF;
  block-size: 1.5em;
  clip-path: polygon(20% 0%, 20% 100%, 100% 50%);
  content: '';
  place-self: center;
}

vimeo-embed button {
  --button-bgc: #00adef;
}

:is(vimeo-embed, youtube-embed) iframe:not([src=""])+button {
  display: none;
}

.nav-top {
  position: absolute;
  height: auto;
  width: 100%;
  z-index: -1;
  top: -70px;
  left: 0;
  min-height: 220px;
}

.rings {
  background-image: url(../images/pattern-cortex-rings-full.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  top: 75px;
  transform: scale(1.5, 1.5) rotate(-100deg);
  height: 130%;
  width: 44%;
  opacity: .8;
  z-index: -1;
}

.rings-bottom {
  background-image: url(../images/pattern-cortex-rings-full.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -43%;
  bottom: -15%;
  transform: scale(2);
  height: 44%;
  width: 100%;
  opacity: .8;
  z-index: -1;
}

.dots,
.dots-bottom {
  background-image: url(../images/pattern-cortex-dots-full.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.dots {
  right: 0;
  transform: scale(1.3);
  height: 100%;
  width: 40%;
}

.dots-bottom {
  bottom: 0;
  right: 0;
  transform: scale(1.3);
  height: 44%;
  width: 100%;
}

.four-oh-four {
  width: 320px;
  height: auto;
}

/* ----------  CSS for test circles -- delete if unneeded later --------- */

.circles-up {
  top: -100px;
}

.circles2 {
  min-height: 400px;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.orbit2,
.yellow2,
.orange2,
.concrete2,
.wood2,
.glass2,
.bricks2,
.cortex2,
.cortex-reverse2 {
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
  height: 100%;
}

/*header block circles */

.bricks2,
.concrete2,
.glass2,
.wood2 {
  top: 0px;
  right: 155px;
  width: 240px;
}

/* ------------------------------- */

.circles {
  min-height: 640px;
  max-height: 800px;
  height: 100%;
  margin-top: -100px;
  z-index: -1;
}

.circles-footer {
  min-height: 640px;
  margin-top: -100px;
}

.orbit,
.yellow,
.orange,
.concrete,
.wood,
.bricks,
.cortex,
.cortex-reverse {
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.orbit {
  background-image: url(../images/circle-orange-orbit.svg);
  min-height: 340px;
}

.yellow,
.orange {
  /* background-image: url(../images/circle-yellow-target.svg); */
  min-height: 340px;
}

.concrete {
  /* background-image: url(../images/circle-concrete.svg); */
  background-image: url(../images/texture_circle_concrete.png);
  min-height: 240px;
}

.bricks {
  /* background-image: url(../images/circle-bricks.svg); */
  background-image: url(../images/texture_circle_brick.png);
  min-height: 240px;
}

.glass {
  background-image: url(../images/texture_circle_glass.png);
  min-height: 240px;
}

.wood {
  /* background-image: url(../images/circle-wood.svg); */
  background-image: url(../images/texture_circle_wood.png);
  min-height: 240px;
}

.cortex {
  background-image: url(../images/circle-cortex-basketball.svg);
  min-height: 340px;
}

.cortex-reverse {
  background-image: url(../images/circle-cortex-basketball-reverse.svg);
  min-height: 340px;
}

.footer-river {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-dots {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}

.col-image {
  visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  opacity: 0;
  position: absolute;
  height: 100%;
  transition: all ease-in-out .2s;
}

.hp-col:hover .col-image {
  visibility: visible;
  opacity: .5;
}

/* district directory cards */

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.entry .card {
  max-width: unset;
}

/* event cards */

.cards {
  max-width: 380px;
}

.card-one {
  max-width: 820px;
}

.card-stretch {
  flex: 0 0 100%;
}

.event-container,
.two-col,
.three-col,
.cortex-container {
  max-width: 1200px;
}

.page_header_fancy.cortex-container {
  max-width: revert;
}

.two-thirds {
  max-height: 17rem;
  width: 43rem;
  -o-object-position: top;
     object-position: top;
}

.fab {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 250 243 / var(--tw-text-opacity));
}

.icons {
  width: 16px;
  height: 16px;
  /*   align-self: center; */
  margin-right: 1rem;
  margin-top: .25rem;
}

.search {
  -webkit-mask: url('../images/icon-search.svg') no-repeat;
          mask: url('../images/icon-search.svg') no-repeat;
  background-color: white;
  height: 20px;
  width: 20px;
  display: block;
}

.search:hover {
  -webkit-mask: url('../images/icon-search.svg') no-repeat;
          mask: url('../images/icon-search.svg') no-repeat;
  background-color: #EC7138;
}

.new-page {
  -webkit-mask: url('../images/icon-new-web-page.svg') no-repeat;
          mask: url('../images/icon-new-web-page.svg') no-repeat;
  background-color: #EC7138;
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-left: .75rem;
  position: relative;
  bottom: -6px;
}

.download-arrow {
  -webkit-mask: url('../images/purple_arrow.svg') no-repeat;
          mask: url('../images/purple_arrow.svg') no-repeat;
  background-color: #724D63;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-left: 2rem;
  position: relative;
  bottom: 0;
  vertical-align: middle;
  transition: color .2s ease-out, background-color .2s ease-out;
}

.footer-arrow {
  -webkit-mask: url('../images/purple_arrow.svg') no-repeat;
          mask: url('../images/purple_arrow.svg') no-repeat;
  background-color: #ffffff;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-left: 2rem;
  position: relative;
  bottom: 0;
  vertical-align: middle;
  transition: color .2s ease-out, background-color .2s ease-out;
}

a:hover .download-arrow,
a:focus-visible .download-arrow,
button:hover .download-arrow {
  -webkit-mask: url('../images/purple_arrow.svg') no-repeat;
          mask: url('../images/purple_arrow.svg') no-repeat;
  background-color: #FFFAF3;
  color: #724D63;
}

.arrows {
  max-height: 60px;
  min-width: 60px;
}

.social-icons {
}

.pager {
  color: hsl(208 21% 32% /.4);
}

.pager.active {
  --tw-text-opacity: 1;
  color: rgb(65 84 100 / var(--tw-text-opacity));
}

ul li:last-of-type .separator {
  display: none;
}

ul a.a-active {
  font-weight: 600;
  text-decoration: underline;
}

.divider {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.dots-divider-container {
  position: absolute;
  height: 15rem;
}

.dots-divider,
.rings-divider {
  width: 30%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: .3;
}

.header-river {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* #Mega Menu Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.mega-menu {
  /*   display: none; */
  opacity: 0;
  visibility: hidden;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  top: 60px;
}

.bar a:after {
  content: ' | ';
  color: white;
  padding-left: 1rem;
  font-weight: 400;
}

/* #toggle Class Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* .toggleable>label:before,
.toggleable>label:after {
  background: #fff;
  content: " ";
  cursor: pointer;
  display: block;
  height: 6px;
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  transition: all .3s ease-in-out;
  width: 35px;
} */

.toggle-input {
  display: none;
}

.toggle-input:not(checked)~.mega-menu {
  /*   display: none; */
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .2s all;
  z-index: -1;
}

.toggle-input:checked~.mega-menu {
  /*   display: block; */
  opacity: 1;
  visibility: visible;
  transition: ease-in-out .2s all;
  z-index: 1;
}

/* .toggle-input:checked~label:after {
  color: #fff;
  content: "X";
  cursor: pointer;
  display: block;
  font-size: 20px;
  padding-left: 6px;
  position: relative;
  transition: all .3s ease-in-out;
  top: 15px;
} */

#nav-toggle {
  padding: 0 35px 16px 0;
  position: absolute;
  top: 25px;
  right: 2%;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  background: #fff;
  content: "";
  cursor: pointer;
  display: block;
  height: 4px;
  position: absolute;
  transition: all .3s ease-in-out;
  width: 35px;
}

#nav-toggle span:before {
  top: -10px
}

#nav-toggle span:after {
  bottom: -10px
}

.toggle-input:checked~#nav-toggle span {
  background-color: transparent
}

.toggle-input:checked~#nav-toggle span:after,
.toggle-input:checked~#nav-toggle span:before {
  top: 0
}

.toggle-input:checked~#nav-toggle span:before {
  transform: rotate(45deg)
}

.toggle-input:checked~#nav-toggle span:after {
  transform: rotate(-45deg)
}

/* round special effects borders for images */

.borders {
  border-radius: 50%;
  border: 8px solid #E6B700;
  margin: 10px;
  position: relative;
  width: auto;
  height: 100%;
  max-width: 320px;
  max-height: 320px;
  aspect-ratio: 1/1;
}

.borders.person {
  border: 0;
  width: 200px;
  height: 200px;
  max-width: 400px;
}

.borders:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -26px;
  left: -26px;
  right: -26px;
  bottom: -26px;
  border: 1px solid #E6B700;
  border-radius: 50%;
}

.borders.person:after {
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -16px;
}

.borders:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  border: 1px solid #E6B700;
  border-radius: 50%;
}

.borders.person:before {
  top: -44px;
  left: -44px;
  right: -44px;
  bottom: -38px;
}

.borders img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.borders.person img {
  max-width: 400px;
  width: auto;
  height: auto;
}

/* swiper CSS */

.slider-content {
  max-width: 100vw;
  z-index: 2;
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
  padding: 0 28px 30px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10%);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10%);
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  color: white;
  width: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px);
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -6px;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
  display: inline-block;
  border: 1px solid var(--swiper-pagination-bullet-inactive-color, #FFFAF3);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #415464);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, .8);
  background: var(--swiper-pagination-color, #EC7138);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #FFFAF3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-section .swiper-slide img {
  width: 220px;
  height: 220px;
}

.image-section .swiper {
  width: 250px;
  padding: 0 0 20px;
}

.full-width .swiper-slide {
  width: 100% !important;
  font-size: unset;
  background: transparent;
  min-height: 420px;
  position: relative;
}

.full-width .swiper-slide img {
  height: 500px !important;
}

.swiper.full-width {
  padding: 0;
}

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

#image-text {
  max-height: 278px;
}

#textSwap span#hideText {
  display: inline;
}

#textSwap:hover span#hideText {
  display: none;
}

#textSwap:focus-visible span#hideText {
  display: none;
}

#textSwap span#showText {
  display: none;
}

#textSwap:hover span#showText {
  display: inline;
}

#textSwap:focus-visible span#showText {
  display: inline;
}

#textSwap:focus-visible {
  background-color: #724D63;
  color: #FFFAF3;
}

.pad-target:last-of-type {
  padding-left: 0;
}

.pad-target:first-of-type {
  padding-right: 0;
}

button.category {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 4px 1.5rem;
}

button.category::after {
  content: "|";
  padding-left: .5rem;
}

button.category:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

button.category:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

button.category:last-of-type::after {
  content: '';
  padding-left: 0;
}

.special-border:first-child::after {
  content: '';
  border-right: #415464 1px solid;
  position: absolute;
  right: 0;
  top: 120px;
  height: 60%;
}

/* this will really only be visible on high resolution montiors, but there is definitely a distinct difference between 1px and sub-1px on them */

.border-b-special {
  border-bottom-width: .9px;
  margin-right: 2rem;
}

.border-b-special-2 {
  border-bottom-width: .9px;
}

/* homepage text cutout -- temporary w/font text until SVG provided */

.cutout {
  background-attachment: fixed;
  background-color: #FFFaf3;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  filter: invert(5%) sepia(12%) saturate(105%) hue-rotate(3deg) brightness(98%) contrast(106%);
}

.svg-cut {
  /*   mask-image: url(#cortex-mask);
  mask-repeat: no-repeat; */
  background-color: #FFFAF3;
  min-height: 500px;
  height: 100%;
  width: 100%;
  mix-blend-mode: lighten;
  padding: 100px 18px 100px;
  margin: -22rem 0 0;
  position: relative;
  top: 135px;
}

.parallax-svg {
  -webkit-mask-image: url('../images/Cortex-video-logo-mask-wide.svg');
          mask-image: url('../images/Cortex-video-logo-mask-wide.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #FFFAF3;
  width: 100%;
}

/* CKEDITOR classes */

.ckeditor p,
.ckeditor figure,
.ckeditor h2,
.ckeditor h4,
.ckeditor h5,
.ckeditor h6 {
  margin-bottom: .5rem;
  width: 100%;
}

.ckeditor li {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.ckeditor li::marker {
  --tw-text-opacity: 1;
  color: rgb(236 113 56 / var(--tw-text-opacity));
}

:where(.ckeditor p:has(+figure)) {
  width: unset !important;
  padding-right: .5rem;
}

.ckeditor figure.image.image-style-block-align-right {
  float: right;
  width: unset;
}

.ckeditor figure.image.image-style-block-align-left {
  float: left;
  width: unset;
}

/******** Calendar CSS overrides ********/

.calendarLabel {
  text-transform: uppercase;
  padding-right: 4px;
  margin-right: 4px;
}

.calendarIntervalWrapper>input {
  width: 60px !important;
}

.calendarIntervalWrapper {
  margin-bottom: 0 !important;
}

.calendarRepeatDropdown {
  margin-top: 0 !important;
}

.toggle-btn {
  padding: 1px 7px !important;
}

.toggle-btn.on {
  background-color: #415464 !important;
  border-color: #415464 !important;
}

.target-date-wrapper {
  height: 55px;
}

.target-date-wrapper.no-time {
  width: 250px;
}

/* .calendarFieldTypeFront .cal-col-5 {
  display: flex;
  flex-direction: row-reverse;
}

.toggle-btn.calendarAllDay+.calendarLabel {
  margin-left: 0;
  margin-right: 29px;
}

.toggle-btn.calendarAllDay {
  margin-right: 30px;
} */

.calendarFieldTypeFront .cal-row .cal-col-2 {
  width: 28%
}

.calendarFieldTypeFront .cal-row .cal-col-10 {
  width: 72% !important;
}

.lotoshadow {
  box-shadow: 0 10px 14px 7px #FFFAF3, 0 10px 14px 13px #FFFAF3, 0 10px 14px 14px #FFFAF3;
}

/* .calendarRecurrenceContainer {
  display: none;
} */

/* .calendarFieldTypeFront .cal-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.calendarFieldTypeFront .cal-col-2 {
  grid-column: span 2 / span 2;
  width: unset;
}

.calendarFieldTypeFront .cal-col-flexible {
  width: auto;
}


.calendarFieldTypeFront .cal-col-10 {
  grid-column: span 10 / span 10;
  width: unset;
} */

@media only screen and (min-width: 390px) and (max-width: 500px) {
  .socials {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .subnav-top {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 500px) and (max-width:665px) {
  .river {
    min-height: 68px !important;
  }

  .nav-top {
    top: -66px !important;
  }

  .footer-push-home {
    margin-top: 160px;
  }
}

@media (max-width: 540px) {
  button.category {
    margin: 0 4px .75rem;
  }

  h2 {
    font-size: 48px;
  }

  .borders {
    width: auto;
    height: 100%;
    max-height: 200px;
    max-width: 200px;
    aspect-ratio: 1/1;
    margin: 10px auto;
  }

  .borders.person img {
    max-width: 200px;
  }
}

@media (min-width: 540px) {
  .sm\:bar a:after {
    content: ' | ';
    color: white;
    padding-left: 1rem;
    font-weight: 400;
  }
}

@media (min-width: 666px) and (max-width:767px) {
  .nav-top {
    top: -90px;
  }
}

@media (max-width: 767px) {
  .left-side.yellow2,
  .left-side.orange2 {
    top: 205px;
    left: -32px;
  }

  .right-side.yellow2,
  .right-side.orange2 {
    top: 205px;
    right: -32px;
  }

  .left-side.orbit2 {
    right: unset;
    left: -40px;
    top: 50px;
  }

  .right-side.orbit2 {
    top: 10px;
    right: -40px;
    left: unset;
  }

  .right-side.wood2,
  .right-side.glass2,
  .right-side.concrete2,
  .right-side.bricks2 {
    width: 180px;
    top: -50px;
    right: 150px;
  }

  .left-side.wood2,
  .left-side.glass2,
  .left-side.concrete2,
  .left-side.bricks2 {
    width: 180px;
    top: 30px;
    left: -60px;
  }

  .left-side.cortex2 {
    width: 200px;
    top: 200px;
    left: -80px;
  }

  .right-side.cortex2 {
    width: 200px;
    top: 200px;
    right: -80px;
  }

  .yellow-mb,
  .orange-mb {
    height: 16rem;
    width: 16rem;
  }

  .orbit-mb {
    height: 13rem;
    width: 13rem;
  }
}

@media (min-width: 768px) {
  .yellow2 {
    right: -125px;
    top: 165px;
  }

  .orbit2 {
    right: -130px;
    top: -55px;
    width: 340px;
  }

  .left-side.orbit2 {
    width: 340px;
    top: 20px;
    left: -160px;
  }

  .right-side.orbit2 {
    width: 340px;
    top: 20px;
    right: -160px;
  }

  .left-side.yellow2,
  .left-side.orange2 {
    top: 300px;
    left: -65px;
  }

  .right-side.yellow2,
  .right-side.orange2 {
    top: 300px;
    right: -65px;
  }

  .right-side.wood2,
  .right-side.glass2,
  .right-side.concrete2,
  .right-side.bricks2 {
    width: 240px;
    top: -50px;
    right: 150px;
  }

  .left-side.wood2,
  .left-side.glass2,
  .left-side.concrete2,
  .left-side.bricks2 {
    width: 240px;
    top: 30px;
    left: -60px;
  }

  .left-side.cortex2 {
    width: 300px;
    top: 200px;
    left: -80px;
  }

  .right-side.cortex2 {
    width: 300px;
    top: 200px;
    right: -80px;
  }

  .four-oh-four {
    width: 620px;
  }

  .md\:screen-reader-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .page_video {
    /*padding: 0px 0px 60px;*/
  }

  .page_video .parallax_cover {
    top: 0;
  }

  .svg-cut {
    padding: 200px 100px 250px;
  }

  .video-wrapper {
    height: 0;
  }

  .video-wrapper iframe,
  .video-wrapper video {
    top: 0px;
  }

  .events {
    min-height: 450px;
  }

  .events .parallax_cover {
    min-height: 450px;
    max-height: 450px;
  }

  .footer-push {
    margin-top: 124px;
  }

  .footer-push-home {
    margin-top: 148px;
  }

  .borders.person {
    width: 400px;
    height: 400px;
  }

  .thirty-rem {
    min-height: 30rem;
  }

  .thirtyThree-rem {
    min-height: 33rem;
  }

  .image-section .swiper {
    width: 500px;
    padding: 0 0 20px;
  }

  .btn.small {
    width: 33.333333%;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .subnav-top {
    top: 148px;
  }

  .breadcrumb-margin {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .nav-top {
    top: -63px;
  }
}

@media (min-width: 900px) {
  .image-section .swiper-slide img {
    width: 300px;
    height: 300px;
  }

  .image-section .swiper {
    width: 600px;
    padding: 0 0 30px;
  }
}

@media (max-width: 912px) {
  .parallax_cover img {
    min-height: 320px;
  }

  .parallax_cover.small img {
    max-height: 15rem;
    min-height: unset;
  }

  .featured_small .parallax_cover.ft-small img {
    min-height: 15rem;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 3%);
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 3%);
  }

  footer {
    height: 680px;
  }

  .dots-footer {
    position: absolute;
    bottom: -243px;
    right: 0;
    transform: scale(1.3);
    height: 69%;
    width: 100%;
    z-index: -1;
  }

  .river {
    min-height: 143px;
  }
}

@media (min-width: 902px) and (max-width: 1023px) {
  .footer-push-home {
    margin-top: 132px;
  }

  .subnav-top {
    top: 124px;
  }
}

@media (min-width: 913px) and (max-width: 1023px) {
  .river {
    min-height: 200px;
  }
}

@media only screen and (min-width:1024px) and (max-width: 1024px) {
  .river {
    min-height: 222px;
  }

  button.category {
    padding: 0 .5rem;
  }

  button.category::after {
    padding-left: 1rem;
  }

  .footer-push-home {
    margin-top: 160px;
  }

  .subnav-top {
    top: 162px;
  }
}

@media (max-width: 1024px) {
  .logo-img {
    width: 165px;
    margin-top: 6px;
  }

  .rings.large {
    right: -76px;
    top: -28px;
    height: 86%;
  }

  .special-border:first-child::after {
    display: none;
  }

  .circles:last-of-type,
  .circles-footer {
    display: none;
  }

  .borders {
    margin: 10px auto;
  }
}

@media (min-width:1024px) {
  .page_video {
    /*top: 90px;*/
  }

  .text-40 {
    font-size: 40px;
  }

  .pad-target:last-of-type {
    padding-left: 2rem;
  }

  .pad-target:first-of-type {
    padding-right: 2rem;
  }
}

@media (min-width: 1025px) {
  .footer-push {
    margin-top: 154px;
  }

  .footer-push-home {
    margin-top: 140px;
  }

  .nav-top {
    top: -32px;
  }

  .subnav-top {
    top: 170px;
  }

  .events {
    min-height: 550px;
  }

  .events .parallax_cover {
    min-height: 550px;
    max-height: 550px;
  }

  .lg\:min-384 {
    /* 24 rem */
    min-height: 384px;
    /* 24 rem */
  }

  button.category {
    padding: 0 1rem;
    margin: 0 0 1.5rem;
  }

  button.category::after {
    padding-left: 2rem;
  }

  /* homepage featured guest */

  .person {
    margin-left: 7rem;
  }

  .btn.small {
    width: 25%;
  }

  .cards {
    max-width: 560px;
  }

  .card-one {
    max-width: revert;
  }

  .rings.large {
    right: -76px;
    top: -128px;
    height: 100%;
  }
}

/* @media (min-width:1024px) and (max-width: 1199px) {
  .subnav-top {
    top: 152px;
  }
} */

@media (min-width: 1200px) {
  .video-wrapper iframe,
  .video-wrapper video {
    top: -140px;
  }

  .svg-cut {
    padding: 200px 100px 290px;
    margin: -16rem 0 0;
  }

  .footer-push {
    margin-top: 156px;
  }

  .fab {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .borders {
    width: auto;
    height: 100%;
    max-width: 380px;
    max-height: 380px;
    aspect-ratio: 1 / 1;
  }

  .pad-target:last-of-type {
    padding-left: 4rem;
  }

  .pad-target:first-of-type {
    padding-right: 4rem;
  }

  .image-section .swiper {
    width: 1015px;
    padding: 0 0 30px;
  }

  .rings.large {
    right: -104px;
    top: -120px;
    transform: scale(1.8, 1.8) rotate(-100deg);
    height: 144%;
  }
}

@media (max-width: 1279px) {
  #image-text.left figure {
    padding: 0 !important;
  }

  #image-text.right figure {
    padding: 0 !important;
  }
}

@media (min-width: 1025px) and (max-width:1100px) {
  /*   .parallax-svg {
    mask-image: url('../images/Cortex-video-logo-mask-regular.svg');
  } */

  .river {
    min-height: 14rem;
  }

  .circles:last-of-type {
    margin-top: -130px;
  }
}

@media (min-width:1101px) and (max-width: 1300px) {
  /*   .parallax-svg {
    mask-image: url('../images/Cortex-video-logo-mask-less-wide.svg');
  } */

  .river {
    min-height: 16rem;
  }
}

@media (min-width:1301px) and (max-width: 1500px) {
  .river {
    min-height: 19rem;
  }
}

@media (min-width:1301px) and (max-width: 1438px) {
  /*   .parallax-svg {
    mask-image: url('../images/Cortex-video-logo-mask-wide.svg');
  } */
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .circles:last-of-type {
    min-height: 400px
  }
}

@media (min-width: 1439px) {
  .nav-top {
    top: -20px;
  }

  .four-oh-four {
    width: 720px;
  }

  .xl\:min-400 {
    min-height: 400px;
    /* 25 rem */
  }

  .borders {
    width: auto;
    height: 100%;
    max-width: 430px;
    max-height: 430px;
    aspect-ratio: 1 / 1;
  }

  .image-overlay img {
    max-height: 400px;
  }
}

@media (min-width: 1501px) {
  .xxl\:min-416 {
    /* 26 rem */
    min-height: 416px;
    /* 26 rem */
  }

  /*   .svg-cut {
    padding: 180px 200px;
  } */

  .river {
    min-height: 24rem;
  }
}

.iframe-container {
  width: 100%;
  iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 500px;
  }
}

@media (min-width: 1536px) {
  .nav-top {
    top: -10px;
  }

  .pad-special {
    padding-bottom: .4rem;
  }

  /*   .event-container, */

  .two-col,
  .three-col,
  .cortex-container {
    max-width: 1600px;
  }

  .xxl\:text-80 {
    font-size: 80px !important;
  }

  .\32xl\:text-lg {
    line-height: 1.55rem !important;
  }
}

@media (min-width: 1680px) {
  /*   .svg-cut {
    padding: 180px 230px;
  } */

  .xxxl\:min-432 {
    min-height: 432px
    /* 27 rem */
  }
}

@media (min-width: 1860px) {
  .svg-cut {
    padding: 210px 310px 290px;
  }
}

/* Hamburger Button */

.hamburger-button.active .line-1,
.hamburger-button[aria-expanded="true"] .line-1 {
  --tw-translate-y: 0px;
  --tw-rotate: 45deg;
  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));
}

.hamburger-button.active .line-2,
.hamburger-button[aria-expanded="true"] .line-2 {
  --tw-translate-x: 0.75rem;
  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));
  opacity: 0;
}

.hamburger-button.active .line-3,
.hamburger-button[aria-expanded="true"] .line-3 {
  --tw-translate-y: 0px;
  --tw-rotate: -45deg;
  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));
}

/* Accessible Menu */

ul.accessible-menu.menu-is-open {
  display: block;
}

ul.accessible-menu li {
  margin: 0px;
}

ul.accessible-menu li button {
  width: 100%;
  border-bottom-width: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: #FFFAF3;
}

ul.accessible-menu li:last-child button {
  border-bottom-width: 0px;
}

ul.accessible-menu button:focus,
ul.accessible-menu ul li a:focus {
  position: relative;
}

/* ul.accessible-menu button:hover,
ul.accessible-menu button span:hover,
ul.accessible-menu button[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
} */

ul.accessible-menu ul li a:focus {
  outline-offset: 2px;
}

/* Submenu */

ul.accessible-menu ul.accessible-menu__sub-menu {
  top: calc(100% - 6px);
  margin: 0px;
  list-style-type: none;
  visibility: visible;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(65 84 100 / var(--tw-bg-opacity));
}

div.has-dark-bg:has(+ div headerul.accessible-menu ul.accessible-menu__sub-menu) {
  color: rgb(254, 250, 244);
  background-color: #415464;
  /* mix-blend-mode: difference; */
}


:where(aul.accessible-menu ul.accessible-menu__sub-menu),
:where(div.switchul.accessible-menu ul.accessible-menu__sub-menu) {
  color: rgb(254, 250, 244);
}

ul.accessible-menu ul.accessible-menu__sub-menu {
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* ul.accessible-menu ul.accessible-menu__sub-menu> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
} */

ul.accessible-menu ul.accessible-menu__sub-menu li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

ul.accessible-menu ul.accessible-menu__sub-menu li a {
  display: block;
}

ul.accessible-menu ul.accessible-menu__sub-menu--mega {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom:200px;
}

/* ul.accessible-menu ul.accessible-menu__sub-menu--mega> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
} */

ul.accessible-menu ul.accessible-menu__sub-menu--mega span {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
}

ul.accessible-menu ul.accessible-menu__sub-menu--mega ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  ul.accessible-menu ul.accessible-menu__sub-menu--mega {
    padding-right: 2rem;
    padding-left: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  ul.accessible-menu.menu-is-open {
    display: flex;
  }

  ul.accessible-menu>li {
    display: flex;
  }

  ul.accessible-menu li button {
    width: auto;
    border-bottom-width: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  ul.accessible-menu ul.accessible-menu__sub-menu {
    visibility: hidden;
    position: absolute;
    right: 0px;
    padding: 0 2rem 2rem;
  }

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

  ul.accessible-menu ul.accessible-menu__sub-menu li a {
    display: inline-block;
  }

  ul.accessible-menu ul.accessible-menu__sub-menu--mega {
    padding-right: 4rem;
    padding-left: 4rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  ul.accessible-menu ul.accessible-menu__sub-menu--mega> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  ul.accessible-menu ul.accessible-menu__sub-menu--mega span {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
  }
}

/* drag & drop for submit event */

.file-drop-area {
  background-color: #FFFAF3;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px;
  border: 1px dashed #415464;
  border-radius: 3px;
  transition: 0.2s;
  &.is-active {
    background-color: rgba(255, 255, 255, 0.05);
  }
}

.faux-btn {
  flex-shrink: 0;
  background-color: rgba(114, 77, 99, 0.28);
  border: 1px solid rgba(114, 77, 99, 0.6);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: small;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  &:focus {
    outline: none;
  }
}

.styled-quote {
  position: relative;
  color: #415465;
  margin-bottom: 1.825rem;
  border-left: 5px solid #ec7138;
  padding: 31px 40px 40px 50px;
  font-style: italic;
  .styled-quote-attrib {
    display:block;
    font-size: 16px;
    margin-top:20px;
  }
  @media (max-width:700px){
    padding: 31px 0 40px 40px;
  }
}

.styled-quote::before {
  font-family: arial;
  top: 66px;
  opacity: .08;
  left: -6px;
  position: absolute;
  font-size: 200px;
  content: '\201c';
}

.styled-quote::after {
  font-family: arial;
  bottom: 0;
  opacity: .08;
  right: 0;
  position: absolute;
  font-size: 200px;
  content: '\201d';
}

/* --------------------------------------------
// VIDEO EMBED RESPONSIVE
// --------------------------------------------*/

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.calendarErrors {
  margin: 20px 0 20px 0!important;
  ul li {
    font-size: 17px!important;
    color: #de1919!important;
  }
}

.modal {
  position: fixed;
  top: 30%;
  width: 100%;
  max-width: 400px;
  background: rgba(167, 0, 0, 0.75);
  z-index: 2000;
  left: 0;
  color: white !important;
  padding: 1rem;
  h2 {
    margin-top: 1rem;
  }
  p::after {
    content: none;
  }
}

.modal-close-button {
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  float: right;
}

figcaption {
  font-size: 1rem;
  margin-top:5px;
}

.image-style-align-right {
  float: right;
  margin: 0 0 20px 20px;
}

.image-style-align-left {
  float: left;
  margin: 0 20px 20px 0;
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:border-dark-plum:hover {
  --tw-border-opacity: 1;
  border-color: rgb(114 77 99 / var(--tw-border-opacity));
}

.hover\:bg-dark-plum:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(114 77 99 / var(--tw-bg-opacity));
}

.hover\:bg-pale:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 243 / var(--tw-bg-opacity));
}

.hover\:text-dark-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(236 113 56 / var(--tw-text-opacity));
}

.hover\:text-dark-plum:hover {
  --tw-text-opacity: 1;
  color: rgb(114 77 99 / var(--tw-text-opacity));
}

.hover\:text-pale:hover {
  --tw-text-opacity: 1;
  color: rgb(255 250 243 / var(--tw-text-opacity));
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px;
  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));
}

.focus\:ring-2:focus {
  --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);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-charcoal-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(65 84 100 / var(--tw-ring-opacity));
}

.focus\:ring-dark-orange:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 113 56 / var(--tw-ring-opacity));
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-dark-orange:focus-visible {
  outline-color: #EC7138;
}

.focus-visible\:outline-dark-plum:focus-visible {
  outline-color: #724D63;
}

@media (min-width: 640px) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

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

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

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

  .sm\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

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

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }

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

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

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

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:\!grid {
    display: grid !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

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

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:max-w-72 {
    max-width: 18rem;
  }

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

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

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

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

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

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

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

  .md\:pl-0 {
    padding-left: 0px;
  }

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

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-bottom-60 {
    bottom: -15rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:max-h-60 {
    max-height: 15rem;
  }

  .lg\:min-h-32 {
    min-height: 8rem;
  }

  .lg\:min-h-60 {
    min-height: 15rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

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

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

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

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

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

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

  .lg\:w-full {
    width: 100%;
  }

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

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

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

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

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

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

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

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

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

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

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

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

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:-bottom-80 {
    bottom: -20rem;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:w-full {
    width: 100%;
  }

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

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

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

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

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-bottom-96 {
    bottom: -24rem;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-4\/5 {
    width: 80%;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:\!leading-none {
    line-height: 1 !important;
  }
}


