/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

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

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.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

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

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

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

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

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

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
   BASE / RESETS
   ========================================================================== */

/**
 * This contains some additional resets and baselines not facilitated by
 * 'normalize.css'. Editing is not recommended.
 */

html {
	box-sizing: border-box;
}


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





/* Vertical Rhythm
   =========================================== */

/**
 * 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/
 */
address,
blockquote,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ol,
p,
pre,
summary,
table,
ul {
	margin-top: 0;
	margin-bottom: 16px;
}

fieldset {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}


/**
 * We'll also indent list elements by the same amount of spacing. Also, we will
 * remove the left padding added by some user-agents.
 */
dd,
ol,
ul {
	margin-left: 16px;
	padding-left: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
	margin-bottom: 0;
}





/**
 * Pseudo Selection
 */
::-moz-selection {
	background: #eaeaea;
	text-shadow: none;
}

::selection {
	background: #eaeaea;
	text-shadow: none;
}

::selection:window-inactive {
	background: #eaeaea;
}

img::selection {
	background: rgba(0, 0, 0, 0);
}

img::-moz-selection {
	background: rgba(0, 0, 0, 0);
}





/**
 * Identify Disabled/Not Allowed Elements
 */
*[disabled] {
	cursor: not-allowed;
}





/**
 * Breakpoints
 * These values will not show up in content, but can be queried by JavaScript
 * to know which breakpoint is active.
 */
body::before {
	display: none;
	content: "xsmall";
	visibility: hidden;
}

@media (min-width: 40em) {
	body::before {
		content: "small";
	}
}

@media (min-width: 48em) {
	body::before {
		content: "medium";
	}
}

@media (min-width: 60em) {
	body::before {
		content: "large";
	}
}

@media (min-width: 75em) {
	body::before {
		content: "xlarge";
	}
}

@media (min-width: 90em) {
	body::before {
		content: "wide";
	}
}

/* ==========================================================================
   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 {
	margin-bottom: 0;
	border: none;
}

legend { /* [1] */
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/**
 * 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: #3d70b2;
	text-decoration: none;
	cursor: pointer;
}

a:focus,
a:hover {
	text-decoration: underline;
}

/* ==========================================================================
   ELEMENTS / MEDIA
   ========================================================================== */

/**
* 1. Fluid media for responsive purposes.
* 2. Offset 'alt' text from surrounding copy.
* 3. 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 {
	max-width: 100%; /* [1] */
	height: auto; /* [1] */
}

iframe {
	max-width: 100%; /* [1] */
}

embed,
object {
	height: 100%;
}

img {
	font-style: italic; /* [2] */
	vertical-align: middle; /* [3] */
}


/**
* 1. If a 'width' and/or 'height' attribute have been explicitly defined, let's
*    not make the image fluid.
*/
img[width], /* [1] */
img[height] { /* [1] */
	max-width: none;
}

/* ==========================================================================
   ELEMENTS / PAGE
   ========================================================================== */

/**
 * High-level, page-level styling.
 *
 * 1. Ensure the page always fills at least the entire height of the viewport.
 * 2. Force scroll bars to always be visible to prevent awkward 'jumps' when
 *    navigating between pages that do/do not have enough content to produce
 *    scroll bars naturally.
 * 3. Set the default 'font-size' and 'line-height' for the entire project,
 *    sourced from our default variables. The 'font-size' is calculated to exist
 *    in ems.
 * 4. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 * 5. Prevent certain mobile browsers from automatically zooming fonts.
 * 6. Set the, non-standard, color of the highlight that appears over a link
 *    when it is being tapped in some browsers.
 * 7. https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action
 */

html {
	height: 100%;
	min-height: 100%; /* [1] */
	overflow-y: scroll; /* [2] */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: calc((16px / 16) * 1em); /* [3] */
	-webkit-font-smoothing: antialiased; /* [4] */
	-moz-osx-font-smoothing: grayscale; /* [4] */
	line-height: 1.5; /* [3] */
	-webkit-text-size-adjust: 100%; /* [5] */
	-ms-text-size-adjust: 100%; /* [5] */
	color: #4a4a4a;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	touch-action: manipulation; /* [7] */
}

	@media (min-width: 40em) {
		html {
			line-height: calc((1.5 + 1.8) / 2);
		}
	}
	
	@media (min-width: 60em) {
		html {
			line-height: 1.8;
		}
	}


body {
	display: flex;
	min-height: 100%;
	flex-direction: column;
}


main {
	flex-grow: 1;
}

/* ==========================================================================
   ELEMENTS / TABLES
   ========================================================================== */

/**
 * Table styles are incredibly un-opinionated. Simply:
 *
 * 1. Force TABLEs 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: 16px;
	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;
	margin: 0 0 0 calc(0px - 16px);
	padding: 0;
	list-style: none;
	/*transition: all .3s ease;*/
}

	.o-layout__item {
		flex: 1 1 auto;
		max-width: 100%;
		padding-left: 16px;
		/*transition: all .3s ease;*/
	}
	
	
	.o-layout.o-layout__item {
		margin-left: 0;
		/*padding-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 {
	flex-direction: column;
}

/**
 * Same as column, but reversed.
 */
.o-layout--column-reverse {
	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(0px - (16px * 0.5));
}

	.o-layout--narrow > .o-layout__item {
		padding-left: calc(16px * 0.5);
	}

	
/**
 * Larger gutters between items.
 */
.o-layout--wide {
	margin-left: calc(0px - (16px * 2));
}

	.o-layout--wide > .o-layout__item {
		padding-left: calc(16px * 2);
	}

	
/**
 * 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(0px - 16px);
}





/* Vertical gutter modifiers.
   =========================================== */
/**
 * Include vertical gutters on layout items.
 */
.o-layout--spaced > .o-layout__item {
	margin-bottom: 16px;
}
	
	/**
	* 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(16px * 0.5);
	}
	
	.o-layout--spaced.o-layout--wide > .o-layout__item {
		margin-bottom: calc(16px * 2);
	}


	


/* 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: 40em) {
		.o-layout__first--s {
			order: -1;
		}
		
		.o-layout__last--s {
			order: 1;
		}
	}
	
	
	@media screen and (min-width: 48em) {
		.o-layout__first--m {
			order: -1;
		}
		
		.o-layout__last--m {
			order: 1;
		}
	}
	
	
	@media screen and (min-width: 60em) {
		.o-layout__first--l {
			order: -1;
		}
		
		.o-layout__last--l {
			order: 1;
		}
	}
	
	
	@media screen and (min-width: 90em) {
		.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 {
	margin-left: 0;
	list-style: none;
}


/**
 * The o-list-block object displays any list of items into stacked blocks.
 */
.o-list-block {
	margin-left: 0;
	list-style: none;
}

	.o-list-block__item {
		display: block;
	}


/**
 * The o-list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
	margin-left: 0;
	list-style: none;
}

	.o-list-inline__item {
		display: inline-block;
	}
	
	.o-list-inline__item:not(:last-child) {
		margin-right: 16px;
	}

	
	/* Spacing modifiers
	   =========================================== */
	.o-list-inline--narrow > .o-list-inline__item {
		margin-right: calc(16px * 0.5);
	}
	
	.o-list-inline--wide > .o-list-inline__item {
		margin-right: calc(16px * 2);
	}

/* ==========================================================================
   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(16px * 0.5);
	}

	.o-table--wide th,
	.o-table--wide td {
	  padding: calc(16px * 2);
	}





	/* 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 {
	width: 100%;
	max-width: 100rem;
	margin-right: auto;
	margin-left: auto;
}





.o-wrapper {
	width: 100%;
	max-width: 90rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}

	.o-wrapper--full {
		max-width: 100vw;
	}
	
	.o-wrapper--flush {
		padding-right: 0;
		padding-left: 0;
	}

/* ==========================================================================
   COMPONENTS / BUTTONS
   ========================================================================== */

/**
 * 1.  Allows styling of box model properties.
 * 2.  Reset browser styles.
 * 3.  Subtract border-width from the padding so buttons don't grow if the
 *     border-width is modified.
 * 4.  Tidy alignment for when the button size needs to be modified.
 * 5.  Make buttons inherit font styles (necessary when styling `input`s as
 *     buttons).
 * 6.  Set default button font-size.
 * 7.  Set default button font-weight.
 * 8.  Set default button text-alignment.
 * 9.  Remove anchor text-decoration (necessary when styling `a`s as buttons).
 * 10. Base transparent border for modifiers to alter.
 * 11. Set default button border-radius.
 * 12. Set default button transition (color, background-color, border-color and box-shadow)
 * 13. Force all button-styled elements to appear click-able.
 * 14. Remove browser outline styles.
 */
.c-button {
	display: inline-block; /* [1] */
	margin: 0; /* [2] */
	padding: calc(0.5em - 1px) calc(1em - 1px); /* [3] */
	position: relative;
	vertical-align: middle; /* [4] */
	font-family: inherit; /* [5] */
	font-size: 1em; /* [6] */
	font-weight: 400; /* [7] */
	line-height: normal;
	text-align: center; /* [8] */
	text-decoration: none; /* [9] */
	background-color: #c0c0c0;
	border: 1px solid rgba(0, 0, 0, 0); /* [10] */
	border-radius: 0.125em; /* [11] */
	color: #fff;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer; /* [13] */
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; /* [12] */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.c-button:hover,
	.c-button:active,
	.c-button:focus {
		text-decoration: none; /* [9] */
		outline: none; /* [1] */
	}

	.c-button:not([class*="u-bg-"]):not([class*="c-button--primary"]):hover{
		background-color: #9a9a9a;
	}

	
/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.c-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* Button aesthetic modifiers
   =========================================== */
/**
* For buttons that identify as the primary action.
*/
.c-button--primary {
	background-color: #3d70b2;
	border-color: #3d70b2;
	color: #fff;
	
}

	.c-button--primary:hover,
	.c-button--primary:active {
		background-color: #4888c8;
		border-color: #4888c8;
	}


/**
* For outlined or hollow buttons.
*/
.c-button--hollow {
	background-color: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: #3d70b2;
	
}
.c-button--hollow:not([class*="u-bg-"]):hover{
	background-color: #eaeaea;
}


/**
* For buttons you want to look like normal links.
*/
.c-button--clear {
	background-color: rgba(0, 0, 0, 0);
	
}

	.c-button--clear:hover,
	.c-button--clear:active {
		border-bottom: 1px solid currentColor;
	}
	
	.c-button--clear:not([class*="u-bg-"]):hover{
		background-color: rgba(0, 0, 0, 0);
	}


/* Button state modifiers
   =========================================== */

/**
 * For buttons whose state is toggled.
 */
.c-button:disabled,
.c-button.is-disabled,
.c-button.is-disabled:hover,
.c-button.is-disabled:active,
.c-button.is-disabled:focus {
	color: #fff;
	background-color: #c0c0c0;
	border-color: #c0c0c0;
	cursor: not-allowed;
}

  
/**
* For buttons whose state is toggled when a related form or field contains
* an error or multiple errors.
*/
.c-button.is-error,
.c-button.is-error:hover,
.c-button.is-error:active,
.c-button.is-error:focus,
.is-error .c-button,
.is-error .c-button:hover,
.is-error .c-button:active,
.is-error .c-button:focus {
	background-color: #c8102e;
	border-color: #c8102e;
	color: #fff;
	cursor: not-allowed;
}





/* Button sizing modifiers
   =========================================== */
.c-button--tiny {
	padding: calc(0.5em / 2 - 1px) calc(1em / 2 - 1px); /* [3] */
	font-size: 0.625em;
}

.c-button--small {
	padding: calc(0.5em / 1.5 - 1px) calc(1em / 1.5 - 1px); /* [3] */
	font-size: 0.75em;
}

.c-button--large {
	padding: calc(0.5em * 2 - 1px) calc(1em * 2 - 1px); /* [3] */
}

.c-button--huge {
	padding: calc(0.5em * 3 - 1px) calc(1em * 3 - 1px); /* [3] */
}

.c-button--flush {
	padding-right: 0;
	padding-left: 0;
}


/**
* For buttons that need to display full-width on small devices only.
*/
.c-button--full-small {
	display: block;
	width: 100%;
}

/**
* For buttons that need to display full-width.
*/
.c-button--full {
	display: block;
	width: 100%;
}





/* Button glossy modifiers
   =========================================== */
.c-button--glossy {
	box-shadow: 0 1px 4px -2px #707070;
	text-shadow: 0 -1px #707070;
}

	.c-button--glossy::after {
		width: 100%;
		height: 50%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
		border-radius: inherit;
		content: '';
	}

/* ==========================================================================
   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 {
	display: flex;
}

	.c-control-group .c-control-group__label {
		height: calc(2.5em - (1px * 2));
		margin-bottom: 0;
		padding-right: calc(16px / 2);
		line-height: calc(2.5em - (1px * 2));
	}

	.c-control-group .c-control-group__button,
	.c-control-group .c-control-group__field {
		border-radius: 0;
	}

	.c-control-group .c-control-group__field {
		min-width: 0;
		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-top-left-radius: 0.125em;
		border-bottom-left-radius: 0.125em;
	}
	
	.c-control-group .c-control-group__button:last-child,
	.c-control-group .c-control-group__field:last-child {
		border-top-right-radius: 0.125em;
		border-bottom-right-radius: 0.125em;
	}


	/**
	 * Adding the `.c-control-group--rounded` modifier will make the first and
	 * last related elements rounded.
	 */
	.c-control-group--rounded .c-control-group__button:first-child,
	.c-control-group--rounded .c-control-group__field:first-child {
		border-top-left-radius: 10em;
		border-bottom-left-radius: 10em;
	}

	.c-control-group--rounded .c-control-group__field:first-child {
		padding-left: 16px;
	}

	.c-control-group--rounded .c-control-group__button:last-child,
	.c-control-group--rounded .c-control-group__field:last-child {
		border-top-right-radius: 10em;
		border-bottom-right-radius: 10em;
	}
	
	/**
	 * Adding the `.c-control-group--rounded-right` modifier will make the last
	 * related element rounded.
	 */
	.c-control-group--rounded-right .c-control-group__button:last-child,
	.c-control-group--rounded-right .c-control-group__field:last-child {
		border-top-right-radius: 10em;
		border-bottom-right-radius: 10em;
	}
	
	/**
	 * Adding the `.c-control-group--rounded-left` modifier will make the first
	 * related element rounded.
	 */
	.c-control-group--rounded-left .c-control-group__button:first-child,
	.c-control-group--rounded-left .c-control-group__field:first-child {
		border-top-left-radius: 10em;
		border-bottom-left-radius: 10em;
	}

	
	/**
	 * Adding the `.c-control-group--stacked` modifier will turn the related
	 * elements into a vertical element.
	 */
	.c-control-group--stacked {
		flex-wrap: wrap;
	}
	
	.c-control-group--stacked .c-control-group__button:not(:first-child):not(:first-of-type),
	.c-control-group--stacked .c-control-group__field:not(:first-child):not(:first-of-type) {
		border-left-width: 1px;
	}
	
	.c-control-group--stacked .c-control-group__button,
	.c-control-group--stacked .c-control-group__field {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}
	
	.c-control-group--stacked .c-control-group__button:not(:first-child):not(:first-of-type),
	.c-control-group--stacked .c-control-group__field:not(:first-child):not(:first-of-type) {
		border-top: 0;
	}
	
	.c-control-group--stacked .c-control-group__button:not(:first-child):not(:last-child):not(:first-of-type):not(:last-of-type),
	.c-control-group--stacked .c-control-group__field:not(:first-child):not(:last-child):not(:first-of-type):not(:last-of-type) {
		border-radius: 0;
	}
	
	.c-control-group--stacked .c-control-group__button:first-child,
	.c-control-group--stacked .c-control-group__field:first-child {
		border-radius: 0.125em 0.125em 0 0;
	}
	
	.c-control-group--stacked .c-control-group__button:last-child,
	.c-control-group--stacked .c-control-group__field:last-child {
		border-radius: 0 0 0.125em 0.125em;
	}

/* ==========================================================================
   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 {
	position: relative;
	margin-bottom: calc(16px - 1px); /* 2 */
	border: solid transparent;
	border-width: 0 0 1px; /* 1 */
}

	.c-divider::before,
	.c-divider::after {
		display: block;
		position: absolute;
		width: 100%;
		content: "";
	}
	
	/**
	 * Divider gradient border.
	 */
	.c-divider::before {
		bottom: 0;
		height: 1px;
		background: linear-gradient(to right, rgba(191, 191, 191, 0), rgb(192, 192, 192), rgba(191, 191, 191, 0));
	}
	
	/**
	 * Divider shadow.
	 */
	.c-divider::after {
		top: 100%;
		height: calc(16px / 2);
		background: radial-gradient(at 50% 0, rgba(74, 74, 74, .15), transparent 40%);
	}

/**
 * Top divider
 */

.c-divider--top {
	border-width: 1px 0 0;
}

.c-divider--top::before {
	bottom: 100%;
	background: linear-gradient(to right, rgba(191, 191, 191, 0), rgb(192, 192, 192), rgba(191, 191, 191, 0));
}

.c-divider--top::after {
	top: calc(0px - calc(16px / 2) - 1px);
	background: radial-gradient(at 50% 100%, rgba(74, 74, 74, .15), transparent 40%);
}

/* ==========================================================================
   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) {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.c-form-list__item {
		display: block;
		margin-bottom: calc(1em / 2);
		width: 100%;
	}
	
	@media (min-width: 48em) {
		.c-form-list__item {
			max-width: 20em;
		}
		
			/* For any inputs that need to be displayed full-width */
			.c-form-list__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-block;
	margin-bottom: calc(1em / 4);
}


/* Form text inputs
  =========================================== */

/**
 * All text-like form inputs require a class of `.c-form-input`: we do not use
 * selectors like `input[type="text"] {}`.
 *
 * 1. Fix for IE 10/11 removing vertical padding from inputs which was being
 *	  ignored.
 * 2. Padding added via line-height/height to re-center text for all browsers
 * 	  (38px to account for border).
 */
.c-form-input {
	display: inline-block;
	margin-bottom: calc(1em / 4);
	padding: 0 calc(1em / 2); /* [1] */
	width: 100%;
	height: calc(2.5em - (1px * 2)); /* [2] */
	line-height: calc(2.5em - (1px * 2)); /* [2] */
	background-color: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 0.125em;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	outline: 0;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
	-moz-appearance: none;
	-webkit-appearance: none;
}

	.c-form-input:focus {
		border-color: #fff;
		box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
		outline: none;
	}

	/**
	 * For use on large text inputs such as textareas
	 */
	.c-form-input--long {
		height: 6em;
		resize: vertical;
	}
	
	.c-form-input--file {
		padding: 0;
		line-height: calc(2em - (1px * 2));
	}

	

/* Form select inputs
  =========================================== */
.c-form-select {
	display: inline-block;
	position: relative;
	margin-bottom: calc(1em / 4);
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
	cursor: pointer;
}

	/**
	* Gradient to hide the overflow of long labels
	*
	* 1. Stretch to full height on the right (taking into account border width)
	*/
	.c-form-select::before {
		position: absolute;
		top: 1px; /* [1] */
		right: 1px; /* [1] */
		bottom: 1px; /* [1] */
		width: calc(1em * 2);
		background: #fff;
		background: -ms-linear-gradient(right, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0));
		background: linear-gradient(to left, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0));
		border-radius: 0 0.125em 0.125em 0;
		content: "";
		pointer-events: none;
	}
	
	/**
	* Custom drop-down indicator icon
	*/
	.c-form-select::after {
		position: absolute;
		top: 50%;
		right: calc(1em / 2);
		margin-bottom: calc(1em / 4);
		width: calc(1em / 2);
		height: calc(1em / 2);
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAkCAYAAAA5DDySAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPVJREFUeNrk2s0NgzAMhmFno47EKGzQETpSR2CEjkCjyEg0aiAhP7Y/IuUSuLyPhDg4RLycc5PfH78fBLy48/3TyYcrb1iEv53RISxCqpM4dkVGSMSHTakHKAhH8RvAExXhLD58AvziCw0hJz7+E8AgFMcjIVyOR0CojreM0CzeIkLzeEsI3eItIHSP14wwLF4jwvB4TQhi8RoQxOMlEdTESyCoix+JoDZ+BIL6+J4IZuJ7IJiLb4lgNr4Fgvn4GgSY+CsIcPGFCDP0bCIDAXowU4OANZ8sRMCcUGciYN9ROEGAv6BxhHCP+B3CvLubsEjFfwUYAKjtGJxFvDJsAAAAAElFTkSuQmCC") no-repeat center center;
		background-size: contain;
		content: "";
		pointer-events: none;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.c-form-select__dropdown {
		width: 100%;
		height: calc(2.5em - (1px * 2));
		padding: calc(1em / 2) calc(1em / 2);
		font-size: inherit;
		background-color: #fff;
		border: 1px solid #c0c0c0;
		border-radius: 0.125em;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
		cursor: pointer;
		outline: 0;
		transition: box-shadow 0.25s ease, border-color 0.25s ease;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	
		.c-form-select__dropdown::-ms-expand {
			display: none;
		}
		
		.c-form-select__dropdown:focus {
			/*border-color: #fff;
			box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.2);*/
		}


/* Form checkbox inputs
  =========================================== */
.c-form-checkbox {
	display: inline-block;
	margin-bottom: calc(1em / 4);
	width: 100%;
	cursor: pointer;
	font-size: 1em;
}
	
	/**
	 * For cases where checkboxes or radio buttons need to display inline.
	 */
	.c-form-checkbox--inline {
		width: auto;
		margin-right: calc(1em * 2);
	}
	
	/**
	 * Hide the default input visually to utilise keyboard functionality and allow
	 * for custom input styles.
	 */
	.c-form-checkbox__input {
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		position: absolute;
		overflow: hidden;
		border: 0;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}
	
	.c-form-checkbox__caption {
		display: flex;
		align-items: center;
		position: relative;
		margin-left: calc(1em + 1em);
		user-select: none;
	}
	
	.c-form-checkbox__caption::before {
		display: inline-block;
		position: relative;
		width: 1em;
		height: 1em;
		margin-right: 1em;
		margin-left: calc(0px - (1em + 1em));
		background-color: #fff;
		border: 1px solid #c0c0c0;
		content: "";
		transition: border-color 0.25s ease;
	}
	
	.c-form-checkbox--radio .c-form-checkbox__caption::before {
		border-radius: 100%;
	}
	
	.c-form-checkbox__input:focus + .c-form-checkbox__caption::before {
		outline: none;
	}
	
	.c-form-checkbox__input:checked + .c-form-checkbox__caption::before {
		box-shadow: inset 0 0 0.5em 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 {
		position: absolute;
		left: calc(0px - (1em + 1em));
		width: calc(1em + 1px);
		height: calc(1em + 1px);
		background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xMTYuMTU4LDI5LjMzNmwtNC45NzUtNC45NzVjLTMuNDY5LTMuNDY5LTkuMDg4LTMuNDc4LTEyLjU0OS0wLjAxOUw0OC4xMDMsNzQuODc1TDI5LjM2NCw1Ni4xMzYgIGMtMy40NTktMy40Ni05LjA3OC0zLjQ1LTEyLjU0OSwwLjAyMWwtNC45NzQsNC45NzRjLTMuNDcsMy40Ny0zLjQ4LDkuMDg5LTAuMDIsMTIuNTQ5TDQxLjgsMTAzLjY1NyAgYzEuNzQxLDEuNzQxLDQuMDI2LDIuNjAyLDYuMzEsMi41ODhjMi4yNzksMC4wMTEsNC41NTktMC44NTIsNi4yOTctMi41OWw2MS43NzEtNjEuNzcxICBDMTE5LjYzNywzOC40MjQsMTE5LjYzMSwzMi44MDcsMTE2LjE1OCwyOS4zMzZ6IiBmaWxsPSIjMjMyMzIzIi8+PC9zdmc+") no-repeat center center;
		background-size: contain;
		content: "";
	}
	
	.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-radius: 100%;
	}
	
	.c-form-checkbox__input:disabled + .c-form-checkbox__caption {
		opacity: 0.5;
		cursor: not-allowed;
	}
	.c-form-checkbox__input:disabled + .c-form-checkbox__caption::before {
		background-color: #c0c0c0;
		border-color: #c0c0c0;
	}

  
/* Form modifiers
  =========================================== */
/**
 * Since the majority of form field in an ecommerce site are required, all LABEL
 * elements without the `is-required` class will automatically italicized.
 */
.c-form-label:not(.is-required):not(.u-text-normal) {
	/*font-style: italic;*/
}


/* Disabled Form Elements
   =========================================== */
.c-form-input[disabled],
.c-form-select__dropdown[disabled],
.c-form-checkbox__input[disabled] {
	background-color: #c0c0c0;
}


/* 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: #c8102e;
}
	
	/**
	 * Change form field styles
	 */
	.has-error .c-form-input,
	.invalid .c-form-input,
	.c-form-input.has-error,
	/*.c-form-input:not(:focus):invalid,*/
	.has-error .c-form-select__dropdown,
	.invalid .c-form-select__dropdown,
	.c-form-select__dropdown.has-error/*,
	.c-form-select__dropdown:not(:focus):invalid*/ {
		border-color: #c8102e;
	}
	
		.has-error .c-form-input:focus,
		.invalid .c-form-input:focus,
		.c-form-input.has-error:focus,
		/*.c-form-input:invalid:focus,*/
		.has-error .c-form-select__dropdown:focus,
		.invalid .c-form-select__dropdown:focus,
		.c-form-select__dropdown.has-error:focus/*,
		.c-form-select__dropdown:invalid:focus*/ {
			border-color: #fff;
			box-shadow: inset 0 0 0.5em 0 rgba(200, 16, 46, 0.75);
		}
	
	
	/**
	 * Change checkbox/radio indicator border color
	 */
	.has-error .c-form-checkbox__caption::before,
	.invalid .c-form-checkbox__caption::before,
	.c-form-checkbox__caption.has-error::before,
	.c-form-checkbox__caption:invalid::before {
		border-color: #c8102e;
	}





/* Input sizing modifiers
   =========================================== */
.c-form-input--large {
	height: calc(3.5em - (1px * 2)); /* [2] */
	line-height: calc(3.5em - (1px * 2)); /* [2] */
}

.c-form-input--huge {
	height: calc(4.5em - (1px * 2)); /* [2] */
	line-height: calc(4.5em - (1px * 2)); /* [2] */
}
	
	.c-form-input--large.c-form-select__dropdown,
	.c-form-input--huge.c-form-select__dropdown {
		line-height: inherit;
	}

/* ==========================================================================
   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 {
	margin-bottom: calc(16px - 1px); /* [1] */
	border: none;
	border-bottom: 1px solid #c0c0c0;
}


/**
 * Heavier keylines.
 */
.c-keyline--thick {
	margin-bottom: calc(16px - calc(1px * 2)); /* [1] */
	border-bottom-width: calc(1px * 2);
}


/**
 * Smaller gaps underneath keylines.
 */
.c-keyline--small {
	margin-bottom: calc((16px / 2) - 1px); /* [1] */
}

	/**
	 * Adjust smaller gaps underneath thicker keylines.
	 */
	.c-keyline--small.c-keyline--thick {
		margin-bottom: calc((16px / 2) - calc(1px * 2)); /* [1] */
	}

/* ==========================================================================
   COMPONENTS / MENU
   ========================================================================== */

.c-menu {}

	.c-menu__title {
		font-weight: 700;
	}

	.c-menu__list {
		margin-left: 0;
		line-height: 2;
		list-style: none;
	}

		.c-menu__row {}

			.c-menu__link {
				display: block;
				color: currentColor;
			}

			@media (min-width: 48em) {
				.c-menu__link {
					display: inline-block;
				}
			}

.c-collapsible-menu__trigger {
	display: none;
}

@media (max-width: 47.9em) {
	.c-collapsible-menu {
	}

	.c-collapsible-menu__label {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-weight: 700;
	}

	.c-collapsible-menu__label::after {
		display: inline-block;
		font-size: 1rem;
		line-height: 1;
		content: '+';
	}

	.c-collapsible-menu .c-menu__title {
		display: none;
	}

	.c-collapsible-menu .c-menu__list {
		display: block;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		transition-delay: 0.15s, 0s, 0s;
	}

	.c-collapsible-menu__trigger:checked ~ .c-collapsible-menu__label::after {
		content: '-';
	}

	.c-collapsible-menu__trigger:checked ~ .c-menu__list {
		display: block;
		max-height: 25em;
		margin-top: 1em;
		opacity: 1;
		overflow: visible;
		transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
		transition-delay: 0s;
		visibility: visible;
	}
}

@media (min-width: 48em) {
	.c-collapsible-menu__label {
		display: none;
	}
}
/* ==========================================================================
   COMPONENTS / MINI-MODAL
   ========================================================================== */

.has-active-mini-modal {
	overflow: hidden;
}

.c-mini-modal {
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all ease 300ms;
	z-index: 500;
}

	.c-mini-modal--active {
		opacity: 1;
	}

	.c-mini-modal__overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.9);
	}

	.c-mini-modal__viewport {
		height: 100%;
		position: relative;
		pointer-events: none;
	}

	.c-mini-modal__item {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all ease 300ms;
	}

		.c-mini-modal__item--added,
		.c-mini-modal__item--removed {
			opacity: 0;
		}

		.c-mini-modal__item--added--previous,
		.c-mini-modal__item--removed--next {
			transform: translateX(-100%);
		}

		.c-mini-modal__item--added--next,
		.c-mini-modal__item--removed--previous {
			transform: translateX(100%);
		}

	.c-mini-modal__status {
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		color: #fff;
		opacity: 0;
		transition: all ease 300ms;
		transform: translate(-50%, -50%);
	}

		.c-mini-modal__item--loading .c-mini-modal__status {
			opacity: 1;
		}

	.c-mini-modal__content {
		height: 100%;
		opacity: 0;
		transition: all ease 300ms;
		transform: scale(0.5);
	}

		.c-mini-modal__item--loaded .c-mini-modal__content {
			transform: none;
			opacity: 1;
		}

		.c-mini-modal__item--removed--previous .c-mini-modal__content,
		.c-mini-modal__item--removed--next .c-mini-modal__content {
			transform: scale(0.5);
		}

	.c-mini-modal__element {
		display: block;
		max-width: 85vw;
		max-height: 75vh;
		margin: auto;
		position: relative;
		top: 50%;
		overflow: auto;
		transform: translateY(-50%);
		pointer-events: auto;
		-webkit-overflow-scrolling: touch;
	}

		.c-mini-modal__element--iframe,
		.c-mini-modal__element--map {
			background-color: #fff;
		}

		.c-mini-modal__element--iframe,
		.c-mini-modal__iframe {
			width: 100%;
			height: 100%;
		}

		.c-mini-modal__element--video {
			max-width: calc(100vh * (16 / 9));
		}

		.c-mini-modal__element--video::before {
			display: block;
			padding-bottom: 56.25%;
			background-color: #000;
			content: '';
		}

			.c-mini-modal__element-subject {
				margin: auto;
				padding: 2rem 2rem 1rem;
				overflow: hidden;
			}

	.c-mini-modal__video {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.c-mini-modal__caption {
		padding: 1em;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		color: #fff;
		pointer-events: auto;
	}

	.c-mini-modal__close,
	.c-mini-modal__nav {
		display: inline-block;
		width: 1em;
		height: 1em;
		margin: 0;
		padding: 0;
		position: absolute;
		font-family: monospace;
		font-size: 3rem;
		font-weight: 400;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		border: 0 none;
		-webkit-appearance: none;
		appearance: none;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.c-mini-modal__close:hover,
	.c-mini-modal__close:active,
	.c-mini-modal__close:focus,
	.c-mini-modal__nav:hover,
	.c-mini-modal__nav:active,
	.c-mini-modal__nav:focus {
		text-decoration: none;
		outline: none;
	}

	.c-mini-modal__close {
		top: 0.5rem;
		right: 0.5rem;
		background-color: rgba(0, 0, 0, 0);
		color: #fff;
	}

	.c-mini-modal__nav {
		top: 50%;
		transform: translateY(-50%);
		background-color: #fff;
		border-radius: 50%;
	}

		.c-mini-modal__nav--previous {
			left: 0.5rem;
		}

		.c-mini-modal__nav--next {
			right: 0.5rem;
		}

/* ==========================================================================
   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 {
		display: block;
		min-height: 2em;
		margin: 0;
		padding: 1em;
		position: relative;
		font-style: normal;
		background-color: #9f9f9f;
		color: #fff;
	}
	
	.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: "\2212";
		opacity: 0;
		transform: scale(0);
	}
	
	.c-navigation__label::before {
		content: "\2261";
		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;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.c-navigation__link {
			display: block;
			padding: 0.5em 1em;
			background-color: #fff;
			color: #0f0f0f;
		}

		.c-navigation__link:hover {
			text-decoration: none;
			box-shadow: 0 2px 0 -1px #0f0f0f;
			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 {
				position: relative;
				flex: 1 1 auto;
				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 {
				top: 0;
				left: 100%;
				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;
			}

				.c-navigation__row:nth-child(2) .c-navigation__link:hover {
					background-color: #eaeaea;
					box-shadow: none;
					transition: background-color ease-in 0.2s;
				}

				.c-navigation__list:hover > .c-navigation__row {
					display: table;
					box-shadow: 1px 1px 0.25em 0 #0f0f0f;
				}
	
				.c-navigation__link {
					border-right: 0 solid #0f0f0f; /* 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: 1px solid #c0c0c0;
	}
	
		.c-table-simple__cell {
			padding: calc(1em / 2);
			text-align: left;
			vertical-align: top;
		}
		
			.c-table-simple__cell--standard {
			  padding: 1em;
			}
			
			.c-table-simple__cell--wide {
			  padding: calc(1em * 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: #eaeaea;
	}


/**
 * 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 {
	width: 100%;
	border-collapse: collapse;
}

	.c-table-responsive_thead {
		display: none;
	}

	.c-table-responsive__row {
		display: block;
		margin-bottom: calc(1em / 2);
		border-bottom: 1px solid #c0c0c0;
	}
	
		.c-table-responsive__cell {
			display: block;
			padding-bottom: calc(1em / 2);
		}
		
		.c-table-responsive__cell::before {
			display: block;
			font-weight: 700;
			text-align: left;
			content: attr(data-label);
		}

			.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(1em / 2);
			text-align: left;
			vertical-align: top;
		}
			
			.c-table-responsive__cell--flush {
			  padding: 0;
			}
			
			.c-table-responsive__cell--narrow {
				padding: calc(1em / 4);
			}
		
			.c-table-responsive__cell--standard {
			  padding: 1em;
			}
			
			.c-table-responsive__cell--wide {
			  padding: calc(1em * 2);
			}
		
		.c-table-responsive__cell::before {
			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: calc((((16px * 1.2) * 1.2) * 1.2) * 1.2);
	line-height: 1.25;
}

.c-heading-bravo {
	font-size: calc(((16px * 1.2) * 1.2) * 1.2);
	line-height: 1.154;
}

.c-heading-charlie {
	font-size: calc((16px * 1.2) * 1.2);
	line-height: 1.136;
}

.c-heading-delta {
	font-size: calc(16px * 1.2);
	line-height: 1.125;
}

.c-heading-echo {
	font-size: 16px;
	line-height: 1.125;
}

.c-heading-foxtrot {
	font-size: calc(16px / 1.2);
	line-height: 1.125;
}


	@media (min-width: 40em) {
		/**
		 * Small Breakpoint [40em = 640px]
		 * When in the small breakpoint, 'font-size' and 'line-height' are
		 * dynamically adjusted.
		 */
		.c-heading-alpha {
			font-size: calc(((((16px * 1.2) * 1.2) * 1.2) * 1.2) + (((((16 * 1.333) * 1.333) * 1.333) * 1.333) - ((((16 * 1.2) * 1.2) * 1.2) * 1.2)) * ((100vw - (640 * 1px) ) / (960 - 640)));
			line-height: calc(1.25em + 0.2 * ((100% - (640 * 1px)) / 640));
		}

		.c-heading-bravo {
			font-size: calc((((16px * 1.2) * 1.2) * 1.2) + ((((16 * 1.333) * 1.333) * 1.333) - (((16 * 1.2) * 1.2) * 1.2)) * ((100vw - (640 * 1px) ) / (960 - 640)));
			line-height: calc(1.154em + 0.096 * ((100% - (640 * 1px)) / 640));
		}

		.c-heading-charlie {
			font-size: calc(((16px * 1.2) * 1.2) + (((16 * 1.333) * 1.333) - ((16 * 1.2) * 1.2)) * ((100vw - (640 * 1px) ) / (960 - 640)));
			line-height: calc(1.136em + 0.114 * ((100% - (640 * 1px)) / 640));
		}

		.c-heading-delta {
			font-size: calc((16px * 1.2) + ((16 * 1.333) - (16 * 1.2)) * ((100vw - (640 * 1px) ) / (960 - 640)));
			line-height: calc(1.125em + 0.95 * ((100% - (640 * 1px)) / 640));
		}

		.c-heading-echo {
			font-size: calc(16px * ((100vw - (640 * 1px) ) / (960 - 640)));
			line-height: calc(1.125em + 0.25 * ((100% - (640 * 1px)) / 640));
		}

		.c-heading-foxtrot {
			font-size: calc((16px / 1.2) + ((16 / 1.333) - (16 / 1.2)) * ((100vw - (640 * 1px) ) / (960 - 640)));
			line-height: calc(1.125em + 0.25 * ((100% - (640 * 1px)) / 640));
		}
	}
	
	@media (min-width: 60em) {
		/**
		 * Large Breakpoint [60em = 960px] and Greater
		 */
		.c-heading-alpha {
			font-size: calc((((16px * 1.333) * 1.333) * 1.333) * 1.333);
			line-height: 1.05;
		}
		
		.c-heading-bravo {
			font-size: calc(((16px * 1.333) * 1.333) * 1.333);
			line-height: 1.25;
		}
		
		.c-heading-charlie {
			font-size: calc((16px * 1.333) * 1.333);
			line-height: 1.25;
		}
		
		.c-heading-delta {
			font-size: calc(16px * 1.333);
			line-height: 1.22;
		}
		
		.c-heading-echo {
			font-size: 16px;
			line-height: 1.5;
		}
		
		.c-heading-foxtrot {
			font-size: calc(16px / 1.333);
			line-height: 1.5;
		}
	}


.c-heading--subheading {
	font-size: 0.6em;
	font-weight: 400;
}


.c-heading--keyline {
	display: inline-block;
	margin-bottom: 1em;
	position: relative;
}

	.c-heading--keyline::after {
		display: block;
		width: 25%;
		height: calc(16px / 8);
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 0.5em);
		-ms-transform: translate(-50%, 0.5em);
		transform: translate(-50%, 0.5em);
		background-color: #c0c0c0;
		content: "";
	}





/* Text-level typography
  =========================================== */
.c-text-body {
	font-size: 16px;
}

/* ==========================================================================
   UTILITIES / BORDERS
   ========================================================================== */

/**
 * Utility classes to adjust element borders.
 */

.u-border-none {
	border-width: 0;
}

.u-border-thick {
	border-width: calc(1px * 2);
}

.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 {
	display: table;
	clear: both;
	content: "";
}
/* ==========================================================================
   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: #c8102e;
}

.u-bg-yellow::before,
.u-bg-yellow {
	background-color: #ad1f2c;
}

.u-bg-blue::before,
.u-bg-blue {
	background-color: #003b6f;
}

.u-bg-green::before,
.u-bg-green {
	background-color: #009a44;
}

.u-bg-black::before,
.u-bg-black {
	background-color: #0f0f0f;
}

.u-bg-gray-50::before,
.u-bg-gray-50 {
	background-color: #222;
}

.u-bg-gray-40::before,
.u-bg-gray-40 {
	background-color: #707070;
}

.u-bg-gray-30::before,
.u-bg-gray-30 {
	background-color: #9f9f9f;
}

.u-bg-gray-20::before,
.u-bg-gray-20 {
	background-color: #c0c0c0;
}

.u-bg-gray-10::before,
.u-bg-gray-10 {
	background-color: #eaeaea;
}

.u-bg-white::before,
.u-bg-white {
	background-color: #fff;
}

.u-bg-transparent {
	background-color: rgba(0, 0, 0, 0);
}

.u-bg-primary::before,
.u-bg-primary {
	background-color: #ad1f2c!important;
}

.u-bg-secondary::before,
.u-bg-secondary {
	background-color: #5aaafa;
}

.u-bg-tertiary::before,
.u-bg-tertiary {
	background-color: #008571;
}

.u-bg-highlight::before,
.u-bg-highlight {
	background-color: #f9ed1f;
}

.u-bg-accent::before,
.u-bg-accent {
	background-color: #3cc;
}





.c-button:hover.u-bg-red {
	background-color: #a00c24;
}

.c-button:hover.u-bg-yellow {
	background-color: #c7bd19;
}

.c-button:hover.u-bg-blue {
	background-color: #34638b;
}

.c-button:hover.u-bg-green {
	background-color: #007c36;
}

.c-button:hover.u-bg-black {
	background-color: #3f3f3f;
}

.c-button:hover.u-bg-gray-50 {
	background-color: #4e4e4e;
}

.c-button:hover.u-bg-gray-40 {
	background-color: #5a5a5a;
}

.c-button:hover.u-bg-gray-30 {
	background-color: #7f7f7f;
}

.c-button:hover.u-bg-gray-20 {
	background-color: #9a9a9a;
}

.c-button:hover.u-bg-gray-10 {
	background-color: #bcbcbc;
}

.c-button:hover.u-bg-white {
	background-color: #cbcbcb;
}

.c-button:hover.u-bg-primary {
	background-color: #315a8e;
}

.c-button:hover.u-bg-secondary {
	background-color: #4888c8;
}

.c-button:hover.u-bg-tertiary {
	background-color: #006b5b;
}

.c-button:hover.u-bg-highlight {
	background-color: #c7bd19;
}

.c-button:hover.u-bg-accent {
	background-color: #29a4a4;
}





.u-border-red {
	border-color: #c8102e;
}

.u-border-yellow {
	border-color: #f9ed1f;
}

.u-border-blue {
	border-color: #003b6f;
}

.u-border-green {
	border-color: #009a44;
}

.u-border-black {
	border-color: #0f0f0f;
}

.u-border-gray-50 {
	border-color: #222;
}

.u-border-gray-40 {
	border-color: #707070;
}

.u-border-gray-30 {
	border-color: #9f9f9f;
}

.u-border-gray-20 {
	border-color: #c0c0c0;
}

.u-border-gray-10 {
	border-color: #eaeaea;
}

.u-border-white {
	border-color: #fff;
}

.u-border-transparent {
	border-color: rgba(0, 0, 0, 0);
}

.u-border-primary {
	border-color: #3d70b2;
}

.u-border-secondary {
	border-color: #5aaafa;
}

.u-border-tertiary {
	border-color: #008571;
}

.u-border-highlight {
	border-color: #f9ed1f;
}

.u-border-accent {
	border-color: #3cc;
}





.u-color-red {
	color: #c8102e;
}

.u-color-yellow {
	color: #f9ed1f;
}

.u-color-blue {
	color: #003b6f;
}

.u-color-green {
	color: #009a44;
}

.u-color-black {
	color: #0f0f0f;
}

.u-color-gray-50 {
	color: #222;
}

.u-color-gray-40 {
	color: #707070;
}

.u-color-gray-30 {
	color: #9f9f9f;
}

.u-color-gray-20 {
	color: #c0c0c0;
}

.u-color-gray-10 {
	color: #eaeaea;
}

.u-color-white {
	color: #fff;
}

.u-color-transparent {
	color: rgba(0, 0, 0, 0);
}

.u-color-primary {
	color: #3d70b2;
}

.u-color-secondary {
	color: #5aaafa;
}

.u-color-tertiary {
	color: #008571;
}

.u-color-highlight {
	color: #f9ed1f;
}

.u-color-accent {
	color: #3cc;
}






/**
 * This will make sure the full background of a layout object is filled.
 */
.o-layout[class*="u-bg-"] {
	position: relative;
	background-color: rgba(0, 0, 0, 0);
}

	.o-layout[class*="u-bg-"]::before {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 16px;
		content: '';
	}

		.o-layout--narrow[class*="u-bg-"]::before {
			left: calc(16px * 0.5);
		}
		
		.o-layout--wide[class*="u-bg-"]::before {
			left: calc(16px * 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:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hide-visually {
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

	.u-hide-visually.focusable:active,
	.u-hide-visually.focusable:focus {
		width: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		clip: auto;
		white-space: inherit;
	}


/**
 * Hide visually and from screen readers.
 */
[aria-hidden='true'],
.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-block,
.u-shown {
	display: block;
}

.u-inline {
	display: inline;
}

.u-inline-block {
	display: inline-block;
}

.u-visible {
	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-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-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-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-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-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: calc(100% / 2);
	max-width: calc(100% / 2);
}

.u-grids-3 > .o-layout__item {
	flex-basis: calc(100% / 3);
	max-width: calc(100% / 3);
}

.u-grids-4 > .o-layout__item {
	flex-basis: calc(100% / 4);
	max-width: calc(100% / 4);
}

.u-grids-5 > .o-layout__item {
	flex-basis: calc(100% / 5);
	max-width: calc(100% / 5);
}

.u-grids-6 > .o-layout__item {
	flex-basis: calc(100% / 6);
	max-width: calc(100% / 6);
}

.u-grids-7 > .o-layout__item {
	flex-basis: calc(100% / 7);
	max-width: calc(100% / 7);
}

.u-grids-8 > .o-layout__item {
	flex-basis: calc(100% / 8);
	max-width: calc(100% / 8);
}

.u-grids-9 > .o-layout__item {
	flex-basis: calc(100% / 9);
	max-width: calc(100% / 9);
}

.u-grids-10 > .o-layout__item {
	flex-basis: calc(100% / 10);
	max-width: calc(100% / 10);
}

.u-grids-11 > .o-layout__item {
	flex-basis: calc(100% / 11);
	max-width: calc(100% / 11);
}

.u-grids-12 > .o-layout__item {
	flex-basis: calc(100% / 12);
	max-width: calc(100% / 12);
}


/* 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: calc(100% / 2);
		max-width: calc(100% / 2);
	}
	
	.u-grids-3--s > .o-layout__item {
		flex-basis: calc(100% / 3);
		max-width: calc(100% / 3);
	}
	
	.u-grids-4--s > .o-layout__item {
		flex-basis: calc(100% / 4);
		max-width: calc(100% / 4);
	}
	
	.u-grids-5--s > .o-layout__item {
		flex-basis: calc(100% / 5);
		max-width: calc(100% / 5);
	}
	
	.u-grids-6--s > .o-layout__item {
		flex-basis: calc(100% / 6);
		max-width: calc(100% / 6);
	}
	
	.u-grids-7--s > .o-layout__item {
		flex-basis: calc(100% / 7);
		max-width: calc(100% / 7);
	}
	
	.u-grids-8--s > .o-layout__item {
		flex-basis: calc(100% / 8);
		max-width: calc(100% / 8);
	}
	
	.u-grids-9--s > .o-layout__item {
		flex-basis: calc(100% / 9);
		max-width: calc(100% / 9);
	}
	
	.u-grids-10--s > .o-layout__item {
		flex-basis: calc(100% / 10);
		max-width: calc(100% / 10);
	}
	
	.u-grids-11--s > .o-layout__item {
		flex-basis: calc(100% / 11);
		max-width: calc(100% / 11);
	}
	
	.u-grids-12--s > .o-layout__item {
		flex-basis: calc(100% / 12);
		max-width: calc(100% / 12);
	}
}


/* 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: calc(100% / 2);
		max-width: calc(100% / 2);
	}
	
	.u-grids-3--m > .o-layout__item {
		flex-basis: calc(100% / 3);
		max-width: calc(100% / 3);
	}
	
	.u-grids-4--m > .o-layout__item {
		flex-basis: calc(100% / 4);
		max-width: calc(100% / 4);
	}
	
	.u-grids-5--m > .o-layout__item {
		flex-basis: calc(100% / 5);
		max-width: calc(100% / 5);
	}
	
	.u-grids-6--m > .o-layout__item {
		flex-basis: calc(100% / 6);
		max-width: calc(100% / 6);
	}
	
	.u-grids-7--m > .o-layout__item {
		flex-basis: calc(100% / 7);
		max-width: calc(100% / 7);
	}
	
	.u-grids-8--m > .o-layout__item {
		flex-basis: calc(100% / 8);
		max-width: calc(100% / 8);
	}
	
	.u-grids-9--m > .o-layout__item {
		flex-basis: calc(100% / 9);
		max-width: calc(100% / 9);
	}
	
	.u-grids-10--m > .o-layout__item {
		flex-basis: calc(100% / 10);
		max-width: calc(100% / 10);
	}
	
	.u-grids-11--m > .o-layout__item {
		flex-basis: calc(100% / 11);
		max-width: calc(100% / 11);
	}
	
	.u-grids-12--m > .o-layout__item {
		flex-basis: calc(100% / 12);
		max-width: calc(100% / 12);
	}
}


/* 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: calc(100% / 2);
		max-width: calc(100% / 2);
	}
	
	.u-grids-3--l > .o-layout__item {
		flex-basis: calc(100% / 3);
		max-width: calc(100% / 3);
	}
	
	.u-grids-4--l > .o-layout__item {
		flex-basis: calc(100% / 4);
		max-width: calc(100% / 4);
	}
	
	.u-grids-5--l > .o-layout__item {
		flex-basis: calc(100% / 5);
		max-width: calc(100% / 5);
	}
	
	.u-grids-6--l > .o-layout__item {
		flex-basis: calc(100% / 6);
		max-width: calc(100% / 6);
	}
	
	.u-grids-7--l > .o-layout__item {
		flex-basis: calc(100% / 7);
		max-width: calc(100% / 7);
	}
	
	.u-grids-8--l > .o-layout__item {
		flex-basis: calc(100% / 8);
		max-width: calc(100% / 8);
	}
	
	.u-grids-9--l > .o-layout__item {
		flex-basis: calc(100% / 9);
		max-width: calc(100% / 9);
	}
	
	.u-grids-10--l > .o-layout__item {
		flex-basis: calc(100% / 10);
		max-width: calc(100% / 10);
	}
	
	.u-grids-11--l > .o-layout__item {
		flex-basis: calc(100% / 11);
		max-width: calc(100% / 11);
	}
	
	.u-grids-12--l > .o-layout__item {
		flex-basis: calc(100% / 12);
		max-width: calc(100% / 12);
	}
}


/* 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: calc(100% / 2);
		max-width: calc(100% / 2);
	}
	
	.u-grids-3--xl > .o-layout__item {
		flex-basis: calc(100% / 3);
		max-width: calc(100% / 3);
	}
	
	.u-grids-4--xl > .o-layout__item {
		flex-basis: calc(100% / 4);
		max-width: calc(100% / 4);
	}
	
	.u-grids-5--xl > .o-layout__item {
		flex-basis: calc(100% / 5);
		max-width: calc(100% / 5);
	}
	
	.u-grids-6--xl > .o-layout__item {
		flex-basis: calc(100% / 6);
		max-width: calc(100% / 6);
	}
	
	.u-grids-7--xl > .o-layout__item {
		flex-basis: calc(100% / 7);
		max-width: calc(100% / 7);
	}
	
	.u-grids-8--xl > .o-layout__item {
		flex-basis: calc(100% / 8);
		max-width: calc(100% / 8);
	}
	
	.u-grids-9--xl > .o-layout__item {
		flex-basis: calc(100% / 9);
		max-width: calc(100% / 9);
	}
	
	.u-grids-10--xl > .o-layout__item {
		flex-basis: calc(100% / 10);
		max-width: calc(100% / 10);
	}
	
	.u-grids-11--xl > .o-layout__item {
		flex-basis: calc(100% / 11);
		max-width: calc(100% / 11);
	}
	
	.u-grids-12--xl > .o-layout__item {
		flex-basis: calc(100% / 12);
		max-width: calc(100% / 12);
	}
}


/* 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: calc(100% / 2);
		max-width: calc(100% / 2);
	}
	
	.u-grids-3--w > .o-layout__item {
		flex-basis: calc(100% / 3);
		max-width: calc(100% / 3);
	}
	
	.u-grids-4--w > .o-layout__item {
		flex-basis: calc(100% / 4);
		max-width: calc(100% / 4);
	}
	
	.u-grids-5--w > .o-layout__item {
		flex-basis: calc(100% / 5);
		max-width: calc(100% / 5);
	}
	
	.u-grids-6--w > .o-layout__item {
		flex-basis: calc(100% / 6);
		max-width: calc(100% / 6);
	}
	
	.u-grids-7--w > .o-layout__item {
		flex-basis: calc(100% / 7);
		max-width: calc(100% / 7);
	}
	
	.u-grids-8--w > .o-layout__item {
		flex-basis: calc(100% / 8);
		max-width: calc(100% / 8);
	}
	
	.u-grids-9--w > .o-layout__item {
		flex-basis: calc(100% / 9);
		max-width: calc(100% / 9);
	}
	
	.u-grids-10--w > .o-layout__item {
		flex-basis: calc(100% / 10);
		max-width: calc(100% / 10);
	}
	
	.u-grids-11--w > .o-layout__item {
		flex-basis: calc(100% / 11);
		max-width: calc(100% / 11);
	}
	
	.u-grids-12--w > .o-layout__item {
		flex-basis: calc(100% / 12);
		max-width: calc(100% / 12);
	}
}

/* ==========================================================================
   UTILITIES / ICONS
   ========================================================================== */

/**
 * This contains the "@font-face" call needed to add the ReadyTheme Icons Font 
 * package to your site. These icons are available for use in addition to any 
 * theme-based icons which may be referenced in the "theme-fonts.css" file.
 */

@font-face {
	font-family: 'ReadyTheme Icons';
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
	src: url('themes/colossus/ui/css/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-error::before {
	content: "\21";
}

.u-icon-warning::before {
	content: "\22";
}

.u-icon-question::before {
	content: "\23";
}

.u-icon-info::before {
	content: "\24";
}

.u-icon-gift::before {
	content: "\25";
}

.u-icon-settings::before {
	content: "\26";
}

.u-icon-protected::before {
	content: "\27";
}

.u-icon-secure::before {
	content: "\28";
}

.u-icon-envelope::before {
	content: "\29";
}

.u-icon-truck::before {
	content: "\2a";
}

.u-icon-globe::before {
	content: "\2b";
}

.u-icon-history::before {
	content: "\2c";
}

.u-icon-balance::before {
	content: "\2d";
}

.u-icon-remove::before {
	content: "\2e";
}

.u-icon-cart-add::before {
	content: "\2f";
}

.u-icon-chevron-up::before {
	content: "\30";
}

.u-icon-chevron-down::before {
	content: "\31";
}

.u-icon-chevron-left::before {
	content: "\32";
}

.u-icon-chevron-right::before {
	content: "\33";
}

.u-icon-triangle-up::before {
	content: "\34";
}

.u-icon-triangle-down::before {
	content: "\35";
}

.u-icon-triangle-left::before {
	content: "\36";
}

.u-icon-triangle-right::before {
	content: "\37";
}

.u-icon-arrow-up::before {
	content: "\38";
}

.u-icon-arrow-down::before {
	content: "\39";
}

.u-icon-arrow-left::before {
	content: "\3a";
}

.u-icon-arrow-right::before {
	content: "\3b";
}

.u-icon-subtract::before {
	content: "\3c";
}

.u-icon-add::before {
	content: "\3d";
}

.u-icon-cross::before {
	content: "\3e";
}

.u-icon-check::before {
	content: "\3f";
}

.u-icon-zoom-out::before {
	content: "\40";
}

.u-icon-zoom-in::before {
	content: "\41";
}

.u-icon-search::before {
	content: "\42";
}

.u-icon-credit-card::before {
	content: "\43";
}

.u-icon-heart-empty::before {
	content: "\44";
}

.u-icon-heart-full::before {
	content: "\45";
}

.u-icon-star-empty::before {
	content: "\46";
}

.u-icon-star-full::before {
	content: "\47";
}

.u-icon-home::before {
	content: "\48";
}

.u-icon-user::before {
	content: "\49";
}

.u-icon-phone::before {
	content: "\4a";
}

.u-icon-facebook::before {
	content: "\4b";
}

.u-icon-twitter::before {
	content: "\4c";
}

.u-icon-pinterest::before {
	content: "\4d";
}

.u-icon-google::before {
	content: "\4e";
}

.u-icon-instagram::before {
	content: "\4f";
}

.u-icon-vimeo::before {
	content: "\50";
}

.u-icon-youtube::before {
	content: "\51";
}

.u-icon-flickr::before {
	content: "\52";
}

.u-icon-print::before {
	content: "\53";
}

.u-icon-wallet::before {
	content: "\54";
}

.u-icon-document::before {
	content: "\55";
}

.u-icon-menu::before {
	content: "\56";
}

.u-icon-calendar::before {
	content: "\57";
}

.u-icon-bag-empty::before {
	content: "\58";
}

.u-icon-bag-full::before {
	content: "\59";
}

.u-icon-cart-empty::before {
	content: "\5a";
}

.u-icon-cart-full::before {
	content: "\5b";
}

.u-icon-location::before {
	content: "\5c";
}

/* ==========================================================================
   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;
		color: #000 !important; /* [1] */
		box-shadow: none !important;
		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;
				width: 100%;
				position: absolute;
				left: 0;
				top: 0;
				visibility: visible;
			}

				.u-printable__content * {
					visibility: visible;
				}
	}

/* ==========================================================================
   UTILITIES / TYPOGRAPHY
   ========================================================================== */

/* Set font-family options
   =========================================== */
.u-font-primary {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.u-font-secondary {
	font-family: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", 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: 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;
}


/* Font style utilities
 * 1. This is a hold-over class for content output by Miva.
  =========================================== */
.u-text-light {
	font-weight: 200;
}

.u-text-regular {
	font-weight: 400;
}

.u-text-medium {
	font-weight: 600;
}

.required, /* [1] */
.u-text-bold {
	font-weight: 700;
}

.u-text-boldest {
	font-weight: 900;
}

.u-text-caps {
	font-variant: small-caps;
}

.u-text-italic {
	font-style: italic;
}

.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-underline {
	text-decoration: underline;
}

.u-text-no-decoration,
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;
}

/* ==========================================================================
   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 {
	-webkit-transform-style: preserve-3d;
	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%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-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 [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;
}

/* ==========================================================================
   EXTENSIONS / BREADCRUMBS / COLLAPSING / COLLAPSING BREADCRUMBS
   ========================================================================== */

.x-collapsing-breadcrumbs__group,
.x-collapsing-breadcrumbs__list {
	padding-left: 1rem;
	font-size: 0.875rem;
	line-height: 3;
}

.x-collapsing-breadcrumbs__group {
	margin-bottom: 0;
	border-bottom: 0 none;
}

.x-collapsing-breadcrumbs__list {
	border-bottom: 1px solid #c0c0c0;
}

	.x-collapsing-breadcrumbs__button {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 1rem;
	}

	.x-collapsing-breadcrumbs__list .o-list-inline__item:not(:last-child) {
		margin-right: 1em;
	}

		.x-collapsing-breadcrumbs .o-list-inline__item:not(:last-of-type)::after {
			display: inline-block;
			position: relative;
			right: -0.5em;
			content: '/';
		}

/* ==========================================================================
   EXTENSIONS / CATEGORY TREE / CATEGORY TREE
   ========================================================================== */

.x-category-tree {
	margin-bottom: 16px;
	position: relative;
}

	.x-category-tree__trigger {
		display: none;
	}
	
	.x-category-tree__trigger:checked ~ .x-category-tree__row,
	.x-category-tree__trigger:checked ~ .x-category-tree__row .x-category-tree__row {
		display: block;
	}
	
	.x-category-tree__label {
		display: block;
		min-height: 2em;
		margin: 0;
		padding: 1em;
		position: relative;
		font-style: normal;
		background-color: #3d70b2;
		color: #fff;
	}
	
	.x-category-tree__label::after,
	.x-category-tree__label::before {
		position: absolute;
		right: 1em;
		transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
	}
	
	.x-category-tree__label::after {
		content: "\2212";
		opacity: 0;
		transform: scale(0);
	}
	
	.x-category-tree__label::before {
		content: "\2261";
		opacity: 1;
		transform: scale(2);
	}
	
	.x-category-tree__trigger:checked ~ .x-category-tree__label::after {
		opacity: 1;
		transform: scale(2);
	}
	
	.x-category-tree__trigger:checked ~ .x-category-tree__label::before {
		opacity: 0;
		transform: scale(0);
	}
	
	
	.x-category-tree__title {
		display: none;
	}
	
	
	.x-category-tree__row {
		display: none;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.x-category-tree__link {
			display: block;
			padding: 0.5em 1em;
			color: #0f0f0f;
		}
		
		.x-category-tree__link:hover {
			text-decoration: none;
		}
		
		.x-category-tree__list--level-2 .x-category-tree__link {
			padding-left: 2em;
		}
		
		.x-category-tree__list--level-3 .x-category-tree__link {
			padding-left: 3em;
		}
			
			.x-category-tree__link--current {
				font-weight: 700;
			}


	@media (min-width: 60em) {
		.x-category-tree__label {
			display: none;
		}
		
		.x-category-tree__title {
			display: block;
		}

			.x-category-tree__heading {
				padding-top: 1.125rem;
			}

		.x-category-tree__row,
		.x-category-tree__trigger:checked ~ .x-category-tree__row,
		.x-category-tree__trigger:checked ~ .x-category-tree__row .x-category-tree__row {
			display: block;
		}
		
		.x-category-tree__link:not(.x-category-tree__link--current):hover {
			text-decoration: none;
			background-color: #eaeaea;
			transition: background-color ease-in 0.3s 0.05s;
		}
	}





/**
 * This section contains the necessary styles when using the built-in search
 * faceting ability of Miva. Since the functional code is generated at run-time,
 * these styles do not conform to the tenants used in the rest of the framework.
 */

.mm_facet_rangeslider {
	display: block;
	height: 2em;
	margin: 0.25em;
	position: relative;
}

	.mm_facet_rangeslider_input_container_low,
	.mm_facet_rangeslider_input_container_high {
		width: 4em;
		height: 2em;
		position: absolute;
		top: 0;
		text-align: center;
		border: 1px solid #c0c0c0;
	}
	
	.mm_facet_rangeslider_input_container_low {
		left: 0;
		border-radius: 0.25em 0 0 0.25em;
	}
	
	.mm_facet_rangeslider_input_container_high {
		right: 0;
		border-radius: 0 0.25em 0.25em 0;
	}
	
		.mm_facet_rangeslider_input_container_low.mm_facet_rangeslider_input_active,
		.mm_facet_rangeslider_input_container_high.mm_facet_rangeslider_input_active {
			border-color: #3d70b2;
		}
	
		.mm_facet_rangeslider_input {}
	
	.mm_facet_rangeslider_track_container {
		height: 2em;
		position: absolute;
		top: 0;
		right: 4em;
		left: 4em;
		border-top: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		box-sizing: border-box;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
		.mm_facet_rangeslider_track {
			height: 0.25em;
			position: absolute;
			top: 50%;
			right: 0.25em;
			left: 0.25em;
			transform: translateY(-50%);
		}
		
			.mm_facet_rangeslider_track_background,
			.mm_facet_rangeslider_track_selection {
				position: absolute;
				top: 0;
				right: 0.5em;
				bottom: 0;
				left: 0.5em;
				background: #c0c0c0;
			}
			
			.mm_facet_rangeslider_track_selection {
				background: #3d70b2;
			}
			
			.mm_facet_rangeslider_track_handle_low,
			.mm_facet_rangeslider_track_handle_high {
				width: 2em;
				height: 2em;
				position: absolute;
				top: 50%;
				left: -0.5em;
				background: #fff;
				border: 1px solid #c0c0c0;
				border-radius: 50%;
				cursor: pointer;
				transform: translateY(-50%);
			}
		
		.mm_facet_rangeslider.mm_facet_rangeslider_mini {
			height: 6em;
			margin: 0;
		}
		
		.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_low {
			width: 50%;
			border-radius: 0.25em 0 0 0;
		}
		
		.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_high {
			width: 50%;
			border-radius: 0 0.25em 0 0;
			border-left: none;
		}
		
		.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_track_container {
			height: 3em;
			top: 2em;
			right: 0;
			left: 0;
			border: 1px solid #c0c0c0;
			border-top: none;
			border-radius: 0 0 0.25em 0.25em;
		}
		
		.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_low.mm_facet_rangeslider_input_active,
		.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_high.mm_facet_rangeslider_input_active {
			border-color: #eaeaea;
			box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
		}

/* ==========================================================================
   EXTENSIONS / DISPLAY LIST FILTERING / DISPLAY LIST FILTERING
   ========================================================================== */


/**
 * Display list filtering is for use in product list filtering as well as any
 * place a batch list or sortable data is used.
 */

.x-display-list-filtering {
	display: flex;
	flex-wrap: wrap;
}

	.x-display-list-filtering__per-page {
		margin-right: calc(16px * 2);
	}

/* ==========================================================================
   EXTENSIONS / FACETS / REFINERY / REFINERY
   ========================================================================== */


.x-refinery {
	display: none;
}

@media (min-width: 60em) {
	.x-refinery {
		display: block;
		padding: 5rem 5vw 0;
		opacity: 0;
		overflow: hidden;
		transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
		visibility: hidden;
	}

	.x-refinery.is-loaded {
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
}

	.x-refinery .c-form-list {
		display: flex;
		position: relative;
	}

		.x-refinery__title {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 2rem;
			position: relative;
			font-size: 0.8125rem;
			text-transform: uppercase;
		}

		.x-refinery__title::before {
			display: inline-block;
			width: 1rem;
			height: 1rem;
			margin-right: 0.5em;
			background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyNHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx0aXRsZS8+PGRlc2MvPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9Imljb24vZnVubmVsIiBzdHJva2U9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIj48cG9seWdvbiBpZD0ibGluZWFydCIgcG9pbnRzPSIxMy41IDEwLjUgMTMuNSAxNy41IDkuNSAyMS41IDkuNSAxMC41IDEuNSAyLjUgMjEuNSAyLjUiIHN0cm9rZT0iIzAwMDAwMCIvPjwvZz48L3N2Zz4=") no-repeat center center;
			background-size: contain;
			content: '';
		}

		.x-refinery__title::after {
			display: inline-block;
			width: 1px;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
			background-color: rgba(205, 205, 205, 0.7);
			content: '';
		}

		.x-refinery-set:not(:first-of-type) {
			min-width: 10em;
			margin: 0 1rem;
			position: relative;
		}

			.x-refinery-set__trigger {
				display: none;
			}

			.x-refinery-set__label {
				display: flex;
				align-items: center;
				justify-content: center;
				height: 2rem;
				position: relative;
				font-size: 1rem;
				font-weight: 600;
				cursor: pointer;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				white-space: nowrap;
			}

				.x-refinery-set__label::before {
					display: inline-block;
					width: 1px;
					height: 100%;
					position: absolute;
					top: 0;
					right: -1rem;
					background-color: rgba(205, 205, 205, 0.7);
					content: '';
				}

				.x-refinery-set__label::after {
					display: inline-block;
					width: 6px;
					height: 6px;
					margin-left: 1em;
					border-bottom: 2px solid #595452;
					border-right: 2px solid #595452;
					content: '';
					pointer-events: none;
					transition: all 0.15s ease-in-out;
					transform: rotate(45deg);
				}

				.x-refinery-set__trigger:checked ~ .x-refinery-set__label::after {
					transform: rotate(-135deg);
				}

				.x-refinery-set__label.is-active span {
					display: inline-block;
					margin-right: 0.5em;
				}



			.x-refinery-set__list {
				min-width: calc(100% + 2rem);
				max-width: 20rem;
				max-height: 15rem;
				position: absolute;
				left: 50%;
				font-weight: 600;
				background-color: #fff;
				/*box-shadow: 0 0 1.5rem 0 rgba(51, 51, 51, 0.25);*/
				box-shadow: 1rem 0 1rem -0.5rem rgba(51, 51, 51, 0.125), -1rem 0 1rem -0.5rem rgba(51, 51, 51, 0.125), 0 1rem 1rem -0.25rem rgba(51, 51, 51, 0.125);
				opacity: 0;
				overflow-x: hidden;
				overflow-y: auto;
				pointer-events: none;
				transform-origin: 0 -2rem;
				transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
				transform: scale(1, 0.5) translate(-50%, -1.5em);
				z-index: 900;
			}

				.x-refinery-set__trigger:checked ~ .x-refinery-set__list {
					opacity: 1;
					pointer-events: auto;
					transform: scale(1, 1) translate(-50%, 0);
				}

				.x-refinery-set__list label {
					margin-bottom: 0;
					padding: 1em 1rem;
					cursor: pointer;
					white-space: nowrap;
				}

				.x-refinery-set__list label:hover,
				.x-refinery-set__nested .x-category-tree__list:hover {
					background-color: #ededed;
				}

					.x-refinery-set__list label.is-selected,
					.x-refinery-set__nested .x-category-tree__list.is-selected {
						background-color: #f7f7f7;
					}

				.x-refinery-set__list .x-category-tree {
					margin-bottom: 0;
				}

					.x-refinery-set__nested .x-category-tree__list {
						font-size: 0.875rem;
						white-space: nowrap;
					}

						.x-refinery-set__nested .x-category-tree__link {
							padding: 1em 1rem;
							color: currentColor;
							text-decoration: none;
						}





/**
 * The refinery-annex is an off-canvas structure for holding all possible facets.
 */
.x-refinery-annex {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.375);
	transform: scaleX(0);
	transform-origin: right;
	transition: all ease-in-out 0.2s;
	z-index: 500;
	opacity: 0;
}

.x-refinery-annex--open {
	opacity: 1;
	transform: scaleX(1);
}

	.x-refinery-annex__content {
		display: flex;
		flex: 1 1 100%;
		flex-direction: column;
		width: 100vw;
		max-width: 30rem;
		box-shadow: 0 0 10vw 0 rgba(51, 51, 51, 0.1875);
		overflow-y: auto;
		overflow-y: overlay;
	}

	.x-refinery-annex__header {
	}

		.x-refinery-annex__header button {
			padding: calc(0.75em - 1px) calc(1.5em - 1px);
		}

		.x-refinery-annex__header button:hover {
			color: #fff;
		}

		.x-refinery-annex__title {
			display: flex;
			align-items: center;
			max-width: 26rem;
			margin: 0 auto;
			padding: 2rem;
			position: relative;
			font-size: 0.8125rem;
			text-transform: uppercase;
		}

		.x-refinery-annex__title::before {
			display: inline-block;
			width: 1rem;
			height: 1rem;
			margin-right: 0.5em;
			background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyNHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx0aXRsZS8+PGRlc2MvPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9Imljb24vZnVubmVsIiBzdHJva2U9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIj48cG9seWdvbiBpZD0ibGluZWFydCIgcG9pbnRzPSIxMy41IDEwLjUgMTMuNSAxNy41IDkuNSAyMS41IDkuNSAxMC41IDEuNSAyLjUgMjEuNSAyLjUiIHN0cm9rZT0iIzAwMDAwMCIvPjwvZz48L3N2Zz4=") no-repeat center center;
			background-size: contain;
			content: '';
		}

	.x-refinery-annex__list {
		max-width: 26rem;
		margin: 0 auto;
		padding: 0 2rem;
	}
		.x-refinery-annex__list .x-category-tree__row {
			display: block;
		}

		.x-refinery-annex__set {
			max-width: none;
			font-size: 0.875rem;
		}

			.x-refinery-annex__set-trigger {
				display: none;
			}

			.x-refinery-annex__label {
				display: flex;
				align-items: center;
				justify-content: space-between;
				padding-top: 0.5em;
				padding-bottom: 1em;
				position: relative;
				font-weight: 600;
				cursor: pointer;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				white-space: nowrap;
			}

			.x-refinery-annex__label::after {
				display: inline-block;
				font-size: 1rem;
				line-height: 1;
				content: '+';
			}

				.x-refinery-annex__set-trigger:checked ~ .x-refinery-annex__label::after {
					content: '-';
				}

				.x-refinery-annex__label.is-active span {
					display: inline-block;
					position: absolute;
					left: -1.5em;
				}

			.x-refinery-annex__set-item {
				display: block;
				max-height: 0;
				opacity: 0;
				visibility: hidden;
				transition-delay: 0.15s, 0s, 0s;
			}

				.x-refinery-annex__set-trigger:checked ~ .x-refinery-annex__set-item {
					display: block;
					opacity: 1;
					transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
					max-height: 100%;
					visibility: visible;
					transition-delay: 0s;
				}

				.x-refinery-annex__set-item label {
					margin-top: 0.25em;
					margin-bottom: 0.25em;
					padding: 0.5em;
					cursor: pointer;
					white-space: nowrap;
				}

				.x-refinery-annex__set-item label:hover {
					background-color: #ededed;
				}

					.x-refinery-annex__set-item label.is-selected {
						background-color: #f7f7f7;
					}


	.x-refinery-annex__footer {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

/* ==========================================================================
   EXTENSIONS / FASTEN HEADER / FASTEN HEADER
   ========================================================================== */

.x-fasten-header {
	display: none;
}

@media screen and (min-width: 60em) and (hover: hover) {
	.x-fasten-header {
		display: flex;
		width: 100vw;
		max-width: none;
		padding: 0.5rem 1rem;
		position: fixed;
		top: 0;
		background-color: #222;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		color: #fff;
		opacity: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		transform-origin: top;
		transition: all ease-in-out 0.15s;
		z-index: 300;
	}

	.x-fasten-header--is-active .x-fasten-header {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

		.x-fasten-header__logo-image {
			max-height: 4rem;
		}
}

/* ==========================================================================
   EXTENSIONS / TABS / FLEX-TABS
   ========================================================================== */

/**
 * This extension allows for creating tabbed content which converts to an 
 * accordion layout on smaller devices/screens.
 */

.x-flex-tabs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

	input[data-flex-tab] {
		display: none;
		visibility: hidden;
	}

	.x-flex-tabs__tab {
		width: 100%;
		border-bottom: 0.125rem solid transparent;
		cursor: pointer;
	}

	@media (min-width: 64em) {
		.x-flex-tabs:not(.x-flex-tabs--accordion) .x-flex-tabs__tab {
			/* let tabs scale to fit multiple on each row */
			width: auto;
			/* shift all tabs to appear before content */
			order: -1;
		}
		.x-flex-tabs:not(.x-flex-tabs--accordion) .x-flex-tabs__tab:not(:first-of-type) {
			margin-left: 2em;
		}

	}


	.x-flex-tabs__content {
		width: 100%;
		height: 0;
		overflow: hidden;
		opacity: 0;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		transform-origin: top;
		transition: opacity 0.3s ease-out;
	}

	input[data-flex-tab]:checked + .x-flex-tabs__tab {
		font-weight: 700;
		border-color: currentColor;
	}

	input[data-flex-tab]:checked + .x-flex-tabs__tab + .x-flex-tabs__content {
		height: auto;
		padding-top: 1em;
		padding-bottom: 1em;
		overflow-y: auto;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		transition: opacity 0.3s ease-in;
	}

/* ==========================================================================
   EXTENSIONS / HERO
   ========================================================================== */

/**
 * The Hero component provides a dominant piece of media to a page
 *
 * 1. Allows for absolute positioning of borders and content.
 * 2. Hero images set via background-image should cover and center.
 */
.x-hero {
	display: block;
	position: relative; /* [1] */
	background-position: center; /* [2] */
	background-size: cover; /* [2] */
}


	/**
	 * The caption overlays at the bottom of a Hero, providing space for additional
	 * content such as titles or logos.
	 */
	.x-hero__caption {
		position: absolute;
		bottom: 0;
		padding: 16px 0;
		width: 100%;
		text-shadow: 0 0 25px rgba(15, 15, 15, 0.25), 1px 1px 1px rgba(15, 15, 15, 0.5);
		
	}
	
	
	/**
	 * Hero video needs to be set to `display: block` to avoid spacing issues.
	 */
	.x-hero__video {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	
	
	/**
	 * Hero link inherits the Hero `color` to override anchor element styles.
	 */
	.x-hero__link {
		color: inherit;
	}


	/**
	 * As we cannot set a border property over video, borders are implemented
	 * using pseudo-elements.
	 */
	.x-hero--borders::before {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border: calc(16px / 4) solid rgba(255, 255, 255, 0.3);
		content: "";
	}
	
	
	/**
	 * Make any other content below the Hero overlap upwards.
	 */
	.x-hero--overlap {
		margin-bottom: calc(0px - 10vh);
	}
	
	
	/**
	* If hero has overlap modifier, shift caption upwards to compensate.
	*/
	.x-hero--overlap .x-hero__caption {
		bottom: 10vh;
	}

/* ==========================================================================
   EXTENSIONS / MESSAGES
   ========================================================================== */


/**
 * Messages are block elements used to display information to the visitor about
 * their current session. Typically these are informational or error messages
 * such as you would see on a checkout page if there was an error with the
 * credit card used.
 */

.x-messages {
	margin-bottom: 1em;
	padding: 0.5em 1em;
	background-color: #eaeaea;
	border: 1px solid currentColor;
}


/**
 * This is a hold-over for some Miva message elements and modules which place a
 * `br` tag as the first element of the messaging block.
 */
.x-messages br:first-child {
	display: none;
}


.x-messages *:last-child {
	margin-bottom: 0;
}


.x-messages--borderless {
	border: 0 none;
}


.x-messages--error {
	background-color: #fee8eb;
	color: #c8102e;
}

.x-messages--info {
	background-color: #eaefed;
	color: #ad1f2c;
}

.x-messages--success {
	background-color: #eaf4ef;
	color: #009a44;
}

.x-messages--warning {
	background-color: #ffffe5;
	border-color: #f9ed1f;
}


/**
 * These classes will help format the message if you are adding an icon.
 */
.x-messages--with-icon {
	display: flex;
	align-items: center;
}

.x-messages__icon {
	font-size: 3rem;
}


.x-messages__close {
	position: absolute;
	top: 50%;
	right: 0.25rem;
	margin-top: -1rem;
	color: #333;
	font-size: 2rem;
	line-height: 1;
	text-decoration: none;
	opacity: 0.3;
}




/*
	what??? they have an old browser?
	This can be removed if you do not need to alert for IE < 9.
*/
.x-messages--update-browser {
	width: 100%;
	position: relative;
	text-align: center;
}

/* ==========================================================================
   EXTENSIONS / MINI-BASKET / MINI-BASKET
   ========================================================================== */

/**
 * This is an extension to use the mini-basket functionality of Miva in an
 * off-canvas method.
 */
.x-mini-basket {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transform: scaleX(0);
	transform-origin: right;
	transition: all ease-in-out 0.2s;
	z-index: 500;
	opacity: 0;
}

.x-mini-basket--open {
	opacity: 1;
	transform: scaleX(1);
}

	.x-mini-basket__content {
		display: flex;
		flex: 1 1 100%;
		flex-direction: column;
		width: 100vw;
		max-width: 30rem;
		padding: 1rem;
	}

	.x-mini-basket__header {
		display: flex;
		justify-content: space-between;
	}

	.x-mini-basket__list {
		overflow-y: auto;
	}

		.x-mini-basket__line {
			display: flex;
			margin-bottom: 2em;
			font-size: 0.875rem;
			flex-wrap: wrap;
		}

			.x-mini-basket__image {
				width: 5rem;
				height: 5rem;
				margin: 0 1em 0 0;
				overflow: hidden;
				text-align: center;
			}

			.x-mini-basket__item {
				display: flex;
				flex: 1 1 auto;
				flex-direction: column;
				justify-content: space-between;
				text-decoration: none;
			}

			.x-mini-basket__item:hover {
				text-decoration: none;
			}

				.x-mini-basket__item-name {
					display: block;
					margin-bottom: 1em;
				}

				.x-mini-basket__subscription {
					flex-basis: 100%;
				}

				.x-mini-basket__item-total {
					display: flex;
					align-items: center;
					justify-content: space-between;
				}

				.x-mini-basket__item-total hr {
					margin: 0 0.75em;
					flex-grow: 1;
				}

	.x-mini-basket__footer {
	}

		.x-mini-basket__charges,
		.x-mini-basket__total,
		.x-mini-basket__cta {
			display: flex;
			flex-grow: 1;
			justify-content: space-between;
		}

		.x-mini-basket__charges {
			flex-direction: column;
			margin-bottom: 1em;
			font-size: 0.875rem;
		}

			.x-mini-basket__charge-item {
				display: flex;
				justify-content: space-between;
			}

		.x-mini-basket__total {
			margin-bottom: 1em;
		}

		.x-mini-basket__cta {
			font-size: 0.875rem;
		}

/* ==========================================================================
   EXTENSIONS / PAGINATION
   ========================================================================== */


/**
 * Pagination is for use in product list as well as any place a pageable batch
 * list or data is used.
 */

.x-pagination {
	display: flex;
	max-width: 19rem;
	margin: 0;
	align-items: center;
}

	.x-pagination--centered {
		margin: auto;
	}

	.x-pagination--right {
		margin-left: auto;
	}

/* ==========================================================================
   EXTENSIONS / PRODUCT LAYOUT / PRODUCT LAYOUT
   ========================================================================== */


/**
 * This is the default product layout for the product page.
 */

.x-product-layout {}

	.x-product-layout-images {
		margin-left: 0;
		margin-right: 0;
	}

		.x-product-layout-images__image {
			display: inline-block;
			margin-bottom: calc(16px * 1.5);
		}

		.x-product-layout-images__thumbnail-list {}

		.x-product-layout-images__thumbnail-image {
			margin-bottom: 16px;
		}


	.x-product-layout-purchase {}

		.x-product-layout-purchase__pricing-original {
			padding-right: calc(16px * 1.5);
		}

			.x-product-layout-purchase__options-attribute {
				margin-bottom: calc(16px / 2);
			}

				.x-product-layout-purchase__options-attribute .c-form-label {
					font-size: 0.875rem;
				}

				.x-product-layout-purchase__swatches--active {
					box-shadow: 0 0 0 2px #eaeaea, 0 0 3px 3px #707070;
				}

/* ==========================================================================
   EXTENSIONS / PRODUCT LISTS / PRODUCT LISTS
   ========================================================================== */


/**
 * Product lists are used in many spots throughout the store. They can be found 
 * on the storefront as featured product, the related products section of a 
 * product page, as an auto-suggest feature during checkout, or wherever.
 */

.x-product-list {
	margin-bottom: 16px;
}


	.x-product-list__heading {
		margin-bottom: 2em;
	}
	
	
	.x-product-list__item {
		margin-bottom: 16px;
	}
	
		.x-product-list__link {
			color: #0f0f0f;
			transition: ease-in-out 0.3s;
		}
		
		.x-product-list__link:hover {
			color: #9f9f9f;
			text-decoration: none;
		}

			.x-product-list__figure {
				margin: 0;
			}

				.x-product-list__image,
				.x-product-list__name,
				.x-product-list__price {
					display: block;
				}

				.x-product-list__image {
					margin-bottom: 16px;
				}

				.x-product-list__price {
					font-size: 0.875rem;
				}

			
	.x-product-list__action {
		padding-top: 16px;
	}

	/**
	* If you are creating a product carousel, add this class to the element.
	*/
	.x-product-list--carousel {}

		.x-product-list--carousel .x-product-list__item {
			margin-bottom: 0;
			padding-right: 0.5rem;
			padding-left: 0.5rem;
		}

/* ==========================================================================
   EXTENSIONS / QUANTIFY / QUANTIFY
   ========================================================================== */

/**
 * This extension allows for the use of buttons to increase/decrease item
 * quantities on the product and basket pages. When used on the basket page,
 * the decrease button becomes a remove button if the quantity is 1.
 */
.x-quantify {}

	.x-quantify .c-control-group__button {
		border-color: #c0c0c0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	.x-quantify .c-control-group__field {
		height: auto;
		border-left-width: 0;
	}

/* ==========================================================================
   EXTENSIONS / CAROUSEL / ROUNDABOUT
   ========================================================================== */

/**
 * The Roundabout extension gives you the ability to create a hero image
 * carousel or convert a product list into a carousel of products.
 */
.x-carousel {
	display: flex;
	flex: 1;
	position: relative;
	overflow: hidden;
	transition: visibility ease-in-out 0.1s;
	visibility: hidden;
}

	.x-carousel--is-loaded {
		visibility: visible;
	}

	.x-carousel__button {
		display: inline-block;
		padding: 0;
		position: absolute;
		top: 50%;
		font-size: 3rem;
		background-color: rgba(255, 255, 255, 0);
		border: 0 none;
		opacity: 0.25;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: ease-in-out 0.3s;
		z-index: 50;
	}

	.x-carousel__button-right {
		right: 0;
	}

	.x-carousel__button:hover {
		background-color: rgba(255, 255, 255, 0.25);
		opacity: 1;
	}

	.x-carousel__container {
		display: flex;
		width: 100%;
		flex: 1 1 auto;
		position: relative;
		left: -100%;
		transform: translate3d(100%, 0, 0);
	}
	
		.x-carousel--reverse {
			transform: translate3d(-100%, 0, 0);
		}
		
		.x-carousel--animate {
			transform: none;
			transition: all 250ms ease-in-out;
		}
		
		.x-carousel__item {
			display: flex;
			flex: 1 0 100%;
			min-width: 100%;
			margin: 0;
			align-items: flex-start;
		}
		
			.x-carousel__item img {
				opacity: 1;
				transition: opacity 250ms;
			}
			
			.x-carousel__item img[data-src] {
				opacity: 0;
			}

/* ==========================================================================
   EXTENSIONS / SEARCH-PREVIEW / SEARCH-PREVIEW
   ========================================================================== */

.x-search-preview {
	display: none;
	width: 100%;
	padding: 0.75rem 0.5rem;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
	opacity: 0;
	transition: opacity ease-in-out 0.5s;
	z-index: 500;
}

	.x-search-preview--open {
		opacity: 1;
	}
	
	.x-search-preview__entry {
		display: block;
	}
	
		.x-search-preview__list {
			padding: 0 0.5rem;
		}
	
			.x-search-preview__line {
				display: flex;
				padding: 0.5rem 0;
				position: relative;
				align-items: center;
				font-size: 0.875rem;
				border-bottom: 1px solid #eaeaea;
				cursor: pointer;
			}
			
				.x-search-preview__image {
					width: 4rem;
					height: 4rem;
					margin: 0 1em 0 0;
					overflow: hidden;
					text-align: center;
				}
				
				.x-search-preview__item {
					display: flex;
					flex: 1;
					justify-content: space-between;
					text-decoration: none;
				}
				
			.x-search-preview__search-all {
				padding: 0.5rem;
				font-style: italic;
				cursor: pointer;
			}

			/**
			 * This section contains the necessary styles when using the built-in search
			 * preview ability of Miva. Since the functional code is generated at run-time,
			 * these styles do not conform to the tenants used in the rest of the framework.
			 */

			.mm_searchfield_menuitem_selected {
				background-color: #eaeaea;
			}
		

/* ==========================================================================
   EXTENSIONS / SUBSCRIPTIONS / SUBSCRIPTIONS
   ========================================================================== */

/**
 * When using the subscription function of Miva, this is the default styling
 * used for the date picker. You can update the styles in your theme file if
 * you are looking to make changes.
 */

.miva_datepicker {
	display: none;
	position: absolute;
	padding: 16px;
	background: #fff;
	border: 1px solid #9f9f9f;
	z-index: 1000;
}

.miva_datepicker_calendar_container {
	display: inline-block;
	width: 214px;
	position: relative;
	vertical-align: top;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.miva_datepicker_calendar_month_selector {
	display: flex;
	align-items: center;
	position: relative;
	background: #707070;
}

.miva_datepicker_calendar_month_selector_next,
.miva_datepicker_calendar_month_selector_prev {
	width: 35px;
	height: 35px;
	background: 0 -35px no-repeat;
	cursor: pointer;
}

.miva_datepicker_calendar_month_selector_next:hover,
.miva_datepicker_calendar_month_selector_prev:hover {
	background-color: #222;
}

.miva_datepicker_calendar_month_selector_title {
	flex-grow: 1;
	color: #fff;
	text-align: center;
}

.miva_datepicker_calendar_month_selector_title_month {
	display: inline-block;
}

.miva_datepicker_calendar_month_selector_title_year {
	display: inline-block;
	margin-left: 0.25em;
}


.miva_datepicker_cancel {
	display: inline-block;
	margin-top: 0.75em;
}

.miva_datepicker_calendar_weekday_container {
	height: 34px;
	margin: 2px;
	position: relative;
}

.miva_datepicker_calendar_weekday_title {
	display: inline-block;
	width: 28px;
	padding: 3px 0;
	position: absolute;
	font-weight: 700;
	text-align: center;
}

#miva_datepicker_calendar_week_container {
	margin: 2px;
	position: relative;
}

.miva_datepicker_calendar_week {
	display: block;
	height: 30px;
	position: relative;
}

.miva_datepicker_calendar_day {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	position: absolute;
	top: 1px;
	bottom: 1px;
	font-size: 0.75em;
	border: 1px solid #9f9f9f;
	cursor: pointer;
}

.miva_datepicker_calendar_day:hover {
	background: #707070;
	border-color: #222;
	color: #fff;
}

.miva_datepicker_calendar_day_noselect,
.miva_datepicker_calendar_day_noselect:hover {
	background: #c0c0c0;
	border-color: #222;
	color: #222;
}

.miva_datepicker_calendar_day_current {
	border-color: #222;
	color: #222;
	font-weight: 700;
}

.miva_datepicker_calendar_day_current:hover {
	background: #222;
	color: #fff;
}

.miva_datepicker_calendar_day_active {
	background: #222;
	border-color: #707070;
	color: #fff;
	font-weight: 700;
}

.miva_datepicker_calendar_day_0 {
	left: 1px;
}

.miva_datepicker_calendar_day_1 {
	left: 31px;
}

.miva_datepicker_calendar_day_2 {
	left: 61px;
}

.miva_datepicker_calendar_day_3 {
	left: 91px;
}

.miva_datepicker_calendar_day_4 {
	left: 121px;
}

.miva_datepicker_calendar_day_5 {
	left: 151px;
}

.miva_datepicker_calendar_day_6 {
	left: 181px;
}

/* ==========================================================================
   EXTENSIONS / NAVIGATION / OMEGA / OMEGA NAVIGATION
   ========================================================================== */

.has-active-navigation,
.has-active-navigation body {
	overflow: hidden;
}

.has-active-navigation main {
	margin-top: 8px;
	filter: blur(4px);
	transition: margin-top linear 0.1s;
}

.x-omega-navigation__trigger-icon {
	display: inline-block;
	transition: all ease-in-out 0.3s;
}

.has-active-navigation .x-omega-navigation__trigger-icon {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}


.x-omega-navigation {
	max-width: 100%;
	min-height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	background-color: #f7f7f7;
	opacity: 0;
	overflow-x: hidden;
	transition: all ease-in-out 0.15s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: top;
}

.x-omega-navigation.is-open {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.x-fasten-header--is-active .x-omega-navigation {
	position: fixed;
}

@media (max-width: 61.9em) {
	.x-omega-navigation__wrap {
		max-width: 100rem;
		width: 100%;
		height: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
		position: relative;
	}
	
		.x-omega-navigation__header {
			padding-bottom: 1rem;
			font-size: 18px;
			font-weight: 300;
			line-height: 1.444;
		}
		
			.x-omega-navigation__header a:first-of-type {
				border-right-color: #d3d3d3;
			}

		.x-omega-navigation__content {
			height: 100%;
			position: relative;
		}

			.x-omega-navigation__parents {
				overflow-y: auto;
			}


				.x-omega-navigation__row,
				.x-omega-navigation__row .x-omega-navigation__row,
				.x-omega-navigation__row .x-omega-navigation__row:nth-child(2) .x-omega-navigation__row:last-of-type {
					display: block;
					margin-left: 0;
					padding-left: 1rem;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					min-height: 100%;
					list-style: none;
					-webkit-overflow-scrolling: touch;
					transform-origin: top;
					transition: transform ease-in-out 0.2s;
				}

					.x-omega-navigation__list {
					}

						.x-omega-navigation__link {
							display: flex;
							height: 3.75rem;
							padding: 0 0 0 1rem;
							align-items: center;
							justify-content: space-between;
							font-weight: 600;
							letter-spacing: 0.075em;
							text-decoration: none;
							-webkit-backface-visibility: hidden;
							backface-visibility: hidden;
							border: 0 solid #d3d3d3;
							border-top-width: 1px;
							color: #6e6e6e;
							overflow: hidden;
							text-overflow: ellipsis;
							-webkit-transform: translateZ(0);
							-ms-transform: translateZ(0);
							transform: translateZ(0);
							transition: all 0.3s;
							white-space: nowrap;
						}

							.x-omega-navigation__link-carat {
								display: none;
							}

								.x-omega-navigation .has-child-menu .x-omega-navigation__link-carat {
									display: inline-flex;
									align-self: stretch;
								}

									.x-omega-navigation .x-omega-navigation__link-carat > * {
										display: flex;
										width: 4rem;
										align-items: center;
										justify-content: center;
										font-size: 0.75rem;
									}

						.x-omega-navigation__row:nth-child(2) .x-omega-navigation__link,
						.x-omega-navigation__row:nth-child(2) .x-omega-navigation__row:last-of-type .x-omega-navigation__link {
							padding-left: 1rem;
						}

						.x-omega-navigation__row .x-omega-navigation__list:last-of-type > .x-omega-navigation__link,
						.x-omega-navigation__row .x-omega-navigation__row .x-omega-navigation__list:last-of-type > .x-omega-navigation__link {
							border-bottom-width: 1px;
						}

					.x-omega-navigation__row.is-hidden,
					.x-omega-navigation__row .x-omega-navigation__row.is-hidden {
					-webkit-transform: translateX(100%) scaleY(0);
					-ms-transform: translateX(100%) scaleY(0);
					transform: translateX(100%) scaleY(0);
					}

					.x-omega-navigation__row.is-hidden > .x-omega-navigation__list > .x-omega-navigation__link,
					.x-omega-navigation__row.show-next > .x-omega-navigation__list > .x-omega-navigation__link,
					.x-omega-navigation__row .x-omega-navigation__row.is-hidden > .x-omega-navigation__list > .x-omega-navigation__link,
					.x-omega-navigation__row .x-omega-navigation__row.show-next > .x-omega-navigation__list > .x-omega-navigation__link {
					opacity: 0;
					}

					.x-omega-navigation__row.show-next > .x-omega-navigation__list > .x-omega-navigation__link,
					.x-omega-navigation__row .x-omega-navigation__row.show-next > .x-omega-navigation__list > .x-omega-navigation__link {
					-webkit-transform: translateX(-100%);
					-ms-transform: translateX(-100%);
					transform: translateX(-100%);
					}

}

@media (min-width: 62em) {
	.x-omega-navigation {
		top: auto;
		background-color: transparent;
	}

	.x-omega-navigation::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: transparent;
		content: '';
		z-index: -1;
	}

		.x-omega-navigation__wrap {
			height: auto;
			padding-top: 3.5rem;
			padding-bottom: 3.5rem;
			border-top: 1px solid rgba(205, 205, 205, 0.7);
		}

			.x-omega-navigation__content {
				height: 28rem;
			}

				.x-omega-navigation__parents {
					height: 100%;
					padding-right: 4.5rem;
					text-align: right;
					border-right: 2px solid #d8d8d8;
					overflow: auto;
					overflow-y: overlay; /* Blink and WebKit based browsers only */
				}


					.x-omega-navigation__row {
						display: inline-block;
						width: auto;
						min-height: auto;
						margin: 0;
						padding: 0;
						position: relative;
						top: auto;
						left: auto;
						list-style: none;
						-webkit-overflow-scrolling: auto;
						transition: none;
					}

					.x-omega-navigation__row .x-omega-navigation__row,
					.x-omega-navigation__row .x-omega-navigation__row:nth-child(2) .x-omega-navigation__row:last-of-type {
						display: none;
					}

						.x-omega-navigation__list {
							margin-bottom: 0.75em;
						}
						
						.x-omega-navigation__list:last-of-type {
							margin-bottom: 0;
						}

							.x-omega-navigation__link {
								display: inline-block;
								font-weight: 600;
								letter-spacing: 0.075em;
								text-decoration: none;
								color: #6e6e6e;
								white-space: nowrap;
							}

							.x-omega-navigation__link:hover,
							.x-omega-navigation__link.is-active {
								color: #333;
							}

								.x-omega-navigation__link::before {
									display: inline-block;
									width: 1.25em;
									height: 2px;
									margin-right: 0.375em;
									background-color: currentColor;
									content: '';
									-webkit-transform: scaleX(0) translateY(calc(-1em / 2 + 3px));
									-ms-transform: scaleX(0) translateY(calc(-1em / 2 + 3px));
									transform: scaleX(0) translateY(calc(-1em / 2 + 3px));
									transform-origin: right;
									transition: all linear 0.1s;
								}

								.x-omega-navigation__link:hover::before,
								.x-omega-navigation__link.is-active::before {
									-webkit-transform: scaleX(1) translateY(calc(-1em / 2 + 3px));
									-ms-transform: scaleX(1) translateY(calc(-1em / 2 + 3px));
									transform: scaleX(1) translateY(calc(-1em / 2 + 3px));
								}

				.x-omega-navigation__children {
					height: 100%;
					padding-left: 6rem;
				}

					.x-omega-navigation__child-wrap {
						display: none;
						height: 100%;
						flex-direction: column;
						flex-wrap: wrap;
					}

					.x-omega-navigation__child-wrap.is-active {
						display: flex;
					}

						.x-omega-navigation__child-block {
							width: 25%;
							flex: 0 0 auto;
							margin-bottom: 1.5rem;
							margin-left: 0;
							padding: 0;
							list-style: none;
						}

							.x-omega-navigation__child-list {}

								.x-omega-navigation__child-link {
									display: inline-block;
									font-weight: 600;
									letter-spacing: 0.075em;
									text-decoration: none;
									color: #333;
								}

								.x-omega-navigation__child-link:hover {
									color: #6e6e6e;
								}

								.x-omega-navigation__grandchild-link {
									display: inline-block;
									padding: 0.125em 0;
									font-size: 15px;
									letter-spacing: 0.075em;
									text-decoration: none;
									color: #6e6e6e;
								}

								.x-omega-navigation__grandchild-link:hover {
									color: #333;
								}
								
								.x-omega-navigation__link--shop-all,
								.x-omega-navigation__grandchild-link--view-all {
									font-size: 0.832em;
									font-weight: 600;
									text-decoration: underline;
									text-transform: uppercase;
								}
}

/* ==========================================================================
   EXTENSIONS / CUSTOM-ELEMENTS / SELECTS / CUSTOM-SELECT
   ========================================================================== */

/**
 * This extension will create a stylish drop-down list from the `select`
 * elements on tbe page. It will pull the currently selected option as well
 * as trigger any change event attached to the original `select`. The new
 * list created from the select will respect any `disabled` attribute on
 * the select or any option.
 */

.c-form-select:not(.x-stock-select-element) {
	transition: visibility cubic-bezier(0, 0, 0.4, 1) 0.15s;
	visibility: hidden;
}

.x-custom-select {
	position: relative;
	white-space: nowrap;
	background-color: #fff;
	opacity: 0;
	-webkit-tap-highlight-color: transparent;
	transition: opacity cubic-bezier(0, 0, 0.4, 1) 0.15s, visibility cubic-bezier(0, 0, 0.4, 1) 0.15s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	visibility: hidden;
}

	.x-custom-select.is-loaded {
		opacity: 1;
		visibility: visible;
	}

	.x-custom-select.is-disabled {
		opacity: 0.5;
		pointer-events: none;
	}
	
	
	.x-custom-select__title {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 1rem;
		position: relative;
		color: #333;
		font-size: 0.75rem;
		font-weight: 600;
		text-align: left;
		background-color: #fff;
		border: 1px solid rgba(205, 205, 205, 0.7);
		cursor: pointer;
		outline: none;
	}
		
		.is-open .x-custom-select__title {
			border-bottom-color: #fff;
		}
		
		.x-custom-select__title::after {
			display: inline-block;
			width: 6px;
			height: 6px;
			margin-left: 1em;
			position: relative;
			top: -1px;
			border-bottom: 2px solid #595452;
			border-right: 2px solid #595452;
			content: '';
			pointer-events: none;
			transition: all 0.15s ease-in-out;
			transform: rotate(45deg);
		}
		
		.is-open .x-custom-select__title::after {
			transform: rotate(-135deg);
		}
		
		.x-custom-select__title > *:not(:empty) {
			padding-right: 0.25em;
			padding-left: 0.25em;
			pointer-events: none;
		}
		
		.x-custom-select__title span {
			color: #6e6e6e;
			text-transform: uppercase;
		}
	
		
		.x-custom-select__list {
			min-width: 100%;
			max-width: 20rem;
			max-height: 15rem;
			margin: 0;
			padding: 0;
			position: absolute;
			font-size: 0.875rem;
			font-weight: 600;
			list-style: none;
			background-color: #fff;
			box-shadow: 0 0 1.5rem 0 rgba(51, 51, 51, 0.25);
			opacity: 0;
			overflow-x: hidden;
			overflow-y: auto;
			pointer-events: none;
			transform-origin: top center;
			transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
			transform: scale(0.75) translateY(-1.5em);
			z-index: 999;
		}
		
			.is-open .x-custom-select__list {
				opacity: 1;
				pointer-events: auto;
				transform: scale(1) translateY(0);
			}
			
			.x-custom-select__list-item {
				padding: 1em 1rem;
				text-align: center;
				cursor: pointer;
			}
			
			.x-custom-select__list-item:hover {
				background-color: #ededed;
			}
				
				.x-custom-select__list-item.is-selected {
					background-color: #f7f7f7;
				}
				
				.x-custom-select__list-item.is-disabled {
					color: #ccc;
					pointer-events: none;
				}





.c-form-select.x-custom-select-replacement::before,
.c-form-select.x-custom-select-replacement::after {
	display: none;
}

.x-product-layout-purchase__options-attribute .x-custom-select-replacement {
	max-width: 20rem;
}

.x-product-layout-purchase__options-attribute .x-custom-select__title {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}

/* ==========================================================================
   UI / PLUGINS / SLICK
   ========================================================================== */

/**
 * This is the standard CSS to use the Slick Slider. The code has been cleaned
 * to remove obsolete code for unsupported browsers.
 *
 * Following the default code is the basic Slick theme styles. The code has
 * been cleaned to remove obsolete code for unsupported browsers. Additionally,
 * the code has been updated to use the ReadyTheme Font for icons.
 *
 * NOTE: If you wish to update this code, you must compare the new code
 * carefully. All layout updates should be performed through your
 * `theme-styles.css` file.
 */

/*
 * Default Slider Styles
 */
.slick-slider {
	box-sizing: border-box;
	display: block;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	left: 0;
}

.slick-track::before,
.slick-track::after {
	display: table;
	content: '';
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	height: 100%;
	min-height: 1px;
	float: left;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}





/*
 * Default Slider Theme
 */
.slick-loading .slick-list {
	background: #fff url('data:image/svg+xml,<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="32px" height="32px" viewBox="0 0 128 128" xml:space="preserve"><g><path d="M78.75 16.18V1.56a64.1 64.1 0 0 1 47.7 47.7H111.8a49.98 49.98 0 0 0-33.07-33.08zM16.43 49.25H1.8a64.1 64.1 0 0 1 47.7-47.7V16.2a49.98 49.98 0 0 0-33.07 33.07zm33.07 62.32v14.62A64.1 64.1 0 0 1 1.8 78.5h14.63a49.98 49.98 0 0 0 33.07 33.07zm62.32-33.07h14.62a64.1 64.1 0 0 1-47.7 47.7v-14.63a49.98 49.98 0 0 0 33.08-33.07z" fill="#000000" fill-opacity="1"/><animateTransform attributeName="transform" type="rotate" from="-90 64 64" to="0 64 64" dur="400ms" repeatCount="indefinite"></animateTransform></g></svg>') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	position: absolute;
	top: 50%;
	font-size: 0;
	line-height: 0;
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	outline: none;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
		color: transparent;
		background: transparent;
		outline: none;
	}

	.slick-prev:hover::before,
	.slick-prev:focus::before,
	.slick-next:hover::before,
	.slick-next:focus::before {
		opacity: 1;
	}

		.slick-prev.slick-disabled::before,
		.slick-next.slick-disabled::before {
			opacity: .25;
		}

	.slick-prev::before,
	.slick-next::before {
		font-family: 'ReadyTheme Icons', sans-serif;
		font-size: 20px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1;
		color: white;
		opacity: .75;
	}

.slick-prev {
	left: -25px;
}

	[dir='rtl'] .slick-prev {
		right: -25px;
		left: auto;
	}

	.slick-prev::before {
		content: "\36";
	}

		[dir='rtl'] .slick-prev::before {
			content: "\37";
		}

.slick-next {
	right: -25px;
}

	[dir='rtl'] .slick-next {
		right: auto;
		left: -25px;
	}

	.slick-next::before {
		content: "\37";
	}

		[dir='rtl'] .slick-next::before {
			content: "\36";
		}


/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -25px;
	list-style: none;
	text-align: center;
}

	.slick-dots li {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 0 5px;
		padding: 0;
		position: relative;
		cursor: pointer;
	}

		.slick-dots li button {
			display: block;
			width: 20px;
			height: 20px;
			padding: 5px;
			font-size: 0;
			line-height: 0;
			background: transparent;
			border: 0;
			color: transparent;
			cursor: pointer;
			outline: none;
		}

			.slick-dots li button:hover,
			.slick-dots li button:focus {
				outline: none;
			}

				.slick-dots li button:hover::before,
				.slick-dots li button:focus::before {
					opacity: 1;
				}

			.slick-dots li button::before {
				width: 20px;
				height: 20px;
				position: absolute;
				top: 0;
				left: 0;
				font-size: 6px;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				line-height: 20px;
				text-align: center;
				color: black;
				content: "\2022";
				opacity: .25;
			}

			.slick-dots li.slick-active button::before {
				opacity: .75;
				color: black;
			}


/* ==========================================================================
   THEME STYLE MODIFICATIONS
   ========================================================================== */

/**
 * Set all your THEME styles in this file.
 *
 * Adding a Theme to a design is very straightforward as every component works
 * like an extensible class. This allows you to add theme specific classes
 * and/or override existing classes.
 *
 * NOTE: Any new classes created should follow the established coding
 * standards for the framework. Theme specific classes should be prefixed by
 * `.t-`.
 *
 * Why do it this way?
 * By decoupling the theme styling from the default framework, you get the
 * following benefits:
 *      Keep the framework core library up-to-date
 *      Updates to the core styles of the framework do not get overwritten when
 *      extending the component.
 *
 *      End-user entry points remain untouched
 *      End-users do not need to use any custom name that belongs only to the
 *      theme.
 */

/**
 * Import Slick Style Default Styles
 */
@import "https://www.demonscycle.com/plugins/slick/slick.css";





body {
    background-color: #161618;
}


/**
 * Typography Overrides
 */
html,
.u-font-primary {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.u-font-secondary {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
}


button,
input,
html,
select,
textarea {
    letter-spacing: 0.05em;
}

a {
    color: currentColor;
    cursor: pointer;
    transition: 0.2s;
}

a:focus,
a:hover {
    text-decoration: none;
}

.t-primary-link {
    color: #333;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
}

.t-primary-link:focus,
.t-primary-link:hover {
    color: #a1a1a1;
}

.t-secondary-link {
    color: #6e6e6e;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
}

.t-secondary-link:focus,
.t-secondary-link:hover {
    color: #333;
    text-decoration: underline;
    opacity: 1;
}


p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.444;
}


.c-heading-alpha {
    font-size: calc(55px * 0.85);
    font-weight: 700;
    line-height: 1.4;
}

.c-heading-bravo {
    font-size: calc(50px * 0.85);
    font-weight: 700;
    line-height: 1.36;
}

.c-heading-charlie {
    font-size: calc(30px * 0.85);
    font-weight: 700;
    line-height: 1.5;
}

.c-heading-delta {
    font-size: calc(28px * 0.85);
    font-weight: 700;
    line-height: 1.6;
}

.c-heading-echo {
    font-size: calc(18px * 0.85);
    font-weight: 300;
    line-height: 1.444;
}

.c-heading-foxtrot {
    font-size: calc(16px * 0.85);
    font-weight: 300;
    line-height: 1.5;
}

.c-heading-echo::first-line,
.c-heading-foxtrot::first-line {
    font-weight: 700;
}

.c-heading-golf {
    font-size: calc(12px * 0.85);
    font-weight: 600;
    line-height: 1.75;
    text-transform: uppercase;
}

@media (min-width: 60em) {

    /**
     * Large Breakpoint [60em = 960px] and Greater
     */
    .c-heading-alpha {
        font-size: 55px;
    }

    .c-heading-bravo {
        font-size: 50px;
    }

    .c-heading-charlie {
        font-size: 30px;
    }

    .c-heading-delta {
        font-size: 28px;
    }

    .c-heading-echo {
        font-size: 18px;
    }

    .c-heading-foxtrot {
        font-size: 16px;
    }

    .c-heading-golf {
        font-size: 12px;
    }
}


.c-heading--subheading {
    font-style: italic;
    letter-spacing: 0.075em;
    text-transform: lowercase;
}






.t-prevent-events {
    pointer-events: none;
}


.t-circled-icon {
    display: inline-block;
    margin-right: 0.25em;
    padding: 0.75em;
    line-height: inherit;
    border-radius: 50%;
}


.c-keyline {
    border-color: #d8d8d8;
}


.o-site-wrapper {
    max-width: 100vw;
}


.t-wrapper {
    max-width: 100rem;
}


.c-form-input {
    border-color: rgba(205, 205, 205, 0.7);
}

.c-form-input:focus {
    border-color: #c0c0c0;
    box-shadow: none;
}


.c-form-input--large {
    padding: 0 1em;
    font-size: 0.875rem;
}


.c-form-checkbox__input:checked+.c-form-checkbox__caption::after {
    background: #0f0f0f none;
    border: 1px solid currentColor;
    box-shadow: inset 0 0 0 2px #fff;
    color: #ad1f2c!important;
}


.c-button--primary,
.c-button--secondary {
    padding: calc(1.5em - 2px) calc(3em - 2px);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-width: 2px;
}

/**
* For buttons that identify as the primary action.
*/
.c-button--primary {
    background-color: #f7f7f7;
    border-color: currentColor;
    color: #333;

}

.c-button--primary:hover,
.c-button--primary:active {
    background-color: #d8d8d8;
    border-color: currentColor;
}

/**
* For buttons that identify as the secondary action.
*/
.c-button--secondary {
    background-color: #333;
    color: #f7f7f7;

}

.c-button--secondary:hover,
.c-button--secondary:active {
    background-color: #6e6e6e;
}





.x-messages {
    margin-bottom: 1rem;
    padding: 0.75em 1.25em;
    font-size: 0.8125rem;
    background-color: #fff;
    border: 0 none;
    box-shadow: 0 0 0.25em;
}

.x-messages--info,
.x-messages--warning {}


.u-text-light {
    font-weight: 300;
}


/**
 * Colossus Color Overrides
 */
.u-bg-red::before,
.u-bg-red {
    background-color: #ad1a32;
}

.u-bg-yellow::before,
.u-bg-yellow {
    background-color: #ad1f2c;
}

.u-bg-blue::before,
.u-bg-blue {
    background-color: #5c597e;
}

.u-bg-green::before,
.u-bg-green {
    background-color: #307962;
}

.u-bg-black::before,
.u-bg-black {
    background-color: #333;
}

.u-bg-gray-50::before,
.u-bg-gray-50 {
    background-color: #6e6e6e;
}

.u-bg-gray-40::before,
.u-bg-gray-40 {
    background-color: #a1a1a1;
}

.u-bg-gray-30::before,
.u-bg-gray-30 {
    background-color: #b3b3b3;
}

.u-bg-gray-20::before,
.u-bg-gray-20 {
    background-color: #d8d8d8;
}

.u-bg-gray-10::before,
.u-bg-gray-10 {
    background-color: #f7f7f7;
}

.u-bg-primary::before,
.u-bg-primary {
    background-color: #fcae46;
}

.u-bg-secondary::before,
.u-bg-secondary {
    background-color: #333;
}

.u-bg-tertiary::before,
.u-bg-tertiary {
    background-color: #d7d3cf;
}

.c-button:hover.u-bg-red {
    background-color: #a00c24;
}

.c-button:hover.u-bg-yellow {
    background-color: #c7bd19;
}

.c-button:hover.u-bg-blue {
    background-color: #34638b;
}

.c-button:hover.u-bg-green {
    background-color: #007c36;
}

.c-button:hover.u-bg-black {
    background-color: #3f3f3f;
}

.c-button:hover.u-bg-gray-50 {
    background-color: #4e4e4e;
}

.c-button:hover.u-bg-gray-40 {
    background-color: #5a5a5a;
}

.c-button:hover.u-bg-gray-30 {
    background-color: #7f7f7f;
}

.c-button:hover.u-bg-gray-20 {
    background-color: #9a9a9a;
}

.c-button:hover.u-bg-gray-10 {
    background-color: #bcbcbc;
}

.c-button:hover.u-bg-white {
    background-color: #333;
    color: #fff;
}

.c-button:hover.u-bg-primary {
    background-color: #e17824;
}

.c-button:hover.u-bg-secondary {
    background-color: #3f3f3f;
}

.c-button:hover.u-bg-tertiary {
    background-color: #cbcbcb;
}

.u-border-red {
    border-color: #ad1a32;
}

.u-border-yellow {
    border-color: #f5b51b;
}

.u-border-blue {
    border-color: #5c597e;
}

.u-border-green {
    border-color: #307962;
}

.u-border-black {
    border-color: #333;
}

.u-border-gray-50 {
    border-color: #6e6e6e;
}

.u-border-gray-40 {
    border-color: #a1a1a1;
}

.u-border-gray-30 {
    border-color: #b3b3b3;
}

.u-border-gray-20 {
    border-color: #d8d8d8;
}

.u-border-gray-10 {
    border-color: #f7f7f7;
}

.u-border-primary {
    border-color: #ad1f2c;
}

.u-border-secondary {
    border-color: #333;
}

.u-border-tertiary {
    border-color: #d7d3cf;
}

.u-color-red {
    color: #ad1a32;
}

.u-color-yellow {
    color: #f5b51b;
}

.u-color-blue {
    color: #5c597e;
}

.u-color-green {
    color: #307962;
}

.u-color-black {
    color: #333;
}

.u-color-gray-50 {
    color: #6e6e6e;
}

.u-color-gray-40 {
    color: #a1a1a1;
}

.u-color-gray-30 {
    color: #b3b3b3;
}

.u-color-gray-20 {
    color: #d8d8d8;
}

.u-color-gray-10 {
    color: #f7f7f7;
}

.u-color-primary {
    color: #fcae46;
}

.u-color-secondary {
    color: #333;
}

.u-color-tertiary {
    color: #d7d3cf;
}





.t-defer-object {
    opacity: 0;
    overflow: hidden;
    transform-origin: top;
    transition: opacity cubic-bezier(0, 0, 0.4, 1) 0.15s, visibility cubic-bezier(0, 0, 0.4, 1) 0.15s;
    visibility: hidden;
}

.t-defer-object--loaded {
    opacity: 1;
    overflow: initial;
    visibility: visible;
}

.t-lazy-load-image {
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    animation-name: fadeIn;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
    object-fit: cover;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}





/* Global Search
   =========================================== */
.t-global-search {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: fixed;
    background-color: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform ease-in-out 0.15s;
    z-index: 5000;
}

@media (max-width: 60em) and (max-height: 60em) {
    .t-global-search {
        padding-top: 1rem;
        top: 0;
        bottom: 0;
        overflow-y: auto;
    }
}

.t-open-search {
    background-color: #fff;
}

.t-open-search:hover {
    background-color: #fff;
    border-color: currentColor;
    color: #333;
}

.t-open-search span {
    vertical-align: middle;
}

.has-active-search-preview main {
    filter: blur(4px);
    pointer-events: none;
    transition: filter linear 0.1s;
}

.has-active-search-preview .t-global-search {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.t-global-search__form {
    max-width: 90rem;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.t-global-search__form .c-form-list__item {}

.t-global-search__form .c-form-input {
    padding-right: 0;
    padding-left: 0;
}

.t-global-search__form .c-button {
    white-space: nowrap;
}


.t-search-preview {
    flex-wrap: wrap;
    position: static;
    box-shadow: none;
}

.x-search-preview--open:not(:empty) {
    display: flex;
    padding: 1rem;
}

.x-search-preview__search-all {
    flex-basis: 100%;
}

.t-search-preview__item {
    flex-basis: 50%;
    padding: 0.75rem;
}

@media (min-width: 40em) {
    .t-search-preview__item {
        flex-basis: calc(100% / 3);
    }
}

@media (min-width: 60em) {
    .t-search-preview__item {
        flex-basis: 20%;
    }
}

.t-search-preview__item.mm_searchfield_menuitem_selected {
    background-color: transparent;
}

.t-search-preview__link {
    cursor: pointer;
}

.t-search-preview__link:hover {
    box-shadow: 0 0 1rem 0 rgba(51, 51, 51, 0.25);
    color: currentColor;
}

.t-search-preview__figure {
    margin: 0;
}

.t-search-preview__picture {
    display: block;
    padding: 2rem;
    background-color: #f4f4f4;
}

.t-search-preview__picture .t-search-preview__image {
    display: inline-block;
    margin-bottom: 0;
}

.t-search-preview__figure-caption {
    padding: 1rem;
}

.t-search-preview__name {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}


/* Site Header
   =========================================== */
.t-site-header__top-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 110rem;
    margin: auto;
    font-size: 0.75rem;
    border-bottom: 1px solid rgba(205, 205, 205, 0.7);
}

.t-site-header__message {
    padding: 0.5em 1rem;
    display: inline-block;
}

.t-site-header__links {
    padding: 0.5em 1rem;
    position: relative;
    font-weight: 600;
    /*color: #a1a1a1;*/
}

.t-site-header__links:not(:last-child)::after {
    width: 1px;
    height: 1.5em;
    position: absolute;
    content: '';
    background-color: rgba(205, 205, 205, 0.7);
    opacity: 0.75;
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
}


.t-site-header__basket-link-quantity--mobile {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: calc(0.5em - 1px);
    font-size: 0.75rem;
    font-weight: 400;
}

.t-site-header__basket-link-quantity {
    display: inline-block;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    padding: 0 0.5625rem;
    font-size: 0.875em;
    font-weight: 400;
}


.t-global-account {
    width: 100vw;
    max-width: 22.5rem;
    padding: 1rem;
    position: absolute;
    top: calc(100% - 1rem);
    right: 0;
    border: 1px solid rgba(205, 205, 205, 0.7);
    box-shadow: 0 2px 1px -2px rgba(205, 205, 205, 0.7);
    opacity: 0;
    transition: all ease-in-out 0.15s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
}

.t-global-account.is-open {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.t-global-account__form {
    margin-bottom: 0;
}

.t-global-account__form .c-form-list__item:last-of-type {
    margin-bottom: 0;
    padding-top: 0.5em;
}

.t-global-account__form ::-ms-input-placeholder {
    font-size: 0.875rem;
}

.t-global-account__form ::-webkit-input-placeholder {
    font-size: 0.875rem;
}

.t-global-account__form ::placeholder {
    font-size: 0.875rem;
}




.x-mini-basket {
    position: absolute;
    top: calc(100% - 1rem);
    bottom: auto;
    left: auto;
    border: 1px solid rgba(205, 205, 205, 0.7);
    box-shadow: 0 2px 1px -2px rgba(205, 205, 205, 0.7);
    opacity: 0;
    transition: all ease-in-out 0.15s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
}

.ie11 .x-mini-basket {
    width: 30rem;
}

.x-mini-basket--open {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.x-mini-basket-is-active:not(.has-active-navigation) {
    overflow: auto;
}

.t-site-header__basket-icon {
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

.x-mini-basket-is-active .t-site-header__basket-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.x-mini-basket__content {
    padding: 1.5rem;
}

.x-mini-basket__list {
    max-height: 50vh;
    margin: 0;
    padding: 0.5rem 0 0 0;
    list-style: none;
    overflow-y: auto;
}

.x-mini-basket__line {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.x-mini-basket__line:not(:first-of-type) {
    padding-top: 1.5rem;
    border-top: 1px solid #d8d8d8;
}

@media (min-width: 40em) {
    .x-mini-basket__image {
        width: 6rem;
        height: 6rem;
        margin-right: 1.5rem;
    }
}

.x-mini-basket__item {
    max-width: 70%;
    flex-basis: 70%;
}

.x-mini-basket__item-name {
    margin-bottom: 0;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.x-mini-basket__item-attributes,
.x-mini-basket__item-subscription {
    font-size: 0.875rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.x-mini-basket__footer {
    padding-top: 0.5rem;
}

.x-mini-basket__footer .x-messages {
    margin-bottom: 0;
}


.t-site-header__masthead {
    max-width: 100rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
}

.x-fasten-header {
    max-width: 100vw;
    padding: 0.5rem 0;
    position: fixed;
    background-color: #f7f7f7;
    box-shadow: 0 2px 4px rgba(128, 128, 128, 0.15);
}

.x-fasten-header .t-site-header__masthead {
    flex: 1;
    margin: auto;
    padding: 0;
}

.t-site-header__logo {
    margin-bottom: 0;
}

.t-site-header__store-name {}

.t-site-header__store-tagline {}


.t-site-header__masthead-links {
    align-items: center;
    justify-content: flex-end;
}

.t-site-header__masthead-links [class^="u-icon-"] {
    margin-right: 0.25em;
    font-size: 1.25rem;
    vertical-align: text-bottom;
}

.t-site-header__masthead-links a:hover {
    text-decoration: none;
    opacity: 0.75;
    transition: 0.3s;
}

.t-site-header__masthead-links a:first-of-type {
    margin-right: 1.5em;
    padding-top: 0.5em;
    padding-right: calc(1.5em + 1px);
    padding-bottom: 0.5em;
    border-right: 1px solid #eaeaea;
}


.t-site-header__masthead-customer-block {
    margin-bottom: 0;
}


@media (min-width: 60em) {
    .t-site-navigation {
        border-bottom: 1px solid #eaeaea;
    }

    .x-transfigure-navigation:hover .c-navigation__list .c-navigation__link {
        color: #adadad;
        transition: color ease-in 0.1s;
    }

    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link {
        color: #adadad;
    }

    .x-transfigure-navigation .c-navigation__list:hover .c-navigation__link {
        color: #0f0f0f;
        transition: color ease-out 0.1s;
    }
}

.x-transfigure-navigation__content {
    padding-top: 1em;
    padding-bottom: 1em;
}

.x-transfigure-navigation .c-navigation__link {
    font-weight: 600;
    color: #454545;
}

.x-transfigure-navigation .c-navigation__link:hover {
    box-shadow: none;
}

.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link:hover {
    background-color: #fff;
    color: #0f0f0f;
    transition: color ease-out 0.1s;
}





.t-breadcrumbs {
    font-style: italic;
}

.x-collapsing-breadcrumbs .o-list-inline__item:not(:last-of-type)::after {
    font-weight: 400;
}

.x-collapsing-breadcrumbs__group,
.x-collapsing-breadcrumbs__list {
    margin-bottom: 0;
    padding: 3rem 0 0.5em;
    font-size: 0.75rem;
    line-height: 2;
    border-bottom: 0 none;
}

.x-collapsing-breadcrumbs__group:not(.u-hidden)+.x-collapsing-breadcrumbs__list {
    padding-top: 0;
}


.t-page-title {
    font-size: 2.25rem;
}

.main-nav li {
    display: inline-block;
}




/* Main Element
     =========================================== */
.t-main-content-element {
    max-width: 80rem;
}




/* Site Footer
    =========================================== */
.t-site-footer {
    padding-top: 1rem;
}

.t-site-footer .o-wrapper {
    max-width: 100rem;
}

@media (max-width: 39.9em) {
    .o-list-inline__item.t-site-footer__headlines-title {
        display: block;
        margin-right: 0;
        margin-bottom: 0.5em;
    }

    .t-site-footer__headlines-detail {
        font-size: 0.75rem;
    }
}

.t-site-footer__content,
.t-site-footer__disclaimer {
    padding-top: 1em;
    padding-bottom: 1em;
}


.t-site-footer .c-collapsible-menu__label {
    padding-bottom: 0.75em;
    border-bottom: 1px solid #d8d8d8;
}

.t-site-footer .c-menu__title {
    margin-bottom: 0.25em;
}

.t-site-footer__headlines .o-list-inline {
    margin-bottom: 0;
}

.t-site-footer__headlines .o-layout__item {
    margin-bottom: 1rem;
}

.t-site-footer__headlines .o-layout__item:not(:first-child) {
    border-left: 1px solid #d8d8d8;
}


.t-global-footer-social-links a {
    text-decoration: none;
}

@media (max-width: 59.9em) {
    /*.t-newsletter-form {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }*/

    .t-newsletter-form .c-menu__title {
        margin-bottom: 1rem;
        font-size: 0.75rem;
    }

    .t-newsletter-form .c-control-group {
        margin-right: auto;
        margin-left: auto;
    }

    .c-collapsible-menu__label {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .c-collapsible-menu__label::after {
        display: inline-block;
        font-size: 1rem;
        line-height: 1;
        content: '+';
    }

    .t-site-footer .c-collapsible-menu .c-menu__title {
        display: none;
    }

    .t-site-footer .c-collapsible-menu .c-menu__list {
        display: block;
        max-height: 0;
        margin-bottom: 2rem;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        transition-delay: 0.15s, 0s, 0s;
    }

    .t-site-footer .c-collapsible-menu__trigger:checked~.c-menu__list {
        display: block;
        max-height: 25em;
        margin-top: 1em;
        opacity: 1;
        overflow: hidden;
        transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
        transition-delay: 0s;
        visibility: visible;
    }

    .c-collapsible-menu__trigger:checked~.c-collapsible-menu__label::after {
        content: '-';
    }

    .c-collapsible-menu__trigger:checked~.c-menu__list {
        display: block;
        max-height: 25em;
        margin-top: 1em;
        opacity: 1;
        overflow: hidden;
        transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
        transition-delay: 0s;
        visibility: visible;
    }
}


@media (min-width: 60em) {
    .t-site-footer .c-collapsible-menu__label {
        display: none;
    }

    .t-site-footer {
        padding-top: 2rem;
    }

    .t-site-footer__content {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.t-logo-image {
    -webkit-transform: scale(0.50);
    -ms-transform: scale(0.50);
    transform: scale(0.50);
    transform-origin: top left;
}

.t-site-copyright {
    max-width: 100rem;
    padding-top: 1rem;
}





/* Slick Slider Overrides
    =========================================== */
.slick-slider.slick-initialized {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.slick-slider--left .slick-track {
    margin-left: 0;
}

.slick-slider--right .slick-track {
    margin-right: 0;
}

.slick-disabled {}

.slick-prev,
.slick-next {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    z-index: 300;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: -1.5rem;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.slick-prev::before,
.slick-next::before {
    color: #333;
    font-size: 0.75rem;
}

.slick-next::before {
    content: '\33';
}

.slick-prev::before {
    content: '\32';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgba(51, 51, 51, 0.25);
}





/* Storefront
    =========================================== */
.t-expanded-block {
    width: 95vw;
    max-width: 110rem;
    margin-left: 0;
    position: relative;
    left: calc(50% - 50vw);
    -webkit-transform: translateX(calc(50vw - 50%));
    -ms-transform: translateX(calc(50vw - 50%));
    transform: translateX(calc(50vw - 50%));
}

.t-expanded-block[class*="u-bg-"]::before {
    left: 0;
}

.t-expanded-block__item {
    width: 100%;
    max-width: 100rem;
    margin: auto;
    padding-right: 1rem;
}

.t-expanded-block__item.o-layout {
    padding-right: 0;
}





.t-storefront-banners,
.t-storefront-promos {
    display: flex;
    flex-direction: column;
}

.t-storefront-banners {
    /*padding-left: 1rem;*/
}

.t-storefront-banner__item {
    display: block;
    padding: 1em 1rem;
}

.t-storefront-promos {}

.t-storefront-promos.o-layout {
    padding-right: 1rem;
}

.t-storefront-promo__item {
    display: block;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
}

.t-storefront-promo__item a {
    display: inline-block;
    position: relative;
}

.t-storefront-promo__caption {
    display: flex;
    width: calc(100% - 2rem);
    height: 6.5rem;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    font-weight: 600;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.t-storefront-banners .t-storefront-banner__item:not(:last-of-type) {
    border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 40em) {

    .t-storefront-banners,
    .t-storefront-promos {
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 1em;
    }

    .t-storefront-banners.o-layout {
        padding-right: 1rem;
        padding-left: 0;
    }

    .t-storefront-promos {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .t-storefront-banner__item {
        margin-bottom: 0.5rem;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .t-storefront-banners .t-storefront-banner__item:not(:last-of-type) {
        border-bottom: 0 none;
        border-right: 1px solid #d8d8d8;
    }
}

@media (min-width: 65em) {

    .t-storefront-banners.o-layout,
    .t-storefront-promos.o-layout {
        padding-right: 0;
    }

    .t-storefront-promos {
        padding-top: 5rem;
        padding-bottom: 5rem;
        overflow: hidden;
    }

    .t-storefront-promo__caption {
        width: calc(100% - 5rem);
        height: 6.5rem;
        padding: 0 2.5rem;
        bottom: 2.5rem;
    }
}





.t-storefront-featured-products {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: 1rem 0 no-repeat;
    background-size: cover;
}

.t-storefront-featured-product-description {
    width: 100%;
    padding: 2rem 1rem;
}

.t-storefront-featured-product-description__headline,
.t-storefront-featured-product-description__text {
    margin-bottom: 2rem;
}

.t-storefront-featured-product-description__cta {
    padding-right: calc(6em - 2px);
    padding-left: calc(6em - 2px);
    color: #fff;
}

.t-storefront-featured-product-list {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    top: 10%;
    z-index: 500;
}


@media (min-width: 60em) {
    .t-storefront-featured-products {
        margin-top: 5rem;
        margin-bottom: -6rem;
        background-size: auto;
    }

    .t-storefront-featured-product-description {
        padding-top: 7.5rem;
        padding-bottom: 12rem;
    }


    .t-storefront-featured-product-list {
        max-width: 96.5rem;
        top: -6rem;
    }
}

@media (min-width: 90em) {
    .t-storefront-featured-product-description {}

}





.t-spotlight {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.t-spotlight__wrap {
    justify-content: space-between;
    position: relative;
}

.t-spotlight__figure {
    margin: 0 0 0 -1rem;
    position: relative;
    z-index: 5;
}


.t-spotlight__figure a {
    display: inline-block;
    position: relative;
}

.t-spotlight__figure-text {
    display: flex;
    width: 7rem;
    height: 7rem;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgba(51, 51, 51, 1);
    color: #fff;
}

.t-spotlight__figure--highlighted {
    margin: 3rem -1rem 0 calc(100% / 12 * 3);
    z-index: 1;
}

.t-spotlight__figure--highlighted::before {
    width: 115%;
    height: 125%;
    position: absolute;
    top: calc(-50%);
    left: calc(-15%);
    background: linear-gradient(128deg, #ffba60 0%, #fed9a9 64%, #ff9100 100%);
    content: '';
    z-index: -1;
}

.t-spotlight__caption {
    padding: 3rem 1rem 0;
}

@media (min-width: 60em) {
    .t-spotlight {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }

    .t-spotlight__figure {
        margin: 0;
    }

    .t-spotlight__figure-text {
        width: 10rem;
        height: 10rem;
        padding: 2rem;
        bottom: 1.5rem;
        right: 1.5rem;
        font-size: 0.875rem;
    }

    .t-spotlight__figure--highlighted {
        margin: 20% 0 0;
    }

    .t-spotlight__figure--highlighted:before {
        height: 95%;
        top: -24%;
        left: -40%;
    }

    .t-spotlight__caption {
        max-width: 41.666%;
        padding: 0 0 4rem 1rem;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: calc(16px * 1.333);
        z-index: 10;
    }
}

@media (min-width: 85em) {
    .t-spotlight__caption {
        padding: 8rem 0 9.5rem 1rem;
    }
}



.t-featured-categories {
    margin-bottom: 2rem;
    padding-top: 3rem;
}

.t-featured-categories__heading {
    margin-bottom: 1em;
}

.t-featured-categories .x-product-list__link {}

.t-featured-categories .x-product-list__action .c-button {
    padding-right: calc(1rem * 4.5 - 1px);
    padding-left: calc(1rem * 4.5 - 1px);
}

.t-featured-categories .x-product-list__name {
    height: auto;
    padding-bottom: 0;
}





/* Category Tree
    =========================================== */
.x-category-tree__label {
    color: #4a4a4a;
    font-size: 0.875rem;
    background-color: transparent;
    border: 1px solid currentColor;
}

.x-category-tree__link {
    text-decoration: none;
}


.t-accordion-category-tree {
    padding-bottom: 7.5rem;
}

.t-accordion-category-tree .x-accordion-category-tree__link,
.t-accordion-category-tree .x-accordion-category-tree__toggle {
    text-decoration: none;
    color: #6e6e6e;
}

.t-accordion-category-tree .x-accordion-category-tree__link--current,
.t-accordion-category-tree .x-accordion-category-tree__link:hover,
.t-accordion-category-tree .x-accordion-category-tree__link--current+.x-accordion-category-tree__toggle {
    color: #333;
}

.t-accordion-category-tree .x-accordion-category-tree__list--level-1:not(:last-of-type) {
    border-color: rgba(205, 205, 205, 0.7);
}


.t-faceting .c-form-checkbox {
    font-size: 14px;
}





/* Category Page
    =========================================== */
.t-category-title-images {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

.t-category-title-images .x-hero {
    padding-bottom: 1.5rem;
}





.t-category-title-sort {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    /*justify-content: center;*/
    padding-bottom: 1rem;
}

.t-category-title-sort h1 {
    margin-right: auto;
}





.t-subcategory-navigation {
    padding-bottom: 1.5rem;
    opacity: 0;
    overflow: hidden;
    transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
    visibility: hidden;
}

.t-subcategory-navigation:empty {
    margin: 0;
    padding: 0;
}


.t-subcategory-navigation .slick-next,
.t-subcategory-navigation .slick-prev {
    top: calc(50% - 1rem);
}

.t-subcategory-navigation__item {
    padding: 0.75rem;
}

.t-subcategory-navigation__link {
    text-decoration: none;
}

.t-subcategory-navigation__link:hover {
    box-shadow: 0 0 1rem 0 rgba(51, 51, 51, 0.25);
    color: currentColor;
}

.t-subcategory-navigation__figure {
    margin: 0;
}

.t-subcategory-navigation__picture {
    display: block;
    padding: 2rem;
}

.t-subcategory-navigation__picture .t-subcategory-navigation__image {
    display: inline-block;
    margin-bottom: 0;
}

.t-subcategory-navigation__figure-caption {
    padding: 1rem;
}

.t-subcategory-navigation__name {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}





.t-display-list-filtering {
    width: 100%;
    flex-wrap: nowrap;
}

.t-filters-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 50%;
    padding: 1em 1rem;
    position: relative;
    color: #333;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: left;
    background-color: #fff;
    border: solid rgba(205, 205, 205, 0.7);
    border-width: 1px 0 1px 1px;
    cursor: pointer;
    outline: none;
}

.t-filters-trigger>*:not(:empty) {
    padding-right: 0.25em;
    padding-left: 0.25em;
    pointer-events: none;
}

.t-display-list-filtering .x-display-list-filtering__per-page,
.t-display-list-filtering .x-display-list-filtering__sort-by {
    flex: 1 1 auto;
    margin-right: 0;
}

.t-display-list-filtering .x-display-list-filtering__per-page,
.t-display-list-filtering .x-display-list-filtering__sort-by,
.t-display-list-filtering .c-form-list__item,
.t-display-list-filtering .c-form-label,
.t-display-list-filtering .c-form-select {
    margin-bottom: 0;
}

.t-display-list-filtering .c-form-label {
    font-size: 0.6875rem;
}

.t-display-list-filtering .c-form-select__dropdown {
    padding: 0;
    font-size: 0.75rem;
    background-color: #fff;
    border: 0 none;
    color: initial;
}

@media (min-width: 60em) {
    .t-display-list-filtering {
        width: auto;
    }

    .t-filters-trigger {
        display: none;
    }

    .t-display-list-filtering .x-display-list-filtering__per-page:not(:last-child),
    .t-display-list-filtering .x-display-list-filtering__sort-by:not(:last-child) {
        margin-right: 1rem;
    }

    .t-display-list-filtering .x-display-list-filtering__per-page:last-child,
    .t-display-list-filtering .x-display-list-filtering__sort-by:last-child {
        margin-right: 0;
    }
}


.t-pagination {
    margin-bottom: 5rem;
    padding-top: 3rem;
}

.t-pagination.x-pagination--centered {
    width: 13rem;
    justify-content: center;
}

.t-pagination .o-list-inline {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.t-pagination__button {
    display: inline-flex;
    padding: 1em;
    font-size: 0.75rem;
    text-decoration: none;
}

.t-pagination__button:hover,
.t-pagination__button:focus,
.t-pagination__button:hover,
.t-pagination__button:focus {
    box-shadow: 0 0 0.5rem 0 rgba(51, 51, 51, 0.25);
}

.t-pagination .c-form-select {
    margin-bottom: 0;
}

.t-pagination .x-custom-select__title {
    border: 0 none;
}







.t-subcategories-products {
    padding-top: 2rem;
}

.t-subcategories-products .t-primary-link {
    display: inline-block;
    margin-left: 1em;
    font-size: 0.5em;
    font-weight: 400;
    text-transform: uppercase;
    color: #a1a1a1;
}

.t-subcategories-products .t-primary-link:hover {
    text-decoration: underline;
}

.t-subcategory-product-list:not(:last-of-type) {
    margin-bottom: 4rem;
    border-bottom: 1px solid #f5f5f5;
}

.t-subcategory-product-list__heading {
    position: relative;
}

.t-subcategory-product-list__heading .slick-prev {
    right: 6rem;
    left: auto;
}

.x-product-list--slicked {
    opacity: 0;
    overflow: hidden;
    transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
    visibility: hidden;
}

.x-product-list__item {
    margin-bottom: 0;
    padding: 0.75rem;
}

.x-product-list__link {
    text-decoration: none;
}

.x-product-list__link:hover {
    background-color: #fff;
    box-shadow: 0 0 1.5rem 0 rgba(51, 51, 51, 0.25);
    color: currentColor;
}

.x-product-list__figure {
    margin: 0;
}

.x-product-list__picture {
    display: block;
    padding: 1rem;
}

.x-product-list__image,
.x-product-list--slicked .x-product-list__image {
    display: inline-block;
    margin-bottom: 0;
}

.x-product-list__figure-caption {
    padding: 1.5rem 1rem;
}

.x-product-list__price {
    display: inline-block;
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 1.125rem;
    font-weight: 600;
}

.x-product-list__name {
    height: 3.75em;
    padding-bottom: 2rem;
    font-size: 0.875rem;
}





/* Product Page
    =========================================== */
.x-product-layout {}

.x-product-layout-images {
    position: relative;
}

.x-product-label {
    display: inline-block;
    padding: 0.125em 3.5em;
    position: absolute;
    top: 2em;
    right: 2.5em;
    user-select: none;
}

@media (min-width: 48em) {
    .x-product-layout {
        padding-top: 2rem;
        padding-bottom: 6rem;
    }
}

@media (min-width: 60em) {
    .x-product-layout-purchase .c-form-list {
        padding-left: calc(100% / 12);
    }
}


.x-product-layout-purchase__name {
    margin-bottom: 1.125rem;
    font-size: 1.5rem;
    font-weight: 400;
}

.x-product-layout-purchase__sku {
    display: block;
    color: #6e6e6e;
    font-size: 0.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}


.x-product-layout-purchase__pricing {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.x-product-layout-purchase__pricing-current {}

.x-product-layout-purchase__pricing-original {
    font-size: 0.5em;
}

.x-product-layout-purchase__pricing-original span:not(:empty)::before {
    padding-right: 0.5em;
    padding-left: 0.5em;
    content: attr(data-prompt);
}


.x-product-layout-purchase__inventory-message:not(:empty) {
    margin-bottom: 1rem;
    padding: 0.75em 0;
    color: #307962;
    font-size: 0.8125rem;
    border: 0 none;
}


.x-product-layout-purchase .is-required {
    font-weight: 600;
}

.x-product-layout-purchase__options {
    display: flex;
    width: auto;
    max-width: none;
}

.x-product-layout-purchase__options-attribute {
    flex-basis: 100%;
    margin-bottom: 2rem;
}

.x-product-layout-purchase__options-attribute .c-form-label {
    margin-bottom: 1em;
    font-size: 0.75rem;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}


.ie11 .t-page-patr .x-product-layout-purchase__options {
    display: block;
}






.t-product-layout-purchase__quantity {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border: solid #a1a1a1;
    border-width: 1px 0 1px 1px;
}

.t-product-layout-purchase__quantity label {
    margin-right: 0.25em;
    margin-bottom: 0;
}

.t-product-layout-purchase__quantity input {
    max-width: 6ch;
    height: auto;
    margin: 0;
    padding: 0 0.5ch;
    color: #333;
    border: 0 none;
    line-height: inherit;
}

@media (min-width: 30em) {
    .t-product-layout-purchase__quantity {
        flex-direction: row;
        justify-content: center;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .t-product-layout-purchase__quantity input {
        border-style: dotted;
        border-width: 0 0 1px;
    }
}

.t-product-layout-purchase__add-to-cart {
    flex-grow: 1;
}

.t-product-layout-purchase__add-to-cart input {
    height: 100%;
    letter-spacing: 0.075em;
}

.t-product-layout-purchase__add-to-wish button {
    padding-right: calc(1em - 1px);
    padding-left: calc(1em - 1px);
}

.t-product-layout-purchase__add-to-wish button:hover {
    background-color: #fff;
    color: #ad1a32;
}


.x-product-description {
    margin-bottom: 6rem;
    padding-top: 6rem;
}

.t-product-description__article {
    max-width: 60rem;
    margin: auto auto 5rem;
}

.t-product-description__article .c-table-simple__row:last-of-type {
    border-bottom: 0 none;
}

.t-product-description__article .c-table-responsive__cell {
    white-space: nowrap;
}

.t-product-description__article .c-table-responsive__cell:last-child {
    width: 100%;
}

@media screen and (max-width: 47.9em) {
    .t-product-description__article .c-table-responsive__cell {
        padding: 40px 0 15px 0;
    }

    .t-product-description__article .c-table-responsive__cell:last-child {
        padding: 0 0 40px 0;
    }
}

.t-show-more {
    max-height: calc(25vw + 5rem);
    position: relative;
    overflow: hidden;
}

.t-show-more--active {
    max-height: 100%;
    overflow: visible;
}

.t-show-more__toggle {
    display: block;
    width: 100%;
    padding: 2.25rem 0.5rem 0.5rem 0.5rem;
    position: absolute;
    bottom: 0;
    color: #333;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.7) 32%, rgba(247, 247, 247, 1) 38%, rgba(247, 247, 247, 1) 100%);
    border: 0 none;
    cursor: pointer;
    outline: none;


}

.t-show-more__toggle-text {
    display: inline-block;
    padding-bottom: 0.125rem;
    border-bottom: 1px solid currentColor;
    font-size:20px;	
}

.t-show-more--active .t-show-more__toggle {
    position: relative;
    bottom: auto;
}


.t-related-products {
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem 0;
}

@media (min-width: 60em) {
    .t-related-products {
        padding-top: 5rem;
    }
}

.t-related-product-list {
    max-width: 96.5rem;
    margin: auto;
    padding-bottom: 2rem;
}

.t-related-product-list__heading {
    position: relative;
}

.t-related-product-list__heading .slick-prev {
    right: 6rem;
    left: auto;
}

.t-related-product-list .x-product-list {
    margin-bottom: 0;
}






/* Basket Page
    =========================================== */
.t-basket__product-summary .c-table-responsive__row,
.t-basket__order-summary .c-table-simple__row {
    border-color: #eaeaea;
}

.t-basket__product-summary thead {
    border-top: 1px solid #eaeaea;
}

.t-basket__product-summary tbody .c-table-responsive__cell {
    padding-top: 1.5rem;
}


.t-basket__product-details {
    font-size: 0.875rem;
    font-weight: 600;
}


.t-basket-update {
    display: inline-block;
}

.t-basket-update .x-quantify {
    width: 10em;
    font-size: 0.875rem;
}

.t-basket-update .x-quantify .c-control-group__button {
    padding-top: calc(0.625em * 2 + 1px);
    padding-bottom: calc(0.625em * 2 + 1px);
    font-size: 0.875em;
}

.t-basket-update .x-quantify .c-control-group__button,
.t-basket-update .x-quantify .c-control-group__field {
    max-width: calc(100% / 3);
    flex-basis: calc(100% / 3);
    border-color: #c0c0c0;
}


.t-basket__product-remove {
    width: 3em;
    height: 3em;
    padding: 0;
    line-height: 3;
}

.t-basket__basket-coupon-form-toggle:checked~label>.u-icon-add::before {
    content: "\3c";
}

.t-basket__basket-coupon-form-toggle:checked~.t-basket__coupon-form {
    height: 3rem;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.t-basket__coupon-form {
    height: 0;
    margin-bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    transition: all ease-in-out 0.2s;
}

.t-basket__basket-shipping-form-toggle:checked~.t-basket__shipping-form {
    max-height: 32rem;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.t-basket__shipping-form {
    max-height: 0;
    margin-bottom: 0;
    opacity: 0;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
    visibility: hidden;
}

.t-basket__shipping-form .c-form-list__item {
    margin-right: auto;
    margin-left: auto;
}





/* Checkout Pages
    =========================================== */
.t-ocst-account-message {
    padding: 1em 2em;
    font-size: 0.75rem;
    text-align: center;
}

.t-checkout-log-in__form {
    display: block;
    max-height: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
}

.t-checkout-log-in__trigger:checked~.t-checkout-log-in__form {
    display: block;
    max-height: none;
    padding-top: 1em;
    opacity: 1;
    overflow: hidden;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transition: visibility 0s ease, transform 0.3s ease, opacity 0.3s ease;
    transition-delay: 0s;
    visibility: visible;
}





.t-checkout-basket-summary {
    height: calc(100% - 1rem);
    padding: 2rem 2rem 0;
}

.t-checkout-basket-summary__product-summary tbody .c-table-simple__cell {
    padding-top: 1.5rem;
}

.t-checkout-basket-summary__image {
    margin-right: 2rem;
}

.t-checkout-basket-summary__promo-form,
.t-checkout-basket-summary__promo-form:first-child,
.t-checkout-basket-summary__promo-form:last-child {
    display: block;
    margin: -1px -2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    background-color: #dedede;
}

@media (max-width: 59.9em) {

    .t-page-ocst .t-site-header__logo,
    .t-page-osel .t-site-header__logo,
    .t-page-opay .t-site-header__logo,
    .t-page-invc .t-site-header__logo {
        flex-basis: calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
    }
}

@media (min-width: 90em) {

    .t-page-ocst .t-main-content-element,
    .t-page-osel .t-main-content-element,
    .t-page-opay .t-main-content-element {
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }


    .t-checkout-basket-summary {
        height: 100%;
    }

    .t-checkout-basket-summary .c-table-simple {}

    .t-checkout-basket-summary__promo-form,
    .t-checkout-basket-summary__promo-form:first-child,
    .t-checkout-basket-summary__promo-form:last-child {
        margin: -1px 0;
    }


    .t-page-ocst .t-site-footer,
    .t-page-osel .t-site-footer,
    .t-page-opay .t-site-footer {
        padding-top: 0;
    }

    .t-page-ocst .t-site-footer__disclaimer,
    .t-page-osel .t-site-footer__disclaimer,
    .t-page-opay .t-site-footer__disclaimer {
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: left;
    }

    .t-page-ocst .t-site-footer__disclaimer .o-layout__item,
    .t-page-osel .t-site-footer__disclaimer .o-layout__item,
    .t-page-opay .t-site-footer__disclaimer .o-layout__item {
        flex: 0;
        white-space: nowrap;
    }
}

@media (min-width: 48em) {
    .t-payment-cta {
        flex-grow: 0;
    }

    .t-payment-form {
        justify-content: center;
    }

    .t-payment-form .o-layout__item {
        display: flex;
        max-width: 75%;
        align-items: center;
    }

    .t-payment-form .c-form-label {
        width: 25%;
        margin-right: 1rem;
    }

    .t-payment-form .c-form-input {
        max-width: 50%;
    }

    .t-payment-form .c-form-input--cvv {
        max-width: 25%;
        margin-right: 0.5rem;
    }

    .t-payment-form .c-control-group {
        max-width: 50%;
        flex-grow: 1;
    }
}


.t-checkout-customer-summary {
    margin-bottom: 1rem;
    padding: 1rem 2rem 0;
}

.ie11 .t-checkout-customer-summary {
    padding: 1rem 1rem 0;
}


.t-page-invc .t-checkout-customer-summary {
    padding-top: 0;
}






/* Account Landing Page
    =========================================== */
.t-account-page-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.t-account-page-header__link {
    display: block;
    font-size: 0.45em;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.t-account-page-header__link:hover {
    text-decoration: underline;
}

.t-account-page-header>* {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.t-account-page-header .c-button {
    font-weight: 600;
    letter-spacing: 0.25em;
    border-width: 2px;
}

@media (min-width: 60em) {
    .t-account-page-header .c-button {
        padding: calc(0.5em * 3 - 1px) calc(1em * 3 - 1px);
    }
}



.t-account-navigation {
    display: flex;
    align-items: center;
    height: 3em;
    margin: 1.25rem auto 1.75rem;
    position: relative;
}

.t-account-navigation__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.t-account-navigation__list-item {
    flex-shrink: 0;
}

.t-account-navigation__list-item:not(:first-child) {}

.t-account-navigation__link {
    display: inline-flex;
    align-items: center;
    height: 3em;
    margin: 0 1rem;
    color: #6e6e6e;
    font-weight: 600;
    text-decoration: none;
}

.t-account-navigation__link--current {
    box-shadow: inset 0 -0.2ch 0 0 currentColor;
}

@media (hover: hover) {
    .t-account-navigation__link:hover {
        color: #333;
        box-shadow: inset 0 -0.2ch 0 0 currentColor;
    }

}

.t-account-navigation__shadow {
    width: 4.5em;
    height: 3em;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f7f7f7 80%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s;
}

.t-account-navigation__shadow.is-visible {
    opacity: 1;
}

.t-account-navigation__shadow--start {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.t-account-navigation__shadow--end {
    right: 0;
}

@media (pointer: coarse) {
    .t-account-navigation {
        overflow: hidden;
    }

    .t-account-navigation__list {
        height: 4.5em;
    }
}


.t-account-landing-section {
    margin-bottom: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.t-page-ocst .t-account-landing-section,
.t-page-osel .t-account-landing-section,
.t-page-opay .t-account-landing-section {
    margin-bottom: 0;
}


.t-account-landing-section__header {}

.t-account-landing-section__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}

@media (min-width: 48em) {
    .t-account-landing-section__heading {
        font-size: 25px;
    }
}

.t-account-landing-section__heading .c-heading--subheading {
    display: block;
    color: #6e6e6e;
    font-style: normal;
    line-height: 1;
    text-transform: none;
}

.t-account-landing-section__content {
    padding-top: 1.25rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.t-account-landing__order-list:not(.t-account-landing__order-list--subscriptions) {
    padding-top: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.t-account-landing__order-list .c-table-responsive {
    margin: 0;
}

.t-account-landing__order-list--subscriptions tbody .c-table-responsive__row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.t-account-landing__subscription-product {
    display: flex;
    align-items: center;
}

.t-account-landing__subscription-product picture {
    display: none;
}


.t-account-landing__customer-credit .t-account-landing-section__content,
.t-account-landing__saved-cards .t-account-landing-section__content {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.t-account-landing__saved-cards img {
    display: inline-block;
    height: 1.5em;
    margin-right: 0.25em;
    vertical-align: text-bottom;
}

@media screen and (min-width: 48em) {

    .t-account-landing__customer-credit .t-account-landing-section__content,
    .t-account-landing__saved-cards .t-account-landing-section__content {
        border-bottom: 0 none;
    }
}

@media screen and (min-width: 60em) {
    .t-account-landing__order-list {
        padding: 1.5rem 2.5rem;
        transition: box-shadow 0.3s ease;
    }

    .t-account-landing__order-list--subscriptions {
        padding: 0;
        border-bottom: 0 none;
    }

    .t-account-landing__order-list .c-table-responsive__row {
        display: flex;
    }

    .t-account-landing__order-list--subscriptions thead .c-table-responsive__row,
    .t-account-landing__order-list--subscriptions tbody .c-table-responsive__row {
        align-items: center;
        padding: 0 1rem;
    }

    .t-account-landing__order-list--subscriptions tbody .c-table-responsive__row {
        padding: 1rem;
    }

    .t-account-landing__order-list .c-table-responsive__cell {
        flex: 1;
    }

    .t-account-landing__order-list .c-table-responsive__cell:last-child {
        display: flex;
        align-items: center;
        flex: 0 0 10rem;
        justify-content: flex-end;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .t-account-landing__order-list--subscriptions .c-table-responsive__cell:last-child {
        display: table-cell;
        flex: 0 0 15rem;
        text-align: right;
        border-left: 0 none;
    }

    .t-account-landing__subscription-product picture {
        display: inline-block;
        margin-right: 1.5em;
        padding: 0.5em;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }


    .ie11 .t-account-landing__order-list .c-table-responsive__cell:not(:last-child) {
        display: block;
        flex-basis: 20%;
    }

    .ie11 .t-account-landing__order-list--subscriptions .c-table-responsive__cell {
        display: block;
        flex-basis: 25%;
    }


    .t-account-landing__customer-credit,
    .t-account-landing__saved-cards,
    .t-account-landing__wish-lists {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .t-account-landing__wish-lists {
        padding-right: 3rem;
    }

    .t-account-landing__customer-credit .t-account-landing-section__content,
    .t-account-landing__saved-cards .t-account-landing-section__content,
    .t-account-landing__wish-lists .t-account-landing-section__content {
        margin-bottom: 0;
        border-bottom: 0 none;
    }

    .t-account-landing__customer-credit .t-account-landing-section__header,
    .t-account-landing__customer-credit .t-account-landing-section__content {
        padding-right: 3rem;
    }

    .t-account-landing__saved-cards .t-account-landing-section__header,
    .t-account-landing__saved-cards .t-account-landing-section__content {
        padding-right: 3rem;
        padding-left: 1rem;
    }

    .t-account-landing__address-book .t-account-landing-section__header,
    .t-account-landing__address-book .t-account-landing-section__content,
    .t-account-landing__customer-service .t-account-landing-section__header,
    .t-account-landing__customer-service .t-account-landing-section__content {
        padding-left: 1rem;
    }

    .t-account-landing__wish-lists .c-table-responsive__cell--flush {
        display: block;
        width: 100%;
    }

    .t-account-landing__wish-lists .c-table-responsive__cell--flush a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}





/* Customer Profile
    =========================================== */
.t-page-abal .x-collapsing-breadcrumbs__group,
.t-page-abal .x-collapsing-breadcrumbs__list,
.t-page-acrt .x-collapsing-breadcrumbs__group,
.t-page-acrt .x-collapsing-breadcrumbs__list,
.t-page-acln .x-collapsing-breadcrumbs__group,
.t-page-acln .x-collapsing-breadcrumbs__list,
.t-page-cabk .x-collapsing-breadcrumbs__group,
.t-page-cabk .x-collapsing-breadcrumbs__list,
.t-page-cada .x-collapsing-breadcrumbs__group,
.t-page-cada .x-collapsing-breadcrumbs__list,
.t-page-cade .x-collapsing-breadcrumbs__group,
.t-page-cade .x-collapsing-breadcrumbs__list,
.t-page-ceml .x-collapsing-breadcrumbs__group,
.t-page-ceml .x-collapsing-breadcrumbs__list,
.t-page-cpca .x-collapsing-breadcrumbs__group,
.t-page-cpca .x-collapsing-breadcrumbs__list,
.t-page-cpcd .x-collapsing-breadcrumbs__group,
.t-page-cpcd .x-collapsing-breadcrumbs__list,
.t-page-cpce .x-collapsing-breadcrumbs__group,
.t-page-cpce .x-collapsing-breadcrumbs__list,
.t-page-cpro .x-collapsing-breadcrumbs__group,
.t-page-cpro .x-collapsing-breadcrumbs__list,
.t-page-cpwd .x-collapsing-breadcrumbs__group,
.t-page-cpwd .x-collapsing-breadcrumbs__list,
.t-page-csbe .x-collapsing-breadcrumbs__group,
.t-page-csbe .x-collapsing-breadcrumbs__list,
.t-page-cstr .x-collapsing-breadcrumbs__group,
.t-page-cstr .x-collapsing-breadcrumbs__list,
.t-page-csub .x-collapsing-breadcrumbs__group,
.t-page-csub .x-collapsing-breadcrumbs__list,
.t-page-fpwd .x-collapsing-breadcrumbs__group,
.t-page-fpwd .x-collapsing-breadcrumbs__list,
.t-page-ordh .x-collapsing-breadcrumbs__group,
.t-page-ordh .x-collapsing-breadcrumbs__list,
.t-page-ords .x-collapsing-breadcrumbs__group,
.t-page-ords .x-collapsing-breadcrumbs__list,
.t-page-rgft .x-collapsing-breadcrumbs__group,
.t-page-rgft .x-collapsing-breadcrumbs__list,
.t-page-wish .x-collapsing-breadcrumbs__group,
.t-page-wish .x-collapsing-breadcrumbs__list,
.t-page-wlad .x-collapsing-breadcrumbs__group,
.t-page-wlad .x-collapsing-breadcrumbs__list,
.t-page-wled .x-collapsing-breadcrumbs__group,
.t-page-wled .x-collapsing-breadcrumbs__list,
.t-page-wlst .x-collapsing-breadcrumbs__group,
.t-page-wlst .x-collapsing-breadcrumbs__list,
.t-page-wpck .x-collapsing-breadcrumbs__group,
.t-page-wpck .x-collapsing-breadcrumbs__list {
    padding-top: 0;
}





/* Customer Payment Pages
    =========================================== */
.t-customer-payment-card {}

.t-customer-payment-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.25rem 2rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

@media (hover: hover) {
    .t-customer-payment-card__link:hover {
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
    }
}

.t-customer-payment-card__link img {
    display: inline-block;
    height: 1.5em;
    margin-right: 0.25em;
    vertical-align: text-bottom;
}

.t-customer-payment-card__link span {
    line-height: 1.75;
}





/* Order History Page
    =========================================== */
.t-account-filtering {
    display: flex;
    flex-direction: column;
    padding-top: 0.75rem;
}

.t-account-filtering__search .c-form-list__item,
.t-account-filtering__sort-by .c-form-list__item,
.t-account-filtering__sort-by .c-form-select {
    margin-bottom: 0;
}

.t-account-filtering__search .c-control-group__field {
    min-width: 0;
}

.t-account-filtering__search {
    font-size: 0.75rem;
}

.t-account-filtering__search .c-button {
    padding: 1rem;
    line-height: 1.15;
}

@media screen and (min-width: 48em) {
    .t-account-filtering {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
    }

    .t-account-filtering__search,
    .t-account-filtering__sort-by {
        margin-bottom: 0;
    }
}





/* Order History Page
    =========================================== */
.t-account-landing__order-list--subscriptions tbody .c-table-responsive__row.t-ords-status {
    padding-bottom: 0;
    border-bottom: 0 none;
}

.t-account-landing__order-list--subscriptions tbody .c-table-responsive__row.t-ords-status+.c-table-responsive__row {
    padding-top: 0;
}

.t-page-ords .t-account-landing__subscription-product {
    align-items: flex-start;
}

.t-page-ords .t-account-landing__subscription-product picture {
    display: inline-block;
    margin-right: 1.5em;
    padding: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
}





/* Customer Credit Pages
    =========================================== */
@media screen and (min-width: 48em) {
    .t-page-abal .t-account-filtering {
        justify-content: flex-end;
    }

    .t-page-abal .t-account-filtering__sort-by {
        margin-left: 1.5rem;
    }
}





/* Address Book
    =========================================== */
.t-address {
    min-height: 100%;
    padding: 3.625rem 0.875rem 0;
    border: 1px solid #cdcdcd;
}

.t-address--primary {
    padding-top: 0.875rem;
}

.t-address__header {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
    background-color: #eaeaea;
}

.t-address__list {
    padding: 0 18%;
}

.t-address__link {
    padding-bottom: 0.625em;
}

.t-address__link .c-button {
    border-bottom: 1px solid currentColor;
}

.t-address__link .c-button:hover {
    opacity: 0.75;
}





/* Subscriptions
    =========================================== */
.t-subscription-image {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.t-subscription-details {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1)
}

.t-subscription-details__section {
    padding: 4.166% 8.333%;
}

.t-subscription-details__block {
    margin-bottom: 1rem;
}

.t-subscription-details__date {
    display: inline-flex;
    justify-content: space-between;
    padding-right: 0;
}

.t-subscription-details__date-display {
    font-weight: 700;
}

.t-subscription-details__date-calendar {
    display: inline-flex;
    align-items: center;
    padding: 0 1rem;
    color: #fc9c1e;
    font-size: 1.5rem;
    background-color: #fff5e8;
}

.miva_datepicker {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
}

.miva_datepicker_calendar_weekday_title {
    font-weight: 400;
}

.miva_datepicker_calendar_day_noselect,
.miva_datepicker_calendar_day_noselect:hover {
    background-color: #d8d8d8;
}

.t-subscription-details__quantity .t-product-layout-purchase__quantity {
    border: 1px solid #cdcdcd;
}

.t-subscription-details__quantity .c-heading-delta {
    display: inline-block;
    padding: 0.75em 0;
    font-size: 1.25rem;
    line-height: 1.5;
}





/* Wish List Page
    =========================================== */
.t-wish-list-search .c-control-group {
    border: 1px solid #eaeaea;
}

.t-wish-list-search__button {
    padding-right: calc(1em - 1px);
    padding-left: calc(1em - 1px);
}


.t-wish-list__item .c-control-group__button {
    flex: 1 1 50%;
    padding-right: 0;
    padding-left: 0;
}

.ie11 .t-page-wish .t-basket thead td:last-of-type {
    width: 15rem;
}

.o-layout__item.t-expanded-block__item.t-account-landing-section__content > section > aside > table > tbody > tr:nth-child(7) > td > a {color:white;}
.o-layout__item.t-expanded-block__item.t-account-landing-section__content > section > aside > table > tbody > tr:nth-child(2) > td{color:green;}
#js-OSEL > main > section:nth-child(2) > div > section > div > section > div > form > fieldset > ul:nth-child(10) > li > input {color:white;}
.o-layout__item.t-expanded-block__item.t-account-landing-section__content > section > aside > table > tbody > tr:nth-child(4){display:none;}
#js-KB > main > section.o-layout.t-expanded-block.u-bg-white > div > h1 {margin-top:16px;}
#js-CTLG > main > section.o-layout.t-expanded-block.u-bg-white > div > h1 {margin-top:16px;}

#ship-to > h2 {font-size: 35px;}
#js-OUS1 > main > section > div > section:nth-child(2) > div > section.o-layout.o-layout--wide.o-layout--justify-center > div > div > picture > img{margin-left:auto;margin-right:auto;}
#js-OSEL > main > section:nth-child(5) > div > section > div > section > div > form > fieldset > ul:nth-child(10) > li > input{color:white;}
.t-product-description__article > h2:nth-child(1){color:#ad1f2c;}
.t-product-description__article > 
/* ==========================================================================
   EXTENSIONS / CUSTOM-ELEMENTS / RADIOS / RADIO-TO-BUTTON
   ========================================================================== */

/**
 * This extension automatically converts the `radio` style product attribute into a more usable button.
 */

.x-radio-to-button {
	margin: 0 1em 0.5em 0;
	font-size: 0.875rem;
}

	.x-radio-to-button .c-form-checkbox__caption {
		display: block;
		margin: 2px;
		padding: 0.5em 1rem;
		font-weight: 600;
		outline: 1px solid currentColor;
		opacity: 0.85;
		transition: opacity ease-in-out 0.3s;
	}

	.x-radio-to-button .c-form-checkbox__caption::before,
	.x-radio-to-button .c-form-checkbox__caption::after {
		display: none;
	}

	.x-radio-to-button .c-form-checkbox__input:hover + .c-form-checkbox__caption,
	.x-radio-to-button .c-form-checkbox__input:checked + .c-form-checkbox__caption {
		outline-width: 2px;
		opacity: 1;
		color:#ad1f2c;
	}

/* ==========================================================================
   EXTENSIONS / CATEGORY TREE / ACCORDION / ACCORDION CATEGORY TREE
   ========================================================================== */

.x-accordion-category-tree {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

	.x-accordion-category-tree__row {
		margin-bottom: 0;
		margin-left: 0;
		padding-right: 5rem;
		list-style: none;
	}

		.x-accordion-category-tree__list--level-1:not(:last-of-type) {
			margin-bottom: 1rem;
			padding-bottom: 1rem;
			border-bottom: 1px solid;
		}

			.x-accordion-category-tree__summary {
				display: flex;
				align-items: center;
				justify-content: space-between;
			}

				.x-accordion-category-tree__toggle {
					color: currentColor;
				}

					.x-accordion-category-tree__toggle span {
						display: inline-block;
					}

					.is-active .x-accordion-category-tree__toggle span::before {
						content: '\3c';
					}

			.x-accordion-category-tree__details {
				max-height: 0;
				font-size: 0.9375em;
				opacity: 0;
				overflow: hidden;
				-webkit-transform: scaleY(0);
				-ms-transform: scaleY(0);
				transform: scaleY(0);
				transform-origin: top;
				transition: opacity ease-out 0.1s;
			}

			.is-active .x-accordion-category-tree__details {
				max-height: none;
				opacity: 1;
				-webkit-transform: scaleY(1);
				-ms-transform: scaleY(1);
				transform: scaleY(1);
				transition: opacity ease-in 0.1s;
			}

				.x-accordion-category-tree__list--level-2 {
					line-height: 2.2;
				}


/* ==========================================================================
   EXTENSIONS / SHOW-RELATED / SHOW-DONT-TELL
   ========================================================================== */

/**
 * This extension allows you to toggle the display of related content placed
 * elsewhere in the site.
 */
.x-show-related__link {}

.x-show-related__icon {
	display: inline-block;
	transition: all ease-in-out 0.3s;
}

.x-show-related__link.is-active .x-show-related__icon {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* ==========================================================================
   EXTENSIONS / SUBSCRIPTIONS / COMBO / SUBSCRIPTION COMBO
   ========================================================================== */

/**
 * This fun extension allows for the "Single Purchase" and "Subscription Terms" options on the product page to
 * be contained in a more semantic and design friendly way.
 */

.x-subscription-combo {}

	.x-subscription-combo .c-form-checkbox--inline {
		display: inline-flex;
		min-height: 2em;
		margin-bottom: 0.5em;
	}

	.x-subscription-combo .c-form-checkbox--inline:last-of-type {
		margin-right: 0;
	}

	@media (min-width: 30em) {
		.x-subscription-combo .c-form-checkbox--inline:nth-child(2)::after {
			display: inline-block;
			height: 2rem;
			padding-left: 2em;
			border-right: 1px solid #d8d8d8;
			content: '';
		}
	}

		.x-subscription-combo .c-form-checkbox__caption span,
		.x-subscription-combo .c-form-checkbox__caption strong {
			font-size: 0.75rem;
			letter-spacing: 0.075em;
		}

		.x-subscription-combo .c-form-checkbox__caption span {
			padding-right: 0.5em;
		}


	.x-subscription-combo .x-custom-select-replacement {
		margin-bottom: 0;
		padding-right: 0;
	}

		.x-subscription-combo .c-form-select__dropdown {
			border: 0 none;
		}

		.x-subscription-combo .x-custom-select__title {
			padding: 0.5rem 0.5rem 0.5rem 0;
			border: 0 none;
		}

		.x-subscription-combo .x-custom-select__title::before {
			padding-right: 0.25em;
			font-weight: 400;
			font-size: 0.75rem;
			letter-spacing: 0.075em;
			text-transform: uppercase;
			content: 'Subscribe';
		}

/* ==========================================================================
   EXTENSIONS / PRODUCT LAYOUT / IMAGERY / PRODUCT IMAGERY
   ========================================================================== */

/**
 * With this extension you can display the image thumbnails in a vertical carouse next to the main image.
 * Then, when you click to zoom, you can view all the product images as a carousel in a light-box.
 */

.x-product-imagery {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 1.5rem;
}

	.x-product-imagery__thumbnail-list:empty {
		display: none;
	}

	.x-product-imagery__thumbnail-list {
		padding: 0 3rem;
		opacity: 0;
		overflow: hidden;
		transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
		visibility: hidden;
	}

		.x-product-imagery__thumbnail-list .slick-track {
			display: flex;
			flex-flow: row nowrap;
		}

			.x-product-imagery__thumbnail-list .slick-slide {
				display: flex;
				height: auto;
				margin: 0 0.25rem;
			}

				.x-product-imagery__thumbnail-list .slick-slide > div {
					display: flex;
				}

		.x-product-layout-images__thumbnail-image {
			display: inline-block;
			margin-bottom: 0;
			padding: 0.5rem;
		}

			.x-product-layout-images__thumbnail-image img {
				position: relative;
				top: 50%;
				pointer-events: none;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}

	.x-product-imagery__showcase {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1 1 100%;
		margin: 0 0 0.5rem;
		padding: 2rem 0;
		border: 1px solid #ededed;
		opacity: 0;
		overflow: hidden;
		transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
		visibility: hidden;
	}

	.x-product-imagery__thumbnail-list:empty + .x-product-imagery__showcase,
	.x-product-imagery__thumbnail-list.slick-initialized + .x-product-imagery__showcase {
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}

		.x-product-layout-images__image {
			margin: 0;
		}


	.x-photo-gallery-template {
		height: 0;
		opacity: 0;
		overflow: hidden;
		transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
		visibility: hidden;
	}

	.x-photo-gallery-template.is-active {
		height: auto;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}

		.x-product-photo-gallery .slick-slide div {
			text-align: center;
		}

			.x-product-photo-gallery .slick-slide img {
				width: auto !important;
				max-height: 75vh;
				margin: auto;
			}

@media (min-width: 48em) {
	.x-product-imagery {
		flex-direction: row;
	}

		.x-product-imagery__thumbnail-list {
			display: flex;
			flex-flow: column nowrap;
			align-self: stretch;
			justify-content: space-between;
			margin-right: 1rem;
			padding: 0;
		}

			.x-product-imagery__thumbnail-list .slick-track {
				flex-direction: column;
			}

				.x-product-imagery__thumbnail-list .slick-slide {
					display: block;
					height: 100%;
					margin: 0;
				}

					.x-product-imagery__thumbnail-list .slick-slide > div {
						display: block;
					}

					.x-product-imagery__thumbnail-list .slick-next,
					.x-product-imagery__thumbnail-list .slick-prev {
						width: 100%;
						height: 2rem;
						position: relative;
						top: auto;
						right: auto;
						left: auto;
						-webkit-transform: none;
						-ms-transform: none;
						transform: none;
					}

					.x-product-imagery__thumbnail-list .slick-next::before {
						content: '\31';
					}

					.x-product-imagery__thumbnail-list .slick-prev::before {
						content: '\30';
					}
}

@media (min-width: 60em) {
	.x-product-imagery {
		margin-bottom: 0;
	}
}

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

/* tgreviews */

.tgr-stars label {
    color: #ccc;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

.tgr_rating {
    float: left;
}

.tgr_rating>input {
    display: none;
}

.tgr_rating>label {
    font-size: 22px;
    color: #929292;
    float: right;
    cursor: pointer;
}

.tgr_rating>input:checked~label, .tgr_rating:not(:checked)>label:hover, .tgr_rating:not(:checked)>label:hover~label {
    color: #d2b64f;
}

.tgr_rating>input:checked+label:hover, .tgr_rating>input:checked~label:hover, .tgr_rating>label:hover~input:checked~label, .tgr_rating>input:checked~label:hover~label {
    color: #baa145;
}

.tgreviews__form {
    max-width: 720px;
    margin: 0 auto;
}

.tgreviews__form-row {
    clear: both;
    margin-bottom: 12px;
}

.tgreviews__form-label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}

.tgreviews__form-input, .tgreviews__form-textarea, .tgreviews__form-submit {
    width: 100%;
    height: 50px;
    padding: 0.75rem 1rem;
    font-size: 15px;
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.tgreviews__form-textarea {
    height: 170px;
    resize: none;
    overflow-y: auto;
}

.tgreviews__form-input.error, .tgreviews__form-textarea.error {
    border-color: #ad1f2c;
}

.tgreviews__form-breaker {
    height: 1.5rem;
    clear: left;
}

.tgreviews__form-submit {
    border: 0;
    background: #ad1f2c;
    font-size: 16px;
    max-width: 200px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 15px;
    margin-top: 12px;
}

.tgreviews__form-submit:hover {
    opacity: 0.8;
}

.tgreviews__form-checkbox {
    display: flex;
    line-height: 130%;
    position: relative;
}

.tgreviews__form-checkbox input[type="checkbox"] {
    visibility: hidden;
    margin-right: 12px;
}

.tgreviews__form-checkbox .tgreviews__form-checkboxlabel:before {
    content: "";
    height: 13px;
    width: 13px;
    padding: 1px;
    outline: 1px solid #ccc;
    border: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 1px;
    visibility: visible;
}

.tgreviews__form-checkbox input[type="checkbox"]:checked+.tgreviews__form-checkboxlabel:before {
    background: #ccc;
}

.tgreivews-breaker {
    height: 1.5rem;
    clear: left;
}

.tgreviews-no-reviews {
    text-align: center;
}

.tgreviews div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tgreviews-average-overlay {
    overflow: hidden;
    position: absolute;
    top: -4px;
    left: 0;
    white-space: nowrap;
    color: #000;
}

.tgreviews-breakdown {
    clear: left;
}

.tgreviews-breakdown__rating, .tgreviews-breakdown__count {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tgreviews-breakdown__rating {
    text-align: right;
}

.tgreviews-breakdown__rating a {
    color: #12141b;
    text-decoration: underline;
}

.tgreviews-breakdown__rating a:hover {
    text-decoration: none;
}

.tgreviews-breakdown__percent {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tgreviews-breakdown__percentage {
    height: 5px;
    background: #ccc;
    position: relative;
    margin-top: 5px;
}

.tgreviews-breakdown__percentage-overlay {
    background: #FFD700;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.tgreviews-breakdown__rating, .tgreviews-breakdown__percent, .tgreviews-breakdown__count {
    float: left;
    padding: 2px 5px;
}

.tgreviews-breakdown__star {
    -webkit-transform: rotateZ(100deg);
    transform: rotateZ(100deg);
}

.tgreviews-half {
    float: left;
    width: 50%;
}

.tgreviews-sorting, .tgreviews-breakdown, .tgreviews-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.tgreviews-label, .tgreviews-pagination-label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 1rem;
}

.tgreviews-label {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tgreviews-select {
    padding: 0.75rem 1rem;
    font-size: 12px;
    border: 1px solid #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tgreviews-average {
    text-align: center;
}

.tgreviews-average__star, .tgreviews-average__star-overlay {
    position: relative;
    color: #b2b2b2;
}

.tgreviews-average__star {
    font-size: 22px;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    position: relative;
}

.tgreviews-average__star-overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFD700;
    overflow: hidden;
}

.tgreviews-average__text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 130%;
    padding-top: 5px;
}

.tgreviews-average__text span {
    display: inline-block;
}

.tgreviews-review {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    line-height: 1.5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (max-width: 29.9em) {
    .tgreviews-review {
        flex-direction: column;
    }
}

.tgreviews-review-left {
    width: 190px;
    padding-right: 20px;
}

@media (max-width: 29.9em) {
    .tgreviews-review-left {
        width: 100%;
        padding: 0 0 25px;
    }
}

.tgreviews-review-right {
    flex: 1;
}

.tgreviews-review__user {
    font-size: 16px;
    font-weight: 700;
}

.tgreviews-review__date {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
}

.tgreviews-review__rating-info {
    display: flex;
}

.tgreviews-rating-stars {
    font-size: 14px;
    color: #d2b64f;
}

.tgreviews-review__verified-buyer {
    font-size: 13px;
    color: #7b7b7b;
    font-weight: 300;
    margin-top: 15px;
}

.tgreviews-review__verified-buyer i {
    color: #27ae60;
}

.tgreviews-review__title,
.x-flex-tabs__content .tgreviews-review__title {
    display: block;
    font-size: 17px;
    margin: 0;
}

.tgreviews-review__summary {
    font-size: 16px;
    line-height: 144%;
}