@charset "UTF-8";
/* root settings
   =========================================== */
:root {
	/* BREAKPOINTS */
	--breakpoint-x-small: 480;
	--breakpoint-small: 640;
	--breakpoint-medium: 768;
	--breakpoint-large: 960;
	--breakpoint-x-large: 1200;
	--breakpoint-wide: 1440;

	/* COLORS */
	--black: #010101;
	--blue-100: #f3f9fe;
	--blue-200: #8fbbe6;
	--blue-400: #2e669e;
	--focus: #3a58fc;
	--gray-100: #f5f5f5;
	--gray-200: #eaeaea;
	--gray-300: #ddd;
	--gray-400: #ccc;
	--gray-500: #767676;
	--gray-600: #272727;
	--green-100: #daf5eb;
	--green-200: #bbe1d3;
	--green-400: #006847;
	--red-100: #fbe3e3;
	--red-200: #f9c4c7;
	--red-400: #b80230;
	--transparent: transparent;
	--white: #fff;
	--yellow-100: #f8f8e1;
	--yellow-200: #e6e086;
	--yellow-400: #65602e;

	/* BUTTON HOVER COLORS */
	--black--tinted: #4d4d4d;
	--blue-400--shaded: #234d77;
	--gray-100--shaded: #b8b8b8;
	--gray-200--shaded: #b0b0b0;
	--gray-300--shaded: #a6a6a6;
	--gray-400--tinted: #d9d9d9;
	--gray-500--shaded: #595959;
	--gray-600--shaded: #222;
	--green-400--shaded: #024f36;
	--red-400--shaded: #85252a;
	--white--shaded: #f5f5f5;
	--yellow-400--shaded: #4c4823;

	/* DEFAULTS */
	--default-border-radius: 0.25rem;
	--default-border-width: 1px;
	--default-content-width: 90rem;
	--default-font-size: var(--paragraph-small);
	--default-input-font-size: 0.8125rem;
	--default-line-height: 1.5;
	--default-site-width: 100vw;
	--default-spacing-unit: 16px;
	--default-wrapper-width: 90rem;
	
	/* TYPOGRAPHY */
	--display-one: 4.75rem;
	--display-two: 3.75rem;
	--display-three: 3rem;
	--font-bold: 700;
	--font-black: 900;
	--font-light: 300;
	--font-medium: 500;
	--font-regular: 400;
	--font-semibold: 600;
	--message-one: 0.75rem;
	--paragraph-large: 1rem;
	--paragraph-small: 0.875rem;
	--paragraph-tiny: 0.750rem;
	--primary-font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	--secondary-font-family: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
	--subheading-large: 1.25rem;
	--subheading-small: 1.125rem;
	--subheading-x-small: 1rem;
	--title-one: 1.75rem;
	--title-two: 1.50rem;
	--title-three: 1.125rem;
	--title-four: 1rem;
}

/*! normalize v12.0.0 | CC0 1.0 Universal License | https://github.com/csstools/normalize.css */
/**
* Correct the line height in all browsers.
*/
:where(html) {
	line-height: 1.15;
}

/*
Sections
========
*/
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Edge, Firefox, and Safari.
*/
:where(h1) {
	font-size: 2em;
	margin-block-end: 0.67em;
	margin-block-start: 0.67em;
}

/*
Grouping content
================
*/
/**
* Remove the margin on nested lists in Chrome, Edge, and Safari.
*/
:where(dl, ol, ul) :where(dl, ol, ul) {
	margin-block-end: 0;
	margin-block-start: 0;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Correct the inheritance of border color in Firefox.
*/
:where(hr) {
	box-sizing: content-box; /* 1 */
	color: inherit; /* 2 */
	height: 0; /* 1 */
}

/*
Text-level semantics
====================
*/
/**
* Add the correct text decoration in Chrome, Edge, and Safari.
*/
:where(abbr[title]) {
	text-decoration: underline dotted;
}

/**
Add the correct font weight in Chrome, Edge, and Safari.
*/
:where(b, strong) {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
:where(code, kbd, pre, samp) {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
:where(small) {
	font-size: 80%;
}

/*
Tabular data
============
*/
/**
* 1. Correct table border color in Chrome, Edge, and Safari.
* 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
*/
:where(table) {
	border-color: currentColor; /* 1 */
	text-indent: 0; /* 2 */
}

/*
Forms
=====
*/
/**
* Remove the margin on controls in Safari.
*/
:where(button, input, select) {
	margin: 0;
}

/**
Remove the inheritance of text transform in Firefox.
*/
:where(button, select) {
	text-transform: none;
}

/**
Correct the inability to style buttons in iOS and Safari.
*/
:where(button, input:is([type=button i], [type=reset i], [type=submit i])) {
	-webkit-appearance: button;
}

/**
* Add the correct vertical alignment in Chrome, Edge, and Firefox.
*/
:where(progress) {
	vertical-align: baseline;
}

/**
Remove the margin in Firefox and Safari.
*/
:where(textarea) {
	margin: 0;
}

/**
1. Correct the odd appearance in Chrome, Edge, and Safari.
2. Correct the outline style in Safari.
*/
:where(input[type=search i]) {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
Remove the inner padding in Chrome, Edge, and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
Remove the inner border and padding of focus outlines in Firefox.
*/
:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Remove the additional ':invalid' styles in Firefox.
*/
:where(:-moz-ui-invalid) {
	box-shadow: none;
}

/*
Interactive
===========
*/
/*
Add the correct display in all browsers.
*/
:where(summary) {
	display: list-item;
}

/* ==========================================================================
   BASE / RESETS

   These are opinionated changes made in addition to normalization.
   ========================================================================== */
/**
1. Use a better box model.
2. Use a more readable tab size.
3. Prevent adjustments of font size after orientation changes in iOS.
*/
:root {
	box-sizing: border-box; /* 1 */
	tab-size: 4; /* 2 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Remove the margin in all browsers.
*/
:where(body) {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* 1 */
	margin: 0; /* 2 */
}

/**
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
:where(sub, sup) {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

:where(sub) {
	bottom: -0.25em;
}

:where(sup) {
	top: -0.5em;
}

/**
Apply our base spacing unit as a `margin-bottom` to all block level elements
so that we get nice and consistent vertical rhythm very cheaply.
http://csswizardry.com/2012/06/single-direction-margin-declarations/
*/
:where(address, blockquote, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, menu, ol, p, pre, summary, table, ul) {
	margin-bottom: var(--default-spacing-unit);
	margin-top: 0;
}

:where(fieldset, figure) {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

/**
Indent list elements by the same amount of spacing. Also, we will
remove the left padding added by some user-agents.
*/
:where(dl, ol, ul) {
	margin-left: var(--default-spacing-unit);
	padding-left: 0;
}

/**
Better Defaults for Details/Summary Elements
*/
details * {
	box-sizing: border-box;
}

summary {
	cursor: default;
}

summary > * {
	display: inline;
}

/**
Identify Disabled/Not Allowed Elements
*/
*[disabled] {
	cursor: not-allowed;
}

/**
Set font default for address elements
*/
address {
	font-style: normal;
}

/**
Make placeholders have the same positioning as control text in Safari.
*/
::-moz-placeholder {
	line-height: normal;
}

::placeholder {
	line-height: normal;
}

::selection {
	background-color: #ffb7b7;
}

/**
Allow for smooth scrolling in an accessible way.
*/
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

/* ==========================================================================
   ELEMENTS / FORMS
   ========================================================================== */
/**
 * Semantically, we'd like all forms to be built with FIELDSETs and LEGENDs, but
 * we currently don't want to visually see them.
 *
 * 1. Visually hide content, leaving it accessible to screen readers and ATs.
 *    http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
fieldset {
	border: none;
	margin-bottom: 0;
}

legend { /* [1] */
	border: 0;
	clip: rect(0 0 0 0);
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/**
 * Make sure our form elements don't use any UA-specific font styles: we want
 * them to use ours. This may need reverting as more design information becomes
 * available, and we start putting together more complete forms.
 */
input {
	font: inherit;
}

/* ==========================================================================
   ELEMENTS / LINKS
   ========================================================================== */
/**
 * Our basic A elements only need very minimal styling. Anything more
 * opinionated (e.g. buttons, calls-to-action, etc.) will need a class defining
 * in the Components layer.
 */
a {
	color: currentColor;
	text-decoration-thickness: from-font;
	transition: text-decoration ease-in-out 0.3s, -webkit-text-decoration ease-in-out 0.3s;
}

a:is(:active, :focus, :hover) {
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.15em;
}

a:is(:focus, :focus-visible) {
	outline-color: var(--focus);
	outline-offset: 2px;
	text-decoration: underline;
}

/* ==========================================================================
   ELEMENTS / MEDIA
   ========================================================================== */
/**
* 1. Fluid media for responsive purposes.
* 2. Setting 'vertical-align' removes the whitespace that appears under 'img'
*    elements when they are dropped into a page as-is. Safer alternative to
*    using 'display: block;'.
*/
audio,
video {
	width: 100%;
}

audio:focus,
video:focus {
	outline: 1px dotted currentColor;
}

embed,
img,
object,
video {
	height: auto; /* [1] */
	max-width: 100%; /* [1] */
}

iframe {
	max-width: 100%; /* [1] */
}

embed,
object {
	height: 100%;
}

img {
	vertical-align: middle; /* [2] */
}

/* ==========================================================================
   ELEMENTS / PAGE
   ========================================================================== */
/**
 * High-level, page-level styling.
 */
html {
	font-size: 16px;
	height: 100%;
	line-height: var(--default-line-height);
	min-height: 100%;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	touch-action: manipulation;
}

body {
	color: var(--black);
	display: flex;
	flex-direction: column;
	font-family: var(--primary-font-family), sans-serif;
	font-size: var(--default-font-size);
	min-height: 100%;
}

main {
	flex-grow: 1;
}

/* ==========================================================================
   ELEMENTS / TABLES
   ========================================================================== */
/**
 * Table styles are incredibly un-opinionated. Simply:
 *
 * 1. Force TABLE to be full-width by default.
 * 2. Ensure their first and last cells in each row carry no indents.
 */
table {
	width: 100%; /* [1] */
}

th:first-child,
td:first-child {
	padding-left: 0; /* [2] */
}

th:last-child,
td:last-child {
	padding-right: 0; /* [2] */
}

/* ==========================================================================
   ELEMENTS / TYPOGRAPHY
   ========================================================================== */
/* Headings
   =========================================== */
/**
 * Force all headings to have the exact same *default* styling. This means we
 * are free to use the correct semantic element without having opinionated look-
 * and-feel attached to it. Provide all cosmetics for specific visual use cases
 * via heading classes (i.e. `.c-heading-*`).
 *
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: var(--default-font-size);
	font-weight: normal;
}

/* Other text-level elements
   =========================================== */
/**
 * As above, leave SMALL as a purely semantic choice, and omit any cosmetics.
 */
small {
	font: inherit;
}

/* ==========================================================================
   OBJECTS / LAYOUT
   ========================================================================== */
/**
 * Grid-like layout system.
 *
 * The Layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width Utilities, for example:
 *
 *	<div class="o-layout">
 *		<div class="o-layout__item u-width-6">
 *		</div>
 *		<div class="o-layout__item u-width-6">
 *		</div>
 *	</div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 * 	<div class="o-layout">
 * 		<div class="o-layout__item u-width-12 u-width-4--m">
 * 		</div>
 * 		<div class="o-layout__item u-width-6 u-width-4--m">
 * 		</div>
 * 		<div class="o-layout__item u-width-6 u-width-4--m">
 * 		</div>
 * 	</div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of Modifiers
 * to the `.o-layout` Block. For example:
 *
 *	<div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *	<div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */
/* Default/mandatory classes.
   =========================================== */
.o-layout {
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 0 calc(-1 * var(--default-spacing-unit));
	padding: 0;
}

.o-layout__item {
	flex: 1 1 auto;
	max-width: 100%;
	padding-left: var(--default-spacing-unit);
}

.o-layout.o-layout__item {
	margin-left: 0;
}

/* Layout Display Direction.
 * The flex-direction property specifies the direction of the flexible items
 * inside the flex container. The default value of flex-direction is row
 * (left-to-right, top-to-bottom).
   =========================================== */
/**
 * To reverse the layout direction, use o-layout--row-reverse.
 */
.o-layout--row-reverse {
	flex-direction: row-reverse;
}

/**
 * Use o-layout--column to set the flex items vertically.
 */
.o-layout--column {
	align-items: flex-start;
	flex-direction: column;
}

.o-layout--column > .o-layout__item[class*=u-width-12],
.o-layout--column-reverse > .o-layout__item[class*=u-width-12] {
	width: 100%;
}

/**
 * Same as column, but reversed.
 */
.o-layout--column-reverse {
	align-items: flex-start;
	flex-direction: column-reverse;
}

@media screen and (min-width: 30em) {
	.o-layout--row--xs {
		flex-direction: row;
	}
	
	.o-layout--row-reverse--xs {
		flex-direction: row-reverse;
	}
	
	.o-layout--column--xs {
		flex-direction: column;
	}
	
	.o-layout--column-reverse--xs {
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 40em) {
	.o-layout--row--s {
		flex-direction: row;
	}
	
	.o-layout--row-reverse--s {
		flex-direction: row-reverse;
	}
	
	.o-layout--column--s {
		flex-direction: column;
	}
	
	.o-layout--column-reverse--s {
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 48em) {
	.o-layout--row--m {
		flex-direction: row;
	}
	
	.o-layout--row-reverse--m {
		flex-direction: row-reverse;
	}
	
	.o-layout--column--m {
		flex-direction: column;
	}
	
	.o-layout--column-reverse--m {
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 60em) {
	.o-layout--row--l {
		flex-direction: row;
	}
	
	.o-layout--row-reverse--l {
		flex-direction: row-reverse;
	}
	
	.o-layout--column--l {
		flex-direction: column;
	}
	
	.o-layout--column-reverse--l {
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 90em) {
	.o-layout--row--w {
		flex-direction: row;
	}
	
	.o-layout--row-reverse--w {
		flex-direction: row-reverse;
	}
	
	.o-layout--column--w {
		flex-direction: column;
	}
	
	.o-layout--column-reverse--w {
		flex-direction: column-reverse;
	}
}

/* Gutter size modifiers.
   =========================================== */
/**
 * Smaller gutters between items.
 */
.o-layout--narrow {
	margin-left: calc(-0.5 * var(--default-spacing-unit));
}

.o-layout--narrow > .o-layout__item {
	padding-left: calc(0.5 * var(--default-spacing-unit));
}

/**
 * Larger gutters between items.
 */
.o-layout--wide {
	margin-left: calc(-2 * var(--default-spacing-unit));
}

.o-layout--wide > .o-layout__item {
	padding-left: calc(2 * var(--default-spacing-unit));
}

/**
 * No gutters between items.
 */
.o-layout--flush {
	margin-left: 0;
}

.o-layout--flush > .o-layout__item {
	padding-left: 0;
}

/**
 * Make full width of parent.
 */
.o-layout--full {
	margin-right: calc(-1 * var(--default-spacing-unit));
}

/* Vertical gutter modifiers.
   =========================================== */
/**
 * Include vertical gutters on layout items.
 */
.o-layout--spaced > .o-layout__item {
	margin-bottom: var(--default-spacing-unit);
}

/**
* If we've chosen to change the size of the horizontal gutters, let's change
* the vertical gutters accordingly.
*/
.o-layout--spaced.o-layout--narrow > .o-layout__item {
	margin-bottom: calc(0.5 * var(--default-spacing-unit));
}

.o-layout--spaced.o-layout--wide > .o-layout__item {
	margin-bottom: calc(2 * var(--default-spacing-unit));
}

/* Align-Items modifiers.
 * The align-items property controls how flex items are positioned
 * when the items do not use all available space along the container's cross-axis.
   =========================================== */
/**
 * Items are positioned at the start of the container's cross-axis.
*/
.o-layout--align-top {
	align-items: flex-start;
}

/**
 * Items are positioned along the center of the container's cross-axis.
 */
.o-layout--align-center {
	align-items: center;
}

/**
 * Items are positioned at the end of the container's cross-axis.
 */
.o-layout--align-bottom {
	align-items: flex-end;
}

/**
 * Items are positioned at along the container's cross-axis so that their baselines align.
 */
.o-layout--align-baseline {
	align-items: baseline;
}

/**
 * Default value. Items are stretched to fit the container's cross-axis.
 */
.o-layout--align-stretch {
	align-items: stretch;
}

/* Align-Content modifiers.
 * The align-content property controls how lines are positioned in multi-line containers.
   =========================================== */
/**
 * Default value. Lines are packed at the start of the container's cross-axis.
 */
.o-layout--align-content-start {
	align-content: flex-start;
}

/**
 * Lines are packed along the center of the container's cross-axis.
 */
.o-layout--align-content-center {
	align-content: center;
}

/**
 * Lines are packed at the end of the container's cross-axis.
 */
.o-layout--align-content-end {
	align-content: flex-end;
}

/**
 * Lines are distributed along the container's cross-axis with equal spacing around each line.
 */
.o-layout--align-content-around {
	align-content: space-around;
}

/**
 * Lines are distributed along the container's cross-axis with equal spacing between each line.
 */
.o-layout--align-content-between {
	align-content: space-between;
}

/* Align-Self modifiers.
 * The align-self property controls how individual flex items are positioned along the container's cross-axis.
   =========================================== */
/**
 * Default value. Items are aligned based on the flex container's `align-items` value.
 */
.o-layout--align-self-auto {
	align-self: auto;
}

/**
 * Items are aligned to the start of the flex container's cross-axis, despite the container's `align-items` value.
 */
.o-layout--align-self-start {
	align-self: flex-start;
}

/**
 * Items are aligned along the center of the flex container's cross-axis, despite the container's `align-items` value.
 */
.o-layout--align-self-center {
	align-self: center;
}

/**
 * Items are aligned to the end of the flex container's cross-axis, despite the container's `align-items` value.
 */
.o-layout--align-self-end {
	align-self: flex-end;
}

/**
 * Items are stretched to fill the flex container's cross-axis, despite the container's `align-items` value.
 */
.o-layout--align-self-stretch {
	align-self: stretch;
}

/* Justify-Content modifiers.
 * The justify-content property controls how flex items are positioned
 * when the items do not use all available space along the container's main-axis.
   =========================================== */
/**
 * Default value. Items are justified at the start of the container's main-axis.
 */
.o-layout--justify-start {
	justify-content: flex-start;
}

/**
 * Items are justified along the center of the container's main-axis.
 */
.o-layout--justify-center {
	justify-content: center;
}

/**
 * Items are justified at the end of the container's main-axis.
 */
.o-layout--justify-end {
	justify-content: flex-end;
}

/**
 * Items are justified along the container's main-axis with equal spacing around each item.
 */
.o-layout--justify-around {
	justify-content: space-around;
}

/**
 * Items are justified along the container's main-axis with equal spacing between each item.
 */
.o-layout--justify-between {
	justify-content: space-between;
}

/* Growth control.
   =========================================== */
.o-layout--grow {
	flex-grow: 1;
}

.o-layout--no-grow {
	flex-grow: 0;
}

.o-layout--shrink {
	flex-shrink: 1;
}

.o-layout--no-shrink {
	flex-shrink: 0;
}

/* Wrapping modifiers.
   =========================================== */
.o-layout--no-wrap {
	flex-wrap: nowrap;
}

.o-layout--wrap {
	flex-wrap: wrap;
}

.o-layout--wrap-reverse {
	flex-wrap: wrap-reverse;
}

/* Flex ordering modifiers.
 * Set an item to be first or last in grid.
   =========================================== */
.o-layout__first {
	order: -1;
}

.o-layout__last {
	order: 1;
}

@media screen and (min-width: 30em) {
	.o-layout--align-top--xs {
		align-items: flex-start;
	}
	
	.o-layout--align-center--xs {
		align-items: center;
	}
	
	.o-layout--align-bottom--xs {
		align-items: flex-end;
	}
	
	.o-layout--align-baseline--xs {
		align-items: baseline;
	}
	
	.o-layout--align-stretch--xs {
		align-items: stretch;
	}
	
	.o-layout--align-content-start--xs {
		align-content: flex-start;
	}
	
	.o-layout--align-content-center--xs {
		align-content: center;
	}
	
	.o-layout--align-content-end--xs {
		align-content: flex-end;
	}
	
	.o-layout--align-content-around--xs {
		align-content: space-around;
	}
	
	.o-layout--align-content-between--xs {
		align-content: space-between;
	}
	
	.o-layout--align-self-auto--xs {
		align-self: auto;
	}
	
	.o-layout--align-self-start--xs {
		align-self: flex-start;
	}
	
	.o-layout--align-self-center--xs {
		align-self: center;
	}
	
	.o-layout--align-self-end--xs {
		align-self: flex-end;
	}
	
	.o-layout--align-self-stretch--xs {
		align-self: stretch;
	}
	
	.o-layout--justify-start--xs {
		justify-content: flex-start;
	}
	
	.o-layout--justify-center--xs {
		justify-content: center;
	}
	
	.o-layout--justify-end--xs {
		justify-content: flex-end;
	}
	
	.o-layout--justify-around--xs {
		justify-content: space-around;
	}
	
	.o-layout--justify-between--xs {
		justify-content: space-between;
	}
	
	.o-layout--grow--xs {
		flex-grow: 1;
	}
	
	.o-layout--no-grow--xs {
		flex-grow: 0;
	}
	
	.o-layout--shrink--xs {
		flex-shrink: 1;
	}
	
	.o-layout--no-shrink--xs {
		flex-shrink: 0;
	}
	
	.o-layout--no-wrap--xs {
		flex-wrap: nowrap;
	}
	
	.o-layout--wrap--xs {
		flex-wrap: wrap;
	}
	
	.o-layout--wrap-reverse--xs {
		flex-wrap: wrap-reverse;
	}
	
	.o-layout__first--xs {
		order: -1;
	}
	
	.o-layout__last--xs {
		order: 1;
	}
}

@media screen and (min-width: 40em) {
	.o-layout--align-top--s {
		align-items: flex-start;
	}
	
	.o-layout--align-center--s {
		align-items: center;
	}
	
	.o-layout--align-bottom--s {
		align-items: flex-end;
	}
	
	.o-layout--align-baseline--s {
		align-items: baseline;
	}
	
	.o-layout--align-stretch--s {
		align-items: stretch;
	}
	
	.o-layout--align-content-start--s {
		align-content: flex-start;
	}
	
	.o-layout--align-content-center--s {
		align-content: center;
	}
	
	.o-layout--align-content-end--s {
		align-content: flex-end;
	}
	
	.o-layout--align-content-around--s {
		align-content: space-around;
	}
	
	.o-layout--align-content-between--s {
		align-content: space-between;
	}
	
	.o-layout--align-self-auto--s {
		align-self: auto;
	}
	
	.o-layout--align-self-start--s {
		align-self: flex-start;
	}
	
	.o-layout--align-self-center--s {
		align-self: center;
	}
	
	.o-layout--align-self-end--s {
		align-self: flex-end;
	}
	
	.o-layout--align-self-stretch--s {
		align-self: stretch;
	}
	
	.o-layout--justify-start--s {
		justify-content: flex-start;
	}
	
	.o-layout--justify-center--s {
		justify-content: center;
	}
	
	.o-layout--justify-end--s {
		justify-content: flex-end;
	}
	
	.o-layout--justify-around--s {
		justify-content: space-around;
	}
	
	.o-layout--justify-between--s {
		justify-content: space-between;
	}
	
	.o-layout--grow--s {
		flex-grow: 1;
	}
	
	.o-layout--no-grow--s {
		flex-grow: 0;
	}
	
	.o-layout--shrink--s {
		flex-shrink: 1;
	}
	
	.o-layout--no-shrink--s {
		flex-shrink: 0;
	}
	
	.o-layout--no-wrap--s {
		flex-wrap: nowrap;
	}
	
	.o-layout--wrap--s {
		flex-wrap: wrap;
	}
	
	.o-layout--wrap-reverse--s {
		flex-wrap: wrap-reverse;
	}
	
	.o-layout__first--s {
		order: -1;
	}
	
	.o-layout__last--s {
		order: 1;
	}
}

@media screen and (min-width: 48em) {
	.o-layout--align-top--m {
		align-items: flex-start;
	}
	
	.o-layout--align-center--m {
		align-items: center;
	}
	
	.o-layout--align-bottom--m {
		align-items: flex-end;
	}
	
	.o-layout--align-baseline--m {
		align-items: baseline;
	}
	
	.o-layout--align-stretch--m {
		align-items: stretch;
	}
	
	.o-layout--align-content-start--m {
		align-content: flex-start;
	}
	
	.o-layout--align-content-center--m {
		align-content: center;
	}
	
	.o-layout--align-content-end--m {
		align-content: flex-end;
	}
	
	.o-layout--align-content-around--m {
		align-content: space-around;
	}
	
	.o-layout--align-content-between--m {
		align-content: space-between;
	}
	
	.o-layout--align-self-auto--m {
		align-self: auto;
	}
	
	.o-layout--align-self-start--m {
		align-self: flex-start;
	}
	
	.o-layout--align-self-center--m {
		align-self: center;
	}
	
	.o-layout--align-self-end--m {
		align-self: flex-end;
	}
	
	.o-layout--align-self-stretch--m {
		align-self: stretch;
	}
	
	.o-layout--justify-start--m {
		justify-content: flex-start;
	}
	
	.o-layout--justify-center--m {
		justify-content: center;
	}
	
	.o-layout--justify-end--m {
		justify-content: flex-end;
	}
	
	.o-layout--justify-around--m {
		justify-content: space-around;
	}
	
	.o-layout--justify-between--m {
		justify-content: space-between;
	}
	
	.o-layout--grow--m {
		flex-grow: 1;
	}
	
	.o-layout--no-grow--m {
		flex-grow: 0;
	}
	
	.o-layout--shrink--m {
		flex-shrink: 1;
	}
	
	.o-layout--no-shrink--m {
		flex-shrink: 0;
	}
	
	.o-layout--no-wrap--m {
		flex-wrap: nowrap;
	}
	
	.o-layout--wrap--m {
		flex-wrap: wrap;
	}
	
	.o-layout--wrap-reverse--m {
		flex-wrap: wrap-reverse;
	}
	
	.o-layout__first--m {
		order: -1;
	}
	
	.o-layout__last--m {
		order: 1;
	}
}

@media screen and (min-width: 60em) {
	.o-layout--align-top--l {
		align-items: flex-start;
	}
	
	.o-layout--align-center--l {
		align-items: center;
	}
	
	.o-layout--align-bottom--l {
		align-items: flex-end;
	}
	
	.o-layout--align-baseline--l {
		align-items: baseline;
	}
	
	.o-layout--align-stretch--l {
		align-items: stretch;
	}
	
	.o-layout--align-content-start--l {
		align-content: flex-start;
	}
	
	.o-layout--align-content-center--l {
		align-content: center;
	}
	
	.o-layout--align-content-end--l {
		align-content: flex-end;
	}
	
	.o-layout--align-content-around--l {
		align-content: space-around;
	}
	
	.o-layout--align-content-between--l {
		align-content: space-between;
	}
	
	.o-layout--align-self-auto--l {
		align-self: auto;
	}
	
	.o-layout--align-self-start--l {
		align-self: flex-start;
	}
	
	.o-layout--align-self-center--l {
		align-self: center;
	}
	
	.o-layout--align-self-end--l {
		align-self: flex-end;
	}
	
	.o-layout--align-self-stretch--l {
		align-self: stretch;
	}
	
	.o-layout--justify-start--l {
		justify-content: flex-start;
	}
	
	.o-layout--justify-center--l {
		justify-content: center;
	}
	
	.o-layout--justify-end--l {
		justify-content: flex-end;
	}
	
	.o-layout--justify-around--l {
		justify-content: space-around;
	}
	
	.o-layout--justify-between--l {
		justify-content: space-between;
	}
	
	.o-layout--grow--l {
		flex-grow: 1;
	}
	
	.o-layout--no-grow--l {
		flex-grow: 0;
	}
	
	.o-layout--shrink--l {
		flex-shrink: 1;
	}
	
	.o-layout--no-shrink--l {
		flex-shrink: 0;
	}
	
	.o-layout--no-wrap--l {
		flex-wrap: nowrap;
	}
	
	.o-layout--wrap--l {
		flex-wrap: wrap;
	}
	
	.o-layout--wrap-reverse--l {
		flex-wrap: wrap-reverse;
	}
	
	.o-layout__first--l {
		order: -1;
	}
	
	.o-layout__last--l {
		order: 1;
	}
}

@media screen and (min-width: 75em) {
	.o-layout--align-top--xl {
		align-items: flex-start;
	}
	
	.o-layout--align-center--xl {
		align-items: center;
	}
	
	.o-layout--align-bottom--xl {
		align-items: flex-end;
	}
	
	.o-layout--align-baseline--xl {
		align-items: baseline;
	}
	
	.o-layout--align-stretch--xl {
		align-items: stretch;
	}
	
	.o-layout--align-content-start--xl {
		align-content: flex-start;
	}
	
	.o-layout--align-content-center--xl {
		align-content: center;
	}
	
	.o-layout--align-content-end--xl {
		align-content: flex-end;
	}
	
	.o-layout--align-content-around--xl {
		align-content: space-around;
	}
	
	.o-layout--align-content-between--xl {
		align-content: space-between;
	}
	
	.o-layout--align-self-auto--xl {
		align-self: auto;
	}
	
	.o-layout--align-self-start--xl {
		align-self: flex-start;
	}
	
	.o-layout--align-self-center--xl {
		align-self: center;
	}
	
	.o-layout--align-self-end--xl {
		align-self: flex-end;
	}
	
	.o-layout--align-self-stretch--xl {
		align-self: stretch;
	}
	
	.o-layout--justify-start--xl {
		justify-content: flex-start;
	}
	
	.o-layout--justify-center--xl {
		justify-content: center;
	}
	
	.o-layout--justify-end--xl {
		justify-content: flex-end;
	}
	
	.o-layout--justify-around--xl {
		justify-content: space-around;
	}
	
	.o-layout--justify-between--xl {
		justify-content: space-between;
	}
	
	.o-layout--grow--xl {
		flex-grow: 1;
	}
	
	.o-layout--no-grow--xl {
		flex-grow: 0;
	}
	
	.o-layout--shrink--xl {
		flex-shrink: 1;
	}
	
	.o-layout--no-shrink--xl {
		flex-shrink: 0;
	}
	
	.o-layout--no-wrap--xl {
		flex-wrap: nowrap;
	}
	
	.o-layout--wrap--xl {
		flex-wrap: wrap;
	}
	
	.o-layout--wrap-reverse--xl {
		flex-wrap: wrap-reverse;
	}
	
	.o-layout__first--xl {
		order: -1;
	}
	
	.o-layout__last--xl {
		order: 1;
	}
}

@media screen and (min-width: 90em) {
	.o-layout--align-top--w {
		align-items: flex-start;
	}
	
	.o-layout--align-center--w {
		align-items: center;
	}
	
	.o-layout--align-bottom--w {
		align-items: flex-end;
	}
	
	.o-layout--align-baseline--w {
		align-items: baseline;
	}
	
	.o-layout--align-stretch--w {
		align-items: stretch;
	}
	
	.o-layout--align-content-start--w {
		align-content: flex-start;
	}
	
	.o-layout--align-content-center--w {
		align-content: center;
	}
	
	.o-layout--align-content-end--w {
		align-content: flex-end;
	}
	
	.o-layout--align-content-around--w {
		align-content: space-around;
	}
	
	.o-layout--align-content-between--w {
		align-content: space-between;
	}
	
	.o-layout--align-self-auto--w {
		align-self: auto;
	}
	
	.o-layout--align-self-start--w {
		align-self: flex-start;
	}
	
	.o-layout--align-self-center--w {
		align-self: center;
	}
	
	.o-layout--align-self-end--w {
		align-self: flex-end;
	}
	
	.o-layout--align-self-stretch--w {
		align-self: stretch;
	}
	
	.o-layout--justify-start--w {
		justify-content: flex-start;
	}
	
	.o-layout--justify-center--w {
		justify-content: center;
	}
	
	.o-layout--justify-end--w {
		justify-content: flex-end;
	}
	
	.o-layout--justify-around--w {
		justify-content: space-around;
	}
	
	.o-layout--justify-between--w {
		justify-content: space-between;
	}
	
	.o-layout--grow--w {
		flex-grow: 1;
	}
	
	.o-layout--no-grow--w {
		flex-grow: 0;
	}
	
	.o-layout--shrink--w {
		flex-shrink: 1;
	}
	
	.o-layout--no-shrink--w {
		flex-shrink: 0;
	}
	
	.o-layout--no-wrap--w {
		flex-wrap: nowrap;
	}
	
	.o-layout--wrap--w {
		flex-wrap: wrap;
	}
	
	.o-layout--wrap-reverse--w {
		flex-wrap: wrap-reverse;
	}
	
	.o-layout__first--w {
		order: -1;
	}
	
	.o-layout__last--w {
		order: 1;
	}
}

/* ==========================================================================
   OBJECTS / LISTS
   ========================================================================== */
/**
 * The o-list-bare object strips list-like appearance from lists by removing
 * their bullets, and any indentation.
 */
.o-list-bare {
	list-style: none;
	margin-left: 0;
}

/**
 * The o-list-block object displays any list of items into stacked blocks.
 */
.o-list-block {
	list-style: none;
	margin-left: 0;
}

.o-list-block__item {
	display: block;
}

/**
 * The o-list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
	list-style: none;
	margin-left: 0;
}

.o-list-inline__item {
	display: inline-block;
}

.o-list-inline__item:not(:last-child) {
	margin-right: var(--default-spacing-unit);
}

/* Spacing modifiers
   =========================================== */
.o-list-inline--narrow > .o-list-inline__item {
	margin-right: calc(0.5 * var(--default-spacing-unit));
}

.o-list-inline--wide > .o-list-inline__item {
	margin-right: calc(2 * var(--default-spacing-unit));
}

/* ==========================================================================
   OBJECTS / TABLES
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML 'table's.
 */
.o-table {
	width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */
/**
 * 'table-layout: fixed' forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */
.o-table--fixed {
	table-layout: fixed;
}

/* Padding variants.
   ========================================================================== */
.o-table--narrow th,
.o-table--narrow td {
	padding: calc(0.5 * var(--default-spacing-unit));
}

.o-table--wide th,
.o-table--wide td {
	padding: calc(2 * var(--default-spacing-unit));
}

/* Borderless table
 * Removes default border-bottom on TABLE rows.
  =========================================== */
.o-table-borderless tr {
	border: none;
}

/* ==========================================================================
   OBJECTS / WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-site-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--default-site-width);
	width: 100%;
}

.o-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--default-wrapper-width);
	padding-left: var(--default-spacing-unit);
	padding-right: var(--default-spacing-unit);
	width: 100%;
}

.o-wrapper--full {
	max-width: var(--default-site-width);
}

.o-wrapper--flush {
	padding-left: 0;
	padding-right: 0;
}

/* ==========================================================================
   COMPONENTS / BUTTONS
   ========================================================================== */
.c-button {
	align-items: center;
	align-self: start;
	background-color: var(--black);
	border: var(--default-border-width) solid var(--transparent);
	border-radius: var(--default-border-radius);
	color: var(--white);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: var(--default-input-font-size);
	font-weight: 500;
	justify-content: center;
	padding: calc(1.23em - var(--default-border-width)) calc(2.15em - var(--default-border-width));
	text-decoration: none;
	transition: background-color 100ms, color 125ms ease-in-out;
	-webkit-user-select: none;
	user-select: none;
}

.c-button--secondary {
	background-color: var(--white);
	border-color: var(--black);
	color: var(--black);
}

.c-button-dark {
	background-color: var(--white);
	color: var(--black);
}

.c-button-dark--secondary {
	background-color: var(--transparent);
	border-color: var(--white);
	color: var(--white);
}

.c-button--square {
	border-radius: 0 !important;
}

.c-button--hollow {
	background-color: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--gray-500);
}

.x-hover--allowed .c-button--hollow:not([class*="u-bg-"]):hover {
	background-color: var(--gray-200);
}


.c-button--hollow-white {
	background-color: rgba(0, 0, 0, 0);
	border-color: var(--white);
	color: var(--white);
}

.x-hover--allowed .c-button--hollow:not([class*="u-color-"]):hover {
	background-color: var(--black);
}

/**
* For buttons you want to look like normal links.
*/
.c-button--clear {
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	vertical-align: baseline;
}

.x-hover--allowed .c-button--clear:hover,
.c-button--clear:active {
	border-bottom: 1px solid currentColor;
}

.x-hover--allowed .c-button--clear:not([class*="u-bg-"]):hover {
	background-color: rgba(0, 0, 0, 0);
}


/* Button state modifiers
   =========================================== */
.c-button:active,
.c-button:focus,
.x-hover--allowed .c-button:hover {
	text-decoration: none;
	transition-duration: 250ms;
}

.c-button:disabled,
.c-button[aria-disabled=true] {
	background-color: var(--gray-400);
	cursor: not-allowed;
}

.c-button:focus:not(:focus-visible) {
	outline: none;
}

.c-button:focus-visible {
	outline: calc(var(--default-border-width) * 2) solid var(--focus);
	outline-offset: var(--default-border-width);
	transition: none;
}

@media (hover: hover) and (pointer: fine) {
	.c-button:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link),
	.c-button--secondary:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link) {
		background-color: var(--white);
		border-color: var(--black);
		color: var(--black);
		outline: var(--default-border-width) solid var(--black);
	}
	
	.c-button-dark:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link) {
		background-color: var(--transparent);
		border-color: var(--white);
		color: var(--white);
	}
	
	.c-button-dark--secondary:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link) {
		background-color: var(--white);
		border-color: var(--transparent);
		color: var(--black);
	}
}

/* Button shape modifiers
   =========================================== */
.c-button--circle {
	border-radius: 50%;
}

.c-button--circle,
.c-button--square {
	padding: calc(1em - var(--default-border-width));
}

/* Button sizing modifiers
   =========================================== */
.c-button--tiny {
	font-size: 0.75rem;
	padding: calc(0.333em - var(--default-border-width)) calc(1em - var(--default-border-width));
}

.c-button--small {
	font-size: 0.75rem;
	padding: calc(0.923em - var(--default-border-width)) calc(1.54em - var(--default-border-width));
}

.c-button--large {
	font-size: 1rem;
	padding: calc(1.25em - var(--default-border-width)) calc(2.25em - var(--default-border-width));
}

.c-button--flush {
	padding-left: 0;
	padding-right: 0;
}

.c-button--full {
	width: 100%;
}

@media screen and (max-width: 47.9em) {
	.c-button--full-small {
		width: 100%;
	}
}

/* Button aesthetic modifier
   (For buttons you want to look like normal links)
   =========================================== */
.c-button--as-link {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: currentColor;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	text-decoration: underline;
	text-decoration-thickness: from-font;
	-webkit-user-select: auto;
	user-select: auto;
}

.c-button--as-link:active,
.c-button--as-link:focus,
.x-hover--allowed .c-button--as-link:hover {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: underline;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.15em;
}

/* ==========================================================================
   COMPONENTS / CONTROL GROUPS
   ========================================================================== */
/**
 * To group related buttons and/or inputs together, you can use the
 * `.c-control-group` wrapping element. This will bunch the related elements
 * together and remove the spacing between them.
 */
.c-control-group {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.c-control-group .c-control-group__button,
.c-control-group .c-control-group__field {
	border-radius: 0;
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	width: 1%;
}

.c-control-group .c-control-group__field {
	height: auto;
	margin-bottom: 0;
}

.c-control-group .c-control-group__button:not(:first-child):not(:first-of-type),
.c-control-group .c-control-group__field:not(:first-child):not(:first-of-type) {
	border-left-width: 0;
}

.c-control-group .c-control-group__button:first-child,
.c-control-group .c-control-group__field:first-child {
	border-bottom-left-radius: var(--default-border-radius);
	border-top-left-radius: var(--default-border-radius);
}

.c-control-group .c-control-group__button:last-child,
.c-control-group .c-control-group__field:last-child {
	border-bottom-right-radius: var(--default-border-radius);
	border-top-right-radius: var(--default-border-radius);
}

/* ==========================================================================
   COMPONENTS / MINI-MODAL
   ========================================================================== */
.is-inert {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.has-dialog {
	height: 100vh;
	overflow: hidden;
}

.c-dialog[aria-hidden=true] {
	display: none;
}

.c-dialog[aria-hidden=false] {
	display: block;
	position: relative;
	z-index: 500;
}

.c-dialog__overlay {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.c-dialog__container {
	background-color: var(--white);
	border-radius: 0.75rem;
	max-height: 90vh;
	max-width: 40rem;
	min-width: 20rem;
	overflow-y: auto;
	padding: 2rem;
}

.c-dialog__container--fit {
	width: fit-content;
}

.c-dialog__header {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.c-dialog__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0;
}

.c-dialog__close {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg fill='%23fff' stroke='%23767676'%3E%3Ccircle cx='14' cy='14' r='14' stroke='none'/%3E%3Ccircle cx='14' cy='14' r='13.5' fill='none'/%3E%3C/g%3E%3Cpath d='m17.061 9.999-3.062 3.062-3.06-3.062-.939.939 3.061 3.061-3.062 3.062.939.939 3.061-3.061 3.062 3.06.939-.939-3.061-3.061 3.06-3.06Z' fill='%23575a5d'/%3E%3C/svg%3E");
	border: 0 none;
	border-radius: 50%;
	cursor: pointer;
	height: 1.75rem;
	line-height: normal;
	padding: 0;
	transform: translate(50%, -50%);
	width: 1.75rem;
}

.c-dialog__content {
	margin-top: 2rem;
}

.c-dialog__content > *:last-child {
	margin-bottom: 0;
}

/**************************\
  Animation Style
\**************************/
@keyframes dialogFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes dialogFadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes dialogSlideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes dialogSlideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}

.c-dialog[aria-hidden=false] .c-dialog__overlay {
	animation: dialogFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-dialog[aria-hidden=false] .c-dialog__container {
	animation: dialogSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-dialog[aria-hidden=true] .c-dialog__overlay {
	animation: dialogFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-dialog[aria-hidden=true] .c-dialog__container {
	animation: dialogSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
	.c-dialog[aria-hidden=false] .c-dialog__overlay {
		animation: none;
		opacity: 1;
	}
	
	.c-dialog[aria-hidden=true] .c-dialog__overlay {
		animation: none;
		opacity: 0;
	}
}

/* ==========================================================================
   COMPONENTS / DIVIDER
   ========================================================================== */
/**
 * Divider component to provide more prominent horizontal rules between other
 * elements.
 *
 * The default Divider and it's `--top` modifier are intended for use on
 * horizontal rules.
 * e.g. `<hr class="c-divider">`
 *
 * 1. Set a transparent border on the relevant edge to prevent element collapse.
 * 2. Reduce the `margin-bottom` by the same width as the divider in order to
 *    keep on our baseline grid.
 */
.c-divider {
	border: solid transparent;
	border-width: 0 0 var(--default-border-width); /* 1 */
	margin-bottom: calc(var(--default-spacing-unit) - var(--default-border-width)); /* 2 */
	position: relative;
}

.c-divider::before,
.c-divider::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
}

/**
 * Divider gradient border.
 */
.c-divider::before {
	background: linear-gradient(to right, rgba(191, 191, 191, 0), rgb(192, 192, 192), rgba(191, 191, 191, 0));
	bottom: 0;
	height: var(--default-border-width);
}

/**
 * Divider shadow.
 */
.c-divider::after {
	background: radial-gradient(at 50% 0, rgba(74, 74, 74, 0.15), transparent 40%);
	height: calc(var(--default-spacing-unit) / 2);
	top: 100%;
}

/**
 * Top divider
 */
.c-divider--top {
	border-width: var(--default-border-width) 0 0;
}

.c-divider--top::before {
	background: linear-gradient(to right, rgba(191, 191, 191, 0), rgb(192, 192, 192), rgba(191, 191, 191, 0));
	bottom: 100%;
}

.c-divider--top::after {
	background: radial-gradient(at 50% 100%, rgba(74, 74, 74, 0.15), transparent 40%);
	top: calc(var(--default-spacing-unit) / 2 + var(--default-border-width) * -1px);
}

/* ==========================================================================
   COMPONENTS / FORMS
   ========================================================================== */
/* Form list
  =========================================== */
/**
 * All form fields should be presented in a list so that
 *
 *   a) they are easier to navigate using a screen reader;
 *   b) if CSS fails to load for any reason, the user is still presented with a
 *      well-formatted list of fields.
 */
.c-form-list:not(.o-layout) {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-form-list__item,
.c-form__item {
	display: block;
	margin-bottom: 0.5em;
	width: 100%;
}

.c-form-list .c-form-list__item:last-child,
.c-form-list .c-form__item:last-child {
	margin-bottom: 0;
}

@media (min-width: 48em) {
	.c-form-list__item,
	.c-form__item {
		max-width: 20em;
	}
	
	/* For any inputs that need to be displayed full-width */
	.c-form-list__item--full,
	.c-form__item--full {
		max-width: 100%;
	}
}

/* Form labels
  =========================================== */
/**
 * All LABEL elements must also carry a class of `.c-form-label`. By applying
 * these styles to a class and not to the LABEL element directly, we are free
 * to reuse the same look-and-feel on spoofed LABEL elements. E.g. when we have
 * a ‘meta label’ covering a number of sub labels:
 *
 *   Gender
 *   • Male  • Female  • Rather not say
 *
 */
.c-form-label {
	display: inline-flex;
	font-size: var(--default-input-font-size);
	gap: 0.25em;
	margin-bottom: 0.5em;
}

/* Form text inputs
  =========================================== */
/**
 * All text-like form inputs require a class of `.c-form-input`: we do not use
 * selectors like `input[type="text"] {}`.
 */
.c-form-input {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--white);
	border: var(--default-border-width) solid var(--gray-400);
	border-radius: var(--default-border-radius);
	display: inline-block;
	font-family: inherit;
	font-size: var(--default-input-font-size);
	line-height: 1;
	margin-bottom: 0.25em;
	padding: calc(1.23em - var(--default-border-width)) calc(1.7em - var(--default-border-width));
	width: 100%;
}

/**
 * For use on large text inputs such as a textarea
 */
.c-form-input--long {
	min-height: 6em;
	resize: vertical;
}

/* Form select inputs
  =========================================== */
.c-form-select {
	cursor: pointer;
	display: inline-block;
	font-size: var(--default-input-font-size);
	line-height: 1;
	margin-bottom: 0.25em;
	position: relative;
	width: 100%;
}

/**
* Gradient to hide the overflow of long labels
*/
.c-form-select::before {
	background: linear-gradient(to left, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0));
	border-radius: 0 var(--default-border-radius) var(--default-border-radius) 0;
	bottom: var(--default-border-radius);
	content: "";
	pointer-events: none;
	position: absolute;
	right: var(--default-border-radius);
	top: var(--default-border-radius);
	width: 2em;
}

/**
* Custom drop-down indicator icon
*/
.c-form-select::after {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAkCAYAAAA5DDySAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPVJREFUeNrk2s0NgzAMhmFno47EKGzQETpSR2CEjkCjyEg0aiAhP7Y/IuUSuLyPhDg4RLycc5PfH78fBLy48/3TyYcrb1iEv53RISxCqpM4dkVGSMSHTakHKAhH8RvAExXhLD58AvziCw0hJz7+E8AgFMcjIVyOR0CojreM0CzeIkLzeEsI3eItIHSP14wwLF4jwvB4TQhi8RoQxOMlEdTESyCoix+JoDZ+BIL6+J4IZuJ7IJiLb4lgNr4Fgvn4GgSY+CsIcPGFCDP0bCIDAXowU4OANZ8sRMCcUGciYN9ROEGAv6BxhHCP+B3CvLubsEjFfwUYAKjtGJxFvDJsAAAAAElFTkSuQmCC") no-repeat center center;
	background-size: contain;
	content: "";
	height: 0.75em;
	margin-bottom: 0.25em;
	pointer-events: none;
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75em;
}

.c-form-select__dropdown {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--white);
	border: var(--default-border-width) solid var(--gray-400);
	border-radius: var(--default-border-radius);
	box-shadow: 0 0 0 0 rgba(var(--black), 0.2);
	cursor: pointer;
	font-size: inherit;
	padding: calc(1.23em - var(--default-border-width)) calc(1.7em - var(--default-border-width));
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
	width: 100%;
}

/* Form checkbox inputs
  =========================================== */
.c-form-checkbox {
	align-items: baseline;
	cursor: pointer;
	display: inline-flex;
	font-size: var(--default-input-font-size);
	margin-bottom: 0.25em;
	width: 100%;
}

/**
 * For cases where checkboxes or radio buttons need to display inline.
 */
.c-form-checkbox--inline {
	margin-right: 2rem;
	width: auto;
}

/**
 * Hide the default input visually to utilise keyboard functionality and allow
 * for custom input styles.
 */
.c-form-checkbox__input {
	border: 0;
	clip: rect(0 0 0 0);
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.c-form-checkbox__caption {
	align-items: center;
	display: flex;
	margin-left: 1rem;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}

.c-form-checkbox__caption::before {
	background-color: var(--white);
	border: var(--default-border-width) solid var(--gray-400);
	border-radius: var(--default-border-radius);
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 1rem;
	margin-left: -1rem;
	margin-right: 0.5rem;
	position: relative;
	transition: border-color 0.25s ease;
	width: 1rem;
}

.c-form-checkbox--radio .c-form-checkbox__caption::before {
	border-radius: 100%;
}

.c-form-checkbox__input:checked + .c-form-checkbox__caption::before {
	box-shadow: inset 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
	transition: border-color 0.25s ease, background-color 0.25s ease;
}

.c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
	background: var(--white) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDQ4IiBoZWlnaHQ9IjQ4cHgiIGlkPSJMYXllcl8zIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik00NCwwSDRDMS43OTEsMCwwLDEuNzkxLDAsNHY0MGMwLDIuMjA5LDEuNzkxLDQsNCw0aDQwYzIuMjA5LDAsNC0xLjc5MSw0LTRWNEM0OCwxLjc5MSw0Ni4yMDksMCw0NCwweiAgIE0zNC4yNzcsMjIuMzgyTDE5LjQ4MiwzNy4xNzZsLTAuMDA4LTAuMDA5bC0wLjgyMiwwLjgyM2wtMC4wMTItMC4wMTFMMTguNjMsMzcuOTlsLTEuODQ2LTEuODQ1bDAuMDEyLTAuMDEyTDQuNzY1LDI0LjEwMyAgbDMuNDAzLTMuNDAzbDEwLjQ5NSwxMC40OTVMMzAuODc2LDE4Ljk4bC0wLjAxNS0wLjAxNGw4Ljk1OC04Ljk1N2wzLjQxNiwzLjQxNEwzNC4yNzcsMjIuMzgyeiIgZmlsbD0iIzI0MUYyMCIvPjwvc3ZnPg==");
	background-position: center;
	background-size: contain;
	border: calc(var(--default-border-width) * 2) solid var(--black);
	border-radius: var(--default-border-radius);
	content: "";
	height: calc(1rem + var(--default-border-width));
	left: -1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(1rem + var(--default-border-width));
}

.c-form-checkbox--radio .c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyMHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyMCAyMCIgd2lkdGg9IjIwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzAwMDAwMCIgaWQ9IkNvcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzguMDAwMDAwLCAtMzM4LjAwMDAwMCkiPjxnIGlkPSJyYWRpby1idXR0b24tb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzOC4wMDAwMDAsIDMzOC4wMDAwMDApIj48cGF0aCBkPSJNMTAsNSBDNy4yLDUgNSw3LjIgNSwxMCBDNSwxMi44IDcuMiwxNSAxMCwxNSBDMTIuOCwxNSAxNSwxMi44IDE1LDEwIEMxNSw3LjIgMTIuOCw1IDEwLDUgTDEwLDUgWiBNMTAsMCBDNC41LDAgMCw0LjUgMCwxMCBDMCwxNS41IDQuNSwyMCAxMCwyMCBDMTUuNSwyMCAyMCwxNS41IDIwLDEwIEMyMCw0LjUgMTUuNSwwIDEwLDAgTDEwLDAgWiBNMTAsMTggQzUuNiwxOCAyLDE0LjQgMiwxMCBDMiw1LjYgNS42LDIgMTAsMiBDMTQuNCwyIDE4LDUuNiAxOCwxMCBDMTgsMTQuNCAxNC40LDE4IDEwLDE4IEwxMCwxOCBaIiBpZD0iU2hhcGUiLz48L2c+PC9nPjwvZz48L3N2Zz4=");
	border: 0 none;
	border-radius: 100%;
}

.c-form-checkbox__input:disabled + .c-form-checkbox__caption {
	cursor: not-allowed;
	opacity: 0.5;
}

.c-form-checkbox__input:disabled + .c-form-checkbox__caption::before {
	background-color: var(--gray-300);
	border-color: var(--gray-300);
}

.c-form-checkbox__caption--with-image {}

.c-form-checkbox__caption-image {
	margin-right: calc(var(--default-spacing-unit) / 2);
	max-width: 10rem;
}

.c-form-checkbox__caption-text {}

/* Form Elements State Modifiers
   =========================================== */
.c-form-input:disabled,
.c-form-select__dropdown:disabled,
.c-form-checkbox__input:disabled,
.c-form-input[aria-disabled=true],
.c-form-select__dropdown[aria-disabled=true],
.c-form-checkbox__input[aria-disabled=true] {
	background-color: var(--gray-100);
}

.c-form-input:focus:not(:focus-visible),
.c-form-select__dropdown:focus:not(:focus-visible),
.c-form-checkbox:focus:not(:focus-visible),
.c-form-checkbox__input:focus:not(:focus-visible) {
	outline: none;
}

.c-form-input:focus-visible,
.c-form-select__dropdown:focus-visible,
.c-form-checkbox:focus-within {
	outline: calc(var(--default-border-width) * 2) solid var(--focus);
	outline-offset: var(--default-border-width);
	transition: none;
}

/* Form errors
  =========================================== */
/**
 * Errors are handled by adding the .has-error class to the field's parent –
 * usually the .c-form-list__item.
 *
 * The `invalid` class is included here to work with code output by Miva Merchant on some pages.
 */
.has-error,
.invalid {
	color: var(--red-400);
}

.has-error:where(.c-form-input, .c-form-select__dropdown, .c-form-checkbox__caption::before),
.invalid:where(.c-form-input, .c-form-select__dropdown, .c-form-checkbox__caption::before) {
	border-color: var(--red-400);
}

/* Input sizing modifiers
   =========================================== */
.c-form-input--small {
	padding: calc(0.923em - var(--default-border-width)) calc(1.7em - var(--default-border-width));
}

.c-form-input--small.c-form-select__dropdown {
	line-height: inherit;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
	.c-form-input,
	.c-form-select {
		font-size: var(--paragraph-large);
	}
	
	.c-form-input,
	.c-form-select__dropdown {
		padding: calc(0.875em - var(--default-border-width)) calc(1.375em - var(--default-border-width));
	}
}

/* Form Input Sets
   =========================================== */
.c-form-inline-set {
	display: flex;
	gap: 0.5rem;
	line-height: initial;
}

/* ==========================================================================
   COMPONENTS / KEYLINE
   ========================================================================== */
/**
 * Simple keyline component to provide horizontal rules between other elements.
 * e.g. `<hr class="c-keyline">`
 *
 * 1. Reduce the `margin-bottom` by the same width as the keyline in order to
 *    keep on our baseline grid.
 */
.c-keyline {
	border: none;
	border-bottom: var(--default-border-width) solid var(--gray-300);
	margin-bottom: calc(var(--default-spacing-unit) - var(--default-border-width)); /* [1] */
}

/**
 * Heavier keylines.
 */
.c-keyline--thick {
	border-bottom-width: calc(var(--default-border-width) * 2);
	margin-bottom: calc(var(--default-spacing-unit) - var(--default-border-width) * 2); /* [1] */
}

/**
 * Smaller gaps underneath keylines.
 */
.c-keyline--small {
	margin-bottom: calc(var(--default-spacing-unit) / 2 - var(--default-border-width)); /* [1] */
}

/**
 * Adjust smaller gaps underneath thicker keylines.
 */
.c-keyline--small.c-keyline--thick {
	margin-bottom: calc(var(--default-spacing-unit) / 2 - var(--default-border-width) * 2); /* [1] */
}

/**
 * Keylines for under headings.
 */
.c-heading--keyline {
	display: inline-block;
	margin-bottom: 1em;
	position: relative;
}

.c-heading--keyline::after {
	background-color: var(--gray-400);
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0.5em);
	width: 25%;
}

/**
 * Keylines with Text.
 */
.c-keyline[data-text] {
	overflow: visible;
	position: relative;
	text-align: center;
}

.c-keyline[data-text]::before {
	background-color: var(--white);
	content: attr(data-text);
	display: inline-block;
	font-size: var(--message-one);
	font-weight: var(--font-regular);
	padding: 0 1em;
	transform: translateY(calc(-50% - 1px));
}

/* ==========================================================================
   COMPONENTS / MENU
   ========================================================================== */
.c-menu__title {
	font-weight: 700;
}

.c-menu__list {
	line-height: 2;
	list-style: none;
	margin-left: 0;
}

.c-menu__link {
	color: currentColor;
	display: block;
}

@media (min-width: 48em) {
	.c-menu__link {
		display: inline-block;
	}
}

/* ==========================================================================
   COMPONENTS / NAVIGATION
   ========================================================================== */
.c-navigation {
	position: relative;
}

.c-navigation__trigger {
	display: none;
}

.c-navigation__trigger:checked ~ .c-navigation__row,
.c-navigation__trigger:checked ~ .c-navigation__row .c-navigation__row {
	display: block;
}

.c-navigation__label {
	background-color: var(--gray-500);
	color: var(--white);
	display: block;
	font-style: normal;
	margin: 0;
	min-height: 2em;
	padding: 1em;
	position: relative;
}

.c-navigation__label::after,
.c-navigation__label::before {
	position: absolute;
	right: 1em;
	transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}

.c-navigation__label::after {
	content: "−";
	opacity: 0;
	transform: scale(0);
}

.c-navigation__label::before {
	content: "≡";
	opacity: 1;
	transform: scale(2);
}

.c-navigation__trigger:checked ~ .c-navigation__label::after {
	opacity: 1;
	transform: scale(2);
}

.c-navigation__trigger:checked ~ .c-navigation__label::before {
	opacity: 0;
	transform: scale(0);
}

.c-navigation__row {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.c-navigation__link {
	background-color: var(--white);
	color: var(--black);
	display: block;
	padding: 0.5em 1em;
}

.x-hover--allowed .c-navigation__link:hover {
	box-shadow: 0 2px 0 -1px var(--black);
	text-decoration: none;
	transition: box-shadow ease-in 0.2s;
}

.c-navigation__row:nth-child(2) .c-navigation__link {
	padding-left: 2em;
}

.c-navigation__row:nth-child(2) .c-navigation__row:last-of-type .c-navigation__link {
	padding-left: 3em;
}

@media (min-width: 48em) {
	.c-navigation__label {
		display: none;
	}
	
	.c-navigation__row,
	.c-navigation__trigger:checked ~ .c-navigation__row,
	.c-navigation__trigger:checked ~ .c-navigation__row .c-navigation__row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.c-navigation__list {
		display: flex;
		position: relative;
		text-align: center;
	}
	
	.c-navigation__list .c-navigation__row {
		display: none;
		min-width: 100%;
		position: absolute;
		white-space: nowrap;
		z-index: 100;
	}
	
	.c-navigation__row:nth-child(2) .c-navigation__list {
		text-align: left;
	}
	
	.c-navigation__row:nth-child(2) .c-navigation__row:last-of-type {
		left: 100%;
		top: 0;
		z-index: 200;
	}
	
	.c-navigation__row:nth-child(2) .c-navigation__link,
	.c-navigation__row:nth-child(2) .c-navigation__row:last-of-type .c-navigation__link {
		padding-left: 1em;
	}
	
	.x-hover--allowed .c-navigation__row:nth-child(2) .c-navigation__link:hover {
		background-color: var(--gray-200);
		box-shadow: none;
		transition: background-color ease-in 0.2s;
	}
	
	.x-hover--allowed .c-navigation__list:hover > .c-navigation__row {
		box-shadow: 1px 1px 0.25em 0 var(--black);
		display: table;
	}
	
	.c-navigation__link {
		border-right: 0 solid var(--black); /* Change to 1px to add a right-border */
	}
	
	.c-navigation__list:last-of-type .c-navigation__link,
	.c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link {
		border-right: 0;
	}
}

/* ==========================================================================
   COMPONENTS / TABLES
   ========================================================================== */
/**
 * The simple table offers easy to read data with a horizontal divider between
 * rows at the expense of occupying more space.
 */
.c-table-simple {
	border-collapse: collapse;
}

.c-table-simple__row {
	border-bottom: var(--default-border-width) solid var(--gray-200);
}

.c-table-simple__cell {
	padding: calc(var(--default-spacing-unit) / 2);
	text-align: left;
	vertical-align: top;
}

.c-table-simple__cell--standard {
	padding: var(--default-spacing-unit);
}

.c-table-simple__cell--wide {
	padding: calc(var(--default-spacing-unit) * 2);
}

/**
 * The stripped table offers easy to read data with alternating background rows.
 */
.c-table-stripped {
	border-collapse: collapse;
}

.c-table-stripped__row:not(:nth-child(even)) {
	background-color: var(--gray-200);
}

/**
 * This is a basic, responsive table set-up. It does require using a `data-label`
 * attribute if you would like to show the row titles.
 */
.c-table-responsive {
	border-collapse: collapse;
	width: 100%;
}

.c-table-responsive_thead {
	display: none;
}

.c-table-responsive__row {
	border-bottom: var(--default-border-width) solid var(--gray-200);
	display: block;
	margin-bottom: calc(var(--default-spacing-unit) / 2);
}

.c-table-responsive__cell {
	display: block;
	padding-bottom: calc(var(--default-spacing-unit) / 2);
}

.c-table-responsive__cell::before {
	content: attr(data-label);
	display: block;
	font-weight: 700;
	text-align: left;
}

.c-table-responsive__cell--flex {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 48em) {
	.c-table-responsive_thead {
		display: table-header-group;
	}
	
	.c-table-responsive__row {
		display: table-row;
		margin-bottom: 0;
	}
	
	.c-table-responsive__cell {
		display: table-cell;
		padding: calc(var(--default-spacing-unit) / 2);
		text-align: left;
		vertical-align: top;
	}
	
	.c-table-responsive__cell--standard {
		padding: var(--default-spacing-unit);
	}
	
	.c-table-responsive__cell--wide {
		padding: calc(var(--default-spacing-unit) * 2);
	}
	
	.c-table-responsive__cell::before {
		content: "";
		display: none;
	}
}

/* ==========================================================================
   COMPONENTS / TYPOGRAPHY
   ========================================================================== */
/**
 * In order to divorce our semantic decisions from our stylistic ones, we only
 * define opinionated typographical styles against classes, NOT against
 * typographic HTML elements.
 *
 * Further reading:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/
 */
/* Heading-level typography
  =========================================== */
.c-heading-alpha {
	font-size: var(--display-two);
	font-weight: var(--font-bold);
	line-height: calc(var(--display-two) * 1.2);
}

.c-heading-bravo {
	font-size: var(--display-three);
	font-weight: var(--font-bold);
	line-height: calc(var(--display-three) * 1.08);
}

.c-heading-charlie {
	font-size: var(--title-one);
	font-weight: var(--font-medium);
	line-height: calc(var(--title-one) * 1.2);
}

.c-heading-delta {
	font-size: var(--title-two);
	font-weight: var(--font-black);
	line-height: calc(var(--title-two) * 1.25);
}

.c-heading-echo {
	font-size: var(--title-three);
	font-weight: var(--font-bold);
	line-height: calc(var(--title-three) * 1.33);
}

.c-heading-foxtrot {
	font-size: var(--title-four);
	font-weight: var(--font-bold);
	line-height: calc(var(--title-four) * 1.4);
}

/* Subheading typography
  =========================================== */
.c-heading--subheading {
	font-size: 0.6em;
	font-weight: var(--font-medium);
}

.c-heading--subheading--x-small {
	font-size: var(--subheading-x-small);
	font-weight: var(--font-medium);
	line-height: calc(var(--subheading-x-small) * 1.5);
}

.c-heading--subheading--small {
	font-size: var(--subheading-small);
	font-weight: var(--font-medium);
	line-height: calc(var(--subheading-small) * 1.33);
}

.c-heading--subheading--large {
	font-size: var(--subheading-large);
	font-weight: var(--font-medium);
	line-height: calc(var(--subheading-large) * 1.4);
}

/* ==========================================================================
   UTILITIES / BORDERS
   ========================================================================== */
/**
 * Utility classes to adjust element borders.
 */
.u-border-none {
	border-width: 0;
}

.u-border-thick {
	border-width: calc(var(--default-border-width) * 2);
}

.u-border-thin {
	border-width: calc(var(--default-border-width) * 0.5);
}

.u-border-rounded {
	border-radius: 10em;
}

.u-border-square {
	border-radius: 0;
}

/* ==========================================================================
   UTILITIES / CLEAR FIX
   ========================================================================== */
/**
 * Class-based implementation of the 'clearfix hack'.
 * http://cssmojo.com/the-very-latest-clearfix-reloaded/
 */
.u-clear-fix::after {
	clear: both;
	content: "";
	display: table;
}

/* ==========================================================================
   UTILITIES / COLORS
   ========================================================================== */
/**
 * Utility classes to adjust element colors inline.
 * Both .u-bg-*** and .u-color-*** work for each color class.
 */
.u-bg-red::before,
.u-bg-red {
	background-color: var(--red-400);
}

.u-bg-yellow::before,
.u-bg-yellow {
	background-color: var(--yellow-400);
}

.u-bg-blue-400::before,
.u-bg-blue-400 {
	background-color: var(--blue-400);
}

.u-bg-blue::before,
.u-bg-blue {
	background-color: var(--blue-400);
}

.u-bg-green-400::before,
.u-bg-green-400 {
	background-color: var(--green-400);
}

.u-bg-green::before,
.u-bg-green {
	background-color: var(--green-400);
}

.u-bg-black::before,
.u-bg-black {
	background-color: var(--black);
}

.u-bg-gray-50::before,
.u-bg-gray-50,
.u-bg-gray-600::before,
.u-bg-gray-600 {
	background-color: var(--gray-600);
}

.u-bg-gray-40::before,
.u-bg-gray-40,
.u-bg-gray-500::before,
.u-bg-gray-500 {
	background-color: var(--gray-500);
}

.u-bg-gray-30::before,
.u-bg-gray-30,
.u-bg-gray-400::before,
.u-bg-gray-400 {
	background-color: var(--gray-400);
}

.u-bg-gray-20::before,
.u-bg-gray-20,
.u-bg-gray-300::before,
.u-bg-gray-300 {
	background-color: var(--gray-300);
}

.u-bg-gray-10::before,
.u-bg-gray-10,
.u-bg-gray-200::before,
.u-bg-gray-200 {
	background-color: var(--gray-200);
}

.u-bg-gray-100::before,
.u-bg-gray-100 {
	background-color: var(--gray-100);
}

.u-bg-white::before,
.u-bg-white {
	background-color: var(--white);
}

.u-bg-transparent {
	background-color: var(--transparent);
}

@media (hover: hover) {
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-red) {
		background-color: var(--red-400--shaded);
		border-color: currentColor;
		color: var(--white);
		outline-color: currentColor;
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-yellow) {
		background-color: var(--yellow-400--shaded);
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-blue) {
		background-color: var(--blue-400--shaded);
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-green) {
		background-color: var(--green-400--shaded);
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-black) {
		background-color: var(--black--tinted);
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-gray-50, .u-bg-gray-600) {
		background-color: var(--gray-600--shaded);
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-gray-40, .u-bg-gray-500) {
		background-color: var(--gray-500--shaded);
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-gray-30, .u-bg-gray-400) {
		background-color: var(--gray-400--tinted);
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-gray-20, .u-bg-gray-300) {
		background-color: var(--gray-300--shaded);
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-gray-10, .u-bg-gray-200) {
		background-color: var(--gray-200--shaded);
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-gray-100) {
		background-color: var(--gray-100--shaded);
	}
	
	.c-button:hover:not(:disabled):not([aria-disabled=true]):is(.u-bg-white) {
		background-color: var(--white--shaded);
	}
}

.u-border-red {
	border-color: var(--red-400);
}

.u-border-yellow {
	border-color: var(--yellow-400);
}

.u-border-blue {
	border-color: var(--blue-400);
}

.u-border-green {
	border-color: var(--green-400);
}

.u-border-black {
	border-color: var(--black);
}

.u-border-gray-50,
.u-border-gray-600 {
	border-color: var(--gray-600);
}

.u-border-gray-40,
.u-border-gray-500 {
	border-color: var(--gray-500);
}

.u-border-gray-30,
.u-border-gray-400 {
	border-color: var(--gray-400);
}

.u-border-gray-20,
.u-border-gray-300 {
	border-color: var(--gray-300);
}

.u-border-gray-10,
.u-border-gray-200 {
	border-color: var(--gray-200);
}

.u-border-gray-100 {
	border-color: var(--gray-100);
}

.u-border-white {
	border-color: var(--white);
}

.u-border-transparent {
	border-color: var(--transparent);
}

.u-color-red-100 {
	color: var(--red-100);
}

.u-color-red-200 {
	color: var(--red-200);
}

.u-color-red-400,
.u-color-red {
	color: var(--red-400);
}

.u-color-yellow-100 {
	color: var(--yellow-100);
}

.u-color-yellow-200 {
	color: var(--yellow-200);
}

.u-color-yellow-400,
.u-color-yellow {
	color: var(--yellow-400);
}

.u-color-blue-100 {
	color: var(--blue-100);
}

.u-color-blue-200 {
	color: var(--blue-200);
}

.u-color-blue-400,
.u-color-blue {
	color: var(--blue-400);
}

.u-color-green-100 {
	color: var(--green-100);
}

.u-color-green-200 {
	color: var(--green-200);
}

.u-color-green-400,
.u-color-green {
	color: var(--green-400);
}

.u-color-black {
	color: var(--black);
}

.u-color-gray-50,
.u-color-gray-600 {
	color: var(--gray-600);
}

.u-color-gray-40,
.u-color-gray-500 {
	color: var(--gray-500);
}

.u-color-gray-30,
.u-color-gray-400 {
	color: var(--gray-400);
}

.u-color-gray-20,
.u-color-gray-300 {
	color: var(--gray-300);
}

.u-color-gray-10,
.u-color-gray-200 {
	color: var(--gray-200);
}

.u-color-gray-100 {
	color: var(--gray-100);
}

.u-color-white {
	color: var(--white);
}

.u-color-transparent {
	color: var(--transparent);
}

/**
 * This will make sure the full background of a layout object is filled.
 */
.o-layout[class*=u-bg-] {
	background-color: var(--transparent);
	position: relative;
}

.o-layout[class*=u-bg-]::before {
	bottom: 0;
	content: "";
	display: block;
	left: var(--default-spacing-unit);
	position: absolute;
	right: 0;
	top: 0;
}

.o-layout--narrow[class*=u-bg-]::before {
	left: calc(var(--default-spacing-unit) * 0.5);
}

.o-layout--wide[class*=u-bg-]::before {
	left: calc(var(--default-spacing-unit) * 2);
}

.o-layout--flush[class*=u-bg-]::before {
	left: 0;
}

.o-layout[class*=u-bg-] > * {
	position: relative;
	z-index: 1;
}

/* ==========================================================================
   UTILITIES / DISPLAY
   ========================================================================== */
.u-overflow-hidden {
	overflow: hidden;
}

/**
 * Hide only visually, but have it available for screen readers
 */
.u-hide-visually:not(:focus):not(:active) {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.u-hide-visually:is(:active, :focus) {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: unset;
	white-space: inherit;
	width: auto;
}


/**
 * Hide visually and from screen readers.
 */
.u-hidden {
	display: none;
}

/**
 * Hidden visually but maintains the layout.
 */
.u-invisible {
	visibility: hidden;
}

/**
 * Various utility classes to show the content.
 */
.u-flex {
	display: flex;
}

.u-inline-flex {
	display: inline-flex;
}

.u-block,
.u-shown {
	display: block;
}

.u-inline {
	display: inline;
}

.u-inline-block {
	display: inline-block;
}

.u-visible {
	visibility: visible;
}


/* Small Breakpoint [30em = 480px]
   =========================================== */
@media screen and (min-width: 30em) {
	.u-hidden--xs {
		display: none;
	}
	
	.u-invisible--xs {
		visibility: hidden;
	}
	
	.u-flex--xs {
		display: flex;
	}
	
	.u-inline-flex--xs {
		display: inline-flex;
	}
	
	.u-block--xs,
	.u-shown--xs {
		display: block;
	}
	
	.u-inline--xs {
		display: inline;
	}
	
	.u-inline-block--xs {
		display: inline-block;
	}
	
	.u-visible--xs {
		visibility: visible;
	}
}

/* Small Breakpoint [40em = 640px]
   =========================================== */
@media screen and (min-width: 40em) {
	.u-hidden--s {
		display: none;
	}
	
	.u-invisible--s {
		visibility: hidden;
	}
	
	.u-flex--s {
		display: flex;
	}
	
	.u-inline-flex--s {
		display: inline-flex;
	}
	
	.u-block--s,
	.u-shown--s {
		display: block;
	}
	
	.u-inline--s {
		display: inline;
	}
	
	.u-inline-block--s {
		display: inline-block;
	}
	
	.u-visible--s {
		visibility: visible;
	}
}

/* Medium Breakpoint [48em = 768px]
   =========================================== */
@media screen and (min-width: 48em) {
	.u-hidden--m {
		display: none;
	}
	
	.u-invisible--m {
		visibility: hidden;
	}
	
	.u-flex--m {
		display: flex;
	}
	
	.u-inline-flex--m {
		display: inline-flex;
	}
	
	.u-block--m,
	.u-shown--m {
		display: block;
	}
	
	.u-inline--m {
		display: inline;
	}
	
	.u-inline-block--m {
		display: inline-block;
	}
	
	.u-visible--m {
		visibility: visible;
	}
}

/* Large Breakpoint [60em = 960px]
   =========================================== */
@media screen and (min-width: 60em) {
	.u-hidden--l {
		display: none;
	}
	
	.u-invisible--l {
		visibility: hidden;
	}
	
	.u-flex--l {
		display: flex;
	}
	
	.u-inline-flex--l {
		display: inline-flex;
	}
	
	.u-block--l,
	.u-shown--l {
		display: block;
	}
	
	.u-inline--l {
		display: inline;
	}
	
	.u-inline-block--l {
		display: inline-block;
	}
	
	.u-visible--l {
		visibility: visible;
	}
}

/* Extra-Large Breakpoint [75em = 1200px]
   =========================================== */
@media screen and (min-width: 75em) {
	.u-hidden--xl {
		display: none;
	}
	
	.u-invisible--xl {
		visibility: hidden;
	}
	
	.u-flex--xl {
		display: flex;
	}
	
	.u-inline-flex--xl {
		display: inline-flex;
	}
	
	.u-block--xl,
	.u-shown--xl {
		display: block;
	}
	
	.u-inline--xl {
		display: inline;
	}
	
	.u-inline-block--xl {
		display: inline-block;
	}
	
	.u-visible--xl {
		visibility: visible;
	}
}

/* Wide-Screen Breakpoint [90em = 1440px]
   =========================================== */
@media screen and (min-width: 90em) {
	.u-hidden--w {
		display: none;
	}
	
	.u-invisible--w {
		visibility: hidden;
	}
	
	.u-flex--w {
		display: flex;
	}
	
	.u-inline-flex--w {
		display: inline-flex;
	}
	
	.u-block--w,
	.u-shown--w {
		display: block;
	}
	
	.u-inline--w {
		display: inline;
	}
	
	.u-inline-block--w {
		display: inline-block;
	}
	
	.u-visible--w {
		visibility: visible;
	}
}

/* ==========================================================================
   UTILITIES / GRIDS
   ========================================================================== */
/**
 * A series of utility classes that give an automatic number of columns based
 * on the class used, media breakpoints are included.
 *
 *	<div class="o-layout u-grids-3">
 *		<div class="o-layout__item">
 *		</div>
 *		<div class="o-layout__item">
 *		</div>
 *		<div class="o-layout__item">
 *		</div>
 *		<div class="o-layout__item">
 *		</div>
 *		<div class="o-layout__item">
 *		</div>
 *	</div>
 *
 * The above will create a three-column structure in which each column will
 * fluidly fill one-third of the width of the parent with the remainder elements
 * wrapping as needed. We can have more complex systems:
 *
 * 	<div class="o-layout u-grids-1 u-grids-3--m">
 *		<div class="o-layout__item">
 *		</div>
 *		<div class="o-layout__item">
 *		</div>
 *		<div class="o-layout__item">
 *		</div>
 *		<div class="o-layout__item">
 *		</div>
 *		<div class="o-layout__item">
 *		</div>
 * 	</div>
 *
 * The above will create a structure in which each column will be 100% width
 * until we enter our medium breakpoint, then they will be one-third the width
 * of the parent container with the remainder elements wrapping as needed.
 */
/* Mobile First
   =========================================== */
.u-grids-1 > .o-layout__item {
	flex-basis: 100%;
	max-width: 100%;
}

.u-grids-2 > .o-layout__item {
	flex-basis: 50%;
	max-width: 50%;
}

.u-grids-3 > .o-layout__item {
	flex-basis: 33.3333333333%;
	max-width: 33.3333333333%;
}

.u-grids-4 > .o-layout__item {
	flex-basis: 25%;
	max-width: 25%;
}

.u-grids-5 > .o-layout__item {
	flex-basis: 20%;
	max-width: 20%;
}

.u-grids-6 > .o-layout__item {
	flex-basis: 16.6666666667%;
	max-width: 16.6666666667%;
}

.u-grids-7 > .o-layout__item {
	flex-basis: 14.2857142857%;
	max-width: 14.2857142857%;
}

.u-grids-8 > .o-layout__item {
	flex-basis: 12.5%;
	max-width: 12.5%;
}

.u-grids-9 > .o-layout__item {
	flex-basis: 11.1111111111%;
	max-width: 11.1111111111%;
}

.u-grids-10 > .o-layout__item {
	flex-basis: 10%;
	max-width: 10%;
}

.u-grids-11 > .o-layout__item {
	flex-basis: 9.0909090909%;
	max-width: 9.0909090909%;
}

.u-grids-12 > .o-layout__item {
	flex-basis: 8.3333333333%;
	max-width: 8.3333333333%;
}

/* Small Breakpoint [40em = 640px]
   =========================================== */
@media screen and (min-width: 40em) {
	.u-grids-1--xs > .o-layout__item {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.u-grids-2--xs > .o-layout__item {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-grids-3--xs > .o-layout__item {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.u-grids-4--xs > .o-layout__item {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-grids-5--xs > .o-layout__item {
		flex-basis: 20%;
		max-width: 20%;
	}
	
	.u-grids-6--xs > .o-layout__item {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.u-grids-7--xs > .o-layout__item {
		flex-basis: 14.2857142857%;
		max-width: 14.2857142857%;
	}
	
	.u-grids-8--xs > .o-layout__item {
		flex-basis: 12.5%;
		max-width: 12.5%;
	}
	
	.u-grids-9--xs > .o-layout__item {
		flex-basis: 11.1111111111%;
		max-width: 11.1111111111%;
	}
	
	.u-grids-10--xs > .o-layout__item {
		flex-basis: 10%;
		max-width: 10%;
	}
	
	.u-grids-11--xs > .o-layout__item {
		flex-basis: 9.0909090909%;
		max-width: 9.0909090909%;
	}
	
	.u-grids-12--xs > .o-layout__item {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}
}

/* Small Breakpoint [40em = 640px]
   =========================================== */
@media screen and (min-width: 40em) {
	.u-grids-1--s > .o-layout__item {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.u-grids-2--s > .o-layout__item {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-grids-3--s > .o-layout__item {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.u-grids-4--s > .o-layout__item {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-grids-5--s > .o-layout__item {
		flex-basis: 20%;
		max-width: 20%;
	}
	
	.u-grids-6--s > .o-layout__item {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.u-grids-7--s > .o-layout__item {
		flex-basis: 14.2857142857%;
		max-width: 14.2857142857%;
	}
	
	.u-grids-8--s > .o-layout__item {
		flex-basis: 12.5%;
		max-width: 12.5%;
	}
	
	.u-grids-9--s > .o-layout__item {
		flex-basis: 11.1111111111%;
		max-width: 11.1111111111%;
	}
	
	.u-grids-10--s > .o-layout__item {
		flex-basis: 10%;
		max-width: 10%;
	}
	
	.u-grids-11--s > .o-layout__item {
		flex-basis: 9.0909090909%;
		max-width: 9.0909090909%;
	}
	
	.u-grids-12--s > .o-layout__item {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}
}

/* Medium Breakpoint [48em = 768px]
   =========================================== */
@media screen and (min-width: 48em) {
	.u-grids-1--m > .o-layout__item {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.u-grids-2--m > .o-layout__item {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-grids-3--m > .o-layout__item {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.u-grids-4--m > .o-layout__item {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-grids-5--m > .o-layout__item {
		flex-basis: 20%;
		max-width: 20%;
	}
	
	.u-grids-6--m > .o-layout__item {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.u-grids-7--m > .o-layout__item {
		flex-basis: 14.2857142857%;
		max-width: 14.2857142857%;
	}
	
	.u-grids-8--m > .o-layout__item {
		flex-basis: 12.5%;
		max-width: 12.5%;
	}
	
	.u-grids-9--m > .o-layout__item {
		flex-basis: 11.1111111111%;
		max-width: 11.1111111111%;
	}
	
	.u-grids-10--m > .o-layout__item {
		flex-basis: 10%;
		max-width: 10%;
	}
	
	.u-grids-11--m > .o-layout__item {
		flex-basis: 9.0909090909%;
		max-width: 9.0909090909%;
	}
	
	.u-grids-12--m > .o-layout__item {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}
}

/* Large Breakpoint [60em = 960px]
   =========================================== */
@media screen and (min-width: 60em) {
	.u-grids-1--l > .o-layout__item {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.u-grids-2--l > .o-layout__item {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-grids-3--l > .o-layout__item {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.u-grids-4--l > .o-layout__item {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-grids-5--l > .o-layout__item {
		flex-basis: 20%;
		max-width: 20%;
	}
	
	.u-grids-6--l > .o-layout__item {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.u-grids-7--l > .o-layout__item {
		flex-basis: 14.2857142857%;
		max-width: 14.2857142857%;
	}
	
	.u-grids-8--l > .o-layout__item {
		flex-basis: 12.5%;
		max-width: 12.5%;
	}
	
	.u-grids-9--l > .o-layout__item {
		flex-basis: 11.1111111111%;
		max-width: 11.1111111111%;
	}
	
	.u-grids-10--l > .o-layout__item {
		flex-basis: 10%;
		max-width: 10%;
	}
	
	.u-grids-11--l > .o-layout__item {
		flex-basis: 9.0909090909%;
		max-width: 9.0909090909%;
	}
	
	.u-grids-12--l > .o-layout__item {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}
}

/* Extra-Large Breakpoint [75em = 1200px]
   =========================================== */
@media screen and (min-width: 75em) {
	.u-grids-1--xl > .o-layout__item {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.u-grids-2--xl > .o-layout__item {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-grids-3--xl > .o-layout__item {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.u-grids-4--xl > .o-layout__item {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-grids-5--xl > .o-layout__item {
		flex-basis: 20%;
		max-width: 20%;
	}
	
	.u-grids-6--xl > .o-layout__item {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.u-grids-7--xl > .o-layout__item {
		flex-basis: 14.2857142857%;
		max-width: 14.2857142857%;
	}
	
	.u-grids-8--xl > .o-layout__item {
		flex-basis: 12.5%;
		max-width: 12.5%;
	}
	
	.u-grids-9--xl > .o-layout__item {
		flex-basis: 11.1111111111%;
		max-width: 11.1111111111%;
	}
	
	.u-grids-10--xl > .o-layout__item {
		flex-basis: 10%;
		max-width: 10%;
	}
	
	.u-grids-11--xl > .o-layout__item {
		flex-basis: 9.0909090909%;
		max-width: 9.0909090909%;
	}
	
	.u-grids-12--xl > .o-layout__item {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}
}

/* Wide-Screen Breakpoint [90em = 1440px]
   =========================================== */
@media screen and (min-width: 90em) {
	.u-grids-1--w > .o-layout__item {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.u-grids-2--w > .o-layout__item {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-grids-3--w > .o-layout__item {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.u-grids-4--w > .o-layout__item {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-grids-5--w > .o-layout__item {
		flex-basis: 20%;
		max-width: 20%;
	}
	
	.u-grids-6--w > .o-layout__item {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.u-grids-7--w > .o-layout__item {
		flex-basis: 14.2857142857%;
		max-width: 14.2857142857%;
	}
	
	.u-grids-8--w > .o-layout__item {
		flex-basis: 12.5%;
		max-width: 12.5%;
	}
	
	.u-grids-9--w > .o-layout__item {
		flex-basis: 11.1111111111%;
		max-width: 11.1111111111%;
	}
	
	.u-grids-10--w > .o-layout__item {
		flex-basis: 10%;
		max-width: 10%;
	}
	
	.u-grids-11--w > .o-layout__item {
		flex-basis: 9.0909090909%;
		max-width: 9.0909090909%;
	}
	
	.u-grids-12--w > .o-layout__item {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}
}

/* ==========================================================================
   UTILITIES / ICONS
   ========================================================================== */
/**
 * This contains the "@font-face" call needed to add the ReadyTheme Icons Font
 * package to your site.
 */
@font-face {
	font-display: block;
	font-family: "ReadyTheme Icons";
	font-style: normal;
	font-weight: normal;
	src: url("/mm5/gd-build-assets/for-theme/fonts/ReadyThemeIcons.woff") format("woff");
}

[class^=u-icon-],
[class*=" u-icon-"],
[data-icon]::before {
	font-family: "ReadyTheme Icons", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
}

[data-icon]::before {
	content: attr(data-icon);
}

[class^=u-icon-]::before,
[class*=" u-icon-"]::before,
[data-icon]::before {
	background-color: rgba(0, 0, 0, 0);
}

.u-icon-add:before {
	content: "=";
}

.u-icon-add-circle:before {
	content: "\e901";
}

.u-icon-alert:before {
	content: "\e902";
}

.u-icon-arrow-down:before {
	content: "9";
}

.u-icon-arrow-left:before {
	content: ":";
}

.u-icon-arrow-right:before {
	content: ";";
}

.u-icon-arrow-up:before {
	content: "8";
}

.u-icon-bag:before {
	content: "X";
}

.u-icon-bag-full:before {
	content: "Y";
}

.u-icon-balance:before {
	content: "-";
}

.u-icon-calendar:before {
	content: "W";
}

.u-icon-cart-add:before {
	content: "/";
}

.u-icon-cart-empty:before {
	content: "Z";
}

.u-icon-cart-full:before {
	content: "[";
}

.u-icon-check:before {
	content: "?";
}

.u-icon-chevron-down:before {
	content: "1";
}

.u-icon-chevron-left:before {
	content: "2";
}

.u-icon-chevron-right:before {
	content: "3";
}

.u-icon-chevron-up:before {
	content: "0";
}

.u-icon-contact:before {
	content: "\e913";
}

.u-icon-credit-card:before {
	content: "C";
}

.u-icon-cross:before {
	content: ">";
}

.u-icon-customer-credit:before {
	content: "\e916";
}

.u-icon-document:before {
	content: "U";
}

.u-icon-edit:before {
	content: "\e918";
}

.u-icon-envelope:before {
	content: ")";
}

.u-icon-error:before {
	content: "!";
}

.u-icon-exit-circle:before {
	content: "\e91b";
}

.u-icon-eye-closed:before {
	content: "\e91c";
}

.u-icon-eye-open:before {
	content: "\e91d";
}

.u-icon-filter:before {
	content: "\e91e";
}

.u-icon-flag-empty:before {
	content: "\e91f";
}

.u-icon-flag-full:before {
	content: "\e920";
}

.u-icon-gift:before {
	content: "%";
}

.u-icon-globe:before {
	content: "+";
}

.u-icon-heart-empty:before {
	content: "D";
}

.u-icon-heart-full:before {
	content: "E";
}

.u-icon-heart-half:before {
	content: "\e925";
}

.u-icon-history:before {
	content: ",";
}

.u-icon-home:before {
	content: "H";
}

.u-icon-info:before {
	content: "$";
}

.u-icon-location:before {
	content: "\\";
}

.u-icon-lock:before {
	content: "\e92a";
}

.u-icon-menu:before {
	content: "V";
}

.u-icon-minus-circle:before {
	content: "\e92c";
}

.u-icon-phone:before {
	content: "J";
}

.u-icon-play:before {
	content: "\e92e";
}

.u-icon-print:before {
	content: "S";
}

.u-icon-question:before {
	content: "#";
}

.u-icon-remove:before {
	content: ".";
}

.u-icon-search:before {
	content: "B";
}

.u-icon-secure:before {
	content: "(";
}

.u-icon-settings:before {
	content: "&";
}

.u-icon-shield:before {
	content: "'";
}

.u-icon-sign-out:before {
	content: "\e936";
}

.u-icon-star-empty:before {
	content: "F";
}

.u-icon-star-full:before {
	content: "G";
}

.u-icon-star-half:before {
	content: "\e939";
}

.u-icon-subtract:before {
	content: "<";
}

.u-icon-talk:before {
	content: "\e93b";
}

.u-icon-triangle-down:before {
	content: "5";
}

.u-icon-triangle-left:before {
	content: "6";
}

.u-icon-triangle-right:before {
	content: "7";
}

.u-icon-triangle-up:before {
	content: "4";
}

.u-icon-truck:before {
	content: "*";
}

.u-icon-user:before {
	content: "I";
}

.u-icon-wallet:before {
	content: "T";
}

.u-icon-warning:before {
	content: "\"";
}

.u-icon-zoom-in:before {
	content: "A";
}

.u-icon-zoom-out:before {
	content: "@";
}

.u-icon-facebook:before {
	content: "K";
}

.u-icon-instagram:before {
	content: "O";
}

.u-icon-linkedin:before {
	content: "N";
}

.u-icon-pinterest:before {
	content: "M";
}

.u-icon-twitter:before {
	content: "L";
}

.u-icon-youtube:before {
	content: "P";
}

@media speech {
	[class^=u-icon-]::before,
	[class*=" u-icon-"]::before,
	[data-icon]::before {
		content: none;
		display: none;
		visibility: hidden;
	}
}

/* ==========================================================================
   UTILITIES / PRINT
   ========================================================================== */
/**
 * Print styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * Inlined to avoid the additional HTTP request:
 * http://www.phpied.com/delay-loading-your-print-css/
 */
@media print {
	@page {
		size: letter;
		margin: 10%;
		orphans: 2;
		widows: 2;
	}
	
	/**
	* 1. Black prints faster: http://www.sanbeiji.com/archives/953
	*/
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important; /* [1] */
		text-shadow: none !important;
	}
	
	body > *:not(main) {
		display: none;
	}
	
	a,
	a:visited {
		text-decoration: underline !important;
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	thead {
		display: table-header-group;
	}
	
	tr,
	img {
		page-break-inside: avoid;
	}
	
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.u-printable__content {
	display: none;
	visibility: hidden;
}

@media print {
	.u-printable:not(.u-printable__content) {
		display: none;
		visibility: hidden;
	}
	
	.u-printable__content {
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		visibility: visible;
		width: 100%;
	}
	
	.u-printable__content * {
		visibility: visible;
	}
	
	.u-print-none {
		display: none !important;
	}
	
	.u-print-inline {
		display: inline !important;
	}
	
	.u-print-inline-block {
		display: inline-block !important;
	}
	
	.u-print-block {
		display: block !important;
	}
	
	.u-print-table {
		display: table !important;
	}
	
	.u-print-table-row {
		display: table-row !important;
	}
	
	.u-print-table-cell {
		display: table-cell !important;
	}
	
	.u-print-flex {
		display: flex !important;
	}
	
	.u-print-inline-flex {
		display: inline-flex !important;
	}
}

/* ==========================================================================
   UTILITIES / TYPOGRAPHY
   ========================================================================== */
/* Set font-family options
   =========================================== */
.u-font-primary {
	font-family: var(--primary-font-family), sans-serif;
}

.u-font-secondary {
	font-family: var(--secondary-font-family), serif;
}

/* Text alignment utilities
   =========================================== */
.u-text-left {
	text-align: left;
}

.u-text-center {
	text-align: center;
}

.u-text-right {
	text-align: right;
}

.u-text-justify {
	text-align: justify;
}

@media screen and (min-width: 30em) {
	.u-text-left--xs {
		text-align: left;
	}
	
	.u-text-center--xs {
		text-align: center;
	}
	
	.u-text-right--xs {
		text-align: right;
	}
	
	.u-text-justify--xs {
		text-align: justify;
	}
}

@media screen and (min-width: 40em) {
	.u-text-left--s {
		text-align: left;
	}
	
	.u-text-center--s {
		text-align: center;
	}
	
	.u-text-right--s {
		text-align: right;
	}
	
	.u-text-justify--s {
		text-align: justify;
	}
}

@media screen and (min-width: 48em) {
	.u-text-left--m {
		text-align: left;
	}
	
	.u-text-center--m {
		text-align: center;
	}
	
	.u-text-right--m {
		text-align: right;
	}
	
	.u-text-justify--m {
		text-align: justify;
	}
}

@media screen and (min-width: 60em) {
	.u-text-left--l {
		text-align: left;
	}
	
	.u-text-center--l {
		text-align: center;
	}
	
	.u-text-right--l {
		text-align: right;
	}
	
	.u-text-justify--l {
		text-align: justify;
	}
}

@media screen and (min-width: 90em) {
	.u-text-left--w {
		text-align: left;
	}
	
	.u-text-center--w {
		text-align: center;
	}
	
	.u-text-right--w {
		text-align: right;
	}
	
	.u-text-justify--w {
		text-align: justify;
	}
}

/* Font sizing utilities
  =========================================== */
.u-font-tiny {
	font-size: 0.625em;
}

.u-font-small {
	font-size: 0.75em;
}

@media screen and (min-width: 40em) {
	.u-font-tiny {
		font-size: 0.75em;
	}
	
	.u-font-small {
		font-size: 0.832em;
	}
}

.u-font-medium {
	font-size: 1em;
}

.u-font-large {
	font-size: 1.25em;
}

.u-font-huge {
	font-size: 1.75em;
}

.u-paragraph-large {
	font-size: var(--paragraph-large);
}

.u-paragraph-small {
	font-size: var(--paragraph-small);
}

/* Font style utilities
 * 1. This is a hold-over class for content output by Miva.
  =========================================== */
.u-font-regular,
.u-text-regular {
	font-weight: var(--font-regular);
}

.u-font-medium,
.u-text-medium {
	font-weight: var(--font-medium);
}

.u-font-bold,
.required,
.u-text-bold {
	font-weight: var(--font-bold);
}

.u-text-caps {
	font-variant: small-caps;
}

.u-font-italic,
.u-text-italic {
	font-style: italic;
}

.u-font-normal,
.u-text-normal {
	font-style: normal;
}

.u-text-lowercase {
	text-transform: lowercase;
}

.u-text-revert {
	text-transform: none;
}

.u-text-uppercase {
	text-transform: uppercase;
}

.u-text-strike {
	text-decoration: line-through;
}

.u-text-no-underline,
.u-text-no-underline:focus-visible,
.x-hover--allowed .u-text-no-underline:hover {
	text-decoration: none;
}

.u-text-underline {
	text-decoration: underline;
}

.x-hover--allowed a.u-text-underline:hover {
	text-decoration: none;
}

/**
 * Text utility to constrain text to a maximum of 75 characters per line,
 * regardless of the text's 'font-size'. 30em is roughly equal to 75 characters,
 * so we hard-code this value. Please don't change it.
 *
 * https://jsfiddle.net/5571te7g/
 *
 */
.u-text-constrain {
	max-width: 30em;
}

/* Word Wrapping and White Space utilities
  =========================================== */
.u-white-space-normal {
	white-space: normal;
}

.u-white-space-nowrap {
	white-space: nowrap;
}

.u-white-space-pre {
	white-space: pre;
}

.u-white-space-pre-line {
	white-space: pre-line;
}

.u-white-space-pre-wrap {
	white-space: pre-wrap;
}

.u-word-wrap-break {
	word-wrap: break-word;
}

.u-word-wrap-normal {
	word-wrap: normal;
}

/* Line Height utilities
  =========================================== */
.u-line-height-inherit {
	line-height: inherit;
}

.u-line-height-initial {
	line-height: initial;
}

.u-line-height-normal {
	line-height: normal;
}

/* ==========================================================================
   UTILITIES / VERTICAL ALIGN
   ========================================================================== */
.u-align-baseline {
	vertical-align: baseline;
}

.u-align-bottom {
	vertical-align: bottom;
}

.u-align-middle {
	vertical-align: middle;
}

.u-align-top {
	vertical-align: top;
}

/**
 * Utility classes to vertically align an element centrally within its parent.
 *
 * Using .u-vertical-align-center on an element can cause visual issues if it renders
 * on a half pixel so we can apply preserve-3d to prevent this on the parent
 * element.
 */
.u-vertical-align-parent {
	transform-style: preserve-3d;
}

/**
 * This class requires a set height on the parent element to function correctly.
 */
.u-vertical-align-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* ==========================================================================
   UTILITIES / WIDTHS
   ========================================================================== */
/**
 * A series of utility classes that give a fluid width to whichever element
 * they are applied to, media breakpoints are included.
 */
/* Mobile First
   =========================================== */
/**
 * Width size modifiers.
 */
.u-width-1 {
	flex-basis: 8.333%;
	max-width: 8.333%;
}

.u-width-2 {
	flex-basis: 16.666%;
	max-width: 16.666%;
}

.u-width-3 {
	flex-basis: 25%;
	max-width: 25%;
}

.u-width-4 {
	flex-basis: 33.333%;
	max-width: 33.333%;
}

.u-width-5 {
	flex-basis: 41.666%;
	max-width: 41.666%;
}

.u-width-6 {
	flex-basis: 50%;
	max-width: 50%;
}

.u-width-7 {
	flex-basis: 58.333%;
	max-width: 58.333%;
}

.u-width-8 {
	flex-basis: 66.666%;
	max-width: 66.666%;
}

.u-width-9 {
	flex-basis: 75%;
	max-width: 75%;
}

.u-width-10 {
	flex-basis: 83.333%;
	max-width: 83.333%;
}

.u-width-11 {
	flex-basis: 91.666%;
	max-width: 91.666%;
}

.u-width-12 {
	flex-basis: 100%;
	max-width: 100%;
}

/**
 * Offset size modifiers.
 */
.u-offset-1 {
	margin-left: 8.333%;
}

.u-offset-2 {
	margin-left: 16.666%;
}

.u-offset-3 {
	margin-left: 25%;
}

.u-offset-4 {
	margin-left: 33.333%;
}

.u-offset-5 {
	margin-left: 41.666%;
}

.u-offset-6 {
	margin-left: 50%;
}

.u-offset-7 {
	margin-left: 58.333%;
}

.u-offset-8 {
	margin-left: 66.666%;
}

.u-offset-9 {
	margin-left: 75%;
}

.u-offset-10 {
	margin-left: 83.333%;
}

.u-offset-11 {
	margin-left: 91.666%;
}

/* Small Breakpoint [30em = 480px]
   =========================================== */
@media screen and (min-width: 30em) {
	.u-width-1--xs {
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	
	.u-width-2--xs {
		flex-basis: 16.666%;
		max-width: 16.666%;
	}
	
	.u-width-3--xs {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-width-4--xs {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	
	.u-width-5--xs {
		flex-basis: 41.666%;
		max-width: 41.666%;
	}
	
	.u-width-6--xs {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-width-7--xs {
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	
	.u-width-8--xs {
		flex-basis: 66.666%;
		max-width: 66.666%;
	}
	
	.u-width-9--xs {
		flex-basis: 75%;
		max-width: 75%;
	}
	
	.u-width-10--xs {
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	
	.u-width-11--xs {
		flex-basis: 91.666%;
		max-width: 91.666%;
	}
	
	.u-width-12--xs {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	/**
	 * Offset size modifiers.
	 */
	.u-offset-1--xs {
		margin-left: 8.333%;
	}
	
	.u-offset-2--xs {
		margin-left: 16.666%;
	}
	
	.u-offset-3--xs {
		margin-left: 25%;
	}
	
	.u-offset-4--xs {
		margin-left: 33.333%;
	}
	
	.u-offset-5--xs {
		margin-left: 41.666%;
	}
	
	.u-offset-6--xs {
		margin-left: 50%;
	}
	
	.u-offset-7--xs {
		margin-left: 58.333%;
	}
	
	.u-offset-8--xs {
		margin-left: 66.666%;
	}
	
	.u-offset-9--xs {
		margin-left: 75%;
	}
	
	.u-offset-10--xs {
		margin-left: 83.333%;
	}
	
	.u-offset-11--xs {
		margin-left: 91.666%;
	}
}

/* Small Breakpoint [40em = 640px]
   =========================================== */
@media screen and (min-width: 40em) {
	.u-width-1--s {
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	
	.u-width-2--s {
		flex-basis: 16.666%;
		max-width: 16.666%;
	}
	
	.u-width-3--s {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-width-4--s {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	
	.u-width-5--s {
		flex-basis: 41.666%;
		max-width: 41.666%;
	}
	
	.u-width-6--s {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-width-7--s {
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	
	.u-width-8--s {
		flex-basis: 66.666%;
		max-width: 66.666%;
	}
	
	.u-width-9--s {
		flex-basis: 75%;
		max-width: 75%;
	}
	
	.u-width-10--s {
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	
	.u-width-11--s {
		flex-basis: 91.666%;
		max-width: 91.666%;
	}
	
	.u-width-12--s {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	/**
	 * Offset size modifiers.
	 */
	.u-offset-1--s {
		margin-left: 8.333%;
	}
	
	.u-offset-2--s {
		margin-left: 16.666%;
	}
	
	.u-offset-3--s {
		margin-left: 25%;
	}
	
	.u-offset-4--s {
		margin-left: 33.333%;
	}
	
	.u-offset-5--s {
		margin-left: 41.666%;
	}
	
	.u-offset-6--s {
		margin-left: 50%;
	}
	
	.u-offset-7--s {
		margin-left: 58.333%;
	}
	
	.u-offset-8--s {
		margin-left: 66.666%;
	}
	
	.u-offset-9--s {
		margin-left: 75%;
	}
	
	.u-offset-10--s {
		margin-left: 83.333%;
	}
	
	.u-offset-11--s {
		margin-left: 91.666%;
	}
}

/* Medium Breakpoint [48em = 768px]
   =========================================== */
@media screen and (min-width: 48em) {
	.u-width-1--m {
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	
	.u-width-2--m {
		flex-basis: 16.666%;
		max-width: 16.666%;
	}
	
	.u-width-3--m {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-width-4--m {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	
	.u-width-5--m {
		flex-basis: 41.666%;
		max-width: 41.666%;
	}
	
	.u-width-6--m {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-width-7--m {
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	
	.u-width-8--m {
		flex-basis: 66.666%;
		max-width: 66.666%;
	}
	
	.u-width-9--m {
		flex-basis: 75%;
		max-width: 75%;
	}
	
	.u-width-10--m {
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	
	.u-width-11--m {
		flex-basis: 91.666%;
		max-width: 91.666%;
	}
	
	.u-width-12--m {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	/**
	 * Offset size modifiers.
	 */
	.u-offset-1--m {
		margin-left: 8.333%;
	}
	
	.u-offset-2--m {
		margin-left: 16.666%;
	}
	
	.u-offset-3--m {
		margin-left: 25%;
	}
	
	.u-offset-4--m {
		margin-left: 33.333%;
	}
	
	.u-offset-5--m {
		margin-left: 41.666%;
	}
	
	.u-offset-6--m {
		margin-left: 50%;
	}
	
	.u-offset-7--m {
		margin-left: 58.333%;
	}
	
	.u-offset-8--m {
		margin-left: 66.666%;
	}
	
	.u-offset-9--m {
		margin-left: 75%;
	}
	
	.u-offset-10--m {
		margin-left: 83.333%;
	}
	
	.u-offset-11--m {
		margin-left: 91.666%;
	}
}

/* Large Breakpoint [60em = 960px]
   =========================================== */
@media screen and (min-width: 60em) {
	.u-width-1--l {
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	
	.u-width-2--l {
		flex-basis: 16.666%;
		max-width: 16.666%;
	}
	
	.u-width-3--l {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-width-4--l {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	
	.u-width-5--l {
		flex-basis: 41.666%;
		max-width: 41.666%;
	}
	
	.u-width-6--l {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-width-7--l {
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	
	.u-width-8--l {
		flex-basis: 66.666%;
		max-width: 66.666%;
	}
	
	.u-width-9--l {
		flex-basis: 75%;
		max-width: 75%;
	}
	
	.u-width-10--l {
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	
	.u-width-11--l {
		flex-basis: 91.666%;
		max-width: 91.666%;
	}
	
	.u-width-12--l {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	/**
	 * Offset size modifiers.
	 */
	.u-offset-1--l {
		margin-left: 8.333%;
	}
	
	.u-offset-2--l {
		margin-left: 16.666%;
	}
	
	.u-offset-3--l {
		margin-left: 25%;
	}
	
	.u-offset-4--l {
		margin-left: 33.333%;
	}
	
	.u-offset-5--l {
		margin-left: 41.666%;
	}
	
	.u-offset-6--l {
		margin-left: 50%;
	}
	
	.u-offset-7--l {
		margin-left: 58.333%;
	}
	
	.u-offset-8--l {
		margin-left: 66.666%;
	}
	
	.u-offset-9--l {
		margin-left: 75%;
	}
	
	.u-offset-10--l {
		margin-left: 83.333%;
	}
	
	.u-offset-11--l {
		margin-left: 91.666%;
	}
}

/* Extra-Large Breakpoint [75em = 1200px]
   =========================================== */
@media screen and (min-width: 75em) {
	.u-width-1--xl {
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	
	.u-width-2--xl {
		flex-basis: 16.666%;
		max-width: 16.666%;
	}
	
	.u-width-3--xl {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-width-4--xl {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	
	.u-width-5--xl {
		flex-basis: 41.666%;
		max-width: 41.666%;
	}
	
	.u-width-6--xl {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-width-7--xl {
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	
	.u-width-8--xl {
		flex-basis: 66.666%;
		max-width: 66.666%;
	}
	
	.u-width-9--xl {
		flex-basis: 75%;
		max-width: 75%;
	}
	
	.u-width-10--xl {
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	
	.u-width-11--xl {
		flex-basis: 91.666%;
		max-width: 91.666%;
	}
	
	.u-width-12--xl {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	/**
	 * Offset size modifiers.
	 */
	.u-offset-1--xl {
		margin-left: 8.333%;
	}
	
	.u-offset-2--xl {
		margin-left: 16.666%;
	}
	
	.u-offset-3--xl {
		margin-left: 25%;
	}
	
	.u-offset-4--xl {
		margin-left: 33.333%;
	}
	
	.u-offset-5--xl {
		margin-left: 41.666%;
	}
	
	.u-offset-6--xl {
		margin-left: 50%;
	}
	
	.u-offset-7--xl {
		margin-left: 58.333%;
	}
	
	.u-offset-8--xl {
		margin-left: 66.666%;
	}
	
	.u-offset-9--xl {
		margin-left: 75%;
	}
	
	.u-offset-10--xl {
		margin-left: 83.333%;
	}
	
	.u-offset-11--xl {
		margin-left: 91.666%;
	}
}

/* Wide-Screen Breakpoint [90em = 1440px]
   =========================================== */
@media screen and (min-width: 90em) {
	.u-width-1--w {
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	
	.u-width-2--w {
		flex-basis: 16.666%;
		max-width: 16.666%;
	}
	
	.u-width-3--w {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.u-width-4--w {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	
	.u-width-5--w {
		flex-basis: 41.666%;
		max-width: 41.666%;
	}
	
	.u-width-6--w {
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.u-width-7--w {
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	
	.u-width-8--w {
		flex-basis: 66.666%;
		max-width: 66.666%;
	}
	
	.u-width-9--w {
		flex-basis: 75%;
		max-width: 75%;
	}
	
	.u-width-10--w {
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	
	.u-width-11--w {
		flex-basis: 91.666%;
		max-width: 91.666%;
	}
	
	.u-width-12--w {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	/**
	 * Offset size modifiers.
	 */
	.u-offset-1--w {
		margin-left: 8.333%;
	}
	
	.u-offset-2--w {
		margin-left: 16.666%;
	}
	
	.u-offset-3--w {
		margin-left: 25%;
	}
	
	.u-offset-4--w {
		margin-left: 33.333%;
	}
	
	.u-offset-5--w {
		margin-left: 41.666%;
	}
	
	.u-offset-6--w {
		margin-left: 50%;
	}
	
	.u-offset-7--w {
		margin-left: 58.333%;
	}
	
	.u-offset-8--w {
		margin-left: 66.666%;
	}
	
	.u-offset-9--w {
		margin-left: 75%;
	}
	
	.u-offset-10--w {
		margin-left: 83.333%;
	}
	
	.u-offset-11--w {
		margin-left: 91.666%;
	}
}

/* ==========================================================================
   UTILITIES / Z-INDEX
   ========================================================================== */
/**
 * Utility classes to set display relevance on the 'Z' axis.
 */
.u-below-content {
	z-index: -1;
}

.u-over-content {
	z-index: 100;
}

.u-over-control {
	z-index: 200;
}

.u-over-page {
	z-index: 300;
}

.u-over-screen {
	z-index: 400;
}

.u-over-everything {
	z-index: 500;
}