@charset "UTF-8";

.slide-in-down.mui-enter,
.slide-in-left.mui-enter,
.slide-in-right.mui-enter,
.slide-in-up.mui-enter,
.slide-out-down.mui-leave,
.slide-out-left.mui-leave,
.slide-out-right.mui-leave,
.slide-out-up.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transition-property: transform, opacity;
	backface-visibility: hidden
}

audio,
canvas,
img,
progress,
video {
	display: inline-block
}

pre,
textarea {
	overflow: auto
}

button,
hr,
input {
	overflow: visible
}

body,
button,
legend {
	padding: 0
}

a,
abbr,
abbr[title] {
	text-decoration: none
}

.reveal,
.slide-in-down.mui-enter,
.slide-in-left.mui-enter,
.slide-in-right.mui-enter,
.slide-in-up.mui-enter,
.slide-out-down.mui-leave,
.slide-out-left.mui-leave,
.slide-out-right.mui-leave,
.slide-out-up.mui-leave {
	backface-visibility: hidden
}

.button-group::after,
.clearfix::after,
.clearfix:after,
.pagination::after,
hr {
	clear: both
}

@media print,
screen and (min-width:40em) {

	.reveal,
	.reveal.large,
	.reveal.small,
	.reveal.tiny {
		right: auto;
		left: auto;
		margin: 0 auto
	}
}

.slide-in-down.mui-enter {
	transform: translateY(-100%)
}

.slide-in-down.mui-enter.mui-enter-active {
	transform: translateY(0)
}

.slide-in-left.mui-enter {
	transform: translateX(-100%)
}

.slide-in-left.mui-enter.mui-enter-active {
	transform: translateX(0)
}

.slide-in-up.mui-enter {
	transform: translateY(100%)
}

.slide-in-up.mui-enter.mui-enter-active {
	transform: translateY(0)
}

.slide-in-right.mui-enter {
	transform: translateX(100%)
}

.slide-in-right.mui-enter.mui-enter-active {
	transform: translateX(0)
}

.slide-out-down.mui-leave {
	transform: translateY(0)
}

.slide-out-down.mui-leave.mui-leave-active {
	transform: translateY(100%)
}

.slide-out-right.mui-leave {
	transform: translateX(0)
}

.slide-out-right.mui-leave.mui-leave-active {
	transform: translateX(100%)
}

.slide-out-up.mui-leave {
	transform: translateY(0)
}

.slide-out-up.mui-leave.mui-leave-active {
	transform: translateY(-100%)
}

.slide-out-left.mui-leave {
	transform: translateX(0)
}

.fade-in.mui-enter,
.fade-out.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transition-property: opacity
}

.slide-out-left.mui-leave.mui-leave-active {
	transform: translateX(-100%)
}

.fade-in.mui-enter {
	opacity: 0
}

.fade-in.mui-enter.mui-enter-active,
.fade-out.mui-leave {
	opacity: 1
}

.hinge-in-from-bottom.mui-enter,
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter,
.hinge-in-from-middle-y.mui-enter,
.hinge-in-from-right.mui-enter,
.hinge-in-from-top.mui-enter,
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-middle-x.mui-leave,
.hinge-out-from-middle-y.mui-leave,
.hinge-out-from-right.mui-leave,
.hinge-out-from-top.mui-leave,
.scale-in-down.mui-enter,
.scale-in-up.mui-enter,
.scale-out-down.mui-leave,
.scale-out-up.mui-leave,
.spin-in-ccw.mui-enter,
.spin-in.mui-enter,
.spin-out-ccw.mui-leave,
.spin-out.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transition-property: transform, opacity
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0
}

.hinge-in-from-top.mui-enter {
	transform: perspective(2000px) rotateX(-90deg);
	transform-origin: top;
	opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1
}

.hinge-in-from-right.mui-enter {
	transform: perspective(2000px) rotateY(-90deg);
	transform-origin: right;
	opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1
}

.hinge-in-from-bottom.mui-enter {
	transform: perspective(2000px) rotateX(90deg);
	transform-origin: bottom;
	opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1
}

.hinge-in-from-left.mui-enter {
	transform: perspective(2000px) rotateY(90deg);
	transform-origin: left;
	opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
	transform: perspective(2000px) rotateX(-90deg);
	transform-origin: center;
	opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0);
	opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
	transform: perspective(2000px) rotateY(-90deg);
	transform-origin: center;
	opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
	transform: perspective(2000px) rotate(0);
	opacity: 1
}

.hinge-out-from-top.mui-leave {
	transform-origin: top
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}

.hinge-out-from-right.mui-leave {
	transform: perspective(2000px) rotate(0);
	transform-origin: right;
	opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}

.hinge-out-from-bottom.mui-leave {
	transform: perspective(2000px) rotate(0);
	transform-origin: bottom;
	opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0
}

.hinge-out-from-left.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0);
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
	transform: perspective(2000px) rotate(0);
	transform-origin: center;
	opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
	transform: perspective(2000px) rotate(0);
	transform-origin: center;
	opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}

.scale-in-up.mui-enter {
	transform: scale(.5);
	opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
	transform: scale(1);
	opacity: 1
}

.scale-in-down.mui-enter {
	transform: scale(1.5);
	opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
	transform: scale(1);
	opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
	transform: scale(1.5);
	opacity: 0
}

.scale-out-down.mui-leave {
	transform: scale(1);
	opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
	transform: scale(.5);
	opacity: 0
}

.spin-in.mui-enter {
	transform: rotate(-.75turn);
	opacity: 0
}

.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
	transform: rotate(0);
	opacity: 1
}

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
	transform: rotate(.75turn);
	opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
	transform: rotate(0);
	opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
	transform: rotate(-.75turn);
	opacity: 0
}

.button.disabled,
.button.disabled.alert,
.button.disabled.primary,
.button.disabled.secondary,
.button.disabled.success,
.button.disabled.warning,
.button[disabled],
.button[disabled].alert,
.button[disabled].primary,
.button[disabled].secondary,
.button[disabled].success,
.button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}

.slow {
	transition-duration: 750ms !important
}

.linear {
	transition-timing-function: linear !important;
	animation-timing-function: linear !important
}

.ease {
	transition-timing-function: ease !important;
	animation-timing-function: ease !important
}

.ease-in {
	transition-timing-function: ease-in !important;
	animation-timing-function: ease-in !important
}

.ease-out {
	transition-timing-function: ease-out !important;
	animation-timing-function: ease-out !important
}

.ease-in-out {
	transition-timing-function: ease-in-out !important;
	animation-timing-function: ease-in-out !important
}

.bounce-in {
	transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
	transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
	transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
	transition-delay: .3s !important;
	animation-delay: .3s !important
}

.long-delay {
	transition-delay: .7s !important;
	animation-delay: .7s !important
}

.shake {
	animation-name: shake-7
}

.spin-ccw,
.spin-cw {
	animation-name: spin-cw-1turn
}

@keyframes shake-7 {

	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		transform: translateX(7%)
	}

	15%,
	25%,
	35%,
	45%,
	5%,
	55%,
	65%,
	75%,
	85%,
	95% {
		transform: translateX(-7%)
	}
}

@keyframes spin-cw-1turn {

	0%,
	100% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(1turn)
	}
}

.wiggle {
	animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {

	40%,
	50%,
	60% {
		transform: rotate(7deg)
	}

	35%,
	45%,
	55%,
	65% {
		transform: rotate(-7deg)
	}

	0%,
	100%,
	30%,
	70% {
		transform: rotate(0)
	}
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
	animation-duration: .5s
}

.infinite {
	animation-iteration-count: infinite
}

.slow {
	animation-duration: 750ms !important
}

.fast {
	transition-duration: 250ms !important;
	animation-duration: 250ms !important
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

hr {
	box-sizing: content-box
}

a:active,
a:hover {
	outline-width: 0
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio:not([controls]) {
	display: none;
	height: 0
}

.grid-margin-y:not(.grid-y)>.cell,
.grid-y>.auto,
.grid-y>.shrink,
img {
	height: auto
}

img {
	border-style: none;
	vertical-align: middle;
	max-width: 100%;
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
select {
	text-transform: none
}

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

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

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

[type=checkbox],
[type=radio] {
	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
}

[data-whatinput=mouse] .button,
[data-whatinput=mouse] .dropdown.menu a,
[data-whatinput=mouse] .menu li,
[data-whatinput=mouse] .page-subscriptions-select .sticky-subscription-select input[type=radio]+label,
[data-whatinput=mouse] .reveal,
[data-whatinput=mouse] button,
select:focus {
	outline: 0
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

body,
p {
	line-height: 1.5
}

b,
em,
i,
small,
strong {
	line-height: inherit
}

legend {
	box-sizing: border-box;
	display: table;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	min-height: 50px
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
	box-sizing: border-box;
	font-size: 14px
}

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

body {
	margin: 0;
	background: #fefefe;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: #545456;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

select {
	box-sizing: border-box;
	width: 100%
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
	max-width: none !important
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1;
	cursor: auto
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit
}

.is-visible {
	display: block !important
}

.is-hidden {
	display: none !important
}

.grid-x,
.grid-y {
	display: -ms-flexbox
}

.grid-container {
	padding-right: .71429rem;
	padding-left: .71429rem;
	max-width: 85.71429rem;
	margin: 0 auto
}

@media print,
screen and (min-width:40em) {
	.grid-container {
		padding-right: 1.07143rem;
		padding-left: 1.07143rem
	}
}

.grid-container.fluid {
	padding-right: .71429rem;
	padding-left: .71429rem;
	max-width: 100%;
	margin: 0 auto
}

@media print,
screen and (min-width:40em) {
	.grid-container.fluid {
		padding-right: 1.07143rem;
		padding-left: 1.07143rem
	}
}

.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin: 0 auto
}

.grid-x {
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.cell {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%
}

.cell.auto {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.cell.shrink {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.grid-x>.auto,
.grid-x>.shrink {
	width: auto
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-full,
.grid-x>.small-shrink {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

@media print,
screen and (min-width:40em) {

	.grid-x>.medium-1,
	.grid-x>.medium-10,
	.grid-x>.medium-11,
	.grid-x>.medium-12,
	.grid-x>.medium-2,
	.grid-x>.medium-3,
	.grid-x>.medium-4,
	.grid-x>.medium-5,
	.grid-x>.medium-6,
	.grid-x>.medium-7,
	.grid-x>.medium-8,
	.grid-x>.medium-9,
	.grid-x>.medium-full,
	.grid-x>.medium-shrink {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media print,
screen and (min-width:64em) {

	.grid-x>.large-1,
	.grid-x>.large-10,
	.grid-x>.large-11,
	.grid-x>.large-12,
	.grid-x>.large-2,
	.grid-x>.large-3,
	.grid-x>.large-4,
	.grid-x>.large-5,
	.grid-x>.large-6,
	.grid-x>.large-7,
	.grid-x>.large-8,
	.grid-x>.large-9,
	.grid-x>.large-full,
	.grid-x>.large-shrink {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

.grid-x>.small-1 {
	width: 8.33333%
}

.grid-x>.small-2 {
	width: 16.66667%
}

.grid-x>.small-3 {
	width: 25%
}

.grid-x>.small-4 {
	width: 33.33333%
}

.grid-x>.small-5 {
	width: 41.66667%
}

.grid-x>.small-6 {
	width: 50%
}

.grid-x>.small-7 {
	width: 58.33333%
}

.grid-x>.small-8 {
	width: 66.66667%
}

.grid-x>.small-9 {
	width: 75%
}

.grid-x>.small-10 {
	width: 83.33333%
}

.grid-x>.small-11 {
	width: 91.66667%
}

.grid-x>.small-12 {
	width: 100%
}

@media print,
screen and (min-width:40em) {
	.grid-x>.medium-auto {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto
	}

	.grid-x>.medium-shrink {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.grid-x>.medium-1 {
		width: 8.33333%
	}

	.grid-x>.medium-2 {
		width: 16.66667%
	}

	.grid-x>.medium-3 {
		width: 25%
	}

	.grid-x>.medium-4 {
		width: 33.33333%
	}

	.grid-x>.medium-5 {
		width: 41.66667%
	}

	.grid-x>.medium-6 {
		width: 50%
	}

	.grid-x>.medium-7 {
		width: 58.33333%
	}

	.grid-x>.medium-8 {
		width: 66.66667%
	}

	.grid-x>.medium-9 {
		width: 75%
	}

	.grid-x>.medium-10 {
		width: 83.33333%
	}

	.grid-x>.medium-11 {
		width: 91.66667%
	}

	.grid-x>.medium-12 {
		width: 100%
	}
}

@media print,
screen and (min-width:64em) {
	.grid-x>.large-auto {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto
	}

	.grid-x>.large-shrink {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.grid-x>.large-1 {
		width: 8.33333%
	}

	.grid-x>.large-2 {
		width: 16.66667%
	}

	.grid-x>.large-3 {
		width: 25%
	}

	.grid-x>.large-4 {
		width: 33.33333%
	}

	.grid-x>.large-5 {
		width: 41.66667%
	}

	.grid-x>.large-6 {
		width: 50%
	}

	.grid-x>.large-7 {
		width: 58.33333%
	}

	.grid-x>.large-8 {
		width: 66.66667%
	}

	.grid-x>.large-9 {
		width: 75%
	}

	.grid-x>.large-10 {
		width: 83.33333%
	}

	.grid-x>.large-11 {
		width: 91.66667%
	}

	.grid-x>.large-12 {
		width: 100%
	}
}

.grid-margin-x:not(.grid-x)>.cell {
	width: auto
}

.grid-margin-x {
	margin-left: -.71429rem;
	margin-right: -.71429rem
}

@media print,
screen and (min-width:40em) {
	.grid-margin-x {
		margin-left: -1.07143rem;
		margin-right: -1.07143rem
	}
}

.grid-margin-x>.cell {
	width: calc(100% - 1.42857rem);
	margin-left: .71429rem;
	margin-right: .71429rem
}

@media print,
screen and (min-width:40em) {
	.grid-margin-x>.cell {
		width: calc(100% - 2.14286rem);
		margin-left: 1.07143rem;
		margin-right: 1.07143rem
	}
}

.grid-margin-x>.auto,
.grid-margin-x>.shrink {
	width: auto
}

.grid-margin-x>.small-1 {
	width: calc(8.33333% - 1.42857rem)
}

.grid-margin-x>.small-2 {
	width: calc(16.66667% - 1.42857rem)
}

.grid-margin-x>.small-3 {
	width: calc(25% - 1.42857rem)
}

.grid-margin-x>.small-4 {
	width: calc(33.33333% - 1.42857rem)
}

.grid-margin-x>.small-5 {
	width: calc(41.66667% - 1.42857rem)
}

.grid-margin-x>.small-6 {
	width: calc(50% - 1.42857rem)
}

.grid-margin-x>.small-7 {
	width: calc(58.33333% - 1.42857rem)
}

.grid-margin-x>.small-8 {
	width: calc(66.66667% - 1.42857rem)
}

.grid-margin-x>.small-9 {
	width: calc(75% - 1.42857rem)
}

.grid-margin-x>.small-10 {
	width: calc(83.33333% - 1.42857rem)
}

.grid-margin-x>.small-11 {
	width: calc(91.66667% - 1.42857rem)
}

.grid-margin-x>.small-12 {
	width: calc(100% - 1.42857rem)
}

@media print,
screen and (min-width:40em) {

	.grid-margin-x>.auto,
	.grid-margin-x>.shrink {
		width: auto
	}

	.grid-margin-x>.small-1 {
		width: calc(8.33333% - 2.14286rem)
	}

	.grid-margin-x>.small-2 {
		width: calc(16.66667% - 2.14286rem)
	}

	.grid-margin-x>.small-3 {
		width: calc(25% - 2.14286rem)
	}

	.grid-margin-x>.small-4 {
		width: calc(33.33333% - 2.14286rem)
	}

	.grid-margin-x>.small-5 {
		width: calc(41.66667% - 2.14286rem)
	}

	.grid-margin-x>.small-6 {
		width: calc(50% - 2.14286rem)
	}

	.grid-margin-x>.small-7 {
		width: calc(58.33333% - 2.14286rem)
	}

	.grid-margin-x>.small-8 {
		width: calc(66.66667% - 2.14286rem)
	}

	.grid-margin-x>.small-9 {
		width: calc(75% - 2.14286rem)
	}

	.grid-margin-x>.small-10 {
		width: calc(83.33333% - 2.14286rem)
	}

	.grid-margin-x>.small-11 {
		width: calc(91.66667% - 2.14286rem)
	}

	.grid-margin-x>.small-12 {
		width: calc(100% - 2.14286rem)
	}

	.grid-margin-x>.medium-auto,
	.grid-margin-x>.medium-shrink {
		width: auto
	}

	.grid-margin-x>.medium-1 {
		width: calc(8.33333% - 2.14286rem)
	}

	.grid-margin-x>.medium-2 {
		width: calc(16.66667% - 2.14286rem)
	}

	.grid-margin-x>.medium-3 {
		width: calc(25% - 2.14286rem)
	}

	.grid-margin-x>.medium-4 {
		width: calc(33.33333% - 2.14286rem)
	}

	.grid-margin-x>.medium-5 {
		width: calc(41.66667% - 2.14286rem)
	}

	.grid-margin-x>.medium-6 {
		width: calc(50% - 2.14286rem)
	}

	.grid-margin-x>.medium-7 {
		width: calc(58.33333% - 2.14286rem)
	}

	.grid-margin-x>.medium-8 {
		width: calc(66.66667% - 2.14286rem)
	}

	.grid-margin-x>.medium-9 {
		width: calc(75% - 2.14286rem)
	}

	.grid-margin-x>.medium-10 {
		width: calc(83.33333% - 2.14286rem)
	}

	.grid-margin-x>.medium-11 {
		width: calc(91.66667% - 2.14286rem)
	}

	.grid-margin-x>.medium-12 {
		width: calc(100% - 2.14286rem)
	}
}

@media print,
screen and (min-width:64em) {

	.grid-margin-x>.large-auto,
	.grid-margin-x>.large-shrink {
		width: auto
	}

	.grid-margin-x>.large-1 {
		width: calc(8.33333% - 2.14286rem)
	}

	.grid-margin-x>.large-2 {
		width: calc(16.66667% - 2.14286rem)
	}

	.grid-margin-x>.large-3 {
		width: calc(25% - 2.14286rem)
	}

	.grid-margin-x>.large-4 {
		width: calc(33.33333% - 2.14286rem)
	}

	.grid-margin-x>.large-5 {
		width: calc(41.66667% - 2.14286rem)
	}

	.grid-margin-x>.large-6 {
		width: calc(50% - 2.14286rem)
	}

	.grid-margin-x>.large-7 {
		width: calc(58.33333% - 2.14286rem)
	}

	.grid-margin-x>.large-8 {
		width: calc(66.66667% - 2.14286rem)
	}

	.grid-margin-x>.large-9 {
		width: calc(75% - 2.14286rem)
	}

	.grid-margin-x>.large-10 {
		width: calc(83.33333% - 2.14286rem)
	}

	.grid-margin-x>.large-11 {
		width: calc(91.66667% - 2.14286rem)
	}

	.grid-margin-x>.large-12 {
		width: calc(100% - 2.14286rem)
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -.71429rem;
	margin-left: -.71429rem
}

@media print,
screen and (min-width:40em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -1.07143rem;
		margin-left: -1.07143rem
	}
}

.grid-container:not(.full)>.grid-padding-x {
	margin-right: -.71429rem;
	margin-left: -.71429rem
}

@media print,
screen and (min-width:40em) {
	.grid-container:not(.full)>.grid-padding-x {
		margin-right: -1.07143rem;
		margin-left: -1.07143rem
	}
}

.small-margin-collapse,
.small-margin-collapse>.cell,
.small-padding-collapse {
	margin-right: 0;
	margin-left: 0
}

.grid-padding-x>.cell {
	padding-right: .71429rem;
	padding-left: .71429rem
}

@media print,
screen and (min-width:40em) {
	.grid-padding-x>.cell {
		padding-right: 1.07143rem;
		padding-left: 1.07143rem
	}
}

.row.collapse>.column,
.row.collapse>.columns,
.small-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0
}

.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%
	}
}

.grid-margin-x.small-up-1>.cell {
	width: calc(100% - 1.42857rem)
}

.grid-margin-x.small-up-2>.cell {
	width: calc(50% - 1.42857rem)
}

.grid-margin-x.small-up-3>.cell {
	width: calc(33.33333% - 1.42857rem)
}

.grid-margin-x.small-up-4>.cell {
	width: calc(25% - 1.42857rem)
}

.grid-margin-x.small-up-5>.cell {
	width: calc(20% - 1.42857rem)
}

.grid-margin-x.small-up-6>.cell {
	width: calc(16.66667% - 1.42857rem)
}

.grid-margin-x.small-up-7>.cell {
	width: calc(14.28571% - 1.42857rem)
}

.grid-margin-x.small-up-8>.cell {
	width: calc(12.5% - 1.42857rem)
}

@media print,
screen and (min-width:40em) {
	.grid-margin-x.small-up-1>.cell {
		width: calc(100% - 1.42857rem)
	}

	.grid-margin-x.small-up-2>.cell {
		width: calc(50% - 1.42857rem)
	}

	.grid-margin-x.small-up-3>.cell {
		width: calc(33.33333% - 1.42857rem)
	}

	.grid-margin-x.small-up-4>.cell {
		width: calc(25% - 1.42857rem)
	}

	.grid-margin-x.small-up-5>.cell {
		width: calc(20% - 1.42857rem)
	}

	.grid-margin-x.small-up-6>.cell {
		width: calc(16.66667% - 1.42857rem)
	}

	.grid-margin-x.small-up-7>.cell {
		width: calc(14.28571% - 1.42857rem)
	}

	.grid-margin-x.small-up-8>.cell {
		width: calc(12.5% - 1.42857rem)
	}

	.grid-margin-x.medium-up-1>.cell {
		width: calc(100% - 2.14286rem)
	}

	.grid-margin-x.medium-up-2>.cell {
		width: calc(50% - 2.14286rem)
	}

	.grid-margin-x.medium-up-3>.cell {
		width: calc(33.33333% - 2.14286rem)
	}

	.grid-margin-x.medium-up-4>.cell {
		width: calc(25% - 2.14286rem)
	}

	.grid-margin-x.medium-up-5>.cell {
		width: calc(20% - 2.14286rem)
	}

	.grid-margin-x.medium-up-6>.cell {
		width: calc(16.66667% - 2.14286rem)
	}

	.grid-margin-x.medium-up-7>.cell {
		width: calc(14.28571% - 2.14286rem)
	}

	.grid-margin-x.medium-up-8>.cell {
		width: calc(12.5% - 2.14286rem)
	}
}

@media print,
screen and (min-width:64em) {
	.grid-margin-x.large-up-1>.cell {
		width: calc(100% - 2.14286rem)
	}

	.grid-margin-x.large-up-2>.cell {
		width: calc(50% - 2.14286rem)
	}

	.grid-margin-x.large-up-3>.cell {
		width: calc(33.33333% - 2.14286rem)
	}

	.grid-margin-x.large-up-4>.cell {
		width: calc(25% - 2.14286rem)
	}

	.grid-margin-x.large-up-5>.cell {
		width: calc(20% - 2.14286rem)
	}

	.grid-margin-x.large-up-6>.cell {
		width: calc(16.66667% - 2.14286rem)
	}

	.grid-margin-x.large-up-7>.cell {
		width: calc(14.28571% - 2.14286rem)
	}

	.grid-margin-x.large-up-8>.cell {
		width: calc(12.5% - 2.14286rem)
	}
}

.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%
	}

	.medium-margin-collapse,
	.medium-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}
}

@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 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%
	}

	.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%
	}

	.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) {
	.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%
	}

	.large-margin-collapse,
	.large-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}

	.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%
	}

	.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%
	}

	.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%
	}

	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}

	.large-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}

.grid-margin-x>.small-offset-0 {
	margin-left: calc(0% + .71429rem)
}

.grid-margin-x>.small-offset-1 {
	margin-left: calc(8.33333% + .71429rem)
}

.grid-margin-x>.small-offset-2 {
	margin-left: calc(16.66667% + .71429rem)
}

.grid-margin-x>.small-offset-3 {
	margin-left: calc(25% + .71429rem)
}

.grid-margin-x>.small-offset-4 {
	margin-left: calc(33.33333% + .71429rem)
}

.grid-margin-x>.small-offset-5 {
	margin-left: calc(41.66667% + .71429rem)
}

.grid-margin-x>.small-offset-6 {
	margin-left: calc(50% + .71429rem)
}

.grid-margin-x>.small-offset-7 {
	margin-left: calc(58.33333% + .71429rem)
}

.grid-margin-x>.small-offset-8 {
	margin-left: calc(66.66667% + .71429rem)
}

.grid-margin-x>.small-offset-9 {
	margin-left: calc(75% + .71429rem)
}

.grid-margin-x>.small-offset-10 {
	margin-left: calc(83.33333% + .71429rem)
}

.grid-margin-x>.small-offset-11 {
	margin-left: calc(91.66667% + .71429rem)
}

@media print,
screen and (min-width:40em) {
	.medium-offset-0 {
		margin-left: 0
	}

	.grid-margin-x>.medium-offset-0 {
		margin-left: calc(0% + 1.07143rem)
	}

	.medium-offset-1 {
		margin-left: 8.33333%
	}

	.grid-margin-x>.medium-offset-1 {
		margin-left: calc(8.33333% + 1.07143rem)
	}

	.medium-offset-2 {
		margin-left: 16.66667%
	}

	.grid-margin-x>.medium-offset-2 {
		margin-left: calc(16.66667% + 1.07143rem)
	}

	.medium-offset-3 {
		margin-left: 25%
	}

	.grid-margin-x>.medium-offset-3 {
		margin-left: calc(25% + 1.07143rem)
	}

	.medium-offset-4 {
		margin-left: 33.33333%
	}

	.grid-margin-x>.medium-offset-4 {
		margin-left: calc(33.33333% + 1.07143rem)
	}

	.medium-offset-5 {
		margin-left: 41.66667%
	}

	.grid-margin-x>.medium-offset-5 {
		margin-left: calc(41.66667% + 1.07143rem)
	}

	.medium-offset-6 {
		margin-left: 50%
	}

	.grid-margin-x>.medium-offset-6 {
		margin-left: calc(50% + 1.07143rem)
	}

	.medium-offset-7 {
		margin-left: 58.33333%
	}

	.grid-margin-x>.medium-offset-7 {
		margin-left: calc(58.33333% + 1.07143rem)
	}

	.medium-offset-8 {
		margin-left: 66.66667%
	}

	.grid-margin-x>.medium-offset-8 {
		margin-left: calc(66.66667% + 1.07143rem)
	}

	.medium-offset-9 {
		margin-left: 75%
	}

	.grid-margin-x>.medium-offset-9 {
		margin-left: calc(75% + 1.07143rem)
	}

	.medium-offset-10 {
		margin-left: 83.33333%
	}

	.grid-margin-x>.medium-offset-10 {
		margin-left: calc(83.33333% + 1.07143rem)
	}

	.medium-offset-11 {
		margin-left: 91.66667%
	}

	.grid-margin-x>.medium-offset-11 {
		margin-left: calc(91.66667% + 1.07143rem)
	}
}

.grid-y {
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.grid-y>.cell {
	width: auto
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.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-full,
.grid-y>.small-shrink {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

@media print,
screen and (min-width:40em) {

	.grid-y>.medium-1,
	.grid-y>.medium-10,
	.grid-y>.medium-11,
	.grid-y>.medium-12,
	.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-full,
	.grid-y>.medium-shrink {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media print,
screen and (min-width:64em) {
	.large-offset-0 {
		margin-left: 0
	}

	.grid-margin-x>.large-offset-0 {
		margin-left: calc(0% + 1.07143rem)
	}

	.large-offset-1 {
		margin-left: 8.33333%
	}

	.grid-margin-x>.large-offset-1 {
		margin-left: calc(8.33333% + 1.07143rem)
	}

	.large-offset-2 {
		margin-left: 16.66667%
	}

	.grid-margin-x>.large-offset-2 {
		margin-left: calc(16.66667% + 1.07143rem)
	}

	.large-offset-3 {
		margin-left: 25%
	}

	.grid-margin-x>.large-offset-3 {
		margin-left: calc(25% + 1.07143rem)
	}

	.large-offset-4 {
		margin-left: 33.33333%
	}

	.grid-margin-x>.large-offset-4 {
		margin-left: calc(33.33333% + 1.07143rem)
	}

	.large-offset-5 {
		margin-left: 41.66667%
	}

	.grid-margin-x>.large-offset-5 {
		margin-left: calc(41.66667% + 1.07143rem)
	}

	.large-offset-6 {
		margin-left: 50%
	}

	.grid-margin-x>.large-offset-6 {
		margin-left: calc(50% + 1.07143rem)
	}

	.large-offset-7 {
		margin-left: 58.33333%
	}

	.grid-margin-x>.large-offset-7 {
		margin-left: calc(58.33333% + 1.07143rem)
	}

	.large-offset-8 {
		margin-left: 66.66667%
	}

	.grid-margin-x>.large-offset-8 {
		margin-left: calc(66.66667% + 1.07143rem)
	}

	.large-offset-9 {
		margin-left: 75%
	}

	.grid-margin-x>.large-offset-9 {
		margin-left: calc(75% + 1.07143rem)
	}

	.large-offset-10 {
		margin-left: 83.33333%
	}

	.grid-margin-x>.large-offset-10 {
		margin-left: calc(83.33333% + 1.07143rem)
	}

	.large-offset-11 {
		margin-left: 91.66667%
	}

	.grid-margin-x>.large-offset-11 {
		margin-left: calc(91.66667% + 1.07143rem)
	}

	.grid-y>.large-1,
	.grid-y>.large-10,
	.grid-y>.large-11,
	.grid-y>.large-12,
	.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-full,
	.grid-y>.large-shrink {
		-ms-flex-preferred-size: auto;
		flex-basis: 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 {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: 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%
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -.71429rem;
	margin-bottom: -.71429rem
}

.grid-padding-y>.cell {
	padding-top: .71429rem;
	padding-bottom: .71429rem
}

@media print,
screen and (min-width:64em) {
	.grid-y>.large-auto {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: 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%
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}

.cell-block,
.table-scroll,
table.scroll {
	overflow-x: auto
}

.cell-block,
.cell-block-y {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}

.cell .grid-frame {
	width: 100%
}

.cell-block {
	max-width: 100%
}

.cell-block-y {
	overflow-y: auto;
	max-height: 100%
}

.cell-block-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}

.cell-block-container>.grid-x {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media print,
screen and (min-width:40em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -1.07143rem;
		margin-bottom: -1.07143rem
	}

	.grid-padding-y>.cell {
		padding-top: 1.07143rem;
		padding-bottom: 1.07143rem
	}

	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw
	}

	.medium-cell-block,
	.medium-cell-block-y {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar
	}

	.cell .medium-grid-frame {
		width: 100%
	}

	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%
	}

	.medium-cell-block-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%
	}

	.medium-cell-block-container>.grid-x {
		max-height: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%
	}
}

@media print,
screen and (min-width:64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw
	}

	.large-cell-block,
	.large-cell-block-y {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar
	}

	.cell .large-grid-frame {
		width: 100%
	}

	.large-cell-block {
		overflow-x: auto;
		max-width: 100%
	}

	.large-cell-block-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%
	}

	.large-cell-block-container>.grid-x {
		max-height: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%
	}
}

.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-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;
		-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;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh
	}

	.cell .grid-y.large-grid-frame {
		height: 100%
	}
}

.cell .grid-y.grid-frame {
	height: 100%
}

.grid-margin-y {
	margin-top: -.71429rem;
	margin-bottom: -.71429rem
}

@media print,
screen and (min-width:40em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%
	}

	.grid-margin-y {
		margin-top: -1.07143rem;
		margin-bottom: -1.07143rem
	}
}

.grid-margin-y>.cell {
	height: calc(100% - 1.42857rem);
	margin-top: .71429rem;
	margin-bottom: .71429rem
}

@media print,
screen and (min-width:40em) {
	.grid-margin-y>.cell {
		height: calc(100% - 2.14286rem);
		margin-top: 1.07143rem;
		margin-bottom: 1.07143rem
	}
}

.grid-margin-y>.auto,
.grid-margin-y>.shrink {
	height: auto
}

.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.42857rem)
}

.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.42857rem)
}

.grid-margin-y>.small-3 {
	height: calc(25% - 1.42857rem)
}

.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.42857rem)
}

.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.42857rem)
}

.grid-margin-y>.small-6 {
	height: calc(50% - 1.42857rem)
}

.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.42857rem)
}

.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.42857rem)
}

.grid-margin-y>.small-9 {
	height: calc(75% - 1.42857rem)
}

.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.42857rem)
}

.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.42857rem)
}

.grid-margin-y>.small-12 {
	height: calc(100% - 1.42857rem)
}

@media print,
screen and (min-width:40em) {

	.grid-margin-y>.auto,
	.grid-margin-y>.shrink {
		height: auto
	}

	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 2.14286rem)
	}

	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 2.14286rem)
	}

	.grid-margin-y>.small-3 {
		height: calc(25% - 2.14286rem)
	}

	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 2.14286rem)
	}

	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 2.14286rem)
	}

	.grid-margin-y>.small-6 {
		height: calc(50% - 2.14286rem)
	}

	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 2.14286rem)
	}

	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 2.14286rem)
	}

	.grid-margin-y>.small-9 {
		height: calc(75% - 2.14286rem)
	}

	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 2.14286rem)
	}

	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 2.14286rem)
	}

	.grid-margin-y>.small-12 {
		height: calc(100% - 2.14286rem)
	}

	.grid-margin-y>.medium-auto,
	.grid-margin-y>.medium-shrink {
		height: auto
	}

	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 2.14286rem)
	}

	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 2.14286rem)
	}

	.grid-margin-y>.medium-3 {
		height: calc(25% - 2.14286rem)
	}

	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 2.14286rem)
	}

	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 2.14286rem)
	}

	.grid-margin-y>.medium-6 {
		height: calc(50% - 2.14286rem)
	}

	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 2.14286rem)
	}

	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 2.14286rem)
	}

	.grid-margin-y>.medium-9 {
		height: calc(75% - 2.14286rem)
	}

	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 2.14286rem)
	}

	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 2.14286rem)
	}

	.grid-margin-y>.medium-12 {
		height: calc(100% - 2.14286rem)
	}
}

@media print,
screen and (min-width:64em) {

	.grid-margin-y>.large-auto,
	.grid-margin-y>.large-shrink {
		height: auto
	}

	.grid-margin-y>.large-1 {
		height: calc(8.33333% - 2.14286rem)
	}

	.grid-margin-y>.large-2 {
		height: calc(16.66667% - 2.14286rem)
	}

	.grid-margin-y>.large-3 {
		height: calc(25% - 2.14286rem)
	}

	.grid-margin-y>.large-4 {
		height: calc(33.33333% - 2.14286rem)
	}

	.grid-margin-y>.large-5 {
		height: calc(41.66667% - 2.14286rem)
	}

	.grid-margin-y>.large-6 {
		height: calc(50% - 2.14286rem)
	}

	.grid-margin-y>.large-7 {
		height: calc(58.33333% - 2.14286rem)
	}

	.grid-margin-y>.large-8 {
		height: calc(66.66667% - 2.14286rem)
	}

	.grid-margin-y>.large-9 {
		height: calc(75% - 2.14286rem)
	}

	.grid-margin-y>.large-10 {
		height: calc(83.33333% - 2.14286rem)
	}

	.grid-margin-y>.large-11 {
		height: calc(91.66667% - 2.14286rem)
	}

	.grid-margin-y>.large-12 {
		height: calc(100% - 2.14286rem)
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 1.42857rem)
}

.row {
	max-width: 85.71429rem;
	margin-right: auto;
	margin-left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.row.expanded,
.row:not(.expanded) .row {
	max-width: none
}

.row .row {
	margin-right: -1.42857rem;
	margin-left: -1.42857rem
}

@media print,
screen and (min-width:40em) {

	.grid-frame.grid-margin-y,
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 2.14286rem)
	}

	.row .row {
		margin-right: -1.07143rem;
		margin-left: -1.07143rem
	}
}

@media print,
screen and (min-width:64em) {

	.grid-frame.grid-margin-y,
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 2.14286rem)
	}

	.row .row {
		margin-right: -1.07143rem;
		margin-left: -1.07143rem
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
	margin-right: 0;
	margin-left: 0
}

.column,
.columns {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-right: 1.42857rem;
	padding-left: 1.42857rem;
	min-width: 0
}

@media print,
screen and (min-width:40em) {

	.column,
	.columns {
		padding-right: 1.07143rem;
		padding-left: 1.07143rem
	}
}

.column.row.row,
.row.row.columns {
	float: none;
	display: block
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.small-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.small-offset-0 {
	margin-left: 0
}

.small-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.small-offset-2 {
	margin-left: 16.66667%
}

.small-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.small-offset-4 {
	margin-left: 33.33333%
}

.small-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.small-offset-5 {
	margin-left: 41.66667%
}

.small-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.small-offset-7 {
	margin-left: 58.33333%
}

.small-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.small-offset-8 {
	margin-left: 66.66667%
}

.small-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.small-offset-10 {
	margin-left: 83.33333%
}

.small-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.small-offset-11 {
	margin-left: 91.66667%
}

.small-up-1 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.small-up-2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.small-up-3 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-up-4 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.small-up-5 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.small-up-6 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-up-7 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}

.small-up-8 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: 1.42857rem;
	padding-left: 1.42857rem
}

@media print,
screen and (min-width:40em) {
	.medium-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.medium-offset-0 {
		margin-left: 0
	}

	.medium-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.medium-offset-1 {
		margin-left: 8.33333%
	}

	.medium-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.medium-offset-2 {
		margin-left: 16.66667%
	}

	.medium-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.medium-offset-3 {
		margin-left: 25%
	}

	.medium-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.medium-offset-4 {
		margin-left: 33.33333%
	}

	.medium-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.medium-offset-5 {
		margin-left: 41.66667%
	}

	.medium-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.medium-offset-6 {
		margin-left: 50%
	}

	.medium-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.medium-offset-7 {
		margin-left: 58.33333%
	}

	.medium-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.medium-offset-8 {
		margin-left: 66.66667%
	}

	.medium-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.medium-offset-9 {
		margin-left: 75%
	}

	.medium-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.medium-offset-10 {
		margin-left: 83.33333%
	}

	.medium-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.medium-offset-11 {
		margin-left: 91.66667%
	}

	.medium-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.medium-up-1>.column,
	.medium-up-1>.columns {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.medium-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.medium-up-2>.column,
	.medium-up-2>.columns {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.medium-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.medium-up-3>.column,
	.medium-up-3>.columns {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.medium-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.medium-up-4>.column,
	.medium-up-4>.columns {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.medium-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.medium-up-5>.column,
	.medium-up-5>.columns {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.medium-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.medium-up-6>.column,
	.medium-up-6>.columns {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.medium-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.medium-up-7>.column,
	.medium-up-7>.columns {
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}

	.medium-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.medium-up-8>.column,
	.medium-up-8>.columns {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
	.medium-expand {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media print,
screen and (min-width:40em) {

	.row.medium-unstack>.column,
	.row.medium-unstack>.columns {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}

	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: 1.07143rem;
		padding-left: 1.07143rem
	}
}

@media print,
screen and (min-width:64em) {
	.large-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.large-offset-0 {
		margin-left: 0
	}

	.large-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.large-offset-1 {
		margin-left: 8.33333%
	}

	.large-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.large-offset-2 {
		margin-left: 16.66667%
	}

	.large-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.large-offset-3 {
		margin-left: 25%
	}

	.large-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.large-offset-4 {
		margin-left: 33.33333%
	}

	.large-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.large-offset-5 {
		margin-left: 41.66667%
	}

	.large-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.large-offset-6 {
		margin-left: 50%
	}

	.large-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.large-offset-7 {
		margin-left: 58.33333%
	}

	.large-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.large-offset-8 {
		margin-left: 66.66667%
	}

	.large-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.large-offset-9 {
		margin-left: 75%
	}

	.large-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.large-offset-10 {
		margin-left: 83.33333%
	}

	.large-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.large-offset-11 {
		margin-left: 91.66667%
	}

	.large-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.large-up-1>.column,
	.large-up-1>.columns {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.large-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.large-up-2>.column,
	.large-up-2>.columns {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.large-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.large-up-3>.column,
	.large-up-3>.columns {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.large-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.large-up-4>.column,
	.large-up-4>.columns {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.large-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.large-up-5>.column,
	.large-up-5>.columns {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.large-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.large-up-6>.column,
	.large-up-6>.columns {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.large-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.large-up-7>.column,
	.large-up-7>.columns {
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}

	.large-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.large-up-8>.column,
	.large-up-8>.columns {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

.shrink,
legend,
textarea {
	max-width: 100%
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
	.large-expand {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media print,
screen and (min-width:64em) {

	.row.large-unstack>.column,
	.row.large-unstack>.columns {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}

	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: 1.07143rem;
		padding-left: 1.07143rem
	}
}

.shrink {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.column-block {
	margin-bottom: 2.85714rem
}

.column-block>:last-child {
	margin-bottom: 0
}

.align-right {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center {
	-ms-flex-pack: center;
	justify-content: center
}

.align-justify {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.align-right.vertical.menu>li>a {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center.vertical.menu>li>a {
	-ms-flex-pack: center;
	justify-content: center
}

.align-top {
	-ms-flex-align: start;
	align-items: flex-start
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.align-bottom {
	-ms-flex-align: end;
	align-items: flex-end
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.align-middle {
	-ms-flex-align: center;
	align-items: center
}

.align-self-middle {
	-ms-flex-item-align: center;
	align-self: center
}

.align-stretch {
	-ms-flex-align: stretch;
	align-items: stretch
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.align-center-middle {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.small-order-1 {
	-ms-flex-order: 1;
	order: 1
}

.small-order-2 {
	-ms-flex-order: 2;
	order: 2
}

.small-order-3 {
	-ms-flex-order: 3;
	order: 3
}

.small-order-4 {
	-ms-flex-order: 4;
	order: 4
}

.small-order-5 {
	-ms-flex-order: 5;
	order: 5
}

.small-order-6 {
	-ms-flex-order: 6;
	order: 6
}

@media print,
screen and (min-width:40em) {
	.column-block {
		margin-bottom: 2.14286rem
	}

	.column-block>:last-child {
		margin-bottom: 0
	}

	.medium-order-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.medium-order-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.medium-order-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.medium-order-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.medium-order-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.medium-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
}

@media print,
screen and (min-width:64em) {
	.large-order-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.large-order-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.large-order-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.large-order-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.large-order-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.large-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
}

.flex-container {
	display: -ms-flexbox;
	display: flex
}

.flex-child-auto {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flex-child-grow {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.flex-child-shrink {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flex-dir-row {
	-ms-flex-direction: row;
	flex-direction: row
}

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

.flex-dir-column {
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-dir-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
	.medium-flex-container {
		display: -ms-flexbox;
		display: flex
	}

	.medium-flex-child-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.medium-flex-child-grow {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.medium-flex-child-shrink {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}

	.medium-flex-dir-row {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.medium-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.medium-flex-dir-column {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.medium-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media print,
screen and (min-width:64em) {
	.large-flex-container {
		display: -ms-flexbox;
		display: flex
	}

	.large-flex-child-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.large-flex-child-grow {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.large-flex-child-shrink {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}

	.large-flex-dir-row {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.large-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.large-flex-dir-column {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.large-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0
}

ol,
ul {
	margin-left: 1.25rem
}

p {
	margin-bottom: .71429rem;
	font-size: inherit;
	text-rendering: optimizeLegibility
}

em,
i {
	font-style: italic
}

b,
strong {
	font-weight: 700
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: inherit;
	text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	line-height: 0;
	color: #414042
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

code,
kbd {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a;
	background-color: #828385
}

.h1,
h1 {
	font-size: 1.71429rem
}

.h2,
h2 {
	font-size: 1.42857rem
}

.h3,
h3 {
	font-size: 1.35714rem
}

.h4,
h4 {
	font-size: 1.28571rem
}

.h5,
h5 {
	font-size: 1.21429rem
}

.h6,
h6 {
	font-size: 1.14286rem
}

figure,
kbd {
	margin: 0
}

@media print,
screen and (min-width:40em) {

	.h1,
	h1 {
		font-size: 4.07143rem
	}

	.h2,
	h2 {
		font-size: 1.42857rem
	}

	.h3,
	.h4,
	h3,
	h4 {
		font-size: 1rem
	}

	.h5,
	h5 {
		font-size: 1.42857rem
	}

	.h6,
	h6 {
		font-size: 1.14286rem
	}
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	line-height: inherit;
	color: #1795c1;
	cursor: pointer
}

a:focus,
a:hover {
	color: #53c3eb
}

a img {
	border: 0
}

hr {
	max-width: 85.71429rem;
	height: 0;
	margin: 1.42857rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #414042;
	border-left: 0
}

dl,
ol,
ul {
	margin-bottom: .71429rem;
	list-style-position: outside;
	line-height: 1.5
}

li {
	font-size: inherit
}

ul {
	list-style-type: disc
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-left: 1.25rem;
	margin-bottom: 0
}

dl {
	margin-bottom: 1rem
}

dl dt {
	margin-bottom: .3rem;
	font-weight: 700
}

.subheader,
code,
label,
select {
	font-weight: 400
}

blockquote {
	margin: 0 0 .71429rem;
	padding: .64286rem 1.42857rem 0 1.35714rem;
	border-left: 1px solid #414042
}

blockquote,
blockquote p {
	line-height: 1.5;
	color: #414042
}

cite {
	display: block;
	font-size: .92857rem;
	color: #414042
}

cite:before {
	content: "— "
}

abbr,
abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help
}

code {
	padding: .14286rem .35714rem .07143rem;
	border: 1px solid #414042
}

kbd {
	padding: .14286rem .28571rem 0
}

.button,
select {
	font-family: inherit
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	line-height: 1.4;
	color: #414042
}

.lead {
	font-size: 17.5px;
	line-height: 1.6
}

.stat {
	font-size: 2.5rem;
	line-height: 1
}

p+.stat {
	margin-top: -1rem
}

ol.no-bullet,
ul.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
	}
}

.show-for-print {
	display: none !important
}

@media print {

	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}

	* {
		background: 0 0 !important;
		box-shadow: none !important;
		color: #000 !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,
	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) ")"
	}

	blockquote,
	pre {
		border: 1px solid #414042
	}

	thead {
		display: table-header-group
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: .5cm
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.print-break-inside {
		page-break-inside: auto
	}
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.78571rem;
	margin: 0 0 1.14286rem;
	padding: .57143rem;
	border: 1px solid #414042;
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
	font-family: inherit;
	font-size: 1.14286rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-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: 0;
	border: 1px solid #414042;
	background-color: #fefefe;
	box-shadow: 0 0 5px #414042;
	transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea[rows] {
	height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #414042
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #414042
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #414042
}

input::placeholder,
textarea::placeholder {
	color: #414042
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #828385;
	cursor: not-allowed
}

[type=submit],
[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type=search] {
	box-sizing: border-box
}

[type=file],
[type=checkbox],
[type=radio] {
	margin: 0 0 1.14286rem
}

[type=checkbox]+label,
[type=radio]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .57143rem;
	margin-right: 1.14286rem;
	margin-bottom: 0
}

.button,
.element-inline,
.menu-icon,
.menu-icon.dark {
	vertical-align: middle
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
	cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
	margin-right: .57143rem
}

[type=file] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #0a0a0a
}

label.middle {
	margin: 0 0 1.14286rem;
	padding: .64286rem 0
}

.help-text {
	margin-top: -.57143rem;
	font-size: .92857rem;
	font-style: italic;
	color: #0a0a0a
}

.input-group {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1.14286rem;
	-ms-flex-align: stretch;
	align-items: stretch
}

.input-group>:first-child,
.input-group>:last-child>* {
	border-radius: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
	margin: 0;
	white-space: nowrap
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #414042;
	background: #828385;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-align: center;
	align-items: center
}

select,
select:focus {
	background-color: #fefefe;
	transition: box-shadow .5s, border-color .25s ease-in-out
}

.input-group-label:first-child {
	border-right: 0
}

.input-group-label:last-child {
	border-left: 0
}

.input-group-field {
	border-radius: 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto;
	min-width: 0
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
	height: auto;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.14286rem
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

.fieldset,
select {
	border: 1px solid #414042
}

legend {
	margin-bottom: .57143rem
}

.fieldset {
	margin: 1.07143rem 0;
	padding: 1.42857rem
}

.fieldset legend {
	margin: 0 0 0 -.21429rem;
	padding: 0 .21429rem
}

select {
	height: 2.78571rem;
	margin: 0 0 1.14286rem;
	padding: .57143rem 1.71429rem .57143rem .57143rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 1.14286rem;
	color: #0a0a0a;
	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%28254, 254, 254%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1.14286rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px
}

.form-error,
.menu .menu-text,
table caption {
	font-weight: 700
}

.form-error,
.is-invalid-label {
	color: #f48497
}

@media screen and (min-width:0\0) {
	select {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==)
	}
}

select:focus {
	border: 1px solid #414042;
	box-shadow: 0 0 5px #414042
}

select:disabled {
	background-color: #828385;
	cursor: not-allowed
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto;
	background-image: none
}

.is-invalid-input:not(:focus) {
	border-color: #f48497;
	background-color: #fdf2f4
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #f48497
}

.is-invalid-input:not(:focus)::-moz-placeholder {
	color: #f48497
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #f48497
}

.is-invalid-input:not(:focus)::placeholder {
	color: #f48497
}

.form-error {
	display: none;
	margin-top: -.57143rem;
	margin-bottom: 1.14286rem;
	font-size: .85714rem
}

.form-error.is-visible {
	display: block
}

.button {
	display: inline-block;
	margin: 0 0 1rem;
	padding: .57143rem 1.07143rem;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f7e326;
	color: #545456
}

.button:focus,
.button:hover {
	background-color: #ead409;
	color: #545456
}

.button.tiny {
	font-size: .6rem
}

.button.small {
	font-size: 13px
}

.button.large {
	font-size: 15px
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button.primary {
	background-color: #f7e326;
	color: #0a0a0a
}

.button.primary:focus,
.button.primary:hover {
	background-color: #dcc808;
	color: #0a0a0a
}

.button.secondary {
	background-color: #767676;
	color: #0a0a0a
}

.button.secondary:focus,
.button.secondary:hover {
	background-color: #5e5e5e;
	color: #0a0a0a
}

.button.success {
	background-color: #5bc992;
	color: #0a0a0a
}

.button.success:focus,
.button.success:hover {
	background-color: #3ab075;
	color: #0a0a0a
}

.button.warning {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.warning:focus,
.button.warning:hover {
	background-color: #cc8b00;
	color: #0a0a0a
}

.button.alert {
	background-color: #f48497;
	color: #0a0a0a
}

.button.alert:focus,
.button.alert:hover {
	background-color: #ee3f5d;
	color: #0a0a0a
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
	background-color: #f7e326;
	color: #545456
}

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
	background-color: #f7e326;
	color: #0a0a0a
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
	background-color: #767676;
	color: #0a0a0a
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
	background-color: #5bc992;
	color: #0a0a0a
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
	background-color: #f48497;
	color: #0a0a0a
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover,
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
	background-color: transparent
}

.button.hollow {
	border: 1px solid #f7e326;
	color: #f7e326
}

.button.hollow:focus,
.button.hollow:hover {
	border-color: #897d05;
	color: #897d05
}

.button.hollow.primary,
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
	border: 1px solid #f7e326;
	color: #f7e326
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
	border-color: #897d05;
	color: #897d05
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
	border: 1px solid #f7e326;
	color: #f7e326
}

.button.hollow.secondary {
	border: 1px solid #767676;
	color: #767676
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
	border-color: #3b3b3b;
	color: #3b3b3b
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
	border: 1px solid #767676;
	color: #767676
}

.button.hollow.success {
	border: 1px solid #5bc992;
	color: #5bc992
}

.button.hollow.success:focus,
.button.hollow.success:hover {
	border-color: #246e49;
	color: #246e49
}

.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
	border: 1px solid #5bc992;
	color: #5bc992
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
	border-color: #805700;
	color: #805700
}

.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.alert {
	border: 1px solid #f48497;
	color: #f48497
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
	border-color: #ad0f2a;
	color: #ad0f2a
}

.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
	border: 1px solid #f48497;
	color: #f48497
}

.button.clear {
	border: 1px solid #f7e326;
	color: #f7e326
}

.button.clear:focus,
.button.clear:hover {
	color: #897d05
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
	border: 1px solid #f7e326;
	color: #f7e326
}

.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
	border-color: transparent
}

.button.clear.primary {
	border: 1px solid #f7e326;
	color: #f7e326
}

.button.clear.primary:focus,
.button.clear.primary:hover {
	color: #897d05
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
	border: 1px solid #f7e326;
	color: #f7e326
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
	border-color: transparent
}

.button.clear.secondary {
	border: 1px solid #767676;
	color: #767676
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
	color: #3b3b3b
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
	border: 1px solid #767676;
	color: #767676
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
	border-color: transparent
}

.button.clear.success {
	border: 1px solid #5bc992;
	color: #5bc992
}

.button.clear.success:focus,
.button.clear.success:hover {
	color: #246e49
}

.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
	border: 1px solid #5bc992;
	color: #5bc992
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
	border-color: transparent
}

.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning:focus,
.button.clear.warning:hover {
	color: #805700
}

.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
	border-color: transparent
}

.button.clear.alert {
	border: 1px solid #f48497;
	color: #f48497
}

.button.clear.alert:focus,
.button.clear.alert:hover {
	color: #ad0f2a
}

.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
	border: 1px solid #f48497;
	color: #f48497
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
	border-color: transparent
}

.button.dropdown::after {
	width: 0;
	height: 0;
	border: .4em inset;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 1.07143rem
}

.button.dropdown.hollow.primary::after,
.button.dropdown.hollow::after {
	border-top-color: #f7e326
}

.button.dropdown.hollow.secondary::after {
	border-top-color: #767676
}

.button.dropdown.hollow.success::after {
	border-top-color: #5bc992
}

.button.dropdown.hollow.warning::after {
	border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after {
	border-top-color: #f48497
}

.button.arrow-only::after {
	top: -.1em;
	float: none;
	margin-left: 0
}

a.button:focus,
a.button:hover {
	text-decoration: none
}

.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none
}

.accordion[disabled] .accordion-title {
	cursor: not-allowed
}

.accordion-item:first-child>:first-child,
.accordion-item:last-child>:last-child {
	border-radius: 0
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #828385;
	border-bottom: 0;
	font-size: .85714rem;
	line-height: 1;
	color: #f7e326
}

:last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid #828385;
	border-radius: 0
}

.accordion-title:focus,
.accordion-title:hover {
	background-color: #828385
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.5rem;
	content: '+'
}

.is-active>.accordion-title::before {
	content: '\2013'
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #828385;
	border-bottom: 0;
	background-color: #fefefe;
	color: #545456
}

:last-child>.accordion-content:last-child {
	border-bottom: 1px solid #828385
}

.accordion-menu li {
	width: 100%
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
	padding: .5rem 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: 6px inset;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #f7e326 transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
	left: auto;
	right: 1rem
}

.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 {
	transform: rotate(180deg);
	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;
	cursor: pointer;
	width: 40px;
	height: 40px
}

.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #f7e326 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
	transform: scaleY(-1);
	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;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.button-group {
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch
}

.button-group::after,
.button-group::before {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1
}

.button-group .button {
	margin: 0 1px 1px 0;
	font-size: 15px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.callout,
.menu {
	margin: 0;
	position: relative
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.callout>:last-child,
.menu a,
.menu button,
.menu input,
.menu select {
	margin-bottom: 0
}

.button-group .button:last-child,
.menu.nested {
	margin-right: 0
}

.button-group.tiny .button {
	font-size: .6rem
}

.button-group.small .button {
	font-size: 13px
}

.button-group.large .button {
	font-size: 15px
}

.button-group.expanded .button {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.button-group.primary .button {
	background-color: #f7e326;
	color: #0a0a0a
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
	background-color: #dcc808;
	color: #0a0a0a
}

.button-group.secondary .button {
	background-color: #767676;
	color: #0a0a0a
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
	background-color: #5e5e5e;
	color: #0a0a0a
}

.button-group.success .button {
	background-color: #5bc992;
	color: #0a0a0a
}

.button-group.success .button:focus,
.button-group.success .button:hover {
	background-color: #3ab075;
	color: #0a0a0a
}

.button-group.warning .button {
	background-color: #ffae00;
	color: #0a0a0a
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
	background-color: #cc8b00;
	color: #0a0a0a
}

.button-group.alert .button {
	background-color: #f48497;
	color: #0a0a0a
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
	background-color: #ee3f5d;
	color: #0a0a0a
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media print,
screen and (min-width:40em) {
	.button-group.stacked-for-small .button {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		margin-bottom: 0
	}
}

@media print,
screen and (min-width:64em) {
	.button-group.stacked-for-medium .button {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		margin-bottom: 0
	}
}

@media screen and (max-width:39.9375em) {
	.button-group.stacked-for-small.expanded {
		display: block
	}

	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0
	}
}

.callout {
	padding: .71429rem;
	border: 2px solid rgba(10, 10, 10, .25);
	border-radius: 0;
	background-color: #fff;
	color: #545456
}

.callout>:first-child {
	margin-top: 0
}

.callout.primary {
	background-color: #fefbde;
	color: #545456
}

.callout.secondary {
	background-color: #eaeaea;
	color: #545456
}

.callout.success {
	background-color: #e6f7ef;
	color: #545456
}

.callout.warning {
	background-color: #fff3d9;
	color: #545456
}

.callout.alert {
	background-color: #fdedef;
	color: #545456
}

.callout.small {
	padding: .5rem
}

.callout.large {
	padding: 3rem
}

.menu {
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex
}

.menu.nested,
.menu.simple li+li {
	margin-left: 1rem
}

.menu .button,
.menu a {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .5rem 1rem
}

.menu input {
	display: inline-block
}

.menu,
.menu.horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}

.menu.vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column
}

.menu.expanded li {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.menu.simple {
	-ms-flex-align: center;
	align-items: center
}

.menu.simple a {
	padding: 0
}

.drilldown .is-drilldown-submenu a,
.drilldown a,
.menu .menu-text {
	padding: .5rem 1rem
}

@media print,
screen and (min-width:40em) {
	.menu.medium-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.menu.medium-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.menu.medium-expanded li,
	.menu.medium-simple li {
		-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;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.menu.large-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.menu.large-expanded li,
	.menu.large-simple li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
	display: -ms-flexbox;
	display: flex
}

.menu.icon-left li a {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
	margin-right: .25rem
}

.menu.icon-right li a {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
	margin-left: .25rem
}

.menu.icon-top li a {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}

.menu.icon-bottom li a {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}

.menu .active>a,
.menu .is-active>a {
	background: #f7e326;
	color: #fefefe
}

.menu.align-left {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu.align-right li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.menu.align-right li .submenu li {
	-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: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.menu.align-center li .submenu li {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu .menu-text {
	line-height: 1;
	color: inherit
}

.menu-centered>.menu {
	-ms-flex-pack: center;
	justify-content: center
}

.menu-centered>.menu li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.menu-centered>.menu li .submenu li {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
	display: none
}

.menu-icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: ''
}

.menu-icon:hover::after {
	background: #414042;
	box-shadow: 0 7px 0 #414042, 0 14px 0 #414042
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	content: ''
}

.menu-icon.dark:hover::after {
	background: #414042;
	box-shadow: 0 7px 0 #414042, 0 14px 0 #414042
}

.is-drilldown {
	position: relative;
	overflow: hidden
}

.is-drilldown li {
	display: block
}

.is-drilldown.animate-height {
	transition: height .5s
}

.drilldown a {
	background: #fefefe
}

.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	transition: transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
	transform: translateX(100%)
}

.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
	position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f7e326
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
	left: auto;
	right: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1795c1
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
	right: auto;
	left: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1795c1 transparent transparent
}

.drilldown .js-drilldown-back>a::before {
	width: 0;
	height: 0;
	border: 6px inset;
	content: '';
	border-right-style: solid;
	border-color: transparent #f7e326 transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: .75rem;
	border-left-width: 0
}

.dropdown-pane {
	position: absolute;
	z-index: 10;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	display: none;
	border: 1px solid #414042;
	border-radius: 0;
	background-color: #fefefe;
	font-size: 1rem
}

.dropdown-pane.is-opening {
	display: block
}

.dropdown-pane.is-open {
	visibility: visible;
	display: block
}

.invisible,
.owl-carousel.owl-refresh .owl-item,
input[type=checkbox] {
	visibility: hidden
}

.dropdown-pane.tiny {
	width: 100px
}

.dropdown-pane.small {
	width: 200px
}

.dropdown-pane.large {
	width: 400px
}

.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
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1795c1 transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}

.dropdown.menu a {
	padding: .5rem 1rem
}

.dropdown.menu .is-active>a {
	background: 0 0;
	color: #f7e326
}

.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 {
	right: 100%;
	left: auto;
	top: 0
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}

.dropdown.menu.vertical>li>a::after {
	right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1795c1 transparent transparent
}

.dropdown.menu.vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1795c1
}

@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-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem
	}

	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: 6px inset;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1795c1 transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}

	.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
		top: 0
	}

	.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0
	}

	.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}

	.dropdown.menu.medium-vertical>li>a::after {
		right: 14px
	}

	.dropdown.menu.medium-vertical>li.opens-left>a::after {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		border: 6px inset;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1795c1 transparent transparent
	}

	.dropdown.menu.medium-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: 6px inset;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1795c1
	}
}

@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-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem
	}

	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: 6px inset;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1795c1 transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}

	.dropdown.menu.large-vertical>li .is-dropdown-submenu {
		top: 0
	}

	.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0
	}

	.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}

	.dropdown.menu.large-vertical>li>a::after {
		right: 14px
	}

	.dropdown.menu.large-vertical>li.opens-left>a::after {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		border: 6px inset;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1795c1 transparent transparent
	}

	.dropdown.menu.large-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: 6px inset;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1795c1
	}
}

.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: 200px;
	border: 1px solid #414042;
	background: #fefefe
}

.dropdown .is-dropdown-submenu a {
	padding: .5rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
	right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1795c1 transparent transparent
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1795c1
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}

.is-dropdown-submenu>li {
	width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
	display: block
}

.flex-video,
.responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 1.14286rem;
	padding-bottom: 75%;
	overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
	padding-bottom: 56.25%
}

.label {
	display: inline-block;
	padding: .33333rem .5rem;
	border-radius: 0;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #f7e326;
	color: #fefefe
}

.label.primary {
	background: #f7e326;
	color: #0a0a0a
}

.label.secondary {
	background: #767676;
	color: #fefefe
}

.label.success {
	background: #5bc992;
	color: #0a0a0a
}

.label.warning {
	background: #ffae00;
	color: #0a0a0a
}

.label.alert {
	background: #f48497;
	color: #0a0a0a
}

.media-object {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.media-object img {
	max-width: none
}

@media screen and (max-width:39.9375em) {
	.media-object.stack-for-small {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.media-object.stack-for-small .media-object-section {
		padding: 0 0 1rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.media-object.stack-for-small .media-object-section img {
		width: 100%
	}
}

.media-object-section {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.media-object-section:first-child {
	padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem
}

.media-object-section>:last-child {
	margin-bottom: 0
}

.media-object-section.main-section {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.pagination {
	margin-left: 0;
	margin-bottom: 1rem
}

.pagination::after,
.pagination::before {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1
}

.pagination li {
	margin-right: .07143rem;
	border-radius: 0;
	font-size: 1rem;
	display: none
}

.pagination li:first-child,
.pagination li:last-child {
	display: inline-block
}

@media print,
screen and (min-width:40em) {
	.pagination li {
		display: inline-block
	}
}

.pagination a,
.pagination button {
	display: block;
	padding: .21429rem .71429rem;
	border-radius: 0;
	color: #0a0a0a
}

.pagination a:hover,
.pagination button:hover {
	background: #828385
}

.pagination .current {
	padding: .21429rem .71429rem;
	background: #f7e326;
	color: #fefefe;
	cursor: default
}

.pagination .disabled {
	padding: .21429rem .71429rem;
	color: #414042;
	cursor: not-allowed
}

.pagination .disabled:hover {
	background: 0 0
}

.pagination .ellipsis::after {
	padding: .21429rem .71429rem;
	content: '\2026';
	color: #0a0a0a
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
	display: inline-block;
	margin-right: .5rem;
	content: '\00ab'
}

.pagination-next a::after,
.pagination-next.disabled::after {
	display: inline-block;
	margin-left: .5rem;
	content: '\00bb'
}

body.is-reveal-open {
	overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10, 10, 10, .45);
	overflow-y: scroll
}

.reveal {
	z-index: 1006;
	display: none;
	padding: 1rem;
	border: 1px solid #414042;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto
}

.reveal .column,
.reveal .columns {
	min-width: 0
}

.reveal>:last-child {
	margin-bottom: 0
}

.reveal.collapse {
	padding: 0
}

table caption,
table tbody td,
table tbody th {
	padding: .57143rem .71429rem .71429rem
}

@media print,
screen and (min-width:40em) {
	.reveal {
		min-height: 0;
		width: 600px;
		max-width: 85.71429rem
	}

	.reveal.tiny {
		width: 30%;
		max-width: 85.71429rem
	}

	.reveal.small {
		width: 50%;
		max-width: 85.71429rem
	}

	.reveal.large {
		width: 90%;
		max-width: 85.71429rem
	}
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0
}

@media screen and (max-width:39.9375em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		margin-left: 0;
		border: 0;
		border-radius: 0
	}
}

.reveal.without-overlay {
	position: fixed
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}

table tbody,
table tfoot,
table thead {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}

table thead {
	background: #f8f8f8;
	color: #545456
}

table tfoot {
	background: #f1f1f1;
	color: #545456
}

table tfoot tr,
table thead tr {
	background: 0 0
}

table tfoot td,
table tfoot th,
table thead td,
table thead th {
	padding: .57143rem .71429rem .71429rem;
	font-weight: 700;
	text-align: left
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1
}

table.unstriped tbody,
table.unstriped tbody tr {
	background-color: #fefefe
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1
}

@media screen and (max-width:63.9375em) {

	table.stack tfoot,
	table.stack thead {
		display: none
	}

	table.stack td,
	table.stack th,
	table.stack tr {
		display: block
	}

	table.stack td {
		border-top: 0
	}
}

table.scroll {
	display: block;
	width: 100%
}

table.hover thead tr:hover {
	background-color: #f3f3f3
}

table.hover tfoot tr:hover {
	background-color: #ececec
}

table.hover tbody tr:hover {
	background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec
}

.table-scroll table {
	width: auto
}

.hide {
	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.9375em) {

	.hide-for-small-only,
	.show-for-medium {
		display: none !important
	}
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
	.hide-for-medium-only {
		display: none !important
	}
}

@media screen and (max-width:39.9375em),
screen and (min-width:64em) {
	.show-for-medium-only {
		display: none !important
	}
}

@media print,
screen and (min-width:64em) {
	.hide-for-large {
		display: none !important
	}
}

@media screen and (max-width:63.9375em) {
	.show-for-large {
		display: none !important
	}
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
	.hide-for-large-only {
		display: none !important
	}
}

@media screen and (max-width:63.9375em),
screen and (min-width:75em) {
	.show-for-large-only {
		display: none !important
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

.overflow-x-hidden,
.seats-map-seats-block {
	overflow-x: hidden
}

.hide-for-portrait,
.show-for-landscape {
	display: block !important
}

@media screen and (orientation:landscape) {

	.hide-for-portrait,
	.show-for-landscape {
		display: block !important
	}

	.hide-for-landscape,
	.show-for-portrait {
		display: none !important
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important
}

@media screen and (orientation:portrait) {

	.hide-for-portrait,
	.show-for-landscape {
		display: none !important
	}

	.hide-for-landscape,
	.show-for-portrait {
		display: block !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.clearfix::after,
.clearfix::before {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

h1,
select {
	line-height: 1
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

h1 {
	font-weight: 100
}

a {
	transition: color .2s ease-in-out
}

img {
	transition: -webkit-filter .2s ease-in-out, filter .2s ease-in-out
}

.white-link {
	color: #fefefe
}

.blue-link {
	color: #1795c1 !important
}

.blue-link:hover {
	color: rgba(23, 149, 193, .6) !important
}

.button {
	font-weight: 800
}

.button-white {
	background: 0 0;
	border: 2px solid #fefefe;
	color: #fefefe;
	font-weight: 600
}

.button-white:hover {
	color: #0a0a0a;
	border-color: #f7e326
}

.button-blue {
	background: #1795c1;
	color: #fefefe;
	font-weight: 600
}

.button-blue:hover {
	color: #fefefe;
	background: #3dbce8
}

.button-dark {
	background: 0 0;
	border: 2px solid #414042;
	color: #414042;
	font-weight: 600
}

.button-dark:hover {
	color: #fefefe;
	background: #414042
}

.button-light-gray {
	background: #828385;
	border: 2px solid #828385;
	color: #fefefe;
	font-weight: 600
}

.button-light-gray:hover {
	color: #545456;
	background: #f7e326
}

.button-dark-bg {
	background: #414042;
	border: none;
	color: #fefefe;
	font-weight: 600
}

.button-dark-bg:hover {
	color: #0a0a0a;
	border-color: #f7e326
}

.button-primary {
	color: #414042;
	font-weight: 800;
	background: #f7e326
}

.button-primary:hover {
	background: #414042;
	color: #fefefe
}

.button-primary-transparent {
	color: #f7e326 !important;
	font-weight: 800;
	background: 0 0;
	border: 1px solid #f7e326
}

.button-primary-transparent:hover {
	background: #f7e326;
	color: #414042
}

@media screen and (max-width:39.9375em) {
	.button.small-expanded {
		display: block !important;
		margin-top: .71429rem;
		width: 100%
	}
}

.close-button,
.close-button.medium {
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer
}

.button.unstyled {
	padding: 0;
	margin: 0;
	color: inherit;
	font-weight: 400;
	font-size: 14px
}

form .description {
	font-size: .71429rem
}

input[type=checkbox]+label {
	margin: 0
}

input[type=checkbox] {
	position: absolute
}

input[type=checkbox]+label::before {
	visibility: visible;
	content: '';
	height: 15px;
	width: 15px;
	display: inline-block;
	border: 2px solid #f7e326;
	margin-top: -2px;
	margin-right: 4px;
	cursor: pointer;
	transition: all .3s ease-in-out
}

input[type=checkbox]:checked+label:before {
	background: #f7e326
}

.clearfix:after {
	content: "";
	display: table
}

.element-inline {
	display: inline-block
}

.flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.no-margin {
	margin: 0
}

.margin-auto {
	margin: auto
}

.margin-top-auto {
	margin: 1.42857rem auto 0
}

.no-padding {
	padding: 0 !important
}

.relative {
	position: relative;
	z-index: 5
}

.white-separator {
	width: 100%;
	height: 1px;
	background: #fefefe;
	margin: 1.07143rem 0
}

.primary-triangle-background-bottom,
.primary-triangle-background-top {
	width: 100%;
	height: 200px;
	background-color: #f7e326;
	position: absolute;
	z-index: 1;
	-webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
	clip-path: polygon(0 100%, 100% 100%, 0 0);
	bottom: -1px
}

.primary-triangle-background-bottom {
	-webkit-clip-path: polygon(0 0, 0 30%, 100% 0);
	clip-path: polygon(0 0, 0 30%, 100% 0);
	top: 0
}

.heading-padding {
	padding: 0 0 3.57143rem
}

.trailer-reveal {
	background: #0a0a0a;
	padding: 4.28571rem 1.42857rem 1.42857rem
}

.trailer-reveal .close-button {
	color: #fefefe
}

.item-seat-map.reveal .close-button {
	top: 20px;
	right: 20px
}

.item-seat-map.reveal .close-button span {
	color: #545456
}

.section-dark,
.section-dark .section-title h1 {
	color: #fefefe
}

.section-padding {
	padding: 2.85714rem 0
}

@media print,
screen and (min-width:40em) {
	.section-padding {
		padding: 4.28571rem 0
	}
}

.section-padding-2x {
	padding: 4.28571rem 0 2.85714rem
}

@media print,
screen and (min-width:40em) {
	.section-padding-2x {
		padding: 7.14286rem 0 4.28571rem
	}
}

.section-title {
	font-size: 1.78571rem;
	position: relative
}

.white-left-line,
.yellow-left-line {
	height: 2px;
	position: absolute;
	margin-left: -50%;
	content: '';
	margin-top: 1px;
	left: 0
}

.section-light {
	background: #fefefe
}

.section-dark {
	background: #414042
}

.section-dark .button-primary:hover {
	background: #fefefe;
	color: #545456
}

.section-dark hr {
	border-color: #828385
}

.section-primary {
	background: #f7e326
}

.section-light-gray {
	background: #f6f6f6
}

.row-padding {
	padding: 1.42857rem 0
}

.field-category {
	font-weight: 800
}

.field-body,
.field-body p {
	font-size: 1.14286rem
}

.black-bold,
.gray-bold,
.white-bold {
	color: #0a0a0a;
	font-weight: 600
}

.bold {
	font-weight: 800
}

.gray-bold {
	color: #414042
}

.white-bold {
	color: #fefefe
}

.primary-color {
	color: #f7e326
}

.yellow-left-line {
	display: none;
	width: 80%;
	background: #f7e326;
	top: 50%
}

@media print,
screen and (min-width:40em) {
	.row-padding {
		padding: 2.85714rem 0
	}

	.yellow-left-line {
		display: block
	}
}

@media print,
screen and (min-width:64em) {
	.yellow-left-line {
		width: 90%
	}
}

.yellow-left-line.short {
	width: 70% !important
}

@media print,
screen and (min-width:64em) {
	.yellow-left-line.short {
		width: 83% !important
	}
}

.white-left-line {
	display: none;
	width: 80%;
	background: #fefefe;
	top: 50%
}

.yellow-fullwidth-line,
.yellow-right-line {
	position: absolute;
	height: 2px;
	background: #f7e326;
	top: 50%
}

@media print,
screen and (min-width:40em) {
	.white-left-line {
		display: block
	}
}

@media print,
screen and (min-width:64em) {
	.white-left-line {
		width: 90%
	}
}

.yellow-right-line {
	display: none;
	content: '';
	width: 80%;
	right: 0;
	margin-right: -50%;
	margin-top: 1px
}

@media print,
screen and (min-width:40em) {
	.yellow-right-line {
		display: block
	}
}

@media print,
screen and (min-width:64em) {
	.yellow-right-line {
		width: 90%
	}
}

.yellow-fullwidth-line {
	width: 100%;
	left: 0
}

.underline-primary {
	border-bottom: 2px solid #f7e326;
	display: initial
}

.seat-icon,
.seat-icon-full,
.seat-icon-selected {
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	transition: all .3s ease-in-out
}

.blue {
	color: #1795c1
}

.seat-icon {
	height: 8px;
	width: 8px;
	background-color: transparent;
	border: 1px solid #fefefe;
	border-radius: 50px
}

@media screen and (max-width:320px) {
	.seat-icon {
		height: 5px;
		width: 5px
	}
}

@media print,
screen and (min-width:40em) {
	.seat-icon {
		height: 12px;
		width: 12px;
		border-width: 2px
	}
}

@media print,
screen and (min-width:64em) {
	.seat-icon {
		height: 15px;
		width: 15px
	}
}

.seat-icon-full {
	height: 8px;
	width: 8px;
	background-color: #828385;
	border: 1px solid #828385;
	border-radius: 50px
}

@media screen and (max-width:320px) {
	.seat-icon-full {
		height: 5px;
		width: 5px
	}
}

@media print,
screen and (min-width:40em) {
	.seat-icon-full {
		height: 12px;
		width: 12px;
		border-width: 2px
	}
}

@media print,
screen and (min-width:64em) {
	.seat-icon-full {
		height: 15px;
		width: 15px
	}
}

.seat-icon-selected {
	height: 8px;
	width: 8px;
	background-color: #f7e326;
	border: 1px solid #f7e326;
	border-radius: 50px
}

@media screen and (max-width:320px) {
	.seat-icon-selected {
		height: 5px;
		width: 5px
	}
}

@media print,
screen and (min-width:40em) {
	.seat-icon-selected {
		height: 12px;
		width: 12px;
		border-width: 2px
	}
}

.reveal-dark {
	background-color: #414042;
	padding-top: 5.71429rem
}

@media screen and (max-width:39.9375em) {
	.reveal-dark {
		padding: 3.57143rem .28571rem .28571rem
	}
}

.reveal-dark .close-button {
	color: #fefefe;
	font-size: 2.85714rem
}

.reveal-dark,
.reveal-dark a,
.reveal-dark h2,
.reveal-dark h3,
.reveal-dark li,
.reveal-dark p {
	color: #fefefe
}

@media print,
screen and (min-width:64em) {
	.seat-icon-selected {
		height: 15px;
		width: 15px
	}

	.flip-container {
		perspective: 1000px
	}

	.flip-container.hover .flipper,
	.flip-container:hover .flipper {
		transform: rotateY(180deg)
	}

	.flipper {
		transition: .6s ease-in-out .2s;
		transform-style: preserve-3d;
		position: relative
	}

	.back,
	.front {
		backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		position: absolute;
		top: 0;
		left: 0
	}

	.front {
		z-index: 2;
		transform: rotateY(0)
	}

	.back {
		transform: rotateY(180deg)
	}
}

.nav-bar {
	padding: 2.14286rem 0
}

.nav-bar.fixed {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%
}

.nav-bar .menu li {
	font-size: 1.07143rem;
	font-weight: 600
}

.nav-bar .dropdown.menu .menu {
	background: 0 0;
	border: none
}

.nav-bar .dropdown.menu li.opens-left {
	text-align: right
}

.nav-bar .menu-toggle {
	font-size: 2.14286rem;
	line-height: 30px;
	margin-left: .35714rem
}

.nav-bar .responsive-menu.open {
	display: block
}

@media print,
screen and (min-width:40em) {
	.nav-bar.white .menu>li>a {
		color: #fefefe
	}

	.nav-bar.white .menu>li>a:hover {
		color: #e2cd08
	}
}

.nav-bar.white .menu-toggle {
	color: #fefefe
}

@media print,
screen and (min-width:40em) {
	.nav-bar.dark .menu>li>a {
		color: #545456
	}

	.nav-bar.dark .menu>li>a:hover {
		color: #e2cd08
	}

	.nav-bar.dark .is-dropdown-submenu {
		background: #fefefe !important;
		z-index: 99
	}
}

.nav-bar.dark .logo img {
	-webkit-filter: brightness(30%);
	filter: brightness(30%)
}

.nav-bar.dark .menu-toggle {
	color: #545456
}

@media screen and (max-width:39.9375em) {
	.nav-bar a {
		color: #f7e326
	}

	.nav-bar .responsive-menu {
		display: none;
		background: #414042;
		margin-top: 1.42857rem;
		padding-bottom: 1.42857rem;
		margin-bottom: -30px
	}

	.nav-bar .menu-inline {
		margin-top: 1.42857rem
	}

	.nav-bar .menu-inline .menu li {
		margin-bottom: .35714rem
	}

	.nav-bar .menu-inline .is-accordion-submenu-parent,
	.nav-bar .menu-inline .is-dropdown-submenu-parent {
		background: #828385;
		width: 100%
	}

	.nav-bar .menu-inline .is-accordion-submenu-parent .menu,
	.nav-bar .menu-inline .is-dropdown-submenu-parent .menu {
		width: 100%;
		background: 0 0;
		border: none;
		border-left: 2px solid #f7e326;
		margin-top: .35714rem
	}

	.nav-bar .menu-inline .is-accordion-submenu-parent .menu li,
	.nav-bar .menu-inline .is-dropdown-submenu-parent .menu li {
		font-size: 1rem
	}

	.nav-bar .menu-inline .is-accordion-submenu-parent .menu a,
	.nav-bar .menu-inline .is-dropdown-submenu-parent .menu a {
		color: #f7e326;
		padding-top: .35714rem;
		padding-bottom: .35714rem
	}

	.nav-bar .programacio-menu .menu li {
		position: relative
	}

	.nav-bar .programacio-menu .menu li:after {
		content: "\f105";
		position: absolute;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: 400;
		right: 10px;
		top: 3px;
		color: #0a0a0a;
		font-size: 20px
	}

	.nav-bar .programacio-menu .menu a {
		background: #f7e326;
		color: #0a0a0a !important
	}
}

@media print,
screen and (min-width:40em) {
	.nav-bar .menu li {
		font-size: .92857rem
	}

	.nav-bar .dropdown.menu .menu {
		border: none;
		margin-left: 20px;
		border-left: 1px solid #f7e326
	}

	.nav-bar .dropdown.menu .menu a {
		padding-top: .35714rem;
		padding-bottom: .35714rem
	}

	.nav-bar .dropdown.menu .opens-left .menu {
		border-left: none;
		border-right: 1px solid #f7e326
	}

	.nav-bar .dropdown.menu .opens-left a {
		padding-right: 1.42857rem
	}

	.nav-bar .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
		display: none
	}

	.nav-bar .programacio-menu .menu {
		border: 2px solid #f7e326
	}

	.nav-bar .programacio-menu .menu-separator {
		color: #f7e326;
		font-size: 27px;
		line-height: 30px;
		height: 0;
		width: 0;
		vertical-align: bottom;
		text-align: center;
		display: inline-table;
		font-weight: 100
	}

	.nav-bar .site-account-menu .menu li {
		font-size: .71429rem
	}

	.nav-bar .site-account-menu .fa {
		font-size: .92857rem
	}

	.nav-bar .inline-menus {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.main-footer {
	position: relative;
	color: #c7c8ca
}

.main-footer a {
	color: #828385
}

.main-footer a:hover {
	color: #fefefe
}

.main-footer .social-icons-menu a {
	font-size: 1.42857rem;
	border: 1px solid #828385;
	height: 35px;
	width: 35px;
	display: table;
	text-align: center;
	line-height: 1;
	transition: border .2s ease-in-out;
	margin-right: .71429rem
}

.main-footer .social-icons-menu a .fa {
	vertical-align: middle;
	text-align: center;
	width: 15px
}

.main-footer .social-icons-menu a:hover {
	color: #f7e326;
	border-color: #f7e326
}

.main-footer .footer-scrollup {
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 40px
}

.hero-slideshow .owl-dots {
	position: absolute;
	bottom: 10px;
	width: 100%
}

.hero-slideshow .owl-dots .owl-dot span {
	background: #fefefe
}

.hero-slideshow .owl-dots .owl-dot.active span,
.hero-slideshow .owl-dots .owl-dot:hover span {
	background: #f7e326
}

.featured-carousel .owl-stage-outer {
	padding-top: 6.42857rem
}

.featured-carousel .owl-dots .owl-dot span {
	background: #fefefe
}

.featured-carousel .owl-dots .owl-dot.active span,
.featured-carousel .owl-dots .owl-dot:hover span {
	background: #414042
}

.event-trailer-carousel .owl-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	max-width: 770px
}

@media print,
screen and (min-width:40em) {
	.main-footer .menu li {
		font-size: .85714rem
	}

	.event-trailer-carousel .owl-dots,
	.hero-slideshow .owl-dots {
		bottom: 40px
	}
}

.event-trailer-carousel .owl-dots .owl-dot span {
	background: #fefefe
}

.event-trailer-carousel .owl-dots .owl-dot.active span,
.event-trailer-carousel .owl-dots .owl-dot:hover span {
	background: #f7e326
}

.organisation-logos-carousel .owl-item,
.sponsor-logos-carousel .owl-item {
	float: none !important;
	text-align: center;
	display: inline-block;
	padding: 0 10px
}

.organisation-logos-carousel .owl-item img,
.sponsor-logos-carousel .owl-item img {
	text-align: center
}

.organisation-logos-carousel .owl-dots .owl-dot span,
.sponsor-logos-carousel .owl-dots .owl-dot span {
	background: #e4e4e4
}

.organisation-logos-carousel .owl-dots .owl-dot.active span,
.organisation-logos-carousel .owl-dots .owl-dot:hover span,
.sponsor-logos-carousel .owl-dots .owl-dot.active span,
.sponsor-logos-carousel .owl-dots .owl-dot:hover span {
	background: #f7e326
}

.cart-block {
	background-image: url(../images/icons/cart-icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	margin-top: 2px;
	position: relative
}

.cart-block a {
	display: block;
	width: 100%;
	height: 100%;
	color: #545456
}

.cart-block span {
	font-size: .71429rem;
	background: #fefefe;
	width: 15px;
	position: absolute;
	display: block;
	top: 4px;
	left: 8px;
	text-align: center;
	border-radius: 50px
}

.home-next-events-block,
.programacio-events-block,
.subscription-select-events-block {
	padding: 2.85714rem 0 0
}

.home-next-events-block .item,
.programacio-events-block .item,
.subscription-select-events-block .item {
	position: relative;
	margin-bottom: .14286rem
}

.home-next-events-block .item .overlay,
.programacio-events-block .item .overlay,
.subscription-select-events-block .item .overlay {
	background: rgba(0, 0, 0, .42);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: background .3s ease-in-out
}

.home-next-events-block .item .teaser,
.programacio-events-block .item .teaser,
.subscription-select-events-block .item .teaser {
	background: center center no-repeat #414042;
	padding: 1.42857rem;
	position: relative;
	z-index: 2;
	background-size: cover;
	min-height: 200px;
	max-height: 200px
}

.home-next-events-block .item .teaser .teaser-date,
.programacio-events-block .item .teaser .teaser-date,
.subscription-select-events-block .item .teaser .teaser-date {
	color: #f7e326;
	border: 2px solid #f7e326;
	max-width: 7.85714rem;
	position: relative;
	padding: .71429rem;
	float: right;
	z-index: 6;
	word-wrap: break-word
}

@media print,
screen and (min-width:64em) {

	.home-next-events-block .item .teaser,
	.programacio-events-block .item .teaser,
	.subscription-select-events-block .item .teaser {
		min-height: 340px;
		max-height: 340px
	}

	.home-next-events-block .item .teaser .teaser-date,
	.programacio-events-block .item .teaser .teaser-date,
	.subscription-select-events-block .item .teaser .teaser-date {
		float: none;
		margin: -2.85714rem auto auto;
		padding-top: 2.14286rem
	}

	.home-next-events-block .item .full,
	.programacio-events-block .item .full,
	.subscription-select-events-block .item .full {
		min-height: 340px;
		max-height: 340px
	}
}

.home-next-events-block .item .teaser .teaser-date .teaser-date-day,
.programacio-events-block .item .teaser .teaser-date .teaser-date-day,
.subscription-select-events-block .item .teaser .teaser-date .teaser-date-day {
	font-size: 2.14286rem;
	font-weight: 100;
	line-height: 1;
	text-transform: uppercase
}

@media print,
screen and (min-width:40em) {

	.home-next-events-block .item .teaser .teaser-date .teaser-date-day,
	.programacio-events-block .item .teaser .teaser-date .teaser-date-day,
	.subscription-select-events-block .item .teaser .teaser-date .teaser-date-day {
		font-size: 2.5rem
	}
}

.home-next-events-block .item .teaser .teaser-date .teaser-date-day.multiple,
.programacio-events-block .item .teaser .teaser-date .teaser-date-day.multiple,
.subscription-select-events-block .item .teaser .teaser-date .teaser-date-day.multiple {
	margin-top: .28571rem;
	font-size: 1.21429rem;
	text-transform: capitalize
}

.home-next-events-block .item .teaser .teaser-date .teaser-date-day-month,
.programacio-events-block .item .teaser .teaser-date .teaser-date-day-month,
.subscription-select-events-block .item .teaser .teaser-date .teaser-date-day-month {
	font-size: .71429rem;
	text-transform: uppercase;
	font-weight: 800
}

@media print,
screen and (min-width:40em) {

	.home-next-events-block .item .teaser .teaser-date .teaser-date-day-month,
	.programacio-events-block .item .teaser .teaser-date .teaser-date-day-month,
	.subscription-select-events-block .item .teaser .teaser-date .teaser-date-day-month {
		font-size: 1.42857rem
	}
}

.home-next-events-block .item .teaser .teaser-price,
.programacio-events-block .item .teaser .teaser-price,
.subscription-select-events-block .item .teaser .teaser-price {
	font-weight: 800
}

.home-next-events-block .item .teaser .teaser-heading,
.programacio-events-block .item .teaser .teaser-heading,
.subscription-select-events-block .item .teaser .teaser-heading {
	position: absolute;
	bottom: 20px;
	max-width: 180px;
	margin: auto
}

.home-next-events-block .item .teaser .teaser-heading h2,
.programacio-events-block .item .teaser .teaser-heading h2,
.subscription-select-events-block .item .teaser .teaser-heading h2 {
	color: #fefefe;
	margin: 0
}

.home-next-events-block .item .teaser .toggle-full,
.programacio-events-block .item .teaser .toggle-full,
.subscription-select-events-block .item .teaser .toggle-full {
	color: #f7e326;
	font-size: 2.28571rem;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10
}

.home-next-events-block .item .full,
.programacio-events-block .item .full,
.subscription-select-events-block .item .full {
	background: #f7e326;
	color: #414042;
	padding: 1.42857rem;
	display: none;
	height: auto;
	width: 100%
}

.home-next-events-block .item .full.open,
.programacio-events-block .item .full.open,
.subscription-select-events-block .item .full.open {
	display: block
}

@media print,
screen and (min-width:64em) {

	.home-next-events-block .item .full,
	.programacio-events-block .item .full,
	.subscription-select-events-block .item .full {
		display: block;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0
	}

	.home-next-events-block .item,
	.programacio-events-block .item,
	.subscription-select-events-block .item {
		padding-right: 2px !important
	}
}

.home-next-events-block .item .full .full-heading,
.programacio-events-block .item .full .full-heading,
.subscription-select-events-block .item .full .full-heading {
	background: #fff;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: .21429rem;
	padding-bottom: .21429rem;
	margin-bottom: .21429rem;
	color: #414042
}

.home-next-events-block .item .full .full-body,
.programacio-events-block .item .full .full-body,
.subscription-select-events-block .item .full .full-body {
	color: #414042;
	margin-bottom: .71429rem;
	font-size: .92857rem
}

.home-next-events-block .item .full .full-more,
.programacio-events-block .item .full .full-more,
.subscription-select-events-block .item .full .full-more {
	color: #fefefe;
	font-weight: 600
}

.home-next-events-block .item .full .full-more:hover,
.programacio-events-block .item .full .full-more:hover,
.subscription-select-events-block .item .full .full-more:hover {
	color: #414042
}

.home-next-events-block .item:hover .full,
.programacio-events-block .item:hover .full,
.subscription-select-events-block .item:hover .full {
	z-index: 3;
	display: block;
	width: 100% !important;
}

.home-vouchers-block .home-vouchers-block-item h2 {
	font-weight: 800
}

.home-vouchers-block .home-vouchers-block-item h2 a {
	color: #545456
}

.home-vouchers-block .home-vouchers-block-item h2 a:hover {
	color: #f7e326
}

.home-vouchers-block .home-voucher-block-link {
	margin-top: 1.42857rem
}

.home-featured-block .home-featured-block-item .teaser-date {
	color: #fefefe;
	border: 2px solid #fefefe;
	max-width: 7.85714rem;
	position: relative;
	padding: 2.14286rem .71429rem .71429rem;
	z-index: 6;
	word-wrap: break-word;
	float: none;
	margin: -2.85714rem auto auto
}

@media print,
screen and (min-width:64em) {
	.home-featured-block .home-featured-block-item .teaser-date {
		float: none;
		margin: -2.85714rem auto auto;
		padding-top: 2.14286rem
	}
}

.home-featured-block .home-featured-block-item .teaser-date .teaser-date-day {
	font-size: 2.14286rem;
	font-weight: 100;
	line-height: 1;
	text-transform: uppercase
}

@media print,
screen and (min-width:40em) {
	.home-featured-block .home-featured-block-item .teaser-date .teaser-date-day {
		font-size: 2.5rem
	}
}

.home-featured-block .home-featured-block-item .teaser-date .teaser-date-day.multiple {
	margin-top: .28571rem;
	font-size: 1.21429rem;
	text-transform: capitalize
}

.home-featured-block .home-featured-block-item .teaser-date .teaser-date-day-month {
	font-size: .71429rem;
	text-transform: uppercase;
	font-weight: 800
}

@media print,
screen and (min-width:40em) {
	.home-featured-block .home-featured-block-item .teaser-date .teaser-date-day-month {
		font-size: 1.42857rem
	}
}

.home-featured-block .home-featured-block-item .teaser-featured-image {
	margin-top: -6.42857rem;
	margin-bottom: .71429rem
}

.home-featured-block .home-featured-block-item .teaser-featured-image a {
	display: block;
	width: 100%;
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat
}

.home-featured-block .home-featured-block-item .teaser-heading h2 {
	font-size: 1rem;
	font-weight: 600
}

.home-featured-block .home-featured-block-item .teaser-heading h2 a {
	color: #545456
}

@media screen and (max-width:63.9375em) {
	.home-featured-block .home-featured-block-item .teaser-heading {
		padding: 1.42857rem;
		position: absolute;
		bottom: 10px;
		left: 0
	}

	.home-featured-block .home-featured-block-item .teaser-heading h2 {
		font-size: 1.42857rem
	}

	.home-featured-block .home-featured-block-item .teaser-heading a,
	.home-featured-block .home-featured-block-item .teaser-heading h2 a {
		color: #fefefe
	}
}

.home-featured-block .home-featured-block-item .field-category:hover {
	color: #0a0a0a
}

.home-featured-block .home-featured-block-item .teaser-body {
	font-size: .85714rem
}

@media print,
screen and (min-width:64em) {

	.home-featured-block .home-featured-block-item:hover,
	.home-featured-block .home-featured-block-item:hover .field-category a,
	.home-featured-block .home-featured-block-item:hover h2 a {
		color: #0a0a0a
	}

	.home-featured-block .home-featured-block-item:hover img {
		-webkit-filter: brightness(90%);
		filter: brightness(90%)
	}
}

.home-news-block .home-news-block-item .teaser-link a,
.home-news-block .home-news-block-item h2 a {
	color: #fefefe
}

.home-news-block .home-news-block-item {
	margin-bottom: 2px;
	font-size: .85714rem;
	background: #414042;
	color: #fefefe;
	min-height: 120px;
	display: -ms-flexbox !important;
	display: flex !important
}

@media print,
screen and (min-width:40em) {
	.home-featured-block .home-featured-block-item {
		padding-right: 2px !important
	}

	.home-news-block .home-news-block-item {
		display: block !important
	}
}

.home-news-block .home-news-block-item h2 {
	font-weight: 600;
	font-size: 1.42857rem
}

.home-news-block .home-news-block-item p {
	margin-bottom: 0
}

.home-news-block .home-news-block-item img {
	display: block;
	width: 100%
}

.home-news-block .home-news-block-item .teaser-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 320px;
	display: block
}

.programacio-events-block .item.event-full .full .button,
.programacio-events-block .item:not(.tabbed) .status-tab,
.subscription-select-events-block .item.event-full .full .button,
.subscription-select-events-block .item:not(.tabbed) .status-tab {
	display: block
}

.home-news-block .home-news-block-item .teaser-body {
	padding: 1.42857rem 0 1.42857rem .85714rem
}

.home-news-block .home-news-block-item .teaser-link {
	text-align: center;
	font-size: 1.42857rem
}

@media print,
screen and (min-width:40em) {
	.home-news-block .home-news-block-item {
		padding: 0;
		color: #545456;
		background: 0 0;
		padding-right: 2px !important
	}

	.home-news-block .home-news-block-item .cell,
	.home-news-block .home-news-block-item .teaser-body {
		padding: 0
	}

	.home-news-block .home-news-block-item h2 {
		font-size: 1rem
	}

	.home-news-block .home-news-block-item h2 a {
		color: #545456
	}

	.home-news-block .home-news-block-item:hover,
	.home-news-block .home-news-block-item:hover h2 a {
		color: #0a0a0a
	}

	.home-news-block .home-news-block-item .teaser-image {
		margin-bottom: 1.07143rem
	}

	.home-news-block .home-news-block-item:hover .teaser-image img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%)
	}
}

.home-email-block input[type=email] {
	background: 0 0;
	border: none;
	box-shadow: none;
	font-size: 1.78571rem;
	padding: 0
}

.home-email-block button[type=submit] {
	color: #414042
}

.home-email-block .input-group {
	border-bottom: 2px solid #414042;
	margin-bottom: .71429rem
}

.programacio-events-block .item,
.subscription-select-events-block .item {
	margin-bottom: 1.42857rem
}

.programacio-events-block .item.tabbed,
.subscription-select-events-block .item.tabbed {
	margin-top: 1.42857rem
}

.programacio-events-block .item .teaser,
.subscription-select-events-block .item .teaser {
	padding: .71429rem .71429rem 100px;
	min-height: auto;
	max-height: 100%
}

@media print,
screen and (min-width:40em) {

	.programacio-events-block .item .teaser,
	.subscription-select-events-block .item .teaser {
		padding: 1.42857rem
	}
}

@media print,
screen and (min-width:64em) {

	.programacio-events-block .item.tabbed,
	.subscription-select-events-block .item.tabbed {
		margin-top: -2.85714rem
	}

	.programacio-events-block .item.tabbed:hover .status-tab .tab,
	.subscription-select-events-block .item.tabbed:hover .status-tab .tab {
		opacity: .1
	}

	.programacio-events-block .item.tabbed .full,
	.subscription-select-events-block .item.tabbed .full {
		top: 40px
	}

	.programacio-events-block .item,
	.subscription-select-events-block .item {
		margin-bottom: 5.71429rem
	}

	.programacio-events-block .item .teaser,
	.subscription-select-events-block .item .teaser {
		min-height: 320px;
		max-height: 320px
	}
}

@media screen and (min-width:75em) {

	.programacio-events-block .item .teaser,
	.subscription-select-events-block .item .teaser {
		padding: 2.85714rem
	}
}

.programacio-events-block .item .teaser .teaser-heading,
.subscription-select-events-block .item .teaser .teaser-heading {
	position: relative;
	padding: .71429rem 0;
	margin-top: 2.14286rem;
	background: #f7e326;
	max-width: 100%;
	float: none
}

.programacio-events-block .item .teaser .teaser-heading h2,
.programacio-events-block .item .teaser .teaser-heading h2 a,
.subscription-select-events-block .item .teaser .teaser-heading h2,
.subscription-select-events-block .item .teaser .teaser-heading h2 a {
	color: #545456
}

.programacio-events-block .item .teaser .teaser-info,
.subscription-select-events-block .item .teaser .teaser-info {
	background: #414042;
	color: #fefefe;
	padding: 1.42857rem;
	margin-top: 1.42857rem
}

.programacio-events-block .item .teaser .teaser-date,
.subscription-select-events-block .item .teaser .teaser-date {
	margin: 0;
	padding: .5rem;
	max-width: 90px
}

.programacio-events-block .item .full .button,
.programacio-events-block .load-more-pager,
.subscription-select-events-block .item .full .button,
.subscription-select-events-block .load-more-pager {
	margin-top: 2.85714rem
}

.programacio-events-block .item .full h2,
.subscription-select-events-block .item .full h2 {
	font-weight: 100
}

.programacio-events-block .item .full .button:hover,
.subscription-select-events-block .item .full .button:hover {
	background: #fefefe;
	color: #545456
}

.programacio-events-block .item.event-full .overlay,
.subscription-select-events-block .item.event-full .overlay {
	background: rgba(255, 255, 255, .68);
	z-index: 10
}

.programacio-events-block .item.event-full .teaser .teaser-heading,
.programacio-events-block .item.event-full .teaser .teaser-info,
.subscription-select-events-block .item.event-full .teaser .teaser-heading,
.subscription-select-events-block .item.event-full .teaser .teaser-info {
	background: #fefefe;
	color: #545456
}

.programacio-events-block .item.event-full .teaser .teaser-date,
.subscription-select-events-block .item.event-full .teaser .teaser-date {
	border-color: #545456;
	color: #545456
}

.programacio-events-block .status-tab .tab,
.subscription-select-events-block .status-tab .tab {
	padding: .71429rem 1.42857rem;
	font-weight: 800;
	display: inline-block;
	font-size: .92857rem;
	margin-left: 2.85714rem;
	transition: opacity ease-in-out .5s
}

.programacio-events-block .status-tab .featured-tab,
.subscription-select-events-block .status-tab .featured-tab {
	background: #f7e326;
	color: #545456
}

.programacio-events-block .status-tab .full-tab,
.subscription-select-events-block .status-tab .full-tab {
	background: #fefefe;
	color: #545456;
	font-weight: 800;
	display: inline-block
}

.event-tickets-block {
	padding: 2.85714rem 0 0
}

.event-tickets-block .event-status {
	display: none;
	margin-bottom: .71429rem;
	font-size: .85714rem;
	color: #5bc992;
	font-weight: 600;
	transition: color .3s ease-in-out .1s
}

@media print,
screen and (min-width:40em) {
	.event-tickets-block .event-status {
		display: block;
		margin: 0
	}
}

.event-tickets-block .event-actions .button {
	background: 0 0;
	color: #545456;
	border: 2px solid #f7e326;
	margin: .71429rem 0 0;
	transition: all .3s ease-in-out
}

.event-tickets-block .event-actions .button:hover {
	background: #414042;
	color: #fefefe
}

.event-tickets-block .event-actions .button.disabled:hover,
.event-tickets-block .event-actions .button:disabled:hover {
	background: 0 0
}

@media print,
screen and (min-width:40em) {
	.event-tickets-block .event-actions .button {
		margin: 0
	}
}

.event-tickets-block .event-tickets-item.callout {
	border-color: #f7e326;
	transition: background .3s ease-in-out .1s;
	margin-top: -2px
}

@media screen and (max-width:39.9375em) {
	.event-tickets-block .event-tickets-item.callout {
		padding: 1.42857rem
	}
}

.event-tickets-block .event-tickets-item.callout:hover {
	background: #f7e326
}

.event-tickets-block .event-tickets-item.callout:hover .event-status {
	color: #545456
}

.event-tickets-block .event-tickets-item.callout:hover .button {
	border-color: #545456
}

.event-tickets-block .event-tickets-item.callout.event-full {
	background: #f1f2f2;
	border-color: #f1f2f2;
	color: #828385
}

.event-tickets-block .event-tickets-item.callout.event-full .event-status {
	display: block !important;
	color: #828385
}

.event-tickets-block .event-tickets-item.callout.event-full .event-actions .button:hover {
	color: #828385
}

.event-tickets-block .event-tickets-item.callout.event-cancelled {
	background: #f48497;
	border-color: #f48497;
	color: #cd1232
}

.event-tickets-block .event-tickets-item.callout.event-cancelled .event-status {
	display: block !important;
	color: #cd1232
}

.event-tickets-block .event-tickets-item.callout.event-cancelled .event-actions .button {
	color: #cd1232;
	border-color: #cd1232
}

.event-tickets-block .event-tickets-item.callout.event-cancelled .event-actions .button:hover {
	background: #cd1232;
	color: #fefefe
}

.event-trailer-block .owl-item {
	background: #f9f9f9
}

.event-trailer-block .item img {
	max-height: 250px;
	width: auto;
	margin: auto
}

@media print,
screen and (min-width:64em) {
	.event-trailer-block .item img {
		max-height: 350px
	}
}

.event-trailer-block .event-trailer-link .owl-video-wrapper {
	display: none
}

.event-trailer-block .event-trailer-link a {
	color: #545456
}

.event-recommended-block {
	padding-top: 1.42857rem;
	padding-bottom: 1.42857rem
}

.event-recommended-block .event-recommended-item {
	min-height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}

.event-recommended-block .event-recommended-item .overlay {
	background: rgba(0, 0, 0, .42);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: background .3s ease-in-out
}

.event-recommended-block .event-recommended-item .item-heading {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding-left: 40px
}

.event-recommended-block .event-recommended-item .item-heading h2 {
	color: #fefefe;
	margin: 0;
	padding-bottom: .71429rem
}

.event-recommended-block .event-recommended-item .item-heading a {
	color: #fefefe;
	display: block
}

.event-recommended-block .event-recommended-item:hover .overlay {
	background: rgba(255, 255, 255, .68)
}

.event-recommended-block .event-recommended-item:hover a,
.event-recommended-block .event-recommended-item:hover h2 {
	color: #0a0a0a
}

.seat-map-tickets-block {
	display: none
}

@media print,
screen and (min-width:40em) {
	.seat-map-tickets-block {
		display: block
	}
}

.seat-map-tickets-block.expanded {
	display: block
}

.seat-map-tickets-block .seat-map-tickets-inner {
	background: #f7e326;
	padding: 1.42857rem;
	color: #545456
}

.seat-map-tickets-block .seat-map-tickets {
	overflow-y: auto;
	max-height: 320px;
	overflow-x: hidden;
	padding: 10px 10px 10px 0
}

.seat-map-tickets-block .seat-map-ticket {
	border: 2px solid #0a0a0a;
	padding: 1.42857rem;
	position: relative;
	margin-bottom: 1.42857rem
}

.seat-map-tickets-block .seat-map-ticket hr {
	margin: .35714rem 0;
	border-width: 2px;
	border-color: #0a0a0a
}

.seat-map-tickets-block .seat-map-ticket .values {
	font-weight: 800;
	font-size: 1.42857rem
}

.seat-map-tickets-block .seat-map-ticket .labels {
	font-size: .85714rem
}

.seat-map-tickets-block .seat-map-ticket .seat-map-ticket-price {
	font-weight: 800
}

.seat-map-tickets-block .seat-map-ticket .seat-map-ticket-remove {
	border: 2px solid #414042;
	position: absolute;
	top: -10px;
	right: -10px;
	margin: 0;
	padding: 10px 11px
}

.seat-map-tickets-block .seat-map-ticket .seat-map-ticket-remove:hover {
	background: #414042;
	color: #fefefe
}

.seat-map-tickets-block .seat-map-ticket-total hr {
	border-width: 2px;
	border-color: #0a0a0a
}

.seats-map-unnumbered-block .tickets-item {
	background-color: #f7e326;
	color: #545456
}

.seats-map-unnumbered-block .tickets-item .tickets-item-title h3 {
	color: #545456;
	font-size: 1.42857rem;
	margin: 0
}

.seats-map-unnumbered-block .tickets-item .tickets-item-price div {
	padding: .71429rem;
	background-color: #414042;
	color: #fefefe;
	display: -ms-flexbox;
	display: flex
}

.seats-map-unnumbered-block .tickets-item .tickets-item-price div span {
	-ms-flex-item-align: center;
	align-self: center
}

@media print,
screen and (min-width:40em) {
	.seats-map-unnumbered-block .tickets-item .tickets-item-price div {
		padding: 1.42857rem;
		height: 80px
	}
}

.seats-map-unnumbered-block .tickets-item .tickets-item-price .price {
	font-weight: bolder;
	font-size: 1.42857rem
}

.seats-map-unnumbered-block .tickets-item .tickets-item-price .select select {
	background-color: #414042;
	border: 1px solid #fefefe;
	color: #fefefe;
	margin: 0
}

.login-form-block,
.my-account-form-block,
.password-recovery-form-block,
.register-form-block {
	background-color: #414042;
	padding: 1.42857rem
}

.login-form-block .form-block-heading,
.my-account-form-block .form-block-heading,
.password-recovery-form-block .form-block-heading,
.register-form-block .form-block-heading {
	color: #f7e326;
	padding-bottom: 1.42857rem;
	border-bottom: 2px solid #f7e326
}

.login-form-block .form-block-image,
.my-account-form-block .form-block-image,
.password-recovery-form-block .form-block-image,
.register-form-block .form-block-image {
	padding: 1.42857rem 0
}

.login-form-block h3,
.my-account-form-block h3,
.password-recovery-form-block h3,
.register-form-block h3 {
	color: #fefefe;
	font-size: 1.28571rem
}

.login-form-block form,
.my-account-form-block form,
.password-recovery-form-block form,
.register-form-block form {
	padding-bottom: 1.42857rem;
	margin-bottom: 1.42857rem;
	border-bottom: 2px solid #f7e326
}

.login-form-block input[type=email],
.login-form-block input[type=password],
.login-form-block input[type=text],
.login-form-block select,
.my-account-form-block input[type=email],
.my-account-form-block input[type=password],
.my-account-form-block input[type=text],
.my-account-form-block select,
.password-recovery-form-block input[type=email],
.password-recovery-form-block input[type=password],
.password-recovery-form-block input[type=text],
.password-recovery-form-block select,
.register-form-block input[type=email],
.register-form-block input[type=password],
.register-form-block input[type=text],
.register-form-block select {
	background-color: transparent;
	border: 2px solid #fefefe;
	color: #fefefe
}

.login-form-block input[type=email]::-webkit-input-placeholder,
.login-form-block input[type=password]::-webkit-input-placeholder,
.login-form-block input[type=text]::-webkit-input-placeholder,
.login-form-block select::-webkit-input-placeholder,
.my-account-form-block input[type=email]::-webkit-input-placeholder,
.my-account-form-block input[type=password]::-webkit-input-placeholder,
.my-account-form-block input[type=text]::-webkit-input-placeholder,
.my-account-form-block select::-webkit-input-placeholder,
.password-recovery-form-block input[type=email]::-webkit-input-placeholder,
.password-recovery-form-block input[type=password]::-webkit-input-placeholder,
.password-recovery-form-block input[type=text]::-webkit-input-placeholder,
.password-recovery-form-block select::-webkit-input-placeholder,
.register-form-block input[type=email]::-webkit-input-placeholder,
.register-form-block input[type=password]::-webkit-input-placeholder,
.register-form-block input[type=text]::-webkit-input-placeholder,
.register-form-block select::-webkit-input-placeholder {
	color: #fefefe
}

.login-form-block input[type=email]::-moz-placeholder,
.login-form-block input[type=password]::-moz-placeholder,
.login-form-block input[type=text]::-moz-placeholder,
.login-form-block select::-moz-placeholder,
.my-account-form-block input[type=email]::-moz-placeholder,
.my-account-form-block input[type=password]::-moz-placeholder,
.my-account-form-block input[type=text]::-moz-placeholder,
.my-account-form-block select::-moz-placeholder,
.password-recovery-form-block input[type=email]::-moz-placeholder,
.password-recovery-form-block input[type=password]::-moz-placeholder,
.password-recovery-form-block input[type=text]::-moz-placeholder,
.password-recovery-form-block select::-moz-placeholder,
.register-form-block input[type=email]::-moz-placeholder,
.register-form-block input[type=password]::-moz-placeholder,
.register-form-block input[type=text]::-moz-placeholder,
.register-form-block select::-moz-placeholder {
	color: #fefefe
}

.login-form-block input[type=email]:-ms-input-placeholder,
.login-form-block input[type=password]:-ms-input-placeholder,
.login-form-block input[type=text]:-ms-input-placeholder,
.login-form-block select:-ms-input-placeholder,
.my-account-form-block input[type=email]:-ms-input-placeholder,
.my-account-form-block input[type=password]:-ms-input-placeholder,
.my-account-form-block input[type=text]:-ms-input-placeholder,
.my-account-form-block select:-ms-input-placeholder,
.password-recovery-form-block input[type=email]:-ms-input-placeholder,
.password-recovery-form-block input[type=password]:-ms-input-placeholder,
.password-recovery-form-block input[type=text]:-ms-input-placeholder,
.password-recovery-form-block select:-ms-input-placeholder,
.register-form-block input[type=email]:-ms-input-placeholder,
.register-form-block input[type=password]:-ms-input-placeholder,
.register-form-block input[type=text]:-ms-input-placeholder,
.register-form-block select:-ms-input-placeholder {
	color: #fefefe
}

.login-form-block input[type=email]:focus,
.login-form-block input[type=email]:hover,
.login-form-block input[type=password]:focus,
.login-form-block input[type=password]:hover,
.login-form-block input[type=text]:focus,
.login-form-block input[type=text]:hover,
.login-form-block select:focus,
.login-form-block select:hover,
.my-account-form-block input[type=email]:focus,
.my-account-form-block input[type=email]:hover,
.my-account-form-block input[type=password]:focus,
.my-account-form-block input[type=password]:hover,
.my-account-form-block input[type=text]:focus,
.my-account-form-block input[type=text]:hover,
.my-account-form-block select:focus,
.my-account-form-block select:hover,
.password-recovery-form-block input[type=email]:focus,
.password-recovery-form-block input[type=email]:hover,
.password-recovery-form-block input[type=password]:focus,
.password-recovery-form-block input[type=password]:hover,
.password-recovery-form-block input[type=text]:focus,
.password-recovery-form-block input[type=text]:hover,
.password-recovery-form-block select:focus,
.password-recovery-form-block select:hover,
.register-form-block input[type=email]:focus,
.register-form-block input[type=email]:hover,
.register-form-block input[type=password]:focus,
.register-form-block input[type=password]:hover,
.register-form-block input[type=text]:focus,
.register-form-block input[type=text]:hover,
.register-form-block select:focus,
.register-form-block select:hover {
	color: #f7e326;
	border-color: #f7e326
}

.login-form-block input[type=email]:focus::-webkit-input-placeholder,
.login-form-block input[type=email]:hover::-webkit-input-placeholder,
.login-form-block input[type=password]:focus::-webkit-input-placeholder,
.login-form-block input[type=password]:hover::-webkit-input-placeholder,
.login-form-block input[type=text]:focus::-webkit-input-placeholder,
.login-form-block input[type=text]:hover::-webkit-input-placeholder,
.login-form-block select:focus::-webkit-input-placeholder,
.login-form-block select:hover::-webkit-input-placeholder,
.my-account-form-block input[type=email]:focus::-webkit-input-placeholder,
.my-account-form-block input[type=email]:hover::-webkit-input-placeholder,
.my-account-form-block input[type=password]:focus::-webkit-input-placeholder,
.my-account-form-block input[type=password]:hover::-webkit-input-placeholder,
.my-account-form-block input[type=text]:focus::-webkit-input-placeholder,
.my-account-form-block input[type=text]:hover::-webkit-input-placeholder,
.my-account-form-block select:focus::-webkit-input-placeholder,
.my-account-form-block select:hover::-webkit-input-placeholder,
.password-recovery-form-block input[type=email]:focus::-webkit-input-placeholder,
.password-recovery-form-block input[type=email]:hover::-webkit-input-placeholder,
.password-recovery-form-block input[type=password]:focus::-webkit-input-placeholder,
.password-recovery-form-block input[type=password]:hover::-webkit-input-placeholder,
.password-recovery-form-block input[type=text]:focus::-webkit-input-placeholder,
.password-recovery-form-block input[type=text]:hover::-webkit-input-placeholder,
.password-recovery-form-block select:focus::-webkit-input-placeholder,
.password-recovery-form-block select:hover::-webkit-input-placeholder,
.register-form-block input[type=email]:focus::-webkit-input-placeholder,
.register-form-block input[type=email]:hover::-webkit-input-placeholder,
.register-form-block input[type=password]:focus::-webkit-input-placeholder,
.register-form-block input[type=password]:hover::-webkit-input-placeholder,
.register-form-block input[type=text]:focus::-webkit-input-placeholder,
.register-form-block input[type=text]:hover::-webkit-input-placeholder,
.register-form-block select:focus::-webkit-input-placeholder,
.register-form-block select:hover::-webkit-input-placeholder {
	color: #f7e326
}

.login-form-block input[type=email].error,
.login-form-block input[type=password].error,
.login-form-block input[type=text].error,
.login-form-block select.error,
.my-account-form-block input[type=email].error,
.my-account-form-block input[type=password].error,
.my-account-form-block input[type=text].error,
.my-account-form-block select.error,
.password-recovery-form-block input[type=email].error,
.password-recovery-form-block input[type=password].error,
.password-recovery-form-block input[type=text].error,
.password-recovery-form-block select.error,
.register-form-block input[type=email].error,
.register-form-block input[type=password].error,
.register-form-block input[type=text].error,
.register-form-block select.error {
	color: #f48497;
	border-color: #f48497
}

.login-form-block input[type=checkbox],
.my-account-form-block input[type=checkbox],
.password-recovery-form-block input[type=checkbox],
.register-form-block input[type=checkbox] {
	margin-bottom: 0
}

.login-form-block label,
.my-account-form-block label,
.password-recovery-form-block label,
.register-form-block label {
	color: #fefefe
}

.login-form-block button:hover,
.my-account-form-block button:hover,
.password-recovery-form-block button:hover,
.register-form-block button:hover {
	background: #414042;
	border-color: #f7e326;
	color: #f7e326
}

.login-form-block .form-message,
.my-account-form-block .form-message,
.password-recovery-form-block .form-message,
.register-form-block .form-message {
	margin-bottom: .71429rem
}

.login-form-block .form-message.alert,
.my-account-form-block .form-message.alert,
.password-recovery-form-block .form-message.alert,
.register-form-block .form-message.alert {
	color: #f48497
}

.login-form-block .form-message.success,
.my-account-form-block .form-message.success,
.password-recovery-form-block .form-message.success,
.register-form-block .form-message.success {
	color: #5bc992
}

.login-form-block .form-message.warning,
.my-account-form-block .form-message.warning,
.password-recovery-form-block .form-message.warning,
.register-form-block .form-message.warning {
	color: #ffae00
}

.my-account-form-block form {
	border-bottom: none
}

.cart-section-tickets-block .item,
.historial-section-block .item,
.subscriptions-tickets-block .item {
	padding-top: 2.14286rem;
	position: relative
}

.cart-section-tickets-block .item .item-remove-button,
.historial-section-block .item .item-remove-button,
.subscriptions-tickets-block .item .item-remove-button {
	position: absolute;
	right: 15px;
	top: 0
}

.cart-section-tickets-block .item .item-remove-button a,
.historial-section-block .item .item-remove-button a,
.subscriptions-tickets-block .item .item-remove-button a {
	color: #ccc
}

.cart-section-tickets-block .item .item-remove-button a:hover,
.historial-section-block .item .item-remove-button a:hover,
.subscriptions-tickets-block .item .item-remove-button a:hover {
	color: #545456
}

.cart-section-tickets-block .item .grid-padding-x,
.historial-section-block .item .grid-padding-x,
.subscriptions-tickets-block .item .grid-padding-x {
	margin-left: 1.07143rem;
	margin-right: 1.07143rem
}

.cart-section-tickets-block .item .item-heading,
.historial-section-block .item .item-heading,
.subscriptions-tickets-block .item .item-heading {
	background: #414042;
	color: #fefefe;
	padding-top: .71429rem;
	padding-bottom: .71429rem;
	margin-bottom: .21429rem
}

.cart-section-tickets-block .item .item-heading h3,
.historial-section-block .item .item-heading h3,
.subscriptions-tickets-block .item .item-heading h3 {
	margin: 0;
	font-size: 1.07143rem
}

.cart-section-tickets-block .item .item-heading .item-metadata ul li,
.historial-section-block .item .item-heading .item-metadata ul li,
.subscriptions-tickets-block .item .item-heading .item-metadata ul li {
	margin-right: 1.42857rem
}

.cart-section-tickets-block .item .item-information .cell,
.historial-section-block .item .item-information .cell,
.subscriptions-tickets-block .item .item-information .cell {
	padding-top: 1.42857rem;
	padding-bottom: .71429rem;
	position: relative;
	text-align: center;
	font-weight: 800
}

.cart-section-tickets-block .item .item-information .cell:not(:last-child),
.historial-section-block .item .item-information .cell:not(:last-child),
.subscriptions-tickets-block .item .item-information .cell:not(:last-child) {
	border-right: 1px solid #fefefe
}

.cart-section-tickets-block .item .item-information .item-cell-name,
.historial-section-block .item .item-information .item-cell-name,
.subscriptions-tickets-block .item .item-information .item-cell-name {
	font-size: .85714rem;
	position: absolute;
	top: 5px;
	left: 15px;
	font-weight: 400
}

.cart-section-tickets-block .item .item-information .item-file,
.cart-section-tickets-block .item .item-information .item-number,
.cart-section-tickets-block .item .item-information .item-section,
.historial-section-block .item .item-information .item-file,
.historial-section-block .item .item-information .item-number,
.historial-section-block .item .item-information .item-section,
.subscriptions-tickets-block .item .item-information .item-file,
.subscriptions-tickets-block .item .item-information .item-number,
.subscriptions-tickets-block .item .item-information .item-section {
	background: #f7e326;
	color: #545456
}

.cart-section-tickets-block .item .item-information .item-price,
.cart-section-tickets-block .item .item-information .item-tariff,
.historial-section-block .item .item-information .item-price,
.historial-section-block .item .item-information .item-tariff,
.historial-section-block .item .item-tickets,
.subscriptions-tickets-block .item .item-information .item-price,
.subscriptions-tickets-block .item .item-information .item-tariff {
	background: #f1f2f2
}

.cart-section-tickets-block .item .item-information .remove-item,
.historial-section-block .item .item-information .remove-item,
.subscriptions-tickets-block .item .item-information .remove-item {
	padding: 1.07143rem 0;
	background: #f1f2f2;
	color: #1795c1;
}

.cart-section-tickets-block .item .item-information .remove-item .fa,
.historial-section-block .item .item-information .remove-item .fa,
.subscriptions-tickets-block .item .item-information .remove-item .fa {
	font-size: 1.42857rem;
	color: #1795c1
}

.cart-section-tickets-block .item .item-information .remove-item .fa:hover,
.historial-section-block .item .item-information .remove-item .fa:hover,
.subscriptions-tickets-block .item .item-information .remove-item .fa:hover {
	color: rgba(23, 149, 193, .7)
}

.cart-section-tickets-block .item .item-information .item-section .fa-wheelchair,
.historial-section-block .item .item-information .item-section .fa-wheelchair,
.subscriptions-tickets-block .item .item-information .item-section .fa-wheelchair {
	display: none
}

.cart-section-tickets-block .item .item-information .item-section.section-wheelchair .fa-wheelchair,
.historial-section-block .item .item-information .item-section.section-wheelchair .fa-wheelchair,
.subscriptions-tickets-block .item .item-information .item-section.section-wheelchair .fa-wheelchair {
	display: inline !important;
	font-weight: 800
}

.cart-section-tickets-block .item .item-information .no-cell-name,
.historial-section-block .item .item-information .no-cell-name,
.subscriptions-tickets-block .item .item-information .no-cell-name {
	padding-top: 1.07143rem
}

.cart-section-tickets-block .item .item-footer,
.historial-section-block .item .item-footer,
.subscriptions-tickets-block .item .item-footer {
	margin-top: .35714rem
}

.cart-section-tickets-block .item .item-footer a,
.historial-section-block .item .item-footer a,
.subscriptions-tickets-block .item .item-footer a {
	font-size: .85714rem
}

.cart-section-tickets-block .item .item-footer .menu hr,
.historial-section-block .item .item-footer .menu hr,
.subscriptions-tickets-block .item .item-footer .menu hr {
	margin: 0
}

.cart-section-tickets-block .item .item-footer .menu a:after,
.historial-section-block .item .item-footer .menu a:after,
.subscriptions-tickets-block .item .item-footer .menu a:after {
	display: none
}

.cart-section-tickets-block .item .item-footer .menu a:hover,
.historial-section-block .item .item-footer .menu a:hover,
.subscriptions-tickets-block .item .item-footer .menu a:hover {
	color: #1795c1
}

.cart-section-tickets-block .item .item-footer .menu ul a,
.historial-section-block .item .item-footer .menu ul a,
.subscriptions-tickets-block .item .item-footer .menu ul a {
	color: #545456
}

.historial-section-block .item .item-download,
.subscription-item-reveal-block .item-heading {
	background: #f7e326
}

.historial-section-block .item .item-download a {
	color: #545456
}

.section-subscriptions-available-block .item {
	margin-bottom: 1.42857rem
}

.section-subscriptions-available-block .item h3 {
	font-weight: 800
}

.section-subscriptions-available-block .item p {
	margin: 0
}

.section-subscriptions-available-block .item .wrapper {
	padding: 1.42857rem;
	background: #f7e326;
	color: #545456
}

.subscription-item-reveal-block h3 {
	font-size: 1.28571rem
}

.subscription-item-reveal-block .item-heading h2 {
	color: #545456;
	padding: .71429rem
}

.subscription-item-reveal-block .item-body {
	margin-top: 1.42857rem
}

@media print,
screen and (min-width:64em) {
	.subscription-item-reveal-block .sessions-column {
		padding-right: 1.42857rem
	}
}

.subscription-item-reveal-block .item-sessions-list .item {
	padding: .71429rem;
	margin-bottom: .71429rem;
	background: #f1f2f2;
	position: relative
}

.subscription-item-reveal-block .item-sessions-list .item a {
	display: block
}

.subscription-item-reveal-block .item-sessions-list .item,
.subscription-item-reveal-block .item-sessions-list .item * {
	color: #545456
}

.subscription-item-reveal-block .item-sessions-list .item .session-status {
	margin-top: .71429rem;
	font-size: .85714rem;
	font-weight: 800;
	color: #5bc992
}

.subscription-item-reveal-block .item-sessions-list .item.selected,
.subscription-item-reveal-block .item-sessions-list .item:focus,
.subscription-item-reveal-block .item-sessions-list .item:hover:not(.session-full) {
	background: #f7e326
}

.subscription-item-reveal-block .item-sessions-list .item.session-full:before {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(254, 254, 254, .6);
	top: 0;
	left: 0;
	position: absolute
}

.subscription-item-reveal-block .item-sessions-list .item.session-full .session-status {
	color: #545456
}

.subscription-select-events-block .item .teaser {
	min-height: 350px;
	cursor: pointer
}

.subscription-select-events-block .item .teaser .teaser-heading {
	position: relative
}

.subscription-select-events-block .item .teaser .teaser-date {
	max-height: 90px
}

.subscription-select-events-block .item .teaser .button {
	margin: 0
}

.subscription-select-events-block .item .teaser .button:hover {
	background: #fefefe;
	color: #545456
}

.subscription-select-events-block .item .button.button-deselect {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: -999;
	transition: opacity .3s ease-in-out;
	opacity: 0
}

.subscription-select-events-block .item .button.button-deselect.show {
	z-index: 999;
	opacity: 1
}

.subscription-select-events-block .item.selected .overlay {
	background: rgba(247, 227, 38, .5);
	cursor: pointer
}

.section-subscriptions-list-block .item {
	border: 1px solid #f7e326;
	margin-bottom: 1.42857rem
}

.section-subscriptions-list-block .item .item-heading {
	background: #fefefe;
	color: #545456;
	padding-top: .71429rem;
	padding-bottom: .71429rem
}

.section-subscriptions-list-block .item .item-heading h2 {
	color: #545456;
	font-weight: 800;
	margin: 0
}

.section-subscriptions-list-block .item .item-heading p {
	margin: 0
}

.section-subscriptions-list-block .item .item-body {
	padding: 1.42857rem
}

.section-subscriptions-list-block .item .item-body ul {
	margin-left: 0
}

.section-subscriptions-list-block .item .item-body ul li {
	list-style: none;
	margin-bottom: .35714rem
}

.section-subscriptions-list-block .item .item-body ul li:before {
	content: "\2014\a0"
}

.section-subscriptions-list-block .item .item-image {
	margin-bottom: 1.42857rem
}

.section-subscriptions-list-block .item .item-image img {
	width: 100%
}

@media print,
screen and (min-width:40em) {
	.section-subscriptions-list-block .item .item-image {
		margin: 0
	}

	.seats-map-seats-block {
		display: block
	}
}

.organisation-logos-block {
	margin-bottom: 2.85714rem
}

.seats-map-seats-block.expanded {
	display: block !important
}

.seats-map-seats-block .seats-block-fullarea {
	max-width: 800px;
	min-width: 100%;
	overflow-x: auto;
	position: relative;
	margin: auto;
	border: 2px solid #fefefe
}

.seats-map-seats-block .seats-block-fullarea .seats-block-area {
	border-bottom: 2px dashed rgba(254, 254, 254, .6)
}

@media print,
screen and (min-width:40em) {
	.seats-map-seats-block .seats-block-fullarea .seats-block-area {
		padding: 1.42857rem
	}
}

.seats-map-seats-block .seats-block-fullarea .seats-block-area .area-name {
	text-align: center;
	font-size: 1.78571rem;
	padding: .71429rem 0;
	display: block
}

@media print,
screen and (min-width:40em) {
	.seats-map-seats-block .seats-block-fullarea .seats-block-area .area-name {
		font-size: 1rem;
		text-align: left;
		padding: 0
	}
}

.seats-map-seats-block .seats-block-fullarea .seats-block-stage {
	padding: .71429rem
}

.seats-map-seats-block .seats-block-fullarea .seats-block-stage .stage-box {
	background: #828385;
	color: #545456;
	display: inline-block;
	padding: 10px 100px;
	font-weight: 600
}

.seats-map-seats-block .seats-row {
	margin-bottom: .35714rem;
	text-align: center
}

.seats-map-seats-block .seats-row .seat {
	padding: .14286rem;
	display: inline;
}

.seats-map-seats-block .seats-row h3 {
	margin: 0
}

.seats-map-seats-block .seats-row .wheelchair-row {
	display: none
}

@media print,
screen and (min-width:40em) {
	.seats-map-seats-block .seats-row .seat {
		padding: .28571rem
	}

	.seats-map-seats-block .seats-row .wheelchair-row {
		display: block;
		position: absolute;
		right: 20px
	}
}

.seats-map-seats-block .seats-row .wheelchair-row .fa {
	font-size: 1.42857rem;
	color: #60cbe8
}

.seats-map-seats-block .seats-row .seats {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.seats-map-seats-block .seats-row .seat .seat-tooltip {
	opacity: 0;
	padding: 1.42857rem .35714rem;
	font-size: .85714rem;
	background: #e6e7e8;
	position: fixed;
	color: #545456;
	z-index: -99;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0
}

.seats-map-seats-block .seats-row .seat .seat-tooltip.show {
	display: block;
	opacity: 1;
	z-index: 99
}

.seats-map-seats-block .seats-row .seat .seat-tooltip .fa {
	color: #60cbe8;
	font-size: 1.07143rem
}

.seats-map-seats-block .seats-row .seat .seat-tooltip.seat-full {
	background: #828385;
	color: #fefefe
}

@media print,
screen and (min-width:40em) {
	.seats-map-seats-block .seats-row .seat .seat-tooltip {
		padding: .71429rem .35714rem;
		position: absolute;
		width: 100px;
		top: -35px;
		left: 0;
		bottom: auto
	}

	.seats-map-seats-block .seats-row .seat {
		position: relative
	}
}

.seats-map-seats-block .seats-row .seat.active .seat-tooltip,
.seats-map-seats-block .seats-row .seat.selected .seat-tooltip,
.seats-map-seats-block .seats-row .seat:not(.seat-full):focus .seat-tooltip {
	background: #f7e326
}

.seats-map-seats-block .seats-row .seat-column {
	display: -ms-flexbox;
	display: flex
}

.seats-map-seats-block .seats-row .seats .seat-column {
	width: auto;
	margin-left: .35714rem;
	margin-right: .35714rem;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:320px) {
	.seats-map-seats-block .seats-row .seats .seat-column {
		width: auto;
		margin-left: 0;
		margin-right: 0
	}
}

.seats-map-seats-block .seats-row .seats .seat-column:first-child {
	text-align: right;
	width: auto;
	margin-left: .35714rem;
	margin-right: .35714rem;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}

.seats-map-seats-block .seats-row .seats .seat-column:last-child {
	text-align: left;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.seats-map-seats-block .seats-row .seat.selected .seat-icon,
.seats-map-seats-block .seats-row .seat:focus .seat-icon,
.seats-map-seats-block .seats-row .seat:hover .seat-icon {
	height: 8px;
	width: 8px;
	background-color: #f7e326;
	border: 1px solid #f7e326;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	transition: all .3s ease-in-out;
	border-radius: 50px
}

@media screen and (max-width:320px) {

	.seats-map-seats-block .seats-row .seat.selected .seat-icon,
	.seats-map-seats-block .seats-row .seat:focus .seat-icon,
	.seats-map-seats-block .seats-row .seat:hover .seat-icon {
		height: 5px;
		width: 5px
	}
}

@media print,
screen and (min-width:40em) {

	.seats-map-seats-block .seats-row .seat.selected .seat-icon,
	.seats-map-seats-block .seats-row .seat:focus .seat-icon,
	.seats-map-seats-block .seats-row .seat:hover .seat-icon {
		height: 12px;
		width: 12px;
		border-width: 2px
	}
}

@media print,
screen and (min-width:64em) {

	.seats-map-seats-block .seats-row .seat.selected .seat-icon,
	.seats-map-seats-block .seats-row .seat:focus .seat-icon,
	.seats-map-seats-block .seats-row .seat:hover .seat-icon {
		height: 15px;
		width: 15px
	}
}

.seats-map-seats-block .seats-row .seat-full .seat-icon {
	height: 8px;
	width: 8px;
	background-color: #828385;
	border: 1px solid #828385;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	transition: all .3s ease-in-out;
	border-radius: 50px
}

@media screen and (max-width:320px) {
	.seats-map-seats-block .seats-row .seat-full .seat-icon {
		height: 5px;
		width: 5px
	}
}

@media print,
screen and (min-width:40em) {
	.seats-map-seats-block .seats-row .seat-full .seat-icon {
		height: 12px;
		width: 12px;
		border-width: 2px
	}
}

@media print,
screen and (min-width:64em) {
	.seats-map-seats-block .seats-row .seat-full .seat-icon {
		height: 15px;
		width: 15px
	}
}

.seats-map-seats-block .seats-row .seat[data-wheelchair=true].seat-full .seat-icon {
	height: 8px;
	width: 8px;
	background-color: #828385;
	border: 1px solid #60cbe8;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	transition: all .3s ease-in-out;
	border-radius: 50px
}

@media screen and (max-width:320px) {
	.seats-map-seats-block .seats-row .seat[data-wheelchair=true].seat-full .seat-icon {
		height: 5px;
		width: 5px
	}
}

@media print,
screen and (min-width:40em) {
	.seats-map-seats-block .seats-row .seat[data-wheelchair=true].seat-full .seat-icon {
		height: 12px;
		width: 12px;
		border-width: 2px
	}
}

@media print,
screen and (min-width:64em) {
	.seats-map-seats-block .seats-row .seat[data-wheelchair=true].seat-full .seat-icon {
		height: 15px;
		width: 15px
	}
}

.seats-map-seats-block .seats-row .seat[data-wheelchair=true] .seat-icon {
	height: 8px;
	width: 8px;
	background-color: transparent;
	border: 1px solid #60cbe8;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	transition: all .3s ease-in-out;
	border-radius: 50px
}

@media screen and (max-width:320px) {
	.seats-map-seats-block .seats-row .seat[data-wheelchair=true] .seat-icon {
		height: 5px;
		width: 5px
	}
}

@media print,
screen and (min-width:40em) {
	.seats-map-seats-block .seats-row .seat[data-wheelchair=true] .seat-icon {
		height: 12px;
		width: 12px;
		border-width: 2px
	}
}

@media print,
screen and (min-width:64em) {
	.seats-map-seats-block .seats-row .seat[data-wheelchair=true] .seat-icon {
		height: 15px;
		width: 15px
	}
}

.seats-map-seats-block .seats-row .seat[data-wheelchair=true]:not(.seat-full):focus .seat-icon,
.seats-map-seats-block .seats-row .seat[data-wheelchair=true]:not(.seat-full):hover .seat-icon {
	height: 8px;
	width: 8px;
	background-color: #f7e326;
	border: 1px solid #60cbe8;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	transition: all .3s ease-in-out;
	border-radius: 50px
}

@media screen and (max-width:320px) {

	.seats-map-seats-block .seats-row .seat[data-wheelchair=true]:not(.seat-full):focus .seat-icon,
	.seats-map-seats-block .seats-row .seat[data-wheelchair=true]:not(.seat-full):hover .seat-icon {
		height: 5px;
		width: 5px
	}
}

@media print,
screen and (min-width:40em) {

	.seats-map-seats-block .seats-row .seat[data-wheelchair=true]:not(.seat-full):focus .seat-icon,
	.seats-map-seats-block .seats-row .seat[data-wheelchair=true]:not(.seat-full):hover .seat-icon {
		height: 12px;
		width: 12px;
		border-width: 2px
	}
}

@media print,
screen and (min-width:64em) {

	.seats-map-seats-block .seats-row .seat[data-wheelchair=true]:not(.seat-full):focus .seat-icon,
	.seats-map-seats-block .seats-row .seat[data-wheelchair=true]:not(.seat-full):hover .seat-icon {
		height: 15px;
		width: 15px
	}
}

.seats-map-seats-block .seats-row .seat.fake-seat {
	visibility: hidden
}

.filters-section {
	background-color: #414042;
	border-bottom: 1px solid #f7e326;
	font-size: 1rem
}

.filters-section #filters {
	display: none
}

.filters-section .filter-toggle {
	display: block
}

.filters-section a:not(.button) {
	color: #fefefe
}

.filters-section a:not(.button):hover {
	color: #f7e326
}

.filters-section ul.menu li {
	font-size: 1rem;
	color: #fefefe
}

.filters-section ul.menu .active {
	color: #f7e326;
	font-weight: 800
}

@media print,
screen and (min-width:40em) {
	.filters-section #filters {
		display: block
	}

	.filters-section .filter-label:not(.no-arrow) {
		position: relative
	}

	.filters-section .filter-label:not(.no-arrow):after {
		content: "\f054";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: 400;
		font-size: 10px;
		text-decoration: inherit;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -3px;
		color: #fff
	}
}

.filters-section .filter-label a {
	padding-left: 0
}

@media screen and (max-width:39.9375em) {
	.filters-section .filter-label.full-small {
		margin-bottom: .71429rem;
		padding-bottom: .71429rem;
		display: block;
		width: 100%;
		border-bottom: 1px solid #828385
	}
}

.filters-section .filter-row {
	padding: .71429rem 0
}

.filters-section .yellow-separator {
	width: 100%;
	height: 1px;
	background: #f7e326;
	margin: 10px auto -10px;
	max-width: 1170px
}

.filters-section .all-categories-button {
	margin-top: 1.42857rem
}

@media print,
screen and (min-width:40em) {
	.filters-section .all-categories-button {
		margin-top: 0;
		margin-right: 1.07143rem
	}

	.filters-section,
	.filters-section ul.menu li {
		font-size: .92857rem
	}
}

.contact-section .contact-content .callout {
	border-color: #f7e326;
	background: 0 0
}

.contact-section .contact-content a {
	color: #545456;
	font-size: 1.57143rem
}

@media print,
screen and (min-width:40em) {
	.contact-section .contact-content a {
		font-size: 1rem
	}

	.page-home .main-header {
		min-height: 640px
	}
}

.contact-section .contact-content .separator {
	color: #f7e326;
	font-size: 27px;
	line-height: 0;
	height: 0;
	width: 0;
	vertical-align: bottom;
	text-align: center;
	display: inline-table;
	font-weight: 400;
	margin-right: -10px;
	margin-left: 10px
}

.contact-section .contact-form #contact-form {
	padding: 2.85714rem;
	background: #414042
}

.contact-section .contact-form input[type=email],
.contact-section .contact-form input[type=text],
.contact-section .contact-form textarea {
	background: 0 0;
	border: 2px solid #fefefe;
	color: #fefefe;
	margin-bottom: 2.85714rem
}

.contact-section .contact-form input[type=email]:focus,
.contact-section .contact-form input[type=email]:hover,
.contact-section .contact-form input[type=text]:focus,
.contact-section .contact-form input[type=text]:hover,
.contact-section .contact-form textarea:focus,
.contact-section .contact-form textarea:hover {
	border-color: #f7e326
}

.contact-section .contact-form ::-webkit-input-placeholder {
	color: #fefefe
}

.contact-section .contact-form ::-moz-placeholder {
	color: #fefefe
}

.contact-section .contact-form :-ms-input-placeholder {
	color: #fefefe
}

.contact-section .contact-form :-moz-placeholder {
	color: #fefefe
}

.share-section .share-section-heading {
	padding-bottom: 1.42857rem
}

.share-section .share-section-content ul.menu a {
	color: #828385
}

.share-section .share-section-content ul.menu a:hover {
	color: #1795c1
}

.share-section .share-section-content ul.menu a .fa {
	font-size: 2rem
}

.cart-total-section {
	padding: .71429rem 0
}

.cart-total-section.sticky {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 1px 4px 17px 0 #0a0a0a
}

@media print,
screen and (min-width:64em) {
	.page-home .main-header {
		min-height: 800px
	}
}

.page-home .main-header .main-header-event {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	color: #fefefe;
	padding-top: 7.14286rem;
	padding-bottom: 2.85714rem;
	max-height: 650px;
	min-height: 500px;
	background-color: #0a0a0a
}

.page-home .main-header .main-header-event .overlay {
	padding: 1.42857rem;
	background: rgba(10, 10, 10, .6);
	background: linear-gradient(to right, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .26) 60%, transparent 95%, transparent 100%)
}

.page-home .main-header .main-header-event h1 {
	color: #fefefe;
	font-weight: 400;
	line-height: 1.1;
	text-shadow: 1px 1px 1px #000
}

@media print,
screen and (min-width:40em) {
	.page-home .main-header .main-header-event .overlay {
		padding-left: 14.28571rem
	}

	.page-home .main-header .main-header-event h1 {
		font-size: 4.07143rem;
		font-weight: 200
	}
}

.page-home .main-header .main-header-event p {
	margin-bottom: 0;
	text-shadow: 1px 1px 1px #000
}

.page-home .main-header .main-header-event .button {
	margin: 1.07143rem 0
}

.page-home .main-header .main-header-event .field-category {
	padding: .71429rem 0;
	font-weight: 600;
	text-shadow: 1px 1px 1px #000
}

.page-home .main-header .main-header-event .field-category a {
	color: #fefefe
}

.page-home .main-header .main-header-event .field-category a:hover {
	color: #f7e326
}

.page-home .main-header .main-header-event .hero-slideshow-item-overlay {
	background-color: #333
}

@media print,
screen and (min-width:40em) {
	.page-home .main-header .main-header-event {
		min-height: 650px;
		padding-top: 19.28571rem;
		padding-bottom: 0
	}
}

@media screen and (min-width:75em) {
	.page-home .main-header .main-header-event {
		min-height: 850px;
		max-height: 850px
	}
}

.page-home .home-vouchers-section .home-voucher-heading {
	width: 100%
}

.page-home .home-vouchers-section .home-voucher-button .button {
	border-width: 2px;
	background: #fefefe;
	color: #545456 !important;
	cursor: initial
}

.page-home .home-vouchers-section .home-voucher-button .button:hover {
	background: #fefefe
}

.page-home .home-about-section .home-about-inner {
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 590px
}

.page-home .home-about-section .home-about-content {
	padding-top: 4.28571rem
}

.page-home .home-about-section .home-about-content h2 {
	font-size: 1.78571rem;
	margin-bottom: 1.42857rem;
	display: initial
}

.page-home .home-about-section .home-about-content h2 a {
	color: #545456;
	padding: .57143rem;
	background-color: #f7e326
}

.page-home .home-about-section .home-about-content h2 a:hover {
	background-color: #414042;
	color: #fefefe
}

.page-home .home-about-section .home-about-content a {
	color: #545456
}

.page-home .home-about-section .home-about-content a:hover {
	color: #1795c1
}

@media screen and (max-width:63.9375em) {
	.page-home .home-about-section .home-about-content a {
		display: initial;
		background-color: #414042;
		color: #fefefe;
		padding: .57143rem;
		font-size: 1.42857rem;
		margin-bottom: .35714rem;
		line-height: 2.5
	}
}

.page-home .home-about-section .home-about-content .home-about-heading {
	margin-bottom: 1.42857rem
}

.page-event .event-header-teaser {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 400px
}

@media print,
screen and (min-width:40em) {
	.page-home .home-about-section .home-about-content {
		padding-top: 11.42857rem
	}

	.page-event .event-header-teaser {
		min-height: 470px
	}
}

.page-event .event-header-teaser .event-header-row {
	min-height: 400px
}

.page-event .event-header-teaser .event-header-row h1 {
	color: #fefefe;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 1.42857rem
}

.page-event .event-header-teaser .event-header-row .button-date {
	background: #fefefe;
	font-weight: 400;
	cursor: initial
}

.page-event .event-header-teaser .event-header-row .button-date .fa {
	font-size: 10px;
	line-height: 13px;
	vertical-align: bottom;
	margin-right: 5px
}

.page-event .event-content .event-content-main {
	padding: 2.85714rem 0 0
}

.page-event .event-content .event-content-main .event-info {
	padding: 2.14286rem;
	background: #f7e326
}

.page-event .event-content .event-content-main .event-info h2 {
	background: #fefefe;
	padding: .71429rem;
	font-weight: 100;
	margin-top: 1.42857rem
}

.page-event .event-content .event-content-main .event-info hr {
	border-color: #fefefe;
	margin: .71429rem 0;
	border-width: 2px
}

.page-event .event-content .event-content-main .event-info .field {
	margin-bottom: 1.07143rem
}

.page-event .event-content .event-content-main .event-info .field-sponsors img {
	max-width: 5.71429rem;
	max-height: 3.57143rem;
	margin-right: .71429rem
}

.page-event .event-content .event-content-main .event-info .field-tech-details.callout {
	background: #fefefe;
	border: none
}

.page-event .event-content .event-content-main .event-info .field-tech-details.callout hr {
	border-color: #f7e326;
	border-width: 1px
}

.page-event .event-content .event-content-main .event-info .field-more-link {
	margin-top: 20px
}

.page-event .event-content .event-content-main .event-info .field-more-link a {
	color: #414042;
	font-weight: 600
}

.page-event .event-content .event-content-main .event-info .field-more-link a:hover {
	color: #fefefe
}

.page-event .event-content .event-content-main .event-extra a {
	color: #1795c1
}

.page-event .event-content .event-content-main .event-extra a:hover {
	color: #53c3eb
}

@media screen and (max-width:39.9375em) {
	.page-event .event-content .event-content-main .event-extra {
		padding: 0
	}
}

.page-event .event-content .event-content-main .event-extra .event-extra-inner {
	border: 2px solid #f7e326;
	padding: 2.14286rem
}

.page-event .event-content .event-content-main .event-extra .event-extra-inner h4 {
	font-weight: 800;
	font-style: italic;
	margin-top: 1.42857rem
}

.page-event .event-content .event-content-main .event-extra .event-extra-inner .heading {
	margin-bottom: 2.14286rem
}

@media print,
screen and (min-width:40em) {
	.page-event .event-header-teaser .event-header-row {
		min-height: 470px
	}

	.page-event .event-content .event-content-main .event-extra .event-extra-inner,
	.page-event .event-content .event-content-main .event-extra .event-extra-inner .grid-x {
		height: 100%
	}

	.page-event .event-content .event-content-main .event-extra .event-extra-inner .event-extra-second-column {
		height: 100%;
		border-left: 2px solid #f7e326
	}
}

.page-about .about-bookings-info hr,
.page-about .about-header-content .about-description hr,
.page-about .about-header-content .about-description-2 hr {
	border-color: #fefefe;
	border-width: 2px
}

.page-event .event-trailer {
	position: relative
}

.page-event .event-trailer:after {
	content: '';
	background-color: #f7e326;
	height: 200px;
	width: 100%;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0
}

.page-event .event-trailer .event-trailer-link {
	margin-top: .71429rem
}

.page-about .about-header .about-header-inner {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #414042
}

.page-about .about-header .about-header-inner:after {
	content: '';
	height: 2px;
	width: 100%;
	background: #f7e326;
	position: absolute;
	left: 0;
	bottom: 400px;
	z-index: 1
}

.page-about .about-header .about-header-heading {
	padding: 2.85714rem 0
}

.page-about .about-header .about-header-heading h1 {
	font-size: 1.78571rem;
	color: #fefefe
}

@media screen and (max-width:39.9375em) {
	.page-about .about-header-content {
		margin-top: 20%
	}
}

.page-about .about-header-content .about-description,
.page-about .about-header-content .about-description-2 {
	background: rgba(247, 227, 38, .9);
	padding: 1.42857rem;
	color: #414042
}

.page-about .about-header-content .about-description .about-description-heading,
.page-about .about-header-content .about-description-2 .about-description-heading {
	background: #fefefe;
	padding: .71429rem;
	margin-left: -1.42857rem;
	margin-bottom: 1.42857rem
}

.page-about .about-header-content .about-description .about-description-heading h2,
.page-about .about-header-content .about-description-2 .about-description-heading h2 {
	margin: 0;
	padding-left: 1.42857rem
}

.page-about .about-header-content .about-next-events h3 {
	color: #fefefe;
	text-transform: uppercase;
	margin-bottom: 0
}

.page-about .about-header-gallery {
	position: relative;
	z-index: 2
}

@media print,
screen and (min-width:40em) {

	.page-about .about-header-content .about-description,
	.page-about .about-header-content .about-description-2 {
		margin-top: 150px
	}

	.page-about .about-header-gallery {
		margin-top: -80px
	}
}

@media print,
screen and (min-width:64em) {
	.page-about .about-header-gallery {
		margin-top: -150px
	}
}

@media print,
screen and (min-width:40em) {

	.page-about .about-header-gallery .cell:nth-child(2),
	.page-about .about-header-gallery .cell:nth-child(4) {
		margin-top: 145px
	}

	.page-about .about-header-gallery .cell:nth-child(3) {
		margin-top: 260px
	}
}

.page-about .about-header-gallery .cell img {
	width: 100%;
	margin-bottom: 1.42857rem
}

.page-about .about-header-gallery .cell img:hover {
	-webkit-filter: saturate(20%);
	filter: saturate(20%)
}

.page-about .about-bookings-info {
	padding: 1.42857rem 0
}

.page-about .about-cultura .about-cultura-heading,
.page-about .about-workshops .about-cultura-heading {
	padding: 2.85714rem 0
}

.page-about .about-bookings-info h3 {
	color: #545456;
	font-size: 1.42857rem;
	font-weight: 100
}

.page-about .about-cultura .about-cultura-heading .yellow-left-line {
	width: 60%
}

@media print,
screen and (min-width:64em) {
	.page-about .about-cultura .about-cultura-heading .yellow-left-line {
		width: 85%
	}
}

.page-about .about-cultura .about-cultura-content .callout {
	border-color: #f7e326;
	max-width: 350px;
	margin-top: 1.42857rem
}

.page-about .about-workshops .about-cultura-heading .yellow-right-line {
	width: 60%
}

.page-blog-list .blog-list-item {
	margin-bottom: 4.28571rem
}

.page-blog-list .blog-list-heading h1 {
	font-size: 1.78571rem;
	margin: 0
}

@media print,
screen and (min-width:64em) {
	.page-about .about-workshops .about-cultura-heading .yellow-right-line {
		width: 85%
	}

	.page-blog-list .blog-list-heading .yellow-left-line {
		width: 95%
	}
}

.page-blog-list .blog-list-image {
	margin-bottom: .71429rem;
	text-align: center
}

.page-blog-list .blog-list-image img {
	max-height: 220px
}

.page-blog-list .blog-list-teaser h2 a {
	color: #545456
}

.page-blog-list .blog-list-teaser h2 a:hover {
	color: #1795c1
}

.page-blog-list .blog-list-teaser .blog-list-date {
	font-size: 1.42857rem;
	padding-bottom: .71429rem;
	color: #828385;
	font-weight: 100
}

.page-blog .blog-header-inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.page-blog .blog-header-inner .blog-header-heading {
	padding-top: 14.28571rem;
	padding-bottom: 1.42857rem;
	background: rgba(10, 10, 10, .68);
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .32) 100%)
}

@media print,
screen and (min-width:40em) {
	.page-blog-list .blog-list-image {
		margin-bottom: 0;
		text-align: left
	}

	.page-blog-list .blog-list-image img {
		max-height: auto
	}

	.page-blog .blog-header-inner .blog-header-heading {
		padding-top: 25rem
	}
}

.page-blog .blog-header-inner .blog-header-heading h1 {
	color: #fefefe;
	text-shadow: 1px 1px 1px #000
}

.page-blog .blog-header-inner .blog-header-heading .blog-header-date {
	font-size: 1.78571rem;
	color: #fefefe;
	font-weight: 100;
	text-shadow: 1px 1px 1px #000
}

.page-blog .blog-content-section .blog-content-full p {
	font-size: 1.28571rem
}

.page-basic h1 {
	font-size: 1.78571rem
}

.page-seats-map {
	color: #fefefe
}

@media screen and (max-width:39.9375em) {
	.page-seats-map .seats-teaser {
		padding: 1.42857rem 0
	}
}

.page-seats-map .seats-teaser .seats-teaser-image {
	width: 100%
}

.page-seats-map .seats-teaser .seats-teaser-heading {
	background: #f7e326;
	width: auto;
	max-width: 500px;
	margin-top: -40px;
	margin-bottom: 20px
}

.page-seats-map .seats-teaser .seats-teaser-heading h2 {
	color: #545456;
	padding: .35714rem;
	font-size: 1.14286rem;
	font-weight: 100
}

@media print,
screen and (min-width:40em) {
	.page-seats-map .seats-teaser .seats-teaser-heading {
		margin: 20px 0 0 -70px
	}

	.page-seats-map .seats-teaser .seats-teaser-heading h2 {
		font-size: 1.42857rem;
		padding: .71429rem
	}

	.page-seats-map .seats-teaser .seats-teaser-more-link {
		margin-top: .71429rem;
		display: block
	}
}

@media screen and (max-width:39.9375em) {
	.page-seats-map .seats-map {
		padding: 1.42857rem 0
	}
}

.page-seats-map .seats-filter .seats-filter-inner {
	font-size: .85714rem
}

.page-seats-map .seats-filter .seats-filter-inner .button {
	margin: 0
}

.page-seats-map .seats-filter .seats-filter-inner span {
	line-height: 1.2;
	vertical-align: bottom
}

.page-seats-map .seats-filter .seats-filter-inner ul.menu {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.page-seats-map .seats-filter .seats-filter-inner li {
	margin-bottom: .71429rem
}

.page-seats-map .seats-filter #filter-toggler {
	display: none
}

.page-seats-map .seats-filter #filter-toggler.expanded {
	display: block
}

@media print,
screen and (min-width:40em) {
	.page-seats-map .seats-filter .seats-filter-inner {
		padding: .71429rem 0;
		border-top: 2px solid #f7e326;
		border-bottom: 2px solid #f7e326
	}

	.page-seats-map .seats-filter .seats-filter-inner ul.menu {
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center
	}

	.page-seats-map .seats-filter .seats-filter-inner li {
		margin-right: .71429rem;
		margin-bottom: 0
	}

	.page-seats-map .seats-filter #filter-toggler {
		display: block
	}
}

.page-seats-map .seat-map-tickets-toggle.active {
	background: #f7e326;
	color: #545456;
	border-color: #f7e326;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 1.42857rem;
	margin: 0;
	z-index: 999;
	width: 100%;
	height: 60px
}

.page-register .register-form-heading .yellow-left-line {
	width: 70%
}

@media print,
screen and (min-width:64em) {
	.page-register .register-form-heading .yellow-left-line {
		width: 86%
	}
}

.page-historial .page-historial-filters {
	border: none
}

.page-subscriptions-select .sticky-subscription-select {
	display: none
}

.page-subscriptions-select .sticky-subscription-select.selected {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f7e326;
	padding: .71429rem 0;
	z-index: 999;
	color: #545456;
	box-shadow: 1px 4px 17px 0 #0a0a0a
}

@media screen and (max-width:39.9375em) {
	.page-subscriptions-select .sticky-subscription-select h2 {
		font-size: 1.28571rem
	}
}

.page-subscriptions-select .sticky-subscription-select input[type=radio] {
	display: none
}

.page-subscriptions-select .sticky-subscription-select input[type=radio]+label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem;
	font-family: inherit;
	padding: .57143rem 1.07143rem;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #414042;
	color: #fefefe;
	transition: none
}

.page-subscriptions-select .sticky-subscription-select input[type=radio]+label:focus,
.page-subscriptions-select .sticky-subscription-select input[type=radio]+label:hover {
	background-color: #414042;
	color: #fefefe
}

.page-subscriptions-select .sticky-subscription-select input[type=radio]:checked+label {
	background-color: #1795c1;
	color: #545456;
	border: 1px solid #414042
}

.page-subscriptions-select .sticky-subscription-select input[type=radio]:checked+label:focus,
.page-subscriptions-select .sticky-subscription-select input[type=radio]:checked+label:hover {
	background-color: #414042;
	color: #545456
}

.menu .button {
	white-space: normal
}

.grid-container-padded {
	padding-left: 1.07143rem;
	padding-right: 1.07143rem
}

.custom-reveal {
	padding: 0
}

.custom-reveal .close-button {
	line-height: 25px
}

.custom-reveal.dark-reveal {
	background: #414042;
	color: #fefefe
}

.custom-reveal .reveal-header {
	padding: 10px;
	background-color: #f7e326
}

.custom-reveal .reveal-header h3 {
	margin: 0 !important;
	color: #545456;
	font-weight: bolder
}

.custom-reveal .reveal-body {
	padding: 2.85714rem 4.28571rem
}

.custom-reveal .reveal-body .button-group {
	margin-top: 2.14286rem
}

.redirect-fullwidth-reveal .redirect-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(65, 64, 66, .9);
	z-index: 999
}

@media print,
screen and (min-width:40em) {
	.redirect-fullwidth-reveal h2 {
		font-size: 2rem
	}
}

.redirect-fullwidth-reveal a {
	color: #f7e326
}

.redirect-fullwidth-reveal .spinner {
	margin: 2.85714rem 0
}

.redirect-fullwidth-reveal .spinner i {
	font-size: 60px
}

.redirect-fullwidth-reveal .grid-x {
	height: 100% !important
}

@media screen and (max-width: 765px) {
	.seats-map-seats-block .seats-block-fullarea .seats-block-area {
		overflow-x: scroll;
		white-space: nowrap;
		min-width: 420px;
		margin-left: -34px;
	}
}