/* 
    compiling command (from theme root): 
    npx tailwindcss -i ./css/tailwind.css -o ./src/overrides.css --watch 
*/

/* 
    ! tailwindcss v3.4.7 | 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%;
  margin-right: auto;
  margin-left: auto;
}

@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: 1366px) {
  .container {
    max-width: 1366px;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

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

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

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

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

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

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

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

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-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;
}

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

.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;
  text-align: start;
  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(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;
}

/* Main Navigation - Visible on larger screens */

.nav-primary {
  display: none;
  width: 0px;
}

@media (min-width: 1024px) {
  .nav-primary {
    display: block;
    flex-basis: 100%;
  }
}

.nav-primary {
  &.active {
    width: 100%;
  }
  li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  li {
    &.current-page-parent {
      border-bottom-width: 2px;
    }
    a {
      font-weight: 700;
    }
    a {
      color: rgba(39, 50, 92, 1);
    }
    a:hover {
      text-decoration-line: underline;
    }
    a:focus {
      text-decoration-line: underline;
    }
  }
  ul.sub-menu  {
    li a {
      font-weight: 400;
    }
    li a {
      color: rgba(10, 89, 100, 1);
    }
  }
}

/* Mobile Navigation - Visible on smaller screens */

.menu-toggle {
  --tw-text-opacity: 1;
  color: rgb(10 89 100 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle {
  &::before {
    margin-top: -1px;
  }
  &::before {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Sub-menu Toggle Button - Visible on smaller screens */

.sub-menu-toggle {
}

/* Utility Classes for Submenu */

.sub-menu {
  display: none;
}

/* Overwrite the toggle arrow */

.dashicons-arrow-down-alt2:before {
  background-size: 26px 26px;
  background-position: center -1px;
  background-repeat: no-repeat;
  content: '';
  background-image: url('/wp-content/themes/genesis-sample/images/icons/arrow-down.svg');
}

footer .footer-menu .dashicons-arrow-down-alt2:before {
  background-image: url('/wp-content/themes/genesis-sample/images/icons/arrow-down-white.svg');
}

/* Touch menu accessibility */

body.touch {
  .nav-primary {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .sub-menu-toggle {
    display: inline-block;
  }
}

/* Hover and Focus States for Dropdowns on Larger Screens */

@media (min-width: 1024px) {
  body.no-touch {
    .menu-item-has-children:hover > .sub-menu,
    .menu-item-has-children:focus-within > .sub-menu {
      z-index: 50;
    }
    .menu-item-has-children:hover > .sub-menu,
    .menu-item-has-children:focus-within > .sub-menu {
      display: block;
    }
    .sub-menu {
      position: absolute;
    }
    .sub-menu {
      margin-left: 1rem;
    }
    .sub-menu {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .sub-menu {
      padding-top: 0.5rem;
    }
    .sub-menu {
      --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);
    }
    .sub-menu li a {
      display: block;
    }
    .sub-menu li a {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .sub-menu li a {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .sub-menu li a {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }
}

@media (max-width:400px) {
  button.menu-toggle .menu-description {
    display: none;
  }
}

html {
  height: 100%;
}

main {
  flex: 1 1 auto;
}

footer {
}

body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* add more imports here */

html {
  overflow-x: hidden;
}

.container {
  position: relative;
}

body {
  background-color: rgba(253, 253, 253, 1);
}

/* list global styles */

.module,
.accordion {
  ol {
    margin-left: 3rem;
  }
  ol {
    list-style-type: decimal;
  }
  ol {
    li {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
  }
  ul {
    margin-left: 3rem;
  }
  ul {
    list-style-type: disc;
  }
  @media not all and (min-width: 768px) {
    .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
}

/* Buttons */

.btn,
.gform_button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: rgba(10, 89, 100, 1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn:hover,
.gform_button:hover {
  background-color: rgba(100, 179, 83, 1);
}

.btn:focus,
.gform_button:focus {
  background-color: rgba(100, 179, 83, 1);
}

.btn,
.gform_button {
  &.btn-disabled {
  }
}

/* general accordion styles (for exapnding content) */

.accordion-wrap {
  .hidden-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    &[aria-hidden="true"] {
      max-height: 0;
    }
    &[aria-hidden="false"] {
      max-height: 10000px;
    }
  }
  .accordion-expand {
    a {
      display: flex;
    }
    a {
      width: 100%;
    }
    a {
      justify-content: space-between;
    }
    a {
      em:before {
        margin-bottom: -0.25rem;
      }
      em:before {
        display: inline-block;
      }
      em:before {
        height: 1.5rem;
      }
      em:before {
        width: 1.5rem;
      }
      em:before {
        background-size: contain;
      }
      em:before {
        background-position: center;
      }
      em:before {
        background-repeat: no-repeat;
      }
      em:before {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      em:before {
        transition-duration: 200ms;
      }
      em:before {
        background-image: url("/wp-content/themes/genesis-sample/images/icons/accordion-arrow.svg");
        content: "";
      }
    }
    a[aria-expanded="true"] em:before {
      --tw-rotate: -180deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    a[aria-expanded="true"] em:before {
      content: "";
    }
  }
}

.gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_legacy_markup_wrapper select {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgba(39, 50, 92, 1);
}

aside.sidebar.widget-area {
  display: none;
}

.pagination,
.pager-wrap {
  width: 100%;
  text-align: center;
  a,
  span {
    padding: 0.5rem;
  }
  a:hover,
  span:hover {
    text-decoration-line: underline;
  }
  a:focus,
  span:focus {
    text-decoration-line: underline;
  }
  .current {
    text-decoration-line: underline;
  }
}

/* Override Gravity forms CSS */

.gform_legacy_markup_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield
  div.ginput_complex
  span.ginput_left
  select,
.gform_legacy_markup_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield
  div.ginput_complex
  span.ginput_right
  select,
.gform_legacy_markup_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield
  select {
  border-width: 1px;
  border-color: rgba(39, 50, 92, 1);
  padding-top: 6px;
  padding-bottom: 6px;
}

.gform_legacy_markup_wrapper textarea.large {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgba(39, 50, 92, 1);
}

.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: 400;
  color: rgba(39, 50, 92, 1);
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.gform_legacy_markup_wrapper ul.gfield_radio li label {
  padding-top: 0.25rem;
  padding-left: 0.5rem;
}

@media (min-width: 768px) {
  .btn {
    margin-right: 1rem;
  }
}

/* Typographic Styles */

/* reset everything to Lato for good measure */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
li,
ul,
ol {
  font-family: Lato;
}

:focus {
}

h1,
.h1 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 640px) {
  h1,
.h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

h2,
.h2 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  h2,
.h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3,
.h3 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  h3,
.h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

p,
li,
ul,
ol,
blockquote {
  color: rgba(30, 30, 30, 1);
}

.module {
  p,
    ul li,
    ol li {
    margin-bottom: 0.75rem;
  }
  p,
    ul li,
    ol li {
    a:not(.btn) {
      font-weight: 600;
    }
    a:not(.btn) {
      color: rgba(10, 89, 100, 1);
    }
    a:not(.btn) {
      text-decoration-line: underline;
    }
    a:not(.btn):hover {
      color: rgba(100, 179, 83, 1);
    }
  }
  ul {
    margin-left: 2.5rem;
  }
  ul {
    li {
      margin-left: 0px;
    }
    li {
      list-style-type: disc;
    }
  }
  h1,
    h2,
    h3,
    h4 {
    margin-top: 2rem;
  }
  h1,
    h2,
    h3,
    h4 {
    color: rgba(39, 50, 92, 1);
  }
  h1,
    h2,
    h3,
    h4 {
    &:nth-of-type(1) {
      margin-top: 0px;
    }
  }
  h2, h3, h4 {
    font-weight: 600;
  }
  p {
  }
}

a:focus img {
  border-width: 1px;
}

/* Layouts */

.site-header {
  margin-left: 3rem;
  margin-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  @media (max-width: 740px) {
    .title-area {
      flex-basis: 50%;
    }
  }
  @media (max-width: 400px) {
    .title-area {
      flex-basis: 66.666667%;
    }
  }
  @media (min-width: 1024px) {
    .title-area {
      flex-shrink: 0;
    }
  }
  .site-title:focus-within {
    outline-style: solid;
  }
  .site-title:focus-within {
    outline-width: 1px;
  }
  .site-title:focus-within {
    outline-offset: 1px;
  }
  .site-title:focus-within {
    outline-color: #1f2937;
  }
  .site-title a {
    cursor: pointer;
  }
  .site-title a {
    img {
      height: auto;
    }
    img {
      width: 300px;
    }
  }
  .wrap {
    display: flex;
  }
  .wrap {
    width: 100%;
  }
  .wrap {
    flex-wrap: wrap;
  }
  .wrap {
    align-items: center;
  }
  .wrap {
    justify-content: space-between;
  }
  .wrap {
    @media (min-width: 1024px) {
      body.no-touch & {
        flex-wrap: nowrap;
      }
    }
    @media (min-width: 1024px) {
      body.no-touch & {
        justify-content: flex-end;
      }
    }
    &::after,
    &::before {
      display: none;
    }
    body.touch & {
    }
    button.menu-toggle {
      padding-top: 1rem;
    }
    button.menu-toggle {
      text-align: right;
    }
    @media (max-width: 740px) {
      button.menu-toggle {
        flex-basis: 50%;
      }
    }
    @media (max-width: 400px) {
      button.menu-toggle {
        flex-basis: 33.333333%;
      }
    }
    button.menu-toggle {
      body.touch & {
        margin-top: 1rem;
      }
      body.touch & {
        padding-top: 1rem;
      }
      @media (min-width: 640px) {
        body.touch & {
          width: auto;
        }
      }
    }
    nav {
      clear: both;
    }
    nav {
      padding-top: 1.5rem;
    }
    @media (min-width: 1024px) {
      nav {
        clear: none;
      }
    }
    @media (min-width: 1024px) {
      nav {
        padding-top: 0px;
      }
    }
    nav {
      ul.menu-primary {
        justify-content: flex-end;
      }
      ul.menu-primary {
        padding-left: 1.25rem;
      }
      ul.menu-primary {
        text-align: center;
      }
      @media (min-width: 1024px) {
        ul.menu-primary {
          display: flex;
        }
      }
      @media (min-width: 1024px) {
        ul.menu-primary {
          text-align: left;
        }
      }
      ul.menu-primary {
        body.touch & {
          display: block;
        }
        li {
          text-align: left;
        }
        li {
          a {
            margin-left: 1.5rem;
          }
          a {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          a {
            font-weight: 700;
          }
          @media (min-width: 1024px) {
            a {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
          }
          @media (min-width: 1366px) {
            a {
              font-size: 1rem;
              line-height: 1.5rem;
            }
          }
        }
        ul.sub-menu li a {
          margin-left: 0px;
        }
        ul.sub-menu li a {
          font-weight: 700;
        }
        ul.sub-menu li a:hover {
          text-decoration-line: underline;
        }
        ul li a {
          font-weight: 400;
        }
        @media (min-width: 1024px) {
          ul li a {
            font-weight: 700;
          }
        }
      }
    }
  }
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: rgba(39, 50, 92, 1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  form {
    border-radius: 0.375rem;
  }
  form {
    background-color: rgba(253, 253, 253, 1);
  }
  form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  form {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  form {
    opacity: 0.7;
  }
  form {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  form:focus-within {
    opacity: 1;
  }
  form:hover {
    opacity: 1;
  }
  form {
    .search-form-input {
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem;
    }
    .search-form-input {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .search-form-submit {
      margin: 0px;
    }
    .search-form-submit {
      padding: 0px;
    }
    .search-form-submit {
      .icon-search {
        margin-top: 0.25rem;
      }
      .icon-search {
        margin-bottom: -0.25rem;
      }
      .icon-search {
        display: inline-block;
      }
      .icon-search {
        height: 1rem;
      }
      .icon-search {
        width: 1rem;
      }
      .icon-search {
        background-size: contain;
      }
      .icon-search {
        background-position: center;
      }
      .icon-search {
        background-repeat: no-repeat;
      }
      .icon-search {
        background-image: url("/wp-content/themes/genesis-sample/images/icons/search.svg");
        content: "";
      }
    }
  }
}

.site-header .wrap nav.active ul ul.sub-menu li a {
  margin-left: 2.5rem;
}

/* Custom nav break points */

@media (max-width: 1282px) and (min-width: 1090px) {
  .site-header {
    .site-title a img {
      width: 200px;
    }
    .wrap nav ul.menu-primary li a {
      margin-left: 0.75rem;
    }
  }
}

@media (max-width: 1089px) and (min-width: 1024px) {
  .site-header {
    .site-title a img {
      width: 150px;
    }
    .wrap nav ul.menu-primary li a {
      margin-left: 0.5rem;
    }
  }
}

@media screen and (max-width: 645px) {
  .site-header {
    .site-title a img {
      width: 250px;
    }
  }
}

footer.site-footer {
  visibility: visible;
  position: relative;
  z-index: 20;
  display: block;
  border-style: none;
  background-color: rgba(39, 50, 92, 1);
  padding-bottom: 18rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  .menu-secondary {
    display: none;
  }
  .footer-logos {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .footer-logos {
    display: block;
  }
  .footer-logos {
    align-items: flex-end;
  }
  .footer-logos {
    justify-content: center;
  }
  @media (min-width: 1024px) {
    .footer-logos {
      display: flex;
    }
  }
  @media (min-width: 1024px) {
    .footer-logos {
      justify-content: space-between;
    }
  }
  .footer-logos {
    .col {
      margin-bottom: 3rem;
    }
    .col {
      width: 100%;
    }
    @media (min-width: 1024px) {
      .col {
        width: 25%;
      }
    }
    .col {
      a img {
        display: inline-block;
      }
      a img {
        padding-left: 3rem;
        padding-right: 3rem;
      }
      a img {
        text-align: center;
      }
      @media (min-width: 768px) {
        a img {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      @media (min-width: 1024px) {
        a img {
          display: block;
        }
      }
      &.footer-menu {
        width: 100%;
      }
      @media (min-width: 1024px) {
        &.footer-menu {
          width: 66.666667%;
        }
      }
      &.footer-menu {
        nav {
          width: 100%;
        }
        nav {
          flex-grow: 1;
        }
        nav {
          ul.menu-footer {
            display: block;
          }
          ul.menu-footer {
            width: 100%;
          }
          ul.menu-footer {
            justify-content: space-around;
          }
          ul.menu-footer {
            padding-left: 1.25rem;
          }
          ul.menu-footer {
            text-align: center;
          }
          @media (min-width: 1024px) {
            ul.menu-footer {
              display: flex;
            }
          }
          @media (min-width: 1024px) {
            ul.menu-footer {
              text-align: right;
            }
          }
          ul.menu-footer {
            body.touch & {
              margin-left: 0px;
            }
            body.touch & {
              display: block;
            }
            body.touch & {
              padding-left: 0px;
            }
            body.touch & {
              text-align: center;
            }
            li {
              a {
                font-size: 1rem;
                line-height: 1.5rem;
              }
              a {
                font-weight: 700;
              }
              a {
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity));
              }
              a:hover {
                color: rgba(100, 179, 83, 1);
              }
              @media (min-width: 1024px) {
                a {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                }
              }
              @media (min-width: 1366px) {
                a {
                  font-size: 1rem;
                  line-height: 1.5rem;
                }
              }
              ul.sub-menu,
                            .sub-menu-toggle {
                background-color: rgba(39, 50, 92, 1);
              }
              ul.sub-menu,
                            .sub-menu-toggle {
                text-align: left;
              }
              ul.sub-menu {
                margin-left: 0px;
              }
            }
          }
        }
        .menu-toggle {
          display: none;
        }
      }
    }
  }
  .extra-footer {
    display: flex;
  }
  .extra-footer {
    flex-wrap: wrap;
  }
  .extra-footer {
    justify-content: flex-end;
  }
  .extra-footer {
    padding: 1.5rem;
  }
  .wested-menu,
    .copyright {
    p,
        a {
      color: rgba(174, 199, 210, 1);
    }
  }
  #menu-wested-nav {
    display: flex;
  }
  #menu-wested-nav {
    flex-wrap: wrap;
  }
  #menu-wested-nav {
    justify-content: flex-end;
  }
  #menu-wested-nav {
    text-align: center;
  }
  @media (min-width: 768px) {
    #menu-wested-nav {
      flex-wrap: nowrap;
    }
  }
  @media (min-width: 768px) {
    #menu-wested-nav {
      text-align: right;
    }
  }
  #menu-wested-nav {
    li {
      margin-left: 0.25rem;
    }
    li {
      display: inline-block;
    }
    li {
      border-left-width: 1px;
    }
    li {
      border-color: rgba(174, 199, 210, 1);
    }
    li {
      padding-left: 0.25rem;
    }
    li:first-child {
      margin-left: 0px;
    }
    li:first-child {
      border-left-width: 0px;
    }
    li:first-child {
      padding-left: 0px;
    }
    li {
      a {
        margin: 0px;
      }
      a {
        padding: 0px;
      }
      a {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      a {
        color: rgba(174, 199, 210, 1);
      }
      a {
        text-decoration-line: underline;
      }
      a:hover {
        text-decoration-line: none;
      }
      a:focus {
        text-decoration-line: none;
      }
    }
  }
}

/* individual modules */

.module-simple-promote {
  .inner {
    position: relative;
  }
  .inner {
    z-index: 10;
  }
  .inner {
    display: flex;
  }
  .inner {
    min-height: 16rem;
  }
  .inner {
    flex-wrap: nowrap;
  }
  .inner {
    align-items: center;
  }
  .inner {
    justify-content: space-between;
  }
  .inner {
    * {
      position: relative;
    }
    * {
      z-index: 10;
    }
    .section-content {
      position: relative;
    }
    .section-content {
      z-index: 10;
    }
    .section-content {
      width: 100%;
    }
    @media (min-width: 768px) {
      .section-content {
        width: 50%;
      }
    }
    .section-content {
      .btn {
        margin-top: 1.25rem;
      }
    }
  }
  .big-box {
    .inner {
      margin: 0px;
    }
    .inner {
      padding: 0px;
    }
    .section-content {
      position: relative;
    }
    .section-content {
      z-index: 10;
    }
    .section-content {
      width: 100%;
    }
    .section-content {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .section-content {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    @media (min-width: 768px) {
      .section-content {
        width: 50%;
      }
    }
    @media (min-width: 768px) {
      .section-content {
        padding: 6rem;
      }
    }
    .section-content {
      .btn {
        margin-top: 1.25rem;
      }
    }
    .section-image {
      display: none;
    }
    .section-image {
      width: 50%;
    }
    @media (min-width: 768px) {
      .section-image {
        display: block;
      }
    }
  }
  .container {
    .inner {
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .section-content {
      position: relative;
    }
    .section-content {
      z-index: 10;
    }
    .section-content {
      width: 100%;
    }
    @media (min-width: 768px) {
      .section-content {
        width: 50%;
      }
    }
    .section-content {
      .btn {
        margin-top: 1.25rem;
      }
    }
    .section-image {
      display: none;
    }
    .section-image {
      width: 41.666667%;
    }
    @media (min-width: 768px) {
      .section-image {
        display: block;
      }
    }
  }
}

/* Hero Module Styles */

.module-hero {
  .container {
    display: flex;
  }
  .container {
    align-items: center;
  }
  .container {
    justify-content: space-between;
  }
  .custom-img {
    background-size: cover;
  }
  .custom-img {
    background-position: right top;
  }
  .custom-img {
    background-repeat: no-repeat;
  }
  .default-hero {
    position: relative;
  }
  .default-hero {
    background-color: rgba(39, 50, 92, 1);
  }
  .default-hero {
    h1, p, a {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    &::after {
      position: absolute;
    }
    &::after {
      top: 0px;
    }
    &::after {
      right: 0px;
    }
    &::after {
      display: block;
    }
    &::after {
      height: 100%;
    }
    &::after {
      width: 38vw;
    }
    &::after {
      background-size: cover;
    }
    &::after {
      background-repeat: no-repeat;
    }
    &::after {
      opacity: 0.5;
    }
    &::after {
      background-image: url('/wp-content/themes/genesis-sample/images/hero-overlay.png');
    }
  }
  .item {
    &.title {
      width: 100%;
    }
    &.title {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    @media (min-width: 768px) {
      &.title {
        width: 60%;
      }
    }
    &.title {
      p {
        margin-bottom: 1rem;
      }
    }
    &.hero-img {
      display: none;
    }
    &.hero-img {
      width: 40%;
    }
    @media (min-width: 768px) {
      &.hero-img {
        display: block;
      }
    }
    &.hero-img {
      img {
        height: auto;
      }
      img {
        max-width: 100%;
      }
    }
  }
}

/* Page Link Cards Module */

.module-page-link-cards {
  background-color: rgba(236, 241, 244, 1);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .module-page-link-cards {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.module-page-link-cards {
  .page-link-cards {
    display: flex;
  }
  .page-link-cards {
    flex-wrap: wrap;
  }
  .page-link-cards {
    justify-content: flex-start;
  }
  .page-link-cards {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .page-link-card {
    position: relative;
  }
  .page-link-card {
    margin-bottom: 1.5rem;
  }
  .page-link-card {
    display: flex;
  }
  .page-link-card {
    width: 100%;
  }
  .page-link-card {
    align-items: stretch;
  }
  .page-link-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-link-card {
    text-align: left;
  }
  .page-link-card {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  @media (min-width: 640px) {
    .page-link-card {
      width: 50%;
    }
  }
  @media (min-width: 768px) {
    .page-link-card {
      margin-bottom: 4rem;
    }
  }
  @media (min-width: 768px) {
    .page-link-card {
      width: 25%;
    }
  }
  .page-link-card {
    .inner {
      display: flex;
    }
    .inner {
      width: 100%;
    }
    .inner {
      align-items: stretch;
    }
    .wrap {
      width: 100%;
    }
    .wrap {
      overflow: hidden;
    }
    .wrap {
      border-right-width: 4px;
    }
    .wrap {
      border-right-color: rgba(100, 179, 83, 1);
    }
    .wrap {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .wrap {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .wrap {
      text-align: left;
    }
    .wrap {
      --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);
    }
    .card-title {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .card-title {
      font-weight: 700;
    }
    .card-title {
      color: rgba(39, 50, 92, 1);
    }
    a.main-link {
      position: relative;
    }
    a.main-link {
      display: block;
    }
    a.main-link {
      height: 100%;
    }
    a.main-link {
      width: 100%;
    }
    a.main-link {
      padding-bottom: 2rem;
    }
    a.main-link {
      text-align: left;
    }
    a.main-link {
      .card-info {
        position: absolute;
      }
      .card-info {
        bottom: 0px;
      }
      .card-info {
        left: 0px;
      }
      .card-info {
        z-index: 20;
      }
      .card-info {
        height: 100%;
      }
      .card-info {
        width: 100%;
      }
      .card-info {
        --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));
      }
      .card-info {
        --tw-translate-y: 2.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));
      }
      .card-info {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }
      .card-info {
        text-align: left;
      }
      .card-info {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .card-info {
        opacity: 0;
      }
      .card-info {
        transition-duration: 150ms;
      }
      &:hover, &:focus {
        .card-info {
          --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));
        }
        .card-info {
          opacity: 1;
        }
      }
    }
    img {
      margin-bottom: 1rem;
    }
    img {
      width: 33.333333%;
    }
    img {
      text-align: left;
    }
    .learn-more {
      position: relative;
    }
    .learn-more {
      z-index: 30;
    }
    .learn-more {
      margin-top: -1.5rem;
    }
    .learn-more {
      margin-bottom: 1.5rem;
    }
    .learn-more {
      display: block;
    }
    .learn-more {
      height: 6rem;
    }
    .learn-more {
      font-weight: 700;
    }
    .learn-more {
      a {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      a {
        color: rgba(10, 89, 100, 1);
      }
      a {
        text-decoration-line: underline;
      }
      em {
        position: relative;
      }
      em {
        left: 0px;
      }
      em {
        margin-bottom: -5px;
      }
      em {
        display: inline-block;
      }
      em {
        height: 1.25rem;
      }
      em {
        width: 1.25rem;
      }
      em {
        --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));
      }
      em {
        background-size: contain;
      }
      em {
        background-position: center;
      }
      em {
        background-repeat: no-repeat;
      }
      em {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      em {
        transition-duration: 200ms;
      }
      em {
        background-image: url('/wp-content/themes/genesis-sample/images/icons/accordion-arrow.svg');
        content: '';
      }
    }
    &:hover .learn-more em, &:focus-within .learn-more em {
      --tw-translate-x: 1rem;
      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));
    }
  }
}

/* Accordion Module */

.module-accordion {
  .tight-padding {
    .container .accordion-inner {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .container .accordion-inner {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }
  .tight-padding-bottom {
    .container .accordion-inner {
      margin-bottom: 0px;
    }
    .container .accordion-inner {
      padding-bottom: 0px;
    }
  }
  .tight-padding-top {
    .container .accordion-inner {
      margin-top: 0px;
    }
    .container .accordion-inner {
      padding-top: 0px;
    }
  }
}

/* Resource cards module */

.module-resources-cards {
  /* Flip cards */
  .cards-container {
    display: flex;
  }
  .cards-container {
    flex-wrap: wrap;
  }
  .cards-container {
    align-items: stretch;
  }
  .cards-container {
    justify-content: flex-start;
  }
  .cards-container {
    gap: 2rem;
  }
  .cards-container {
    .card-wrapper {
      position: relative;
    }
    .card-wrapper {
      z-index: 10;
    }
    .card-wrapper {
      width: 100%;
    }
    @media (min-width: 768px) {
      .card-wrapper {
        width: 46%;
      }
    }
    @media (min-width: 1024px) {
      .card-wrapper {
        width: 30%;
      }
    }
    .card-wrapper {
      perspective: 1000px;
      .card {
        position: relative;
      }
      .card {
        height: 100%;
      }
      .card {
        width: 100%;
      }
      .card {
        transform-style: preserve-3d;
        transition: transform 0.6s;
        img {
          margin-bottom: 1.5rem;
        }
        img {
          width: 80%;
        }
        .flip-icon {
          cursor: pointer;
        }
        .flip-icon {
          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;
        }
        .flip-icon:hover {
          --tw-scale-x: 1.25;
          --tw-scale-y: 1.25;
          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));
        }
        .flip-icon:focus {
          border-width: 1px;
        }
        .flip-icon:focus {
          --tw-border-opacity: 1;
          border-color: rgb(55 65 81 / var(--tw-border-opacity));
        }
        &.flipped {
          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));
        }
        &.flipped {
          transform: rotateY(180deg);
        }
        .card-front,
                .card-back {
          position: absolute;
        }
        .card-front,
                .card-back {
          display: flex;
        }
        .card-front,
                .card-back {
          height: 100%;
        }
        .card-front,
                .card-back {
          width: 100%;
        }
        .card-front,
                .card-back {
          flex-direction: column;
        }
        .card-front,
                .card-back {
          align-items: center;
        }
        .card-front,
                .card-back {
          border-radius: 0.5rem;
        }
        .card-front,
                .card-back {
          padding: 2rem;
        }
        .card-front,
                .card-back {
          --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);
        }
        .card-front,
                .card-back {
          backface-visibility: hidden;
          img {
            text-align: center;
          }
          h4 {
          }
          h4,
                    p {
            margin-bottom: 1.25rem;
          }
          h4,
                    p {
            width: 100%;
          }
          .card-inner {
            display: flex;
          }
          .card-inner {
            height: 100%;
          }
          .card-inner {
            height: auto;
          }
          .card-inner {
            width: 100%;
          }
          .card-inner {
            flex-direction: column;
          }
          .card-inner {
            align-items: center;
          }
          .card-inner {
            justify-content: space-between;
          }
          .flip-icon {
            margin-top: 1.5rem;
          }
          .flip-icon {
            display: block;
          }
          .flip-icon {
            display: block;
          }
          .flip-icon {
            height: 25px;
          }
          .flip-icon {
            width: 25px;
          }
          .flip-icon {
            flex-shrink: 0;
          }
          .flip-icon {
            align-self: flex-start;
          }
          .flip-icon {
            background-size: contain;
          }
          .flip-icon {
            background-repeat: no-repeat;
          }
          .flip-icon {
            text-align: left;
          }
        }
        /* Specific styling for front and back */
        .card-front {
          justify-content: space-between;
        }
        .card-front {
          .flip-icon {
            background-image: url('/wp-content/themes/genesis-sample/images/plus-circle.svg');
          }
        }
        .card-back {
          justify-content: flex-end;
        }
        .card-back {
          transform: rotateY(180deg);
          h4,
                    p {
            text-align: left;
          }
          h4,
                    p {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          .card-inner {
            align-items: flex-end;
          }
          .flip-icon {
          }
        }
      }
    }
  }
  .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* Featured Resources */

.module-featured-resources {
  .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container {
    text-align: center;
  }
  @media (min-width: 768px) {
    .container {
      text-align: left;
    }
  }
  .container {
    .resources-list {
      margin-top: 3rem;
    }
    .resources-list {
      .item {
        margin-bottom: 2rem;
      }
      .item {
        display: flex;
      }
      .item {
        flex-wrap: wrap;
      }
      .item {
        align-items: center;
      }
      .item {
        justify-content: center;
      }
      @media (min-width: 768px) {
        .item {
          flex-wrap: nowrap;
        }
      }
      @media (min-width: 768px) {
        .item {
          justify-content: flex-start;
        }
      }
      .item{
        a {
          margin-bottom: 1rem;
        }
        a {
          display: flex;
        }
        a {
          width: 100%;
        }
        a {
          flex-grow: 0;
        }
        a {
          justify-content: center;
        }
        a {
          padding-right: 0px;
        }
        a {
          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;
        }
        a:hover {
          --tw-scale-x: 1.1;
          --tw-scale-y: 1.1;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
        @media (min-width: 768px) {
          a {
            margin-bottom: 0px;
          }
        }
        @media (min-width: 768px) {
          a {
            display: block;
          }
        }
        @media (min-width: 768px) {
          a {
            width: 20%;
          }
        }
        @media (min-width: 768px) {
          a {
            padding-right: 1.5rem;
          }
        }
        @media (min-width: 1024px) {
          a {
            width: 10%;
          }
        }
        p {
          width: 100%;
        }
        p {
          text-align: center;
        }
        @media (min-width: 768px) {
          p {
            width: 80%;
          }
        }
        @media (min-width: 768px) {
          p {
            text-align: left;
          }
        }
      }
    }
    .resources-cta {
      width: 100%;
    }
    @media (min-width: 768px) {
      .resources-cta {
        max-width: 80%;
      }
    }
    .resources-cta {
      .btn {
        margin-top: 2rem;
      }
      .btn {
        padding-left: 2rem;
        padding-right: 2rem;
      }
    }
  }
}

/* Showcase Module Styles */

.module-slider {
  .inner {
    padding: 60px;
  }
  .inner {
    h2 {
      margin-bottom: 1.5rem;
    }
  }
  .slider-container {
    display: flex;
  }
  .slider-container {
    flex-wrap: wrap;
  }
  .slider-container {
    justify-content: space-between;
  }
  .slider-container {
    .slider-item {
      position: relative;
    }
    .slider-item {
      margin-bottom: 1rem;
    }
    .slider-item {
      display: flex;
    }
    .slider-item {
      width: 100%;
    }
    .slider-item {
      flex-direction: column;
    }
    .slider-item {
      justify-content: flex-start;
    }
    .slider-item {
      border-radius: 0.5rem;
    }
    .slider-item {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .slider-item {
      text-align: center;
    }
    .slider-item {
      --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);
    }
    .slider-item {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .slider-item:hover {
      --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));
    }
    .slider-item:hover {
      --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);
    }
    @media (min-width: 768px) {
      .slider-item {
        width: 48%;
      }
    }
    @media (min-width: 1024px) {
      .slider-item {
        width: 32%;
      }
    }
    .slider-item {
      img {
        height: auto;
      }
      img {
        width: 100%;
      }
      span {
        margin: 1rem;
      }
      span {
        display: block;
      }
    }
  }
}

/* General Content Modules */

.module-general-content {
  .container {
    .inner {
      padding: 1.5rem;
    }
    @media (min-width: 640px) {
      .inner {
        padding-left: 0px;
        padding-right: 0px;
      }
    }
    @media (min-width: 768px) {
      .inner {
        padding: 6rem;
      }
    }
    .inner {
      * {
        position: relative;
      }
      * {
        z-index: 10;
      }
    }
  }
  .resource-hub {
    ul {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
    ul {
      margin-left: 0px;
    }
    ul {
      display: grid;
    }
    ul {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    ul {
      padding-left: 0px;
    }
    @media (min-width: 640px) {
      ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (min-width: 1024px) {
      ul {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
    ul {
      li {
        margin-left: 0px;
      }
      li {
        list-style-type: none;
      }
    }
  }
  .tight-padding {
    .container .inner {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .container .inner {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }
  .tight-padding-bottom {
    .container .inner {
      margin-bottom: 0px;
    }
    .container .inner {
      padding-bottom: 0px;
    }
  }
  .tight-padding-top {
    .container .inner {
      margin-top: 0px;
    }
    .container .inner {
      padding-top: 0px;
    }
  }
}

.module-multi-column-promote {
  .wrap {
    .container {
      margin-top: 6rem;
      margin-bottom: 6rem;
    }
    .container {
      body.single-learning_modules &,
      body.single-policy_pracice & {
        margin-top: 0px;
        margin-bottom: 0px;
      }
      h2 {
      }
      &.top-none {
        margin-top: 0px;
      }
      &.bottom-none {
        margin-bottom: 0px;
      }
      &.all-none {
        margin-bottom: 0px;
      }
      &.all-none {
        margin-top: 0px;
      }
      @media not all and (min-width: 768px) {
        &.top-none .columns-wrapper {
          margin-top: 0px;
        }
      }
      @media not all and (min-width: 768px) {
        &.bottom-none .columns-wrapper {
          margin-bottom: 0px;
        }
      }
      @media not all and (min-width: 768px) {
        &.all-none .columns-wrapper {
          margin-bottom: 0px;
        }
      }
      @media not all and (min-width: 768px) {
        &.all-none .columns-wrapper {
          margin-top: 0px;
        }
      }
    }
    .columns-wrapper {
      margin-top: 4rem;
    }
    .columns-wrapper {
      display: flex;
    }
    .columns-wrapper {
      flex-wrap: wrap;
    }
    @media (min-width: 768px) {
      .columns-wrapper {
        flex-wrap: nowrap;
      }
    }
    @media (min-width: 768px) {
      .columns-wrapper {
        gap: 3.5rem;
      }
    }
    .columns-wrapper {
      body.single-learning_modules &,
      body.single-policy_pracice & {
        margin-top: 0px;
      }
      body.single-learning_modules &,
      body.single-policy_pracice & {
        flex-wrap: wrap;
      }
      @media (min-width: 1024px) {
        body.single-learning_modules &,
      body.single-policy_pracice & {
          flex-wrap: nowrap;
        }
      }
      @media (min-width: 768px) {
        body.single-learning_modules & {
          gap: 1.5rem;
        }
      }
      .column-item {
        margin-top: 2rem;
      }
      .column-item {
        display: flex;
      }
      .column-item {
        flex-grow: 0;
      }
      .column-item {
        flex-wrap: wrap;
      }
      .column-item {
        align-content: space-between;
      }
      .column-item {
        border-right-width: 4px;
      }
      .column-item {
        border-color: rgba(100, 179, 83, 1);
      }
      .column-item {
        background-color: rgba(253, 253, 253, 1);
      }
      .column-item {
        padding: 1.25rem;
      }
      @media (min-width: 768px) {
        .column-item {
          margin-top: 0px;
        }
      }
      .title-underline {
        h3 {
          padding-bottom: 0.5rem;
        }
        a.arrow {
          text-decoration-line: underline;
        }
        a.arrow {
          &::after {
            margin-left: 0.25rem;
          }
          &::after {
            display: inline-block;
          }
          &::after {
            height: 0.75rem;
          }
          &::after {
            width: 0.75rem;
          }
          &::after {
            background-size: contain;
          }
          &::after {
            background-position: center;
          }
          &::after {
            background-repeat: no-repeat;
          }
          &::after {
            content: "";
            background-image: url("/wp-content/themes/genesis-sample/images/icons/arrow.svg");
          }
        }
      }
      .column-content {
        margin-bottom: 3rem;
      }
      .column-content {
        flex-grow: 1;
      }
      .column-content {
        align-items: center;
      }
      .column-content {
        color: rgba(39, 50, 92, 1);
      }
      @media (min-width: 1024px) {
        .column-content {
          margin-bottom: 0px;
        }
      }
      .column-content {
        p,
        a,
        li {
          color: rgba(39, 50, 92, 1);
        }
      }
      .button-link {
        margin-top: 2rem;
      }
      .button-link {
        display: block;
      }
      .button-link {
        flex-grow: 0;
      }
      .button-link {
        a {
          text-transform: uppercase;
        }
        a {
          letter-spacing: 0.1em;
        }
        a {
          color: rgba(37, 91, 39, 1);
        }
      }
      a {
        text-decoration-line: underline;
      }
      a:hover {
        text-decoration-line: none;
      }
      a:focus {
        text-decoration-line: none;
      }
    }
    &.theme-csaa-background {
      .columns-wrapper .column-item {
        background-color: rgba(236, 241, 244, 1);
      }
    }
  }
}

.module-testimonial-videos {
  .testimonial-module {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  @media (min-width: 768px) {
    .testimonial-module {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  }
  .testimonial-dropdown {
    margin-top: 1rem;
  }
  .testimonial-dropdown {
    text-align: left;
  }
  .dropdown-wrap {
    position: relative;
  }
  .dropdown-wrap {
    margin-top: 0.5rem;
  }
  .dropdown-wrap {
    margin-bottom: 1.5rem;
  }
  .dropdown-wrap {
    display: inline-block;
  }
  @media (min-width: 1024px) {
    .dropdown-wrap {
      margin-bottom: 0px;
    }
  }
  @media (min-width: 1366px) {
    .dropdown-wrap {
      margin-left: 1rem;
    }
  }
  @media (min-width: 1366px) {
    .dropdown-wrap {
      margin-top: 0px;
    }
  }
  .dropdown-wrap {
    .video-dropdown {
      margin-top: 0.5rem;
    }
    .video-dropdown {
      display: inline-block;
    }
    .video-dropdown {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
    .video-dropdown {
      border-radius: 9999px;
    }
    .video-dropdown {
      border-style: none;
    }
    .video-dropdown {
      --tw-bg-opacity: 1;
      background-color: rgb(205 231 228 / var(--tw-bg-opacity));
    }
    .video-dropdown {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .video-dropdown {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .video-dropdown {
      padding-right: 2rem;
    }
    .video-dropdown {
      text-align: center;
    }
    .video-dropdown {
      color: rgba(39, 50, 92, 1);
    }
    .video-dropdown:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
    .video-dropdown: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);
    }
    .video-dropdown:focus {
      --tw-ring-color: rgba(3, 28, 67, 1);
    }
    @media (min-width: 1024px) {
      .video-dropdown {
        margin-top: 0px;
      }
    }
    .dropdown-icon {
      pointer-events: none;
    }
    .dropdown-icon {
      position: absolute;
    }
    .dropdown-icon {
      right: 0.75rem;
    }
    .dropdown-icon {
      top: 50%;
    }
    .dropdown-icon {
      display: inline;
    }
    .dropdown-icon {
      --tw-translate-y: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .dropdown-icon {
      color: rgba(3, 28, 67, 1);
    }
  }
  .testimonial-item[aria-hidden="false"] {
    display: flex;
  }
  .testimonial-item[aria-hidden="false"] {
    flex-wrap: wrap;
  }
  .testimonial-item[aria-hidden="false"] {
    align-items: stretch;
  }
  @media (min-width: 768px) {
    .testimonial-item[aria-hidden="false"] {
      flex-wrap: nowrap;
    }
  }
  .testimonial-item[aria-hidden="false"] {
    .col {
      width: 100%;
    }
    @media (min-width: 768px) {
      .col {
        width: 50%;
      }
    }
    .col {
      &.testimonial-quote {
        position: relative;
      }
      &.testimonial-quote {
        display: flex;
      }
      &.testimonial-quote {
        flex-wrap: wrap;
      }
      &.testimonial-quote {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
      @media (min-width: 768px) {
        &.testimonial-quote {
          padding-left: 3rem;
          padding-right: 3rem;
        }
      }
      &.testimonial-quote {
        h2 {
          width: 100%;
        }
        blockquote {
          position: relative;
        }
        blockquote {
          width: 100%;
        }
        blockquote {
          font-style: normal;
        }
        blockquote {
          line-height: 2;
        }
        @media (min-width: 768px) {
          blockquote {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
        }
        blockquote {
          cite {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          &:before {
            position: absolute;
          }
          &:before {
            left: -3rem;
          }
          &:before {
            top: 0px;
          }
          &:before {
            display: block;
          }
          &:before {
            height: 2.5rem;
          }
          &:before {
            width: 2.5rem;
          }
          &:before {
            background-image: url('/wp-content/themes/genesis-sample/images/icons/icon-park_quote.svg');
          }
          &:before {
            background-size: contain;
          }
          &:before {
            background-repeat: no-repeat;
          }
          &:before {
            content: "";
          }
        }
      }
    }
  }
}

/* Specific Pages */

/* Resources - Shared items */

#resource-library,
.single-resource {
  .resource-terms {
    margin-bottom: 1rem;
  }
  .resource-terms {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .resource-terms {
    span {
      font-weight: 400;
    }
    a {
      text-decoration-line: underline;
    }
    a:hover {
      color: rgba(10, 89, 100, 1);
    }
    a:hover {
      text-decoration-line: none;
    }
  }
}

/* Resource Landing Page Only */

#resource-library {
  .container {
    margin-bottom: 3rem;
  }
  .container {
    display: flex;
  }
  .container {
    flex-direction: column-reverse;
  }
  .container {
    flex-wrap: wrap;
  }
  .container {
    align-content: flex-start;
  }
  .container {
    align-items: flex-start;
  }
  .container {
    justify-content: space-between;
  }
  .container {
    padding-top: 8rem;
  }
  @media (min-width: 768px) {
    .container {
      flex-direction: row;
    }
  }
  @media (min-width: 768px) {
    .container {
      flex-wrap: nowrap;
    }
  }
  .resource-filters {
    margin-top: 1.5rem;
  }
  .resource-filters {
    width: 100%;
  }
  .resource-filters {
    padding-left: 1.5rem;
  }
  .resource-filters {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  @media (min-width: 768px) {
    .resource-filters {
      margin-top: 0px;
    }
  }
  @media (min-width: 768px) {
    .resource-filters {
      width: 25%;
    }
  }
  .resource-filters {
    .filters-title {
      margin-bottom: 1rem;
    }
    .filters-title {
      font-weight: 400;
    }
    .filters-title {
      text-transform: uppercase;
    }
    .filters-title {
      letter-spacing: 0.05em;
    }
    .filters-title {
      color: rgba(39, 50, 92, 1);
    }
    .accordion-wrap .accordion-expand {
      margin-bottom: 1rem;
    }
    .accordion-wrap .accordion-expand {
      width: 100%;
    }
    .accordion-wrap .accordion-expand {
      border-bottom-width: 1px;
    }
    .accordion-wrap .accordion-expand {
      --tw-border-opacity: 1;
      border-color: rgb(171 193 218 / var(--tw-border-opacity));
    }
    .accordion-wrap .accordion-expand {
      a {
        padding-bottom: 0.5rem;
      }
      a {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      a {
        font-weight: 400;
      }
      a {
        text-transform: uppercase;
      }
      a {
        line-height: 1.25;
      }
      a {
        letter-spacing: 0.05em;
      }
      a {
        color: rgba(39, 50, 92, 1);
      }
      a {
        span.description {
          display: inline-block;
        }
        span.description {
          width: 100%;
        }
        span.description {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        span.description {
          text-transform: none;
        }
        span.description {
          letter-spacing: 0em;
        }
        em:before {
          display: inline-block;
        }
        em:before {
          width: 1rem;
        }
        em:before {
          text-align: right;
        }
        em:before {
          background-image: url("/wp-content/themes/genesis-sample/images/icons/resources-arrow.svg");
        }
      }
    }
    .facetwp-facet input.facetwp-search {
      border-radius: 0.5rem;
    }
    .facetwp-facet input.facetwp-search {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .facetwp-facet input.facetwp-search {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .taxonomy-filters {
      display: flex;
    }
    .taxonomy-filters {
      flex-wrap: wrap;
    }
    @media (min-width: 768px) {
      .taxonomy-filters {
        display: block;
      }
    }
    .toggle-wrap {
      width: 100%;
    }
    @media (min-width: 768px) {
      .toggle-wrap {
        width: 50%;
      }
    }
    @media (min-width: 768px) {
      .toggle-wrap {
        width: 100%;
      }
    }
  }
  .resource-results {
    width: 100%;
  }
  .resource-results {
    flex-grow: 0;
  }
  @media (min-width: 768px) {
    .resource-results {
      width: 70%;
    }
  }
  .toggle-trigger {
  }
  .facetwp-pager {
    display: flex;
  }
  .facetwp-pager {
    width: 100%;
  }
  .facetwp-pager {
    justify-content: center;
  }
  @media (min-width: 768px) {
    .facetwp-pager {
      justify-content: flex-start;
    }
  }
  .facetwp-input-wrap {
    border-radius: 0.25rem;
  }
  .facetwp-input-wrap {
    border-width: 1px;
  }
  .facetwp-input-wrap {
    border-color: rgba(39, 50, 92, 1);
  }
  .result-sort-bar {
    display: flex;
  }
  .result-sort-bar {
    flex-wrap: wrap;
  }
  .result-sort-bar {
    justify-content: space-between;
  }
  @media not all and (min-width: 640px) {
    .result-sort-bar {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  .result-sort-bar {
    span {
      display: block;
    }
    span {
      div {
        display: inline-block;
      }
    }
    .facetwp-sort select {
      border-radius: 0.5rem;
    }
    .facetwp-sort select {
      padding-left: 0px;
      padding-right: 0px;
    }
    .results-selections {
      margin-top: 0.75rem;
    }
    .results-selections {
      width: 100%;
    }
    .results-selections {
      .facetwp-selection-label {
        display: none;
      }
      ul li span {
        margin-bottom: 0.5rem;
      }
      ul li span {
        display: inline-block;
      }
      ul li span {
        border-radius: 0.75rem;
      }
      ul li span {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }
      ul li span {
        padding-left: 0.75rem;
      }
      ul li span {
        padding-right: 28px;
      }
      ul li span {
        &:hover {
        }
      }
    }
  }
  .resource-item {
    margin-bottom: 3rem;
  }
  .resource-item {
    display: flex;
  }
  .resource-item {
    flex-wrap: wrap;
  }
  .resource-item {
    justify-content: space-between;
  }
  .resource-item {
    border-right-width: 4px;
  }
  .resource-item {
    border-color: rgba(100, 179, 83, 1);
  }
  .resource-item {
    --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);
  }
  @media not all and (min-width: 768px) {
    .resource-item {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }
  }
  @media (min-width: 768px) {
    .resource-item {
      flex-wrap: nowrap;
    }
  }
  .resource-item {
    .image-container {
      display: flex;
    }
    .image-container {
      width: 100%;
    }
    .image-container {
      align-items: center;
    }
    .image-container {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .image-container {
      padding-left: 1rem;
    }
    @media (min-width: 640px) {
      .image-container {
        width: 25%;
      }
    }
    .image-container {
      + .content-container {
        width: 100%;
      }
      @media (min-width: 640px) {
        + .content-container {
          width: 70%;
        }
      }
    }
    .content-container {
      padding: 2rem;
    }
    .content-container {
      color: rgba(39, 50, 92, 1);
    }
    .content-container {
      .title-row {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
      }
      .title-row {
        display: flex;
      }
      .title-row {
        flex-wrap: wrap;
      }
      .title-row {
        justify-content: space-between;
      }
      .title-row {
        vertical-align: top;
      }
      @media (min-width: 640px) {
        .title-row {
          margin-top: 0px;
          margin-bottom: 0px;
        }
      }
      @media (min-width: 640px) {
        .title-row {
          flex-wrap: nowrap;
        }
      }
      .title-row {
        h3 {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
        h3 {
          font-weight: 700;
        }
        @media (min-width: 768px) {
          h3 {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
        }
      }
      .description-row {
        margin-bottom: 1.5rem;
      }
      .description-row {
        p {
          color: rgba(39, 50, 92, 1);
        }
      }
    }
  }
}

/* Resource Single  */

body.single-resource .resource-item {
  .wrap {
    display: flex;
  }
  .wrap {
    flex-wrap: wrap;
  }
  .wrap {
    justify-content: space-between;
  }
  .wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  @media not all and (min-width: 640px) {
    .wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  @media (min-width: 768px) {
    .wrap {
      flex-wrap: nowrap;
    }
  }
  .wrap {
    .main-col {
      width: 100%;
    }
    .main-col {
      padding-right: 0px;
    }
    @media (min-width: 768px) {
      .main-col {
        width: 66.666667%;
      }
    }
    @media (min-width: 768px) {
      .main-col {
        padding-right: 3rem;
      }
    }
    .main-col {
      .btn {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }
      p {
        margin-bottom: 0.75rem;
      }
      p {
        a {
          text-decoration-line: underline;
        }
        a:hover {
          text-decoration-line: none;
        }
      }
      br {
        position: relative;
      }
      br {
        display: block;
      }
      br {
        height: 0.75rem;
      }
      br {
        width: 100%;
      }
      br {
        content: "";
      }
      h2,
      h3,
      h4 {
        margin-top: 1.5rem;
      }
      h2,
      h3,
      h4 {
        font-weight: 600;
      }
      h2,
      h3,
      h4 {
        color: rgba(3, 28, 67, 1);
      }
      ul {
        margin-left: 1.5rem;
      }
      ul {
        list-style-type: disc;
      }
      @media (min-width: 768px) {
        ul {
          margin-left: 3rem;
        }
      }
      ul {
        li {
          margin-bottom: 0.5rem;
        }
      }
    }
    .sidebar-col {
      width: 100%;
    }
    .sidebar-col {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    @media (min-width: 768px) {
      .sidebar-col {
        width: 33.333333%;
      }
    }
    .sidebar-col {
      h4 {
        margin-top: 2rem;
      }
      h4 {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      h4 {
        font-weight: 400;
      }
      h4 {
        text-transform: uppercase;
      }
      h4 {
        color: rgba(39, 50, 92, 1);
      }
      .back-to-library {
        margin-top: 3rem;
      }
      .back-to-library {
        display: block;
      }
      .back-to-library {
        color: rgba(10, 89, 100, 1);
      }
      .back-to-library {
        text-decoration-line: underline;
      }
      .back-to-library:hover {
        text-decoration-line: none;
      }
      .back-to-library:focus {
        text-decoration-line: none;
      }
      .back-to-library {
        em {
          position: relative;
        }
        em {
          left: 0px;
        }
        em {
          margin-bottom: -5px;
        }
        em {
          margin-right: 1rem;
        }
        em {
          display: inline-block;
        }
        em {
          height: 1.25rem;
        }
        em {
          width: 1.25rem;
        }
        em {
          --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));
        }
        em {
          background-size: contain;
        }
        em {
          background-position: center;
        }
        em {
          background-repeat: no-repeat;
        }
        em {
          transition-property: transform;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        em {
          transition-duration: 200ms;
        }
        em {
          background-image: url("/wp-content/themes/genesis-sample/images/icons/accordion-arrow.svg");
          content: "";
        }
      }
    }
  }
  .resource-meta {
    margin-bottom: 6rem;
  }
  .resource-meta {
    margin-top: 3rem;
  }
  .resource-meta {
    display: grid;
  }
  .resource-meta {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .resource-meta {
    gap: 2rem;
  }
  @media (min-width: 640px) {
    .resource-meta {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 768px) {
    .resource-meta {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .resource-meta {
    h4 {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    h4 {
      font-weight: 400;
    }
    h4 {
      text-transform: uppercase;
    }
    h4 {
      color: rgba(39, 50, 92, 1);
    }
    p.terms {
      span {
        display: block;
      }
    }
  }
}

/*  Home Page */

body.home {
  .module-hero {
    @media not all and (min-width: 640px) {
      .custom-img {
        background-position: center;
      }
    }
    .container {
      display: block;
    }
    .container {
      align-content: center;
    }
    .container {
      align-content: flex-end;
    }
    .container {
      align-items: flex-end;
    }
    .container {
      padding-top: 120px;
    }
    @media (min-width: 768px) {
      .container {
        padding-top: 30vh;
      }
    }
    .item {
      margin: auto;
    }
    .item {
      margin-bottom: -2rem;
    }
    .item {
      width: 100%;
    }
    .item {
      flex-grow: 0;
    }
    .item {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .item {
      padding: 3rem;
    }
    .item {
      padding-bottom: 1.5rem;
    }
    .item {
      --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);
    }
    @media (min-width: 640px) {
      .item {
        width: 90%;
      }
    }
    @media (min-width: 768px) {
      .item {
        margin-bottom: -3rem;
      }
    }
    @media (min-width: 768px) {
      .item {
        width: 70%;
      }
    }
    .item {
      @media not all and (min-width: 768px) {
        &.title {
          padding: 1.5rem;
        }
      }
      &.title {
        @media not all and (min-width: 768px) {
          h1 {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
        }
        @media not all and (min-width: 768px) {
          p {
            margin-bottom: 0px;
          }
        }
        @media not all and (min-width: 768px) {
          p {
            margin-top: 1rem;
          }
        }
      }
    }
  }
  .module-2 {
    padding-top: 6rem;
  }
}

.dynamic-module {
  .cards {
    display: flex;
  }
  .cards {
    flex-wrap: wrap;
  }
  .cards {
    gap: 2rem;
  }
  @media (min-width: 768px) {
    .cards {
      flex-wrap: nowrap;
    }
  }
  .cards {
    .card {
      margin-bottom: 3rem;
    }
    .card {
      display: flex;
    }
    .card {
      width: 100%;
    }
    .card {
      flex-direction: column;
    }
    .card {
      align-items: stretch;
    }
    .card {
      justify-content: space-between;
    }
    @media (min-width: 768px) {
      .card {
        margin-bottom: 0px;
      }
    }
    @media (min-width: 768px) {
      .card {
        width: 33.333333%;
      }
    }
    .card {
      .featured-image {
        margin-bottom: 1rem;
      }
      .featured-image {
        display: block;
      }
      .featured-image {
        height: 10rem;
      }
      .featured-image {
        width: 100%;
      }
      .featured-image {
        background-size: cover;
      }
      .featured-image {
        background-position: center;
      }
      .featured-image {
        background-repeat: no-repeat;
      }
      @media (min-width: 768px) {
        .featured-image {
          height: 13rem;
        }
      }
      .card-content {
        display: flex;
      }
      .card-content {
        flex-grow: 1;
      }
      .card-content {
        flex-direction: column;
      }
      .card-content {
        .card-date {
          margin-bottom: 0.5rem;
        }
        .card-date {
          font-weight: 700;
        }
        a.extra-link {
          margin-top: auto;
        }
        a.extra-link {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
        a.extra-link {
          font-weight: 600;
        }
        a.extra-link {
          color: rgba(10, 89, 100, 1);
        }
        a.extra-link {
          text-decoration-line: underline;
        }
        a.extra-link:hover {
          text-decoration-line: none;
        }
        a.extra-link:focus {
          text-decoration-line: none;
        }
      }
    }
  }
}

.module.module-general-content .dynamic-module-wrap .inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .module.module-general-content .dynamic-module-wrap .inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.state-of-states {
  .module-general-content.module-1 {
    .container {
      margin: 0px;
    }
    .container {
      width: 100%;
    }
    .container {
      max-width: 100%;
    }
    .container {
      .inner {
        margin: 0px;
      }
      .inner {
        padding: 0.75rem;
      }
      .inner {
        iframe {
          height: 80vh;
        }
        iframe {
          width: 100%;
        }
      }
    }
  }
}

.newsletter-loop,
.custom-search-wrapper {
  margin-top: 6rem;
  margin-bottom: 6rem;
  .item,
  .post-item {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .item,
  .post-item {
    display: flex;
  }
  .item,
  .post-item {
    align-items: stretch;
  }
  .item,
  .post-item {
    border-right-width: 4px;
  }
  .item,
  .post-item {
    border-right-color: rgba(100, 179, 83, 1);
  }
  .item,
  .post-item {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .item,
  .post-item {
    --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);
  }
  @media not all and (min-width: 768px) {
    .item,
  .post-item {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }
  }
  .item,
  .post-item {
    .image-container {
      display: none;
    }
    .image-container {
      width: 100%;
    }
    .image-container {
      flex-shrink: 0;
    }
    .image-container {
      background-size: cover;
    }
    .image-container {
      background-position: center;
    }
    .image-container {
      background-repeat: no-repeat;
    }
    @media (min-width: 768px) {
      .image-container {
        display: flex;
      }
    }
    @media (min-width: 768px) {
      .image-container {
        width: 20%;
      }
    }
    @media (min-width: 1024px) {
      .image-container {
        width: 25%;
      }
    }
    .content-container {
      padding: 2rem;
    }
    .content-container {
      h4 {
        margin-bottom: 0.75rem;
      }
      h4 {
        a {
          color: rgba(39, 50, 92, 1);
        }
        a:hover {
          text-decoration-line: underline;
        }
        a:focus {
          text-decoration-line: underline;
        }
      }
      p,
      h4 {
        max-width: 770px;
      }
    }
  }
}

.custom-search-wrapper {
  .post-item {
    flex-wrap: wrap;
  }
  .post-item {
    border-right-width: 4px;
  }
  .post-item {
    border-color: rgba(100, 179, 83, 1);
  }
  .post-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .post-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .post-item {
    h3 {
      width: 100%;
    }
  }
}

body.single-post {
  .blog-content {
    .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    @media (min-width: 768px) {
      .container {
        padding-left: 0px;
        padding-right: 0px;
      }
    }
    .container {
      p {
        max-width: 770px;
      }
    }
  }
  .blog-intro {
    margin-bottom: 3rem;
  }
  .blog-intro {
    display: flex;
  }
  .blog-intro {
    background-color: rgba(236, 241, 244, 1);
  }
  .blog-intro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .blog-intro {
    .col {
      width: 100%;
    }
    @media (min-width: 768px) {
      .col {
        width: 50%;
      }
    }
    .col {
      @media not all and (min-width: 768px) {
        &.content {
          margin-bottom: 3rem;
        }
      }
      @media (min-width: 768px) {
        &.content {
          margin-right: 1.5rem;
        }
      }
      h1 {
        font-weight: 400;
      }
      h1 {
        color: rgba(39, 50, 92, 1);
      }
    }
  }
  .container {
    display: flex;
  }
  .container {
    flex-wrap: wrap;
  }
  @media (min-width: 768px) {
    .container {
      flex-wrap: nowrap;
    }
  }
  .container {
    .blog-content {
      width: 100%;
    }
    @media (min-width: 768px) {
      .blog-content {
        width: 66.666667%;
      }
    }
    .blog-content {
      .blog-text {
        max-width: none;
      }
      .blog-text {
        align-self: flex-start;
      }
      .blog-text {
        .prose,
        .prose-lg {
        }
      }
    }
    .thumbnail {
      width: 100%;
    }
    @media (min-width: 768px) {
      .thumbnail {
        width: 33.333333%;
      }
    }
    .thumbnail {
      img {
        height: auto;
      }
      img {
        width: 100%;
      }
    }
  }
  footer {
    margin-top: 6rem;
  }
}

.sort-results-custom {
  select {
    border-radius: 0.25rem;
  }
  select {
    border-width: 1px;
  }
  select {
    border-color: rgba(39, 50, 92, 1);
  }
  select {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  select {
    color: rgba(100, 121, 141, 1);
  }
  @media not all and (min-width: 768px) {
    select {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }
  }
}

body.page {
  .accordion-inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .accordion-inner {
    .accordion-expand {
      border-bottom-width: 1px;
    }
    .accordion-expand {
      border-color: rgba(100, 179, 83, 1);
    }
    .accordion-expand {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .accordion-expand {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .accordion-expand {
      a {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      a {
        font-weight: 600;
      }
      a {
        color: rgba(39, 50, 92, 1);
      }
      @media (min-width: 640px) {
        a {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 768px) {
        a {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
    }
    .hidden-text .inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
    .hidden-text .inner {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  }
}

body.single-learning_modules,
body.single-policy_practice {
  .module-hero h1 {
    font-weight: 400;
  }
  h1,
  h2,
  h3,
  h4 {
    font-weight: 600;
  }
  h1,
  h2,
  h3,
  h4 {
    color: rgba(39, 50, 92, 1);
  }
  p {
    margin-bottom: 1rem;
  }
  p {
    max-width: 770px;
  }
  .module-hero {
    position: relative;
  }
  .module-hero {
    z-index: 20;
  }
  .module-overview,
  .section-header {
    background-color: rgba(236, 241, 244, 1);
  }
  .module-overview,
  .section-header {
    .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .container {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    @media (min-width: 768px) {
      .container {
        padding-left: 8rem;
        padding-right: 8rem;
      }
    }
    @media (min-width: 768px) {
      .container {
        padding-top: 6rem;
        padding-bottom: 6rem;
      }
    }
    @media (min-width: 1024px) {
      .container {
        padding-left: 8rem;
        padding-right: 8rem;
      }
    }
    @media (min-width: 1024px) {
      .container {
        padding-top: 8rem;
        padding-bottom: 8rem;
      }
    }
    .container {
      h1+ul,
      h1+p,
      h1+ol,
      h1+div,
      h2+ul,
      h2+p,
      h2+ol,
      h2+div,
      h3+ul,
      h3+p,
      h3+ol,
      h3+div {
        margin-top: 3rem;
      }
      h1,
      h2,
      h3 {
        margin-bottom: 0px;
      }
    }
  }
  @media (min-width: 1024px) {
    .inner {
      padding-left: 8rem;
    }
  }
  .accordion {
    .accordion-inner {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
    @media (min-width: 1024px) {
      .accordion-inner {
        padding-left: 8rem;
      }
    }
    .accordion-inner {
      @media (min-width: 1024px) {
        .accordion-wrap {
          padding-left: 8rem;
        }
      }
      .accordion-expand {
        border-bottom-width: 1px;
      }
      .accordion-expand {
        border-color: rgba(100, 179, 83, 1);
      }
      .accordion-expand {
        padding-left: 2rem;
        padding-right: 2rem;
      }
      .accordion-expand {
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
      .accordion-expand {
        a {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
        a {
          font-weight: 600;
        }
        a {
          color: rgba(39, 50, 92, 1);
        }
        @media (min-width: 640px) {
          a {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
        }
        @media (min-width: 768px) {
          a {
            font-size: 1.5rem;
            line-height: 2rem;
          }
        }
      }
      .hidden-text .inner {
        display: flex;
      }
      .hidden-text .inner {
        flex-wrap: wrap;
      }
      .hidden-text .inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
      }
      .hidden-text .inner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
      }
      @media (min-width: 768px) {
        .hidden-text .inner {
          flex-wrap: nowrap;
        }
      }
      .hidden-text .inner {
        .col {
          flex-basis: 100%;
        }
        @media (min-width: 768px) {
          .col {
            flex-basis: 50%;
          }
        }
        .col {
          &.description {
            margin-right: 0px;
          }
          &.description {
            flex-grow: 1;
          }
          @media (min-width: 768px) {
            &.description {
              margin-right: 3rem;
            }
          }
          &.description {
            a {
              text-decoration-line: underline;
            }
            a:hover {
              text-decoration-line: none;
            }
            a:focus {
              text-decoration-line: none;
            }
          }
          &.video {
            &.video-only {
              width: 100%;
            }
            &.video-only {
              flex-grow: 1;
            }
            &.video-only {
              align-self: center;
            }
            &.video-only {
              text-align: center;
            }
            &.video-only {
              iframe {
                display: inline-block;
              }
            }
          }
        }
      }
    }
  }
  .additional-resources {
    position: relative;
  }
  .additional-resources {
    z-index: 20;
  }
  .additional-resources {
    background-color: rgba(236, 241, 244, 1);
  }
  .additional-resources {
    .container {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
    .resources-list {
      display: flex;
    }
    .resources-list {
      flex-wrap: wrap;
    }
    .resources-list {
      .resource-item {
        margin-bottom: 3rem;
      }
      .resource-item {
        width: 100%;
      }
      @media (min-width: 768px) {
        .resource-item {
          flex-basis: 50%;
        }
      }
      @media (min-width: 768px) {
        .resource-item:nth-child(odd) {
          padding-right: 1.5rem;
        }
      }
      @media (min-width: 768px) {
        .resource-item:nth-child(even) {
          padding-left: 1.5rem;
        }
      }
      .resource-item {
        .inner {
          height: 100%;
        }
        .inner {
          border-right-width: 4px;
        }
        .inner {
          border-color: rgba(100, 179, 83, 1);
        }
        .inner {
          background-color: rgba(253, 253, 253, 1);
        }
        .inner {
          padding-top: 2rem;
          padding-bottom: 2rem;
        }
        .inner {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
        }
        .inner {
          h3 {
            border-bottom-width: 1px;
          }
          h3 {
            border-color: rgba(39, 50, 92, 1);
          }
          h3 {
            padding-bottom: 1rem;
          }
          ul {
            margin-left: 2.5rem;
          }
          ul {
            margin-bottom: 0.25rem;
          }
          ul {
            list-style-type: disc;
          }
          ul {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
          ul {
            color: rgba(10, 89, 100, 1);
          }
          ul {
            li {
              color: rgba(10, 89, 100, 1);
            }
            a {
              text-decoration-line: underline;
            }
            a:hover {
              text-decoration-line: none;
            }
            a:focus {
              text-decoration-line: none;
            }
          }
        }
      }
    }
    .section-footer {
      width: 100%;
    }
    .section-footer {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    @media (min-width: 768px) {
      .section-footer {
        width: 75%;
      }
    }
  }
  main.content {
    position: relative;
  }
  .sticky-sidebar-wrap {
  }
  .sticky-sidebar {
    position: relative;
  }
  .sticky-sidebar {
    left: 1rem;
  }
  .sticky-sidebar {
    top: 350px;
  }
  .sticky-sidebar {
    display: none;
  }
  .sticky-sidebar {
    height: 100%;
  }
  .sticky-sidebar {
    width: 30vw;
  }
  @media (min-width: 1024px) {
    .sticky-sidebar {
      position: absolute;
    }
  }
  @media (min-width: 1024px) {
    .sticky-sidebar {
      display: block;
    }
  }
  .sticky-sidebar {
    .sidebar-nav {
      position: sticky;
    }
    .sidebar-nav {
      top: 3rem;
    }
    .sidebar-nav {
      z-index: 10;
    }
    .sidebar-nav {
      width: 200px;
    }
    .sidebar-nav {
      border-right-width: 2px;
    }
    .sidebar-nav {
      border-color: rgba(100, 179, 83, 1);
    }
    .sidebar-nav {
      background-color: rgba(253, 253, 253, 1);
    }
    .sidebar-nav {
      padding: 1rem;
    }
    .sidebar-nav {
      --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);
    }
    .sidebar-nav {
      li {
        margin-bottom: 1.5rem;
      }
      a {
        color: rgba(10, 89, 100, 1);
      }
      a:hover {
        text-decoration-line: underline;
      }
      a:focus {
        text-decoration-line: underline;
      }
    }
  }
  .supplemental-materials {
    a {
      text-decoration-line: underline;
    }
    a:hover {
      text-decoration-line: none;
    }
    a:focus {
      text-decoration-line: none;
    }
  }
  .supplemental-materials {
    margin-top: 3rem;
  }
  .supplemental-materials {
    background-color: rgba(236, 241, 244, 1);
  }
  .supplemental-materials {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .supplemental-materials {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .supplemental-materials {
    h4 {
      width: 100%;
    }
    h4 {
      border-bottom-width: 1px;
    }
    h4 {
      border-color: rgba(10, 89, 100, 1);
    }
    h4 {
      padding-bottom: 0.75rem;
    }
    h4 {
      +p {
        margin-top: 2rem;
      }
    }
    ul {
      margin-top: 2rem;
    }
    ul {
      margin-left: 1rem;
    }
    ul {
      li {
        color: rgba(10, 89, 100, 1);
      }
      li {
        a {
          text-decoration-line: underline;
        }
        a:hover {
          text-decoration-line: none;
        }
        a:focus {
          text-decoration-line: none;
        }
      }
    }
  }
}

.orientation-module,
body.single-learning_modules .module-general-content,
body.single-policy_practice .module-general-content,
body.single-learning_modules .module-multi-column-promote,
body.single-policy_practice .module-multi-column-promote {
  .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  @media (min-width: 1024px) {
    .container {
      padding-left: 8rem;
    }
  }
  .container {
    ul {
      margin-left: 2rem;
    }
    ul {
      list-style-type: disc;
    }
    ul+h2,
    p+h2 {
      margin-top: 3rem;
    }
    .wrap {
      margin-top: 3rem;
    }
    .wrap {
      display: flex;
    }
    .wrap {
      flex-wrap: wrap;
    }
    .wrap {
      justify-content: space-between;
    }
    @media (min-width: 1024px) {
      .wrap {
        flex-wrap: nowrap;
      }
    }
    .wrap {
      .description {
        width: 100%;
      }
      @media (min-width: 768px) {
        .description {
          padding-right: 3rem;
        }
      }
      @media (min-width: 1024px) {
        .description {
          width: 40%;
        }
      }
      .video {
        width: 100%;
      }
      @media not all and (min-width: 1024px) {
        .video {
          margin-top: 1rem;
        }
      }
      @media (min-width: 1024px) {
        .video {
          width: 60%;
        }
      }
    }
  }
  &.tight-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  &.tight-padding-top {
    padding-top: 0px;
  }
  &.tight-padding-bottom {
    padding-bottom: 0px;
  }
  .tight-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tight-padding-top {
    padding-top: 0px;
  }
  .tight-padding-bottom {
    padding-bottom: 0px;
  }
}

body.single-learning_modules .module-general-content,
body.single-policy_practice .module-general-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  body.single-learning_modules .module-general-content,
body.single-policy_practice .module-general-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

body.single-learning_modules .module-general-content,
body.single-policy_practice .module-general-content {
  .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

body.single-learning_modules .module-multi-column-promote,
body.single-policy_practice .module-multi-column-promote {
  .container {
    padding-top: 0px;
  }
  .container {
    .columns-wrapper {
      padding-top: 0px;
    }
    @media (min-width: 1024px) {
      .columns-wrapper {
        margin-left: 8rem;
      }
    }
  }
}

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

.static {
  position: static;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.right-\[60px\] {
  right: 60px;
}

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

.w-1\/4 {
  width: 25%;
}

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

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

.w-full {
  width: 100%;
}

.max-w-none {
  max-width: none;
}

.rotate-0 {
  --tw-rotate: 0deg;
  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));
}

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

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

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

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

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

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

.border-csaa-background {
  border-color: rgba(253, 253, 253, 1);
}

.border-csaa-base-blue {
  border-color: rgba(3, 28, 67, 1);
}

.border-csaa-blue-dark {
  border-color: rgba(39, 50, 92, 1);
}

.border-csaa-blue-light {
  border-color: rgba(174, 199, 210, 1);
}

.border-csaa-blue-very-light {
  border-color: rgba(225, 236, 241, 1);
}

.border-csaa-green {
  border-color: rgba(100, 179, 83, 1);
}

.border-csaa-green-accessible {
  border-color: rgba(37, 91, 39, 1);
}

.border-csaa-green-dark {
  border-color: rgba(50, 124, 54, 1);
}

.border-csaa-grey {
  border-color: rgba(100, 121, 141, 1);
}

.border-csaa-grey-blue {
  border-color: rgba(171, 193, 218, 1);
}

.border-csaa-grey-light {
  border-color: rgba(236, 241, 244, 1);
}

.border-csaa-teal-dark {
  border-color: rgba(10, 89, 100, 1);
}

.border-csaa-teal-light {
  border-color: rgba(149, 201, 196, 1);
}

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

.border-main-text-color {
  border-color: rgba(30, 30, 30, 1);
}

.border-wested-purple {
  border-color: rgba(60, 54, 117, 1);
}

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

.bg-csaa-background {
  background-color: rgba(253, 253, 253, 1);
}

.bg-csaa-base-blue {
  background-color: rgba(3, 28, 67, 1);
}

.bg-csaa-blue-dark {
  background-color: rgba(39, 50, 92, 1);
}

.bg-csaa-blue-light {
  background-color: rgba(174, 199, 210, 1);
}

.bg-csaa-blue-very-light {
  background-color: rgba(225, 236, 241, 1);
}

.bg-csaa-green {
  background-color: rgba(100, 179, 83, 1);
}

.bg-csaa-green-accessible {
  background-color: rgba(37, 91, 39, 1);
}

.bg-csaa-green-dark {
  background-color: rgba(50, 124, 54, 1);
}

.bg-csaa-grey {
  background-color: rgba(100, 121, 141, 1);
}

.bg-csaa-grey-blue {
  background-color: rgba(171, 193, 218, 1);
}

.bg-csaa-grey-light {
  background-color: rgba(236, 241, 244, 1);
}

.bg-csaa-teal-dark {
  background-color: rgba(10, 89, 100, 1);
}

.bg-csaa-teal-light {
  background-color: rgba(149, 201, 196, 1);
}

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

.bg-main-text-color {
  background-color: rgba(30, 30, 30, 1);
}

.bg-wested-purple {
  background-color: rgba(60, 54, 117, 1);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-right {
  background-position: right;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.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-bright-red {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-csaa-background {
  color: rgba(253, 253, 253, 1);
}

.text-csaa-base-blue {
  color: rgba(3, 28, 67, 1);
}

.text-csaa-blue-dark {
  color: rgba(39, 50, 92, 1);
}

.text-csaa-blue-light {
  color: rgba(174, 199, 210, 1);
}

.text-csaa-blue-very-light {
  color: rgba(225, 236, 241, 1);
}

.text-csaa-green {
  color: rgba(100, 179, 83, 1);
}

.text-csaa-green-accessible {
  color: rgba(37, 91, 39, 1);
}

.text-csaa-green-dark {
  color: rgba(50, 124, 54, 1);
}

.text-csaa-grey {
  color: rgba(100, 121, 141, 1);
}

.text-csaa-grey-blue {
  color: rgba(171, 193, 218, 1);
}

.text-csaa-grey-light {
  color: rgba(236, 241, 244, 1);
}

.text-csaa-teal-dark {
  color: rgba(10, 89, 100, 1);
}

.text-csaa-teal-light {
  color: rgba(149, 201, 196, 1);
}

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

.text-main-text-color {
  color: rgba(30, 30, 30, 1);
}

.text-wested-purple {
  color: rgba(60, 54, 117, 1);
}

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

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

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

@media (min-width: 1024px) {
  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

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

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

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

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

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

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

  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

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

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

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

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

  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

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

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

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

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

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

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

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

  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

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

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

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

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

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

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

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

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

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

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

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

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

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

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }

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

  .md\:w-1\/4 {
    width: 25%;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

@media (min-width: 1366px) {
  .xl\:w-1\/2 {
    width: 50%;
  }

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

  .xl\:w-1\/4 {
    width: 25%;
  }

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

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

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