{"version":3,"file":"0.64aa5113.js","sources":["../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/molecules/Cards/MenuNavigationCard.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalFooter/FooterColumn.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/obamaFoundationIconDarkMode.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/obamaPresidencialCenterDarkMode.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/obamaFoundationDarkMode.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/obamaFoundationScholars.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/MBKAlliance.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/leaders.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/futureSeriesCenter.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/futureSeries.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/democracyForumCenter.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/democracyForum.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/obamaPresidencialCenter.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/obamaFoundationIcon.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/assets/logos/obamaFoundation.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/atoms/Logo.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalFooter/GlobalFooter.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/utilities/accessibility.js","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/globalNavigationConstants.js","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigationSecondaryMenuLink.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigationSecondaryMenu.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigationDesktopContent.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigationDesktopBar.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigationAnimationWrapper.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigationDesktop.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigationMobileBar.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigationMobileLinkLabel.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigationMobileContent.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigationMobile.svelte","../../../../../../node_modules/@ObamaFoundation/of-design-system/dist/organisms/GlobalNavigation/GlobalNavigation.svelte","../../../../../../src/lib/components/Banner.svelte","../../../../../../src/lib/components/GTM.svelte","../../../../../../src/lib/components/Header.svelte","../../../../../../src/lib/components/Footer.svelte","../../../../../../src/routes/+layout.svelte"],"sourcesContent":["\n\n{#if cardContent}\n (isLinkHovered = true)}\n on:mouseleave={() => (isLinkHovered = false)}\n >\n {#if showRule}\n \n {/if}\n \n

\n {#if showLinkIcon}\n \n {:else}\n {cardContent.label}\n {/if}\n

\n \n{/if}\n","\n\n
\n {#if !!title}\n
{title}
\n {/if}\n {#if type === \"links\"}\n
    \n {#each links as link}\n
  • \n \n
  • \n {/each}\n
\n {/if}\n {#if type === \"card\"}\n \n {/if}\n
\n","\n \n\n","\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","\n \n \n \n \n \n \n \n \n \n \n \n \n\n","\n \n \n \n \n \n \n \n \n\n","\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","\n \n\n","\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","\n\n\n\n\n","\n\n\n \n
\n \n \n \n
\n
\n \n {title}\n \n
\n

\n {subTitle}\n

\n
\n \n
\n \n {#each footerColumns as contentColumn}\n \n {/each}\n\n
\n
\n \n
\n
\n {#each legalLinks as legalLink}\n \n {/each}\n
\n
\n
\n {#each socialLinks as socialItem}\n \n \n \n {/each}\n
\n
\n \n
\n","// @ts-check\n/** @typedef {Object} FocusTrapOptions\n * @property {string | undefined} triggerElementQuery\n * @property {boolean} shouldTrapFocus\n */\n\n/** @type {import('svelte/action').Action} */\nexport const trapFocus = (node, options) => {\n /** @type {AbortController | undefined} */\n let abortController;\n let currentOptions = options;\n if (typeof window === \"undefined\") {\n return;\n }\n\n /** @type {HTMLElement} */\n let firstElement;\n /** @type {HTMLElement} */\n let secondElement;\n /** @type {HTMLElement} */\n let lastElement;\n\n const focusableElements =\n \"a:not([tabindex='-1']), area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]):not([tabindex='-1']), iframe, object, embed, *[contenteditable]\";\n\n /** @type {(e: KeyboardEvent) => void} */\n const onFirstElementKeydown = (e) => {\n if (!e.shiftKey && e.code === \"Tab\") {\n e.preventDefault();\n secondElement.focus();\n }\n if (e.shiftKey && e.code === \"Tab\") {\n e.preventDefault();\n lastElement.focus();\n }\n };\n\n /** @type {(e: KeyboardEvent) => void} */\n const onSecondElementKeydown = (e) => {\n if (e.shiftKey && e.code === \"Tab\") {\n e.preventDefault();\n firstElement.focus();\n }\n };\n\n /** @type {(e: KeyboardEvent) => void} */\n const onLastElementKeydown = (e) => {\n if (!e.shiftKey && e.code === \"Tab\") {\n e.preventDefault();\n firstElement.focus();\n }\n };\n\n const manageFocus = () => {\n if (currentOptions?.shouldTrapFocus !== true) {\n return;\n }\n\n abortController = new AbortController();\n const signal = abortController.signal;\n\n const focusableListList = node.querySelectorAll(focusableElements);\n\n const focusableList = Array.from(focusableListList);\n\n let triggerElement;\n if (currentOptions?.triggerElementQuery) {\n triggerElement = document.querySelector(options.triggerElementQuery);\n }\n\n if (triggerElement) {\n focusableList.unshift(triggerElement);\n }\n\n if (focusableList.length < 2) {\n return;\n }\n\n firstElement = /** @type {HTMLElement} */ (focusableList[0]);\n\n // For external trigger support\n secondElement = /** @type {HTMLElement} */ (focusableList[1]);\n\n lastElement = /** @type {HTMLElement} */ (focusableList[focusableList.length - 1]);\n\n firstElement?.addEventListener(\"keydown\", onFirstElementKeydown, { signal });\n secondElement?.addEventListener(\"keydown\", onSecondElementKeydown, { signal });\n lastElement?.addEventListener(\"keydown\", onLastElementKeydown, { signal });\n };\n\n const cleanUp = () => {\n abortController?.abort();\n };\n\n const observationChange = () => {\n cleanUp();\n manageFocus();\n };\n\n const observer = new MutationObserver(observationChange);\n observer.observe(node, { childList: true, subtree: true });\n\n manageFocus();\n return {\n update(newOptions) {\n currentOptions = newOptions;\n },\n destroy() {\n observer.disconnect();\n cleanUp();\n }\n };\n};\n","// @ts-check\n/*eslint sort-keys: \"error\"*/\n\nconst Constants = /** @type {const} */ ({\n navHeightDesktop: 125, // spacing value defined in Tailwind config\n navHeightMobile: 92, // spacing value defined in Tailwind config\n navigationId: \"global-navigation\",\n navigationIdMobile: \"global-navigation-mobile\",\n primaryLinkPrefix: \"global-nav-primary-link-\",\n primaryLinkPrefixMobile: \"global-nav-primary-link-mobile-\",\n secondarySectionPrefix: \"global-nav-secondary-section-\",\n secondarySectionPrefixMobile: \"global-nav-secondary-section-mobile-\",\n transitionFocus: {\n logo: \"logo\"\n }\n});\n\nexport default Constants;\n","\n\n\n {link.label}\n \n \n \n\n
\n \n
\n","\n\n
\n \n
    \n {#each links as link (link.label)}\n
  • \n \n
  • \n {/each}\n
\n
\n","\n\n\n {#if mainNavigation?.length > 0}\n {#each mainNavigation as primarySection (primarySection.link.label)}\n {@const showSection = primarySection?.link?.label === displayedSection}\n {@const labelledById = Constants.primaryLinkPrefix + primarySection?.link?.label}\n {@const triggerElementQuery = `[id=\"${labelledById}\"] + button`}\n {@const primaryLinkLabel = primarySection?.link?.label.replace(/\\s/g, \"\")}\n {#if showSection}\n \n \n \n \n {#each primarySection.secondarySections ?? [] as secondarySection, i}\n {@const sectionDelay = i * 50}\n \n {#if secondarySection?.type === \"card\"}\n \n {:else if secondarySection.type === \"section\"}\n \n {/if}\n \n {/each}\n \n \n \n \n {/if}\n {/each}\n {/if}\n\n","\n\n\n \n
    \n
  • \n \n {mainLogoAccessibilityText}\n \n \n \n
  • \n {#if mainNavigation?.length > 0}\n {#each mainNavigation as primarySection (primarySection.link.label)}\n {@const isCurrentRoute = primarySection?.link?.url === currentRoute}\n {@const isDisplayingSecondaryMenu = primarySection?.link?.label === displayedSection}\n {@const primaryLinkLabel = primarySection?.link?.label.replace(/\\s/g, \"\")}\n {\n dispatch(\"hoveredLabel\", {\n displayedSection: primarySection?.link?.label\n });\n }}\n >\n \n {primarySection?.link?.label}\n \n {\n if (isDisplayingSecondaryMenu) {\n dispatch(\"hoveredLabel\", {\n displayedSection: undefined\n });\n } else {\n dispatch(\"hoveredLabel\", {\n displayedSection: primarySection?.link?.label\n });\n }\n }}\n class=\"\n pointer-events-none h-[2.25rem]\n opacity-[0] focus-visible:pointer-events-auto focus-visible:opacity-[100]\n {currentTheme.focusOutlineColor} {isDisplayingSecondaryMenu\n ? 'text-cobalt-blue'\n : currentTheme.textColor}\n focus-visible:outline-dashed focus-visible:outline-offset-2\n \"\n >\n \n \n \n {/each}\n {/if}\n
\n\n {#if isSearchPanelVisible}\n \n \n \n {:else}\n \n \n \n {/if}\n \n
\n","\n\n\n dispatch(\"introEnd\")}\n class=\"{currentDesktopTheme?.backgroundColor} transition-color z-11 absolute left-0 top-0 w-full {isSearchPanelVisible\n ? 'pt-nav-height-mobile'\n : ''} lg:pt-nav-height-desktop\"\n>\n \n \n \n\n","\n\n