  /* ==========================================================================
91ÖÆÆ¬³§ design tokens
========================================================================== */

/* Color
----------------------------------------------------------------------------- */
:where(html) {
	
	--nu-blue: #0068bb;
	--nu-alt: #148dcd;
	--nu-sky: #95c5ea;
	--nu-skylight: #b4d4f0;
	--nu-powder: #eaf4fb;
	--nu-navy: #034C87;
	--nu-midnight: #00263d;
	--nu-evergreen: #04505c;
	--nu-leaf: #44ba82;
	--nu-gold: #85754e;
	--nu-tour: #fbd945;
	--nu-amber: #ffbc2d;
	--nu-cloud: #f1f2f2;
	--nu-wisp: #f9f9f9;
	
	--nu-heading-color: #000;
	
	--nu-color-red: hsl(3 75% 50%);
	--nu-color-red-1: hsl(3 75% 97%);
	--nu-color-red-2: hsl(3 75% 90%);
	--nu-color-red-3: hsl(3 75% 77%);
	--nu-color-red-4: hsl(3 75% 63%);
	--nu-color-red-5: hsl(3 75% 50%);
	--nu-color-red-6: hsl(3 75% 42%);
	--nu-color-red-7: hsl(3 75% 34%);
	--nu-color-red-8: hsl(3 75% 26%);
	--nu-color-red-9: hsl(3 75% 18%);
	--nu-color-red-10: hsl(3 75% 10%);
	
	--nu-color-orange: hsl(24 94% 50%);
	--nu-color-orange-1: hsl(24 94% 97%);
	--nu-color-orange-2: hsl(24 94% 90%);
	--nu-color-orange-3: hsl(24 94% 77%);
	--nu-color-orange-4: hsl(24 94% 63%);
	--nu-color-orange-5: hsl(24 94% 50%);
	--nu-color-orange-6: hsl(24 94% 42%);
	--nu-color-orange-7: hsl(24 94% 34%);
	--nu-color-orange-8: hsl(24 94% 26%);
	--nu-color-orange-9: hsl(24 94% 18%);
	--nu-color-orange-10: hsl(24 94% 10%);
	
	--nu-color-yellow: hsl(43 96% 50%);
	--nu-color-yellow-1: hsl(43 96% 97%);
	--nu-color-yellow-2: hsl(43 96% 90%);
	--nu-color-yellow-3: hsl(43 96% 77%);
	--nu-color-yellow-4: hsl(43 96% 63%);
	--nu-color-yellow-5: hsl(43 96% 50%);
	--nu-color-yellow-6: hsl(43 96% 42%);
	--nu-color-yellow-7: hsl(43 96% 34%);
	--nu-color-yellow-8: hsl(43 96% 26%);
	--nu-color-yellow-9: hsl(43 96% 18%);
	--nu-color-yellow-10: hsl(43 96% 10%);
	
	--nu-color-green: hsl(134 63% 50%);
	--nu-color-green-1: hsl(134 63% 97%);
	--nu-color-green-2: hsl(134 63% 90%);
	--nu-color-green-3: hsl(134 63% 77%);
	--nu-color-green-4: hsl(134 63% 63%);
	--nu-color-green-5: hsl(134 63% 50%);
	--nu-color-green-6: hsl(134 63% 42%);
	--nu-color-green-7: hsl(134 63% 34%);
	--nu-color-green-8: hsl(134 63% 26%);
	--nu-color-green-9: hsl(134 63% 18%);
	--nu-color-green-10: hsl(134 63% 10%);
	
	--nu-color-blue: hsl(221 83% 50%);
	--nu-color-blue-1: hsl(221 83% 97%);
	--nu-color-blue-2: hsl(221 83% 90%);
	--nu-color-blue-3: hsl(221 83% 77%);
	--nu-color-blue-4: hsl(221 83% 63%);
	--nu-color-blue-5: hsl(221 83% 50%);
	--nu-color-blue-6: hsl(221 83% 42%);
	--nu-color-blue-7: hsl(221 83% 34%);
	--nu-color-blue-8: hsl(221 83% 26%);
	--nu-color-blue-9: hsl(221 83% 18%);
	--nu-color-blue-10: hsl(221 83% 10%);
	
	--nu-color-purple: hsl(264 76% 50%);
	--nu-color-purple-1: hsl(264 76% 97%);
	--nu-color-purple-2: hsl(264 76% 90%);
	--nu-color-purple-3: hsl(264 76% 77%);
	--nu-color-purple-4: hsl(264 76% 63%);
	--nu-color-purple-5: hsl(264 76% 50%);
	--nu-color-purple-6: hsl(264 76% 42%);
	--nu-color-purple-7: hsl(264 76% 34%);
	--nu-color-purple-8: hsl(264 76% 26%);
	--nu-color-purple-9: hsl(264 76% 18%);
	--nu-color-purple-10: hsl(264 76% 10%);
	
	--nu-color-slate: hsl(215 20% 50%);
	--nu-color-slate-1: hsl(215 20% 97%);
	--nu-color-slate-2: hsl(215 20% 90%);
	--nu-color-slate-3: hsl(215 20% 77%);
	--nu-color-slate-4: hsl(215 20% 63%);
	--nu-color-slate-5: hsl(215 20% 50%);
	--nu-color-slate-6: hsl(215 20% 42%);
	--nu-color-slate-7: hsl(215 20% 34%);
	--nu-color-slate-8: hsl(215 20% 26%);
	--nu-color-slate-9: hsl(215 20% 18%);
	--nu-color-slate-10: hsl(215 20% 10%);
	
	--nu-color-gray: hsl(180 5% 50%);
	--nu-color-gray-1: hsl(180 5% 97%);
	--nu-color-gray-2: hsl(180 5% 90%);
	--nu-color-gray-3: hsl(180 5% 77%);
	--nu-color-gray-4: hsl(180 5% 63%);
	--nu-color-gray-5: hsl(180 5% 50%);
	--nu-color-gray-6: hsl(180 5% 42%);
	--nu-color-gray-7: hsl(180 5% 34%);
	--nu-color-gray-8: hsl(180 5% 26%);
	--nu-color-gray-9: hsl(180 5% 18%);
	--nu-color-gray-10: hsl(180 5% 10%);
	
	--nu-color-pink: hsl(330 81% 50%);
	--nu-color-pink-1: hsl(330 81% 97%);
	--nu-color-pink-2: hsl(330 81% 90%);
	--nu-color-pink-3: hsl(330 81% 77%);
	--nu-color-pink-4: hsl(330 81% 63%);
	--nu-color-pink-5: hsl(330 81% 50%);
	--nu-color-pink-6: hsl(330 81% 42%);
	--nu-color-pink-7: hsl(330 81% 34%);
	--nu-color-pink-8: hsl(330 81% 26%);
	--nu-color-pink-9: hsl(330 81% 18%);
	--nu-color-pink-10: hsl(330 81% 10%);
	
	--nu-color-teal: hsl(189 72% 50%);
	--nu-color-teal-1: hsl(189 72% 97%);
	--nu-color-teal-2: hsl(189 72% 90%);
	--nu-color-teal-3: hsl(189 72% 77%);
	--nu-color-teal-4: hsl(189 72% 63%);
	--nu-color-teal-5: hsl(189 72% 50%);
	--nu-color-teal-6: hsl(189 72% 42%);
	--nu-color-teal-7: hsl(189 72% 34%);
	--nu-color-teal-8: hsl(189 72% 26%);
	--nu-color-teal-9: hsl(189 72% 18%);
	--nu-color-teal-10: hsl(189 72% 10%);
	
	--nu-color-black: hsl(0 0% 0%);
	--nu-color-black-1: hsl(0 0% 0% / 0.1);
	--nu-color-black-2: hsl(0 0% 0% / 0.2);
	--nu-color-black-3: hsl(0 0% 0% / 0.3);
	--nu-color-black-4: hsl(0 0% 0% / 0.4);
	--nu-color-black-5: hsl(0 0% 0% / 0.5);
	--nu-color-black-6: hsl(0 0% 0% / 0.6);
	--nu-color-black-7: hsl(0 0% 0% / 0.7);
	--nu-color-black-8: hsl(0 0% 0% / 0.8);
	--nu-color-black-9: hsl(0 0% 0% / 0.9);
	--nu-color-black-10: hsl(0 0% 0% / 0.95);
	
	--nu-color-white: hsl(0 0% 100%);
	--nu-color-white-1: hsl(0 0% 100% / 0.1);
	--nu-color-white-2: hsl(0 0% 100% / 0.2);
	--nu-color-white-3: hsl(0 0% 100% / 0.3);
	--nu-color-white-4: hsl(0 0% 100% / 0.4);
	--nu-color-white-5: hsl(0 0% 100% / 0.5);
	--nu-color-white-6: hsl(0 0% 100% / 0.6);
	--nu-color-white-7: hsl(0 0% 100% / 0.7);
	--nu-color-white-8: hsl(0 0% 100% / 0.8);
	--nu-color-white-9: hsl(0 0% 100% / 0.9);
	--nu-color-white-10: hsl(0 0% 100% / 0.95);
}

/* Font family
----------------------------------------------------------------------------- */
:where(html) {
	--nu-font-family-sans-serif: proxima-nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--nu-font-family-serif: zenon, ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
	--nu-font-family-monospace: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

/* Font size
----------------------------------------------------------------------------- */
:where(html) {
	/* 16px to 18px */
	--nu-font-size: clamp(1rem, 1.6vw, 1.125rem);
	
	/* 12px to 14px */
	--nu-font-size-1: clamp(0.75rem, 1.2vw, 0.875rem);
	/* 14px to 16px */
	--nu-font-size-2: clamp(0.875rem, 1.4vw, 1rem);
	/* 16px to 18px */
	--nu-font-size-3: clamp(1rem, 1.6vw, 1.125rem);
	/* 18px to 20px */
	--nu-font-size-4: clamp(1.125rem, 1.8vw, 1.25rem);
	/* 20px to 22px */
	--nu-font-size-5: clamp(1.25rem, 2.0vw, 1.375rem);
	/* 22px to 24px */
	--nu-font-size-6: clamp(1.375rem, 2.2vw, 1.5rem);
	/* 24px to 26px */
	--nu-font-size-7: clamp(1.5rem, 2.4vw, 1.625rem);
	/* 26px to 28px */
	--nu-font-size-8: clamp(1.625rem, 2.6vw, 1.75rem);
	/* 28px to 30px */
	--nu-font-size-9: clamp(1.75rem, 2.8vw, 1.875rem);
	/* 30px to 32px */
	--nu-font-size-10: clamp(1.875rem, 3.0vw, 2rem);
}

/* Headline
----------------------------------------------------------------- */
:where(html) {
	/* 32px to 48px */
	--nu-headline-1: clamp(2rem, 4vw, 3rem);
	/* 36px to 64px */
	--nu-headline-2: clamp(2.25rem, 5vw, 4rem);
	/* 40px to 80px */
	--nu-headline-3: clamp(2.5rem, 6vw, 5rem);
	/* 44px to 96px */
	--nu-headline-4: clamp(2.75rem, 7vw, 6rem);
	/* 48px to 112px */
	--nu-headline-5: clamp(3rem, 8vw, 7rem);
	/* 52px to 128px */
	--nu-headline-6: clamp(3.25rem, 9vw, 8rem);
	/* 56px to 144px */
	--nu-headline-7: clamp(3.5rem, 10vw, 9rem);
	/* 60px to 160px */
	--nu-headline-8: clamp(3.75rem, 11vw, 10rem);
	/* 64px to 176px */
	--nu-headline-9: clamp(4rem, 12vw, 11rem);
	/* 68px to 192px */
	--nu-headline-10: clamp(4.25rem, 13vw, 12rem);
}

/* Letter spacing
----------------------------------------------------------------------------- */
:where(html) {
	--nu-letter-spacing: -0.035em;
	--nu-letter-spacing-0: 0;
	
	--nu-letter-spacing-1: -0.075em;
	--nu-letter-spacing-2: -0.05em;
	--nu-letter-spacing-3: -0.035em;
	--nu-letter-spacing-4: -0.025em;
	--nu-letter-spacing-5: 0em;
	--nu-letter-spacing-6: 0.025em;
	--nu-letter-spacing-7: 0.035em;
	--nu-letter-spacing-8: 0.05em;
	--nu-letter-spacing-9: 0.075em;
	--nu-letter-spacing-10: 0.1em;
}

/* Line height
----------------------------------------------------------------------------- */
:where(html) {
	--nu-line-height: 1.6;
	--nu-line-height-0: 1;
	
	--nu-line-height-1: 1.1;
	--nu-line-height-2: 1.2;
	--nu-line-height-3: 1.3;
	--nu-line-height-4: 1.45;
	--nu-line-height-5: 1.6;
	--nu-line-height-6: 1.75;
	--nu-line-height-7: 1.9;
	--nu-line-height-8: 2.05;
	--nu-line-height-9: 2.2;
	--nu-line-height-10: 2.35;
}

/* Aspect ratio
----------------------------------------------------------------------------- */
:where(html) {
	--nu-aspect-ratio: 1/1;
	--nu-aspect-ratio-0: auto;
	
	--nu-aspect-ratio-1: 9/16;
	--nu-aspect-ratio-2: 9/13;
	--nu-aspect-ratio-3: 8.5/11;
	--nu-aspect-ratio-4: 3/4;
	--nu-aspect-ratio-5: 1/1;
	--nu-aspect-ratio-6: 4/3;
	--nu-aspect-ratio-7: 11/8.5;
	--nu-aspect-ratio-8: 13/9;
	--nu-aspect-ratio-9: 16/9;
	--nu-aspect-ratio-10: 21/9;
}

/* Container
----------------------------------------------------------------------------- */
:where(html) {
	--nu-container-0: none;
	
	--nu-container-1: 480px;
	--nu-container-2: 600px;
	--nu-container-3: 720px;
	--nu-container-4: 840px;
	--nu-container-5: 960px;
	--nu-container-6: 1080px;
	--nu-container-7: 1280px;
	--nu-container-8: 1440px;
	--nu-container-9: 1600px;
	--nu-container-10: 1920px;
}

/* Size
----------------------------------------------------------------------------- */
:where(html) {
	--nu-size-1: 8px;
	--nu-size-2: 12px;
	--nu-size-3: 16px;
	--nu-size-4: 20px;
	--nu-size-5: 24px;
	--nu-size-6: 32px;
	--nu-size-7: 42px;
	--nu-size-8: 52px;
	--nu-size-9: 62px;
	--nu-size-10: 72px;
}

/* Space
----------------------------------------------------------------------------- */
:where(html) {
	--nu-space-1: clamp(0.125rem, 0.125rem + 0vw, 0.125rem);
	/* 2px ~ 2px */
	--nu-space-2: clamp(0.3125rem, 0.2908rem + 0.1087vw, 0.375rem);
	/* 5px ~ 6px */
	--nu-space-3: clamp(0.5625rem, 0.5408rem + 0.1087vw, 0.625rem);
	/* 9px ~ 10px */
	--nu-space-4: clamp(0.8125rem, 0.7908rem + 0.1087vw, 0.875rem);
	/* 13px ~ 14px */
	--nu-space-5: clamp(1rem, 0.9565rem + 0.2174vw, 1.125rem);
	/* 16px ~ 18px */
	--nu-space-6: clamp(1.375rem, 1.3315rem + 0.2174vw, 1.5rem);
	/* 22px ~ 24px */
	--nu-space-7: clamp(1.8125rem, 1.7473rem + 0.3261vw, 2rem);
	/* 29px ~ 32px */
	--nu-space-8: clamp(2.25rem, 2.163rem + 0.4348vw, 2.5rem);
	/* 36px ~ 40px */
	--nu-space-9: clamp(2.9375rem, 2.8288rem + 0.5435vw, 3.25rem);
	/* 47px ~ 52px */
	--nu-space-10: clamp(4.25rem, 4.0761rem + 0.8696vw, 4.75rem);
	/* 68px ~ 76px */
}

/* Z-index
----------------------------------------------------------------------------- */
:where(html) {
	--nu-z-index: 1;
	--nu-z-index-0: 0;
	--nu-z-index-bottom: -9999;
	--nu-z-index-top: 9999;
	
	--nu-z-index-1: 1;
	--nu-z-index-2: 2;
	--nu-z-index-3: 3;
	--nu-z-index-4: 4;
	--nu-z-index-5: 5;
	--nu-z-index-6: 60;
	--nu-z-index-7: 70;
	--nu-z-index-8: 80;
	--nu-z-index-9: 90;
	--nu-z-index-10: 100;
}

/* Border
----------------------------------------------------------------------------- */
:where(html) {
	--nu-border-radius: 8px;
	--nu-border-radius-0: 0;
	
	--nu-border-radius-1: 2px;
	--nu-border-radius-2: 3px;
	--nu-border-radius-3: 4px;
	--nu-border-radius-4: 6px;
	--nu-border-radius-5: 8px;
	--nu-border-radius-6: 12px;
	--nu-border-radius-7: 16px;
	--nu-border-radius-8: 20px;
	--nu-border-radius-9: 24px;
	--nu-border-radius-10: 9999px;
	
	--nu-border-width: 1px;
	--nu-border-width-0: 0;
	
	--nu-border-width-1: 1px;
	--nu-border-width-2: 2px;
	--nu-border-width-3: 3px;
	--nu-border-width-4: 4px;
	--nu-border-width-5: 5px;
	--nu-border-width-6: 10px;
	--nu-border-width-7: 15px;
	--nu-border-width-8: 20px;
	--nu-border-width-9: 25px;
	--nu-border-width-10: 30px;
}

/* Shadow
----------------------------------------------------------------------------- */
:where(html) {
	--nu-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.10);
	--nu-box-shadow-0: none;
	
	--nu-box-shadow-1: 0 1px 0 0 rgba(0, 0, 0, 0.1);
	--nu-box-shadow-2: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	--nu-box-shadow-3: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
	--nu-box-shadow-4: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
	--nu-box-shadow-5: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
	--nu-box-shadow-6: 0 10px 16px 0 rgba(0, 0, 0, 0.1);
	--nu-box-shadow-7: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
	--nu-box-shadow-8: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	--nu-box-shadow-9: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
	--nu-box-shadow-10: 0 22px 60px 0 rgba(0, 0, 0, 0.1);
	
	--nu-shadow:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.77),
		1px 2px 2px -2px hsl(0 0% 50% / 0.58),
		5px 10px 10.1px -4px hsl(0 0% 50% / 0.39);
	
	--nu-shadow-0: none;
	
	--nu-shadow-1:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.83),
		1px 2px 2px -4px hsl(0 0% 50% / 0.52);
	
	--nu-shadow-2:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.77),
		1px 2px 2px -2px hsl(0 0% 50% / 0.58),
		2px 7px 7px -4px hsl(0 0% 50% / 0.39);
	
	--nu-shadow-3:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.77),
		1px 2px 2px -2px hsl(0 0% 50% / 0.58),
		3px 8px 8px -4px hsl(0 0% 50% / 0.39);
	
	--nu-shadow-4:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.77),
		1px 2px 2px -2px hsl(0 0% 50% / 0.58),
		4px 9px 9px -4px hsl(0 0% 50% / 0.39);
	
	--nu-shadow-5:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.77),
		1px 2px 2px -2px hsl(0 0% 50% / 0.58),
		5px 10px 10.1px -4px hsl(0 0% 50% / 0.39);
	
	--nu-shadow-6:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.86),
		1.3px 2.7px 2.7px -1px hsl(0 0% 50% / 0.73),
		4px 7px 7px -3px hsl(0 0% 50% / 0.47),
		8px 15px 15px -4px hsl(0 0% 50% / 0.34);
	
	--nu-shadow-7:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.86),
		1.3px 2.7px 2.7px -1px hsl(0 0% 50% / 0.73),
		6px 10px 10px -3px hsl(0 0% 50% / 0.47),
		12px 20px 20px -4px hsl(0 0% 50% / 0.34);
	
	--nu-shadow-8:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.86),
		1.3px 2.7px 2.7px -1px hsl(0 0% 50% / 0.73),
		7px 12px 12px -3px hsl(0 0% 50% / 0.47),
		15px 30px 30px -4px hsl(0 0% 50% / 0.34);
	
	--nu-shadow-9:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.86),
		1.3px 2.7px 2.7px -1px hsl(0 0% 50% / 0.73),
		4.3px 8.5px 8.6px -2px hsl(0 0% 50% / 0.6),
		8px 18px 18px -3px hsl(0 0% 50% / 0.47),
		20px 40px 40px -4px hsl(0 0% 50% / 0.34);
	
	--nu-shadow-10:
		0.3px 0.5px 0.5px hsl(0 0% 50% / 0.86),
		1.3px 2.7px 2.7px -1px hsl(0 0% 50% / 0.73),
		4.3px 8.5px 8.6px -2px hsl(0 0% 50% / 0.6),
		11.4px 22.8px 22.9px -3px hsl(0 0% 50% / 0.47),
		25px 50px 50.3px -4px hsl(0 0% 50% / 0.34);
}

/* Transition
----------------------------------------------------------------------------- */
:where(html) {
	--nu-transition: 350ms;
	
	--nu-transition-1: 50ms;
	--nu-transition-2: 75ms;
	--nu-transition-3: 100ms;
	--nu-transition-4: 150ms;
	--nu-transition-5: 200ms;
	--nu-transition-6: 250ms;
	--nu-transition-7: 300ms;
	--nu-transition-8: 400ms;
	--nu-transition-9: 500ms;
	--nu-transition-10: 600ms;
}

/*-------------------------------------------------------------------------------
## Reset
-------------------------------------------------------------------------------*/
:where(html) {
	font-family: InterVariable, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-feature-settings: 'liga' 1, 'calt' 1;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

img,
picture,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

button {
	border: none;
}

:target {
	scroll-margin-block: 6ex;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.hidden, [hidden] {
	display: none !important;
}

/*-------------------------------------------------------------------------------
## Skip link
-------------------------------------------------------------------------------*/
.skip-link {
	display: block;
	position: absolute;
	left: -999px;
	top: -999px;
	font-size: 12px;
	font-size: 0.75rem;
	width: calc(100% - 10px);
	text-align: center;
	background-color: #d5e8f7;
	padding: 12px 12px;
	margin: 5px;
	z-index: 801;
}

.skip-link:focus {
	position: static;
	left: 0;
	top: 0;
}

/*-------------------------------------------------------------------------------
## Flex
-------------------------------------------------------------------------------*/
.flex {
	display: flex;
	gap: 1rem;
}

/*-------------------------------------------------------------------------------
## Container
-------------------------------------------------------------------------------*/
:root {
	--nu-container: min(var(--nu-container-6), 90%);
	--nu-container-padding: calc(50% - var(--nu-container)/2);
}

[class*="container"] {
	margin-inline: auto;
}

.container {
	width: var(--nu-container);
	margin-inline: auto;
}

/* @media (max-width: 1760px) {
	:root {
		--nu-container: min(var(--nu-container-7), 90%);
		--nu-container-padding: calc(50% - var(--nu-container)/2);
	}

	.container {
		width: var(--nu-container);
		margin-inline: auto;
	}
} */

.container-1 {
	width: min(var(--nu-container-1), 90%);
}

.container-2 {
	width: min(var(--nu-container-2), 90%);
}

.container-3 {
	width: min(var(--nu-container-3), 90%);
}

.container-4 {
	width: min(var(--nu-container-4), 90%);
}

.container-5 {
	width: min(var(--nu-container-5), 90%);
}

.container-6 {
	width: min(var(--nu-container-6), 90%);
}

.container-7 {
	width: min(var(--nu-container-7), 90%);
}

.container-8 {
	width: min(var(--nu-container-8), 90%);
}

.container-9 {
	width: min(var(--nu-container-9), 90%);
}

.container-10 {
	width: min(var(--nu-container-10), 90%);
}

.container-0 {
	width: unset;
	max-width: unset;
	padding: 0;
}

/*-------------------------------------------------------------------------------
## Banner
-------------------------------------------------------------------------------*/
.banner {
	--background-color: linear-gradient(120deg, var(--nu-blue) 60%, dodgerblue 110%);
	--border-color: var(--nu-blue);
	
	--heading-color: var(--nu-color-white);
	--text-color: var(--nu-color-white);
	
	background: var(--background-color);
	border: 1px solid var(--border-color);
	box-shadow: var(--nu-box-shadow-3);
	color: var(--text-color);
	font-size: var(--nu-font-size-3);
	font-weight: 500;
	letter-spacing: var(--nu-letter-spacing-5);
	line-height: var(--nu-line-height-4);
	padding: var(--nu-space-2) var(--nu-space-5);
	text-decoration: none;
}

.banner .container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--nu-space-5);
}

.banner .container > * {
	margin-block: 0;
}

.banner h3 {
	color: var(--heading-color);
	font-size: var(--nu-font-size-4);
	white-space: nowrap;
	font-weight: 700;
}

.banner strong,
.banner b {
	font-weight: 700;
}

.banner a {
	color: var(--nu-midnight) !important;
	color: black;
	display: flex;
	gap: var(--nu-space-2);
	justify-content: center;
	align-items: center;
	letter-spacing: var(--nu-letter-spacing-4);
	font-weight: 700;
	transition: color 200ms ease-in-out;
}

.banner a:hover {
	color: white !important;
	text-decoration: none;
}

.banner .button {
	white-space: nowrap;
	color: var(--nu-color-black);
	background: var(--nu-color-white);
	border: 1px solid var(--nu-blue);
	box-shadow: 0 2px 20px -8px var(--nu-navy);
	display: flex;
	padding-block: var(--nu-space-3);
	padding-inline: var(--nu-space-5);
}

.banner .button:hover {
	transform: none;
}

@media (max-width: 960px) {
	.banner .container {
		flex-direction: column;
		text-align: center;
		gap: var(--nu-space-2);
	}
	
	.banner h3 {
		font-size: var(--nu-font-size-6);
	}
	
	.banner .bullet {
		display: none;
	}
	
	.banner p {
		text-wrap: balance;
	}
	
	.banner .button {
		margin: 0;
		width: 100%;
		justify-content: center;
	}
}

/*-------------------------------------------------------------------------------
## Hero
-------------------------------------------------------------------------------*/
.site-header {
	--nu-container: min(var(--nu-container-7), 90%);
	--nu-container-padding: calc(50% - var(--nu-container)/2);
	
	position: absolute;
	height: 100px;
	width: 100dvw;
	
	z-index: var(--nu-z-index-5);
	display: flex;
	align-items: center;
}

.site-header-logo {
	display: block;
	width: 180px;
	min-width: 180px;
	flex-shrink: 0;
	
	position: absolute;
	z-index: var(--nu-z-index-5);
	left: var(--nu-container-padding);
}

.site-header-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--nu-space-2);
	
	position: fixed;
	z-index: var(--nu-z-index-5);
	right: var(--nu-container-padding);
	
	box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.15), var(--nu-box-shadow-6);
	padding: var(--nu-space-4) var(--nu-space-5);
	font-size: var(--nu-font-size-3);
	font-weight: 500;
	line-height: 1.2;
	border: none;
	background: white;
	border-radius: 9999px;
	color: #000;
}

.site-header-button:hover {
	cursor: pointer;
	background: var(--nu-wisp);
}

@media (max-width: 960px) {
	.site-header-logo {
		width: 150px;
		min-width: 150px;
	}
	
	.site-header-button {
		position: absolute;
	}
}

.hero {
	background: var(--nu-color-black-7);
	display: grid;
	place-content: center;
	position: relative;
}

.hero > * {
	grid-area: 1/1;
}

.hero > *:nth-child(1) {
	z-index: 1;
}

.hero > *:nth-child(2) {
	z-index: 2;
}

.hero > *:nth-child(3) {
	z-index: 3;
}

.hero > *:nth-child(4) {
	z-index: 4;
}

.hero > *:nth-child(5) {
	z-index: 5;
}

.hero > *:nth-child(6) {
	z-index: 6;
}

.hero > *:nth-child(7) {
	z-index: 7;
}

.hero-image,
.hero-video {
	width: 100vw;
	height: 90dvh;
	object-fit: cover;
	object-position: 50% 50%;
}

.secondary-page .hero-image,
.secondary-page .hero-video {
	height: 75dvh;
}

.tertiary-page .hero-image,
.tertiary-page .hero-video {
	height: 60dvh;
}

.hero-gradient {
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.5)),
		radial-gradient(ellipse 80% 40% at 30% 100%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%);
}

.hero-heading {
	align-self: flex-end;
	justify-self: flex-start;
}

.hero-heading h1 {
	color: #fff;
	text-align: left;
	max-width: 32ch;
	margin-block-end: var(--nu-space-6);
}

.hero-heading h1 a {
	color: var(--nu-sky);
}

.hero-heading h1 a:hover {
	color: var(--nu-alt);
	text-decoration: none;
}

.hero-content {
	align-self: center;
	justify-self: flex-end;
}

.hero-content {
	color: #fff;
	
	.quote figcaption {
		color: #fff;
	}
}

.play-pause-button {
	position: absolute;
	bottom: 16px;
	right: 16px;
	height: 42px;
	width: 42px;
	color: white;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: none;
	z-index: var(--nu-z-index-6) !important;
	cursor: auto;
}

.play-pause-button:hover {
	background: var(--nu-color-white-3);
	cursor: pointer;
}

.play-pause-button svg {
	display: block;
	width: 26px !important;
	height: 26px !important;
}

@media (max-width: 600px) {
	
	.hero-image, .secondary-page .hero-image, .tertiary-page .hero-image,
	.hero-video, .secondary-page .hero-video, .tertiary-page .hero-video {
		height: auto;
		aspect-ratio: var(--nu-aspect-ratio-2);
	}
}

/*-------------------------------------------------------------------------------
## Navigation
-------------------------------------------------------------------------------*/
body.no-scroll {
	overflow: hidden;
}

.full-screen-navigation {
	opacity: 0;
	position: fixed;
	inset: 0;
	z-index: -1;
	height: 100dvh;
	overflow-y: auto;
	background: var(--nu-midnight);
	color: #fff;
	/* A bit of over-scroll makes it easier to navigate the lower nav items on the screen */
	padding-block-end: 400px;
	
	transition: opacity var(--nu-transition) ease-in-out;
}

.full-screen-navigation.visible {
	opacity: 1;
	z-index: var(--nu-z-index-9);
}

.full-screen-navigation .site-header {
	position: relative;
}

.full-screen-navigation h3 {
	margin: 0;
}

.full-screen-navigation a {
	color: #fff;
}

.full-screen-navigation a:hover {
	color: var(--nu-alt);
	text-decoration: none;
}

.full-screen-navigation ul {
	margin: 0;
	padding: 0;
}

.full-screen-navigation li {
	list-style: none;
	margin: 0;
}

.nav-flex-grid {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 10%;
	flex-direction: row-reverse;
}

.nav-1-3 {
	width: 33.33333333%;
}

.nav-2-3 {
	width: 66.66666666%;
}

.links-for-nav {
	border: 10px solid rgba(3, 76, 135, 0.6);
	padding: 3rem;
	margin-block-start: 2.5rem;
	margin-block-end: 6.25rem;
}

.links-for-nav h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	color: white;
}

.links-for-nav li {
	margin-block-start: 1rem;
}

.links-for-nav li:last-of-type {
	margin-block-end: 0;
}

.links-for-nav a {
	font-family: zenon, serif;
	-moz-font-feature-settings: "salt" 4;
	-webkit-font-feature-settings: "salt" 4;
	font-feature-settings: "salt" 4;
	
	font-size: 22px;
	font-weight: 400;
	padding-inline: 2px;
	
	transition: padding-left 400ms, color 100ms;
	transition-timing-function: ease-in-out;
}

.links-for-nav a:hover {
	transition: padding-left 180ms, color 100ms;
	transition-timing-function: ease-in-out;
	color: var(--nu-alt);
	padding-inline-start: 6px;
}

.top-row-nav {
	height: 22px;
}

.top-row-nav ul {
	display: flex;
	justify-content: end;
	gap: 1rem;
	
	position: relative;
	z-index: var(--nu-z-index-6);
	top: -80px;
	left: -150px;
}

.top-row-nav a {
	display: inline-block;
	font-size: var(--nu-font-size-3);
	font-weight: 700;
	padding: 0.75rem 1rem;
}

.search-form,
.search-form label,
.search-form input {
	width: 100%;
}

.search-form {
	margin-block-end: 1rem;
}

.search-form label {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-block-end: 0.75rem;
	margin-inline-start: 0.5rem;
}

.search-input {
	position: relative;
}

.search-form input {
	padding: 1rem 9rem 1rem 1.5rem;
	background: var(--nu-color-black-2);
	border-radius: 6px;
	border-radius: 100px;
	border: none;
	box-shadow: 0 0 0 1px rgba(3, 76, 135, 0.86);
	color: #fff;
}

.search-form input::placeholder {
	color: var(--nu-color-white-3);
}

.search-form input:focus::placeholder {
	color: var(--nu-color-white-5);
}

.search-form button {
	background: var(--nu-blue);
	border: none;
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: var(--nu-space-3) var(--nu-space-5);
	border-radius: 100px;
	position: absolute;
	right: 6px;
	top: 6px;
}

.search-form button:hover {
	cursor: pointer;
	background: var(--nu-navy);
}

.primary-nav {
	width: 100%;
}

.primary-nav > li > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.primary-nav > li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.primary-nav > li .main-link {
	flex-shrink: 0;
	font-family: zenon, sans-serif, serif;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: -0.025em;
	padding-block: 2rem;
	padding-inline: 10px;
}

.primary-nav > li .main-link:hover {
	color: var(--nu-blue);
}

.primary-nav > li .plus-link {
	background: transparent;
	border: none;
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}

.primary-nav > li .plus-link:hover {
	cursor: pointer;
}

.primary-nav > li .plus-link span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: #fff;
	border: 1px solid var(--nu-blue);
	height: 40px;
	width: 40px;
	font-size: 25px;
	font-weight: 500;
	border-radius: 100px;
}

.primary-nav > li .plus-link:hover span {
	background: var(--nu-blue);
}

.secondary-nav {
	display: none;
}

.secondary-nav.visible {
	display: block;
}

.secondary-nav li {
	margin-inline-start: 30px;
}

.secondary-nav li:last-of-type {
	margin-bottom: 1.5rem;
}

.secondary-nav a {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	width: 100%;
	padding-bottom: 0.75rem;
}

.secondary-nav a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--nu-alt);
}

/* For Athletics secondary-nav */
.secondary-nav span {
	display: inline-block;
	padding-bottom: 0.75rem;
}

.secondary-nav span a {
	display: inline;
}

.explore-nav {
	margin-block: 3rem;
	border-inline-start: 3px solid rgba(3, 76, 135, 0.6);
	padding-inline-start: 1.5rem;
}

.explore-nav h3 {
	color: var(--nu-alt);
	font-family: zenon, serif;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -0.035em;
	margin-block-end: 0.75rem;
}

.explore-nav ul {
	columns: 3;
}

.explore-nav li {
	padding-block: 0.5rem;
	line-height: var(--nu-line-height-1);
	font-size: var(--nu-font-size-2);
}

.explore-nav a {
	text-wrap: nowrap;
}

.explore-nav a:hover {
	color: var(--nu-alt);
}

@media (max-width: 1360px) {
	.explore-nav ul {
		columns: 2;
	}
	
	.links-for-nav {
		margin-block-end: 4.25rem;
	}
}

@media (max-width: 1130px) {
	.nav-flex-grid {
		gap: 30px;
	}
	
	.links-for-nav {
		padding: 2rem 1.5rem;
		margin-block-start: 1rem;
		margin-block-end: 3rem;
	}
}

@media (max-width: 960px) {
	.full-screen-navigation {
		padding-block-end: 200px;
	}
	
	.top-row-nav {
		height: unset;
	}
	
	.top-row-nav ul {
		justify-content: space-between;
		margin-block-end: 20px;
		
		position: static;
		top: unset;
		left: unset;
	}
	
	.top-row-nav li a {
		padding: 0.75rem 0.5rem;
	}
	
	.search-form input {
		padding: 0.75rem 1.1rem;
	}
	
	.search-form button {
		right: 0.35rem;
		bottom: 0.4rem;
	}
	
	.nav-flex-grid {
		flex-direction: column;
		gap: 1rem;
	}
	
	.nav-1-3,
	.nav-2-3 {
		width: 100%;
		margin: auto;
	}
	
	.primary-nav > li .main-link {
		font-size: 28px;
		padding-block: 1.5rem;
	}
	
	.primary-nav > li .plus-link span {
		height: 36px;
		width: 36px;
		font-size: 22px;
		padding-inline-start: 1px;
	}
}

/* Animation
---------------- */
@media (prefers-reduced-motion: no-preference) {
	@keyframes fadeInOne {
		0% {
			opacity: 0;
			translate: 0 50px;
		}
		
		100% {
			opacity: 1;
			translate: 0 0;
		}
	}
	
	.visible .links-for-nav,
	.visible .search-form,
	.visible .primary-nav,
	.visible .explore-nav {
		opacity: 0;
		animation: fadeInOne var(--nu-transition-7) forwards;
		animation-delay: 100ms;
	}
	
	.visible .links-for-nav {
		animation-delay: 100ms;
	}
	
	.visible .search-form {
		animation-delay: 100ms;
	}
	
	.visible .primary-nav {
		animation-delay: 200ms;
	}
	
	.visible .explore-nav {
		animation-delay: 300ms;
	}
}

/*-------------------------------------------------------------------------------
## Breadcrumbs
-------------------------------------------------------------------------------*/
.breadcrumbs {
	width: 100%;
	position: relative;
	top: 100px;
	height: fit-content;
}

.breadcrumbs nav {
	display: flex;
	align-items: center;
	column-gap: 2px;
	flex-wrap: wrap;
	
	padding: var(--nu-space-1) var(--nu-space-2);
	width: 100%;
}

.breadcrumbs nav:after {
	height: 1px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	content: "";
	display: block;
	flex: 1;
	margin-inline-start: 1rem;
}

.breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.breadcrumbs li {
	display: flex;
	align-items: center;
	margin: 0;
	color: var(--nu-color-white-7);
	gap: 4px;
}

.breadcrumbs li svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.breadcrumbs li:first-child svg {
	width: 14px;
	flex-shrink: 0;
}

.breadcrumbs a {
	font-family: var(--nu-font-family-sans-serif);
	color: var(--nu-color-white-8);
	text-decoration: none;
	font-weight: 400;
	font-size: var(--nu-font-size-2);
	letter-spacing: var(--nu-letter-spacing-5);
	line-height: 1.15;
	margin: 0;
}

.breadcrumbs a:hover {
	color: white;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------
## SVG icons
-------------------------------------------------------------------------------*/
.box-icon {
	background-color: #d1e8f8;
	color: #0071bb;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	border-radius: 6px;
}

.box-icon svg {
	width: 24px;
	height: 24px;
}

.small.box-icon {
	width: 40px;
	height: 40px;
}

.small.box-icon svg {
	width: 20px;
	height: 20px;
}

/*-------------------------------------------------------------------------------
## Typography
-------------------------------------------------------------------------------*/
html,
body {
	height: 100%;
}

body {
	background-color: #ffffff;
	background: #eaf4fb;
	color: #48525c;
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

@media (min-width: 850px) {
	body {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media (min-width: 1700px) {
	body {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

*, :after, :before {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.serif {
	font-family: var(--nu-font-family-serif);
}

[hidden] {
	display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #121212;
	font-weight: 600;
	line-height: 1.1em;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	letter-spacing: -0.035em;
	text-wrap: pretty;
}

h1, .h1 {
	font-size: clamp(2rem, 1.6667rem + 1.6667vw, 3rem);
	/* 32px ~ 48px */
}

h2, .h2 {
	font-size: clamp(1.75rem, 1.477rem + 1.364vw, 2.5rem);
	/* 28px ~ 40px */
}

h3, .h3 {
	font-size: clamp(1.5rem, 1.2727rem + 1.1364vw, 2.125rem);
	/* 24px ~ 34px */
}

h4, .h4 {
	font-size: 26px;
	font-size: 1.625rem;
}

h5, .h5 {
	font-size: 24px;
	font-size: 1.5rem;
}

h6, .h6 {
	font-size: 22px;
	font-size: 1.375rem;
}

.balance {
	text-wrap: balance;
}

.pretty {
	text-wrap: pretty;
}

p {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	line-height: 1.5em;
}

.pre {
	color: #0071bb;
	display: block;
	font-family: var(--nu-font-family-sans-serif);
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: var(--nu-letter-spacing-10);
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sub {
	display: block;
	font-size: 15px;
	font-size: 0.9375em;
	font-weight: 400;
}

.subtitle {
	display: block;
	font-size: 15px;
	font-size: 0.9375em;
	font-weight: 700;
}

.meta {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
}

.small {
	font-size: 16px;
	font-size: 1rem;
}

.line-height {
	line-height: 1.5em;
}

.line-height-sm {
	line-height: 1.1em;
}

.text-white {
	color: #ffffff !important;
}

.text-black {
	color: #000000 !important;
}

.text-blue {
	color: #0071bb !important;
}

a {
	cursor: pointer;
	color: #0071bb;
	font-weight: 700;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #00436f;
	text-decoration: underline;
}

p a {
	display: inline;
}

hr {
	display: block;
	width: 22px;
	border-top: 2px solid #e6e9f0;
	border-color: rgba(0, 0, 0, 0.15);
	margin: 30px 0;
}

hr.center,
.center hr {
	margin: 30px auto;
}

.indent {
	margin-left: 30px;
}

.wrap,
a[href^=mailto] {
	word-wrap: break-word;
}

ul,
ol {
	margin: 0;
	margin-bottom: 30px;
	line-height: 1.5em;
}

ul li,
ol li {
	margin-bottom: 10px;
}

ul > li {
	list-style: circle;
}

ol.alpha > li {
	list-style: lower-alpha;
}

ol.upper-alpha > li {
	list-style: upper-alpha;
}

ol.roman > li {
	list-style: lower-roman;
}

ol ul,
ol ol,
ul ol,
ul ul {
	margin-top: 10px;
	margin-bottom: 0;
}

.no-list-style {
	padding-left: 0;
}

.no-list-style li {
	list-style: none;
}

.compact li {
	margin-bottom: 10px;
	line-height: 1.1em;
	font-size: 18px;
	font-size: 1.125rem;
}

.column-count-2 li,
.column-count-3 li,
.column-count-4 li {
	display: inline-block;
	width: 100%;
}

.column-count-2 {
	column-count: 2;
}

.column-count-3 {
	column-count: 3;
}

.column-count-4 {
	column-count: 4;
}

@media (max-width: 850px) {
	
	.column-count-2,
	.column-count-3,
	.column-count-4 {
		column-count: 1;
	}
	
	.column-count-2 li,
	.column-count-3 li,
	.column-count-4 li {
		display: block;
	}
}

pre {
	margin: 0;
}

.magazine {
	clear: both;
	-webkit-columns: 320px;
	columns: 320px;
	-webkit-column-gap: 3em;
	column-gap: 3em;
}

.pullquote {
	color: #0071bb;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 30px;
}

.dropcap:first-child::first-letter {
	color: #0071bb;
	font-weight: bold;
	margin-right: 0.5em;
	-webkit-initial-letter: 4;
}

/*-------------------------------------------------------------------------------
## Badge
-------------------------------------------------------------------------------*/
.badge {
	--badge-background-color: var(--nu-color-gray-1);
	--badge-border-color: var(--nu-color-gray-3);
	--badge-text-color: var(--nu-color-gray-6);
	
	display: inline-flex;
	align-items: center;
	column-gap: 2px;
	
	background: var(--badge-background-color);
	border: 1px solid var(--badge-border-color);
	color: var(--badge-text-color);
	
	border-radius: var(--nu-border-radius-10);
	font-size: var(--nu-font-size-2);
	font-weight: 400;
	letter-spacing: var(--nu-letter-spacing-4);
	line-height: var(--nu-line-height-4);
	padding: var(--nu-space-1) var(--nu-space-4);
}

.info.badge {
	--badge-background-color: var(--nu-color-blue-1);
	--badge-border-color: var(--nu-blue);
	--badge-text-color: var(--nu-blue);
}

.danger.badge {
	--badge-background-color: var(--nu-color-red-1);
	--badge-border-color: var(--nu-color-red-3);
	--badge-text-color: var(--nu-color-red-6);
}

.warning.badge {
	--badge-background-color: var(--nu-color-yellow-1);
	--badge-border-color: var(--nu-color-yellow-4);
	--badge-text-color: var(--nu-color-yellow-7);
}

.success.badge {
	--badge-background-color: var(--nu-color-green-1);
	--badge-border-color: var(--nu-color-green-3);
	--badge-text-color: var(--nu-color-green-7);
}

.highlight.badge {
	--badge-background-color: var(--nu-color-purple-1);
	--badge-border-color: var(--nu-color-purple-3);
	--badge-text-color: var(--nu-color-purple-6);
}

/*-------------------------------------------------------------------------------
## Listing
-------------------------------------------------------------------------------*/
.listing {
	margin: 0;
	padding: 0;
	border-radius: var(--nu-border-radius);
}

.listing.frame {
	border: 1px solid var(--nu-color-gray-2);
}

.listing li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 2rem;
	padding: var(--nu-space-7) var(--nu-space-6);
	margin: 0;
}

.listing li:hover {
	background: var(--nu-color-slate-1);
}

.listing .inset {
	display: block;
	position: absolute;
	inset: 0;
}

.listing > li + li {
	border-top: 1px solid var(--nu-color-gray-2);
}

.spacer {
	flex: 1;
}

/*-------------------------------------------------------------------------------
## Tooltip
-------------------------------------------------------------------------------*/
[data-tooltip] {
	position: relative;
	z-index: 1;
	cursor: default;
	display: inline-flex;
}

[data-tooltip]:hover::before {
	content: attr(data-tooltip);
	font-size: var(--nu-font-size-1);
	line-height: var(--nu-line-height-2);
	text-align: center;
	position: absolute;
	display: block;
	left: 50%;
	min-width: 150px;
	max-width: 200px;
	bottom: calc(100% + 5px);
	transform: translate(-50%);
	animation: 300ms fade-in-tooltip;
	background: rgb(39, 39, 39);
	border-radius: 4px;
	padding: var(--nu-space-3) var(--nu-space-3);
	color: rgb(255, 255, 255);
	z-index: 1;
}

[data-tooltip]:hover::after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	width: 0px;
	height: 0px;
	bottom: calc(100% + 1px);
	margin-left: -8px;
	border-style: solid;
	border-image: none;
	border-color: rgb(39, 39, 39) transparent transparent;
	border-width: 4px 6px 0px;
	animation: 300ms fade-in-tooltip;
	z-index: 1;
}

[data-tooltip][data-tooltip-position="bottom"]:hover::before {
	bottom: auto;
	top: calc(100% + 10px);
}

[data-tooltip][data-tooltip-position="bottom"]:hover::after {
	bottom: auto;
	top: calc(100% + 6px);
	border-color: transparent transparent rgb(39, 39, 39);
	border-width: 0px 6px 4px;
}

@keyframes fade-in-tooltip {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

/*-------------------------------------------------------------------------------
## Media elements
-------------------------------------------------------------------------------*/
iframe {
	max-width: 100%;
}

.embed-2x1,
.embed-16x9,
.embed-4x3,
.embed-1x1 {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-2x1::before,
.embed-16x9::before,
.embed-4x3::before,
.embed-1x1::before {
	display: block;
	content: "";
}

.embed-2x1 .embed-item,
.embed-2x1 iframe,
.embed-2x1 embed,
.embed-2x1 object,
.embed-2x1 video,
.embed-16x9 .embed-item,
.embed-16x9 iframe,
.embed-16x9 embed,
.embed-16x9 object,
.embed-16x9 video,
.embed-4x3 .embed-item,
.embed-4x3 iframe,
.embed-4x3 embed,
.embed-4x3 object,
.embed-4x3 video,
.embed-1x1 .embed-item,
.embed-1x1 iframe,
.embed-1x1 embed,
.embed-1x1 object,
.embed-1x1 video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-2x1::before {
	padding-top: 50%;
}

.embed-16x9::before {
	padding-top: 56.25%;
}

.embed-4x3::before {
	padding-top: 75%;
}

.embed-1x1::before {
	padding-top: 100%;
}

/*-------------------------------------------------------------------------------
## Grid
-------------------------------------------------------------------------------*/
.tight .row {
	width: 100%;
	max-width: 800px;
}

.top.row,
.top .row {
	align-items: start;
	align-content: start;
}

.stretch.row,
.stretch .row {
	align-items: stretch;
}

.normal.row {
	flex-direction: row !important;
}

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

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

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

.between.row,
.between .row {
	align-items: center;
	justify-content: space-between;
}

.around.row,
.around .row {
	align-items: center;
	justify-content: space-around;
}

.start.row,
.start .row {
	justify-content: flex-start;
}

.end.row,
.end .row {
	justify-content: flex-end;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	max-width: 100%;
}

.row > [class*=sm],
.row > [class*=col],
.row > [class*=lg] {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.row.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutters > [class*=sm], .row.no-gutters > [class*=col], .row.no-gutters > [class*=lg] {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

@media (min-width: 0px) {
	.row .sm-1-1 {
		width: 100%;
	}
	
	.row .sm-1-2 {
		width: 50%;
	}
	
	.row .sm-2-2 {
		width: 100%;
	}
	
	.row .sm-1-3 {
		width: 33.3333333333%;
	}
	
	.row .sm-2-3 {
		width: 66.6666666667%;
	}
	
	.row .sm-3-3 {
		width: 100%;
	}
	
	.row .sm-1-4 {
		width: 25%;
	}
	
	.row .sm-2-4 {
		width: 50%;
	}
	
	.row .sm-3-4 {
		width: 75%;
	}
	
	.row .sm-4-4 {
		width: 100%;
	}
	
	.row .sm-1-5 {
		width: 20%;
	}
	
	.row .sm-2-5 {
		width: 40%;
	}
	
	.row .sm-3-5 {
		width: 60%;
	}
	
	.row .sm-4-5 {
		width: 80%;
	}
	
	.row .sm-5-5 {
		width: 100%;
	}
	
	.row .sm-1-6 {
		width: 16.6666666667%;
	}
	
	.row .sm-2-6 {
		width: 33.3333333333%;
	}
	
	.row .sm-3-6 {
		width: 50%;
	}
	
	.row .sm-4-6 {
		width: 66.6666666667%;
	}
	
	.row .sm-5-6 {
		width: 83.3333333333%;
	}
	
	.row .sm-6-6 {
		width: 100%;
	}
	
	.row .sm-1-7 {
		width: 14.2857142857%;
	}
	
	.row .sm-2-7 {
		width: 28.5714285714%;
	}
	
	.row .sm-3-7 {
		width: 42.8571428571%;
	}
	
	.row .sm-4-7 {
		width: 57.1428571429%;
	}
	
	.row .sm-5-7 {
		width: 71.4285714286%;
	}
	
	.row .sm-6-7 {
		width: 85.7142857143%;
	}
	
	.row .sm-7-7 {
		width: 100%;
	}
	
	.row .sm-1-8 {
		width: 12.5%;
	}
	
	.row .sm-2-8 {
		width: 25%;
	}
	
	.row .sm-3-8 {
		width: 37.5%;
	}
	
	.row .sm-4-8 {
		width: 50%;
	}
	
	.row .sm-5-8 {
		width: 62.5%;
	}
	
	.row .sm-6-8 {
		width: 75%;
	}
	
	.row .sm-7-8 {
		width: 87.5%;
	}
	
	.row .sm-8-8 {
		width: 100%;
	}
	
	.row .sm-1-9 {
		width: 11.1111111111%;
	}
	
	.row .sm-2-9 {
		width: 22.2222222222%;
	}
	
	.row .sm-3-9 {
		width: 33.3333333333%;
	}
	
	.row .sm-4-9 {
		width: 44.4444444444%;
	}
	
	.row .sm-5-9 {
		width: 55.5555555556%;
	}
	
	.row .sm-6-9 {
		width: 66.6666666667%;
	}
	
	.row .sm-7-9 {
		width: 77.7777777778%;
	}
	
	.row .sm-8-9 {
		width: 88.8888888889%;
	}
	
	.row .sm-9-9 {
		width: 100%;
	}
	
	.row .sm-1-10 {
		width: 10%;
	}
	
	.row .sm-2-10 {
		width: 20%;
	}
	
	.row .sm-3-10 {
		width: 30%;
	}
	
	.row .sm-4-10 {
		width: 40%;
	}
	
	.row .sm-5-10 {
		width: 50%;
	}
	
	.row .sm-6-10 {
		width: 60%;
	}
	
	.row .sm-7-10 {
		width: 70%;
	}
	
	.row .sm-8-10 {
		width: 80%;
	}
	
	.row .sm-9-10 {
		width: 90%;
	}
	
	.row .sm-10-10 {
		width: 100%;
	}
	
	.row .sm-1-11 {
		width: 9.0909090909%;
	}
	
	.row .sm-2-11 {
		width: 18.1818181818%;
	}
	
	.row .sm-3-11 {
		width: 27.2727272727%;
	}
	
	.row .sm-4-11 {
		width: 36.3636363636%;
	}
	
	.row .sm-5-11 {
		width: 45.4545454545%;
	}
	
	.row .sm-6-11 {
		width: 54.5454545455%;
	}
	
	.row .sm-7-11 {
		width: 63.6363636364%;
	}
	
	.row .sm-8-11 {
		width: 72.7272727273%;
	}
	
	.row .sm-9-11 {
		width: 81.8181818182%;
	}
	
	.row .sm-10-11 {
		width: 90.9090909091%;
	}
	
	.row .sm-11-11 {
		width: 100%;
	}
	
	.row .sm-1-12 {
		width: 8.3333333333%;
	}
	
	.row .sm-2-12 {
		width: 16.6666666667%;
	}
	
	.row .sm-3-12 {
		width: 25%;
	}
	
	.row .sm-4-12 {
		width: 33.3333333333%;
	}
	
	.row .sm-5-12 {
		width: 41.6666666667%;
	}
	
	.row .sm-6-12 {
		width: 50%;
	}
	
	.row .sm-7-12 {
		width: 58.3333333333%;
	}
	
	.row .sm-8-12 {
		width: 66.6666666667%;
	}
	
	.row .sm-9-12 {
		width: 75%;
	}
	
	.row .sm-10-12 {
		width: 83.3333333333%;
	}
	
	.row .sm-11-12 {
		width: 91.6666666667%;
	}
	
	.row .sm-12-12 {
		width: 100%;
	}
}

@media (min-width: 850px) {
	.row .col-1-1 {
		width: 100%;
	}
	
	.row .col-1-2 {
		width: 50%;
	}
	
	.row .col-2-2 {
		width: 100%;
	}
	
	.row .col-1-3 {
		width: 33.3333333333%;
	}
	
	.row .col-2-3 {
		width: 66.6666666667%;
	}
	
	.row .col-3-3 {
		width: 100%;
	}
	
	.row .col-1-4 {
		width: 25%;
	}
	
	.row .col-2-4 {
		width: 50%;
	}
	
	.row .col-3-4 {
		width: 75%;
	}
	
	.row .col-4-4 {
		width: 100%;
	}
	
	.row .col-1-5 {
		width: 20%;
	}
	
	.row .col-2-5 {
		width: 40%;
	}
	
	.row .col-3-5 {
		width: 60%;
	}
	
	.row .col-4-5 {
		width: 80%;
	}
	
	.row .col-5-5 {
		width: 100%;
	}
	
	.row .col-1-6 {
		width: 16.6666666667%;
	}
	
	.row .col-2-6 {
		width: 33.3333333333%;
	}
	
	.row .col-3-6 {
		width: 50%;
	}
	
	.row .col-4-6 {
		width: 66.6666666667%;
	}
	
	.row .col-5-6 {
		width: 83.3333333333%;
	}
	
	.row .col-6-6 {
		width: 100%;
	}
	
	.row .col-1-7 {
		width: 14.2857142857%;
	}
	
	.row .col-2-7 {
		width: 28.5714285714%;
	}
	
	.row .col-3-7 {
		width: 42.8571428571%;
	}
	
	.row .col-4-7 {
		width: 57.1428571429%;
	}
	
	.row .col-5-7 {
		width: 71.4285714286%;
	}
	
	.row .col-6-7 {
		width: 85.7142857143%;
	}
	
	.row .col-7-7 {
		width: 100%;
	}
	
	.row .col-1-8 {
		width: 12.5%;
	}
	
	.row .col-2-8 {
		width: 25%;
	}
	
	.row .col-3-8 {
		width: 37.5%;
	}
	
	.row .col-4-8 {
		width: 50%;
	}
	
	.row .col-5-8 {
		width: 62.5%;
	}
	
	.row .col-6-8 {
		width: 75%;
	}
	
	.row .col-7-8 {
		width: 87.5%;
	}
	
	.row .col-8-8 {
		width: 100%;
	}
	
	.row .col-1-9 {
		width: 11.1111111111%;
	}
	
	.row .col-2-9 {
		width: 22.2222222222%;
	}
	
	.row .col-3-9 {
		width: 33.3333333333%;
	}
	
	.row .col-4-9 {
		width: 44.4444444444%;
	}
	
	.row .col-5-9 {
		width: 55.5555555556%;
	}
	
	.row .col-6-9 {
		width: 66.6666666667%;
	}
	
	.row .col-7-9 {
		width: 77.7777777778%;
	}
	
	.row .col-8-9 {
		width: 88.8888888889%;
	}
	
	.row .col-9-9 {
		width: 100%;
	}
	
	.row .col-1-10 {
		width: 10%;
	}
	
	.row .col-2-10 {
		width: 20%;
	}
	
	.row .col-3-10 {
		width: 30%;
	}
	
	.row .col-4-10 {
		width: 40%;
	}
	
	.row .col-5-10 {
		width: 50%;
	}
	
	.row .col-6-10 {
		width: 60%;
	}
	
	.row .col-7-10 {
		width: 70%;
	}
	
	.row .col-8-10 {
		width: 80%;
	}
	
	.row .col-9-10 {
		width: 90%;
	}
	
	.row .col-10-10 {
		width: 100%;
	}
	
	.row .col-1-11 {
		width: 9.0909090909%;
	}
	
	.row .col-2-11 {
		width: 18.1818181818%;
	}
	
	.row .col-3-11 {
		width: 27.2727272727%;
	}
	
	.row .col-4-11 {
		width: 36.3636363636%;
	}
	
	.row .col-5-11 {
		width: 45.4545454545%;
	}
	
	.row .col-6-11 {
		width: 54.5454545455%;
	}
	
	.row .col-7-11 {
		width: 63.6363636364%;
	}
	
	.row .col-8-11 {
		width: 72.7272727273%;
	}
	
	.row .col-9-11 {
		width: 81.8181818182%;
	}
	
	.row .col-10-11 {
		width: 90.9090909091%;
	}
	
	.row .col-11-11 {
		width: 100%;
	}
	
	.row .col-1-12 {
		width: 8.3333333333%;
	}
	
	.row .col-2-12 {
		width: 16.6666666667%;
	}
	
	.row .col-3-12 {
		width: 25%;
	}
	
	.row .col-4-12 {
		width: 33.3333333333%;
	}
	
	.row .col-5-12 {
		width: 41.6666666667%;
	}
	
	.row .col-6-12 {
		width: 50%;
	}
	
	.row .col-7-12 {
		width: 58.3333333333%;
	}
	
	.row .col-8-12 {
		width: 66.6666666667%;
	}
	
	.row .col-9-12 {
		width: 75%;
	}
	
	.row .col-10-12 {
		width: 83.3333333333%;
	}
	
	.row .col-11-12 {
		width: 91.6666666667%;
	}
	
	.row .col-12-12 {
		width: 100%;
	}
}

@media (min-width: 1700px) {
	.row .lg-1-1 {
		width: 100%;
	}
	
	.row .lg-1-2 {
		width: 50%;
	}
	
	.row .lg-2-2 {
		width: 100%;
	}
	
	.row .lg-1-3 {
		width: 33.3333333333%;
	}
	
	.row .lg-2-3 {
		width: 66.6666666667%;
	}
	
	.row .lg-3-3 {
		width: 100%;
	}
	
	.row .lg-1-4 {
		width: 25%;
	}
	
	.row .lg-2-4 {
		width: 50%;
	}
	
	.row .lg-3-4 {
		width: 75%;
	}
	
	.row .lg-4-4 {
		width: 100%;
	}
	
	.row .lg-1-5 {
		width: 20%;
	}
	
	.row .lg-2-5 {
		width: 40%;
	}
	
	.row .lg-3-5 {
		width: 60%;
	}
	
	.row .lg-4-5 {
		width: 80%;
	}
	
	.row .lg-5-5 {
		width: 100%;
	}
	
	.row .lg-1-6 {
		width: 16.6666666667%;
	}
	
	.row .lg-2-6 {
		width: 33.3333333333%;
	}
	
	.row .lg-3-6 {
		width: 50%;
	}
	
	.row .lg-4-6 {
		width: 66.6666666667%;
	}
	
	.row .lg-5-6 {
		width: 83.3333333333%;
	}
	
	.row .lg-6-6 {
		width: 100%;
	}
	
	.row .lg-1-7 {
		width: 14.2857142857%;
	}
	
	.row .lg-2-7 {
		width: 28.5714285714%;
	}
	
	.row .lg-3-7 {
		width: 42.8571428571%;
	}
	
	.row .lg-4-7 {
		width: 57.1428571429%;
	}
	
	.row .lg-5-7 {
		width: 71.4285714286%;
	}
	
	.row .lg-6-7 {
		width: 85.7142857143%;
	}
	
	.row .lg-7-7 {
		width: 100%;
	}
	
	.row .lg-1-8 {
		width: 12.5%;
	}
	
	.row .lg-2-8 {
		width: 25%;
	}
	
	.row .lg-3-8 {
		width: 37.5%;
	}
	
	.row .lg-4-8 {
		width: 50%;
	}
	
	.row .lg-5-8 {
		width: 62.5%;
	}
	
	.row .lg-6-8 {
		width: 75%;
	}
	
	.row .lg-7-8 {
		width: 87.5%;
	}
	
	.row .lg-8-8 {
		width: 100%;
	}
	
	.row .lg-1-9 {
		width: 11.1111111111%;
	}
	
	.row .lg-2-9 {
		width: 22.2222222222%;
	}
	
	.row .lg-3-9 {
		width: 33.3333333333%;
	}
	
	.row .lg-4-9 {
		width: 44.4444444444%;
	}
	
	.row .lg-5-9 {
		width: 55.5555555556%;
	}
	
	.row .lg-6-9 {
		width: 66.6666666667%;
	}
	
	.row .lg-7-9 {
		width: 77.7777777778%;
	}
	
	.row .lg-8-9 {
		width: 88.8888888889%;
	}
	
	.row .lg-9-9 {
		width: 100%;
	}
	
	.row .lg-1-10 {
		width: 10%;
	}
	
	.row .lg-2-10 {
		width: 20%;
	}
	
	.row .lg-3-10 {
		width: 30%;
	}
	
	.row .lg-4-10 {
		width: 40%;
	}
	
	.row .lg-5-10 {
		width: 50%;
	}
	
	.row .lg-6-10 {
		width: 60%;
	}
	
	.row .lg-7-10 {
		width: 70%;
	}
	
	.row .lg-8-10 {
		width: 80%;
	}
	
	.row .lg-9-10 {
		width: 90%;
	}
	
	.row .lg-10-10 {
		width: 100%;
	}
	
	.row .lg-1-11 {
		width: 9.0909090909%;
	}
	
	.row .lg-2-11 {
		width: 18.1818181818%;
	}
	
	.row .lg-3-11 {
		width: 27.2727272727%;
	}
	
	.row .lg-4-11 {
		width: 36.3636363636%;
	}
	
	.row .lg-5-11 {
		width: 45.4545454545%;
	}
	
	.row .lg-6-11 {
		width: 54.5454545455%;
	}
	
	.row .lg-7-11 {
		width: 63.6363636364%;
	}
	
	.row .lg-8-11 {
		width: 72.7272727273%;
	}
	
	.row .lg-9-11 {
		width: 81.8181818182%;
	}
	
	.row .lg-10-11 {
		width: 90.9090909091%;
	}
	
	.row .lg-11-11 {
		width: 100%;
	}
	
	.row .lg-1-12 {
		width: 8.3333333333%;
	}
	
	.row .lg-2-12 {
		width: 16.6666666667%;
	}
	
	.row .lg-3-12 {
		width: 25%;
	}
	
	.row .lg-4-12 {
		width: 33.3333333333%;
	}
	
	.row .lg-5-12 {
		width: 41.6666666667%;
	}
	
	.row .lg-6-12 {
		width: 50%;
	}
	
	.row .lg-7-12 {
		width: 58.3333333333%;
	}
	
	.row .lg-8-12 {
		width: 66.6666666667%;
	}
	
	.row .lg-9-12 {
		width: 75%;
	}
	
	.row .lg-10-12 {
		width: 83.3333333333%;
	}
	
	.row .lg-11-12 {
		width: 91.6666666667%;
	}
	
	.row .lg-12-12 {
		width: 100%;
	}
}

/*-------------------------------------------------------------------------------
## Navigation
-------------------------------------------------------------------------------*/
.skip-link {
	display: block;
	position: absolute;
	left: -999px;
	top: -999px;
	font-size: 12px;
	font-size: 0.75rem;
	width: calc(100% - 10px);
	text-align: center;
	background-color: #d5e8f7;
	padding: 12px 12px;
	margin: 5px;
	z-index: 801;
}

.skip-link:focus {
	position: static;
	left: 0;
	top: 0;
}

.masthead-content {
	padding: 20% 5% 0 5%;
}

.masthead-kicker {
	color: #95c5ea;
	line-height: 17px;
}

.masthead-title {
	margin-bottom: 0;
	text-wrap: balance;
}

.masthead-subtitle {
	display: block;
	margin-top: 10px;
}

@media (max-width: 600px) {
	.masthead-kicker {
		font-size: 15px;
	}
	
	.masthead-title {
		font-size: 24px;
	}
	
	.masthead-subtitle {
		font-size: 16px;
	}
}

.menu-icon,
.dropdown-icon,
.right-icon,
.left-icon,
.search-icon,
.external-icon {
	position: relative;
	overflow: visible;
}

.menu-icon::after,
.dropdown-icon::after,
.external-icon::after,
.right-icon::after,
.left-icon::before,
.search-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	background: no-repeat center center;
	background-size: 100% 100%;
}

.menu-icon::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='3' y1='12' x2='21' y2='12'%3e%3c/line%3e%3cline x1='3' y1='6' x2='21' y2='6'%3e%3c/line%3e%3cline x1='3' y1='18' x2='21' y2='18'%3e%3c/line%3e%3c/svg%3e");
	width: 28px;
	height: 28px;
	top: 18px;
	right: 18px;
}

.dropdown-icon::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	width: 18px;
	height: 18px;
	margin-top: -9px;
}

.dropdown-icon-white::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}

.external-icon::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='16.4,14.9 16.4,22.3 9,22.3 1.6,22.3 1.6,14.9 1.6,7.6 9,7.6 '/%3e%3cpolyline points='13.7,1.6 22.4,1.6 22.4,10.3 '/%3e%3cline x1='9' y1='14.9' x2='22.4' y2='1.6'/%3e%3c/svg%3e");
	width: 10px;
	height: 10px;
	margin-top: -6px;
	margin-left: 6px;
}

.right-icon::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	right: 2px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	transform: rotate(-90deg);
}

.left-icon::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	left: 2px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	transform: rotate(90deg);
}

.search-icon::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='9.8' cy='9.8' r='6.8'/%3e%3cline x1='21' y1='21' x2='14.9' y2='14.9'/%3e%3c/svg%3e");
	width: 28px;
	height: 28px;
	top: 18px;
	right: 18px;
}

.toggle-content {
	display: none !important;
}

.toggle-content.is-active {
	display: block !important;
}

/*-------------------------------------------------------------------------------
## Subnav
-------------------------------------------------------------------------------*/
.subnav {
	background: white;
	margin: 0;
	padding-block: var(--nu-space-5);
	padding-top: var(--nu-space-10);
}

.subnav .container .primary.button,
.subnav .container .secondary.button {
	display: none;
}

.department-nav {
	display: block;
}

.department-nav::before {
	content: 'Explore this section';
	text-transform: uppercase;
	font-size: var(--nu-font-size-2);
	font-weight: 700;
	color: var(--nu-blue);
	letter-spacing: var(--nu-letter-spacing-10);
	display: block;
	margin-block-end: var(--nu-space-5);
	padding: 5px var(--nu-space-6);
	border-bottom: 0.5px solid #ccc;
}

.department-nav > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 2px;
	row-gap: 2px;
	list-style: none;
	padding: 0 var(--nu-space-3);
	margin: 0 auto;
}

.department-nav li,
.department-nav li:last-of-type {
	list-style: none;
	padding: 0;
	margin: 0;
}

.department-nav label {
	font-size: var(--nu-font-size-1);
	letter-spacing: var(--nu-letter-spacing-5);
	color: var(--nu-navy);
	font-weight: 600;
	margin-left: 16px;
	text-transform: uppercase;
}

.department-nav a,
.department-nav button,
.department-nav summary {
	color: black;
	background: transparent;
	font-size: var(--nu-font-size-3);
	font-size: 16px;
	font-weight: 600;
	transition: background 200ms;
	padding: 8px 14px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	column-gap: 3px;
	
	/* text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px; */
}

.department-nav a:hover,
.department-nav button:hover,
.department-nav summary:hover {
	color: black;
	background: var(--nu-color-slate-1);
	background: var(--nu-powder);
	text-decoration: none;
	/* text-decoration-color: var(--nu-sky); */
}

/* Current
---------------- */
.department-nav .current {
	background: rgba(180, 212, 240, 0.5);
}

.department-nav .current-parent summary {
	background: var(--nu-powder);
}

.department-nav .current-parent:hover summary {
	background: var(--nu-powder);
}

/* External
---------------- */
.department-nav .external-icon::after {
	background-image: none;
}

.department-nav .external-icon::after,
.department-nav .external::after {
	content: url(/assets/stylesheets/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(0,0,0,0.3)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4.22 11.78a.75.75 0 0 1 0-1.06L9.44 5.5H5.75a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0V6.56l-5.22 5.22a.75.75 0 0 1-1.06 0Z' clip-rule='evenodd' /%3E%3C/svg%3E");
	display: block;
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	position: relative;
	top: -10px;
}

/* Dropdown
---------------- */
.department-nav .dropdown-icon::after {
	background-image: none;
}

.department-nav details {
	display: inline-block;
	position: relative;
}

.department-nav summary {
	white-space: nowrap;
	cursor: default;
	user-select: none;
	-webkit-user-select: none;
}

.department-nav summary::marker,
.department-nav summary::-webkit-details-marker {
	display: none;
}

.department-nav summary::after {
	content: url(/assets/stylesheets/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgba(0,0,0,0.3)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z' clip-rule='evenodd' /%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	position: static;
}

.department-nav details ul {
	position: absolute;
	top: 100%;
	left: -4px;
	z-index: 10;
	width: max-content;
	min-width: 220px;
	border-radius: 10px;
	list-style: none;
	padding: 4px;
	
	background: #fff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 1);
}

.department-nav details li {
	margin: 0;
}

.department-nav details ul a {
	display: flex;
	padding: 4px 14px;
}

.department-nav .department-nav-button {
	display: none;
	padding: var(--nu-space-6) var(--nu-space-6);
	
	text-transform: uppercase;
	font-size: var(--nu-font-size-2);
	font-weight: 700;
	color: var(--nu-alt);
	letter-spacing: var(--nu-letter-spacing-10);
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.department-nav .department-nav-button:hover {
	color: var(--nu-blue);
	background: white;
	text-decoration: none;
}

.department-nav .department-nav-button::after {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m7.5-7.5h-15' /%3e %3c/svg%3e");
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	position: static;
	background: var(--nu-powder);
	padding: 6px;
	border-radius: 100px;
	box-shadow: 0 0 0 1px var(--nu-skylight);
	transition: transform 300ms;
}

.department-nav .department-nav-button:hover::after {
	background: var(--nu-skylight);
}


.department-nav.is-open .department-nav-button::after {
	transform: rotate(45deg);
}


/* Mobile
---------------- */
@media (max-width: 960px) {
	.subnav {
		padding: 0;
		border-bottom: 0.5px solid #ccc;
	}
	
	.subnav .container {
		width: 100%;
		max-width: 100%;
	}
	
	.department-nav .department-nav-button {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.department-nav::before {
		display: none;
	}
	
	.department-nav > ul {
		display: none;
		flex-direction: column;
		align-items: start;
	}
	
	.department-nav.is-open > ul {
		display: block;
	}
	
	.department-nav details {
		display: block;
	}
	
	.department-nav details ul {
		position: static;
		top: unset;
		left: unset;
		margin: 0;
		z-index: 10;
		width: max-content;
		min-width: 100%;
		border-radius: unset;
		list-style: none;
		padding: 0 12px;
		
		background: unset;
		box-shadow: unset;
		border: unset;
	}
}

/*-------------------------------------------------------------------------------
## Buttons
-------------------------------------------------------------------------------*/
.button {
	position: relative;
	background: #ffffff;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 19px;
	font-weight: 800;
	padding: 15px 30px;
	margin-bottom: 15px;
	border-radius: 8px;
	border-radius: var(--nu-border-radius-10);
	text-decoration: none;
	color: #000;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	transition: transform 200ms, box-shadow 200ms;
	display: inline-block;
	
	border-radius: var(--nu-border-radius-10);
	font-size: var(--nu-font-size-3);
	font-weight: 600;
}

.button:hover, .button:focus {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
	text-decoration: none;
}

.bg-midnight .button {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	color: #000;
}

.bg-midnight .button:hover, .bg-midnight .button:focus {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.sky.button {
	background: #95c5ea;
	color: #ffffff;
}

.gradient.button {
	background: linear-gradient(25deg, #0071bb 0, #238CEC 66%, #01B5FF 100%);
	color: #ffffff;
}

.navy.button {
	background: #034c87;
	color: #ffffff;
}

.midnight.button {
	background: #00263d;
	color: #ffffff;
}

.wide.button {
	width: 100%;
	text-align: center;
}

.square.button {
	width: 100%;
	padding: 45% 0;
}

.small.button {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 6px 10px;
	font-weight: 400;
}

.link.button {
	background: transparent;
	box-shadow: none;
}

@media (max-width: 850px) {
	.button {
		font-size: 16px;
		font-size: 1rem;
		padding: 12px 24px;
	}
}

.default.button,
.primary.button,
.secondary.button,
.contrast.button {
	background: var(--nu-color-white);
	color: var(--nu-color-black);
	border-radius: var(--nu-border-radius-10);
	font-size: var(--nu-font-size-3);
	font-weight: 600;
	box-shadow: var(--nu-box-shadow-1);
}

.default.button:hover,
.primary.button:hover,
.secondary.button:hover,
.contrast.button:hover {
	background: #f0f0f0;
	box-shadow: var(--nu-box-shadow-4);
}

.default.button {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25), var(--nu-box-shadow-4);
}

.default.button:hover {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25), var(--nu-box-shadow-7);
}

.primary.button {
	background: var(--nu-blue);
	color: var(--nu-color-white);
}

.primary.button:hover {
	background: #0070c9;
}

.secondary.button {
	background: var(--nu-amber);
	color: var(--nu-color-black);
}

.secondary.button:hover {
	background: #ffc42d;
}

.contrast.button {
	background: var(--nu-color-black);
	color: var(--nu-color-white);
}

.contrast.button:hover {
	background: #2c3030;
}

/*-------------------------------------------------------------------------------
## Fade-in
-------------------------------------------------------------------------------*/
.fade-in {
	opacity: 0;
	transform: translateY(120px);
	transition: opacity var(--transition, 350ms) ease-out, transform var(--transition, 350ms) ease-out;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Fade in direct children of an element with delay */
.fade-in-children > * {
	opacity: 0;
	transform: translateY(120px);
	transition: opacity var(--transition, 350ms) ease-out, transform var(--transition, 350ms) ease-out;
}

.fade-from-right > * {
	transform: translateX(120px);
}

.fade-from-right.visible > * {
	transform: translateX(0);
}

.fade-in-children.visible > * {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-children.visible > *:nth-child(1) {
	transition-delay: 0ms;
}

.fade-in-children.visible > *:nth-child(2) {
	transition-delay: 100ms;
}

.fade-in-children.visible > *:nth-child(3) {
	transition-delay: 200ms;
}

.fade-in-children.visible > *:nth-child(4) {
	transition-delay: 300ms;
}

.fade-in-children.visible > *:nth-child(5) {
	transition-delay: 400ms;
}

.fade-in-children.visible > *:nth-child(6) {
	transition-delay: 500ms;
}

.fade-in-children.visible > *:nth-child(7) {
	transition-delay: 600ms;
}

.fade-in-children.visible > *:nth-child(8) {
	transition-delay: 700ms;
}

.fade-in-children.visible > *:nth-child(9) {
	transition-delay: 800ms;
}

.fade-in-children.visible > *:nth-child(10) {
	transition-delay: 900ms;
}

/*-------------------------------------------------------------------------------
## Pagination
-------------------------------------------------------------------------------*/
.pagination-group {
	border-radius: 10px;
	margin-top: 5%;
}

.pagination-group .button {
	box-shadow: none;
	margin-bottom: 0;
	padding: 10px;
}

.pagination-group .button:hover,
.pagination-group .button:focus,
.pagination-group .button:active {
	transform: none;
}

.pagination-group .active {
	color: #00263d;
}

.facebook.button {
	color: #ffffff;
	background: #2f4b87;
}

.twitter.button {
	color: #ffffff;
	background: #3aa1ec;
}

.youtube.button {
	color: #ffffff;
	background: #c53929;
}

.instagram.button {
	color: #ffffff;
	background: #dd2a7b;
}

/*-------------------------------------------------------------------------------
## Filter
-------------------------------------------------------------------------------*/
.filter-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

#filterInput {
	width: 100%;
	height: unset;
	padding: 10px 30px 10px 12px !important;
	/* Extra right padding so text doesn't overlap button */
	border-radius: 5px;
	border: 1px solid #ccc;
}

#filterButton {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: #999;
	padding: 0;
}

#filterButton:hover {
	color: #333;
}

/*-------------------------------------------------------------------------------
## Faculty
-------------------------------------------------------------------------------*/
.faculty {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5%;
	padding: 20px;
	border-radius: var(--nu-border-radius-5);
	overflow: clip;
	margin-bottom: 30px;
}

.faculty:hover {
	background: var(--nu-color-slate-1);
}

.faculty img {
	margin: 0;
	width: 100px;
	border-radius: 100px;
}

.faculty h3 {
	font-weight: 800;
	display: block;
}

.faculty p a {
	position: relative;
	z-index: 2;
	font-weight: 400;
}

.inset {
	position: absolute;
	inset: 0;
}

/*-------------------------------------------------------------------------------
## Cards
-------------------------------------------------------------------------------*/
.card {
	display: block;
	position: relative;
	padding: 30px;
	margin: 15px 0;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.card > *:last-child {
	margin-bottom: 0;
}

a.card {
	transition: transform 200ms, background 200ms, border-color 200ms, color 200ms, box-shadow 200ms;
}

a.card:hover, a.card:focus {
	text-decoration: none;
	transform: scale(1.025);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.title-card,
.lower-third {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	padding: 30px;
	display: flex;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.title-card h1, .title-card h2, .title-card h3, .title-card h4, .title-card h5, .title-card h6, .title-card .pre, .title-card .sub,
.lower-third h1,
.lower-third h2,
.lower-third h3,
.lower-third h4,
.lower-third h5,
.lower-third h6,
.lower-third .pre,
.lower-third .sub {
	color: #fff;
	/* hyphens: auto; */
	line-height: 1em;
}

.title-card p,
.lower-third p {
	font-weight: 400;
}

.title-card > div > *:last-child,
.lower-third > div > *:last-child {
	margin-bottom: 0;
}

.title-card {
	min-height: 550px;
	flex-direction: column;
	justify-content: space-between;
}

.title-card .card-button {
	color: #121212;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
	padding: 10px 18px;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	text-shadow: none;
}

.lower-third {
	min-height: 260px;
	align-items: flex-end;
	background-color: #00263d;
}

a.title-card:hover, a.title-card:focus,
a.lower-third:hover,
a.lower-third:focus {
	box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.3);
	color: #fff;
}

@media (max-width: 1350px) {
	.cards .col-1-4 {
		width: 50%;
	}
}

@media (max-width: 850px) {
	.cards .col-1-4 {
		width: 100%;
	}
	
	.masthead.card {
		padding: 15px;
		min-height: 160px;
	}
	
	/* .masthead.card h1 {
		font-size: 24px;
		font-size: 1.5rem;
	} */
}

/*-------------------------------------------------------------------------------
## Profile Photos
-------------------------------------------------------------------------------*/
.profile-photo-hover {
	position: relative;
	width: 100%;
	max-width: 370px;
	aspect-ratio: 1/1;
	overflow: hidden;
}

.profile-photo-1, .profile-photo-2 {
	position: absolute;
	top: 0;
	object-fit: cover;
	object-position: center;
}

.profile-photo-2 {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.profile-photo-hover:hover .profile-photo-2 {
	opacity: 100;
}

/*-------------------------------------------------------------------------------
## Align utilities
-------------------------------------------------------------------------------*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

img.center {
	display: block;
	margin: 0 auto 30px;
}

@media (max-width: 850px) {
	.center-sm {
		text-align: center;
	}
	
	.right-sm {
		text-align: right;
	}
	
	.left-sm {
		text-align: left;
	}
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

/*-------------------------------------------------------------------------------
## Border utilities
-------------------------------------------------------------------------------*/
.rounded {
	border-radius: var(--nu-border-radius-9);
}

.rounded-sm {
	border-radius: 3px;
}

.rounded-md {
	border-radius: 30px;
}

.rounded-lg {
	border-radius: 50px;
}

/* .rounded-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rounded-bottom {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
} */

.circle {
	border-radius: 50%;
}

.pill {
	border-radius: 50px;
}

/*-------------------------------------------------------------------------------
## Float utilities
-------------------------------------------------------------------------------*/
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

img.float-left,
img.float-right {
	position: relative;
	top: 10px;
	margin-bottom: 15px;
	margin-right: 20px;
}

img.float-right {
	margin-right: 0;
	margin-left: 20px;
}

@media (max-width: 850px) {
	
	.float-left,
	.float-right {
		float: none;
	}
	
	.float-left-sm {
		float: left;
	}
	
	.float-right-sm {
		float: right;
	}
	
	img.float-left,
	img.float-right {
		position: static;
		top: auto;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}

/*-------------------------------------------------------------------------------
## Position utilities
-------------------------------------------------------------------------------*/
.sticky {
	position: sticky;
	top: 128px;
}

@media (max-width: 850px) {
	.sticky {
		position: static;
		top: 0;
	}
}

.relative {
	position: relative;
}

.lower-right {
	position: absolute;
	right: 15px;
	bottom: 15px;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
	opacity: 1;
	width: 50px;
}

/*-------------------------------------------------------------------------------
## Section utilities
-------------------------------------------------------------------------------*/
section {
	padding: 5% 0;
	background: linear-gradient(180deg, #ffffff 0, #f6f8fb 100%);
}

.section {
	padding: 5% 0;
}

.section-lg {
	padding: 12% 0;
}

.even {
	padding: 5% 0;
}

@media (max-width: 850px) {
	
	section,
	.section,
	.section-lg,
	.even {
		padding: 10% 0%;
	}
}

section p:last-child {
	margin-bottom: 0;
}



/*-------------------------------------------------------------------------------
## Shadows utilities
-------------------------------------------------------------------------------*/
.shadow {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.shadow-dark {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.shadow-sm {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.shadow-lg {
	box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.15);
}

.shadow-sm-dark {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.shadow-lg-dark {
	box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.3);
}

.bg-midnight .shadow {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.bg-midnight .shadow-sm {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.bg-midnight .shadow-lg {
	box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.3);
}

.shadow-long {
	box-shadow: 0 40px 54px rgba(0, 0, 0, 0.1);
}

.shadow-long-dark {
	box-shadow: 0 40px 54px rgba(0, 0, 0, 0.2);
}

.no-shadow {
	box-shadow: none;
}

/*-------------------------------------------------------------------------------
## Spacing utilities
-------------------------------------------------------------------------------*/
.m-0 {
	margin: 0% !important;
}

.m-1 {
	margin: 1% !important;
}

.m-2 {
	margin: 2% !important;
}

.m-3 {
	margin: 3% !important;
}

.m-4 {
	margin: 4% !important;
}

.m-5 {
	margin: 5% !important;
}

.m-6 {
	margin: 6% !important;
}

.m-7 {
	margin: 7% !important;
}

.m-8 {
	margin: 8% !important;
}

.m-9 {
	margin: 9% !important;
}

.m-10 {
	margin: 10% !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0% !important;
	margin-left: 0% !important;
}

.mx-1 {
	margin-right: 1% !important;
	margin-left: 1% !important;
}

.mx-2 {
	margin-right: 2% !important;
	margin-left: 2% !important;
}

.mx-3 {
	margin-right: 3% !important;
	margin-left: 3% !important;
}

.mx-4 {
	margin-right: 4% !important;
	margin-left: 4% !important;
}

.mx-5 {
	margin-right: 5% !important;
	margin-left: 5% !important;
}

.mx-6 {
	margin-right: 6% !important;
	margin-left: 6% !important;
}

.mx-7 {
	margin-right: 7% !important;
	margin-left: 7% !important;
}

.mx-8 {
	margin-right: 8% !important;
	margin-left: 8% !important;
}

.mx-9 {
	margin-right: 9% !important;
	margin-left: 9% !important;
}

.mx-10 {
	margin-right: 10% !important;
	margin-left: 10% !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0% !important;
	margin-bottom: 0% !important;
}

.my-1 {
	margin-top: 1% !important;
	margin-bottom: 1% !important;
}

.my-2 {
	margin-top: 2% !important;
	margin-bottom: 2% !important;
}

.my-3 {
	margin-top: 3% !important;
	margin-bottom: 3% !important;
}

.my-4 {
	margin-top: 4% !important;
	margin-bottom: 4% !important;
}

.my-5 {
	margin-top: 5% !important;
	margin-bottom: 5% !important;
}

.my-6 {
	margin-top: 6% !important;
	margin-bottom: 6% !important;
}

.my-7 {
	margin-top: 7% !important;
	margin-bottom: 7% !important;
}

.my-8 {
	margin-top: 8% !important;
	margin-bottom: 8% !important;
}

.my-9 {
	margin-top: 9% !important;
	margin-bottom: 9% !important;
}

.my-10 {
	margin-top: 10% !important;
	margin-bottom: 10% !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0% !important;
}

.mt-1 {
	margin-top: 1% !important;
}

.mt-2 {
	margin-top: 2% !important;
}

.mt-3 {
	margin-top: 3% !important;
}

.mt-4 {
	margin-top: 4% !important;
}

.mt-5 {
	margin-top: 5% !important;
}

.mt-6 {
	margin-top: 6% !important;
}

.mt-7 {
	margin-top: 7% !important;
}

.mt-8 {
	margin-top: 8% !important;
}

.mt-9 {
	margin-top: 9% !important;
}

.mt-10 {
	margin-top: 10% !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-0 {
	margin-right: 0% !important;
}

.mr-1 {
	margin-right: 1% !important;
}

.mr-2 {
	margin-right: 2% !important;
}

.mr-3 {
	margin-right: 3% !important;
}

.mr-4 {
	margin-right: 4% !important;
}

.mr-5 {
	margin-right: 5% !important;
}

.mr-6 {
	margin-right: 6% !important;
}

.mr-7 {
	margin-right: 7% !important;
}

.mr-8 {
	margin-right: 8% !important;
}

.mr-9 {
	margin-right: 9% !important;
}

.mr-10 {
	margin-right: 10% !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0% !important;
}

.mb-1 {
	margin-bottom: 1% !important;
}

.mb-2 {
	margin-bottom: 2% !important;
}

.mb-3 {
	margin-bottom: 3% !important;
}

.mb-4 {
	margin-bottom: 4% !important;
}

.mb-5 {
	margin-bottom: 5% !important;
}

.mb-6 {
	margin-bottom: 6% !important;
}

.mb-7 {
	margin-bottom: 7% !important;
}

.mb-8 {
	margin-bottom: 8% !important;
}

.mb-9 {
	margin-bottom: 9% !important;
}

.mb-10 {
	margin-bottom: 10% !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-0 {
	margin-left: 0% !important;
}

.ml-1 {
	margin-left: 1% !important;
}

.ml-2 {
	margin-left: 2% !important;
}

.ml-3 {
	margin-left: 3% !important;
}

.ml-4 {
	margin-left: 4% !important;
}

.ml-5 {
	margin-left: 5% !important;
}

.ml-6 {
	margin-left: 6% !important;
}

.ml-7 {
	margin-left: 7% !important;
}

.ml-8 {
	margin-left: 8% !important;
}

.ml-9 {
	margin-left: 9% !important;
}

.ml-10 {
	margin-left: 10% !important;
}

.ml-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0% !important;
}

.p-1 {
	padding: 1% !important;
}

.p-2 {
	padding: 2% !important;
}

.p-3 {
	padding: 3% !important;
}

.p-4 {
	padding: 4% !important;
}

.p-5 {
	padding: 5% !important;
}

.p-6 {
	padding: 6% !important;
}

.p-7 {
	padding: 7% !important;
}

.p-8 {
	padding: 8% !important;
}

.p-9 {
	padding: 9% !important;
}

.p-10 {
	padding: 10% !important;
}

.px-0 {
	padding-right: 0% !important;
	padding-left: 0% !important;
}

.px-1 {
	padding-right: 1% !important;
	padding-left: 1% !important;
}

.px-2 {
	padding-right: 2% !important;
	padding-left: 2% !important;
}

.px-3 {
	padding-right: 3% !important;
	padding-left: 3% !important;
}

.px-4 {
	padding-right: 4% !important;
	padding-left: 4% !important;
}

.px-5 {
	padding-right: 5% !important;
	padding-left: 5% !important;
}

.px-6 {
	padding-right: 6% !important;
	padding-left: 6% !important;
}

.px-7 {
	padding-right: 7% !important;
	padding-left: 7% !important;
}

.px-8 {
	padding-right: 8% !important;
	padding-left: 8% !important;
}

.px-9 {
	padding-right: 9% !important;
	padding-left: 9% !important;
}

.px-10 {
	padding-right: 10% !important;
	padding-left: 10% !important;
}

.py-0 {
	padding-top: 0% !important;
	padding-bottom: 0% !important;
}

.py-1 {
	padding-top: 1% !important;
	padding-bottom: 1% !important;
}

.py-2 {
	padding-top: 2% !important;
	padding-bottom: 2% !important;
}

.py-3 {
	padding-top: 3% !important;
	padding-bottom: 3% !important;
}

.py-4 {
	padding-top: 4% !important;
	padding-bottom: 4% !important;
}

.py-5 {
	padding-top: 5% !important;
	padding-bottom: 5% !important;
}

.py-6 {
	padding-top: 6% !important;
	padding-bottom: 6% !important;
}

.py-7 {
	padding-top: 7% !important;
	padding-bottom: 7% !important;
}

.py-8 {
	padding-top: 8% !important;
	padding-bottom: 8% !important;
}

.py-9 {
	padding-top: 9% !important;
	padding-bottom: 9% !important;
}

.py-10 {
	padding-top: 10% !important;
	padding-bottom: 10% !important;
}

.pt-0 {
	padding-top: 0% !important;
}

.pt-1 {
	padding-top: 1% !important;
}

.pt-2 {
	padding-top: 2% !important;
}

.pt-3 {
	padding-top: 3% !important;
}

.pt-4 {
	padding-top: 4% !important;
}

.pt-5 {
	padding-top: 5% !important;
}

.pt-6 {
	padding-top: 6% !important;
}

.pt-7 {
	padding-top: 7% !important;
}

.pt-8 {
	padding-top: 8% !important;
}

.pt-9 {
	padding-top: 9% !important;
}

.pt-10 {
	padding-top: 10% !important;
}

.pr-0 {
	padding-right: 0% !important;
}

.pr-1 {
	padding-right: 1% !important;
}

.pr-2 {
	padding-right: 2% !important;
}

.pr-3 {
	padding-right: 3% !important;
}

.pr-4 {
	padding-right: 4% !important;
}

.pr-5 {
	padding-right: 5% !important;
}

.pr-6 {
	padding-right: 6% !important;
}

.pr-7 {
	padding-right: 7% !important;
}

.pr-8 {
	padding-right: 8% !important;
}

.pr-9 {
	padding-right: 9% !important;
}

.pr-10 {
	padding-right: 10% !important;
}

.pb-0 {
	padding-bottom: 0% !important;
}

.pb-1 {
	padding-bottom: 1% !important;
}

.pb-2 {
	padding-bottom: 2% !important;
}

.pb-3 {
	padding-bottom: 3% !important;
}

.pb-4 {
	padding-bottom: 4% !important;
}

.pb-5 {
	padding-bottom: 5% !important;
}

.pb-6 {
	padding-bottom: 6% !important;
}

.pb-7 {
	padding-bottom: 7% !important;
}

.pb-8 {
	padding-bottom: 8% !important;
}

.pb-9 {
	padding-bottom: 9% !important;
}

.pb-10 {
	padding-bottom: 10% !important;
}

.pl-0 {
	padding-left: 0% !important;
}

.pl-1 {
	padding-left: 1% !important;
}

.pl-2 {
	padding-left: 2% !important;
}

.pl-3 {
	padding-left: 3% !important;
}

.pl-4 {
	padding-left: 4% !important;
}

.pl-5 {
	padding-left: 5% !important;
}

.pl-6 {
	padding-left: 6% !important;
}

.pl-7 {
	padding-left: 7% !important;
}

.pl-8 {
	padding-left: 8% !important;
}

.pl-9 {
	padding-left: 9% !important;
}

.pl-10 {
	padding-left: 10% !important;
}

.mb-p {
	margin-bottom: 30px !important;
}

.mb-h {
	margin-bottom: 15px !important;
}

/*-------------------------------------------------------------------------------
## Visibility utilities
-------------------------------------------------------------------------------*/
.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

/*-------------------------------------------------------------------------------
## Testimonials
-------------------------------------------------------------------------------*/
.block-testimonial {
	padding: 0;
	display: flex;
	justify-content: flex-end;
	position: relative;
	background: #d1e8f8;
}

.quote-box {
	position: absolute;
	margin: 0 auto;
	max-width: 840px;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: center;
}

.inner {
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 0;
	width: 480px;
	background: white;
}

.inner h3 {
	margin-top: 12px;
	line-height: 1.3em;
}

.testimonial-photo {
	width: 65%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	margin: 0;
}

.testimonial-photo:before {
	content: "";
	display: block;
	height: 0;
	padding-top: 60%;
}

@media (max-width: 1500px) {
	.quote-box {
		position: relative;
		width: 50%;
		height: auto;
		order: 1;
		border: 11px solid #d1e8f8;
	}
	
	.inner {
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.testimonial-photo {
		width: 50%;
		order: 2;
	}
	
	.testimonial-photo:before {
		padding-top: 100%;
	}
}

@media (max-width: 1000px) {
	.block-testimonial {
		flex-direction: column;
	}
	
	.quote-box {
		width: 100%;
		order: 2;
		max-width: 1000px;
	}
	
	.testimonial-photo {
		width: 100%;
		order: 1;
	}
	
	.testimonial-photo:before {
		padding-top: 50%;
	}
}

@media (max-width: 510px) {
	.inner {
		padding: 10%;
	}
}

.reverse.block-testimonial {
	justify-content: flex-start;
}

.reverse .inner {
	left: auto;
	right: 0;
}

@media (max-width: 1500px) {
	.reverse .quote-box {
		order: 2;
	}
	
	.reverse .testimonial-photo {
		order: 1;
	}
}

/*-------------------------------------------------------------------------------
## Frequently Asked Questions
-------------------------------------------------------------------------------*/
.faq {
	margin-bottom: 50px;
	border-radius: 8px;
}

.faq.is-active {
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

.faq .toggle-button {
	color: #121212;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	text-align: inherit;
	border: 0;
	padding: 30px 100px 30px 30px;
	margin: 0;
	-webkit-appearance: button;
	background-color: inherit;
	width: 100%;
	position: relative;
	transition: all 200ms;
	border-radius: 8px;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.faq .toggle-button.button-selected {
	box-shadow: none;
	background-color: #fff;
}

.faq .toggle-button:hover,
.faq .toggle-button.button-selected:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	color: #111;
}

.faq .dropdown-icon::after {
	right: 22px;
	width: 30px;
	height: 30px;
	margin-top: -14px;
}

.faq.is-active .dropdown-icon::after {
	transform: rotate(180deg);
}

.faq .toggle-content {
	background-color: #fff;
	color: #111;
	padding: 40px 30px 30px;
	margin-top: -20px;
	border-radius: 8px;
}

@media (max-width: 890px) {
	.faq {
		margin-bottom: 40px;
	}
	
	.faq .toggle-button {
		font-size: 20px;
		font-size: 1.25rem;
		padding: 20px 60px 20px 20px;
	}
	
	.faq .dropdown-icon::after {
		right: 12px;
	}
	
	.faq .toggle-content {
		padding: 30px 20px 20px;
	}
}

/*-------------------------------------------------------------------------------
## Quote
-------------------------------------------------------------------------------*/
.quote {
	margin-inline: 15px;
}

.quote blockquote {
	font-family: var(--nu-font-family-serif);
	font-size: 32px;
	font-size: var(--nu-font-size-8);
	letter-spacing: -0.035em;
	text-wrap: pretty;
	
	hanging-punctuation: first last;
	margin: 0;
	
	&::before {
		content: open-quote;
		font-size: var(--nu-font-size-10);
	}
	
	&::after {
		content: close-quote;
		font-size: var(--nu-font-size-10);
	}
}

.quote figcaption:before {
	content: "";
	width: 1px;
	height: 2rem;
	background-color: #ccc;
	display: block;
	margin: 1.5rem 0 1.5rem 50px;
}

.quote figcaption, .quote figcaption strong {
	font-size: 16px;
}

/*-------------------------------------------------------------------------------
## Reel
-------------------------------------------------------------------------------*/
.reel {
	--space: 3rem;
	--itemWidth: auto;
	--height: auto;
	--trackColor: #0071bb;
	--thumbColor: #fff;
	
	display: flex;
	height: var(--height);
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-color: var(--thumbColor) var(--trackColor);
}

.reel::-webkit-scrollbar {
	height: 1rem;
}

.reel::-webkit-scrollbar-track {
	background-color: var(--trackColor);
}

.reel::-webkit-scrollbar-thumb {
	background-color: var(--trackColor);
	background-image: linear-gradient(var(--trackColor) 0,
			var(--trackColor) 0.25rem,
			var(--thumbColor) 0.25rem,
			var(--thumbColor) 0.75rem,
			var(--trackColor) 0.75rem);
}

.reel > * {
	flex: 0 0 var(--itemWidth);
}

.reel > img {
	height: 100%;
	flex-basis: auto;
	width: auto;
}

.reel > * + * {
	margin-left: var(--space);
}

.reel.overflowing {
	padding-bottom: var(--space);
	padding-inline: var(--nu-container-padding);
}

.reel-section {
	padding: 0 0 5% 0;
}

.reel-section .container {
	width: 100% !important;
	max-width: 100% !important;
}

.reel-section .even.pb-0 {
	max-width: var(--nu-container) !important;
	margin-inline: auto;
}

.reel-section .row {
	margin-left: 0;
	margin-right: 0;
}

.reel-section .col-1-1 {
	padding-left: 0;
	padding-right: 0;
}

/*-------------------------------------------------------------------------------
## Stats
-------------------------------------------------------------------------------*/
.stats {
	border: 12px solid var(--stat-accent, #0071bb);
	padding: 30px 20px;
	height: 100%;
}

.stats h1,
.stats h2,
.stats h3,
.stats h4,
.stats h5,
.stats h6 {
	font-family: var(--nu-font-family-serif);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3em;
	margin-block-end: 2rem;
}

.stat {
	display: block;
	font-family: proxima-nova, ui-sans-serif, sans-serif;
	font-weight: 800;
	font-size: 54px;
	margin-bottom: 15px;
	color: var(--stat-accent, #0071bb);
}

.accent-1 {
	--stat-accent: #0068bb;
}

.accent-2 {
	--stat-accent: #359f6d;
}

.accent-3 {
	--stat-accent: #ffbb00;
}

.accent-4 {
	--stat-accent: #034C87;
}

.stats p {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}

.stats a {
	color: #000;
	font-weight: 400;
}

/*-------------------------------------------------------------------------------
## Accordion
-------------------------------------------------------------------------------*/
.accordion {
	--nu-accordion-chevron-icon: url(/assets/stylesheets/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(100, 100, 100)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	--nu-accordion-plus-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5z'/%3E%3C/svg%3E");
	--nu-accordion-minus-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M3.75 7.25a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5z'/%3E%3C/svg%3E");
}

.accordion details {
	position: relative;
	margin: 0;
}

.accordion details + details {
	border-top: 1px solid var(--nu-color-gray-2);
}

.accordion summary {
	display: flex;
	justify-content: space-between;
	gap: var(--nu-space-7);
	align-items: center;
	cursor: pointer;
	color: var(--nu-heading-color);
	font-family: var(--nu-font-family-serif);
	font-size: var(--nu-font-size-7);
	font-weight: 600;
	letter-spacing: var(--nu-letter-spacing-3);
	line-height: var(--nu-line-height-2);
	padding: var(--nu-space-7) var(--nu-space-1);
	text-box: trim-both cap alphabetic;
}

.accordion summary div {
	max-width: 55ch;
	text-wrap: pretty;
}

.accordion summary::-webkit-details-marker {
	display: none;
}

.accordion summary:after {
	display: block;
	width: var(--nu-size-7);
	height: var(--nu-size-7);
	flex-shrink: 0;
	border-radius: 100px;
	/* align-self: start; */
	margin-inline-start: 0;
	background: var(--nu-skylight) var(--nu-accordion-plus-icon) center center no-repeat;
	background-size: var(--nu-size-4);
	content: "";
}

.accordion summary + div {
	padding: 0 var(--nu-space-7) var(--nu-space-8) var(--nu-space-1);
	font-size: 20px;
	max-width: 70ch;
}

.accordion summary + div > *:last-child {
	margin-block-end: 0;
}

.accordion details[open] > summary {
	padding-block-end: var(--nu-space-3);
}

/* .accordion details[open] > summary:focus {
	outline: 2.5px solid var(--nu-highlight-color);
	outline-offset: 2px;
} */

.accordion details[open] > summary:after {
	background: var(--nu-skylight) var(--nu-accordion-minus-icon) center center no-repeat;
}

@media (max-width: 960px) {
	.accordion summary {
		font-size: var(--nu-font-size-6);
	}
	
	.accordion summary:after {
		width: var(--nu-size-6);
		height: var(--nu-size-6);
		background-size: var(--nu-size-3);
	}
}

/*-------------------------------------------------------------------------------
## Scroll to top
-------------------------------------------------------------------------------*/
.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 3;
	text-align: center;
}

.scroll-to-top img {
	width: 50px;
	margin-bottom: 0;
	opacity: 0.4;
}

.scroll-to-top img:hover, .scroll-to-top img:focus, .scroll-to-top img:active {
	opacity: 0.7;
}

/*-------------------------------------------------------------------------------
## Footer
-------------------------------------------------------------------------------*/
footer {
	background-color: #000;
	color: #fff;
	font-size: 17px;
	font-size: 1.0625rem;
}

footer .shield {
	max-width: 65px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
	color: #fff;
}

footer .footer-icon {
	display: inline-flex;
	margin: 5px;
	text-decoration: none;
}

footer a {
	font-weight: 800;
	color: #fff;
}

footer a:hover {
	color: #999;
}

footer ul li {
	margin-bottom: 10px;
	line-height: 1.1em;
}

footer .sub-footer p {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 0;
}

footer .disclaimer {
	border-top: 1px solid #333;
}

footer .disclaimer p {
	font-size: 12px;
	font-size: 0.75rem;
	color: #999;
	line-height: 1.1em;
}

.footer-pull-up {
	position: relative;
	top: -8px;
	margin-bottom: -8px;
}

/*-------------------------------------------------------------------------------
## Tables
-------------------------------------------------------------------------------*/
.table {
	width: 100%;
	color: rgba(0, 0, 0, 0.65);
	border-collapse: collapse;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	line-height: 1.3em;
}

.table th,
.table td {
	padding: 12px;
	vertical-align: top;
	border-top: 1px solid rgba(0, 0, 0, 0.075);
}

.table th {
	color: #000000;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid rgba(0, 0, 0, 0.075);
}

.table-sm th,
.table-sm td {
	padding: 6px;
}

.table-lg th,
.table-lg td {
	padding: 18px;
}

.table-frame {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.table-frameless {
	border-bottom: none;
}

.table-frameless th,
.table-frameless td {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.table-frameless tr:first-child td {
	border-top: none;
}

.table-frameless tr:last-child td {
	border-bottom: none;
}

.table-frameless td:first-child {
	border-left: none;
}

.table-frameless td:last-child {
	border-right: none;
}

.table-border {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.table-border th,
.table-border td {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.table-borderless {
	border: 0;
}

.table-borderless th,
.table-borderless td {
	border: 0;
}

.table-zebra tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.025);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.bg-blue .table,
.bg-navy .table,
.bg-midnight .table,
.bg-black .table,
.bg-gradient .table {
	color: rgba(255, 255, 255, 0.65);
	border-color: rgba(0, 0, 0, 0.175);
}

.bg-blue .table th,
.bg-blue .table td,
.bg-navy .table th,
.bg-navy .table td,
.bg-midnight .table th,
.bg-midnight .table td,
.bg-black .table th,
.bg-black .table td,
.bg-gradient .table th,
.bg-gradient .table td {
	border-color: rgba(0, 0, 0, 0.175);
}

.bg-blue .table th,
.bg-navy .table th,
.bg-midnight .table th,
.bg-black .table th,
.bg-gradient .table th {
	color: #ffffff;
	border-color: rgba(0, 0, 0, 0.175);
}

.bg-blue .table thead th,
.bg-navy .table thead th,
.bg-midnight .table thead th,
.bg-black .table thead th,
.bg-gradient .table thead th {
	border-color: rgba(0, 0, 0, 0.175);
}

.bg-blue .table.table-zebra tbody tr:nth-of-type(odd),
.bg-navy .table.table-zebra tbody tr:nth-of-type(odd),
.bg-midnight .table.table-zebra tbody tr:nth-of-type(odd),
.bg-black .table.table-zebra tbody tr:nth-of-type(odd),
.bg-gradient .table.table-zebra tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.075);
}

.bg-blue .table.table-hover tbody tr:hover,
.bg-navy .table.table-hover tbody tr:hover,
.bg-midnight .table.table-hover tbody tr:hover,
.bg-black .table.table-hover tbody tr:hover,
.bg-gradient .table.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.175);
}

.bg-white .table,
.bg-light .table,
.bg-yellow .table,
.bg-sky .table,
.bg-powder .table,
.bg-sunny .table {
	color: rgba(0, 0, 0, 0.65);
	border-color: rgba(0, 0, 0, 0.075);
}

.bg-white .table th,
.bg-white .table td,
.bg-light .table th,
.bg-light .table td,
.bg-yellow .table th,
.bg-yellow .table td,
.bg-sky .table th,
.bg-sky .table td,
.bg-powder .table th,
.bg-powder .table td,
.bg-sunny .table th,
.bg-sunny .table td {
	border-color: rgba(0, 0, 0, 0.075);
}

.bg-white .table th,
.bg-light .table th,
.bg-yellow .table th,
.bg-sky .table th,
.bg-powder .table th,
.bg-sunny .table th {
	color: #000000;
	border-color: rgba(0, 0, 0, 0.075);
}

.bg-white .table thead th,
.bg-light .table thead th,
.bg-yellow .table thead th,
.bg-sky .table thead th,
.bg-powder .table thead th,
.bg-sunny .table thead th {
	border-color: rgba(0, 0, 0, 0.075);
}

.bg-white .table.table-zebra tbody tr:nth-of-type(odd),
.bg-light .table.table-zebra tbody tr:nth-of-type(odd),
.bg-yellow .table.table-zebra tbody tr:nth-of-type(odd),
.bg-sky .table.table-zebra tbody tr:nth-of-type(odd),
.bg-powder .table.table-zebra tbody tr:nth-of-type(odd),
.bg-sunny .table.table-zebra tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.025);
}

.bg-white .table.table-hover tbody tr:hover,
.bg-light .table.table-hover tbody tr:hover,
.bg-yellow .table.table-hover tbody tr:hover,
.bg-sky .table.table-hover tbody tr:hover,
.bg-powder .table.table-hover tbody tr:hover,
.bg-sunny .table.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-container {
	display: block;
	margin-bottom: 30px;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-container > .table-bordered {
	border: 0;
}

.table-container::-webkit-scrollbar {
	-webkit-appearance: none;
}

.table-container::-webkit-scrollbar:horizontal {
	height: 5px;
}

.table-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.5);
}

.table-container::-webkit-scrollbar-track {
	background-color: transparent;
}

/*-------------------------------------------------------------------------------
## Calendar
-------------------------------------------------------------------------------*/
.calendar-drop {
	position: relative;
	padding: 0;
}

.calendar-drop > button {
	font-weight: 800;
	color: #0071bb;
	background-color: transparent;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	font-size: 1rem;
	border-radius: 5px;
	width: 100%;
}

.calendar-drop > button:hover,
.calendar-drop > button:focus {
	color: #0071bb;
	background-color: #eaf4fb;
}

.calendar-drop .toggle-content {
	display: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 40px;
	width: 100%;
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	z-index: 100;
}

.calendar-drop .toggle-content > li {
	line-height: 15px;
	list-style: none;
	margin: 0;
}

.calendar-drop .toggle-content .nav-title {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 800;
	color: #0071bb;
	margin: 16px 16px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.calendar-drop .toggle-content > li > a {
	box-sizing: border-box;
	display: block;
	border-radius: 3px;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
	color: #000;
	padding: 12px 16px;
	margin: 0 10px;
	text-decoration: none;
}

.color-circle {
	position: relative;
	top: -2px;
	left: -2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 10px;
}

.calendar-drop .toggle-content > li > a:hover,
.calendar-drop .toggle-content > li > a:focus {
	color: #000;
	background: #eaf4fb;
	box-shadow: none;
}

.calendar {
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.calendar .header-item {
	padding: 20px;
}

.calendar h2 {
	margin-bottom: 0;
}

.calendar select {
	margin-bottom: 10px;
}

.calendar .dropdown-icon {
	padding: 8px 10px;
}

.calendar .btn {
	display: inline-block;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	font-size: 1rem;
	padding: 8px 10px;
	margin-bottom: 10px;
}

.calendar .btn:nth-child(1) {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 20px;
}

.calendar .btn:nth-child(2) {
	margin: 0 -1px;
}

.calendar .btn:nth-child(3) {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-right: 20px;
}

.calendar .btn:hover,
.calendar .btn:focus {
	background-color: #eaf4fb;
	text-decoration: none;
	color: #0071bb;
}

.cal {
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
}

.cal .meta {
	font-size: 14px;
	font-size: 0.875rem;
}

.cal th {
	position: relative;
	padding: 6px 10px;
	font-weight: 800;
	font-size: 16px;
	font-size: 1rem;
	text-align: right;
	vertical-align: top;
}

.cal td {
	position: relative;
	overflow: hidden;
	width: 14%;
	height: 140px;
	min-height: 140px;
	border: 1px solid #e6e6e6;
	vertical-align: top;
	font-size: 14px;
	font-size: 0.875rem;
}

.cal .date {
	padding: 6px 10px;
}

.cal tr:last-child td {
	border-bottom: none;
}

.cal tr td:first-child {
	border-left: none;
}

.cal tr td:last-child {
	border-right: none;
}

.cal .out-of-range {
	background-color: #f9f9f9;
	color: #aaa;
}

.cal .today {
	background: #ddedf8;
}

.cal .event-link {
	display: block;
	padding-left: 10px;
	position: relative;
	margin: 4px;
}

.cal .event-link a {
	font-weight: 800;
	color: #333;
}

.cal .day-link {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.cal .day-link:hover, .cal .day-link:focus, .cal .day-link:active {
	background: rgba(150, 198, 235, 0.5);
}

.cal .day-link .day-link-dot {
	position: absolute;
	left: 50%;
	top: 60%;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	border-radius: 10px;
	background: #00263d;
}

@media (max-width: 850px) {
	.calendar .header-item {
		padding: 10px 5% 2px 5%;
	}
	
	.cal th {
		padding: 6px 2px;
		font-weight: 800;
		font-size: 16px;
		font-size: 1rem;
		text-align: center;
	}
	
	.cal td {
		height: 50px;
		min-height: 50px;
	}
	
	.cal .event-link {
		display: none;
	}
	
	.cal .day-link {
		display: block;
	}
}

/*-------------------------------------------------------------------------------
## Background utilities
-------------------------------------------------------------------------------*/
.bg-blue {
	background: #0071bb;
	color: #f6f8fb;
}

.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-blue b, .bg-blue strong {
	color: #ffffff;
}

.bg-blue a {
	color: #95c5ea;
}

.bg-blue .button {
	color: #0071bb;
}

.bg-blue .blue.button,
.bg-blue .navy.button,
.bg-blue .midnight.button,
.bg-blue .gradient.button,
.bg-blue .dark.button,
.bg-blue .black.button {
	color: #ffffff;
}

.bg-blue .link.button {
	color: #00263d;
}

.bg-navy {
	background: #034c87;
	color: #f6f8fb;
}

.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4, .bg-navy h5, .bg-navy h6, .bg-navy b, .bg-navy strong {
	color: #ffffff;
}

.bg-navy a {
	color: #95c5ea;
}

.bg-navy .button {
	color: #0071bb;
}

.bg-navy .blue.button,
.bg-navy .navy.button,
.bg-navy .midnight.button,
.bg-navy .gradient.button,
.bg-navy .dark.button,
.bg-navy .black.button {
	color: #ffffff;
}

.bg-navy .link.button {
	color: #00263d;
}

.bg-midnight {
	background: #00263d;
	color: #f6f8fb;
}

.bg-midnight h1, .bg-midnight h2, .bg-midnight h3, .bg-midnight h4, .bg-midnight h5, .bg-midnight h6, .bg-midnight b, .bg-midnight strong {
	color: #ffffff;
}

.bg-midnight a {
	color: #95c5ea;
}

/* .bg-midnight .button {
	color: #0071bb;
} */

.bg-midnight .blue.button,
.bg-midnight .navy.button,
.bg-midnight .midnight.button,
.bg-midnight .gradient.button,
.bg-midnight .dark.button,
.bg-midnight .black.button {
	color: #ffffff;
}

.bg-midnight .link.button {
	color: #00263d;
}

.bg-gradient {
	background: linear-gradient(25deg, #0071bb 0, #238CEC 66%, #01B5FF 100%);
	color: #f6f8fb;
}

.bg-gradient h1, .bg-gradient h2, .bg-gradient h3, .bg-gradient h4, .bg-gradient h5, .bg-gradient h6, .bg-gradient b, .bg-gradient strong {
	color: #ffffff;
}

.bg-gradient a {
	color: #95c5ea;
}

.bg-gradient .button {
	color: #0071bb;
}

.bg-gradient .blue.button,
.bg-gradient .navy.button,
.bg-gradient .midnight.button,
.bg-gradient .gradient.button,
.bg-gradient .dark.button,
.bg-gradient .black.button {
	color: #ffffff;
}

.bg-gradient .link.button {
	color: #00263d;
}

.bg-dark {
	background: #00263d;
	color: #f6f8fb;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark b, .bg-dark strong {
	color: #ffffff;
}

.bg-dark a {
	color: #95c5ea;
}

.bg-dark .button {
	color: #0071bb;
}

.bg-dark .blue.button,
.bg-dark .navy.button,
.bg-dark .midnight.button,
.bg-dark .gradient.button,
.bg-dark .dark.button,
.bg-dark .black.button {
	color: #ffffff;
}

.bg-dark .link.button {
	color: #00263d;
}

.bg-black {
	background: #000000;
	color: #f6f8fb;
}

.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6, .bg-black b, .bg-black strong {
	color: #ffffff;
}

.bg-black a {
	color: #95c5ea;
}

.bg-black .button {
	color: #0071bb;
}

.bg-black .blue.button,
.bg-black .navy.button,
.bg-black .midnight.button,
.bg-black .gradient.button,
.bg-black .dark.button,
.bg-black .black.button {
	color: #ffffff;
}

.bg-black .link.button {
	color: #00263d;
}

.bg-image {
	background: #000000;
	color: #f6f8fb;
}

.bg-image h1, .bg-image h2, .bg-image h3, .bg-image h4, .bg-image h5, .bg-image h6, .bg-image b, .bg-image strong {
	color: #ffffff;
}

.bg-image a {
	color: #95c5ea;
}

.bg-image .button {
	color: #0071bb;
}

.bg-image .blue.button,
.bg-image .navy.button,
.bg-image .midnight.button,
.bg-image .gradient.button,
.bg-image .dark.button,
.bg-image .black.button {
	color: #ffffff;
}

.bg-image .link.button {
	color: #00263d;
}

.bg-blue a,
.bg-gradient a {
	color: #00263d;
}

.bg-sky {
	background: #95c5ea;
	color: #48525c;
}

.bg-sky h1, .bg-sky h2, .bg-sky h3, .bg-sky h4, .bg-sky h5, .bg-sky h6 {
	color: #121212;
}

.bg-powder {
	background: #eaf4fb;
	color: #48525c;
}

.bg-powder h1, .bg-powder h2, .bg-powder h3, .bg-powder h4, .bg-powder h5, .bg-powder h6 {
	color: #121212;
}

.bg-yellow {
	background: #ffbc2d;
	color: #48525c;
}

.bg-yellow h1, .bg-yellow h2, .bg-yellow h3, .bg-yellow h4, .bg-yellow h5, .bg-yellow h6 {
	color: #121212;
}

.bg-sunny {
	background: #f2eea0;
	color: #48525c;
}

.bg-sunny h1, .bg-sunny h2, .bg-sunny h3, .bg-sunny h4, .bg-sunny h5, .bg-sunny h6 {
	color: #121212;
}

.bg-white {
	background: #ffffff;
	color: #48525c;
}

.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6 {
	color: #121212;
}

.bg-light {
	background: #f6f8fb;
	color: #48525c;
}

.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4, .bg-light h5, .bg-light h6 {
	color: #121212;
}

.bg-transparent {
	background: transparent;
}

.bg-body {
	background: #eaf4fb;
}

.bg-image {
	color: #ffffff;
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bg-image h1, .bg-image h2, .bg-image h3, .bg-image h4, .bg-image h5, .bg-image h6 {
	color: #ffffff;
}

.alert,
.bg-alert {
	color: #121212;
	background: #ffbc2d;
	padding: 15px 22px;
	border-radius: 10px;
}

.alert b,
.alert strong,
.bg-alert b,
.bg-alert strong {
	color: #121212;
}

.alert a,
.bg-alert a {
	color: #000;
	/* text-shadow: 1px 1px 6px rgba(18, 18, 18, 0.25); */
}

.alert a:hover, .alert a:focus, .alert a:active,
.bg-alert a:hover,
.bg-alert a:focus,
.bg-alert a:active {
	text-decoration: underline;
}

.alert > p:last-of-type,
.bg-alert > p:last-of-type {
	margin-bottom: 0;
}

.wForm .success,
.alert.success {
	background: #dff2e8;
	border-left: 6px solid #00aa5b;
	border-radius: 4px;
	padding: 15px 22px;
}

.flag {
	color: #121212;
	background: #ffbc2d;
	padding: 0 12px;
	border-radius: 10px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	display: inline-block;
	vertical-align: bottom;
}

.flag b,
.flag strong {
	color: #121212;
}

.flag a {
	color: #ffffff;
	text-shadow: 1px 1px 6px rgba(18, 18, 18, 0.25);
}

.flag a:hover, .flag a:focus, .flag a:active {
	color: #ffffff;
}

.flag > p:last-of-type {
	margin-bottom: 0;
}

a.flag {
	color: #00263d;
}

a.flag:hover, a.flag:focus, a.flag:active {
	color: #000000;
}

.notification {
	position: absolute;
	top: -15px;
	width: 100%;
	padding: 2%;
	margin: 0 7%;
	width: 86%;
	background: #ffffff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.notification p {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1em;
}

.alert-subtle {
	color: #121212;
	background: #e2eff9;
	padding: 15px 22px;
	border-radius: 10px;
}

.alert-subtle b,
.alert-subtle strong {
	color: #121212;
}

.alert-subtle a {
	color: #0071bb;
}

.alert-subtle a:hover, .alert-subtle a:focus, .alert-subtle a:active {
	color: #034c87;
}

.alert-subtle > p:last-of-type {
	margin-bottom: 0;
}

/* ==========================================================================
   Reel
   ========================================================================== */
.reel-component {
	margin-block-end: var(--nu-space-5);
}

.reel {
	--nu-container: min(var(--nu-container-7), 90%);
	--nu-container-padding: calc(50% - var(--nu-container)/2);
	
	position: relative;
	width: 100%;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-padding: var(--nu-container-padding);
}

.reel::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0)
}

.reel-container {
	width: var(--nu-container);
	min-width: fit-content;
	padding: 0 var(--nu-container-padding);
}

.reel ul {
	list-style: none;
	margin: 0;
	padding: 1.875rem 0;
	display: flex;
	gap: 1.875rem;
}

.reel li {
	list-style: none;
}

.reel-item {
	scroll-snap-align: start;
	scroll-snap-stop: always;
	flex-shrink: 0;
	position: relative;
	width: 22.5rem;
	width: 360px;
	border-radius: var(--nu-border-radius-9);
	overflow: clip;
	
	transition: scale 200ms ease-in-out;
	
	display: grid;
	place-content: center;
}

.reel-item:hover {
	scale: 1.02;
}

.reel-item > * {
	grid-area: 1/1;
}

.reel img {
	flex-shrink: 0;
	width: 100%;
	aspect-ratio: var(--nu-aspect-ratio-1);
	object-fit: cover;
}

.reel [class*="reel-content"] {
	padding: var(--nu-space-6);
}

.reel .reel-content-light,
.reel .reel-content-light p,
.reel .reel-content-light h1,
.reel .reel-content-light h2,
.reel .reel-content-light h3,
.reel .reel-content-light h4,
.reel .reel-content-light h5,
.reel .reel-content-light h6 {
	font-family: var(--nu-font-family-sans-serif);
	color: var(--nu-color-white);
}

.reel .reel-content-light span {
	color: var(--nu-color-white-6);
}

.reel .reel-content-dark,
.reel .reel-content-dark p,
.reel .reel-content-dark h1,
.reel .reel-content-dark h2,
.reel .reel-content-dark h3,
.reel .reel-content-dark h4,
.reel .reel-content-dark h5,
.reel .reel-content-dark h6 {
	font-family: var(--nu-font-family-sans-serif);
	color: var(--nu-color-black);
}

.reel .reel-content-dark span {
	color: var(--nu-color-black-6);
}

.reel p {
	font-weight: 600;
	margin-block-end: var(--nu-space-2);
}

.reel h4 {
	font-weight: 600;
	max-width: 16ch;
}

.reel a {
	position: absolute;
	inset: 0;
}

.reel-navigation {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0.75em;
	margin-block-start: 15px;
}

.reel-navigation button {
	background: rgba(0, 0, 0, 0.07);
	color: black;
	border: none;
	width: 42px;
	height: 42px;
	border-radius: 100px;
	display: grid;
	place-items: center;
	text-indent: -9999px;
	cursor: unset;
}

.reel-navigation button:hover {
	background: #e4f3fd;
	cursor: pointer;
}

.reel-navigation button:disabled,
.reel-navigation button[disabled],
.reel-navigation button:disabled:hover,
.reel-navigation button[disabled]:hover {
	opacity: 0.3;
	background: rgba(0, 0, 0, 0.1);
	cursor: unset;
}


@media (max-width: 960px) {
	.reel-item {
		max-width: 280px;
	}
}

/* ==========================================================================
   Left double quote
   ========================================================================== */
.ldquo {
	margin-bottom: 0;
}

.ldquo::before {
	content: "\201C";
	position: relative;
	top: 12px;
	color: var(--nu-blue);
	font-size: 2em;
}

.ldquo sup {
	font-size: 0.7em;
}