@uoguelph/web-components 1.1.2 → 1.2.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  2. package/dist/cjs/{index-00f6c6f1.js → index-06b58d35.js} +5 -5
  3. package/dist/cjs/{index-d71963b7.js → index-cdb046b4.js} +149 -44
  4. package/dist/cjs/loader.cjs.js +5 -3
  5. package/dist/cjs/uofg-alert.cjs.entry.js +11 -10
  6. package/dist/cjs/uofg-back-to-top_5.cjs.entry.js +1374 -0
  7. package/dist/cjs/uofg-modal.cjs.entry.js +152 -142
  8. package/dist/cjs/uofg-web-components.cjs.js +6 -4
  9. package/dist/cjs/utils-3d4b7e2e.js +16 -0
  10. package/dist/collection/collection-manifest.json +2 -2
  11. package/dist/collection/components/uofg-alert/uofg-alert.css +1 -75
  12. package/dist/collection/components/uofg-alert/uofg-alert.js +15 -15
  13. package/dist/collection/components/uofg-back-to-top/uofg-back-to-top.css +1 -40
  14. package/dist/collection/components/uofg-back-to-top/uofg-back-to-top.js +66 -63
  15. package/dist/collection/components/uofg-card/uofg-card.css +1 -95
  16. package/dist/collection/components/uofg-card/uofg-card.js +42 -40
  17. package/dist/collection/components/uofg-footer/uofg-footer.css +1 -249
  18. package/dist/collection/components/uofg-footer/uofg-footer.js +132 -40
  19. package/dist/collection/components/uofg-header/logo-full.svg +1 -1
  20. package/dist/collection/components/uofg-header/uofg-header.css +1 -542
  21. package/dist/collection/components/uofg-header/uofg-header.js +238 -157
  22. package/dist/collection/components/uofg-menu/uofg-menu.js +414 -410
  23. package/dist/collection/components/uofg-modal/uofg-modal.css +1 -113
  24. package/dist/collection/components/uofg-modal/uofg-modal.js +393 -386
  25. package/dist/collection/utils/font-awesome-icon.js +4 -4
  26. package/dist/collection/utils/utils.js +5 -5
  27. package/dist/components/font-awesome-icon.js +4 -4
  28. package/dist/components/uofg-alert.d.ts +2 -2
  29. package/dist/components/uofg-alert.js +22 -21
  30. package/dist/components/uofg-back-to-top.d.ts +2 -2
  31. package/dist/components/uofg-back-to-top.js +38 -34
  32. package/dist/components/uofg-card.d.ts +2 -2
  33. package/dist/components/uofg-card.js +28 -25
  34. package/dist/components/uofg-footer.d.ts +2 -2
  35. package/dist/components/uofg-footer.js +243 -115
  36. package/dist/components/uofg-header.d.ts +2 -2
  37. package/dist/components/uofg-header.js +235 -144
  38. package/dist/components/uofg-menu.d.ts +2 -2
  39. package/dist/components/uofg-menu2.js +245 -239
  40. package/dist/components/uofg-modal.d.ts +2 -2
  41. package/dist/components/uofg-modal.js +176 -166
  42. package/dist/components/utils.js +4 -4
  43. package/dist/esm/app-globals-0f993ce5.js +3 -0
  44. package/dist/esm/{index-284464b7.js → index-0b0002d2.js} +149 -44
  45. package/dist/esm/{index-a0a2924b.js → index-e685921a.js} +5 -5
  46. package/dist/esm/loader.js +6 -4
  47. package/dist/esm/uofg-alert.entry.js +11 -10
  48. package/dist/esm/uofg-back-to-top_5.entry.js +1366 -0
  49. package/dist/esm/uofg-modal.entry.js +152 -142
  50. package/dist/esm/uofg-web-components.js +7 -5
  51. package/dist/esm/utils-379bb71a.js +12 -0
  52. package/dist/types/components/uofg-alert/uofg-alert.d.ts +1 -1
  53. package/dist/types/components/uofg-back-to-top/uofg-back-to-top.d.ts +8 -8
  54. package/dist/types/components/uofg-card/uofg-card.d.ts +5 -5
  55. package/dist/types/components/uofg-footer/uofg-footer.d.ts +6 -6
  56. package/dist/types/components/uofg-header/uofg-header.d.ts +30 -29
  57. package/dist/types/components/uofg-menu/uofg-menu.d.ts +65 -65
  58. package/dist/types/components/uofg-modal/uofg-modal.d.ts +70 -70
  59. package/dist/types/components.d.ts +27 -1
  60. package/dist/types/stencil-public-runtime.d.ts +29 -0
  61. package/dist/types/utils/font-awesome-icon.d.ts +1 -1
  62. package/dist/uofg-web-components/{p-8bb65209.js → p-6fa0f8f6.js} +1 -1
  63. package/dist/uofg-web-components/p-7569d8f2.entry.js +1 -0
  64. package/dist/uofg-web-components/p-bce5df9d.entry.js +1 -0
  65. package/dist/uofg-web-components/p-e1255160.js +1 -0
  66. package/dist/uofg-web-components/p-ee27db22.js +2 -0
  67. package/dist/uofg-web-components/p-fde6370b.entry.js +1 -0
  68. package/dist/uofg-web-components/uofg-web-components.css +1 -1
  69. package/dist/uofg-web-components/uofg-web-components.esm.js +1 -1
  70. package/package.json +12 -7
  71. package/dist/cjs/uofg-back-to-top_4.cjs.entry.js +0 -1139
  72. package/dist/cjs/uofg-card.cjs.entry.js +0 -21
  73. package/dist/cjs/utils-582c8cb9.js +0 -16
  74. package/dist/components/_commonjsHelpers.js +0 -15
  75. package/dist/esm/uofg-back-to-top_4.entry.js +0 -1132
  76. package/dist/esm/uofg-card.entry.js +0 -17
  77. package/dist/esm/utils-cfa32fa2.js +0 -12
  78. package/dist/uofg-web-components/p-204e5cf7.entry.js +0 -1
  79. package/dist/uofg-web-components/p-3d5269a9.entry.js +0 -1
  80. package/dist/uofg-web-components/p-9429a69e.entry.js +0 -1
  81. package/dist/uofg-web-components/p-ba36e942.js +0 -2
  82. package/dist/uofg-web-components/p-e063f0e4.entry.js +0 -1
  83. /package/dist/uofg-web-components/{p-826dc478.js → p-fec87f9d.js} +0 -0
@@ -4,74 +4,74 @@ import { EventEmitter } from '../../stencil-public-runtime';
4
4
  * @part dismiss-button - The button that closes the modal.
5
5
  */
6
6
  export declare class UofgModal {
7
- /**
8
- * The label for the modal. It is recommended that you set this to describe the modal's content.
9
- * This is required for accessibility.
10
- */
11
- label: string;
12
- /**
13
- * Used to determine whether the modal should be rendered as an alert dialog.
14
- * This is useful for when you want to use the modal to alert the user of something, rather than to ask the user to make a decision.
15
- * If this is set to true, the modal will be rendered with a role of "alertdialog" instead of "dialog".
16
- */
17
- alertDialog: boolean;
18
- /**
19
- * Used to determine whether the modal content is centered vertically.
20
- */
21
- centered: boolean;
22
- /**
23
- * Used to determine whether clicking on the backdrop of the modal will close the modal.
24
- * If this is set to true, clicking on the backdrop will NOT close the modal.
25
- */
26
- staticBackdrop: boolean;
27
- /**
28
- * Used to determine whether the modal should open automatically when the component is first rendered.
29
- * It is important to ensure this is only set to true for ONE modal on the page.
30
- */
31
- autoOpen: boolean;
32
- /**
33
- * Dispatched whenever the modal is opened whether by user interaction or or programmatically (e.g. open()).
34
- */
35
- opened: EventEmitter<void>;
36
- /**
37
- * Dispatched whenever the modal is closed whether by user interaction or programmatically (e.g. close()).
38
- */
39
- closed: EventEmitter<void>;
40
- isOpen: boolean;
41
- el: HTMLUofgModalElement;
42
- private container;
43
- private dismissButton;
44
- private inertElements;
45
- connectedCallback(): void;
46
- disconnectedCallback(): void;
47
- handleClick(e: MouseEvent): void;
48
- handleKeyUp(e: KeyboardEvent): void;
49
- handleFocusOut(e: FocusEvent): void;
50
- handleIsOpenChange(newValue: boolean): void;
51
- render(): any;
52
- /**
53
- * Get the current state of the modal.
54
- * @returns A promise which will resolve to true when the modal is open, or false when the modal is closed.
55
- */
56
- getState(): Promise<boolean>;
57
- /**
58
- * Set the state of the modal.
59
- * @param value The new state, set it to true to open the modal, or false to close the modal.
60
- */
61
- setState(value: boolean): Promise<void>;
62
- /**
63
- * Toggle the state of the modal.
64
- * @returns A promise which will resolve to true (if the modal opened) or false (if the modal closed).
65
- */
66
- toggle(): Promise<boolean>;
67
- /**
68
- * Closes the modal.
69
- * @returns empty Promise.
70
- */
71
- close(): Promise<void>;
72
- /**
73
- * Opens the modal.
74
- * @returns empty Promise.
75
- */
76
- open(): Promise<void>;
7
+ /**
8
+ * The label for the modal. It is recommended that you set this to describe the modal's content.
9
+ * This is required for accessibility.
10
+ */
11
+ label: string;
12
+ /**
13
+ * Used to determine whether the modal should be rendered as an alert dialog.
14
+ * This is useful for when you want to use the modal to alert the user of something, rather than to ask the user to make a decision.
15
+ * If this is set to true, the modal will be rendered with a role of "alertdialog" instead of "dialog".
16
+ */
17
+ alertDialog: boolean;
18
+ /**
19
+ * Used to determine whether the modal content is centered vertically.
20
+ */
21
+ centered: boolean;
22
+ /**
23
+ * Used to determine whether clicking on the backdrop of the modal will close the modal.
24
+ * If this is set to true, clicking on the backdrop will NOT close the modal.
25
+ */
26
+ staticBackdrop: boolean;
27
+ /**
28
+ * Used to determine whether the modal should open automatically when the component is first rendered.
29
+ * It is important to ensure this is only set to true for ONE modal on the page.
30
+ */
31
+ autoOpen: boolean;
32
+ /**
33
+ * Dispatched whenever the modal is opened whether by user interaction or programmatically (e.g. open()).
34
+ */
35
+ opened: EventEmitter<void>;
36
+ /**
37
+ * Dispatched whenever the modal is closed whether by user interaction or programmatically (e.g. close()).
38
+ */
39
+ closed: EventEmitter<void>;
40
+ isOpen: boolean;
41
+ el: HTMLUofgModalElement;
42
+ private container;
43
+ private dismissButton;
44
+ private inertElements;
45
+ connectedCallback(): void;
46
+ disconnectedCallback(): void;
47
+ private handleClick;
48
+ private handleKeyUp;
49
+ private handleFocusOut;
50
+ handleIsOpenChange(newValue: boolean): void;
51
+ render(): any;
52
+ /**
53
+ * Get the current state of the modal.
54
+ * @returns A promise which will resolve to true when the modal is open, or false when the modal is closed.
55
+ */
56
+ getState(): Promise<boolean>;
57
+ /**
58
+ * Set the state of the modal.
59
+ * @param value The new state, set it to true to open the modal, or false to close the modal.
60
+ */
61
+ setState(value: boolean): Promise<void>;
62
+ /**
63
+ * Toggle the state of the modal.
64
+ * @returns A promise which will resolve to true (if the modal opened) or false (if the modal closed).
65
+ */
66
+ toggle(): Promise<boolean>;
67
+ /**
68
+ * Closes the modal.
69
+ * @returns empty Promise.
70
+ */
71
+ close(): Promise<void>;
72
+ /**
73
+ * Opens the modal.
74
+ * @returns empty Promise.
75
+ */
76
+ open(): Promise<void>;
77
77
  }
@@ -150,13 +150,39 @@ declare global {
150
150
  prototype: HTMLUofgHeaderElement;
151
151
  new (): HTMLUofgHeaderElement;
152
152
  };
153
+ interface HTMLUofgMenuElementEventMap {
154
+ "expanded": void;
155
+ "collapsed": void;
156
+ "animationStarted": boolean;
157
+ "animationEnded": boolean;
158
+ }
153
159
  interface HTMLUofgMenuElement extends Components.UofgMenu, HTMLStencilElement {
160
+ addEventListener<K extends keyof HTMLUofgMenuElementEventMap>(type: K, listener: (this: HTMLUofgMenuElement, ev: UofgMenuCustomEvent<HTMLUofgMenuElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
161
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
162
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
163
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
164
+ removeEventListener<K extends keyof HTMLUofgMenuElementEventMap>(type: K, listener: (this: HTMLUofgMenuElement, ev: UofgMenuCustomEvent<HTMLUofgMenuElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
165
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
166
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
167
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
154
168
  }
155
169
  var HTMLUofgMenuElement: {
156
170
  prototype: HTMLUofgMenuElement;
157
171
  new (): HTMLUofgMenuElement;
158
172
  };
173
+ interface HTMLUofgModalElementEventMap {
174
+ "opened": void;
175
+ "closed": void;
176
+ }
159
177
  interface HTMLUofgModalElement extends Components.UofgModal, HTMLStencilElement {
178
+ addEventListener<K extends keyof HTMLUofgModalElementEventMap>(type: K, listener: (this: HTMLUofgModalElement, ev: UofgModalCustomEvent<HTMLUofgModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
179
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
180
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
181
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
182
+ removeEventListener<K extends keyof HTMLUofgModalElementEventMap>(type: K, listener: (this: HTMLUofgModalElement, ev: UofgModalCustomEvent<HTMLUofgModalElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
183
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
184
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
185
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
160
186
  }
161
187
  var HTMLUofgModalElement: {
162
188
  prototype: HTMLUofgModalElement;
@@ -243,7 +269,7 @@ declare namespace LocalJSX {
243
269
  */
244
270
  "onClosed"?: (event: UofgModalCustomEvent<void>) => void;
245
271
  /**
246
- * Dispatched whenever the modal is opened whether by user interaction or or programmatically (e.g. open()).
272
+ * Dispatched whenever the modal is opened whether by user interaction or programmatically (e.g. open()).
247
273
  */
248
274
  "onOpened"?: (event: UofgModalCustomEvent<void>) => void;
249
275
  /**
@@ -3,6 +3,16 @@ export interface ComponentDecorator {
3
3
  (opts?: ComponentOptions): ClassDecorator;
4
4
  }
5
5
  export interface ComponentOptions {
6
+ /**
7
+ * When set to `true` this component will be form-associated. See
8
+ * https://stenciljs.com/docs/next/form-associated documentation on how to
9
+ * build form-associated Stencil components that integrate into forms like
10
+ * native browser elements such as `<input>` and `<textarea>`.
11
+ *
12
+ * The {@link AttachInternals} decorator allows for access to the
13
+ * `ElementInternals` object to modify the associated form.
14
+ */
15
+ formAssociated?: boolean;
6
16
  /**
7
17
  * Tag name of the web component. Ideally, the tag name must be globally unique,
8
18
  * so it's recommended to choose an unique prefix for all your components within the same collection.
@@ -107,6 +117,9 @@ export interface EventOptions {
107
117
  */
108
118
  composed?: boolean;
109
119
  }
120
+ export interface AttachInternalsDecorator {
121
+ (): PropertyDecorator;
122
+ }
110
123
  export interface ListenDecorator {
111
124
  (eventName: string, opts?: ListenOptions): CustomMethodDecorator<any>;
112
125
  }
@@ -175,6 +188,12 @@ export declare const Element: ElementDecorator;
175
188
  * https://stenciljs.com/docs/events
176
189
  */
177
190
  export declare const Event: EventDecorator;
191
+ /**
192
+ * If the `formAssociated` option is set in options passed to the
193
+ * `@Component()` decorator then this decorator may be used to get access to the
194
+ * `ElementInternals` instance associated with the component.
195
+ */
196
+ export declare const AttachInternals: AttachInternalsDecorator;
178
197
  /**
179
198
  * The `Listen()` decorator is for listening DOM events, including the ones
180
199
  * dispatched from `@Events()`.
@@ -791,6 +810,9 @@ export declare namespace JSXBase {
791
810
  name?: string;
792
811
  type?: string;
793
812
  value?: string | string[] | number;
813
+ popoverTargetAction?: string;
814
+ popoverTargetElement?: Element | null;
815
+ popoverTarget?: string;
794
816
  }
795
817
  interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
796
818
  height?: number | string;
@@ -952,6 +974,9 @@ export declare namespace JSXBase {
952
974
  webkitdirectory?: boolean;
953
975
  webkitEntries?: any;
954
976
  width?: number | string;
977
+ popoverTargetAction?: string;
978
+ popoverTargetElement?: Element | null;
979
+ popoverTarget?: string;
955
980
  }
956
981
  interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
957
982
  autoFocus?: boolean;
@@ -1115,11 +1140,13 @@ export declare namespace JSXBase {
1115
1140
  autocomplete?: string;
1116
1141
  }
1117
1142
  interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
1143
+ height?: number;
1118
1144
  media?: string;
1119
1145
  sizes?: string;
1120
1146
  src?: string;
1121
1147
  srcSet?: string;
1122
1148
  type?: string;
1149
+ width?: number;
1123
1150
  }
1124
1151
  interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
1125
1152
  media?: string;
@@ -1202,6 +1229,7 @@ export declare namespace JSXBase {
1202
1229
  draggable?: boolean;
1203
1230
  hidden?: boolean;
1204
1231
  id?: string;
1232
+ inert?: boolean;
1205
1233
  lang?: string;
1206
1234
  spellcheck?: 'true' | 'false' | any;
1207
1235
  style?: {
@@ -1210,6 +1238,7 @@ export declare namespace JSXBase {
1210
1238
  tabIndex?: number;
1211
1239
  tabindex?: number | string;
1212
1240
  title?: string;
1241
+ popover?: string | null;
1213
1242
  inputMode?: string;
1214
1243
  inputmode?: string;
1215
1244
  enterKeyHint?: string;
@@ -1,5 +1,5 @@
1
1
  import { FunctionalComponent } from '../stencil-public-runtime';
2
2
  import { IconDefinition } from '@fortawesome/free-solid-svg-icons';
3
3
  export declare const FontAwesomeIcon: FunctionalComponent<{
4
- icon: IconDefinition;
4
+ icon: IconDefinition;
5
5
  }>;
@@ -1 +1 @@
1
- import{h as c}from"./p-ba36e942.js";const a=a=>{const s=a.icon.icon[4];return c("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:`0 0 ${a.icon.icon[0]} ${a.icon.icon[1]}`},Array.isArray(s)?s.map((a=>c("path",{d:a}))):c("path",{d:s}))};var s={prefix:"fas",iconName:"circle-exclamation",icon:[512,512,["exclamation-circle"],"f06a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},e={prefix:"fas",iconName:"chevron-up",icon:[512,512,[],"f077","M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"]},o={prefix:"fas",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"]};export{a as F,s as a,o as b,e as f}
1
+ import{h as c}from"./p-ee27db22.js";const a=a=>{const s=a.icon.icon[4];return c("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:`0 0 ${a.icon.icon[0]} ${a.icon.icon[1]}`},Array.isArray(s)?s.map((a=>c("path",{d:a}))):c("path",{d:s}))};var s={prefix:"fas",iconName:"circle-exclamation",icon:[512,512,["exclamation-circle"],"f06a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},e={prefix:"fas",iconName:"chevron-up",icon:[512,512,[],"f077","M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"]},o={prefix:"fas",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"]};export{a as F,s as a,o as b,e as f}
@@ -0,0 +1 @@
1
+ import{r as t,h as e}from"./p-ee27db22.js";import{F as o,a as r}from"./p-6fa0f8f6.js";const a=class{constructor(e){t(this,e)}render(){return e("div",{key:"43637578cd80a54999db4a08bf6a5fa09c76c402",class:"tw-flex tw-flex-col tw-text-3xl"},e("div",{key:"22313ab033d01b2271fd7dfe7d7747b5fd59e776",class:"tw-flex tw-items-center tw-bg-uofg-red tw-p-8 tw-text-4xl tw-text-white [&>svg]:tw-mr-4 [&>svg]:tw-h-[1.5em] [&>svg]:tw-fill-current"},e(o,{key:"a742d78bcb8a8215d55a6270eabba0a53b165f26",icon:r}),e("slot",{key:"5afc5e3a18c0fb3ab5662af2fa912752fda379c8",name:"title"})),e("div",{key:"d2ff3754074ce3b5e7e254cdf72711b1174222a7",class:'tw-flex tw-flex-col tw-bg-white tw-px-8 tw-py-6 [&>slot[name="message"]::slotted(*)]:tw-text-2xl [&>slot[name="subtitle"]::slotted(*)]:tw-mb-8 [&>slot[name="subtitle"]::slotted(*)]:tw-text-4xl [&>slot[name="subtitle"]::slotted(*)]:tw-font-bold'},e("slot",{key:"261b7f2434eecdc63cd0746bdb11539be6e3edf9",name:"subtitle"}),e("slot",{key:"438ef72be3746c53ee8f628e553163a7af93fe3e",name:"message"})),e("div",{key:"6b3a020c4a6d98e7f7fe90b922a0be997a6f341a",class:"tw-flex tw-bg-uofg-grey tw-py-4 tw-px-8 tw-text-2xl"},e("slot",{key:"588ae6afce9d76c96768b807c3135cb1714f2889",name:"footer"})))}};a.style=':host{display:block;max-width:100rem}*{box-sizing:border-box}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-size:inherit;font-family:inherit;color:inherit;line-height:inherit;word-spacing:inherit;letter-spacing:inherit}ul{list-style:none;padding:0;margin:0}@defaults border-spacing{--tw-border-spacing-x:0;--tw-border-spacing-y:0}@defaults transform{--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}@defaults touch-action{}@defaults scroll-snap-type{--tw-scroll-snap-strictness:proximity}@defaults gradient-color-stops{}@defaults font-variant-numeric{}@defaults box-shadow{--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}@defaults ring-width{--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}@defaults filter{}@defaults backdrop-filter{}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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-flex{display:flex!important}.tw-flex-col{flex-direction:column!important}.tw-items-center{align-items:center!important}.tw-bg-uofg-grey{--tw-bg-opacity:1!important;background-color:rgb(221 221 221/var(--tw-bg-opacity))!important}.tw-bg-uofg-red{--tw-bg-opacity:1!important;background-color:rgb(194 4 48/var(--tw-bg-opacity))!important}.tw-bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.tw-p-8{padding:2rem!important}.tw-px-8{padding-left:2rem!important;padding-right:2rem!important}.tw-py-4{padding-bottom:1rem!important;padding-top:1rem!important}.tw-py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.tw-text-2xl{font-size:1.5rem!important;line-height:2rem!important}.tw-text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.tw-text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.tw-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.\\[\\&\\>slot\\[name\\=\\"message\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-text-2xl>slot[name=message]::slotted(*){font-size:1.5rem!important;line-height:2rem!important}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-mb-8>slot[name=subtitle]::slotted(*){margin-bottom:2rem!important}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-text-4xl>slot[name=subtitle]::slotted(*){font-size:2.25rem!important;line-height:2.5rem!important}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-font-bold>slot[name=subtitle]::slotted(*){font-weight:700!important}.\\[\\&\\>svg\\]\\:tw-mr-4>svg{margin-right:1rem!important}.\\[\\&\\>svg\\]\\:tw-h-\\[1\\.5em\\]>svg{height:1.5em!important}.\\[\\&\\>svg\\]\\:tw-fill-current>svg{fill:currentColor!important}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}';export{a as uofg_alert}
@@ -0,0 +1 @@
1
+ import{r as t,h as o,F as e,g as r,c as a,H as i}from"./p-ee27db22.js";import{F as s,f as n}from"./p-6fa0f8f6.js";import{W as l,P as c}from"./p-fec87f9d.js";const w=class{constructor(o){t(this,o),this.threshold=50,this.isVisible=!1}connectedCallback(){this.onScroll()}onScroll(){this.isVisible=window.scrollY>=this.threshold}render(){return o("button",{key:"5224240c1039f7484aca93cc6e7014d9cfb06702","aria-label":"Go back to the top",class:{"tw-opacity-100":this.isVisible,"tw-fixed tw-bottom-0 tw-right-0 tw-z-[1000] tw-m-4 tw-flex tw-h-[3.5rem] tw-w-[3.5rem] tw-cursor-pointer tw-items-center tw-justify-center tw-rounded-[50%] tw-border tw-border-solid tw-border-white tw-bg-black tw-text-white tw-opacity-0 tw-transition hocus:tw-bg-uofg-red [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current":!0},onClick:()=>{window.scrollTo({top:0,behavior:"smooth"})}},o(s,{key:"5674c3ab4da096c466e75aeaf446c8335a569ffd",icon:n}))}};w.style=":host{display:block}@defaults border-spacing{--tw-border-spacing-x:0;--tw-border-spacing-y:0}@defaults transform{--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}@defaults touch-action{}@defaults scroll-snap-type{--tw-scroll-snap-strictness:proximity}@defaults gradient-color-stops{}@defaults font-variant-numeric{}@defaults box-shadow{--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}@defaults ring-width{--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}@defaults filter{}@defaults backdrop-filter{}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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-fixed{position:fixed!important}.tw-bottom-0{bottom:0!important}.tw-right-0{right:0!important}.tw-z-\\[1000\\]{z-index:1000!important}.tw-m-4{margin:1rem!important}.tw-flex{display:flex!important}.tw-h-\\[3\\.5rem\\]{height:3.5rem!important}.tw-w-\\[3\\.5rem\\]{width:3.5rem!important}.tw-cursor-pointer{cursor:pointer!important}.tw-items-center{align-items:center!important}.tw-justify-center{justify-content:center!important}.tw-rounded-\\[50\\%\\]{border-radius:50%!important}.tw-border{border-width:1px!important}.tw-border-solid{border-style:solid!important}.tw-border-white{--tw-border-opacity:1!important;border-color:rgb(255 255 255/var(--tw-border-opacity))!important}.tw-bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important}.tw-fill-current{fill:currentColor!important}.tw-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.tw-opacity-0{opacity:0!important}.tw-opacity-100{opacity:1!important}.tw-transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.hocus\\:tw-bg-uofg-red:focus,.hocus\\:tw-bg-uofg-red:hover{--tw-bg-opacity:1!important;background-color:rgb(194 4 48/var(--tw-bg-opacity))!important}.\\[\\&\\>svg\\]\\:tw-h-\\[1em\\]>svg{height:1em!important}.\\[\\&\\>svg\\]\\:tw-fill-current>svg{fill:currentColor!important}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}";const d=class{constructor(o){t(this,o),this.href=void 0}render(){var t;const r=()=>o(e,{key:"8eb35c1aaeb19f187b7dbcb9be2990a947128c06"},o("div",{key:"6812c189df6d70a5495db38d14fb37f656892603",class:"tw-flex tw-items-center tw-justify-center tw-overflow-hidden [&>slot::slotted(img)]:tw-w-full [&>slot::slotted(img)]:tw-object-cover [&>slot::slotted(img)]:tw-transition-transform"},o("slot",{key:"65a609cdbc7b3e5bf9364bef31f6e063932568cf",name:"img"})),o("div",{key:"3d936244cb22e8b74e24745a059b8decdcd7868c",class:'tw-flex tw-p-4 tw-flex-col [&>slot[name="body"]::slotted(*)]:tw-m-0 [&>slot[name="body"]::slotted(*)]:tw-text-xl [&>slot[name="body"]::slotted(*)]:tw-font-normal [&>slot[name="subtitle"]::slotted(*)]:tw-m-0 [&>slot[name="subtitle"]::slotted(*)]:tw-py-4 [&>slot[name="subtitle"]::slotted(*)]:tw-text-2xl [&>slot[name="subtitle"]::slotted(*)]:tw-font-normal [&>slot[name="title"]::slotted(*)]:tw-m-0 [&>slot[name="title"]::slotted(*)]:tw-py-4 [&>slot[name="title"]::slotted(*)]:tw-text-4xl [&>slot[name="title"]::slotted(*)]:tw-font-normal'},o("slot",{key:"4db7245929e655f4acbeab7f603b22464caf096e",name:"title"}),o("slot",{key:"b0482adba0ca4a994f6d3f100e1c483cb6a72452",name:"subtitle"}),o("slot",{key:"083146dd845200f2356c88535a8127f65f7ab229",name:"body"})),o("div",{key:"fa7c4af274ad6865bd2e12d291f45469cb40952f",class:"tw-bg-uofg-blue-200 tw-px-4 tw-py-2"},o("slot",{key:"8197a63f9551f979b8f7426370c098ec8aa8f37b",name:"footer"}))),a="tw-flex tw-flex-col tw-bg-uofg-blue-50 tw-text-2xl tw-rounded tw-overflow-hidden";return""!=(null!==(t=null==this?void 0:this.href)&&void 0!==t?t:"")?o("a",{href:this.href,class:`${a} tw-border tw-border-solid tw-border-transparent tw-transition-colors focus-within:tw-border-uofg-blue-400 hocus:tw-border-uofg-blue-400 [&>div>slot::slotted(img)]:hocus:tw-scale-110 [&>div>slot::slotted(img)]:hocus:tw-transform [&>div>slot::slotted(img)]:hocus:tw-transition-transform`},o(r,null)):o("div",{class:a},o(r,null))}};d.style=':host{display:block;width:300px;margin:1rem}*{box-sizing:border-box}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-size:inherit;font-family:inherit;color:inherit;line-height:inherit;word-spacing:inherit;letter-spacing:inherit}ul{list-style:none;padding:0;margin:0}@defaults border-spacing{--tw-border-spacing-x:0;--tw-border-spacing-y:0}@defaults transform{--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}@defaults touch-action{}@defaults scroll-snap-type{--tw-scroll-snap-strictness:proximity}@defaults gradient-color-stops{}@defaults font-variant-numeric{}@defaults box-shadow{--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}@defaults ring-width{--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}@defaults filter{}@defaults backdrop-filter{}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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-flex{display:flex!important}.tw-flex-col{flex-direction:column!important}.tw-items-center{align-items:center!important}.tw-justify-center{justify-content:center!important}.tw-overflow-hidden{overflow:hidden!important}.tw-rounded{border-radius:.25rem!important}.tw-border{border-width:1px!important}.tw-border-solid{border-style:solid!important}.tw-border-transparent{border-color:transparent!important}.tw-bg-uofg-blue-200{--tw-bg-opacity:1!important;background-color:rgb(190 218 227/var(--tw-bg-opacity))!important}.tw-bg-uofg-blue-50{--tw-bg-opacity:1!important;background-color:rgb(241 248 250/var(--tw-bg-opacity))!important}.tw-p-4{padding:1rem!important}.tw-px-4{padding-left:1rem!important;padding-right:1rem!important}.tw-py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.tw-text-2xl{font-size:1.5rem!important;line-height:2rem!important}.tw-transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.focus-within\\:tw-border-uofg-blue-400:focus-within{--tw-border-opacity:1!important;border-color:rgb(105 163 185/var(--tw-border-opacity))!important}.hocus\\:tw-border-uofg-blue-400:focus,.hocus\\:tw-border-uofg-blue-400:hover{--tw-border-opacity:1!important;border-color:rgb(105 163 185/var(--tw-border-opacity))!important}.\\[\\&\\>div\\>slot\\:\\:slotted\\(img\\)\\]\\:hocus\\:tw-scale-110:hover>div>slot::slotted(img){--tw-scale-x:1.1!important;--tw-scale-y:1.1!important;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))!important}.\\[\\&\\>div\\>slot\\:\\:slotted\\(img\\)\\]\\:hocus\\:tw-transform:hover>div>slot::slotted(img){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))!important}.\\[\\&\\>div\\>slot\\:\\:slotted\\(img\\)\\]\\:hocus\\:tw-transition-transform:hover>div>slot::slotted(img){transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.\\[\\&\\>div\\>slot\\:\\:slotted\\(img\\)\\]\\:hocus\\:tw-scale-110:focus>div>slot::slotted(img){--tw-scale-x:1.1!important;--tw-scale-y:1.1!important;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))!important}.\\[\\&\\>div\\>slot\\:\\:slotted\\(img\\)\\]\\:hocus\\:tw-transform:focus>div>slot::slotted(img){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))!important}.\\[\\&\\>div\\>slot\\:\\:slotted\\(img\\)\\]\\:hocus\\:tw-transition-transform:focus>div>slot::slotted(img){transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.\\[\\&\\>slot\\:\\:slotted\\(img\\)\\]\\:tw-w-full>slot::slotted(img){width:100%!important}.\\[\\&\\>slot\\:\\:slotted\\(img\\)\\]\\:tw-object-cover>slot::slotted(img){object-fit:cover!important}.\\[\\&\\>slot\\:\\:slotted\\(img\\)\\]\\:tw-transition-transform>slot::slotted(img){transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.\\[\\&\\>slot\\[name\\=\\"body\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-m-0>slot[name=body]::slotted(*){margin:0!important}.\\[\\&\\>slot\\[name\\=\\"body\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-text-xl>slot[name=body]::slotted(*){font-size:1.25rem!important;line-height:1.75rem!important}.\\[\\&\\>slot\\[name\\=\\"body\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-font-normal>slot[name=body]::slotted(*){font-weight:400!important}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-m-0>slot[name=subtitle]::slotted(*){margin:0!important}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-py-4>slot[name=subtitle]::slotted(*){padding-bottom:1rem!important;padding-top:1rem!important}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-text-2xl>slot[name=subtitle]::slotted(*){font-size:1.5rem!important;line-height:2rem!important}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-font-normal>slot[name=subtitle]::slotted(*){font-weight:400!important}.\\[\\&\\>slot\\[name\\=\\"title\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-m-0>slot[name=title]::slotted(*){margin:0!important}.\\[\\&\\>slot\\[name\\=\\"title\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-py-4>slot[name=title]::slotted(*){padding-bottom:1rem!important;padding-top:1rem!important}.\\[\\&\\>slot\\[name\\=\\"title\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-text-4xl>slot[name=title]::slotted(*){font-size:2.25rem!important;line-height:2.5rem!important}.\\[\\&\\>slot\\[name\\=\\"title\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:tw-font-normal>slot[name=title]::slotted(*){font-weight:400!important}';var p={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="briefcase",e=[128188],r="f0b1",a="M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 320 512V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM512 288H320v32c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V288z";t.definition={prefix:"fas",iconName:o,icon:[512,512,e,r,a]},t.faBriefcase=t.definition,t.prefix="fas",t.iconName=o,t.width=512,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(p);var f={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="calendar",e=[128197,128198],r="f133",a="M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z";t.definition={prefix:"fas",iconName:o,icon:[448,512,e,r,a]},t.faCalendar=t.definition,t.prefix="fas",t.iconName=o,t.width=448,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(f);var h={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="circle-check",e=[61533,"check-circle"],r="f058",a="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z";t.definition={prefix:"fas",iconName:o,icon:[512,512,e,r,a]},t.faCircleCheck=t.definition,t.prefix="fas",t.iconName=o,t.width=512,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(h);var u={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="hand-holding-heart",e=[],r="f4be",a="M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z";t.definition={prefix:"fas",iconName:o,icon:[576,512,e,r,a]},t.faHandHoldingHeart=t.definition,t.prefix="fas",t.iconName=o,t.width=576,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(u);var g={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o=[128273],e="f084",r="M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V448h40c13.3 0 24-10.7 24-24V384h40c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z";t.definition={prefix:"fas",iconName:"key",icon:[512,512,o,e,r]},t.faKey=t.definition,t.prefix="fas",t.iconName="key",t.width=512,t.height=512,t.ligatures=o,t.unicode=e,t.svgPathData=r,t.aliases=o}(g);var m={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="list",e=["list-squares"],r="f03a",a="M40 48C26.7 48 16 58.7 16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM16 232v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40z";t.definition={prefix:"fas",iconName:o,icon:[512,512,e,r,a]},t.faList=t.definition,t.prefix="fas",t.iconName=o,t.width=512,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(m);var b={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="sitemap",e=[],r="f0e8",a="M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40H464c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H464c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H256c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V280H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-30.9 25.1-56 56-56H264V192h-8c-26.5 0-48-21.5-48-48V80z";t.definition={prefix:"fas",iconName:o,icon:[576,512,e,r,a]},t.faSitemap=t.definition,t.prefix="fas",t.iconName=o,t.width=576,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(b);var x={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="tree",e=[127794],r="f1bb",a="M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208H104L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320H80L5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5H192v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448H424.5c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320h33.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208h24.9c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z";t.definition={prefix:"fas",iconName:o,icon:[448,512,e,r,a]},t.faTree=t.definition,t.prefix="fas",t.iconName=o,t.width=448,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(x);var v={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="universal-access",e=[],r="f29a",a="M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3v50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6V235.5c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z";t.definition={prefix:"fas",iconName:o,icon:[512,512,e,r,a]},t.faUniversalAccess=t.definition,t.prefix="fas",t.iconName=o,t.width=512,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(v);var y={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="phone-flip",e=[128381,"phone-alt"],r="f879",a="M347.1 24.6c7.7-18.6 28-28.5 47.4-23.2l88 24C499.9 30.2 512 46 512 64c0 247.4-200.6 448-448 448c-18 0-33.8-12.1-38.6-29.5l-24-88c-5.3-19.4 4.6-39.7 23.2-47.4l96-40c16.3-6.8 35.2-2.1 46.3 11.6L207.3 368c70.4-33.3 127.4-90.3 160.7-160.7L318.7 167c-13.7-11.2-18.4-30-11.6-46.3l40-96z";t.definition={prefix:"fas",iconName:o,icon:[512,512,e,r,a]},t.faPhoneFlip=t.definition,t.prefix="fas",t.iconName=o,t.width=512,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(y);var k={},M={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="square-facebook",e=["facebook-square"],r="f082",a="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z";t.definition={prefix:"fab",iconName:o,icon:[448,512,e,r,a]},t.faSquareFacebook=t.definition,t.prefix="fab",t.iconName=o,t.width=448,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(M),function(t){Object.defineProperty(t,"__esModule",{value:!0});var o=M;t.definition={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},t.faFacebookSquare=t.definition,t.prefix=o.prefix,t.iconName=o.iconName,t.width=o.width,t.height=o.height,t.ligatures=o.aliases,t.unicode=o.unicode,t.svgPathData=o.svgPathData,t.aliases=o.aliases}(k);var z={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="instagram",e=[],r="f16d",a="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z";t.definition={prefix:"fab",iconName:o,icon:[448,512,e,r,a]},t.faInstagram=t.definition,t.prefix="fab",t.iconName=o,t.width=448,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(z);var H={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="linkedin",e=[],r="f08c",a="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z";t.definition={prefix:"fab",iconName:o,icon:[448,512,e,r,a]},t.faLinkedin=t.definition,t.prefix="fab",t.iconName=o,t.width=448,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(H);var j={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="tiktok",e=[],r="e07b",a="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z";t.definition={prefix:"fab",iconName:o,icon:[448,512,e,r,a]},t.faTiktok=t.definition,t.prefix="fab",t.iconName=o,t.width=448,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(j);var V={},_={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="square-twitter",e=["twitter-square"],r="f081",a="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM351.3 199.3v0c0 86.7-66 186.6-186.6 186.6c-37.2 0-71.7-10.8-100.7-29.4c5.3 .6 10.4 .8 15.8 .8c30.7 0 58.9-10.4 81.4-28c-28.8-.6-53-19.5-61.3-45.5c10.1 1.5 19.2 1.5 29.6-1.2c-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3c-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1c32.3 39.8 80.8 65.8 135.2 68.6c-9.3-44.5 24-80.6 64-80.6c18.9 0 35.9 7.9 47.9 20.7c14.8-2.8 29-8.3 41.6-15.8c-4.9 15.2-15.2 28-28.8 36.1c13.2-1.4 26-5.1 37.8-10.2c-8.9 13.1-20.1 24.7-32.9 34c.2 2.8 .2 5.7 .2 8.5z";t.definition={prefix:"fab",iconName:o,icon:[448,512,e,r,a]},t.faSquareTwitter=t.definition,t.prefix="fab",t.iconName=o,t.width=448,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(_),function(t){Object.defineProperty(t,"__esModule",{value:!0});var o=_;t.definition={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},t.faTwitterSquare=t.definition,t.prefix=o.prefix,t.iconName=o.iconName,t.width=o.width,t.height=o.height,t.ligatures=o.aliases,t.unicode=o.unicode,t.svgPathData=o.svgPathData,t.aliases=o.aliases}(V);var C={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="youtube",e=[61802],r="f167",a="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z";t.definition={prefix:"fab",iconName:o,icon:[576,512,e,r,a]},t.faYoutube=t.definition,t.prefix="fab",t.iconName=o,t.width=576,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(C);const L=[{text:"Twitter",icon:V.faTwitterSquare,href:"https://twitter.com/uofg",class:"hocus:tw-text-[#1da1f2]"},{text:"Facebook",icon:k.faFacebookSquare,href:"https://www.facebook.com/uofguelph",class:"hocus:tw-text-[#4267b2]"},{text:"Instagram",icon:z.faInstagram,href:"https://www.instagram.com/uofguelph/",class:"hocus:tw-text-[#e1306c]"},{text:"Youtube",icon:C.faYoutube,href:"https://www.youtube.com/user/uofguelph",class:"hocus:tw-text-[#f00]"},{text:"LinkedIn",icon:H.faLinkedin,href:"https://www.linkedin.com/school/university-of-guelph/",class:"hocus:tw-text-[#0077b5]"},{text:"TikTok",icon:j.faTiktok,href:"https://www.tiktok.com/@uofguelph",class:"hocus:tw-text-[#f00]"}],Z=[{text:"Accessibility",icon:v.faUniversalAccess,href:"https://www.uoguelph.ca/diversity-human-rights/accessibility-u-g"},{text:"Privacy",icon:g.faKey,href:"https://www.uoguelph.ca/web/privacy/"},{text:"Site Map",icon:b.faSitemap,href:"https://www.uoguelph.ca/sitemap"},{text:"Status Page",icon:h.faCircleCheck,href:"https://uoguelph.statuspage.io/"},{text:"Land Acknowledgement",icon:x.faTree,href:"https://www.uoguelph.ca/land-acknowledgement/",title:"The University of Guelph resides on the treaty lands and territory of the Mississaugas of the Credit. We recognize that today this gathering place is home to many First Nations, Inuit and Métis peoples and acknowledging them reminds us of our collective responsibility to the land where we learn and work."},{text:"Careers",icon:p.faBriefcase,href:"https://www.uoguelph.ca/hr/careers-guelph/current-opportunities"},{text:"Undergraduate Calendar",icon:f.faCalendar,href:"https://www.uoguelph.ca/registrar/calendars/undergraduate/current/"},{text:"Graduate Calendar",icon:f.faCalendar,href:"https://www.uoguelph.ca/registrar/calendars/graduate/current/"},{text:"Program Plans",icon:m.faList,href:"https://admission.uoguelph.ca/programs"},{text:"Give to U of G",icon:u.faHandHoldingHeart,href:"https://www.alumni.uoguelph.ca/give-to-guelph/how-to-give"}],N=class{constructor(o){t(this,o),this.extraLinks=[]}connectedCallback(){var t;this.updateExtraLinks(),null!==(t=this.observer)&&void 0!==t||(this.observer=new MutationObserver((()=>{this.updateExtraLinks()}))),this.observer.observe(this.el,{childList:!0,subtree:!0})}updateExtraLinks(){var t;this.extraLinks=Array.from(null===(t=this.el)||void 0===t?void 0:t.children).filter((t=>"A"===t.tagName)).map((t=>({text:t.textContent,href:t.getAttribute("href")})))}render(){return o("footer",{key:"7e1c2c333b0690bdf48a0c8646e4bc1660cafc74"},this.extraLinks.length>0&&o("ul",{class:"tw-flex tw-flex-wrap tw-items-center tw-justify-center tw-bg-uofg-blue-50 tw-p-6 tw-px-[max(calc((100%-1320px)/2),2rem)]"},this.extraLinks.map((t=>o("li",{class:"tw-border-0 tw-border-r-2 tw-border-solid tw-border-uofg-blue-100 tw-p-2 first:tw-border-l-2"},o("a",{class:"tw-text-uofg-blue-500 tw-transition-colors hocus:tw-text-uofg-blue-950",href:t.href},t.text))))),o("div",{key:"2a7bc3b10735ecba41c936895b12857e02be8b39",class:"tw-flex tw-flex-col tw-content-center tw-gap-8 tw-bg-black tw-px-[max(calc((100%-1320px)/2),2rem)] tw-py-8 tw-text-white md:tw-grid md:tw-grid-cols-2 lg:tw-grid-cols-4"},o("div",{key:"e4ad770842e3d6afe36b94805d5b593c110a8abe",class:"tw-flex tw-flex-col tw-justify-between tw-gap-4"},o("a",{key:"8f3c64e2b3bc247c286389182b2923ffae62eb79",href:"https://www.uoguelph.ca/improve-life","aria-label":"Improve Life",class:"tw-flex tw-transition-opacity hocus:tw-opacity-75 [&>svg]:tw-h-[1.6em]",innerHTML:'<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" viewBox="0 0 107.4 12">\n <path\n d="M0 0h5.3v.5C4 .5 3.6.8 3.6 2.1v7.3c0 1.4.3 1.8 1.6 1.8v.5H0v-.5c1.5 0 1.5-.5 1.5-1.6V1.9C1.5.9 1.3.5 0 .5ZM6.1 11.4c.9 0 1.1-.2 1.2-1.4l.3-5.1c.1-1.2-.1-1.4-.9-1.4v-.4h2.6l3 6.5 2.8-6.5h2.6v.4c-.8 0-.9.2-.9.8l.5 6.3c.1.7.3.8 1.1.8v.4h-4v-.4c1.1 0 1.3-.3 1.2-1.8l-.4-5.1-3.2 7.3h-.5L8.4 4.7l-.3 5.1c-.1 1.5.2 1.5 1.1 1.6v.4H6.1ZM19.2 11.4c1 0 1.2-.2 1.2-1.5v-5c0-1.4-.2-1.5-1.3-1.5v-.3h1.4a14.4 14.4 0 0 1 1.8-.1c2.6 0 4.1.6 4.1 2.5 0 1.6-1.4 2.8-3.3 2.8a3.8 3.8 0 0 1-1.1-.1v1.9c0 1.1.3 1.3 1.6 1.3v.4h-4.3v-.4Zm2.7-3.7.6.1a2.2 2.2 0 0 0 2.2-2.3 2 2 0 0 0-2.1-2.1h-.7ZM29.7 10c0 1.2.2 1.4 1.4 1.4v.4h-4.3v-.4c1.2 0 1.3-.3 1.3-1.2V4.6c0-.9-.2-1.1-1.3-1.1v-.4l2-.1h1.7c2.8 0 3.8 1.2 3.8 2.5a2.5 2.5 0 0 1-1.8 2.3 9.4 9.4 0 0 1 1 1l.9.9a5.4 5.4 0 0 0 3.3 1.9v.4c-2.7.1-3.4-.4-4.7-1.7l-.7-.7a8 8 0 0 0-1.5-1.3h-1.2V10Zm0-2.2h.4c1.9-.1 2.5-.8 2.5-2.2a2 2 0 0 0-2.3-2.2 1.7 1.7 0 0 0-.7.1v4.3ZM42.4 2.9c3 0 5.1 1.8 5.1 4.4a4.8 4.8 0 0 1-5.1 4.7c-2.9 0-5-1.8-5-4.3-.1-2.8 2.1-4.8 5-4.8Zm.2 8.6c1.9 0 3.2-1.6 3.2-3.9 0-2.5-1.5-4.3-3.5-4.3S39 4.8 39 7.3c0 2.8 1.8 4.2 3.6 4.2ZM49 4.5c-.4-1-.5-1.1-1.4-1.1v-.3h4.3v.4c-1.1 0-1.3.3-1.3.6a3 3 0 0 0 .2.8l2.1 5.2 2-4.9a4.5 4.5 0 0 0 .3-1.1c0-.5-.4-.6-1.3-.6v-.4h3.4v.4c-1 0-1.2.5-1.6 1.6L52.8 12H52ZM57.7 11.8v-.4c1.1 0 1.4-.2 1.4-1v-6c0-.9-.5-.9-1.4-.9v-.4h7.1l.1 2.1h-.4l-.1-.3c-.3-1.1-.5-1.2-1.4-1.2h-2.5V7h2.2c.8 0 1-.1 1-1.1h.4v2.8h-.4c-.1-1-.3-1.1-1-1.1h-2.2v2.5c0 .9.1 1 .8 1H63c1.4 0 1.7-.2 2.1-1.6h.4l-.2 2.2h-7.6ZM72.2 11.8v-.5c1.5 0 1.8-.1 1.8-1.6V2.1C74 .8 73.9.4 72.2.5V0h6.2v.5c-2 0-2.3.1-2.3 1.5v8c0 .8.2.9 1 .9H79c1.6 0 1.7-.1 3.1-2h.6l-1.5 2.9ZM83.2 3.1h3.9v.4c-.9 0-1.2.2-1.2 1.2v5.4c0 1 .2 1.3 1.2 1.3v.4h-3.9v-.4c1.1 0 1.1-.4 1.1-1.2V4.5c0-.8-.2-1.1-1.1-1ZM90.7 10c0 1.1.2 1.3 1.2 1.3v.4H88v-.4c.9 0 1.1-.3 1.1-1.1V4.5c0-.8-.3-1-1.1-1v-.4h6.6v1.7h-.4c-.1-.9-.3-1.1-1.4-1.1h-2.2v3.1h2.2c.9 0 1-.1 1.1-.9h.4v2.6H94c-.1-.9-.3-1-1.2-1h-2.1ZM95.3 11.8v-.4c1.1 0 1.4-.2 1.4-1v-6c0-.9-.5-.9-1.4-.9v-.4h7.1l.1 2.1h-.4l-.1-.3c-.3-1.1-.5-1.2-1.4-1.2h-2.5V7h2.2c.8 0 1-.1 1-1.1h.4v2.8h-.4c-.1-1-.3-1.1-1-1.1h-2.2v2.5c0 .9.1 1 .8 1h1.5c1.4 0 1.7-.2 2.1-1.6h.4l-.2 2.2h-7.4ZM107.4 10.9c0 .7-.5 1.1-1.3 1.1s-1.3-.4-1.3-1.1a1.2 1.2 0 0 1 1.3-1.2 1.2 1.2 0 0 1 1.3 1.2Z"/>\n</svg>\n'}),o("ul",{key:"52cc20ceea75b7688ea8084dd8a68604e8721141",class:"tw-flex tw-gap-3 tw-text-4xl [&>li]:tw-contents"},L.map((t=>o("li",null,o("a",{href:t.href,"aria-label":t.text,class:`tw-transition-colors [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current ${t.class}`},o(s,{icon:t.icon})))))),o("a",{key:"02593d4e251af9dcc45ea58cc9fde9a48e94e8d7",class:"tw-w-fit tw-border-0 tw-border-b-2 tw-border-dotted tw-border-transparent tw-transition-colors hocus:tw-border-white",href:"https://www.uoguelph.ca/web/socialmedia/"},"Social Media Directory"),o("a",{key:"cb4965e8d0aefbe2051c990ed664b4dbba3c1df1",class:"tw-w-fit tw-border-0 tw-border-b-2 tw-border-dotted tw-border-transparent tw-transition-colors hocus:tw-border-white",href:"https://www.uoguelph.ca/web/"},"© ",(new Date).getFullYear()," University of Guelph")),o("div",{key:"5d76bcee6f7080194c062c35a545220333c1e2f4",class:"md:tw-col-span-2 md:tw-row-start-2 lg:tw-row-auto"},o("ul",{key:"e6d48fdac5a3c2aa5481bd3aaa6521815ab2977e",class:"tw-flex tw-flex-col tw-gap-4 md:tw-grid md:tw-grid-cols-2 [&>li]:tw-contents"},Z.map((t=>{var e;return o("li",null,o("a",{href:t.href,title:null!==(e=null==t?void 0:t.title)&&void 0!==e?e:"",class:"tw-flex tw-w-fit tw-gap-3 tw-border-0 tw-border-b-2 tw-border-dotted tw-border-transparent tw-transition-colors hocus:tw-border-white [&>svg]:tw-h-[1em] [&>svg]:tw-fill-uofg-yellow"},o(s,{icon:t.icon}),o("span",null,t.text)))})))),o("address",{key:"e5941955d0f8b8a534980396efeaa1c9c49a919a",class:"tw-flex tw-flex-col tw-justify-between tw-gap-4 tw-not-italic"},o("strong",{key:"4a147a383479b0fea78c31ee83e852e298d73a49"},"University of Guelph"),o("span",{key:"c75566a010994dbd4e38afaa8c7b1ce2eedaa4b4"},"50 Stone Road East,"),o("span",{key:"e56462b21cf183eb66c85d17f4f74275947ca260"},"Guelph, Ontario, Canada"),o("span",{key:"05ce006f06502c2b824914ab22b3a1e601f512e5"},"N1G 2W1"),o("a",{key:"01d4b036db7d9fe71c4a24c5e4714c66d0ef596f",href:"tel:1-519-824-4120",class:"tw-flex tw-w-fit tw-gap-2 tw-border-0 tw-border-b-2 tw-border-dotted tw-border-transparent tw-text-uofg-blue tw-transition-colors hocus:tw-border-current [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current"},o(s,{key:"22427c9cc0bb50f48a77b8c6bce3d474029c8c79",icon:y.faPhoneFlip}),o("span",{key:"340eea2c61160970cdea49ab53123cbdb2b462c4"},"519-824-4120")))))}get el(){return r(this)}};N.style=":host{display:block;width:100%;font-size:1.6rem;font-family:sans-serif}*{box-sizing:border-box}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-size:inherit;font-family:inherit;color:inherit;line-height:inherit;word-spacing:inherit;letter-spacing:inherit}ul{list-style:none;padding:0;margin:0}svg{height:1em}@defaults border-spacing{--tw-border-spacing-x:0;--tw-border-spacing-y:0}@defaults transform{--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}@defaults touch-action{}@defaults scroll-snap-type{--tw-scroll-snap-strictness:proximity}@defaults gradient-color-stops{}@defaults font-variant-numeric{}@defaults box-shadow{--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}@defaults ring-width{--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}@defaults filter{}@defaults backdrop-filter{}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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-flex{display:flex!important}.tw-w-fit{width:fit-content!important}.tw-flex-col{flex-direction:column!important}.tw-flex-wrap{flex-wrap:wrap!important}.tw-content-center{align-content:center!important}.tw-items-center{align-items:center!important}.tw-justify-center{justify-content:center!important}.tw-justify-between{justify-content:space-between!important}.tw-gap-2{gap:.5rem!important}.tw-gap-3{gap:.75rem!important}.tw-gap-4{gap:1rem!important}.tw-gap-8{gap:2rem!important}.tw-border-0{border-width:0!important}.tw-border-b-2{border-bottom-width:2px!important}.tw-border-r-2{border-right-width:2px!important}.tw-border-solid{border-style:solid!important}.tw-border-dotted{border-style:dotted!important}.tw-border-transparent{border-color:transparent!important}.tw-border-uofg-blue-100{--tw-border-opacity:1!important;border-color:rgb(221 236 240/var(--tw-border-opacity))!important}.tw-bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important}.tw-bg-uofg-blue-50{--tw-bg-opacity:1!important;background-color:rgb(241 248 250/var(--tw-bg-opacity))!important}.tw-p-2{padding:.5rem!important}.tw-p-6{padding:1.5rem!important}.tw-px-\\[max\\(calc\\(\\(100\\%-1320px\\)\\/2\\)\\,2rem\\)\\]{padding-left:max(calc(50% - 660px),2rem)!important;padding-right:max(calc(50% - 660px),2rem)!important}.tw-py-8{padding-bottom:2rem!important;padding-top:2rem!important}.tw-text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.tw-not-italic{font-style:normal!important}.tw-text-uofg-blue{--tw-text-opacity:1!important;color:rgb(105 163 185/var(--tw-text-opacity))!important}.tw-text-uofg-blue-500{--tw-text-opacity:1!important;color:rgb(65 127 153/var(--tw-text-opacity))!important}.tw-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.tw-transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.tw-transition-opacity{transition-duration:.15s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.first\\:tw-border-l-2:first-child{border-left-width:2px!important}.hocus\\:tw-border-current:hover{border-color:currentColor!important}.hocus\\:tw-border-white:hover{--tw-border-opacity:1!important;border-color:rgb(255 255 255/var(--tw-border-opacity))!important}.hocus\\:tw-text-\\[\\#0077b5\\]:hover{--tw-text-opacity:1!important;color:rgb(0 119 181/var(--tw-text-opacity))!important}.hocus\\:tw-text-\\[\\#1da1f2\\]:hover{--tw-text-opacity:1!important;color:rgb(29 161 242/var(--tw-text-opacity))!important}.hocus\\:tw-text-\\[\\#4267b2\\]:hover{--tw-text-opacity:1!important;color:rgb(66 103 178/var(--tw-text-opacity))!important}.hocus\\:tw-text-\\[\\#e1306c\\]:hover{--tw-text-opacity:1!important;color:rgb(225 48 108/var(--tw-text-opacity))!important}.hocus\\:tw-text-\\[\\#f00\\]:hover{--tw-text-opacity:1!important;color:rgb(255 0 0/var(--tw-text-opacity))!important}.hocus\\:tw-text-uofg-blue-950:hover{--tw-text-opacity:1!important;color:rgb(25 40 51/var(--tw-text-opacity))!important}.hocus\\:tw-opacity-75:hover{opacity:.75!important}.hocus\\:tw-border-current:focus{border-color:currentColor!important}.hocus\\:tw-border-white:focus{--tw-border-opacity:1!important;border-color:rgb(255 255 255/var(--tw-border-opacity))!important}.hocus\\:tw-text-\\[\\#0077b5\\]:focus{--tw-text-opacity:1!important;color:rgb(0 119 181/var(--tw-text-opacity))!important}.hocus\\:tw-text-\\[\\#1da1f2\\]:focus{--tw-text-opacity:1!important;color:rgb(29 161 242/var(--tw-text-opacity))!important}.hocus\\:tw-text-\\[\\#4267b2\\]:focus{--tw-text-opacity:1!important;color:rgb(66 103 178/var(--tw-text-opacity))!important}.hocus\\:tw-text-\\[\\#e1306c\\]:focus{--tw-text-opacity:1!important;color:rgb(225 48 108/var(--tw-text-opacity))!important}.hocus\\:tw-text-\\[\\#f00\\]:focus{--tw-text-opacity:1!important;color:rgb(255 0 0/var(--tw-text-opacity))!important}.hocus\\:tw-text-uofg-blue-950:focus{--tw-text-opacity:1!important;color:rgb(25 40 51/var(--tw-text-opacity))!important}.hocus\\:tw-opacity-75:focus{opacity:.75!important}@media (min-width:768px){.md\\:tw-col-span-2{grid-column:span 2/span 2!important}.md\\:tw-row-start-2{grid-row-start:2!important}.md\\:tw-grid{display:grid!important}.md\\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:1024px){.lg\\:tw-row-auto{grid-row:auto!important}.lg\\:tw-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}}.\\[\\&\\>li\\]\\:tw-contents>li{display:contents!important}.\\[\\&\\>svg\\]\\:tw-h-\\[1\\.6em\\]>svg{height:1.6em!important}.\\[\\&\\>svg\\]\\:tw-h-\\[1em\\]>svg{height:1em!important}.\\[\\&\\>svg\\]\\:tw-fill-current>svg{fill:currentColor!important}.\\[\\&\\>svg\\]\\:tw-fill-uofg-yellow>svg{fill:#ffc72a!important}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}";var O={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="bars",e=["navicon"],r="f0c9",a="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z";t.definition={prefix:"fas",iconName:o,icon:[448,512,e,r,a]},t.faBars=t.definition,t.prefix="fas",t.iconName=o,t.width=448,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(O);var S={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="right-to-bracket",e=["sign-in-alt"],r="f2f6",a="M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z";t.definition={prefix:"fas",iconName:o,icon:[512,512,e,r,a]},t.faRightToBracket=t.definition,t.prefix="fas",t.iconName=o,t.width=512,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(S);var A={},G={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="magnifying-glass",e=[128269,"search"],r="f002",a="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z";t.definition={prefix:"fas",iconName:o,icon:[512,512,e,r,a]},t.faMagnifyingGlass=t.definition,t.prefix="fas",t.iconName=o,t.width=512,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(G),function(t){Object.defineProperty(t,"__esModule",{value:!0});var o=G;t.definition={prefix:o.prefix,iconName:o.iconName,icon:[o.width,o.height,o.aliases,o.unicode,o.svgPathData]},t.faSearch=t.definition,t.prefix=o.prefix,t.iconName=o.iconName,t.width=o.width,t.height=o.height,t.ligatures=o.aliases,t.unicode=o.unicode,t.svgPathData=o.svgPathData,t.aliases=o.aliases}(A);var E={};!function(t){Object.defineProperty(t,"__esModule",{value:!0});var o="caret-down",e=[],r="f0d7",a="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z";t.definition={prefix:"fas",iconName:o,icon:[320,512,e,r,a]},t.faCaretDown=t.definition,t.prefix="fas",t.iconName=o,t.width=320,t.height=512,t.ligatures=e,t.unicode=r,t.svgPathData=a,t.aliases=e}(E);const T=[{text:"GIVE",href:"https://bbis.alumni.uoguelph.ca/BBIS_Cannon/give/uofg"},{text:"NEWS",href:"https://news.uoguelph.ca/"},{text:"APPLY",href:"https://uoguelph.ca/apply/",highlight:!0}],U=[{text:"About",href:"https://uoguelph.ca/about"},{text:"Academics",href:"https://www.uoguelph.ca/explore-all-programs/"},{text:"Admission",href:"https://uoguelph.ca/admissions"},{text:"Research",href:"https://uoguelph.ca/research"},{text:"Student Life",href:"https://www.uoguelph.ca/studentexperience/"}],Y=[{text:"University of Guelph Intranet",href:"https://intranet.uoguelph.ca/",icon:S.faRightToBracket},{text:"Search the University of Guelph",href:"https://uoguelph.ca/search",icon:A.faSearch}],B=[{text:"Future Students",href:"https://uoguelph.ca/future-students"},{text:"Current Students",href:"https://www.uoguelph.ca/students"},{text:"Alumni & Donors",href:"https://alumni.uoguelph.ca/"},{text:"Faculty & Staff",href:"https://www.uoguelph.ca/faculty"},{text:"Employers & Partners",href:"https://cecs.uoguelph.ca/employers-institutions"}],P=class{constructor(o){t(this,o),this.subContainerOverflowWidth=NaN,this.needsOverflowWidthUpdate=!1,this.pageTitle="",this.pageUrl="",this.isFullSize=!1,this.pageSpecificContent=void 0,this.isSubContainerOverflowing=!1}connectedCallback(){var t;this.updateFullSize(),this.updatePageSpecificContent(),null!==(t=this.observer)&&void 0!==t||(this.observer=new MutationObserver((()=>{this.updatePageSpecificContent(),this.subContainerOverflowWidth=NaN,this.needsOverflowWidthUpdate=!0}))),this.observer.observe(this.el,{childList:!0,subtree:!0})}componentDidLoad(){this.updateSubContainerOverflow()}updateFullSize(){this.isFullSize=window.innerWidth>=1024,this.updateSubContainerOverflow()}updateSubContainerOverflow(){if(this.isFullSize&&this.subContainer){const{clientWidth:t,scrollWidth:o}=this.subContainer;o>t&&(this.subContainerOverflowWidth=o),this.isSubContainerOverflowing=this.subContainerOverflowWidth>Math.min(t,1320)}}componentDidRender(){this.needsOverflowWidthUpdate&&(window.requestAnimationFrame((()=>this.updateSubContainerOverflow())),this.needsOverflowWidthUpdate=!1)}updatePageSpecificContent(){var t;const o=t=>{const o={};return t.getAttributeNames().filter((t=>"href"!==t)).forEach((e=>o[e]=t.getAttribute(e))),{href:t.getAttribute("href"),text:t.textContent,attributes:o}};this.pageSpecificContent=Array.from(null===(t=this.el)||void 0===t?void 0:t.children).filter((t=>"A"===t.tagName||"UL"===t.tagName)).map((t=>{switch(t.tagName){case"A":return o(t);case"UL":const e={title:t.getAttribute("data-title"),links:Array.from(t.querySelectorAll("a")).map(o)};return e.wrapContent=e.links.reduce(((t,o)=>(o.text.length>35&&(t=!0),t)),!1),e}})).filter((t=>Boolean(t)))}render(){var t,e;return o("header",{key:"d35a681463c288077d5350f451042e836354adc0",class:"tw-relative tw-z-[1000] tw-w-full tw-font-condensed tw-text-2xl"},this.isFullSize&&o("div",{class:"tw-flex tw-h-16 tw-justify-end tw-bg-white tw-px-[calc((100%-1320px)/2)] tw-text-3xl"},o("uofg-menu",{class:"tw-relative tw-block tw-h-full","auto-collapse":!0},o("button",{class:"tw-flex tw-h-full tw-items-center tw-justify-center tw-gap-2 tw-transition-colors hover:tw-bg-uofg-grey aria-expanded:tw-bg-uofg-grey [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current [&>svg]:tw-transition-transform [&>svg]:aria-expanded:tw-rotate-180",slot:"button"},o("span",null,"Resources"),o(s,{icon:E.faCaretDown})),o("ul",{slot:"content",class:"tw-absolute tw-right-0 tw-top-full tw-z-50 tw-flex tw-min-w-[20rem] tw-flex-col tw-bg-uofg-grey [&>li]:tw-contents"},B.map((t=>o("li",null,o("a",{class:"tw-border-0 tw-border-b tw-border-solid tw-border-uofg-grey-500 tw-p-4 tw-transition-colors hover:tw-bg-uofg-yellow",href:t.href},t.text)))))),o("ul",{class:"tw-contents [&>li]:tw-contents"},T.map((t=>o("li",null,o("a",{href:t.href,class:"tw-flex tw-items-center tw-justify-center tw-p-4 tw-transition-colors hover:tw-bg-uofg-grey "+(t.highlight?"tw-bg-uofg-yellow":"")},t.text)))))),o("nav",{key:"ee10d9e2a71f96f356d1ab66086b6efb6ca75703",class:{"tw-h-[10rem]":this.isFullSize,"tw-h-[5rem]":!this.isFullSize,"tw-relative tw-flex tw-justify-between tw-bg-black tw-px-[calc((100%-1320px)/2)] tw-text-3xl tw-text-white":!0},"aria-label":"Main"},o("div",{key:"3cdd4fc2c9f4f7211a0eb7cd5ce6d5ed1d7a9396",class:"tw-flex"},this.isFullSize&&o("div",{class:"tw-left-0 tw-h-full tw-w-[7.5rem] min-[1320px]:tw-absolute [&>svg]:tw-h-full",innerHTML:'<svg viewBox="0 0 68 90" xmlns="http://www.w3.org/2000/svg"><path d="M23.131 0l44.847 90H0V0" fill="#c20430"/><path d="M23.131 0l16.03 32.044L55.1 0" fill="#ffc500"/></svg>'}),o("a",{key:"106b18dafb1991baaed4c6ed03040c8cf04ee9c1",class:"tw-left-[max(calc((100%-1320px)/2),7.5rem)] tw-h-full tw-transition-opacity hocus:tw-opacity-75 min-[1320px]:tw-absolute [&>svg]:tw-h-full",href:"https://www.uoguelph.ca",innerHTML:this.isFullSize?'<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 260 141"><g fill="#fff"><path d="M223.87 71.503c-2.899.217-5.81.227-8.71.03-1.23-.07-1.43-.07-1.51 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.21.26 2.72 1.11 2.72 4.51l.01 6.43H202.6l-.01-7.96c0-2.05 1.13-2.46 1.88-2.73.36-.13.64-.23.64-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.27-.11-.39-.1-3.56.32-6.38.13-7.89.02-.95-.06-1.11-.07-1.19 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.19.26 2.69 1.1 2.69 4.51l.02 20.68c0 2.05-1.31 2.46-2.18 2.74-.43.13-.74.23-.74.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.55-.32 6.59-.13 8.23-.03l1.03.05c.18 0 .25-.02.29-.05.08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.01-10.13h13.52l.01 11.67c0 2.05-1.18 2.47-1.97 2.74-.37.13-.67.23-.67.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.54-.32 6.7-.13 8.39-.03 1.12.07 1.3.07 1.38 0 .08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.03-20.68c0-2.05 1.41-2.46 2.34-2.73.46-.13.79-.23.79-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.13-.26-.13-.38-.12ZM75.39 92.043h.14c1.83 0 4.16 1.14 4.16 2.03v7.43l-.01.03c-.15.93-1.04 3.96-6.01 3.96h-.27c-6.34 0-9.27-3.61-10.61-6.67-3.1-7.05-.75-17.23 3.42-21.62 1.41-1.48 4.78-3.76 11.57-2.39 3.91.79 5.17 6.69 5.18 6.75l.02.11 1.46-.49.3-10.34-.02-.03c-.54-.73-1.43-.38-2.29-.04-.55.22-1.12.45-1.61.43-4.4-.9-15.18-2.15-20.31 5.73-5.35 7.02-6.38 17.7-2.46 25.38 2.62 5.14 7.02 7.95 12.41 7.95h.38c3.45 0 3.45 0 6.38-1.91l.36-.24c1.66-1.08 7.89-3.38 7.95-3.4l.07-.03v-10.47c0-1.75 3.02-2.45 3.05-2.46l.07-.02.16-1.47h-13l-.49 1.78Zm43.26-20.81c-2.23.21-5.93.09-8.15.02-1.96-.06-1.97-.05-2.03.01-.05.05-.53.54-.43.83.02.07.09.16.28.19 1.59.2 4.26 1.22 4.21 3.8l-.14 16.16a6.291 6.291 0 0 1-3.4 5.65 8.4 8.4 0 0 1-8.26-.04c-2.22-1.37-3.37-3.85-3.24-7l.02-14.85c0-2.22 1.24-2.67 2.06-2.96.39-.14.7-.25.7-.53 0-.22.06-.42.11-.61.07-.24.12-.43.01-.56-.1-.11-.27-.11-.4-.1-3.62.34-7.03.14-8.86.03-1.23-.07-1.43-.08-1.51 0-.08.08-.8.82-.66 1.25.03.1.13.22.39.26 2.13.27 3.22 1.1 3.22 4.88l-.03 15.45c.04 3 1.29 5.55 3.63 7.38a12.768 12.768 0 0 0 7.74 2.52h.1c5.78-.04 11.6-3.69 11.57-11.75-.01-2.7.16-16.36.16-16.5 0-1.38 1.4-1.81 2.33-2.1.49-.15.78-.24.78-.45 0-.13.03-.27.06-.39.05-.2.09-.38-.01-.49-.04-.08-.13-.11-.25-.1Zm49.72 23.14c0 .02-.45 1.91-1.87 3.4a5.292 5.292 0 0 1-2.82 1.49c-3.03.61-6.82.85-8.38-.3a1.797 1.797 0 0 1-.75-1.29c-.07-.71-.02-21.51-.02-21.72 0-2.05 1.52-2.47 2.52-2.74.49-.13.84-.23.84-.5 0-.2.05-.39.1-.56.06-.23.11-.41.01-.53-.09-.11-.26-.11-.37-.1-3.33.31-7.09.13-9.1.03-1.51-.07-1.69-.07-1.76 0-.08.08-.75.77-.61 1.17.03.09.12.21.36.24 2.03.25 3.13 1.05 3.13 4.53l.01 17.51c0 6.15-2.81 6.39-2.84 6.39l-.14.01.38 1.13h.08c.14 0 13.96-.46 17.78-.16l1.01.09c.55.05 1 .1 1.37.1.71 0 1.15-.16 1.43-.71.47-.94.77-7.33.78-7.6l.01-.13-1.13.18-.02.07Zm22.62-21.3c-2.69-2.16-9.17-1.66-14.39-1.26-1.58.12-3.08.24-4.23.25-.92-.05-1.01-.04-1.07.02-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.28.27 2.86 1.2 2.86 4.51l.02 19.83c0 2.06-1.24 2.54-2.06 2.86-.4.16-.69.27-.69.53 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.52-.31 7.02-.13 8.91-.03.67.04 1.05.05 1.27.05.22 0 .28-.02.32-.05.09-.08.8-.93.64-1.4-.03-.1-.13-.24-.38-.26-2.16-.26-3.49-1.1-3.49-4.52l-.01-7.58c0-.28.07-.49.19-.6.08-.07.17-.1.29-.1l1.17.08c2.84.22 7.13.54 9.88-1.23a8.982 8.982 0 0 0 4.07-7.36 7.502 7.502 0 0 0-3.32-6.34Zm-5.32 12.41c-.74.35-1.6.53-2.55.53h-.03c-2.68-.01-3.68-.53-4.05-.96-.22-.26-.19-.47-.19-.49v-9.94c5.24-1.02 9.01.31 10.08 3.56a6.2 6.2 0 0 1-3.26 7.3Zm-41.49 8.66c-.36-.08-.77.3-1.26 1.15-.23.39-.42.77-.6 1.14-.95 1.9-1.63 3.28-6.08 3.28-5.31 0-6.98-.28-7.13-2.06-.15-1.77-.01-10.42 0-11.04.11-.14.78-.85 2.51-.85h3.07c.03 0 2.71.25 3.29 3.15.05.23.17.32.27.34.4.12 1.07-.53 1.14-.6l.03-.03v-6.23a.9.9 0 0 0-.42-.56c-.22-.12-.48-.12-.78-.02l-.05.02-.02.05c-.37 1.29-1.61 1.35-3.77 1.35-2.03 0-4.69.36-5.28.45v-9.01h8.36c.03 0 3.47.19 4.21 3.15.3 1.2.71 1.53 1 1.6.23.06.46-.03.66-.25.4-.46.62-1.48.23-2.49-.75-1.96-.76-5.32-.76-5.35v-.12l-2.34.24h-18.48c-.9 0-1.48.21-1.71.61-.28.49.06 1.06.08 1.09l.03.05h.06c.01 0 1.43-.04 2.54 1.03.9.86 1.35 2.19 1.35 3.95l.02 19.48c0 2.18-1.26 2.71-2.09 3.07-.32.14-.58.24-.67.42-.37.68-.45 1.01-.33 1.21.12.2.43.19.85.18l.34-.01c.12 0 11.68-.3 18.38 0 .24.01.5.07.78.13.31.07.65.15.96.15.44 0 .84-.14 1.12-.64.73-1.27 1.08-6.59 1.09-6.84.02-.11-.09-1.08-.6-1.19Zm-112.71-2.48a2.7 2.7 0 0 0 1.63.49c.64 0 1.27-.16 1.78-.31 2.22-.67 4.81-4.4 4.81-8.21 0-2.16-.77-3.56-2.18-3.93-1.92-.51-4.54 1.08-5.98 3.61-.66 1.17-1.45 2.88-1.44 4.4.03 1.97.49 3.3 1.38 3.95Zm1.87-7.19c.69-1.26 1.56-2.12 2.41-2.36.16-.04.31-.07.46-.07.25 0 .49.06.7.19 1.05.6.85 3.15-.04 4.74-.92 1.64-1.85 2.76-3.39 2.89-.42.03-.74-.11-.95-.43-.59-.9-.24-3.03.81-4.96Z"/><path d="M54.37 70.083a1.75 1.75 0 0 0-1.3-.22c-5.09.98-7.12 5.32-8.59 10.12-.76.01-1.57-.01-2.44-.06a.37.37 0 0 0-.3.14.37.37 0 0 0-.06.32l.16.51c.16.49.61.82 1.12.82h1.01l-.36 1.29c-1.78 6.44-4.08 12.88-11.28 12.12-.17-.02-.38-.1-.49.02a.52.52 0 0 0-.14.46l.06.38c.03.17.17.3.35.34 4.6 1.11 8.46-1.54 10.22-3.88 1.93-2.56 3.11-6.01 3.94-9.51l.29-1.22c2.76-.03 3.05.16 3.23.28.11.08.2.12.48.12.08 0 .15-.04.19-.1a.23.23 0 0 0 .04-.21l-.35-1.09a1.1 1.1 0 0 0-1.05-.76l-2.09.01c.91-3.38 2.09-6.26 4.64-7.44h.01l.03-.01c.6-.29.85-.26.95-.18.19.14.12.62.05 1.04-.08.51-.16 1.04.14 1.26.24.18.66.1 1.33-.23l.05-.02.64-3.46v-.02a1.19 1.19 0 0 0-.48-.82Zm-17.48-38.41c-2.72.26-7.37.11-10.15.03-2.33-.07-2.48-.07-2.54 0-.08.08-.64.76-.51 1.13.03.09.11.19.31.22.97.12 2.43.5 3.6 1.21 1.47.88 2.2 2.05 2.18 3.47l.02 20.02a8.34 8.34 0 0 1-4.62 7.34 10.58 10.58 0 0 1-10.28-.61c-2.85-1.88-4.28-5.03-4.03-8.86l.02-18.32c0-2.74 1.66-3.39 2.76-3.82.52-.2.89-.35.89-.67 0-.3.09-.52.15-.69.06-.16.11-.28.03-.38-.08-.1-.24-.1-.49-.08-4.43.42-8.59.17-10.83.04-1.47-.09-1.74-.1-1.83-.01a1.192 1.192 0 0 1-.11.1c-.39.35-.79.75-.69 1.06.05.15.2.24.46.27 2.66.33 4.01 1.35 4.01 6l-.04 19.47a11.16 11.16 0 0 0 5.99 10.04 15.78 15.78 0 0 0 7.52 1.83c3.03 0 6.09-.79 8.6-2.35 4.23-2.63 6.43-7.03 6.21-12.4-.14-3.3-.06-19.76-.05-19.93 0-1.71 1.66-2.24 2.76-2.6.56-.18.9-.29.9-.52 0-.17.04-.32.08-.46.05-.19.09-.34 0-.45-.08-.09-.22-.09-.32-.08Zm31.25.33c-2.11.2-5.62.09-7.71.02-1.86-.06-1.87-.05-1.93.01-.08.08-.51.71-.4 1.04.04.11.13.18.26.19 1.59.2 4.26.84 4.26 2.9l-.04 18.56c-.39-.34-1.81-2.07-6.57-8.89-4.45-6.37-9.53-13.91-9.59-13.99l-.04-.06-.07.03c-.03.01-.89.29-6.41-.16h-.04l-.03.02c-.19.13-1.13.82-1.02 1.23.04.15.19.23.45.25 3.89.32 3.87 1.6 3.84 5.01l-.01 1.12-.03 19.66c0 1.31-1.77 1.88-2.83 2.22-.61.2-.92.3-.92.49 0 .11-.02.25-.05.41-.06.33-.11.65.03.8.04.04.11.09.22.08 2.11-.2 5.9-.09 8.17-.02 2.05.06 2.06.05 2.12 0 .1-.1.51-.83.39-1.18a.3.3 0 0 0-.25-.2c-1.53-.19-4.11-.82-4.11-2.9l-.02-18.38c1.67 2.12 14.64 18.74 16.1 23.73.01.03.2.69.64.79l.11.01c.21 0 .42-.13.65-.38.4-.46.61-.54.84-.63.12-.05.25-.1.41-.2.57-.36.58-.64.62-1.26v-.05l-.02-26.53c0-1.31 1.45-1.9 2.41-2.29.51-.2.79-.32.79-.51 0-.12.03-.25.06-.37.05-.2.09-.37-.01-.48-.06-.08-.15-.1-.27-.09Zm190.77.11c-2.24.21-5.84.09-8 .02-1.82-.06-1.9-.05-1.96 0-.05.05-.52.54-.42.83.02.07.09.16.28.18h.32a3.37 3.37 0 0 1 2.69 1.82c.29.66.24 1.37-.14 2.06l-5.87 9.71-5.32-9.2c-.66-1.32-.78-2.62-.33-3.47.31-.58.85-.92 1.61-1.01l.59-.01c.19-.02.26-.12.29-.19.11-.31-.4-.82-.45-.88-.06-.06-.15-.07-2.25 0-2.45.07-6.55.2-8.95-.03-.16-.01-.27.02-.33.1-.11.14-.04.37.06.66l.05.16c.05.16.24.2.52.27.65.15 1.86.42 2.87 2.4l8.42 15.59.07 6.72c-.02 2.86-1.3 3.1-2.06 3.24-.33.06-.62.12-.62.4 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.85-.36 6.9-.14 8.55-.03.51.04.82.06 1 .06.18 0 .24-.02.28-.06.03-.03.84-.85.69-1.3-.05-.15-.18-.23-.4-.26-2.34-.29-2.96-1.34-3-5.07l.02-6.27 8.15-14.59a4.48 4.48 0 0 1 2.93-1.99c.4-.11.64-.17.64-.37 0-.13.04-.26.07-.38.04-.16.08-.29 0-.39-.08-.05-.21-.05-.29-.04Zm-56.72 29.22c-2.04-.25-3.14-1.05-3.14-4.51l-.03-20.51c0-2.05 1.36-2.51 2.26-2.82.44-.15.75-.26.75-.52 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.31.31-7 .13-8.97.03-1.47-.07-1.65-.07-1.72 0-.08.08-.74.76-.61 1.16.03.09.12.21.36.24 1.83.23 4 1.26 4 4.88l.02 20.25c0 2.05-1.25 2.46-2.07 2.74-.39.13-.7.23-.7.49 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.35-.31 6.5-.13 8.19-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.74-.76.61-1.16-.03-.09-.11-.21-.35-.24Zm-21.78-17.36c-.55-.07-1.2-.17-1.83-.36-1.75-.53-4.74-1.82-5.21-4.44-.08-.45-.06-.92.06-1.42.47-1.98 2.52-4.07 6.74-3.44 4.01.6 6.03 3.03 6.01 5.18 0 .1.09.17.18.14l1.15-.34a.28.28 0 0 0 .21-.31 45.093 45.093 0 0 1-.43-4.05c0-.9.24-2.21.38-2.91.15-.73-.06-.56-.06-.56-1.01.52-2.81.26-4.71-.01-1.35-.2-2.74-.4-3.85-.3-6.38.3-9.96 4.51-10.21 8.51a7.117 7.117 0 0 0 1.81 5.22c1.44 1.62 3.65 2.73 6.39 3.21 4.42.97 6.92 2.06 7.48 5.09a5.61 5.61 0 0 1-.19 2.79c-1.2 3.54-4.86 4.11-7.89 3.45-5.15-1.11-7.06-4.52-6.85-7.49 0-.06-.05-.1-.1-.08l-1.51.51a.2.2 0 0 0-.14.21c.17 1.52.35 4.23.03 5.51-.09.37.1.88.53 1.44 1.41 1.81 4.06 3.48 8.5 3.48l.46.01c7.8 0 11.72-4.79 12.07-9.32.31-4.22-2.35-8.84-9.02-9.72Zm48.36-12.05c-.18-.19-.44-.27-.81-.25-.38.02-.86.14-1.47.37-.12.04-.25.07-.37.07h-18.08a.966.966 0 0 1-.37-.07c-1.17-.43-1.83-.49-2.2-.2-.28.22-.39.63-.32 1.29.08.81.04 3.31.01 4.81l-.01 1.04c0 .97.32 1.19.58 1.22.48.05 1.04-.64 1.14-1.2.67-4.02 2.41-3.98 5.29-3.9l1.31.02c1.05 0 1.41.95 1.41 1.39l.01 20.68c0 2.36-1.51 3.03-2.52 3.47-.47.21-.82.36-.82.64 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.82-.36 7.51-.15 9.49-.03.68.04 1.07.06 1.3.06.22 0 .29-.02.33-.06.03-.03.85-.86.69-1.31-.05-.15-.18-.23-.4-.26-2.25-.28-3.56-1.18-3.6-4.98v-19.47c0-.56.39-1.46 1.42-1.46l1.31-.02h.14c2.73-.07 4.11-.11 4.78 3.9.06.33.27.7.54.95.26.23.53.31.75.21.28-.13.43-.52.43-1.18l-.01-1.04c-.02-1.5-.07-4 .01-4.81.05-.58-.02-.96-.25-1.2Zm-117.3-.08c-2.09.2-5.38.09-7.34.02-1.72-.06-1.73-.05-1.78.01-.09.09-.5.74-.39 1.07.04.11.13.18.26.19h.3c.13 0 .24.01.34.04 2.09.5 2.57 3.23 2.12 5.56-.13.68-.35 1.39-.67 2.19l-5.39 13.52-6.32-15.09c-.7-1.83-1.28-3.68-.7-4.79.31-.59.94-.99 1.91-1.23l.69-.09c.13-.02.23-.09.26-.2.12-.35-.32-1.04-.42-1.13-.06-.06-.07-.07-2.26 0-2.42.07-6.48.18-8.71-.02-.12-.01-.2.02-.26.08-.11.12-.06.33-.01.56.03.14.06.28.06.4 0 .19.2.29.54.47.59.31 1.57.83 2.29 2.19 1.01 1.9 11.24 27.73 11.34 27.99.2.63.44.96.72.97h.02c.24 0 .45-.22.64-.66l1.45-3.97c2.76-7.57 8.51-23.33 9.22-24.71a4.195 4.195 0 0 1 1.86-1.94c.25-.14.42-.23.42-.41 0-.11.03-.25.05-.38.05-.24.09-.44-.02-.56-.03-.06-.11-.09-.22-.08Zm26.02 22.93c-.29-.11-.68.12-1.2.71-.12.14-.23.36-.36.65-.58 1.27-1.67 3.64-6.62 3.76-5.36.13-6.96-.33-7.1-2.05-.14-1.73-.01-10.14 0-11 1.96-.59 5.7-.99 5.73-.99 2.21-.1 3 2.33 3.12 3.28.05.44.24.59.38.65.19.08.43.02.64-.16.25-.21.47-.6.4-.98-.08-.39-.02-1.28.05-2.32.14-2.03.29-4.34-.44-4.69-.26-.13-.59-.01-1.01.38-.57.85-1.3 1.49-3 1.8-1.51.28-5.19.56-5.86.61v-9.43c1.05.14 2.34.06 3.7-.03 3.57-.23 7.62-.49 9.13 3.16.36 1.14.73 1.31.98 1.25.49-.12.78-1.29.59-2.37-.38-2.07-.76-5.32-.77-5.36l-.02-.14-.12.06c-.56.28-11 .24-16.61.22h-3.96c-1.45 0-1.63 1.45-1.63 1.47l-.01.11h.11c.02.01 1.43 0 2.54 1.09.89.88 1.34 2.22 1.34 3.97l-.07 19.35c0 2.05-1.42 2.57-2.36 2.91-.45.16-.78.28-.78.54 0 .64.64 1.48 1.32 1.48h18.29c.26 0 .58.08.92.16.37.09.74.17 1.06.17.22 0 .41-.04.56-.15a.783.783 0 0 0 .31-.58c.18-1.42 1.06-6.68 1.07-6.75.02-.07.02-.65-.32-.78Zm-55.71 6.63c-2.33-.29-3.16-1.5-3.16-4.64l-.03-20.62c0-2.06 1.37-2.47 2.27-2.74.44-.13.76-.23.76-.49 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.33.31-7.03.13-9.02.03-1.48-.07-1.65-.07-1.73 0-.08.08-.75.76-.61 1.16.03.09.12.21.36.24 1.84.23 4.02 1.26 4.02 4.89l.04 20.24c0 2.06-1.25 2.53-2.08 2.83-.4.15-.7.26-.7.52 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.36-.32 6.53-.13 8.23-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.75-.77.61-1.16-.03-.09-.12-.2-.36-.23Zm61.64-24.69c.02.68.14 22.03.14 22.24-.12 1.84-1.44 2.23-2.31 2.49-.43.13-.75.22-.75.47 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.66-.12 8.52-.03 1.38.07 1.53.07 1.61 0 .07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-1.98-.24-3.29-1.03-3.29-4.12v-10.03c1.25.14 1.86-.04 2.35.07 1.47.33 3.44 1.9 5.81 6.12.66 1.17 3.73 6.59 3.59 7.42-.06.35-.55.4-.89.45-.29.05-.56.09-.56.32 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.58-.12 8.44-.03.69.03.04.05.26.05s.28-.02.32-.05c.07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-2.04-.24-2.68-1.13-4.98-4.08-.61-.88-1.2-1.79-1.77-2.68-1.84-2.87-3.34-6.42-5.42-8 3.1-.31 4.53-2.03 5.55-3.23a8.04 8.04 0 0 0 1.89-5.57 6.532 6.532 0 0 0-1.95-4.4 7.24 7.24 0 0 0-5.33-1.78c-3.2.11-10.31.02-13.73-.23-.95-.07-1.61-.04-1.99.3-.24.22-.35.56-.35 1.07v.09l.09.01c-.01.02 3.68.53 3.75 3.55Zm4.41-1.92 4.1-.21c2.46-.21 4.53.79 5.55 2.67a4.762 4.762 0 0 1-.38 5.21c-1.66 2.13-5.04 2.75-9.27 1.7v-9.37Z"/></g></svg>':'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M0 0h100v100H0V0z"/><path fill="#fff" d="M74.6 54.9l-.7 2c2.4 0 5.6 1.4 5.6 2.9v9.5c0-.2-.2 5.4-7.8 5.4-13.7 0-15.6-10-15.6-20 0-6.7 2.4-13 5.8-17 3.4-3.8 9.8-3.6 15-3 5 .4 6.8 8.7 6.8 8.7l1.7-.5.2-13.2s-.7-.7-1.2-.5c-.5.3-2.4 1-3.7 1-1 0-4.6-.7-8.3-.7-6.6 0-13 1.4-17.8 8a32 32 0 00-3.4 6.1V28c0-8 4.1-6.3 4.6-7 .5-1.3.5-1.3-.2-1.5H39.9s-2 1.4-.7 1.4c5.4.5 7.6 2.5 7.6 7.4v25.4c0 6.6-5.1 10.5-12.5 10.5C27 64.2 22 59.5 22 51.5v-23c0-8 4.1-6.6 4.4-7.6.7-1 .7-1.2 0-1.2 0 0-9.3.5-16.2 0 0 0-2 1.5-.7 1.5 5.4.5 5.4 2.9 5.4 8v26.2s-.5 13.9 17.8 13.9c7.8 0 12.5-3.2 15-6.4l1.1-1.7c.3 2.5.8 5 1.5 7.1 3 9.6 14 12.2 17.6 12.2 4.6 0 4.6 0 8.8-2.9 2.2-1.2 10.2-4.4 10.2-4.4V59.8c0-2.2 4-3.2 4-3.2l.2-1.7H74.6z"/></svg>',"aria-label":"University of Guelph Home Page"})),this.isFullSize?o("ul",{class:"tw-flex tw-items-center tw-justify-center tw-text-4xl [&>li]:tw-contents"},U.map((t=>o("li",null,o("a",{href:t.href,class:"tw-flex tw-h-full tw-items-center tw-justify-center tw-border-0 tw-border-b-8 tw-border-solid tw-border-transparent tw-p-4 tw-pt-8 tw-transition-colors hover:tw-border-uofg-yellow hover:tw-text-uofg-yellow"},t.text)))),Y.map((t=>o("li",null,o("a",{class:"tw-flex tw-h-full tw-items-center tw-justify-center tw-border-0 tw-border-b-8 tw-border-solid tw-border-transparent tw-p-4 tw-pt-8 tw-text-uofg-yellow tw-transition-colors hover:tw-border-uofg-yellow hover:tw-text-white [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current",href:t.href,"aria-label":t.text},o(s,{icon:t.icon})))))):o("div",{class:"tw-flex tw-h-full"},Y.map((t=>o("a",{class:"tw-flex tw-aspect-square tw-h-full tw-items-center tw-justify-center tw-border-0 tw-border-l tw-border-solid tw-border-uofg-grey-950 tw-px-5 tw-transition-colors [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current",href:t.href,"aria-label":t.text},o(s,{icon:t.icon})))),o("uofg-menu",{class:"tw-block tw-h-full","auto-collapse":!0},o("button",{slot:"button","aria-label":"Main Menu",class:"tw-flex tw-aspect-square tw-h-full tw-items-center tw-justify-center tw-border-0 tw-border-l tw-border-solid tw-border-uofg-grey-950 tw-px-5 tw-transition-colors aria-expanded:tw-bg-white aria-expanded:tw-text-black [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current"},o(s,{icon:O.faBars})),o("div",{slot:"content",class:"tw-absolute tw-left-0 tw-top-full tw-z-50 tw-flex tw-w-full tw-flex-col tw-bg-white tw-px-4 tw-text-black tw-shadow-md"},o("span",{class:"tw-my-4 tw-text-4xl tw-font-bold"},"University of Guelph"),o("ul",{class:"tw-flex tw-w-full tw-flex-col [&>li]:tw-contents"},U.concat(T).map((t=>o("li",null,o("a",{href:t.href,class:"tw-w-full tw-border-0 tw-border-b tw-border-solid tw-border-uofg-grey-400 tw-p-5 tw-transition-colors hover:tw-bg-uofg-grey "+((null==t?void 0:t.highlight)?"tw-bg-uofg-yellow":"")},t.text))))),o("uofg-menu",{class:"tw-relative tw-block tw-h-full tw-pb-6 tw-text-black","auto-collapse":!1},o("button",{class:"tw-flex tw-h-auto tw-w-full tw-items-center tw-justify-between tw-border-0 tw-border-b tw-border-solid tw-border-uofg-grey-400 tw-p-5 tw-transition-colors hover:tw-bg-uofg-grey aria-expanded:tw-bg-uofg-grey [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current [&>svg]:tw-transition-transform [&>svg]:aria-expanded:tw-rotate-180",slot:"button"},o("span",null,"Resources"),o(s,{icon:E.faCaretDown})),o("ul",{slot:"content",class:"tw-flex tw-w-full tw-flex-col [&>li]:tw-contents"},B.map((t=>o("li",null,o("a",{class:"tw-border-0 tw-border-b tw-border-solid tw-border-uofg-grey-400 tw-p-5 tw-transition-colors hover:tw-bg-uofg-grey",href:t.href},t.text)))))))))),this.pageSpecificContent.length>0&&o("nav",{ref:t=>this.subContainer=t,"aria-label":"Department/Topic",class:"tw-align-items tw-relative tw-flex tw-h-[5rem] tw-justify-end tw-bg-uofg-grey tw-px-[calc((100%-1320px)/2)] tw-text-3xl lg:tw-h-16"},this.pageTitle&&(""!=this.pageUrl?o("a",{class:"tw-mr-auto tw-flex tw-h-full tw-items-center tw-justify-center tw-px-4 tw-font-bold tw-transition-colors hover:tw-bg-uofg-yellow",href:this.pageUrl},this.pageTitle):o("span",{class:"tw-mr-auto tw-flex tw-h-full tw-items-center tw-justify-center tw-px-4"},this.pageTitle)),this.isFullSize&&!this.isSubContainerOverflowing?o("ul",{class:"tw-flex tw-items-center tw-justify-center [&>li]:tw-contents"},null===(t=this.pageSpecificContent)||void 0===t?void 0:t.map((t=>o("li",null,"text"in t?o("a",Object.assign({class:"tw-flex tw-h-full tw-items-center tw-justify-center tw-gap-2 tw-px-4 tw-transition-colors hover:tw-bg-uofg-yellow",href:t.href},t.attributes),t.text):o("uofg-menu",{class:"tw-relative tw-h-full","auto-collapse":!0},o("button",{class:"tw-flex tw-h-full tw-items-center tw-justify-center tw-gap-2 tw-px-4 tw-transition-colors hover:tw-bg-uofg-yellow aria-expanded:tw-bg-uofg-yellow [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current",slot:"button"},o("span",null,null==t?void 0:t.title),o(s,{icon:E.faCaretDown})),o("ul",{slot:"content",class:{"tw-absolute tw-right-0 tw-top-full tw-z-50 tw-flex tw-min-w-[20rem] tw-flex-col tw-bg-uofg-grey [&>li]:tw-contents":!0,"wrap-content":t.wrapContent||!1}},t.links.map((t=>o("li",null,o("a",Object.assign({class:"tw-border-0 tw-border-b tw-border-solid tw-border-uofg-grey-500 tw-p-4 tw-transition-colors hover:tw-bg-uofg-yellow",href:t.href},t.attributes),t.text)))))))))):o("uofg-menu",{class:"tw-block tw-h-full lg:tw-relative","auto-collapse":!0},o("button",{class:"tw-flex tw-aspect-square tw-h-full tw-items-center tw-justify-center tw-border-0 tw-border-l tw-border-solid tw-border-uofg-grey-300 tw-px-6 tw-transition-colors aria-expanded:tw-bg-uofg-yellow lg:tw-border-l-0 [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current",slot:"button","aria-label":this.pageTitle+" Menu"},o(s,{icon:O.faBars})),o("ul",{class:"tw-absolute tw-right-0 tw-top-full tw-z-50 tw-flex tw-w-full tw-flex-col tw-bg-white tw-px-4 tw-text-black tw-shadow-md lg:tw-w-[30rem] [&>li]:tw-contents",slot:"content"},null===(e=this.pageSpecificContent)||void 0===e?void 0:e.map((t=>"text"in t?o("li",{class:"[&>a]:last:tw-pb-4"},o("a",{href:t.href,class:"tw-w-full tw-border-0 tw-border-b tw-border-solid tw-border-uofg-grey-400 tw-p-5 tw-transition-colors hover:tw-bg-uofg-grey"},t.text)):o("li",{class:"[&>uofg-menu]:last:tw-pb-6"},o("uofg-menu",{class:"tw-relative tw-block tw-h-full tw-text-black","auto-collapse":!1},o("button",{class:"tw-flex tw-h-auto tw-w-full tw-items-center tw-justify-between tw-border-0 tw-border-b tw-border-solid tw-border-uofg-grey-400 tw-p-5 tw-transition-colors hover:tw-bg-uofg-grey aria-expanded:tw-bg-uofg-grey [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current [&>svg]:tw-transition-transform [&>svg]:aria-expanded:tw-rotate-180",slot:"button"},o("span",null,t.title),o(s,{icon:E.faCaretDown})),o("ul",{slot:"content",class:"tw-flex tw-w-full tw-flex-col [&>li]:tw-contents"},t.links.map((t=>o("li",null,o("a",{class:"tw-border-0 tw-border-b tw-border-solid tw-border-uofg-grey-400 tw-p-5 tw-transition-colors hover:tw-bg-uofg-grey",href:t.href},t.text)))))))))))))}get el(){return r(this)}};P.style="*{box-sizing:border-box}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-size:inherit;font-family:inherit;color:inherit;line-height:inherit;word-spacing:inherit;letter-spacing:inherit}ul{list-style:none;padding:0;margin:0}uofg-menu{--uofg-menu-animation-type:slide;--uofg-menu-animation-duration:0.2s;--uofg-menu-animation-easing:ease-in-out}@defaults border-spacing{--tw-border-spacing-x:0;--tw-border-spacing-y:0}@defaults transform{--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}@defaults touch-action{}@defaults scroll-snap-type{--tw-scroll-snap-strictness:proximity}@defaults gradient-color-stops{}@defaults font-variant-numeric{}@defaults box-shadow{--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}@defaults ring-width{--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}@defaults filter{}@defaults backdrop-filter{}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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-absolute{position:absolute!important}.tw-relative{position:relative!important}.tw-left-0{left:0!important}.tw-left-\\[max\\(calc\\(\\(100\\%-1320px\\)\\/2\\)\\,7\\.5rem\\)\\]{left:max(calc(50% - 660px),7.5rem)!important}.tw-right-0{right:0!important}.tw-top-full{top:100%!important}.tw-z-50{z-index:50!important}.tw-z-\\[1000\\]{z-index:1000!important}.tw-my-4{margin-bottom:1rem!important;margin-top:1rem!important}.tw-mr-auto{margin-right:auto!important}.tw-block{display:block!important}.tw-flex{display:flex!important}.tw-contents{display:contents!important}.tw-aspect-square{aspect-ratio:1/1!important}.tw-h-16{height:4rem!important}.tw-h-\\[10rem\\]{height:10rem!important}.tw-h-\\[5rem\\]{height:5rem!important}.tw-h-auto{height:auto!important}.tw-h-full{height:100%!important}.tw-w-\\[7\\.5rem\\]{width:7.5rem!important}.tw-w-full{width:100%!important}.tw-min-w-\\[20rem\\]{min-width:20rem!important}.tw-flex-col{flex-direction:column!important}.tw-items-center{align-items:center!important}.tw-justify-end{justify-content:flex-end!important}.tw-justify-center{justify-content:center!important}.tw-justify-between{justify-content:space-between!important}.tw-gap-2{gap:.5rem!important}.tw-border-0{border-width:0!important}.tw-border-b{border-bottom-width:1px!important}.tw-border-b-8{border-bottom-width:8px!important}.tw-border-l{border-left-width:1px!important}.tw-border-solid{border-style:solid!important}.tw-border-transparent{border-color:transparent!important}.tw-border-uofg-grey-300{--tw-border-opacity:1!important;border-color:rgb(209 209 209/var(--tw-border-opacity))!important}.tw-border-uofg-grey-400{--tw-border-opacity:1!important;border-color:rgb(180 180 180/var(--tw-border-opacity))!important}.tw-border-uofg-grey-500{--tw-border-opacity:1!important;border-color:rgb(154 154 154/var(--tw-border-opacity))!important}.tw-border-uofg-grey-950{--tw-border-opacity:1!important;border-color:rgb(40 40 40/var(--tw-border-opacity))!important}.tw-bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important}.tw-bg-uofg-grey{--tw-bg-opacity:1!important;background-color:rgb(221 221 221/var(--tw-bg-opacity))!important}.tw-bg-uofg-yellow{--tw-bg-opacity:1!important;background-color:rgb(255 199 42/var(--tw-bg-opacity))!important}.tw-bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.tw-p-4{padding:1rem!important}.tw-p-5{padding:1.25rem!important}.tw-px-4{padding-left:1rem!important;padding-right:1rem!important}.tw-px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.tw-px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.tw-px-\\[calc\\(\\(100\\%-1320px\\)\\/2\\)\\]{padding-left:calc(50% - 660px)!important;padding-right:calc(50% - 660px)!important}.tw-pb-6{padding-bottom:1.5rem!important}.tw-pt-8{padding-top:2rem!important}.tw-font-condensed{font-family:Roboto Condensed,Arial,sans-serif!important}.tw-text-2xl{font-size:1.5rem!important;line-height:2rem!important}.tw-text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.tw-text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.tw-font-bold{font-weight:700!important}.tw-text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.tw-text-uofg-yellow{--tw-text-opacity:1!important;color:rgb(255 199 42/var(--tw-text-opacity))!important}.tw-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.tw-shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.tw-transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.tw-transition-opacity{transition-duration:.15s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.hover\\:tw-border-uofg-yellow:hover{--tw-border-opacity:1!important;border-color:rgb(255 199 42/var(--tw-border-opacity))!important}.hover\\:tw-bg-uofg-grey:hover{--tw-bg-opacity:1!important;background-color:rgb(221 221 221/var(--tw-bg-opacity))!important}.hover\\:tw-bg-uofg-yellow:hover{--tw-bg-opacity:1!important;background-color:rgb(255 199 42/var(--tw-bg-opacity))!important}.hover\\:tw-text-uofg-yellow:hover{--tw-text-opacity:1!important;color:rgb(255 199 42/var(--tw-text-opacity))!important}.hover\\:tw-text-white:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.aria-expanded\\:tw-bg-uofg-grey[aria-expanded=true]{--tw-bg-opacity:1!important;background-color:rgb(221 221 221/var(--tw-bg-opacity))!important}.aria-expanded\\:tw-bg-uofg-yellow[aria-expanded=true]{--tw-bg-opacity:1!important;background-color:rgb(255 199 42/var(--tw-bg-opacity))!important}.aria-expanded\\:tw-bg-white[aria-expanded=true]{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.aria-expanded\\:tw-text-black[aria-expanded=true]{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.hocus\\:tw-opacity-75:focus,.hocus\\:tw-opacity-75:hover{opacity:.75!important}@media (min-width:1024px){.lg\\:tw-relative{position:relative!important}.lg\\:tw-h-16{height:4rem!important}.lg\\:tw-w-\\[30rem\\]{width:30rem!important}.lg\\:tw-border-l-0{border-left-width:0!important}}@media (min-width:1320px){.min-\\[1320px\\]\\:tw-absolute{position:absolute!important}}.\\[\\&\\>a\\]\\:last\\:tw-pb-4:last-child>a{padding-bottom:1rem!important}.\\[\\&\\>li\\]\\:tw-contents>li{display:contents!important}.\\[\\&\\>svg\\]\\:tw-h-\\[1em\\]>svg{height:1em!important}.\\[\\&\\>svg\\]\\:tw-h-full>svg{height:100%!important}.\\[\\&\\>svg\\]\\:tw-fill-current>svg{fill:currentColor!important}.\\[\\&\\>svg\\]\\:tw-transition-transform>svg{transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.\\[\\&\\>svg\\]\\:aria-expanded\\:tw-rotate-180[aria-expanded=true]>svg{--tw-rotate:180deg!important;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))!important}.\\[\\&\\>uofg-menu\\]\\:last\\:tw-pb-6:last-child>uofg-menu{padding-bottom:1.5rem!important}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}";const X=/^(\d*\.?\d+)(s|ms)$/,q=/^cubic-bezier\((\s*-?\d*\.?\d+\s*,){3}\s*-?\d*\.?\d+\s*\)$|^steps\(\s*\d+\s*(,\s*(start|end))?\s*\)$/,F=class{constructor(o){t(this,o),this.expanded=a(this,"expanded",2),this.collapsed=a(this,"collapsed",2),this.animationStarted=a(this,"animationStarted",2),this.animationEnded=a(this,"animationEnded",2),this.computedStyle=null,this.button=null,this.content=null,this.contentComputedStyle=null,this.observer=new MutationObserver(this.handleMutation),this.isExpanded=!1,this.autoCollapse=!1}connectedCallback(){this.handleMutation=this.handleMutation.bind(this),this.handleClick=this.handleClick.bind(this),this.handleFocusout=this.handleFocusout.bind(this),this.handleKeyUp=this.handleKeyUp.bind(this),this.computedStyle=window.getComputedStyle(this.el),this.handleMutation(),this.observer.observe(this.el,{childList:!0})}disconnectedCallback(){this.observer.disconnect()}handleMutation(){const t=this.el.querySelector('[slot="button"]');null==t||t.setAttribute("aria-expanded",this.isExpanded?"true":"false"),null==t||t.setAttribute("aria-haspopup","true"),this.button=t;const o=this.el.querySelector('[slot="content"]');null==o?(this.content=null,this.contentComputedStyle=null):(this.content=o,this.isExpanded?this.content.style.removeProperty("display"):this.content.style.setProperty("display","none","important"),this.contentComputedStyle=window.getComputedStyle(this.content))}handleKeyUp(t){"Escape"===t.key&&(this.isExpanded=!1,t.target!==this.button&&(t.stopPropagation(),this.isExpanded=!1,this.button&&this.button.focus()))}handleClick(t){this.button&&this.button.contains(t.target)&&(this.isExpanded=!this.isExpanded)}handleFocusout(t){this.autoCollapse&&!this.el.contains(t.relatedTarget)&&(this.isExpanded=!1)}handleIsExpandedChange(t){var o,e,r;if(null===(o=this.button)||void 0===o||o.setAttribute("aria-expanded",t?"true":"false"),t?this.expanded.emit():this.collapsed.emit(),null==this.content)return;const a=this.getAnimationType();if(!l()||c()||"none"===a)return void(t?this.content.style.removeProperty("display"):this.content.style.setProperty("display","none","important"));const i=null===(e=this.content)||void 0===e?void 0:e.getAnimations().filter((t=>"uofg-menu-animation"===t.id));if(i.length>0)return void(null==i||i.forEach((t=>t.reverse())));let s;const n={id:"uofg-menu-animation",duration:this.getAnimationDuration(),fill:"none",easing:this.getAnimationEasing(),direction:t?"normal":"reverse"};switch(this.content.style.removeProperty("display"),a){case"fade":default:s=this.fadeAnimation();break;case"slide":s=this.slideAnimation()}this.animationStarted.emit(t),null===(r=this.content)||void 0===r||r.animate(s.keyframes,n).finished.finally((()=>{var t;this.content&&(this.isExpanded?this.content.style.removeProperty("display"):this.content.style.setProperty("display","none","important"),null===(t=s.callback)||void 0===t||t.call(s),this.animationEnded.emit(this.isExpanded))}))}getAnimationType(){var t;const o=(null===(t=this.computedStyle)||void 0===t?void 0:t.getPropertyValue("--uofg-menu-animation-type"))||"";switch(o){case"slide":case"fade":return o;default:return"none"}}getAnimationDuration(){var t;const o=(null===(t=this.computedStyle)||void 0===t?void 0:t.getPropertyValue("--uofg-menu-animation-duration"))||"",e=X.exec(o);return null==e?200:Number.parseFloat(e[1])*("s"==e[2]?1e3:1)}getAnimationEasing(){var t;const o=(null===(t=this.computedStyle)||void 0===t?void 0:t.getPropertyValue("--uofg-menu-animation-easing"))||"";switch(o){case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"step-start":case"step-end":return o;default:return q.test(o)?o:"ease-in-out"}}fadeAnimation(){return{keyframes:[{opacity:0},{opacity:1}]}}slideAnimation(){var t,o,e,r,a;return this.content&&this.content.style.setProperty("overflow-y","hidden","important"),{keyframes:[{height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0},{height:(null===(t=this.contentComputedStyle)||void 0===t?void 0:t.height)||0,paddingTop:(null===(o=this.contentComputedStyle)||void 0===o?void 0:o.paddingTop)||0,paddingBottom:(null===(e=this.contentComputedStyle)||void 0===e?void 0:e.paddingBottom)||0,marginTop:(null===(r=this.contentComputedStyle)||void 0===r?void 0:r.marginTop)||0,marginBottom:(null===(a=this.contentComputedStyle)||void 0===a?void 0:a.marginBottom)||0}],callback:()=>{this.content&&this.content.style.removeProperty("overflow-y")}}}render(){return o(i,{key:"40c0e7a6dd7f457145ed744aaf86595f72566f8c","data-expanded":this.isExpanded,tabindex:-1,onFocusout:this.handleFocusout,onKeyUp:this.handleKeyUp,onClick:this.handleClick})}async getExpanded(){return this.isExpanded}async setExpanded(t){this.isExpanded=t}async toggle(){return this.isExpanded=!this.isExpanded,this.isExpanded}async collapse(){this.isExpanded=!1}async expand(){this.isExpanded=!0}get el(){return r(this)}static get watchers(){return{isExpanded:["handleIsExpandedChange"]}}};export{w as uofg_back_to_top,d as uofg_card,N as uofg_footer,P as uofg_header,F as uofg_menu}
@@ -0,0 +1 @@
1
+ const o=()=>{};export{o as g}
@@ -0,0 +1,2 @@
1
+ let e,n,t=!1,l=!1,o=0,s=!1;const i="slot-fb{display:contents}slot-fb[hidden]{display:none}",c="http://www.w3.org/1999/xlink",r={},u=e=>"object"==(e=typeof e)||"function"===e;function a(e){var n,t,l;return null!==(l=null===(t=null===(n=e.head)||void 0===n?void 0:n.querySelector('meta[name="csp-nonce"]'))||void 0===t?void 0:t.getAttribute("content"))&&void 0!==l?l:void 0}const f=(e,n,...t)=>{let l=null,o=null,s=!1,i=!1;const c=[],r=n=>{for(let t=0;t<n.length;t++)l=n[t],Array.isArray(l)?r(l):null!=l&&"boolean"!=typeof l&&((s="function"!=typeof e&&!u(l))&&(l+=""),s&&i?c[c.length-1].t+=l:c.push(s?d(null,l):l),i=s)};if(r(t),n){n.key&&(o=n.key);{const e=n.className||n.class;e&&(n.class="object"!=typeof e?e:Object.keys(e).filter((n=>e[n])).join(" "))}}if("function"==typeof e)return e(null===n?{}:n,c,p);const a=d(e,null);return a.l=n,c.length>0&&(a.o=c),a.i=o,a},d=(e,n)=>({u:0,v:e,t:n,p:null,o:null,l:null,i:null}),v={},p={forEach:(e,n)=>e.map(y).forEach(n),map:(e,n)=>e.map(y).map(n).map(h)},y=e=>({vattrs:e.l,vchildren:e.o,vkey:e.i,vname:e.h,vtag:e.v,vtext:e.t}),h=e=>{if("function"==typeof e.vtag){const n=Object.assign({},e.vattrs);return e.vkey&&(n.key=e.vkey),e.vname&&(n.name=e.vname),f(e.vtag,n,...e.vchildren||[])}const n=d(e.vtag,e.vtext);return n.l=e.vattrs,n.o=e.vchildren,n.i=e.vkey,n.h=e.vname,n},m=e=>te(e).$hostElement$,b=(e,n,t)=>{const l=m(e);return{emit:e=>$(l,n,{bubbles:!!(4&t),composed:!!(2&t),cancelable:!!(1&t),detail:e})}},$=(e,n,t)=>{const l=de.ce(n,t);return e.dispatchEvent(l),l},w=new WeakMap,g=e=>"sc-"+e.m,j=(e,n,t,l,o,s)=>{if(t!==l){let i=se(e,n),r=n.toLowerCase();if("class"===n){const n=e.classList,o=S(t),s=S(l);n.remove(...o.filter((e=>e&&!s.includes(e)))),n.add(...s.filter((e=>e&&!o.includes(e))))}else if("style"===n){for(const n in t)l&&null!=l[n]||(n.includes("-")?e.style.removeProperty(n):e.style[n]="");for(const n in l)t&&l[n]===t[n]||(n.includes("-")?e.style.setProperty(n,l[n]):e.style[n]=l[n])}else if("key"===n);else if("ref"===n)l&&l(e);else if(i||"o"!==n[0]||"n"!==n[1]){const a=u(l);if((i||a&&null!==l)&&!o)try{if(e.tagName.includes("-"))e[n]=l;else{const o=null==l?"":l;"list"===n?i=!1:null!=t&&e[n]==o||(e[n]=o)}}catch(e){}let f=!1;r!==(r=r.replace(/^xlink\:?/,""))&&(n=r,f=!0),null==l||!1===l?!1===l&&""!==e.getAttribute(n)||(f?e.removeAttributeNS(c,n):e.removeAttribute(n)):(!i||4&s||o)&&!a&&(l=!0===l?"":l,f?e.setAttributeNS(c,n,l):e.setAttribute(n,l))}else if(n="-"===n[2]?n.slice(3):se(ae,r)?r.slice(2):r[2]+n.slice(3),t||l){const o=n.endsWith(O);n=n.replace(C,""),t&&de.rel(e,n,t,o),l&&de.ael(e,n,l,o)}}},k=/\s/,S=e=>e?e.split(k):[],O="Capture",C=RegExp(O+"$"),M=(e,n,t,l)=>{const o=11===n.p.nodeType&&n.p.host?n.p.host:n.p,s=e&&e.l||r,i=n.l||r;for(l in s)l in i||j(o,l,s[l],void 0,t,n.u);for(l in i)j(o,l,s[l],i[l],t,n.u)},x=(t,o,s)=>{const i=o.o[s];let c,r,u=0;if(null!==i.t)c=i.p=fe.createTextNode(i.t);else{if(l||(l="svg"===i.v),c=i.p=fe.createElementNS(l?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",i.v),l&&"foreignObject"===i.v&&(l=!1),M(null,i,l),null!=e&&c["s-si"]!==e&&c.classList.add(c["s-si"]=e),i.o)for(u=0;u<i.o.length;++u)r=x(t,i,u),r&&c.appendChild(r);"svg"===i.v?l=!1:"foreignObject"===c.tagName&&(l=!0)}return c["s-hn"]=n,c},P=(e,t,l,o,s,i)=>{let c,r=e;for(r.shadowRoot&&r.tagName===n&&(r=r.shadowRoot);s<=i;++s)o[s]&&(c=x(null,l,s),c&&(o[s].p=c,r.insertBefore(c,t)))},E=(e,n,t)=>{for(let l=n;l<=t;++l){const n=e[l];if(n){const e=n.p;F(n),e&&e.remove()}}},R=(e,n,t=!1)=>e.v===n.v&&(!!t||e.i===n.i),A=(e,n,o=!1)=>{const s=n.p=e.p,i=e.o,c=n.o,r=n.v,u=n.t;null===u?(l="svg"===r||"foreignObject"!==r&&l,("slot"!==r||t)&&M(e,n,l),null!==i&&null!==c?((e,n,t,l,o=!1)=>{let s,i,c=0,r=0,u=0,a=0,f=n.length-1,d=n[0],v=n[f],p=l.length-1,y=l[0],h=l[p];for(;c<=f&&r<=p;)if(null==d)d=n[++c];else if(null==v)v=n[--f];else if(null==y)y=l[++r];else if(null==h)h=l[--p];else if(R(d,y,o))A(d,y,o),d=n[++c],y=l[++r];else if(R(v,h,o))A(v,h,o),v=n[--f],h=l[--p];else if(R(d,h,o))A(d,h,o),e.insertBefore(d.p,v.p.nextSibling),d=n[++c],h=l[--p];else if(R(v,y,o))A(v,y,o),e.insertBefore(v.p,d.p),v=n[--f],y=l[++r];else{for(u=-1,a=c;a<=f;++a)if(n[a]&&null!==n[a].i&&n[a].i===y.i){u=a;break}u>=0?(i=n[u],i.v!==y.v?s=x(n&&n[r],t,u):(A(i,y,o),n[u]=void 0,s=i.p),y=l[++r]):(s=x(n&&n[r],t,r),y=l[++r]),s&&d.p.parentNode.insertBefore(s,d.p)}c>f?P(e,null==l[p+1]?null:l[p+1].p,t,l,r,p):r>p&&E(n,c,f)})(s,i,n,c,o):null!==c?(null!==e.t&&(s.textContent=""),P(s,null,n,c,0,c.length-1)):null!==i&&E(i,0,i.length-1),l&&"svg"===r&&(l=!1)):e.t!==u&&(s.data=u)},F=e=>{e.l&&e.l.ref&&e.l.ref(null),e.o&&e.o.map(F)},L=(e,n)=>{n&&!e.$&&n["s-p"]&&n["s-p"].push(new Promise((n=>e.$=n)))},N=(e,n)=>{if(e.u|=16,!(4&e.u))return L(e,e.j),je((()=>T(e,n)));e.u|=512},T=(e,n)=>{const t=e.k;return n&&(e.u|=256,e.S&&(e.S.map((([e,n])=>_(t,e,n))),e.S=void 0)),D(void 0,(()=>U(e,t,n)))},D=(e,n)=>H(e)?e.then(n):n(),H=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,U=async(e,n,t)=>{var l;const o=e.$hostElement$,s=o["s-rc"];t&&(e=>{const n=e.O,t=e.$hostElement$,l=n.u,o=((e,n)=>{var t;const l=g(n),o=ue.get(l);if(e=11===e.nodeType?e:fe,o)if("string"==typeof o){let s,c=w.get(e=e.head||e);if(c||w.set(e,c=new Set),!c.has(l)){{s=fe.createElement("style"),s.innerHTML=o;const n=null!==(t=de.C)&&void 0!==t?t:a(fe);null!=n&&s.setAttribute("nonce",n),e.insertBefore(s,e.querySelector("link"))}4&n.u&&(s.innerHTML+=i),c&&c.add(l)}}else e.adoptedStyleSheets.includes(o)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,o]);return l})(t.shadowRoot?t.shadowRoot:t.getRootNode(),n);10&l&&(t["s-sc"]=o,t.classList.add(o+"-h"))})(e);W(e,n,o,t),s&&(s.map((e=>e())),o["s-rc"]=void 0);{const n=null!==(l=o["s-p"])&&void 0!==l?l:[],t=()=>q(e);0===n.length?t():(Promise.all(n).then(t),e.u|=4,n.length=0)}},W=(l,o,s,i)=>{try{o=o.render(),l.u&=-17,l.u|=2,((l,o,s=!1)=>{const i=l.$hostElement$,c=l.O,r=l.M||d(null,null),u=(e=>e&&e.v===v)(o)?o:f(null,null,o);if(n=i.tagName,s&&u.l)for(const e of Object.keys(u.l))i.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(u.l[e]=i[e]);u.v=null,u.u|=4,l.M=u,u.p=r.p=i.shadowRoot||i,e=i["s-sc"],t=0!=(1&c.u),A(r,u,s)})(l,o,i)}catch(e){ie(e,l.$hostElement$)}return null},q=e=>{const n=e.$hostElement$,t=e.k,l=e.j;_(t,"componentDidRender"),64&e.u||(e.u|=64,z(n),_(t,"componentDidLoad"),e.P(n),l||V()),e.R(n),e.$&&(e.$(),e.$=void 0),512&e.u&&ge((()=>N(e,!1))),e.u&=-517},V=()=>{z(fe.documentElement),de.u|=2,ge((()=>$(ae,"appload",{detail:{namespace:"uofg-web-components"}})))},_=(e,n,t)=>{if(e&&e[n])try{return e[n](t)}catch(e){ie(e)}},z=e=>e.classList.add("hydrated"),B=(e,n,t)=>{var l;const o=e.prototype;if(n.A){e.watchers&&(n.F=e.watchers);const s=Object.entries(n.A);if(s.map((([e,[l]])=>{31&l||2&t&&32&l?Object.defineProperty(o,e,{get(){return((e,n)=>te(this).L.get(n))(0,e)},set(t){((e,n,t,l)=>{const o=te(e),s=o.$hostElement$,i=o.L.get(n),c=o.u,r=o.k;if(t=((e,n)=>null==e||u(e)?e:4&n?"false"!==e&&(""===e||!!e):2&n?parseFloat(e):1&n?e+"":e)(t,l.A[n][0]),(!(8&c)||void 0===i)&&t!==i&&(!Number.isNaN(i)||!Number.isNaN(t))&&(o.L.set(n,t),r)){if(l.F&&128&c){const e=l.F[n];e&&e.map((e=>{try{r[e](t,i,n)}catch(e){ie(e,s)}}))}2==(18&c)&&N(o,!1)}})(this,e,t,n)},configurable:!0,enumerable:!0}):1&t&&64&l&&Object.defineProperty(o,e,{value(...n){var t;const l=te(this);return null===(t=null==l?void 0:l.N)||void 0===t?void 0:t.then((()=>{var t;return null===(t=l.k)||void 0===t?void 0:t[e](...n)}))}})})),1&t){const t=new Map;o.attributeChangedCallback=function(e,l,s){de.jmp((()=>{var i;const c=t.get(e);if(this.hasOwnProperty(c))s=this[c],delete this[c];else{if(o.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const t=te(this),o=null==t?void 0:t.u;if(o&&!(8&o)&&128&o&&s!==l){const o=t.k,c=null===(i=n.F)||void 0===i?void 0:i[e];null==c||c.forEach((n=>{null!=o[n]&&o[n].call(o,s,l,e)}))}return}}this[c]=(null!==s||"boolean"!=typeof this[c])&&s}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!==(l=n.F)&&void 0!==l?l:{}),...s.filter((([e,n])=>15&n[0])).map((([e,n])=>{const l=n[1]||e;return t.set(l,e),l}))]))}}return e},G=e=>{_(e,"connectedCallback")},I=e=>{_(e,"disconnectedCallback")},J=(e,n={})=>{var t;const l=[],o=n.exclude||[],s=ae.customElements,c=fe.head,r=c.querySelector("meta[charset]"),u=fe.createElement("style"),f=[];let d,v=!0;Object.assign(de,n),de.T=new URL(n.resourcesUrl||"./",fe.baseURI).href,n.syncQueue&&(de.u|=4);let p=!1;if(e.map((e=>{e[1].map((n=>{var t;const i={u:n[0],m:n[1],A:n[2],D:n[3]};4&i.u&&(p=!0),i.A=n[2],i.D=n[3],i.F=null!==(t=n[4])&&void 0!==t?t:{};const c=i.m,r=class extends HTMLElement{constructor(e){super(e),oe(e=this,i),1&i.u&&e.attachShadow({mode:"open"})}connectedCallback(){d&&(clearTimeout(d),d=null),v?f.push(this):de.jmp((()=>(e=>{if(0==(1&de.u)){const n=te(e),t=n.O,l=()=>{};if(1&n.u)Q(e,n,t.D),(null==n?void 0:n.k)?G(n.k):(null==n?void 0:n.H)&&n.H.then((()=>G(n.k)));else{n.u|=1;{let t=e;for(;t=t.parentNode||t.host;)if(t["s-p"]){L(n,n.j=t);break}}t.A&&Object.entries(t.A).map((([n,[t]])=>{if(31&t&&e.hasOwnProperty(n)){const t=e[n];delete e[n],e[n]=t}})),(async(e,n,t)=>{let l;if(0==(32&n.u)){n.u|=32;{if(l=re(t),l.then){const e=()=>{};l=await l,e()}l.isProxied||(t.F=l.watchers,B(l,t,2),l.isProxied=!0);const e=()=>{};n.u|=8;try{new l(n)}catch(e){ie(e)}n.u&=-9,n.u|=128,e(),G(n.k)}if(l.style){let e=l.style;const n=g(t);if(!ue.has(n)){const l=()=>{};((e,n,t)=>{let l=ue.get(e);pe&&t?(l=l||new CSSStyleSheet,"string"==typeof l?l=n:l.replaceSync(n)):l=n,ue.set(e,l)})(n,e,!!(1&t.u)),l()}}}const o=n.j,s=()=>N(n,!0);o&&o["s-rc"]?o["s-rc"].push(s):s()})(0,n,t)}l()}})(this)))}disconnectedCallback(){de.jmp((()=>(async()=>{if(0==(1&de.u)){const e=te(this);e.U&&(e.U.map((e=>e())),e.U=void 0),(null==e?void 0:e.k)?I(e.k):(null==e?void 0:e.H)&&e.H.then((()=>I(e.k)))}})()))}componentOnReady(){return te(this).H}};i.W=e[0],o.includes(c)||s.get(c)||(l.push(c),s.define(c,B(r,i,1)))}))})),l.length>0&&(p&&(u.textContent+=i),u.textContent+=l+"{visibility:hidden}.hydrated{visibility:inherit}",u.innerHTML.length)){u.setAttribute("data-styles","");const e=null!==(t=de.C)&&void 0!==t?t:a(fe);null!=e&&u.setAttribute("nonce",e),c.insertBefore(u,r?r.nextSibling:c.firstChild)}v=!1,f.length?f.map((e=>e.connectedCallback())):de.jmp((()=>d=setTimeout(V,30)))},K=(e,n)=>n,Q=(e,n,t)=>{t&&t.map((([t,l,o])=>{const s=Y(e,t),i=X(n,o),c=Z(t);de.ael(s,l,i,c),(n.U=n.U||[]).push((()=>de.rel(s,l,i,c)))}))},X=(e,n)=>t=>{try{256&e.u?e.k[n](t):(e.S=e.S||[]).push([n,t])}catch(e){ie(e)}},Y=(e,n)=>8&n?ae:e,Z=e=>({passive:0!=(1&e),capture:0!=(2&e)}),ee=e=>de.C=e,ne=new WeakMap,te=e=>ne.get(e),le=(e,n)=>ne.set(n.k=e,n),oe=(e,n)=>{const t={u:0,$hostElement$:e,O:n,L:new Map};return t.N=new Promise((e=>t.R=e)),t.H=new Promise((e=>t.P=e)),e["s-p"]=[],e["s-rc"]=[],Q(e,t,n.D),ne.set(e,t)},se=(e,n)=>n in e,ie=(e,n)=>(0,console.error)(e,n),ce=new Map,re=e=>{const n=e.m.replace(/-/g,"_"),t=e.W,l=ce.get(t);return l?l[n]:import(`./${t}.entry.js`).then((e=>(ce.set(t,e),e[n])),ie)
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/},ue=new Map,ae="undefined"!=typeof window?window:{},fe=ae.document||{head:{}},de={u:0,T:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,n,t,l)=>e.addEventListener(n,t,l),rel:(e,n,t,l)=>e.removeEventListener(n,t,l),ce:(e,n)=>new CustomEvent(e,n)},ve=e=>Promise.resolve(e),pe=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),ye=[],he=[],me=[],be=(e,n)=>t=>{e.push(t),s||(s=!0,n&&4&de.u?ge(we):de.raf(we))},$e=(e,n)=>{let t=0,l=0;for(;t<e.length&&(l=performance.now())<n;)try{e[t++](l)}catch(e){ie(e)}t===e.length?e.length=0:0!==t&&e.splice(0,t)},we=()=>{o++,(e=>{for(let n=0;n<e.length;n++)try{e[n](performance.now())}catch(e){ie(e)}e.length=0})(ye);{const e=2==(6&de.u)?performance.now()+14*Math.ceil(.1*o):1/0;$e(he,e),$e(me,e),he.length>0&&(me.push(...he),he.length=0),(s=ye.length+he.length+me.length>0)?de.raf(we):o=0}},ge=e=>ve().then(e),je=be(he,!0);export{K as F,v as H,J as b,b as c,m as g,f as h,ve as p,le as r,ee as s}
@@ -0,0 +1 @@
1
+ import{r as t,c as i,h as a,g as s}from"./p-ee27db22.js";import{F as r,b as o}from"./p-6fa0f8f6.js";import{g as e}from"./p-fec87f9d.js";const n=class{constructor(a){t(this,a),this.opened=i(this,"opened",2),this.closed=i(this,"closed",2),this.inertElements=[],this.label=void 0,this.alertDialog=!1,this.centered=!1,this.staticBackdrop=!1,this.autoOpen=!1,this.isOpen=!1}connectedCallback(){this.handleClick=this.handleClick.bind(this),this.handleKeyUp=this.handleKeyUp.bind(this),this.handleFocusOut=this.handleFocusOut.bind(this),this.autoOpen&&(this.isOpen=!0)}disconnectedCallback(){for(const t of this.inertElements)t.removeAttribute("inert")}handleClick(t){this.staticBackdrop||t.target!==t.currentTarget||(this.isOpen=!1)}handleKeyUp(t){"Escape"===t.key&&(this.isOpen=!1)}handleFocusOut(t){var i;if(!this.isOpen)return;const a=t.relatedTarget;if(!this.container.contains(a)&&!this.el.contains(a))if(t.preventDefault(),t.target===this.dismissButton){const t=e(this.el);null===(i=t[t.length-1])||void 0===i||i.focus()}else this.dismissButton.focus()}handleIsOpenChange(t){if(t){window.requestAnimationFrame((()=>{window.requestAnimationFrame((()=>{window.requestAnimationFrame((()=>{this.container.focus()}))}))}));let t=this.el;for(;null!==t&&t!==document.body;){const i=t.parentElement;if(null===i){const i=t.getRootNode();if(i instanceof ShadowRoot){t=i.host;continue}}if(null!==i)for(const a of i.children)a===t||a.inert||(a.inert=!0,this.inertElements.push(a));t=i,this.opened.emit()}}else{for(const t of this.inertElements)t.removeAttribute("inert");this.inertElements=[],this.closed.emit()}document.body.style.overflow=t?"hidden":""}render(){return a("div",{key:"c66f0986068658cc29b9c12715381a0fd40678c9",class:{"tw-visible tw-opacity-100":this.isOpen,"tw-invisible tw-opacity-0":!this.isOpen,"tw-fixed tw-left-0 tw-top-0 tw-z-[1000] tw-flex tw-h-screen tw-w-screen tw-bg-black tw-bg-opacity-50 tw-transition-[opacity,visibility]":!0},role:this.alertDialog?"alertdialog":"dialog","aria-modal":this.isOpen?"true":"","aria-label":this.label,tabIndex:-1,onClick:this.handleClick,onKeyUp:this.handleKeyUp,onFocusout:this.handleFocusOut,ref:t=>this.container=t},a("div",{key:"f6d05f9834e3d5398aa5cd0897605d5b16014c2e",part:"content",class:{"tw-visible tw-opacity-100":this.isOpen,"tw-translate-y-[calc(-50%_-_50px)]":!this.isOpen&&this.centered,"tw-translate-y-[-50px]":!this.isOpen&&!this.centered||this.isOpen&&this.centered,"tw-z-1 tw-absolute tw-left-1/2 tw-h-fit tw-max-h-full tw-w-fit tw-max-w-full -tw-translate-x-1/2 tw-overflow-auto tw-p-8 tw-transition-transform motion-reduce:tw-transition-none":!0}},a("button",{key:"eecbcc13c724410cb085bec5e26f6a2a4c55c32a",class:"[&>svg]:h-[1em] tw-absolute tw-right-8 tw-top-8 tw-z-[2] tw-flex tw-h-12 tw-w-12 tw-items-center tw-justify-center tw-border-0 tw-bg-transparent tw-text-3xl tw-p-2 tw-text-[var(--uofg-modal-dismiss-color,white)] [&>svg]:tw-h-[1em] [&>svg]:tw-fill-current",part:"dismiss-button","aria-label":"Close modal",ref:t=>this.dismissButton=t,onClick:()=>this.isOpen=!1},a(r,{key:"735ceec0b5bbace91a40db729d7b530767b8593a",icon:o})),a("slot",{key:"b3b156aa4d3859a1d827a9d826a8d91b8f379f18"})))}async getState(){return this.isOpen}async setState(t){this.isOpen=t}async toggle(){return this.isOpen=!this.isOpen,this.isOpen}async close(){this.isOpen=!1}async open(){this.isOpen=!0}get el(){return s(this)}static get watchers(){return{isOpen:["handleIsOpenChange"]}}};n.style=":host{visibility:visible !important;position:relative !important;z-index:100000 !important}@defaults border-spacing{--tw-border-spacing-x:0;--tw-border-spacing-y:0}@defaults transform{--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}@defaults touch-action{}@defaults scroll-snap-type{--tw-scroll-snap-strictness:proximity}@defaults gradient-color-stops{}@defaults font-variant-numeric{}@defaults box-shadow{--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}@defaults ring-width{--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}@defaults filter{}@defaults backdrop-filter{}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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-visible{visibility:visible!important}.tw-invisible{visibility:hidden!important}.tw-fixed{position:fixed!important}.tw-absolute{position:absolute!important}.tw-left-0{left:0!important}.tw-left-1\\/2{left:50%!important}.tw-right-8{right:2rem!important}.tw-top-0{top:0!important}.tw-top-8{top:2rem!important}.tw-z-\\[1000\\]{z-index:1000!important}.tw-z-\\[2\\]{z-index:2!important}.tw-flex{display:flex!important}.tw-h-12{height:3rem!important}.tw-h-fit{height:fit-content!important}.tw-h-screen{height:100vh!important}.tw-max-h-full{max-height:100%!important}.tw-w-12{width:3rem!important}.tw-w-fit{width:fit-content!important}.tw-w-screen{width:100vw!important}.tw-max-w-full{max-width:100%!important}.-tw-translate-x-1\\/2{--tw-translate-x:-50%!important}.-tw-translate-x-1\\/2,.tw-translate-y-\\[-50px\\]{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))!important}.tw-translate-y-\\[-50px\\]{--tw-translate-y:-50px!important}.tw-translate-y-\\[calc\\(-50\\%_-_50px\\)\\]{--tw-translate-y:calc(-50% - 50px)!important;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))!important}.tw-items-center{align-items:center!important}.tw-justify-center{justify-content:center!important}.tw-overflow-auto{overflow:auto!important}.tw-border-0{border-width:0!important}.tw-bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important}.tw-bg-transparent{background-color:transparent!important}.tw-bg-opacity-50{--tw-bg-opacity:0.5!important}.tw-p-2{padding:.5rem!important}.tw-p-8{padding:2rem!important}.tw-text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.tw-text-\\[var\\(--uofg-modal-dismiss-color\\,white\\)\\]{color:var(--uofg-modal-dismiss-color,#fff)!important}.tw-opacity-0{opacity:0!important}.tw-opacity-100{opacity:1!important}.tw-transition-\\[opacity\\,visibility\\]{transition-duration:.15s!important;transition-property:opacity,visibility!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.tw-transition-transform{transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}@media (prefers-reduced-motion:reduce){.motion-reduce\\:tw-transition-none{transition-property:none!important}}.\\[\\&\\>svg\\]\\:tw-h-\\[1em\\]>svg{height:1em!important}.\\[\\&\\>svg\\]\\:tw-fill-current>svg{fill:currentColor!important}*,:after,:before{--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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}::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-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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;}";export{n as uofg_modal}
@@ -1 +1 @@
1
- :root{font-size:62.5%}body{font-size:1.6rem;font-family:sans-serif;margin:0;padding:0}uofg-header{display:block;width:100%;height:5rem;background-color:black}uofg-header *{display:none}uofg-header:has(*){height:9rem}uofg-menu{display:block}uofg-footer{display:block}uofg-modal{display:block;position:fixed;visibility:hidden}uofg-alert{display:block;max-width:100rem}@media screen and (min-width: 1024px){uofg-header{height:14rem}uofg-header:has(*){height:18rem}}
1
+ @defaults border-spacing{--tw-border-spacing-x:0;--tw-border-spacing-y:0} @defaults transform{--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} @defaults touch-action{--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: } @defaults scroll-snap-type{--tw-scroll-snap-strictness:proximity} @defaults gradient-color-stops{--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: } @defaults font-variant-numeric{--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: } @defaults box-shadow{--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000} @defaults ring-width{--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} @defaults filter{--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: } @defaults backdrop-filter{--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: } :root{font-size:62.5%}body{font-family:sans-serif;font-size:1.6rem;margin:0;padding:0}uofg-header{background-color:#000;display:block;height:5rem;width:100%;*{display:none}&:has(*){height:10rem}@media screen and (min-width:1024px){height:14rem;&:has(*){height:18rem}}}uofg-footer,uofg-menu,uofg-modal{display:block}uofg-modal{position:fixed;visibility:hidden}uofg-alert{display:block;max-width:100rem}*,:after,:before{--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:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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:}