/*!
Theme Name: NJSL
Theme URI: https://www.njstatelib.org/
Author: BI Studio
Author URI: https://bi.studio/
Description: A custom theme based on _tw
Version: 1.0
Text Domain: njsl

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

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

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

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

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

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

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 20px !important;
  }
}

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

*, ::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:  ;
}

/*! tailwindcss v3.4.17 | 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: currentColor;
  /* 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: "Open Sans", Tahoma, sans-serif;
  /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}

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

body {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  font-family: "Open Sans", Tahoma, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.prose-njsl {
  margin-left: auto;
  margin-right: auto;
}

/*Fixing padding left and right on 'Main' for full width containers*/

.alignfull {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

/**
 * Layout styles.
 */

.wp-block-columns.is-layout-default > :nth-child(1) {
  order: 2;
}

.wp-block-columns.is-layout-default > :nth-child(2) {
  order: 1;
}

@media only screen and (min-width: 782px) {
  .wp-block-columns.is-layout-default {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem
  }

  .wp-block-columns.is-layout-default > :nth-child(1) {
    order: 1;
  }

  .wp-block-columns.is-layout-default > :nth-child(2) {
    order: 2;
  }
}

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.prose :where([class~="lead"], [class~="is-style-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-inline-start: 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-inline-start: 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;
  border-bottom: none;
}

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

.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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  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-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 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;
  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-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 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(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.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: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  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(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-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 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 > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

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

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

.prose :where(.prose > ol > li > p: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-inline-start: 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-inline-start: 0;
}

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

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

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

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 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;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-njsl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #00204D;
  font-size: 3.75rem;
  font-weight: 400;
}

.prose-njsl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #00204D;
  font-size: 32px;
  font-weight: 400;
}

.prose-njsl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #00204D;
  font-size: 26px;
  font-weight: 400;
}

.prose-njsl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #00204D;
  font-size: 1.25rem;
  font-weight: 400;
}

.prose-njsl :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #00204D;
  font-size: 1.25rem;
  font-weight: 400;
}

.prose-njsl :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #00204D;
  font-size: 1rem;
  font-weight: 400;
}

.prose-njsl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #0D0A2C;
  line-height: 1.875rem;
}

.prose-njsl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #0D0A2C;
}

.prose-njsl :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}

.prose-njsl :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  color: var(--tw-prose-links-hover);
}

.prose-njsl {
  --tw-prose-body: #000000;
  --tw-prose-headings: #000000;
  --tw-prose-lead: #000000;
  --tw-prose-links: #006dad;
  --tw-prose-links-hover: #002b66;
  --tw-prose-bold: #000000;
  --tw-prose-counters: #002b66;
  --tw-prose-bullets: #002b66;
  --tw-prose-hr: #000000;
  --tw-prose-quotes: #000000;
  --tw-prose-quote-borders: #002b66;
  --tw-prose-captions: #000000;
  --tw-prose-kbd: #000000;
  --tw-prose-kbd-shadows: 0 0 0;
  --tw-prose-code: #000000;
  --tw-prose-pre-code: #f6f6f6;
  --tw-prose-pre-bg: #000000;
  --tw-prose-th-borders: #000000;
  --tw-prose-td-borders: #000000;
  --tw-prose-invert-body: #f6f6f6;
  --tw-prose-invert-headings: #f6f6f6;
  --tw-prose-invert-lead: #f6f6f6;
  --tw-prose-invert-links: #002b66;
  --tw-prose-invert-bold: #f6f6f6;
  --tw-prose-invert-counters: #002b66;
  --tw-prose-invert-bullets: #002b66;
  --tw-prose-invert-hr: #f6f6f6;
  --tw-prose-invert-quotes: #f6f6f6;
  --tw-prose-invert-quote-borders: #002b66;
  --tw-prose-invert-captions: #f6f6f6;
  --tw-prose-invert-kbd: #f6f6f6;
  --tw-prose-invert-kbd-shadows: 246 246 246;
  --tw-prose-invert-code: #000000;
  --tw-prose-invert-pre-code: #f6f6f6;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #f6f6f6;
  --tw-prose-invert-td-borders: #f6f6f6;
}

.button {
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 109 173 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 173 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  outline-offset: 4px;
  outline-color: #002b66;
}

.button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 43 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 102 / var(--tw-bg-opacity, 1));
}

.button:focus {
  outline-width: 4px;
}

.button:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 39 / var(--tw-bg-opacity, 1));
}

.button:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(128 130 133 / var(--tw-bg-opacity, 1));
}

.button--outline {
  --tw-border-opacity: 1;
  border-color: rgb(0 43 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 43 102 / var(--tw-text-opacity, 1));
}

.button--outline:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button--outline:active {
  --tw-border-opacity: 1;
  border-color: rgb(37 37 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button--outline:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(128 130 133 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(128 130 133 / var(--tw-text-opacity, 1));
}

.wp-block-button .wp-element-button {
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 109 173 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 173 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  outline-offset: 4px;
  outline-color: #002b66;
}

.wp-block-button .wp-element-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 43 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 102 / var(--tw-bg-opacity, 1));
}

.wp-block-button .wp-element-button:focus {
  outline-width: 4px;
}

.wp-block-button .wp-element-button:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 39 / var(--tw-bg-opacity, 1));
}

.wp-block-button .wp-element-button:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(128 130 133 / var(--tw-bg-opacity, 1));
}

.wp-block-button.is-style-outline .wp-element-button {
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 109 173 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 173 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  outline-offset: 4px;
  outline-color: #002b66;
}

.wp-block-button.is-style-outline .wp-element-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 43 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 102 / var(--tw-bg-opacity, 1));
}

.wp-block-button.is-style-outline .wp-element-button:focus {
  outline-width: 4px;
}

.wp-block-button.is-style-outline .wp-element-button:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 39 / var(--tw-bg-opacity, 1));
}

.wp-block-button.is-style-outline .wp-element-button:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(128 130 133 / var(--tw-bg-opacity, 1));
}

.wp-block-button.is-style-outline .wp-element-button {
  --tw-border-opacity: 1;
  border-color: rgb(0 43 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 43 102 / var(--tw-text-opacity, 1));
}

.wp-block-button.is-style-outline .wp-element-button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-button.is-style-outline .wp-element-button:active {
  --tw-border-opacity: 1;
  border-color: rgb(37 37 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-button.is-style-outline .wp-element-button:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(128 130 133 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(128 130 133 / var(--tw-text-opacity, 1));
}

:root {
  --tec-color-accent-primary: #002b66;
  --tec-color-background-events-bar-submit-button: #002b66;
}

.tribe-events-single > .tribe_events {
  overflow: initial;
}

footer {
  background-color: #efefef;
  padding: 40px 0 0 0;
}

footer .logos {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}

footer .logos .wp-block-image {
  justify-content: center;
  display: flex;
}

footer .logos .wp-block-image a {
  display: flex;
  align-items: center;
}

footer .wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

footer .quick-links p {
  margin-bottom: 10px;
}

footer .logos img {
  max-width: 120px;
  max-height: 70px;
}

@media screen and (max-width: 1200px) {
  footer .logos img {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .logos .is-layout-grid {
    grid-template-columns: auto auto;
  }

  footer .logos .wp-block-image img {
    max-width: 100px !important;
  }

  footer .flex {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer .flex div {
    text-align: center;
  }

  footer .flex a {
    padding: 5px;
  }

  footer .flex a:first-child {
    padding: 0;
  }
}

a.link-icon {
  background-position: right 2px;
  background-repeat: no-repeat;
}

a.link-icon.link-icon-external {
  background-image: url("images/external-link.svg");
  padding-right: 22px;
}

a.link-icon.link-icon-pdf {
  background-image: url("images/paperclip.svg");
  background-size: 20px;
  padding-right: 20px;
}

#main-menu {
  height: calc(100vh - 70px);
  width: 91.666667%;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.25rem;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  #main-menu {
    height: calc(100vh - 150px);
    width: 100%;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  #main-menu {
    height: auto;
    overflow: visible;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1075px) {
  #main-menu {
    gap: 1rem;
  }
}

@media (min-width: 1300px) {
  #main-menu {
    gap: 1.5rem;
  }
}

#main-menu > li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 22 51 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 768px) {
  footer #main-menu > li {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer #main-menu > li div {
    text-align: center;
  }

  footer #main-menu > li a {
    padding: 5px;
  }

  footer #main-menu > li a:first-child {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  #main-menu > li {
    flex-direction: row;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
  }

  #main-menu > li:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 22 51 / var(--tw-border-opacity, 1));
  }
}

#main-menu > li > .menu-parent,
		#main-menu > li > a {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  footer #main-menu > li > .menu-parent,footer 
		#main-menu > li > a {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer #main-menu > li > .menu-parent div,footer 
		#main-menu > li > a div {
    text-align: center;
  }

  footer #main-menu > li > .menu-parent a,footer 
		#main-menu > li > a a {
    padding: 5px;
  }

  footer #main-menu > li > .menu-parent a:first-child,footer 
		#main-menu > li > a a:first-child {
    padding: 0;
  }
}

@media (max-width: 1300px) {
  #main-menu > li > .menu-parent,
		#main-menu > li > a {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  #main-menu > li > .menu-parent,
		#main-menu > li > a {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0px;
    padding-right: 0px;
  }
}

#main-menu > li > .menu-parent img, #main-menu > li > a img {
  display: flex;
  height: 0.875rem;
  transition-duration: 200ms;
}

@media screen and (max-width: 768px) {
  footer #main-menu > li > .menu-parent img,footer  #main-menu > li > a img {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer #main-menu > li > .menu-parent img div,footer  #main-menu > li > a img div {
    text-align: center;
  }

  footer #main-menu > li > .menu-parent img a,footer  #main-menu > li > a img a {
    padding: 5px;
  }

  footer #main-menu > li > .menu-parent img a:first-child,footer  #main-menu > li > a img a:first-child {
    padding: 0;
  }
}

#main-menu > li .megamenu-wrapper-outer.open {
  display: block;
}

#main-menu > li > .menu-parent[aria-expanded="true"] > img {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#main-menu .top-level {
  cursor: default !important;
}

#main-menu .mobile-only {
  display: block;
}

@media (min-width: 768px) {
  #main-menu .mobile-only {
    display: none;
  }
}

#main-menu .mobile-only + .mobile-separator {
  display: block;
}

@media (min-width: 768px) {
  #main-menu .mobile-only + .mobile-separator {
    display: none;
  }
}

#main-menu .mobile-separator {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  height: 1px;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 51 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  #main-menu .mobile-separator {
    display: none;
  }
}

#main-menu .menu-panel {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  display: none;
  height: 100%;
  width: 34rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 3rem;
}

#main-menu .megamenu-wrapper-outer {
  position: relative;
  z-index: 50;
  display: none;
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer {
    position: absolute;
    top: 2.75rem;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    background-color: transparent;
    padding-top: 2.25rem;
  }
}

#main-menu .megamenu-wrapper-outer.open {
  display: block;
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  footer #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner div {
    text-align: center;
  }

  footer #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner a {
    padding: 5px;
  }

  footer #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner a:first-child {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner {
    min-height: 616px;
    width: 910px;
    flex-direction: row-reverse;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    --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);
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .item-details-wrapper {
  display: none;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .item-details-wrapper {
    display: flex;
    width: 500px;
    border-bottom-right-radius: 0.375rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 5rem;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .item-details-wrapper img {
  display: none;
  height: 281px;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .item-details-wrapper img {
    display: block;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .item-details-wrapper a {
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 90 143 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .item-details-wrapper a {
    padding-left: 0px;
    padding-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .item-details-wrapper p {
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 22 51 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .item-details-wrapper p {
    display: block;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu .submenu-link {
  display: block;
}

@media (max-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu .submenu-link {
    display: none !important;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-0 {
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-0 {
    display: block;
    width: 410px;
    border-bottom-left-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(222 236 245 / var(--tw-bg-opacity, 1));
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    padding-top: 4rem;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-0 > li {
  display: block;
  padding-top: 2rem;
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-0 > li:first-child {
  padding-top: 0px;
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-0 > li > .menu-parent,
					#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-0 > li > .menu-link {
  display: inline-block;
  padding: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 22 51 / var(--tw-text-opacity, 1));
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 {
  margin-top: 0.25rem;
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 {
    display: block;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li {
  display: block;
  padding-right: 2.5rem;
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > .menu-parent,
					#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-radius: 0.375rem;
  padding: 0.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 22 51 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 768px) {
  footer #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > .menu-parent,footer 
					#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > a {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > .menu-parent div,footer 
					#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > a div {
    text-align: center;
  }

  footer #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > .menu-parent a,footer 
					#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > a a {
    padding: 5px;
  }

  footer #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > .menu-parent a:first-child,footer 
					#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > a a:first-child {
    padding: 0;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > .menu-parent:hover,
					#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 223 239 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > .menu-parent,
					#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > a {
    border-radius: 0.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > .menu-parent img, #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 > li > a img {
  display: inline;
  align-items: center;
  transition-duration: 200ms;
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 .menu-parent[aria-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 223 239 / var(--tw-bg-opacity, 1));
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-1 .menu-parent[aria-expanded="true"] + .submenu-2 {
  display: block;
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-2 {
    position: absolute;
    top: 0px;
    left: 100%;
    height: 100%;
    width: 500px;
    border-radius: 0.25rem;
    padding-left: 6rem;
    padding-top: 103px;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-2 .submenu-link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 90 143 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-2 .submenu-link {
    display: none;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-2 > li {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-2 > li:first-child {
    padding-top: 0px;
  }
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-2 > li .menu-parent {
  font-weight: 700;
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-2 > li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 22 51 / var(--tw-text-opacity, 1));
}

#main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-2 > li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 90 143 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  #main-menu .megamenu-wrapper-outer .megamenu-wrapper-inner .submenu-2 > li a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.search-toggle {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.search-toggle::before {
  content: url(images/mystery.svg);
  padding-right: 6px;
  width: 20px;
  display: inline-block;
}

#top-menu {
  padding-left: 2rem;
  padding-right: 2rem;
}

#top-menu a {
  font-weight: 600;
}

#top-menu a:hover {
  text-decoration-line: underline;
}

.logged-in .search-widget {
  top: 116px;
}

@media (min-width: 1024px) {
  .logged-in .search-widget {
    top: 180px;
  }
}

.search-widget {
  z-index: 100;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 1100px) {
  .search-widget {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.search-widget .search-keyword::before {
  content: url(images/mystery.svg);
  padding-right: 20px;
  width: 38px;
  display: inline-block;
}

.search-widget .search-database::before {
  content: url(images/database.svg);
  padding-right: 20px;
  width: 45px;
  display: inline-block;
}

.search-widget form {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
  margin: 20px 0;
}

.search-widget form .wp-block-search__inside-wrapper {
  padding: 0px;
}

.search-widget form .wp-block-search__inside-wrapper input {
  border-radius: 10px 0 0 10px;
  padding-left: 25px;
}

.search-widget form .wp-block-search__inside-wrapper button {
  border-radius: 0 10px 10px 0;
  padding: 15px 40px;
}

.search-widget .kt-tabs-wrap {
  flex-direction: row-reverse;
}

@media (max-width: 1100px) {
  .search-widget .kt-tabs-wrap {
    flex-direction: column;
  }
}

.search-widget .kt-tabs-wrap .kt-tabs-title-list {
  flex-wrap: nowrap;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

@media (max-width: 1100px) {
  .search-widget .kt-tabs-wrap .kt-tabs-title-list {
    width: 100% !important;
    flex-direction: row;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.search-widget .kt-tabs-wrap .kt-tabs-title-list a {
  border-radius: 0.75rem !important;
  padding: 0.625rem !important;
}

.search-widget .kt-tabs-wrap .wp-block-kadence-tab {
  min-height: 300px !important;
  border-radius: 0.75rem !important;
}

.search-widget .mega-menu-spotlight {
  border-radius: 10px;
  overflow: hidden;
  background-color: #deecf5;
  max-width: 350px;
  margin: 0 auto;
}

.search-widget .mega-menu-spotlight .spotlight-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

@media (max-width: 1100px) {
  .search-widget .wp-block-columns {
    flex-direction: column;
  }
}

.search-widget .wp-block-column {
  display: flex;
  align-items: center;
}

.search-widget .wp-block-column:last-child {
  border-left: 2px solid #deecf5;
}

@media screen and (max-width: 1400px) {
  .search-widget .wp-block-column:last-child {
    border-left: 0
  }
}

.pagination {
  margin-bottom: 2rem;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

@media screen and (max-width: 768px) {
  footer .pagination .nav-links {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer .pagination .nav-links div {
    text-align: center;
  }

  footer .pagination .nav-links a {
    padding: 5px;
  }

  footer .pagination .nav-links a:first-child {
    padding: 0;
  }
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  align-content: center;
  padding: 0.25rem;
  text-align: center;
}

.pagination .nav-links .page-numbers:not(.prev, .next) {
  height: 2rem;
  width: 2rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 241 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 77 97 / var(--tw-text-opacity, 1));
}

.pagination .nav-links .page-numbers:not(.prev, .next):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 255 / var(--tw-bg-opacity, 1));
}

.pagination .nav-links .page-numbers.current {
  --tw-border-opacity: 1;
  border-color: rgb(12 140 233 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.pagination .nav-links .page-numbers.prev {
  --tw-text-opacity: 1;
  color: rgb(12 140 233 / var(--tw-text-opacity, 1));
}

.pagination .nav-links .page-numbers.prev:hover {
  --tw-text-opacity: 1;
  color: rgb(0 43 102 / var(--tw-text-opacity, 1));
}

.pagination .nav-links .page-numbers.prev::before {
  padding-right: 0.25rem;
  content: "\2039";
}

.pagination .nav-links .page-numbers.next {
  --tw-text-opacity: 1;
  color: rgb(12 140 233 / var(--tw-text-opacity, 1));
}

.pagination .nav-links .page-numbers.next:hover {
  --tw-text-opacity: 1;
  color: rgb(0 43 102 / var(--tw-text-opacity, 1));
}

.pagination .nav-links .page-numbers.next::after {
  padding-left: 0.25rem;
  content: "\203A";
}

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

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

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  line-height: 1.16;
  font-size: 50px;
}

/**
 * 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-header > *, .page-content > *, .entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 100rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

#page > header div nav {
  top: 70px;
}

@media (min-width: 768px) {
  #page > header div nav {
    top: 80px;
  }
}

@media (min-width: 1024px) {
  #page > header div nav {
    top: 0px;
  }
}

main article > *:not(.entry-content) {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}

.spotlight div > .acf-innerblocks-container > .wp-block-columns {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .spotlight div > .acf-innerblocks-container > .wp-block-columns {
    flex-direction: row;
  }
}

.spotlight div > .acf-innerblocks-container > .wp-block-columns .wp-block-column .wp-block-button {
  width: 100%;
}

@media (min-width: 768px) {
  .spotlight div > .acf-innerblocks-container > .wp-block-columns .wp-block-column .wp-block-button {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .spotlight div > .acf-innerblocks-container > .wp-block-columns .wp-block-column .wp-block-button {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .spotlight.col-reverse div > .acf-innerblocks-container > .wp-block-columns {
    flex-direction: row-reverse;
  }
}

.curated-topics .wp-block-columns {
  flex-direction: column;
}

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

.curated-topics .wp-block-columns .wp-block-column:first-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .curated-topics .wp-block-columns .wp-block-column:first-child {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}

.curated-topics .wp-block-columns .wp-block-column:first-child .wp-block-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 22 51 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .curated-topics .wp-block-columns .wp-block-column:first-child .wp-block-heading {
    font-size: 3rem;
    line-height: 1;
  }
}

.curated-topics .wp-block-columns .wp-block-column:first-child .wp-block-spacer {
  height: 0px;
}

@media (min-width: 768px) {
  .curated-topics .wp-block-columns .wp-block-column:first-child .wp-block-spacer {
    height: auto;
  }
}

.curated-topics .wp-block-columns .wp-block-column:first-child .wp-block-buttons {
  position: absolute;
  top: 732px;
  left: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .curated-topics .wp-block-columns .wp-block-column:first-child .wp-block-buttons {
    position: static;
  }
}

.curated-topics .wp-block-columns .wp-block-column:first-child .wp-block-buttons .wp-block-button {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .curated-topics .wp-block-columns .wp-block-column:first-child .wp-block-buttons .wp-block-button {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.curated-topics .wp-block-columns .wp-block-column:last-child {
  position: relative;
  top: -60px;
}

@media (min-width: 768px) {
  .curated-topics .wp-block-columns .wp-block-column:last-child {
    position: static;
  }

  .curated-topics .wp-block-columns .post-carousel {
    position: absolute;
    top: -100px;
  }
}

.curated-topics .wp-block-columns .post-carousel .post-carousel-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .curated-topics .wp-block-columns .post-carousel .post-carousel-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  footer .hero {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer .hero div {
    text-align: center;
  }

  footer .hero a {
    padding: 5px;
  }

  footer .hero a:first-child {
    padding: 0;
  }
}

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

.hero h1 {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.hero .acf-innerblocks-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  footer .hero .acf-innerblocks-container {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer .hero .acf-innerblocks-container div {
    text-align: center;
  }

  footer .hero .acf-innerblocks-container a {
    padding: 5px;
  }

  footer .hero .acf-innerblocks-container a:first-child {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .hero .acf-innerblocks-container {
    flex-basis: 590px;
  }
}

.hero .acf-innerblocks-container > h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .hero .acf-innerblocks-container > h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1081px) {
  .hero .acf-innerblocks-container > h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.hero .acf-innerblocks-container > p {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hero .acf-innerblocks-container .wp-block-columns {
  margin-bottom: 0px;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media screen and (max-width: 768px) {
  footer .hero .acf-innerblocks-container .wp-block-columns {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer .hero .acf-innerblocks-container .wp-block-columns div {
    text-align: center;
  }

  footer .hero .acf-innerblocks-container .wp-block-columns a {
    padding: 5px;
  }

  footer .hero .acf-innerblocks-container .wp-block-columns a:first-child {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .hero .acf-innerblocks-container .wp-block-columns {
    flex-direction: row;
  }
}

.hero .acf-innerblocks-container .wp-block-columns .wp-block-column {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  footer .hero .acf-innerblocks-container .wp-block-columns .wp-block-column {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px;
  }

  footer .hero .acf-innerblocks-container .wp-block-columns .wp-block-column div {
    text-align: center;
  }

  footer .hero .acf-innerblocks-container .wp-block-columns .wp-block-column a {
    padding: 5px;
  }

  footer .hero .acf-innerblocks-container .wp-block-columns .wp-block-column a:first-child {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .hero .acf-innerblocks-container .wp-block-columns .wp-block-column {
    width: 50%;
  }
}

.hero .acf-innerblocks-container .wp-block-columns .wp-block-column .selection-card {
  min-height: 160px;
  width: 100%;
}

.hero .acf-innerblocks-container .wp-block-columns .wp-block-column .selection-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 102 / var(--tw-bg-opacity, 1));
}

.hero .acf-innerblocks-container .wp-block-columns .wp-block-column .selection-card:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 102 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .hero .acf-innerblocks-container .wp-block-columns .wp-block-column .selection-card {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.hero .images {
  margin-top: 55px;
  display: block;
  flex-basis: 560px;
  padding: 0px;
}

@media (min-width: 1024px) {
  .hero .images {
    margin-top: auto;
  }
}

@media (min-width: 1081px) {
  .hero .images {
    height: 544px;
  }
}

.hero img {
  margin: 0px;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero img.default {
  display: block;
}

.hero img.active {
  display: block;
}

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.left-0 {
  left: 0px;
}

.left-\[calc\(50\%-8px\)\] {
  left: calc(50% - 8px);
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-\[70px\] {
  top: 70px;
}

.top-menu {
  top: 64rem;
}

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

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

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

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}

.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-\[36px\] {
  width: 36px;
  height: 36px;
}

.size-\[44px\] {
  width: 44px;
  height: 44px;
}

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

.h-2\.5 {
  height: 0.625rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-40 {
  height: 10rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-px {
  height: 1px;
}

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

.min-h-80 {
  min-height: 20rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-24 {
  width: 6rem;
}

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

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

.max-w-content {
  max-width: 75rem;
}

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

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

.grow {
  flex-grow: 1;
}

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-2\/3 {
  flex-basis: 66.666667%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
  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));
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

.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-16 {
  gap: 4rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

.border-\[1px\] {
  border-width: 1px;
}

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

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

.border-l-8 {
  border-left-width: 8px;
}

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

.border-\[\#808285\] {
  --tw-border-opacity: 1;
  border-color: rgb(128 130 133 / var(--tw-border-opacity, 1));
}

.border-\[\#B9E5FE\] {
  --tw-border-opacity: 1;
  border-color: rgb(185 229 254 / var(--tw-border-opacity, 1));
}

.border-\[\#CFD0D2\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 208 210 / var(--tw-border-opacity, 1));
}

.border-\[\#cfd0d2\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 208 210 / var(--tw-border-opacity, 1));
}

.border-ada-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 90 143 / var(--tw-border-opacity, 1));
}

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

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(128 130 133 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.bg-\[\#0065A0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 160 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B9E5FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 229 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C4DFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 223 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D8DDE5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 221 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e2e7f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 231 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e7ebf4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 235 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8f9fA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 51 / var(--tw-bg-opacity, 1));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(128 130 133 / var(--tw-bg-opacity, 1));
}

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(222 236 245 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 102 / var(--tw-bg-opacity, 1));
}

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

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

.p-0 {
  padding: 0px;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

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

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

.pl-1\.5 {
  padding-left: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

.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-sm\/8 {
  font-size: 0.875rem;
  line-height: 2rem;
}

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

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

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

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.text-\[\#4b495a\] {
  --tw-text-opacity: 1;
  color: rgb(75 73 90 / var(--tw-text-opacity, 1));
}

.text-\[\#6B6D6F\] {
  --tw-text-opacity: 1;
  color: rgb(107 109 111 / var(--tw-text-opacity, 1));
}

.text-ada-light-blue {
  --tw-text-opacity: 1;
  color: rgb(0 90 143 / var(--tw-text-opacity, 1));
}

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

.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(0 22 51 / var(--tw-text-opacity, 1));
}

.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(63 77 97 / var(--tw-text-opacity, 1));
}

.text-heading {
  --tw-text-opacity: 1;
  color: rgb(0 32 77 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 43 102 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 109 173 / var(--tw-text-opacity, 1));
}

.text-text {
  --tw-text-opacity: 1;
  color: rgb(13 10 44 / var(--tw-text-opacity, 1));
}

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

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

.shadow-custom {
  --tw-shadow: 0px 4px 15px rgba(0, 33, 77, .03);
  --tw-shadow-colored: 0px 4px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.blur-sm {
  --tw-blur: blur(4px);
  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);
}

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

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

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

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

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

.first\:pt-0:first-child {
  padding-top: 0px;
}

.hover\:bg-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 51 / var(--tw-bg-opacity, 1));
}

.hover\:bg-light-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 236 245 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 43 102 / var(--tw-text-opacity, 1));
}

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

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

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

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

.peer.active ~ .peer-\[\.active\]\:hidden {
  display: none;
}

@media (max-width: 768px) {
  .max-\[768px\]\:justify-center {
    justify-content: center;
  }

  .max-\[768px\]\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:top-\[148px\] {
    top: 148px;
  }

  .md\:m-0 {
    margin: 0px;
  }

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

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

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

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

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-56 {
    width: 14rem;
  }

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

  .md\:w-\[75rem\] {
    width: 75rem;
  }

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

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

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:basis-1\/5 {
    flex-basis: 20%;
  }

  .md\:basis-4\/5 {
    flex-basis: 80%;
  }

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

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

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

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

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

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

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

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

  .md\:text-dark-blue {
    --tw-text-opacity: 1;
    color: rgb(0 22 51 / var(--tw-text-opacity, 1));
  }

  .min-\[768px\]\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:top-\[154px\] {
    top: 154px;
  }

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

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

  .lg\:m-auto {
    margin: auto;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .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-col {
    flex-direction: column;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:bg-inherit {
    background-color: inherit;
  }

  .lg\:bg-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(222 236 245 / var(--tw-bg-opacity, 1));
  }

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

  .lg\:first\:pt-0:first-child {
    padding-top: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:justify-center {
    justify-content: center;
  }
}
