@import url(https://use.typekit.net/vlw4vji.css);
/*
! tailwindcss v3.4.1 | 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: montserrat; /* 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1300px){
  .container{
    max-width: 1300px;
  }
}
.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-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.aspect-h-1{
  --tw-aspect-h: 1;
}
.aspect-h-14{
  --tw-aspect-h: 14;
}
.aspect-h-9{
  --tw-aspect-h: 9;
}
.aspect-w-1{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-9{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 9;
}
.aspect-w-9 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-right-6{
  right: -1.5rem;
}
.-right-8{
  right: -2rem;
}
.-top-10{
  top: -2.5rem;
}
.-top-6{
  top: -1.5rem;
}
.top-0{
  top: 0px;
}
.top-16{
  top: 4rem;
}
.top-6{
  top: 1.5rem;
}
.z-50{
  z-index: 50;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-36{
  margin-bottom: 9rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-auto{
  margin-bottom: auto;
}
.ml-auto{
  margin-left: auto;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-32{
  margin-top: 8rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-12{
  height: 3rem;
}
.h-20{
  height: 5rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-64{
  height: 16rem;
}
.h-8{
  height: 2rem;
}
.h-\[0px\]{
  height: 0px;
}
.h-\[600px\]{
  height: 600px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[360px\]{
  max-height: 360px;
}
.min-h-14{
  min-height: 3.5rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[275px\]{
  width: 275px;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[75px\]{
  width: 75px;
}
.w-full{
  width: 100%;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.columns-12{
  -moz-columns: 12;
       columns: 12;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.\!items-start{
  align-items: flex-start !important;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.\!gap-0{
  gap: 0px !important;
}
.gap-1{
  gap: 0.25rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-divide-opacity));
}
.self-start{
  align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-none{
  border-style: none;
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
}
.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(136 197 179 / var(--tw-border-opacity));
}
.border-green-ncla-dark{
  --tw-border-opacity: 1;
  border-color: rgb(71 121 106 / var(--tw-border-opacity));
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(164 51 47 / var(--tw-border-opacity));
}
.border-red-ncla-dark{
  --tw-border-opacity: 1;
  border-color: rgb(134 29 25 / var(--tw-border-opacity));
}
.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(111 152 139 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(210 222 218 / var(--tw-bg-opacity));
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
}
.bg-green-ncla-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(164 51 47 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(164 51 47 / var(--tw-bg-opacity));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-top{
  background-position: top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-gray-500{
  fill: #6b7280;
}
.fill-gray-600{
  fill: #4b5563;
}
.fill-green{
  fill: #6f988b;
}
.fill-green-300{
  fill: #88c5b3;
}
.fill-green-700{
  fill: #47796a;
}
.fill-green-ncla{
  fill: #6f988b;
}
.fill-green-ncla-dark{
  fill: #47796a;
}
.fill-red{
  fill: #a4332f;
}
.fill-red-ncla-dark{
  fill: #861d19;
}
.fill-slate-800{
  fill: #1e293b;
}
.fill-white{
  fill: #fff;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[46px\]{
  padding-top: 46px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.indent-2{
  text-indent: 0.5rem;
}
.font-sans{
  font-family: montserrat;
}
.text-2xl{
  font-size: 30px;
}
.text-3xl{
  font-size: 39px;
}
.text-4xl{
  font-size: 50px;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(111 152 139 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-green-ncla{
  --tw-text-opacity: 1;
  color: rgb(111 152 139 / var(--tw-text-opacity));
}
.text-green-ncla-dark{
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-ncla-dark{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-80{
  opacity: 0.8;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.alignfull{
  margin: 0.5rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignwide{
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1200px;
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter{
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 640px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }
  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }
  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }
  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption{
  display: inline-block;
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}
h1, h2, h3, h4, h5, h6{
  font-family: garamond;
}
.entry-content h1, .block-editor-block-list__layout h1{
  font-size: 30px;
}
.entry-content h2, .block-editor-block-list__layout h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
  text-decoration-line: none;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}
.event_header{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}
.event_header #blog_search{
  z-index: 10;
  grid-column: span 2 / span 2;
  display: flex;
  flex-direction: column;
}
.page-id-2654 .event_header #blog_search{
  grid-column: span 3 / span 3;
}
.event_header #blog_search form{
  display: grid;
  flex: 1 1 0%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.event_header #blog_search form .buttons{
  grid-column: span 2 / span 2;
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.event_header .calendar_container{
  grid-column: span 1 / span 1;
}
.event_header .calendar_container #ncla_calendar .month_title{
  height: 2.5rem;
}
.event_header .calendar_container #ncla_calendar .month_title p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.event_header .calendar_container #ncla_calendar .owl-nav button{
  height: 2rem;
}
#ncla_calendar{
  position: relative;
}
#ncla_calendar .owl-nav{
  position: absolute;
  top: 0px;
  z-index: 100;
  width: 100%;
}
#ncla_calendar .owl-nav button{
  position: absolute;
  top: 0px;
  display: flex;
  height: 4rem;
  width: 14.2%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  padding: 1rem;
  font-size: 39px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.ncla_featured_title:hover #ncla_calendar .owl-nav button{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#ncla_calendar .owl-nav button.owl-prev{
  left: 0px;
}
#ncla_calendar .owl-nav button.owl-next{
  right: 0px;
}
#ncla_calendar .month_title{
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.ncla_featured_title:hover #ncla_calendar .month_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#ncla_calendar .month .week{
  display: flex;
}
#ncla_calendar .month .week .day{
  position: relative;
  height: 2rem;
  flex: 1 1 0%;
  overflow: hidden;
}
#ncla_calendar .month .week .day:first-child{
  opacity: 0.5;
}
#ncla_calendar .month .week .day:last-child{
  opacity: 0.5;
}
#ncla_calendar .month .week .day .event_label{
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ncla_calendar .month .week .day .daynum{
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
#ncla_calendar .month .week .day .daynum.hasEvents{
  cursor: pointer;
  border-radius: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ncla_featured_title:hover #ncla_calendar .month .week .day .daynum.hasEvents{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#ncla_calendar .month .week .day .daynum.hasEvents:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(134 29 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}
#ncla_calendar .month .week .day:hover .daynum{
  opacity: 1;
}
#ncla_calendar .month .week .day.out-of-month{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  opacity: 0.3;
}
#ncla_calendar .month .week .day.out-of-month p{
  display: none;
}
#ncla_calendar .month .week .day.day_label{
  height: 1.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.ncla_featured_title:hover #ncla_calendar .month .week .day.day_label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.calendar_reveal{
  width: 100%;
  max-width: 800px;
}
.calendar_reveal .header{
  display: flex;
  justify-content: space-between;
}
.calendar_reveal .header h4{
  display: block;
  flex: 1 1 0%;
  text-align: center;
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.calendar_reveal .header span{
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .calendar_reveal .header span{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.calendar_reveal .lead{
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .calendar_reveal .lead{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.calendar_reveal .events .event{
  display: flex;
  gap: 1rem;
}
.calendar_reveal .events .event img{
  display: block;
  height: auto;
}
.calendar_reveal .events .event .content{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.calendar_reveal .events .event .title{
  font-weight: 700;
}
.ncla_featured_title:hover .calendar_reveal .events .event .title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.calendar_reveal .events .event .permalink{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.ncla-featured-event{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 66.666667%;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}
.ncla-featured-event .post_type{
  bottom: 0.75rem;
}
.ncla-featured-event .feat_img{
  width: 50%;
  flex: none;
}
.ncla-featured-event .content{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.75rem;
}
.ncla-featured-event h6{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ncla-featured-event h2{
  font-size: 30px;
}
.funnel_board_advisor{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.funnel_board_advisor .image{
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.funnel_board_advisor p{
  text-align: center;
}
.funnel_board_advisor .name{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover .funnel_board_advisor .name{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.funnel_board_advisor .name[data-open]{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.funnel_board_advisor .name[data-open]:hover{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.funnel_board_advisor .title{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.parent-pageid-2591 #ncla_focus_cases{
  display: none;
}
.academic_links{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.academic_links .row{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3rem;
}
.academic_links .featured{
  grid-column: span 7 / span 7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.academic_links .featured .content{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.academic_links .featured .content .title{
  font-size: 30px;
}
.academic_links .standard{
  grid-column: span 5 / span 5;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 1024px){
  .academic_links .standard{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.academic_links .standard .item{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.academic_links .standard .item .title{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.academic_links .standard .item a{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.keyword_search.header_inline{
  position: relative;
  bottom: 5.5rem;
  float: right;
}
.media_ncla_news,
.media_ncla_opinion,
.media_ncla_press_releases{
  clear: both;
  margin-bottom: 2.5rem;
}
.media_ncla_news > div,
.media_ncla_opinion > div,
.media_ncla_press_releases > div{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.blog-archive{
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.blog-archive.horz .header{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.blog-archive.horz .inner{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.blog-archive .content{
  display: block;
}
.blog-archive:hover .link{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.blog-archive .image{
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.blog-archive .image img{
  max-height: 200px;
  width: auto;
}
.blog-archive .inner{
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 32px);
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(164 51 47 / var(--tw-border-opacity));
  padding: 1rem;
}
.blog-archive .inner .content{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.blog-archive .title{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}
.ncla_featured_title:hover .blog-archive .title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.blog-archive p{
  margin-top: 0px;
}
.blog-archive .date{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(111 152 139 / var(--tw-text-opacity));
}
.blog-archive .terms{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.blog-archive .link{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.single-newsletter #blog_search{
  display: none;
}
.search-results #blog_search form,
.ncla_case_search #blog_search form,
#ncla_search #blog_search form,
#scholarly_article_archive #blog_search form,
.entry-content #blog_search form{
  display: flex;
  flex-direction: column;
}
.search-results #blog_search form .field_wrap,
.ncla_case_search #blog_search form .field_wrap,
#ncla_search #blog_search form .field_wrap,
#scholarly_article_archive #blog_search form .field_wrap,
.entry-content #blog_search form .field_wrap{
  width: 100%;
}
.search-results #blog_search form .taxonomy_select_container,
.ncla_case_search #blog_search form .taxonomy_select_container,
#ncla_search #blog_search form .taxonomy_select_container,
#scholarly_article_archive #blog_search form .taxonomy_select_container,
.entry-content #blog_search form .taxonomy_select_container{
  max-width: 100%;
}
form .chosen-container-multi .chosen-choices{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
form .chosen-container-multi .chosen-choices li.search-field input[type=text]{
  font-family: montserrat;
}
#blog_search{
  margin-bottom: 3rem;
  margin-top: 1rem;
  border-radius: 0.25rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
#blog_search .form-title{
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.ncla_featured_title:hover #blog_search .form-title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#blog_search form{
  display: flex;
  gap: 1rem;
}
#blog_search form .field_wrap{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.25rem;
}
#blog_search form .field_wrap input[type=search]{
  flex: 1 1 0%;
}
#blog_search form .taxonomy_select_container{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.25rem;
}
#blog_search form .taxonomy_select_container .chosen-choices{
  flex: 1 1 0%;
  line-height: 34px;
}
#blog_search form .chosen-container {
  width: 100% !important;
}
#blog_search form input[type=search]{
  height: 24px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#blog_search form .buttons{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
}
#blog_search form .buttons button[type=submit]{
  flex: none;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(71 121 106 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#blog_search form .buttons .clear{
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(71 121 106 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.video-carousel.owl-carousel.owl-loaded{
  position: relative;
}
.video-carousel.owl-carousel.owl-loaded .owl-nav{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 100;
}
.video-carousel.owl-carousel.owl-loaded .owl-nav button{
  position: absolute;
  top: 120px;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(164 51 47 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 39px;
}
.video-carousel.owl-carousel.owl-loaded .owl-nav button.owl-prev{
  left: 0px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-left-width: 0px;
}
.video-carousel.owl-carousel.owl-loaded .owl-nav button.owl-next{
  right: 0px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-right-width: 0px;
}
.video-carousel.owl-carousel.owl-loaded .owl-nav button span{
  line-height: 1;
}
.video-carousel.owl-carousel.owl-loaded .owl-stage{
  display: flex;
}
.video-carousel.owl-carousel.owl-loaded .owl-item{
  margin-bottom: 1rem;
}
.video-carousel.owl-carousel.owl-loaded .video-slide{
  height: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.video-carousel.owl-carousel.owl-loaded .video-slide img{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.video-carousel.owl-carousel.owl-loaded .video-slide .meta{
  padding: 0.5rem;
}
.reveal.video{
  width: 100%;
  max-width: 700px;
  overflow: visible;
  border-radius: 0.25rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  padding: 0.5rem;
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.reveal.video .header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.reveal.video .header .close-button{
  font-size: 50px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ncla_featured_title:hover .reveal.video .header .close-button{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.reveal.video .header .video_title{
  flex: 1 1 0%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .reveal.video .header .video_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.reveal.video .header .video_title .ncla_title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.reveal.video iframe{
  width: 100%;
}
.event_excerpt{
  display: flex;
  gap: 1.5rem;
}
.event_excerpt .image{
  width: 33.333333%;
  flex: none;
}
.event_excerpt .content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}
.event_excerpt .content .date{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.event_excerpt .content .links{
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event_reveal{
  width: 100%;
  max-width: 800px;
  border-radius: 0.25rem;
  border-width: 0px;
  padding: 0px;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.event_reveal .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event_reveal .title .title_text{
  font-size: 30px;
}
.event_reveal .title span{
  line-height: 1;
}
.event_reveal [data-close]{
  font-size: 30px;
  font-weight: 700;
}
.ncla_featured_title:hover .event_reveal [data-close]{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event_reveal .content{
  display: flex;
}
.event_reveal .content .meta{
  display: flex;
  width: 33.333333%;
  flex: none;
  flex-direction: column;
}
.event_reveal .content .meta .date{
  padding: 0.5rem;
  font-weight: 700;
}
.ncla_featured_title:hover .event_reveal .content .meta .date{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event_reveal .content .meta .excerpt{
  padding: 0.5rem;
}
.event_reveal .content .meta .link{
  margin-top: auto;
  display: block;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event_reveal .content .video{
  width: 66.666667%;
}
.event_reveal .content .video iframe{
  width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}
.wp-block-file{
  text-align: center;
}
.wp-block-file object{
  margin-bottom: 3rem;
}
.wp-block-file a:first-of-type{
  display: none;
}

.ncla_inline_database_search .buttons .wp-block-file a.wp-block-file__button{
  display: inline-block;
  text-align: center;
}
.wp-block-file a.wp-block-file__button{
  cursor: pointer;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(134 29 25 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.wp-block-file a.wp-block-file__button.hollow{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(111 152 139 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.wp-block-file a.wp-block-file__button.hollow.white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-file a.wp-block-file__button.light{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#overlay_menu #header_container .wp-block-file a.wp-block-file__button,
header #header_container .wp-block-file a.wp-block-file__button{
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.large-slider .content .wp-block-file a.wp-block-file__button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.has-green-600-background-color .default-posts .wp-block-file a.wp-block-file__button, .has-green-700-background-color .default-posts .wp-block-file a.wp-block-file__button, .has-blue-700-background-color .default-posts .wp-block-file a.wp-block-file__button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}
.event-template-default #single_header,
.content-single #single_header{
  position: relative;
  display: flex;
  height: 24rem;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}
.event-template-default #single_header .container,
.content-single #single_header .container{
  position: relative;
  z-index: 20;
}
.event-template-default #single_header .container h3,
.content-single #single_header .container h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-template-default #single_header .container .post_type_label,
.content-single #single_header .container .post_type_label{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header .container .post_type_label,.ncla_featured_title:hover 
.content-single #single_header .container .post_type_label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header .container .post_title,
.content-single #single_header .container .post_title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header .container .post_title,.ncla_featured_title:hover 
.content-single #single_header .container .post_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header .container time,
.content-single #single_header .container time{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-template-default #single_header:after,
.content-single #single_header:after{
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  --tw-content: "";
  content: var(--tw-content);
}
.event-template-default .entry-content,
.content-single .entry-content{
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px){
  .event-template-default .entry-content,
.content-single .entry-content{
    flex-direction: row;
  }
}
.event-template-default #media_search,
.content-single #media_search{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.event-template-default #media_search input[type=keyword],
.content-single #media_search input[type=keyword]{
  border-radius: 0.25rem;
}
.event-template-default #media_search > div,
.content-single #media_search > div{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.event-template-default #media_search > div select,
.content-single #media_search > div select{
  border-radius: 0.25rem;
  border-width: 1px;
}
.event-template-default #media_search button[type=submit],
.content-single #media_search button[type=submit]{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.interior_hero.case .ncla-icon{
  fill: #fff;
}
.interior_hero.case .ncla-icon:hover{
  fill: #a4332f;
}
#case_archive_list > div{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#case_archive_list .row{
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#case_archive_list .row:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  #case_archive_list .row{
    padding: 0.5rem;
  }
}
#case_archive_list .row.header{
  position: sticky;
  top: 0px;
  display: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 700;
}
.ncla_featured_title:hover #case_archive_list .row.header{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  #case_archive_list .row.header{
    display: flex;
  }
}
.admin-bar #case_archive_list .row.header{
  top: 32px;
}
#case_archive_list .row .delete, #case_archive_list .row .amicus{
  width: 100px;
}
@media (min-width: 1024px){
  #case_archive_list .row:hover *{
    font-weight: 700;
  }
}
#case_archive_list .row .title, #case_archive_list .row .date, #case_archive_list .row .link{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#case_archive_list .row .title{
  width: 100%;
  border-bottom-width: 1px;
  padding-right: 0.75rem;
}
@media (min-width: 768px){
  #case_archive_list .row .title{
    border-width: 0px;
  }
}
@media (min-width: 1024px){
  #case_archive_list .row .title{
    width: 50%;
  }
}
#case_archive_list .row .date{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  #case_archive_list .row .date{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px){
  #case_archive_list .row .date{
    width: 25%;
  }
}
#case_archive_list .row .link{
  margin-left: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  #case_archive_list .row .link{
    margin-left: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px){
  #case_archive_list .row .link{
    width: 25%;
  }
}
#case_archive_list .row div{
  display: flex;
  align-items: center;
}
#case_archive_list.lawyer-archive .row{
  gap: 1rem;
}
@media (min-width: 1024px){
  #case_archive_list.lawyer-archive .row .title{
    width: 41.666667%;
  }
  #case_archive_list.lawyer-archive .row .date{
    width: 16.666667%;
  }
  #case_archive_list.lawyer-archive .row .link{
    width: 16.666667%;
  }
  #case_archive_list.lawyer-archive .row .type{
    width: 16.666667%;
  }
}
#case_archive_list.lawyer-archive .row .private{
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px){
  #case_archive_list.lawyer-archive .row .private{
    width: 8.333333%;
  }
}
.ncla-case-type-icons > div{
  cursor: pointer;
}
.ncla-case-type-icons > div:hover svg{
  fill: #a4332f;
}
.case_summary{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#case_highlight_container:hover .hover-highlight{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#case_highlights .owl-stage{
  display: flex;
}
#case_highlights .owl-stage > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-divide-opacity));
}
#case_highlights .icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  display: flex;
  height: 150px;
  width: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#case_highlights .type{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#case_highlights .date{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#case_highlights .container{
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#case_highlights .title{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#case_highlights .links{
  margin-top: auto;
  padding-top: 1rem;
  text-align: center;
}
#case_highlights .links > *{
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#case_highlights .links > *:hover{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
  --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);
}
#case_highlights .links > *.document_link{
  margin-bottom: 0px;
  display: inline-block;
  text-decoration-line: none;
}
#case_highlights .source{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#case_highlights .owl-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  font-size: 4.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#case_highlights .owl-nav button{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#case_highlights .owl-nav button.disabled{
  cursor: auto;
  opacity: 0.5;
}
.document_link{
  cursor: pointer;
}
.document_link:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.document_modal{
  display: flex;
  width: 100vw;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding: 0px;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  margin-top: 46px;
  height: calc(100vh - 46px);
}
@media (min-width: 1024px){
  .document_modal{
    margin-top: 32px;
    height: calc(100vh - 32px);
  }
}
.document_modal .header{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.document_modal .header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
}
.document_modal .header .modal_document_title{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover .document_modal .header .modal_document_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.document_modal .header .close-button{
  font-size: 30px;
  font-weight: 700;
}
.ncla_featured_title:hover .document_modal .header .close-button{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.document_modal .document .pdfemb-viewer{
  margin: auto;
  height: calc(100vh - 200px);
}
.document_modal .footer{
  margin-top: auto;
}
.document_modal .footer .container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.document_modal .footer .container a{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.ncla-case-type-icons{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
form select{
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.gform-field-label--type-sub{
  font-weight: 400;
}
#gform_11{
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}
#gform_11 .gfield{
  display: flex;
  flex-direction: column-reverse;
}
#gform_11 .gfield .gfield_label{
  padding-top: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
#gform_11 input[type=text]{
  width: 300px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#gform_11 input[type=submit]{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#gform_11 .gform_footer{
  margin: 0px;
  padding: 0px;
}
.page-id-7324 #loginform{
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.page-id-7324 #loginform: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);
}
.page-id-7324 #loginform .login-remember label{
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-id-7324 #loginform .login-remember label input{
  width: 1rem;
}
.page-id-7324 #loginform #user_login,
.page-id-7324 #loginform #user_pass{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.page-id-7324 #loginform #user_login:focus,
.page-id-7324 #loginform #user_pass:focus{
  --tw-border-opacity: 1;
  border-color: rgb(134 29 25 / var(--tw-border-opacity));
}
.page-id-7324 #loginform input[type=submit]{
  cursor: pointer;
}
.chosen-container *::marker {
  content: "";
}
.gform_wrapper.gravity-theme .gform_required_legend{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .ginput_container_fileupload{
  display: flex;
  flex-direction: column;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_radio .gchoice{
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_radio .gchoice input{
  margin: 0px;
  width: 1rem;
  flex: none;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_radio .gchoice label{
  font-weight: 400;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_checkbox .gchoice{
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_checkbox .gchoice input{
  margin: 0px;
  width: 1rem;
  flex: none;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_checkbox .gchoice label{
  font-weight: 400;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .instruction,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_description{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields input{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields input[type=text]{
  border-radius: 0.25rem;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields input[type=text]:active{
  --tw-border-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
}
.gform_wrapper.gravity-theme .gform_body .gform_fields textarea{
  border-radius: 0.25rem;
  border-width: 1px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice{
  display: flex;
  align-items: center;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice input[type=radio]{
  flex: none;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice br{
  display: none;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice input[type=text] {
  flex: 1 !important;
}
.ncla_inline_database_search{
  min-width: 120px;
}
.ncla_inline_database_search .title{
  display: block;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
.ncla_inline_database_search form{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ncla_inline_database_search .search_container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ncla_inline_database_search .search_container:focus{
  --tw-border-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
}
@media (min-width: 1024px){
  .ncla_inline_database_search .search_container{
    width: 500px;
  }
}
.ncla_inline_database_search .search_container input[type=search]{
  margin-left: auto;
  margin-right: auto;
  flex: 1 1 0%;
  border-width: 0px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ncla_inline_database_search .search_container .ncla-icon{
  height: 100%;
  height: 2rem;
  width: 2rem;
  padding: 0.5rem;
}
.ncla_inline_database_search .categories{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px){
  .ncla_inline_database_search .categories{
    flex-direction: row;
  }
}
.ncla_inline_database_search .categories .taxonomy_select_container{
  flex: 1 1 0%;
}
.ncla_inline_database_search .categories .taxonomy_select_container label{
  display: block;
  text-align: center;
}
.ncla_inline_database_search .categories .taxonomy_select_container .chosen-container {
  width: 100% !important;
}
.ncla_inline_database_search .buttons{
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.ncla_inline_database_search .buttons input,
.ncla_inline_database_search .buttons .button{
  display: inline-block;
  text-align: center;
}
.keyword_search{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 250px;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.keyword_search input[type=search]{
  border-width: 0px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.keyword_search button{
  width: 1.5rem;
  flex: none;
  border-width: 0px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#ncla_media_search{
  position: sticky;
  top: 4rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 1rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ncla_media_search:hover{
  --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);
}
#inline_case_search_advanced_filters{
  width: 100%;
  max-width: 1024px;
  border-radius: 0.25rem;
  border-style: none;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#inline_case_search_advanced_filters .header{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
#inline_case_search_advanced_filters .header .title-container{
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#inline_case_search_advanced_filters .header .title-container h3.title{
  margin-bottom: 0px;
  text-align: center;
  font-size: 39px;
}
#inline_case_search_advanced_filters .header .title-container .subtitle{
  margin-bottom: 0px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#inline_case_search_advanced_filters .header .close{
  cursor: pointer;
}
#inline_case_search_advanced_filters .search{
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
#inline_case_search_advanced_filters .search label{
  display: block;
  text-align: center;
}
#inline_case_search_advanced_filters label{
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#inline_case_search_advanced_filters .search_container{
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(111 152 139 / var(--tw-text-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#inline_case_search_advanced_filters .search_container:focus{
  --tw-border-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
}
#inline_case_search_advanced_filters .search_container input[type=search]{
  border-width: 0px;
  background-color: transparent;
}
#inline_case_search_advanced_filters .categories{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
#inline_case_search_advanced_filters .taxonomy_select_container{
  display: flex;
  flex-direction: column;
}
#inline_case_search_advanced_filters .taxonomy_select_container .chosen-container {
  width: 100% !important;
}
#inline_case_search_advanced_filters .buttons{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
#inline_case_search_advanced_filters .buttons input{
  width: auto;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gform_wrapper .ginput_container_consent{
  display: flex;
  gap: 0.5rem;
}
.gform_wrapper .ginput_container_consent input{
  width: 1rem;
  flex: none;
}
.gform_wrapper input[type=submit]{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
  width: unset;
}
header.entry-header{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
header.entry-header h1{
  font-size: 30px;
}
footer.comment-meta{
  background-color: transparent;
}
#comments{
  border-width: 1px;
  padding: 1rem;
}
#comments .comment-meta{
  display: flex;
  gap: 2rem;
}
#comments textarea{
  margin-top: 3rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
#video_archive{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  #video_archive{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  #video_archive{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.video_item{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 28rem;
  flex-direction: column;
  border-width: 1px;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.video_item:hover{
  --tw-border-opacity: 0.5;
  --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);
}
.video_item .title{
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.75rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .video_item .title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.video_item .video{
  margin-top: auto;
  display: block;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.video_item .video > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video_item .video{
  --tw-aspect-h: 9;
}
.video_item .buttons{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  padding: 1rem;
}
.video_item .buttons a, .video_item .buttons span {
  font-size: 16px !important;
  flex: 1 1 0%;
}
.reveal.video-reveal{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}
.reveal.video-reveal .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(111 152 139 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
.reveal.video-reveal .title h4{
  flex: 1 1 0%;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .reveal.video-reveal .title h4{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.reveal.video-reveal .title button{
  font-size: 30px;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.reveal.video-reveal .video-player{
  padding: 1.5rem;
}
.reveal.video-reveal .video-player h3{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .reveal.video-reveal .video-player h3{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.button{
  cursor: pointer;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(134 29 25 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button.hollow{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(111 152 139 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.button.hollow.white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.light{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hero_overlay{
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  mix-blend-mode: multiply;
}
.interior_hero{
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.interior_hero.default{
  min-height: calc(100vh - 105px);
}
.interior_hero.short, .admin-bar .interior_hero.short{
  height: 250px;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.interior_hero.content-right .content{
  float: right;
  margin-left: auto;
  margin-right: 0px;
  display: flex;
  height: 50vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px){
  .interior_hero.content-right .content{
    width: 50%;
  }
}
.interior_hero.content-right .content .blurb{
  width: 100%;
}
.interior_hero.content-left .content{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px){
  .interior_hero.content-left .content{
    height: 50vh;
  }
}
.interior_hero.content-left .content .blurb{
  width: 100%;
}
.interior_hero .content_inner{
  position: relative;
  margin-bottom: -4rem;
  width: 100%;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(164 51 47 / var(--tw-border-opacity));
  padding-bottom: 4rem;
}
.interior_hero .content_inner h6{
  display: inline-block;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(164 51 47 / var(--tw-border-opacity));
  padding-right: 2rem;
  width: auto !important;
}
.interior_hero .content_inner > *{
  padding-left: 2rem;
}
.interior_hero.case{
  margin-bottom: 3rem;
  display: flex;
  min-height: 400px;
  flex-direction: column;
}
.interior_hero.case .content{
  margin-top: auto;
  margin-bottom: auto;
}
.interior_hero.case .content .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px){
  .interior_hero.case .content .container{
    flex-direction: row;
  }
}
.interior_hero.case .content h1{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.25;
}
@media (min-width: 768px){
  .interior_hero.case .content h1{
    font-size: 39px;
  }
}
@media (min-width: 1024px){
  .interior_hero.case .content h1{
    font-size: 3rem;
    line-height: 1;
  }
}
.interior_hero.case .content h6{
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  .interior_hero.case .content h6{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.interior_hero.case a{
  text-decoration-line: none;
}
.interior_hero .gradient {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-blend-mode: multiply;
}
.admin-bar .interior_hero{
  min-height: calc(80vh - 162px - 32px);
}
.single-personnel .interior_hero{
  min-height: 250px;
}
.interior_hero .content{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .interior_hero .content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.interior_hero .content .inner{
  position: relative;
  z-index: 50;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px){
  .interior_hero .content .inner{
    width: 60%;
  }
}
.interior_hero .content .text{
  width: 100%;
}
.interior_hero .content h1{
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .interior_hero .content h1{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.interior_hero .content h6{
  margin-bottom: 0px;
  width: 100%;
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.interior_hero .content h6.archive_label{
  margin-top: 1rem;
}
.interior_hero .content .blurb{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-size: 30px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.interior_hero .case_summary{
  width: 430px;
  flex: none;
  flex-direction: column;
  gap: 0.5rem;
}
@media print {
  html body .interior_hero {
    background: white !important;
    min-height: auto !important;
  }
  html body .interior_hero .gradient{
    display: none;
  }
  html body .interior_hero .content {
    height: auto !important;
  }
  html body .interior_hero .content .content_inner{
    margin-bottom: 0px;
    margin-top: 1.5rem;
    text-align: center;
  }
  html body .interior_hero .content h1{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    font-style: italic;
  }
  html body .interior_hero .content h6{
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: none;
  }
  html body .interior_hero .content p{
    font-size: 30px;
  }
  html body .interior_hero .content * {
    color: black !important;
    border: none;
    padding: 0;
  }
}
ul[data-dropdown-menu]:not([role=menubar]) ul {
  display: none;
}
footer #footer-menu .current_page_item > a{
  font-weight: 700;
  text-decoration-line: underline;
}
.ncla_featured_title:hover footer #footer-menu .current_page_item > a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
footer #footer-menu a{
  font-weight: 300;
}
footer #footer-menu > ul > li > a{
  font-weight: 700;
}
.ncla_featured_title:hover footer #footer-menu > ul > li > a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
footer #footer-menu > ul > li > ul{
  padding-left: 1rem;
}
footer #footer-menu > ul > li > ul li > ul{
  padding-left: 1rem;
}
#primary-menu-desktop{
  display: none;
  width: 100%;
}
@media (min-width: 768px){
  #primary-menu-desktop{
    display: flex;
  }
}
#primary-menu-desktop > ul{
  width: 100%;
  justify-content: space-around;
}
@media (min-width: 768px){
  #primary-menu-desktop > ul{
    display: flex;
  }
}
#primary-menu-desktop > ul:not(body.home){
  gap: 1rem;
}
#primary-menu-desktop > ul > li{
  display: flex;
  align-items: center;
  padding: 0px;
}
#primary-menu-desktop > ul > li.current-menu-ancestor > a, #primary-menu-desktop > ul > li.current-menu-parent > a, #primary-menu-desktop > ul > li.current-menu-item > a{
  font-weight: 700;
}
.ncla_featured_title:hover #primary-menu-desktop > ul > li.current-menu-ancestor > a,.ncla_featured_title:hover  #primary-menu-desktop > ul > li.current-menu-parent > a,.ncla_featured_title:hover  #primary-menu-desktop > ul > li.current-menu-item > a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#primary-menu-desktop > ul > li > a{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  #primary-menu-desktop > ul > li > a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1200px){
  #primary-menu-desktop > ul > li > a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#primary-menu-desktop > ul .menu-item a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#primary-menu-desktop > ul ul > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity));
}
#primary-menu-desktop > ul ul{
  border-width: 1px;
  border-style: solid;
  border-color: rgb(71 121 106 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#primary-menu-desktop > ul ul > li{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#primary-menu-desktop > ul ul > li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
#primary-menu-desktop > ul ul > li.current_page_item{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
#primary-menu-desktop > ul ul > li a{
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  #primary-menu-desktop > ul ul > li a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1200px){
  #primary-menu-desktop > ul ul > li a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#overlay_menu{
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1000;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}
#menu-primary-1 .menu-item-19443,
#menu-primary-1 #menu-item-19443,
#menu-primary .menu-item-19443,
#menu-primary #menu-item-19443 {
  position: inherit !important;
}
#menu-primary-1 .menu-item-19443.is-active > ul,
#menu-primary-1 #menu-item-19443.is-active > ul,
#menu-primary .menu-item-19443.is-active > ul,
#menu-primary #menu-item-19443.is-active > ul{
  display: flex;
}
#menu-primary-1 .menu-item-19443 > ul,
#menu-primary-1 #menu-item-19443 > ul,
#menu-primary .menu-item-19443 > ul,
#menu-primary #menu-item-19443 > ul{
  left: 0px;
  right: 0px;
  top: 100%;
  justify-content: space-around;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#menu-primary-1 .menu-item-19443 > ul .current_page_item,
#menu-primary-1 .menu-item-19443 > ul .current_menu_item,
#menu-primary-1 #menu-item-19443 > ul .current_page_item,
#menu-primary-1 #menu-item-19443 > ul .current_menu_item,
#menu-primary .menu-item-19443 > ul .current_page_item,
#menu-primary .menu-item-19443 > ul .current_menu_item,
#menu-primary #menu-item-19443 > ul .current_page_item,
#menu-primary #menu-item-19443 > ul .current_menu_item{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#menu-primary-1 .menu-item-19443 > ul .current_page_item > a,
#menu-primary-1 .menu-item-19443 > ul .current_menu_item > a,
#menu-primary-1 #menu-item-19443 > ul .current_page_item > a,
#menu-primary-1 #menu-item-19443 > ul .current_menu_item > a,
#menu-primary .menu-item-19443 > ul .current_page_item > a,
#menu-primary .menu-item-19443 > ul .current_menu_item > a,
#menu-primary #menu-item-19443 > ul .current_page_item > a,
#menu-primary #menu-item-19443 > ul .current_menu_item > a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#menu-primary-1 .menu-item-19443 > ul > li,
#menu-primary-1 #menu-item-19443 > ul > li,
#menu-primary .menu-item-19443 > ul > li,
#menu-primary #menu-item-19443 > ul > li {
  flex: 0;
}
#menu-primary-1 .menu-item-19443 > ul > li:hover,
#menu-primary-1 #menu-item-19443 > ul > li:hover,
#menu-primary .menu-item-19443 > ul > li:hover,
#menu-primary #menu-item-19443 > ul > li:hover{
  background-color: transparent;
}
#menu-primary-1 .menu-item-19443 > ul > li:hover > a,
#menu-primary-1 #menu-item-19443 > ul > li:hover > a,
#menu-primary .menu-item-19443 > ul > li:hover > a,
#menu-primary #menu-item-19443 > ul > li:hover > a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#menu-primary-1 .menu-item-19443 > ul > li > a,
#menu-primary-1 #menu-item-19443 > ul > li > a,
#menu-primary .menu-item-19443 > ul > li > a,
#menu-primary #menu-item-19443 > ul > li > a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_featured_title:hover #menu-primary-1 .menu-item-19443 > ul > li > a,.ncla_featured_title:hover 
#menu-primary-1 #menu-item-19443 > ul > li > a,.ncla_featured_title:hover 
#menu-primary .menu-item-19443 > ul > li > a,.ncla_featured_title:hover 
#menu-primary #menu-item-19443 > ul > li > a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#menu-primary-1 .menu-item-19443 > ul > li > a:hover,
#menu-primary-1 #menu-item-19443 > ul > li > a:hover,
#menu-primary .menu-item-19443 > ul > li > a:hover,
#menu-primary #menu-item-19443 > ul > li > a:hover{
  background-color: transparent;
}
#menu-primary-1 .menu-item-19443 > ul > li > a,
#menu-primary-1 #menu-item-19443 > ul > li > a,
#menu-primary .menu-item-19443 > ul > li > a,
#menu-primary #menu-item-19443 > ul > li > a {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
#menu-primary-1 .menu-item-19443 > ul > li > a::after,
#menu-primary-1 #menu-item-19443 > ul > li > a::after,
#menu-primary .menu-item-19443 > ul > li > a::after,
#menu-primary #menu-item-19443 > ul > li > a::after{
  display: none;
}
#menu-primary-1 .menu-item-19443 > ul ul,
#menu-primary-1 #menu-item-19443 > ul ul,
#menu-primary .menu-item-19443 > ul ul,
#menu-primary #menu-item-19443 > ul ul{
  position: relative;
  left: 0px;
  display: block;
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#menu-primary-1 .menu-item-19443 > ul ul:after,
#menu-primary-1 #menu-item-19443 > ul ul:after,
#menu-primary .menu-item-19443 > ul ul:after,
#menu-primary #menu-item-19443 > ul ul:after {
  content: "";
  top: 0px;
  bottom: 0px;
  left: -9999px;
  right: -9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#menu-primary-1 .menu-item-19443 > ul ul > li,
#menu-primary-1 #menu-item-19443 > ul ul > li,
#menu-primary .menu-item-19443 > ul ul > li,
#menu-primary #menu-item-19443 > ul ul > li{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#menu-primary-1 .menu-item-19443 > ul ul > li:hover,
#menu-primary-1 #menu-item-19443 > ul ul > li:hover,
#menu-primary .menu-item-19443 > ul ul > li:hover,
#menu-primary #menu-item-19443 > ul ul > li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
#offCanvas #offCanvasHeader{
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(71 121 106 / var(--tw-border-opacity));
  --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);
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#offCanvas #offCanvasMenuContainer{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding: 1rem;
}
#offCanvas #offCanvasMenuContainer #offCanvasMenu > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-divide-opacity));
}
#offCanvas #offCanvasMenuContainer #offCanvasMenu a{
  display: block;
  padding: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#offCanvas #offCanvasMenuContainer #offCanvasMenu > li > a{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#offCanvas #offCanvasMenuContainer #offCanvasMenu > li ul > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
#offCanvas #offCanvasMenuContainer #offCanvasMenu > li ul{
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#offCanvas #offCanvasMenuContainer #offCanvasMenu > li ul a{
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#offCanvas #offCanvasMenuContainer #offCanvasMenu > li ul a:hover{
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
#offCanvas #offCanvasMenuContainer #offCanvasMenu > li ul .submenu-toggle::after{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
#offCanvas #offCanvasMenuContainer .submenu-toggle{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#offCanvas #offCanvasMenuContainer .submenu-toggle::after{
  border-left-color: transparent;
  border-right-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(71 121 106 / var(--tw-border-opacity));
  border-bottom-color: transparent;
}
#offCanvas #offCanvasSearch{
  padding: 1rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#offCanvas #offCanvasSearch form{
  display: flex;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1%;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#primary-menu-home{
  height: 100%;
}
#primary-menu-home .submenu-toggle:after {
  border-color: #fff transparent transparent transparent !important;
}
#primary-menu-home .is-drilldown {
  max-width: none !important;
}
#primary-menu-home .is-drilldown a{
  display: block;
}
#page{
  position: relative;
}
#page.menu_open:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
}
#overlay_menu,
header{
  z-index: 100;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(71 121 106 / var(--tw-border-opacity));
  --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){
  #overlay_menu,
header{
    flex-direction: column;
  }
}
@media (min-width: 1024px){
  #overlay_menu,
header{
    flex-direction: row;
  }
}
#overlay_menu #header_container,
header #header_container{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1300px){
  #overlay_menu #header_container,
header #header_container{
    gap: 0px;
  }
}
#overlay_menu #header_container.interior,
header #header_container.interior{
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  flex-direction: row;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px){
  #overlay_menu #header_container.interior,
header #header_container.interior{
    flex-direction: column;
  }
}
@media (min-width: 1024px){
  #overlay_menu #header_container.interior,
header #header_container.interior{
    flex-direction: row;
  }
}
#overlay_menu #header_container .button,
header #header_container .button{
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#overlay_menu a,
header a{
  text-decoration-line: none;
}
#menu_overlay_close_trigger{
  position: absolute;
  right: 1rem;
  bottom: -2rem;
  cursor: pointer;
}
#menu_overlay_close_trigger .ncla-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu_overlay_close_trigger .ncla-icon svg{
  width: 1rem;
  fill: #fff;
}
.custom-logo-link{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.custom-logo-link .custom-logo{
  max-width: 300px;
}
.home-logo{
  position: relative;
  left: 8px;
  top: 16px;
}
#mobile_trigger{
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 768px){
  #mobile_trigger{
    display: none;
  }
}
#headerSearch{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  #headerSearch{
    display: block;
  }
}
#header_right{
  display: flex;
  width: 25%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(134 29 25 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#header_right #bucket_navigation_container{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}
#header_right #bucket_navigation_container .meta{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 85px;
  padding-bottom: 30px;
}
#header_right #bucket_navigation_container .meta h3{
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover #header_right #bucket_navigation_container .meta h3{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#header_right #bucket_navigation_container .meta p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
}
#header_right #bucket_navigation_container #resource_bucket_top_level{
  padding-top: 1rem;
}
#header_right #bucket_navigation_container #resource_bucket_top_level li{
  position: relative;
}
#header_right #bucket_navigation_container #resource_bucket_top_level li.active{
  --tw-bg-opacity: 1;
  background-color: rgb(81 25 20 / var(--tw-bg-opacity));
  font-weight: 700;
}
.ncla_featured_title:hover #header_right #bucket_navigation_container #resource_bucket_top_level li.active{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#header_right #bucket_navigation_container #resource_bucket_top_level li.active:after {
  content: "";
  border-top: 21px solid transparent;
  border-left: 20px solid rgb(81, 25, 20);
  border-bottom: 21px solid transparent;
  left: 100%;
  position: absolute;
  top: 0px;
}
#header_right #bucket_navigation_container #resource_bucket_top_level li a{
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#home_search_form{
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#home_search_form.focused, #home_search_form:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}
#home_search_form.focused input, #home_search_form:hover input{
  width: 200px;
}
#home_search_form.focused svg, #home_search_form:hover svg{
  fill: #47796a;
}
#home_search_form input{
  width: 0px;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#home_search_form button{
  padding-left: 0px;
}
#home_search_form button svg{
  width: 1.5rem;
  fill: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#interior_search_form{
  position: relative;
  z-index: 10;
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#interior_search_form.focused, #interior_search_form:hover{
  margin-left: -750px;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}
#interior_search_form.focused input, #interior_search_form:hover input{
  width: 750px;
}
#interior_search_form input{
  width: 0px;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-indent: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#interior_search_form button{
  padding-left: 0px;
}
#interior_search_form button svg{
  width: 1.25rem;
  fill: #47796a;
}
.menu_open #home_search_form,
.menu_open #menu_overlay_trigger,
.menu_open #donate{
  display: none;
}
#mm_menu_container #mm_container{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
#mm_menu_container #top_level{
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#mm_menu_container .bucket h3{
  padding-bottom: 1rem;
  font-size: 30px;
}
#mm_menu_container .bucket .content{
  display: flex;
  gap: 2rem;
}
#mm_menu_container .bucket .content .meta{
  display: flex;
  width: 25%;
  flex-direction: column;
  gap: 2rem;
}
#mm_menu_container .bucket .content .meta .description{
  display: none;
}
#mm_menu_container .bucket .content .meta p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#mm_menu_container .bucket .content .menu{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#mm_menu_container .bucket .content .menu a{
  display: block;
  padding-left: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#mm_menu_container .bucket .content .menu a:hover{
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#mm_menu_container .bucket .menu_container p{
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: italic;
}
footer #footer_main{
  background-color: rgb(30 41 59 / 0.1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
footer a{
  text-decoration-line: none;
}
footer #footer-menu ul{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
footer #footer-menu ul > li > a{
  display: block;
  padding-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.ncla_featured_title:hover footer #footer-menu ul > li > a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
footer #footer-menu ul > li.current-menu-item > a, footer #footer-menu ul > li.current-page-ancestor > a{
  font-weight: 700;
}
.ncla_featured_title:hover footer #footer-menu ul > li.current-menu-item > a,.ncla_featured_title:hover  footer #footer-menu ul > li.current-page-ancestor > a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
footer #footer-menu ul > li > ul.sub-menu a{
  display: block;
  padding-bottom: 0.25rem;
  line-height: 1.25;
}
footer #footer-menu ul > li > ul.sub-menu > li.current-menu-item a{
  color: rgb(30 41 59 / 1);
}
footer #footer-menu ul > li > ul.sub-menu > li a{
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  color: rgb(30 41 59 / 0.7);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
footer #footer-menu ul > li > ul.sub-menu > li a:hover{
  color: rgb(30 41 59 / 1);
}
footer #footer-menu ul > li > ul.sub-menu > li > ul.sub-menu{
  padding-left: 1rem;
}
@media (min-width: 768px){
  #footer-accordion-menu{
    display: none;
  }
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  max-width: none;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block {
  max-width: none;
}
.wp-block-kadence-rowlayout .kb-theme-content-width{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1300px) {
  .wp-block-kadence-rowlayout .kb-theme-content-width {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
body.page-id-10773 .wp-block-kadence-column.full-height-column {
  align-self: auto;
}
body.page-id-10773 .wp-block-kadence-column.full-height-column > .kt-inside-inner-col{
  height: 100%;
}
body.page-id-10773 .kt-tabs-layout-vtabs > .kt-tabs-title-list {
  width: 180px;
}
body.page-id-10773 .kt-tabs-layout-vtabs > .kt-tabs-content-wrap {
  width: calc(100% - 180px);
}
blockquote{
  border-left-width: 2px;
  padding-left: 0.5rem;
}
.is-style-myplugin-highlight{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.is-style-myplugin-highlight :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.is-style-myplugin-highlight :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;
}
.is-style-myplugin-highlight :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.is-style-myplugin-highlight :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.is-style-myplugin-highlight :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.is-style-myplugin-highlight :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.is-style-myplugin-highlight :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.is-style-myplugin-highlight :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.is-style-myplugin-highlight :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.is-style-myplugin-highlight :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.is-style-myplugin-highlight :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.is-style-myplugin-highlight :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.is-style-myplugin-highlight :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.is-style-myplugin-highlight :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.is-style-myplugin-highlight :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.is-style-myplugin-highlight :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.is-style-myplugin-highlight :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.is-style-myplugin-highlight :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.is-style-myplugin-highlight :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.is-style-myplugin-highlight :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.is-style-myplugin-highlight :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.is-style-myplugin-highlight :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;
}
.is-style-myplugin-highlight :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.is-style-myplugin-highlight :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.is-style-myplugin-highlight :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.is-style-myplugin-highlight :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;
}
.is-style-myplugin-highlight :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.is-style-myplugin-highlight :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;
}
.is-style-myplugin-highlight :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.is-style-myplugin-highlight :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;
}
.is-style-myplugin-highlight :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.is-style-myplugin-highlight :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;
}
.is-style-myplugin-highlight :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.is-style-myplugin-highlight :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.is-style-myplugin-highlight :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.is-style-myplugin-highlight :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.is-style-myplugin-highlight :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.is-style-myplugin-highlight :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.is-style-myplugin-highlight :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.is-style-myplugin-highlight :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.is-style-myplugin-highlight :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.is-style-myplugin-highlight :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.is-style-myplugin-highlight :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.is-style-myplugin-highlight :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.is-style-myplugin-highlight :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.is-style-myplugin-highlight :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.is-style-myplugin-highlight :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.is-style-myplugin-highlight :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;
}
.is-style-myplugin-highlight :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.is-style-myplugin-highlight :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.is-style-myplugin-highlight :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.is-style-myplugin-highlight :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.is-style-myplugin-highlight :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.is-style-myplugin-highlight :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.is-style-myplugin-highlight :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.is-style-myplugin-highlight :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.is-style-myplugin-highlight :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.is-style-myplugin-highlight :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.is-style-myplugin-highlight :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.is-style-myplugin-highlight :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;
}
.is-style-myplugin-highlight{
  --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;
}
.is-style-myplugin-highlight :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.is-style-myplugin-highlight :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.is-style-myplugin-highlight :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.is-style-myplugin-highlight :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.is-style-myplugin-highlight :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.is-style-myplugin-highlight :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.is-style-myplugin-highlight :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.is-style-myplugin-highlight :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.is-style-myplugin-highlight :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.is-style-myplugin-highlight :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.is-style-myplugin-highlight :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;
}
.is-style-myplugin-highlight :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.is-style-myplugin-highlight :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.is-style-myplugin-highlight :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.is-style-myplugin-highlight :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.is-style-myplugin-highlight :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.is-style-myplugin-highlight :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.is-style-myplugin-highlight :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.is-style-myplugin-highlight :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.is-style-myplugin-highlight :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.is-style-myplugin-highlight :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.is-style-myplugin-highlight :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.is-style-myplugin-highlight :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.is-style-myplugin-highlight :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.is-style-myplugin-highlight :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.is-style-myplugin-highlight{
  max-width: none;
}
.is-style-myplugin-highlight p a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.is-style-myplugin-highlight .ncla_standard_button strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.is-style-myplugin-highlight img {
  margin: 0;
}
a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}
.header-lines {
  overflow: hidden;
  text-align: center;
}
.header-lines:before, .header-lines:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.header-lines:before {
  right: 0.5em;
  margin-left: -50%;
}
.header-lines:after {
  left: 0.5em;
  margin-right: -50%;
}
.header-lines.white:before, .header-lines.white:after {
  background-color: #fff;
}
.category_label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.prose p a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: none;
  }
}
.container .container{
  padding-left: 0px;
  padding-right: 0px;
}
.wp-block-kadence-advancedbtn{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wp-block-kadence-advancedbtn.kt-btn-align-center{
  justify-content: center;
}
[data-link]{
  cursor: pointer;
}
#hero_home{
  height: calc(100vh - 150px);
  min-height: 700px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#hero_home .home_hero_text{
  padding-bottom: 3rem;
  font-family: garamond;
  font-size: 30px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  #hero_home .home_hero_text{
    font-size: 3rem;
    line-height: 1;
  }
}
#hero_home .gradient{
  position: absolute;
  inset: 0px;
  z-index: 10;
}
#hero_home .gradient:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: 300px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
#hero_home .content{
  position: absolute;
  inset: 0px;
  z-index: 20;
}
#hero_home .button_grid{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  #hero_home .button_grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  #hero_home .button_grid{
    display: flex;
  }
}
#hero_home .button_grid > div{
  width: 100%;
}
#hero_home .button_grid > div .home_grid_button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px){
  #hero_home .button_grid > div .home_grid_button{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#hero_home .button_grid > div .home_grid_button *:hover svg{
  --tw-translate-x: 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));
}
#hero_home .button_grid > div .home_grid_button .text{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#hero_home .button_grid > div .home_grid_button .ncla-icon{
  width: 1rem;
  flex: none;
}
#hero_home .button_grid > div .home_grid_button svg{
  width: 1rem;
  fill: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ncla_featured_title{
  margin-bottom: 3rem;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-top: 0px;
  font-size: 50px;
  line-height: 1;
}
.ncla_featured_title span{
  text-align: center;
}
.ncla_featured_title:hover .font-bold{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_featured_title.inline{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-width: 0px;
}
.ncla_featured_title.center{
  justify-content: center;
}
.ncla_featured_title.right{
  justify-content: flex-end;
}
#email_signup form{
  flex-wrap: nowrap;
}
#email_signup form .kadence-blocks-form-field{
  margin-bottom: 0px;
}
#email_signup form .kb-submit-field {
  flex: 0;
}
.aspect-video{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-video > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-video{
  --tw-aspect-h: 9;
}
.aspect-square{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-square > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-square{
  --tw-aspect-h: 1;
}
.bg-image{
  background-size: cover;
  background-position: center;
}
#donate{
  position: fixed;
  right: 0px;
  top: auto;
  bottom: 0px;
  z-index: 90;
  display: block;
  transform-origin: bottom right;
  --tw-translate-y: -16rem;
  --tw-translate-x: 1rem;
  --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));
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(134 29 25 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#donate:hover{
  --tw-translate-x: 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));
  --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){
  #donate{
    top: calc(50% - 12px);
    bottom: auto;
    height: auto;
    width: auto;
  }
}
#donateFrame{
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: flex;
  height: 100vh;
  width: 1rem;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
#donateFrame #donate{
  position: relative;
  top: 0px;
  background-color: transparent;
  padding-right: 3rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#donateFrame #donate:hover{
  padding-right: 3rem;
}
#donateFrame #donate iframe{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
form label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.ncla_featured_title:hover form label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
form input{
  width: 100%;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
form input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(71 121 106 / var(--tw-border-opacity));
}
form input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
form input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#pagination{
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
#pagination .current{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#query_order > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgb(71 121 106 / var(--tw-divide-opacity));
}
#query_order a{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
}
#query_order a.active{
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
#query_order a:last-of-type{
  padding-right: 0.5rem;
}
.ncla_focus_cases{
  padding-bottom: 3rem;
}
.ncla_focus_cases .type_title{
  position: relative;
  position: sticky;
  top: 1.5rem;
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 51px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ncla_staff_grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .ncla_staff_grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .ncla_staff_grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ncla_staff_grid.advisors{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ncla_staff_grid.advisors div:first-child{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover .ncla_staff_grid.advisors div:first-child{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .ncla_staff_grid.advisors div:first-child{
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 1024px){
  .ncla_staff_grid.advisors div:first-child{
    grid-column: span 3 / span 3;
  }
  .ncla_staff_grid.clerks{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.ncla_staff_grid.leadership .personnel_tile, .ncla_staff_grid.clerks .personnel_tile{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ncla_staff_grid.leadership .headshot, .ncla_staff_grid.clerks .headshot{
  margin-left: auto;
  margin-right: auto;
  border-radius: 9999px;
}
.ncla_staff_grid.leadership span, .ncla_staff_grid.clerks span{
  display: block;
  text-align: center;
}
.ncla_staff_grid.leadership{
  gap: 1rem;
}
@media (min-width: 1024px){
  .ncla_staff_grid.leadership{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.ncla_staff_grid.leadership .personnel_tile{
  position: relative;
  cursor: pointer;
  overflow: visible;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 0.8;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ncla_staff_grid.leadership .personnel_tile:hover{
  z-index: 100;
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(164 51 47 / var(--tw-border-opacity));
  --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);
}
.ncla_staff_grid.leadership .personnel_tile:hover .short_bio{
  --tw-translate-y: 0.25rem;
  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));
}
.ncla_staff_grid.leadership .personnel_tile.active{
  z-index: 100;
}
.ncla_staff_grid.leadership .personnel_tile .tap_link{
  position: absolute;
  inset: 0px;
  z-index: 10;
}
@media (min-width: 1024px){
  .ncla_staff_grid.leadership .personnel_tile .tap_link{
    display: none;
  }
}
.ncla_staff_grid.leadership .personnel_tile:nth-of-type(4n) .short_bio, .ncla_staff_grid.leadership .personnel_tile:nth-of-type(4n -1) .short_bio{
  left: auto;
  right: calc(100% + 1rem);
}
.ncla_staff_grid.leadership .personnel_tile .content{
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  padding: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ncla_staff_grid.leadership .personnel_tile .content .name{
  display: block;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.ncla_staff_grid.leadership .personnel_tile .content .title{
  display: block;
  text-align: left;
}
.ncla_staff_grid.leadership .personnel_tile .short_bio{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: calc(100% + 1rem);
  z-index: 100;
  width: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ncla_staff_grid.leadership .personnel_tile .short_bio .close-bio{
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  fill: #861d19;
  padding: 0px;
}
.ncla_staff_grid.leadership .personnel_tile .short_bio .bio_content{
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 1rem;
}
.ncla_staff_grid.leadership .personnel_tile .short_bio .bio_content .header{
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.ncla_staff_grid.leadership .personnel_tile .short_bio .bio_content .header h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .ncla_staff_grid.leadership .personnel_tile .short_bio .bio_content .header h4{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_staff_grid.leadership .personnel_tile .short_bio .bio_content .header p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ncla_staff_grid.leadership .personnel_tile .short_bio .bio_content a{
  margin-top: auto;
  padding-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_staff_grid.leadership .personnel_tile .short_bio .bio_text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.ncla_staff_grid.leadership .personnel_tile .short_bio .bio_text *{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .ncla_staff_grid.leadership .personnel_tile.active .short_bio{
    width: calc(200% + 16px);
  }
}
@media (min-width: 1300px) {
  .ncla_staff_grid.leadership .personnel_tile.active .short_bio{
    width: 628px;
  }
}
.ncla_staff_grid.leadership .headshot{
  width: 100%;
  border-radius: 0px;
}
.media_ncla_press_releases{
  display: flex;
  flex-direction: column;
}
.media_ncla_press_releases > div{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.media_ncla_news{
  display: flex;
  flex-direction: column;
}
.media_ncla_opinion{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.pagination{
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pagination .current{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ncla_case_results{
  margin-bottom: 3rem;
  display: grid;
  flex: 1 1 0%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px){
  #ncla_case_results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px){
  #ncla_case_results{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#ncla_case_results #case-finder-message{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px){
  #ncla_case_results #case-finder-message{
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 1024px){
  #ncla_case_results #case-finder-message{
    grid-column: span 3 / span 3;
  }
}
.related_cases{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1rem;
  background-color: transparent;
}
@media (min-width: 768px){
  .related_cases{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.related_cases.accordion .accordion-content{
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.related_cases.accordion .content{
  display: flex;
  gap: 1rem;
}
.related_cases.accordion .label{
  font-weight: 700;
}
.ncla_featured_title:hover .related_cases.accordion .label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.related_cases.accordion .case_link{
  margin-top: auto;
  display: block;
  padding-top: 1.5rem;
  text-align: center;
  font-weight: 700;
}
.ncla_featured_title:hover .related_cases.accordion .case_link{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.accordion_container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  .accordion_container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.single_case_document_accordion .accordion-content{
  padding: 0px;
}
.single_case_document_accordion .accordion-content .info{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem;
}
.single_case_document_accordion .accordion-content .info .full_title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.single_case_document_accordion .accordion-content .info .label{
  font-weight: 700;
}
.ncla_featured_title:hover .single_case_document_accordion .accordion-content .info .label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.single_case_document_accordion .accordion-content .modal_link{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
}
.single_case_document_accordion .accordion-content .modal_link span{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.single_case_document_accordion .accordion-item .accordion-title{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(111 152 139 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.single_case_document_accordion .accordion-item .accordion-title:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.single_case_document_accordion .accordion-item.is-active .accordion-title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .single_case_document_accordion .accordion-item.is-active .accordion-title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_case_finder_tile{
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ncla_case_finder_tile: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);
}
.ncla_case_finder_tile .icons{
  padding: 0.25rem;
}
.ncla_case_finder_tile .icons .label{
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.ncla_case_finder_tile .ncla-case-type-icons{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  flex-wrap: wrap;
  justify-content: center;
}
.ncla_case_finder_tile .ncla-case-type-icons .ncla-icon{
  width: 1.5rem;
  cursor: pointer;
}
#case_search_container #case_search{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.case_type_modal{
  width: 100%;
  max-width: 800px;
  border-radius: 0.5rem;
  padding: 0px;
}
.case_type_modal .container{
  display: flex;
  width: 100%;
  max-width: none;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.case_type_modal .header{
  display: flex;
  justify-content: space-between;
}
.case_type_modal .header h3{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .case_type_modal .header h3{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.case_type_modal .header h3 svg{
  fill: #fff;
}
.case_type_modal .header button{
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .case_type_modal .header button{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.career_excerpt{
  border-width: 1px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.career_excerpt .title{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 121 106 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.career_excerpt .content{
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.career_excerpt .link a{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
.intern_card{
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.intern_card:hover{
  --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);
}
.intern_card img{
  width: 100%;
}
.intern_card .title{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
.intern_card .title .name{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover .intern_card .title .name{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.intern_card .title .type{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.intern_card .meta{
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.intern_card .meta p{
  margin-bottom: 0px;
}
.intern_card .bio_link{
  margin-top: auto;
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#ncla_yearly_clerks{
  margin-bottom: 6rem;
}
#ncla_yearly_clerks .tabs{
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  border-width: 0px;
  background-color: transparent;
}
#ncla_yearly_clerks .tabs a{
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#ncla_yearly_clerks .tabs .tabs-title.is-active a{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.page-id-2344 #ncla_yearly_clerks .tabs .tabs-title{
  border-radius: 0.25rem;
}
.page-id-2344 #ncla_yearly_clerks .tabs .tabs-title.is-active a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#ncla_yearly_clerks .tabs .tabs-title a{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(111 152 139 / var(--tw-text-opacity));
}
#ncla_yearly_clerks .tabs-content{
  border-width: 0px;
  background-color: transparent;
}
#ncla_yearly_clerks .tabs-content .tabs-panel{
  padding: 0px;
}
.ncla_calendar_container{
  display: flex;
  gap: 3rem;
}
.ncla_calendar_container .content{
  flex: none;
}
@media (min-width: 768px){
  .ncla_calendar_container .content{
    width: 33.333333%;
  }
}
.ncla_calendar_container .calendar_container{
  flex: none;
}
@media (min-width: 768px){
  .ncla_calendar_container .calendar_container{
    width: 66.666667%;
  }
}
.ncla_calendar_container #blog_search form{
  flex-direction: column;
}
#ncla_search{
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px){
  #ncla_search{
    flex-direction: row;
  }
}
#ncla_search .results{
  display: flex;
  flex-direction: column;
}
#ncla_search .results > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(111 152 139 / var(--tw-divide-opacity));
}
#ncla_search .results > div{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#ncla_search .results > div:first-of-type{
  padding-top: 0px;
}
.search_excerpt{
  display: flex;
  gap: 1rem;
}
.search_excerpt .image{
  width: 25%;
  flex: none;
}
.search_excerpt .title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover .search_excerpt .title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.search_excerpt .date{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.search_excerpt .link{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.responsive-embed{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.responsive-embed > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-embed{
  --tw-aspect-h: 9;
}
.responsive-embed iframe{
  width: 100%;
}
.slider_label{
  position: relative;
  z-index: 40;
  margin-bottom: -6rem;
  display: flex;
  height: 6rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .slider_label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.large-slider{
  position: relative;
}
.large-slider .large-slide{
  display: flex;
  height: 600px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}
.large-slider .content{
  position: absolute;
  inset: 0px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
}
.large-slider .content .content_container{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-width: 600px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.large-slider .content .content_container img{
  display: none;
}
.large-slider .content h2{
  text-align: center;
  font-size: 39px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.large-slider .content .button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.large-slider .content .title{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}
.large-slider .content .title span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.default-posts{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px){
  .default-posts{
    flex-direction: row;
  }
}
.default-posts .post{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 300px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
}
.default-posts .post .title{
  margin-bottom: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.default-posts .post .link_container{
  text-align: center;
}
.default-posts .post .link_container a{
  display: inline-block;
}
.default-posts .owl-dots{
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.default-posts .owl-dots .owl-dot{
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.default-posts .owl-dots .owl-dot.active{
  --tw-bg-opacity: 1;
  --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);
}
.has-green-600-background-color .default-posts .title, .has-green-700-background-color .default-posts .title, .has-blue-700-background-color .default-posts .title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.has-green-600-background-color .default-posts .button, .has-green-700-background-color .default-posts .button, .has-blue-700-background-color .default-posts .button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}
#ncla_covid_interviews{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  #ncla_covid_interviews{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#ncla_covid_interviews .interview{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
}
#ncla_covid_interviews .interview h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#ncla_covid_interviews .interview .video{
  width: 100%;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
#ncla_covid_interviews .interview .video > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#ncla_covid_interviews .interview .video{
  --tw-aspect-h: 9;
}
#ncla_video_player,
#ncla_covid_interviews_page{
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 768px){
  #ncla_video_player,
#ncla_covid_interviews_page{
    flex-direction: row;
  }
}
#ncla_video_player .title_selector,
#ncla_covid_interviews_page .title_selector{
  flex: 1 1 0%;
}
#ncla_video_player .section_title,
#ncla_covid_interviews_page .section_title{
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_featured_title:hover #ncla_video_player .section_title,.ncla_featured_title:hover 
#ncla_covid_interviews_page .section_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#ncla_video_player .titles,
#ncla_covid_interviews_page .titles{
  display: grid;
  height: 360px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#ncla_video_player .titles > :not([hidden]) ~ :not([hidden]),
#ncla_covid_interviews_page .titles > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
#ncla_video_player .titles,
#ncla_covid_interviews_page .titles{
  overflow-y: scroll;
}
#ncla_video_player .titles .interview,
#ncla_covid_interviews_page .titles .interview{
  display: flex;
  cursor: pointer;
  flex-direction: column;
  padding: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ncla_video_player .titles .interview:hover,
#ncla_covid_interviews_page .titles .interview:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
#ncla_video_player .titles .interview.active,
#ncla_covid_interviews_page .titles .interview.active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
#ncla_video_player .titles .interview.active h3,
#ncla_covid_interviews_page .titles .interview.active h3{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#ncla_video_player .titles h3,
#ncla_covid_interviews_page .titles h3{
  margin: 0px;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#ncla_video_player .titles h3 img,
#ncla_covid_interviews_page .titles h3 img{
  width: 4rem;
}
#ncla_video_player .player,
#ncla_covid_interviews_page .player{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}
#ncla_video_player .player .container,
#ncla_covid_interviews_page .player .container{
  flex: 1 1 0%;
}
#ncla_video_player .player .container .intro,
#ncla_covid_interviews_page .player .container .intro{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#ncla_video_player .player .container iframe,
#ncla_covid_interviews_page .player .container iframe{
  max-width: 100%;
}
#ncla_video_player .player .container .loading,
#ncla_covid_interviews_page .player .container .loading{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
#ncla_video_player .player .container .loading > *,
#ncla_covid_interviews_page .player .container .loading > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#ncla_video_player .player .container .loading,
#ncla_covid_interviews_page .player .container .loading{
  --tw-aspect-h: 9;
}
#ncla_video_player .player .container .loading:after,
#ncla_covid_interviews_page .player .container .loading:after {
  content: "Loading";
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.page-id-2333 .kt-tabs-content-wrap .inner-column-1 .read_more_button{
  display: none;
}
.related_case_block{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .related_case_block{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px){
  .related_case_block{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .related_case_block{
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1200px){
  .related_case_block{
    max-width: 1200px;
  }
}
@media (min-width: 1300px){
  .related_case_block{
    max-width: 1300px;
  }
}
.related_case_block{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 2rem;
}
.event-template-default #single_header .related_case_block,
.content-single #single_header .related_case_block{
  position: relative;
  z-index: 20;
}
.event-template-default #single_header .related_case_block h3,
.content-single #single_header .related_case_block h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-template-default #single_header .related_case_block .post_type_label,
.content-single #single_header .related_case_block .post_type_label{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header .related_case_block .post_type_label,.ncla_featured_title:hover 
.content-single #single_header .related_case_block .post_type_label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header .related_case_block .post_type_label,
.content-single #single_header .related_case_block .post_type_label{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header .related_case_block .post_type_label,.ncla_featured_title:hover 
.content-single #single_header .related_case_block .post_type_label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header .related_case_block .post_title,
.content-single #single_header .related_case_block .post_title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header .related_case_block .post_title,.ncla_featured_title:hover 
.content-single #single_header .related_case_block .post_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header .related_case_block .post_title,
.content-single #single_header .related_case_block .post_title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header .related_case_block .post_title,.ncla_featured_title:hover 
.content-single #single_header .related_case_block .post_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header .related_case_block time,
.content-single #single_header .related_case_block time{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#case_highlights .related_case_block{
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.document_modal .header .related_case_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
}
.document_modal .footer .related_case_block{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.document_modal .footer .related_case_block a{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.interior_hero.case .content .related_case_block{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px){
  .interior_hero.case .content .related_case_block{
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .related_case_block {
    width: 100%;
    max-width: none;
  }
}
.related_case_block .container{
  padding-left: 0px;
  padding-right: 0px;
}
.case_type_modal .related_case_block{
  display: flex;
  width: 100%;
  max-width: none;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ncla_video_player .player .related_case_block,
#ncla_covid_interviews_page .player .related_case_block{
  flex: 1 1 0%;
}
#ncla_video_player .player .related_case_block .intro,
#ncla_covid_interviews_page .player .related_case_block .intro{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#ncla_video_player .player .related_case_block iframe,
#ncla_covid_interviews_page .player .related_case_block iframe{
  max-width: 100%;
}
#ncla_video_player .player .related_case_block .loading,
#ncla_covid_interviews_page .player .related_case_block .loading{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
#ncla_video_player .player .related_case_block .loading > *,
#ncla_covid_interviews_page .player .related_case_block .loading > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#ncla_video_player .player .related_case_block .loading,
#ncla_covid_interviews_page .player .related_case_block .loading{
  --tw-aspect-h: 9;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
#ncla_video_player .player .related_case_block .loading > *,
#ncla_covid_interviews_page .player .related_case_block .loading > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#ncla_video_player .player .related_case_block .loading,
#ncla_covid_interviews_page .player .related_case_block .loading{
  --tw-aspect-h: 9;
}
#ncla_video_player .player .related_case_block .loading:after,
#ncla_covid_interviews_page .player .related_case_block .loading:after {
  content: "Loading";
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#media_room_landing #inTheNews .related_case_block{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  #media_room_landing #inTheNews .related_case_block{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#media_room_landing #inTheNews .related_case_block .media_room_post{
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#media_room_landing #inTheNews .related_case_block .media_room_post p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px){
  .related_case_block{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .related_case_block{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.related_case{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.related_case:hover{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.related_case .ncla-case-type-icons svg{
  fill: #47796a;
}
.related_case .image img{
  width: 100%;
}
.related_case .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.related_case .content .title{
  display: block;
  font-weight: 700;
}
.ncla_featured_title:hover .related_case .content .title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.related_case .content .info{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.related_case .content .info .label{
  font-weight: 700;
}
.ncla_featured_title:hover .related_case .content .info .label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.related_case .content .info .meta{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.related_case .content .info .meta .ncla-case-type-icons{
  flex: none;
}
.related_case .content .info .case-status{
  opacity: 0.7;
}
.related_case .content .info .agencies{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.related_case .default_img{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(71 121 106 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.related_case .default_img > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.related_case .default_img{
  --tw-aspect-h: 9;
}
.related_case .default_img p{
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.related_case .case_link{
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
}
#ncla_staff_search{
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#ncla_staff_search h3{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#ncla_staff_search form{
  display: flex;
  max-width: 600px;
  align-items: center;
  gap: 1rem;
}
#ncla_staff_search form input[type=text]{
  width: 400px;
  border-radius: 0.25rem;
}
#ncla_staff_search #clearSearchContainer{
  display: flex;
  cursor: pointer;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
.ncla_featured_title:hover #ncla_staff_search #clearSearchContainer{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.swiper {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.swiper-slide{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  box-sizing: border-box;
}
.swiper-slide-content{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  z-index: 1;
  box-sizing: border-box;
}
.swiper-slide-content .swiper-slide-title{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.03em;
}
.swiper-slide-content .play_button span{
  display: block;
  display: flex;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.swiper-slide-content .play_button span path{
  fill: transparent;
  stroke: #fff;
  stroke-width: 30px;
}
.swiper-slide-content .buttons{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.swiper-slide-image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#media_room .post_type,
.ncla-featured-event .post_type{
  position: absolute;
  right: 0px;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.media_post{
  display: flex;
  height: 100%;
  flex-direction: column;
  border-width: 1px;
  border-color: rgb(111 152 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
body.single-personnel .media_post #authoring_personnel{
  display: none;
}
.media_post.no-img .content{
  height: 100%;
  justify-content: flex-start;
  gap: 1rem;
}
.media_post.no-img .content p{
  margin-bottom: 0.75rem;
}
.media_post.no-img .content .post_excerpt{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}
.media_post.no-img .content .link{
  margin-top: auto;
}
.media_post .post_excerpt{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.media_post .post_excerpt img,
.media_post .post_excerpt iframe{
  display: none;
}
.media_post .meta{
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.media_post .content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}
.media_post .content .title{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.media_post .content .link{
  margin-top: auto;
  display: block;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.media_post .image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.media_post .image > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media_post .image{
  --tw-aspect-h: 9;
}
.media_post .post_type{
  position: absolute;
  right: 0px;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.media_post .title{
  font-weight: 700;
}
.ncla_featured_title:hover .media_post .title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#media_room{
  --tw-bg-opacity: 1;
  background-color: rgb(111 152 139 / var(--tw-bg-opacity));
  --tw-bg-opacity: 3%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#media_room #blog_search{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#media_room .image{
  margin-bottom: 1rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
#media_room .image > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#media_room .image{
  --tw-aspect-h: 9;
}
#media_room > div{
  gap: 3rem;
}
@media (min-width: 768px){
  #media_room > div{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  #media_room > div{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#media_room .archive_link{
  grid-column: span 3 / span 3;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#media_room .sidebar form{
  position: sticky;
  top: 4rem;
}
#media_room .sidebar form .post_type{
  display: flex;
  flex-direction: column;
}
#media_room .sidebar form .post_type .item{
  display: flex;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#media_room .sidebar form .post_type .item input{
  width: 1rem;
  padding-left: 0.5rem;
}
#media_room .sidebar form .post_type .item:has(input:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
#media_room .sidebar form .post_type .item label{
  flex: 1 1 0%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#media_room .posts{
  grid-column: span 2 / span 2;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  #media_room .posts{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#media_room .posts .calendar_container{
  grid-column: span 2 / span 2;
}
#media_room .posts .calendar_container h2{
  text-align: center;
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#media_room .posts #ncla_calendar{
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
#media_room .pagination{
  grid-column: span 3 / span 3;
}
.search_results_header{
  grid-column: span 2 / span 2;
  margin-bottom: 1rem;
  text-align: center;
}
.donate_box_container iframe{
  position: sticky;
  top: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.ncla_case_search{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(111 152 139 / var(--tw-bg-opacity));
  --tw-bg-opacity: 3%;
}
.ncla_case_search .inner{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .ncla_case_search .inner{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px){
  .ncla_case_search .inner{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .ncla_case_search .inner{
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1200px){
  .ncla_case_search .inner{
    max-width: 1200px;
  }
}
@media (min-width: 1300px){
  .ncla_case_search .inner{
    max-width: 1300px;
  }
}
.ncla_case_search .inner{
  display: flex;
  flex-direction: column;
}
.event-template-default #single_header .ncla_case_search .inner,
.content-single #single_header .ncla_case_search .inner{
  position: relative;
  z-index: 20;
}
.event-template-default #single_header .ncla_case_search .inner h3,
.content-single #single_header .ncla_case_search .inner h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-template-default #single_header .ncla_case_search .inner .post_type_label,
.content-single #single_header .ncla_case_search .inner .post_type_label{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header .ncla_case_search .inner .post_type_label,.ncla_featured_title:hover 
.content-single #single_header .ncla_case_search .inner .post_type_label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header .ncla_case_search .inner .post_type_label,
.content-single #single_header .ncla_case_search .inner .post_type_label{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header .ncla_case_search .inner .post_type_label,.ncla_featured_title:hover 
.content-single #single_header .ncla_case_search .inner .post_type_label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header .ncla_case_search .inner .post_title,
.content-single #single_header .ncla_case_search .inner .post_title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header .ncla_case_search .inner .post_title,.ncla_featured_title:hover 
.content-single #single_header .ncla_case_search .inner .post_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header .ncla_case_search .inner .post_title,
.content-single #single_header .ncla_case_search .inner .post_title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header .ncla_case_search .inner .post_title,.ncla_featured_title:hover 
.content-single #single_header .ncla_case_search .inner .post_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header .ncla_case_search .inner time,
.content-single #single_header .ncla_case_search .inner time{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#case_highlights .ncla_case_search .inner{
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.document_modal .header .ncla_case_search .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
}
.document_modal .footer .ncla_case_search .inner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.document_modal .footer .ncla_case_search .inner a{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.interior_hero.case .content .ncla_case_search .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px){
  .interior_hero.case .content .ncla_case_search .inner{
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .ncla_case_search .inner {
    width: 100%;
    max-width: none;
  }
}
.ncla_case_search .inner .container{
  padding-left: 0px;
  padding-right: 0px;
}
.case_type_modal .ncla_case_search .inner{
  display: flex;
  width: 100%;
  max-width: none;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ncla_video_player .player .ncla_case_search .inner,
#ncla_covid_interviews_page .player .ncla_case_search .inner{
  flex: 1 1 0%;
}
#ncla_video_player .player .ncla_case_search .inner .intro,
#ncla_covid_interviews_page .player .ncla_case_search .inner .intro{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#ncla_video_player .player .ncla_case_search .inner iframe,
#ncla_covid_interviews_page .player .ncla_case_search .inner iframe{
  max-width: 100%;
}
#ncla_video_player .player .ncla_case_search .inner .loading,
#ncla_covid_interviews_page .player .ncla_case_search .inner .loading{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
#ncla_video_player .player .ncla_case_search .inner .loading > *,
#ncla_covid_interviews_page .player .ncla_case_search .inner .loading > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#ncla_video_player .player .ncla_case_search .inner .loading,
#ncla_covid_interviews_page .player .ncla_case_search .inner .loading{
  --tw-aspect-h: 9;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
#ncla_video_player .player .ncla_case_search .inner .loading > *,
#ncla_covid_interviews_page .player .ncla_case_search .inner .loading > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#ncla_video_player .player .ncla_case_search .inner .loading,
#ncla_covid_interviews_page .player .ncla_case_search .inner .loading{
  --tw-aspect-h: 9;
}
#ncla_video_player .player .ncla_case_search .inner .loading:after,
#ncla_covid_interviews_page .player .ncla_case_search .inner .loading:after {
  content: "Loading";
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#media_room_landing #inTheNews .ncla_case_search .inner{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  #media_room_landing #inTheNews .ncla_case_search .inner{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#media_room_landing #inTheNews .ncla_case_search .inner .media_room_post{
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#media_room_landing #inTheNews .ncla_case_search .inner .media_room_post p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px){
  .ncla_case_search .inner{
    flex-direction: row;
  }
}
.ncla_case_search #blog_search{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.ncla_case_search .ncla_case_finder_tile{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.ncla_case_search .ncla_case_finder_tile .case_status{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}
.ncla_case_search .ncla_case_finder_tile .case_status span{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.recent_media{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
}
@media (min-width: 768px){
  .recent_media{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.post_excerpt_block{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-width: 1px;
  border-color: transparent;
  padding: 0.75rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.post_excerpt_block:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .post_excerpt_block{
    height: 100%;
  }
}
.post_excerpt_block *{
  font-family: montserrat;
}
.post_excerpt_block .image{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.post_excerpt_block .image > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post_excerpt_block .image{
  --tw-aspect-h: 9;
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-size: cover;
  background-position: center;
}
.group:hover .post_excerpt_block .image{
  --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);
}
.post_excerpt_block .category_label{
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.post_excerpt_block .title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover .post_excerpt_block .title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.post_excerpt_block .type{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.post_excerpt_block .content{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.post_excerpt_block .link{
  margin-top: auto;
  padding-top: 1rem;
}
.home-problem-solution{
  position: relative;
  padding: 2rem;
}
@media (min-width: 1024px){
  .home-problem-solution{
    padding: 4rem;
  }
}
.home-problem-solution *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home-problem-solution .lead{
  margin-bottom: 2rem;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.ncla_featured_title:hover .home-problem-solution .lead{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.home-problem-solution p.body{
  display: block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.5;
}
@media (min-width: 1024px){
  .home-problem-solution p.body{
    padding-right: 6rem;
  }
}
.home-problem-solution .learn_more{
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 3rem;
}
.home-problem-solution .screen{
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.home-problem-solution .content_container{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1024px){
  .home-problem-solution .content_container{
    max-width: 1200px;
  }
}
.home-problem-solution .problem .problem_content{
  width: 100%;
}
@media (min-width: 1024px){
  .home-problem-solution .problem .problem_content{
    width: 80%;
  }
}
.home-problem-solution .solution{
  display: flex;
  justify-content: flex-end;
}
.home-problem-solution .solution .solution_outer{
  width: 100%;
}
@media (min-width: 1024px){
  .home-problem-solution .solution .solution_outer{
    width: 80%;
  }
}
.home-problem-solution .solution .solution_content{
  padding-left: 0px;
}
.scholarly-article-case-type-icons{
  margin-top: 0.5rem;
}
.scholarly-article-case-type-icons p{
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.scholarly-article-case-type-icons .case_type_icon_list{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.case_type_icon_list{
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.case_type_icon_list .icon_row{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#media_room_container{
  margin-top: 3rem;
  margin-bottom: 6rem;
  overflow: hidden;
}
#media_room_landing{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px){
  #media_room_landing{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
#media_room_landing #press_releases{
  grid-column: span 3 / span 3;
}
#media_room_landing #featured{
  grid-column: span 6 / span 6;
  border-left-width: 1px;
  border-right-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#media_room_landing #op{
  grid-column: span 3 / span 3;
}
#media_room_landing #inTheNews{
  position: relative;
  grid-column: span 12 / span 12;
  padding-top: 0.75rem;
  padding-bottom: 3rem;
}
#media_room_landing #inTheNews .ncla_featured_title{
  border-width: 0px;
}
#media_room_landing #inTheNews .container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  #media_room_landing #inTheNews .container{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#media_room_landing #inTheNews .container .media_room_post{
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#media_room_landing #inTheNews .container .media_room_post p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#media_room_landing #inTheNews:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -999px;
  right: -999px;
  z-index: -10;
  background-color: rgb(111 152 139 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
#media_room_landing #podcast{
  position: relative;
  grid-column: span 12 / span 12;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#media_room_landing #videos{
  grid-column: span 12 / span 12;
  margin-bottom: 3rem;
}
#media_room_landing #videos #video_container{
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px){
  #media_room_landing #videos #video_container{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#media_room_landing #take_action{
  position: relative;
  grid-column: span 12 / span 12;
  background-color: transparent;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#media_room_landing #take_action:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -999px;
  right: -999px;
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
#media_room_landing #interviews{
  grid-column: span 12 / span 12;
}
#media_room_landing .post_container{
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 3rem;
}
#media_room_landing .post_container .read-more{
  margin-top: auto;
  text-align: center;
}
#media_room_landing .post_container h4:first-of-type{
  margin-bottom: 0px;
}
#media_room_featured_post{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#media_room_featured_post .meta{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#media_room_featured_post img{
  width: 100%;
}
#media_room_featured_post h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.ncla_featured_title:hover #media_room_featured_post h2{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#media_room_featured_post .content{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#media_room_featured_post .meta p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
}
#media_room_featured_post .post_link{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  fill: #4b5563;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  text-decoration-line: none;
}
#ncla_focus_area_tabs{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#ncla_focus_area_tabs ul.tabs li{
  max-width: 150px;
}
.media_room_post{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.media_room_post.opinion{
  flex-direction: row;
  align-items: flex-start;
}
.media_room_post.opinion .image{
  width: 4rem;
  flex: none;
}
.media_room_post.opinion .image img{
  display: block;
}
.media_room_post .image a{
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.media_room_post .image a > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media_room_post .image a{
  --tw-aspect-h: 9;
}
.media_room_post .content .title{
  font-weight: 700;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .media_room_post .content .title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.media_room_post .content .meta{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
}
.media_room_post .content .media{
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.media_room_post .content .media a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  fill: #4b5563;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.sm_icons{
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 1rem;
}
.sm_icons .icon{
  height: 1rem;
  width: 1rem;
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sm_icons .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));
}
#happening_now{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px){
  #happening_now{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
#happening_now .event_calendar{
  grid-column: span 4 / span 4;
}
@media (min-width: 1024px){
  #happening_now .event_calendar{
    grid-column: span 3 / span 3;
  }
}
#happening_now .posts{
  grid-column: span 8 / span 8;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px){
  #happening_now .posts{
    grid-column: span 9 / span 9;
  }
}
.video_slider{
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.video_slider .owl-stage-outer{
  position: relative;
  z-index: 20;
}
.video_slider .owl-nav{
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.video_slider .owl-nav button{
  width: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.video_slider .owl-nav button span{
  font-size: 50px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .video_slider .owl-nav button span{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.video_slider.arrows_green .owl-nav button span{
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.video_slider.arrows_red .owl-nav button span{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.clerk_background{
  position: relative;
  overflow: hidden;
}
.clerk_background .kt-row-column-wrap{
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 960px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 121 106 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.95);
  padding: 1.5rem;
  --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);
}
.clerk_background .kt-row-column-wrap .wp-block-kadence-advancedbtn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.clerk_background .kt-row-column-wrap .wp-block-kadence-advancedbtn .kt-btn-wrap{
  margin: 0px;
}
.clerk_background .screen_container{
  position: absolute;
  left: 0px;
  right: 0px;
  top: -6rem;
  bottom: 0px;
  z-index: -10;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  opacity: 0.7;
}
@media (min-width: 768px){
  .clerk_background .screen_container{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .clerk_background .screen_container{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
.clerk_background .screen_container .img{
  height: 12rem;
  background-size: cover;
  background-position: center;
}
#breakingContainer{
  height: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(134 29 25 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_parodies{
  height: auto;
}
.ncla_parodies .swiper-slide{
  height: auto;
  background-color: transparent;
}
.ncla_parody_gallery{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  .ncla_parody_gallery{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.ncla_parody_gallery .thumbnail{
  height: 12rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.video_tn{
  margin-top: 0.5rem;
  cursor: pointer;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.video_tn > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video_tn{
  --tw-aspect-h: 9;
}
.video_tn:hover{
  --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);
}
#contact_info_container{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#contact_info_container #contact_info{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 1rem;
}
#contact_info_container #contact_info .item{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#print_page{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  fill: #861d19;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.reveal{
  border-width: 0px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6,
.reveal p,
.reveal a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.reveal.donate_reveal{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}
.reveal.donate_reveal h1,
.reveal.donate_reveal h2,
.reveal.donate_reveal h3,
.reveal.donate_reveal h4,
.reveal.donate_reveal h5,
.reveal.donate_reveal h6,
.reveal.donate_reveal p,
.reveal.donate_reveal a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#featured_event{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
#featured_event :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#featured_event :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;
}
#featured_event :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
#featured_event :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
#featured_event :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#featured_event :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#featured_event :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#featured_event :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
#featured_event :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#featured_event :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#featured_event :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#featured_event :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#featured_event :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#featured_event :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#featured_event :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#featured_event :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#featured_event :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
#featured_event :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
#featured_event :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
#featured_event :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
#featured_event :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
#featured_event :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;
}
#featured_event :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
#featured_event :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
#featured_event :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
#featured_event :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;
}
#featured_event :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
#featured_event :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;
}
#featured_event :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
#featured_event :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;
}
#featured_event :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
#featured_event :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;
}
#featured_event :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
#featured_event :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#featured_event :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
#featured_event :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
#featured_event :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
#featured_event :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
#featured_event :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
#featured_event :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#featured_event :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#featured_event :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
#featured_event :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
#featured_event :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#featured_event :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#featured_event :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#featured_event :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
#featured_event :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;
}
#featured_event :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
#featured_event :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
#featured_event :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
#featured_event :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
#featured_event :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#featured_event :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
#featured_event :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
#featured_event :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
#featured_event :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
#featured_event :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
#featured_event :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#featured_event :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;
}
#featured_event{
  --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;
}
#featured_event :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#featured_event :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#featured_event :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#featured_event :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
#featured_event :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
#featured_event :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#featured_event :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
#featured_event :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#featured_event :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
#featured_event :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#featured_event :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;
}
#featured_event :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#featured_event :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
#featured_event :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#featured_event :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#featured_event :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#featured_event :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#featured_event :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
#featured_event :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
#featured_event :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#featured_event :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
#featured_event :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
#featured_event :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#featured_event :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#featured_event :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
#featured_event{
  max-width: none;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-bottom: 1.5rem;
}
#featured_event p a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#featured_event .ncla_standard_button strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#featured_event img {
  margin: 0;
}
#featured_event .featured_event_container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#featured_event .featured_event_container .inner{
  display: flex;
  gap: 1rem;
}
#featured_event .featured_event_container .inner h6 span{
  font-weight: 900;
}
#featured_event .featured_event_container .image{
  position: relative;
  width: 60%;
  flex: none;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
}
#featured_event .featured_event_container .image .img{
  margin: 0px;
}
#featured_event .featured_event_container .image iframe{
  width: 100%;
}
#featured_event .featured_event_container .image .type{
  display: none;
}
#featured_event .featured_event_container .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-right: 100px;
}
#featured_event .featured_event_container .content h2{
  margin: 0px;
}
#featured_event .featured_event_container .content .excerpt{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#giving_tabs .kt-tabs-wrap{
  display: flex;
  align-items: center;
}
#giving_tabs .kt-tabs-wrap .kt-title-item a{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#giving_tabs .kt-tabs-wrap .kt-title-item a:hover{
  --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);
}
#giving_tabs .kt-tabs-wrap .kt-tabs-content-wrap{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#giving_tabs .kt-tabs-wrap .kt-tabs-content-wrap > .kt-tab-inner-content[aria-hidden=false]{
  display: flex;
  align-items: center;
}
#giving_tabs .kt-tabs-wrap .kt-tabs-content-wrap > .kt-tab-inner-content[aria-hidden=false] .kt-tab-inner-content-inner{
  width: 100%;
}
#giving_tabs .kt-tabs-wrap .kt-tabs-content-wrap h3{
  margin-top: 0px;
}
.wp-block-kadence-pane .kt-blocks-accordion-header {
  border-left-color: #47796a !important;
}
#press_release_header{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
#press_release_header :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#press_release_header :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;
}
#press_release_header :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
#press_release_header :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
#press_release_header :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#press_release_header :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#press_release_header :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#press_release_header :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
#press_release_header :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#press_release_header :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#press_release_header :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#press_release_header :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#press_release_header :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#press_release_header :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#press_release_header :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#press_release_header :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#press_release_header :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
#press_release_header :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
#press_release_header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
#press_release_header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
#press_release_header :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
#press_release_header :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;
}
#press_release_header :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
#press_release_header :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
#press_release_header :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
#press_release_header :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;
}
#press_release_header :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
#press_release_header :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;
}
#press_release_header :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
#press_release_header :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;
}
#press_release_header :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
#press_release_header :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;
}
#press_release_header :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
#press_release_header :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#press_release_header :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
#press_release_header :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
#press_release_header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
#press_release_header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
#press_release_header :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
#press_release_header :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#press_release_header :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#press_release_header :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
#press_release_header :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
#press_release_header :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#press_release_header :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#press_release_header :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#press_release_header :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
#press_release_header :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;
}
#press_release_header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
#press_release_header :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
#press_release_header :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
#press_release_header :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
#press_release_header :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#press_release_header :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
#press_release_header :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
#press_release_header :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
#press_release_header :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
#press_release_header :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
#press_release_header :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#press_release_header :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;
}
#press_release_header{
  --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;
}
#press_release_header :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#press_release_header :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#press_release_header :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#press_release_header :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
#press_release_header :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
#press_release_header :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#press_release_header :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
#press_release_header :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#press_release_header :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
#press_release_header :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#press_release_header :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;
}
#press_release_header :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#press_release_header :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
#press_release_header :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#press_release_header :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#press_release_header :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#press_release_header :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#press_release_header :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
#press_release_header :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
#press_release_header :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#press_release_header :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
#press_release_header :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
#press_release_header :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#press_release_header :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#press_release_header :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
#press_release_header{
  max-width: none;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-top: 80px;
  padding-bottom: 20px;
}
#press_release_header p a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#press_release_header .ncla_standard_button strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#press_release_header img {
  margin: 0;
}
#press_release_header .inner{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  #press_release_header .inner{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px){
  #press_release_header .inner{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  #press_release_header .inner{
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1200px){
  #press_release_header .inner{
    max-width: 1200px;
  }
}
@media (min-width: 1300px){
  #press_release_header .inner{
    max-width: 1300px;
  }
}
.event-template-default #single_header #press_release_header .inner,
.content-single #single_header #press_release_header .inner{
  position: relative;
  z-index: 20;
}
.event-template-default #single_header #press_release_header .inner h3,
.content-single #single_header #press_release_header .inner h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-template-default #single_header #press_release_header .inner .post_type_label,
.content-single #single_header #press_release_header .inner .post_type_label{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header #press_release_header .inner .post_type_label,.ncla_featured_title:hover 
.content-single #single_header #press_release_header .inner .post_type_label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header #press_release_header .inner .post_type_label,
.content-single #single_header #press_release_header .inner .post_type_label{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header #press_release_header .inner .post_type_label,.ncla_featured_title:hover 
.content-single #single_header #press_release_header .inner .post_type_label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header #press_release_header .inner .post_title,
.content-single #single_header #press_release_header .inner .post_title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header #press_release_header .inner .post_title,.ncla_featured_title:hover 
.content-single #single_header #press_release_header .inner .post_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header #press_release_header .inner .post_title,
.content-single #single_header #press_release_header .inner .post_title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .event-template-default #single_header #press_release_header .inner .post_title,.ncla_featured_title:hover 
.content-single #single_header #press_release_header .inner .post_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.event-template-default #single_header #press_release_header .inner time,
.content-single #single_header #press_release_header .inner time{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#case_highlights #press_release_header .inner{
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.document_modal .header #press_release_header .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
}
.document_modal .footer #press_release_header .inner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.document_modal .footer #press_release_header .inner a{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.interior_hero.case .content #press_release_header .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px){
  .interior_hero.case .content #press_release_header .inner{
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  #press_release_header .inner {
    width: 100%;
    max-width: none;
  }
}
#press_release_header .inner .container{
  padding-left: 0px;
  padding-right: 0px;
}
.case_type_modal #press_release_header .inner{
  display: flex;
  width: 100%;
  max-width: none;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ncla_video_player .player #press_release_header .inner,
#ncla_covid_interviews_page .player #press_release_header .inner{
  flex: 1 1 0%;
}
#ncla_video_player .player #press_release_header .inner .intro,
#ncla_covid_interviews_page .player #press_release_header .inner .intro{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#ncla_video_player .player #press_release_header .inner iframe,
#ncla_covid_interviews_page .player #press_release_header .inner iframe{
  max-width: 100%;
}
#ncla_video_player .player #press_release_header .inner .loading,
#ncla_covid_interviews_page .player #press_release_header .inner .loading{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
#ncla_video_player .player #press_release_header .inner .loading > *,
#ncla_covid_interviews_page .player #press_release_header .inner .loading > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#ncla_video_player .player #press_release_header .inner .loading,
#ncla_covid_interviews_page .player #press_release_header .inner .loading{
  --tw-aspect-h: 9;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
#ncla_video_player .player #press_release_header .inner .loading > *,
#ncla_covid_interviews_page .player #press_release_header .inner .loading > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#ncla_video_player .player #press_release_header .inner .loading,
#ncla_covid_interviews_page .player #press_release_header .inner .loading{
  --tw-aspect-h: 9;
}
#ncla_video_player .player #press_release_header .inner .loading:after,
#ncla_covid_interviews_page .player #press_release_header .inner .loading:after {
  content: "Loading";
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#media_room_landing #inTheNews #press_release_header .inner{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  #media_room_landing #inTheNews #press_release_header .inner{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#media_room_landing #inTheNews #press_release_header .inner .media_room_post{
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#media_room_landing #inTheNews #press_release_header .inner .media_room_post p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#press_release_header .inner h1{
  margin-bottom: 0px;
}
#media_team{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px){
  #media_team{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.team_excerpt{
  display: flex;
  gap: 1.5rem;
}
.team_excerpt img{
  width: 20%;
  flex: none;
  border-radius: 9999px;
}
.team_excerpt .name{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ncla_featured_title:hover .team_excerpt .name{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#post_contact{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
#post_contact p{
  margin-bottom: 0px;
}
#post_contact #post_contact_bio{
  margin-top: 0.75rem;
  display: flex;
  gap: 1.5rem;
}
#post_contact #post_contact_bio .img{
  width: 33.333333%;
}
#post_contact #post_contact_bio .img img{
  border-radius: 9999px;
}
#post_contact #post_contact_bio .meta h3{
  font-weight: 700;
}
.ncla_featured_title:hover #post_contact #post_contact_bio .meta h3{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#post_contact #post_contact_bio .meta p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#donate_over_header{
  position: relative;
  z-index: 10;
  display: flex;
  min-height: calc(100vh - 110px);
  width: 100%;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (min-width: 768px){
  #donate_over_header{
    padding-top: 3rem;
  }
}
#donate_over_header .arrow{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 30;
  border-radius: 1rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  padding: 1rem;
  font-size: 30px;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#donate_over_header .arrow:hover{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}
#donate_over_header .screener{
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: .56;
}
#donate_over_header .background{
  position: absolute;
  inset: 0px;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
#donate_over_header .content{
  z-index: 20;
  display: flex;
  width: 100%;
  max-width: 80rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  padding-top: 100px;
}
@media (min-width: 768px){
  #donate_over_header .content{
    flex-direction: row;
  }
}
#donate_over_header .content .text{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
#donate_over_header .content .text :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#donate_over_header .content .text :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;
}
#donate_over_header .content .text :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
#donate_over_header .content .text :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
#donate_over_header .content .text :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#donate_over_header .content .text :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#donate_over_header .content .text :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#donate_over_header .content .text :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
#donate_over_header .content .text :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#donate_over_header .content .text :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#donate_over_header .content .text :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#donate_over_header .content .text :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#donate_over_header .content .text :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#donate_over_header .content .text :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#donate_over_header .content .text :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#donate_over_header .content .text :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#donate_over_header .content .text :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
#donate_over_header .content .text :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
#donate_over_header .content .text :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
#donate_over_header .content .text :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
#donate_over_header .content .text :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
#donate_over_header .content .text :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;
}
#donate_over_header .content .text :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
#donate_over_header .content .text :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
#donate_over_header .content .text :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
#donate_over_header .content .text :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;
}
#donate_over_header .content .text :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
#donate_over_header .content .text :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;
}
#donate_over_header .content .text :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
#donate_over_header .content .text :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;
}
#donate_over_header .content .text :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
#donate_over_header .content .text :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;
}
#donate_over_header .content .text :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
#donate_over_header .content .text :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#donate_over_header .content .text :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
#donate_over_header .content .text :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
#donate_over_header .content .text :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
#donate_over_header .content .text :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
#donate_over_header .content .text :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
#donate_over_header .content .text :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#donate_over_header .content .text :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#donate_over_header .content .text :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
#donate_over_header .content .text :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
#donate_over_header .content .text :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#donate_over_header .content .text :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#donate_over_header .content .text :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#donate_over_header .content .text :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
#donate_over_header .content .text :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;
}
#donate_over_header .content .text :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
#donate_over_header .content .text :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
#donate_over_header .content .text :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
#donate_over_header .content .text :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
#donate_over_header .content .text :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#donate_over_header .content .text :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
#donate_over_header .content .text :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
#donate_over_header .content .text :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
#donate_over_header .content .text :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
#donate_over_header .content .text :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
#donate_over_header .content .text :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#donate_over_header .content .text :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;
}
#donate_over_header .content .text{
  --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;
}
#donate_over_header .content .text :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#donate_over_header .content .text :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#donate_over_header .content .text :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#donate_over_header .content .text :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
#donate_over_header .content .text :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
#donate_over_header .content .text :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#donate_over_header .content .text :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
#donate_over_header .content .text :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#donate_over_header .content .text :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
#donate_over_header .content .text :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#donate_over_header .content .text :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;
}
#donate_over_header .content .text :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#donate_over_header .content .text :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
#donate_over_header .content .text :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#donate_over_header .content .text :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#donate_over_header .content .text :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#donate_over_header .content .text :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#donate_over_header .content .text :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
#donate_over_header .content .text :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
#donate_over_header .content .text :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#donate_over_header .content .text :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
#donate_over_header .content .text :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
#donate_over_header .content .text :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#donate_over_header .content .text :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#donate_over_header .content .text :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
#donate_over_header .content .text{
  max-width: none;
  padding-bottom: 25px;
}
#donate_over_header .content .text p a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#donate_over_header .content .text .ncla_standard_button strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#donate_over_header .content .text img {
  margin: 0;
}
#donate_over_header .content .text h1 {
  font-family: din-condensed;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.ncla_featured_title:hover #donate_over_header .content .text h1{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#donate_over_header .content .text p{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#donate_over_header .content .text *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#donate_over_header .form{
  width: 350px;
  flex: none;
}
#mobile_ncla_donation{
  padding-left: 1rem;
  padding-right: 1rem;
}
#mobile_ncla_donation #mobile_ncla_donation_pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#mobile_ncla_donation #mobile_ncla_donation_pager .titlePager{
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#mobile_ncla_donation #mobile_ncla_donation_pager .titlePager.active{
  --tw-bg-opacity: 1;
  background-color: rgb(111 152 139 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ncla_featured_title:hover #mobile_ncla_donation #mobile_ncla_donation_pager .titlePager.active{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#mobile_ncla_donation #mobile_ncla_donation_carousel .item{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(111 152 139 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}
#mobile_ncla_donation #mobile_ncla_donation_carousel .item .meta{
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover #mobile_ncla_donation #mobile_ncla_donation_carousel .item .meta{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
body.page-id-2618 {
  overflow: visible !important;
}
#ncla_donation_scroll{
  position: relative;
}
#ncla_donation_scroll #viewBox{
  position: relative;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 500vh;
  width: 100%;
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#ncla_donation_scroll #viewBox .marker{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10%;
  border-bottom-width: 1px;
  border-color: transparent;
}
#ncla_donation_scroll #viewBox .marker.face{
  top: 0;
}
#ncla_donation_scroll #viewBox .marker.torch{
  top: 2.6%;
}
#ncla_donation_scroll #viewBox .marker.crown{
  top: 13.7%;
}
#ncla_donation_scroll #viewBox .marker.tablet{
  top: 29.5%;
}
#ncla_donation_scroll #viewBox .marker.foundation{
  top: 63.3%;
}
#ncla_donation_scroll #viewBox .marker.alliance{
  top: 87%;
}
#ncla_donation_scroll #donation_container{
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 20;
  width: 40%;
}
#ncla_donation_scroll #donation_content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
#ncla_donation_scroll #donation_content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#ncla_donation_scroll #donation_content :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;
}
#ncla_donation_scroll #donation_content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
#ncla_donation_scroll #donation_content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
#ncla_donation_scroll #donation_content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#ncla_donation_scroll #donation_content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#ncla_donation_scroll #donation_content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#ncla_donation_scroll #donation_content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
#ncla_donation_scroll #donation_content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#ncla_donation_scroll #donation_content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#ncla_donation_scroll #donation_content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#ncla_donation_scroll #donation_content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#ncla_donation_scroll #donation_content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#ncla_donation_scroll #donation_content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#ncla_donation_scroll #donation_content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#ncla_donation_scroll #donation_content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#ncla_donation_scroll #donation_content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
#ncla_donation_scroll #donation_content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
#ncla_donation_scroll #donation_content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
#ncla_donation_scroll #donation_content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
#ncla_donation_scroll #donation_content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
#ncla_donation_scroll #donation_content :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;
}
#ncla_donation_scroll #donation_content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
#ncla_donation_scroll #donation_content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
#ncla_donation_scroll #donation_content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
#ncla_donation_scroll #donation_content :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;
}
#ncla_donation_scroll #donation_content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
#ncla_donation_scroll #donation_content :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;
}
#ncla_donation_scroll #donation_content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
#ncla_donation_scroll #donation_content :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;
}
#ncla_donation_scroll #donation_content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
#ncla_donation_scroll #donation_content :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;
}
#ncla_donation_scroll #donation_content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
#ncla_donation_scroll #donation_content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#ncla_donation_scroll #donation_content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
#ncla_donation_scroll #donation_content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
#ncla_donation_scroll #donation_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
#ncla_donation_scroll #donation_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
#ncla_donation_scroll #donation_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
#ncla_donation_scroll #donation_content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#ncla_donation_scroll #donation_content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#ncla_donation_scroll #donation_content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
#ncla_donation_scroll #donation_content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
#ncla_donation_scroll #donation_content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#ncla_donation_scroll #donation_content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#ncla_donation_scroll #donation_content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#ncla_donation_scroll #donation_content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
#ncla_donation_scroll #donation_content :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;
}
#ncla_donation_scroll #donation_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
#ncla_donation_scroll #donation_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
#ncla_donation_scroll #donation_content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
#ncla_donation_scroll #donation_content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
#ncla_donation_scroll #donation_content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#ncla_donation_scroll #donation_content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
#ncla_donation_scroll #donation_content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
#ncla_donation_scroll #donation_content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
#ncla_donation_scroll #donation_content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
#ncla_donation_scroll #donation_content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
#ncla_donation_scroll #donation_content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#ncla_donation_scroll #donation_content :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;
}
#ncla_donation_scroll #donation_content{
  --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;
}
#ncla_donation_scroll #donation_content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#ncla_donation_scroll #donation_content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#ncla_donation_scroll #donation_content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#ncla_donation_scroll #donation_content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
#ncla_donation_scroll #donation_content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
#ncla_donation_scroll #donation_content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#ncla_donation_scroll #donation_content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
#ncla_donation_scroll #donation_content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#ncla_donation_scroll #donation_content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
#ncla_donation_scroll #donation_content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#ncla_donation_scroll #donation_content :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;
}
#ncla_donation_scroll #donation_content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#ncla_donation_scroll #donation_content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
#ncla_donation_scroll #donation_content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#ncla_donation_scroll #donation_content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#ncla_donation_scroll #donation_content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#ncla_donation_scroll #donation_content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#ncla_donation_scroll #donation_content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
#ncla_donation_scroll #donation_content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
#ncla_donation_scroll #donation_content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#ncla_donation_scroll #donation_content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
#ncla_donation_scroll #donation_content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
#ncla_donation_scroll #donation_content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#ncla_donation_scroll #donation_content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#ncla_donation_scroll #donation_content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
#ncla_donation_scroll #donation_content{
  position: sticky;
  top: 0px;
  margin-left: auto;
  width: 100%;
  max-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
#ncla_donation_scroll #donation_content p a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#ncla_donation_scroll #donation_content .ncla_standard_button strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ncla_donation_scroll #donation_content img {
  margin: 0;
}
#ncla_donation_scroll #donation_content {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#ncla_donation_scroll #donation_content:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 3rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
#ncla_donation_scroll #donation_content::-webkit-scrollbar {
  display: none;
}
#ncla_donation_scroll #donation_content .levels{
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ncla_donation_scroll #donation_content .levels p{
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ncla_donation_scroll #donation_content .levels p.active{
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ncla_donation_scroll #donation_content .levels .accordion{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: transparent;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade{
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(111 152 139 / var(--tw-bg-opacity));
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --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);
  transform: translateX(0) !important;
  opacity: 100 !important;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade:hover .ncla-icon {
  transform: translateX(0) !important;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade .titleContainer{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade .titleContainer .value{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ncla_donation_scroll #donation_content .levels .accordion .blade .titleContainer .title{
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_featured_title:hover #ncla_donation_scroll #donation_content .levels .accordion .blade .titleContainer .title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#ncla_donation_scroll #donation_content .levels .accordion .blade .titleContainer .ncla-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  fill: #fff;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade .titleContainer .ncla-icon svg{
  padding: 9px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade .content{
  margin-top: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade .content:hover{
  --tw-translate-x: 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));
}
#ncla_donation_scroll #donation_content .levels .accordion .blade .content .inner{
  margin-top: 1rem;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade .content p{
  margin: 0px;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade.active .titleContainer .ncla-icon svg{
  --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));
}
#ncla_donation_scroll #donation_content .levels .accordion .blade.active .content{
  height: auto;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade.inactive{
  --tw-translate-x: 8rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.5;
}
#ncla_donation_scroll #donation_content .levels .accordion .blade.inactive .ncla-icon{
  --tw-translate-x: -8rem;
  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));
}
#ncla_donation_scroll #donation_content .information .info{
  display: none;
  gap: 3rem;
}
#ncla_donation_scroll #donation_content .information .info.active{
  display: flex;
}
#ncla_donation_scroll #donation_content .information .info .image{
  display: flex;
  height: 150px;
  width: 33.333333%;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(111 152 139 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ncla_donation_scroll #donation_content .information .info .content{
  flex: 1 1 0%;
}
.circle_picture{
  overflow: hidden;
  border-radius: 9999px;
}
.advisors.chair{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 900px;
  align-items: center;
  gap: 3rem;
}
.advisors.chair .image{
  width: 25%;
  flex: none;
  overflow: hidden;
  border-radius: 9999px;
}
.advisors.chair .info{
  flex-direction: column;
}
.advisors.chair .info h5{
  text-align: left;
  font-size: 30px;
}
.advisors.chair .info h6{
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.advisors .info h5{
  text-align: center;
}
.advisors .info .title{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.advisors .info .institution{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
#related_posts #interested_tagline{
  margin-top: 3rem;
  border-top-width: 1px;
  padding-top: 0.25rem;
}
#related_posts #related_posts_container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 1024px){
  #related_posts #related_posts_container{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.related_post{
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.related_post:hover{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.related_post h5,
.related_post p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.related_post .link_container{
  margin-top: auto;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.related_post .link_container .link{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.related_post.no-img{
  background-color: rgb(111 152 139 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding: 0.5rem;
}
.related_post.has-img{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.related_post.has-img .content{
  padding: 0.5rem;
}
.related_post .content{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.related_post .content .date{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.simple_video{
  position: relative;
  height: 100%;
}
.simple_video h6{
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-blend-mode: multiply;
}
.ncla_featured_title:hover .simple_video h6{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.funnel_student_case_video .video_slider{
  flex: 1 1 0%;
}
.funnel_student_case_video .video_slider .owl-stage-outer,
.funnel_student_case_video .video_slider .owl-stage,
.funnel_student_case_video .video_slider .owl-item,
.funnel_student_case_video .video_slider .slide,
.funnel_student_case_video .video_slider .simple_vid{
  height: 100%;
}
.funnel_student_case_video .video_slider .owl-prev span,
.funnel_student_case_video .video_slider .owl-next span{
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
.ncla_standard_button{
  display: flex;
}
.ncla_standard_button.center{
  justify-content: center;
}
.ncla_standard_button.right{
  justify-content: flex-end;
}
.ncla_standard_button .kt-button {
  background: #861d19 !important;
  color: white !important;
}
.ncla_standard_button .kt-button:hover:before{
  --tw-bg-opacity: 1;
  background-color: rgb(134 29 25 / var(--tw-bg-opacity));
}
.ncla_standard_button .kt-button:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose .ncla_standard_button strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ncla_elevator_button.has-text a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 2px 7px 2px 11px !important;
}
.ncla_elevator_button.white .kt-button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: white !important;
}
.ncla_elevator_button.white line{
  stroke: #fff;
}
.ncla_elevator_button.white polyline{
  stroke: #fff;
}
.ncla_elevator_button.green .kt-button{
  --tw-text-opacity: 1;
  color: rgb(111 152 139 / var(--tw-text-opacity));
  border-color: #6f988b !important;
}
.ncla_elevator_button.green line{
  stroke: #6f988b;
}
.ncla_elevator_button.green polyline{
  stroke: #6f988b;
}
.ncla_elevator_button .kt-button {
  border-color: #a4332f !important;
  color: #a4332f;
  border-radius: 50px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(164 51 47 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ncla_elevator_button .kt-button:hover{
  --tw-translate-y: -2px;
  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));
}
.ncla_elevator_button .kt-button:hover *, .ncla_elevator_button .kt-button:hover:before {
  background: transparent;
}
.ncla_elevator_button .kt-button .kt-btn-wrap {
  width: 28px !important;
}
.ncla_elevator_button .kt-button .kt-btn-svg-icon{
  padding-left: 0px;
}
.ncla_elevator_button line{
  stroke: #a4332f;
}
.ncla_elevator_button polyline {
  fill: transparent !important;
  stroke: #a4332f;
}
figcaption.wp-element-caption{
  text-align: left;
}
.prose img {
  margin: 0 !important;
}
.fluid-width-video-wrapper{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.fluid-width-video-wrapper > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fluid-width-video-wrapper{
  --tw-aspect-h: 9;
}
.fluid-width-video-wrapper iframe{
  height: auto;
  max-width: 100%;
  aspect-ratio: 16/9;
}
.event_video_modal h3{
  padding-bottom: 1rem;
  text-align: center;
}
.event_video_modal iframe{
  width: 100%;
}
.archive_container{
  grid-column: span 3 / span 3;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px){
  .archive_container{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.case_document:hover .title{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.fts-mashup-error-check{
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.2;
}
.fts-feed-type-facebook{
  display: none;
}
.fts-mashup .fts-mashup-description-wrap,
.fts-mashup p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.6;
}
.fts-mashup .fts-jal-fb-link-wrap{
  border-radius: 0.25rem;
  border-width: 1px;
  padding-bottom: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form{
  position: relative;
}
.form:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0.5rem;
  height: 193px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  z-index: -1;
  border-radius: 12px;
}
.ncla-client-video.align-left{
  float: left;
}
.ncla-client-video.align-right{
  float: right;
}
#landing-case-types{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#landing-case-types .case-type{
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#landing-case-types .case-type:hover{
  --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: 768px){
  #landing-case-types .case-type{
    width: calc(33% - 16px);
  }
}
@media (min-width: 1024px){
  #landing-case-types .case-type{
    width: calc(25% - 16px);
  }
}
#landing-case-types .case-type .case-type-icon{
  display: flex;
  justify-content: center;
}
#landing-case-types .case-type .case-type-icon svg{
  fill: #47796a;
}
#landing-case-types .case-type .meta{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}
#landing-case-types .case-type .meta .case-type-title{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover #landing-case-types .case-type .meta .case-type-title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#landing-case-types .case-type .meta .case-type-link{
  margin-top: auto;
  display: block;
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  text-align: center;
}
.wp-block-kadence-spacer .kt-block-spacer {
  height: 0;
}
#petition_form_wrapper{
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 30%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#petition_form_wrapper #petition_form{
  position: sticky;
  top: 4rem;
  z-index: 10;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}
#petition_form_wrapper #petition_form .gform_title{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover #petition_form_wrapper #petition_form .gform_title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.interior-post-collection{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px){
  .interior-post-collection{
    flex-direction: row;
  }
}
.interior-post-collection.vertical{
  flex-direction: column;
}
.interior-post-collection.vertical .summary_card{
  display: flex;
  width: 100%;
  max-width: none;
  flex-direction: column;
}
@media (min-width: 640px){
  .interior-post-collection.vertical .summary_card{
    flex-direction: row;
  }
}
.interior-post-collection.vertical .summary_card .card_image{
  display: flex;
  flex: none;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .interior-post-collection.vertical .summary_card .card_image{
    width: 200px;
    padding: 0px;
  }
}
.interior-post-collection.vertical .summary_card .content{
  justify-content: space-between;
}
@media (min-width: 1024px){
  .interior-post-collection.vertical .summary_card .content{
    flex: 1 1 0%;
  }
}
.summary_card{
  display: flex;
  width: 250px;
  flex-direction: column;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.summary_card:hover{
  --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);
}
.summary_card .card_image{
  display: block;
  flex: none;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.summary_card .card_image > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.summary_card .card_image{
  --tw-aspect-h: 9;
  background-size: cover;
  background-position: center;
}
.summary_card .card_image img{
  display: none;
}
.summary_card .content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 1rem;
}
.summary_card .content p{
  margin-top: 0px;
}
.summary_card .content .card-title {
  margin-top: 0 !important;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.ncla_featured_title:hover .summary_card .content .card-title{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.summary_card .content .read_more_button{
  margin-top: auto;
  padding-top: 0.75rem;
}
#home_focus_areas{
  display: flex;
  align-items: center;
  justify-content: center;
}
#home_focus_areas h2:before, #home_focus_areas h2:after{
  display: none;
}
#home_focus_areas img{
  width: 100%;
}
#home_focus_areas .kt-row-column-wrap{
  width: 100%;
}
#home_focus_areas .kt-row-layout-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home_focus_areas .kt-row-layout-inner > *{
  width: 100%;
}
#our_clients .ncla_elevator_button a {
  color: white !important;
  border-color: white !important;
}
#our_clients .ncla_elevator_button a svg * {
  stroke: white !important;
}
.chosen-container-multi .chosen-choices:after{
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 7px solid #000;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background-image: url(/wp-content/plugins/wp-sheet-editor-premium/modules/wp-sheet-editor/assets/vendor/images/chosen-sprite.png) !important;
}
.post_excerpt_container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 768px){
  .post_excerpt_container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .post_excerpt_container{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.post_excerpt_container .author-post-excerpt{
  display: flex;
  gap: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px){
  .post_excerpt_container .author-post-excerpt:nth-child(odd){
    border-right-width: 1px;
  }
}
.post_excerpt_container .author-post-excerpt .meta{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.post_excerpt_container .author-post-excerpt.no-img{
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
#subscribe{
  position: relative;
  grid-column: span 12 / span 12;
  margin-top: -3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#subscribe:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -999px;
  right: -999px;
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
}
#sort_order{
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
}
#sort_order label{
  padding: 0.25rem;
  font-weight: 700;
}
.ncla_featured_title:hover #sort_order label{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.search_term{
  background-color: rgb(71 121 106 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#document_featured_image img{
  width: 100%;
}
.post-author-container{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.single_content_container .post-author-container > div{
  width: calc(50% - .4rem);
  flex: none;
}
.ncla_author_info_module{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ncla_author_info_module .title{
  margin: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ncla_author_info_module:hover .title{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
#ncla-case-share .swp_social_panel {
  margin: 0 !important;
}
#ncla-case-share .swp_share_button {
  margin-bottom: 0 !important;
}
article .pdfemb-viewer{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
article .pdfemb-viewer:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}
article .pdfemb-viewer {
  border-color: #eee !important;
}
@media print {
  #single_content_container #sidebar{
    display: none;
  }
  #single_content_container #main{
    width: 100%;
  }
}
.home_video_carousel .swiper-button-prev{
  left: 3rem;
}
.home_video_carousel .swiper-button-next{
  right: 3rem;
}
#action_slider{
  position: relative;
}
#action_slider .owl-nav{
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#action_slider .owl-nav span{
  font-size: 39px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_featured_title:hover #action_slider .owl-nav span{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#action_slider .owl-stage-outer{
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 75px);
}
#action_slider .owl-stage{
  display: flex;
}
#action_slider .owl-stage .summary_card{
  height: 100%;
}
#action_slider .owl-stage .summary_card .card-title{
  padding-bottom: 0.5rem;
}
#filing_featured_image{
  margin-bottom: 1rem;
}
#filing_featured_image img{
  width: 100%;
}
.ncla_funnies{
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.ncla_funnies .owl-stage-outer{
  position: relative;
  z-index: 20;
}
.ncla_funnies .owl-nav{
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ncla_funnies .owl-nav button{
  width: 3rem;
}
.ncla_funnies .owl-nav button span{
  font-size: 50px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_featured_title:hover .ncla_funnies .owl-nav button span{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.ncla_funnies .owl-dots{
  display: none;
}
#admin_static .ncla_elevator_button,
#admin_toons .ncla_elevator_button,
#case_videos .ncla_elevator_button{
  padding-left: 3rem;
  padding-right: 3rem;
}
#no_posts_found p{
  margin-top: 8rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(0 0 0 / 0.8);
}
#case-database{
  position: relative;
  z-index: 100;
}
#first_report{
  position: relative;
  padding: 1.5rem;
}
#first_report:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 3rem;
  right: 0px;
  z-index: -10;
  border-radius: 0.25rem;
  background-color: rgb(111 152 139 / 0.3);
}
#first_report .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px){
  #first_report .inner{
    flex-direction: row;
  }
}
#first_report .inner:hover img{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}
#first_report .inner img{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px){
  #first_report .inner img{
    width: 25%;
  }
}
#first_report .inner .content{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#first_report .inner .content h3{
  font-size: 39px;
}
#first_report .inner .content .links{
  display: flex;
  gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#other_reports{
  margin-top: 3rem;
}
#other_reports .inner{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px){
  #other_reports .inner{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  #other_reports .inner{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#other_reports .inner .report:hover img{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}
#other_reports .inner .report img{
  margin-bottom: 1.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#other_reports .inner .report h6{
  margin-bottom: 1rem;
  font-weight: 700;
}
.ncla_featured_title:hover #other_reports .inner .report h6{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#other_reports .inner .report .links{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#other_reports .inner .report .links a{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#administrative_static_player{
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.page-id-2607 #administrative_static_player .ncla_featured_title, .page-id-2608 #administrative_static_player .ncla_featured_title{
  border-width: 0px;
}
#administrative_static_player .inner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 768px){
  #administrative_static_player .inner{
    flex-direction: row;
  }
}
#administrative_static_player .inner .owl-stage-outer{
  position: relative;
  z-index: 20;
}
#administrative_static_player .inner .owl-stage-outer .interview{
  margin: 0.75rem;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#administrative_static_player .inner .owl-stage-outer .interview.active{
  outline-color: #861d19;
}
@media (min-width: 768px){
  #administrative_static_player .inner .player{
    width: calc(100% - 300px);
  }
}
#administrative_static_player .inner .player .current{
  margin-bottom: 3rem;
}
#administrative_static_player .inner .owl-dots{
  display: none;
}
#administrative_static_player .inner .titles{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 90px);
}
#administrative_static_player .inner .titles .owl-nav{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -5rem;
  right: -5rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#administrative_static_player .inner .titles .owl-nav button{
  display: flex;
  width: 5rem;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(71 121 106 / var(--tw-text-opacity));
}
#administrative_static_player .inner .subscribe .badges{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#administrative_static_player .inner .subscribe .badges .badge img{
  width: 200px;
}
#five-years,
#our-mission{
  overflow: hidden;
}
#five-years #letter .kt-blocks-accordion-header,
#five-years #faq .kt-blocks-accordion-header,
#our-mission #letter .kt-blocks-accordion-header,
#our-mission #faq .kt-blocks-accordion-header{
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
}
#five-years #letter .kt-blocks-accordion-header .kb-svg-icon-wrap,
#five-years #faq .kt-blocks-accordion-header .kb-svg-icon-wrap,
#our-mission #letter .kt-blocks-accordion-header .kb-svg-icon-wrap,
#our-mission #faq .kt-blocks-accordion-header .kb-svg-icon-wrap{
  display: flex;
  align-items: center;
}
#five-years #letter .kt-accordion-panel-inner,
#five-years #faq .kt-accordion-panel-inner,
#our-mission #letter .kt-accordion-panel-inner,
#our-mission #faq .kt-accordion-panel-inner{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
#five-years #letter .kt-accordion-panel-inner :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#five-years #letter .kt-accordion-panel-inner :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :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;
}
#five-years #letter .kt-accordion-panel-inner :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
#five-years #letter .kt-accordion-panel-inner :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
#five-years #letter .kt-accordion-panel-inner :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
#five-years #letter .kt-accordion-panel-inner :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#five-years #letter .kt-accordion-panel-inner :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#five-years #letter .kt-accordion-panel-inner :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
#five-years #letter .kt-accordion-panel-inner :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
#five-years #letter .kt-accordion-panel-inner :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#five-years #letter .kt-accordion-panel-inner :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#five-years #letter .kt-accordion-panel-inner :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
#five-years #letter .kt-accordion-panel-inner :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
#five-years #letter .kt-accordion-panel-inner :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
#five-years #letter .kt-accordion-panel-inner :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
#five-years #letter .kt-accordion-panel-inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
#five-years #faq .kt-accordion-panel-inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
#our-mission #letter .kt-accordion-panel-inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
#our-mission #faq .kt-accordion-panel-inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
#five-years #letter .kt-accordion-panel-inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
#five-years #faq .kt-accordion-panel-inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
#our-mission #letter .kt-accordion-panel-inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
#our-mission #faq .kt-accordion-panel-inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
#five-years #letter .kt-accordion-panel-inner :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
#five-years #letter .kt-accordion-panel-inner :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :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;
}
#five-years #letter .kt-accordion-panel-inner :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
#five-years #letter .kt-accordion-panel-inner :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
#five-years #faq .kt-accordion-panel-inner :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
#our-mission #letter .kt-accordion-panel-inner :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
#our-mission #faq .kt-accordion-panel-inner :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
#five-years #letter .kt-accordion-panel-inner :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
#five-years #faq .kt-accordion-panel-inner :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
#our-mission #letter .kt-accordion-panel-inner :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
#our-mission #faq .kt-accordion-panel-inner :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
#five-years #letter .kt-accordion-panel-inner :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :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;
}
#five-years #letter .kt-accordion-panel-inner :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :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;
}
#five-years #letter .kt-accordion-panel-inner :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :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;
}
#five-years #letter .kt-accordion-panel-inner :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :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;
}
#five-years #letter .kt-accordion-panel-inner :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#five-years #letter .kt-accordion-panel-inner :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
#five-years #letter .kt-accordion-panel-inner :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
#five-years #letter .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
#five-years #letter .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
#five-years #faq .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
#our-mission #letter .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
#our-mission #faq .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
#five-years #letter .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
#five-years #faq .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
#our-mission #letter .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
#our-mission #faq .kt-accordion-panel-inner :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
#five-years #letter .kt-accordion-panel-inner :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
#five-years #letter .kt-accordion-panel-inner :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
#five-years #letter .kt-accordion-panel-inner :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
#five-years #letter .kt-accordion-panel-inner :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
#five-years #letter .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :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;
}
#five-years #letter .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
#five-years #faq .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
#our-mission #letter .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
#our-mission #faq .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
#five-years #letter .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
#five-years #faq .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
#our-mission #letter .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
#our-mission #faq .kt-accordion-panel-inner :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
#five-years #letter .kt-accordion-panel-inner :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
#five-years #letter .kt-accordion-panel-inner :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
#five-years #letter .kt-accordion-panel-inner :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#five-years #letter .kt-accordion-panel-inner :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
#five-years #letter .kt-accordion-panel-inner :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
#five-years #letter .kt-accordion-panel-inner :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
#five-years #letter .kt-accordion-panel-inner :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
#five-years #letter .kt-accordion-panel-inner :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :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;
}
#five-years #letter .kt-accordion-panel-inner,
#five-years #faq .kt-accordion-panel-inner,
#our-mission #letter .kt-accordion-panel-inner,
#our-mission #faq .kt-accordion-panel-inner{
  --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;
}
#five-years #letter .kt-accordion-panel-inner :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#five-years #letter .kt-accordion-panel-inner :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#five-years #letter .kt-accordion-panel-inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
#five-years #letter .kt-accordion-panel-inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
#five-years #letter .kt-accordion-panel-inner :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#five-years #letter .kt-accordion-panel-inner :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
#five-years #letter .kt-accordion-panel-inner :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#five-years #letter .kt-accordion-panel-inner :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
#five-years #letter .kt-accordion-panel-inner :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
#five-years #letter .kt-accordion-panel-inner :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :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;
}
#five-years #letter .kt-accordion-panel-inner :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#five-years #letter .kt-accordion-panel-inner :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
#five-years #letter .kt-accordion-panel-inner :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
#five-years #letter .kt-accordion-panel-inner :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
#five-years #letter .kt-accordion-panel-inner :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
#five-years #letter .kt-accordion-panel-inner :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#five-years #faq .kt-accordion-panel-inner :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #letter .kt-accordion-panel-inner :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
#our-mission #faq .kt-accordion-panel-inner :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
#five-years #letter .kt-accordion-panel-inner,
#five-years #faq .kt-accordion-panel-inner,
#our-mission #letter .kt-accordion-panel-inner,
#our-mission #faq .kt-accordion-panel-inner{
  max-width: none;
}
#five-years #letter .kt-accordion-panel-inner p a,
#five-years #faq .kt-accordion-panel-inner p a,
#our-mission #letter .kt-accordion-panel-inner p a,
#our-mission #faq .kt-accordion-panel-inner p a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#five-years #letter .kt-accordion-panel-inner .ncla_standard_button strong,
#five-years #faq .kt-accordion-panel-inner .ncla_standard_button strong,
#our-mission #letter .kt-accordion-panel-inner .ncla_standard_button strong,
#our-mission #faq .kt-accordion-panel-inner .ncla_standard_button strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#five-years #letter .kt-accordion-panel-inner img,
#five-years #faq .kt-accordion-panel-inner img,
#our-mission #letter .kt-accordion-panel-inner img,
#our-mission #faq .kt-accordion-panel-inner img {
  margin: 0;
}
#newsletter_hero{
  --tw-bg-opacity: 1;
  background-color: rgb(67 96 110 / var(--tw-bg-opacity));
}
#newsletter_hero figure{
  margin: 0px;
}
#newsletter_hero img{
  margin-left: auto;
  margin-right: auto;
}
#image_back_link{
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(0 0 0 / 0.7);
  padding: 1rem;
}
#image_back_link svg{
  fill: #fff;
}
#image_back_link a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.single-newsletter table tr,
.single-newsletter table td{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.single-newsletter table tr :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.single-newsletter table tr :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :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;
}
.single-newsletter table tr :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.single-newsletter table tr :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.single-newsletter table tr :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.single-newsletter table tr :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.single-newsletter table tr :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.single-newsletter table tr :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.single-newsletter table tr :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.single-newsletter table tr :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.single-newsletter table tr :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.single-newsletter table tr :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.single-newsletter table tr :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.single-newsletter table tr :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.single-newsletter table tr :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.single-newsletter table tr :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.single-newsletter table tr :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.single-newsletter table tr :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.single-newsletter table tr :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.single-newsletter table td :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.single-newsletter table tr :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.single-newsletter table td :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.single-newsletter table tr :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.single-newsletter table tr :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :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;
}
.single-newsletter table tr :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.single-newsletter table tr :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.single-newsletter table td :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.single-newsletter table tr :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.single-newsletter table td :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.single-newsletter table tr :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :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;
}
.single-newsletter table tr :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.single-newsletter table tr :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :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;
}
.single-newsletter table tr :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.single-newsletter table tr :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :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;
}
.single-newsletter table tr :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.single-newsletter table tr :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :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;
}
.single-newsletter table tr :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.single-newsletter table tr :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-newsletter table tr :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-newsletter table tr :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.single-newsletter table tr :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.single-newsletter table tr :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.single-newsletter table td :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.single-newsletter table tr :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.single-newsletter table td :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.single-newsletter table tr :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.single-newsletter table tr :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.single-newsletter table tr :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.single-newsletter table tr :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.single-newsletter table tr :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.single-newsletter table tr :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.single-newsletter table tr :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.single-newsletter table tr :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.single-newsletter table tr :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :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;
}
.single-newsletter table tr :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.single-newsletter table td :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.single-newsletter table tr :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.single-newsletter table td :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.single-newsletter table tr :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.single-newsletter table tr :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.single-newsletter table tr :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.single-newsletter table tr :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.single-newsletter table tr :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.single-newsletter table tr :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.single-newsletter table tr :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.single-newsletter table tr :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.single-newsletter table tr :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.single-newsletter table tr :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :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;
}
.single-newsletter table tr,
.single-newsletter table td{
  --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;
}
.single-newsletter table tr :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.single-newsletter table tr :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-newsletter table tr :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.single-newsletter table tr :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.single-newsletter table tr :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.single-newsletter table tr :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.single-newsletter table tr :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.single-newsletter table tr :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.single-newsletter table tr :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.single-newsletter table tr :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.single-newsletter table tr :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :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;
}
.single-newsletter table tr :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.single-newsletter table tr :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.single-newsletter table tr :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.single-newsletter table tr :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.single-newsletter table tr :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.single-newsletter table tr :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.single-newsletter table tr :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.single-newsletter table tr :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.single-newsletter table tr :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.single-newsletter table tr :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.single-newsletter table tr :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.single-newsletter table tr :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-newsletter table tr :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.single-newsletter table tr :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.single-newsletter table td :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.single-newsletter table tr,
.single-newsletter table td{
  border-width: 0px;
  padding: 0px;
}
.single-newsletter table tr p a,
.single-newsletter table td p a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.single-newsletter table tr .ncla_standard_button strong,
.single-newsletter table td .ncla_standard_button strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.single-newsletter table tr img,
.single-newsletter table td img {
  margin: 0;
}
.single-newsletter table td{
  padding-bottom: 1rem;
}
.single-newsletter table td a{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
#single_case_additional_videos .additional_video{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#single_case_additional_videos .additional_video iframe{
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
body.home header{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
body.home header .ncla-icon{
  fill: #fff;
}
body #content{
  z-index: 10;
}
@media print {
  header{
    border-top-width: 0px;
    border-bottom-width: 1px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  header > div{
    display: none;
  }
  header:after {
    content: "NCLA: New Civil Liberties Alliance";
    display: block;
    text-align: center;
    font-family: montserrat;
  }
  .entry-content{
    max-width: none;
  }
  .entry-content > div:first-of-type{
    display: none;
  }
  .entry-content > div:last-of-type{
    width: 100%;
    max-width: none;
  }
  #donate,
  footer{
    display: none;
  }
}
.odd\:bg-slate-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  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));
}
.hover\:bg-black\/10:hover{
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.hover\:bg-slate-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}
.hover\:fill-green-ncla-dark:hover{
  fill: #47796a;
}
.hover\:text-green-ncla:hover{
  --tw-text-opacity: 1;
  color: rgb(111 152 139 / var(--tw-text-opacity));
}
.hover\:text-red-ncla:hover{
  --tw-text-opacity: 1;
  color: rgb(164 51 47 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:shadow-lg:hover{
  --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);
}
.hover\:shadow-xl: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);
}
.focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.focus\:border-red-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(164 51 47 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red{
  --tw-border-opacity: 1;
  border-color: rgb(164 51 47 / var(--tw-border-opacity));
}
.group:hover .group-hover\:fill-red-700{
  fill: #b91c1c;
}
.group:hover .group-hover\:fill-red-ncla-dark{
  fill: #861d19;
}
.group:hover .group-hover\:font-bold{
  font-weight: 700;
}
.group:hover .group-hover\:text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-ncla-dark{
  --tw-text-opacity: 1;
  color: rgb(134 29 25 / var(--tw-text-opacity));
}
.group:hover .group-hover\:shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-1\/5{
    width: 20%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-7\/12{
    width: 58.333333%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .md\:text-3xl{
    font-size: 39px;
  }
}
@media (min-width: 1024px){
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
