@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
	 * 1. Set default font family to sans-serif.
	 * 2. Prevent iOS and IE text size adjust after device orientation change,
	 *    without disabling user zoom.
	 */
	/*  #wrapper a {color: #5ec26a !important;} */
#livechat-compact-container{
	z-index:2!important;
}
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */ }

/**
	 * Remove default margin.
	 */
body {
	margin: 0; }

/* HTML5 display definitions
		 ========================================================================== */
/**
	 * Correct `block` display not defined for any HTML5 element in IE 8/9.
	 * Correct `block` display not defined for `details` or `summary` in IE 10/11
	 * and Firefox.
	 * Correct `block` display not defined for `main` in IE 11.
	 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block; }

/**
	 * 1. Correct `inline-block` display not defined in IE 8/9.
	 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
	 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */ }

/**
	 * Prevent modern browsers from displaying `audio` without controls.
	 * Remove excess height in iOS 5 devices.
	 */
audio:not([controls]) {
	display: none;
	height: 0; }

/**
	 * Address `[hidden]` styling not present in IE 8/9/10.
	 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
	 */
[hidden],
template {
	display: none; }

/* Links
		 ========================================================================== */
/**
	 * Remove the gray background color from active links in IE 10.
	 */
a {
	background-color: transparent; }

/**
	 * Improve readability of focused elements when they are also in an
	 * active/hover state.
	 */
a:active,
a:hover {
	outline: 0; }
		a:hover, a:focus {
		color: #1585cf; }

/* Text-level semantics
		 ========================================================================== */
/**
	 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
	 */
abbr[title] {
	border-bottom: 1px dotted; }

/**
	 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
	 */
b,
strong {
	font-weight: bold; }

/**
	 * Address styling not present in Safari and Chrome.
	 */
dfn {
	font-style: italic; }

/**
	 * Address variable `h1` font-size and margin within `section` and `article`
	 * contexts in Firefox 4+, Safari, and Chrome.
	 */
h1 {
	font-size: 2em;
	margin: 0.67em 0; }

/**
	 * Address styling not present in IE 8/9.
	 */
mark {
	background: #ff0;
	color: #000; }

/**
	 * Address inconsistent and variable font size in all browsers.
	 */
small {
	font-size: 80%; }

/**
	 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
	 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

/* Embedded content
		 ========================================================================== */
/**
	 * Remove border when inside `a` element in IE 8/9/10.
	 */
img {
	border: 0; }

/**
	 * Correct overflow not hidden in IE 9/10/11.
	 */
svg:not(:root) {
	overflow: hidden; }

/* Grouping content
		 ========================================================================== */
/**
	 * Address margin not present in IE 8/9 and Safari.
	 */
figure {
	margin: 1em 40px; }

/**
	 * Address differences between Firefox and other browsers.
	 */
hr {
	box-sizing: content-box;
	height: 0; }

/**
	 * Contain overflow in all browsers.
	 */
pre {
	overflow: auto; }

/**
	 * Address odd `em`-unit font size rendering in all browsers.
	 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em; }

/* Forms
		 ========================================================================== */
/**
	 * Known limitation: by default, Chrome and Safari on OS X allow very limited
	 * styling of `select`, unless a `border` property is set.
	 */
/**
	 * 1. Correct color not being inherited.
	 *    Known issue: affects color of disabled elements.
	 * 2. Correct font properties not being inherited.
	 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
	 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */ }

/**
	 * Address `overflow` set to `hidden` in IE 8/9/10/11.
	 */
button {
	overflow: visible; }

/**
	 * Address inconsistent `text-transform` inheritance for `button` and `select`.
	 * All other form control elements do not inherit `text-transform` values.
	 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
	 * Correct `select` style inheritance in Firefox.
	 */
button,
select {
	text-transform: none; }

/**
	 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
	 *    and `video` controls.
	 * 2. Correct inability to style clickable `input` types in iOS.
	 * 3. Improve usability and consistency of cursor style between image-type
	 *    `input` and others.
	 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */ }

/**
	 * Re-set default cursor for disabled elements.
	 */
button[disabled],
html input[disabled] {
	cursor: default; }

/**
	 * Remove inner padding and border in Firefox 4+.
	 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0; }

/**
	 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
	 * the UA stylesheet.
	 */
input {
	line-height: normal; }

/**
	 * It's recommended that you don't attempt to style these elements.
	 * Firefox's implementation doesn't respect box-sizing, padding, or width.
	 *
	 * 1. Address box sizing set to `content-box` in IE 8/9/10.
	 * 2. Remove excess padding in IE 8/9/10.
	 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
	 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
	 * `font-size` values of the `input`, it causes the cursor style of the
	 * decrement button to change from `default` to `text`.
	 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto; }

/**
	 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
	 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
	 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */ }

/**
	 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
	 * Safari (but not Chrome) clips the cancel button when the search input has
	 * padding (and `textfield` appearance).
	 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

/**
	 * Define consistent border, margin, and padding.
	 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
	 */
/* fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	} */
/**
	 * 1. Correct `color` not being inherited in IE 8/9/10/11.
	 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
	 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
	 * Remove default vertical scrollbar in IE 8/9/10/11.
	 */
textarea {
	overflow: auto; }

/**
	 * Don't inherit the `font-weight` (applied by a rule above).
	 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
	 */
optgroup {
	font-weight: bold; }

/* Tables
		 ========================================================================== */
/**
	 * Remove most spacing between table cells.
	 */
table {
	border-collapse: collapse;
	border-spacing: 0; }

td,
th {
	padding: 0; }

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
	font-size: 87.5%;
	box-sizing: border-box; }

*,
*:before,
*:after {
	box-sizing: inherit; }

body {
	padding: 0;
	margin: 0;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background: #fefefe;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle; }

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0; }

select {
	width: 100%;
	border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important; }

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 1; }

.is-visible {
	display: block !important; }

.is-hidden {
	display: none !important; }

.row {
	max-width: 85.7142857143rem;
	margin-left: auto;
	margin-right: auto; }
	.row::before, .row::after {
		content: ' ';
		display: table;
		flex-basis: 0;
		order: 1; }
	.row::after {
		clear: both; }
	.row.collapse > .column, .row.collapse > .columns {
		padding-left: 0;
		padding-right: 0; }
	.row .row {
		margin-left: -0.7142857143rem;
		margin-right: -0.7142857143rem; }
		@media screen and (min-width: 40em) {
			.row .row {
				margin-left: -1.0714285714rem;
				margin-right: -1.0714285714rem; } }
		.row .row.collapse {
			margin-left: 0;
			margin-right: 0; }
	.row.expanded {
		max-width: none; }
		.row.expanded .row {
			margin-left: auto;
			margin-right: auto; }

.column, .columns {
	width: 100%;
	float: left;
	padding-left: 0.7142857143rem;
	padding-right: 0.7142857143rem; }
	@media screen and (min-width: 40em) {
		.column, .columns {
			padding-left: 1.0714285714rem;
			padding-right: 1.0714285714rem; } }
	.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
		float: right; }
	.column.end:last-child:last-child, .end.columns:last-child:last-child {
		float: left; }

.column.row.row, .row.row.columns {
	float: none; }
	.row .column.row.row, .row .row.row.columns {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0; }

.small-1 {
	width: 8.3333333333%; }

.small-push-1 {
	position: relative;
	left: 8.3333333333%; }

.small-pull-1 {
	position: relative;
	left: -8.3333333333%; }

.small-offset-0 {
	margin-left: 0%; }

.small-2 {
	width: 16.6666666667%; }

.small-push-2 {
	position: relative;
	left: 16.6666666667%; }

.small-pull-2 {
	position: relative;
	left: -16.6666666667%; }

.small-offset-1 {
	margin-left: 8.3333333333%; }

.small-3 {
	width: 25%; }

.small-push-3 {
	position: relative;
	left: 25%; }

.small-pull-3 {
	position: relative;
	left: -25%; }

.small-offset-2 {
	margin-left: 16.6666666667%; }

.small-4 {
	width: 33.3333333333%; }

.small-push-4 {
	position: relative;
	left: 33.3333333333%; }

.small-pull-4 {
	position: relative;
	left: -33.3333333333%; }

.small-offset-3 {
	margin-left: 25%; }

.small-5 {
	width: 41.6666666667%; }

.small-push-5 {
	position: relative;
	left: 41.6666666667%; }

.small-pull-5 {
	position: relative;
	left: -41.6666666667%; }

.small-offset-4 {
	margin-left: 33.3333333333%; }

.small-6 {
	width: 50%; }

.small-push-6 {
	position: relative;
	left: 50%; }

.small-pull-6 {
	position: relative;
	left: -50%; }

.small-offset-5 {
	margin-left: 41.6666666667%; }

.small-7 {
	width: 58.3333333333%; }

.small-push-7 {
	position: relative;
	left: 58.3333333333%; }

.small-pull-7 {
	position: relative;
	left: -58.3333333333%; }

.small-offset-6 {
	margin-left: 50%; }

.small-8 {
	width: 66.6666666667%; }

.small-push-8 {
	position: relative;
	left: 66.6666666667%; }

.small-pull-8 {
	position: relative;
	left: -66.6666666667%; }

.small-offset-7 {
	margin-left: 58.3333333333%; }

.small-9 {
	width: 75%; }

.small-push-9 {
	position: relative;
	left: 75%; }

.small-pull-9 {
	position: relative;
	left: -75%; }

.small-offset-8 {
	margin-left: 66.6666666667%; }

.small-10 {
	width: 83.3333333333%; }

.small-push-10 {
	position: relative;
	left: 83.3333333333%; }

.small-pull-10 {
	position: relative;
	left: -83.3333333333%; }

.small-offset-9 {
	margin-left: 75%; }

.small-11 {
	width: 91.6666666667%; }

.small-push-11 {
	position: relative;
	left: 91.6666666667%; }

.small-pull-11 {
	position: relative;
	left: -91.6666666667%; }

.small-offset-10 {
	margin-left: 83.3333333333%; }

.small-12 {
	width: 100%; }

.small-offset-11 {
	margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
	width: 100%;
	float: left; }
	.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
		clear: both; }
	.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
		float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
	width: 50%;
	float: left; }
	.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
		clear: both; }
	.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
		float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
	width: 33.3333333333%;
	float: left; }
	.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
		clear: both; }
	.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
		float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
	width: 25%;
	float: left; }
	.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
		clear: both; }
	.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
		float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
	width: 20%;
	float: left; }
	.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
		clear: both; }
	.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
		float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
	width: 16.6666666667%;
	float: left; }
	.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
		clear: both; }
	.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
		float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
	width: 14.2857142857%;
	float: left; }
	.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
		clear: both; }
	.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
		float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
	width: 12.5%;
	float: left; }
	.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
		clear: none; }
	.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
		clear: both; }
	.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
		float: left; }

.small-collapse > .column, .small-collapse > .columns {
	padding-left: 0;
	padding-right: 0; }

.small-collapse .row {
	margin-left: 0;
	margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-left: 0.7142857143rem;
	padding-right: 0.7142857143rem; }

.small-centered {
	float: none;
	margin-left: auto;
	margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left; }

@media screen and (min-width: 40em) {
	.medium-1 {
		width: 8.3333333333%; }
	.medium-push-1 {
		position: relative;
		left: 8.3333333333%; }
	.medium-pull-1 {
		position: relative;
		left: -8.3333333333%; }
	.medium-offset-0 {
		margin-left: 0%; }
	.medium-2 {
		width: 16.6666666667%; }
	.medium-push-2 {
		position: relative;
		left: 16.6666666667%; }
	.medium-pull-2 {
		position: relative;
		left: -16.6666666667%; }
	.medium-offset-1 {
		margin-left: 8.3333333333%; }
	.medium-3 {
		width: 25%; }
	.medium-push-3 {
		position: relative;
		left: 25%; }
	.medium-pull-3 {
		position: relative;
		left: -25%; }
	.medium-offset-2 {
		margin-left: 16.6666666667%; }
	.medium-4 {
		width: 33.3333333333%; }
	.medium-push-4 {
		position: relative;
		left: 33.3333333333%; }
	.medium-pull-4 {
		position: relative;
		left: -33.3333333333%; }
	.medium-offset-3 {
		margin-left: 25%; }
	.medium-5 {
		width: 41.6666666667%; }
	.medium-push-5 {
		position: relative;
		left: 41.6666666667%; }
	.medium-pull-5 {
		position: relative;
		left: -41.6666666667%; }
	.medium-offset-4 {
		margin-left: 33.3333333333%; }
	.medium-6 {
		width: 50%; }
	.medium-push-6 {
		position: relative;
		left: 50%; }
	.medium-pull-6 {
		position: relative;
		left: -50%; }
	.medium-offset-5 {
		margin-left: 41.6666666667%; }
	.medium-7 {
		width: 58.3333333333%; }
	.medium-push-7 {
		position: relative;
		left: 58.3333333333%; }
	.medium-pull-7 {
		position: relative;
		left: -58.3333333333%; }
	.medium-offset-6 {
		margin-left: 50%; }
	.medium-8 {
		width: 66.6666666667%; }
	.medium-push-8 {
		position: relative;
		left: 66.6666666667%; }
	.medium-pull-8 {
		position: relative;
		left: -66.6666666667%; }
	.medium-offset-7 {
		margin-left: 58.3333333333%; }
	.medium-9 {
		width: 75%; }
	.medium-push-9 {
		position: relative;
		left: 75%; }
	.medium-pull-9 {
		position: relative;
		left: -75%; }
	.medium-offset-8 {
		margin-left: 66.6666666667%; }
	.medium-10 {
		width: 83.3333333333%; }
	.medium-push-10 {
		position: relative;
		left: 83.3333333333%; }
	.medium-pull-10 {
		position: relative;
		left: -83.3333333333%; }
	.medium-offset-9 {
		margin-left: 75%; }
	.medium-11 {
		width: 91.6666666667%; }
	.medium-push-11 {
		position: relative;
		left: 91.6666666667%; }
	.medium-pull-11 {
		position: relative;
		left: -91.6666666667%; }
	.medium-offset-10 {
		margin-left: 83.3333333333%; }
	.medium-12 {
		width: 100%; }
	.medium-offset-11 {
		margin-left: 91.6666666667%; }
	.medium-up-1 > .column, .medium-up-1 > .columns {
		width: 100%;
		float: left; }
		.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
			clear: both; }
		.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
			float: left; }
	.medium-up-2 > .column, .medium-up-2 > .columns {
		width: 50%;
		float: left; }
		.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
			clear: both; }
		.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
			float: left; }
	.medium-up-3 > .column, .medium-up-3 > .columns {
		width: 33.3333333333%;
		float: left; }
		.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
			clear: both; }
		.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
			float: left; }
	.medium-up-4 > .column, .medium-up-4 > .columns {
		width: 25%;
		float: left; }
		.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
			clear: both; }
		.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
			float: left; }
	.medium-up-5 > .column, .medium-up-5 > .columns {
		width: 20%;
		float: left; }
		.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
			clear: both; }
		.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
			float: left; }
	.medium-up-6 > .column, .medium-up-6 > .columns {
		width: 16.6666666667%;
		float: left; }
		.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
			clear: both; }
		.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
			float: left; }
	.medium-up-7 > .column, .medium-up-7 > .columns {
		width: 14.2857142857%;
		float: left; }
		.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
			clear: both; }
		.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
			float: left; }
	.medium-up-8 > .column, .medium-up-8 > .columns {
		width: 12.5%;
		float: left; }
		.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
			clear: none; }
		.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
			clear: both; }
		.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
			float: left; }
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0; }
	.medium-collapse .row {
		margin-left: 0;
		margin-right: 0; }
	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-left: 1.0714285714rem;
		padding-right: 1.0714285714rem; }
	.medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto; }
	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left; } }

@media screen and (min-width: 64em) {
	.large-1 {
		width: 8.3333333333%; }
	.large-push-1 {
		position: relative;
		left: 8.3333333333%; }
	.large-pull-1 {
		position: relative;
		left: -8.3333333333%; }
	.large-offset-0 {
		margin-left: 0%; }
	.large-2 {
		width: 16.6666666667%; }
	.large-push-2 {
		position: relative;
		left: 16.6666666667%; }
	.large-pull-2 {
		position: relative;
		left: -16.6666666667%; }
	.large-offset-1 {
		margin-left: 8.3333333333%; }
	.large-3 {
		width: 25%; }
	.large-push-3 {
		position: relative;
		left: 25%; }
	.large-pull-3 {
		position: relative;
		left: -25%; }
	.large-offset-2 {
		margin-left: 16.6666666667%; }
	.large-4 {
		width: 33.3333333333%; }
	.large-push-4 {
		position: relative;
		left: 33.3333333333%; }
	.large-pull-4 {
		position: relative;
		left: -33.3333333333%; }
	.large-offset-3 {
		margin-left: 25%; }
	.large-5 {
		width: 41.6666666667%; }
	.large-push-5 {
		position: relative;
		left: 41.6666666667%; }
	.large-pull-5 {
		position: relative;
		left: -41.6666666667%; }
	.large-offset-4 {
		margin-left: 33.3333333333%; }
	.large-6 {
		width: 50%; }
	.large-push-6 {
		position: relative;
		left: 50%; }
	.large-pull-6 {
		position: relative;
		left: -50%; }
	.large-offset-5 {
		margin-left: 41.6666666667%; }
	.large-7 {
		width: 58.3333333333%; }
	.large-push-7 {
		position: relative;
		left: 58.3333333333%; }
	.large-pull-7 {
		position: relative;
		left: -58.3333333333%; }
	.large-offset-6 {
		margin-left: 50%; }
	.large-8 {
		width: 66.6666666667%; }
	.large-push-8 {
		position: relative;
		left: 66.6666666667%; }
	.large-pull-8 {
		position: relative;
		left: -66.6666666667%; }
	.large-offset-7 {
		margin-left: 58.3333333333%; }
	.large-9 {
		width: 75%; }
	.large-push-9 {
		position: relative;
		left: 75%; }
	.large-pull-9 {
		position: relative;
		left: -75%; }
	.large-offset-8 {
		margin-left: 66.6666666667%; }
	.large-10 {
		width: 83.3333333333%; }
	.large-push-10 {
		position: relative;
		left: 83.3333333333%; }
	.large-pull-10 {
		position: relative;
		left: -83.3333333333%; }
	.large-offset-9 {
		margin-left: 75%; }
	.large-11 {
		width: 91.6666666667%; }
	.large-push-11 {
		position: relative;
		left: 91.6666666667%; }
	.large-pull-11 {
		position: relative;
		left: -91.6666666667%; }
	.large-offset-10 {
		margin-left: 83.3333333333%; }
	.large-12 {
		width: 100%; }
	.large-offset-11 {
		margin-left: 91.6666666667%; }
	.large-up-1 > .column, .large-up-1 > .columns {
		width: 100%;
		float: left; }
		.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
			clear: none; }
		.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
			clear: both; }
		.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
			float: left; }
	.large-up-2 > .column, .large-up-2 > .columns {
		width: 50%;
		float: left; }
		.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
			clear: none; }
		.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
			clear: both; }
		.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
			float: left; }
	.large-up-3 > .column, .large-up-3 > .columns {
		width: 33.3333333333%;
		float: left; }
		.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
			clear: none; }
		.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
			clear: both; }
		.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
			float: left; }
	.large-up-4 > .column, .large-up-4 > .columns {
		width: 25%;
		float: left; }
		.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
			clear: none; }
		.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
			clear: both; }
		.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
			float: left; }
	.large-up-5 > .column, .large-up-5 > .columns {
		width: 20%;
		float: left; }
		.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
			clear: none; }
		.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
			clear: both; }
		.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
			float: left; }
	.large-up-6 > .column, .large-up-6 > .columns {
		width: 16.6666666667%;
		float: left; }
		.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
			clear: none; }
		.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
			clear: both; }
		.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
			float: left; }
	.large-up-7 > .column, .large-up-7 > .columns {
		width: 14.2857142857%;
		float: left; }
		.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
			clear: none; }
		.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
			clear: both; }
		.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
			float: left; }
	.large-up-8 > .column, .large-up-8 > .columns {
		width: 12.5%;
		float: left; }
		.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
			clear: none; }
		.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
			clear: both; }
		.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
			float: left; }
	.large-collapse > .column, .large-collapse > .columns {
		padding-left: 0;
		padding-right: 0; }
	.large-collapse .row {
		margin-left: 0;
		margin-right: 0; }
	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-left: 1.0714285714rem;
		padding-right: 1.0714285714rem; }
	.large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto; }
	.large-uncentered,
	.large-push-0,
	.large-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0; }

p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility; }

em,
i {
	font-style: italic;
	line-height: inherit; }

strong,
b {
	font-weight: bold;
	line-height: inherit; }

small {
	font-size: 80%;
	line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.1; }
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: #cacaca;
		line-height: 0; }

h1 {
	font-size: 1.7142857143rem; }

h2 {
	font-size: 1.4285714286rem; }

h3 {
	font-size: 1.3571428571rem; }

h4 {
	font-size: 1.2857142857rem; }

h5 {
	font-size: 1.2142857143rem; }

h6 {
	font-size: 1.1428571429rem; }

@media screen and (min-width: 40em) {
	h1 {
		font-size: 3.4285714286rem; }
	h2 {
		font-size: 2.8571428571rem; }
	h3 {
		font-size: 2.2142857143rem; }
	h4 {
		font-size: 1.7857142857rem; }
	h5 {
		font-size: 1.4285714286rem; }
	h6 {
		font-size: 1.1428571429rem; } }

a {
	color: #5ec26a;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer; }
	a:hover, a:focus {
		color: #1585cf; }
	a img {
		border: 0; }

hr {
	max-width: 85.7142857143rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
	margin: 1.4285714286rem auto;
	clear: both; }

ul,
ol,
dl {
	line-height: 1.6;
	margin-bottom: 1rem;
	list-style-position: outside; }

li {
	font-size: inherit; }

ul {
	list-style-type: disc;
	margin-left: 1.25rem; }

ol {
	margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0; }

dl {
	margin-bottom: 1rem; }
	dl dt {
		margin-bottom: 0.3rem;
		font-weight: bold; }

blockquote {
	margin: 0 0 1rem;
	padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
	border-left: 1px solid #cacaca; }
	blockquote, blockquote p {
		line-height: 1.6;
		color: #8a8a8a; }

cite {
	display: block;
	font-size: 0.9285714286rem;
	color: #8a8a8a; }
	cite:before {
		content: '\2014 \0020'; }

abbr {
	color: #0a0a0a;
	cursor: help;
	border-bottom: 1px dotted #0a0a0a; }

code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
	background-color: #e6e6e6;
	border: 1px solid #cacaca;
	padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem; }

kbd {
	padding: 0.1428571429rem 0.2857142857rem 0;
	margin: 0;
	background-color: #e6e6e6;
	color: #0a0a0a;
	font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a; }

.lead {
	font-size: 109.375%;
	line-height: 1.6; }

.stat {
	font-size: 2.5rem;
	line-height: 1; }
	p + .stat {
		margin-top: -1rem; }

.no-bullet {
	margin-left: 0;
	list-style: none; }

.text-left {
	text-align: left; }

.text-right {
	text-align: right; }

.text-center {
	text-align: center; }

.text-justify {
	text-align: justify; }

@media screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left; }
	.medium-text-right {
		text-align: right; }
	.medium-text-center {
		text-align: center; }
	.medium-text-justify {
		text-align: justify; } }

@media screen and (min-width: 64em) {
	.large-text-left {
		text-align: left; }
	.large-text-right {
		text-align: right; }
	.large-text-center {
		text-align: center; }
	.large-text-justify {
		text-align: justify; } }

.show-for-print {
	display: none !important; }

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important; }
	.show-for-print {
		display: block !important; }
	.hide-for-print {
		display: none !important; }
	table.show-for-print {
		display: table !important; }
	thead.show-for-print {
		display: table-header-group !important; }
	tbody.show-for-print {
		display: table-row-group !important; }
	tr.show-for-print {
		display: table-row !important; }
	td.show-for-print {
		display: table-cell !important; }
	th.show-for-print {
		display: table-cell !important; }
	a,
	a:visited {
		text-decoration: underline; }
	a[href]:after {
		content: " (" attr(href) ")"; }
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: ''; }
	abbr[title]:after {
		content: " (" attr(title) ")"; }
	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid; }
	thead {
		display: table-header-group; }
	tr,
	img {
		page-break-inside: avoid; }
	img {
		max-width: 100% !important; }
	@page {
		margin: 0.5cm; }
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3; }
	h2,
	h3 {
		page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.7857142857rem;
	padding: 0.5714285714rem;
	border: 1px solid #cacaca;
	margin: 0 0 1.1428571429rem;
	font-family: inherit;
	font-size: 1.1428571429rem;
	color: #0a0a0a;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	border-radius: 0;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none; }
	[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
	textarea:focus {
		border: 1px solid #8a8a8a;
		background-color: #fefefe;
		outline: none;
		box-shadow: 0 0 5px #cacaca;
		transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
	max-width: 100%; }
	textarea[rows] {
		height: auto; }

input::placeholder,
textarea::placeholder {
	color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: default; }

[type='submit'],
[type='button'] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none; }

input[type='search'] {
	box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
	margin: 0 0 1.1428571429rem; }

[type='checkbox'] + label,
[type='radio'] + label {
	display: inline-block;
	margin-left: 0.5714285714rem;
	margin-right: 1.1428571429rem;
	margin-bottom: 0;
	vertical-align: baseline; }

label > [type='checkbox'],
label > [type='radio'] {
	margin-right: 0.5714285714rem; }

[type='file'] {
	width: 100%; }

label {
	display: block;
	margin: 0;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.8;
	color: #0a0a0a; }
	label.middle {
		margin: 0 0 1.1428571429rem;
		padding: 0.6428571429rem 0; }

.help-text {
	margin-top: -0.5714285714rem;
	font-size: 0.9285714286rem;
	font-style: italic;
	color: #0a0a0a; }

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1.1428571429rem; }
	.input-group > :first-child {
		border-radius: 0 0 0 0; }
	.input-group > :last-child > * {
		border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
	margin: 0;
	display: table-cell;
	vertical-align: middle; }

.input-group-label {
	text-align: center;
	padding: 0 1rem;
	background: #e6e6e6;
	color: #0a0a0a;
	border: 1px solid #cacaca;
	white-space: nowrap;
	width: 1%;
	height: 100%; }
	.input-group-label:first-child {
		border-right: 0; }
	.input-group-label:last-child {
		border-left: 0; }

.input-group-field {
	border-radius: 0;
	height: 2.8571428571rem; }

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	height: 100%;
	width: 1%; }
	.input-group-button a,
	.input-group-button input,
	.input-group-button button {
		margin: 0; }

.input-group .input-group-button {
	display: table-cell; }

fieldset {
	border: 0;
	padding: 0;
	margin: 0; }

legend {
	margin-bottom: 0.5714285714rem;
	max-width: 100%; }

.fieldset {
	border: 1px solid #cacaca;
	padding: 1.4285714286rem;
	margin: 1.2857142857rem 0; }
	.fieldset legend {
		background: #fefefe;
		padding: 0 0.2142857143rem;
		margin: 0;
		margin-left: -0.2142857143rem; }

select {
	height: 2.7857142857rem;
	padding: 0.5714285714rem;
	border: 1px solid #cacaca;
	margin: 0 0 1.1428571429rem;
	font-size: 1.1428571429rem;
	font-family: inherit;
	line-height: normal;
	color: #0a0a0a;
	background-color: #fefefe;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
	background-size: 9px 6px;
	background-position: right center;
	background-origin: content-box;
	background-repeat: no-repeat; }
	@media screen and (min-width: 0\0) {
		select {
			background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
	select:disabled {
		background-color: #e6e6e6;
		cursor: default; }
	select::-ms-expand {
		display: none; }
	select[multiple] {
		height: auto; }

.is-invalid-input:not(:focus) {
	background-color: rgba(236, 88, 64, 0.1);
	border-color: #ec5840; }

.is-invalid-label {
	color: #ec5840; }

.form-error {
	display: none;
	margin-top: -0.5714285714rem;
	margin-bottom: 1.1428571429rem;
	font-size: 0.8571428571rem;
	font-weight: bold;
	color: #ec5840; }
	.form-error.is-visible {
		display: block; }

.button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 1rem 0;
	font-size: 0.9rem;
	background-color: #5ec26a;
	color: #fefefe; }
	[data-whatinput='mouse'] .button {
		outline: 0; }
	.button:hover, .button:focus {
		background-color: #43b250;
		color: #fefefe; }
	.button.tiny {
		font-size: 0.6rem; }
	.button.small {
		font-size: 0.75rem; }
	.button.large {
		font-size: 1.25rem; }
	.button.expanded {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0; }
	.button.primary {
		background-color: #2199e8;
		color: #fefefe; }
		.button.primary:hover, .button.primary:focus {
			background-color: #147cc0;
			color: #fefefe; }
	.button.secondary {
		background-color: #777;
		color: #fefefe; }
		.button.secondary:hover, .button.secondary:focus {
			background-color: #5f5f5f;
			color: #fefefe; }
	.button.success {
		background-color: #3adb76;
		color: #fefefe; }
		.button.success:hover, .button.success:focus {
			background-color: #22bb5b;
			color: #fefefe; }
	.button.warning {
		background-color: #ffae00;
		color: #fefefe; }
		.button.warning:hover, .button.warning:focus {
			background-color: #cc8b00;
			color: #fefefe; }
	.button.alert {
		background-color: #ec5840;
		color: #fefefe; }
		.button.alert:hover, .button.alert:focus {
			background-color: #da3116;
			color: #fefefe; }
	.button.hollow {
		border: 1px solid #2199e8;
		color: #2199e8; }
		.button.hollow, .button.hollow:hover, .button.hollow:focus {
			background-color: transparent; }
		.button.hollow:hover, .button.hollow:focus {
			border-color: #0c4d78;
			color: #0c4d78; }
		.button.hollow.primary {
			border: 1px solid #2199e8;
			color: #2199e8; }
			.button.hollow.primary:hover, .button.hollow.primary:focus {
				border-color: #0c4d78;
				color: #0c4d78; }
		.button.hollow.secondary {
			border: 1px solid #777;
			color: #777; }
			.button.hollow.secondary:hover, .button.hollow.secondary:focus {
				border-color: #3c3c3c;
				color: #3c3c3c; }
		.button.hollow.success {
			border: 1px solid #3adb76;
			color: #3adb76; }
			.button.hollow.success:hover, .button.hollow.success:focus {
				border-color: #157539;
				color: #157539; }
		.button.hollow.warning {
			border: 1px solid #ffae00;
			color: #ffae00; }
			.button.hollow.warning:hover, .button.hollow.warning:focus {
				border-color: #805700;
				color: #805700; }
		.button.hollow.alert {
			border: 1px solid #ec5840;
			color: #ec5840; }
			.button.hollow.alert:hover, .button.hollow.alert:focus {
				border-color: #881f0e;
				color: #881f0e; }
	.button.disabled, .button[disabled] {
		opacity: 0.25;
		cursor: not-allowed;
		pointer-events: none; }	
	.disabledj  {
		opacity: 0.25;
		cursor: not-allowed;
	 }
	.button.dropdown::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 0.4em;
		border-color: #fefefe transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		position: relative;
		top: 0.4em;
		float: right;
		margin-left: 1em;
		display: inline-block; }
	.button.arrow-only::after {
		margin-left: 0;
		float: none;
		top: -0.1em; }

.accordion {
	list-style-type: none;
	background: #fefefe;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	border-radius: 0;
	margin-left: 0; }

.accordion-title {
	display: block;
	padding: 1.25rem 1rem;
	line-height: 1;
	font-size: 0.8571428571rem;
	color: #2199e8;
	position: relative;
	border-bottom: 1px solid #e6e6e6; }
	.accordion-title:hover, .accordion-title:focus {
		background-color: #e6e6e6; }
	.accordion-title::before {
		content: '+';
		position: absolute;
		right: 1rem;
		top: 50%;
		margin-top: -0.5rem; }
	.is-active > .accordion-title::before {
		content: '–'; }

.accordion-content {
	padding: 1rem;
	display: none;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fefefe; }

.is-accordion-submenu-parent > a {
	position: relative; }
	.is-accordion-submenu-parent > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		border-color: #2199e8 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		position: absolute;
		top: 50%;
		margin-top: -4px;
		right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
	transform-origin: 50% 50%;
	transform: scaleY(-1); }

.badge {
	display: inline-block;
	padding: 0.3em;
	min-width: 2.1em;
	font-size: 0.6rem;
	text-align: center;
	border-radius: 50%;
	background: #2199e8;
	color: #fefefe; }
	.badge.secondary {
		background: #777;
		color: #fefefe; }
	.badge.success {
		background: #3adb76;
		color: #fefefe; }
	.badge.warning {
		background: #ffae00;
		color: #fefefe; }
	.badge.alert {
		background: #ec5840;
		color: #fefefe; }

.button-group {
	margin-bottom: 1rem;
	font-size: 0; }
	.button-group::before, .button-group::after {
		content: ' ';
		display: table;
		flex-basis: 0;
		order: 1; }
	.button-group::after {
		clear: both; }
	.button-group .button {
		margin: 0;
		font-size: 0.9rem;
		float: left; }
		.button-group .button:not(:last-child) {
			border-right: 1px solid #fefefe; }
	.button-group.tiny .button {
		font-size: 0.6rem; }
	.button-group.small .button {
		font-size: 0.75rem; }
	.button-group.large .button {
		font-size: 1.25rem; }
	.button-group.expanded {
		margin-right: -1px; }
		.button-group.expanded::before, .button-group.expanded::after {
			display: none; }
		.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
			display: inline-block;
			width: calc(50% - 1px);
			margin-right: 1px; }
		.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
			display: inline-block;
			width: calc(33.3333333333% - 1px);
			margin-right: 1px; }
		.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
			display: inline-block;
			width: calc(25% - 1px);
			margin-right: 1px; }
		.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
			display: inline-block;
			width: calc(20% - 1px);
			margin-right: 1px; }
		.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
			display: inline-block;
			width: calc(16.6666666667% - 1px);
			margin-right: 1px; }
	.button-group.primary .button {
		background-color: #2199e8;
		color: #fefefe; }
		.button-group.primary .button:hover, .button-group.primary .button:focus {
			background-color: #147cc0;
			color: #fefefe; }
	.button-group.secondary .button {
		background-color: #777;
		color: #fefefe; }
		.button-group.secondary .button:hover, .button-group.secondary .button:focus {
			background-color: #5f5f5f;
			color: #fefefe; }
	.button-group.success .button {
		background-color: #3adb76;
		color: #fefefe; }
		.button-group.success .button:hover, .button-group.success .button:focus {
			background-color: #22bb5b;
			color: #fefefe; }
	.button-group.warning .button {
		background-color: #ffae00;
		color: #fefefe; }
		.button-group.warning .button:hover, .button-group.warning .button:focus {
			background-color: #cc8b00;
			color: #fefefe; }
	.button-group.alert .button {
		background-color: #ec5840;
		color: #fefefe; }
		.button-group.alert .button:hover, .button-group.alert .button:focus {
			background-color: #da3116;
			color: #fefefe; }
	.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
		width: 100%; }
		.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
			margin-right: 0; }
	@media screen and (min-width: 40em) {
		.button-group.stacked-for-small .button {
			width: auto; }
			.button-group.stacked-for-small .button:not(:last-child) {
				margin-right: 1px; } }
	@media screen and (min-width: 64em) {
		.button-group.stacked-for-medium .button {
			width: auto; }
			.button-group.stacked-for-medium .button:not(:last-child) {
				margin-right: 1px; } }
	@media screen and (max-width: 39.9375em) {
		.button-group.stacked-for-small.expanded {
			display: block; }
			.button-group.stacked-for-small.expanded .button {
				display: block;
				margin-right: 0; } }

.callout {
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	position: relative;
	color: #0a0a0a;
	background-color: white; }
	.callout > :first-child {
		margin-top: 0; }
	.callout > :last-child {
		margin-bottom: 0; }
	.callout.primary {
		background-color: #def0fc; }
	.callout.secondary {
		background-color: #ebebeb; }
	.callout.success {
		background-color: #e1faea; }
	.callout.warning {
		background-color: #fff3d9; }
	.callout.alert {
		background-color: #fce6e2; }
	.callout.small {
		padding-top: 0.5rem;
		padding-right: 0.5rem;
		padding-bottom: 0.5rem;
		padding-left: 0.5rem; }
	.callout.large {
		padding-top: 3rem;
		padding-right: 3rem;
		padding-bottom: 3rem;
		padding-left: 3rem; }

.close-button {
	position: absolute;
	color: #8a8a8a;
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1;
	cursor: pointer; }
	[data-whatinput='mouse'] .close-button {
		outline: 0; }
	.close-button:hover, .close-button:focus {
		color: #0a0a0a; }

.menu {
	margin: 0;
	list-style-type: none; }
	.menu > li {
		display: table-cell;
		vertical-align: middle; }
		[data-whatinput='mouse'] .menu > li {
			outline: 0; }
	.menu > li > a {
		display: block;
		padding: 0.7rem 1rem;
		line-height: 1; }
	.menu input,
	.menu a,
	.menu button {
		margin-bottom: 0; }
	.menu > li > a img,
	.menu > li > a i {
		vertical-align: middle; }
	.menu > li > a i + span,
	.menu > li > a img + span {
		vertical-align: middle; }
	.menu > li > a img,
	.menu > li > a i {
		margin-right: 0.25rem;
		display: inline-block; }
	.menu > li {
		display: table-cell; }
	.menu.vertical > li {
		display: block; }
	@media screen and (min-width: 40em) {
		.menu.medium-horizontal > li {
			display: table-cell; }
		.menu.medium-vertical > li {
			display: block; } }
	@media screen and (min-width: 64em) {
		.menu.large-horizontal > li {
			display: table-cell; }
		.menu.large-vertical > li {
			display: block; } }
	.menu.simple li {
		line-height: 1;
		display: inline-block;
		margin-right: 1rem; }
	.menu.simple a {
		padding: 0; }
	.menu.align-right::before, .menu.align-right::after {
		content: ' ';
		display: table;
		flex-basis: 0;
		order: 1; }
	.menu.align-right::after {
		clear: both; }
	.menu.align-right > li {
		float: right; }
	.menu.expanded {
		width: 100%;
		display: table;
		table-layout: fixed; }
		.menu.expanded > li:first-child:last-child {
			width: 100%; }
	.menu.icon-top > li > a {
		text-align: center; }
		.menu.icon-top > li > a img,
		.menu.icon-top > li > a i {
			display: block;
			margin: 0 auto 0.25rem; }
	.menu.nested {
		margin-left: 1rem; }
	.menu .active > a {
		color: #fefefe;
		background: #2199e8; }

.menu-text {
	font-weight: bold;
	color: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0.7rem 1rem; }

.menu-centered {
	text-align: center; }
	.menu-centered > .menu {
		display: inline-block; }

.no-js [data-responsive-menu] ul {
	display: none; }

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px; }
	.menu-icon::after {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		background: #fefefe;
		top: 0;
		left: 0;
		box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
	.menu-icon:hover::after {
		background: #cacaca;
		box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px; }
	.menu-icon.dark::after {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		background: #0a0a0a;
		top: 0;
		left: 0;
		box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
	.menu-icon.dark:hover::after {
		background: #8a8a8a;
		box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
	position: relative;
	overflow: hidden; }
	.is-drilldown li {
		display: block !important; }

.is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: #fefefe;
	transition: transform 0.15s linear; }
	.is-drilldown-submenu.is-active {
		z-index: 1;
		display: block;
		transform: translateX(-100%); }
	.is-drilldown-submenu.is-closing {
		transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
	position: relative; }
	.is-drilldown-submenu-parent > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		border-color: transparent transparent transparent #2199e8;
		border-left-style: solid;
		border-right-width: 0;
		position: absolute;
		top: 50%;
		margin-top: -6px;
		right: 1rem; }

.js-drilldown-back > a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75rem; }

.dropdown-pane {
	background-color: #fefefe;
	border: 1px solid #cacaca;
	border-radius: 0;
	display: block;
	font-size: 1rem;
	padding: 1rem;
	position: absolute;
	visibility: hidden;
	width: 300px;
	z-index: 10; }
	.dropdown-pane.is-open {
		visibility: visible; }

.dropdown-pane.tiny {
	width: 100px; }

.dropdown-pane.small {
	width: 200px; }

.dropdown-pane.large {
	width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 0;
	top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
	padding-right: 1.5rem;
	position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: #2199e8 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	right: 5px;
	margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0; }

.no-js .dropdown.menu ul {
	display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0; }

.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
	left: auto;
	right: 100%; }

.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
	right: auto;
	left: 100%; }

.dropdown.menu.vertical > li > a::after {
	right: 14px;
	margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0; }

@media screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%; }
	.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%; }
	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative; }
	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: #2199e8 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px; }
	.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
		top: 0; }
	.dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
		left: auto;
		right: 100%; }
	.dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
		right: auto;
		left: 100%; }
	.dropdown.menu.medium-vertical > li > a::after {
		right: 14px;
		margin-top: -3px; }
	.dropdown.menu.medium-vertical > li.opens-left > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #2199e8 transparent transparent;
		border-right-style: solid;
		border-left-width: 0; }
	.dropdown.menu.medium-vertical > li.opens-right > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #2199e8;
		border-left-style: solid;
		border-right-width: 0; } }

@media screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%; }
	.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%; }
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative; }
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: #2199e8 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px; }
	.dropdown.menu.large-vertical > li .is-dropdown-submenu {
		top: 0; }
	.dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
		left: auto;
		right: 100%; }
	.dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
		right: auto;
		left: 100%; }
	.dropdown.menu.large-vertical > li > a::after {
		right: 14px;
		margin-top: -3px; }
	.dropdown.menu.large-vertical > li.opens-left > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #2199e8 transparent transparent;
		border-right-style: solid;
		border-left-width: 0; }
	.dropdown.menu.large-vertical > li.opens-right > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #2199e8;
		border-left-style: solid;
		border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	left: auto;
	right: 0; }

.is-dropdown-menu.vertical {
	width: 100px; }
	.is-dropdown-menu.vertical.align-right {
		float: right; }

.is-dropdown-submenu-parent {
	position: relative; }
	.is-dropdown-submenu-parent a::after {
		position: absolute;
		top: 50%;
		right: 5px;
		margin-top: -2px; }
	.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
		top: 100%; }
	.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%; }

.is-dropdown-submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 200px;
	z-index: 1;
	background: #fefefe;
	border: 1px solid #cacaca; }
	.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
		right: 14px;
		margin-top: -3px; }
	.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent #2199e8 transparent transparent;
		border-right-style: solid;
		border-left-width: 0; }
	.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #2199e8;
		border-left-style: solid;
		border-right-width: 0; }
	.is-dropdown-submenu .is-dropdown-submenu {
		margin-top: -1px; }
	.is-dropdown-submenu > li {
		width: 100%; }
	.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
		display: block; }

.flex-video {
	position: relative;
	height: 0;
	padding-bottom: 75%;
	margin-bottom: 1.1428571429rem;
	overflow: hidden; }
	.flex-video iframe,
	.flex-video object,
	.flex-video embed,
	.flex-video video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; }
	.flex-video.widescreen {
		padding-bottom: 56.25%; }
	.flex-video.vimeo {
		padding-top: 0; }

.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	font-size: 0.8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	border-radius: 0;
	background: #2199e8;
	color: #fefefe; }
	.label.secondary {
		background: #777;
		color: #fefefe; }
	.label.success {
		background: #3adb76;
		color: #fefefe; }
	.label.warning {
		background: #ffae00;
		color: #fefefe; }
	.label.alert {
		background: #ec5840;
		color: #fefefe; }

.media-object {
	margin-bottom: 1rem;
	display: block; }
	.media-object img {
		max-width: none; }
	@media screen and (max-width: 39.9375em) {
		.media-object.stack-for-small .media-object-section {
			padding: 0;
			padding-bottom: 1rem;
			display: block; }
			.media-object.stack-for-small .media-object-section img {
				width: 100%; } }

.media-object-section {
	display: table-cell;
	vertical-align: top; }
	.media-object-section:first-child {
		padding-right: 1rem; }
	.media-object-section:last-child:not(:nth-child(2)) {
		padding-left: 1rem; }
	.media-object-section.middle {
		vertical-align: middle; }
	.media-object-section.bottom {
		vertical-align: bottom; }

html,
body {
	height: 100%; }

.off-canvas-wrapper {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
	position: relative;
	width: 100%;
	transition: transform 0.5s ease; }
	.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
		content: ' ';
		display: table;
		flex-basis: 0;
		order: 1; }
	.off-canvas-wrapper-inner::after {
		clear: both; }

.off-canvas-content,
.off-canvas-content {
	min-height: 100%;
	background: #fefefe;
	transition: transform 0.5s ease;
	backface-visibility: hidden;
	z-index: 1;
	padding-bottom: 0.1px;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.5);
	cursor: pointer;
	transition: background 0.5s ease; }

.off-canvas {
	position: absolute;
	background: #e6e6e6;
	z-index: -1;
	max-height: 100%;
	overflow-y: auto;
	transform: translateX(0); }
	[data-whatinput='mouse'] .off-canvas {
		outline: 0; }
	.off-canvas.position-left {
		left: -300px;
		top: 0;
		width: 300px; }
		.is-open-left {
			transform: translateX(300px); }
	.off-canvas.position-right {
		right: -300px;
		top: 0;
		width: 300px; }
		.is-open-right {
			transform: translateX(-300px); }

@media screen and (min-width: 40em) {
	.position-left.reveal-for-medium {
		left: 0;
		z-index: auto;
		position: fixed; }
		.position-left.reveal-for-medium ~ .off-canvas-content {
			margin-left: 300px; }
	.position-right.reveal-for-medium {
		right: 0;
		z-index: auto;
		position: fixed; }
		.position-right.reveal-for-medium ~ .off-canvas-content {
			margin-right: 300px; } }

@media screen and (min-width: 64em) {
	.position-left.reveal-for-large {
		left: 0;
		z-index: auto;
		position: fixed; }
		.position-left.reveal-for-large ~ .off-canvas-content {
			margin-left: 300px; }
	.position-right.reveal-for-large {
		right: 0;
		z-index: auto;
		position: fixed; }
		.position-right.reveal-for-large ~ .off-canvas-content {
			margin-right: 300px; } }

.orbit {
	position: relative; }

.orbit-container {
	position: relative;
	margin: 0;
	overflow: hidden;
	list-style: none; }

.orbit-slide {
	width: 100%;
	max-height: 100%; }
	.orbit-slide.no-motionui.is-active {
		top: 0;
		left: 0; }

.orbit-figure {
	margin: 0; }

.orbit-image {
	margin: 0;
	width: 100%;
	max-width: 100%; }

.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	margin-bottom: 0;
	color: #fefefe;
	background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fefefe; }
	[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
		outline: 0; }
	.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
		background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
	left: 0; }

.orbit-next {
	left: auto;
	right: 0; }

.orbit-bullets {
	position: relative;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	text-align: center; }
	[data-whatinput='mouse'] .orbit-bullets {
		outline: 0; }
	.orbit-bullets button {
		width: 1.2rem;
		height: 1.2rem;
		margin: 0.1rem;
		background-color: #cacaca;
		border-radius: 50%; }
		.orbit-bullets button:hover {
			background-color: #8a8a8a; }
		.orbit-bullets button.is-active {
			background-color: #8a8a8a; }

.pagination {
	margin-left: 0;
	margin-bottom: 1rem; }
	.pagination::before, .pagination::after {
		content: ' ';
		display: table;
		flex-basis: 0;
		order: 1; }
	.pagination::after {
		clear: both; }
	.pagination li {
		font-size: 1rem;
		margin-right: 0.0714285714rem;
		border-radius: 0;
		display: none; }
		.pagination li:last-child, .pagination li:first-child {
			display: inline-block; }
		@media screen and (min-width: 40em) {
			.pagination li {
				display: inline-block; } }
	.pagination a,
	.pagination button {
		color: #0a0a0a;
		display: block;
		padding: 0.2142857143rem 0.7142857143rem;
		border-radius: 0; }
		.pagination a:hover,
		.pagination button:hover {
			background: #e6e6e6; }
	.pagination .current {
		padding: 0.2142857143rem 0.7142857143rem;
		background: #2199e8;
		color: #fefefe;
		cursor: default; }
	.pagination .disabled {
		padding: 0.2142857143rem 0.7142857143rem;
		color: #cacaca;
		cursor: default; }
		.pagination .disabled:hover {
			background: transparent; }
	.pagination .ellipsis::after {
		content: '\2026';
		padding: 0.2142857143rem 0.7142857143rem;
		color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
	content: '\00ab';
	display: inline-block;
	margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
	content: '\00bb';
	display: inline-block;
	margin-left: 0.5rem; }

.progress {
	background-color: #cacaca;
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0; }
	.progress.primary .progress-meter {
		background-color: #2199e8; }
	.progress.secondary .progress-meter {
		background-color: #777; }
	.progress.success .progress-meter {
		background-color: #3adb76; }
	.progress.warning .progress-meter {
		background-color: #ffae00; }
	.progress.alert .progress-meter {
		background-color: #ec5840; }

.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #2199e8; }

.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0;
	font-size: 0.75rem;
	font-weight: bold;
	color: #fefefe;
	white-space: nowrap; }

.slider {
	position: relative;
	height: 0.5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	user-select: none;
	touch-action: none; }

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: 0.5rem;
	background-color: #cacaca;
	transition: all 0.2s ease-in-out; }
	.slider-fill.is-dragging {
		transition: all 0s linear; }

.slider-handle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background-color: #2199e8;
	transition: all 0.2s ease-in-out;
	touch-action: manipulation;
	border-radius: 0; }
	[data-whatinput='mouse'] .slider-handle {
		outline: 0; }
	.slider-handle:hover {
		background-color: #1583cc; }
	.slider-handle.is-dragging {
		transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
	opacity: 0.25;
	cursor: not-allowed; }

.slider.vertical {
	display: inline-block;
	width: 0.5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	transform: scale(1, -1); }
	.slider.vertical .slider-fill {
		top: 0;
		width: 0.5rem;
		max-height: 100%; }
	.slider.vertical .slider-handle {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1.4rem;
		height: 1.4rem;
		transform: translateX(-50%); }

.sticky-container {
	position: relative; }

.sticky {
	position: absolute;
	z-index: 0;
	transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
	position: fixed;
	z-index: 5; }
	.sticky.is-stuck.is-at-top {
		top: 0; }
	.sticky.is-stuck.is-at-bottom {
		bottom: 0; }

.sticky.is-anchored {
	position: absolute;
	left: auto;
	right: auto; }
	.sticky.is-anchored.is-at-bottom {
		bottom: 0; }

body.is-reveal-open {
	overflow: hidden; }

.reveal-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1005;
	background-color: rgba(254, 254, 254, 0.45);
	overflow-y: scroll; }

.reveal {
	display: none;
	z-index: 1006;
	padding: 1rem;
	border: 1px solid #cacaca;
	background-color: #fefefe;
	border-radius: 0;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto; }
	[data-whatinput='mouse'] .reveal {
		outline: 0; }
	@media screen and (min-width: 40em) {
		.reveal {
			min-height: 0; } }
	.reveal .column, .reveal .columns,
	.reveal .columns {
		min-width: 0; }
	.reveal > :last-child {
		margin-bottom: 0; }
	@media screen and (min-width: 40em) {
		.reveal {
			width: 600px;
			max-width: 85.7142857143rem; } }
	@media screen and (min-width: 40em) {
		.reveal .reveal {
			left: auto;
			right: auto;
			margin: 0 auto; } }
	.reveal.collapse {
		padding: 0; }
	@media screen and (min-width: 40em) {
		.reveal.tiny {
			width: 30%;
			max-width: 85.7142857143rem; } }
	@media screen and (min-width: 40em) {
		.reveal.small {
			width: 50%;
			max-width: 85.7142857143rem; } }
	@media screen and (min-width: 40em) {
		.reveal.large {
			width: 90%;
			max-width: 85.7142857143rem; } }
	.reveal.full {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		max-width: none;
		margin-left: 0;
		border: 0; }
	@media screen and (max-width: 39.9375em) {
		.reveal {
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			height: 100vh;
			min-height: 100vh;
			max-width: none;
			margin-left: 0;
			border: 0; } }
	.reveal.without-overlay {
		position: fixed; }

.switch {
	margin-bottom: 1rem;
	outline: 0;
	position: relative;
	user-select: none;
	color: #fefefe;
	font-weight: bold;
	font-size: 1rem; }

.switch-input {
	opacity: 0;
	position: absolute; }

.switch-paddle {
	background: #cacaca;
	cursor: pointer;
	display: block;
	position: relative;
	width: 4rem;
	height: 2rem;
	transition: all 0.25s ease-out;
	border-radius: 0;
	color: inherit;
	font-weight: inherit; }
	input + .switch-paddle {
		margin: 0; }
	.switch-paddle::after {
		background: #fefefe;
		content: '';
		display: block;
		position: absolute;
		height: 1.5rem;
		left: 0.25rem;
		top: 0.25rem;
		width: 1.5rem;
		transition: all 0.25s ease-out;
		transform: translate3d(0, 0, 0);
		border-radius: 0; }
	input:checked ~ .switch-paddle {
		background: #2199e8; }
		input:checked ~ .switch-paddle::after {
			left: 2.25rem; }
	[data-whatinput='mouse'] input:focus ~ .switch-paddle {
		outline: 0; }

.switch-active, .switch-inactive {
	position: absolute;
	top: 50%;
	transform: translateY(-50%); }

.switch-active {
	left: 8%;
	display: none; }
	input:checked + label > .switch-active {
		display: block; }

.switch-inactive {
	right: 15%; }
	input:checked + label > .switch-inactive {
		display: none; }

.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: 0.7142857143rem; }

.switch.tiny .switch-paddle::after {
	width: 1rem;
	height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
	left: 1.75rem; }

.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: 0.8571428571rem; }

.switch.small .switch-paddle::after {
	width: 1.25rem;
	height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
	left: 2rem; }

.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1.1428571429rem; }

.switch.large .switch-paddle::after {
	width: 2rem;
	height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
	left: 2.75rem; }

table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0; }
	table thead,
	table tbody,
	table tfoot {
		border: 1px solid #f1f1f1;
		background-color: #fefefe; }
	table caption {
		font-weight: bold;
		padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem; }
	table thead,
	table tfoot {
		background: #f8f8f8;
		color: #0a0a0a; }
		table thead tr,
		table tfoot tr {
			background: transparent; }
		table thead th,
		table thead td,
		table tfoot th,
		table tfoot td {
			padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
			font-weight: bold;
			text-align: left; }
	table tbody tr:nth-child(even) {
		background-color: #f1f1f1; }
	table tbody th,
	table tbody td {
		padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem; }

@media screen and (max-width: 63.9375em) {
	table.stack thead {
		display: none; }
	table.stack tfoot {
		display: none; }
	table.stack tr,
	table.stack th,
	table.stack td {
		display: block; }
	table.stack td {
		border-top: 0; } }

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto; }

table.hover tr:hover {
	background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
	background-color: #ececec; }

.table-scroll {
	overflow-x: auto; }
	.table-scroll table {
		width: auto; }

.tabs {
	margin: 0;
	list-style-type: none;
	background: #fefefe;
	border: 1px solid #e6e6e6; }
	.tabs::before, .tabs::after {
		content: ' ';
		display: table;
		flex-basis: 0;
		order: 1; }
	.tabs::after {
		clear: both; }

.tabs.vertical > li {
	width: auto;
	float: none;
	display: block; }

.tabs.simple > li > a {
	padding: 0; }
	.tabs.simple > li > a:hover {
		background: transparent; }

.tabs.primary {
	background: #2199e8; }
	.tabs.primary > li > a {
		color: #fefefe; }
		.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
			background: #1893e4; }

.tabs-title {
	float: left; }
	.tabs-title > a {
		display: block;
		padding: 1.25rem 1.5rem;
		line-height: 1;
		font-size: 0.8571428571rem; }
		.tabs-title > a:hover {
			background: #fefefe; }
		.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
			background: #e6e6e6; }

.tabs-content {
	background: #fefefe;
	transition: all 0.5s ease;
	border: 1px solid #e6e6e6;
	border-top: 0; }

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0; }

.tabs-panel {
	display: none;
	padding: 1rem; }
	.tabs-panel.is-active {
		display: block; }

.thumbnail {
	border: solid 4px #fefefe;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	transition: box-shadow 200ms ease-out;
	border-radius: 0;
	margin-bottom: 1rem; }
	.thumbnail:hover, .thumbnail:focus {
		box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
	background: #0a0a0a;
	color: #fefefe;
	padding: 0.5rem; }
	.title-bar::before, .title-bar::after {
		content: ' ';
		display: table;
		flex-basis: 0;
		order: 1; }
	.title-bar::after {
		clear: both; }
	.title-bar .menu-icon {
		margin-left: 0.25rem;
		margin-right: 0.5rem; }

.title-bar-left {
	float: left; }

.title-bar-right {
	float: right;
	text-align: right; }

.title-bar-title {
	font-weight: bold;
	vertical-align: middle;
	display: inline-block; }

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px; }
	.menu-icon.dark::after {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		background: #0a0a0a;
		top: 0;
		left: 0;
		box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
	.menu-icon.dark:hover::after {
		background: #8a8a8a;
		box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.has-tip {
	border-bottom: dotted 1px #8a8a8a;
	font-weight: bold;
	position: relative;
	display: inline-block;
	cursor: help; }

.tooltip {
	background-color: #0a0a0a;
	color: #fefefe;
	font-size: 80%;
	padding: 0.75rem;
	position: absolute;
	z-index: 10;
	top: calc(100% + 0.6495rem);
	max-width: 10rem !important;
	border-radius: 0; }
	.tooltip::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 0.75rem;
		border-color: transparent transparent #0a0a0a;
		border-bottom-style: solid;
		border-top-width: 0;
		bottom: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%); }
	.tooltip.top::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 0.75rem;
		border-color: #0a0a0a transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		top: 100%;
		bottom: auto; }
	.tooltip.left::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 0.75rem;
		border-color: transparent transparent transparent #0a0a0a;
		border-left-style: solid;
		border-right-width: 0;
		bottom: auto;
		left: 100%;
		top: 50%;
		transform: translateY(-50%); }
	.tooltip.right::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 0.75rem;
		border-color: transparent #0a0a0a transparent transparent;
		border-right-style: solid;
		border-left-width: 0;
		bottom: auto;
		left: auto;
		right: 100%;
		top: 50%;
		transform: translateY(-50%); }

.top-bar {
	padding: 0.5rem; }
	.top-bar::before, .top-bar::after {
		content: ' ';
		display: table;
		flex-basis: 0;
		order: 1; }
	.top-bar::after {
		clear: both; }
	.top-bar,
	.top-bar ul {
		background-color: #e6e6e6; }
	.top-bar input {
		width: 200px;
		margin-right: 1rem; }
	.top-bar .input-group-field {
		width: 100%;
		margin-right: 0; }
	.top-bar input.button {
		width: auto; }

@media screen and (max-width: 39.9375em) {
	.stacked-for-small .top-bar-left,
	.stacked-for-small .top-bar-right {
		width: 100%; } }

@media screen and (max-width: 63.9375em) {
	.stacked-for-medium .top-bar-left,
	.stacked-for-medium .top-bar-right {
		width: 100%; } }

@media screen and (max-width: 74.9375em) {
	.stacked-for-large .top-bar-left,
	.stacked-for-large .top-bar-right {
		width: 100%; } }

.top-bar-left,
.top-bar-right {
	width: 100%; }

@media screen and (min-width: 40em) {
	.top-bar-left,
	.top-bar-right {
		width: auto; } }

.top-bar-title {
	float: left;
	margin-right: 1rem; }

.top-bar-left {
	float: left; }

.top-bar-right {
	float: right; }

.hide {
	display: none !important; }

.invisible {
	visibility: hidden; }

@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important; } }

@media screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important; } }

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important; } }

@media screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important; } }

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important; } }

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto; }

.show-for-landscape,
.hide-for-portrait {
	display: block !important; }
	@media screen and (orientation: landscape) {
		.show-for-landscape,
		.hide-for-portrait {
			display: block !important; } }
	@media screen and (orientation: portrait) {
		.show-for-landscape,
		.hide-for-portrait {
			display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
	display: none !important; }
	@media screen and (orientation: landscape) {
		.hide-for-landscape,
		.show-for-portrait {
			display: none !important; } }
	@media screen and (orientation: portrait) {
		.hide-for-landscape,
		.show-for-portrait {
			display: block !important; } }

.float-left {
	float: left !important; }

.float-right {
	float: right !important; }

.float-center {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.clearfix::before, .clearfix::after {
	content: ' ';
	display: table;
	flex-basis: 0;
	order: 1; }

.clearfix::after {
	clear: both; }

.container {
	position: relative;
	z-index: 0; }

.button.buy .icon-arrow {
	font-size: 6px; }

.off-canvas-wrapper {
	overflow-y: hidden; }

.section-heading {
	text-align: center;
	font-size: 36px;
	color: #606c82;
	font-weight: bold; }
	@media screen and (max-width: 39.9375em) {
		.section-heading {
			font-size: 24px; } }

a.share {
	position: relative;
	padding-left: 26px; }
	a.share:before {
		content: "";
		display: block;
		width: 17px;
		height: 18px;
		background: transparent url("../images/share.svg") no-repeat left center;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -11px; }

a.green-more {
	color: #5ec26a;
	white-space: nowrap;
	font-size: 16px;
	padding-right: 20px;
	margin: 0 20px 30px 20px;
	position: relative; }
	a.green-more:hover {
		color: #009900; }
	@media screen and (min-width: 40em) {
		a.green-more {
			font-size: 30px; } }
	a.green-more:first-child {
		margin-left: 0; }
	a.green-more:last-child {
		margin-right: 0; }
	a.green-more:after {
		content: "";
		display: block;
		width: 8px;
		height: 5px;

		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -3px; }

.bold {
	font-weight: bold; }

.reveal:focus {
	outline: none; }

@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?jqgr4w");
	src: url("../fonts/icomoon.eot?jqgr4w#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jqgr4w") format("truetype"), url("../fonts/icomoon.woff?jqgr4w") format("woff"), url("../fonts/icomoon.svg?jqgr4w#icomoon") format("svg");
	font-weight: normal;
	font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.icon-star:before {
	content: "\e902"; }

.icon-telephone:before {
	content: "\e901"; }

.icon-arrow:before {
	content: "\e900"; }

.icon-envelop:before {
		content: "\e903";
}

.cart {
	display: none;
	left: 0;
	top: 86px;
	z-index: 10001;
	background: #e6e6e6;
	width: 100%;
	min-height: 200px;
	padding-top: 40px; }
	@media screen and (max-height: 700px){
		.cart{
	    position: relative !important;
    top: 0px !important;}}
	@media screen and (min-width: 40em) {
		.cart {
			position: fixed; } }
	.cart__top-row {
		margin-bottom: 20px; }
		.cart__top-row .cart__col {
			color: #8c8a8d;
			font-size: 14px;
			text-align: left;
			padding: 0 15px; }
	.cart .cart__col__inner {
		padding: 0 15px; }
	.cart__title-row {
		margin-bottom: 8px; }
		.cart__title-row a {
			color: #000;
			text-decoration: none; }
		.cart__title-row .cart__col {
			font-size: 16px;
			padding: 0 15px; }
	.cart__item__title {
		display: inline-block; }
	.cart__item .cart__col {
		height: 80px;
		position: relative; }
		.cart__item .cart__col__inner {
			position: absolute;
			top: 50%;
			left: 0;
			transform: translate(0, -50%); }
	.cart__item .cart__col-1 {
		font-size: 14px; }
		.cart__item .cart__col-1 a {
			color: #000;
			text-decoration: none; }
		.cart__item .cart__col-1 img {
			margin-right: 20px; }
	.cart__item .cart__col-3,
	.cart__item .cart__col-4,
	.cart__item .cart__col-6 {
		font-size: 18px; }
	.cart__item .cart__col-5 .checkbox-row {
		white-space: nowrap;
		line-height: 14px; }
	.cart__item .cart__col-5 input[type="checkbox"] {
		margin: 0; }
	.cart__item .cart__col-4 .qty-options {
		display: block;
		height: 20px;
		margin-top: -15px;
		white-space: nowrap; }
		.cart__item .cart__col-4 .qty-options button, .cart__item .cart__col-4 .qty-options input {
			font-size: 18px; }
		.cart__item .cart__col-4 .qty-options input {
			width: 35px;
			background: #f6f5f5; }
	.cart__horizontal-line {
		display: block;
		width: 100%;
		height: 1px;
		background: #5ec26a;
		border: 0;
		margin: 20px 0; }
		.cart__horizontal-line:last-of-type {
			margin-bottom: 0; }
	.cart .gray {
		color: #8c8a8d; }
	.cart__total {
		height: 90px; }
		.cart__total .promo-code-toggle {
			line-height: 90px;
			display: none;
			color: #5ec26a;
			text-transform: uppercase; }
		.cart__total .promo-code-input {
			margin: 0;
			font-size: 16px;
			line-height: 16px;
			color: #000;
			border: 0;
			background: transparant;
			width: 300px; }
	.cart__total-label {
		text-align: right;
		font-size: 24px;
		line-height: 90px;
		color: #b1b0b0; }
	.cart__total-amount {
		font-size: 24px;
		line-height: 90px; }
	.cart__checkout-button {
		padding: 0;
		position: relative; }
		.cart__checkout-button button {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			text-align: center;
			width: calc((100vw - 960px) / 2);
			height: 90px;
			background: #5ec26a;
			color: #fff; }
			.cart__checkout-button button:before {
				content: "";
				display: block;
				width: 100%;
				height: 1px;
				background: #5ec26a;
				position: absolute;
				top: -1px;
				left: 0; }
			.cart__checkout-button button .icon-arrow {
				display: inline-block;
				font-size: 6px;
				vertical-align: middle;
				margin-top: -2px;
				transform: rotate(90deg); }
			.cart__checkout-button button.active .icon-arrow {
				transform: rotate(-90deg); }
	.cart__buttons {
		display: block;
		width: 100%;
		background: #f6f5f5;
		height: 90px;
		text-align: right; }
		.cart__buttons button {
			display: inline-block;
			background: #5ec26a;
			color: #fff;
			height: 90px;
			width: 195px;
			line-height: 90px;
			border: 0;
			margin: 0 !important;
			padding: 0;
			position: relative; }
			.cart__buttons button .icon-arrow {
				font-size: 6px;
				vertical-align: middle;
				margin-top: -2px; }
			.cart__buttons button:before {
				content: "";
				display: block;
				width: 1px;
				height: 90px;
				position: absolute;
				background: #fff;
				top: 0;
				left: 0; }
			.cart__buttons button:first-child:before {
				display: none; }
		.cart__buttons__credit-card {
			font-weight: 700; }
		.cart__buttons__amazon img {
			width: 60px;
			height: 18px;
			margin-bottom: -6px; }
		.cart__buttons__paypal img {
			width: 60px;
			height: 16px; }
	.cart .delete {
		display: block;
		width: 27px;
		height: 27px;
		background: url("/images/cart-x.svg") no-repeat;
		background-size: 27px 27px;
		text-indent: -9999px;
		outline: none; }
		.cart .delete:hover {
			background: url("/images/cart-x-hover.svg") no-repeat;
			background-size: 27px 27px; }
		.cart .delete--small {
			display: none;
			vertical-align: middle;
			margin: -2px 0 0 4px;
			width: 20px;
			height: 20px;
			background-size: 20px 20px; }
			.cart .delete--small:hover {
				background-size: 20px 20px; }
	@media screen and (max-width: 63.9375em) {
		.cart {
			padding-top: 30px; }
			.cart .cart__col-7 {
				display: none; }
			.cart .delete--small {
				display: inline; }
			.cart__buttons button {
				width: 33.33333%; } }
	@media screen and (max-width: 39.9375em), screen and (min-height 700px) {
		.cart {
			padding-top: 20px; }
			.cart__top-row .cart__col-1 {
				margin-bottom: 15px; }
			.cart__item .cart__col-4 .qty-options input {
				width: 25px;
				background: #f6f5f5; }
			.cart__item .cart__col-5 .checkboxes {
				display: block;
				padding-top: 6px;
				margin: 6px 0 !important; }
				.cart__item .cart__col-5 .checkboxes::before, .cart__item .cart__col-5 .checkboxes::after {
					content: ' ';
					display: table;
					flex-basis: 0;
					order: 1; }
				.cart__item .cart__col-5 .checkboxes::after {
					clear: both; }
			.cart__col__promo-code {
				height: 80px;
				margin-bottom: -20px; }
			.cart__total {
				height: 45px; }
				.cart__total .promo-code-toggle {
					line-height: 80px; }
				.cart__total .promo-code-input {
					width: 100%; }
			.cart__horizontal-line {
				margin: 10px 0; } }
	@media screen and (min-width: 1350px) {
		.cart__buttons {
			display: none; } }
	@media screen and (max-width: 1349px) {
		.cart .cart__checkout-button {
			display: none; }
		.cart__buttons {
			display: block !important; } }

.cart__items {
	overflow-x: hidden;
	overflow-y: auto; }
	@media screen and (min-width: 40em) {
		.cart__items {
			max-height: 360px; } }
	@media screen and (min-width: 64em) {
		.cart__items {
			max-height: 300px; } }

.category {
	position: relative;
	z-index: 10;
	margin: 0 0 100px 0; }

.category__product {
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	padding-top: 30px;
	margin-bottom: 50px; }
	.category__product:hover {
		color: #000; }
	.category__product .product-grid__details,
	.category__product /* .product-grid__quick-view-btn */ {
		top: 20px !important; }

.category__product-row {
	margin-top: 2em; }

.categories-nav {
	margin-top: 25px;
	padding-bottom: 0 !important; }
	.categories-nav .button-group {
		text-align: left !important; }
	.categories-nav button {
		font-size: 28px;
		font-weight: bold;
		padding-bottom: 0 !important; }
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		.categories-nav button {
			font-size: 22px; } }
	@media screen and (max-width: 39.9375em) {
		.categories-nav button {
			font-size: 18px; } }

.error-bar {
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: #f93b09;
	color: #fff;
	padding: 40px 0;
	z-index: 99999;
	font-size: 14px; }
	.error-bar .container {
		margin: 0 auto;
		max-width: 870px;
		position: relative;
		padding-right: 55px; }
	.error-bar__close-button {
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translate(0, -50%); }

.site-header {
	position: relative;
	z-index: 100; }

.product-filter {
	position: relative;
	margin-bottom: 10px; }
	.product-filter .container {
		padding: 0 15px; }
	.product-filter__settings {
		display: block;
		border-bottom: 1px solid #f2f2f2;
		padding: 20px 0; }
		.product-filter__settings a {
			font-size: 16px;
			color: #8d8d8d; }
	.product-filter__toggle-button {
		position: relative; }
		.product-filter__toggle-button:after {
			content: "";
			display: block;
			width: 22px;
			height: 12px;
			background: url("/images/filter.svg") no-repeat;
			background-size: 22px 12px;
			position: absolute;
			top: 50%;
			right: -32px;
			transform: translate(0, -50%); }
		.product-filter__toggle-button.active:after {
			width: 16px;
			height: 16px;
			background: url("/images/close-filter.svg") no-repeat;
			background-size: 16px 16px;
			right: -32px; }
	.product-filter__sort {
		margin-left: 100px;
		font-size: 16px;
		color: #8d8d8d;
		white-space: nowrap; }
		.product-filter__sort .selectboxit-container {
			margin: -2px 0 0 12px;
			color: #000 !important; }
	.product-filter__inner {
		display: none;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #f2f2f2; }
	.product-filter__options {
		margin-top: 30px; }
	.product-filter__heading {
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 0.75em 0; }
	.product-filter__col {
		padding: 0 30px 30px 0; }
		.product-filter__col:last-child {
			padding-right: 0; }
	.product-filter__colors button, .product-filter__sizes button {
		display: inline-block;
		width: 32px;
		height: 54px;
		margin: 0 1px 3px 0;
		text-align: center;
		outline: none;
		border: 2px solid rgba(255, 255, 255, 0); }
		.product-filter__colors button .size, .product-filter__sizes button .size {
			display: block;
			text-align: center;
			font-size: 18px;
			margin-bottom: 6px; }
		.product-filter__colors button .circle, .product-filter__sizes button .circle {
			display: block;
			width: 20px;
			height: 20px;
			margin: 4px 4px 6px 4px;
			border-radius: 10px;
			border: 1px solid rgba(255, 255, 255, 0); }
			.product-filter__colors button .circle--has-border, .product-filter__sizes button .circle--has-border {
				border: 1px solid #b4b4b4; }
		.product-filter__colors button.active, .product-filter__sizes button.active {
			border: 2px solid #5ec26a; }
	.product-filter__checkboxes button {
		display: block;
		width: 100%;
		height: 16px;
		margin-bottom: 13px;
		outline: none;
		position: relative; }
		.product-filter__checkboxes button:last-child {
			margin-bottom: 0; }
		.product-filter__checkboxes button span {
			display: inline-block; }
		.product-filter__checkboxes button .checkbox {
			width: 13px;
			height: 13px;
			border: 1px solid #b2b2b2;
			position: absolute;
			top: 1px;
			left: 0; }
		.product-filter__checkboxes button .text,
		.product-filter__checkboxes button .num {
			font-size: 14px;
			line-height: 13px; }
		.product-filter__checkboxes button .text {
			margin-left: 22px;
			float: left; }
		.product-filter__checkboxes button .num {
			float: right;
			text-align: right; }
		.product-filter__checkboxes button.active .checkbox {
			border-color: #5ec26a;
			background: #5ec26a; }
			.product-filter__checkboxes button.active .checkbox:before {
				content: "";
				width: 7px;
				height: 5px;
				background: url("/images/tiny-checkmark.svg") no-repeat;
				background-size: 7px 5px;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%); }
	.product-filter .price-slider,
	.product-filter .pocket-slider {
		margin-top: 24px;
		height: 1px; }
		.product-filter .price-slider .slider-handle,
		.product-filter .pocket-slider .slider-handle {
			background: #5ec26a;
			width: 11px;
			height: 11px;
			border-radius: 11px; }
		.product-filter .price-slider .slider-fill,
		.product-filter .pocket-slider .slider-fill {
			background: #5ec26a;
			height: 3px;
			margin-top: -1px; }
		.product-filter .price-slider__info,
		.product-filter .pocket-slider__info {
			font-size: 14px;
			line-height: 14px;
			margin-top: -8px;
			color: #8d8d8d; }
			.product-filter .price-slider__info .value,
			.product-filter .pocket-slider__info .value {
				color: #000; }
		.product-filter .price-slider__input,
		.product-filter .pocket-slider__input {
			display: inline;
			border: 0;
			padding: 0;
			margin: 0 0 0 6px;
			font-size: 14px;
			line-height: 14px;
			width: 60px; }
		.product-filter .price-slider__info-from,
		.product-filter .pocket-slider__info-from {
			float: left; }
		.product-filter .price-slider__info-to,
		.product-filter .pocket-slider__info-to {
			float: right; }
	.product-filter__buttons {
		margin-top: 20px;
		text-align: right; }
		.product-filter__buttons button {
			height: 64px;
			line-height: 64px;
			font-size: 18px;
			padding: 0 70px;
			position: relative; }
	.product-filter__reset {
		color: #5ec26a;
		background: #fff; }
		.product-filter__reset span {
			position: relative; }
			.product-filter__reset span:before {
				content: "";
				display: block;
				width: 25px;
				height: 25px;
				background: url("/images/reset.svg") no-repeat;
				background-size: 25px 25px;
				position: absolute;
				left: -36px;
				top: 50%;
				transform: translate(0, -50%); }
		.product-filter__reset:hover, .product-filter__reset:active, .product-filter__reset:focus {
			color: #5ec26a;
			background: #fff; }
	.product-filter__apply .icon-arrow {
		font-size: 6px;
		margin-left: 6px;
		vertical-align: middle; }
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		.product-filter__col__sizes {
			padding-right: 0; } }
	@media screen and (max-width: 39.9375em) {
		.product-filter__col {
			padding-right: 0; }
		.product-filter____toggle-button {
			margin-bottom: 20px; }
		.product-filter__sort::before, .product-filter__sort::after {
			content: ' ';
			display: table;
			flex-basis: 0;
			order: 1; }
		.product-filter__sort::after {
			clear: both; }
		.product-filter__sort:before {
			content: "";
			display: block;
			height: 15px; } }

.site-footer {
	padding: 50px 0;
	text-align: center;
	background: #f4f4f4;
	color: #7a7a7a; }
	.site-footer a {
		color: #7a7a7a; }
		.site-footer a:hover {
			color: #606c82; }

.site-footer__shop-nav ul,
.site-footer__site-nav ul {
	list-style-type: none; }
	.site-footer__shop-nav ul > li,
	.site-footer__site-nav ul > li {
		display: inline-block; }

@media screen and (max-width: 39.9375em) {
	.site-footer__shop-nav ul,
	.site-footer__site-nav ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1em;
		column-gap: 1em;
		-moz-column-gap: 1em; }
		.site-footer__shop-nav ul li,
		.site-footer__site-nav ul li {
			width: 100%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.site-footer__shop-nav ul,
	.site-footer__site-nav ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1em;
		column-gap: 1em;
		-moz-column-gap: 1em; }
		.site-footer__shop-nav ul li,
		.site-footer__site-nav ul li {
			width: 100%; } }

.site-footer__shop-nav {
	margin-bottom: 20px; }
	.site-footer__shop-nav a {
		font-size: 20px;
		margin: 0 27px; }

.site-footer__site-nav {
	max-width: 900px;
	margin: 0 auto; }
	.site-footer__site-nav a {
		font-size: 16px;
		line-height: 40px;
		margin: 0 20px; }

.site-footer__social-buttons {
	margin-bottom: 30px; }

.site-footer__logo {
	margin-bottom: 30px; }

.site-footer__copyright {
	font-size: 12px; }

.site-footer__social-buttons a {
	font-size: 30px;
	color: #c3c3c3; }

.site-footer__social-buttons a + a {
	margin-left: .67em; }

.offer-bar {
	background: #c9f908;
	padding: 0;
	min-height: 35px;
	overflow: hidden; }
	.offer-bar a {
		text-decoration: underline; }
	.offer-bar button {
		float: right;
		border: 0;
		height: 35px; }
	.offer-bar a, .offer-bar button {
		color: #000; }
	@media screen and (min-width: 40em) {
		.offer-bar {
			height: 45px;
			text-align: center; }
			.offer-bar a {
				margin-left: .8em; }
			.offer-bar button {
				float: none;
				margin-left: 1.7em;
				height: 45px; } }

.offer-bar__text,
.offer-bar__link {
	line-height: 2.5714285714rem; }
	@media screen and (min-width: 40em) {
		.offer-bar__text,
		.offer-bar__link {
			line-height: 3.2142857143rem; } }

.offer-bar__btn {
	margin-bottom: 0;
	background: rgba(0, 0, 0, 0.1); }
	.offer-bar__btn:hover {
		background: rgba(0, 0, 0, 0.15); }
	.offer-bar__btn .icon-arrow {
		font-size: 5px;
		position: relative;
		bottom: 1px; }

.top-bar.intl-bar {
	background: #fff;
	padding-top: .5em !important;
	padding-bottom: .5em !important;
	border-bottom: 1px solid #ccc; }
	.top-bar.intl-bar strong {
		display: block;
		font-size: 1.28rem; }
	@media screen and (min-width: 40em) {
		.top-bar.intl-bar {
			height: 45px; }
			.top-bar.intl-bar strong, .top-bar.intl-bar span {
				display: inline-block; }
			.top-bar.intl-bar span {
				margin-left: 1em; } }

header {
	position: relative;
	z-index: 1; }

.nav-bar {
	position: relative;
	z-index: 10;
	background: transparent;
	margin-top: 0;
	padding: 0.5em 0 0;
	color: #fff; }
	.nav-bar ul {
		background: transparent; }
	.nav-bar a {
		color: #fff; }
	@media screen and (max-width: 39.9375em) {
		.nav-bar {
			margin-top: .5em; } }
	@media screen and (min-width: 40em) {
		.nav-bar .columns {
			position: relative;
			top: 14px; } }

.launch-nav-btn {
	height: 44px;
	padding-left: 56px;
	background: transparent url("../images/nav-icon.svg") no-repeat left center;
	background-size: 40px 30px;
	font-size: 14px;
	line-height: 44px; }
	@media screen and (min-width: 40em) {
		.launch-nav-btn {
			height: 15px;
			padding-left: 30px;
			background-size: auto 15px;
			line-height: 15px; } }

.centered-logo {
	position: absolute;
	text-align: center;
	background: transparent url("../images/logo.svg") no-repeat left center;
	text-indent: -9999px;
	width: 129px;
	height: 54px;
	left: 50%;
	transform: translate(-50%, 5px);
	background-size: 129px auto; }
	@media screen and (min-width: 40em) {
		.centered-logo {
			width: 183px;
			height: 77px;
			background-size: 183px auto; } }

@media screen and (max-width: 39.9375em) {
	.top-bar-left,
	.top-bar-right {
		width: 50%; } }

.top-bar-right li {
	display: inline-block; }

.top-bar-right ul {
	text-align: right; }

.nav-bar__cart-btn {
	width: 50px;
	height: 44px;
	background: transparent url("../images/cart-icon.svg") no-repeat center center;
	background-size: auto 44px; }
	@media screen and (min-width: 40em) {
		.nav-bar__cart-btn {
			width: 28px;
			height: 25px;
			background-size: auto 25px; } }

.nav-bar__close-cart-btn {
	display: none; }

.top-bar {
	padding-top: 0 !important; }

body.sticky-navbar {
	padding-top: 86px; }

.nav-bar.sticky {
	z-index: 500;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 86px;
	width: 100%; }

.nav-bar.nav-bar--interior {
	height: 86px; }

.nav-bar.nav-bar--interior, .nav-bar.sticky {
	background: #fff;
	color: #000;
	box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.29); }
	.nav-bar.nav-bar--interior a, .nav-bar.sticky a {
		color: #000; }
	.nav-bar.nav-bar--interior .launch-nav-btn, .nav-bar.sticky .launch-nav-btn {
		background-image: url("../images/nav-icon-black.svg"); }
	.nav-bar.nav-bar--interior .centered-logo, .nav-bar.sticky .centered-logo {
		background-image: url("../images/logo-black.png"); }
	.nav-bar.nav-bar--interior .nav-bar__cart-btn, .nav-bar.sticky .nav-bar__cart-btn {
		background-image: url("../images/cart-icon-black.svg"); }
	.nav-bar.nav-bar--interior .launch-nav-btn, .nav-bar.sticky .launch-nav-btn {
		height: 44px;
		padding-left: 30px; }
	.nav-bar.nav-bar--interior .centered-logo, .nav-bar.sticky .centered-logo {
		width: 110px;
		height: 46px;
		background-size: 110px auto;
		top: 0; }
	@media screen and (min-width: 40em) {
		.nav-bar.nav-bar--interior .top-bar-left, .nav-bar.sticky .top-bar-left {
			position: relative;
			top: 7px; }
		.nav-bar.nav-bar--interior .top-bar-right, .nav-bar.sticky .top-bar-right {
			position: relative;
			top: 13px; } }
	@media screen and (max-width: 39.9375em) {
		.nav-bar.nav-bar--interior .columns, .nav-bar.sticky .columns {
			padding-top: 1.1em; }
		.nav-bar.nav-bar--interior .centered-logo, .nav-bar.sticky .centered-logo {
			top: 10px; } }

.nav-bar .icon-telephone {
	color: #5ec26a;
	vertical-align: middle;
	margin-right: .3em; }

.nav-bar .menu > li > a {
	padding-left: .3em;
	padding-right: .3em; }
	@media screen and (min-width: 64em) {
		.nav-bar .menu > li > a {
			padding-left: 1em;
			padding-right: 1em; } }

@media screen and (min-width: 40em) {
	.nav-bar.sticky .cart-button-wrap {
		margin-left: 2em; }
	.nav-bar:not(.sticky):not(.nav-bar--interior) ul.menu {
		margin-right: 92px; }
	.nav-bar:not(.sticky):not(.nav-bar--interior) .cart-button-wrap {
		margin-left: 2em;
		display: inline-block;
		width: 92px;
		height: 92px;
		position: absolute;
		top: -14px;
		right: 0; }
		.nav-bar:not(.sticky):not(.nav-bar--interior) .cart-button-wrap button {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%); }
		.nav-bar:not(.sticky):not(.nav-bar--interior) .cart-button-wrap:hover {
			background-color: #5ec26a; }
	.nav-bar.sticky .top-bar-right,
	.sticky-navbar .top-bar-right {
		right: 86px; }
	.nav-bar.sticky .cart-button-wrap,
	.sticky-navbar .cart-button-wrap {
		width: 86px;
		height: 86px;
		position: absolute;
		top: -27px;
		right: -101px; }
		.nav-bar.sticky .cart-button-wrap .nav-bar__cart-btn,
		.sticky-navbar .cart-button-wrap .nav-bar__cart-btn {
			width: 86px;
			height: 86px; }
			.nav-bar.sticky .cart-button-wrap .nav-bar__cart-btn:hover,
			.sticky-navbar .cart-button-wrap .nav-bar__cart-btn:hover {
				color: #fff;
				background: #5ec26a url("../images/cart-icon.svg") no-repeat center center;
				background-size: auto 25px; }
		.nav-bar.sticky .cart-button-wrap.active,
		.sticky-navbar .cart-button-wrap.active {
			background-color: #f6f5f5; }
			.nav-bar.sticky .cart-button-wrap.active .nav-bar__cart-btn,
			.sticky-navbar .cart-button-wrap.active .nav-bar__cart-btn {
				display: none; }
			.nav-bar.sticky .cart-button-wrap.active .nav-bar__close-cart-btn,
			.sticky-navbar .cart-button-wrap.active .nav-bar__close-cart-btn {
				display: block;
				width: 86px;
				height: 86px;
				background: transparent url("../images/close-cart.svg") no-repeat center center;
				background-size: 24px 24px; }
			.nav-bar.sticky .cart-button-wrap.active:hover,
			.sticky-navbar .cart-button-wrap.active:hover {
				background-color: #5ec26a; }
				.nav-bar.sticky .cart-button-wrap.active:hover .nav-bar__close-cart-btn,
				.sticky-navbar .cart-button-wrap.active:hover .nav-bar__close-cart-btn {
					background: transparent url("../images/close-cart-hover.svg") no-repeat center center;
					background-size: 24px 24px; }
	.cart-num {
		bottom: 4px; } }

@media screen and (max-width: 39.9375em) {
	.nav-bar.sticky .cart-button-wrap.active,
	.sticky-navbar .cart-button-wrap.active {
		position: relative;
		top: -15px;
		right: -10px;
		background-color: #f6f5f5; }
		.nav-bar.sticky .cart-button-wrap.active .nav-bar__cart-btn,
		.sticky-navbar .cart-button-wrap.active .nav-bar__cart-btn {
			display: none; }
		.nav-bar.sticky .cart-button-wrap.active .nav-bar__close-cart-btn,
		.sticky-navbar .cart-button-wrap.active .nav-bar__close-cart-btn {
			display: block;
			width: 86px;
			height: 86px;
			background: transparent url("../images/close-cart.svg") no-repeat center center;
			background-size: 24px 24px; }
		.nav-bar.sticky .cart-button-wrap.active:hover,
		.sticky-navbar .cart-button-wrap.active:hover {
			background-color: #5ec26a; }
			.nav-bar.sticky .cart-button-wrap.active:hover .nav-bar__close-cart-btn,
			.sticky-navbar .cart-button-wrap.active:hover .nav-bar__close-cart-btn {
				background: transparent url("../images/close-cart-hover.svg") no-repeat center center;
				background-size: 24px 24px; } }

.cart-num {
	position: relative; }
	@media screen and (max-width: 39.9375em) {
		.cart-num {
			bottom: 10px;
			left: -3px;
			font-size: 20px; } }

.nav-bar:not(.sticky):not(.nav-bar--interior) li.show-for-medium {
	position: relative;
	top: 14px; }

@media (max-width: 844px) {
	div.top-bar-right > ul .show-for-medium {
		opacity: 100; } }

.top-bar .show-for-medium {
	transition: color .2s ease-in-out; }
	.top-bar .show-for-medium:hover {
		color: #5ec26a; }
	.top-bar .show-for-large:hover {
		color: #5ec26a; }
	.top-bar .show-for-medium a {
		transition: color .2s ease-in-out; }
	.top-bar .show-for-medium a:hover {
		color: #5ec26a; }
	.top-bar .show-for-large a {
		transition: color .2s ease-in-out; }
	.top-bar .show-for-large a:hover {
		color: #5ec26a; }

.off-canvas {
	background: transparent;
	font-family: 'Arvo', georgia, serif; }
	.off-canvas ul {
		margin-top: 1.3em !important;
		font-size: 30px; }
	.off-canvas li + li {
		margin-top: 1em !important; }
	.off-canvas a {
		color: #000;
		line-height: 1.3; }

.js-off-canvas-exit {
	z-index: 100; }

.page-hero {
	position: relative;
	z-index: 0; }
	.page-hero picture, .page-hero img {
		width: 100%; }

.page-hero-angle {
	position: absolute;
	bottom: -1px;
	left: -15px;
	right: 0;
	width: 100%;
	z-index: 0;
	transform: rotate(360deg); }

.page-hero__overlay {
	position: absolute;
	right: 0;
	bottom: 20%;
	left: 0;
	color: #fff; }

.page-hero__nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0; }
	.page-hero__nav ul li {
		display: inline-block;
		margin-right: 8%; }
		.page-hero__nav ul li:last-child {
			margin-right: 0; }
		.page-hero__nav ul li a {
			font-family: 'Arvo', georgia, serif;
			font-weight: normal;
			font-size: 60px;
			font-weight: bold;
			color: #fff;
			opacity: 0.3;
			text-decoration: none; }
			.page-hero__nav ul li a:hover {
				opacity: 1; }
		.page-hero__nav ul li.is-active a {
			color: #fefefe;
			background: none;
			opacity: 1; }
			.page-hero__nav ul li.is-active a:after {
				content: '_';
				color: #5ec26a;
				display: inline-block;
				transform: scaleX(1.5) translateX(33%); }
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		.page-hero__nav ul li a {
			font-size: 40px; } }
	@media screen and (max-width: 39.9375em) {
		.page-hero__nav ul li a {
			font-size: 26px; } }

.product-grid {
	position: relative;
	z-index: 40; }
	.product-grid .tab-picker {
		padding-bottom: 4em; }
	.product-grid--row {
		padding-top: 4em; }

.tab-picker .button {
	display: inline-block;
	float: none;
	color: #000;
	font-size: 21px;
	background: none; }
	.tab-picker .button:hover {
		color: #5ec26a; }
	.tab-picker .button.active {
		color: #5ec26a; }
		.tab-picker .button.active:hover {
			color: #009900; }
		.tab-picker .button.active:after {
			content: '_';
			display: inline-block;
			transform: scaleX(1.5) translateX(33%); }
	.tab-picker .button:focus {
		outline: 0; }

.tab-picker--product-specs .button {
	font-size: 16px;
	font-weight: bold; }

@media screen and (max-width: 39.9375em) {
	.product-grid .column + .column, .product-grid .columns + .column, .product-grid .column + .columns, .product-grid .columns + .columns {
		margin-top: 3em; } }

.xray-img {
	position: relative; }
	.xray-img img {
		left: auto;
		right: auto;
		width: 100%; }

.product-grid__more {
	margin-top: 3em;
	margin-bottom: 5em; }

.product-grid__product {
	display: block;
	color: #000;
	text-decoration: none;
	position: relative; }
	.product-grid__product:hover {
		color: #000; }
	@media screen and (min-width: 40em) {
		.product-grid__product {
			padding: 0 10%; }
			.product-grid__product:nth-of-type(n+3) {
				margin-top: 2em; } }

.product-grid__details {
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 15px; }
	.product-grid__details .product-grid__product-title {
		color:#000;
	font-weight:bold;
	}
	.product-grid__details .product-grid__price--sales-price {
		color: #000;
		font-weight: bold; }
	.product-grid__details .product-grid__was-price {
		color: #9c9c9c; }

.product-grid__quick-view-btn {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	top: 0;
 /*  right: 20px; */ 
	z-index: 100;
	background: transparent url("../images/quick-view.svg") no-repeat left center;
	background-size: 40px 40px;
	transition: background 0.15s ease-in; }
	.product-grid__quick-view-btn--small {
		width: 40px;
		height: 40px;
		background-size: 40px 40px; }
	.product-grid__quick-view-btn:hover {
		background: transparent url("../images/quick-view-hover.svg") no-repeat left center; }
		.product-grid__quick-view-btn:hover:after {
			content: "Quick View";
			position: absolute;
			top: 46px;
			left: -10px;
			width: 40px;
			text-align: center;
			font-size: 12px;
			line-height: 13px;
			color: #8d8d8d; }
	@media screen and (min-width: 64em) {
		.product-grid__quick-view-btn {
			width: 40px;
			height: 40px;
			background-size: 40px 40px; }
			.product-grid__quick-view-btn:hover:after {
				position: absolute;
				top: 66px;
				width: 59px;
				font-size: 14px;
				line-height: 15px; } }

.product-grid__colors {
	position: absolute;
	top: 50px;
	left: 15px; }
	.product-grid__colors .color-options__row {
		display: block; }
	.product-grid__colors .color-options button {
		margin: 0 !important;
		width: 13px;
		height: 13px;
		border-radius: 13px;
		border: 1px solid rgba(255, 255, 255, 0); }
		.product-grid__colors .color-options button:focus {
			outline: 0; }
		.product-grid__colors .color-options button.active {
			border: 1px solid #000; }
		.product-grid__colors .color-options button + button {
			margin-left: 8px; }

.related-products {
	position: relative;
	z-index: 10;
	margin-bottom: 110px; }
	.related-products .section-heading {
		margin-bottom: 50px;
		color: #000; }


.product-grid__details {
	top: auto;
	bottom: 100%; }
	
	.product-grid__quick-view-btn{
			top: 60px;
	}

.related-products__product {
	position: relative;
	margin-bottom: 40px; }

.related-products__product-row {
	margin-top: 2em; }

.live-chat-btn {
	position: fixed;
	bottom: 0;
	right: 30px;
	display: inline-block;
	padding: 0 15px;
	background-color: #f90808;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	z-index: 101;
	transition: background-color .2s ease-in-out; }
	.live-chat-btn:hover {
		background-color: #d50505; }
	.live-chat-btn span.live-chat-btn__text {
		position: relative;
		padding-left: 36px; }
		@media screen and (max-width: 39.9375em) {
			.live-chat-btn span.live-chat-btn__text {
				padding-left: 21px; } }
		.live-chat-btn span.live-chat-btn__text:before {
			content: "";
			display: block;
			width: 22px;
			height: 21px;
			background: transparent url("../images/chat.svg") no-repeat left center;
			position: absolute;
			left: 0;
			top: 50%;
			margin-top: -9px; }
		@media screen and (max-width: 39.9375em) {
			.live-chat-btn span.live-chat-btn__text span {
				display: none; } }
	@media screen and (min-width: 40em) {
		.live-chat-btn {
			right: 20px; } }

ul.tab-picker {
	border: 0;
	margin-bottom: 1em; }
	ul.tab-picker li {
		background: none;
		border: 0; }
		ul.tab-picker li a {
			color: #000;
			font-size: 16px;
			line-height: 24px;
			font-weight: bold;
			border: 0;
			padding: 0 0 0 30px; }
			ul.tab-picker li a:hover {
				color: #5ec26a; }
		ul.tab-picker li:first-child a {
			padding-left: 0; }
		ul.tab-picker li.is-active a {
			color: #5ec26a;
			background: none; }
			ul.tab-picker li.is-active a:hover {
				color: #009900; }
			ul.tab-picker li.is-active a:after {
				content: '_';
				display: inline-block;
				transform: scaleX(1.5) translateX(33%); }
		ul.tab-picker li:focus {
			outline: 0; }
	ul.tab-picker--product-specs {
		margin-top: 40px; }

.tabs-content,
.tabs-panel {
	border: 0;
	padding: 0;
	font-size: 14px;
	line-height: 21px; }
	.tabs-content .more-link button,
	.tabs-panel .more-link button {
		color: #5ec26a; }

ul.tab-picker--product-specs {
	margin-top: 10px; }

#quickview {
			overflow-x: hidden;
	padding-top: 5em; }
	#quickview:focus {
		outline: 0; }
	#quickview .product-grid__details {
		padding-top: 1em;
		bottom: 100%;
		top: auto; }
	#quickview .close-button {
		border: 0;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-weight: 100;
		color: #5ec26a; }
	#quickview .product-grid__colors {
		top: 20px; }
	@media screen and (min-width: 40em) {
		#quickview {
			width: 48%; } }
	@media screen and (min-width: 64em) {
		#quickview {
			width: 35%; } }

.reveal-container {
	position: relative; }

.pocket-count {
	left: 10px;
	bottom: 0;
	background: url("/images/pocket-icon.png") no-repeat;
	width: 40px;
	text-align: center;
	z-index: 100; }
	.pocket-count strong {
		display: block;
		line-height: 34px;
		color: #f90807;
		text-align: center; }
	.pocket-count span {
		display: block;
		text-align: center;
		font-size: 12px;
		color: #a4a4a4; }

.available-sizes {
	margin-top: 1em; }
	.available-sizes h2 {
		font-size: 12px; }
	.available-sizes .size-options {
		padding-left: 0; }

.color-options__graphical-carousel__wrapper {
	padding-top: 1.5em;
	padding-bottom: 40px; }

.color-options__carousel-nav {
	display: block;
	height: 36px;
	text-align: right; }
	.color-options__carousel-nav .slick-arrow + .slick-arrow {
		margin-left: 1em; }

.quick-view-buy-now {
	background: #5ec26a;
	color: #fff;
	width: 33%;
	height: 45px;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: background-color .1s ease-in-out; }
	.quick-view-buy-now:hover {
		background-color: #43b250;
		color: #fefefe; }

.quick-view-details {
	height: 45px;
	line-height: 45px; }
	.quick-view-details a {
		color: #5ec26a; }

.quick-view-details .icon-arrow,
.quick-view-buy-now .icon-arrow {
	font-size: 6px;
	position: relative;
	bottom: 1px; }

#quickview .product-grid__details {
	padding-top: 0; }

#quickview .product-grid__price--sales-price,
#quickview .product-grid__was-price {
	display: inline-block;
	margin-top: .33em; }

#quickview .xray-img {
	width: 70%;
	margin: 0 auto; }

.close-button {
	top: 0.5em; }

.homepage-hero {
	position: relative;
	z-index: 0;
	top: -58px; }
	.homepage-hero picture, .homepage-hero img {
		width: 100%; }
	.homepage-hero .homepage-hero-angle {
		transform: scale(1.05, 1.05); }

.homepage-hero__overlay {
	position: absolute;
	right: 0;
	bottom: 2em;
	left: 0;
	color: #fff; }
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		.homepage-hero__overlay {
			bottom: 3em; }
			.homepage-hero__overlay h1 {
				font-size: 2.57rem; } }
	@media screen and (min-width: 64em) {
		.homepage-hero__overlay {
			bottom: 6em; } }

.homepage-hero__buy {
	margin-top: 1.5em; }
	.homepage-hero__buy .button {
		margin-top: .67em; }

.homepage-hero__buy__title,
.homepage-hero__buy__price {
	font-size: 1.285714286rem; }

.homepage-hero-angle {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 0;
	transform: rotate(360deg); }

h1.homepage-hero__statement--spaced {
	line-height: 1.3;
	letter-spacing: .6em; }
	@media screen and (min-width: 75em) {
		h1.homepage-hero__statement--spaced {
			font-size: 3.428571429rem;
			margin-bottom: 1em; } }

.hero-buttons--clear a {
	border: 1px solid #fff;
	background: transparent; }
	.hero-buttons--clear a:hover {
		background: rgba(255, 255, 255, 0.3); }

.hero-buttons--clear a + a {
	margin-left: 1em; }

.down-arrow__wrap {
	margin-top: .5em; }
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		.down-arrow__wrap {
			margin-top: 1.5em; } }
	@media screen and (min-width: 64em) {
		.down-arrow__wrap {
			margin-top: 3em; } }

img.down-arrow {
	width: auto; }

.explore-products {
	position: relative;
	margin-top: 3em; }
	@media screen and (max-width: 39.9375em) {
		.explore-products .columns {
			padding: 0; } }

.top-angle {
	position: absolute;
	top: -4px;
	left: 0;
	right: -4px; }
	.top-angle img {
		width: 100%; }
	@media screen and (min-width: 40em) {
		.top-angle {
			top: -1px;
			left: 0;
			right: 0; } }

.explore-product {
	width: 100%;
	position: relative;
	height: auto;
	transform: scale(1, 1);
	transition: opacity .2s ease-in-out, transform .33s ease-in-out; }
	.explore-product img {
		width: 100%;
		display: block; }
	.explore-product a {
		display: block; }
	.explore-product h2 {
		display: inline;
		position: absolute;
		top: 1.11em;
		left: 1.61em;
		color: #fff;
		font-size: 27px; }
		.explore-product h2:after {
			content: '';
			display: block;
			width: 100%;
			height: 2px;
			background: #5ec26a;
			position: absolute;
			bottom: -.0.4em;
			left: .1em; }
		@media screen and (min-width: 40em) {
			.explore-product h2 {
				top: 2em; } }
	.explore-product--more {
		width: 100%;
		height: 0;
		padding-top: 77.10083%;
		background: #5ec26a;
		position: relative; }
		.explore-product--more button {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 2.14rem;
			color: #fefefe; }
			.explore-product--more button:focus {
				outline: 0; }
			.explore-product--more button img {
				width: auto;
				display: inline-block;
				margin-bottom: .5em; }
		@media screen and (max-width: 39.9375em) {
			.explore-product--more--desktop {
				transform: scale(0, 0);
				height: 0;
				display: none; } }
		@media screen and (min-width: 40em) {
			.explore-product--more--mobile {
				transform: scale(0, 0);
				height: 0;
				display: none; } }
	.explore-product--less {
		width: 100%;
		height: 0;
		padding-top: 52.2033898%;
		background: #5ec26a;
		position: relative; }
		.explore-product--less button {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 2.14rem;
			color: #fefefe; }
			.explore-product--less button:focus {
				outline: 0; }
			.explore-product--less button img {
				width: auto;
				display: inline-block;
				margin-bottom: .5em; }
	.explore-product--hidden {
		transform: scale(0, 0);
		height: 0;
		display: none; }
	.explore-product:hover {
		opacity: .8; }

@media screen and (min-width: 40em) {
	.explore-products__left {
		float: left;
		width: 40.4166667%; }
	.explore-products__right {
		float: right;
		width: 59.5833333%; } }

.quote__container {
	color: #fff;
	padding-top: 1em;
	padding-bottom: 0;
	position: relative; }
	.quote__container img {
		width: 100%;
		max-width: none; }
	.quote__container .homepage-hero-angle {
		transform: scale(-1.08, 1.08);
		width: 100%; }

.quote__text {
	position: absolute;
	padding-top: 1em; }

@media screen and (min-width: 40em) {
	.quote__text {
		font-size: 18px; }
	.quote__source {
		font-size: 16px; } }

@media screen and (min-width: 64em) {
	.quote__text {
		font-size: 24px; }
	.quote__source {
		font-size: 18px; } }

.quote__more {
	padding-top: 3em;
	padding-bottom: 3em; }

.whats-inside {
	margin-top: 3em;
	margin-bottom: 25em;
	position: relative; }
	@media screen and (min-width: 40em) {
		.whats-inside {
			margin-bottom: 25em; } }
	@media screen and (min-width: 64em) {
		.whats-inside {
			margin-bottom: 38em; } }
	@media screen and (min-width: 75em) {
		.whats-inside {
			margin-bottom: 40em; } }
	@media screen and (min-width: 90em) {
		.whats-inside {
			margin-bottom: 45em; } }
	.whats-inside--small .whats-inside__bg {
		width: 100%; }
		.whats-inside--small .whats-inside__bg source, .whats-inside--small .whats-inside__bg img {
			width: 100%; }

.whats-inside__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 16%;
	color: #fff; }
	.whats-inside__overlay h2 {
		font-size: 27px;
		margin-bottom: 1em; }
	@media screen and (min-width: 40em) {
		.whats-inside__overlay {
			padding-top: 44.4444444%; } }

.whats-inside--small .whats-inside__overlay {
	padding-top: 5%; }
	@media screen and (min-width: 40em) {
		.whats-inside--small .whats-inside__overlay {
			padding-top: 5%; } }

.whats-inside__icon {
	display: inline-block;
	transition: all .5s ease-in-out;
	transform-origin: center center; }
	.whats-inside__icon img {
		margin: 0 auto; }
	.whats-inside__icon h3 {
		margin-top: .75em;
		font-size: 1.142857143rem;
		opacity: 0;
		transition: opacity .5s ease-in-out; }
	.whats-inside__icon.slick-current {
		position: relative; }
		.whats-inside__icon.slick-current h3 {
			opacity: 1;
			overflow: visible;
			margin-bottom: 6em; }
			.whats-inside__icon.slick-current h3:after {
				position: absolute;
				width: 2px;
				height: 100px;
				top: 62%;
				content: '';
				display: block;
				background: #fff;
				left: 50%; }
	.whats-inside__icon:focus {
		outline: 0; }

.whats-inside__media {
	position: relative;
	margin-top: -3em;
	text-align: center; }

.homepage-logos {
	padding-bottom: 3em; }
	@media screen and (max-width: 39.9375em) {
		.homepage-logos .column:nth-of-type(n+3), .homepage-logos .columns:nth-of-type(n+3) {
			margin-top: 2em; } }
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		.homepage-logos .column:nth-of-type(n+5), .homepage-logos .columns:nth-of-type(n+5) {
			margin-top: 2em; } }

.product-detail__top {
	background: #f2f2f2;
	position: relative;
	margin-bottom: 2em; }
	.product-detail__top > .bottom-angle {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		transform: scale(-1.05, 1.05); }
		.product-detail__top > .bottom-angle img {
			display: block; }
		@media screen and (min-width: 64em) {
			.product-detail__top > .bottom-angle {
				display: block; } }

.product-detail__bg {
	position: relative; }
	.product-detail__bg .bottom-angle {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		transform: scale(-1.05, 1.05); }
		.product-detail__bg .bottom-angle img {
			display: block; }
		@media screen and (min-width: 64em) {
			.product-detail__bg .bottom-angle {
				display: none; } }
	.product-detail__bg img {
		transition: opacity .5s ease-in-out; }

.product-detail__top-buy {
	background: #fff;
	padding-top: 2em; }
	@media screen and (min-width: 64em) {
		.product-detail__top-buy {
			background: #f2f2f2; } }
	.product-detail__top-buy h1 {
		font-size: 2.142857143rem;
		margin-top: 1em;
		font-weight: 700; }
	.product-detail__top-buy h2 {
		font-size: 2.571428571rem; }
	.product-detail__top-buy .size-options,
	.product-detail__top-buy .size-chart-link {
		margin-top: 1em; }

.icon-star {
	font-size: 15px;
	color: #d0d0d0; }
	.icon-star--fill {
		color: #eeb111; }

.size-options button {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 18px;
	border: 1px solid #e6e6e6; }
	.size-options button.active {
		border-color: #000; }
	.size-options button:focus {
		outline: 0; }
	.size-options button[disabled] {
		background: #e6e6e6;
		color: rgba(0, 0, 0, 0.3); }
	.size-options button + button {
		margin-left: .5em; }
	@media screen and (max-width: 39.9375em) {
		.size-options button {
			width: 28px;
			height: 28px;
			font-size: 16px; } }

.size-chart-link {
	height: 36px;
	line-height: 36px;
	color: #5ec26a; }
	.size-chart-link img {
		margin: -2px 6px 0 0; }
	.size-chart-link:hover {
		color: #5ec26a; }

.color-options {
	margin-top: 8px; }
	.color-options button {
		box-sizing: content-box;
		width: 21px;
		height: 21px;
		border-radius: 21px;
		border: 1px solid rgba(242, 242, 242, 0); }
		.color-options button:focus {
			outline: 0; }
		.color-options button.active {
			border: 1px solid #000; }
		.color-options button + button {
			margin-left: 8px; }

.color-qty {
	margin-top: 1em;
	padding: 22px 0 4px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6; }

.qty-options button, .qty-options input {
	display: inline;
	font-size: 24px; }

.qty-options input {
	width: 66px;
	border: 0;
	box-shadow: none;
	text-align: center;
	font-size: 700;
	background: #f2f2f2; }

.scroll-back-btn {
	margin-top: 2em; }
	.scroll-back-btn button {
		opacity: 0;
		transition: opacity .5s ease-in-out;
		display: block;
		width: 100%;
		padding-top: 1.2em;
		padding-bottom: 1.2em;
		font-size: 18px; }
		.scroll-back-btn button .icon-arrow {
			transform: rotate(-90deg) !important;
			position: relative;
			top: -5px; }
	@media screen and (max-width: 63.9375em) {
		.scroll-back-btn {
			display: none; } }

.buy-bar {
	margin-top: 2em; }
	.buy-bar button,
	.buy-bar a {
		font-size: 18px; }
	.buy-bar .buy-btn {
		display: block; }
		.buy-bar .buy-btn button {
			width: 100%;
			padding-top: 1.2em;
			padding-bottom: 1.2em; }
	.buy-bar .add-wishlist,
	.buy-bar .share {
		height: 46px;
		line-height: 46px; }
		.buy-bar .add-wishlist a,
		.buy-bar .share a {
			color: #5ec26a; }
	.buy-bar .add-wishlist {
		border-right: 1px solid #e6e6e6; }
	@media screen and (min-width: 40em) {
		.buy-bar .buy-btn {
			margin-bottom: 20px; }
		.buy-bar .link,
		.buy-bar .columns {
			height: 63px;
			line-height: 63px; } }

.product-detail__thumbs img {
	width: 100%; }

.product-detail__thumbs img, .product-detail__thumbs video {
	display: block; }

@media screen and (min-width: 40em) {
	.product-detail__thumbs__left {
		width: 50%;
		float: left; }
	.product-detail__thumbs__right {
		width: 50%;
		float: right; } }

/*
	Player Skin Designer for Video.js
	http://videojs.com

	To customize the player skin edit
	the CSS below. Click "details"
	below to add comments or questions.
	This file uses some SCSS. Learn more
	at http://sass-lang.com/guide)

	This designer can be linked to at:
	http://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
	/* The base font size controls the size of everything, not just text.
		 All dimensions use em-based sizes so that the scale along with the font size.
		 Try increasing it to 15px and see what happens. */
	font-size: 10px;
	/* The main font color changes the ICON COLORS as well as the text */
	color: #fff; }

/* The "Big Play Button" is the play button that shows before the video plays.
	 To center it set the align values to center and middle. The typical location
	 of the button is the center, but there is trend towards moving it to a corner
	 where it gets out of the way of valuable content in the poster image.*/
.vjs-default-skin .vjs-big-play-button {
	/* The font size is what makes the big play button...big.
		 All width/height values use ems, which are a multiple of the font size.
		 If the .video-js font-size is 10px, then 3em equals 30px.*/
	font-size: 4.6em !important;
	/* We're using SCSS vars here because the values are used in multiple places.
		 Now that font size is set, the following em values will be a multiple of the
		 new font size. If the font-size is 3em (30px), then setting any of
		 the following values to 3em would equal 30px. 3 * font-size. */
	/* 1.5em = 45px default */
	line-height: 4em !important;
	height: 4em !important;
	width: 4em !important;
	/* 0.06666em = 2px default */
	/* 0.3em = 9px default */
	background: transparent !important;
	border: 0 !important;
	/* Align center */
	left: 50% !important;
	top: 50% !important;
	margin-left: -2em !important;
	margin-top: -2em !important; }

.basic-header {
	margin-bottom: 4em; }
	.basic-header h2 {
		font-weight: bold; }
	.basic-header p {
		margin: 0; }
		.basic-header p + p {
			margin-top: .5em; }

.row--landing {
	position: relative;
	margin-bottom: 4em; }
	@media screen and (max-width: 39.9375em) {
		.row--landing .end {
			margin-top: 2em; } }
	@media screen and (min-width: 40em) {
		.row--landing .end {
			display: flex;
			align-items: center; } }
	@media screen and (max-width: 39.9375em) {
		.row--landing .columns {
			height: auto !important; } }
	.row--landing .product-grid__product {
		margin-top: 3em; }

.overflow-image {
	display: none;
	position: absolute; }
	.overflow-image--left {
		left: -528px; }
	.overflow-image--right {
		right: -528px; }
	@media screen and (min-width: 64em) {
		.overflow-image {
			display: block; } }

.smalloverlay-img {
	position: relative; }
	.smalloverlay-img .overlay-text {
		color: #fff;
		font-size: 1.714285714rem;
		position: absolute;
		bottom: 1em;
		left: 1em;
		right: 1em; }
	.smalloverlay-img p {
		line-height: 1.2; }
	.smalloverlay-img img {
		width: 100%; }

.container--row-landing + .product-grid {
	margin-top: 8em; }

.down-arrow {
	cursor: pointer; }

#sizing-modal {
	background: #fff; }

.table-bg {
	background: url("/images/sizing-stripes.png"); }

#sizing-chart {
	padding: 4em 0; }
	#sizing-chart table {
		border-left: 1px solid #ff0000;
		margin: 0; }
	#sizing-chart table thead, #sizing-chart table tbody, #sizing-chart table tfoot {
		background: transparent; }
	#sizing-chart th, #sizing-chart td {
		text-align: center !important; }
	#sizing-chart .last {
		padding-bottom: 1.5em;
		position: relative; }
	#sizing-chart .active {
		font-weight: bold; }
		#sizing-chart .active.last:after {
			display: block;
			content: '';
			width: 76%;
			height: 3px;
			background: #5ec26a;
			position: absolute;
			bottom: 0;
			left: 12%;
			right: 0; }
	#sizing-chart .sizing-chart-left-col {
		text-align: left !important;
		width: 18%;
		background: #fff;
		padding-left: 1em; }
	#sizing-chart tr, #sizing-chart thead {
		background: transparent !important; }
	#sizing-chart table thead, #sizing-chart table tbody, #sizing-chart table tfoot {
		border: none; }
	#sizing-chart .sizing-chart-variants {
		text-align: left !important;
		width: 82% !important;
		padding-left: 1.5em;
		padding-top: 1em; }
	#sizing-chart label.active {
		font-weight: normal;
		color: #5ec26a; }
		#sizing-chart label.active:after {
			content: '_';
			display: inline-block;
			transform: scaleX(1.5) translateX(33%);
			position: relative;
			left: -.3em; }
	@media screen and (min-width: 40em) {
		#sizing-chart .table-scroll table {
			width: 100%; } }
	#sizing-chart > div {
		transition: opacity .1s ease-in-out; }

[v-cloak] {
	opacity: 0; }

.abbrev {
	color: #5ec26a;
	font-weight: normal;
	font-size: 18px; }
	.abbrev span {
		display: inline-block;
		width: 50px;
		height: 50px;
		border: 1px solid #5ec26a;
		border-radius: 50px;
		line-height: 50px; }
	.abbrev.active span {
		background: #5ec26a;
		color: #fff;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; }

.sizing-chart-thumb {
	display: block;
	width: 60px;
	margin-top: 10px; }

.row--sizing-chart-header-row {
	margin-bottom: 48px; }

.row--sizing-chart-header-row h1:after {
	display: inline-block;
	content: '';
	width: .5em;
	height: 4px;
	background: #000;
	position: relative;
	bottom: -.2em; }

@media screen and (min-width: 40em) {
	.sizing-chart-adjusters {
		text-align: right; } }

.sizing-chart-adjusters .sizing-chart-units-text {
	margin-right: 1.3em; }

.sizing-chart-adjusters label {
	cursor: pointer;
	margin: 0;
	display: inline-block;
	margin-right: 1.3em; }

.sizing-chart-links a {
	color: #000;
	font-weight: bold;
	font-size: 16px; }
	.sizing-chart-links a.active {
		color: #5ec26a; }
		.sizing-chart-links a.active:after {
			content: '_';
			display: inline-block;
			transform: scaleX(1.5) translateX(33%); }
	.sizing-chart-links a + a {
		margin-left: 3em; }

.sizing-chart-units-text {
	color: #999; }

.links-and-adjusters-row {
	padding-bottom: 20px; }

.row-guesstimator h3,
.row--sizing-faq h3 {
	font-size: 16px;
	font-weight: bold; }

.row-guesstimator {
	margin-top: 28px; }
	.row-guesstimator .selectboxit-btn {
		font-weight: normal; }
	.row-guesstimator h3 {
		margin-bottom: 1em; }

.row--sizing-faq {
	margin-top: 28px; }
	.row--sizing-faq a {
		color: #5ec26a; }

.red-border-wrap {
	border-left: 1px solid #f00;
	padding: 1em 0 1em 1em; }

.guesstimator-tellus,
.guesstimator-height,
.guesstimator-weight {
	margin-right: 1em; }

@media screen and (max-width: 39.9375em) {
	.guesstimator-tellus,
	.guesstimator-height,
	.guesstimator-weight,
	.guesstimator-found {
		display: block;
		margin-top: .67em; } }

.guesstimator-found {
	display: inline-block; }
	.guesstimator-found img {
		margin-left: .67em; }

.reset_guess {
	display: inline-block;
	margin-left: 1em;
	color: #5ec26a; }

@media screen and (max-width: 39.9375em) {
	.sizing-chart-desktop .row--sizing-chart .links-and-adjusters-row,
	.sizing-chart-desktop th.sizing-chart-left-col br,
	.sizing-chart-desktop thead > tr:nth-child(1) > th.sizing-chart-left-col,
	.sizing-chart-desktop th.sizing-chart-left-col .sizing-chart-thumb,
	.sizing-chart-desktop th.abbrev,
	.sizing-chart-desktop tbody {
		display: none; }
	.sizing-chart-desktop tr, .sizing-chart-desktop thead {
		background: none !important; }
	.sizing-chart-desktop .sizing-chart-left-col {
		padding: 0; }
	.sizing-chart-desktop .sizing-chart-variants {
		padding: 0 0 0 .75em; }
	.sizing-chart-desktop .table-bg {
		background: none; }
	.red-border-wrap {
		border-left: none;
		padding: 0; }
	.sizing-chart-adjusters {
		margin-top: 2em; }
	#sizing-chart {
		padding-top: 1.5em; }
	.row--sizing-chart-header-row {
		margin-bottom: .8em; } }

.sizing-chart-mobile .table-bg {
	margin-top: 1em;
	position: relative;
	top: -1em; }

.sizing-chart-mobile thead th {
	padding-top: 2em; }

.sizing-chart-mobile th {
	font-weight: normal;
	background: #fff; }

@media screen and (min-width: 40em) {
	.sizing-chart-mobile {
		display: none; } }

@media screen and (min-width: 40em) {
	.row--sizing-chart > .red-border-wrap {
		border-left: none; }
	.sizing-chart-desktop {
		padding-left: 0; } }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
	transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	position: absolute;
/*   background: rgba(255, 255, 255, 0.2); */
	line-height: 38px;
	padding: 0 20px;
	border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px; }

.twentytwenty-container {
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none; }

.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block; }

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: transparent; }

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0; }

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; }

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: transparent;
	z-index: 25; }

.twentytwenty-before {
	z-index: 20; }

.twentytwenty-after {
	z-index: 10; }

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #7ece87;
	border-radius: 1000px;
	z-index: 40;
	cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px; }

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px; }

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px; }

.twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px; }

.twentytwenty-up-arrow {
	border-bottom: 6px solid white;
	top: 50%;
	margin-top: -17px; }

.twentytwenty-down-arrow {
	border-top: 6px solid white;
	bottom: 50%;
	margin-bottom: -17px; }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
	Common CSS Properties
	---------------------
	These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
	position: relative;
	display: inline-block;
	vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
	white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
	width: 220px;
	/* Width of the dropdown button */
	cursor: pointer;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	position: relative; }
	.selectboxit-container .selectboxit:after {
		content: "";
		width: 9px;
		height: 5px;
		display: block;
		background: url("/images/dropdown-arrow.svg") no-repeat;
		background-size: 9px 5px;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translate(0, -50%); }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	height: 30px;
	/* Height of the drop down */
	line-height: 30px;
	/* Vertically positions the drop down text */
	display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
	outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default; }

/* Button Text */
.selectboxit-text {
	text-indent: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left; }

.selectboxit .selectboxit-option-icon-container {
	margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;
	/* Minimum Width of the dropdown list box options */
	*width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	z-index: 9999999999999;
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
	padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
	text-indent: 5px;
	/* Horizontal Positioning of the select box option text */
	margin: 0;
	list-style-type: none; }

/* The first Drop Down option */
/* The first Drop Down option optgroup */
/* The last Drop Down option */
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
	font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
	cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
	/* Positions the down arrow */
	width: 30px;
	position: absolute;
	right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	display: none; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
	float: left; }

.selectboxit-container .selectboxit-option-icon {
	margin: 0;
	padding: 0;
	vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
	width: 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	float: left; }

.selectboxit-rendering {
	display: inline-block !important;
	*display: inline !important;
	zoom: 1 !important;
	visibility: visible !important;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
	background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
	background-position: -64px -16px; }

/*
	Default Theme
	-------------
	Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
	border: 0;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
	color: #000; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px; }

.selectboxit-default-arrow {
	width: 0;
	height: 0;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent; }

.selectboxit-list {
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
	color: #000; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #ffffff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #000; }

/*# sourceMappingURL=main.css.map */
/* Specific Product Codes + Color Codes */
/* Default incase no color is there */
.color-radio label {background: #5ec26a;}
.ANNIE-BLK label { background-color: #2d2c32; }
.BAMPOLO-BLK label { background-color: #000000; }
.BAMPOLO-BRC label { background-color: #8d302b; }
.BAMPOLO-HGR label { background-color: #929292; }
.BAMPOLO-MCH label { background-color: #cabaa1; }
.BAMPOLO-NVY label { background-color: #333a57; }
.BDSOL-WHT label { background-color: #ffffff; }
.BDSOL-BLU label { background-color: #b4c9de; }
.BDSTR-BLB label { background-color: #ccd6ef; }
.BDSTR-RSP label { background-color: #e9b4d1; }
.BOXB-BLK label { background-color: #000000; }
.BOXB-GRY label { background-color: #464541; }
.CHLOE-DAR label { background-color: #46324b; }
.CHLOE-KSS label { background-color: #614d4e; }
.CHLOE-MGC label { background-color: #000000; }
.CHLOEGL-EMB label { background-color: #cdcdcd; }
.CHLOEGL-FRS label { background-color: #iea2c7; }
.CHLOEGL-MDN label { background-color: #000000; }
.CMP-FOR label { background-color: #21454a; }
.CMP-MAR label { background-color: #3163a5; }
.CMP-STM label { background-color: #334660; }
.CTPRT-BER label { background-color: #26333c; }
.CTPRT-SDS label { background-color: #ad946f; }
.CTPRT-BLK label { background-color: #000000; }
.CTPRT-SLT label { background-color: #414244; }
.ENF-BLK label { background-color: #000000; }
.FCP-BRK label { background-color: #534237; }
.FCP-CBN label { background-color: #000000; }
.FL8-BLK label { background-color: #000000; }
.FVM-CDB label { background-color: #728fa7; }
.FVM-CMT label { background-color: #dbd2cb; }
.FVW-CDB label { background-color: #728fa7; }
.FVW-CMT label { background-color: #dbd2cb; }
.HCP2-JET label { background-color: #000000; }
.HCP2-PBL label { background-color: #cab6a3; }
.HCP2-SDL label { background-color: #443226; }
.HCS-BLK label { background-color: #000000; }
.HCS-PBL label { background-color: #cab6a3; }
.HCS-SDL label { background-color: #443226; }
.HDCTN-BLK label { background-color: #000000; }
.HDCTN-CRMS label { background-color: #510b0e; }
.HDCTN-ECGR label { background-color: #444444; }
.HDCTN-STBL label { background-color: #080e29; }
.HDKMT-GZIG label { background-color: #3e403f; }
.HDKMT-RZIG label { background-color: #dc0c23; }
.HDMFL-BLK label { background-color: #000000; }
.LCL-CLD label { background-color: #ffffff; }
.LCL-NHT label { background-color: #000000; }
.LCM-WHT label { background-color: #ffffff; }
.LCW-WHT label { background-color: #ffffff; }
.LOLA-FLUFF label { background-color: #e0e0e0; }
.LOLA-RPSDY label { background-color: #52517a; }
.LOLA-SPRKL label { background-color: #999999; }
.LUCY-AUT label { background-color: #543936; }
.LUCY-CLD label { background-color: #ffffff; }
.LUCY-LGN label { background-color: 353b59; }
.LUCY-NHT label { background-color: #000000; }
.LUCY-SND label { background-color: #8a8666; }
.MAD-BLK label { background-color: #000000; }
.MAD-BRG label { background-color: #752c42; }
.MAD-GRY label { background-color: #918b8b; }
.MCTRP-BLK label { background-color: #000000; }
.MCTRP-OLV label { background-color: #575456; }
.MDL-BLK label { background-color: #000000; }
.MDL-BRG label { background-color: #752c42; }
.MDL-GRY label { background-color: #918b8b; }
.MFL-BLK label { background-color: #000000; }
.MFL-RED label { background-color: #af242b; }
.MFL-BLU label { background-color: #2251a1; }
.MOLLY-ATQ label { background-color: #918263; }
.MOLLY-ONX label { background-color: #000000; }
.PACK-BLK label { background-color: #000000; }
.PACK-RED label { background-color: #b42837; }
.PACK-SKY label { background-color: #168dca; }
.PACK-NVY label { background-color: #2d3444; }
.PACK-GRA label { background-color: #474546; }
.PMTSS-SMK label { background-color: #91918f; }
.POLO-BLK label { background-color: #000000; }
.POLO-WHT label { background-color: #ffffff; }
.POLO-RED label { background-color: #c0262b; }
.POLO-SMK label { background-color: #6d6d75; }
.POLO-STL label { background-color: #303746; }
.POLO-OLV label { background-color: #5f7260; }
.PUFF-CARD label { background-color: #d80c37; }
.PUFF-LICR label { background-color: #000000; }
.QVM-BGE label { background-color: #d5cdc5; }
.QVM-BLK label { background-color: #000000; }
.QVW-BLK label { background-color: #000000; }
.QZIP-BLK label { background-color: #000000; }
.QZIP-OLV label { background-color: #6e7055; }
.QZIP-RED label { background-color: #b31c21; }
.QZIP-SMK label { background-color: #9b9b9b; }
.QZIP-STL label { background-color: #343844; }
.QZIP-WHT label { background-color: #ffffff; }
.REVP-BLK label { background-color: #000000; }
.RVM-BLK label { background-color: #000000; }
.RVM-KHA label { background-color: #ceb89e; }
.RVM-NVY label { background-color: #1b253b; }
.RVM-OLV label { background-color: #4e5a43; }
.RVW-KHA label { background-color: #cdb99f; }
.RVW-RED label { background-color: #a7151a; }
.RVW-GRY label { background-color: #585756; }
.RVW-BLK label { background-color: #000000; }
.SC-BLK label { background-color: #000000; }
.SHLS-BK label { background-color: #000000; }
.SHLS-CG label { background-color: #606060; }
.SHLS-KH label { background-color: #e9d9cd; }
.SJM-BGE label { background-color: #d9d4cd; }
.SJM-BLK label { background-color: #000000; }
.SJM-FOG label { background-color: #6d6968; }
.SJM-NVY label { background-color: #202331; }
.SJM-RED label { background-color: #791128; }
.SJQZIP-BLK label { background-color: #000000; }
.SJQZIP-CHH label { background-color: #5c5c5c; }
.SJQZIP-HBL label { background-color: #424d78; }
.SJQZIP-HGR label { background-color: #818c88; }
.SJQZIP-RED label { background-color: #92292b; }
.SJW-BLK label { background-color: #000000; }
.SJW-BGE label { background-color: #d8ccc2; }
.SJW-BYB label { background-color: #571a34; }
.SJW-FOG label { background-color: #6a6664; }
.SJW-NVY label { background-color: #1c2235; }
.SJW-RED label { background-color: #891929; }
.SL8-BLK label { background-color: #000000; }
.SL8-GNM label { background-color: #818382; }
.SQZIP-AQU label { background-color: #568fbb; }
.SQZIP-BLK label { background-color: #000000; }
.SQZIP-HGR label { background-color: #7d8987; }
.SQZIP-PNK label { background-color: #de64a9; }
.SQZIP-RED label { background-color: #a0252d; }
.SQZIP-VIO label { background-color: #47246a; }
.SQZIP-WHT label { background-color: #ffffff; }
.SVM-GRY label { background-color: #484540; }
.SVM-OLV label { background-color: #77694e; }
.SYS8-BLK label { background-color: #000000; }
.SYS8-GNM label { background-color: #818382; }
.TECHAT-BK label { background-color: #000000; }
.TECHAT-CG label { background-color: #717173; }
.TECHAT-ST label { background-color: #d6d3cc; }
.TLS-BK label { background-color: #000000; }
.TLS-BL label { background-color: #0c4fc8; }
.TLS-OLV label { background-color: #697d6b; }
.TLS-RD label { background-color: #d72d30; }
.TLS-BL label { background-color: #0c4fc8; }
.TLS-SMK label { background-color: #75757d; }
.TLS-STL label { background-color: #333a49; }
.TPFR-BLU label { background-color: #1550a4; }
.TPFR-CMT label { background-color: #d3c6bc; }
.TPFR-GRN label { background-color: #179c64; }
.TPFR-PWT label { background-color: #595b5c; }
.TPFR-RED label { background-color: #b7273c; }
.TSS-BK label { background-color: #000000; }
.TSS-BL label { background-color: #0c4fc8; }
.TSS-OLV label { background-color: #697d6b; }
.TSS-RD label { background-color: #d72d30; }
.TSS-BL label { background-color: #0c4fc8; }
.TSS-SMK label { background-color: #75757d; }
.TSS-STL label { background-color: #333a49; }
.WTRCH-BLK label { background-color: #000000; }
.WTRCH-MST label { background-color: #d8d4cf; }
.WTRCH-MUD label { background-color: #9a8076; }
.WTRCH-PRK label { background-color: #953626; }
.WTRCH-PRW label { background-color: #3c558c; }
.WTRCH-RED label { background-color: #cb1f2f; }
.WTRCH-TYM label { background-color: #9d9979; }
.TVM-BLK label { background-color: #000000; }
.TVM-KHA label { background-color: #b9a381; }
.TVM-NVY label { background-color: #2a2e36; }
.TVM-OLV label { background-color: #414337; }
.TVW-GRY label { background-color: #636160; }
.TVW-RED label { background-color: #a9060e; }
.TVW-HGR label { background-color: #0f2e26; }
.TVW-BLK label { background-color: #000000; }
.KELLY-WOW label { background-color: #961d2a; }
.KELLY-WSH label { background-color: #797570; }
.BP-BLK label { background-color: #000000; }
.BUCKY-GSTO-BLK label { background-color: #000000; }
.GRID-IT-BLK label { background-color: #000000; }
.LTR-GRY label { background-color: #ccc7b8; }
.SHSK-GRY label { background-color: #6a6361; }
.TRVHAT-BRN label { background-color: #584943; }
.TRVWAL-BLK label { background-color: #000000; }
.TXWAL-BLK label { background-color: #000000; }

.color-radio {
	display: inline;
	width: auto;
}
.color-radio:first-child label {
	margin-left: 0;
}
.color-radio input,
.styled-radio input {
	display: none;
}
.color-radio label {font-size: 0;}
.color-radio label {
	height: 30px;
	width: 30px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 0;
	border: 1px solid rgba(0,0,0,.2);
	background-clip: content-box;
	padding: 2px;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
}
.color-radio input:checked ~ label {
	border: 1px solid #000;
}
.color-radio input:disabled ~ label {
	opacity: .2;
	cursor: default;
	display: none; /* Added 10/28/2016 */
}
.styled-radio {
	display: inline-block;
	width: auto;
}
.styled-radio label {
	margin: 0;
	padding: 0 10px;
	min-width: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #d7d7d7;
	margin:0 0 4px 2px;
	cursor: pointer;
}
.styled-radio:first-child label {margin-left: 0;}
.styled-radio input:checked ~ label {
	border-color: #000;
}
.styled-radio input:disabled ~ label {
	background: #e5e5e5;
	border-color: #e5e5e5;
	color: #bebebe;
	cursor: default;
}

.REVP-BLK label {background-color: rgba(128, 128, 128, 0) !important;}

/* Wishlist Styling -- Tess 10/11/2016 */
.wishlist_product__row {
	margin-top: 1.5rem;
	border-bottom: 2px solid #ccc;
}
.wishlist_product__image img {
	max-height: 200px;
}
.wishlist-remove-button {
	background: #999;
}
.wishlist__direct_link_inner {
	display: inline-block;
	margin: 1.5rem 0;
	border:2px solid #ccc;
	background: #f4f4f4;
	padding: 1.5rem;
}
.wishlist__direct_link_inner a {
	color: #7a7a7a;
}
.wishlist__share .fa {
	font-size: 3.75rem;
	margin:0 1rem;
}
.wishlist__email,
.wishlist__disp_add_all {margin: 1.5rem 0;}

.show-for-medium-up {display: none;}
.offer-bar__text {font-size: 12px;}
@media screen and (min-width: 40em) {
	.show-for-medium-up {
		display: inline;
	}
	.offer-bar__text {
		font-size: 14px;
	}
}
#cart-back-overlay {z-index: 95 !important;}
.sel-size{width:96% !important;}