body.cookie-padding {
	padding-bottom: 50px;
}
.cc_banner-wrapper {
	z-index: 9001;
	position: absolute;
}
.cc_container .cc_btn {
	cursor: pointer;
	text-align: center;
	font-size: 0.6em;
	-webkit-transition: font-size 200ms;
	transition: font-size 200ms;
	line-height: 1em;
}
.cc_container .cc_message {
	font-size: 0.6em;
	-webkit-transition: font-size 200ms;
	transition: font-size 200ms;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #888;
}
.cc_container .cc_logo {
	display: none;
	text-indent: -1000px;
	overflow: hidden;
	width: 100px;
	height: 22px;
	background-size: cover;
	opacity: 0.9;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
}
.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
	opacity: 1;
}

@media screen and (min-width:500px) {
.cc_container .cc_btn {
	font-size: 0.8em;
}
.cc_container .cc_message {
	font-size: 0.8em;
}
}

@media screen and (min-width:768px) {
.cc_container .cc_btn {
	font-size: 0.8em;
}
.cc_container .cc_message {
	font-size: 0.8em;
	line-height: 0.8em;
}
}

@media screen and (min-width:992px) {
.cc_container .cc_message {
	font-size: 0.8em;
}
}

@media print {
.cc_banner-wrapper, .cc_container {
	display: none;
}
}
.cc_container {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #888;
}
.cc_container .cc_btn {
	padding: 8px 10px;
	background-color: #c8c8c8;
	cursor: pointer;
	-webkit-transition: font-size 200ms;
	transition: font-size 200ms;
	text-align: center;
	font-size: 0.6em;
	display: block;
	width: 33%;
	margin-left: 10px;
	float: right;
	max-width: 120px;
}
.cc_container .cc_message {
	-webkit-transition: font-size 200ms;
	transition: font-size 200ms;
	font-size: 0.6em;
	display: block;
}

@media screen and (min-width:500px) {
.cc_container .cc_btn {
	font-size: 0.8em;
}
.cc_container .cc_message {
	margin-top: 0.7em;
	font-size: 0.8em;
}
}

@media screen and (min-width:768px) {
.cc_container {
	padding: 10px 50px 10px;
}
.cc_container .cc_btn {
	padding: 8px 15px;
	font-size: 0.8em;
}
.cc_container .cc_message {
	font-size: 0.8em;
}
}

@media screen and (min-width:992px) {
.cc_container .cc_message {
	font-size: 0.8em !important;
}
}
.cc_container {
	background: #222;
	color: #fff;
	font-size: 17px;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
	box-sizing: border-box;
}
.cc_container ::-moz-selection {
background:#ff5e99;
color:#fff;
text-shadow:none;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
	color: #000;
	background-color: #c8c8c8;
	transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
	background-color: #d3d3d3;
	color: #000;
}
.cc_container a, .cc_container a:visited {
	text-decoration: none;
	color: #c8c8c8;
	-webkit-transition: 200ms color;
	transition: 200ms color;
}
.cc_container a:hover, .cc_container a:active {
	text-decoration: none;
	color: #888;
}
.cc_container .cc_btn a {
	text-decoration: none;
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform:translateY(66px);
transform:translateY(66px);
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0);
}
}
@keyframes slideUp {
0% {
-webkit-transform:translateY(66px);
-ms-transform:translateY(66px);
transform:translateY(66px);
}
100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0);
}
}
.cc_container, .cc_message, .cc_btn {
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-webkit-animation-name: slideUp;
	animation-name: slideUp;
}
.tx-solr-autosuggest {
	border: 1px solid #CCC;
	background: #FFF;
	overflow: auto;
}
.tx-solr-autosuggest strong {
	font-weight: bolder;
	color: #f18f0b;
}
.tx-solr-autosuggest .autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}
.tx-solr-autosuggest .autocomplete-selected {
	background: #F1E0B6;
}
.tx-solr-autosuggest .autocomplete-group {
	padding: 10px 5px;
}
.tx-solr-autosuggest .autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #999;
}
.ipandlanguageredirect {
	background: #ff9900;
	color: white;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	max-height: 0;
	overflow: hidden;
	transition: max-height .1s ease-out
}
.ipandlanguageredirect.fadein {
	max-height: 300px;
	padding: 15px;
	transition: max-height .8s ease-in
}
.ipandlanguageredirect__item {
	display: block
}
.ipandlanguageredirect__item--first::after {
	border-bottom: 1px solid white;
	content: '';
	display: block;
	margin: 15px auto;
	width: 25%
}
.ipandlanguageredirect__button {
	background-color: transparent;
	border: 0;
	color: white;
	font-size: 16px;
	outline: none;
	padding: 0;
	text-decoration: none
}
.ipandlanguageredirect__button:visited, .ipandlanguageredirect__button:hover, .ipandlanguageredirect__button:active {
	color: white
}
.ipandlanguageredirect__button:hover {
	cursor: pointer;
	text-decoration: underline
}

@media (min-width:680px) {
.ipandlanguageredirect__item {
	display: inline
}
.ipandlanguageredirect__item--first::after {
	border-right: 1px solid white;
	border-bottom: 0;
	display: inline;
	margin: 0 15px;
	width: auto
}
}

@media print, screen and (min-width:40em) {
.reveal, .reveal.tiny, .reveal.small, .reveal.large {
	right: auto;
	left: auto;
	margin: 0 auto
}
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, footer, header, nav, section {
	display: block
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
figcaption, figure {
	display: block
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
main {
	display: block
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
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: -0.25em
}
sup {
	top: -0.5em
}
audio, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style:none;
padding:0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline:1px dotted ButtonText
}
input {
	overflow: visible
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
textarea {
	overflow: auto
}
details {
	display: block
}
summary {
	display: list-item
}
menu {
	display: block
}
canvas {
	display: inline-block
}
template {
	display: none
}
[hidden] {
	display: none
}
.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=105.0625em&xxxlarge=120em"
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%
}
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: "FuturaBT-Book", "thesans-b4semilightitalic", sans-serif;
	font-weight: normal;
	line-height: 1.45;
	color: #5B5F62;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}
textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	max-width: none !important
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto
}
[data-whatinput='mouse'] button {
	outline: 0
}
pre {
	overflow: auto
}
button, input, optgroup, select, textarea {
	font-family: inherit
}
.is-visible {
	display: block !important
}
.is-hidden {
	display: none !important
}
.grid-container {
	padding-right: .625rem;
	padding-left: .625rem;
	max-width: 90rem;
	margin: 0 auto
}

@media print, screen and (min-width:40em) {
.grid-container {
	padding-right: .9375rem;
	padding-left: .9375rem
}
}
.grid-container.fluid {
	padding-right: .625rem;
	padding-left: .625rem;
	max-width: 100%;
	margin: 0 auto
}

@media print, screen and (min-width:40em) {
.grid-container.fluid {
	padding-right: .9375rem;
	padding-left: .9375rem
}
}
.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin: 0 auto
}
.grid-x {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.cell {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%
}
.cell.auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.cell.shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-x>.auto {
	width: auto
}
.grid-x>.shrink {
	width: auto
}
.grid-x>.small-shrink, .grid-x>.small-full, .grid-x>.small-1, .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-10, .grid-x>.small-11, .grid-x>.small-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

@media print, screen and (min-width:40em) {
.grid-x>.medium-shrink, .grid-x>.medium-full, .grid-x>.medium-1, .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-10, .grid-x>.medium-11, .grid-x>.medium-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}

@media print, screen and (min-width:64em) {
.grid-x>.large-shrink, .grid-x>.large-full, .grid-x>.large-1, .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-10, .grid-x>.large-11, .grid-x>.large-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}

@media print, screen and (min-width:75em) {
.grid-x>.xlarge-shrink, .grid-x>.xlarge-full, .grid-x>.xlarge-1, .grid-x>.xlarge-2, .grid-x>.xlarge-3, .grid-x>.xlarge-4, .grid-x>.xlarge-5, .grid-x>.xlarge-6, .grid-x>.xlarge-7, .grid-x>.xlarge-8, .grid-x>.xlarge-9, .grid-x>.xlarge-10, .grid-x>.xlarge-11, .grid-x>.xlarge-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}

@media print, screen and (min-width:105.0625em) {
.grid-x>.xxlarge-shrink, .grid-x>.xxlarge-full, .grid-x>.xxlarge-1, .grid-x>.xxlarge-2, .grid-x>.xxlarge-3, .grid-x>.xxlarge-4, .grid-x>.xxlarge-5, .grid-x>.xxlarge-6, .grid-x>.xxlarge-7, .grid-x>.xxlarge-8, .grid-x>.xxlarge-9, .grid-x>.xxlarge-10, .grid-x>.xxlarge-11, .grid-x>.xxlarge-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}

@media screen and (min-width:120em) {
.grid-x>.xxxlarge-shrink, .grid-x>.xxxlarge-full, .grid-x>.xxxlarge-1, .grid-x>.xxxlarge-2, .grid-x>.xxxlarge-3, .grid-x>.xxxlarge-4, .grid-x>.xxxlarge-5, .grid-x>.xxxlarge-6, .grid-x>.xxxlarge-7, .grid-x>.xxxlarge-8, .grid-x>.xxxlarge-9, .grid-x>.xxxlarge-10, .grid-x>.xxxlarge-11, .grid-x>.xxxlarge-12 {
	-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 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto
}
.grid-x>.medium-shrink {
	-webkit-box-flex: 0;
	-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 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto
}
.grid-x>.large-shrink {
	-webkit-box-flex: 0;
	-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%
}
}

@media print, screen and (min-width:75em) {
.grid-x>.xlarge-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto
}
.grid-x>.xlarge-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}
.grid-x>.xlarge-1 {
	width: 8.33333%
}
.grid-x>.xlarge-2 {
	width: 16.66667%
}
.grid-x>.xlarge-3 {
	width: 25%
}
.grid-x>.xlarge-4 {
	width: 33.33333%
}
.grid-x>.xlarge-5 {
	width: 41.66667%
}
.grid-x>.xlarge-6 {
	width: 50%
}
.grid-x>.xlarge-7 {
	width: 58.33333%
}
.grid-x>.xlarge-8 {
	width: 66.66667%
}
.grid-x>.xlarge-9 {
	width: 75%
}
.grid-x>.xlarge-10 {
	width: 83.33333%
}
.grid-x>.xlarge-11 {
	width: 91.66667%
}
.grid-x>.xlarge-12 {
	width: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.grid-x>.xxlarge-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto
}
.grid-x>.xxlarge-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}
.grid-x>.xxlarge-1 {
	width: 8.33333%
}
.grid-x>.xxlarge-2 {
	width: 16.66667%
}
.grid-x>.xxlarge-3 {
	width: 25%
}
.grid-x>.xxlarge-4 {
	width: 33.33333%
}
.grid-x>.xxlarge-5 {
	width: 41.66667%
}
.grid-x>.xxlarge-6 {
	width: 50%
}
.grid-x>.xxlarge-7 {
	width: 58.33333%
}
.grid-x>.xxlarge-8 {
	width: 66.66667%
}
.grid-x>.xxlarge-9 {
	width: 75%
}
.grid-x>.xxlarge-10 {
	width: 83.33333%
}
.grid-x>.xxlarge-11 {
	width: 91.66667%
}
.grid-x>.xxlarge-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.grid-x>.xxxlarge-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto
}
.grid-x>.xxxlarge-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}
.grid-x>.xxxlarge-1 {
	width: 8.33333%
}
.grid-x>.xxxlarge-2 {
	width: 16.66667%
}
.grid-x>.xxxlarge-3 {
	width: 25%
}
.grid-x>.xxxlarge-4 {
	width: 33.33333%
}
.grid-x>.xxxlarge-5 {
	width: 41.66667%
}
.grid-x>.xxxlarge-6 {
	width: 50%
}
.grid-x>.xxxlarge-7 {
	width: 58.33333%
}
.grid-x>.xxxlarge-8 {
	width: 66.66667%
}
.grid-x>.xxxlarge-9 {
	width: 75%
}
.grid-x>.xxxlarge-10 {
	width: 83.33333%
}
.grid-x>.xxxlarge-11 {
	width: 91.66667%
}
.grid-x>.xxxlarge-12 {
	width: 100%
}
}
.grid-margin-x:not(.grid-x)>.cell {
	width: auto
}
.grid-margin-y:not(.grid-y)>.cell {
	height: auto
}
.grid-margin-x {
	margin-left: -.625rem;
	margin-right: -.625rem
}

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

@media print, screen and (min-width:40em) {
.grid-margin-x>.cell {
	width: calc(100% - 1.875rem);
	margin-left: .9375rem;
	margin-right: .9375rem
}
}
.grid-margin-x>.auto {
	width: auto
}
.grid-margin-x>.shrink {
	width: auto
}
.grid-margin-x>.small-1 {
	width: calc(8.33333% - 1.25rem)
}
.grid-margin-x>.small-2 {
	width: calc(16.66667% - 1.25rem)
}
.grid-margin-x>.small-3 {
	width: calc(25% - 1.25rem)
}
.grid-margin-x>.small-4 {
	width: calc(33.33333% - 1.25rem)
}
.grid-margin-x>.small-5 {
	width: calc(41.66667% - 1.25rem)
}
.grid-margin-x>.small-6 {
	width: calc(50% - 1.25rem)
}
.grid-margin-x>.small-7 {
	width: calc(58.33333% - 1.25rem)
}
.grid-margin-x>.small-8 {
	width: calc(66.66667% - 1.25rem)
}
.grid-margin-x>.small-9 {
	width: calc(75% - 1.25rem)
}
.grid-margin-x>.small-10 {
	width: calc(83.33333% - 1.25rem)
}
.grid-margin-x>.small-11 {
	width: calc(91.66667% - 1.25rem)
}
.grid-margin-x>.small-12 {
	width: calc(100% - 1.25rem)
}

@media print, screen and (min-width:40em) {
.grid-margin-x>.auto {
	width: auto
}
.grid-margin-x>.shrink {
	width: auto
}
.grid-margin-x>.small-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.small-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.small-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.small-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.small-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.small-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.small-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.small-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.small-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.small-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.small-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.small-12 {
	width: calc(100% - 1.875rem)
}
.grid-margin-x>.medium-auto {
	width: auto
}
.grid-margin-x>.medium-shrink {
	width: auto
}
.grid-margin-x>.medium-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.medium-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.medium-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.medium-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.medium-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.medium-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.medium-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.medium-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.medium-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.medium-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.medium-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.medium-12 {
	width: calc(100% - 1.875rem)
}
}

@media print, screen and (min-width:64em) {
.grid-margin-x>.large-auto {
	width: auto
}
.grid-margin-x>.large-shrink {
	width: auto
}
.grid-margin-x>.large-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.large-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.large-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.large-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.large-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.large-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.large-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.large-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.large-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.large-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.large-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.large-12 {
	width: calc(100% - 1.875rem)
}
}

@media print, screen and (min-width:75em) {
.grid-margin-x>.xlarge-auto {
	width: auto
}
.grid-margin-x>.xlarge-shrink {
	width: auto
}
.grid-margin-x>.xlarge-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.xlarge-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.xlarge-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.xlarge-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.xlarge-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.xlarge-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.xlarge-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.xlarge-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.xlarge-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.xlarge-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.xlarge-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.xlarge-12 {
	width: calc(100% - 1.875rem)
}
}

@media print, screen and (min-width:105.0625em) {
.grid-margin-x>.xxlarge-auto {
	width: auto
}
.grid-margin-x>.xxlarge-shrink {
	width: auto
}
.grid-margin-x>.xxlarge-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.xxlarge-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.xxlarge-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.xxlarge-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.xxlarge-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.xxlarge-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.xxlarge-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.xxlarge-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.xxlarge-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.xxlarge-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.xxlarge-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.xxlarge-12 {
	width: calc(100% - 1.875rem)
}
}

@media screen and (min-width:120em) {
.grid-margin-x>.xxxlarge-auto {
	width: auto
}
.grid-margin-x>.xxxlarge-shrink {
	width: auto
}
.grid-margin-x>.xxxlarge-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.xxxlarge-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.xxxlarge-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.xxxlarge-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.xxxlarge-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.xxxlarge-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.xxxlarge-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.xxxlarge-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.xxxlarge-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.xxxlarge-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.xxxlarge-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.xxxlarge-12 {
	width: calc(100% - 1.875rem)
}
}
.grid-padding-x .grid-padding-x {
	margin-right: -.625rem;
	margin-left: -.625rem
}

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

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

@media print, screen and (min-width:40em) {
.grid-padding-x>.cell {
	padding-right: .9375rem;
	padding-left: .9375rem
}
}
.small-up-1>.cell {
	width: 100%
}
.small-up-2>.cell {
	width: 50%
}
.small-up-3>.cell {
	width: 33.33333%
}
.small-up-4>.cell {
	width: 25%
}
.small-up-5>.cell {
	width: 20%
}
.small-up-6>.cell {
	width: 16.66667%
}
.small-up-7>.cell {
	width: 14.28571%
}
.small-up-8>.cell {
	width: 12.5%
}

@media print, screen and (min-width:40em) {
.medium-up-1>.cell {
	width: 100%
}
.medium-up-2>.cell {
	width: 50%
}
.medium-up-3>.cell {
	width: 33.33333%
}
.medium-up-4>.cell {
	width: 25%
}
.medium-up-5>.cell {
	width: 20%
}
.medium-up-6>.cell {
	width: 16.66667%
}
.medium-up-7>.cell {
	width: 14.28571%
}
.medium-up-8>.cell {
	width: 12.5%
}
}

@media print, screen and (min-width:64em) {
.large-up-1>.cell {
	width: 100%
}
.large-up-2>.cell {
	width: 50%
}
.large-up-3>.cell {
	width: 33.33333%
}
.large-up-4>.cell {
	width: 25%
}
.large-up-5>.cell {
	width: 20%
}
.large-up-6>.cell {
	width: 16.66667%
}
.large-up-7>.cell {
	width: 14.28571%
}
.large-up-8>.cell {
	width: 12.5%
}
}

@media print, screen and (min-width:75em) {
.xlarge-up-1>.cell {
	width: 100%
}
.xlarge-up-2>.cell {
	width: 50%
}
.xlarge-up-3>.cell {
	width: 33.33333%
}
.xlarge-up-4>.cell {
	width: 25%
}
.xlarge-up-5>.cell {
	width: 20%
}
.xlarge-up-6>.cell {
	width: 16.66667%
}
.xlarge-up-7>.cell {
	width: 14.28571%
}
.xlarge-up-8>.cell {
	width: 12.5%
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-up-1>.cell {
	width: 100%
}
.xxlarge-up-2>.cell {
	width: 50%
}
.xxlarge-up-3>.cell {
	width: 33.33333%
}
.xxlarge-up-4>.cell {
	width: 25%
}
.xxlarge-up-5>.cell {
	width: 20%
}
.xxlarge-up-6>.cell {
	width: 16.66667%
}
.xxlarge-up-7>.cell {
	width: 14.28571%
}
.xxlarge-up-8>.cell {
	width: 12.5%
}
}

@media screen and (min-width:120em) {
.xxxlarge-up-1>.cell {
	width: 100%
}
.xxxlarge-up-2>.cell {
	width: 50%
}
.xxxlarge-up-3>.cell {
	width: 33.33333%
}
.xxxlarge-up-4>.cell {
	width: 25%
}
.xxxlarge-up-5>.cell {
	width: 20%
}
.xxxlarge-up-6>.cell {
	width: 16.66667%
}
.xxxlarge-up-7>.cell {
	width: 14.28571%
}
.xxxlarge-up-8>.cell {
	width: 12.5%
}
}
.grid-margin-x.small-up-1>.cell {
	width: calc(100% - 1.25rem)
}
.grid-margin-x.small-up-2>.cell {
	width: calc(50% - 1.25rem)
}
.grid-margin-x.small-up-3>.cell {
	width: calc(33.33333% - 1.25rem)
}
.grid-margin-x.small-up-4>.cell {
	width: calc(25% - 1.25rem)
}
.grid-margin-x.small-up-5>.cell {
	width: calc(20% - 1.25rem)
}
.grid-margin-x.small-up-6>.cell {
	width: calc(16.66667% - 1.25rem)
}
.grid-margin-x.small-up-7>.cell {
	width: calc(14.28571% - 1.25rem)
}
.grid-margin-x.small-up-8>.cell {
	width: calc(12.5% - 1.25rem)
}

@media print, screen and (min-width:40em) {
.grid-margin-x.small-up-1>.cell {
	width: calc(100% - 1.25rem)
}
.grid-margin-x.small-up-2>.cell {
	width: calc(50% - 1.25rem)
}
.grid-margin-x.small-up-3>.cell {
	width: calc(33.33333% - 1.25rem)
}
.grid-margin-x.small-up-4>.cell {
	width: calc(25% - 1.25rem)
}
.grid-margin-x.small-up-5>.cell {
	width: calc(20% - 1.25rem)
}
.grid-margin-x.small-up-6>.cell {
	width: calc(16.66667% - 1.25rem)
}
.grid-margin-x.small-up-7>.cell {
	width: calc(14.28571% - 1.25rem)
}
.grid-margin-x.small-up-8>.cell {
	width: calc(12.5% - 1.25rem)
}
.grid-margin-x.medium-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.medium-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.medium-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.medium-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.medium-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.medium-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.medium-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.medium-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
}

@media print, screen and (min-width:64em) {
.grid-margin-x.large-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.large-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.large-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.large-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.large-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.large-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.large-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.large-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
}

@media print, screen and (min-width:75em) {
.grid-margin-x.xlarge-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.xlarge-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.xlarge-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.xlarge-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.xlarge-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.xlarge-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.xlarge-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.xlarge-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
}

@media print, screen and (min-width:105.0625em) {
.grid-margin-x.xxlarge-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.xxlarge-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.xxlarge-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.xxlarge-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.xxlarge-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.xxlarge-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.xxlarge-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.xxlarge-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
}

@media screen and (min-width:120em) {
.grid-margin-x.xxxlarge-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
}
.small-margin-collapse {
	margin-right: 0;
	margin-left: 0
}
.small-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0
}
.small-margin-collapse>.small-1 {
	width: 8.33333%
}
.small-margin-collapse>.small-2 {
	width: 16.66667%
}
.small-margin-collapse>.small-3 {
	width: 25%
}
.small-margin-collapse>.small-4 {
	width: 33.33333%
}
.small-margin-collapse>.small-5 {
	width: 41.66667%
}
.small-margin-collapse>.small-6 {
	width: 50%
}
.small-margin-collapse>.small-7 {
	width: 58.33333%
}
.small-margin-collapse>.small-8 {
	width: 66.66667%
}
.small-margin-collapse>.small-9 {
	width: 75%
}
.small-margin-collapse>.small-10 {
	width: 83.33333%
}
.small-margin-collapse>.small-11 {
	width: 91.66667%
}
.small-margin-collapse>.small-12 {
	width: 100%
}

@media print, screen and (min-width:40em) {
.small-margin-collapse>.medium-1 {
	width: 8.33333%
}
.small-margin-collapse>.medium-2 {
	width: 16.66667%
}
.small-margin-collapse>.medium-3 {
	width: 25%
}
.small-margin-collapse>.medium-4 {
	width: 33.33333%
}
.small-margin-collapse>.medium-5 {
	width: 41.66667%
}
.small-margin-collapse>.medium-6 {
	width: 50%
}
.small-margin-collapse>.medium-7 {
	width: 58.33333%
}
.small-margin-collapse>.medium-8 {
	width: 66.66667%
}
.small-margin-collapse>.medium-9 {
	width: 75%
}
.small-margin-collapse>.medium-10 {
	width: 83.33333%
}
.small-margin-collapse>.medium-11 {
	width: 91.66667%
}
.small-margin-collapse>.medium-12 {
	width: 100%
}
}

@media print, screen and (min-width:64em) {
.small-margin-collapse>.large-1 {
	width: 8.33333%
}
.small-margin-collapse>.large-2 {
	width: 16.66667%
}
.small-margin-collapse>.large-3 {
	width: 25%
}
.small-margin-collapse>.large-4 {
	width: 33.33333%
}
.small-margin-collapse>.large-5 {
	width: 41.66667%
}
.small-margin-collapse>.large-6 {
	width: 50%
}
.small-margin-collapse>.large-7 {
	width: 58.33333%
}
.small-margin-collapse>.large-8 {
	width: 66.66667%
}
.small-margin-collapse>.large-9 {
	width: 75%
}
.small-margin-collapse>.large-10 {
	width: 83.33333%
}
.small-margin-collapse>.large-11 {
	width: 91.66667%
}
.small-margin-collapse>.large-12 {
	width: 100%
}
}

@media print, screen and (min-width:75em) {
.small-margin-collapse>.xlarge-1 {
	width: 8.33333%
}
.small-margin-collapse>.xlarge-2 {
	width: 16.66667%
}
.small-margin-collapse>.xlarge-3 {
	width: 25%
}
.small-margin-collapse>.xlarge-4 {
	width: 33.33333%
}
.small-margin-collapse>.xlarge-5 {
	width: 41.66667%
}
.small-margin-collapse>.xlarge-6 {
	width: 50%
}
.small-margin-collapse>.xlarge-7 {
	width: 58.33333%
}
.small-margin-collapse>.xlarge-8 {
	width: 66.66667%
}
.small-margin-collapse>.xlarge-9 {
	width: 75%
}
.small-margin-collapse>.xlarge-10 {
	width: 83.33333%
}
.small-margin-collapse>.xlarge-11 {
	width: 91.66667%
}
.small-margin-collapse>.xlarge-12 {
	width: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.small-margin-collapse>.xxlarge-1 {
	width: 8.33333%
}
.small-margin-collapse>.xxlarge-2 {
	width: 16.66667%
}
.small-margin-collapse>.xxlarge-3 {
	width: 25%
}
.small-margin-collapse>.xxlarge-4 {
	width: 33.33333%
}
.small-margin-collapse>.xxlarge-5 {
	width: 41.66667%
}
.small-margin-collapse>.xxlarge-6 {
	width: 50%
}
.small-margin-collapse>.xxlarge-7 {
	width: 58.33333%
}
.small-margin-collapse>.xxlarge-8 {
	width: 66.66667%
}
.small-margin-collapse>.xxlarge-9 {
	width: 75%
}
.small-margin-collapse>.xxlarge-10 {
	width: 83.33333%
}
.small-margin-collapse>.xxlarge-11 {
	width: 91.66667%
}
.small-margin-collapse>.xxlarge-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.small-margin-collapse>.xxxlarge-1 {
	width: 8.33333%
}
.small-margin-collapse>.xxxlarge-2 {
	width: 16.66667%
}
.small-margin-collapse>.xxxlarge-3 {
	width: 25%
}
.small-margin-collapse>.xxxlarge-4 {
	width: 33.33333%
}
.small-margin-collapse>.xxxlarge-5 {
	width: 41.66667%
}
.small-margin-collapse>.xxxlarge-6 {
	width: 50%
}
.small-margin-collapse>.xxxlarge-7 {
	width: 58.33333%
}
.small-margin-collapse>.xxxlarge-8 {
	width: 66.66667%
}
.small-margin-collapse>.xxxlarge-9 {
	width: 75%
}
.small-margin-collapse>.xxxlarge-10 {
	width: 83.33333%
}
.small-margin-collapse>.xxxlarge-11 {
	width: 91.66667%
}
.small-margin-collapse>.xxxlarge-12 {
	width: 100%
}
}
.small-padding-collapse {
	margin-right: 0;
	margin-left: 0
}
.small-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0
}

@media print, screen and (min-width:40em) {
.medium-margin-collapse {
	margin-right: 0;
	margin-left: 0
}
.medium-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0
}
}

@media print, screen and (min-width:40em) {
.medium-margin-collapse>.small-1 {
	width: 8.33333%
}
.medium-margin-collapse>.small-2 {
	width: 16.66667%
}
.medium-margin-collapse>.small-3 {
	width: 25%
}
.medium-margin-collapse>.small-4 {
	width: 33.33333%
}
.medium-margin-collapse>.small-5 {
	width: 41.66667%
}
.medium-margin-collapse>.small-6 {
	width: 50%
}
.medium-margin-collapse>.small-7 {
	width: 58.33333%
}
.medium-margin-collapse>.small-8 {
	width: 66.66667%
}
.medium-margin-collapse>.small-9 {
	width: 75%
}
.medium-margin-collapse>.small-10 {
	width: 83.33333%
}
.medium-margin-collapse>.small-11 {
	width: 91.66667%
}
.medium-margin-collapse>.small-12 {
	width: 100%
}
}

@media print, screen and (min-width:40em) {
.medium-margin-collapse>.medium-1 {
	width: 8.33333%
}
.medium-margin-collapse>.medium-2 {
	width: 16.66667%
}
.medium-margin-collapse>.medium-3 {
	width: 25%
}
.medium-margin-collapse>.medium-4 {
	width: 33.33333%
}
.medium-margin-collapse>.medium-5 {
	width: 41.66667%
}
.medium-margin-collapse>.medium-6 {
	width: 50%
}
.medium-margin-collapse>.medium-7 {
	width: 58.33333%
}
.medium-margin-collapse>.medium-8 {
	width: 66.66667%
}
.medium-margin-collapse>.medium-9 {
	width: 75%
}
.medium-margin-collapse>.medium-10 {
	width: 83.33333%
}
.medium-margin-collapse>.medium-11 {
	width: 91.66667%
}
.medium-margin-collapse>.medium-12 {
	width: 100%
}
}

@media print, screen and (min-width:64em) {
.medium-margin-collapse>.large-1 {
	width: 8.33333%
}
.medium-margin-collapse>.large-2 {
	width: 16.66667%
}
.medium-margin-collapse>.large-3 {
	width: 25%
}
.medium-margin-collapse>.large-4 {
	width: 33.33333%
}
.medium-margin-collapse>.large-5 {
	width: 41.66667%
}
.medium-margin-collapse>.large-6 {
	width: 50%
}
.medium-margin-collapse>.large-7 {
	width: 58.33333%
}
.medium-margin-collapse>.large-8 {
	width: 66.66667%
}
.medium-margin-collapse>.large-9 {
	width: 75%
}
.medium-margin-collapse>.large-10 {
	width: 83.33333%
}
.medium-margin-collapse>.large-11 {
	width: 91.66667%
}
.medium-margin-collapse>.large-12 {
	width: 100%
}
}

@media print, screen and (min-width:75em) {
.medium-margin-collapse>.xlarge-1 {
	width: 8.33333%
}
.medium-margin-collapse>.xlarge-2 {
	width: 16.66667%
}
.medium-margin-collapse>.xlarge-3 {
	width: 25%
}
.medium-margin-collapse>.xlarge-4 {
	width: 33.33333%
}
.medium-margin-collapse>.xlarge-5 {
	width: 41.66667%
}
.medium-margin-collapse>.xlarge-6 {
	width: 50%
}
.medium-margin-collapse>.xlarge-7 {
	width: 58.33333%
}
.medium-margin-collapse>.xlarge-8 {
	width: 66.66667%
}
.medium-margin-collapse>.xlarge-9 {
	width: 75%
}
.medium-margin-collapse>.xlarge-10 {
	width: 83.33333%
}
.medium-margin-collapse>.xlarge-11 {
	width: 91.66667%
}
.medium-margin-collapse>.xlarge-12 {
	width: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.medium-margin-collapse>.xxlarge-1 {
	width: 8.33333%
}
.medium-margin-collapse>.xxlarge-2 {
	width: 16.66667%
}
.medium-margin-collapse>.xxlarge-3 {
	width: 25%
}
.medium-margin-collapse>.xxlarge-4 {
	width: 33.33333%
}
.medium-margin-collapse>.xxlarge-5 {
	width: 41.66667%
}
.medium-margin-collapse>.xxlarge-6 {
	width: 50%
}
.medium-margin-collapse>.xxlarge-7 {
	width: 58.33333%
}
.medium-margin-collapse>.xxlarge-8 {
	width: 66.66667%
}
.medium-margin-collapse>.xxlarge-9 {
	width: 75%
}
.medium-margin-collapse>.xxlarge-10 {
	width: 83.33333%
}
.medium-margin-collapse>.xxlarge-11 {
	width: 91.66667%
}
.medium-margin-collapse>.xxlarge-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.medium-margin-collapse>.xxxlarge-1 {
	width: 8.33333%
}
.medium-margin-collapse>.xxxlarge-2 {
	width: 16.66667%
}
.medium-margin-collapse>.xxxlarge-3 {
	width: 25%
}
.medium-margin-collapse>.xxxlarge-4 {
	width: 33.33333%
}
.medium-margin-collapse>.xxxlarge-5 {
	width: 41.66667%
}
.medium-margin-collapse>.xxxlarge-6 {
	width: 50%
}
.medium-margin-collapse>.xxxlarge-7 {
	width: 58.33333%
}
.medium-margin-collapse>.xxxlarge-8 {
	width: 66.66667%
}
.medium-margin-collapse>.xxxlarge-9 {
	width: 75%
}
.medium-margin-collapse>.xxxlarge-10 {
	width: 83.33333%
}
.medium-margin-collapse>.xxxlarge-11 {
	width: 91.66667%
}
.medium-margin-collapse>.xxxlarge-12 {
	width: 100%
}
}

@media print, screen and (min-width:40em) {
.medium-padding-collapse {
	margin-right: 0;
	margin-left: 0
}
.medium-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0
}
}

@media print, screen and (min-width:64em) {
.large-margin-collapse {
	margin-right: 0;
	margin-left: 0
}
.large-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0
}
}

@media print, screen and (min-width:64em) {
.large-margin-collapse>.small-1 {
	width: 8.33333%
}
.large-margin-collapse>.small-2 {
	width: 16.66667%
}
.large-margin-collapse>.small-3 {
	width: 25%
}
.large-margin-collapse>.small-4 {
	width: 33.33333%
}
.large-margin-collapse>.small-5 {
	width: 41.66667%
}
.large-margin-collapse>.small-6 {
	width: 50%
}
.large-margin-collapse>.small-7 {
	width: 58.33333%
}
.large-margin-collapse>.small-8 {
	width: 66.66667%
}
.large-margin-collapse>.small-9 {
	width: 75%
}
.large-margin-collapse>.small-10 {
	width: 83.33333%
}
.large-margin-collapse>.small-11 {
	width: 91.66667%
}
.large-margin-collapse>.small-12 {
	width: 100%
}
}

@media print, screen and (min-width:64em) {
.large-margin-collapse>.medium-1 {
	width: 8.33333%
}
.large-margin-collapse>.medium-2 {
	width: 16.66667%
}
.large-margin-collapse>.medium-3 {
	width: 25%
}
.large-margin-collapse>.medium-4 {
	width: 33.33333%
}
.large-margin-collapse>.medium-5 {
	width: 41.66667%
}
.large-margin-collapse>.medium-6 {
	width: 50%
}
.large-margin-collapse>.medium-7 {
	width: 58.33333%
}
.large-margin-collapse>.medium-8 {
	width: 66.66667%
}
.large-margin-collapse>.medium-9 {
	width: 75%
}
.large-margin-collapse>.medium-10 {
	width: 83.33333%
}
.large-margin-collapse>.medium-11 {
	width: 91.66667%
}
.large-margin-collapse>.medium-12 {
	width: 100%
}
}

@media print, screen and (min-width:64em) {
.large-margin-collapse>.large-1 {
	width: 8.33333%
}
.large-margin-collapse>.large-2 {
	width: 16.66667%
}
.large-margin-collapse>.large-3 {
	width: 25%
}
.large-margin-collapse>.large-4 {
	width: 33.33333%
}
.large-margin-collapse>.large-5 {
	width: 41.66667%
}
.large-margin-collapse>.large-6 {
	width: 50%
}
.large-margin-collapse>.large-7 {
	width: 58.33333%
}
.large-margin-collapse>.large-8 {
	width: 66.66667%
}
.large-margin-collapse>.large-9 {
	width: 75%
}
.large-margin-collapse>.large-10 {
	width: 83.33333%
}
.large-margin-collapse>.large-11 {
	width: 91.66667%
}
.large-margin-collapse>.large-12 {
	width: 100%
}
}

@media print, screen and (min-width:75em) {
.large-margin-collapse>.xlarge-1 {
	width: 8.33333%
}
.large-margin-collapse>.xlarge-2 {
	width: 16.66667%
}
.large-margin-collapse>.xlarge-3 {
	width: 25%
}
.large-margin-collapse>.xlarge-4 {
	width: 33.33333%
}
.large-margin-collapse>.xlarge-5 {
	width: 41.66667%
}
.large-margin-collapse>.xlarge-6 {
	width: 50%
}
.large-margin-collapse>.xlarge-7 {
	width: 58.33333%
}
.large-margin-collapse>.xlarge-8 {
	width: 66.66667%
}
.large-margin-collapse>.xlarge-9 {
	width: 75%
}
.large-margin-collapse>.xlarge-10 {
	width: 83.33333%
}
.large-margin-collapse>.xlarge-11 {
	width: 91.66667%
}
.large-margin-collapse>.xlarge-12 {
	width: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.large-margin-collapse>.xxlarge-1 {
	width: 8.33333%
}
.large-margin-collapse>.xxlarge-2 {
	width: 16.66667%
}
.large-margin-collapse>.xxlarge-3 {
	width: 25%
}
.large-margin-collapse>.xxlarge-4 {
	width: 33.33333%
}
.large-margin-collapse>.xxlarge-5 {
	width: 41.66667%
}
.large-margin-collapse>.xxlarge-6 {
	width: 50%
}
.large-margin-collapse>.xxlarge-7 {
	width: 58.33333%
}
.large-margin-collapse>.xxlarge-8 {
	width: 66.66667%
}
.large-margin-collapse>.xxlarge-9 {
	width: 75%
}
.large-margin-collapse>.xxlarge-10 {
	width: 83.33333%
}
.large-margin-collapse>.xxlarge-11 {
	width: 91.66667%
}
.large-margin-collapse>.xxlarge-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.large-margin-collapse>.xxxlarge-1 {
	width: 8.33333%
}
.large-margin-collapse>.xxxlarge-2 {
	width: 16.66667%
}
.large-margin-collapse>.xxxlarge-3 {
	width: 25%
}
.large-margin-collapse>.xxxlarge-4 {
	width: 33.33333%
}
.large-margin-collapse>.xxxlarge-5 {
	width: 41.66667%
}
.large-margin-collapse>.xxxlarge-6 {
	width: 50%
}
.large-margin-collapse>.xxxlarge-7 {
	width: 58.33333%
}
.large-margin-collapse>.xxxlarge-8 {
	width: 66.66667%
}
.large-margin-collapse>.xxxlarge-9 {
	width: 75%
}
.large-margin-collapse>.xxxlarge-10 {
	width: 83.33333%
}
.large-margin-collapse>.xxxlarge-11 {
	width: 91.66667%
}
.large-margin-collapse>.xxxlarge-12 {
	width: 100%
}
}

@media print, screen and (min-width:64em) {
.large-padding-collapse {
	margin-right: 0;
	margin-left: 0
}
.large-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0
}
}

@media print, screen and (min-width:75em) {
.xlarge-margin-collapse {
	margin-right: 0;
	margin-left: 0
}
.xlarge-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0
}
}

@media print, screen and (min-width:75em) {
.xlarge-margin-collapse>.small-1 {
	width: 8.33333%
}
.xlarge-margin-collapse>.small-2 {
	width: 16.66667%
}
.xlarge-margin-collapse>.small-3 {
	width: 25%
}
.xlarge-margin-collapse>.small-4 {
	width: 33.33333%
}
.xlarge-margin-collapse>.small-5 {
	width: 41.66667%
}
.xlarge-margin-collapse>.small-6 {
	width: 50%
}
.xlarge-margin-collapse>.small-7 {
	width: 58.33333%
}
.xlarge-margin-collapse>.small-8 {
	width: 66.66667%
}
.xlarge-margin-collapse>.small-9 {
	width: 75%
}
.xlarge-margin-collapse>.small-10 {
	width: 83.33333%
}
.xlarge-margin-collapse>.small-11 {
	width: 91.66667%
}
.xlarge-margin-collapse>.small-12 {
	width: 100%
}
}

@media print, screen and (min-width:75em) {
.xlarge-margin-collapse>.medium-1 {
	width: 8.33333%
}
.xlarge-margin-collapse>.medium-2 {
	width: 16.66667%
}
.xlarge-margin-collapse>.medium-3 {
	width: 25%
}
.xlarge-margin-collapse>.medium-4 {
	width: 33.33333%
}
.xlarge-margin-collapse>.medium-5 {
	width: 41.66667%
}
.xlarge-margin-collapse>.medium-6 {
	width: 50%
}
.xlarge-margin-collapse>.medium-7 {
	width: 58.33333%
}
.xlarge-margin-collapse>.medium-8 {
	width: 66.66667%
}
.xlarge-margin-collapse>.medium-9 {
	width: 75%
}
.xlarge-margin-collapse>.medium-10 {
	width: 83.33333%
}
.xlarge-margin-collapse>.medium-11 {
	width: 91.66667%
}
.xlarge-margin-collapse>.medium-12 {
	width: 100%
}
}

@media print, screen and (min-width:75em) {
.xlarge-margin-collapse>.large-1 {
	width: 8.33333%
}
.xlarge-margin-collapse>.large-2 {
	width: 16.66667%
}
.xlarge-margin-collapse>.large-3 {
	width: 25%
}
.xlarge-margin-collapse>.large-4 {
	width: 33.33333%
}
.xlarge-margin-collapse>.large-5 {
	width: 41.66667%
}
.xlarge-margin-collapse>.large-6 {
	width: 50%
}
.xlarge-margin-collapse>.large-7 {
	width: 58.33333%
}
.xlarge-margin-collapse>.large-8 {
	width: 66.66667%
}
.xlarge-margin-collapse>.large-9 {
	width: 75%
}
.xlarge-margin-collapse>.large-10 {
	width: 83.33333%
}
.xlarge-margin-collapse>.large-11 {
	width: 91.66667%
}
.xlarge-margin-collapse>.large-12 {
	width: 100%
}
}

@media print, screen and (min-width:75em) {
.xlarge-margin-collapse>.xlarge-1 {
	width: 8.33333%
}
.xlarge-margin-collapse>.xlarge-2 {
	width: 16.66667%
}
.xlarge-margin-collapse>.xlarge-3 {
	width: 25%
}
.xlarge-margin-collapse>.xlarge-4 {
	width: 33.33333%
}
.xlarge-margin-collapse>.xlarge-5 {
	width: 41.66667%
}
.xlarge-margin-collapse>.xlarge-6 {
	width: 50%
}
.xlarge-margin-collapse>.xlarge-7 {
	width: 58.33333%
}
.xlarge-margin-collapse>.xlarge-8 {
	width: 66.66667%
}
.xlarge-margin-collapse>.xlarge-9 {
	width: 75%
}
.xlarge-margin-collapse>.xlarge-10 {
	width: 83.33333%
}
.xlarge-margin-collapse>.xlarge-11 {
	width: 91.66667%
}
.xlarge-margin-collapse>.xlarge-12 {
	width: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.xlarge-margin-collapse>.xxlarge-1 {
	width: 8.33333%
}
.xlarge-margin-collapse>.xxlarge-2 {
	width: 16.66667%
}
.xlarge-margin-collapse>.xxlarge-3 {
	width: 25%
}
.xlarge-margin-collapse>.xxlarge-4 {
	width: 33.33333%
}
.xlarge-margin-collapse>.xxlarge-5 {
	width: 41.66667%
}
.xlarge-margin-collapse>.xxlarge-6 {
	width: 50%
}
.xlarge-margin-collapse>.xxlarge-7 {
	width: 58.33333%
}
.xlarge-margin-collapse>.xxlarge-8 {
	width: 66.66667%
}
.xlarge-margin-collapse>.xxlarge-9 {
	width: 75%
}
.xlarge-margin-collapse>.xxlarge-10 {
	width: 83.33333%
}
.xlarge-margin-collapse>.xxlarge-11 {
	width: 91.66667%
}
.xlarge-margin-collapse>.xxlarge-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.xlarge-margin-collapse>.xxxlarge-1 {
	width: 8.33333%
}
.xlarge-margin-collapse>.xxxlarge-2 {
	width: 16.66667%
}
.xlarge-margin-collapse>.xxxlarge-3 {
	width: 25%
}
.xlarge-margin-collapse>.xxxlarge-4 {
	width: 33.33333%
}
.xlarge-margin-collapse>.xxxlarge-5 {
	width: 41.66667%
}
.xlarge-margin-collapse>.xxxlarge-6 {
	width: 50%
}
.xlarge-margin-collapse>.xxxlarge-7 {
	width: 58.33333%
}
.xlarge-margin-collapse>.xxxlarge-8 {
	width: 66.66667%
}
.xlarge-margin-collapse>.xxxlarge-9 {
	width: 75%
}
.xlarge-margin-collapse>.xxxlarge-10 {
	width: 83.33333%
}
.xlarge-margin-collapse>.xxxlarge-11 {
	width: 91.66667%
}
.xlarge-margin-collapse>.xxxlarge-12 {
	width: 100%
}
}

@media print, screen and (min-width:75em) {
.xlarge-padding-collapse {
	margin-right: 0;
	margin-left: 0
}
.xlarge-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-margin-collapse {
	margin-right: 0;
	margin-left: 0
}
.xxlarge-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-margin-collapse>.small-1 {
	width: 8.33333%
}
.xxlarge-margin-collapse>.small-2 {
	width: 16.66667%
}
.xxlarge-margin-collapse>.small-3 {
	width: 25%
}
.xxlarge-margin-collapse>.small-4 {
	width: 33.33333%
}
.xxlarge-margin-collapse>.small-5 {
	width: 41.66667%
}
.xxlarge-margin-collapse>.small-6 {
	width: 50%
}
.xxlarge-margin-collapse>.small-7 {
	width: 58.33333%
}
.xxlarge-margin-collapse>.small-8 {
	width: 66.66667%
}
.xxlarge-margin-collapse>.small-9 {
	width: 75%
}
.xxlarge-margin-collapse>.small-10 {
	width: 83.33333%
}
.xxlarge-margin-collapse>.small-11 {
	width: 91.66667%
}
.xxlarge-margin-collapse>.small-12 {
	width: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-margin-collapse>.medium-1 {
	width: 8.33333%
}
.xxlarge-margin-collapse>.medium-2 {
	width: 16.66667%
}
.xxlarge-margin-collapse>.medium-3 {
	width: 25%
}
.xxlarge-margin-collapse>.medium-4 {
	width: 33.33333%
}
.xxlarge-margin-collapse>.medium-5 {
	width: 41.66667%
}
.xxlarge-margin-collapse>.medium-6 {
	width: 50%
}
.xxlarge-margin-collapse>.medium-7 {
	width: 58.33333%
}
.xxlarge-margin-collapse>.medium-8 {
	width: 66.66667%
}
.xxlarge-margin-collapse>.medium-9 {
	width: 75%
}
.xxlarge-margin-collapse>.medium-10 {
	width: 83.33333%
}
.xxlarge-margin-collapse>.medium-11 {
	width: 91.66667%
}
.xxlarge-margin-collapse>.medium-12 {
	width: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-margin-collapse>.large-1 {
	width: 8.33333%
}
.xxlarge-margin-collapse>.large-2 {
	width: 16.66667%
}
.xxlarge-margin-collapse>.large-3 {
	width: 25%
}
.xxlarge-margin-collapse>.large-4 {
	width: 33.33333%
}
.xxlarge-margin-collapse>.large-5 {
	width: 41.66667%
}
.xxlarge-margin-collapse>.large-6 {
	width: 50%
}
.xxlarge-margin-collapse>.large-7 {
	width: 58.33333%
}
.xxlarge-margin-collapse>.large-8 {
	width: 66.66667%
}
.xxlarge-margin-collapse>.large-9 {
	width: 75%
}
.xxlarge-margin-collapse>.large-10 {
	width: 83.33333%
}
.xxlarge-margin-collapse>.large-11 {
	width: 91.66667%
}
.xxlarge-margin-collapse>.large-12 {
	width: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-margin-collapse>.xlarge-1 {
	width: 8.33333%
}
.xxlarge-margin-collapse>.xlarge-2 {
	width: 16.66667%
}
.xxlarge-margin-collapse>.xlarge-3 {
	width: 25%
}
.xxlarge-margin-collapse>.xlarge-4 {
	width: 33.33333%
}
.xxlarge-margin-collapse>.xlarge-5 {
	width: 41.66667%
}
.xxlarge-margin-collapse>.xlarge-6 {
	width: 50%
}
.xxlarge-margin-collapse>.xlarge-7 {
	width: 58.33333%
}
.xxlarge-margin-collapse>.xlarge-8 {
	width: 66.66667%
}
.xxlarge-margin-collapse>.xlarge-9 {
	width: 75%
}
.xxlarge-margin-collapse>.xlarge-10 {
	width: 83.33333%
}
.xxlarge-margin-collapse>.xlarge-11 {
	width: 91.66667%
}
.xxlarge-margin-collapse>.xlarge-12 {
	width: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-margin-collapse>.xxlarge-1 {
	width: 8.33333%
}
.xxlarge-margin-collapse>.xxlarge-2 {
	width: 16.66667%
}
.xxlarge-margin-collapse>.xxlarge-3 {
	width: 25%
}
.xxlarge-margin-collapse>.xxlarge-4 {
	width: 33.33333%
}
.xxlarge-margin-collapse>.xxlarge-5 {
	width: 41.66667%
}
.xxlarge-margin-collapse>.xxlarge-6 {
	width: 50%
}
.xxlarge-margin-collapse>.xxlarge-7 {
	width: 58.33333%
}
.xxlarge-margin-collapse>.xxlarge-8 {
	width: 66.66667%
}
.xxlarge-margin-collapse>.xxlarge-9 {
	width: 75%
}
.xxlarge-margin-collapse>.xxlarge-10 {
	width: 83.33333%
}
.xxlarge-margin-collapse>.xxlarge-11 {
	width: 91.66667%
}
.xxlarge-margin-collapse>.xxlarge-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.xxlarge-margin-collapse>.xxxlarge-1 {
	width: 8.33333%
}
.xxlarge-margin-collapse>.xxxlarge-2 {
	width: 16.66667%
}
.xxlarge-margin-collapse>.xxxlarge-3 {
	width: 25%
}
.xxlarge-margin-collapse>.xxxlarge-4 {
	width: 33.33333%
}
.xxlarge-margin-collapse>.xxxlarge-5 {
	width: 41.66667%
}
.xxlarge-margin-collapse>.xxxlarge-6 {
	width: 50%
}
.xxlarge-margin-collapse>.xxxlarge-7 {
	width: 58.33333%
}
.xxlarge-margin-collapse>.xxxlarge-8 {
	width: 66.66667%
}
.xxlarge-margin-collapse>.xxxlarge-9 {
	width: 75%
}
.xxlarge-margin-collapse>.xxxlarge-10 {
	width: 83.33333%
}
.xxlarge-margin-collapse>.xxxlarge-11 {
	width: 91.66667%
}
.xxlarge-margin-collapse>.xxxlarge-12 {
	width: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-padding-collapse {
	margin-right: 0;
	margin-left: 0
}
.xxlarge-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0
}
}

@media screen and (min-width:120em) {
.xxxlarge-margin-collapse {
	margin-right: 0;
	margin-left: 0
}
.xxxlarge-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0
}
}

@media screen and (min-width:120em) {
.xxxlarge-margin-collapse>.small-1 {
	width: 8.33333%
}
.xxxlarge-margin-collapse>.small-2 {
	width: 16.66667%
}
.xxxlarge-margin-collapse>.small-3 {
	width: 25%
}
.xxxlarge-margin-collapse>.small-4 {
	width: 33.33333%
}
.xxxlarge-margin-collapse>.small-5 {
	width: 41.66667%
}
.xxxlarge-margin-collapse>.small-6 {
	width: 50%
}
.xxxlarge-margin-collapse>.small-7 {
	width: 58.33333%
}
.xxxlarge-margin-collapse>.small-8 {
	width: 66.66667%
}
.xxxlarge-margin-collapse>.small-9 {
	width: 75%
}
.xxxlarge-margin-collapse>.small-10 {
	width: 83.33333%
}
.xxxlarge-margin-collapse>.small-11 {
	width: 91.66667%
}
.xxxlarge-margin-collapse>.small-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.xxxlarge-margin-collapse>.medium-1 {
	width: 8.33333%
}
.xxxlarge-margin-collapse>.medium-2 {
	width: 16.66667%
}
.xxxlarge-margin-collapse>.medium-3 {
	width: 25%
}
.xxxlarge-margin-collapse>.medium-4 {
	width: 33.33333%
}
.xxxlarge-margin-collapse>.medium-5 {
	width: 41.66667%
}
.xxxlarge-margin-collapse>.medium-6 {
	width: 50%
}
.xxxlarge-margin-collapse>.medium-7 {
	width: 58.33333%
}
.xxxlarge-margin-collapse>.medium-8 {
	width: 66.66667%
}
.xxxlarge-margin-collapse>.medium-9 {
	width: 75%
}
.xxxlarge-margin-collapse>.medium-10 {
	width: 83.33333%
}
.xxxlarge-margin-collapse>.medium-11 {
	width: 91.66667%
}
.xxxlarge-margin-collapse>.medium-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.xxxlarge-margin-collapse>.large-1 {
	width: 8.33333%
}
.xxxlarge-margin-collapse>.large-2 {
	width: 16.66667%
}
.xxxlarge-margin-collapse>.large-3 {
	width: 25%
}
.xxxlarge-margin-collapse>.large-4 {
	width: 33.33333%
}
.xxxlarge-margin-collapse>.large-5 {
	width: 41.66667%
}
.xxxlarge-margin-collapse>.large-6 {
	width: 50%
}
.xxxlarge-margin-collapse>.large-7 {
	width: 58.33333%
}
.xxxlarge-margin-collapse>.large-8 {
	width: 66.66667%
}
.xxxlarge-margin-collapse>.large-9 {
	width: 75%
}
.xxxlarge-margin-collapse>.large-10 {
	width: 83.33333%
}
.xxxlarge-margin-collapse>.large-11 {
	width: 91.66667%
}
.xxxlarge-margin-collapse>.large-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.xxxlarge-margin-collapse>.xlarge-1 {
	width: 8.33333%
}
.xxxlarge-margin-collapse>.xlarge-2 {
	width: 16.66667%
}
.xxxlarge-margin-collapse>.xlarge-3 {
	width: 25%
}
.xxxlarge-margin-collapse>.xlarge-4 {
	width: 33.33333%
}
.xxxlarge-margin-collapse>.xlarge-5 {
	width: 41.66667%
}
.xxxlarge-margin-collapse>.xlarge-6 {
	width: 50%
}
.xxxlarge-margin-collapse>.xlarge-7 {
	width: 58.33333%
}
.xxxlarge-margin-collapse>.xlarge-8 {
	width: 66.66667%
}
.xxxlarge-margin-collapse>.xlarge-9 {
	width: 75%
}
.xxxlarge-margin-collapse>.xlarge-10 {
	width: 83.33333%
}
.xxxlarge-margin-collapse>.xlarge-11 {
	width: 91.66667%
}
.xxxlarge-margin-collapse>.xlarge-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.xxxlarge-margin-collapse>.xxlarge-1 {
	width: 8.33333%
}
.xxxlarge-margin-collapse>.xxlarge-2 {
	width: 16.66667%
}
.xxxlarge-margin-collapse>.xxlarge-3 {
	width: 25%
}
.xxxlarge-margin-collapse>.xxlarge-4 {
	width: 33.33333%
}
.xxxlarge-margin-collapse>.xxlarge-5 {
	width: 41.66667%
}
.xxxlarge-margin-collapse>.xxlarge-6 {
	width: 50%
}
.xxxlarge-margin-collapse>.xxlarge-7 {
	width: 58.33333%
}
.xxxlarge-margin-collapse>.xxlarge-8 {
	width: 66.66667%
}
.xxxlarge-margin-collapse>.xxlarge-9 {
	width: 75%
}
.xxxlarge-margin-collapse>.xxlarge-10 {
	width: 83.33333%
}
.xxxlarge-margin-collapse>.xxlarge-11 {
	width: 91.66667%
}
.xxxlarge-margin-collapse>.xxlarge-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.xxxlarge-margin-collapse>.xxxlarge-1 {
	width: 8.33333%
}
.xxxlarge-margin-collapse>.xxxlarge-2 {
	width: 16.66667%
}
.xxxlarge-margin-collapse>.xxxlarge-3 {
	width: 25%
}
.xxxlarge-margin-collapse>.xxxlarge-4 {
	width: 33.33333%
}
.xxxlarge-margin-collapse>.xxxlarge-5 {
	width: 41.66667%
}
.xxxlarge-margin-collapse>.xxxlarge-6 {
	width: 50%
}
.xxxlarge-margin-collapse>.xxxlarge-7 {
	width: 58.33333%
}
.xxxlarge-margin-collapse>.xxxlarge-8 {
	width: 66.66667%
}
.xxxlarge-margin-collapse>.xxxlarge-9 {
	width: 75%
}
.xxxlarge-margin-collapse>.xxxlarge-10 {
	width: 83.33333%
}
.xxxlarge-margin-collapse>.xxxlarge-11 {
	width: 91.66667%
}
.xxxlarge-margin-collapse>.xxxlarge-12 {
	width: 100%
}
}

@media screen and (min-width:120em) {
.xxxlarge-padding-collapse {
	margin-right: 0;
	margin-left: 0
}
.xxxlarge-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0
}
}
.small-offset-0 {
	margin-left: 0%
}
.grid-margin-x>.small-offset-0 {
	margin-left: calc(0% + .625rem)
}
.small-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.small-offset-1 {
	margin-left: calc(8.33333% + .625rem)
}
.small-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.small-offset-2 {
	margin-left: calc(16.66667% + .625rem)
}
.small-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.small-offset-3 {
	margin-left: calc(25% + .625rem)
}
.small-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.small-offset-4 {
	margin-left: calc(33.33333% + .625rem)
}
.small-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.small-offset-5 {
	margin-left: calc(41.66667% + .625rem)
}
.small-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.small-offset-6 {
	margin-left: calc(50% + .625rem)
}
.small-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.small-offset-7 {
	margin-left: calc(58.33333% + .625rem)
}
.small-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.small-offset-8 {
	margin-left: calc(66.66667% + .625rem)
}
.small-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.small-offset-9 {
	margin-left: calc(75% + .625rem)
}
.small-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.small-offset-10 {
	margin-left: calc(83.33333% + .625rem)
}
.small-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.small-offset-11 {
	margin-left: calc(91.66667% + .625rem)
}

@media print, screen and (min-width:40em) {
.medium-offset-0 {
	margin-left: 0%
}
.grid-margin-x>.medium-offset-0 {
	margin-left: calc(0% + .9375rem)
}
.medium-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.medium-offset-1 {
	margin-left: calc(8.33333% + .9375rem)
}
.medium-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.medium-offset-2 {
	margin-left: calc(16.66667% + .9375rem)
}
.medium-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.medium-offset-3 {
	margin-left: calc(25% + .9375rem)
}
.medium-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.medium-offset-4 {
	margin-left: calc(33.33333% + .9375rem)
}
.medium-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.medium-offset-5 {
	margin-left: calc(41.66667% + .9375rem)
}
.medium-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.medium-offset-6 {
	margin-left: calc(50% + .9375rem)
}
.medium-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.medium-offset-7 {
	margin-left: calc(58.33333% + .9375rem)
}
.medium-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.medium-offset-8 {
	margin-left: calc(66.66667% + .9375rem)
}
.medium-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.medium-offset-9 {
	margin-left: calc(75% + .9375rem)
}
.medium-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.medium-offset-10 {
	margin-left: calc(83.33333% + .9375rem)
}
.medium-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.medium-offset-11 {
	margin-left: calc(91.66667% + .9375rem)
}
}

@media print, screen and (min-width:64em) {
.large-offset-0 {
	margin-left: 0%
}
.grid-margin-x>.large-offset-0 {
	margin-left: calc(0% + .9375rem)
}
.large-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.large-offset-1 {
	margin-left: calc(8.33333% + .9375rem)
}
.large-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.large-offset-2 {
	margin-left: calc(16.66667% + .9375rem)
}
.large-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.large-offset-3 {
	margin-left: calc(25% + .9375rem)
}
.large-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.large-offset-4 {
	margin-left: calc(33.33333% + .9375rem)
}
.large-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.large-offset-5 {
	margin-left: calc(41.66667% + .9375rem)
}
.large-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.large-offset-6 {
	margin-left: calc(50% + .9375rem)
}
.large-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.large-offset-7 {
	margin-left: calc(58.33333% + .9375rem)
}
.large-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.large-offset-8 {
	margin-left: calc(66.66667% + .9375rem)
}
.large-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.large-offset-9 {
	margin-left: calc(75% + .9375rem)
}
.large-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.large-offset-10 {
	margin-left: calc(83.33333% + .9375rem)
}
.large-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.large-offset-11 {
	margin-left: calc(91.66667% + .9375rem)
}
}

@media print, screen and (min-width:75em) {
.xlarge-offset-0 {
	margin-left: 0%
}
.grid-margin-x>.xlarge-offset-0 {
	margin-left: calc(0% + .9375rem)
}
.xlarge-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.xlarge-offset-1 {
	margin-left: calc(8.33333% + .9375rem)
}
.xlarge-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.xlarge-offset-2 {
	margin-left: calc(16.66667% + .9375rem)
}
.xlarge-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.xlarge-offset-3 {
	margin-left: calc(25% + .9375rem)
}
.xlarge-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.xlarge-offset-4 {
	margin-left: calc(33.33333% + .9375rem)
}
.xlarge-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.xlarge-offset-5 {
	margin-left: calc(41.66667% + .9375rem)
}
.xlarge-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.xlarge-offset-6 {
	margin-left: calc(50% + .9375rem)
}
.xlarge-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.xlarge-offset-7 {
	margin-left: calc(58.33333% + .9375rem)
}
.xlarge-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.xlarge-offset-8 {
	margin-left: calc(66.66667% + .9375rem)
}
.xlarge-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.xlarge-offset-9 {
	margin-left: calc(75% + .9375rem)
}
.xlarge-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.xlarge-offset-10 {
	margin-left: calc(83.33333% + .9375rem)
}
.xlarge-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.xlarge-offset-11 {
	margin-left: calc(91.66667% + .9375rem)
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-offset-0 {
	margin-left: 0%
}
.grid-margin-x>.xxlarge-offset-0 {
	margin-left: calc(0% + .9375rem)
}
.xxlarge-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.xxlarge-offset-1 {
	margin-left: calc(8.33333% + .9375rem)
}
.xxlarge-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.xxlarge-offset-2 {
	margin-left: calc(16.66667% + .9375rem)
}
.xxlarge-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.xxlarge-offset-3 {
	margin-left: calc(25% + .9375rem)
}
.xxlarge-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.xxlarge-offset-4 {
	margin-left: calc(33.33333% + .9375rem)
}
.xxlarge-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.xxlarge-offset-5 {
	margin-left: calc(41.66667% + .9375rem)
}
.xxlarge-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.xxlarge-offset-6 {
	margin-left: calc(50% + .9375rem)
}
.xxlarge-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.xxlarge-offset-7 {
	margin-left: calc(58.33333% + .9375rem)
}
.xxlarge-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.xxlarge-offset-8 {
	margin-left: calc(66.66667% + .9375rem)
}
.xxlarge-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.xxlarge-offset-9 {
	margin-left: calc(75% + .9375rem)
}
.xxlarge-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.xxlarge-offset-10 {
	margin-left: calc(83.33333% + .9375rem)
}
.xxlarge-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.xxlarge-offset-11 {
	margin-left: calc(91.66667% + .9375rem)
}
}

@media screen and (min-width:120em) {
.xxxlarge-offset-0 {
	margin-left: 0%
}
.grid-margin-x>.xxxlarge-offset-0 {
	margin-left: calc(0% + .9375rem)
}
.xxxlarge-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.xxxlarge-offset-1 {
	margin-left: calc(8.33333% + .9375rem)
}
.xxxlarge-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.xxxlarge-offset-2 {
	margin-left: calc(16.66667% + .9375rem)
}
.xxxlarge-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.xxxlarge-offset-3 {
	margin-left: calc(25% + .9375rem)
}
.xxxlarge-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.xxxlarge-offset-4 {
	margin-left: calc(33.33333% + .9375rem)
}
.xxxlarge-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.xxxlarge-offset-5 {
	margin-left: calc(41.66667% + .9375rem)
}
.xxxlarge-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.xxxlarge-offset-6 {
	margin-left: calc(50% + .9375rem)
}
.xxxlarge-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.xxxlarge-offset-7 {
	margin-left: calc(58.33333% + .9375rem)
}
.xxxlarge-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.xxxlarge-offset-8 {
	margin-left: calc(66.66667% + .9375rem)
}
.xxxlarge-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.xxxlarge-offset-9 {
	margin-left: calc(75% + .9375rem)
}
.xxxlarge-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.xxxlarge-offset-10 {
	margin-left: calc(83.33333% + .9375rem)
}
.xxxlarge-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.xxxlarge-offset-11 {
	margin-left: calc(91.66667% + .9375rem)
}
}
.grid-y {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.grid-y>.cell {
	width: auto
}
.grid-y>.auto {
	height: auto
}
.grid-y>.shrink {
	height: auto
}
.grid-y>.small-shrink, .grid-y>.small-full, .grid-y>.small-1, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

@media print, screen and (min-width:40em) {
.grid-y>.medium-shrink, .grid-y>.medium-full, .grid-y>.medium-1, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}

@media print, screen and (min-width:64em) {
.grid-y>.large-shrink, .grid-y>.large-full, .grid-y>.large-1, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}

@media print, screen and (min-width:75em) {
.grid-y>.xlarge-shrink, .grid-y>.xlarge-full, .grid-y>.xlarge-1, .grid-y>.xlarge-2, .grid-y>.xlarge-3, .grid-y>.xlarge-4, .grid-y>.xlarge-5, .grid-y>.xlarge-6, .grid-y>.xlarge-7, .grid-y>.xlarge-8, .grid-y>.xlarge-9, .grid-y>.xlarge-10, .grid-y>.xlarge-11, .grid-y>.xlarge-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}

@media print, screen and (min-width:105.0625em) {
.grid-y>.xxlarge-shrink, .grid-y>.xxlarge-full, .grid-y>.xxlarge-1, .grid-y>.xxlarge-2, .grid-y>.xxlarge-3, .grid-y>.xxlarge-4, .grid-y>.xxlarge-5, .grid-y>.xxlarge-6, .grid-y>.xxlarge-7, .grid-y>.xxlarge-8, .grid-y>.xxlarge-9, .grid-y>.xxlarge-10, .grid-y>.xxlarge-11, .grid-y>.xxlarge-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}

@media screen and (min-width:120em) {
.grid-y>.xxxlarge-shrink, .grid-y>.xxxlarge-full, .grid-y>.xxxlarge-1, .grid-y>.xxxlarge-2, .grid-y>.xxxlarge-3, .grid-y>.xxxlarge-4, .grid-y>.xxxlarge-5, .grid-y>.xxxlarge-6, .grid-y>.xxxlarge-7, .grid-y>.xxxlarge-8, .grid-y>.xxxlarge-9, .grid-y>.xxxlarge-10, .grid-y>.xxxlarge-11, .grid-y>.xxxlarge-12 {
	-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 {
	-webkit-box-flex: 1;
	-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%
}
}

@media print, screen and (min-width:64em) {
.grid-y>.large-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto
}
.grid-y>.large-shrink {
	height: auto
}
.grid-y>.large-1 {
	height: 8.33333%
}
.grid-y>.large-2 {
	height: 16.66667%
}
.grid-y>.large-3 {
	height: 25%
}
.grid-y>.large-4 {
	height: 33.33333%
}
.grid-y>.large-5 {
	height: 41.66667%
}
.grid-y>.large-6 {
	height: 50%
}
.grid-y>.large-7 {
	height: 58.33333%
}
.grid-y>.large-8 {
	height: 66.66667%
}
.grid-y>.large-9 {
	height: 75%
}
.grid-y>.large-10 {
	height: 83.33333%
}
.grid-y>.large-11 {
	height: 91.66667%
}
.grid-y>.large-12 {
	height: 100%
}
}

@media print, screen and (min-width:75em) {
.grid-y>.xlarge-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto
}
.grid-y>.xlarge-shrink {
	height: auto
}
.grid-y>.xlarge-1 {
	height: 8.33333%
}
.grid-y>.xlarge-2 {
	height: 16.66667%
}
.grid-y>.xlarge-3 {
	height: 25%
}
.grid-y>.xlarge-4 {
	height: 33.33333%
}
.grid-y>.xlarge-5 {
	height: 41.66667%
}
.grid-y>.xlarge-6 {
	height: 50%
}
.grid-y>.xlarge-7 {
	height: 58.33333%
}
.grid-y>.xlarge-8 {
	height: 66.66667%
}
.grid-y>.xlarge-9 {
	height: 75%
}
.grid-y>.xlarge-10 {
	height: 83.33333%
}
.grid-y>.xlarge-11 {
	height: 91.66667%
}
.grid-y>.xlarge-12 {
	height: 100%
}
}

@media print, screen and (min-width:105.0625em) {
.grid-y>.xxlarge-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto
}
.grid-y>.xxlarge-shrink {
	height: auto
}
.grid-y>.xxlarge-1 {
	height: 8.33333%
}
.grid-y>.xxlarge-2 {
	height: 16.66667%
}
.grid-y>.xxlarge-3 {
	height: 25%
}
.grid-y>.xxlarge-4 {
	height: 33.33333%
}
.grid-y>.xxlarge-5 {
	height: 41.66667%
}
.grid-y>.xxlarge-6 {
	height: 50%
}
.grid-y>.xxlarge-7 {
	height: 58.33333%
}
.grid-y>.xxlarge-8 {
	height: 66.66667%
}
.grid-y>.xxlarge-9 {
	height: 75%
}
.grid-y>.xxlarge-10 {
	height: 83.33333%
}
.grid-y>.xxlarge-11 {
	height: 91.66667%
}
.grid-y>.xxlarge-12 {
	height: 100%
}
}

@media screen and (min-width:120em) {
.grid-y>.xxxlarge-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto
}
.grid-y>.xxxlarge-shrink {
	height: auto
}
.grid-y>.xxxlarge-1 {
	height: 8.33333%
}
.grid-y>.xxxlarge-2 {
	height: 16.66667%
}
.grid-y>.xxxlarge-3 {
	height: 25%
}
.grid-y>.xxxlarge-4 {
	height: 33.33333%
}
.grid-y>.xxxlarge-5 {
	height: 41.66667%
}
.grid-y>.xxxlarge-6 {
	height: 50%
}
.grid-y>.xxxlarge-7 {
	height: 58.33333%
}
.grid-y>.xxxlarge-8 {
	height: 66.66667%
}
.grid-y>.xxxlarge-9 {
	height: 75%
}
.grid-y>.xxxlarge-10 {
	height: 83.33333%
}
.grid-y>.xxxlarge-11 {
	height: 91.66667%
}
.grid-y>.xxxlarge-12 {
	height: 100%
}
}
.grid-padding-y .grid-padding-y {
	margin-top: -.625rem;
	margin-bottom: -.625rem
}

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

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

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

@media print, screen and (min-width:40em) {
.grid-margin-y>.cell {
	height: calc(100% - 1.875rem);
	margin-top: .9375rem;
	margin-bottom: .9375rem
}
}
.grid-margin-y>.auto {
	height: auto
}
.grid-margin-y>.shrink {
	height: auto
}
.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.25rem)
}
.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.25rem)
}
.grid-margin-y>.small-3 {
	height: calc(25% - 1.25rem)
}
.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.25rem)
}
.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.25rem)
}
.grid-margin-y>.small-6 {
	height: calc(50% - 1.25rem)
}
.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.25rem)
}
.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.25rem)
}
.grid-margin-y>.small-9 {
	height: calc(75% - 1.25rem)
}
.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.25rem)
}
.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.25rem)
}
.grid-margin-y>.small-12 {
	height: calc(100% - 1.25rem)
}

@media print, screen and (min-width:40em) {
.grid-margin-y>.auto {
	height: auto
}
.grid-margin-y>.shrink {
	height: auto
}
.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.small-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.small-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.small-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.small-12 {
	height: calc(100% - 1.875rem)
}
.grid-margin-y>.medium-auto {
	height: auto
}
.grid-margin-y>.medium-shrink {
	height: auto
}
.grid-margin-y>.medium-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.medium-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.medium-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.medium-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.medium-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.medium-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.medium-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.medium-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.medium-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.medium-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.medium-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.medium-12 {
	height: calc(100% - 1.875rem)
}
}

@media print, screen and (min-width:64em) {
.grid-margin-y>.large-auto {
	height: auto
}
.grid-margin-y>.large-shrink {
	height: auto
}
.grid-margin-y>.large-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.large-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.large-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.large-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.large-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.large-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.large-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.large-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.large-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.large-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.large-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.large-12 {
	height: calc(100% - 1.875rem)
}
}

@media print, screen and (min-width:75em) {
.grid-margin-y>.xlarge-auto {
	height: auto
}
.grid-margin-y>.xlarge-shrink {
	height: auto
}
.grid-margin-y>.xlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-12 {
	height: calc(100% - 1.875rem)
}
}

@media print, screen and (min-width:105.0625em) {
.grid-margin-y>.xxlarge-auto {
	height: auto
}
.grid-margin-y>.xxlarge-shrink {
	height: auto
}
.grid-margin-y>.xxlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xxlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xxlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xxlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-12 {
	height: calc(100% - 1.875rem)
}
}

@media screen and (min-width:120em) {
.grid-margin-y>.xxxlarge-auto {
	height: auto
}
.grid-margin-y>.xxxlarge-shrink {
	height: auto
}
.grid-margin-y>.xxxlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xxxlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xxxlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xxxlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-12 {
	height: calc(100% - 1.875rem)
}
}
.grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .grid-frame {
	width: 100%
}
.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
.cell-block-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.cell-block-container>.grid-x {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media print, screen and (min-width:40em) {
.medium-grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .medium-grid-frame {
	width: 100%
}
.medium-cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
.medium-cell-block-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.medium-cell-block-container>.grid-x {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.medium-cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
}

@media print, screen and (min-width:64em) {
.large-grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .large-grid-frame {
	width: 100%
}
.large-cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
.large-cell-block-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.large-cell-block-container>.grid-x {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.large-cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
}

@media print, screen and (min-width:75em) {
.xlarge-grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .xlarge-grid-frame {
	width: 100%
}
.xlarge-cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
.xlarge-cell-block-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.xlarge-cell-block-container>.grid-x {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.xlarge-cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .xxlarge-grid-frame {
	width: 100%
}
.xxlarge-cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
.xxlarge-cell-block-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.xxlarge-cell-block-container>.grid-x {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.xxlarge-cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
}

@media screen and (min-width:120em) {
.xxxlarge-grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .xxxlarge-grid-frame {
	width: 100%
}
.xxxlarge-cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
.xxxlarge-cell-block-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.xxxlarge-cell-block-container>.grid-x {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.xxxlarge-cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar
}
}
.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}

@media print, screen and (min-width:40em) {
.grid-y.medium-grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
}

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

@media print, screen and (min-width:75em) {
.grid-y.xlarge-grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
}

@media print, screen and (min-width:105.0625em) {
.grid-y.xxlarge-grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
}

@media screen and (min-width:120em) {
.grid-y.xxxlarge-grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
}
.cell .grid-y.grid-frame {
	height: 100%
}

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

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

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

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

@media screen and (min-width:120em) {
.cell .grid-y.xxxlarge-grid-frame {
	height: 100%
}
}
.grid-margin-y {
	margin-top: -.625rem;
	margin-bottom: -.625rem
}

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

@media print, screen and (min-width:40em) {
.grid-margin-y>.cell {
	height: calc(100% - 1.875rem);
	margin-top: .9375rem;
	margin-bottom: .9375rem
}
}
.grid-margin-y>.auto {
	height: auto
}
.grid-margin-y>.shrink {
	height: auto
}
.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.25rem)
}
.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.25rem)
}
.grid-margin-y>.small-3 {
	height: calc(25% - 1.25rem)
}
.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.25rem)
}
.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.25rem)
}
.grid-margin-y>.small-6 {
	height: calc(50% - 1.25rem)
}
.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.25rem)
}
.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.25rem)
}
.grid-margin-y>.small-9 {
	height: calc(75% - 1.25rem)
}
.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.25rem)
}
.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.25rem)
}
.grid-margin-y>.small-12 {
	height: calc(100% - 1.25rem)
}

@media print, screen and (min-width:40em) {
.grid-margin-y>.auto {
	height: auto
}
.grid-margin-y>.shrink {
	height: auto
}
.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.small-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.small-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.small-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.small-12 {
	height: calc(100% - 1.875rem)
}
.grid-margin-y>.medium-auto {
	height: auto
}
.grid-margin-y>.medium-shrink {
	height: auto
}
.grid-margin-y>.medium-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.medium-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.medium-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.medium-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.medium-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.medium-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.medium-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.medium-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.medium-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.medium-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.medium-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.medium-12 {
	height: calc(100% - 1.875rem)
}
}

@media print, screen and (min-width:64em) {
.grid-margin-y>.large-auto {
	height: auto
}
.grid-margin-y>.large-shrink {
	height: auto
}
.grid-margin-y>.large-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.large-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.large-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.large-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.large-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.large-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.large-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.large-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.large-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.large-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.large-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.large-12 {
	height: calc(100% - 1.875rem)
}
}

@media print, screen and (min-width:75em) {
.grid-margin-y>.xlarge-auto {
	height: auto
}
.grid-margin-y>.xlarge-shrink {
	height: auto
}
.grid-margin-y>.xlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-12 {
	height: calc(100% - 1.875rem)
}
}

@media print, screen and (min-width:105.0625em) {
.grid-margin-y>.xxlarge-auto {
	height: auto
}
.grid-margin-y>.xxlarge-shrink {
	height: auto
}
.grid-margin-y>.xxlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xxlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xxlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xxlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-12 {
	height: calc(100% - 1.875rem)
}
}

@media screen and (min-width:120em) {
.grid-margin-y>.xxxlarge-auto {
	height: auto
}
.grid-margin-y>.xxxlarge-shrink {
	height: auto
}
.grid-margin-y>.xxxlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xxxlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xxxlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xxxlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-12 {
	height: calc(100% - 1.875rem)
}
}
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.25rem)
}

@media print, screen and (min-width:40em) {
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
}

@media print, screen and (min-width:64em) {
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
}

@media print, screen and (min-width:75em) {
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
}

@media print, screen and (min-width:105.0625em) {
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
}

@media screen and (min-width:120em) {
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
}

@media print, screen and (min-width:40em) {
.grid-margin-y.medium-grid-frame {
	height: calc(100vh + 1.875rem)
}
}

@media print, screen and (min-width:64em) {
.grid-margin-y.large-grid-frame {
	height: calc(100vh + 1.875rem)
}
}

@media print, screen and (min-width:75em) {
.grid-margin-y.xlarge-grid-frame {
	height: calc(100vh + 1.875rem)
}
}

@media print, screen and (min-width:105.0625em) {
.grid-margin-y.xxlarge-grid-frame {
	height: calc(100vh + 1.875rem)
}
}

@media screen and (min-width:120em) {
.grid-margin-y.xxxlarge-grid-frame {
	height: calc(100vh + 1.875rem)
}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.45;
	text-rendering: optimizeLegibility
}
em, i {
	font-style: italic;
	line-height: inherit
}
strong, b {
	font-weight: normal;
	line-height: inherit
}
small {
	font-size: 80%;
	line-height: inherit
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "_FuturaBT-ExtraBlackItalic", "FuturaBT-BoldItalic", "thesans-b6semibolditalic", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #f00812;
	text-rendering: optimizeLegibility
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
	line-height: 0;
	color: #cacaca
}
h1, .h1 {
	font-size: 1.5rem;
	line-height: 1.45;
	margin-top: 0;
	margin-bottom: .5rem
}
h2, .h2 {
	font-size: 1.25rem;
	line-height: 1.45;
	margin-top: 0;
	margin-bottom: .5rem
}
h3, .h3 {
	font-size: 1.1875rem;
	line-height: 1.45;
	margin-top: 0;
	margin-bottom: .5rem
}
h4, .h4 {
	font-size: 1.125rem;
	line-height: 1.45;
	margin-top: 0;
	margin-bottom: .5rem
}
h5, .h5 {
	font-size: 1.0625rem;
	line-height: 1.45;
	margin-top: 0;
	margin-bottom: .5rem
}
h6, .h6 {
	font-size: 1rem;
	line-height: 1.45;
	margin-top: 0;
	margin-bottom: .5rem
}

@media print, screen and (min-width:40em) {
h1, .h1 {
	font-size: 1.625rem
}
h2, .h2 {
	font-size: 1.375rem
}
h3, .h3 {
	font-size: 1.25rem
}
h4, .h4 {
	font-size: 1.125rem
}
h5, .h5 {
	font-size: 1rem
}
h6, .h6 {
	font-size: 1rem
}
}

@media print, screen and (min-width:75em) {
h1, .h1 {
	font-size: 2.3125rem
}
h2, .h2 {
	font-size: 1.625rem
}
h3, .h3 {
	font-size: 1.375rem
}
h4, .h4 {
	font-size: 1.3125rem
}
h5, .h5 {
	font-size: 1.125rem
}
h6, .h6 {
	font-size: 1rem
}
}

@media print, screen and (min-width:105.0625em) {
h1, .h1 {
	font-size: 2.8125rem
}
h2, .h2 {
	font-size: 2.5rem
}
h3, .h3 {
	font-size: 1.5625rem
}
h4, .h4 {
	font-size: 1.5625rem
}
h5, .h5 {
	font-size: 1.25rem
}
h6, .h6 {
	font-size: 1rem
}
}
a {
	line-height: inherit;
	color: #f00812;
	text-decoration: none;
	cursor: pointer
}
a:hover, a:focus {
	color: #f00812
}
a img {
	border: 0
}
hr {
	clear: both;
	max-width: 90rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0
}
ul, ol, dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.45
}
li {
	font-size: inherit
}
ul {
	margin-left: 1.25rem;
	list-style-type: disc
}
ol {
	margin-left: 1.25rem
}
ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}
dl {
	margin-bottom: 1rem
}
dl dt {
	margin-bottom: .3rem;
	font-weight: normal
}
blockquote {
	margin: 0 0 1rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca
}
blockquote, blockquote p {
	line-height: 1.45;
	color: #5B5F62
}
cite {
	display: block;
	font-size: .8125rem;
	color: #5B5F62
}
cite:before {
	content: "— "
}
abbr, abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none
}
figure {
	margin: 0
}
code {
	padding: .125rem .3125rem .0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a
}
kbd {
	margin: 0;
	padding: .125rem .25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a
}
.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: normal;
	line-height: 1.45;
	color: #5B5F62
}
.lead {
	font-size: 125%;
	line-height: 1.45
}
.stat {
	font-size: 2.5rem;
	line-height: 1
}
p+.stat {
	margin-top: -1rem
}
ul.no-bullet, ol.no-bullet {
	margin-left: 0;
	list-style: none
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}

@media print, screen and (min-width:40em) {
.medium-text-left {
	text-align: left
}
.medium-text-right {
	text-align: right
}
.medium-text-center {
	text-align: center
}
.medium-text-justify {
	text-align: justify
}
}

@media print, screen and (min-width:64em) {
.large-text-left {
	text-align: left
}
.large-text-right {
	text-align: right
}
.large-text-center {
	text-align: center
}
.large-text-justify {
	text-align: justify
}
}

@media print, screen and (min-width:75em) {
.xlarge-text-left {
	text-align: left
}
.xlarge-text-right {
	text-align: right
}
.xlarge-text-center {
	text-align: center
}
.xlarge-text-justify {
	text-align: justify
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-text-left {
	text-align: left
}
.xxlarge-text-right {
	text-align: right
}
.xxlarge-text-center {
	text-align: center
}
.xxlarge-text-justify {
	text-align: justify
}
}

@media screen and (min-width:120em) {
.xxxlarge-text-left {
	text-align: left
}
.xxxlarge-text-right {
	text-align: right
}
.xxxlarge-text-center {
	text-align: center
}
.xxxlarge-text-justify {
	text-align: justify
}
}
.show-for-print {
	display: none !important
}

@media print {
* {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: black !important;
	text-shadow: none !important
}
.show-for-print {
	display: block !important
}
.hide-for-print {
	display: none !important
}
table.show-for-print {
	display: table !important
}
thead.show-for-print {
	display: table-header-group !important
}
tbody.show-for-print {
	display: table-row-group !important
}
tr.show-for-print {
	display: table-row !important
}
td.show-for-print {
	display: table-cell !important
}
th.show-for-print {
	display: table-cell !important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
.ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
	content: ''
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
pre, blockquote {
	border: 1px solid #5B5F62;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100% !important
}
@page {
	margin: 0.5cm
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
.print-break-inside {
	page-break-inside: auto
}
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f00812;
	color: #fefefe
}
[data-whatinput='mouse'] .button {
	outline: 0
}
.button:hover, .button:focus {
	background-color: #23387d;
	color: #fefefe
}
.button.tiny {
	font-size: .6rem
}
.button.small {
	font-size: .75rem
}
.button.large {
	font-size: 1.25rem
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}
.button.primary {
	background-color: #f00812;
	color: #fefefe
}
.button.primary:hover, .button.primary:focus {
	background-color: #213576;
	color: #fefefe
}
.button.secondary {
	background-color: #767676;
	color: #fefefe
}
.button.secondary:hover, .button.secondary:focus {
	background-color: #5e5e5e;
	color: #fefefe
}
.button.success {
	background-color: #3adb76;
	color: #0a0a0a
}
.button.success:hover, .button.success:focus {
	background-color: #22bb5b;
	color: #0a0a0a
}
.button.warning {
	background-color: #ffae00;
	color: #0a0a0a
}
.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}
.button.alert {
	background-color: #cc4b37;
	color: #fefefe
}
.button.alert:hover, .button.alert:focus {
	background-color: #a53b2a;
	color: #fefefe
}
.button.disabled, .button[disabled] {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
	background-color: #f00812;
	color: #fefefe
}
.button.disabled.primary, .button[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
	background-color: #f00812;
	color: #fefefe
}
.button.disabled.secondary, .button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #767676;
	color: #fefefe
}
.button.disabled.success, .button[disabled].success {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #3adb76;
	color: #0a0a0a
}
.button.disabled.warning, .button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
	background-color: #ffae00;
	color: #0a0a0a
}
.button.disabled.alert, .button[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #fefefe
}
.button.hollow {
	border: 1px solid #f00812;
	color: #f00812
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
	background-color: transparent
}
.button.hollow:hover, .button.hollow:focus {
	border-color: #15214a;
	color: #15214a
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
	border: 1px solid #f00812;
	color: #f00812
}
.button.hollow.primary {
	border: 1px solid #f00812;
	color: #f00812
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #15214a;
	color: #15214a
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
	border: 1px solid #f00812;
	color: #f00812
}
.button.hollow.secondary {
	border: 1px solid #767676;
	color: #767676
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
	border: 1px solid #767676;
	color: #767676
}
.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76
}
.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: #157539;
	color: #157539
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}
.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}
.button.clear {
	border: 1px solid #f00812;
	color: #f00812
}
.button.clear, .button.clear:hover, .button.clear:focus {
	background-color: transparent
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
	background-color: transparent
}
.button.clear:hover, .button.clear:focus {
	border-color: #15214a;
	color: #15214a
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
	border: 1px solid #f00812;
	color: #f00812
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
	border-color: transparent
}
.button.clear.primary {
	border: 1px solid #f00812;
	color: #f00812
}
.button.clear.primary:hover, .button.clear.primary:focus {
	border-color: #15214a;
	color: #15214a
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
	border: 1px solid #f00812;
	color: #f00812
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
	border-color: transparent
}
.button.clear.secondary {
	border: 1px solid #767676;
	color: #767676
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
	border: 1px solid #767676;
	color: #767676
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
	border-color: transparent
}
.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76
}
.button.clear.success:hover, .button.clear.success:focus {
	border-color: #157539;
	color: #157539
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
	border-color: transparent
}
.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.clear.warning:hover, .button.clear.warning:focus {
	border-color: #805700;
	color: #805700
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
	border-color: transparent
}
.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37
}
.button.clear.alert:hover, .button.clear.alert:focus {
	border-color: #67251a;
	color: #67251a
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
	border-color: transparent
}
.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1em
}
.button.dropdown.hollow::after {
	border-top-color: #f00812
}
.button.dropdown.hollow.primary::after {
	border-top-color: #f00812
}
.button.dropdown.hollow.secondary::after {
	border-top-color: #767676
}
.button.dropdown.hollow.success::after {
	border-top-color: #3adb76
}
.button.dropdown.hollow.warning::after {
	border-top-color: #ffae00
}
.button.dropdown.hollow.alert::after {
	border-top-color: #cc4b37
}
.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0
}
a.button:hover, a.button:focus {
	text-decoration: none
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.3875rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
	box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.45;
	color: #0a0a0a;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	outline: none;
	border: 1px solid #5B5F62;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}
textarea {
	max-width: 100%
}
textarea[rows] {
	height: auto
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#cacaca
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
color:#cacaca
}
input::placeholder, textarea::placeholder {
color:#cacaca
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed
}
[type='submit'], [type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}
input[type='search'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
[type='file'], [type='checkbox'], [type='radio'] {
	margin: 0 0 1rem
}
[type='checkbox']+label, [type='radio']+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0
}
[type='checkbox']+label[for], [type='radio']+label[for] {
	cursor: pointer
}
label>[type='checkbox'], label>[type='radio'] {
	margin-right: .5rem
}
[type='file'] {
	width: 100%
}
label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #0a0a0a
}
label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0
}
.help-text {
	margin-top: -.5rem;
	font-size: .8125rem;
	font-style: italic;
	color: #0a0a0a
}
.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.input-group>:first-child {
	border-radius: 0 0 0 0
}
.input-group>:last-child>* {
	border-radius: 0 0 0 0
}
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	margin: 0;
	white-space: nowrap
}
.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.input-group-label:first-child {
	border-right: 0
}
.input-group-label:last-child {
	border-left: 0
}
.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	height: auto;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0
}
legend {
	max-width: 100%;
	margin-bottom: .5rem
}
.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca
}
.fieldset legend {
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem
}
select {
	height: 2.3875rem;
	margin: 0 0 1rem;
	padding: .5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.45;
	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%2891,95,98%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}
@media screen and (min-width:0\0) {
select {
background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
}
}
select:focus {
	outline: none;
	border: 1px solid #5B5F62;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}
select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed
}
select::-ms-expand {
display:none
}
select[multiple] {
	height: auto;
	background-image: none
}
.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #f9ecea
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
color:#cc4b37
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
color:#cc4b37
}
.is-invalid-input:not(:focus)::placeholder {
color:#cc4b37
}
.is-invalid-label {
	color: #cc4b37
}
.form-error {
	display: none;
	margin-top: -.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: normal;
	color: #cc4b37
}
.form-error.is-visible {
	display: block
}
.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none
}
.accordion[disabled] .accordion-title {
	cursor: not-allowed
}
.accordion-item:first-child>:first-child {
	border-radius: 0 0 0 0
}
.accordion-item:last-child>:last-child {
	border-radius: 0 0 0 0
}
.accordion-title {
	position: relative;
	display: block;
	padding: 0;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: .75rem;
	line-height: 1;
	color: #f00812
}
:last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0 0 0 0
}
.accordion-title:hover, .accordion-title:focus {
	background-color: #fefefe
}
.accordion-content {
	display: none;
	padding: 0;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #5B5F62
}
:last-child>.accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6
}
.accordion-menu li {
	width: 100%
}
.accordion-menu a {
	padding: 0.7rem 1rem
}
.accordion-menu .is-accordion-submenu a {
	padding: 0.7rem 1rem
}
.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem
}
.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
	position: relative
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #f00812 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 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.is-accordion-submenu-parent {
	position: relative
}
.has-submenu-toggle>a {
	margin-right: 40px
}
.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
	height: 40px
}
.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #f00812 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto
}
.submenu-toggle[aria-expanded='true']::after {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.submenu-toggle-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}
.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: .3em;
	border-radius: 50%;
	font-size: .6rem;
	text-align: center;
	background: #f00812;
	color: #fefefe
}
.badge.primary {
	background: #f00812;
	color: #fefefe
}
.badge.secondary {
	background: #767676;
	color: #fefefe
}
.badge.success {
	background: #3adb76;
	color: #0a0a0a
}
.badge.warning {
	background: #ffae00;
	color: #0a0a0a
}
.badge.alert {
	background: #cc4b37;
	color: #fefefe
}
.breadcrumbs {
	margin: 0 0 1rem 0;
	list-style: none
}
.breadcrumbs::before, .breadcrumbs::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.breadcrumbs::after {
	clear: both
}
.breadcrumbs li {
	float: left;
	font-size: 1rem;
	color: #f00812;
	cursor: default;
	text-transform: uppercase
}
.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 .75rem;
	opacity: 1;
	content: "»";
	color: #adafb0
}
.breadcrumbs a {
	color: #767677;
    font-size: 18px;
}
.breadcrumbs a:hover {
	text-decoration: underline
}
.breadcrumbs .disabled {
	color: #848789;
	cursor: not-allowed
}
.button-group {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.button-group::before, .button-group::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.button-group::after {
	clear: both
}
.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 1rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.button-group .button:last-child {
	margin-right: 0
}
.button-group.tiny .button {
	font-size: .6rem
}
.button-group.small .button {
	font-size: .75rem
}
.button-group.large .button {
	font-size: 1.25rem
}
.button-group.expanded .button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.button-group.primary .button {
	background-color: #f00812;
	color: #fefefe
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
	background-color: #213576;
	color: #fefefe
}
.button-group.secondary .button {
	background-color: #767676;
	color: #fefefe
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
	background-color: #5e5e5e;
	color: #fefefe
}
.button-group.success .button {
	background-color: #3adb76;
	color: #0a0a0a
}
.button-group.success .button:hover, .button-group.success .button:focus {
	background-color: #22bb5b;
	color: #0a0a0a
}
.button-group.warning .button {
	background-color: #ffae00;
	color: #0a0a0a
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}
.button-group.alert .button {
	background-color: #cc4b37;
	color: #fefefe
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
	background-color: #a53b2a;
	color: #fefefe
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0
}

@media print, screen and (min-width:40em) {
.button-group.stacked-for-small .button {
	-webkit-box-flex: 1;
	-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 {
	-webkit-box-flex: 1;
	-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 {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10,10,10,0.25);
	border-radius: 0;
	background-color: #fff;
	color: #5B5F62
}
.callout>:first-child {
	margin-top: 0
}
.callout>:last-child {
	margin-bottom: 0
}
.callout.primary {
	background-color: #d9e0f4;
	color: #5B5F62
}
.callout.secondary {
	background-color: #eaeaea;
	color: #5B5F62
}
.callout.success {
	background-color: #e1faea;
	color: #5B5F62
}
.callout.warning {
	background-color: #fff3d9;
	color: #5B5F62
}
.callout.alert {
	background-color: #f7e4e1;
	color: #5B5F62
}
.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem
}
.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem
}
.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	background: #fefefe;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	color: #5B5F62
}
.card>:last-child {
	margin-bottom: 0
}
.card-divider {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	background: #e6e6e6
}
.card-divider>:last-child {
	margin-bottom: 0
}
.card-section {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1rem
}
.card-section>:last-child {
	margin-bottom: 0
}
.card-image {
	min-height: 1px
}
.close-button {
	position: absolute;
	color: #5B5F62;
	cursor: pointer
}
[data-whatinput='mouse'] .close-button {
	outline: 0
}
.close-button:hover, .close-button:focus {
	color: #0a0a0a
}
.close-button.small {
	right: 0.66rem;
	top: 0.33em;
	font-size: 1.5em;
	line-height: 1
}
.close-button, .close-button.medium {
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1
}
.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
[data-whatinput='mouse'] .menu li {
	outline: 0
}
.menu a, .menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0.7rem 1rem
}
.menu input, .menu select, .menu a, .menu button {
	margin-bottom: 0
}
.menu input {
	display: inline-block
}
.menu, .menu.horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.simple {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.menu.simple li+li {
	margin-left: 1rem
}
.menu.simple a {
	padding: 0
}

@media print, screen and (min-width:40em) {
.menu.medium-horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.medium-vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.medium-expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.medium-simple li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}

@media print, screen and (min-width:64em) {
.menu.large-horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.large-vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.large-expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.large-simple li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}

@media print, screen and (min-width:75em) {
.menu.xlarge-horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.xlarge-vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.xlarge-expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.xlarge-simple li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}

@media print, screen and (min-width:105.0625em) {
.menu.xxlarge-horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.xxlarge-vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.xxlarge-expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.xxlarge-simple li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}

@media screen and (min-width:120em) {
.menu.xxxlarge-horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.xxxlarge-vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.xxxlarge-expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.xxxlarge-simple li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
.menu.nested {
	margin-right: 0;
	margin-left: 1rem
}
.menu.icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.menu.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg {
	margin-right: .25rem
}
.menu.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg {
	margin-left: .25rem
}
.menu.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}
.menu.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}
.menu .is-active>a {
	background: #f00812;
	color: #fefefe
}
.menu .active>a {
	background: #f00812;
	color: #fefefe
}
.menu.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu.align-right li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.menu.align-right li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu.align-right.vertical li {
	display: block;
	text-align: right
}
.menu.align-right.vertical li .submenu li {
	text-align: right
}
.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0
}
.menu.align-center li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu.align-center li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu .menu-text {
	padding: 0.7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit
}
.menu-centered>.menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu-centered>.menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu-centered>.menu li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.no-js [data-responsive-menu] ul {
	display: none
}
.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}
.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	-webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: ''
}
.menu-icon:hover::after {
	background: #cacaca;
	-webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}
.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}
.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	-webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	content: ''
}
.menu-icon.dark:hover::after {
	background: #5B5F62;
	-webkit-box-shadow: 0 7px 0 #5B5F62, 0 14px 0 #5B5F62;
	box-shadow: 0 7px 0 #5B5F62, 0 14px 0 #5B5F62
}
.is-drilldown {
	position: relative;
	overflow: hidden
}
.is-drilldown li {
	display: block
}
.is-drilldown.animate-height {
	-webkit-transition: height 0.5s;
	transition: height 0.5s
}
.drilldown a {
	padding: 0.7rem 1rem;
	background: #fefefe
}
.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear;
	transition: transform 0.15s linear, -webkit-transform 0.15s linear
}
.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.drilldown .is-drilldown-submenu a {
	padding: 0.7rem 1rem
}
.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: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f00812
}
.drilldown.align-left .is-drilldown-submenu-parent>a::after {
	left: auto;
	right: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f00812
}
.drilldown.align-right .is-drilldown-submenu-parent>a::after {
	right: auto;
	left: 1rem;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f00812 transparent transparent
}
.drilldown .js-drilldown-back>a::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f00812 transparent transparent;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75rem;
	border-left-width: 0
}
.dropdown-pane {
	position: absolute;
	z-index: 10;
	width: 300px;
	padding: 0rem;
	visibility: hidden;
	display: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-size: 1rem
}
.dropdown-pane.is-opening {
	display: block
}
.dropdown-pane.is-open {
	visibility: visible;
	display: block
}
.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: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #f00812 transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}
.dropdown.menu a {
	padding: 0.7rem 1rem
}
[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0
}
.dropdown.menu .is-active>a {
	background: rgba(0,0,0,0);
	color: #f00812
}
.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: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f00812 transparent transparent
}
.dropdown.menu.vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f00812
}

@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: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #f00812 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: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f00812 transparent transparent
}
.dropdown.menu.medium-vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f00812
}
}

@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: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #f00812 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: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f00812 transparent transparent
}
.dropdown.menu.large-vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f00812
}
}

@media print, screen and (min-width:75em) {
.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}
.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}
.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem
}
.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #f00812 transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}
.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto;
	top: 0
}
.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}
.dropdown.menu.xlarge-vertical>li>a::after {
	right: 14px
}
.dropdown.menu.xlarge-vertical>li.opens-left>a::after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f00812 transparent transparent
}
.dropdown.menu.xlarge-vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f00812
}
}

@media print, screen and (min-width:105.0625em) {
.dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}
.dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}
.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem
}
.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #f00812 transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}
.dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto;
	top: 0
}
.dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}
.dropdown.menu.xxlarge-vertical>li>a::after {
	right: 14px
}
.dropdown.menu.xxlarge-vertical>li.opens-left>a::after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f00812 transparent transparent
}
.dropdown.menu.xxlarge-vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f00812
}
}

@media screen and (min-width:120em) {
.dropdown.menu.xxxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}
.dropdown.menu.xxxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}
.dropdown.menu.xxxlarge-horizontal>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem
}
.dropdown.menu.xxxlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #f00812 transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}
.dropdown.menu.xxxlarge-vertical>li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.xxxlarge-vertical>li.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto;
	top: 0
}
.dropdown.menu.xxxlarge-vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}
.dropdown.menu.xxxlarge-vertical>li>a::after {
	right: 14px
}
.dropdown.menu.xxxlarge-vertical>li.opens-left>a::after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f00812 transparent transparent
}
.dropdown.menu.xxxlarge-vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f00812
}
}
.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 #cacaca;
	background: #fefefe
}
.dropdown .is-dropdown-submenu a {
	padding: 0.7rem 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: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f00812 transparent transparent
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f00812
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}
.is-dropdown-submenu>li {
	width: 100%
}
.is-dropdown-submenu.js-dropdown-active {
	display: block
}
.responsive-embed, .flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.responsive-embed.four-by-three, .flex-video.four-by-three {
	padding-bottom: 75%
}
.responsive-embed.three-by-four, .flex-video.three-by-four {
	padding-bottom: 133.33333%
}
.responsive-embed.one-by-one, .flex-video.one-by-one {
	padding-bottom: 100%
}
.responsive-embed.widescreen, .flex-video.widescreen {
	padding-bottom: 56.25%
}
.responsive-embed.twentyone-by-nine, .flex-video.twentyone-by-nine {
	padding-bottom: 42.85714%
}
.responsive-embed.nine-by-sixteen, .flex-video.nine-by-sixteen {
	padding-bottom: 177.77778%
}
.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	border-radius: 0;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #f00812;
	color: #fefefe
}
.label.primary {
	background: #f00812;
	color: #fefefe
}
.label.secondary {
	background: #767676;
	color: #fefefe
}
.label.success {
	background: #3adb76;
	color: #0a0a0a
}
.label.warning {
	background: #ffae00;
	color: #0a0a0a
}
.label.alert {
	background: #cc4b37;
	color: #fefefe
}
.media-object {
	display: -webkit-box;
	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 screen and (max-width:39.9375em) {
.media-object.stack-for-small .media-object-section {
	padding: 0;
	padding-bottom: 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 {
	-webkit-box-flex: 0;
	-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 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.is-off-canvas-open {
	overflow: hidden
}
.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .75s ease, visibility .75s ease;
	transition: opacity .75s ease, visibility .75s ease;
	background: rgba(254,254,254,0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}
.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible
}
.js-off-canvas-overlay.is-closable {
	cursor: pointer
}
.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute
}
.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed
}
.off-canvas-wrapper {
	position: relative;
	overflow: hidden
}
.off-canvas {
	position: fixed;
	z-index: 12;
	-webkit-transition: -webkit-transform .75s ease;
	transition: -webkit-transform .75s ease;
	transition: transform .75s ease;
	transition: transform .75s ease, -webkit-transform .75s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(254,254,254,0.75)
}
[data-whatinput='mouse'] .off-canvas {
	outline: 0
}
.off-canvas.is-transition-push {
	z-index: 12
}
.off-canvas.is-closed {
	visibility: hidden
}
.off-canvas.is-transition-overlap {
	z-index: 13
}
.off-canvas.is-transition-overlap.is-open {
	-webkit-box-shadow: none;
	box-shadow: none
}
.off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	-webkit-transition: -webkit-transform .75s ease;
	transition: -webkit-transform .75s ease;
	transition: transform .75s ease;
	transition: transform .75s ease, -webkit-transform .75s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(254,254,254,0.75)
}
[data-whatinput='mouse'] .off-canvas-absolute {
	outline: 0
}
.off-canvas-absolute.is-transition-push {
	z-index: 12
}
.off-canvas-absolute.is-closed {
	visibility: hidden
}
.off-canvas-absolute.is-transition-overlap {
	z-index: 13
}
.off-canvas-absolute.is-transition-overlap.is-open {
	-webkit-box-shadow: none;
	box-shadow: none
}
.off-canvas-absolute.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 100vw;
	-webkit-transform: translateX(-100vw);
	-ms-transform: translateX(-100vw);
	transform: translateX(-100vw)
}
.off-canvas-content .off-canvas.position-left {
	-webkit-transform: translateX(-100vw);
	-ms-transform: translateX(-100vw);
	transform: translateX(-100vw)
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-left.has-transition-push {
	-webkit-transform: translateX(100vw);
	-ms-transform: translateX(100vw);
	transform: translateX(100vw)
}
.position-left.is-transition-push {
	-webkit-box-shadow: inset 0 0 0 0 rgba(10,10,10,0);
	box-shadow: inset 0 0 0 0 rgba(10,10,10,0)
}
.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 100vw;
	-webkit-transform: translateX(100vw);
	-ms-transform: translateX(100vw);
	transform: translateX(100vw)
}
.off-canvas-content .off-canvas.position-right {
	-webkit-transform: translateX(100vw);
	-ms-transform: translateX(100vw);
	transform: translateX(100vw)
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-right.has-transition-push {
	-webkit-transform: translateX(-100vw);
	-ms-transform: translateX(-100vw);
	transform: translateX(-100vw)
}
.position-right.is-transition-push {
	-webkit-box-shadow: inset 0 0 0 0 rgba(10,10,10,0);
	box-shadow: inset 0 0 0 0 rgba(10,10,10,0)
}
.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 100vh;
	-webkit-transform: translateY(-100vh);
	-ms-transform: translateY(-100vh);
	transform: translateY(-100vh)
}
.off-canvas-content .off-canvas.position-top {
	-webkit-transform: translateY(-100vh);
	-ms-transform: translateY(-100vh);
	transform: translateY(-100vh)
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-top.has-transition-push {
	-webkit-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
	transform: translateY(100vh)
}
.position-top.is-transition-push {
	-webkit-box-shadow: inset 0 0 0 0 rgba(10,10,10,0);
	box-shadow: inset 0 0 0 0 rgba(10,10,10,0)
}
.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 100vh;
	-webkit-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
	transform: translateY(100vh)
}
.off-canvas-content .off-canvas.position-bottom {
	-webkit-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
	transform: translateY(100vh)
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-bottom.has-transition-push {
	-webkit-transform: translateY(-100vh);
	-ms-transform: translateY(-100vh);
	transform: translateY(-100vh)
}
.position-bottom.is-transition-push {
	-webkit-box-shadow: inset 0 0 0 0 rgba(10,10,10,0);
	box-shadow: inset 0 0 0 0 rgba(10,10,10,0)
}
.off-canvas-content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform .75s ease;
	transition: -webkit-transform .75s ease;
	transition: transform .75s ease;
	transition: transform .75s ease, -webkit-transform .75s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top:100px
}
.off-canvas-content.has-transition-push {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content .off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media print, screen and (min-width:40em) {
.position-left.reveal-for-medium {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-medium {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 100vw
}
.position-left.reveal-for-medium~.off-canvas-content {
	margin-left: 100vw
}
.position-right.reveal-for-medium {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-medium {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 100vw
}
.position-right.reveal-for-medium~.off-canvas-content {
	margin-right: 100vw
}
.position-top.reveal-for-medium {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-medium {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 100vw
}
.position-top.reveal-for-medium~.off-canvas-content {
	margin-top: 100vw
}
.position-bottom.reveal-for-medium {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-medium {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 100vw
}
.position-bottom.reveal-for-medium~.off-canvas-content {
	margin-bottom: 100vw
}
}

@media print, screen and (min-width:64em) {
.position-left.reveal-for-large {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-large {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 100vw
}
.position-left.reveal-for-large~.off-canvas-content {
	margin-left: 100vw
}
.position-right.reveal-for-large {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-large {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 100vw
}
.position-right.reveal-for-large~.off-canvas-content {
	margin-right: 100vw
}
.position-top.reveal-for-large {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-large {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 100vw
}
.position-top.reveal-for-large~.off-canvas-content {
	margin-top: 100vw
}
.position-bottom.reveal-for-large {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-large {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 100vw
}
.position-bottom.reveal-for-large~.off-canvas-content {
	margin-bottom: 100vw
}
}

@media print, screen and (min-width:75em) {
.position-left.reveal-for-xlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-xlarge .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-xlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 100vw
}
.position-left.reveal-for-xlarge~.off-canvas-content {
	margin-left: 100vw
}
.position-right.reveal-for-xlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-xlarge .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-xlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 100vw
}
.position-right.reveal-for-xlarge~.off-canvas-content {
	margin-right: 100vw
}
.position-top.reveal-for-xlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-xlarge .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-xlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 100vw
}
.position-top.reveal-for-xlarge~.off-canvas-content {
	margin-top: 100vw
}
.position-bottom.reveal-for-xlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-xlarge .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-xlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 100vw
}
.position-bottom.reveal-for-xlarge~.off-canvas-content {
	margin-bottom: 100vw
}
}

@media print, screen and (min-width:105.0625em) {
.position-left.reveal-for-xxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-xxlarge .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-xxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 100vw
}
.position-left.reveal-for-xxlarge~.off-canvas-content {
	margin-left: 100vw
}
.position-right.reveal-for-xxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-xxlarge .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-xxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 100vw
}
.position-right.reveal-for-xxlarge~.off-canvas-content {
	margin-right: 100vw
}
.position-top.reveal-for-xxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-xxlarge .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-xxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 100vw
}
.position-top.reveal-for-xxlarge~.off-canvas-content {
	margin-top: 100vw
}
.position-bottom.reveal-for-xxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-xxlarge .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-xxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 100vw
}
.position-bottom.reveal-for-xxlarge~.off-canvas-content {
	margin-bottom: 100vw
}
}

@media screen and (min-width:120em) {
.position-left.reveal-for-xxxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-xxxlarge .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-xxxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 100vw
}
.position-left.reveal-for-xxxlarge~.off-canvas-content {
	margin-left: 100vw
}
.position-right.reveal-for-xxxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-xxxlarge .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-xxxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 100vw
}
.position-right.reveal-for-xxxlarge~.off-canvas-content {
	margin-right: 100vw
}
.position-top.reveal-for-xxxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-xxxlarge .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-xxxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 100vw
}
.position-top.reveal-for-xxxlarge~.off-canvas-content {
	margin-top: 100vw
}
.position-bottom.reveal-for-xxxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-xxxlarge .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-xxxlarge {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 100vw
}
.position-bottom.reveal-for-xxxlarge~.off-canvas-content {
	margin-bottom: 100vw
}
}

@media print, screen and (min-width:40em) {
.off-canvas.in-canvas-for-medium {
	visibility: visible;
	height: auto;
	position: static;
	background: inherit;
	width: inherit;
	overflow: inherit;
	-webkit-transition: inherit;
	transition: inherit
}
.off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-medium .close-button {
	display: none
}
}

@media print, screen and (min-width:64em) {
.off-canvas.in-canvas-for-large {
	visibility: visible;
	height: auto;
	position: static;
	background: inherit;
	width: inherit;
	overflow: inherit;
	-webkit-transition: inherit;
	transition: inherit
}
.off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-large .close-button {
	display: none
}
}

@media print, screen and (min-width:75em) {
.off-canvas.in-canvas-for-xlarge {
	visibility: visible;
	height: auto;
	position: static;
	background: inherit;
	width: inherit;
	overflow: inherit;
	-webkit-transition: inherit;
	transition: inherit
}
.off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-xlarge .close-button {
	display: none
}
}

@media print, screen and (min-width:105.0625em) {
.off-canvas.in-canvas-for-xxlarge {
	visibility: visible;
	height: auto;
	position: static;
	background: inherit;
	width: inherit;
	overflow: inherit;
	-webkit-transition: inherit;
	transition: inherit
}
.off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-xxlarge .close-button {
	display: none
}
}

@media screen and (min-width:120em) {
.off-canvas.in-canvas-for-xxxlarge {
	visibility: visible;
	height: auto;
	position: static;
	background: inherit;
	width: inherit;
	overflow: inherit;
	-webkit-transition: inherit;
	transition: inherit
}
.off-canvas.in-canvas-for-xxxlarge.position-left, .off-canvas.in-canvas-for-xxxlarge.position-right, .off-canvas.in-canvas-for-xxxlarge.position-top, .off-canvas.in-canvas-for-xxxlarge.position-bottom {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-xxxlarge .close-button {
	display: none
}
}
.orbit {
	position: relative
}
.orbit-container {
	position: relative;
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden
}
.orbit-slide {
	width: 100%
}
.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0
}
.orbit-figure {
	margin: 0
}
.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0
}
.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 1rem;
	background-color: rgba(10,10,10,0.5);
	color: #fefefe
}
.orbit-previous, .orbit-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fefefe
}
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
	outline: 0
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
	background-color: rgba(10,10,10,0.5)
}
.orbit-previous {
	left: 0
}
.orbit-next {
	left: auto;
	right: 0
}
.orbit-bullets {
	position: relative;
	margin-top: .8rem;
	margin-bottom: .8rem;
	text-align: center
}
[data-whatinput='mouse'] .orbit-bullets {
	outline: 0
}
.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: .1rem;
	border-radius: 50%;
	background-color: #cacaca
}
.orbit-bullets button:hover {
	background-color: #5B5F62
}
.orbit-bullets button.is-active {
	background-color: #5B5F62
}
.pagination {
	margin-left: 0;
	margin-bottom: 1rem
}
.pagination::before, .pagination::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.pagination::after {
	clear: both
}
.pagination li {
	margin-right: .0625rem;
	border-radius: 0;
	font-size: .875rem;
	display: none
}
.pagination li:last-child, .pagination li:first-child {
	display: inline-block
}

@media print, screen and (min-width:40em) {
.pagination li {
	display: inline-block
}
}
.pagination a, .pagination button {
	display: block;
	padding: .1875rem .625rem;
	border-radius: 0;
	color: #0a0a0a
}
.pagination a:hover, .pagination button:hover {
	background: #e6e6e6
}
.pagination .current {
	padding: .1875rem .625rem;
	background: #f00812;
	color: #fefefe;
	cursor: default
}
.pagination .disabled {
	padding: .1875rem .625rem;
	color: #cacaca;
	cursor: not-allowed
}
.pagination .disabled:hover {
	background: transparent
}
.pagination .ellipsis::after {
	padding: .1875rem .625rem;
	content: '\2026';
	color: #0a0a0a
}
.pagination-previous a::before, .pagination-previous.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: '\00ab'
}
.pagination-next a::after, .pagination-next.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: '\00bb'
}
.progress {
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
	background-color: #cacaca
}
.progress.primary .progress-meter {
	background-color: #f00812
}
.progress.secondary .progress-meter {
	background-color: #767676
}
.progress.success .progress-meter {
	background-color: #3adb76
}
.progress.warning .progress-meter {
	background-color: #ffae00
}
.progress.alert .progress-meter {
	background-color: #cc4b37
}
.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #f00812
}
.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0;
	font-size: 0.75rem;
	font-weight: bold;
	color: #fefefe;
	white-space: nowrap
}
.slider {
	position: relative;
	height: .5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none
}
.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: .5rem;
	background-color: #cacaca;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.slider-fill.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear
}
.slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0;
	background-color: #f00812;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
[data-whatinput='mouse'] .slider-handle {
	outline: 0
}
.slider-handle:hover {
	background-color: #23387d
}
.slider-handle.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear
}
.slider.disabled, .slider[disabled] {
	opacity: .25;
	cursor: not-allowed
}
.slider.vertical {
	display: inline-block;
	width: .5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
.slider.vertical .slider-fill {
	top: 0;
	width: .5rem;
	max-height: 100%
}
.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.sticky-container {
	position: relative
}
.sticky {
	position: relative;
	z-index: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sticky.is-stuck {
	position: fixed;
	z-index: 5;
	width: 100%
}
.sticky.is-stuck.is-at-top {
	top: 0
}
.sticky.is-stuck.is-at-bottom {
	bottom: 0
}
.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto
}
.sticky.is-anchored.is-at-bottom {
	bottom: 0
}
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,0.45);
	overflow-y: scroll
}
.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto
}
[data-whatinput='mouse'] .reveal {
	outline: 0
}

@media print, screen and (min-width:40em) {
.reveal {
	min-height: 0
}
}
.reveal .column {
	min-width: 0
}
.reveal>:last-child {
	margin-bottom: 0
}

@media print, screen and (min-width:40em) {
.reveal {
	width: 600px;
	max-width: 90rem
}
}
.reveal.collapse {
	padding: 0
}

@media print, screen and (min-width:40em) {
.reveal.tiny {
	width: 30%;
	max-width: 90rem
}
}

@media print, screen and (min-width:40em) {
.reveal.small {
	width: 50%;
	max-width: 90rem
}
}

@media print, screen and (min-width:40em) {
.reveal.large {
	width: 90%;
	max-width: 90rem
}
}
.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
}
.switch {
	height: 2rem;
	position: relative;
	margin-bottom: 1rem;
	outline: 0;
	font-size: .875rem;
	font-weight: bold;
	color: #fefefe;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.switch-input {
	position: absolute;
	margin-bottom: 0;
	opacity: 0
}
.switch-paddle {
	position: relative;
	display: block;
	width: 4rem;
	height: 2rem;
	border-radius: 0;
	background: #cacaca;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-weight: inherit;
	color: inherit;
	cursor: pointer
}
input+.switch-paddle {
	margin: 0
}
.switch-paddle::after {
	position: absolute;
	top: .25rem;
	left: .25rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 0;
	background: #fefefe;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	content: ''
}
input:checked~.switch-paddle {
	background: #f00812
}
input:checked~.switch-paddle::after {
	left: 2.25rem
}
[data-whatinput='mouse'] input:focus~.switch-paddle {
	outline: 0
}
.switch-active, .switch-inactive {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.switch-active {
	left: 8%;
	display: none
}
input:checked+label>.switch-active {
	display: block
}
.switch-inactive {
	right: 15%
}
input:checked+label>.switch-inactive {
	display: none
}
.switch.tiny {
	height: 1.5rem
}
.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: .625rem
}
.switch.tiny .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 1rem;
	height: 1rem
}
.switch.tiny input:checked~.switch-paddle::after {
	left: 1.75rem
}
.switch.small {
	height: 1.75rem
}
.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: .75rem
}
.switch.small .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 1.25rem;
	height: 1.25rem
}
.switch.small input:checked~.switch-paddle::after {
	left: 2rem
}
.switch.large {
	height: 5rem
}
.switch.large .switch-paddle {
	width: 10rem;
	height: 5rem;
	font-size: 1rem
}
.switch.large .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 4.5rem;
	height: 4.5rem
}
.switch.large input:checked~.switch-paddle::after {
	left: 5.25rem
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}
thead, tbody, tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}
caption {
	padding: .5rem .625rem .625rem;
	font-weight: normal
}
thead {
	background: #f8f8f8;
	color: #5B5F62
}
tfoot {
	background: #f1f1f1;
	color: #5B5F62
}
thead tr, tfoot tr {
	background: transparent
}
thead th, thead td, tfoot th, tfoot td {
	padding: .5rem .625rem .625rem;
	font-weight: normal;
	text-align: left
}
tbody th, tbody td {
	padding: .5rem .625rem .625rem
}
tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1
}
table.unstriped tbody {
	background-color: #fefefe
}
table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe
}

@media screen and (max-width:63.9375em) {
table.stack thead {
	display: none
}
table.stack tfoot {
	display: none
}
table.stack tr, table.stack th, table.stack td {
	display: block
}
table.stack td {
	border-top: 0
}
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}
table.hover 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 {
	overflow-x: auto
}
.table-scroll table {
	width: auto
}
.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none
}
.tabs::before, .tabs::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.tabs::after {
	clear: both
}
.tabs.vertical>li {
	display: block;
	float: none;
	width: auto
}
.tabs.simple>li>a {
	padding: 0
}
.tabs.simple>li>a:hover {
	background: transparent
}
.tabs.primary {
	background: #f00812
}
.tabs.primary>li>a {
	color: #fefefe
}
.tabs.primary>li>a:hover, .tabs.primary>li>a:focus {
	background: #2d48a0
}
.tabs-title {
	float: left
}
.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: .75rem;
	line-height: 1;
	color: #f00812
}
.tabs-title>a:hover {
	background: #fefefe;
	color: #23397e
}
.tabs-title>a:focus, .tabs-title>a[aria-selected='true'] {
	background: #e6e6e6;
	color: #f00812
}
.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #5B5F62;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0
}
.tabs-panel {
	display: none;
	padding: 1rem
}
.tabs-panel.is-active {
	display: block
}
.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(10,10,10,0.2);
	box-shadow: 0 0 0 1px rgba(10,10,10,0.2);
	line-height: 0
}
a.thumbnail {
	-webkit-transition: -webkit-box-shadow 200ms ease-out;
	transition: -webkit-box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out
}
a.thumbnail:hover, a.thumbnail:focus {
	-webkit-box-shadow: 0 0 6px 1px rgba(41,66,147,0.5);
	box-shadow: 0 0 6px 1px rgba(41,66,147,0.5)
}
a.thumbnail image {
	-webkit-box-shadow: none;
	box-shadow: none
}
.title-bar {
	padding: .5rem;
	background: #0a0a0a;
	color: #fefefe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .25rem
}
.title-bar-left, .title-bar-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.title-bar-right {
	text-align: right
}
.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold
}
.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: dotted 1px #5B5F62;
	font-weight: normal;
	cursor: help
}
.tooltip {
	position: absolute;
	top: calc(100% + .6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: .75rem;
	border-radius: 0;
	background-color: #0a0a0a;
	font-size: 80%;
	color: #fefefe
}
.tooltip::before {
	position: absolute
}
.tooltip.bottom::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #0a0a0a;
	bottom: 100%
}
.tooltip.bottom.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.top::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #0a0a0a transparent transparent;
	top: 100%;
	bottom: auto
}
.tooltip.top.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.left::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #0a0a0a;
	left: 100%
}
.tooltip.left.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tooltip.right::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #0a0a0a transparent transparent;
	right: 100%;
	left: auto
}
.tooltip.right.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tooltip.align-top::before {
	bottom: auto;
	top: 10%
}
.tooltip.align-bottom::before {
	bottom: 10%;
	top: auto
}
.tooltip.align-left::before {
	left: 10%;
	right: auto
}
.tooltip.align-right::before {
	left: auto;
	right: 10%
}
.top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar, .top-bar ul {
	background-color: #e6e6e6
}
.top-bar input {
	max-width: 200px;
	margin-right: 1rem
}
.top-bar .input-group-field {
	width: 100%;
	margin-right: 0
}
.top-bar input.button {
	width: auto
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media print, screen and (min-width:40em) {
.top-bar {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.top-bar .top-bar-left {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: auto
}
.top-bar .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: auto
}
}

@media screen and (max-width:63.9375em) {
.top-bar.stacked-for-medium {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
}

@media screen and (max-width:74.9375em) {
.top-bar.stacked-for-large {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
}

@media screen and (max-width:105em) {
.top-bar.stacked-for-xlarge {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
}

@media screen and (max-width:119.9375em) {
.top-bar.stacked-for-xxlarge {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar.stacked-for-xxlarge .top-bar-left, .top-bar.stacked-for-xxlarge .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
}
.top-bar.stacked-for-xxxlarge {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar.stacked-for-xxxlarge .top-bar-left, .top-bar.stacked-for-xxxlarge .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.top-bar-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0.5rem 1rem 0.5rem 0
}
.top-bar-left, .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.hide {
	display: none !important
}
.invisible {
	visibility: hidden
}

@media screen and (max-width:39.9375em) {
.hide-for-small-only {
	display: none !important
}
}

@media screen and (max-width:0em), screen and (min-width:40em) {
.show-for-small-only {
	display: none !important
}
}

@media print, screen and (min-width:40em) {
.hide-for-medium {
	display: none !important
}
}

@media screen and (max-width:39.9375em) {
.show-for-medium {
	display: none !important
}
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
.hide-for-medium-only {
	display: none !important
}
}

@media screen and (max-width:39.9375em), screen and (min-width:64em) {
.show-for-medium-only {
	display: none !important
}
}

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

@media print, screen and (min-width:75em) {
.hide-for-xlarge {
	display: none !important
}
}

@media screen and (max-width:74.9375em) {
.show-for-xlarge {
	display: none !important
}
}

@media screen and (min-width:75em) and (max-width:105em) {
.hide-for-xlarge-only {
	display: none !important
}
}

@media screen and (max-width:74.9375em), screen and (min-width:105.0625em) {
.show-for-xlarge-only {
	display: none !important
}
}

@media print, screen and (min-width:105.0625em) {
.hide-for-xxlarge {
	display: none !important
}
}

@media screen and (max-width:105em) {
.show-for-xxlarge {
	display: none !important
}
}

@media screen and (min-width:105.0625em) and (max-width:119.9375em) {
.hide-for-xxlarge-only {
	display: none !important
}
}

@media screen and (max-width:105em), screen and (min-width:120em) {
.show-for-xxlarge-only {
	display: none !important
}
}

@media screen and (min-width:120em) {
.hide-for-xxxlarge {
	display: none !important
}
}

@media screen and (max-width:119.9375em) {
.show-for-xxxlarge {
	display: none !important
}
}

@media screen and (min-width:120em) {
.hide-for-xxxlarge-only {
	display: none !important
}
}

@media screen and (max-width:119.9375em) {
.show-for-xxxlarge-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
}
.show-for-landscape, .hide-for-portrait {
	display: block !important
}

@media screen and (orientation:landscape) {
.show-for-landscape, .hide-for-portrait {
	display: block !important
}
}

@media screen and (orientation:portrait) {
.show-for-landscape, .hide-for-portrait {
	display: none !important
}
}
.hide-for-landscape, .show-for-portrait {
	display: none !important
}

@media screen and (orientation:landscape) {
.hide-for-landscape, .show-for-portrait {
	display: none !important
}
}

@media screen and (orientation:portrait) {
.hide-for-landscape, .show-for-portrait {
	display: block !important
}
}
.align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.align-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.align-right.vertical.menu>li>a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.align-center.vertical.menu>li>a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start
}
.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end
}
.align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.align-self-middle {
	-ms-flex-item-align: center;
	align-self: center
}
.align-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch
}
.align-center-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}
.small-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.small-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.small-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.small-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.small-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.small-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

@media print, screen and (min-width:40em) {
.medium-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.medium-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.medium-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.medium-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.medium-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.medium-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}
}

@media print, screen and (min-width:64em) {
.large-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.large-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.large-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.large-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.large-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.large-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}
}

@media print, screen and (min-width:75em) {
.xlarge-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.xlarge-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.xlarge-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.xlarge-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.xlarge-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.xlarge-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.xxlarge-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.xxlarge-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.xxlarge-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.xxlarge-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.xxlarge-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}
}

@media screen and (min-width:120em) {
.xxxlarge-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.xxxlarge-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.xxxlarge-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.xxxlarge-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.xxxlarge-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.xxxlarge-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}
}
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media print, screen and (min-width:40em) {
.medium-flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.medium-flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.medium-flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.medium-flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.medium-flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.medium-flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.medium-flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.medium-flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
}

@media print, screen and (min-width:64em) {
.large-flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.large-flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.large-flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.large-flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.large-flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.large-flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.large-flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.large-flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
}

@media print, screen and (min-width:75em) {
.xlarge-flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.xlarge-flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.xlarge-flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.xlarge-flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.xlarge-flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.xlarge-flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.xlarge-flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.xlarge-flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
}

@media print, screen and (min-width:105.0625em) {
.xxlarge-flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.xxlarge-flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.xxlarge-flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.xxlarge-flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.xxlarge-flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.xxlarge-flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.xxlarge-flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.xxlarge-flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
}

@media screen and (min-width:120em) {
.xxxlarge-flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.xxxlarge-flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.xxxlarge-flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.xxxlarge-flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.xxxlarge-flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.xxxlarge-flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.xxxlarge-flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.xxxlarge-flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
}
.text-hide {
	font: 0/0 a !important;
	color: transparent !important;
	text-shadow: none !important;
	background-color: transparent !important;
	border: 0 !important
}
.text-truncate {
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap !important
}
.text-nowrap {
	white-space: nowrap !important
}
.text-wrap {
	word-wrap: break-word !important
}
.text-lowercase {
	text-transform: lowercase !important
}
.text-uppercase {
	text-transform: uppercase !important
}
.text-capitalize {
	text-transform: capitalize !important
}
.text-overline {
	text-decoration: overline !important
}
.text-underline {
	text-decoration: underline !important
}
.text-line-through {
	text-decoration: line-through !important
}
.font-wide {
	letter-spacing: .25rem
}
.font-normal {
	font-weight: normal
}
.font-bold {
	font-weight: normal
}
.font-italic {
	font-style: italic !important
}
ul.list-disc {
	list-style-type: disc !important
}
ul.list-circle {
	list-style-type: circle !important
}
ul.list-square {
	list-style-type: square !important
}
ol.list-decimal {
	list-style-type: decimal !important
}
ol.list-lower-alpha {
	list-style-type: lower-alpha !important
}
ol.list-lower-latin {
	list-style-type: lower-latin !important
}
ol.list-lower-roman {
	list-style-type: lower-roman !important
}
ol.list-upper-alpha {
	list-style-type: upper-alpha !important
}
ol.list-upper-latin {
	list-style-type: upper-latin !important
}
ol.list-upper-roman {
	list-style-type: upper-roman !important
}
.rounded {
	border-radius: 5000px !important
}
.radius {
	border-radius: .1875rem
}
.bordered {
	border: .0625rem solid #cacaca
}
.shadow {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12)
}
.arrow-down {
	display: block;
	width: 0;
	height: 0;
	border: inset .4375rem;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #0a0a0a transparent transparent
}
.arrow-up {
	display: block;
	width: 0;
	height: 0;
	border: inset .4375rem;
	content: '';
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #0a0a0a
}
.arrow-right {
	display: block;
	width: 0;
	height: 0;
	border: inset .4375rem;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #0a0a0a
}
.arrow-left {
	display: block;
	width: 0;
	height: 0;
	border: inset .4375rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #0a0a0a transparent transparent
}
.separator-center {
	text-align: center !important
}
.separator-center::before, .separator-center::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.separator-center::after {
	clear: both
}
.separator-center::after {
	position: relative !important;
	width: 3rem;
	border-bottom: .125rem solid #f00812;
	margin: 1rem auto 0
}
.separator-left {
	text-align: left !important
}
.separator-left::before, .separator-left::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.separator-left::after {
	clear: both
}
.separator-left::after {
	position: relative !important;
	width: 3rem;
	border-bottom: .125rem solid #f00812;
	margin: 1rem auto 0;
	margin-left: 0 !important
}
.separator-right {
	text-align: right !important
}
.separator-right::before, .separator-right::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.separator-right::after {
	clear: both
}
.separator-right::after {
	position: relative !important;
	width: 3rem;
	border-bottom: .125rem solid #f00812;
	margin: 1rem auto 0;
	margin-right: 0 !important
}
.overflow-visible {
	overflow: visible !important
}
.overflow-x-visible {
	overflow-x: visible !important
}
.overflow-y-visible {
	overflow-y: visible !important
}
.overflow-hidden {
	overflow: hidden !important
}
.overflow-x-hidden {
	overflow-x: hidden !important
}
.overflow-y-hidden {
	overflow-y: hidden !important
}
.overflow-scroll {
	overflow: scroll !important
}
.overflow-x-scroll {
	overflow-x: scroll !important
}
.overflow-y-scroll {
	overflow-y: scroll !important
}
.display-inline {
	display: inline !important
}
.display-inline-block {
	display: inline-block !important
}
.display-block {
	display: block !important
}
.display-table {
	display: table !important
}
.display-table-cell {
	display: table-cell !important
}
.position-static {
	position: static !important
}
.position-relative {
	position: relative !important
}
.position-absolute {
	position: absolute !important
}
.position-fixed {
	position: fixed !important
}
.position-fixed-top {
	position: fixed !important;
	top: 0rem !important;
	right: 0rem !important;
	left: 0rem !important;
	z-index: 975
}
.position-fixed-bottom {
	position: fixed !important;
	right: 0rem !important;
	bottom: 0rem !important;
	left: 0rem !important;
	z-index: 975
}
.border-box {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important
}
.border-none {
	border: none !important
}
.width-25 {
	width: 25% !important
}
.width-50 {
	width: 50% !important
}
.width-75 {
	width: 75% !important
}
.width-100 {
	width: 100% !important
}
.height-25 {
	height: 25% !important
}
.height-50 {
	height: 50% !important
}
.height-75 {
	height: 75% !important
}
.height-100 {
	height: 100% !important
}
.max-width-100 {
	max-width: 100% !important
}
.max-height-100 {
	max-height: 100% !important
}
.margin-0 {
	margin-top: 0rem !important;
	margin-right: 0rem !important;
	margin-bottom: 0rem !important;
	margin-left: 0rem !important
}
.padding-0 {
	padding-top: 0rem !important;
	padding-right: 0rem !important;
	padding-bottom: 0rem !important;
	padding-left: 0rem !important
}
.margin-top-0 {
	margin-top: 0rem !important
}
.padding-top-0 {
	padding-top: 0rem !important
}
.margin-right-0 {
	margin-right: 0rem !important
}
.padding-right-0 {
	padding-right: 0rem !important
}
.margin-bottom-0 {
	margin-bottom: 0rem !important
}
.padding-bottom-0 {
	padding-bottom: 0rem !important
}
.margin-left-0 {
	margin-left: 0rem !important
}
.padding-left-0 {
	padding-left: 0rem !important
}
.margin-horizontal-0 {
	margin-right: 0rem !important;
	margin-left: 0rem !important
}
.padding-horizontal-0 {
	padding-right: 0rem !important;
	padding-left: 0rem !important
}
.margin-vertical-0 {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important
}
.padding-vertical-0 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important
}
.margin-1 {
	margin-top: 1rem !important;
	margin-right: 1rem !important;
	margin-bottom: 1rem !important;
	margin-left: 1rem !important
}
.padding-1 {
	padding-top: 1rem !important;
	padding-right: 1rem !important;
	padding-bottom: 1rem !important;
	padding-left: 1rem !important
}
.margin-top-1 {
	margin-top: 1rem !important
}
.padding-top-1 {
	padding-top: 1rem !important
}
.margin-right-1 {
	margin-right: 1rem !important
}
.padding-right-1 {
	padding-right: 1rem !important
}
.margin-bottom-1 {
	margin-bottom: 1rem !important
}
.padding-bottom-1 {
	padding-bottom: 1rem !important
}
.margin-left-1 {
	margin-left: 1rem !important
}
.padding-left-1 {
	padding-left: 1rem !important
}
.margin-horizontal-1 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}
.padding-horizontal-1 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}
.margin-vertical-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}
.padding-vertical-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}
.margin-2 {
	margin-top: 2rem !important;
	margin-right: 2rem !important;
	margin-bottom: 2rem !important;
	margin-left: 2rem !important
}
.padding-2 {
	padding-top: 2rem !important;
	padding-right: 2rem !important;
	padding-bottom: 2rem !important;
	padding-left: 2rem !important
}
.margin-top-2 {
	margin-top: 2rem !important
}
.padding-top-2 {
	padding-top: 2rem !important
}
.margin-right-2 {
	margin-right: 2rem !important
}
.padding-right-2 {
	padding-right: 2rem !important
}
.margin-bottom-2 {
	margin-bottom: 2rem !important
}
.padding-bottom-2 {
	padding-bottom: 2rem !important
}
.margin-left-2 {
	margin-left: 2rem !important
}
.padding-left-2 {
	padding-left: 2rem !important
}
.margin-horizontal-2 {
	margin-right: 2rem !important;
	margin-left: 2rem !important
}
.padding-horizontal-2 {
	padding-right: 2rem !important;
	padding-left: 2rem !important
}
.margin-vertical-2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}
.padding-vertical-2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}
.margin-3 {
	margin-top: 3rem !important;
	margin-right: 3rem !important;
	margin-bottom: 3rem !important;
	margin-left: 3rem !important
}
.padding-3 {
	padding-top: 3rem !important;
	padding-right: 3rem !important;
	padding-bottom: 3rem !important;
	padding-left: 3rem !important
}
.margin-top-3 {
	margin-top: 3rem !important
}
.padding-top-3 {
	padding-top: 3rem !important
}
.margin-right-3 {
	margin-right: 3rem !important
}
.padding-right-3 {
	padding-right: 3rem !important
}
.margin-bottom-3 {
	margin-bottom: 3rem !important
}
.padding-bottom-3 {
	padding-bottom: 3rem !important
}
.margin-left-3 {
	margin-left: 3rem !important
}
.padding-left-3 {
	padding-left: 3rem !important
}
.margin-horizontal-3 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}
.padding-horizontal-3 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}
.margin-vertical-3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}
.padding-vertical-3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}
.slide-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.slide-in-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.slide-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.slide-in-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.slide-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.slide-out-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.slide-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}
.slide-out-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.fade-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.fade-in.mui-enter.mui-enter-active {
	opacity: 1
}
.fade-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.fade-out.mui-leave.mui-leave-active {
	opacity: 0
}
.hinge-in-from-top.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}
.hinge-in-from-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}
.hinge-in-from-bottom.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}
.hinge-in-from-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}
.hinge-in-from-middle-x.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}
.hinge-in-from-middle-y.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}
.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0
}
.hinge-out-from-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0
}
.hinge-out-from-bottom.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}
.hinge-out-from-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}
.hinge-out-from-middle-x.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0
}
.hinge-out-from-middle-y.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0
}
.scale-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.scale-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.scale-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0
}
.scale-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0
}
.spin-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
-webkit-transform:rotate(-.75turn);
-ms-transform:rotate(-.75turn);
transform:rotate(-.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}
.spin-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.spin-out.mui-leave.mui-leave-active {
-webkit-transform:rotate(.75turn);
-ms-transform:rotate(.75turn);
transform:rotate(.75turn);
	opacity: 0
}
.spin-in-ccw.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
-webkit-transform:rotate(.75turn);
-ms-transform:rotate(.75turn);
transform:rotate(.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}
.spin-out-ccw.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.spin-out-ccw.mui-leave.mui-leave-active {
-webkit-transform:rotate(-.75turn);
-ms-transform:rotate(-.75turn);
transform:rotate(-.75turn);
	opacity: 0
}
.slow {
	-webkit-transition-duration: 750ms !important;
	transition-duration: 750ms !important
}
.fast {
	-webkit-transition-duration: 250ms !important;
	transition-duration: 250ms !important
}
.linear {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important
}
.ease {
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important
}
.ease-in {
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important
}
.ease-out {
	-webkit-transition-timing-function: ease-out !important;
	transition-timing-function: ease-out !important
}
.ease-in-out {
	-webkit-transition-timing-function: ease-in-out !important;
	transition-timing-function: ease-in-out !important
}
.bounce-in {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}
.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}
.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}
.short-delay {
	-webkit-transition-delay: 300ms !important;
	transition-delay: 300ms !important
}
.long-delay {
	-webkit-transition-delay: 700ms !important;
	transition-delay: 700ms !important
}
.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7
}
@-webkit-keyframes shake-7 {
0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
-webkit-transform:translateX(7%);
transform:translateX(7%)
}
5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
-webkit-transform:translateX(-7%);
transform:translateX(-7%)
}
}
@keyframes shake-7 {
0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
-webkit-transform:translateX(7%);
transform:translateX(7%)
}
5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
-webkit-transform:translateX(-7%);
transform:translateX(-7%)
}
}
.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn
}
@-webkit-keyframes spin-cw-1turn {
0% {
-webkit-transform:rotate(-1turn);
transform:rotate(-1turn)
}
100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@keyframes spin-cw-1turn {
0% {
-webkit-transform:rotate(-1turn);
transform:rotate(-1turn)
}
100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
.spin-ccw {
	-webkit-animation-name: spin-ccw-1turn;
	animation-name: spin-ccw-1turn
}
@-webkit-keyframes spin-ccw-1turn {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(-1turn);
transform:rotate(-1turn)
}
}
@keyframes spin-ccw-1turn {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(-1turn);
transform:rotate(-1turn)
}
}
.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg
}
@-webkit-keyframes wiggle-7deg {
40%, 50%, 60% {
-webkit-transform:rotate(7deg);
transform:rotate(7deg)
}
35%, 45%, 55%, 65% {
-webkit-transform:rotate(-7deg);
transform:rotate(-7deg)
}
0%, 30%, 70%, 100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@keyframes wiggle-7deg {
40%, 50%, 60% {
-webkit-transform:rotate(7deg);
transform:rotate(7deg)
}
35%, 45%, 55%, 65% {
-webkit-transform:rotate(-7deg);
transform:rotate(-7deg)
}
0%, 30%, 70%, 100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
.shake, .spin-cw, .spin-ccw, .wiggle {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}
.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.slow {
	-webkit-animation-duration: 750ms !important;
	animation-duration: 750ms !important
}
.fast {
	-webkit-animation-duration: 250ms !important;
	animation-duration: 250ms !important
}
.linear {
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important
}
.ease {
	-webkit-animation-timing-function: ease !important;
	animation-timing-function: ease !important
}
.ease-in {
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important
}
.ease-out {
	-webkit-animation-timing-function: ease-out !important;
	animation-timing-function: ease-out !important
}
.ease-in-out {
	-webkit-animation-timing-function: ease-in-out !important;
	animation-timing-function: ease-in-out !important
}
.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}
.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}
.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}
.short-delay {
	-webkit-animation-delay: 300ms !important;
	animation-delay: 300ms !important
}
.long-delay {
	-webkit-animation-delay: 700ms !important;
	animation-delay: 700ms !important
}
@-webkit-keyframes scale-up-down {
0% {
-webkit-transform:translateX(-50%) translateY(-50%) scale(1);
transform:translateX(-50%) translateY(-50%) scale(1)
}
100% {
-webkit-transform:translateX(-50%) translateY(-50%) scale(1.075);
transform:translateX(-50%) translateY(-50%) scale(1.075)
}
}
@keyframes scale-up-down {
0% {
-webkit-transform:translateX(-50%) translateY(-50%) scale(1);
transform:translateX(-50%) translateY(-50%) scale(1)
}
100% {
-webkit-transform:translateX(-50%) translateY(-50%) scale(1.075);
transform:translateX(-50%) translateY(-50%) scale(1.075)
}
}
@-webkit-keyframes scale-up-down-110 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
}
@keyframes scale-up-down-110 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
}
@-webkit-keyframes scale-up-down-125 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(1.25);
transform:scale(1.25)
}
}
@keyframes scale-up-down-125 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(1.25);
transform:scale(1.25)
}
}
@-webkit-keyframes scale-up-down-150 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(1.5);
transform:scale(1.5)
}
}
@keyframes scale-up-down-150 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(1.5);
transform:scale(1.5)
}
}

html:lang(zh) h1:not(.subline), html:lang(zh) h2:not(.subline), html:lang(zh) h3:not(.subline), html:lang(zh) h4:not(.subline), html:lang(zh) h5:not(.subline), html:lang(zh) h6:not(.subline), html:lang(zh) b:not(.subline), html:lang(zh) strong:not(.subline), html:lang(zh) .button.stuken:not(.subline), html:lang(zh) .stylesSet-stme:not(.subline), html:lang(zh) .stylesSet-stme strong:not(.subline), html:lang(zh) .stylesSet-stme spannobreak:not(.subline), html:lang(zh) h3 span:not(.subline) {
	
	font-weight: 700
}
html:lang(zh) .stylesSet-stme:not(.subline), html:lang(zh) .stylesSet-stme strong:not(.subline), html:lang(zh) .stylesSet-stme span:not(.subline) {
	font-family: 'FuturaBT-ExtraBlackItalic', 'Noto Sans SC', sans-serif !important
}
html:lang(zh) .button.stuken:not(.subline) {
	font-family: 'FuturaBT-Bold', 'Noto Sans SC', sans-serif !important
}
html:lang(zh) #pageHeader .dce-brand-slide h1:not(.subline), html:lang(zh) #pageHeader .dce-page-intro h1:not(.subline) {
	font-family: 'FuturaBT-BookItalic', 'Noto Sans SC', sans-serif !important;
	font-weight: 400
}
html:lang(zh) h5.subline p strong {
	font-family: "FuturaBT-BoldItalic", sans-serif !important;
	font-weight: normal !important
}
html:lang(zh) .news p strong .nobreak {
	font-family: 'FuturaBT-BoldItalic', 'Noto Sans SC', sans-serif !important
}
html:lang(zh) .news h4 .nobreak {
	font-family: 'FuturaBT-BoldItalic', 'Noto Sans SC', sans-serif !important
}
.gradient-switch {
	width: 10vw;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10000
}
.hyphenate {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}
p a, .nobreak {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}
img {
	pointer-events: none
}
.reveal-overlay .reveal.image, .easyzoom, .easyzoom .easyzoom-flyout, #pageHeader .dce-page-intro, #pageHeader .dce-page-intro::after, .dce-simple-image .gradient, .dce-image-gallery .slick-list, .dce-accordion .accordion-item .accordion-content .accordion-img a:before, .menu-teaser-container .menu-teaser .menu-teaser-image, .dce-text-image .img {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#535869), color-stop(38%, #eee), color-stop(42%, #eee), to(#535869));
	background-image: linear-gradient(to top, #535869 0%, #eee 38%, #eee 42%, #535869 100%)
}
.news .no-news-found {
	display: none;
}
.news .dce-text-image .img {
	background-image: none
}
body {
	background-color: #f7f7f7;
	background-color: #efefef;
	background-color: #f4f6fa;
	background-color: #eaecf4;
	background-color: #ecedf2
}
body .hyphens {
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	text-transform: none
}
body h1.subline, body h2.subline, body h3.subline, body h4.subline, body h5.subline, body h6.subline {
	font-family: "FuturaBT-Book", "thesans-b4semilightitalic", sans-serif;
	text-transform: none
}
body [type='text'], body [type='password'], body [type='date'], body [type='datetime'], body [type='datetime-local'], body [type='month'], body [type='week'], body [type='email'], body [type='number'], body [type='search'], body [type='tel'], body [type='time'], body [type='url'], body [type='color'], body textarea {
	color: #f00812
}
body [type='text']::-webkit-input-placeholder, body [type='password']::-webkit-input-placeholder, body [type='date']::-webkit-input-placeholder, body [type='datetime']::-webkit-input-placeholder, body [type='datetime-local']::-webkit-input-placeholder, body [type='month']::-webkit-input-placeholder, body [type='week']::-webkit-input-placeholder, body [type='email']::-webkit-input-placeholder, body [type='number']::-webkit-input-placeholder, body [type='search']::-webkit-input-placeholder, body [type='tel']::-webkit-input-placeholder, body [type='time']::-webkit-input-placeholder, body [type='url']::-webkit-input-placeholder, body [type='color']::-webkit-input-placeholder, body textarea::-webkit-input-placeholder {
color:rgba(91,95,98,0.5);
opacity:1
}
body [type='text']::-ms-input-placeholder, body [type='password']::-ms-input-placeholder, body [type='date']::-ms-input-placeholder, body [type='datetime']::-ms-input-placeholder, body [type='datetime-local']::-ms-input-placeholder, body [type='month']::-ms-input-placeholder, body [type='week']::-ms-input-placeholder, body [type='email']::-ms-input-placeholder, body [type='number']::-ms-input-placeholder, body [type='search']::-ms-input-placeholder, body [type='tel']::-ms-input-placeholder, body [type='time']::-ms-input-placeholder, body [type='url']::-ms-input-placeholder, body [type='color']::-ms-input-placeholder, body textarea::-ms-input-placeholder {
color:rgba(91,95,98,0.5);
opacity:1
}
body [type='text']::placeholder, body [type='password']::placeholder, body [type='date']::placeholder, body [type='datetime']::placeholder, body [type='datetime-local']::placeholder, body [type='month']::placeholder, body [type='week']::placeholder, body [type='email']::placeholder, body [type='number']::placeholder, body [type='search']::placeholder, body [type='tel']::placeholder, body [type='time']::placeholder, body [type='url']::placeholder, body [type='color']::placeholder, body textarea::placeholder {
color:rgba(91,95,98,0.5);
opacity:1
}
body.noScroll {
	overflow: hidden
}
html.is-reveal-open, html.is-reveal-open body {
	width: 100vw
}
span {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}
span.stylesSet-stme, span.stylesSet-stme strong {
	font-family: "FuturaBT-ExtraBlackItalic", "thesans-b7bolditalic", "thesans-b9blackitalic", sans-serif;
	color: #f00812 !important;
	text-transform: uppercase;
	white-space: nowrap
}
span.stylesSet-stme a, span.stylesSet-stme strong a {
	color: #f00812 !important
}
span.stylesSet-blue {
	color: #f00812
}
span.stylesSet-orange {
	color: orange
}
html:lang(en) span.stylesSet-stme, html:lang(en) span.stylesSet-stme strong, html:lang(cz) span.stylesSet-stme, html:lang(cz) span.stylesSet-stme strong {
	white-space: normal
}
#language-dropdown {
	width: 4rem !important
}
#language-dropdown a {
	text-align: center
}
.off-canvas-content {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-transition-property: -webkit-filter;
	transition-property: -webkit-filter;
	transition-property: filter;
	transition-property: filter, -webkit-filter;
	-webkit-transition-duration: .75s;
	transition-duration: .75s
}
.off-canvas-content.off-canvas-reveled {
	-webkit-filter: blur(10px);
	filter: blur(10px)
}
.button.stuken {
	color: #f00812;
	text-transform: none;
	text-align: left;
	border: 2px solid #f00812;
	background: transparent;
	-webkit-transform: skew(-7deg);
	-ms-transform: skew(-7deg);
	transform: skew(-7deg);
	font-family: "FuturaBT-Bold", "thesans-b7bold", sans-serif;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	position: relative;
	margin-bottom: 0;
	margin-top: .75rem
}
.button.stuken:after {
	top: 50%;
	right: 0;
	padding-left: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "»"
}
.button.stuken:hover {
	background: #f00812;
	color: #fefefe
}
.grid-x .grid-y {
	height: 100%
}
.grid-x .grid-y .news {
	height: 100%
}
.grid-x .grid-y .cell.white {
	background: #fefefe
}
.grid-x .grid-y .cell.primary-color {
	background: #f00812
}
.grid-x .grid-y .cell.primary-color * {
	color: #fefefe
}
.grid-x .grid-y .cell.bordered {
	border: 7px solid #f00812
}
.grid-x .grid-y .cell.light-primary-color {
	background-color: #d3d8e9
}
.reveal-overlay .reveal.image {
	padding: 0;
	outline: none
}
p a {
	text-decoration: underline
}
b, strong {
	font-family: "_FuturaBT-ExtraBlackItalic", "FuturaBT-BoldItalic", "thesans-b6semibolditalic", sans-serif;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}
#pageContent b, #pageContent strong {
	font-family: "FuturaBT-BoldItalic", "thesans-b7bolditalic", sans-serif
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, .h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p {
	line-height: 1.45
}
h1.subline, h2.subline, h3.subline, h4.subline, h5.subline, h6.subline, .h1.subline, .h2.subline, .h3.subline, .h4.subline, .h5.subline, .h6.subline {
	color: #5B5F62
}
h1.subline p, h2.subline p, h3.subline p, h4.subline p, h5.subline p, h6.subline p, .h1.subline p, .h2.subline p, .h3.subline p, .h4.subline p, .h5.subline p, .h6.subline p {
	color: #5B5F62
}
a p {
	color: #5B5F62
}
.dce-text-image p b, .dce-text-image p strong {
	color: #f00812
}
.dce-text-image ul {
	list-style: none;
	margin-left: 0px
}
.dce-text-image ul li {
	padding-left: 1.3em
}
.dce-text-image ul li:before {
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	content: "»"
}
.easyzoom .easyzoom-flyout {
	background-color: #fefefe;
	border: 10px solid #f00812
}
.easyzoom .easyzoom-flyout:before {
	content: "ZOOM";
	color: #fefefe;
	background: #f00812;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 15px;
	z-index: 10000;
	font-family: "_FuturaBT-ExtraBlackItalic", "FuturaBT-BoldItalic", "thesans-b6semibolditalic", sans-serif
}
.easyzoom .easyzoom-flyout img {
	display: inline-block;
	vertical-align: middle;
	max-width: none;
	height: auto
}
.responsive-embed, .flex-video {
	margin-bottom: 0
}
body .height_base {
	height: 90px
}
body .height_1 {
	height: 180px
}
body .height_2 {
	height: 360px
}
body .height_3 {
	height: 540px
}

@media screen and (min-width:40em) {
body .height_base {
	height: 135px
}
body .height_1 {
	height: 270px
}
body .height_2 {
	height: 405px
}
body .height_3 {
	height: 540px
}
}

@media screen and (min-width:64em) {
body .height_base {
	height: 180px
}
body .height_1 {
	height: 360px
}
body .height_2 {
	height: 540px
}
body .height_3 {
	height: 720px
}
}
.page_logo img {
	width: 210px;
	height: auto
}

@media screen and (min-width:40em) {
.inline-scroll.scroll {
	-webkit-box-shadow: inset 0 0 10px rgba(91,95,98,0.5);
	box-shadow: inset 0 0 10px rgba(91,95,98,0.5);
	height: 50vh;
	overflow-y: scroll;
	overflow-x: hidden
}
}
.off-canvas {
	padding-top: 125px
}
.off-canvas h4, .off-canvas ._aside, .off-canvas ul.landing, .off-canvas .language-menu {
	margin-top: 3rem
}
.off-canvas .language-menu {
	margin-bottom: 1.5rem
}
.off-canvas .language-menu li.active {
	background-color: #f00812;
	border-radius: 100px
}
.off-canvas .language-menu li.active a {
	color: #fefefe !important
}
.off-canvas ul.menu li a {
	outline: none;
	padding-top: 1rem;
	padding-bottom: 0.85rem
}
.off-canvas ul.menu li.active a {
	background-color: transparent;
	color: #f00812;
	font-family: "FuturaBT-BoldItalic", "thesans-b7bolditalic", sans-serif
}
.off-canvas ul.menu li.active li a {
	font-family: "FuturaBT-BoldItalic", "thesans-b7bolditalic", sans-serif
}
.off-canvas ul.menu li.active li.active a {
	font-family: "FuturaBT-ExtraBlack", sans-serif
}
.off-canvas#offCanvasSearch #tx-solr-search-functions, .off-canvas#offCanvasSearch .searchinfo, .off-canvas#offCanvasSearch .results-list, .off-canvas#offCanvasSearch .solr-pagination, .off-canvas#offCanvasSearch .aside {
	display: none
}
.off-canvas#offCanvasSearch .main {
	width: 100%
}
.off-canvas#offCanvasMenu p a {
	text-decoration: none
}
.off-canvas#offCanvasMenu .grid-x.contact, .off-canvas#offCanvasMenu .menu.horizontal.aside {
	margin-top: 3rem
}
.off-canvas#offCanvasMenu h4 {
	font-family: "FuturaBT-ExtraBlackItalic", "thesans-b7bolditalic", "thesans-b9blackitalic", sans-serif
}
.off-canvas#offCanvasMenu .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	left: -1.5rem;
	top: 50%;
	border: 0;
	content: "»";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	text-align: center;
	line-height: 18px;
	color: rgba(91,95,98,0.75);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}
.off-canvas#offCanvasMenu .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded="true"]>a::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.off-canvas#offCanvasMenu .menu.main li a, .off-canvas#offCanvasMenu .menu._aside li a, .off-canvas#offCanvasMenu .menu.landing li a {
	padding-right: 0px;
	padding-left: 0px
}
.off-canvas#offCanvasMenu .menu.main .nested.is-accordion-submenu {
	position: relative
}
.off-canvas#offCanvasMenu .menu.main .nested.is-accordion-submenu:after {
	content: " ";
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 0px;
	background-color: #adafb0;
	width: 20%
}
.off-canvas#offCanvasMenu .menu.main .active>a {
	font-family: "FuturaBT-ExtraBlackItalic", "thesans-b7bolditalic", "thesans-b9blackitalic", sans-serif !important
}
.off-canvas#offCanvasMenu .menu.main li.lvl-one a {
	font-size: 1.5rem;
	display: inline-block;
	font-family: "FuturaBT-BoldItalic", "thesans-b7bolditalic", sans-serif
}
.off-canvas#offCanvasMenu .menu.main li.lvl-two a {
	font-size: 1.25rem !important
}
.off-canvas#offCanvasMenu .menu.main li.lvl-three a {
	font-size: 1.0rem !important
}
.off-canvas#offCanvasMenu .menu.main li.parent a {
	font-family: "FuturaBT-BoldItalic", "thesans-b7bolditalic", sans-serif;
	color: #5B5F62
}
.off-canvas#offCanvasMenu .menu li.landing a {
	font-family: "FuturaBT-ExtraBlackItalic", "thesans-b7bolditalic", "thesans-b9blackitalic", sans-serif;
	color: orange
}
.off-canvas#offCanvasMenu .menu.language-menu.bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0;
	right: 0
}
.off-canvas#offCanvasMenu .content {
	margin-bottom: 2rem
}
.off-canvas#offCanvasMenu .content p {
	font-size: 125%;
	line-height: 1.45;
	margin-top: 26px
}
.off-canvas#offCanvasMenu header:not(:first-child) {
	margin-top: 2rem
}

@media screen and (min-width:40em) {
.off-canvas .grid-container {
	margin-top: 75px
}
.off-canvas#offCanvasMenu .menu.main.lvl-one a {
	font-size: 1.75rem
}
}

@media screen and (min-width:64em) {
.off-canvas .left-col {
	text-align: right
}
}
.gridelement.grid_white .GrEl-cell {
	background-color: #fefefe
}
#pageNavBar {
	height: 90px;
	position: fixed;
	width: 100%;
	z-index: 900;
	background-color:#FFF
}
#pageNavBar button {
	width: 30px;
	height: 30px;
	outline: none;
	display: inline-block;
	padding: 0px;
	position: relative
}
#pageNavBar button#backOnSearch {
	display: none
}
#pageNavBar button .stuken-icon {
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	background: no-repeat center center;
	background-size: contain
}
#pageNavBar button .stuken-icon.menu {
	background-image: url(../image/menu_icon.svg)
}
#pageNavBar button .stuken-icon.search {
	background-image: url(../image/search_icon.svg)
}
#pageNavBar button .stuken-icon.close {
	background-image: url(../image/close_icon.svg)
}
#pageNavBar button i {
	color: #7b7b7b
}
#pageNavBar button[aria-expanded="true"] .hide {
	display: inline-block !important
}
#pageNavBar button[aria-expanded="true"] .init {
	display: none
}
#pageNavBar.headroom {
	will-change: transform;
	-webkit-transition: -webkit-transform 200ms linear;
	transition: -webkit-transform 200ms linear;
	transition: transform 200ms linear;
	transition: transform 200ms linear, -webkit-transform 200ms linear
}
#pageNavBar.headroom--pinned {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}
#pageNavBar.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

@media screen and (max-width:39.9375em) {
#pageNavBar button.clear .fa-2x {
	font-size: 1rem
}
}

@media screen and (min-width:40em) {
#pageNavBar {
	height: 105px;
	padding-top: 30px
}
#pageNavBar button {
	width: 40px;
	height: 40px
}
#pageNavBar button[data-toggle="offCanvasMenu"]:before {
	content: "Menu";
	text-transform: uppercase;
	position: absolute;
	color: #7b7b7b;
	right: 45px;
	top: 50%;
	width: 100px;
	text-align: right;
	font-family: "FuturaBT-ExtraBlackItalic", "thesans-b7bolditalic", "thesans-b9blackitalic", sans-serif;
	font-size: 1.25rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
#pageNavBar button .stuken-icon {
	width: 40px;
	height: 40px
}
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
#pageNavBar button.clear .fa-2x {
	font-size: 1.25rem
}
}

@media screen and (min-width:64em) {
#pageNavBar button {
	width: 45px;
	height: 45px
}
#pageNavBar button .stuken-icon {
	width: 45px;
	height: 45px
}
}

@media screen and (min-width:75em) {
#pageNavBar {
	height: 100px;
	padding-top:30px
}
}
#pageContent {
	margin-bottom: 40px
}

@media screen and (min-width:40em) {
#pageContent {
	margin-bottom: 60px
}
}

@media screen and (min-width:75em) {
#pageContent {
	margin-bottom: 80px
}
}
#pageContent .slick-slider {
	position: relative
}
#pageContent .slick-slider a {
	outline: none
}
#pageContent .slick-slider .slick-arrow {
	width: 28px;
	height: 28px;
	border-radius: 38px;
	text-indent: 9999px;
	font-size: 0;
	overflow: hidden;
	background: #f00812 no-repeat center center;
	position: absolute;
	top: 50%;
	z-index: 110;
	outline: none;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 0.25;
	cursor: pointer
}
#pageContent .slick-slider .slick-arrow:hover:not(.slick-disabled) {
	opacity: 1
}
#pageContent .slick-slider .slick-arrow.slick-prev {
	left: 28px;
	-webkit-transform: translateX(-90%) translateY(-50%);
	-ms-transform: translateX(-90%) translateY(-50%);
	transform: translateX(-90%) translateY(-50%);
	background-image: url(../image/arrow_left_s.svg)
}
#pageContent .slick-slider .slick-arrow.slick-prev:hover:not(.slick-disabled) {
	-webkit-transform: translateX(-100%) translateY(-50%);
	-ms-transform: translateX(-100%) translateY(-50%);
	transform: translateX(-100%) translateY(-50%)
}
#pageContent .slick-slider .slick-arrow.slick-next {
	right: 28px;
	background-image: url(../image/arrow_right_s.svg);
	-webkit-transform: translateX(90%) translateY(-50%);
	-ms-transform: translateX(90%) translateY(-50%);
	transform: translateX(90%) translateY(-50%)
}
#pageContent .slick-slider .slick-arrow.slick-next:hover:not(.slick-disabled) {
	-webkit-transform: translateX(100%) translateY(-50%);
	-ms-transform: translateX(100%) translateY(-50%);
	transform: translateX(100%) translateY(-50%)
}
#pageContent .slick-slider .slick-arrow.slick-disabled {
	cursor: default;
	opacity: 0
}
#pageContent .slick-slider .slick-list, #pageContent .slick-slider .slick-track, #pageContent .slick-slider .slick-slide {
	height: 100%
}
#pageContent .slick-slider .slick-slide {
	padding-left: 10px;
	padding-right: 10px
}
#pageContent .slick-slider .slick-dots {
	width: 100%;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px 10px
}
#pageContent .slick-slider .slick-dots li {
	display: inline-block;
	padding: 0 5px
}
#pageContent .slick-slider .slick-dots li button {
	height: 10px;
	width: 10px;
	background-color: rgba(41,66,147,0.33);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	overflow: hidden;
	text-indent: 99999px;
	font-size: 0;
	outline: none;
	border-radius: 5px;
	cursor: pointer
}
#pageContent .slick-slider .slick-dots li.slick-active button {
	background-color: #f00812;
	cursor: default
}

@media screen and (min-width:40em) {
#pageContent .slick-slider .slick-arrow {
	width: 36px;
	height: 36px
}
#pageContent .slick-slider .slick-arrow.slick-prev {
	left: 36px
}
#pageContent .slick-slider .slick-arrow.slick-next {
	right: 36px
}
#pageContent .slick-slider .slick-slide {
	padding-left: 15px;
	padding-right: 15px
}
#pageContent .slick-slider .slick-dots {
	padding: 0px 15px
}
}

@media screen and (min-width:75em) {
#pageContent .slick-slider .slick-arrow {
	width: 44px;
	height: 44px
}
#pageContent .slick-slider .slick-arrow.slick-prev {
	left: 44px
}
#pageContent .slick-slider .slick-arrow.slick-next {
	right: 44px
}
#pageContent .slick-slider .slick-slide {
	padding-left: 20px;
	padding-right: 20px
}
#pageContent .slick-slider .slick-dots {
	padding: 0px 20px
}
}

@media screen and (min-width:105.0625em) {
#pageContent .slick-slider .slick-arrow {
	width: 65px;
	height: 65px
}
#pageContent .slick-slider .slick-arrow.slick-prev {
	left: 0px
}
#pageContent .slick-slider .slick-arrow.slick-next {
	right: 0px
}
}
#tx-solr-search .tx-solr-search-form .input-group {
	background-color: #fefefe;
	-webkit-box-shadow: 0px 4px 8px rgba(10,10,10,0.35);
	box-shadow: 0px 4px 8px rgba(10,10,10,0.35)
}
#tx-solr-search .tx-solr-search-form .input-group .input-group-label, #tx-solr-search .tx-solr-search-form .input-group .tx-solr-q, #tx-solr-search .tx-solr-search-form .input-group .input-group-button .button {
	background: transparent;
	border: 0px solid;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	padding-top: 10px;
	padding-bottom: 10px
}
#tx-solr-search .tx-solr-search-form .input-group .input-group-label, #tx-solr-search .tx-solr-search-form .input-group .input-group-button .button {
	width: 50px
}
#tx-solr-search .tx-solr-search-form .input-group .input-group-label i, #tx-solr-search .tx-solr-search-form .input-group .input-group-button .button i {
	width: 100%;
	color: #f00812;
	font-size: 1.25rem
}
#tx-solr-search .tx-solr-search-form .input-group .tx-solr-q {
	font-size: 1.25rem;
	height: 100%
}
#tx-solr-search .tx-solr-search-form .input-group .input-group-button .button {
	background-color: #f00812
}
#tx-solr-search .tx-solr-search-form .input-group .input-group-button .button i {
	color: #fefefe
}
#tx-solr-search .searchinfo .result-found {
	display: none
}
#tx-solr-search .searchinfo a {
	font-family: "_FuturaBT-ExtraBlackItalic", "FuturaBT-BoldItalic", "thesans-b6semibolditalic", sans-serif;
	text-transform: capitalize
}
#tx-solr-search .solr-pagination:first-child {
	display: none
}
#tx-solr-search .results-list .search-result {
	position: relative;
	background: #fefefe;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(10,10,10,0);
	box-shadow: 0px 3px 8px 0px rgba(10,10,10,0);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}
#tx-solr-search .results-list .search-result .relevance {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px
}
#tx-solr-search .results-list .search-result .relevance .progress {
	height: 7px
}
#tx-solr-search .results-list .search-result .results-teaser .result-content .results-highlight {
	background: transparent;
	font-family: "_FuturaBT-ExtraBlackItalic", "FuturaBT-BoldItalic", "thesans-b6semibolditalic", sans-serif
}
#tx-solr-search .results-list .search-result .document-score-analysis {
	display: none
}
#tx-solr-search .results-list .search-result:hover {
	-webkit-box-shadow: 0px 3px 8px 0px rgba(10,10,10,0.35);
	box-shadow: 0px 3px 8px 0px rgba(10,10,10,0.35)
}

@media screen and (min-width:40em) {
#tx-solr-search .tx-solr-search-form .input-group .input-group-label, #tx-solr-search .tx-solr-search-form .input-group .tx-solr-q, #tx-solr-search .tx-solr-search-form .input-group .input-group-button .button {
	padding-top: 30px;
	padding-bottom: 30px
}
#tx-solr-search .tx-solr-search-form .input-group .tx-solr-q {
	font-size: 1.5rem
}
#tx-solr-search .tx-solr-search-form .input-group .input-group-label, #tx-solr-search .tx-solr-search-form .input-group .input-group-button .button {
	width: 100px
}
#tx-solr-search .results-list .search-result {
	padding: 15px;
	margin-bottom: 30px
}
}

@media screen and (min-width:75em) {
#tx-solr-search .results-list .search-result {
	padding: 20px;
	margin-bottom: 40px
}
}
.autocomplete-suggestions.tx-solr-autosuggest {
	border: 0px;
	-webkit-box-shadow: 0px 4px 8px rgba(10,10,10,0.35);
	box-shadow: 0px 4px 8px rgba(10,10,10,0.35)
}
.autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion {
	text-transform: capitalize;
	font-size: 1rem;
	padding: 5px 15px;
	color: #f00812
}
.autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion b, .autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion strong {
	color: #f00812;
	font-family: "FuturaBT-BoldItalic", "thesans-b7bolditalic", sans-serif
}
.autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion .pages a, .autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion .tx_news_domain_model_news a {
	font-size: 0.75rem;
	color: #5B5F62;
	text-transform: none
}
.autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion .pages a em, .autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion .tx_news_domain_model_news a em {
	font-family: "_FuturaBT-ExtraBlackItalic", "FuturaBT-BoldItalic", "thesans-b6semibolditalic", sans-serif
}
.autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion.autocomplete-selected {
	background-color: rgba(91,95,98,0.1)
}
.autocomplete-suggestions.tx-solr-autosuggest .autocomplete-group {
	padding: 10px 15px 0px 15px;
	border-top: 2px solid rgba(91,95,98,0.1);
	color: #f00812;
	font-family: "_FuturaBT-ExtraBlackItalic", "FuturaBT-BoldItalic", "thesans-b6semibolditalic", sans-serif
}

@media screen and (min-width:40em) {
.autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion {
	font-size: 1.5rem
}
.autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion .pages a, .autocomplete-suggestions.tx-solr-autosuggest .autocomplete-suggestion .tx_news_domain_model_news a {
	font-size: 1rem
}
}
#siteroot-1 .rootline {
	display: none
}
#siteroot-1 #pageHeader {
	overflow: hidden;
	height: 100vh
}
#siteroot-1 .scrollDown {
	display: none;
	width: 75px;
	height: 75px;
	border-radius: 75px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	background: no-repeat center center;
	background-color: #fefefe;
	cursor: pointer;
	background-image: url(../image/arrow_down_fill.png);
	border: 3px solid #f00812;
	background-size: 30% 30%;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s
}
#siteroot-1 .scrollDown:after {
	content: " ";
	width: 115%;
	height: 115%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #eaecf4;
	border-radius: 100px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-animation-name: scale-up-down;
	animation-name: scale-up-down;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}
#siteroot-1 .scrollDown:hover {
	-webkit-transform: translateX(-50%) translateY(-45%) scale(0.95);
	-ms-transform: translateX(-50%) translateY(-45%) scale(0.95);
	transform: translateX(-50%) translateY(-45%) scale(0.95)
}
#siteroot-1 .dce-leadin:first-child {
	margin-top: 20px
}

@media screen and (min-width:40em) {
#siteroot-1 #pageHeader {
	overflow: hidden;
	height: calc(100vh - 185px);
	min-height: 780px;
	max-height: 840px
}
}

@media screen and (min-width:40em) and (orientation:portrait) {
#siteroot-1 #pageHeader {
	height: 77.5vw;
	min-height: 77.5vw;
	max-height: 77.5vw
}
}

@media screen and (min-width:40em) {
#siteroot-1 .scrollDown {
	display: block;
	width: 100px;
	height: 100px;
	background-size: 35% 35%
}
#siteroot-1 .dce-leadin:first-child {
	margin-top: 75px
}
}

@media screen and (min-width:64em) {
#siteroot-1 #pageHeader {
	min-height: 610px;
	max-height: 65vh
}
#siteroot-1 .scrollDown {
	width: 120px;
	height: 120px;
	background-size: auto
}
}

@media screen and (min-width:75em) {
#siteroot-1 .scrollDown {
	width: 135px;
	height: 135px
}
#siteroot-1 .dce-leadin:first-child {
	margin-top: 100px
}
}

@media screen and (min-width:105.0625em) {
#siteroot-1 .scrollDown {
	width: 150px;
	height: 150px
}
}
#pageHeader {
	min-height: 125px;
	overflow: hidden
}
#pageHeader .slick-list, #pageHeader .slick-track, #pageHeader .slick-slide {
	height: 100%
}
#pageHeader .dce-brand-slide h1 p, #pageHeader .dce-brand-slide h5 p, #pageHeader .dce-page-intro h1 p, #pageHeader .dce-page-intro h5 p {
	font-family: "FuturaBT-BookItalic", "thesans-b4semilightitalic", sans-serif;
	margin-bottom: 0
}
#pageHeader .dce-brand-slide h1, #pageHeader .dce-page-intro h1 {
	line-height: 1.3;
	font-family: "FuturaBT-Book", "thesans-b4semilightitalic", sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase
}
#pageHeader .dce-brand-slide h5, #pageHeader .dce-page-intro h5 {
	margin-bottom: 0
}
#pageHeader .dce-brand-slide .textblock, #pageHeader .dce-page-intro .textblock {
	padding: 10px
}
#pageHeader .dce-brand-slide .textblock.headline, #pageHeader .dce-page-intro .textblock.headline {
	margin-bottom: 10px
}
#pageHeader .dce-brand-slide .textblock.link, #pageHeader .dce-page-intro .textblock.link {
	padding: 5px 10px;
	margin-top: 10px;
	display: inline-block
}
#pageHeader .dce-brand-slide .textblock.link .button, #pageHeader .dce-page-intro .textblock.link .button {
	margin-top: 0px
}
#pageHeader .dce-brand-slide .button.stuken, #pageHeader .dce-page-intro .button.stuken {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important
}
#pageHeader .dce-brand-slide .image-row, #pageHeader .dce-page-intro .image-row {
	margin-top: 1rem
}
#pageHeader .dce-brand-slide .image-row .stkPart, #pageHeader .dce-page-intro .image-row .stkPart {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	height: 45px
}
#pageHeader .dce-brand-slide.block-primary .textblock h1, #pageHeader .dce-brand-slide.block-primary .textblock h1 p, #pageHeader .dce-brand-slide.block-white .textblock h1, #pageHeader .dce-brand-slide.block-white .textblock h1 p, #pageHeader .dce-page-intro.block-primary .textblock h1, #pageHeader .dce-page-intro.block-primary .textblock h1 p, #pageHeader .dce-page-intro.block-white .textblock h1, #pageHeader .dce-page-intro.block-white .textblock h1 p {
	margin-bottom: 0px;
	font-family: 'FuturaBT-BookItalic', sans-serif
}
#pageHeader .dce-brand-slide.block-primary .button.stuken, #pageHeader .dce-brand-slide.block-white .button.stuken, #pageHeader .dce-page-intro.block-primary .button.stuken, #pageHeader .dce-page-intro.block-white .button.stuken {
	border: 0px !important;
	padding-left: 0px
}
#pageHeader .dce-brand-slide.block-primary .button.stuken:hover, #pageHeader .dce-brand-slide.block-white .button.stuken:hover, #pageHeader .dce-page-intro.block-primary .button.stuken:hover, #pageHeader .dce-page-intro.block-white .button.stuken:hover {
	background: transparent;
	color: #f00812;
	text-decoration: underline
}
#pageHeader .dce-brand-slide.block-primary .textblock, #pageHeader .dce-page-intro.block-primary .textblock {
	background: rgba(41,66,147,0.9)
}
#pageHeader .dce-brand-slide.block-primary .textblock h1, #pageHeader .dce-brand-slide.block-primary .textblock h5, #pageHeader .dce-brand-slide.block-primary .textblock p, #pageHeader .dce-brand-slide.block-primary .textblock strong, #pageHeader .dce-brand-slide.block-primary .textblock b, #pageHeader .dce-brand-slide.block-primary .textblock .stylesSet-stme, #pageHeader .dce-brand-slide.block-primary .textblock .stylesSet-blue, #pageHeader .dce-brand-slide.block-primary .textblock .stylesSet-orange, #pageHeader .dce-page-intro.block-primary .textblock h1, #pageHeader .dce-page-intro.block-primary .textblock h5, #pageHeader .dce-page-intro.block-primary .textblock p, #pageHeader .dce-page-intro.block-primary .textblock strong, #pageHeader .dce-page-intro.block-primary .textblock b, #pageHeader .dce-page-intro.block-primary .textblock .stylesSet-stme, #pageHeader .dce-page-intro.block-primary .textblock .stylesSet-blue, #pageHeader .dce-page-intro.block-primary .textblock .stylesSet-orange {
	color: #fefefe !important
}
#pageHeader .dce-brand-slide.block-primary .textblock .button.stuken, #pageHeader .dce-page-intro.block-primary .textblock .button.stuken {
	color: #fefefe;
	border-color: #fefefe
}
#pageHeader .dce-brand-slide.block-white .textblock, #pageHeader .dce-page-intro.block-white .textblock {
	background: rgba(254,254,254,0.9)
}
#pageHeader .dce-brand-slide {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 40%;
	background-color: #fefefe
}
#pageHeader .dce-brand-slide .grid-container {
	height: 100%
}
#pageHeader .dce-brand-slide .grid-container .grid-x {
	height: 100%
}
#pageHeader .dce-page-intro {
	height: auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 35vh;
	position: relative
}
#pageHeader .dce-page-intro::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	content: "";
	z-index: -1
}
#pageHeader .dce-page-intro.no-image {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #3f60c9), color-stop(90%, #f00812));
	background: linear-gradient(to top, #3f60c9 33%, #f00812 90%)
}
#pageHeader .dce-page-intro .grid-container, #pageHeader .dce-page-intro .grid-x {
	height: 100%
}
#pageHeader .dce-page-intro .grid-container .cell, #pageHeader .dce-page-intro .grid-x .cell {
	height: auto
}
#pageHeader .dce-page-intro.default.no-image h1, #pageHeader .dce-page-intro.default.no-image h5, #pageHeader .dce-page-intro.default.no-image p {
	color: #fefefe
}
#pageHeader.slick-slider .slick-arrow {
	position: absolute;
	bottom: 5px;
	left: 0px;
	z-index: 1000;
	padding: 0px;
	cursor: pointer;
	overflow: hidden;
	text-indent: 99999px;
	font-size: 0;
	width: 19px;
	height: 27px;
	background: no-repeat center center;
	background-size: contain;
	outline: none
}
/*#pageHeader.slick-slider .slick-arrow.slick-prev {
	background-image: url(../image/arrow_left.svg)
}
#pageHeader.slick-slider .slick-arrow.slick-next {
	background-image: url(../image/arrow_right.svg)
}*/
#pageHeader.slick-slider .slick-dots {
	list-style: none;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	bottom: 20px;
	padding: 0px
}
#pageHeader.slick-slider .slick-dots li {
	display: inline-block;
	padding: 0 5px
}
#pageHeader.slick-slider .slick-dots li button {
	height: 10px;
	width: 10px;
	background-color: rgba(255, 255, 255, 0.33);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	overflow: hidden;
	text-indent: 99999px;
	font-size: 0;
	outline: none;
	border-radius: 5px;
	cursor: pointer
}
#pageHeader.slick-slider .slick-dots li.slick-active button {
	background-color:#ff0000;
	cursor: default
}

@media screen and (max-width:39.9375em) {
#pageHeader .dce-brand-slide [class*="align-self"] {
	position: relative;
	top: 42.5%;
	-ms-flex-item-align: start;
	align-self: flex-start
}
#pageHeader .dce-page-intro [class*="align-self"] {
	margin-top: 35vh;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 15px
}
}

@media screen and (min-width:40em) {
#pageHeader .dce-brand-slide {
	height: calc(100vh - 185px);
	min-height: 780px;
	max-height: 840px;
	background: no-repeat center center;
	background-size: cover
}
}

@media screen and (min-width:40em) and (orientation:portrait) {
#pageHeader .dce-brand-slide {
	height: 77.5vw;
	min-height: 77.5vw;
	max-height: 77.5vw
}
}

@media screen and (min-width:40em) {
#pageHeader .dce-page-intro {
	height: 405px
}
#pageHeader .dce-page-intro {
	height: 360px;
	background-position: center center;
	background-size: cover
}
#pageHeader .dce-page-intro h1 {
	margin-bottom: 30px
}
#pageHeader .dce-page-intro [class*="align-self"] {
	margin-top: 75px
}
#pageHeader .dce-page-intro [class*="align-self"].align-self-top {
	margin-top: 150px
}
#pageHeader .dce-page-intro [class*="align-self"].align-self-bottom {
	margin-bottom: 15px
}
#pageHeader .dce-brand-slide .textblock, #pageHeader .dce-page-intro .textblock {
	margin-bottom: 0;
	padding: 15px
}
#pageHeader .dce-brand-slide .textblock.headline, #pageHeader .dce-page-intro .textblock.headline {
	margin-bottom: 15px
}
#pageHeader .dce-brand-slide .textblock.link, #pageHeader .dce-page-intro .textblock.link {
	padding: 7.5px 15px;
	margin-top: 15px
}
#pageHeader .dce-brand-slide .image-row .stkPart, #pageHeader .dce-page-intro .image-row .stkPart {
	height: 55px
}
#pageHeader .dce-brand-slide.primary h1 span.underline:after, #pageHeader .dce-brand-slide.primary h5 span.underline:after, #pageHeader .dce-brand-slide.white h1 span.underline:after, #pageHeader .dce-brand-slide.white h5 span.underline:after, #pageHeader .dce-page-intro.primary h1 span.underline:after, #pageHeader .dce-page-intro.primary h5 span.underline:after, #pageHeader .dce-page-intro.white h1 span.underline:after, #pageHeader .dce-page-intro.white h5 span.underline:after {
	right: -15px;
	width: calc(100% + 30px)
}
#pageHeader.slick-slider .slick-arrow {
	top: 115px;
	bottom: auto
}
#pageHeader.slick-slider .slick-dots {
	bottom: 15px;
	text-align: center
}
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
#pageHeader .dce-brand-slide .align-self-middle {
	padding-top: 105px
}
}

@media screen and (min-width:64em) {
#pageHeader .dce-brand-slide {
	min-height: 610px;
	max-height: 55vh
}
#pageHeader .dce-page-intro {
	height: 540px
}
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
#pageHeader .dce-brand-slide .align-self-middle {
	padding-top: 105px
}
}

@media screen and (min-width:75em) {
#pageHeader.slick-slider .slick-arrow {
	top: 135px
}
#pageHeader.slick-slider .slick-dots {
	bottom:110px
}
#pageHeader .dce-page-intro h1 {
	margin-bottom: 40px
}
#pageHeader .dce-brand-slide .textblock, #pageHeader .dce-page-intro .textblock {
	padding: 20px
}
#pageHeader .dce-brand-slide .textblock.headline, #pageHeader .dce-page-intro .textblock.headline {
	margin-bottom: 20px
}
#pageHeader .dce-brand-slide .textblock.link, #pageHeader .dce-page-intro .textblock.link {
	padding: 10px 20px;
	margin-top: 20px
}
#pageHeader .dce-brand-slide .image-row .stkPart, #pageHeader .dce-page-intro .image-row .stkPart {
	height: 125px
}
#pageHeader .dce-brand-slide.primary h1 span.underline:after, #pageHeader .dce-brand-slide.primary h5 span.underline:after, #pageHeader .dce-brand-slide.white h1 span.underline:after, #pageHeader .dce-brand-slide.white h5 span.underline:after, #pageHeader .dce-page-intro.primary h1 span.underline:after, #pageHeader .dce-page-intro.primary h5 span.underline:after, #pageHeader .dce-page-intro.white h1 span.underline:after, #pageHeader .dce-page-intro.white h5 span.underline:after {
	right: -20px;
	width: calc(100% + 40px)
}
}

@media screen and (min-width:105.0625em) {
#pageHeader.slick-slider .slick-arrow {
	width: 26px;
	height: 37px
}
}
.dce-leadin .subline {
	margin-top: 10px;
	font-size:18px;
	 color:#666666
}
.dce-leadin .subline br {
	margin-bottom: 1rem
}
.dce-leadin .button {
	margin-top: 20px
}

@media screen and (max-width:39.9375em) {
.dce-leadin * {
	text-align: left
}
}

@media screen and (min-width:40em) {
.dce-leadin .subline {
	margin-top: 15px
}
.dce-leadin .button {
	margin-top: 30px
}
}

@media screen and (min-width:75em) {
.dce-leadin .subline {
	margin-top: 20px
}
.dce-leadin .button {
	margin-top: 40px
}
}
.twocol .dce-simple-image, .dce-contact .dce-simple-image {
	height: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important
}
.twocol .grid-x {
	padding-top: 6px;
	padding-bottom: 6px
}
.twocol .cell.white {
	position: relative
}
.twocol .cell.white div[class^="dce-"] {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	margin-top: 0 !important
}
.dce-simple-image, .dce-text-image, .dce-image-gallery, .dce-image-with-info, .dce-accordion, .dce-timeline, .dce-contact, .dce-leadin {
	margin-top: 30px;
	margin-bottom: 30px
}
.dce-simple-image p:last-child, .dce-simple-image ul:last-child, .dce-simple-image ol:last-child, .dce-simple-image .toggle-text h4:last-child, .dce-text-image p:last-child, .dce-text-image ul:last-child, .dce-text-image ol:last-child, .dce-text-image .toggle-text h4:last-child, .dce-image-gallery p:last-child, .dce-image-gallery ul:last-child, .dce-image-gallery ol:last-child, .dce-image-gallery .toggle-text h4:last-child, .dce-image-with-info p:last-child, .dce-image-with-info ul:last-child, .dce-image-with-info ol:last-child, .dce-image-with-info .toggle-text h4:last-child, .dce-accordion p:last-child, .dce-accordion ul:last-child, .dce-accordion ol:last-child, .dce-accordion .toggle-text h4:last-child, .dce-timeline p:last-child, .dce-timeline ul:last-child, .dce-timeline ol:last-child, .dce-timeline .toggle-text h4:last-child, .dce-contact p:last-child, .dce-contact ul:last-child, .dce-contact ol:last-child, .dce-contact .toggle-text h4:last-child, .dce-leadin p:last-child, .dce-leadin ul:last-child, .dce-leadin ol:last-child, .dce-leadin .toggle-text h4:last-child {
	margin-bottom: 0px !important
}
.dce-simple-image h5.subline, .dce-text-image h5.subline, .dce-image-gallery h5.subline, .dce-image-with-info h5.subline, .dce-accordion h5.subline, .dce-timeline h5.subline, .dce-contact h5.subline, .dce-leadin h5.subline {
	margin-bottom: 0
}

@media screen and (min-width:40em) {
.dce-simple-image, .dce-text-image, .dce-image-gallery, .dce-image-with-info, .dce-accordion, .dce-timeline, .dce-contact, .dce-leadin {
	margin-top: 45px;
	margin-bottom: 45px
}
}

@media screen and (min-width:75em) {
.dce-simple-image, .dce-text-image, .dce-image-gallery, .dce-image-with-info, .dce-accordion, .dce-timeline, .dce-contact, .dce-leadin {
	margin-top: 60px;
	margin-bottom: 60px
}
}
.dce-simple-image {
	height: auto;
	min-height: 90px;
	background: no-repeat center center;
	background-size: cover;
	position: relative
}
.dce-simple-image .gradient {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.dce-simple-image .gradient + a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.dce-simple-image img {
	position: absolute
}
.dce-simple-image.default {
	overflow: hidden
}
.dce-simple-image.default img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.dce-simple-image p {
	margin: 0
}
.dce-simple-image .caption {
	color: #f00812;
	background: #fefefe;
	position: absolute;
	padding: 6.66667px 10px;
	right: 20px;
	margin-left: 20px;
	bottom: 20px
}

@media screen and (min-width:40em) {
.dce-simple-image {
	min-height: 135px
}
.dce-simple-image .caption {
	padding: 10px 15px;
	right: 30px;
	margin-left: 30px;
	bottom: 30px
}
}

@media screen and (min-width:64em) {
.dce-simple-image {
	min-height: 180px
}
}

@media screen and (min-width:75em) {
.dce-simple-image .caption {
	padding: 13.33333px 20px;
	right: 40px;
	margin-left: 40px;
	bottom: 40px
}
}
.dce-text-image .grid-container h4 {
	margin-bottom: 30px
}
.dce-text-image .grid-container .dce-text-image-image {
	background: no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.dce-text-image .grid-container .dce-text-image-image.none {
	height: 100%;
	padding-bottom: 0
}
.dce-text-image .grid-container .slick-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.dce-text-image .grid-container .slick-track .dce-text-image-image {
	position: relative
}
.dce-text-image .dce-text-image-slider li:before {
	content: ""
}
.dce-text-image .dce-text-image-slider .slick-arrow {
	-webkit-transform: scale(0.5) translateY(-50%) !important;
	-ms-transform: scale(0.5) translateY(-50%) !important;
	transform: scale(0.5) translateY(-50%) !important;
	border: 2px solid #fefefe
}

@media screen and (max-width:39.9375em) {
.dce-text-image .text-right {
	text-align: left !important
}
.dce-text-image .grid-container .dce-text-image-image.none {
	padding-bottom: 45%
}
}

@media screen and (min-width:40em) {
.dce-text-image.img-left .grid-container .img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
}
.dce-image-gallery .dce-image-gallery-container.default {
	height: 54vw
}
.dce-image-gallery .dce-image-gallery-container.slick-initialized {
	overflow: visible
}
.dce-image-gallery .slick-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.dce-image-gallery .dce-image-gallery-image {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 0px !important
}
.dce-image-gallery .dce-image-gallery-image .textblock {
	position: absolute;
	bottom: 20px;
	background: #fefefe
}
.dce-image-gallery .dce-image-gallery-image .textblock div[class^="text-toggle"] {
	background-color: #fefefe;
	width: 30px;
	height: 30px;
	left: 0px;
	position: absolute;
	bottom: 0
}
.dce-image-gallery .dce-image-gallery-image .textblock div[class^="text-toggle"] i {
	color: #f00812;
	display: block;
	text-align: center;
	line-height: 30px
}
.dce-image-gallery .dce-image-gallery-image .textblock.hideText {
	padding: 0 !important
}
.dce-image-gallery .dce-image-gallery-image .textblock.hideText .toggle-text {
	display: none
}
.dce-image-gallery .dce-image-gallery-image .textblock.hideText i {
	display: none !important
}
.dce-image-gallery .dce-image-gallery-image .textblock.hideText i.hide {
	display: block !important
}

@media screen and (max-width:39.9375em) {
.dce-image-gallery .dce-image-gallery-image .textblock {
	padding: 0 !important
}
.dce-image-gallery .dce-image-gallery-image .textblock .toggle-text {
	display: none
}
.dce-image-gallery .dce-image-gallery-image .textblock .text-toggle {
	display: none
}
.dce-image-gallery .dce-image-gallery-image .textblock div[class^="text-toggle"] {
	-webkit-animation-name: scale-up-down-110;
	animation-name: scale-up-down-110;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}
}

@media screen and (min-width:40em) {
.dce-image-gallery .dce-image-gallery-image {
	background: no-repeat center center;
	background-size: cover
}
.dce-image-gallery .dce-image-gallery-image .textblock {
	bottom: 30px
}
.dce-image-gallery .dce-image-gallery-image .textblock div[class^="text-toggle"] {
	left: -30px
}
.dce-image-gallery .dce-image-gallery-image .textblock .text-toggle--reveal {
	display: none
}
}

@media screen and (min-width:64em) {
.dce-image-gallery .dce-image-gallery-container.default {
	height: 720px
}
.dce-image-gallery .dce-image-gallery-image .textblock div[class^="text-toggle"] {
	width: 40px;
	height: 40px;
	left: -40px
}
.dce-image-gallery .dce-image-gallery-image .textblock div[class^="text-toggle"] i {
	line-height: 40px
}
}

@media screen and (min-width:75em) {
.dce-image-gallery .dce-image-gallery-image .textblock {
	bottom: 40px
}
}
.dce-image-with-info {
	position: relative;
	background: no-repeat center center;
	background-size: cover
}
.dce-image-with-info button.info-point {
	position: absolute;
	height: 14px;
	width: 14px;
	margin-left: -7px;
	margin-top: -7px;
	border-radius: 7px;
	border: 2px solid #fefefe;
	outline: none;
	cursor: pointer;
	background-color: #94a0c9;
	-webkit-animation-name: scale-up-down-150;
	animation-name: scale-up-down-150;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: all;
	transition-property: all
}
.dce-image-with-info button.info-point:hover {
	-webkit-animation-name: none;
	animation-name: none;
	-webkit-transform: scale(1.5) !important;
	-ms-transform: scale(1.5) !important;
	transform: scale(1.5) !important
}
.dce-image-with-info button.info-point.hover {
	-webkit-animation-name: none;
	animation-name: none;
	-webkit-transform: scale(1.5) !important;
	-ms-transform: scale(1.5) !important;
	transform: scale(1.5) !important;
	background-color: #f00812
}
.dce-image-with-info .dropdown-pane {
	width: 250px;
	padding: 10px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(10,10,10,0.35);
	box-shadow: 0px 3px 8px 0px rgba(10,10,10,0.35);
	border: 0px solid
}

@media screen and (min-width:40em) {
.dce-image-with-info .dropdown-pane {
	width: 300px;
	padding: 15px
}
}

@media screen and (min-width:64em) {
.dce-image-with-info .dropdown-pane {
	width: 375px
}
}

@media screen and (min-width:75em) {
.dce-image-with-info .dropdown-pane {
	width: 470px
}
}

@media screen and (min-width:75em) and (max-width:105em) {
.dce-image-with-info .dropdown-pane {
	width: 300px;
	padding: 20px
}
}
.dce-accordion .accordion.tab-open .accordion-item {
	opacity: 0.5
}
.dce-accordion .accordion .accordion-item {
	position: relative;
	z-index: 90;
	opacity: 1;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(10,10,10,0);
	box-shadow: 0px 0px 0px 0px rgba(10,10,10,0)
}
.dce-accordion .accordion .accordion-item .accordion-title {
	padding: 9px
}
.dce-accordion .accordion .accordion-item .accordion-title h4 {
	margin: 0px;
	padding-right: 20px;
	position: relative;
	font-family: "_FuturaBT-ExtraBlackItalic", "FuturaBT-BoldItalic", "thesans-b6semibolditalic", sans-serif
}
.dce-accordion .accordion .accordion-item .accordion-title h4:before {
	position: absolute;
	right: 0px;
	top: 50%;
	content: "»";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.125rem
}
.dce-accordion .accordion .accordion-item:hover {
	opacity: 0.75
}
.dce-accordion .accordion .accordion-item .accordion-content .accordion-img {
	margin: 0;
	padding: 0
}
.dce-accordion .accordion .accordion-item .accordion-content .accordion-img a {
	position: relative;
	outline: none;
	display: block
}
.dce-accordion .accordion .accordion-item .accordion-content .accordion-img a:focus, .dce-accordion .accordion .accordion-item .accordion-content .accordion-img a:active, .dce-accordion .accordion .accordion-item .accordion-content .accordion-img a:hover {
	outline: none
}
.dce-accordion .accordion .accordion-item .accordion-content .accordion-img a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ""
}
.dce-accordion .accordion .accordion-item .accordion-content .accordion-img img {
	position: relative;
	min-width: 100%
}
.dce-accordion .accordion .accordion-item.is-active {
	opacity: 1;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(10,10,10,0.35);
	box-shadow: 0px 3px 8px 0px rgba(10,10,10,0.35);
	z-index: 105
}
.dce-accordion .accordion .accordion-item.is-active .accordion-title h4:before {
	content: "«"
}
.dce-accordion .accordion .accordion-item.is-active:hover {
	opacity: 1
}

@media screen and (min-width:40em) {
.dce-accordion .accordion .accordion-item .accordion-title {
	padding: 14px
}
.dce-accordion .accordion .accordion-item .accordion-title h4:before {
	font-size: 1.125rem
}
}

@media screen and (min-width:75em) {
.dce-accordion .accordion .accordion-item .accordion-title {
	padding: 19px
}
}
.dce-timeline {
	position: relative
}
.dce-timeline .timeline {
	position: absolute;
	left: 50%;
	width: 2px;
	border-radius: 2px;
	height: 100%;
	background-color: #f00812;
	background-color: #c9cfe3;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.dce-timeline button.event-point {
	display: block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 20px;
	width: 20px;
	border-radius: 10px;
	border: 2px solid #fefefe;
	outline: none;
	cursor: pointer;
	background-color: #94a0c9;
	background-color: #f00812;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-property: all;
	transition-property: all;
	margin-bottom: 40px
}
.dce-timeline button.event-point:hover {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1)
}
.dce-timeline button.event-point:after {
	width: 33vw;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left
}
.dce-timeline button.event-point.left:after {
	left: auto;
	right: 20px;
	text-align: right
}
.dce-timeline button.event-point.hover {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	background-color: #f00812
}
.dce-timeline button.event-point.hover:after {
	display: none
}
.dce-timeline .dropdown-pane {
	width: 80vw;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(10,10,10,0.35);
	box-shadow: 0px 3px 8px 0px rgba(10,10,10,0.35);
	border: 0px solid;
	z-index: 110;
	-webkit-transform: translateX(-10px) translateY(-15px);
	-ms-transform: translateX(-10px) translateY(-15px);
	transform: translateX(-10px) translateY(-15px);
	margin-bottom: 20px
}
.dce-timeline .dropdown-pane p {
	margin: 0
}
.dce-timeline .dropdown-pane .timeline-img {
	margin: 0;
	padding: 0
}
.dce-timeline .dropdown-pane .timeline-img a {
	outline: none
}
.dce-timeline .dropdown-pane .timeline-img a:focus, .dce-timeline .dropdown-pane .timeline-img a:active, .dce-timeline .dropdown-pane .timeline-img a:hover {
	outline-color: none
}
.dce-timeline .dropdown-pane[data-position='right'] {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}
.dce-timeline .dropdown-pane[data-position='right'] .timeline-img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.dce-timeline .dropdown-pane[data-position='right']:after {
	left: -15px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

@media screen and (min-width:40em) {
.dce-timeline button.event-point {
	margin-bottom: 60px
}
.dce-timeline button.event-point:after {
	left: 30px
}
.dce-timeline button.event-point.left:after {
	right: 30px
}
.dce-timeline .dropdown-pane {
	width: 40vw
}
}

@media screen and (min-width:64em) {
.dce-timeline .dropdown-pane[data-position='right'] .timeline-img {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
}

@media screen and (min-width:75em) {
.dce-timeline button.event-point {
	margin-bottom: 80px
}
.dce-timeline button.event-point:after {
	left: 40px
}
.dce-timeline button.event-point.left:after {
	right: 40px
}
.dce-timeline .dropdown-pane {
	max-width: 685px
}
}
.dce-contact .dce-simple-image {
	height: 320px !important
}
.dce-contact .text p {
	margin-top: 20px
}

@media screen and (min-width:40em) {
.dce-contact .dce-simple-image {
	height: 100% !important
}
.dce-contact .text p {
	margin-top: 30px
}
}

@media screen and (min-width:75em) {
.dce-contact .text p {
	margin-top: 40px
}
}
.news {
	position: relative
}
.news .fair-news-container .fair-news {
	margin-top: 6px;
	margin-bottom: 6px
}
.news .fair-news-container .fair-news.slick-slide {
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	outline: none
}
.news .fair-news-container .fair-news .text, .news .fair-news-container .fair-news .image {
	height: 180px
}
.news .fair-news-container .fair-news a {
	outline: none
}
.news .fair-news-container .fair-news .text {
	background-color: #fefefe;
	position: relative;
	padding-top: 20px
}
.news .fair-news-container .fair-news .text hr {
	border: 0px solid;
	height: 3px;
	width: 33%;
	background-color: #f00812
}
.news .fair-news-container .fair-news .text:after {
	content: " ";
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 17px 15px;
	border-color: transparent transparent #fefefe transparent;
	z-index: 100
}
.news .fair-news-container .fair-news .image {
	background-color: #d3d8e9;
	padding: 40px;
	position: relative
}
.news .fair-news-container .fair-news .image .bg-img {
	height: 100%;
	background: no-repeat center center;
	background-size: contain
}
.news .teaser-news-container .teaser-news {
	margin-top: 6px;
	margin-bottom: 6px
}
.news .teaser-news-container .teaser-news.slick-slide {
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	outline: none
}
.news .teaser-news-container .teaser-news .text, .news .teaser-news-container .teaser-news .image {
	height: 180px
}
.news .teaser-news-container .teaser-news a {
	outline: none
}
.news .teaser-news-container .teaser-news .text {
	background-color: #fefefe;
	position: relative;
	padding-top: 20px
}
.news .teaser-news-container .teaser-news .text hr {
	border: 0px solid;
	height: 3px;
	width: 33%;
	background-color: #f00812
}
.news .teaser-news-container .teaser-news .text:after {
	content: " ";
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 17px 15px;
	border-color: transparent transparent #fefefe transparent;
	z-index: 100
}
.news .teaser-news-container .teaser-news .image {
	background-color: #d3d8e9;
	position: relative;
	padding: 0
}
.news .teaser-news-container .teaser-news .image .bg-img {
	height: 100%;
	width: 100%;
	background: no-repeat center center;
	background-size: cover
}
.news .job-news-container {
	position: absolute !important;
	width: 100% !important;
	height: 100%;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important
}
.news .job-news-container .job-news {
	width: 100%;
	height: auto !important;
	position: relative;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important
}
.news .job-news-container .slick-arrow {
	right: 0 !important;
	top: auto !important;
	bottom: 10px !important;
	-webkit-transform: translateX(0%) translateY(0%) !important;
	-ms-transform: translateX(0%) translateY(0%) !important;
	transform: translateX(0%) translateY(0%) !important;
	width: 30px !important;
	height: 30px !important;
	background-color: transparent !important
}
.news .job-news-container .slick-arrow.slick-next {
	right: 20px !important
}
.news .job-news-container .slick-arrow.slick-prev {
	right: 50px !important;
	left: auto !important
}
.news .job-news-container .slick-dots {
	left: 0 !important;
	bottom: 10px !important;
	-webkit-transform: translateX(0%) !important;
	-ms-transform: translateX(0%) !important;
	transform: translateX(0%) !important
}
.news .job-news-container .slick-dots li button {
	background-color: rgba(254,254,254,0.33) !important
}
.news .job-news-container .slick-dots li.slick-active button {
	background-color: #fefefe !important
}
.news .news-list-view-isotope-filter {
	padding: 10px 0
}
.news .news-list-view-isotope-filter a {
	line-height: 1.45
}
.news .news-list-view-isotope-filter a[data-filter=".cat_5"], .news .news-list-view-isotope-filter a[data-filter=".cat_6"], .news .news-list-view-isotope-filter a[data-filter=".cat_7"], .news .news-list-view-isotope-filter a[data-filter=".cat_8"], .news .news-list-view-isotope-filter a[data-filter=".cat_9"], .news .news-list-view-isotope-filter a[data-filter=".cat_13"], .news .news-list-view-isotope-filter a[data-filter=".cat_14"], .news .news-list-view-isotope-filter a[data-filter=".cat_15"], .news .news-list-view-isotope-filter a[data-filter=".cat_16"], .news .news-list-view-isotope-filter a[data-filter=".cat_17"], .news .news-list-view-isotope-filter a[data-filter=".cat_18"], .news .news-list-view-isotope-filter a[data-filter=".cat_19"], .news .news-list-view-isotope-filter a[data-filter=".cat_20"], .news .news-list-view-isotope-filter a[data-filter=".cat_21"], .news .news-list-view-isotope-filter a[data-filter=".cat_22"], .news .news-list-view-isotope-filter a[data-filter=".cat_23"] {
	position: relative;
	padding-left: 40px;
	padding-right: 40px
}
.news .news-list-view-isotope-filter a[data-filter=".cat_5"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_6"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_7"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_8"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_9"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_13"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_14"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_15"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_16"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_17"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_18"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_19"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_20"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_21"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_22"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_23"]:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 5px;
	height: 100%;
	width: 30px;
	background-position: center center;
	background-size: 90% auto;
	background-repeat: no-repeat
}
.news .news-list-view-isotope-filter a[data-filter=".cat_5"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_9"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_13"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_14"]:before {
	background-image: url(../image/germany-flag_2-3.svg)
}
.news .news-list-view-isotope-filter a[data-filter=".cat_6"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_15"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_16"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_17"]:before {
	background-image: url(../image/czech-republic-flag.svg)
}
.news .news-list-view-isotope-filter a[data-filter=".cat_7"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_18"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_19"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_20"]:before {
	background-image: url(../image/united-states-of-america-flag_2-3.svg)
}
.news .news-list-view-isotope-filter a[data-filter=".cat_8"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_21"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_22"]:before, .news .news-list-view-isotope-filter a[data-filter=".cat_23"]:before {
	background-image: url(../image/china-flag.svg)
}
.news .news-list-view-isotope .article {
	background: #fefefe;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(10,10,10,0);
	box-shadow: 0px 3px 8px 0px rgba(10,10,10,0);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	height: auto
}
.news .news-list-view-isotope .article:hover {
	-webkit-box-shadow: 0px 3px 8px 0px rgba(10,10,10,0.35);
	box-shadow: 0px 3px 8px 0px rgba(10,10,10,0.35)
}
.news .news-list-view-isotope .article .article-image {
	height: 180px;
	overflow:hidden;
	margin: -10px -10px 0px -10px;
	background: no-repeat center center;
	background-size: cover
}
.news .news-list-view-isotope .article .article-image.svg {
	background-size: contain;
	background-color: #d3d8e9;
	background-size: 90px auto
}
.news .news-list-view-isotope .article.cat_1 .article-image, .news .news-list-view-isotope .article.cat_24 .article-image, .news .news-list-view-isotope .article.cat_25 .article-image, .news .news-list-view-isotope .article.cat_26 .article-image {
	background-size: contain;
	background-color: #d3d8e9;
	background-size: 90px auto
}
.news .news-list-view-isotope .article .news-list-category {
	margin-left: 2px
}
.news .news-list-view-isotope .fair-news-reg-container .article .article-image.svg {
	background-size: 50% auto
}
.news .news-list-category.label {
	font-size: 1rem
}
.news.news-single .news-img-wrap {
	width: 100%;
	margin-bottom: 25px
}
.news.news-single .news-img-wrap .outer {
	margin-bottom: 25px
}

@media screen and (min-width:40em) {
.news .fair-news-container .fair-news.slick-slide {
	padding-left: 15px;
	padding-right: 15px
}
.news .fair-news-container .fair-news .text, .news .fair-news-container .fair-news .image {
	height: 270px
}
.news .fair-news-container .fair-news .text {
	padding-top: 60px
}
.news .fair-news-container .fair-news .text h3 span {
	display: block
}
.news .fair-news-container .fair-news .text h3 span.thirdLine {
	font-size: 1rem;
	font-family: "_FuturaBT-ExtraBlackItalic", "FuturaBT-BoldItalic", "thesans-b6semibolditalic", sans-serif;
	line-height: 2
}
.news .fair-news-container .fair-news .text h3 span.nobreak {
	display: inline-block !important
}
.news .teaser-news-container .teaser-news.slick-slide {
	padding-left: 15px;
	padding-right: 15px
}
.news .teaser-news-container .teaser-news .text, .news .teaser-news-container .teaser-news .image {
	height: 270px
}
.news .teaser-news-container .teaser-news .text {
	padding-top: 60px
}
.news .teaser-news-container .teaser-news .text h3 span {
	display: block
}
.news .teaser-news-container .teaser-news .text h3 span.thirdLine {
	font-size: 1rem;
	font-family: "_FuturaBT-ExtraBlackItalic", "FuturaBT-BoldItalic", "thesans-b6semibolditalic", sans-serif;
	line-height: 2
}
.news .teaser-news-container .teaser-news .text h3 span.nobreak {
	display: inline-block !important
}
.news .news-list-view-isotope-filter {
	padding: 15px 0
}
.news .news-list-view-isotope .article {
	padding: 15px;
	margin-bottom: 30px;
	height: 270px
}
.news .news-list-view-isotope .article .article-image {
	width: 100%;
	height: 270px;
	margin: -15px 0px 0px -15px
}
.news .news-list-view-isotope .article .article-image.svg {
	background-size: 135px auto
}
.news .news-list-view-isotope .article.cat_1 .article-image, .news .news-list-view-isotope .article.cat_24 .article-image, .news .news-list-view-isotope .article.cat_25 .article-image, .news .news-list-view-isotope .article.cat_26 .article-image {
	background-size: 135px auto
}
.news .news-list-view-isotope .fair-news-reg-container .article {
	height: auto
}
.news .news-list-view-isotope .fair-news-reg-container .article .article-image {
	height: calc(100% + 30px)
}
.news .news-list-view-isotope .fair-news-reg-container .article .article-image.svg {
	background-size: 50% auto
}
}

@media screen and (min-width:64em) {
.news .fair-news-container .fair-news .text {
	height: 360px
}
.news .fair-news-container .fair-news .image {
	height: 180px
}
.news .teaser-news-container .teaser-news .text {
	height: 360px
}
.news .teaser-news-container .teaser-news .image {
	height: 180px
}
.news .news-list-view-isotope .article {
	height: 360px
}
.news .news-list-view-isotope .article .article-image {
	height: 360px
}
.news .news-list-view-isotope .article .article-image.svg {
	background-size: 180px auto
}
.news .news-list-view-isotope .article.cat_1 .article-image, .news .news-list-view-isotope .article.cat_24 .article-image, .news .news-list-view-isotope .article.cat_25 .article-image, .news .news-list-view-isotope .article.cat_26 .article-image {
	background-size: 180px auto
}
.news .news-list-view-isotope .fair-news-reg-container .article .article-image.svg {
	background-size: 50% auto
}
}

@media screen and (min-width:75em) {
.news .fair-news-container .fair-news.slick-slide {
	padding-left: 20px;
	padding-right: 20px
}
.news .fair-news-container .fair-news text {
	padding-top: 80px
}
.news .teaser-news-container .teaser-news.slick-slide {
	padding-left: 20px;
	padding-right: 20px
}
.news .teaser-news-container .teaser-news text {
	padding-top: 80px
}
.news .news-list-view-isotope-filter {
	padding: 20px 0
}
.news .news-list-view-isotope .article {
	padding: 20px;
	margin-bottom: 40px
}
.news .news-list-view-isotope .article .article-image {
	margin: -20px 0px 0px -20px
}
.news .news-list-view-isotope .fair-news-reg-container .article .article-image {
	height: calc(100% + 40px)
}
}
.menu-teaser-container, .fair-news-container, .teaser-news-container, .twocol {
	padding-top: 30px;
	padding-bottom: 60px
}
.menu-teaser-container .slick-list {
	position: relative !important
}

.menu-teaser-container .menu-teaser {
	background: #fefefe;
	height: 360px;
	-webkit-box-shadow: 0px 3px 6px rgba(10,10,10,0.15);
	box-shadow: 0px 3px 6px rgba(10,10,10,0.15);
	margin-bottom: 6px;
	margin-top: 6px
}
.menu-teaser-container .menu-teaser:hover{
	background: #F00;
	}
.menu-teaser-container .menu-teaser:hover h4,.menu-teaser-container .menu-teaser:hover p{ color:#FFF}

.menu-teaser-container .menu-teaser .menu-teaser-image {
	height: 80%;
	position: relative;
	overflow: hidden;
	-webkit-transition: background 1s ease-out;
	transition: background 1s ease-out
}

.menu-teaser-container .menu-teaser .menu-teaser-image .zoom-image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.menu-teaser-container .menu-teaser .menu-teaser-text {
	padding: 20px 10px
}
.menu-teaser-container .menu-teaser .menu-teaser-text h4 {
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto
}
.menu-teaser-container .menu-teaser:hover .menu-teaser-image .zoom-image {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

@media screen and (min-width:40em) {
.menu-teaser-container .menu-teaser {
	height: 405px
}
.menu-teaser-container .menu-teaser .menu-teaser-text {
	padding: 30px 15px
}
}

@media screen and (min-width:64em) {
.menu-teaser-container .menu-teaser {
	height: 540px
}
}

@media screen and (min-width:75em) {
.menu-teaser-container .menu-teaser .menu-teaser-text {
	padding: 40px 20px
}
}
.GrEl .menu-teaser-container {
	padding-bottom: 0px
}
.GrEl .menu-teaser-container .slick-slide {
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: 1px solid #d4d9e9
}
.GrEl .menu-teaser-container .menu-teaser {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin-top: 0;
	margin-bottom: 0
}

@media screen and (min-width:40em) {
.GrEl .menu-teaser-container .slick-slide {
	padding-left: 0 !important;
	padding-right: 0 !important
}
}
.rootline {
	background-color: #adafb0;
	background-color: #ecedf2
}
.rootline * {
	font-family: "FuturaBT-Book", "thesans-b4semilightitalic", sans-serif
}
.rootline button, .rootline nav {
	float: left;
	padding: 0.85rem 1rem;
	font-size: 0.85rem;
	padding-left: 0px
}
.rootline button, .rootline .breadcrumbs {
	margin: 0 !important
}
#pageFooter {
	overflow: hidden;
	padding-top: 20px;
	background-color: #5B5F62;
	position: relative
}
#pageFooter.fixed {
	position: fixed;
	z-index: 10;
	width: 100%;
	bottom: 0px
}
#pageFooter * {
	color: #fefefe
}
#pageFooter p, #pageFooter a {
	font-size: 0.85rem
}
#pageFooter p a {
	text-decoration: none
}
#pageFooter b, #pageFooter strong {
	text-transform: none
}
#pageFooter .social-frame {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	border: 2px solid;
	background-color: #fefefe;
	position: relative;
	display: inline-block;
	margin-right: 10px
}
#pageFooter .social-frame i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
#pageFooter .social-frame.fb {
	border-color: #4267b2
}
#pageFooter .social-frame.fb i {
	color: #4267b2
}
#pageFooter .social-frame.li {
	border-color: #0073b1
}
#pageFooter .social-frame.li i {
	color: #0073b1
}
#pageFooter .footer_bottom p, #pageFooter .footer_bottom .menu {
	margin-bottom: 0.5rem
}
#pageFooter .footer_bottom .menu {
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset
}
#pageFooter .footer_bottom .menu li {
	display: inline-block;
	position: relative
}
#pageFooter .footer_bottom .menu li:not(:last-child):after {
	position: absolute;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "I"
}
#pageFooter .footer_bottom .menu li a {
	line-height: 1.75;
	padding-top: 0;
	padding-bottom: 0
}
#pageFooter .footer_bottom .footer-bottom-center {
	position: relative;
	height: 95px
}
#pageFooter .footer_bottom .footer-bottom-center .scrollTop {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	background-color: #fefefe;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	cursor: pointer
}
#pageFooter .footer_bottom .footer-bottom-center .scrollTop p {
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0
}
#pageFooter .footer_bottom .footer-bottom-center .scrollTop p:before {
	content: " ";
	position: absolute;
	top: -20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	height: 30px;
	width: 30px;
	background: no-repeat center center;
	background-image: url(../image/arrow_up.svg);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}
#pageFooter .footer_bottom .footer-bottom-center .scrollTop:after {
	content: " ";
	width: 115%;
	height: 115%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #fefefe;
	border-radius: 100px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-animation-name: scale-up-down;
	animation-name: scale-up-down;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}
#pageFooter .footer_bottom .footer-bottom-center .scrollTop:hover p:before {
	top: -25px
}
#pageFooter .footer_bottom .footer-bottom-center .scrollTop * {
	color: #f00812
}

@media screen and (max-width:39.9375em) {
#pageFooter {
	text-align: center
}
#pageFooter .footer_main .text-right {
	text-align: center
}
#pageFooter .footer_bottom .menu.align-right {
	padding: 15px 0;
	text-align: left;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
#pageFooter .footer_bottom .menu.align-right li {
	text-align: center
}
#pageFooter .footer_bottom .menu.align-right li:after {
	content: ""
}
#pageFooter .footer_bottom .copy {
	text-align: center
}
}

@media screen and (min-width:40em) {
#pageFooter .footer_bottom .menu.align-right:last-child a {
	padding-right: 0px
}
}
.cc_banner-wrapper {
	font-family: inherit;
	line-height: inherit
}
.cc_banner-wrapper .cc_banner {
	font-family: inherit;
	line-height: inherit
}
.cc_banner-wrapper .cc_banner .cc_message {
	font-family: inherit;
	line-height: inherit
}
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}
.ui-widget .ui-widget {
	font-size: 1em
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}
.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}
.ui-widget-content a {
	color: #333
}
.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold
}
.ui-widget-header a {
	color: #333
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color: #454545;
	text-decoration: none
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none
}
.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94,158,214)
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff
}
.ui-icon-background, .ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #777620
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #5f3f3f
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}
.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}
.ui-icon {
	width: 16px;
	height: 16px
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url('../image/ui-icons_444444_256x240.png')
}
.ui-widget-header .ui-icon {
	background-image: url('../image/ui-icons_444444_256x240.png')
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url('../image/ui-icons_555555_256x240.png')
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background-image: url('../image/ui-icons_ffffff_256x240.png')
}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
	background-image: url('../image/ui-icons_777620_256x240.png')
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url('../image/ui-icons_cc0000_256x240.png')
}
.ui-button .ui-icon {
	background-image: url('../image/ui-icons_777777_256x240.png')
}
.ui-icon-blank {
	background-position: 16px 16px
}
.ui-icon-caret-1-n {
	background-position: 0 0
}
.ui-icon-caret-1-ne {
	background-position: -16px 0
}
.ui-icon-caret-1-e {
	background-position: -32px 0
}
.ui-icon-caret-1-se {
	background-position: -48px 0
}
.ui-icon-caret-1-s {
	background-position: -65px 0
}
.ui-icon-caret-1-sw {
	background-position: -80px 0
}
.ui-icon-caret-1-w {
	background-position: -96px 0
}
.ui-icon-caret-1-nw {
	background-position: -112px 0
}
.ui-icon-caret-2-n-s {
	background-position: -128px 0
}
.ui-icon-caret-2-e-w {
	background-position: -144px 0
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px
}
.ui-icon-triangle-1-s {
	background-position: -65px -16px
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px
}
.ui-icon-arrow-1-s {
	background-position: -65px -32px
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}
.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}
.ui-icon-arrow-4 {
	background-position: 0 -80px
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}
.ui-icon-extlink {
	background-position: -32px -80px
}
.ui-icon-newwin {
	background-position: -48px -80px
}
.ui-icon-refresh {
	background-position: -64px -80px
}
.ui-icon-shuffle {
	background-position: -80px -80px
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px
}
.ui-icon-folder-open {
	background-position: -16px -96px
}
.ui-icon-document {
	background-position: -32px -96px
}
.ui-icon-document-b {
	background-position: -48px -96px
}
.ui-icon-note {
	background-position: -64px -96px
}
.ui-icon-mail-closed {
	background-position: -80px -96px
}
.ui-icon-mail-open {
	background-position: -96px -96px
}
.ui-icon-suitcase {
	background-position: -112px -96px
}
.ui-icon-comment {
	background-position: -128px -96px
}
.ui-icon-person {
	background-position: -144px -96px
}
.ui-icon-print {
	background-position: -160px -96px
}
.ui-icon-trash {
	background-position: -176px -96px
}
.ui-icon-locked {
	background-position: -192px -96px
}
.ui-icon-unlocked {
	background-position: -208px -96px
}
.ui-icon-bookmark {
	background-position: -224px -96px
}
.ui-icon-tag {
	background-position: -240px -96px
}
.ui-icon-home {
	background-position: 0 -112px
}
.ui-icon-flag {
	background-position: -16px -112px
}
.ui-icon-calendar {
	background-position: -32px -112px
}
.ui-icon-cart {
	background-position: -48px -112px
}
.ui-icon-pencil {
	background-position: -64px -112px
}
.ui-icon-clock {
	background-position: -80px -112px
}
.ui-icon-disk {
	background-position: -96px -112px
}
.ui-icon-calculator {
	background-position: -112px -112px
}
.ui-icon-zoomin {
	background-position: -128px -112px
}
.ui-icon-zoomout {
	background-position: -144px -112px
}
.ui-icon-search {
	background-position: -160px -112px
}
.ui-icon-wrench {
	background-position: -176px -112px
}
.ui-icon-gear {
	background-position: -192px -112px
}
.ui-icon-heart {
	background-position: -208px -112px
}
.ui-icon-star {
	background-position: -224px -112px
}
.ui-icon-link {
	background-position: -240px -112px
}
.ui-icon-cancel {
	background-position: 0 -128px
}
.ui-icon-plus {
	background-position: -16px -128px
}
.ui-icon-plusthick {
	background-position: -32px -128px
}
.ui-icon-minus {
	background-position: -48px -128px
}
.ui-icon-minusthick {
	background-position: -64px -128px
}
.ui-icon-close {
	background-position: -80px -128px
}
.ui-icon-closethick {
	background-position: -96px -128px
}
.ui-icon-key {
	background-position: -112px -128px
}
.ui-icon-lightbulb {
	background-position: -128px -128px
}
.ui-icon-scissors {
	background-position: -144px -128px
}
.ui-icon-clipboard {
	background-position: -160px -128px
}
.ui-icon-copy {
	background-position: -176px -128px
}
.ui-icon-contact {
	background-position: -192px -128px
}
.ui-icon-image {
	background-position: -208px -128px
}
.ui-icon-video {
	background-position: -224px -128px
}
.ui-icon-script {
	background-position: -240px -128px
}
.ui-icon-alert {
	background-position: 0 -144px
}
.ui-icon-info {
	background-position: -16px -144px
}
.ui-icon-notice {
	background-position: -32px -144px
}
.ui-icon-help {
	background-position: -48px -144px
}
.ui-icon-check {
	background-position: -64px -144px
}
.ui-icon-bullet {
	background-position: -80px -144px
}
.ui-icon-radio-on {
	background-position: -96px -144px
}
.ui-icon-radio-off {
	background-position: -112px -144px
}
.ui-icon-pin-w {
	background-position: -128px -144px
}
.ui-icon-pin-s {
	background-position: -144px -144px
}
.ui-icon-play {
	background-position: 0 -160px
}
.ui-icon-pause {
	background-position: -16px -160px
}
.ui-icon-seek-next {
	background-position: -32px -160px
}
.ui-icon-seek-prev {
	background-position: -48px -160px
}
.ui-icon-seek-end {
	background-position: -64px -160px
}
.ui-icon-seek-start {
	background-position: -80px -160px
}
.ui-icon-seek-first {
	background-position: -80px -160px
}
.ui-icon-stop {
	background-position: -96px -160px
}
.ui-icon-eject {
	background-position: -112px -160px
}
.ui-icon-volume-off {
	background-position: -128px -160px
}
.ui-icon-volume-on {
	background-position: -144px -160px
}
.ui-icon-power {
	background-position: 0 -176px
}
.ui-icon-signal-diag {
	background-position: -16px -176px
}
.ui-icon-signal {
	background-position: -32px -176px
}
.ui-icon-battery-0 {
	background-position: -48px -176px
}
.ui-icon-battery-1 {
	background-position: -64px -176px
}
.ui-icon-battery-2 {
	background-position: -80px -176px
}
.ui-icon-battery-3 {
	background-position: -96px -176px
}
.ui-icon-circle-plus {
	background-position: 0 -192px
}
.ui-icon-circle-minus {
	background-position: -16px -192px
}
.ui-icon-circle-close {
	background-position: -32px -192px
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px
}
.ui-icon-circle-check {
	background-position: -208px -192px
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 3px
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 3px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 3px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 3px
}
.ui-widget-overlay {
	background: #aaa;
	opacity: .003;
	filter: Alpha(Opacity=.3)
}
.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.easyzoom {
	position: relative;
	display: inline-block;
*display:inline;
*zoom:1;
}
.easyzoom img {
	vertical-align: bottom;
}
.easyzoom.is-loading img {
	cursor: progress;
}
.easyzoom.is-ready img {
	cursor: crosshair;
}
.easyzoom.is-error img {
	cursor: not-allowed;
}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
