*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 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, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Consolas, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #94a3b8; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #94a3b8; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
/**
 * Adaptive Image Block - Frontend Styles
 *
 * Styles for the picture element with responsive image sources.
 */
.adaptive-image {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.adaptive-image__picture {
        display: block;
        width: 100%;
    }
.adaptive-image__img {
        display: block;
        width: 100%;
        height: auto;

        /* Squishy transition on source switch */
        transition: transform 0.15s ease-out, opacity 0.15s ease-out;
    }
/* Aspect ratio variants */
.adaptive-image__img.aspect-1-1 {
            aspect-ratio: 1 / 1;
        }
.adaptive-image__img.aspect-4-3 {
            aspect-ratio: 4 / 3;
        }
.adaptive-image__img.aspect-16-9 {
            aspect-ratio: 16 / 9;
        }
.adaptive-image__img.aspect-3-2 {
            aspect-ratio: 3 / 2;
        }
.adaptive-image__img.aspect-2-3 {
            aspect-ratio: 2 / 3;
        }
.adaptive-image__img.aspect-21-9 {
            aspect-ratio: 21 / 9;
        }
/* Object-fit variants */
.adaptive-image__img.fit-cover {
            -o-object-fit: cover;
               object-fit: cover;
        }
.adaptive-image__img.fit-contain {
            -o-object-fit: contain;
               object-fit: contain;
        }
.adaptive-image__img.fit-fill {
            -o-object-fit: fill;
               object-fit: fill;
        }
.adaptive-image__img.fit-none {
            -o-object-fit: none;
               object-fit: none;
        }
/* Focal point variants */
.adaptive-image__img.focal-center {
            -o-object-position: 50% 50%;
               object-position: 50% 50%;
        }
.adaptive-image__img.focal-top {
            -o-object-position: 50% 0%;
               object-position: 50% 0%;
        }
.adaptive-image__img.focal-bottom {
            -o-object-position: 50% 100%;
               object-position: 50% 100%;
        }
.adaptive-image__img.focal-left {
            -o-object-position: 0% 50%;
               object-position: 0% 50%;
        }
.adaptive-image__img.focal-right {
            -o-object-position: 100% 50%;
               object-position: 100% 50%;
        }
.adaptive-image__img.focal-top-left {
            -o-object-position: 0% 0%;
               object-position: 0% 0%;
        }
.adaptive-image__img.focal-top-right {
            -o-object-position: 100% 0%;
               object-position: 100% 0%;
        }
.adaptive-image__img.focal-bottom-left {
            -o-object-position: 0% 100%;
               object-position: 0% 100%;
        }
.adaptive-image__img.focal-bottom-right {
            -o-object-position: 100% 100%;
               object-position: 100% 100%;
        }
/* Alignment support */
.adaptive-image.alignleft {
        float: left;
        margin-right: 1.5em;
        margin-bottom: 1em;
        max-width: 50%;
    }
.adaptive-image.alignright {
        float: right;
        margin-left: 1.5em;
        margin-bottom: 1em;
        max-width: 50%;
    }
.adaptive-image.aligncenter {
        margin-left: auto;
        margin-right: auto;
    }
.adaptive-image.alignwide {
        width: 100%;
        max-width: var(--wp--style--global--wide-size, 1200px);
        margin-left: auto;
        margin-right: auto;
    }
.adaptive-image.alignfull {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
/* Clear floats after aligned images */
.adaptive-image.alignleft + *,
.adaptive-image.alignright + * {
    clear: both;
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .adaptive-image__img {
        transition: none;
    }
}
/**
 * Conference Search Block Styles
 * Search form for conferences - similar to Library Filter
 */
.conference-search {
    width: 100%;
    padding: 2rem 0;
}
.conference-search__container {
    display: flex;
    align-items: stretch;
}
/* Field Alignment Modifiers */
.conference-search--align-left .conference-search__container {
    justify-content: flex-start;
}
.conference-search--align-center .conference-search__container {
    justify-content: center;
}
.conference-search--align-right .conference-search__container {
    justify-content: flex-end;
}
/* Search Field Styles */
.conference-search__field {
    flex: 0 1 auto;
    position: relative;
    width: 100%;
}
.conference-search__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 2px solid #01519D;
    padding-bottom: 0.75rem;
    transition: border-color 0.3s ease;
}
.conference-search__wrapper:hover {
        border-color: #17B0E6;
    }
.conference-search__wrapper:focus-within {
        border-color: #17B0E6;
    }
/* Icon */
.conference-search__icon {
    color: #01519D;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: color 0.3s ease;
}
.conference-search__wrapper:hover .conference-search__icon {
        color: #17B0E6;
    }
.conference-search__wrapper:focus-within .conference-search__icon {
        color: #17B0E6;
    }
/* Search Input */
.conference-search__input {
    flex: 1;
    border: none;
    background: transparent;
    color: #01519D;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.conference-search__input::-moz-placeholder {
        color: #01519D;
        opacity: 1;
    }
.conference-search__input::placeholder {
        color: #01519D;
        opacity: 1;
    }
.conference-search__input:focus {
        outline: none;
    }
/* Remove default search input styling */
.conference-search__input[type="search"]::-webkit-search-cancel-button,
    .conference-search__input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
        appearance: none;
    }
/* Form element - remove default styling */
.conference-search__form {
    width: 100%;
    margin: 0;
}
/* Screen reader text */
.conference-search .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* Alignment Support */
.conference-search.alignwide {
    max-width: var(--wp--style--global--wide-size, 1280px);
    margin-left: auto;
    margin-right: auto;
}
.conference-search.alignfull {
    max-width: 100%;
}
/* Editor Preview Styles */
.wp-block-pw-conference-search .conference-search {
        /* Ensure proper spacing in editor */
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
/* Responsive */
@media (max-width: 767px) {
    .conference-search__field {
        max-width: 100% !important;
    }
}
/**
 * Conference Spotlight Block Styles
 *
 * Horizontal card layout with image on left, content on right.
 * Matches Figma design node 2092:1833.
 *
 * @package BaseTheme2025
 * @since 1.0.0
 */
.conference-spotlight {
    width: 100%;
    padding: 40px 0;
}
.conference-spotlight__wrapper {
    display: grid;
    grid-template-columns: 491px 1fr;
    gap: 60px;
    max-width: 1313px;
    margin: 0 auto;
    align-items: start;
}
/* Image Column */
.conference-spotlight__image-column {
    width: 100%;
    position: relative;
}
.conference-spotlight__image {
    width: 100%;
    height: 384px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.conference-spotlight__image-placeholder {
    width: 100%;
    height: 384px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #d1d5db;
}
.conference-spotlight__image-placeholder i {
    font-size: 64px;
    color: #d1d5db;
}
/* Content Column */
.conference-spotlight__content-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 0;
}
/* Title - 34px Montserrat Bold, #01519D (primary/dark blue) */
.conference-spotlight__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700 !important;
    line-height: 1.29;
    color: #01519D !important;
    margin: 0;
}
/* Description - 14px Montserrat Regular, black */
.conference-spotlight__description {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    color: #000;
    margin: 0;
}
/* Read More Link - Bold, #01529d (dark blue/primary) */
.conference-spotlight__read-more {
    font-weight: 700;
    color: #01529D;
    text-decoration: none;
    transition: color 150ms ease;
}
.conference-spotlight__read-more:hover {
    color: #0078C0;
    text-decoration: underline;
}
/* Event Details Section */
.conference-spotlight__details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}
/* Event Details Title - 23px Montserrat Bold, #01519D (primary/dark blue) */
.conference-spotlight__details-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 700 !important;
    line-height: 1.29;
    color: #01519D !important;
    margin: 0 0 4px;
}
/* Detail Item Row */
.conference-spotlight__detail-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
/* Detail Icon - #01529d (dark blue) */
.conference-spotlight__detail-icon {
    color: #01529D;
    font-size: 18px;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    line-height: 1.6;
}
/* Detail Text - 15.48px ~ 16px Montserrat Bold, black */
.conference-spotlight__detail-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}
/* Virtual Link Section */
.conference-spotlight__virtual {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}
/* Virtual Link Label - 20px Montserrat Bold, #01529d */
.conference-spotlight__virtual-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #01529D;
}
/* Virtual Link - Underlined link style */
.conference-spotlight__virtual-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #01529D;
    text-decoration: underline;
    transition: color 150ms ease;
}
.conference-spotlight__virtual-link:hover {
    color: #0078C0;
}
/* Responsive - Tablet */
@media (max-width: 1024px) {
    .conference-spotlight__wrapper {
        grid-template-columns: 400px 1fr;
        gap: 40px;
    }

    .conference-spotlight__image {
        height: 320px;
    }

    .conference-spotlight__image-placeholder {
        height: 320px;
    }

    .conference-spotlight__title {
        font-size: 28px;
    }

    .conference-spotlight__details-title {
        font-size: 20px;
    }
}
/* Responsive - Mobile */
@media (max-width: 767px) {
    .conference-spotlight {
        padding: 32px 0;
    }

    .conference-spotlight__wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .conference-spotlight__image-column {
        max-width: 100%;
    }

    .conference-spotlight__image,
    .conference-spotlight__image-placeholder {
        height: 280px;
    }

    .conference-spotlight__image-placeholder i {
        font-size: 48px;
    }

    .conference-spotlight__content-column {
        gap: 12px;
    }

    .conference-spotlight__title {
        font-size: 24px;
        line-height: 1.25;
    }

    .conference-spotlight__description {
        font-size: 14px;
    }

    .conference-spotlight__details {
        gap: 10px;
    }

    .conference-spotlight__details-title {
        font-size: 18px;
    }

    .conference-spotlight__detail-icon {
        font-size: 16px;
        width: 18px;
    }

    .conference-spotlight__detail-text {
        font-size: 14px;
    }

    .conference-spotlight__virtual {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .conference-spotlight__virtual-label,
    .conference-spotlight__virtual-link {
        font-size: 16px;
    }
}
/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
    .conference-spotlight__read-more,
    .conference-spotlight__virtual-link {
        transition: none !important;
    }
}
/**
 * Upcoming Conferences Grid Block Styles
 *
 * Grid layout for displaying upcoming conference cards.
 * Matches Figma design node 2092:2025.
 *
 * @package BaseTheme2025
 * @since 1.0.0
 */
.conferences-grid {
    width: 100%;
    padding: 40px 0;
}
/* Header */
.conferences-grid__header {
    margin-bottom: 32px;
}
/* Cards Grid - CSS custom property for dynamic columns */
.conferences-grid__cards {
    display: grid;
    grid-template-columns: repeat(var(--columns, 4), 1fr);
    gap: 24px;
}
/* Individual Card */
.conferences-grid__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* Card Image */
.conferences-grid__card-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
}
.conferences-grid__card-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.conferences-grid__card-placeholder {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #d1d5db;
}
.conferences-grid__card-placeholder i {
    font-size: 48px;
    color: #d1d5db;
}
/* Card Title - Bold, primary blue */
.conferences-grid__card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.3;
    color: #01519D !important;
    margin: 0;
}
/* Card Description */
.conferences-grid__card-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #4b5563;
    margin: 0;
    flex-grow: 1;
}
/* Card Button - Outline style matching btn--outline-primary */
.conferences-grid__card-button {
    display: inline-block;
    background: transparent;
    color: #0078C0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align: center;
    border: 2px solid #0078C0;
    padding: 12px 24px;
    transition: all 150ms ease;
    margin-top: auto;
}
.conferences-grid__card-button:hover {
    background: #0078C0;
    color: #ffffff !important;
    text-decoration: none !important;
}
.conferences-grid__card-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0078C0;
}
.conferences-grid__card-button:focus:not(:focus-visible) {
    box-shadow: none;
}
.conferences-grid__card-button:focus-visible {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0078C0;
}
/* Empty State */
.conferences-grid--empty {
    text-align: center;
    padding: 60px 20px;
    background: #f9fafb;
    border: 2px dashed #d1d5db;
}
.conferences-grid--empty p {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
}
/* Loading State */
.conferences-grid--loading {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
}
/* Responsive - 3 columns at tablet */
@media (max-width: 1024px) {
    .conferences-grid__cards {
        grid-template-columns: repeat(min(var(--columns, 4), 3), 1fr);
        gap: 20px;
    }
}
/* Responsive - 2 columns at small tablet */
@media (max-width: 767px) {
    .conferences-grid {
        padding: 32px 0;
    }

    .conferences-grid__header {
        margin-bottom: 24px;
    }

    .conferences-grid__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .conferences-grid__card {
        gap: 10px;
    }

    .conferences-grid__card-title {
        font-size: 16px;
    }

    .conferences-grid__card-description {
        font-size: 13px;
    }

    .conferences-grid__card-button {
        font-size: 13px;
        padding: 10px 16px;
    }
}
/* Responsive - Single column at mobile */
@media (max-width: 479px) {
    .conferences-grid__cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .conferences-grid__card {
        max-width: 320px;
        margin: 0 auto;
    }
}
/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
    .conferences-grid__card-button {
        transition: none !important;
    }
}
.wp-block-pw-cta-card {
    width: 100%;
}
.wp-block-pw-cta-card .pw-cta-card {
        width: 100%;
        max-width: 399px;
        min-width: 399px;
        margin-inline: auto;
        //background-color: #f8f9fa;
        //border: 1px solid #e0e0e0;
        //border-radius: 8px;
        //box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
        //padding: 24px 10px 28px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        text-align: left;
    }
.wp-block-pw-cta-card .pw-cta-card__header {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }
.wp-block-pw-cta-card .pw-cta-card__body {
            display: flex;
            align-items: stretch;
            gap: 21px;
            min-width: 399px;
        }
.wp-block-pw-cta-card .pw-cta-card__media {
            flex: 0 0 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            align-self: stretch;
            height: 100%;
        }
.wp-block-pw-cta-card .pw-cta-card__media--empty {
                min-height: 132px;
                height: 100%;
                border-radius: 12px;
            }
.wp-block-pw-cta-card .pw-cta-card__media-picture {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                max-width: 144px;
                height: 100%;
            }
.wp-block-pw-cta-card .pw-cta-card__media-picture img {
                    display: block;
                    max-width: 100%;
                    max-height: 100%;
                    width: auto;
                    height: auto;
                    border-radius: 12px;
                }
.wp-block-pw-cta-card .pw-cta-card__media-placeholder {
                width: 100%;
                max-width: 140px;
                height: 100%;
                border: 1px dashed #cbd5e1;
                border-radius: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #f1f5f9;
            }
.wp-block-pw-cta-card .pw-cta-card__media-placeholder .components-button {
                    background: none;
                    border: 0;
                    color: #1f2937;
                    box-shadow: none;
                    font-size: 12px;
                    font-weight: 600;
                }
.wp-block-pw-cta-card .pw-cta-card__content {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            align-self: stretch;
            gap: 24px;
            min-height: 0;
        }
.wp-block-pw-cta-card .pw-cta-card__heading {
            font-size: 20px;
            line-height: 1.3;
            font-weight: 700;
            color: rgb(1 81 157);
            text-transform: uppercase;
            letter-spacing: 0.045em;
            margin: 0;
        }
.wp-block-pw-cta-card .pw-cta-card__rule {
            display: block;
            width: 100%;
            height: 1px;
            border-radius: 999px;
            background-color: rgb(1 81 157);
        }
.wp-block-pw-cta-card .pw-cta-card__text {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            color: #333333;
            margin: 0;
        }
.wp-block-pw-cta-card .pw-cta-card__button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            //min-width: 200px;
            max-width: 100%;
            height: 43px;
            padding: 10px 18px;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            background-color: #ffffff;
            color: rgb(1 81 157);
            border: 2px solid rgb(1 81 157);
            border-radius: 6px;
            text-decoration: none;
            transition: background-color 0.2s ease, color 0.2s ease, transform 0.02s ease;
            margin-top: auto;
        }
.wp-block-pw-cta-card .pw-cta-card__button:hover,
            .wp-block-pw-cta-card .pw-cta-card__button:focus {
                background-color: rgb(1 81 157);
                color: #ffffff;
            }
.wp-block-pw-cta-card .pw-cta-card__button:focus-visible {
                outline: 2px solid #111827;
                outline-offset: 2px;
            }
.wp-block-pw-cta-card .pw-cta-card__button:active {
                transform: translateY(1px);
            }
@media (max-width: 680px) {
        .wp-block-pw-cta-card .pw-cta-card {
            align-items: stretch;
            text-align: center;
            padding: 24px 20px 28px;
            gap: 24px;
            min-width: 0;
            max-width: 360px;
            width: 100%;
        }

            .wp-block-pw-cta-card .pw-cta-card__header {
                align-items: stretch;
                gap: 12px;
            }

            .wp-block-pw-cta-card .pw-cta-card__rule {
                display: none;
            }

            .wp-block-pw-cta-card .pw-cta-card__body {
                flex-direction: column;
                align-items: stretch;
                gap: 24px;
                min-width: 0;
                width: 100%;
            }

            .wp-block-pw-cta-card .pw-cta-card__media {
                flex: none;
                width: 100%;
            }

            .wp-block-pw-cta-card .pw-cta-card__media-picture {
                max-width: 100%;
                width: 100%;
            }

                .wp-block-pw-cta-card .pw-cta-card__media-picture img {
                    width: 100%;
                    height: auto;
                }

            .wp-block-pw-cta-card .pw-cta-card__content {
                align-items: stretch;
                text-align: center;
            }

            .wp-block-pw-cta-card .pw-cta-card__button {
                width: 100%;
                margin-top: 0;
            }
}
/* Featured Article Block Styles */
.featured-article {
  width: 100%;
  padding: 40px 0;
}
.featured-article__wrapper {
  display: grid;
  grid-template-columns: 640px 1fr;
  gap: 60px;
  max-width: 1313px;
  margin: 0 auto;
  padding: 0;
  align-items: start;
}
/* Image Column */
.featured-article__image-column {
  width: 100%;
  position: relative;
}
.featured-article__image {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0;
}
.featured-article__image-placeholder {
  width: 100%;
  height: 480px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #d1d5db;
}
.featured-article__image-placeholder i {
  font-size: 64px;
  color: #d1d5db;
}
/* Content Column */
.featured-article__content-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px;
}
/* Title */
.featured-article__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #17B0E6 !important;
  margin: 0;
}
/* Meta (Date) */
.featured-article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.featured-article__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #6b7280;
  font-weight: 500;
}
.featured-article__date i {
  font-size: 16px;
  color: #222F61;
}
/* Excerpt */
.featured-article__excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #1f2937;
  margin: 0;
}
.featured-article__excerpt p {
  margin: 0 0 16px;
}
.featured-article__excerpt p:last-child {
  margin-bottom: 0;
}
/* Button */
.featured-article__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #ffffff;
  color: #0078C0 !important;
  border: 2px solid #0078C0;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 12px;
  outline: none;
}
.featured-article__button:hover {
  background: #222F61;
  color: #ffffff !important;
  border-color: #222F61;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(34, 47, 97, 0.2);
}
.featured-article__button:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0078C0;
}
.featured-article__button:focus:not(:focus-visible) {
  box-shadow: none;
}
.featured-article__button:focus-visible {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0078C0;
}
/* Responsive - Tablet */
@media (max-width: 1024px) {
  .featured-article__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .featured-article__image-column {
    max-width: 640px;
    margin: 0 auto;
  }

  .featured-article__title {
    font-size: 28px;
  }
}
/* Responsive - Mobile */
@media (max-width: 1024px) {
  .featured-article {
    padding: 32px 0;
  }

  .featured-article__wrapper {
    gap: 32px;
    padding: 0;
    max-width: 640px;
  }

  .featured-article__image,
  .featured-article__image-placeholder {
    height: 360px;
  }

  .featured-article__image-placeholder i {
    font-size: 48px;
  }

  .featured-article__content-column {
    gap: 16px;
    padding-top: 0;
  }

  .featured-article__title {
    font-size: 24px;
  }

  .featured-article__date {
    font-size: 14px;
  }

  .featured-article__date i {
    font-size: 14px;
  }

  .featured-article__excerpt {
    font-size: 15px;
    line-height: 1.5;
  }

  .featured-article__button {
    padding: 12px 28px;
    font-size: 14px;
    width: 100%;
    margin-top: 8px;
  }
}
/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  .featured-article__button {
    transition: none !important;
  }

  .featured-article__button:hover {
    transform: none !important;
  }
}
.pw-header-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 450px;
}
.pw-header-carousel .hc-track {
  position: relative;
}
.pw-header-carousel .hc-slide {
  position: relative;
  min-height: 450px;
  outline: none;
}
.pw-header-carousel .hc-slide .hc-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.pw-header-carousel .hc-slide .hc-media .hc-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pw-header-carousel .hc-slide .hc-media.focal-top .hc-img {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.pw-header-carousel .hc-slide .hc-media.focal-bottom .hc-img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.pw-header-carousel .hc-slide .hc-media.focal-left .hc-img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
.pw-header-carousel .hc-slide .hc-media.focal-right .hc-img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
.pw-header-carousel .hc-slide .hc-media.focal-center .hc-img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.pw-header-carousel .hc-slide .hc-media .hc-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 285px;
  background: linear-gradient(to top, #01529d 0%, rgba(1, 82, 157, 0) var(--overlay, 80%));
  pointer-events: none;
}
.pw-header-carousel .hc-slide .hc-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-left: clamp(16px, 8vw, 120px);
  padding-top: 170px;
  color: #fff;
}
.pw-header-carousel .hc-slide .hc-content .hc-copy {
  position: relative;
  margin-left: 60px;
  display: inline-block;
}
.pw-header-carousel .hc-slide .hc-content .hc-copy::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #fff;
}
.pw-header-carousel .hc-slide .hc-content .hc-headline {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 39px);
  line-height: 1.2;
  margin: 0 0 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.pw-header-carousel .hc-slide .hc-content .hc-headline em {
  font-style: italic;
  font-weight: 400;
}
.pw-header-carousel .hc-slide .hc-content .hc-subhead {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 18px;
}
.pw-header-carousel .hc-slide .hc-content .hc-cta {
  display: inline-block;
  padding: 6px 21px;
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.pw-header-carousel .hc-slide .hc-content .hc-cta:hover {
        background: #01529D;
    }
.pw-header-carousel .hc-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 2;
  /* Hide pagination dots visually but keep functionality */
  opacity: 0;
  pointer-events: none;
}
.pw-header-carousel .swiper-button-prev,
.pw-header-carousel .swiper-button-next {
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
  /* Hide navigation buttons visually but keep for screen readers */
  opacity: 0;
  pointer-events: none;
  /* Keep buttons accessible for keyboard navigation */
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* Make navigation accessible when focused */
.pw-header-carousel .swiper-button-prev:focus,
.pw-header-carousel .swiper-button-next:focus {
  opacity: 1;
  pointer-events: auto;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 10;
}
.pw-header-carousel .hc-toggle {
  position: absolute;
  right: 20px;
  bottom: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  z-index: 3;
}
.pw-header-carousel .hc-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.pw-header-carousel .hc-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.pw-header-carousel .hc-toggle__icon svg {
  width: 100%;
  height: 100%;
}
.pw-header-carousel .hc-toggle__play {
  display: none;
}
.pw-header-carousel [aria-pressed="false"] .hc-toggle__play {
  display: inline-flex;
}
.pw-header-carousel [aria-pressed="false"] .hc-toggle__pause {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .swiper * {
    transition: none !important;
    animation: none !important;
  }
}
.pw-header-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 313px;
  height: 313px;
}
/* Solid background variant (no image) */
.pw-header-hero--solid {
  background-color: #0078C0;
}
.pw-header-hero--solid .hh-content .hh-headline {
  text-shadow: none;
}
.pw-header-hero .hh-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.pw-header-hero .hh-media .hh-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pw-header-hero .hh-media.focal-top .hh-img {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.pw-header-hero .hh-media.focal-bottom .hh-img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.pw-header-hero .hh-media.focal-left .hh-img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
.pw-header-hero .hh-media.focal-right .hh-img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
.pw-header-hero .hh-media.focal-center .hh-img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.pw-header-hero .hh-media .hh-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 285px;
  background: linear-gradient(to top, #01529d 0%, rgba(1, 82, 157, 0) var(--overlay, 80%));
  pointer-events: none;
}
.pw-header-hero .hh-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-left: clamp(16px, 8vw, 120px);
  padding-top: 120px;
  color: #fff;
}
.pw-header-hero .hh-content .hh-copy {
  position: relative;
  margin-left: 60px;
  display: inline-block;
}
.pw-header-hero .hh-content .hh-copy::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #fff;
}
.pw-header-hero .hh-content .hh-headline {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 58px;
  margin: 0 0 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.pw-header-hero .hh-content .hh-headline em {
  font-style: italic;
  font-weight: 400;
}
.pw-header-hero .hh-content .hh-subhead {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
/* Mobile Responsive */
@media (max-width: 767px) {
  .pw-header-hero {
    min-height: 250px;
    height: auto;
  }

  .pw-header-hero .hh-content {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .pw-header-hero .hh-content .hh-copy {
    margin-left: 30px;
  }

  .pw-header-hero .hh-content .hh-copy::before {
    left: -20px;
  }

  .pw-header-hero .hh-content .hh-headline {
    font-size: 28px;
    line-height: 34px;
  }

  .pw-header-hero .hh-content .hh-subhead {
    font-size: 14px;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .pw-header-hero .hh-content .hh-headline {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
/* Library Carousel Block Styles */
.library-carousel {
  width: 100%;
  padding: 32px 0;
  position: relative;
}
.library-carousel__wrapper {
  width: 100%;
  max-width: 1313px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Flickity viewport */
.library-carousel__wrapper.flickity-enabled {
  position: relative;
}
.library-carousel__wrapper .flickity-viewport {
  overflow: hidden;
  position: relative;
}
/* Carousel item */
.library-carousel__item {
  width: calc(33.333% - 20px);
  margin-right: 30px;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 467px;
}
.library-carousel__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}
/* Item link */
.library-carousel__item-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Thumbnail */
.library-carousel__item-thumbnail {
  width: 100%;
  height: 305px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 358 / 305;
}
.library-carousel__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease-in-out;
}
.library-carousel__item:hover .library-carousel__item-image {
  transform: scale(1.05);
}
/* Content area */
.library-carousel__item-content {
  padding: 16px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
/* Meta (date) */
.library-carousel__item-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.library-carousel__item-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}
.library-carousel__item-date i {
  font-size: 14px;
  color: #222F61;
}
/* Title */
.library-carousel__item-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #01519D !important;
  margin: 0;
  transition: color 200ms ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.library-carousel__item:hover .library-carousel__item-title {
  color: #222F61 !important;
}
/* Excerpt */
.library-carousel__item-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
/* CTA Column */
.library-carousel__item--cta {
  background: linear-gradient(135deg, #01519D 0%, #0078C0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  cursor: pointer;
}
.library-carousel__item--cta:hover {
  background: linear-gradient(135deg, #0078C0 0%, #17B0E6 100%);
}
.library-carousel__cta-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  padding: 40px;
}
.library-carousel__cta-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.library-carousel__cta-icon {
  font-size: 48px;
  color: #ffffff;
  transition: transform 200ms ease-in-out;
}
.library-carousel__item--cta:hover .library-carousel__cta-icon {
  transform: translateX(8px);
}
.library-carousel__cta-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff !important;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
/* Flickity navigation buttons */
.library-carousel__wrapper .flickity-button {
  background: transparent;
  border: none;
  color: #222F61;
  width: 40px;
  height: 60px;
  transition: filter 200ms ease-in-out;
}
.library-carousel__wrapper .flickity-button:hover {
  filter: drop-shadow(0 2px 8px rgba(34, 47, 97, 0.3));
}
.library-carousel__wrapper .flickity-button:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.library-carousel__wrapper .flickity-button:disabled:hover {
  filter: none;
}
.library-carousel__wrapper .flickity-button-icon {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.library-carousel__wrapper .flickity-prev-next-button.previous {
  left: -50px;
}
.library-carousel__wrapper .flickity-prev-next-button.next {
  right: -50px;
}
/* Empty State */
.library-carousel__empty {
  width: 100%;
  max-width: 1313px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}
.library-carousel__empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px dashed #d1d5db;
}
.library-carousel__empty-icon {
  font-size: 48px;
  color: #01519D;
  opacity: 0.6;
}
.library-carousel__empty-message {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #4b5563;
  margin: 0;
  line-height: 1.5;
}
.library-carousel__empty-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #01519D;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: background 200ms ease-in-out, transform 200ms ease-in-out;
}
.library-carousel__empty-link:hover {
  background: #0078C0;
  transform: translateY(-2px);
}
.library-carousel__empty-link i {
  font-size: 14px;
  transition: transform 200ms ease-in-out;
}
.library-carousel__empty-link:hover i {
  transform: translateX(4px);
}
/* Responsive */
@media (max-width: 1024px) {
  .library-carousel__item {
    width: calc(50% - 15px);
    margin-right: 30px;
    height: 400px;
  }

  .library-carousel__item-thumbnail {
    height: 260px;
  }

  .library-carousel__item-content {
    padding: 14px 18px 18px;
  }

  .library-carousel__wrapper .flickity-prev-next-button.previous {
    left: -20px;
  }

  .library-carousel__wrapper .flickity-prev-next-button.next {
    right: -20px;
  }

  .library-carousel__wrapper .flickity-button {
    width: 30px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .library-carousel__item {
    width: 100%;
    margin-right: 0;
    height: auto;
    min-height: 380px;
  }

  .library-carousel__item-thumbnail {
    height: 240px;
  }

  .library-carousel__item-content {
    padding: 16px 18px 18px;
    gap: 8px;
  }

  .library-carousel__item-date {
    font-size: 13px;
  }

  .library-carousel__item-title {
    font-size: 17px;
    -webkit-line-clamp: 2;
  }

  .library-carousel__item-excerpt {
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }

  .library-carousel__cta-text {
    font-size: 20px;
  }

  .library-carousel__cta-icon {
    font-size: 36px;
  }

  .library-carousel__empty {
    padding: 40px 20px;
  }

  .library-carousel__empty-content {
    padding: 30px 20px;
  }

  .library-carousel__empty-icon {
    font-size: 36px;
  }

  .library-carousel__empty-message {
    font-size: 16px;
  }

  .library-carousel__empty-link {
    font-size: 14px;
    padding: 10px 20px;
  }

  .library-carousel__wrapper .flickity-prev-next-button.previous {
    left: 0;
  }

  .library-carousel__wrapper .flickity-prev-next-button.next {
    right: 0;
  }

  .library-carousel__wrapper .flickity-button {
    width: 25px;
    height: 40px;
  }
}
/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  .library-carousel__item,
  .library-carousel__item-image,
  .library-carousel__item-title,
  .library-carousel__cta-icon,
  .library-carousel__wrapper .flickity-button,
  .library-carousel__empty-link,
  .library-carousel__empty-link i {
    transition: none !important;
  }

  .library-carousel__item:hover,
  .library-carousel__wrapper .flickity-button:hover {
    transform: none !important;
  }
}
/* Library Category Block Styles */
.library-category {
  width: 100%;
  padding: 32px 0;
  position: relative;
}
/* Grid Container */
.library-category__grid {
  width: 100%;
  max-width: 1313px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
/* Grid item */
.library-category__item {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 467px;
}
.library-category__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}
/* Item link */
.library-category__item-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Thumbnail */
.library-category__item-thumbnail {
  width: 100%;
  height: 305px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 358 / 305;
}
.library-category__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease-in-out;
}
.library-category__item:hover .library-category__item-image {
  transform: scale(1.05);
}
/* Content area */
.library-category__item-content {
  padding: 16px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
/* Meta (date) */
.library-category__item-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.library-category__item-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}
.library-category__item-date i {
  font-size: 14px;
  color: #222F61;
}
/* Title */
.library-category__item-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #01519D !important;
  margin: 0;
  transition: color 200ms ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.library-category__item:hover .library-category__item-title {
  color: #222F61 !important;
}
/* Excerpt */
.library-category__item-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
/* Pagination */
.library-category__pagination {
  width: 100%;
  max-width: 1313px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.library-category__pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.library-category__pagination-item {
  margin: 0;
  padding: 0;
}
.library-category__pagination-item a,
.library-category__pagination-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 200ms ease-in-out;
  line-height: 1;
}
/* Regular page number links */
.library-category__pagination-item a {
  background: #ffffff;
  color: #01519D;
  border: 1px solid #d1d5db;
}
.library-category__pagination-item a:hover {
  background: #f3f4f6;
  border-color: #01519D;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Current page */
.library-category__pagination-item span.current {
  background: #01519D;
  color: #ffffff;
  border: 1px solid #01519D;
}
/* Dots/ellipsis */
.library-category__pagination-item span.dots {
  background: transparent;
  color: #6b7280;
  border: none;
  min-width: auto;
  padding: 0 8px;
}
/* Prev/Next buttons */
.library-category__pagination-item .prev,
.library-category__pagination-item .next {
  gap: 6px;
  padding: 0 16px;
}
.library-category__pagination-item .prev i,
.library-category__pagination-item .next i {
  font-size: 12px;
  transition: transform 200ms ease-in-out;
}
.library-category__pagination-item .prev:hover i {
  transform: translateX(-2px);
}
.library-category__pagination-item .next:hover i {
  transform: translateX(2px);
}
/* Empty State */
.library-category__empty {
  width: 100%;
  max-width: 1313px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}
.library-category__empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px dashed #d1d5db;
}
.library-category__empty-icon {
  font-size: 48px;
  color: #01519D;
  opacity: 0.6;
}
.library-category__empty-message {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #4b5563;
  margin: 0;
  line-height: 1.5;
}
/* Responsive */
@media (max-width: 1024px) {
  .library-category__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .library-category__item {
    height: 400px;
  }

  .library-category__item-thumbnail {
    height: 260px;
  }

  .library-category__item-content {
    padding: 14px 18px 18px;
  }
}
@media (max-width: 768px) {
  .library-category__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .library-category__item {
    height: auto;
    min-height: 380px;
  }

  .library-category__item-thumbnail {
    height: 240px;
  }

  .library-category__item-content {
    padding: 16px 18px 18px;
    gap: 8px;
  }

  .library-category__item-date {
    font-size: 13px;
  }

  .library-category__item-title {
    font-size: 17px;
    -webkit-line-clamp: 2;
  }

  .library-category__item-excerpt {
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }

  .library-category__empty {
    padding: 40px 20px;
  }

  .library-category__empty-content {
    padding: 30px 20px;
  }

  .library-category__empty-icon {
    font-size: 36px;
  }

  .library-category__empty-message {
    font-size: 16px;
  }

  /* Pagination responsive */
  .library-category__pagination {
    margin-top: 32px;
  }

  .library-category__pagination-item a,
  .library-category__pagination-item span {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
    padding: 0 10px;
  }

  .library-category__pagination-item .prev,
  .library-category__pagination-item .next {
    padding: 0 12px;
  }
}
/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  .library-category__item,
  .library-category__item-image,
  .library-category__item-title,
  .library-category__pagination-item a {
    transition: none !important;
  }

  .library-category__item:hover {
    transform: none !important;
  }

  .library-category__pagination-item a:hover {
    transform: none !important;
  }
}
/**
 * Library Filter Block Styles
 * Two-column layout with search and dropdown jump navigation
 */
.library-filter {
    width: 100%;
    padding: 2rem 0;
}
.library-filter__container {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}
@media (max-width: 767px) {
.library-filter__container {
        flex-direction: column;
        gap: 1.5rem
}
    }
/* Search Field Styles */
.library-filter__search,
.library-filter__jump {
    flex: 1;
    position: relative;
}
.library-filter__search-wrapper,
.library-filter__jump-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 2px solid #01519D;
    padding-bottom: 0.75rem;
    transition: border-color 0.3s ease;
}
.library-filter__search-wrapper:hover, .library-filter__jump-wrapper:hover {
        border-color: #17B0E6;
    }
.library-filter__search-wrapper:focus-within, .library-filter__jump-wrapper:focus-within {
        border-color: #17B0E6;
    }
/* Icons */
.library-filter__search-icon,
.library-filter__jump-icon {
    color: #01519D;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: color 0.3s ease;
}
.library-filter__search-wrapper:hover .library-filter__search-icon,
    .library-filter__jump-wrapper:hover .library-filter__search-icon,
    .library-filter__search-wrapper:hover .library-filter__jump-icon,
    .library-filter__jump-wrapper:hover .library-filter__jump-icon {
        color: #17B0E6;
    }
.library-filter__search-wrapper:focus-within .library-filter__search-icon,
    .library-filter__jump-wrapper:focus-within .library-filter__search-icon,
    .library-filter__search-wrapper:focus-within .library-filter__jump-icon,
    .library-filter__jump-wrapper:focus-within .library-filter__jump-icon {
        color: #17B0E6;
    }
/* Search Input */
.library-filter__search-input {
    flex: 1;
    border: none;
    background: transparent;
    color: #01519D;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.library-filter__search-input::-moz-placeholder {
        color: #01519D;
        opacity: 1;
    }
.library-filter__search-input::placeholder {
        color: #01519D;
        opacity: 1;
    }
.library-filter__search-input:focus {
        outline: none;
    }
/* Remove default search input styling */
.library-filter__search-input[type="search"]::-webkit-search-cancel-button,
    .library-filter__search-input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
        appearance: none;
    }
/* Dropdown Select */
.library-filter__jump-select {
    flex: 1;
    border: none;
    background: transparent;
    color: #01519D;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* Remove default select arrow */
.library-filter__jump-select::-ms-expand {
        display: none;
    }
.library-filter__jump-select:focus {
        outline: none;
    }
/* Style the options */
.library-filter__jump-select option {
        color: #01519D;
        background: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        padding: 0.5rem;
    }
.library-filter__jump-select option:first-child {
        color: #01519D;
    }
/* Form element - remove default styling */
.library-filter__search-form {
    width: 100%;
    margin: 0;
}
/* Screen reader text */
.library-filter .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* Alignment Support */
.library-filter.alignwide {
    max-width: var(--wp--style--global--wide-size, 1280px);
    margin-left: auto;
    margin-right: auto;
}
.library-filter.alignfull {
    max-width: 100%;
}
/* Editor Preview Styles */
.wp-block-pw-library-filter .library-filter {
        /* Ensure proper spacing in editor */
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
/**
 * Regulatory Filing Search Block Styles
 * Search form for regulatory filings - similar to Conference Search
 */
.regulatory-filing-search {
    width: 100%;
    padding: 2rem 0;
}
.regulatory-filing-search__container {
    display: flex;
    align-items: stretch;
}
/* Field Alignment Modifiers */
.regulatory-filing-search--align-left .regulatory-filing-search__container {
    justify-content: flex-start;
}
.regulatory-filing-search--align-center .regulatory-filing-search__container {
    justify-content: center;
}
.regulatory-filing-search--align-right .regulatory-filing-search__container {
    justify-content: flex-end;
}
/* Search Field Styles */
.regulatory-filing-search__field {
    flex: 0 1 auto;
    position: relative;
    width: 100%;
}
.regulatory-filing-search__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 2px solid #01519D;
    padding-bottom: 0.75rem;
    transition: border-color 0.3s ease;
}
.regulatory-filing-search__wrapper:hover {
        border-color: #17B0E6;
    }
.regulatory-filing-search__wrapper:focus-within {
        border-color: #17B0E6;
    }
/* Icon */
.regulatory-filing-search__icon {
    color: #01519D;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: color 0.3s ease;
}
.regulatory-filing-search__wrapper:hover .regulatory-filing-search__icon {
        color: #17B0E6;
    }
.regulatory-filing-search__wrapper:focus-within .regulatory-filing-search__icon {
        color: #17B0E6;
    }
/* Search Input */
.regulatory-filing-search__input {
    flex: 1;
    border: none;
    background: transparent;
    color: #01519D;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.regulatory-filing-search__input::-moz-placeholder {
        color: #01519D;
        opacity: 1;
    }
.regulatory-filing-search__input::placeholder {
        color: #01519D;
        opacity: 1;
    }
.regulatory-filing-search__input:focus {
        outline: none;
    }
/* Remove default search input styling */
.regulatory-filing-search__input[type="search"]::-webkit-search-cancel-button,
    .regulatory-filing-search__input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
        appearance: none;
    }
/* Form element - remove default styling */
.regulatory-filing-search__form {
    width: 100%;
    margin: 0;
}
/* Screen reader text */
.regulatory-filing-search .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* Alignment Support */
.regulatory-filing-search.alignwide {
    max-width: var(--wp--style--global--wide-size, 1280px);
    margin-left: auto;
    margin-right: auto;
}
.regulatory-filing-search.alignfull {
    max-width: 100%;
}
/* Editor Preview Styles */
.wp-block-pw-regulatory-filing-search .regulatory-filing-search {
        /* Ensure proper spacing in editor */
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
/* Responsive */
@media (max-width: 767px) {
    .regulatory-filing-search__field {
        max-width: 100% !important;
    }
}
/**
 * Regulatory Filings List Block Styles
 *
 * Paginated list of regulatory filings matching Figma design.
 * Node: 2091-3078
 *
 * @package BaseTheme2025
 * @since 1.0.0
 */
.regulatory-filings-list {
    width: 100%;
    padding: 40px 0;
}
/* Results Header */
.regulatory-filings-list__header {
    margin-bottom: 24px;
}
.regulatory-filings-list__results {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}
.regulatory-filings-list__results-label {
    color: #01519D;
}
.regulatory-filings-list__results-count {
    color: #00ADE5;
    font-size: 20px;
    text-transform: lowercase;
}
/* Items Container */
.regulatory-filings-list__items {
    margin: 32px 0;
}
/* Individual Item */
.regulatory-filings-list__item {
    margin-bottom: 0;
}
/* Item Title */
.regulatory-filings-list__item-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 8px;
}
.regulatory-filings-list__item-title a {
    color: #0078C0;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.regulatory-filings-list__item-title a:hover {
    color: #01519D;
}
/* Item Description */
.regulatory-filings-list__item-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    margin: 0 0 24px;
}
/* Go to site link */
.regulatory-filings-list__item-link {
    font-weight: 700;
    color: #0078C0;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.regulatory-filings-list__item-link:hover {
    color: #01519D;
}
/* Separator */
.regulatory-filings-list__separator {
    border: none;
    border-top: 2px solid #01519D;
    margin: 0 0 24px;
}
/* Remove separator from last item */
.regulatory-filings-list__item:last-child .regulatory-filings-list__separator {
    display: none;
}
/* Pagination - Matches Library Category Block */
.regulatory-filings-list__pagination {
    margin: 24px 0;
}
.regulatory-filings-list__pagination--top {
    margin-bottom: 32px;
}
.regulatory-filings-list__pagination--bottom {
    margin-top: 32px;
}
.regulatory-filings-list__pagination-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.regulatory-filings-list__pagination-item {
    margin: 0;
    padding: 0;
}
.regulatory-filings-list__pagination-item a,
.regulatory-filings-list__pagination-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    transition: all 200ms ease-in-out;
    line-height: 1;
    letter-spacing: 3px;
}
/* Regular page number links */
.regulatory-filings-list__pagination-item a {
    background: transparent;
    color: #01519D;
    border: 1px solid #01519D;
}
.regulatory-filings-list__pagination-item a:hover {
    background: #f3f4f6;
    transform: translateY(-1px);
}
/* Current page */
.regulatory-filings-list__pagination-item span.current {
    background: #01519D;
    color: #ffffff;
    border: 1px solid #01519D;
}
/* Dots/ellipsis */
.regulatory-filings-list__pagination-item span.dots {
    background: transparent;
    color: #01519D;
    border: none;
    min-width: auto;
    padding: 0 8px;
    letter-spacing: 3px;
}
/* Prev/Next buttons */
.regulatory-filings-list__pagination-item .prev,
.regulatory-filings-list__pagination-item .next {
    gap: 6px;
    padding: 0 16px;
    font-weight: 500;
    letter-spacing: 0;
}
.regulatory-filings-list__pagination-item .prev i,
.regulatory-filings-list__pagination-item .next i {
    font-size: 10px;
    transition: transform 200ms ease-in-out;
}
.regulatory-filings-list__pagination-item .prev:hover i {
    transform: translateX(-2px);
}
.regulatory-filings-list__pagination-item .next:hover i {
    transform: translateX(2px);
}
/* Empty State */
.regulatory-filings-list__empty {
    text-align: center;
    padding: 60px 20px;
    background: #f9fafb;
    border: 2px dashed #d1d5db;
}
.regulatory-filings-list__empty p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #6b7280;
    margin: 0;
}
/* Responsive */
@media (max-width: 768px) {
    .regulatory-filings-list {
        padding: 24px 0;
    }

    .regulatory-filings-list__results {
        font-size: 20px;
    }

    .regulatory-filings-list__results-count {
        font-size: 16px;
    }

    .regulatory-filings-list__item-title {
        font-size: 18px;
    }

    .regulatory-filings-list__item-description {
        font-size: 13px;
        line-height: 18px;
    }

    .regulatory-filings-list__pagination-item a,
    .regulatory-filings-list__pagination-item span {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
        padding: 0 10px;
    }

    .regulatory-filings-list__pagination-item .prev,
    .regulatory-filings-list__pagination-item .next {
        padding: 0 12px;
    }
}
/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
    .regulatory-filings-list__item-title a,
    .regulatory-filings-list__item-link,
    .regulatory-filings-list__pagination-item a {
        transition: none !important;
    }

    .regulatory-filings-list__pagination-item a:hover,
    .regulatory-filings-list__pagination-item .prev:hover i,
    .regulatory-filings-list__pagination-item .next:hover i {
        transform: none !important;
    }
}
.width--container .section-block__sizer {
        /*rem is equal to 4 */
        padding-left: 1rem;
        padding-right: 1rem;
    }
@media (min-width: 1280px) {

  .width--container .section-block__sizer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }

  @media (min-width: 640px) {

    .width--container .section-block__sizer {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .width--container .section-block__sizer {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .width--container .section-block__sizer {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .width--container .section-block__sizer {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

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

  .width--container .section-block__sizer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.width--narrow .section-block__sizer {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.padding--medium .section-block__sizer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.padding--large .section-block__sizer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/* Tab Item Block Styles */
.tab-item-block {
  width: 100%;
}
/* Editor-specific styles now live in editor.pcss */
/* Tabs Block Styles */
.tabs {
  display: grid;
  gap: 0;
  width: 100%;
  position: relative;
}
/* Vertical offset support for overlapping elements above */
.tabs[data-offset] {
  margin-top: var(--tabs-offset, 0);
}
.tabs-nav {
  display: flex;
  gap: 0;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  background: transparent;
  border-radius: 0;
  width: 100%;
  margin: 0;
  min-height: 72px;
}
.tabs-tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #ffffff;
  color: #777777;
  border-radius: 0;
  width: 207px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: none;
  flex: 0 0 207px;

  transition:
    height 200ms cubic-bezier(0.4, 0, 0.2, 1),
    font-size 200ms cubic-bezier(0.4, 0, 0.2, 1),
    font-weight 200ms cubic-bezier(0.4, 0, 0.2, 1),
    color 200ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 200ms cubic-bezier(0.4, 0, 0.2, 1);

  --tw-bg-opacity: 1;

  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
/* Active tab - larger with shadow on the side touching other tab */
.tabs-tab.is-active {
  height: 72px;
  font-size: 25px;
  font-weight: 800;
  background: #ffffff;
  color: #01529d;
  box-shadow: -10px -10px 13px -1px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 2;
}
/* First tab gets shadow on the right side instead */
.tabs-tab.is-active:first-child {
    box-shadow: 13px -10px 13px -1px rgba(0, 0, 0, 0.07);
}
/* Hover state for inactive tabs */
.tabs-tab:not(.is-active):hover {
  background: #f8f9fa;
  color: #01529d;
}
/* Focus state for accessibility */
.tabs-tab:focus-visible {
  outline: 2px solid #01519D;
  outline-offset: -2px;
  z-index: 3;
}
/* Tab content area */
.tabs-content {
  position: relative;
  width: 100%;
  background: transparent;
  padding: 0 32px 32px 32px;
  border-radius: 0;
}
/* Tab panels - all absolutely positioned, only visible one is shown */
.tabs-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 32px 32px 32px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease-in-out;
}
.tabs-panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .tabs-tab {
    transition: none !important;
  }
}
/* Tab Item Block */
.tab-item-block {
  width: 100%;
}
.test-block {

}
.wp-block-button.is-style-primary .wp-block-button__link.has-text-color.has-light-color {

                    }
.wp-block-button.is-style-primary .wp-block-button__link.has-text-color.has-dark-color {

                    }
.wp-block-button.is-style-link .wp-block-button__link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(1 81 157 / var(--tw-text-opacity, 1));
  background-color: transparent !important;
}
.wp-block-button.is-style-link .wp-block-button__link.has-text-color.has-light-color {

                    }
.wp-block-button.is-style-link .wp-block-button__link.has-text-color.has-dark-color {

                    }
.wp-block-heading mark {
  font-weight: 900;
}
.wp-block-heading.is-style-2xl {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 1024px) {

  .wp-block-heading.is-style-2xl {
    font-size: 4rem;
  }
}
.wp-block-heading.is-style-xl {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 1;
}
@media (min-width: 1024px) {

  .wp-block-heading.is-style-xl {
    font-size: 3rem;
  }
}
.wp-block-heading.is-style-lg {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.wp-block-heading.is-style-md {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.wp-block-heading.is-style-sm {
  margin-bottom: 1rem;
}
.wp-block-heading.is-style-xs {
  margin-bottom: 1rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.left-0 {
  left: 0px;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-auto {
  top: auto;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[75px\] {
  max-height: 75px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[290px\] {
  min-height: 290px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.25rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#D5D5D5\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-error {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(1 81 157 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-menublue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 192 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 81 157 / var(--tw-bg-opacity, 1));
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.bg-\[length\:20px\] {
  background-size: 20px;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-mono {
  font-family: Consolas, monospace;
}
.font-sans {
  font-family: Montserrat, system-ui, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-6xl {
  font-size: 4rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.75;
}
.leading-tight {
  line-height: 1.25;
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-menublue {
  --tw-text-opacity: 1;
  color: rgb(0 120 192 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(1 81 157 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
  opacity: 0.5;
}
.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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -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-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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.outline-2 {
  outline-width: 2px;
}
.outline-primary {
  outline-color: #01519D;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.invert {
  --tw-invert: invert(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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.fluid-container {
        /*rem is equal to 4 */
        padding-left: 1rem;
        padding-right: 1rem;
    }
@media (min-width: 1280px) {

  .fluid-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }

  @media (min-width: 640px) {

    .fluid-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .fluid-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .fluid-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .fluid-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

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

  .fluid-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.shell-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {

  .shell-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }

  @media (min-width: 640px) {

    .shell-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .shell-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .shell-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .shell-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

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

  .shell-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1280px) {

  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }

  @media (min-width: 640px) {

    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .xl\:container {
      max-width: 1536px;
    }
  }
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 81 157 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(1 81 157 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(34 47 97 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:absolute:focus {
  position: absolute;
}
.focus\:top-4:focus {
  top: 1rem;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-error:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 81 157 / var(--tw-ring-opacity, 1));
}
.active\:bg-gray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-30:disabled {
  opacity: 0.3;
}
@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {

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

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

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

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

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }
}