﻿@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
	.reveal, .reveal.tiny, .reveal.small, .reveal.large {
		right: auto;
		left: auto;
		margin: 0 auto;
	}
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

	button::-moz-focus-inner,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0;
	}

	button:-moz-focusring,
	[type="button"]:-moz-focusring,
	[type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText;
	}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

	[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=80em&xxlarge=90em";
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Rubik", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #292929;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

[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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 3rem;
	margin: 0 0 1.25rem;
	padding: 0.78125rem;
	border: 0px solid #f9812a;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #292929;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	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 {
		outline: none;
		border: 0px solid #f9812a;
		background-color: inherit;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
		transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
		transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
		transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	}

textarea {
	max-width: 100%;
}

	textarea[rows] {
		height: auto;
	}

	input:disabled, input[readonly],
	textarea:disabled,
	textarea[readonly] {
		background-color: #f7f7f7;
		cursor: not-allowed;
	}

[type='submit'],
[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type='search'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #5c5c5c;
}

::-moz-placeholder {
	color: #5c5c5c;
}

:-ms-input-placeholder {
	color: #5c5c5c;
}

::-ms-input-placeholder {
	color: #5c5c5c;
}

::placeholder {
	color: #5c5c5c;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
	margin: 0 0 1.25rem;
}

	[type='checkbox'] + label,
	[type='radio'] + label {
		display: inline-block;
		vertical-align: baseline;
		margin-left: 0.625rem;
		margin-right: 1.25rem;
		margin-bottom: 0;
	}

		[type='checkbox'] + label[for],
		[type='radio'] + label[for] {
			cursor: pointer;
		}

label > [type='checkbox'],
label > [type='radio'] {
	margin-right: 0.625rem;
}

[type='file'] {
	width: 100%;
}

label {
	display: block;
	margin: 0;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8;
	color: #292929;
}

	label.middle {
		margin: 0 0 1.25rem;
		padding: 0.625rem 0;
	}

.help-text {
	margin-top: -0.625rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #292929;
}

.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1.25rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

	.input-group > :first-child, .input-group > :first-child.input-group-button > * {
		border-radius: 0 0 0 0;
	}

	.input-group > :last-child, .input-group > :last-child.input-group-button > * {
		border-radius: 0 0 0 0;
	}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	margin: 0;
	white-space: nowrap;
}

.input-group-label {
	padding: 0 0.7rem;
	border: none;
	background: transparent;
	color: #292929;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	min-width: 0;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

	.input-group-button a,
	.input-group-button input,
	.input-group-button button,
	.input-group-button label {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		height: auto;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 1rem;
	}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	max-width: 100%;
	margin-bottom: 0.625rem;
}

.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #ebebeb;
}

	.fieldset legend {
		margin: 0;
		margin-left: -0.1875rem;
		padding: 0 0.1875rem;
	}

select {
	height: 3rem;
	margin: 0 0 1.25rem;
	padding: 0.78125rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px solid #f9812a;
	border-radius: 0;
	background-color: transparent;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #292929;
	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%2841, 41, 41%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1.25rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.875rem;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

select:focus {
	outline: none;
	border: 0px solid #f9812a;
	background-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
	background-color: #f7f7f7;
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	border-color: #f9812a;
	background-color: #fef2ea;
}

	.is-invalid-input:not(:focus)::-webkit-input-placeholder {
		color: #f9812a;
	}

	.is-invalid-input:not(:focus)::-moz-placeholder {
		color: #f9812a;
	}

	.is-invalid-input:not(:focus):-ms-input-placeholder {
		color: #f9812a;
	}

	.is-invalid-input:not(:focus)::-ms-input-placeholder {
		color: #f9812a;
	}

	.is-invalid-input:not(:focus)::placeholder {
		color: #f9812a;
	}

.is-invalid-label {
	color: #f9812a;
}

.form-error {
	display: none;
	margin-top: -0.625rem;
	margin-bottom: 1.25rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: #f9812a;
}

	.form-error.is-visible {
		display: block;
	}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: 500;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: "Rubik", "Rubik", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: inherit;
	text-rendering: optimizeLegibility;
}

	h1 small, .h1 small,
	h2 small, .h2 small,
	h3 small, .h3 small,
	h4 small, .h4 small,
	h5 small, .h5 small,
	h6 small, .h6 small {
		line-height: 0;
		color: #ebebeb;
	}

h1, .h1 {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.7rem;
}

h2, .h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.7rem;
}

h3, .h3 {
	font-size: 1.1875rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.7rem;
}

h4, .h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.7rem;
}

h5, .h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.7rem;
}

h6, .h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.7rem;
}

@media print, screen and (min-width: 40em) {
	h1, .h1 {
		font-size: 2.5rem;
	}

	h2, .h2 {
		font-size: 1.875rem;
	}

	h3, .h3 {
		font-size: 1.5rem;
	}

	h4, .h4 {
		font-size: 1.375rem;
	}

	h5, .h5 {
		font-size: 1.125rem;
	}

	h6, .h6 {
		font-size: 1rem;
	}
}

a {
	line-height: inherit;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

	a:hover, a:focus {
		color: #f9812a;
		text-decoration: underline;
	}

	a img {
		border: 0;
	}

hr {
	clear: both;
	max-width: 75rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #333;
	border-left: 0;
}

ul,
ol,
dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
}

li {
	font-size: inherit;
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

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: 500;
	}

blockquote {
	margin: 0 0 1rem;
	padding: 0;
	border-left: none;
}

	blockquote, blockquote p {
		line-height: 1.6;
		color: #292929;
	}

cite {
	display: block;
	font-size: 1rem;
	color: #333;
}

	cite:before {
		content: "";
	}

abbr, abbr[title] {
	border-bottom: 1px dotted #292929;
	cursor: help;
	text-decoration: none;
}

figure {
	margin: 0;
}

code {
	padding: 0.125rem 0.3125rem 0.0625rem;
	border: 1px solid #292929;
	background-color: #f7f7f7;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 300;
	color: #292929;
}

kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #f7f7f7;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #292929;
}

.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: 300;
	line-height: 1.4;
	color: #333;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p + .stat {
	margin-top: -1rem;
}

ul.no-bullet, ol.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 print, 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 print, 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;
	}
}

@media screen and (min-width: 80em) {
	.xlarge-text-left {
		text-align: left;
	}

	.xlarge-text-right {
		text-align: right;
	}

	.xlarge-text-center {
		text-align: center;
	}

	.xlarge-text-justify {
		text-align: justify;
	}
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: black !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 #333;
		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;
	}

	.print-break-inside {
		page-break-inside: auto;
	}
}

.grid-container, .gc {
	padding-right: 1rem;
	padding-left: 1rem;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width: 40em) {
	.grid-container, .gc {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.grid-container.fluid, .fluid.gc {
	padding-right: 1rem;
	padding-left: 1rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width: 40em) {
	.grid-container.fluid, .fluid.gc {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.grid-container.full, .full.gc {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.grid-x, .gx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cell {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%;
}

	.cell.auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}

	.cell.shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

.grid-x > .auto, .gx > .auto {
	width: auto;
}

.grid-x > .shrink, .gx > .shrink {
	width: auto;
}

.grid-x > .small-shrink, .gx > .small-shrink, .grid-x > .small-full, .gx > .small-full, .grid-x > .small-1, .gx > .small-1, .grid-x > .small-2, .gx > .small-2, .grid-x > .small-3, .gx > .small-3, .grid-x > .small-4, .gx > .small-4, .grid-x > .small-5, .gx > .small-5, .grid-x > .small-6, .gx > .small-6, .grid-x > .small-7, .gx > .small-7, .grid-x > .small-8, .gx > .small-8, .grid-x > .small-9, .gx > .small-9, .grid-x > .small-10, .gx > .small-10, .grid-x > .small-11, .gx > .small-11, .grid-x > .small-12, .gx > .small-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
	.grid-x > .medium-shrink, .gx > .medium-shrink, .grid-x > .medium-full, .gx > .medium-full, .grid-x > .medium-1, .gx > .medium-1, .grid-x > .medium-2, .gx > .medium-2, .grid-x > .medium-3, .gx > .medium-3, .grid-x > .medium-4, .gx > .medium-4, .grid-x > .medium-5, .gx > .medium-5, .grid-x > .medium-6, .gx > .medium-6, .grid-x > .medium-7, .gx > .medium-7, .grid-x > .medium-8, .gx > .medium-8, .grid-x > .medium-9, .gx > .medium-9, .grid-x > .medium-10, .gx > .medium-10, .grid-x > .medium-11, .gx > .medium-11, .grid-x > .medium-12, .gx > .medium-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-x > .large-shrink, .gx > .large-shrink, .grid-x > .large-full, .gx > .large-full, .grid-x > .large-1, .gx > .large-1, .grid-x > .large-2, .gx > .large-2, .grid-x > .large-3, .gx > .large-3, .grid-x > .large-4, .gx > .large-4, .grid-x > .large-5, .gx > .large-5, .grid-x > .large-6, .gx > .large-6, .grid-x > .large-7, .gx > .large-7, .grid-x > .large-8, .gx > .large-8, .grid-x > .large-9, .gx > .large-9, .grid-x > .large-10, .gx > .large-10, .grid-x > .large-11, .gx > .large-11, .grid-x > .large-12, .gx > .large-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media screen and (min-width: 80em) {
	.grid-x > .xlarge-shrink, .gx > .xlarge-shrink, .grid-x > .xlarge-full, .gx > .xlarge-full, .grid-x > .xlarge-1, .gx > .xlarge-1, .grid-x > .xlarge-2, .gx > .xlarge-2, .grid-x > .xlarge-3, .gx > .xlarge-3, .grid-x > .xlarge-4, .gx > .xlarge-4, .grid-x > .xlarge-5, .gx > .xlarge-5, .grid-x > .xlarge-6, .gx > .xlarge-6, .grid-x > .xlarge-7, .gx > .xlarge-7, .grid-x > .xlarge-8, .gx > .xlarge-8, .grid-x > .xlarge-9, .gx > .xlarge-9, .grid-x > .xlarge-10, .gx > .xlarge-10, .grid-x > .xlarge-11, .gx > .xlarge-11, .grid-x > .xlarge-12, .gx > .xlarge-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.grid-x > .small-1, .gx > .small-1, .grid-x > .small-2, .gx > .small-2, .grid-x > .small-3, .gx > .small-3, .grid-x > .small-4, .gx > .small-4, .grid-x > .small-5, .gx > .small-5, .grid-x > .small-6, .gx > .small-6, .grid-x > .small-7, .gx > .small-7, .grid-x > .small-8, .gx > .small-8, .grid-x > .small-9, .gx > .small-9, .grid-x > .small-10, .gx > .small-10, .grid-x > .small-11, .gx > .small-11, .grid-x > .small-12, .gx > .small-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-x > .small-1, .gx > .small-1 {
	width: 8.33333%;
}

.grid-x > .small-2, .gx > .small-2 {
	width: 16.66667%;
}

.grid-x > .small-3, .gx > .small-3 {
	width: 25%;
}

.grid-x > .small-4, .gx > .small-4 {
	width: 33.33333%;
}

.grid-x > .small-5, .gx > .small-5 {
	width: 41.66667%;
}

.grid-x > .small-6, .gx > .small-6 {
	width: 50%;
}

.grid-x > .small-7, .gx > .small-7 {
	width: 58.33333%;
}

.grid-x > .small-8, .gx > .small-8 {
	width: 66.66667%;
}

.grid-x > .small-9, .gx > .small-9 {
	width: 75%;
}

.grid-x > .small-10, .gx > .small-10 {
	width: 83.33333%;
}

.grid-x > .small-11, .gx > .small-11 {
	width: 91.66667%;
}

.grid-x > .small-12, .gx > .small-12 {
	width: 100%;
}

@media print, screen and (min-width: 40em) {
	.grid-x > .medium-auto, .gx > .medium-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}

	.grid-x > .medium-shrink, .gx > .medium-shrink, .grid-x > .medium-1, .gx > .medium-1, .grid-x > .medium-2, .gx > .medium-2, .grid-x > .medium-3, .gx > .medium-3, .grid-x > .medium-4, .gx > .medium-4, .grid-x > .medium-5, .gx > .medium-5, .grid-x > .medium-6, .gx > .medium-6, .grid-x > .medium-7, .gx > .medium-7, .grid-x > .medium-8, .gx > .medium-8, .grid-x > .medium-9, .gx > .medium-9, .grid-x > .medium-10, .gx > .medium-10, .grid-x > .medium-11, .gx > .medium-11, .grid-x > .medium-12, .gx > .medium-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.grid-x > .medium-shrink, .gx > .medium-shrink {
		width: auto;
	}

	.grid-x > .medium-1, .gx > .medium-1 {
		width: 8.33333%;
	}

	.grid-x > .medium-2, .gx > .medium-2 {
		width: 16.66667%;
	}

	.grid-x > .medium-3, .gx > .medium-3 {
		width: 25%;
	}

	.grid-x > .medium-4, .gx > .medium-4 {
		width: 33.33333%;
	}

	.grid-x > .medium-5, .gx > .medium-5 {
		width: 41.66667%;
	}

	.grid-x > .medium-6, .gx > .medium-6 {
		width: 50%;
	}

	.grid-x > .medium-7, .gx > .medium-7 {
		width: 58.33333%;
	}

	.grid-x > .medium-8, .gx > .medium-8 {
		width: 66.66667%;
	}

	.grid-x > .medium-9, .gx > .medium-9 {
		width: 75%;
	}

	.grid-x > .medium-10, .gx > .medium-10 {
		width: 83.33333%;
	}

	.grid-x > .medium-11, .gx > .medium-11 {
		width: 91.66667%;
	}

	.grid-x > .medium-12, .gx > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-x > .large-auto, .gx > .large-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}

	.grid-x > .large-shrink, .gx > .large-shrink, .grid-x > .large-1, .gx > .large-1, .grid-x > .large-2, .gx > .large-2, .grid-x > .large-3, .gx > .large-3, .grid-x > .large-4, .gx > .large-4, .grid-x > .large-5, .gx > .large-5, .grid-x > .large-6, .gx > .large-6, .grid-x > .large-7, .gx > .large-7, .grid-x > .large-8, .gx > .large-8, .grid-x > .large-9, .gx > .large-9, .grid-x > .large-10, .gx > .large-10, .grid-x > .large-11, .gx > .large-11, .grid-x > .large-12, .gx > .large-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.grid-x > .large-shrink, .gx > .large-shrink {
		width: auto;
	}

	.grid-x > .large-1, .gx > .large-1 {
		width: 8.33333%;
	}

	.grid-x > .large-2, .gx > .large-2 {
		width: 16.66667%;
	}

	.grid-x > .large-3, .gx > .large-3 {
		width: 25%;
	}

	.grid-x > .large-4, .gx > .large-4 {
		width: 33.33333%;
	}

	.grid-x > .large-5, .gx > .large-5 {
		width: 41.66667%;
	}

	.grid-x > .large-6, .gx > .large-6 {
		width: 50%;
	}

	.grid-x > .large-7, .gx > .large-7 {
		width: 58.33333%;
	}

	.grid-x > .large-8, .gx > .large-8 {
		width: 66.66667%;
	}

	.grid-x > .large-9, .gx > .large-9 {
		width: 75%;
	}

	.grid-x > .large-10, .gx > .large-10 {
		width: 83.33333%;
	}

	.grid-x > .large-11, .gx > .large-11 {
		width: 91.66667%;
	}

	.grid-x > .large-12, .gx > .large-12 {
		width: 100%;
	}
}

@media screen and (min-width: 80em) {
	.grid-x > .xlarge-auto, .gx > .xlarge-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}

	.grid-x > .xlarge-shrink, .gx > .xlarge-shrink, .grid-x > .xlarge-1, .gx > .xlarge-1, .grid-x > .xlarge-2, .gx > .xlarge-2, .grid-x > .xlarge-3, .gx > .xlarge-3, .grid-x > .xlarge-4, .gx > .xlarge-4, .grid-x > .xlarge-5, .gx > .xlarge-5, .grid-x > .xlarge-6, .gx > .xlarge-6, .grid-x > .xlarge-7, .gx > .xlarge-7, .grid-x > .xlarge-8, .gx > .xlarge-8, .grid-x > .xlarge-9, .gx > .xlarge-9, .grid-x > .xlarge-10, .gx > .xlarge-10, .grid-x > .xlarge-11, .gx > .xlarge-11, .grid-x > .xlarge-12, .gx > .xlarge-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.grid-x > .xlarge-shrink, .gx > .xlarge-shrink {
		width: auto;
	}

	.grid-x > .xlarge-1, .gx > .xlarge-1 {
		width: 8.33333%;
	}

	.grid-x > .xlarge-2, .gx > .xlarge-2 {
		width: 16.66667%;
	}

	.grid-x > .xlarge-3, .gx > .xlarge-3 {
		width: 25%;
	}

	.grid-x > .xlarge-4, .gx > .xlarge-4 {
		width: 33.33333%;
	}

	.grid-x > .xlarge-5, .gx > .xlarge-5 {
		width: 41.66667%;
	}

	.grid-x > .xlarge-6, .gx > .xlarge-6 {
		width: 50%;
	}

	.grid-x > .xlarge-7, .gx > .xlarge-7 {
		width: 58.33333%;
	}

	.grid-x > .xlarge-8, .gx > .xlarge-8 {
		width: 66.66667%;
	}

	.grid-x > .xlarge-9, .gx > .xlarge-9 {
		width: 75%;
	}

	.grid-x > .xlarge-10, .gx > .xlarge-10 {
		width: 83.33333%;
	}

	.grid-x > .xlarge-11, .gx > .xlarge-11 {
		width: 91.66667%;
	}

	.grid-x > .xlarge-12, .gx > .xlarge-12 {
		width: 100%;
	}
}

.grid-margin-x:not(.grid-x):not(.gx) > .cell {
	width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -1rem;
	margin-right: -1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-margin-x {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

.grid-margin-x > .cell {
	width: calc(100% - 2rem);
	margin-left: 1rem;
	margin-right: 1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-margin-x > .cell {
		width: calc(100% - 2rem);
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

.grid-margin-x > .auto {
	width: auto;
}

.grid-margin-x > .shrink {
	width: auto;
}

.grid-margin-x > .small-1 {
	width: calc(8.33333% - 2rem);
}

.grid-margin-x > .small-2 {
	width: calc(16.66667% - 2rem);
}

.grid-margin-x > .small-3 {
	width: calc(25% - 2rem);
}

.grid-margin-x > .small-4 {
	width: calc(33.33333% - 2rem);
}

.grid-margin-x > .small-5 {
	width: calc(41.66667% - 2rem);
}

.grid-margin-x > .small-6 {
	width: calc(50% - 2rem);
}

.grid-margin-x > .small-7 {
	width: calc(58.33333% - 2rem);
}

.grid-margin-x > .small-8 {
	width: calc(66.66667% - 2rem);
}

.grid-margin-x > .small-9 {
	width: calc(75% - 2rem);
}

.grid-margin-x > .small-10 {
	width: calc(83.33333% - 2rem);
}

.grid-margin-x > .small-11 {
	width: calc(91.66667% - 2rem);
}

.grid-margin-x > .small-12 {
	width: calc(100% - 2rem);
}

@media print, screen and (min-width: 40em) {
	.grid-margin-x > .auto {
		width: auto;
	}

	.grid-margin-x > .shrink {
		width: auto;
	}

	.grid-margin-x > .small-1 {
		width: calc(8.33333% - 2rem);
	}

	.grid-margin-x > .small-2 {
		width: calc(16.66667% - 2rem);
	}

	.grid-margin-x > .small-3 {
		width: calc(25% - 2rem);
	}

	.grid-margin-x > .small-4 {
		width: calc(33.33333% - 2rem);
	}

	.grid-margin-x > .small-5 {
		width: calc(41.66667% - 2rem);
	}

	.grid-margin-x > .small-6 {
		width: calc(50% - 2rem);
	}

	.grid-margin-x > .small-7 {
		width: calc(58.33333% - 2rem);
	}

	.grid-margin-x > .small-8 {
		width: calc(66.66667% - 2rem);
	}

	.grid-margin-x > .small-9 {
		width: calc(75% - 2rem);
	}

	.grid-margin-x > .small-10 {
		width: calc(83.33333% - 2rem);
	}

	.grid-margin-x > .small-11 {
		width: calc(91.66667% - 2rem);
	}

	.grid-margin-x > .small-12 {
		width: calc(100% - 2rem);
	}

	.grid-margin-x > .medium-auto {
		width: auto;
	}

	.grid-margin-x > .medium-shrink {
		width: auto;
	}

	.grid-margin-x > .medium-1 {
		width: calc(8.33333% - 2rem);
	}

	.grid-margin-x > .medium-2 {
		width: calc(16.66667% - 2rem);
	}

	.grid-margin-x > .medium-3 {
		width: calc(25% - 2rem);
	}

	.grid-margin-x > .medium-4 {
		width: calc(33.33333% - 2rem);
	}

	.grid-margin-x > .medium-5 {
		width: calc(41.66667% - 2rem);
	}

	.grid-margin-x > .medium-6 {
		width: calc(50% - 2rem);
	}

	.grid-margin-x > .medium-7 {
		width: calc(58.33333% - 2rem);
	}

	.grid-margin-x > .medium-8 {
		width: calc(66.66667% - 2rem);
	}

	.grid-margin-x > .medium-9 {
		width: calc(75% - 2rem);
	}

	.grid-margin-x > .medium-10 {
		width: calc(83.33333% - 2rem);
	}

	.grid-margin-x > .medium-11 {
		width: calc(91.66667% - 2rem);
	}

	.grid-margin-x > .medium-12 {
		width: calc(100% - 2rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-x > .large-auto {
		width: auto;
	}

	.grid-margin-x > .large-shrink {
		width: auto;
	}

	.grid-margin-x > .large-1 {
		width: calc(8.33333% - 2rem);
	}

	.grid-margin-x > .large-2 {
		width: calc(16.66667% - 2rem);
	}

	.grid-margin-x > .large-3 {
		width: calc(25% - 2rem);
	}

	.grid-margin-x > .large-4 {
		width: calc(33.33333% - 2rem);
	}

	.grid-margin-x > .large-5 {
		width: calc(41.66667% - 2rem);
	}

	.grid-margin-x > .large-6 {
		width: calc(50% - 2rem);
	}

	.grid-margin-x > .large-7 {
		width: calc(58.33333% - 2rem);
	}

	.grid-margin-x > .large-8 {
		width: calc(66.66667% - 2rem);
	}

	.grid-margin-x > .large-9 {
		width: calc(75% - 2rem);
	}

	.grid-margin-x > .large-10 {
		width: calc(83.33333% - 2rem);
	}

	.grid-margin-x > .large-11 {
		width: calc(91.66667% - 2rem);
	}

	.grid-margin-x > .large-12 {
		width: calc(100% - 2rem);
	}
}

@media screen and (min-width: 80em) {
	.grid-margin-x > .xlarge-auto {
		width: auto;
	}

	.grid-margin-x > .xlarge-shrink {
		width: auto;
	}

	.grid-margin-x > .xlarge-1 {
		width: calc(8.33333% - 2rem);
	}

	.grid-margin-x > .xlarge-2 {
		width: calc(16.66667% - 2rem);
	}

	.grid-margin-x > .xlarge-3 {
		width: calc(25% - 2rem);
	}

	.grid-margin-x > .xlarge-4 {
		width: calc(33.33333% - 2rem);
	}

	.grid-margin-x > .xlarge-5 {
		width: calc(41.66667% - 2rem);
	}

	.grid-margin-x > .xlarge-6 {
		width: calc(50% - 2rem);
	}

	.grid-margin-x > .xlarge-7 {
		width: calc(58.33333% - 2rem);
	}

	.grid-margin-x > .xlarge-8 {
		width: calc(66.66667% - 2rem);
	}

	.grid-margin-x > .xlarge-9 {
		width: calc(75% - 2rem);
	}

	.grid-margin-x > .xlarge-10 {
		width: calc(83.33333% - 2rem);
	}

	.grid-margin-x > .xlarge-11 {
		width: calc(91.66667% - 2rem);
	}

	.grid-margin-x > .xlarge-12 {
		width: calc(100% - 2rem);
	}
}

.grid-padding-x .grid-padding-x, .gxp .grid-padding-x, .grid-padding-x .gxp, .gxp .gxp {
	margin-right: -1rem;
	margin-left: -1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-padding-x .grid-padding-x, .gxp .grid-padding-x, .grid-padding-x .gxp, .gxp .gxp {
		margin-right: -1rem;
		margin-left: -1rem;
	}
}

.grid-container:not(.full) > .grid-padding-x, .gc:not(.full) > .grid-padding-x, .grid-container:not(.full) > .gxp, .gc:not(.full) > .gxp {
	margin-right: -1rem;
	margin-left: -1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-container:not(.full) > .grid-padding-x, .gc:not(.full) > .grid-padding-x, .grid-container:not(.full) > .gxp, .gc:not(.full) > .gxp {
		margin-right: -1rem;
		margin-left: -1rem;
	}
}

.grid-padding-x > .cell, .gxp > .cell {
	padding-right: 1rem;
	padding-left: 1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-padding-x > .cell, .gxp > .cell {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.small-up-1 > .cell {
	width: 100%;
}

.small-up-2 > .cell {
	width: 50%;
}

.small-up-3 > .cell {
	width: 33.33333%;
}

.small-up-4 > .cell {
	width: 25%;
}

.small-up-5 > .cell {
	width: 20%;
}

.small-up-6 > .cell {
	width: 16.66667%;
}

.small-up-7 > .cell {
	width: 14.28571%;
}

.small-up-8 > .cell {
	width: 12.5%;
}

@media print, screen and (min-width: 40em) {
	.medium-up-1 > .cell {
		width: 100%;
	}

	.medium-up-2 > .cell {
		width: 50%;
	}

	.medium-up-3 > .cell {
		width: 33.33333%;
	}

	.medium-up-4 > .cell {
		width: 25%;
	}

	.medium-up-5 > .cell {
		width: 20%;
	}

	.medium-up-6 > .cell {
		width: 16.66667%;
	}

	.medium-up-7 > .cell {
		width: 14.28571%;
	}

	.medium-up-8 > .cell {
		width: 12.5%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-up-1 > .cell {
		width: 100%;
	}

	.large-up-2 > .cell {
		width: 50%;
	}

	.large-up-3 > .cell {
		width: 33.33333%;
	}

	.large-up-4 > .cell {
		width: 25%;
	}

	.large-up-5 > .cell {
		width: 20%;
	}

	.large-up-6 > .cell {
		width: 16.66667%;
	}

	.large-up-7 > .cell {
		width: 14.28571%;
	}

	.large-up-8 > .cell {
		width: 12.5%;
	}
}

@media screen and (min-width: 80em) {
	.xlarge-up-1 > .cell {
		width: 100%;
	}

	.xlarge-up-2 > .cell {
		width: 50%;
	}

	.xlarge-up-3 > .cell {
		width: 33.33333%;
	}

	.xlarge-up-4 > .cell {
		width: 25%;
	}

	.xlarge-up-5 > .cell {
		width: 20%;
	}

	.xlarge-up-6 > .cell {
		width: 16.66667%;
	}

	.xlarge-up-7 > .cell {
		width: 14.28571%;
	}

	.xlarge-up-8 > .cell {
		width: 12.5%;
	}
}

.grid-margin-x.small-up-1 > .cell {
	width: calc(100% - 2rem);
}

.grid-margin-x.small-up-2 > .cell {
	width: calc(50% - 2rem);
}

.grid-margin-x.small-up-3 > .cell {
	width: calc(33.33333% - 2rem);
}

.grid-margin-x.small-up-4 > .cell {
	width: calc(25% - 2rem);
}

.grid-margin-x.small-up-5 > .cell {
	width: calc(20% - 2rem);
}

.grid-margin-x.small-up-6 > .cell {
	width: calc(16.66667% - 2rem);
}

.grid-margin-x.small-up-7 > .cell {
	width: calc(14.28571% - 2rem);
}

.grid-margin-x.small-up-8 > .cell {
	width: calc(12.5% - 2rem);
}

@media print, screen and (min-width: 40em) {
	.grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 2rem);
	}

	.grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 2rem);
	}

	.grid-margin-x.small-up-3 > .cell {
		width: calc(33.33333% - 2rem);
	}

	.grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 2rem);
	}

	.grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 2rem);
	}

	.grid-margin-x.small-up-6 > .cell {
		width: calc(16.66667% - 2rem);
	}

	.grid-margin-x.small-up-7 > .cell {
		width: calc(14.28571% - 2rem);
	}

	.grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 2rem);
	}

	.grid-margin-x.medium-up-1 > .cell {
		width: calc(100% - 2rem);
	}

	.grid-margin-x.medium-up-2 > .cell {
		width: calc(50% - 2rem);
	}

	.grid-margin-x.medium-up-3 > .cell {
		width: calc(33.33333% - 2rem);
	}

	.grid-margin-x.medium-up-4 > .cell {
		width: calc(25% - 2rem);
	}

	.grid-margin-x.medium-up-5 > .cell {
		width: calc(20% - 2rem);
	}

	.grid-margin-x.medium-up-6 > .cell {
		width: calc(16.66667% - 2rem);
	}

	.grid-margin-x.medium-up-7 > .cell {
		width: calc(14.28571% - 2rem);
	}

	.grid-margin-x.medium-up-8 > .cell {
		width: calc(12.5% - 2rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-x.large-up-1 > .cell {
		width: calc(100% - 2rem);
	}

	.grid-margin-x.large-up-2 > .cell {
		width: calc(50% - 2rem);
	}

	.grid-margin-x.large-up-3 > .cell {
		width: calc(33.33333% - 2rem);
	}

	.grid-margin-x.large-up-4 > .cell {
		width: calc(25% - 2rem);
	}

	.grid-margin-x.large-up-5 > .cell {
		width: calc(20% - 2rem);
	}

	.grid-margin-x.large-up-6 > .cell {
		width: calc(16.66667% - 2rem);
	}

	.grid-margin-x.large-up-7 > .cell {
		width: calc(14.28571% - 2rem);
	}

	.grid-margin-x.large-up-8 > .cell {
		width: calc(12.5% - 2rem);
	}
}

@media screen and (min-width: 80em) {
	.grid-margin-x.xlarge-up-1 > .cell {
		width: calc(100% - 2rem);
	}

	.grid-margin-x.xlarge-up-2 > .cell {
		width: calc(50% - 2rem);
	}

	.grid-margin-x.xlarge-up-3 > .cell {
		width: calc(33.33333% - 2rem);
	}

	.grid-margin-x.xlarge-up-4 > .cell {
		width: calc(25% - 2rem);
	}

	.grid-margin-x.xlarge-up-5 > .cell {
		width: calc(20% - 2rem);
	}

	.grid-margin-x.xlarge-up-6 > .cell {
		width: calc(16.66667% - 2rem);
	}

	.grid-margin-x.xlarge-up-7 > .cell {
		width: calc(14.28571% - 2rem);
	}

	.grid-margin-x.xlarge-up-8 > .cell {
		width: calc(12.5% - 2rem);
	}
}

.small-margin-collapse {
	margin-right: 0;
	margin-left: 0;
}

	.small-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}

	.small-margin-collapse > .small-1 {
		width: 8.33333%;
	}

	.small-margin-collapse > .small-2 {
		width: 16.66667%;
	}

	.small-margin-collapse > .small-3 {
		width: 25%;
	}

	.small-margin-collapse > .small-4 {
		width: 33.33333%;
	}

	.small-margin-collapse > .small-5 {
		width: 41.66667%;
	}

	.small-margin-collapse > .small-6 {
		width: 50%;
	}

	.small-margin-collapse > .small-7 {
		width: 58.33333%;
	}

	.small-margin-collapse > .small-8 {
		width: 66.66667%;
	}

	.small-margin-collapse > .small-9 {
		width: 75%;
	}

	.small-margin-collapse > .small-10 {
		width: 83.33333%;
	}

	.small-margin-collapse > .small-11 {
		width: 91.66667%;
	}

	.small-margin-collapse > .small-12 {
		width: 100%;
	}

@media print, screen and (min-width: 40em) {
	.small-margin-collapse > .medium-1 {
		width: 8.33333%;
	}

	.small-margin-collapse > .medium-2 {
		width: 16.66667%;
	}

	.small-margin-collapse > .medium-3 {
		width: 25%;
	}

	.small-margin-collapse > .medium-4 {
		width: 33.33333%;
	}

	.small-margin-collapse > .medium-5 {
		width: 41.66667%;
	}

	.small-margin-collapse > .medium-6 {
		width: 50%;
	}

	.small-margin-collapse > .medium-7 {
		width: 58.33333%;
	}

	.small-margin-collapse > .medium-8 {
		width: 66.66667%;
	}

	.small-margin-collapse > .medium-9 {
		width: 75%;
	}

	.small-margin-collapse > .medium-10 {
		width: 83.33333%;
	}

	.small-margin-collapse > .medium-11 {
		width: 91.66667%;
	}

	.small-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.small-margin-collapse > .large-1 {
		width: 8.33333%;
	}

	.small-margin-collapse > .large-2 {
		width: 16.66667%;
	}

	.small-margin-collapse > .large-3 {
		width: 25%;
	}

	.small-margin-collapse > .large-4 {
		width: 33.33333%;
	}

	.small-margin-collapse > .large-5 {
		width: 41.66667%;
	}

	.small-margin-collapse > .large-6 {
		width: 50%;
	}

	.small-margin-collapse > .large-7 {
		width: 58.33333%;
	}

	.small-margin-collapse > .large-8 {
		width: 66.66667%;
	}

	.small-margin-collapse > .large-9 {
		width: 75%;
	}

	.small-margin-collapse > .large-10 {
		width: 83.33333%;
	}

	.small-margin-collapse > .large-11 {
		width: 91.66667%;
	}

	.small-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media screen and (min-width: 80em) {
	.small-margin-collapse > .xlarge-1 {
		width: 8.33333%;
	}

	.small-margin-collapse > .xlarge-2 {
		width: 16.66667%;
	}

	.small-margin-collapse > .xlarge-3 {
		width: 25%;
	}

	.small-margin-collapse > .xlarge-4 {
		width: 33.33333%;
	}

	.small-margin-collapse > .xlarge-5 {
		width: 41.66667%;
	}

	.small-margin-collapse > .xlarge-6 {
		width: 50%;
	}

	.small-margin-collapse > .xlarge-7 {
		width: 58.33333%;
	}

	.small-margin-collapse > .xlarge-8 {
		width: 66.66667%;
	}

	.small-margin-collapse > .xlarge-9 {
		width: 75%;
	}

	.small-margin-collapse > .xlarge-10 {
		width: 83.33333%;
	}

	.small-margin-collapse > .xlarge-11 {
		width: 91.66667%;
	}

	.small-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}

	.small-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}

@media print, screen and (min-width: 40em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}

		.medium-margin-collapse > .cell {
			margin-right: 0;
			margin-left: 0;
		}
}

@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .small-1 {
		width: 8.33333%;
	}

	.medium-margin-collapse > .small-2 {
		width: 16.66667%;
	}

	.medium-margin-collapse > .small-3 {
		width: 25%;
	}

	.medium-margin-collapse > .small-4 {
		width: 33.33333%;
	}

	.medium-margin-collapse > .small-5 {
		width: 41.66667%;
	}

	.medium-margin-collapse > .small-6 {
		width: 50%;
	}

	.medium-margin-collapse > .small-7 {
		width: 58.33333%;
	}

	.medium-margin-collapse > .small-8 {
		width: 66.66667%;
	}

	.medium-margin-collapse > .small-9 {
		width: 75%;
	}

	.medium-margin-collapse > .small-10 {
		width: 83.33333%;
	}

	.medium-margin-collapse > .small-11 {
		width: 91.66667%;
	}

	.medium-margin-collapse > .small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .medium-1 {
		width: 8.33333%;
	}

	.medium-margin-collapse > .medium-2 {
		width: 16.66667%;
	}

	.medium-margin-collapse > .medium-3 {
		width: 25%;
	}

	.medium-margin-collapse > .medium-4 {
		width: 33.33333%;
	}

	.medium-margin-collapse > .medium-5 {
		width: 41.66667%;
	}

	.medium-margin-collapse > .medium-6 {
		width: 50%;
	}

	.medium-margin-collapse > .medium-7 {
		width: 58.33333%;
	}

	.medium-margin-collapse > .medium-8 {
		width: 66.66667%;
	}

	.medium-margin-collapse > .medium-9 {
		width: 75%;
	}

	.medium-margin-collapse > .medium-10 {
		width: 83.33333%;
	}

	.medium-margin-collapse > .medium-11 {
		width: 91.66667%;
	}

	.medium-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.medium-margin-collapse > .large-1 {
		width: 8.33333%;
	}

	.medium-margin-collapse > .large-2 {
		width: 16.66667%;
	}

	.medium-margin-collapse > .large-3 {
		width: 25%;
	}

	.medium-margin-collapse > .large-4 {
		width: 33.33333%;
	}

	.medium-margin-collapse > .large-5 {
		width: 41.66667%;
	}

	.medium-margin-collapse > .large-6 {
		width: 50%;
	}

	.medium-margin-collapse > .large-7 {
		width: 58.33333%;
	}

	.medium-margin-collapse > .large-8 {
		width: 66.66667%;
	}

	.medium-margin-collapse > .large-9 {
		width: 75%;
	}

	.medium-margin-collapse > .large-10 {
		width: 83.33333%;
	}

	.medium-margin-collapse > .large-11 {
		width: 91.66667%;
	}

	.medium-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media screen and (min-width: 80em) {
	.medium-margin-collapse > .xlarge-1 {
		width: 8.33333%;
	}

	.medium-margin-collapse > .xlarge-2 {
		width: 16.66667%;
	}

	.medium-margin-collapse > .xlarge-3 {
		width: 25%;
	}

	.medium-margin-collapse > .xlarge-4 {
		width: 33.33333%;
	}

	.medium-margin-collapse > .xlarge-5 {
		width: 41.66667%;
	}

	.medium-margin-collapse > .xlarge-6 {
		width: 50%;
	}

	.medium-margin-collapse > .xlarge-7 {
		width: 58.33333%;
	}

	.medium-margin-collapse > .xlarge-8 {
		width: 66.66667%;
	}

	.medium-margin-collapse > .xlarge-9 {
		width: 75%;
	}

	.medium-margin-collapse > .xlarge-10 {
		width: 83.33333%;
	}

	.medium-margin-collapse > .xlarge-11 {
		width: 91.66667%;
	}

	.medium-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}

		.medium-padding-collapse > .cell {
			padding-right: 0;
			padding-left: 0;
		}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}

		.large-margin-collapse > .cell {
			margin-right: 0;
			margin-left: 0;
		}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .small-1 {
		width: 8.33333%;
	}

	.large-margin-collapse > .small-2 {
		width: 16.66667%;
	}

	.large-margin-collapse > .small-3 {
		width: 25%;
	}

	.large-margin-collapse > .small-4 {
		width: 33.33333%;
	}

	.large-margin-collapse > .small-5 {
		width: 41.66667%;
	}

	.large-margin-collapse > .small-6 {
		width: 50%;
	}

	.large-margin-collapse > .small-7 {
		width: 58.33333%;
	}

	.large-margin-collapse > .small-8 {
		width: 66.66667%;
	}

	.large-margin-collapse > .small-9 {
		width: 75%;
	}

	.large-margin-collapse > .small-10 {
		width: 83.33333%;
	}

	.large-margin-collapse > .small-11 {
		width: 91.66667%;
	}

	.large-margin-collapse > .small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .medium-1 {
		width: 8.33333%;
	}

	.large-margin-collapse > .medium-2 {
		width: 16.66667%;
	}

	.large-margin-collapse > .medium-3 {
		width: 25%;
	}

	.large-margin-collapse > .medium-4 {
		width: 33.33333%;
	}

	.large-margin-collapse > .medium-5 {
		width: 41.66667%;
	}

	.large-margin-collapse > .medium-6 {
		width: 50%;
	}

	.large-margin-collapse > .medium-7 {
		width: 58.33333%;
	}

	.large-margin-collapse > .medium-8 {
		width: 66.66667%;
	}

	.large-margin-collapse > .medium-9 {
		width: 75%;
	}

	.large-margin-collapse > .medium-10 {
		width: 83.33333%;
	}

	.large-margin-collapse > .medium-11 {
		width: 91.66667%;
	}

	.large-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .large-1 {
		width: 8.33333%;
	}

	.large-margin-collapse > .large-2 {
		width: 16.66667%;
	}

	.large-margin-collapse > .large-3 {
		width: 25%;
	}

	.large-margin-collapse > .large-4 {
		width: 33.33333%;
	}

	.large-margin-collapse > .large-5 {
		width: 41.66667%;
	}

	.large-margin-collapse > .large-6 {
		width: 50%;
	}

	.large-margin-collapse > .large-7 {
		width: 58.33333%;
	}

	.large-margin-collapse > .large-8 {
		width: 66.66667%;
	}

	.large-margin-collapse > .large-9 {
		width: 75%;
	}

	.large-margin-collapse > .large-10 {
		width: 83.33333%;
	}

	.large-margin-collapse > .large-11 {
		width: 91.66667%;
	}

	.large-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media screen and (min-width: 80em) {
	.large-margin-collapse > .xlarge-1 {
		width: 8.33333%;
	}

	.large-margin-collapse > .xlarge-2 {
		width: 16.66667%;
	}

	.large-margin-collapse > .xlarge-3 {
		width: 25%;
	}

	.large-margin-collapse > .xlarge-4 {
		width: 33.33333%;
	}

	.large-margin-collapse > .xlarge-5 {
		width: 41.66667%;
	}

	.large-margin-collapse > .xlarge-6 {
		width: 50%;
	}

	.large-margin-collapse > .xlarge-7 {
		width: 58.33333%;
	}

	.large-margin-collapse > .xlarge-8 {
		width: 66.66667%;
	}

	.large-margin-collapse > .xlarge-9 {
		width: 75%;
	}

	.large-margin-collapse > .xlarge-10 {
		width: 83.33333%;
	}

	.large-margin-collapse > .xlarge-11 {
		width: 91.66667%;
	}

	.large-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}

		.large-padding-collapse > .cell {
			padding-right: 0;
			padding-left: 0;
		}
}

@media screen and (min-width: 80em) {
	.xlarge-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}

		.xlarge-margin-collapse > .cell {
			margin-right: 0;
			margin-left: 0;
		}
}

@media screen and (min-width: 80em) {
	.xlarge-margin-collapse > .small-1 {
		width: 8.33333%;
	}

	.xlarge-margin-collapse > .small-2 {
		width: 16.66667%;
	}

	.xlarge-margin-collapse > .small-3 {
		width: 25%;
	}

	.xlarge-margin-collapse > .small-4 {
		width: 33.33333%;
	}

	.xlarge-margin-collapse > .small-5 {
		width: 41.66667%;
	}

	.xlarge-margin-collapse > .small-6 {
		width: 50%;
	}

	.xlarge-margin-collapse > .small-7 {
		width: 58.33333%;
	}

	.xlarge-margin-collapse > .small-8 {
		width: 66.66667%;
	}

	.xlarge-margin-collapse > .small-9 {
		width: 75%;
	}

	.xlarge-margin-collapse > .small-10 {
		width: 83.33333%;
	}

	.xlarge-margin-collapse > .small-11 {
		width: 91.66667%;
	}

	.xlarge-margin-collapse > .small-12 {
		width: 100%;
	}
}

@media screen and (min-width: 80em) {
	.xlarge-margin-collapse > .medium-1 {
		width: 8.33333%;
	}

	.xlarge-margin-collapse > .medium-2 {
		width: 16.66667%;
	}

	.xlarge-margin-collapse > .medium-3 {
		width: 25%;
	}

	.xlarge-margin-collapse > .medium-4 {
		width: 33.33333%;
	}

	.xlarge-margin-collapse > .medium-5 {
		width: 41.66667%;
	}

	.xlarge-margin-collapse > .medium-6 {
		width: 50%;
	}

	.xlarge-margin-collapse > .medium-7 {
		width: 58.33333%;
	}

	.xlarge-margin-collapse > .medium-8 {
		width: 66.66667%;
	}

	.xlarge-margin-collapse > .medium-9 {
		width: 75%;
	}

	.xlarge-margin-collapse > .medium-10 {
		width: 83.33333%;
	}

	.xlarge-margin-collapse > .medium-11 {
		width: 91.66667%;
	}

	.xlarge-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media screen and (min-width: 80em) {
	.xlarge-margin-collapse > .large-1 {
		width: 8.33333%;
	}

	.xlarge-margin-collapse > .large-2 {
		width: 16.66667%;
	}

	.xlarge-margin-collapse > .large-3 {
		width: 25%;
	}

	.xlarge-margin-collapse > .large-4 {
		width: 33.33333%;
	}

	.xlarge-margin-collapse > .large-5 {
		width: 41.66667%;
	}

	.xlarge-margin-collapse > .large-6 {
		width: 50%;
	}

	.xlarge-margin-collapse > .large-7 {
		width: 58.33333%;
	}

	.xlarge-margin-collapse > .large-8 {
		width: 66.66667%;
	}

	.xlarge-margin-collapse > .large-9 {
		width: 75%;
	}

	.xlarge-margin-collapse > .large-10 {
		width: 83.33333%;
	}

	.xlarge-margin-collapse > .large-11 {
		width: 91.66667%;
	}

	.xlarge-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media screen and (min-width: 80em) {
	.xlarge-margin-collapse > .xlarge-1 {
		width: 8.33333%;
	}

	.xlarge-margin-collapse > .xlarge-2 {
		width: 16.66667%;
	}

	.xlarge-margin-collapse > .xlarge-3 {
		width: 25%;
	}

	.xlarge-margin-collapse > .xlarge-4 {
		width: 33.33333%;
	}

	.xlarge-margin-collapse > .xlarge-5 {
		width: 41.66667%;
	}

	.xlarge-margin-collapse > .xlarge-6 {
		width: 50%;
	}

	.xlarge-margin-collapse > .xlarge-7 {
		width: 58.33333%;
	}

	.xlarge-margin-collapse > .xlarge-8 {
		width: 66.66667%;
	}

	.xlarge-margin-collapse > .xlarge-9 {
		width: 75%;
	}

	.xlarge-margin-collapse > .xlarge-10 {
		width: 83.33333%;
	}

	.xlarge-margin-collapse > .xlarge-11 {
		width: 91.66667%;
	}

	.xlarge-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}

@media screen and (min-width: 80em) {
	.xlarge-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}

		.xlarge-padding-collapse > .cell {
			padding-right: 0;
			padding-left: 0;
		}
}

.small-offset-0 {
	margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
	margin-left: calc(0% + 1rem);
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
	margin-left: calc(8.33333% + 1rem);
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
	margin-left: calc(16.66667% + 1rem);
}

.small-offset-3 {
	margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
	margin-left: calc(25% + 1rem);
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
	margin-left: calc(33.33333% + 1rem);
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
	margin-left: calc(41.66667% + 1rem);
}

.small-offset-6 {
	margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
	margin-left: calc(50% + 1rem);
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
	margin-left: calc(58.33333% + 1rem);
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
	margin-left: calc(66.66667% + 1rem);
}

.small-offset-9 {
	margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
	margin-left: calc(75% + 1rem);
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
	margin-left: calc(83.33333% + 1rem);
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
	margin-left: calc(91.66667% + 1rem);
}

@media print, screen and (min-width: 40em) {
	.medium-offset-0 {
		margin-left: 0%;
	}

	.grid-margin-x > .medium-offset-0 {
		margin-left: calc(0% + 1rem);
	}

	.medium-offset-1 {
		margin-left: 8.33333%;
	}

	.grid-margin-x > .medium-offset-1 {
		margin-left: calc(8.33333% + 1rem);
	}

	.medium-offset-2 {
		margin-left: 16.66667%;
	}

	.grid-margin-x > .medium-offset-2 {
		margin-left: calc(16.66667% + 1rem);
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.grid-margin-x > .medium-offset-3 {
		margin-left: calc(25% + 1rem);
	}

	.medium-offset-4 {
		margin-left: 33.33333%;
	}

	.grid-margin-x > .medium-offset-4 {
		margin-left: calc(33.33333% + 1rem);
	}

	.medium-offset-5 {
		margin-left: 41.66667%;
	}

	.grid-margin-x > .medium-offset-5 {
		margin-left: calc(41.66667% + 1rem);
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.grid-margin-x > .medium-offset-6 {
		margin-left: calc(50% + 1rem);
	}

	.medium-offset-7 {
		margin-left: 58.33333%;
	}

	.grid-margin-x > .medium-offset-7 {
		margin-left: calc(58.33333% + 1rem);
	}

	.medium-offset-8 {
		margin-left: 66.66667%;
	}

	.grid-margin-x > .medium-offset-8 {
		margin-left: calc(66.66667% + 1rem);
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.grid-margin-x > .medium-offset-9 {
		margin-left: calc(75% + 1rem);
	}

	.medium-offset-10 {
		margin-left: 83.33333%;
	}

	.grid-margin-x > .medium-offset-10 {
		margin-left: calc(83.33333% + 1rem);
	}

	.medium-offset-11 {
		margin-left: 91.66667%;
	}

	.grid-margin-x > .medium-offset-11 {
		margin-left: calc(91.66667% + 1rem);
	}
}

@media print, screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0%;
	}

	.grid-margin-x > .large-offset-0 {
		margin-left: calc(0% + 1rem);
	}

	.large-offset-1 {
		margin-left: 8.33333%;
	}

	.grid-margin-x > .large-offset-1 {
		margin-left: calc(8.33333% + 1rem);
	}

	.large-offset-2 {
		margin-left: 16.66667%;
	}

	.grid-margin-x > .large-offset-2 {
		margin-left: calc(16.66667% + 1rem);
	}

	.large-offset-3 {
		margin-left: 25%;
	}

	.grid-margin-x > .large-offset-3 {
		margin-left: calc(25% + 1rem);
	}

	.large-offset-4 {
		margin-left: 33.33333%;
	}

	.grid-margin-x > .large-offset-4 {
		margin-left: calc(33.33333% + 1rem);
	}

	.large-offset-5 {
		margin-left: 41.66667%;
	}

	.grid-margin-x > .large-offset-5 {
		margin-left: calc(41.66667% + 1rem);
	}

	.large-offset-6 {
		margin-left: 50%;
	}

	.grid-margin-x > .large-offset-6 {
		margin-left: calc(50% + 1rem);
	}

	.large-offset-7 {
		margin-left: 58.33333%;
	}

	.grid-margin-x > .large-offset-7 {
		margin-left: calc(58.33333% + 1rem);
	}

	.large-offset-8 {
		margin-left: 66.66667%;
	}

	.grid-margin-x > .large-offset-8 {
		margin-left: calc(66.66667% + 1rem);
	}

	.large-offset-9 {
		margin-left: 75%;
	}

	.grid-margin-x > .large-offset-9 {
		margin-left: calc(75% + 1rem);
	}

	.large-offset-10 {
		margin-left: 83.33333%;
	}

	.grid-margin-x > .large-offset-10 {
		margin-left: calc(83.33333% + 1rem);
	}

	.large-offset-11 {
		margin-left: 91.66667%;
	}

	.grid-margin-x > .large-offset-11 {
		margin-left: calc(91.66667% + 1rem);
	}
}

@media screen and (min-width: 80em) {
	.xlarge-offset-0 {
		margin-left: 0%;
	}

	.grid-margin-x > .xlarge-offset-0 {
		margin-left: calc(0% + 1rem);
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%;
	}

	.grid-margin-x > .xlarge-offset-1 {
		margin-left: calc(8.33333% + 1rem);
	}

	.xlarge-offset-2 {
		margin-left: 16.66667%;
	}

	.grid-margin-x > .xlarge-offset-2 {
		margin-left: calc(16.66667% + 1rem);
	}

	.xlarge-offset-3 {
		margin-left: 25%;
	}

	.grid-margin-x > .xlarge-offset-3 {
		margin-left: calc(25% + 1rem);
	}

	.xlarge-offset-4 {
		margin-left: 33.33333%;
	}

	.grid-margin-x > .xlarge-offset-4 {
		margin-left: calc(33.33333% + 1rem);
	}

	.xlarge-offset-5 {
		margin-left: 41.66667%;
	}

	.grid-margin-x > .xlarge-offset-5 {
		margin-left: calc(41.66667% + 1rem);
	}

	.xlarge-offset-6 {
		margin-left: 50%;
	}

	.grid-margin-x > .xlarge-offset-6 {
		margin-left: calc(50% + 1rem);
	}

	.xlarge-offset-7 {
		margin-left: 58.33333%;
	}

	.grid-margin-x > .xlarge-offset-7 {
		margin-left: calc(58.33333% + 1rem);
	}

	.xlarge-offset-8 {
		margin-left: 66.66667%;
	}

	.grid-margin-x > .xlarge-offset-8 {
		margin-left: calc(66.66667% + 1rem);
	}

	.xlarge-offset-9 {
		margin-left: 75%;
	}

	.grid-margin-x > .xlarge-offset-9 {
		margin-left: calc(75% + 1rem);
	}

	.xlarge-offset-10 {
		margin-left: 83.33333%;
	}

	.grid-margin-x > .xlarge-offset-10 {
		margin-left: calc(83.33333% + 1rem);
	}

	.xlarge-offset-11 {
		margin-left: 91.66667%;
	}

	.grid-margin-x > .xlarge-offset-11 {
		margin-left: calc(91.66667% + 1rem);
	}
}

.grid-y {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

	.grid-y > .cell {
		width: auto;
		max-width: none;
	}

	.grid-y > .auto {
		height: auto;
	}

	.grid-y > .shrink {
		height: auto;
	}

	.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

@media print, screen and (min-width: 40em) {
	.grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media screen and (min-width: 80em) {
	.grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-y > .small-1 {
	height: 8.33333%;
}

.grid-y > .small-2 {
	height: 16.66667%;
}

.grid-y > .small-3 {
	height: 25%;
}

.grid-y > .small-4 {
	height: 33.33333%;
}

.grid-y > .small-5 {
	height: 41.66667%;
}

.grid-y > .small-6 {
	height: 50%;
}

.grid-y > .small-7 {
	height: 58.33333%;
}

.grid-y > .small-8 {
	height: 66.66667%;
}

.grid-y > .small-9 {
	height: 75%;
}

.grid-y > .small-10 {
	height: 83.33333%;
}

.grid-y > .small-11 {
	height: 91.66667%;
}

.grid-y > .small-12 {
	height: 100%;
}

@media print, screen and (min-width: 40em) {
	.grid-y > .medium-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}

	.grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.grid-y > .medium-shrink {
		height: auto;
	}

	.grid-y > .medium-1 {
		height: 8.33333%;
	}

	.grid-y > .medium-2 {
		height: 16.66667%;
	}

	.grid-y > .medium-3 {
		height: 25%;
	}

	.grid-y > .medium-4 {
		height: 33.33333%;
	}

	.grid-y > .medium-5 {
		height: 41.66667%;
	}

	.grid-y > .medium-6 {
		height: 50%;
	}

	.grid-y > .medium-7 {
		height: 58.33333%;
	}

	.grid-y > .medium-8 {
		height: 66.66667%;
	}

	.grid-y > .medium-9 {
		height: 75%;
	}

	.grid-y > .medium-10 {
		height: 83.33333%;
	}

	.grid-y > .medium-11 {
		height: 91.66667%;
	}

	.grid-y > .medium-12 {
		height: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-y > .large-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}

	.grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.grid-y > .large-shrink {
		height: auto;
	}

	.grid-y > .large-1 {
		height: 8.33333%;
	}

	.grid-y > .large-2 {
		height: 16.66667%;
	}

	.grid-y > .large-3 {
		height: 25%;
	}

	.grid-y > .large-4 {
		height: 33.33333%;
	}

	.grid-y > .large-5 {
		height: 41.66667%;
	}

	.grid-y > .large-6 {
		height: 50%;
	}

	.grid-y > .large-7 {
		height: 58.33333%;
	}

	.grid-y > .large-8 {
		height: 66.66667%;
	}

	.grid-y > .large-9 {
		height: 75%;
	}

	.grid-y > .large-10 {
		height: 83.33333%;
	}

	.grid-y > .large-11 {
		height: 91.66667%;
	}

	.grid-y > .large-12 {
		height: 100%;
	}
}

@media screen and (min-width: 80em) {
	.grid-y > .xlarge-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}

	.grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.grid-y > .xlarge-shrink {
		height: auto;
	}

	.grid-y > .xlarge-1 {
		height: 8.33333%;
	}

	.grid-y > .xlarge-2 {
		height: 16.66667%;
	}

	.grid-y > .xlarge-3 {
		height: 25%;
	}

	.grid-y > .xlarge-4 {
		height: 33.33333%;
	}

	.grid-y > .xlarge-5 {
		height: 41.66667%;
	}

	.grid-y > .xlarge-6 {
		height: 50%;
	}

	.grid-y > .xlarge-7 {
		height: 58.33333%;
	}

	.grid-y > .xlarge-8 {
		height: 66.66667%;
	}

	.grid-y > .xlarge-9 {
		height: 75%;
	}

	.grid-y > .xlarge-10 {
		height: 83.33333%;
	}

	.grid-y > .xlarge-11 {
		height: 91.66667%;
	}

	.grid-y > .xlarge-12 {
		height: 100%;
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -1rem;
	margin-bottom: -1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -1rem;
		margin-bottom: -1rem;
	}
}

.grid-padding-y > .cell {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-padding-y > .cell {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.grid-margin-y {
	margin-top: -1rem;
	margin-bottom: -1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -1rem;
		margin-bottom: -1rem;
	}
}

.grid-margin-y > .cell {
	height: calc(100% - 2rem);
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y > .cell {
		height: calc(100% - 2rem);
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

.grid-margin-y > .auto {
	height: auto;
}

.grid-margin-y > .shrink {
	height: auto;
}

.grid-margin-y > .small-1 {
	height: calc(8.33333% - 2rem);
}

.grid-margin-y > .small-2 {
	height: calc(16.66667% - 2rem);
}

.grid-margin-y > .small-3 {
	height: calc(25% - 2rem);
}

.grid-margin-y > .small-4 {
	height: calc(33.33333% - 2rem);
}

.grid-margin-y > .small-5 {
	height: calc(41.66667% - 2rem);
}

.grid-margin-y > .small-6 {
	height: calc(50% - 2rem);
}

.grid-margin-y > .small-7 {
	height: calc(58.33333% - 2rem);
}

.grid-margin-y > .small-8 {
	height: calc(66.66667% - 2rem);
}

.grid-margin-y > .small-9 {
	height: calc(75% - 2rem);
}

.grid-margin-y > .small-10 {
	height: calc(83.33333% - 2rem);
}

.grid-margin-y > .small-11 {
	height: calc(91.66667% - 2rem);
}

.grid-margin-y > .small-12 {
	height: calc(100% - 2rem);
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y > .auto {
		height: auto;
	}

	.grid-margin-y > .shrink {
		height: auto;
	}

	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 2rem);
	}

	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 2rem);
	}

	.grid-margin-y > .small-3 {
		height: calc(25% - 2rem);
	}

	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 2rem);
	}

	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 2rem);
	}

	.grid-margin-y > .small-6 {
		height: calc(50% - 2rem);
	}

	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 2rem);
	}

	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 2rem);
	}

	.grid-margin-y > .small-9 {
		height: calc(75% - 2rem);
	}

	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 2rem);
	}

	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 2rem);
	}

	.grid-margin-y > .small-12 {
		height: calc(100% - 2rem);
	}

	.grid-margin-y > .medium-auto {
		height: auto;
	}

	.grid-margin-y > .medium-shrink {
		height: auto;
	}

	.grid-margin-y > .medium-1 {
		height: calc(8.33333% - 2rem);
	}

	.grid-margin-y > .medium-2 {
		height: calc(16.66667% - 2rem);
	}

	.grid-margin-y > .medium-3 {
		height: calc(25% - 2rem);
	}

	.grid-margin-y > .medium-4 {
		height: calc(33.33333% - 2rem);
	}

	.grid-margin-y > .medium-5 {
		height: calc(41.66667% - 2rem);
	}

	.grid-margin-y > .medium-6 {
		height: calc(50% - 2rem);
	}

	.grid-margin-y > .medium-7 {
		height: calc(58.33333% - 2rem);
	}

	.grid-margin-y > .medium-8 {
		height: calc(66.66667% - 2rem);
	}

	.grid-margin-y > .medium-9 {
		height: calc(75% - 2rem);
	}

	.grid-margin-y > .medium-10 {
		height: calc(83.33333% - 2rem);
	}

	.grid-margin-y > .medium-11 {
		height: calc(91.66667% - 2rem);
	}

	.grid-margin-y > .medium-12 {
		height: calc(100% - 2rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}

	.grid-margin-y > .large-shrink {
		height: auto;
	}

	.grid-margin-y > .large-1 {
		height: calc(8.33333% - 2rem);
	}

	.grid-margin-y > .large-2 {
		height: calc(16.66667% - 2rem);
	}

	.grid-margin-y > .large-3 {
		height: calc(25% - 2rem);
	}

	.grid-margin-y > .large-4 {
		height: calc(33.33333% - 2rem);
	}

	.grid-margin-y > .large-5 {
		height: calc(41.66667% - 2rem);
	}

	.grid-margin-y > .large-6 {
		height: calc(50% - 2rem);
	}

	.grid-margin-y > .large-7 {
		height: calc(58.33333% - 2rem);
	}

	.grid-margin-y > .large-8 {
		height: calc(66.66667% - 2rem);
	}

	.grid-margin-y > .large-9 {
		height: calc(75% - 2rem);
	}

	.grid-margin-y > .large-10 {
		height: calc(83.33333% - 2rem);
	}

	.grid-margin-y > .large-11 {
		height: calc(91.66667% - 2rem);
	}

	.grid-margin-y > .large-12 {
		height: calc(100% - 2rem);
	}
}

@media screen and (min-width: 80em) {
	.grid-margin-y > .xlarge-auto {
		height: auto;
	}

	.grid-margin-y > .xlarge-shrink {
		height: auto;
	}

	.grid-margin-y > .xlarge-1 {
		height: calc(8.33333% - 2rem);
	}

	.grid-margin-y > .xlarge-2 {
		height: calc(16.66667% - 2rem);
	}

	.grid-margin-y > .xlarge-3 {
		height: calc(25% - 2rem);
	}

	.grid-margin-y > .xlarge-4 {
		height: calc(33.33333% - 2rem);
	}

	.grid-margin-y > .xlarge-5 {
		height: calc(41.66667% - 2rem);
	}

	.grid-margin-y > .xlarge-6 {
		height: calc(50% - 2rem);
	}

	.grid-margin-y > .xlarge-7 {
		height: calc(58.33333% - 2rem);
	}

	.grid-margin-y > .xlarge-8 {
		height: calc(66.66667% - 2rem);
	}

	.grid-margin-y > .xlarge-9 {
		height: calc(75% - 2rem);
	}

	.grid-margin-y > .xlarge-10 {
		height: calc(83.33333% - 2rem);
	}

	.grid-margin-y > .xlarge-11 {
		height: calc(91.66667% - 2rem);
	}

	.grid-margin-y > .xlarge-12 {
		height: calc(100% - 2rem);
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw;
}

.cell .grid-frame {
	width: 100%;
}

.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
}

	.cell-block-container > .grid-x, .cell-block-container > .gx {
		max-height: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

@media print, screen and (min-width: 40em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}

	.cell .medium-grid-frame {
		width: 100%;
	}

	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.medium-cell-block-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}

		.medium-cell-block-container > .grid-x, .medium-cell-block-container > .gx {
			max-height: 100%;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}

	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media print, screen and (min-width: 64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}

	.cell .large-grid-frame {
		width: 100%;
	}

	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.large-cell-block-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}

		.large-cell-block-container > .grid-x, .large-cell-block-container > .gx {
			max-height: 100%;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}

	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media screen and (min-width: 80em) {
	.xlarge-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}

	.cell .xlarge-grid-frame {
		width: 100%;
	}

	.xlarge-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.xlarge-cell-block-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}

		.xlarge-cell-block-container > .grid-x, .xlarge-cell-block-container > .gx {
			max-height: 100%;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}

	.xlarge-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh;
}

@media print, screen and (min-width: 40em) {
	.grid-y.medium-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-y.large-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}

@media screen and (min-width: 80em) {
	.grid-y.xlarge-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}

.cell .grid-y.grid-frame {
	height: 100%;
}

@media print, screen and (min-width: 40em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%;
	}
}

@media screen and (min-width: 80em) {
	.cell .grid-y.xlarge-grid-frame {
		height: 100%;
	}
}

.grid-margin-y {
	margin-top: -1rem;
	margin-bottom: -1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -1rem;
		margin-bottom: -1rem;
	}
}

.grid-margin-y > .cell {
	height: calc(100% - 2rem);
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y > .cell {
		height: calc(100% - 2rem);
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

.grid-margin-y > .auto {
	height: auto;
}

.grid-margin-y > .shrink {
	height: auto;
}

.grid-margin-y > .small-1 {
	height: calc(8.33333% - 2rem);
}

.grid-margin-y > .small-2 {
	height: calc(16.66667% - 2rem);
}

.grid-margin-y > .small-3 {
	height: calc(25% - 2rem);
}

.grid-margin-y > .small-4 {
	height: calc(33.33333% - 2rem);
}

.grid-margin-y > .small-5 {
	height: calc(41.66667% - 2rem);
}

.grid-margin-y > .small-6 {
	height: calc(50% - 2rem);
}

.grid-margin-y > .small-7 {
	height: calc(58.33333% - 2rem);
}

.grid-margin-y > .small-8 {
	height: calc(66.66667% - 2rem);
}

.grid-margin-y > .small-9 {
	height: calc(75% - 2rem);
}

.grid-margin-y > .small-10 {
	height: calc(83.33333% - 2rem);
}

.grid-margin-y > .small-11 {
	height: calc(91.66667% - 2rem);
}

.grid-margin-y > .small-12 {
	height: calc(100% - 2rem);
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y > .auto {
		height: auto;
	}

	.grid-margin-y > .shrink {
		height: auto;
	}

	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 2rem);
	}

	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 2rem);
	}

	.grid-margin-y > .small-3 {
		height: calc(25% - 2rem);
	}

	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 2rem);
	}

	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 2rem);
	}

	.grid-margin-y > .small-6 {
		height: calc(50% - 2rem);
	}

	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 2rem);
	}

	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 2rem);
	}

	.grid-margin-y > .small-9 {
		height: calc(75% - 2rem);
	}

	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 2rem);
	}

	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 2rem);
	}

	.grid-margin-y > .small-12 {
		height: calc(100% - 2rem);
	}

	.grid-margin-y > .medium-auto {
		height: auto;
	}

	.grid-margin-y > .medium-shrink {
		height: auto;
	}

	.grid-margin-y > .medium-1 {
		height: calc(8.33333% - 2rem);
	}

	.grid-margin-y > .medium-2 {
		height: calc(16.66667% - 2rem);
	}

	.grid-margin-y > .medium-3 {
		height: calc(25% - 2rem);
	}

	.grid-margin-y > .medium-4 {
		height: calc(33.33333% - 2rem);
	}

	.grid-margin-y > .medium-5 {
		height: calc(41.66667% - 2rem);
	}

	.grid-margin-y > .medium-6 {
		height: calc(50% - 2rem);
	}

	.grid-margin-y > .medium-7 {
		height: calc(58.33333% - 2rem);
	}

	.grid-margin-y > .medium-8 {
		height: calc(66.66667% - 2rem);
	}

	.grid-margin-y > .medium-9 {
		height: calc(75% - 2rem);
	}

	.grid-margin-y > .medium-10 {
		height: calc(83.33333% - 2rem);
	}

	.grid-margin-y > .medium-11 {
		height: calc(91.66667% - 2rem);
	}

	.grid-margin-y > .medium-12 {
		height: calc(100% - 2rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}

	.grid-margin-y > .large-shrink {
		height: auto;
	}

	.grid-margin-y > .large-1 {
		height: calc(8.33333% - 2rem);
	}

	.grid-margin-y > .large-2 {
		height: calc(16.66667% - 2rem);
	}

	.grid-margin-y > .large-3 {
		height: calc(25% - 2rem);
	}

	.grid-margin-y > .large-4 {
		height: calc(33.33333% - 2rem);
	}

	.grid-margin-y > .large-5 {
		height: calc(41.66667% - 2rem);
	}

	.grid-margin-y > .large-6 {
		height: calc(50% - 2rem);
	}

	.grid-margin-y > .large-7 {
		height: calc(58.33333% - 2rem);
	}

	.grid-margin-y > .large-8 {
		height: calc(66.66667% - 2rem);
	}

	.grid-margin-y > .large-9 {
		height: calc(75% - 2rem);
	}

	.grid-margin-y > .large-10 {
		height: calc(83.33333% - 2rem);
	}

	.grid-margin-y > .large-11 {
		height: calc(91.66667% - 2rem);
	}

	.grid-margin-y > .large-12 {
		height: calc(100% - 2rem);
	}
}

@media screen and (min-width: 80em) {
	.grid-margin-y > .xlarge-auto {
		height: auto;
	}

	.grid-margin-y > .xlarge-shrink {
		height: auto;
	}

	.grid-margin-y > .xlarge-1 {
		height: calc(8.33333% - 2rem);
	}

	.grid-margin-y > .xlarge-2 {
		height: calc(16.66667% - 2rem);
	}

	.grid-margin-y > .xlarge-3 {
		height: calc(25% - 2rem);
	}

	.grid-margin-y > .xlarge-4 {
		height: calc(33.33333% - 2rem);
	}

	.grid-margin-y > .xlarge-5 {
		height: calc(41.66667% - 2rem);
	}

	.grid-margin-y > .xlarge-6 {
		height: calc(50% - 2rem);
	}

	.grid-margin-y > .xlarge-7 {
		height: calc(58.33333% - 2rem);
	}

	.grid-margin-y > .xlarge-8 {
		height: calc(66.66667% - 2rem);
	}

	.grid-margin-y > .xlarge-9 {
		height: calc(75% - 2rem);
	}

	.grid-margin-y > .xlarge-10 {
		height: calc(83.33333% - 2rem);
	}

	.grid-margin-y > .xlarge-11 {
		height: calc(91.66667% - 2rem);
	}

	.grid-margin-y > .xlarge-12 {
		height: calc(100% - 2rem);
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 2rem);
}

@media print, screen and (min-width: 40em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 2rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 2rem);
	}
}

@media screen and (min-width: 80em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 2rem);
	}
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 2rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 2rem);
	}
}

@media screen and (min-width: 80em) {
	.grid-margin-y.xlarge-grid-frame {
		height: calc(100vh + 2rem);
	}
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0.8rem 2rem;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-family: inherit;
	font-size: 0.94rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #333;
	color: #fff;
}

[data-whatinput='mouse'] .button {
	outline: 0;
}

.button:hover, .button:focus {
	background-color: #525252;
	color: #fff;
}

.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-right: 0;
	margin-left: 0;
}

.button.primary {
	background-color: #333;
	color: #fff;
}

	.button.primary:hover, .button.primary:focus {
		background-color: #5c5c5c;
		color: #fff;
	}

.button.secondary {
	background-color: #f9812a;
	color: #fff;
}

	.button.secondary:hover, .button.secondary:focus {
		background-color: #fa9a55;
		color: #fff;
	}

.button.success {
	background-color: #96d1a8;
	color: #fff;
}

	.button.success:hover, .button.success:focus {
		background-color: #abdab9;
		color: #fff;
	}

.button.warning {
	background-color: #fcb040;
	color: #fff;
}

	.button.warning:hover, .button.warning:focus {
		background-color: #fdc066;
		color: #fff;
	}

.button.alert {
	background-color: #f9812a;
	color: #fff;
}

	.button.alert:hover, .button.alert:focus {
		background-color: #fa9a55;
		color: #fff;
	}

.button.dark {
	background-color: #292929;
	color: #fff;
}

	.button.dark:hover, .button.dark:focus {
		background-color: #545454;
		color: #fff;
	}

.button.light {
	background-color: #fff;
	color: #fff;
}

	.button.light:hover, .button.light:focus {
		background-color: white;
		color: #fff;
	}

.button.light-gray {
	background-color: #f7f7f7;
	color: #fff;
}

	.button.light-gray:hover, .button.light-gray:focus {
		background-color: #f9f9f9;
		color: #fff;
	}

.button.dark-gray {
	background-color: #333;
	color: #fff;
}

	.button.dark-gray:hover, .button.dark-gray:focus {
		background-color: #5c5c5c;
		color: #fff;
	}

.button.medium-gray {
	background-color: #ebebeb;
	color: #fff;
}

	.button.medium-gray:hover, .button.medium-gray:focus {
		background-color: #efefef;
		color: #fff;
	}

.button.disabled, .button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

	.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
		background-color: #333;
		color: #fff;
	}

		.button.disabled.primary, .button[disabled].primary {
			opacity: 0.5;
			cursor: not-allowed;
		}

			.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
				background-color: #333;
				color: #fff;
			}

		.button.disabled.secondary, .button[disabled].secondary {
			opacity: 0.5;
			cursor: not-allowed;
		}

			.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
				background-color: #f9812a;
				color: #fff;
			}

		.button.disabled.success, .button[disabled].success {
			opacity: 0.5;
			cursor: not-allowed;
		}

			.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
				background-color: #96d1a8;
				color: #fff;
			}

		.button.disabled.warning, .button[disabled].warning {
			opacity: 0.5;
			cursor: not-allowed;
		}

			.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
				background-color: #fcb040;
				color: #fff;
			}

		.button.disabled.alert, .button[disabled].alert {
			opacity: 0.5;
			cursor: not-allowed;
		}

			.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
				background-color: #f9812a;
				color: #fff;
			}

		.button.disabled.dark, .button[disabled].dark {
			opacity: 0.5;
			cursor: not-allowed;
		}

			.button.disabled.dark, .button.disabled.dark:hover, .button.disabled.dark:focus, .button[disabled].dark, .button[disabled].dark:hover, .button[disabled].dark:focus {
				background-color: #292929;
				color: #fff;
			}

		.button.disabled.light, .button[disabled].light {
			opacity: 0.5;
			cursor: not-allowed;
		}

			.button.disabled.light, .button.disabled.light:hover, .button.disabled.light:focus, .button[disabled].light, .button[disabled].light:hover, .button[disabled].light:focus {
				background-color: #fff;
				color: #fff;
			}

		.button.disabled.light-gray, .button[disabled].light-gray {
			opacity: 0.5;
			cursor: not-allowed;
		}

			.button.disabled.light-gray, .button.disabled.light-gray:hover, .button.disabled.light-gray:focus, .button[disabled].light-gray, .button[disabled].light-gray:hover, .button[disabled].light-gray:focus {
				background-color: #f7f7f7;
				color: #fff;
			}

		.button.disabled.dark-gray, .button[disabled].dark-gray {
			opacity: 0.5;
			cursor: not-allowed;
		}

			.button.disabled.dark-gray, .button.disabled.dark-gray:hover, .button.disabled.dark-gray:focus, .button[disabled].dark-gray, .button[disabled].dark-gray:hover, .button[disabled].dark-gray:focus {
				background-color: #333;
				color: #fff;
			}

		.button.disabled.medium-gray, .button[disabled].medium-gray {
			opacity: 0.5;
			cursor: not-allowed;
		}

			.button.disabled.medium-gray, .button.disabled.medium-gray:hover, .button.disabled.medium-gray:focus, .button[disabled].medium-gray, .button[disabled].medium-gray:hover, .button[disabled].medium-gray:focus {
				background-color: #ebebeb;
				color: #fff;
			}

.button.hollow {
	border: 1px solid #333;
	color: #333;
}

	.button.hollow, .button.hollow:hover, .button.hollow:focus {
		background-color: transparent;
	}

		.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
			background-color: transparent;
		}

		.button.hollow:hover, .button.hollow:focus {
			border-color: #999999;
			color: #999999;
		}

			.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
				border: 1px solid #333;
				color: #333;
			}

		.button.hollow.primary {
			border: 1px solid #333;
			color: #333;
		}

			.button.hollow.primary:hover, .button.hollow.primary:focus {
				border-color: #999999;
				color: #999999;
			}

				.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
					border: 1px solid #333;
					color: #333;
				}

		.button.hollow.secondary {
			border: 1px solid #f9812a;
			color: #f9812a;
		}

			.button.hollow.secondary:hover, .button.hollow.secondary:focus {
				border-color: #fcc095;
				color: #fcc095;
			}

				.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
					border: 1px solid #f9812a;
					color: #f9812a;
				}

		.button.hollow.success {
			border: 1px solid #96d1a8;
			color: #96d1a8;
		}

			.button.hollow.success:hover, .button.hollow.success:focus {
				border-color: #cbe8d4;
				color: #cbe8d4;
			}

				.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
					border: 1px solid #96d1a8;
					color: #96d1a8;
				}

		.button.hollow.warning {
			border: 1px solid #fcb040;
			color: #fcb040;
		}

			.button.hollow.warning:hover, .button.hollow.warning:focus {
				border-color: #fed8a0;
				color: #fed8a0;
			}

				.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
					border: 1px solid #fcb040;
					color: #fcb040;
				}

		.button.hollow.alert {
			border: 1px solid #f9812a;
			color: #f9812a;
		}

			.button.hollow.alert:hover, .button.hollow.alert:focus {
				border-color: #fcc095;
				color: #fcc095;
			}

				.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
					border: 1px solid #f9812a;
					color: #f9812a;
				}

		.button.hollow.dark {
			border: 1px solid #292929;
			color: #292929;
		}

			.button.hollow.dark:hover, .button.hollow.dark:focus {
				border-color: #949494;
				color: #949494;
			}

				.button.hollow.dark:hover.disabled, .button.hollow.dark:hover[disabled], .button.hollow.dark:focus.disabled, .button.hollow.dark:focus[disabled] {
					border: 1px solid #292929;
					color: #292929;
				}

		.button.hollow.light {
			border: 1px solid #fff;
			color: #fff;
		}

			.button.hollow.light:hover, .button.hollow.light:focus {
				border-color: white;
				color: white;
			}

				.button.hollow.light:hover.disabled, .button.hollow.light:hover[disabled], .button.hollow.light:focus.disabled, .button.hollow.light:focus[disabled] {
					border: 1px solid #fff;
					color: #fff;
				}

		.button.hollow.light-gray {
			border: 1px solid #f7f7f7;
			color: #f7f7f7;
		}

			.button.hollow.light-gray:hover, .button.hollow.light-gray:focus {
				border-color: #fbfbfb;
				color: #fbfbfb;
			}

				.button.hollow.light-gray:hover.disabled, .button.hollow.light-gray:hover[disabled], .button.hollow.light-gray:focus.disabled, .button.hollow.light-gray:focus[disabled] {
					border: 1px solid #f7f7f7;
					color: #f7f7f7;
				}

		.button.hollow.dark-gray {
			border: 1px solid #333;
			color: #333;
		}

			.button.hollow.dark-gray:hover, .button.hollow.dark-gray:focus {
				border-color: #999999;
				color: #999999;
			}

				.button.hollow.dark-gray:hover.disabled, .button.hollow.dark-gray:hover[disabled], .button.hollow.dark-gray:focus.disabled, .button.hollow.dark-gray:focus[disabled] {
					border: 1px solid #333;
					color: #333;
				}

		.button.hollow.medium-gray {
			border: 1px solid #ebebeb;
			color: #ebebeb;
		}

			.button.hollow.medium-gray:hover, .button.hollow.medium-gray:focus {
				border-color: whitesmoke;
				color: whitesmoke;
			}

				.button.hollow.medium-gray:hover.disabled, .button.hollow.medium-gray:hover[disabled], .button.hollow.medium-gray:focus.disabled, .button.hollow.medium-gray:focus[disabled] {
					border: 1px solid #ebebeb;
					color: #ebebeb;
				}

.button.clear {
	border: 1px solid #333;
	color: #333;
}

	.button.clear, .button.clear:hover, .button.clear:focus {
		background-color: transparent;
	}

		.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
			background-color: transparent;
		}

		.button.clear:hover, .button.clear:focus {
			border-color: #999999;
			color: #999999;
		}

			.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
				border: 1px solid #333;
				color: #333;
			}

			.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
				border-color: transparent;
			}

				.button.clear.primary {
					border: 1px solid #333;
					color: #333;
				}

					.button.clear.primary:hover, .button.clear.primary:focus {
						border-color: #999999;
						color: #999999;
					}

						.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
							border: 1px solid #333;
							color: #333;
						}

						.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
							border-color: transparent;
						}

				.button.clear.secondary {
					border: 1px solid #f9812a;
					color: #f9812a;
				}

					.button.clear.secondary:hover, .button.clear.secondary:focus {
						border-color: #fcc095;
						color: #fcc095;
					}

						.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
							border: 1px solid #f9812a;
							color: #f9812a;
						}

						.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
							border-color: transparent;
						}

				.button.clear.success {
					border: 1px solid #96d1a8;
					color: #96d1a8;
				}

					.button.clear.success:hover, .button.clear.success:focus {
						border-color: #cbe8d4;
						color: #cbe8d4;
					}

						.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
							border: 1px solid #96d1a8;
							color: #96d1a8;
						}

						.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
							border-color: transparent;
						}

				.button.clear.warning {
					border: 1px solid #fcb040;
					color: #fcb040;
				}

					.button.clear.warning:hover, .button.clear.warning:focus {
						border-color: #fed8a0;
						color: #fed8a0;
					}

						.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
							border: 1px solid #fcb040;
							color: #fcb040;
						}

						.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
							border-color: transparent;
						}

				.button.clear.alert {
					border: 1px solid #f9812a;
					color: #f9812a;
				}

					.button.clear.alert:hover, .button.clear.alert:focus {
						border-color: #fcc095;
						color: #fcc095;
					}

						.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
							border: 1px solid #f9812a;
							color: #f9812a;
						}

						.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
							border-color: transparent;
						}

				.button.clear.dark {
					border: 1px solid #292929;
					color: #292929;
				}

					.button.clear.dark:hover, .button.clear.dark:focus {
						border-color: #949494;
						color: #949494;
					}

						.button.clear.dark:hover.disabled, .button.clear.dark:hover[disabled], .button.clear.dark:focus.disabled, .button.clear.dark:focus[disabled] {
							border: 1px solid #292929;
							color: #292929;
						}

						.button.clear.dark, .button.clear.dark.disabled, .button.clear.dark[disabled], .button.clear.dark:hover, .button.clear.dark:hover.disabled, .button.clear.dark:hover[disabled], .button.clear.dark:focus, .button.clear.dark:focus.disabled, .button.clear.dark:focus[disabled] {
							border-color: transparent;
						}

				.button.clear.light {
					border: 1px solid #fff;
					color: #fff;
				}

					.button.clear.light:hover, .button.clear.light:focus {
						border-color: white;
						color: white;
					}

						.button.clear.light:hover.disabled, .button.clear.light:hover[disabled], .button.clear.light:focus.disabled, .button.clear.light:focus[disabled] {
							border: 1px solid #fff;
							color: #fff;
						}

						.button.clear.light, .button.clear.light.disabled, .button.clear.light[disabled], .button.clear.light:hover, .button.clear.light:hover.disabled, .button.clear.light:hover[disabled], .button.clear.light:focus, .button.clear.light:focus.disabled, .button.clear.light:focus[disabled] {
							border-color: transparent;
						}

				.button.clear.light-gray {
					border: 1px solid #f7f7f7;
					color: #f7f7f7;
				}

					.button.clear.light-gray:hover, .button.clear.light-gray:focus {
						border-color: #fbfbfb;
						color: #fbfbfb;
					}

						.button.clear.light-gray:hover.disabled, .button.clear.light-gray:hover[disabled], .button.clear.light-gray:focus.disabled, .button.clear.light-gray:focus[disabled] {
							border: 1px solid #f7f7f7;
							color: #f7f7f7;
						}

						.button.clear.light-gray, .button.clear.light-gray.disabled, .button.clear.light-gray[disabled], .button.clear.light-gray:hover, .button.clear.light-gray:hover.disabled, .button.clear.light-gray:hover[disabled], .button.clear.light-gray:focus, .button.clear.light-gray:focus.disabled, .button.clear.light-gray:focus[disabled] {
							border-color: transparent;
						}

				.button.clear.dark-gray {
					border: 1px solid #333;
					color: #333;
				}

					.button.clear.dark-gray:hover, .button.clear.dark-gray:focus {
						border-color: #999999;
						color: #999999;
					}

						.button.clear.dark-gray:hover.disabled, .button.clear.dark-gray:hover[disabled], .button.clear.dark-gray:focus.disabled, .button.clear.dark-gray:focus[disabled] {
							border: 1px solid #333;
							color: #333;
						}

						.button.clear.dark-gray, .button.clear.dark-gray.disabled, .button.clear.dark-gray[disabled], .button.clear.dark-gray:hover, .button.clear.dark-gray:hover.disabled, .button.clear.dark-gray:hover[disabled], .button.clear.dark-gray:focus, .button.clear.dark-gray:focus.disabled, .button.clear.dark-gray:focus[disabled] {
							border-color: transparent;
						}

				.button.clear.medium-gray {
					border: 1px solid #ebebeb;
					color: #ebebeb;
				}

					.button.clear.medium-gray:hover, .button.clear.medium-gray:focus {
						border-color: whitesmoke;
						color: whitesmoke;
					}

						.button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
							border: 1px solid #ebebeb;
							color: #ebebeb;
						}

						.button.clear.medium-gray, .button.clear.medium-gray.disabled, .button.clear.medium-gray[disabled], .button.clear.medium-gray:hover, .button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus, .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
							border-color: transparent;
						}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fff transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 2rem;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
	border-top-color: #333;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
	border-top-color: #333;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
	border-top-color: #f9812a;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
	border-top-color: #96d1a8;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
	border-top-color: #fcb040;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
	border-top-color: #f9812a;
}

.button.dropdown.hollow.dark::after, .button.dropdown.clear.dark::after {
	border-top-color: #292929;
}

.button.dropdown.hollow.light::after, .button.dropdown.clear.light::after {
	border-top-color: #fff;
}

.button.dropdown.hollow.light-gray::after, .button.dropdown.clear.light-gray::after {
	border-top-color: #f7f7f7;
}

.button.dropdown.hollow.dark-gray::after, .button.dropdown.clear.dark-gray::after {
	border-top-color: #333;
}

.button.dropdown.hollow.medium-gray::after, .button.dropdown.clear.medium-gray::after {
	border-top-color: #ebebeb;
}

.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0;
}

a.button:hover, a.button:focus {
	text-decoration: none;
}

.button-group {
	margin-bottom: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

	.button-group::before, .button-group::after {
		display: table;
		content: ' ';
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.button-group::after {
		clear: both;
	}

	.button-group .button {
		margin: 0;
		margin-right: 0.5rem;
		margin-bottom: 0.5rem;
		font-size: 0.94rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

		.button-group .button:last-child {
			margin-right: 0;
		}

	.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 .button {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}

	.button-group.primary .button {
		background-color: #333;
		color: #fff;
	}

		.button-group.primary .button:hover, .button-group.primary .button:focus {
			background-color: #5c5c5c;
			color: #fff;
		}

	.button-group.secondary .button {
		background-color: #f9812a;
		color: #fff;
	}

		.button-group.secondary .button:hover, .button-group.secondary .button:focus {
			background-color: #fa9a55;
			color: #fff;
		}

	.button-group.success .button {
		background-color: #96d1a8;
		color: #fff;
	}

		.button-group.success .button:hover, .button-group.success .button:focus {
			background-color: #abdab9;
			color: #fff;
		}

	.button-group.warning .button {
		background-color: #fcb040;
		color: #fff;
	}

		.button-group.warning .button:hover, .button-group.warning .button:focus {
			background-color: #fdc066;
			color: #fff;
		}

	.button-group.alert .button {
		background-color: #f9812a;
		color: #fff;
	}

		.button-group.alert .button:hover, .button-group.alert .button:focus {
			background-color: #fa9a55;
			color: #fff;
		}

	.button-group.dark .button {
		background-color: #292929;
		color: #fff;
	}

		.button-group.dark .button:hover, .button-group.dark .button:focus {
			background-color: #545454;
			color: #fff;
		}

	.button-group.light .button {
		background-color: #fff;
		color: #fff;
	}

		.button-group.light .button:hover, .button-group.light .button:focus {
			background-color: white;
			color: #fff;
		}

	.button-group.light-gray .button {
		background-color: #f7f7f7;
		color: #fff;
	}

		.button-group.light-gray .button:hover, .button-group.light-gray .button:focus {
			background-color: #f9f9f9;
			color: #fff;
		}

	.button-group.dark-gray .button {
		background-color: #333;
		color: #fff;
	}

		.button-group.dark-gray .button:hover, .button-group.dark-gray .button:focus {
			background-color: #5c5c5c;
			color: #fff;
		}

	.button-group.medium-gray .button {
		background-color: #ebebeb;
		color: #fff;
	}

		.button-group.medium-gray .button:hover, .button-group.medium-gray .button:focus {
			background-color: #efefef;
			color: #fff;
		}

	.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
		}

			.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
				margin-bottom: 0;
			}

		.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
			-webkit-box-flex: 1;
			-ms-flex: 1 1 0px;
			flex: 1 1 0px;
		}

@media print, screen and (min-width: 40em) {
	.button-group.stacked-for-small .button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.button-group.stacked-for-medium .button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 39.99875em) {
	.button-group.stacked-for-small.expanded {
		display: block;
	}

		.button-group.stacked-for-small.expanded .button {
			display: block;
			margin-right: 0;
		}
}

@media screen and (max-width: 63.99875em) {
	.button-group.stacked-for-medium.expanded {
		display: block;
	}

		.button-group.stacked-for-medium.expanded .button {
			display: block;
			margin-right: 0;
		}
}

.close-button {
	position: absolute;
	color: #333;
	cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
	outline: 0;
}

.close-button:hover, .close-button:focus {
	color: #292929;
}

.close-button.small {
	right: 0.66rem;
	top: 0.33em;
	font-size: 1.5em;
	line-height: 1;
}


.close-button.higher {
	right: 0.6rem;
	top: 0rem;
	font-size: 2em;
	line-height: 1;
}

.close-button, .close-button.medium {
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1;
}

.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	border-radius: 99px;
	font-size: 0.8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #333;
	color: #fff;
}

	.label.primary {
		background: #333;
		color: #fff;
	}

	.label.secondary {
		background: #f9812a;
		color: #292929;
	}

	.label.success {
		background: #96d1a8;
		color: #292929;
	}

	.label.warning {
		background: #fcb040;
		color: #292929;
	}

	.label.alert {
		background: #f9812a;
		color: #292929;
	}

	.label.dark {
		background: #292929;
		color: #fff;
	}

	.label.light {
		background: #fff;
		color: #292929;
	}

	.label.light-gray {
		background: #f7f7f7;
		color: #292929;
	}

	.label.dark-gray {
		background: #333;
		color: #fff;
	}

	.label.medium-gray {
		background: #ebebeb;
		color: #292929;
	}

.progress {
	height: 1.2rem;
	margin-bottom: 1rem;
	border-radius: 2px;
	background-color: #fff;
}

	.progress.primary .progress-meter {
		background-color: #333;
	}

	.progress.secondary .progress-meter {
		background-color: #f9812a;
	}

	.progress.success .progress-meter {
		background-color: #96d1a8;
	}

	.progress.warning .progress-meter {
		background-color: #fcb040;
	}

	.progress.alert .progress-meter {
		background-color: #f9812a;
	}

	.progress.dark .progress-meter {
		background-color: #292929;
	}

	.progress.light .progress-meter {
		background-color: #fff;
	}

	.progress.light-gray .progress-meter {
		background-color: #f7f7f7;
	}

	.progress.dark-gray .progress-meter {
		background-color: #333;
	}

	.progress.medium-gray .progress-meter {
		background-color: #ebebeb;
	}

.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #fff;
	border-radius: 0;
}

.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: 0.75rem;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	border-radius: 2px;
}

.slider {
	position: relative;
	height: 0.1rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #333;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
}

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: 0.1rem;
	background-color: #f9812a;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	.slider-fill.is-dragging {
		-webkit-transition: all 0s linear;
		transition: all 0s linear;
	}

.slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 99px;
	background-color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
	outline: 0;
}

.slider-handle:hover {
	background-color: #d9d9d9;
}

.slider-handle.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}

.slider.vertical {
	display: inline-block;
	width: 2px;
	height: 12.5rem;
	margin: 0 1.25rem;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

	.slider.vertical .slider-fill {
		top: 0;
		width: 2px;
		max-height: 100%;
	}

	.slider.vertical .slider-handle {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1.4rem;
		height: 1.4rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

input[type='range'] {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0.65rem;
	margin-bottom: 0.65rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	line-height: 1;
	cursor: pointer;
	border-radius: 99px;
}

	input[type='range']:focus {
		outline: 0;
	}

	input[type='range'][disabled] {
		opacity: 0.25;
	}

	input[type='range']::-webkit-slider-runnable-track {
		height: 0.1rem;
		background: #333;
	}

	input[type='range']::-webkit-slider-thumb {
		width: 1.4rem;
		height: 1.4rem;
		margin-top: -0.65rem;
		-webkit-appearance: none;
		background: #fff;
		border-radius: 99px;
	}

	input[type='range']::-moz-range-track {
		height: 0.1rem;
		-moz-appearance: none;
		background: #333;
	}

	input[type='range']::-moz-range-thumb {
		width: 1.4rem;
		height: 1.4rem;
		margin-top: -0.65rem;
		-moz-appearance: none;
		background: #fff;
		border-radius: 99px;
	}

	input[type='range']::-ms-track {
		height: 0.1rem;
		border: 0;
		border-top: 0.65rem solid #fff;
		border-bottom: 0.65rem solid #fff;
		background: #333;
		overflow: visible;
		color: transparent;
	}

	input[type='range']::-ms-thumb {
		width: 1.4rem;
		height: 1.4rem;
		border: 0;
		background: #fff;
		border-radius: 99px;
	}

	input[type='range']::-ms-fill-lower {
		background: #f9812a;
	}

	input[type='range']::-ms-fill-upper {
		background: #333;
	}

output {
	vertical-align: middle;
	margin-left: 0.5em;
	line-height: 1.4rem;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}

thead,
tbody,
tfoot {
	border: 1px solid #cccccc;
	background-color: #fff;
}

caption {
	padding: 0.75rem 0.625rem 0.625rem;
	font-weight: 500;
}

thead {
	background: #fff;
	color: #292929;
}

tfoot {
	background: #cccccc;
	color: #292929;
}

	thead tr,
	tfoot tr {
		background: transparent;
	}

	thead th,
	thead td,
	tfoot th,
	tfoot td {
		padding: 0.75rem 0.625rem 0.625rem;
		font-weight: 500;
		text-align: left;
	}

tbody th,
tbody td {
	padding: 0.75rem 0.625rem 0.625rem;
}

tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
}

table.striped tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #cccccc;
}

@media screen and (max-width: 63.99875em) {
	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 thead tr:hover {
	background-color: #fafafa;
}

table.hover tfoot tr:hover {
	background-color: #c7c7c7;
}

table.hover tbody tr:hover {
	background-color: #fafafa;
}

table.hover.striped tr:nth-of-type(even):hover {
	background-color: #c7c7c7;
}

.table-scroll {
	overflow-x: auto;
}

.breadcrumbs {
	margin: 0 0 0.5rem 0;
	list-style: none;
}

	.breadcrumbs::before, .breadcrumbs::after {
		display: table;
		content: ' ';
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.breadcrumbs::after {
		clear: both;
	}

	.breadcrumbs li {
		float: left;
		font-size: 1rem;
		color: #292929;
		cursor: default;
	}

		.breadcrumbs li:not(:last-child)::after {
			position: relative;
			margin: 0 0.5rem;
			opacity: 1;
			content: "»";
			color: #f9812a;
		}

	.breadcrumbs a {
		color: #292929;
	}

		.breadcrumbs a:hover {
			text-decoration: underline;
		}

	.breadcrumbs .disabled {
		color: #ebebeb;
		cursor: not-allowed;
	}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	color: #292929;
}

	.card > :last-child {
		margin-bottom: 0;
	}

.card-divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 1rem;
	background: transparent;
}

	.card-divider > :last-child {
		margin-bottom: 0;
	}

.card-section {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1rem;
}

	.card-section > :last-child {
		margin-bottom: 0;
	}

.card-image {
	min-height: 1px;
}

.pagination {
	margin-left: 0;
	margin-bottom: 1rem;
}

	.pagination::before, .pagination::after {
		display: table;
		content: ' ';
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.pagination::after {
		clear: both;
	}

	.pagination li {
		margin-right: 0.0625rem;
		border-radius: 0;
		font-size: 0.875rem;
		display: none;
	}

		.pagination li:last-child, .pagination li:first-child {
			display: inline-block;
		}

@media print, screen and (min-width: 40em) {
	.pagination li {
		display: inline-block;
	}
}

.pagination a,
.pagination button {
	display: block;
	padding: 0.1875rem 0.625rem;
	border-radius: 0;
	color: #292929;
}

	.pagination a:hover,
	.pagination button:hover {
		background: #f7f7f7;
	}

.pagination .current {
	padding: 0.1875rem 0.625rem;
	background: #333;
	color: #fff;
	cursor: default;
}

.pagination .disabled {
	padding: 0.1875rem 0.625rem;
	color: #ebebeb;
	cursor: not-allowed;
}

	.pagination .disabled:hover {
		background: transparent;
	}

.pagination .ellipsis::after {
	padding: 0.1875rem 0.625rem;
	content: '\2026';
	color: #292929;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: '\00bb';
}

.accordion {
	margin-left: 0;
	background: transparent;
	list-style-type: none;
}

	.accordion[disabled] .accordion-title {
		cursor: not-allowed;
	}

.accordion-item:first-child > :first-child {
	border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
	border-radius: 0 0 0 0;
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.5rem 1rem;
	border: 1px solid #f9812a;
	border-bottom: 0;
	font-size: 1.125rem;
	line-height: 1;
	color: #292929;
}

:last-child:not(.is-active) > .accordion-title {
	border-bottom: 1px solid #f9812a;
	border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
	background-color: #fff;
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: '+';
}

.is-active > .accordion-title::before {
	content: '\2013';
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #f9812a;
	border-bottom: 0;
	background-color: #fff;
	color: #292929;
}

:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #f9812a;
}

.responsive-embed,
.flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}

	.responsive-embed iframe,
	.responsive-embed object,
	.responsive-embed embed,
	.responsive-embed video,
	.flex-video iframe,
	.flex-video object,
	.flex-video embed,
	.flex-video video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.responsive-embed.widescreen,
	.flex-video.widescreen {
		padding-bottom: 56.25%;
	}

.tabs {
	margin: 0;
	border: 1px solid none;
	background: #333;
	list-style-type: none;
}

	.tabs::before, .tabs::after {
		display: table;
		content: ' ';
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.tabs::after {
		clear: both;
	}

	.tabs.vertical > li {
		display: block;
		float: none;
		width: auto;
	}

	.tabs.simple > li > a {
		padding: 0;
	}

		.tabs.simple > li > a:hover {
			background: transparent;
		}

	.tabs.primary {
		background: #333;
	}

		.tabs.primary > li > a {
			color: #fff;
		}

			.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
				background: #3d3d3d;
			}

.tabs-title {
	float: left;
}

	.tabs-title > a {
		display: block;
		padding: 1rem;
		font-size: 1rem;
		line-height: 1;
		color: #fff;
	}

[data-whatinput='mouse'] .tabs-title > a {
	outline: 0;
}

.tabs-title > a:hover {
	background: #333;
	color: #dbdbdb;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background: #f7f7f7;
	color: #292929;
}

.tabs-content {
	border: 1px solid none;
	border-top: 0;
	background: #f7f7f7;
	color: #292929;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	.tabs-content.vertical {
		border: 1px solid none;
		border-left: 0;
	}

.tabs-panel {
	display: none;
	padding: 2rem;
}

	.tabs-panel.is-active {
		display: block;
	}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
	outline: 0;
}

.menu a,
.menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0.85rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
	margin-bottom: 0;
}

.menu input {
	display: inline-block;
}

.menu, .menu.horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

	.menu.vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu.expanded li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}

	.menu.simple {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

		.menu.simple li + li {
			margin-left: 1rem;
		}

		.menu.simple a {
			padding: 0;
		}

@media print, screen and (min-width: 40em) {
	.menu.medium-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.menu.medium-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu.medium-expanded li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}

	.menu.medium-simple li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media print, screen and (min-width: 64em) {
	.menu.large-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.menu.large-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu.large-expanded li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}

	.menu.large-simple li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media screen and (min-width: 80em) {
	.menu.xlarge-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.menu.xlarge-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu.xlarge-expanded li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}

	.menu.xlarge-simple li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.menu.nested {
	margin-right: 0;
	margin-left: 1rem;
}

.menu.icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

	.menu.icon-left li a img,
	.menu.icon-left li a i,
	.menu.icon-left li a svg {
		margin-right: 0.7rem;
	}

.menu.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

	.menu.icon-right li a img,
	.menu.icon-right li a i,
	.menu.icon-right li a svg {
		margin-left: 0.7rem;
	}

.menu.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

	.menu.icon-top li a img,
	.menu.icon-top li a i,
	.menu.icon-top li a svg {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		margin-bottom: 0.7rem;
		text-align: center;
	}

.menu.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

	.menu.icon-bottom li a img,
	.menu.icon-bottom li a i,
	.menu.icon-bottom li a svg {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		margin-bottom: 0.7rem;
		text-align: center;
	}

.menu .is-active > a {
	background: transaprent;
	color: #f9812a;
}

.menu .active > a {
	background: transaprent;
	color: #f9812a;
}

.menu.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.menu.align-right li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

	.menu.align-right li .submenu li {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

.menu.align-right.vertical li {
	display: block;
	text-align: right;
}

	.menu.align-right.vertical li .submenu li {
		text-align: right;
	}

.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0;
}

.menu.align-center li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.menu.align-center li .submenu li {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

.menu .menu-text {
	padding: 0.85rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit;
}

.menu-centered > .menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.menu-centered > .menu li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

		.menu-centered > .menu li .submenu li {
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
		}

.no-js [data-responsive-menu] ul {
	display: none;
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}

	.menu-icon::after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		-webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
		box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
		content: '';
	}

	.menu-icon:hover::after {
		background: #ebebeb;
		-webkit-box-shadow: 0 7px 0 #ebebeb, 0 14px 0 #ebebeb;
		box-shadow: 0 7px 0 #ebebeb, 0 14px 0 #ebebeb;
	}

	.menu-icon.dark {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 16px;
		cursor: pointer;
	}

		.menu-icon.dark::after {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 2px;
			background: #292929;
			-webkit-box-shadow: 0 7px 0 #292929, 0 14px 0 #292929;
			box-shadow: 0 7px 0 #292929, 0 14px 0 #292929;
			content: '';
		}

		.menu-icon.dark:hover::after {
			background: #333;
			-webkit-box-shadow: 0 7px 0 #333, 0 14px 0 #333;
			box-shadow: 0 7px 0 #333, 0 14px 0 #333;
		}

.accordion-menu li {
	width: 100%;
}

.accordion-menu a {
	padding: 0.85rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
	padding: 0.85rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
	position: relative;
}

	.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #f9812a transparent transparent;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		right: 1rem;
	}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
	right: 1rem;
	left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
	right: auto;
	left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
	position: relative;
}

.has-submenu-toggle > a {
	margin-right: 40px;
}

.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

	.submenu-toggle::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #f9812a transparent transparent;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.submenu-toggle[aria-expanded='true']::after {
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

.submenu-toggle-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0;
}

[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0;
}

.dropdown.menu > li > a {
	padding: 0.85rem 1rem;
}

.dropdown.menu > li.is-active > a {
	background: inherit;
	color: #f9812a;
}

.no-js .dropdown.menu ul {
	display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}

@media print, screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}

	.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}

	.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto;
	}

	.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}

	.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}

	.dropdown.menu.large-vertical > li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto;
	}

	.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
}

@media screen and (min-width: 80em) {
	.dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}

	.dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}

	.dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
		top: 0;
	}

	.dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto;
	}

	.dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto;
}

.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;
		left: auto;
		margin-top: -6px;
	}

	.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
		top: 100%;
		left: auto;
	}

	.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
		right: 100%;
		left: auto;
	}

	.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 13.125rem;
	border: none;
	background: transparent;
}

.dropdown .is-dropdown-submenu a {
	padding: 0.85rem 1rem;
}

.is-dropdown-submenu > li {
	width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
	display: block;
}

.is-off-canvas-open {
	overflow: hidden;
}

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(41, 41, 41, 0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

	.js-off-canvas-overlay.is-visible {
		opacity: 1;
		visibility: visible;
	}

	.js-off-canvas-overlay.is-closable {
		cursor: pointer;
	}

	.js-off-canvas-overlay.is-overlay-absolute {
		position: absolute;
	}

	.js-off-canvas-overlay.is-overlay-fixed {
		position: fixed;
	}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}

.off-canvas {
	position: fixed;
	z-index: 12;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #292929;
}

[data-whatinput='mouse'] .off-canvas {
	outline: 0;
}

.off-canvas.is-transition-push {
	z-index: 12;
}

.off-canvas.is-closed {
	visibility: hidden;
}

.off-canvas.is-transition-overlap {
	z-index: 13;
}

	.off-canvas.is-transition-overlap.is-open {
		-webkit-box-shadow: 0 0 10px rgba(41, 41, 41, 0);
		box-shadow: 0 0 10px rgba(41, 41, 41, 0);
	}

.off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #292929;
}

[data-whatinput='mouse'] .off-canvas-absolute {
	outline: 0;
}

.off-canvas-absolute.is-transition-push {
	z-index: 12;
}

.off-canvas-absolute.is-closed {
	visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
	z-index: 13;
}

	.off-canvas-absolute.is-transition-overlap.is-open {
		-webkit-box-shadow: 0 0 10px rgba(41, 41, 41, 0);
		box-shadow: 0 0 10px rgba(41, 41, 41, 0);
	}

.off-canvas-absolute.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 280px;
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
}

@media print, screen and (min-width: 40em) {
	.position-left {
		width: 360px;
		-webkit-transform: translateX(-360px);
		transform: translateX(-360px);
	}
}

.off-canvas-content .off-canvas.position-left {
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
}

@media print, screen and (min-width: 40em) {
	.off-canvas-content .off-canvas.position-left {
		-webkit-transform: translateX(-360px);
		transform: translateX(-360px);
	}
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
	-webkit-transform: translateX(280px);
	transform: translateX(280px);
}

@media print, screen and (min-width: 40em) {
	.off-canvas-content.is-open-left.has-transition-push {
		-webkit-transform: translateX(360px);
		transform: translateX(360px);
	}
}

.position-left.is-transition-push {
	-webkit-box-shadow: inset -13px 0 20px -13px rgba(41, 41, 41, 0);
	box-shadow: inset -13px 0 20px -13px rgba(41, 41, 41, 0);
}

.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 280px;
	-webkit-transform: translateX(280px);
	transform: translateX(280px);
}

@media print, screen and (min-width: 40em) {
	.position-right {
		width: 360px;
		-webkit-transform: translateX(360px);
		transform: translateX(360px);
	}
}

.off-canvas-content .off-canvas.position-right {
	-webkit-transform: translateX(280px);
	transform: translateX(280px);
}

@media print, screen and (min-width: 40em) {
	.off-canvas-content .off-canvas.position-right {
		-webkit-transform: translateX(360px);
		transform: translateX(360px);
	}
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
}

@media print, screen and (min-width: 40em) {
	.off-canvas-content.is-open-right.has-transition-push {
		-webkit-transform: translateX(-360px);
		transform: translateX(-360px);
	}
}

.position-right.is-transition-push {
	-webkit-box-shadow: inset 13px 0 20px -13px rgba(41, 41, 41, 0);
	box-shadow: inset 13px 0 20px -13px rgba(41, 41, 41, 0);
}

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 280px;
	-webkit-transform: translateY(-280px);
	transform: translateY(-280px);
}

.off-canvas-content .off-canvas.position-top {
	-webkit-transform: translateY(-280px);
	transform: translateY(-280px);
}

	.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

.off-canvas-content.is-open-top.has-transition-push {
	-webkit-transform: translateY(280px);
	transform: translateY(280px);
}

.position-top.is-transition-push {
	-webkit-box-shadow: inset 0 -13px 20px -13px rgba(41, 41, 41, 0);
	box-shadow: inset 0 -13px 20px -13px rgba(41, 41, 41, 0);
}

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 280px;
	-webkit-transform: translateY(280px);
	transform: translateY(280px);
}

.off-canvas-content .off-canvas.position-bottom {
	-webkit-transform: translateY(280px);
	transform: translateY(280px);
}

	.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

.off-canvas-content.is-open-bottom.has-transition-push {
	-webkit-transform: translateY(-280px);
	transform: translateY(-280px);
}

.position-bottom.is-transition-push {
	-webkit-box-shadow: inset 0 13px 20px -13px rgba(41, 41, 41, 0);
	box-shadow: inset 0 13px 20px -13px rgba(41, 41, 41, 0);
}

.off-canvas-content {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

	.off-canvas-content.has-transition-push {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.off-canvas-content .off-canvas.is-open {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

@media print, screen and (min-width: 40em) {
	.position-left.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-left.reveal-for-medium .close-button {
			display: none;
		}

	.off-canvas-content .position-left.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-left {
		margin-left: 360px;
	}

	.position-left.reveal-for-medium ~ .off-canvas-content {
		margin-left: 360px;
	}

	.position-right.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-right.reveal-for-medium .close-button {
			display: none;
		}

	.off-canvas-content .position-right.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-right {
		margin-right: 360px;
	}

	.position-right.reveal-for-medium ~ .off-canvas-content {
		margin-right: 360px;
	}

	.position-top.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-top.reveal-for-medium .close-button {
			display: none;
		}

	.off-canvas-content .position-top.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-top {
		margin-top: 360px;
	}

	.position-top.reveal-for-medium ~ .off-canvas-content {
		margin-top: 360px;
	}

	.position-bottom.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-bottom.reveal-for-medium .close-button {
			display: none;
		}

	.off-canvas-content .position-bottom.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 360px;
	}

	.position-bottom.reveal-for-medium ~ .off-canvas-content {
		margin-bottom: 360px;
	}
}

@media print, screen and (min-width: 64em) {
	.position-left.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-left.reveal-for-large .close-button {
			display: none;
		}

	.off-canvas-content .position-left.reveal-for-large {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-left {
		margin-left: 360px;
	}

	.position-left.reveal-for-large ~ .off-canvas-content {
		margin-left: 360px;
	}

	.position-right.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-right.reveal-for-large .close-button {
			display: none;
		}

	.off-canvas-content .position-right.reveal-for-large {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-right {
		margin-right: 360px;
	}

	.position-right.reveal-for-large ~ .off-canvas-content {
		margin-right: 360px;
	}

	.position-top.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-top.reveal-for-large .close-button {
			display: none;
		}

	.off-canvas-content .position-top.reveal-for-large {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-top {
		margin-top: 360px;
	}

	.position-top.reveal-for-large ~ .off-canvas-content {
		margin-top: 360px;
	}

	.position-bottom.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-bottom.reveal-for-large .close-button {
			display: none;
		}

	.off-canvas-content .position-bottom.reveal-for-large {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 360px;
	}

	.position-bottom.reveal-for-large ~ .off-canvas-content {
		margin-bottom: 360px;
	}
}

@media screen and (min-width: 80em) {
	.position-left.reveal-for-xlarge {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-left.reveal-for-xlarge .close-button {
			display: none;
		}

	.off-canvas-content .position-left.reveal-for-xlarge {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-left {
		margin-left: 360px;
	}

	.position-left.reveal-for-xlarge ~ .off-canvas-content {
		margin-left: 360px;
	}

	.position-right.reveal-for-xlarge {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-right.reveal-for-xlarge .close-button {
			display: none;
		}

	.off-canvas-content .position-right.reveal-for-xlarge {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-right {
		margin-right: 360px;
	}

	.position-right.reveal-for-xlarge ~ .off-canvas-content {
		margin-right: 360px;
	}

	.position-top.reveal-for-xlarge {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-top.reveal-for-xlarge .close-button {
			display: none;
		}

	.off-canvas-content .position-top.reveal-for-xlarge {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-top {
		margin-top: 360px;
	}

	.position-top.reveal-for-xlarge ~ .off-canvas-content {
		margin-top: 360px;
	}

	.position-bottom.reveal-for-xlarge {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-bottom.reveal-for-xlarge .close-button {
			display: none;
		}

	.off-canvas-content .position-bottom.reveal-for-xlarge {
		-webkit-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 360px;
	}

	.position-bottom.reveal-for-xlarge ~ .off-canvas-content {
		margin-bottom: 360px;
	}
}

@media print, screen and (min-width: 40em) {
	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		transition: none;
	}

		.off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
			-webkit-box-shadow: none;
			box-shadow: none;
			-webkit-transform: none;
			transform: none;
		}

		.off-canvas.in-canvas-for-medium .close-button {
			display: none;
		}
}

@media print, screen and (min-width: 64em) {
	.off-canvas.in-canvas-for-large {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		transition: none;
	}

		.off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
			-webkit-box-shadow: none;
			box-shadow: none;
			-webkit-transform: none;
			transform: none;
		}

		.off-canvas.in-canvas-for-large .close-button {
			display: none;
		}
}

@media screen and (min-width: 80em) {
	.off-canvas.in-canvas-for-xlarge {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		transition: none;
	}

		.off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
			-webkit-box-shadow: none;
			box-shadow: none;
			-webkit-transform: none;
			transform: none;
		}

		.off-canvas.in-canvas-for-xlarge .close-button {
			display: none;
		}
}

html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}

	html.is-reveal-open.zf-has-scroll {
		overflow-y: scroll;
	}

	html.is-reveal-open body {
		overflow-y: hidden;
	}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(41, 41, 41, 0.45);
	overflow-y: auto;
}

.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #ebebeb;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
	outline: 0;
}

@media print, screen and (min-width: 40em) {
	.reveal {
		min-height: 0;
	}
}

.reveal .column {
	min-width: 0;
}

.reveal > :last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
	.reveal {
		width: 600px;
		max-width: 75rem;
	}
}

.reveal.collapse {
	padding: 0;
}

@media print, screen and (min-width: 40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 75rem;
	}
}

@media print, screen and (min-width: 40em) {
	.reveal.small {
		width: 50%;
		max-width: 75rem;
	}
}

@media print, screen and (min-width: 40em) {
	.reveal.large {
		width: 90%;
		max-width: 75rem;
	}
}

.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
	.reveal {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 100%;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}

.reveal.without-overlay {
	position: fixed;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.clearfix::before, .clearfix::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.clearfix::after {
	clear: both;
}

.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-left.vertical.menu > li > a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-self-middle {
	-ms-flex-item-align: center;
	align-self: center;
}

.align-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.align-center-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.small-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

@media print, screen and (min-width: 40em) {
	.medium-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.medium-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.medium-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.medium-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.medium-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.medium-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media print, screen and (min-width: 64em) {
	.large-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.large-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.large-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.large-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.large-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.large-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media screen and (min-width: 80em) {
	.xlarge-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.xlarge-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.xlarge-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.xlarge-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.xlarge-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.xlarge-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
	.medium-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.medium-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.medium-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.medium-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.medium-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.medium-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.medium-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.medium-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media print, screen and (min-width: 64em) {
	.large-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.large-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.large-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.large-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.large-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.large-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.large-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.large-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 80em) {
	.xlarge-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.xlarge-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.xlarge-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.xlarge-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.xlarge-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.xlarge-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.xlarge-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.xlarge-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
	.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 print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 39.99875em) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.99875em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 79.99875em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.99875em), screen and (min-width: 80em) {
	.show-for-large-only {
		display: none !important;
	}
}

@media screen and (min-width: 80em) {
	.hide-for-xlarge {
		display: none !important;
	}
}

@media screen and (max-width: 79.99875em) {
	.show-for-xlarge {
		display: none !important;
	}
}

@media screen and (min-width: 80em) and (max-width: 89.99875em) {
	.hide-for-xlarge-only {
		display: none !important;
	}
}

@media screen and (max-width: 79.99875em), screen and (min-width: 90em) {
	.show-for-xlarge-only {
		display: none !important;
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

	.show-on-focus:active, .show-on-focus:focus {
		position: static !important;
		width: auto;
		height: auto;
		overflow: visible;
		clip: auto;
		white-space: normal;
	}

.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;
	}
}

.bold {
	font-weight: normal;
}

.light {
	font-weight: 300;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

blockquote {
	line-height: 1.5;
}

.text--super {
	vertical-align: super;
}

.text--sm {
	font-size: 0.875rem;
}

.text--xxl {
	font-size: 5.55556rem;
	line-height: 1.1;
}

@media print, screen and (min-width: 64em) {
	.text--xxl {
		font-size: 10rem;
	}
}

.text--xl {
	font-size: 2.77778rem;
	line-height: 1.1;
}

@media print, screen and (min-width: 64em) {
	.text--xl {
		font-size: 5rem;
	}
}

.text--pipe {
	padding-left: 2rem;
	border-left: 1px solid #f9812a;
}

.lh--1 {
	line-height: 1;
}

.lh--1-2 {
	line-height: 1.2;
}

table tbody,
table thead {
	border-width: 0 0;
	border-bottom-width: 1px;
}

table th {
	font-weight: 300;
}

table.clear {
	display: inline-block;
	margin-left: -.5rem;
	margin-right: -.5rem;
}

	table.clear tbody,
	table.clear tr {
		border: none;
	}

table.nolines thead,
table.nolines tbody,
table.nolines td,
table.nolines tr {
	border: none;
	font-weight: 300;
}

@media screen and (max-width: 39.99875em) {
	table.stack--sm thead {
		display: none;
	}

	table.stack--sm tfoot {
		display: none;
	}

	table.stack--sm tr,
	table.stack--sm th,
	table.stack--sm td {
		display: block;
	}

	table.stack--sm td {
		border-top: 0;
	}
}

table .td__index {
	min-width: 3rem;
}

@media screen and (max-width: 39.99875em) {
	table .td__index {
		float: left;
	}
}

.label {
	min-width: 1.4375rem;
}

.link--filter img {
	-webkit-filter: brightness(0);
	filter: brightness(0);
}

.link--filter:hover img {
	-webkit-filter: none;
	filter: none;
}

html {
	min-width: 320px;
}

body {
	-webkit-animation: bodyIn 400ms 200ms 1 forwards;
	animation: bodyIn 400ms 200ms 1 forwards;
	opacity: 0;
}

@-webkit-keyframes bodyIn {
	to {
		opacity: 1;
	}
}

@keyframes bodyIn {
	to {
		opacity: 1;
	}
}

@media print, screen and (min-width: 40em) {
	.text--2col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		grid-column-gap: 3rem;
		grid-row-gap: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	.large-align-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.flex-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.mt0 {
	margin-top: 0;
}

.pt0 {
	padding-top: 0;
}

.mb0 {
	margin-bottom: 0;
}

.pb0 {
	padding-bottom: 0;
}

.ml0 {
	margin-left: 0;
}

.pl0 {
	padding-left: 0;
}

.mr0 {
	margin-right: 0;
}

.pr0 {
	padding-right: 0;
}

.px0 {
	padding-left: 0;
	padding-right: 0;
}

.my0 {
	margin-top: 0;
	margin-bottom: 0;
}

.py0 {
	padding-top: 0;
	padding-bottom: 0;
}

.mt4 {
	margin-top: 0.25rem;
}

.pt4 {
	padding-top: 0.25rem;
}

.mb4 {
	margin-bottom: 0.25rem;
}

.pb4 {
	padding-bottom: 0.25rem;
}

.ml4 {
	margin-left: 0.25rem;
}

.pl4 {
	padding-left: 0.25rem;
}

.mr4 {
	margin-right: 0.25rem;
}

.pr4 {
	padding-right: 0.25rem;
}

.px4 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.my4 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.py4 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.mt8 {
	margin-top: 0.5rem;
}

.pt8 {
	padding-top: 0.5rem;
}

.mb8 {
	margin-bottom: 0.5rem;
}

.pb8 {
	padding-bottom: 0.5rem;
}

.ml8 {
	margin-left: 0.5rem;
}

.pl8 {
	padding-left: 0.5rem;
}

.mr8 {
	margin-right: 0.5rem;
}

.pr8 {
	padding-right: 0.5rem;
}

.px8 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.my8 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.py8 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.mt16 {
	margin-top: 1rem;
}

.pt16 {
	padding-top: 1rem;
}

.mb16 {
	margin-bottom: 1rem;
}

.pb16 {
	padding-bottom: 1rem;
}

.ml16 {
	margin-left: 1rem;
}

.pl16 {
	padding-left: 1rem;
}

.mr16 {
	margin-right: 1rem;
}

.pr16 {
	padding-right: 1rem;
}

.px16 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.my16 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.py16 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.mt24 {
	margin-top: 1.5rem;
}

.pt24 {
	padding-top: 1.5rem;
}

.mb24 {
	margin-bottom: 1.5rem;
}

.pb24 {
	padding-bottom: 1.5rem;
}

.ml24 {
	margin-left: 1.5rem;
}

.pl24 {
	padding-left: 1.5rem;
}

.mr24 {
	margin-right: 1.5rem;
}

.pr24 {
	padding-right: 1.5rem;
}

.px24 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.my24 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.py24 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.mt32 {
	margin-top: 2rem;
}

.pt32 {
	padding-top: 2rem;
}

.mb32 {
	margin-bottom: 2rem;
}

.pb32 {
	padding-bottom: 2rem;
}

.ml32 {
	margin-left: 2rem;
}

.pl32 {
	padding-left: 2rem;
}

.mr32 {
	margin-right: 2rem;
}

.pr32 {
	padding-right: 2rem;
}

.px32 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.my32 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.py32 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.mt48 {
	margin-top: 3rem;
}

.pt48 {
	padding-top: 3rem;
}

.mb48 {
	margin-bottom: 3rem;
}

.pb48 {
	padding-bottom: 3rem;
}

.ml48 {
	margin-left: 3rem;
}

.pl48 {
	padding-left: 3rem;
}

.mr48 {
	margin-right: 3rem;
}

.pr48 {
	padding-right: 3rem;
}

.px48 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.my48 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.py48 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.mt64 {
	margin-top: 4rem;
}

.pt64 {
	padding-top: 4rem;
}

.mb64 {
	margin-bottom: 4rem;
}

.pb64 {
	padding-bottom: 4rem;
}

.ml64 {
	margin-left: 4rem;
}

.pl64 {
	padding-left: 4rem;
}

.mr64 {
	margin-right: 4rem;
}

.pr64 {
	padding-right: 4rem;
}

.px64 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.my64 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.py64 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media print, screen and (min-width: 40em) {
	.md\:mt0 {
		margin-top: 0;
	}

	.md\:pt0 {
		padding-top: 0;
	}

	.md\:mb0 {
		margin-bottom: 0;
	}

	.md\:pb0 {
		padding-bottom: 0;
	}

	.md\:ml0 {
		margin-left: 0;
	}

	.md\:pl0 {
		padding-left: 0;
	}

	.md\:mr0 {
		margin-right: 0;
	}

	.md\:pr0 {
		padding-right: 0;
	}

	.md\:px0 {
		padding-left: 0;
		padding-right: 0;
	}

	.md\:my0 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.md\:py0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.md\:mt4 {
		margin-top: 0.25rem;
	}

	.md\:pt4 {
		padding-top: 0.25rem;
	}

	.md\:mb4 {
		margin-bottom: 0.25rem;
	}

	.md\:pb4 {
		padding-bottom: 0.25rem;
	}

	.md\:ml4 {
		margin-left: 0.25rem;
	}

	.md\:pl4 {
		padding-left: 0.25rem;
	}

	.md\:mr4 {
		margin-right: 0.25rem;
	}

	.md\:pr4 {
		padding-right: 0.25rem;
	}

	.md\:px4 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.md\:my4 {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.md\:py4 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.md\:mt8 {
		margin-top: 0.5rem;
	}

	.md\:pt8 {
		padding-top: 0.5rem;
	}

	.md\:mb8 {
		margin-bottom: 0.5rem;
	}

	.md\:pb8 {
		padding-bottom: 0.5rem;
	}

	.md\:ml8 {
		margin-left: 0.5rem;
	}

	.md\:pl8 {
		padding-left: 0.5rem;
	}

	.md\:mr8 {
		margin-right: 0.5rem;
	}

	.md\:pr8 {
		padding-right: 0.5rem;
	}

	.md\:px8 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.md\:my8 {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.md\:py8 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.md\:mt16 {
		margin-top: 1rem;
	}

	.md\:pt16 {
		padding-top: 1rem;
	}

	.md\:mb16 {
		margin-bottom: 1rem;
	}

	.md\:pb16 {
		padding-bottom: 1rem;
	}

	.md\:ml16 {
		margin-left: 1rem;
	}

	.md\:pl16 {
		padding-left: 1rem;
	}

	.md\:mr16 {
		margin-right: 1rem;
	}

	.md\:pr16 {
		padding-right: 1rem;
	}

	.md\:px16 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.md\:my16 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.md\:py16 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.md\:mt24 {
		margin-top: 1.5rem;
	}

	.md\:pt24 {
		padding-top: 1.5rem;
	}

	.md\:mb24 {
		margin-bottom: 1.5rem;
	}

	.md\:pb24 {
		padding-bottom: 1.5rem;
	}

	.md\:ml24 {
		margin-left: 1.5rem;
	}

	.md\:pl24 {
		padding-left: 1.5rem;
	}

	.md\:mr24 {
		margin-right: 1.5rem;
	}

	.md\:pr24 {
		padding-right: 1.5rem;
	}

	.md\:px24 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.md\:my24 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.md\:py24 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.md\:mt32 {
		margin-top: 2rem;
	}

	.md\:pt32 {
		padding-top: 2rem;
	}

	.md\:mb32 {
		margin-bottom: 2rem;
	}

	.md\:pb32 {
		padding-bottom: 2rem;
	}

	.md\:ml32 {
		margin-left: 2rem;
	}

	.md\:pl32 {
		padding-left: 2rem;
	}

	.md\:mr32 {
		margin-right: 2rem;
	}

	.md\:pr32 {
		padding-right: 2rem;
	}

	.md\:px32 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.md\:my32 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.md\:py32 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.md\:mt48 {
		margin-top: 3rem;
	}

	.md\:pt48 {
		padding-top: 3rem;
	}

	.md\:mb48 {
		margin-bottom: 3rem;
	}

	.md\:pb48 {
		padding-bottom: 3rem;
	}

	.md\:ml48 {
		margin-left: 3rem;
	}

	.md\:pl48 {
		padding-left: 3rem;
	}

	.md\:mr48 {
		margin-right: 3rem;
	}

	.md\:pr48 {
		padding-right: 3rem;
	}

	.md\:px48 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.md\:my48 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.md\:py48 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.md\:mt64 {
		margin-top: 4rem;
	}

	.md\:pt64 {
		padding-top: 4rem;
	}

	.md\:mb64 {
		margin-bottom: 4rem;
	}

	.md\:pb64 {
		padding-bottom: 4rem;
	}

	.md\:ml64 {
		margin-left: 4rem;
	}

	.md\:pl64 {
		padding-left: 4rem;
	}

	.md\:mr64 {
		margin-right: 4rem;
	}

	.md\:pr64 {
		padding-right: 4rem;
	}

	.md\:px64 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.md\:my64 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.md\:py64 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.w-auto {
	width: auto;
}

.w50 {
	width: 50%;
}

@media print, screen and (min-width: 40em) {
	.max-w50 {
		max-width: 50%;
	}
}

.w100 {
	width: 100%;
}

@media print, screen and (min-width: 40em) {
	.max-w100 {
		max-width: 100%;
	}
}

.h100 {
	height: 100%;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

@media print, screen and (min-width: 64em) {
	.offset {
		max-width: 30rem;
		margin-right: 0;
		margin-left: auto;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}

	.offset--up {
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
	}
}

.bg--cover, .tile--push {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg--blend {
	background-blend-mode: overlay;
}

.bg--overlay {
	position: relative;
}

	.bg--overlay > * {
		position: relative;
		z-index: 1;
	}

	.bg--overlay:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		content: '';
		opacity: .9;
		background-color: #333;
	}

.pointer {
	cursor: pointer;
}

.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rounded {
	border-radius: 2rem;
}

.rounded-sm {
	border-radius: 1rem;
}

#flippingModal {
	background-color: #f9f9f9;
	max-width: 80% !important;
	width: auto !important;
}

.db {
	display: block;
}

.dib {
	display: inline-block !important;
}

@media print, screen and (min-width: 40em) {
	.md-pull-right {
		float: right;
	}
}

.burger-menu {
	position: relative;
	margin: 0 auto;
	margin-right: -.4rem;
	padding: .8rem;
	cursor: pointer;
	outline: none;
}

.burger-click-region {
	position: relative;
	width: 26px;
	height: 20px;
}

.burger-menu-piece {
	display: block;
	position: absolute;
	width: 30px;
	border-top: 3px solid #333;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 300ms ease-out;
	transition: -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out;
	transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

	.burger-menu-piece:nth-child(1) {
		top: 0;
	}

	.burger-menu-piece:nth-child(2) {
		top: 8.33333px;
		opacity: 0;
		-webkit-transition: opacity 0ms linear 150ms, -webkit-transform 300ms ease-out;
		transition: opacity 0ms linear 150ms, -webkit-transform 300ms ease-out;
		transition: transform 300ms ease-out, opacity 0ms linear 150ms;
		transition: transform 300ms ease-out, opacity 0ms linear 150ms, -webkit-transform 300ms ease-out;
	}

	.burger-menu-piece:nth-child(3) {
		top: 16.66667px;
	}

.active .burger-menu-piece:nth-child(1) {
	-webkit-animation: burger-open-top 300ms ease-out forwards;
	animation: burger-open-top 300ms ease-out forwards;
}

.active .burger-menu-piece:nth-child(2) {
	opacity: 0;
	-webkit-transition: opacity 0ms linear 150ms, -webkit-transform 300ms ease-out;
	transition: opacity 0ms linear 150ms, -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out, opacity 0ms linear 150ms;
	transition: transform 300ms ease-out, opacity 0ms linear 150ms, -webkit-transform 300ms ease-out;
}

.active .burger-menu-piece:nth-child(3) {
	-webkit-animation: burger-open-bot 300ms ease-out forwards;
	animation: burger-open-bot 300ms ease-out forwards;
}

.closing .burger-menu-piece:nth-child(1) {
	-webkit-animation: burger-close-top 300ms ease-out forwards;
	animation: burger-close-top 300ms ease-out forwards;
}

.closing .burger-menu-piece:nth-child(3) {
	-webkit-animation: burger-close-bot 300ms ease-out forwards;
	animation: burger-close-bot 300ms ease-out forwards;
}

@-webkit-keyframes burger-open-top {
	50% {
		-webkit-transform: translate3d(0, 8.33333px, 0);
		transform: translate3d(0, 8.33333px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 8.33333px, 0) rotate(45deg);
		transform: translate3d(0, 8.33333px, 0) rotate(45deg);
	}
}

@keyframes burger-open-top {
	50% {
		-webkit-transform: translate3d(0, 8.33333px, 0);
		transform: translate3d(0, 8.33333px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 8.33333px, 0) rotate(45deg);
		transform: translate3d(0, 8.33333px, 0) rotate(45deg);
	}
}

@-webkit-keyframes burger-open-bot {
	50% {
		-webkit-transform: translate3d(0, -8.33333px, 0);
		transform: translate3d(0, -8.33333px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -8.33333px, 0) rotate(-45deg);
		transform: translate3d(0, -8.33333px, 0) rotate(-45deg);
	}
}

@keyframes burger-open-bot {
	50% {
		-webkit-transform: translate3d(0, -8.33333px, 0);
		transform: translate3d(0, -8.33333px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -8.33333px, 0) rotate(-45deg);
		transform: translate3d(0, -8.33333px, 0) rotate(-45deg);
	}
}

@-webkit-keyframes burger-close-top {
	0% {
		-webkit-transform: translate3d(0, 8.33333px, 0) rotate(45deg);
		transform: translate3d(0, 8.33333px, 0) rotate(45deg);
	}

	50% {
		-webkit-transform: translate3d(0, 8.33333px, 0) rotate(0deg);
		transform: translate3d(0, 8.33333px, 0) rotate(0deg);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes burger-close-top {
	0% {
		-webkit-transform: translate3d(0, 8.33333px, 0) rotate(45deg);
		transform: translate3d(0, 8.33333px, 0) rotate(45deg);
	}

	50% {
		-webkit-transform: translate3d(0, 8.33333px, 0) rotate(0deg);
		transform: translate3d(0, 8.33333px, 0) rotate(0deg);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes burger-close-bot {
	0% {
		-webkit-transform: translate3d(0, -8.33333px, 0) rotate(-45deg);
		transform: translate3d(0, -8.33333px, 0) rotate(-45deg);
	}

	50% {
		-webkit-transform: translate3d(0, -8.33333px, 0) rotate(0deg);
		transform: translate3d(0, -8.33333px, 0) rotate(0deg);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes burger-close-bot {
	0% {
		-webkit-transform: translate3d(0, -8.33333px, 0) rotate(-45deg);
		transform: translate3d(0, -8.33333px, 0) rotate(-45deg);
	}

	50% {
		-webkit-transform: translate3d(0, -8.33333px, 0) rotate(0deg);
		transform: translate3d(0, -8.33333px, 0) rotate(0deg);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.navbar {
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9;
	background-color: #fff;
	padding: 0.6rem 0;
}

@media print, screen and (min-width: 40em) {
	.navbar {
		padding: 1rem 0;
	}
}

.navbar .is-current {
	color: #f9812a;
}

.navbar .logo {
	max-width: 120px;
}

@media print, screen and (min-width: 40em) {
	.navbar .logo {
		max-width: 200px;
	}
}

.navbar .dropdown--full .is-dropdown-submenu-parent {
	position: static !important;
}

.navbar .is-dropdown-submenu--fixed {
	-webkit-box-shadow: 0px 20px 20px -16px rgba(41, 41, 41, 0.05);
	box-shadow: 0px 20px 20px -16px rgba(41, 41, 41, 0.05);
	background-color: #fff;
	width: 100vw;
	left: 0 !important;
	right: 0 !important;
}

	.navbar .is-dropdown-submenu--fixed > li {
		position: relative;
		z-index: 1;
	}

.dropdown--full {
	position: static !important;
}

.dropdown--dynamic {
	left: 112% !important;
	top: 2.7rem;
}

#sideMenu .submenu-toggle {
	background-color: #3b3b3b;
}

.menu--left a {
	margin-left: -1rem;
}

.menu--right a {
	margin-right: -1rem;
}

.navbar__search {
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 200ms linear, -webkit-transform 200ms ease-in-out;
	transition: opacity 200ms linear, -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, opacity 200ms linear;
	transition: transform 200ms ease-in-out, opacity 200ms linear, -webkit-transform 200ms ease-in-out;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}

	.navbar__search.is-open {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

.search__bar.input-group {
	margin-bottom: 0;
}

	.search__bar.input-group > :first-child,
	.search__bar.input-group :first-child.input-group-button > * {
		border-radius: 0 0 0 0;
	}

	.search__bar.input-group :last-child,
	.search__bar.input-group :last-child.input-group-button > * {
		border-radius: 0 0 0 0;
	}

.search__bar .input-group-label {
	border: 1px solid #f9812a;
	border-right: 0;
}

.search__input, .search__input:focus {
	background-color: #fff;
	border: 1px solid #f9812a;
	margin-right: .5rem;
	padding: .5rem;
	height: auto;
}

@media print, screen and (min-width: 40em) {
	.search__input, .search__input:focus {
		border-left: 0;
	}
}

.sidepanel__toggle {
	cursor: pointer;
	position: absolute;
	left: 0;
	background-color: #f9812a;
	padding: 0.8rem;
	font-size: 2rem;
	color: #fff;
}

.sidepanel__toggle--position {
	z-index: 999;
	position: fixed;
	position: -webkit-sticky;
	position: sticky;
	top: 15rem;
	left: 0;
}

.off-canvas-wrapper {
	overflow: initial;
}

.off-canvas-content {
	position: relative;
}

.slider {
	height: 2px;
}

.slider-fill {
	height: 100%;
}

.slider-handle {
	-webkit-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}

.slider__input {
	border: 1px solid #f9812a !important;
	border-radius: 5px !important;
	width: 6rem;
}

.slider:after, .slider:before {
	content: attr(data-start);
	position: absolute;
	top: .4rem;
}

.slider:after {
	content: attr(data-end);
	right: 0;
}

@media print, screen and (min-width: 64em) {
	.slider__wrap {
		width: 70%;
	}
}

.w-toggle {
	position: relative;
	display: inline-block;
	margin: 0 14px 14px 0;
	vertical-align: middle;
}

.w-toggle-view {
	position: relative;
	display: inline-block;
	margin: 0 14px 14px 0;
	vertical-align: middle;
}

@media screen and (max-width: 39.99875em) {
	.w-toggle {
		width: 100%;
	}
	.w-toggle-view {
		width: 100%;
	}
}

.w-toggle img {
	width: 160px;
}
.w-toggle-view img {
	width: 160px;
}

.w-toggle input {
	opacity: 1;
	position: absolute;
	bottom: 21px;
	right: 21px;
	margin-bottom: 0;
}
.w-toggle-view input {
	opacity: 1;
	position: absolute;
	bottom: 21px;
	right: 21px;
	margin-bottom: 0;
}

	.w-toggle input:checked + label {
		border: 0px solid #f9812a;
		border-width: 1px;
	}
	.w-toggle-view input:checked + label {
		border: 0px solid #f9812a;
		border-width: 1px;
	}

	.w-toggle input:disabled + label {
		opacity: 0.7;
		cursor: not-allowed;
	}
	.w-toggle-view input:disabled + label {
		opacity: 0.7;
		cursor: not-allowed;
	}

.w-toggle label {
	border-radius: 7px;
	-webkit-box-shadow: -2px 3px 8px -2px rgba(185, 185, 185, 0.5);
	box-shadow: -2px 3px 8px -2px rgba(185, 185, 185, 0.5);
	margin: 0;
	font-size: 1.4rem;
	padding: 9.8px;
	width: 100%;
	border: 1px solid transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 7px;
}
.w-toggle-view label {
	border-radius: 7px;
	-webkit-box-shadow: -2px 3px 8px -2px rgba(185, 185, 185, 0.5);
	box-shadow: -2px 3px 8px -2px rgba(185, 185, 185, 0.5);
	margin: 0;
	font-size: 1.4rem;
	padding: 9.8px;
	width: 100%;
	border: 1px solid transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 7px;
}

@media print, screen and (min-width: 40em) {
	.w-toggle label {
		width: 12.5rem;
		height: 12.5rem;
	}
	.w-toggle-view label {
		width: 12.5rem;
		height: 12.5rem;
	}
}

.progress {
	border: 1px solid #333;
	padding: 3px;
	background-color: #fff;
}

.progress-meter {
	border-radius: 2px;
	background: -webkit-gradient(linear, right top, left top, from(#FFA64B), to(#F9812A));
	background: linear-gradient(270deg, #FFA64B 0%, #F9812A 100%);
	-webkit-transition: width 300ms ease;
	transition: width 300ms ease;
	max-width: 100%;
}

.progress--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 65px;
	z-index: 8;
}

@media print, screen and (min-width: 40em) {
	.progress--sticky {
		top: 88px;
	}
}

@media print, screen and (min-width: 64em) {
	.progress--sticky {
		top: 138px;
	}
}

.w-select {
	border-width: 1px !important;
	max-width: 400px;
}

.yesno input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
}

.yesno label {
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	width: 80px;
	height: 40px;
	background: -webkit-gradient(linear, right top, left top, from(#FFA64B), to(#F9812A));
	background: linear-gradient(270deg, #FFA64B 0%, #F9812A 100%);
	display: block;
	border-radius: 100px;
	position: relative;
}

	.yesno label:after {
		content: '';
		position: absolute;
		top: 8%;
		left: calc(100% - 46%);
		width: 33.33333px;
		height: 33.33333px;
		background: #fff;
		border-radius: 900px;
		-webkit-transition: 100ms linear;
		transition: 100ms linear;
		-webkit-box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.5);
		box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.5);
	}

.yesno input:checked + label:after {
	left: 4%;
}

.print--show {
	display: none;
}

.is-print body {
	padding: 1rem;
}

.is-print .button {
	visibility: hidden;
}

.is-print table.stack tr,
.is-print table.stack thead,
.is-print table.stack th {
	display: table-row-group;
}

.is-print table.stack td {
	display: table-cell;
}

.is-print select {
	all: unset;
}

.is-print .md-pull-right {
	float: initial;
}

.is-print .print--hide {
	display: none;
}

.is-print .print--show {
	display: inherit;
}

@media print {
	body {
		padding: 1rem;
	}

	.button {
		visibility: hidden;
	}

	table.stack tr,
	table.stack thead,
	table.stack th {
		display: table-row-group;
	}

	table.stack td {
		display: table-cell;
	}

	select {
		all: unset;
	}

	.md-pull-right {
		float: initial;
	}

	.print--hide {
		display: none;
	}

	.print--show {
		display: inherit;
	}
}

.filter, .filter:focus {
	background-color: #292929;
	color: #fff;
	border: none;
	-moz-text-align-last: center;
	text-align-last: center;
	text-align: center;
	padding-left: 2rem;
	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%28242, 101, 49%29'></polygon></svg>");
}

@media screen and (min-width: 0\0) {
	.filter, .filter:focus {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

.hero {
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-position: bottom right;
	background-size: 0;
}

@media screen and (min-width: 64em) {
	.hero {
		min-height: 31.25rem;
		background-size: auto 55%;
	}
}

@media screen and (min-width: 75em) {
	.hero {
		min-height: 43.75rem;
		background-size: auto 72%;
	}
}

@media screen and (min-width: 102.5em) {
	.hero {
		min-height: 43.75rem;
		background-size: auto 90%;
	}
}

.iso-item, .iso-sizer {
	float: left;
	width: 100%;
}

@media print, screen and (min-width: 40em) {
	.iso-item, .iso-sizer {
		width: 33.3333%;
	}
}

@media print, screen and (min-width: 64em) {
	.iso-item, .iso-sizer {
		width: 25%;
	}
}

.iso img {
	display: block;
}

.iso__filter label {
	margin: 0.25rem;
}

@media screen and (max-width: 39.99875em) {
	.iso__filter label {
		padding: .5rem !important;
		min-width: auto !important;
	}
}

.iso__filter input[type="radio"] {
	visibility: hidden;
	position: absolute;
}

	.iso__filter input[type="radio"]:checked + label {
		background-color: #f9812a;
	}

.card__hover {
	position: relative;
	overflow: hidden;
	color: inherit;
}

	.card__hover:hover {
		text-decoration: none;
	}

@media print, screen and (min-width: 64em) {
	.card__hover:hover .card__hover--inner {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

.card__hover--header {
	height: 5rem;
}

@media print, screen and (min-width: 64em) {
	.card__hover--inner {
		position: absolute;
		top: 100%;
		width: 100%;
		-webkit-transform: translateY(-5rem);
		transform: translateY(-5rem);
		-webkit-transition: -webkit-transform 200ms ease-in-out;
		transition: -webkit-transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	}
}

.switcher__area {
	position: relative;
	min-height: 200px;
}

	.switcher__area .switcher {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.switcher__toggle {
	cursor: pointer;
}

	.switcher__toggle:hover {
		opacity: 1 !important;
	}

.switcher__controls .switcher__toggle {
	opacity: .5;
}

.accordion {
	border-top: none;
}

.accordion-item.is-active .accordion-title {
	border-bottom: none;
}

.accordion-title {
	border: none;
	border-bottom: 1px solid #f9812a;
	padding-left: 3rem;
}

	.accordion-title:before {
		margin-top: -1rem;
		right: auto;
		left: 0;
		color: #f9812a;
		font-size: 2rem;
	}

.accordion-content {
	padding-left: 3rem;
	border: none;
	border-bottom: 1px solid #f9812a;
}

.reveal--slideup {
	-webkit-animation: slideup 300ms 1 forwards;
	animation: slideup 300ms 1 forwards;
}

@-webkit-keyframes slideup {
	from {
		opacity: 0;
		-webkit-transform: translateY(3rem);
		transform: translateY(3rem);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideup {
	from {
		opacity: 0;
		-webkit-transform: translateY(3rem);
		transform: translateY(3rem);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.gdpr {
	display: none;
	position: fixed;
	bottom: 0;
}

.chocolat-zoomable.chocolat-zoomed {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.chocolat-open {
	overflow: hidden;
}

.chocolat-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #fff;
	display: none;
	opacity: 0.8;
}

.chocolat-wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	z-index: 16;
	color: #fff;
}

.chocolat-zoomable .chocolat-img {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.chocolat-loader {
	height: 32px;
	width: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 11;
	background: url(/assets/images/loader.gif);
	display: none;
}

.chocolat-content {
	position: fixed;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 50%;
	z-index: 14;
	text-align: left;
}

	.chocolat-content .chocolat-img {
		position: absolute;
		width: 100%;
		height: 100%;
	}

.chocolat-wrapper .chocolat-left {
	position: absolute;
	left: 0;
	width: 50px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	background: url(/assets/images/left.png) 50% 50% no-repeat;
	z-index: 17;
	display: none;
}

.chocolat-wrapper .chocolat-right {
	position: absolute;
	right: 0;
	width: 50px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	background: url(/assets/images/right.png) 50% 50% no-repeat;
	z-index: 17;
	display: none;
}

	.chocolat-wrapper .chocolat-right.active {
		display: block;
	}

.chocolat-wrapper .chocolat-left.active {
	display: block;
}

.chocolat-wrapper .chocolat-top {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 17;
	margin-bottom: 10px;
}

.chocolat-wrapper .chocolat-close {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/assets/images/close.png) 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	z-index: 17;
	padding-left: 15px;
	padding-right: 15px;
	background: rgba(0, 0, 0, 0.2);
	text-align: right;
	margin-top: 10px;
}

.chocolat-wrapper .chocolat-set-title {
	display: inline-block;
	padding-right: 15px;
	line-height: 1;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.chocolat-wrapper .chocolat-pagination {
	float: right;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	/*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}

.chocolat-wrapper .chocolat-fullscreen {
	width: 16px;
	height: 40px;
	background: url(/assets/images/fullscreen.png) 50% 50% no-repeat;
	display: block;
	margin: auto;
	cursor: pointer;
	float: right;
}

.chocolat-wrapper .chocolat-description {
	display: inline-block;
	float: left;
}

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
	z-index: 15;
}

body.chocolat-open > .chocolat-loader {
	z-index: 15;
}

body.chocolat-open > .chocolat-content {
	z-index: 17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
	position: absolute;
}

.chocolat-in-container {
	position: relative;
}

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
.chocolat-wrapper .chocolat-bottom {
	background-color: #292929;
}

.chocolat-wrapper .chocolat-left,
.chocolat-wrapper .chocolat-right {
	text-align: center;
	padding: .6rem;
	height: 50px;
	background: none;
}

.chocolat-wrapper .chocolat-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
}

.chocolat-wrapper .chocolat-open {
	overflow: initial;
}

.chocolat-wrapper .chocolat-loader,
.chocolat-wrapper .chocolat-fullscreen {
	background: none;
	display: none;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

	.flickity-enabled:focus {
		outline: none;
	}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.flickity-enabled.is-draggable .flickity-viewport {
		cursor: move;
		cursor: -webkit-grab;
		cursor: grab;
	}

		.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
			cursor: -webkit-grabbing;
			cursor: grabbing;
		}

/* ---- flickity-button ---- */
.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	color: #333;
}

	.flickity-button:hover {
		background: white;
		cursor: pointer;
	}

	.flickity-button:focus {
		outline: none;
		-webkit-box-shadow: 0 0 0 5px #19F;
		box-shadow: 0 0 0 5px #19F;
	}

	.flickity-button:active {
		opacity: 0.6;
	}

	.flickity-button:disabled {
		opacity: 0.3;
		cursor: auto;
		/* prevent disabled button from capturing pointer up event. #716 */
		pointer-events: none;
	}

.flickity-button-icon {
	fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.flickity-prev-next-button.previous {
		left: 10px;
	}

	.flickity-prev-next-button.next {
		right: 10px;
	}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

	.flickity-page-dots .dot.is-selected {
		opacity: 1;
	}

.flickity {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

.flickity-enabled {
	opacity: 1;
}

.tile {
	padding: 1rem;
}

	.tile:hover {
		background-color: #292929;
	}

@media print, screen and (min-width: 64em) {
	.tile--off {
		max-width: 300px;
		position: absolute;
		right: 80px;
		top: -40px;
		z-index: 1;
	}
}

@media print, screen and (min-width: 64em) {
	.tile--bottom {
		bottom: -40%;
		top: auto;
		right: -100px;
	}
}

.tile--grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.tile__hover {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: block;
	max-width: 640px;
}

.tile__hover--inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #f9812a;
}

.tile__hover--panel {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 41, 41, 0.7);
}

@media print, screen and (min-width: 64em) {
	.tile__hover--panel {
		opacity: 0;
	}

		.tile__hover--panel:hover {
			opacity: 1;
		}
}

.tile--push {
	width: 17.5rem;
	height: 23.75rem;
	-webkit-transition: -webkit-transform 200ms linear;
	transition: -webkit-transform 200ms linear;
	transition: transform 200ms linear;
	transition: transform 200ms linear, -webkit-transform 200ms linear;
}

	.tile--push .tile--border {
		height: 100%;
		border: 1px solid transparent;
	}

	.tile--push:hover {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

		.tile--push:hover .tile--border {
			border-color: #f9812a;
		}

	.tile--push .tile__hover--panel {
		opacity: 1;
	}

[v-cloak] {
	opacity: 0;
}

.mapbox {
	/* position: absolute; */
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	font: inherit !important;
}

.rondo_map {
	-webkit-transition: opacity 500ms linear;
	transition: opacity 500ms linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

@media print, screen and (min-width: 40em) {
	.rondo_map {
		height: 90vh;
		min-height: 600px;
	}
}

@media only screen and (max-width: 639px) {
	.rondo_map {
		justify-content: center;
	}
}

	.rondo_map .maploader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	font-size: 4rem;
	color: #f9812a;
}

.rondo_map .loading {
	opacity: 0;
	visibility: hidden;
}

.rondo_map .left {
	background: #333;
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}

.rondo_map .right {
	width: 380px;
	height: 100%;
	overflow: hidden;
}

@media print, screen and (min-width: 40em) {
	.rondo_map .right--wide {
		width: 560px;
		padding: 0 2rem;
	}
}

.rondo_map .right .inner {
	overflow: auto;
	padding-bottom: 2rem;
	height: 100%;
}

.rondo_map .right .controls {
	padding: 1rem;
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 8;
}

	.rondo_map .right .controls p {
		white-space: pre-line;
	}

.rondo_map .marker__popup,
.rondo_map .marker-popup {
	max-width: 28rem;
	padding: 1rem 0.2rem;
}

.marker-popup-km {
	font-size: 14px;
	text-align: right;
}

.rondo_map .marker__popup .button,
.rondo_map .marker-popup .button {
	font-size: 0.7rem;
	margin-top: 0.5rem;
	width: 100%;
}

.rondo_map .mapboxgl-popup-close-button {
	font-size: 2rem;
	right: 0.2rem;
	top: -0.2rem;
	background-color: transparent !important;
}

.rondo_map .result {
	cursor: pointer;
	margin-bottom: 0.4rem;
	border: 1px solid #f7f7f7;
}

	.rondo_map .result .marker-popup {
		width: 100%;
	}

	.rondo_map .result.is-current {
		border: 1px solid #f9812a;
	}

#geocoder .mapboxgl-ctrl {
	width: 100%;
}

#geocoder .mapboxgl-ctrl-geocoder {
	-webkit-box-shadow: none;
	box-shadow: none;
}

	#geocoder .mapboxgl-ctrl-geocoder input[type="text"] {
		padding-top: 0.9rem;
		padding-bottom: 0.9rem;
		height: auto;
		border: 1px solid #f9812a;
		font-size: 100%;
		color: #292929;
		margin-bottom: 1rem;
	}

	#geocoder .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--button,
	#geocoder .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
		top: 1rem;
	}

.vue-treeselect--open-below .vue-treeselect__menu,
.vue-treeselect__control {
	border: 1px solid #f9812a !important;
	border-radius: 0 !important;
}

.vue-treeselect__control {
	height: 3rem !important;
}

.vue-treeselect__placeholder,
.vue-treeselect__single-value {
	line-height: 2.8 !important;
}

.vue-treeselect__multi-value-item .vue-treeselect__value-remove,
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new):hover,
.vue-treeselect__multi-value-item {
	color: #292929 !important;
	background: #f7f7f7 !important;
}

.vue-treeselect__control-arrow {
	height: 12px;
}

.vue-treeselect__placeholder,
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container .vue-treeselect__control-arrow {
	color: #292929 !important;
}

.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
	border-color: #f9812a !important;
}

.vue-treeselect__checkbox--checked,
.vue-treeselect__checkbox--indeterminate,
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked,
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
	border-color: #f9812a !important;
	background-color: #f9812a !important;
}

.vue-treeselect--single .vue-treeselect__input {
	border: none !important;
}

.vue-treeselect--single .vue-treeselect__option--selected {
	background-color: rgba(242, 101, 49, 0.5) !important;
}

.vue-treeselect__placeholder,
.vue-treeselect__single-value {
	top: auto !important;
}

.bg-primary {
	background-color: #333;
}

.text-primary {
	color: #333;
}

.hover-primary:hover {
	color: #333;
}

.border-primary {
	border-color: #333;
}

.bg-secondary {
	background-color: #f9812a;
}

.text-secondary {
	color: #f9812a;
}

.hover-secondary:hover {
	color: #f9812a;
}

.border-secondary {
	border-color: #f9812a;
}

.bg-success {
	background-color: #96d1a8;
}

.text-success {
	color: #96d1a8;
}

.hover-success:hover {
	color: #96d1a8;
}

.border-success {
	border-color: #96d1a8;
}

.bg-warning {
	background-color: #fcb040;
}

.text-warning {
	color: #fcb040;
}

.hover-warning:hover {
	color: #fcb040;
}

.border-warning {
	border-color: #fcb040;
}

.bg-alert {
	background-color: #f9812a;
}

.text-alert {
	color: #f9812a;
}

.hover-alert:hover {
	color: #f9812a;
}

.border-alert {
	border-color: #f9812a;
}

.bg-dark {
	background-color: #292929;
}

.text-dark {
	color: #292929;
}

.hover-dark:hover {
	color: #292929;
}

.border-dark {
	border-color: #292929;
}

.bg-light {
	background-color: #fff;
}

.text-light {
	color: #fff;
}

.hover-light:hover {
	color: #fff;
}

.border-light {
	border-color: #fff;
}

.bg-light-gray {
	background-color: #f7f7f7;
}

.text-light-gray {
	color: #f7f7f7;
}

.hover-light-gray:hover {
	color: #f7f7f7;
}

.border-light-gray {
	border-color: #f7f7f7;
}

.bg-dark-gray {
	background-color: #333;
}

.text-dark-gray {
	color: #333;
}

.hover-dark-gray:hover {
	color: #333;
}

.border-dark-gray {
	border-color: #333;
}

.bg-medium-gray {
	background-color: #ebebeb;
}

.text-medium-gray {
	color: #ebebeb;
}

.hover-medium-gray:hover {
	color: #ebebeb;
}

.border-medium-gray {
	border-color: #ebebeb;
}

.gradient--dark {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fff), color-stop(20%, #292929));
	background-image: linear-gradient(to top, #fff 20%, #292929 20%);
}

.gradient--dark--inverse {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(20%, #292929));
	background-image: linear-gradient(to bottom, #fff 20%, #292929 20%);
}

.gradient--gray {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(20%, #f7f7f7));
	background-image: linear-gradient(to bottom, #fff 20%, #f7f7f7 20%);
}

.gradient--gray--inverse {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fff), color-stop(20%, #f7f7f7));
	background-image: linear-gradient(to top, #fff 20%, #f7f7f7 20%);
}

.button {
	text-transform: uppercase;
	font-weight: 300;
	cursor: pointer;
	border-width: 1px;
}

@media screen and (max-width: 39.99875em) {
	.button {
		width: 100%;
		margin-bottom: .5rem;
	}
}

.button.xs {
	padding: .6rem 1rem;
}

.button.md {
	padding: .6rem 2rem;
}

.button.xl {
	min-width: 12.5rem;
	max-width: 100%;
}

.button.xxl, .button.wide {
	min-width: 18.75rem;
	max-width: 100%;
}

.button[aria-disabled="true"], .button.disabled {
	pointer-events: none;
	opacity: .5;
}

.circle {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 500px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.circle i,
	.circle svg {
		pointer-events: none;
	}

	.circle:hover {
		color: inherit !important;
	}

.shadow {
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

hr.micro {
	width: 20px;
}

.border {
	border-width: 1px;
	border-style: solid;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
	border-bottom-width: 1px;
}

	input[type="text"]::-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="password"]:-moz-placeholder {
		opacity: 1;
	}

	input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus {
		border-bottom-width: 1px;
	}

select {
	border-bottom-width: 1px;
}

	select::-moz-placeholder, select:-moz-placeholder {
		opacity: 1;
	}

	select:focus {
		border-bottom-width: 1px;
	}

textarea {
	border-bottom-width: 1px;
	min-height: 100px;
	resize: vertical;
}

	textarea::-moz-placeholder, textarea:-moz-placeholder {
		opacity: 1;
	}

	textarea:focus {
		border-bottom-width: 1px;
	}

.select--sm {
	padding: 0 1.5rem 0 0;
	height: 2rem;
}

.select--dark {
	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%28255, 255, 255%29'></polygon></svg>");
}

@media screen and (min-width: 0\0) {
	.select--dark {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
	}
}

.input--sm {
	padding: 0 1.5rem 0 0;
	height: 2rem;
}

.input--dark {
	color: #fff;
}

	.input--dark::-webkit-input-placeholder {
		color: #fff;
	}

	.input--dark:-moz-placeholder {
		color: #fff;
	}

	.input--dark::-moz-placeholder {
		color: #fff;
	}

	.input--dark:-ms-input-placeholder {
		color: #fff;
	}

.input--full {
	border-width: 1px !important;
}

.ricon {
	font-size: 3rem;
}

	.ricon svg {
		width: 1em;
		height: 1em;
		vertical-align: -.3rem;
	}

		.ricon svg * {
			fill: currentColor;
		}

@font-face {
	font-family: 'rondo-icons';
	src: url("../font/rondo-icons.eot?87493572");
	src: url("../font/rondo-icons.eot?87493572#iefix") format("embedded-opentype"), url("../font/rondo-icons.woff2?87493572") format("woff2"), url("../font/rondo-icons.woff?87493572") format("woff"), url("../font/rondo-icons.ttf?87493572") format("truetype"), url("../font/rondo-icons.svg?87493572#rondo-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'rondo-icons';
    src: url('../font/rondo-icons.svg?87493572#rondo-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "rondo-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-icon-resources:before {
	content: '\e803';
}

/* '' */
.icon-icon-specification-templates:before {
	content: '\e804';
}

/* '' */
.icon-icon-technical-briefs:before {
	content: '\e805';
}

/* '' */
.icon-icon-seismic-design:before {
	content: '\e806';
}

/* '' */
.icon-icon-cad-drawings:before {
	content: '\e807';
}

/* '' */
.icon-icon-blog:before {
	content: '\e808';
}

/* '' */
.icon-icon-product-manuals:before {
	content: '\e809';
}

/* '' */
.icon-icon-cpd-point-presentations:before {
	content: '\e80a';
}

/* '' */
.icon-icon-ceiling-design:before {
	content: '\e80b';
}

/* '' */
.icon-icon-safety-data-sheets:before {
	content: '\e80c';
}

/* '' */
.icon-icon-estimation-design:before {
	content: '\e80d';
}

/* '' */
.icon-icon-radius-calculator:before {
	content: '\e80e';
}

/* '' */
.icon-icon-design-support:before {
	content: '\e80f';
}

/* '' */
.icon-icon-wizards:before {
	content: '\e810';
}

/* '' */
.icon-icon-technical-usb:before {
	content: '\e811';
}

/* '' */
.icon-icon-whitepapers:before {
	content: '\e812';
}

/* '' */
.icon-icon-support:before {
	content: '\e813';
}

/* '' */
.icon-icon-wall-design:before {
	content: '\e814';
}

/* '' */
.icon-icon-general-enquiry:before {
	content: '\e815';
}

/* '' */
.icon-icon-installation-support:before {
	content: '\e816';
}

/* '' */


/* Custom Navbar Search Results */
.navbar__search {
	/*font-family: 'Mulish', sans-serif;*/
	background: #252525;
	max-width: calc(100% - 20.833333333333336%);
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

	.navbar__search .grid-container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.navbar__search.is-open + .navbar__page-overlay {
		display: block;
	}

		.navbar__search.is-open + .navbar__page-overlay + .navbar__suggested-results {
			-webkit-transform: translateY(0%);
			transform: translateY(0%);
		}

	.navbar__search + .navbar__page-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.46);
		height: 100vh;
		width: 100vw;
		display: none;
	}

	.navbar__search .search__input {
		margin-right: 0;
		background: #333333;
		border: 1px solid #333333;
		font-weight: 300;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.2px;
		color: #FFFFFF;
	}


		.navbar__search .search__input::-webkit-input-placeholder {
			color: #FFFFFF;
		}

		.navbar__search .search__input:-ms-input-placeholder {
			color: #FFFFFF;
		}

		.navbar__search .search__input::-ms-input-placeholder {
			color: #FFFFFF;
		}

		.navbar__search .search__input::placeholder {
			color: #FFFFFF;
		}

	.navbar__search .search__bar .input-group-label {
		background: #333333;
		border: 1px solid #333333;
	}

		.navbar__search .search__bar .input-group-label i:before {
			color: #FFFFFF;
		}

	.navbar__search .js-search-toggle {
		position: absolute;
		top: 50%;
		right: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 40px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

		.navbar__search .js-search-toggle i {
			font-size: 24px;
		}

			.navbar__search .js-search-toggle i:before {
				color: #FFFFFF;
			}

@media (max-width: 1200px) {
	.navbar__search {
		max-width: calc(100% - 30px);
	}
}

@media (max-width: 992px) {
	.navbar__search {
		max-width: 100%;
	}
}

@media (max-width: 580px) {
	.navbar__search .grid-container {
		padding-right: 35px;
		padding-left: 20px;
	}

	.navbar__search .search__bar {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.navbar__search .search__bar .input-group-button {
			width: 100%;
		}

			.navbar__search .search__bar .input-group-button .button {
				padding-top: 7px;
				padding-bottom: 7px;
			}

	.navbar__search .search__input {
		width: 100%;
	}
}

.navbar__suggested-results {
	/*font-family: 'Mulish', sans-serif;*/
	background: #DDDDDC;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(100% - 20.833333333333336%);
	margin: 0 auto;
	transition: transform 200ms ease-in-out, opacity 200ms linear, -webkit-transform 200ms ease-in-out;
	-webkit-transform: translateY(calc(-100% - 150px));
	transform: translateY(calc(-100% - 150px));
}

	.navbar__suggested-results .cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.navbar__suggested-results .col {
		padding: 13px 30px 22px;
	}

	.navbar__suggested-results .col__left {
		position: relative;
		width: 30.180180180180184%;
		background: #333333;
		padding-bottom: 70px;
	}

		.navbar__suggested-results .col__left .col__title {
			color: #EA8641;
		}

	.navbar__suggested-results .col__right {
		width: calc(100% - 30.180180180180184%);
	}

	.navbar__suggested-results .col__title {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.2px;
		text-transform: uppercase;
		margin-bottom: 16px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.navbar__suggested-results .col__keywords {
		color: #FFFFFF;
	}

		.navbar__suggested-results .col__keywords a {
			text-decoration: none;
			color: inherit;
			font-weight: 400;
			font-size: 20px;
			line-height: 18px;
			letter-spacing: 0.2px;
		}

		.navbar__suggested-results .col__keywords .item {
			margin-bottom: 5px;
			padding-top: 3px;
			padding-bottom: 3px;
		}

			.navbar__suggested-results .col__keywords .item:hover {
				color: #f9812a;
			}

			.navbar__suggested-results .col__keywords .item:last-child {
				margin-bottom: 0;
			}

	.navbar__suggested-results .col__logo {
		position: absolute;
		top: auto;
		left: 30px;
		right: 30px;
		bottom: 30px;
		height: 20px;
		width: auto;
	}

		.navbar__suggested-results .col__logo img {
			max-width: 100%;
			width: auto;
			height: 100%;
		}

	.navbar__suggested-results .col__results-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -8px;
		margin-right: -8px;
		margin-top: -16px;
	}

		.navbar__suggested-results .col__results-list .result__category {
			font-weight: 400;
			font-size: 10px;
			line-height: 18px;
			letter-spacing: 0.2px;
			color: #EA8641;
			text-transform: uppercase;
			/*margin-bottom: 15px;*/
			margin-bottom: 8px;
		}

		.navbar__suggested-results .col__results-list .result__title {
			font-weight: 400;
			/*font-size: 12px;*/
			font-size: 14px;
			line-height: 18px;
			letter-spacing: 0.2px;
			color: #000000;
			text-transform: uppercase;
			/*margin-bottom: 15px;*/
			margin-bottom: 8px;
		}

		.navbar__suggested-results .col__results-list .result__desc {
			font-weight: 300;
			/*font-size: 12px;*/
			font-size: 14px;
			line-height: 18px;
			letter-spacing: 0.2px;
			color: #000000;
		}

	.navbar__suggested-results .col__results-item {
		width: 50%;
		padding-left: 8px;
		padding-right: 8px;
		margin-top: 16px;
	}

		.navbar__suggested-results .col__results-item .wrapper {
			padding: 18px 16px;
			background-color: #FFFFFF;
			height: 100%;
		}

		.navbar__suggested-results .col__results-item a {
			text-decoration: none;
		}

	.navbar__suggested-results .col__results-img {
		width: 100%;
		height: 150px;
		margin-top: 16px;
	}

		.navbar__suggested-results .col__results-img img {
			height: 100%;
			width: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}

@media (max-width: 1200px) {
	.navbar__suggested-results {
		max-width: calc(100% - 30px);
	}
}

@media (max-width: 992px) {
	.navbar__suggested-results {
		max-width: 100%;
	}
}

@media (max-width: 580px) {
	.navbar__suggested-results {
		top: 132px;
		overflow-y: auto;
		height: calc(100vh - 132px);
	}

		.navbar__suggested-results .cols {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-flow: column;
			flex-flow: column;
		}

		.navbar__suggested-results .col__left {
			width: 100%;
		}

		.navbar__suggested-results .col__right {
			width: 100%;
		}

			.navbar__suggested-results .col__right .col__title {
				margin-bottom: 0;
			}

		.navbar__suggested-results .col__results-item {
			width: 100%;
		}
}





.search__results {
	background: #DDDDDC;
}

.search__results-wrapper {
	background: #252525;
}

.search__results ul.breadcrumbs {
	padding-left: 15px;
	padding-right: 15px;
}

.search__results .search__input {
	margin-right: 0;
	background: #333333;
	border: 1px solid #333333;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}

	.search__results .search__input::-webkit-input-placeholder {
		color: #FFFFFF;
	}

	.search__results .search__input:-ms-input-placeholder {
		color: #FFFFFF;
	}

	.search__results .search__input::-ms-input-placeholder {
		color: #FFFFFF;
	}

	.search__results .search__input::placeholder {
		color: #FFFFFF;
	}

.search__results-searchbar {
	max-width: calc(100% - 20.833333333333336%);
	padding: 25px 15px;
	margin: 0 auto;
}

	.search__results-searchbar .input-group-label {
		background: #333333;
		border: 1px solid #333333;
	}

		.search__results-searchbar .input-group-label i:before {
			color: #FFFFFF;
		}

	.search__results-searchbar h1 {
		color: #FFFFFF;
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 0.2px;
		margin-bottom: 23px;
	}

	.search__results-searchbar .radio-label {
		color: #FFFFFF;
	}

@media (max-width: 580px) {
	.search__results-searchbar {
		max-width: 100%;
	}

	.search__results .search__bar.input-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

		.search__results .search__bar.input-group .button {
			padding-top: 7px;
			padding-bottom: 7px;
		}
}

.search__results-filter {
	position: relative;
	background: #333333;
	border-top: 0.5px solid #969696;
	border-bottom: 0.5px solid #969696;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.search__results-filter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}

.search__results-filter .filter__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

	.search__results-filter .filter__wrapper:first-child {
		width: 80%;
	}

@media (max-width: 768px) {
	.search__results-filter .filter__wrapper:first-child {
		width: 100%;
	}

		.search__results-filter .filter__wrapper:first-child .filter__item {
			width: 50%;
		}

			.search__results-filter .filter__wrapper:first-child .filter__item:last-child .dropdown__list {
				left: calc(100% + 1px);
				-webkit-transform: translateX(-100%);
				transform: translateX(-100%);
			}
}

@media (max-width: 480px) {
	.search__results-filter .filter__wrapper:first-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

		.search__results-filter .filter__wrapper:first-child .filter__item {
			width: 100%;
			border-bottom: 0.5px solid #969696;
		}
}

.search__results-filter .filter__wrapper:last-child {
	width: 20%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

	.search__results-filter .filter__wrapper:last-child .filter__item {
		min-width: auto;
	}

@media (max-width: 992px) {
	.search__results-filter .filter__wrapper:last-child .filter__item {
		min-width: 150px;
	}

		.search__results-filter .filter__wrapper:last-child .filter__item span.icon {
			margin-left: 15px;
		}
}

@media (max-width: 768px) {
	.search__results-filter .filter__wrapper:last-child {
		width: 100%;
	}

		.search__results-filter .filter__wrapper:last-child .filter__item {
			border-top: 0.5px solid #969696;
			width: 100%;
		}

		.search__results-filter .filter__wrapper:last-child .dropdown__list {
			text-align: center;
		}
}

@media (max-width: 480px) {
	.search__results-filter .filter__wrapper:last-child .filter__item {
		border-top: none;
	}

	.search__results-filter .filter__wrapper:last-child .dropdown__list {
		top: 56px;
	}
}

.search__results-filter .filter__item {
	position: relative;
	min-width: 260px;
	border-right: 0.5px solid #969696;
}

	.search__results-filter .filter__item .form-group {
		position: relative;
		min-height: 28px;
		display: block;
		margin-bottom: 15px;
	}

		.search__results-filter .filter__item .form-group input {
			padding: 0;
			height: initial;
			width: initial;
			margin-bottom: 0;
			display: none;
			cursor: pointer;
		}

			.search__results-filter .filter__item .form-group input:checked + label:after {
				content: '';
				display: block;
				position: absolute;
				top: 6px;
				right: 8px;
				width: 6px;
				height: 14px;
				border: solid #f9812a;
				border-width: 0 2px 2px 0;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
			}

		.search__results-filter .filter__item .form-group label {
			position: relative;
			cursor: pointer;
			margin-left: 0;
			margin-right: 0;
			color: #FFFFFF;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			width: 100%;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}

			.search__results-filter .filter__item .form-group label:before {
				content: '';
				-webkit-appearance: none;
				background-color: transparent;
				border: 1px solid #FFFFFF;
				-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
				box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
				padding: 10px;
				display: inline-block;
				position: relative;
				vertical-align: middle;
				cursor: pointer;
				margin-left: 5px;
				background-color: #5C5C5C;
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1;
			}

@media (max-width: 992px) {
	.search__results-filter .filter__item {
		min-width: auto;
	}

		.search__results-filter .filter__item span.icon {
			margin-left: 15px;
		}
}

.search__results-filter .filter__sort {
	width: auto;
}

	.search__results-filter .filter__sort span.icon {
		margin-left: 30px;
	}

	.search__results-filter .filter__sort .dropdown__list {
		min-width: auto;
		width: 100%;
		top: 82px;
		text-align: right;
	}

		.search__results-filter .filter__sort .dropdown__list li {
			margin-bottom: 7px;
			cursor: pointer;
			color: #ffffff;
		}

			.search__results-filter .filter__sort .dropdown__list li:hover {
				color: #f9812a;
			}

.search__results-filter .dropdown.active .dropdown__list {
	display: block;
}

.search__results-filter .dropdown.active .gg-chevron-down:after {
	border-color: #EA8641;
}

.search__results-filter .dropdown.active svg path {
	fill: #EA8641;
}

.search__results-filter .dropdown__toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	cursor: pointer;
	padding: 28px 25px;
}

@media (max-width: 480px) {
	.search__results-filter .dropdown__toggle {
		padding: 15px 30px;
	}
}

.search__results-filter .dropdown__list {
	position: absolute;
	z-index: 1;
	top: 79px;
	bottom: auto;
	left: 0;
	min-width: 410px;
	list-style-type: none;
	padding: 20px 25px;
	margin: 0;
	background: #5C5C5C;
	display: none;
}

	.search__results-filter .dropdown__list li {
		display: block;
		padding: 0;
	}

		.search__results-filter .dropdown__list li:last-child .form-group {
			margin-bottom: 0;
		}

@media (max-width: 768px) {
	.search__results-filter .dropdown__list {
		min-width: 100%;
		width: calc(100vw - 49px);
	}
}

@media (max-width: 480px) {
	.search__results-filter .dropdown__list {
		top: 53px;
	}
}

.search__results-filter .gg-chevron-down {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid transparent;
	border-radius: 100px;
}

	.search__results-filter .gg-chevron-down:after {
		content: "";
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		width: 10px;
		height: 10px;
		border-bottom: 2px solid;
		border-right: 2px solid;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 4px;
		top: 2px;
	}

.search__results-list {
	margin-bottom: 15px;
}

	.search__results-list .col__results-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -8px;
		margin-right: -8px;
	}

		.search__results-list .col__results-list .result__category {
			font-weight: 400;
			font-size: 10px;
			line-height: 18px;
			letter-spacing: 0.2px;
			color: #EA8641;
			text-transform: uppercase;
			/*margin-bottom: 15px;*/
			margin-bottom: 8px;
		}

		.search__results-list .col__results-list .result__title {
			font-weight: 400;
			/*font-size: 12px;*/
			font-size: 14px;
			line-height: 18px;
			letter-spacing: 0.2px;
			color: #000000;
			text-transform: uppercase;
			/*margin-bottom: 15px;*/
			margin-bottom: 8px;
		}

		.search__results-list .col__results-list .result__desc {
			font-weight: 300;
			/*font-size: 11px;*/
			font-size: 14px;
			line-height: 19px;
			letter-spacing: 0.2px;
			color: #000000;
		}

		.search__results-list .col__results-list ul {
			display: block;
			margin-top: 15px;
			margin-left: 15px;
		}

			.search__results-list .col__results-list ul li {
				font-weight: 300;
				font-size: 11px;
				line-height: 19px;
				letter-spacing: 0.2px;
				color: #000000;
			}

		.search__results-list .col__results-list .result__image {
			margin-top: 15px;
			display: block;
		}

			.search__results-list .col__results-list .result__image img {
				max-width: 100%;
			}

	.search__results-list .col__results-item {
		width: 33.33333333%;
		padding-left: 8px;
		padding-right: 8px;
		margin-top: 16px;
	}

		.search__results-list .col__results-item .wrapper {
			padding: 18px 16px;
			background-color: #FFFFFF;
			height: 100%;
		}

		.search__results-list .col__results-item a {
			text-decoration: none;
		}

	.search__results-list .col__results-img {
		width: 100%;
		height: 150px;
		margin-top: 16px;
	}

		.search__results-list .col__results-img img {
			height: 100%;
			width: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}

span.checkbox-checked {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: 8px;
	width: 6px;
	height: 14px;
	border: solid #f9812a;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 992px) {
	.search__results-list .col__results-item {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.search__results-list .col__results-item {
		width: 100%;
	}
}




/* Map Search */

.view--Suppliers {
	/* Product Filters */
	/* Marker Popup */
}

	.view--Suppliers .right h3.uppercase {
		font-weight: 600;
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 0.2px;
		text-align: center;
		display: block;
		margin-bottom: 23px;
	}

	.view--Suppliers .right ul.menu li .marker-popup {
		background: #EDEDED;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.view--Suppliers .right .sup-name {
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.2px;
		color: #000000;
	}

		.view--Suppliers .right .sup-name + .text--sm {
			font-weight: 300;
			font-size: 10px;
			line-height: 16px;
		}

	.view--Suppliers .right .marker-popup-km {
		font-weight: 500;
		font-size: 10px;
		line-height: 16px;
		letter-spacing: 0.2px;
		color: #000000;
	}

	.view--Suppliers .right .email-link {
		font-weight: 500;
		font-size: 10px;
		line-height: 18px;
		letter-spacing: 0.2px;
		-webkit-text-decoration-line: underline;
		text-decoration-line: underline;
		color: #EA8641;
		padding: 0;
		margin-bottom: 20px;
	}

	.view--Suppliers .vue-treeselect__control {
		border-color: #EA8641 !important;
	}

	.view--Suppliers .mapboxgl-ctrl-geocoder--icon-search {
		width: 15px;
		height: 15px;
		left: 12px;
	}

	.view--Suppliers #geocoder .mapboxgl-ctrl-geocoder input[type="text"] {
		margin-bottom: 5px;
	}

	.view--Suppliers p.geocoder-placeholder {
		font-weight: 300;
		font-size: 10px;
		line-height: 18px;
		text-align: center;
		letter-spacing: 0.2px;
		margin-bottom: 11px;
	}

	.view--Suppliers .use-location {
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.2px;
		-webkit-text-decoration-line: underline;
		text-decoration-line: underline;
		text-align: center;
		color: #000000;
		margin-bottom: 27px;
		cursor: pointer;
	}

	.view--Suppliers .toggle__filter {
		text-align: center;
		cursor: pointer;
		border-bottom: 0.5px solid #9C9C9C;
		padding-bottom: 20px;
		margin-bottom: 20px;
		margin-left: -16px;
		margin-right: -16px;
	}

		.view--Suppliers .toggle__filter.active {
			border-bottom: none;
			padding-bottom: 0;
			margin-bottom: 0;
			margin-left: 0;
			margin-right: 0;
		}

			.view--Suppliers .toggle__filter.active + .product__filters {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}

		.view--Suppliers .toggle__filter span {
			font-weight: 300;
			font-size: 14px;
			line-height: 18px;
			letter-spacing: 0.2px;
		}

		.view--Suppliers .toggle__filter img {
			margin-left: 36px;
		}

	.view--Suppliers .product__filters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 20px;
		margin-left: -17px;
		margin-right: -17px;
		display: none;
	}

		.view--Suppliers .product__filters .filter__item {
			width: 50%;
			border-bottom: 0.5px solid #9C9C9C !important;
		}

			.view--Suppliers .product__filters .filter__item .vue-treeselect__menu-container {
				width: calc(200% - 2px);
				left: 1px;
			}

			.view--Suppliers .product__filters .filter__item .vue-treeselect__menu {
				background: #F1F1F1;
				border: 1px solid #CFCFCF !important;
			}

				.view--Suppliers .product__filters .filter__item .vue-treeselect__menu label {
					position: relative;
					font-weight: 300;
					font-size: 14px;
					line-height: 18px;
					letter-spacing: 0.2px;
					color: #000000;
					margin-left: 0;
					left: -5px;
					padding-right: 20px;
				}

				.view--Suppliers .product__filters .filter__item .vue-treeselect__menu .vue-treeselect__label-container {
					position: relative;
					margin-top: 15px;
				}

					.view--Suppliers .product__filters .filter__item .vue-treeselect__menu .vue-treeselect__label-container:last-child {
						margin-bottom: 15px;
					}

				.view--Suppliers .product__filters .filter__item .vue-treeselect__menu .vue-treeselect__checkbox--unchecked,
				.view--Suppliers .product__filters .filter__item .vue-treeselect__menu .vue-treeselect__checkbox--checked,
				.view--Suppliers .product__filters .filter__item .vue-treeselect__menu .vue-treeselect__checkbox--indeterminate {
					width: 19px !important;
					height: 19px !important;
					float: right;
					position: absolute;
					top: 0;
					right: 0;
					font-size: 20px;
					background-color: #FFFFFF !important;
					border: 1px solid #CFCFCF !important;
				}

					.view--Suppliers .product__filters .filter__item .vue-treeselect__menu .vue-treeselect__checkbox--unchecked *,
					.view--Suppliers .product__filters .filter__item .vue-treeselect__menu .vue-treeselect__checkbox--checked *,
					.view--Suppliers .product__filters .filter__item .vue-treeselect__menu .vue-treeselect__checkbox--indeterminate * {
						top: 3px;
						font-size: 20px;
						left: 1px;
						width: 16px;
						height: 16px;
					}

				.view--Suppliers .product__filters .filter__item .vue-treeselect__menu .vue-treeselect__check-mark {
					width: 18px;
					height: 18px;
					background-size: 90%;
					background-image: url(/assets/img/icons/map-search/check.svg);
				}

			.view--Suppliers .product__filters .filter__item:first-child {
				border-left: none !important;
			}

			.view--Suppliers .product__filters .filter__item .vue-treeselect__control {
				border: 0.5px solid #9C9C9C !important;
				border-bottom: none !important;
			}

			.view--Suppliers .product__filters .filter__item:last-child {
				position: relative;
				border-right: none !important;
			}

				.view--Suppliers .product__filters .filter__item:last-child .vue-treeselect__control {
					position: relative;
					border-left: none !important;
					padding-left: 3px;
				}

					.view--Suppliers .product__filters .filter__item:last-child .vue-treeselect__control:before {
						content: "";
						width: 1px;
						height: 100%;
						background-color: #9c9c9c;
						position: absolute;
						top: 0;
						left: -1px;
					}

				.view--Suppliers .product__filters .filter__item:last-child .vue-treeselect__menu-container {
					left: calc(-100% + 1px);
				}

	.view--Suppliers .bottom-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

		.view--Suppliers .bottom-info .wrapper {
			width: 50%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			border: 0.5px solid #A4A4A4;
			border-bottom: 0;
			padding: 8px 5px;
		}

			.view--Suppliers .bottom-info .wrapper:first-child {
				border-left: 0;
			}

			.view--Suppliers .bottom-info .wrapper:last-child {
				border-right: 0;
				border-left: 0;
			}

		.view--Suppliers .bottom-info a {
			width: auto;
			margin-top: 0;
			padding: 0;
		}

		.view--Suppliers .bottom-info span, .view--Suppliers .bottom-info a {
			font-weight: 500;
			font-size: 10px;
			line-height: 18px;
			letter-spacing: 0.2px;
			color: #000000;
			padding-left: 10px;
		}

.vue-treeselect__multi-value-item-container {
	display: none !important;
}

.product__filters .vue-treeselect-helper-hide {
	display: block !important;
}

.view-online-icon {
	width: 30px;
}

.text-danger {
	color: red;
}

html {
	scroll-behavior: smooth;
}

.product-tabs .cell.large-10 {
	background-color: #fff;
	margin-bottom: 5vh;
}

	.product-tabs .cell.large-10 ul.tabs {
		display: flex;
		justify-content: center;
		background-color: #fff;
	}

		.product-tabs .cell.large-10 ul.tabs li.tabs-title {
			margin-right: 2vw;
			text-align: center;
			/*            transition: all 0.1s ease-in-out;*/
		}

			.product-tabs .cell.large-10 ul.tabs li.tabs-title a {
				color: #000;
				text-decoration: none;
				/*            transition: all 0.1s ease-in-out;*/
			}

			.product-tabs .cell.large-10 ul.tabs li.tabs-title:hover {
				text-decoration: none;
			}

				.product-tabs .cell.large-10 ul.tabs li.tabs-title:hover a {
					color: #f9812a;
					text-decoration: none;
					background-color: #fff;
				}

			.product-tabs .cell.large-10 ul.tabs li.tabs-title.is-active {
				margin-right: 2vw;
				text-align: center;
				border-bottom: 4px solid #f9812a;
				background-color: #fff;
			}

				.product-tabs .cell.large-10 ul.tabs li.tabs-title.is-active a {
					color: #f9812a;
					background-color: #fff;
					font-weight: 500;
					/*            transition: all 0.1s ease-in-out;*/
				}

	.product-tabs .cell.large-10 .tabs-content {
		background-color: #dddddc;
		height: 40vh;
		min-height: 420px;
	}

		.product-tabs .cell.large-10 .tabs-content .tabs-panel.is-active {
			display: flex;
			flex-direction: row;
			justify-content: center;
			background-color: transparent;
		}

			.product-tabs .cell.large-10 .tabs-content .tabs-panel.is-active figure {
				width: 25%;
				box-shadow: -5px 5px 8px #cfcfcf;
			}

			.product-tabs .cell.large-10 .tabs-content .tabs-panel.is-active .tab-content {
				width: 50%;
				margin-left: 2vw;
			}

			.product-tabs .cell.large-10 .tabs-content .tabs-panel.is-active p:nth-of-type(1) {
				color: #f9812a;
				font-weight: 400;
			}

@media only screen and (max-width: 800px) {
	.product-tabs .cell.large-10 .tabs-content .tabs-panel.is-active figure {
		width: 38%;
		max-height: 188px;
	}
}


.product-tabs .tabs-content .individual-button {
	background-color: transparent;
	color: #333333;
	border: 2px solid #333333;
	font-size: 14px;
	height: 42px;
}

/* Order form download - a button sitting in the Resources tab row, not a tab */
.product-tabs .cell.large-10 ul.tabs li.order-form-title {
	display: flex;
	align-items: center;
	text-align: center;
}

	.product-tabs .cell.large-10 ul.tabs li.order-form-title .order-form-button {
		background-color: transparent;
		color: #333333;
		border: 2px solid #333333;
		font-size: 14px;
		height: 42px;
		line-height: 1.4;
		padding: 0 18px;
		margin: 0;
		display: inline-flex;
		align-items: center;
		text-transform: uppercase;
		text-decoration: none;
	}

		.product-tabs .cell.large-10 ul.tabs li.order-form-title .order-form-button:hover {
			color: #f9812a;
			border-color: #f9812a;
			background-color: transparent;
			text-decoration: none;
		}

@media only screen and (max-width: 767px) {
	.product-tabs .cell.large-10 ul.tabs {
		flex-wrap: wrap;
	}

	.product-tabs .cell.large-10 ul.tabs li.order-form-title {
		margin-top: 1rem;
	}
}

.product-tabs h2 {
	text-align: center;
}


.anchors-wrap {
	background-color: #F6F6F6;
	height: 63px;
	display: flex;
	justify-content: center;
}

	.anchors-wrap a {
		margin-right: 5%;
		font-weight: normal;
		font-size: 15px;
		transition: all 0.1s ease-in-out;
		cursor: pointer;
		text-decoration: none;
		padding-top: 1.5em;
	}

		.anchors-wrap a:hover {
			border-bottom: 2px solid #f9812a;
		}

		.anchors-wrap a:nth-last-of-type(1) {
			margin-right: 0;
		}

#downloadAnchor,
#relatedProductsAnchor,
#sliderAnchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

.container {
	width: calc( 100% - 40px);
	max-width: 1390px;
	margin-left: auto;
	margin-right: auto;
}

ul.items-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	list-style: none;
}

	ul.items-grid .card {
		line-height: 1;
		font-size: 0;
	}

	ul.items-grid a {
		display: flex;
		align-items: center;
		color: #292929;
		text-decoration: underline;
		transition: color 0.3s ease-in;
	}




	ul.items-grid .card__title {
		display: flex;
		align-items: center;
		background-color: #333333;
		transition: 0.5s ease-out;
	}

	ul.items-grid .card--grid .card__link {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-grow: 1;
		font-size: 18px;
		padding: 36px 30px;
		color: #fff;
		text-decoration: none;
	}

@media (max-width: 767px) {

	ul.items-grid {
		grid-template-columns: unset;
	}
}

.bg-hero section.grid-container .grid-x .cell .my32 a.button.secondary {
	margin-right: 1em;
}

.bg-hero-solution-thumb {
}

	.bg-hero-solution-thumb .hero {
		background-position-y: bottom;
		background-size: 50% !important;
	}

/*.slider-section {
padding-top: 2em;
}*/
.carousel-slider-wrap {
	background-color: #f7f7f7;
	padding-bottom: 1em;
}

section.carousel-slider {
	padding-top: 40px;
}

h2.text--pipe {
	margin-top: 100px;
	margin-bottom: 0;
}

	h2.text--pipe + p.text--pipe {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 80px;
	}

.col__results-item {
	min-width: 270px;
}

section.product-tabs {
	padding-top: 4rem;
	/*    min-width: 270px;*/
}

@media (max-width: 767px) {

	.product-tabs .cell.large-10 .tabs-content {
		height: 48vh;
	}


	.product-tabs form .button.xl,
	.product-tabs .tabs-content .individual-button {
		padding: 5px;
	}
}

.is-accordion-submenu-item {
	margin-left: 0 !important;
}

#sidePanel .umbraco-forms-form input.text {
	color: #fff;
}

	#sidePanel .umbraco-forms-form input.text::-webkit-input-placeholder {
		color: #979797;
	}

	#sidePanel .umbraco-forms-form input.text::-moz-placeholder {
		color: #979797;
	}

	#sidePanel .umbraco-forms-form input.text:-ms-input-placeholder {
		color: #979797;
	}

	#sidePanel .umbraco-forms-form input.text::-ms-input-placeholder {
		color: #979797;
	}

	#sidePanel .umbraco-forms-form input.text::placeholder {
		color: #979797;
	}

#sidePanel .umbraco-forms-form select {
	color: #fff;
	/*color: #979797;*/
}

#sidePanel .umbraco-forms-field {
	color: #fff;
}

	#sidePanel .umbraco-forms-field div label {
		color: #fff;
	}

/*	#sidePanel .umbraco-forms-form select option:not(:checked) {
		color: #f9812a;
	}*/
#sidePanel .umbraco-forms-form select option {
	color: #000;
}

#sidePanel .umbraco-forms-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.projects-tile {
	color: #F9812A;
}

.projects-tile-grid {
	height: inherit;
	font-size: 14px;
}

.tile__hover--panel {
	cursor: pointer;
}

.projects-tile-details {
	max-height: 70%;
	overflow: hidden;
}

/*.grecaptcha-badge {
    visibility: hidden !important;
}*/

.bg-hero {
	background-image: linear-gradient(215deg, #ffffff 27%, #ffffff00 70%), url(/assets/img/hero-top-flp.svg);
}


/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px #23232329;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 50px white inset;
}

.input-validation-error {
	background-color: #fff4eb !important;
	-webkit-box-shadow: 0 0 0 50px #fff4eb inset !important;
}

#video-hero {
	/*width: 100vw;*/
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video-container {
	position: relative;
}

.product-type li a {
	font-size: 18px;
}