@charset "UTF-8";
@media print, screen and (min-width:35.5em) {
	.reveal, .reveal.large, .reveal.small, .reveal.tiny {
		right: auto;
		left: auto;
		margin: 0 auto
	}
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
	display: none
}
.foundation-mq {
	font-family: "small=0em&medium=35.5em&large=48em&xlarge=58.75em&xxlarge=83.125em"
}
html {
	box-sizing: border-box;
	font-size: 100%
}
*, ::after, ::before {
	box-sizing: inherit
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #2f2f2f;
	-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 {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}
.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
	max-width: none!important
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	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
}

.position-relative{
	position: relative;
}

.grid-container {
	padding-right: .625rem;
	padding-left: .625rem;
	max-width: 83.125rem;
	margin-left: auto;
	margin-right: auto
}
@media print, screen and (min-width:35.5em) {
	.grid-container {
		padding-right: .625rem;
		padding-left: .625rem
	}
}
@media print, screen and (min-width:48em) {
	.grid-container {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}
.grid-container.fluid {
	padding-right: .625rem;
	padding-left: .625rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}
@media print, screen and (min-width:35.5em) {
	.grid-container.fluid {
		padding-right: .625rem;
		padding-left: .625rem
	}
}
@media print, screen and (min-width:48em) {
	.grid-container.fluid {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}
.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}
.grid-x {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.cell {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%
}
.cell.auto {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.cell.shrink {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-x>.auto {
	width: auto
}
.grid-x>.shrink {
	width: auto
}
.grid-x>.small-1, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-full, .grid-x>.small-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
@media print, screen and (min-width:35.5em) {
	.grid-x>.medium-1, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-full, .grid-x>.medium-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}
@media print, screen and (min-width:48em) {
	.grid-x>.large-1, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-full, .grid-x>.large-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}
@media screen and (min-width:58.75em) {
	.grid-x>.xlarge-1, .grid-x>.xlarge-10, .grid-x>.xlarge-11, .grid-x>.xlarge-12, .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-full, .grid-x>.xlarge-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}
@media screen and (min-width:83.125em) {
	.grid-x>.xxlarge-1, .grid-x>.xxlarge-10, .grid-x>.xxlarge-11, .grid-x>.xxlarge-12, .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-full, .grid-x>.xxlarge-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}
.grid-x>.small-1, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9 {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 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:35.5em) {
	.grid-x>.medium-auto {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto
	}
	.grid-x>.medium-1, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-shrink {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.grid-x>.medium-shrink {
		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:48em) {
	.grid-x>.large-auto {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto
	}
	.grid-x>.large-1, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-shrink {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.grid-x>.large-shrink {
		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 screen and (min-width:58.75em) {
	.grid-x>.xlarge-auto {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto
	}
	.grid-x>.xlarge-1, .grid-x>.xlarge-10, .grid-x>.xlarge-11, .grid-x>.xlarge-12, .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-shrink {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.grid-x>.xlarge-shrink {
		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 screen and (min-width:83.125em) {
	.grid-x>.xxlarge-auto {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto
	}
	.grid-x>.xxlarge-1, .grid-x>.xxlarge-10, .grid-x>.xxlarge-11, .grid-x>.xxlarge-12, .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-shrink {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.grid-x>.xxlarge-shrink {
		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%
	}
}
.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:35.5em) {
	.grid-margin-x {
		margin-left: -.625rem;
		margin-right: -.625rem
	}
}
@media print, screen and (min-width:48em) {
	.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:35.5em) {
	.grid-margin-x>.cell {
		width: calc(100% - 1.25rem);
		margin-left: .625rem;
		margin-right: .625rem
	}
}
@media print, screen and (min-width:48em) {
	.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:35.5em) {
	.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)
	}
	.grid-margin-x>.medium-auto {
		width: auto
	}
	.grid-margin-x>.medium-shrink {
		width: auto
	}
	.grid-margin-x>.medium-1 {
		width: calc(8.33333% - 1.25rem)
	}
	.grid-margin-x>.medium-2 {
		width: calc(16.66667% - 1.25rem)
	}
	.grid-margin-x>.medium-3 {
		width: calc(25% - 1.25rem)
	}
	.grid-margin-x>.medium-4 {
		width: calc(33.33333% - 1.25rem)
	}
	.grid-margin-x>.medium-5 {
		width: calc(41.66667% - 1.25rem)
	}
	.grid-margin-x>.medium-6 {
		width: calc(50% - 1.25rem)
	}
	.grid-margin-x>.medium-7 {
		width: calc(58.33333% - 1.25rem)
	}
	.grid-margin-x>.medium-8 {
		width: calc(66.66667% - 1.25rem)
	}
	.grid-margin-x>.medium-9 {
		width: calc(75% - 1.25rem)
	}
	.grid-margin-x>.medium-10 {
		width: calc(83.33333% - 1.25rem)
	}
	.grid-margin-x>.medium-11 {
		width: calc(91.66667% - 1.25rem)
	}
	.grid-margin-x>.medium-12 {
		width: calc(100% - 1.25rem)
	}
}
@media print, screen and (min-width:48em) {
	.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)
	}
	.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 screen and (min-width:58.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 screen and (min-width:83.125em) {
	.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)
	}
}
.grid-padding-x .grid-padding-x {
	margin-right: -.625rem;
	margin-left: -.625rem
}
@media print, screen and (min-width:35.5em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}
@media print, screen and (min-width:48em) {
	.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:35.5em) {
	.grid-container:not(.full)>.grid-padding-x {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}
@media print, screen and (min-width:48em) {
	.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:35.5em) {
	.grid-padding-x>.cell {
		padding-right: .625rem;
		padding-left: .625rem
	}
}
@media print, screen and (min-width:48em) {
	.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%
}
.small-up-9>.cell {
	width: 11.11111%
}
.small-up-10>.cell {
	width: 10%
}
.small-up-11>.cell {
	width: 9.09091%
}
.small-up-12>.cell {
	width: 8.33333%
}
@media print, screen and (min-width:35.5em) {
	.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%
	}
	.medium-up-9>.cell {
		width: 11.11111%
	}
	.medium-up-10>.cell {
		width: 10%
	}
	.medium-up-11>.cell {
		width: 9.09091%
	}
	.medium-up-12>.cell {
		width: 8.33333%
	}
}
@media print, screen and (min-width:48em) {
	.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%
	}
	.large-up-9>.cell {
		width: 11.11111%
	}
	.large-up-10>.cell {
		width: 10%
	}
	.large-up-11>.cell {
		width: 9.09091%
	}
	.large-up-12>.cell {
		width: 8.33333%
	}
}
@media screen and (min-width:58.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%
	}
	.xlarge-up-9>.cell {
		width: 11.11111%
	}
	.xlarge-up-10>.cell {
		width: 10%
	}
	.xlarge-up-11>.cell {
		width: 9.09091%
	}
	.xlarge-up-12>.cell {
		width: 8.33333%
	}
}
@media screen and (min-width:83.125em) {
	.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%
	}
	.xxlarge-up-9>.cell {
		width: 11.11111%
	}
	.xxlarge-up-10>.cell {
		width: 10%
	}
	.xxlarge-up-11>.cell {
		width: 9.09091%
	}
	.xxlarge-up-12>.cell {
		width: 8.33333%
	}
}
.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.small-up-9>.cell {
	width: calc(11.11111% - 1.25rem)
}
.grid-margin-x.small-up-10>.cell {
	width: calc(10% - 1.25rem)
}
.grid-margin-x.small-up-11>.cell {
	width: calc(9.09091% - 1.25rem)
}
.grid-margin-x.small-up-12>.cell {
	width: calc(8.33333% - 1.25rem)
}
@media print, screen and (min-width:35.5em) {
	.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.small-up-9>.cell {
		width: calc(11.11111% - 1.25rem)
	}
	.grid-margin-x.small-up-10>.cell {
		width: calc(10% - 1.25rem)
	}
	.grid-margin-x.small-up-11>.cell {
		width: calc(9.09091% - 1.25rem)
	}
	.grid-margin-x.small-up-12>.cell {
		width: calc(8.33333% - 1.25rem)
	}
	.grid-margin-x.medium-up-1>.cell {
		width: calc(100% - 1.25rem)
	}
	.grid-margin-x.medium-up-2>.cell {
		width: calc(50% - 1.25rem)
	}
	.grid-margin-x.medium-up-3>.cell {
		width: calc(33.33333% - 1.25rem)
	}
	.grid-margin-x.medium-up-4>.cell {
		width: calc(25% - 1.25rem)
	}
	.grid-margin-x.medium-up-5>.cell {
		width: calc(20% - 1.25rem)
	}
	.grid-margin-x.medium-up-6>.cell {
		width: calc(16.66667% - 1.25rem)
	}
	.grid-margin-x.medium-up-7>.cell {
		width: calc(14.28571% - 1.25rem)
	}
	.grid-margin-x.medium-up-8>.cell {
		width: calc(12.5% - 1.25rem)
	}
	.grid-margin-x.medium-up-9>.cell {
		width: calc(11.11111% - 1.25rem)
	}
	.grid-margin-x.medium-up-10>.cell {
		width: calc(10% - 1.25rem)
	}
	.grid-margin-x.medium-up-11>.cell {
		width: calc(9.09091% - 1.25rem)
	}
	.grid-margin-x.medium-up-12>.cell {
		width: calc(8.33333% - 1.25rem)
	}
}
@media print, screen and (min-width:48em) {
	.grid-margin-x.small-up-1>.cell {
		width: calc(100% - 1.875rem)
	}
	.grid-margin-x.medium-up-1>.cell {
		width: calc(100% - 1.875rem)
	}
	.grid-margin-x.small-up-2>.cell {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x.medium-up-2>.cell {
		width: calc(50% - 1.875rem)
	}
	.grid-margin-x.small-up-3>.cell {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x.medium-up-3>.cell {
		width: calc(33.33333% - 1.875rem)
	}
	.grid-margin-x.small-up-4>.cell {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x.medium-up-4>.cell {
		width: calc(25% - 1.875rem)
	}
	.grid-margin-x.small-up-5>.cell {
		width: calc(20% - 1.875rem)
	}
	.grid-margin-x.medium-up-5>.cell {
		width: calc(20% - 1.875rem)
	}
	.grid-margin-x.small-up-6>.cell {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x.medium-up-6>.cell {
		width: calc(16.66667% - 1.875rem)
	}
	.grid-margin-x.small-up-7>.cell {
		width: calc(14.28571% - 1.875rem)
	}
	.grid-margin-x.medium-up-7>.cell {
		width: calc(14.28571% - 1.875rem)
	}
	.grid-margin-x.small-up-8>.cell {
		width: calc(12.5% - 1.875rem)
	}
	.grid-margin-x.medium-up-8>.cell {
		width: calc(12.5% - 1.875rem)
	}
	.grid-margin-x.small-up-9>.cell {
		width: calc(11.11111% - 1.875rem)
	}
	.grid-margin-x.medium-up-9>.cell {
		width: calc(11.11111% - 1.875rem)
	}
	.grid-margin-x.small-up-10>.cell {
		width: calc(10% - 1.875rem)
	}
	.grid-margin-x.medium-up-10>.cell {
		width: calc(10% - 1.875rem)
	}
	.grid-margin-x.small-up-11>.cell {
		width: calc(9.09091% - 1.875rem)
	}
	.grid-margin-x.medium-up-11>.cell {
		width: calc(9.09091% - 1.875rem)
	}
	.grid-margin-x.small-up-12>.cell {
		width: calc(8.33333% - 1.875rem)
	}
	.grid-margin-x.medium-up-12>.cell {
		width: calc(8.33333% - 1.875rem)
	}
	.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)
	}
	.grid-margin-x.large-up-9>.cell {
		width: calc(11.11111% - 1.875rem)
	}
	.grid-margin-x.large-up-10>.cell {
		width: calc(10% - 1.875rem)
	}
	.grid-margin-x.large-up-11>.cell {
		width: calc(9.09091% - 1.875rem)
	}
	.grid-margin-x.large-up-12>.cell {
		width: calc(8.33333% - 1.875rem)
	}
}
@media screen and (min-width:58.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)
	}
	.grid-margin-x.xlarge-up-9>.cell {
		width: calc(11.11111% - 1.875rem)
	}
	.grid-margin-x.xlarge-up-10>.cell {
		width: calc(10% - 1.875rem)
	}
	.grid-margin-x.xlarge-up-11>.cell {
		width: calc(9.09091% - 1.875rem)
	}
	.grid-margin-x.xlarge-up-12>.cell {
		width: calc(8.33333% - 1.875rem)
	}
}
@media screen and (min-width:83.125em) {
	.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)
	}
	.grid-margin-x.xxlarge-up-9>.cell {
		width: calc(11.11111% - 1.875rem)
	}
	.grid-margin-x.xxlarge-up-10>.cell {
		width: calc(10% - 1.875rem)
	}
	.grid-margin-x.xxlarge-up-11>.cell {
		width: calc(9.09091% - 1.875rem)
	}
	.grid-margin-x.xxlarge-up-12>.cell {
		width: calc(8.33333% - 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:35.5em) {
	.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:48em) {
	.small-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.small-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.small-margin-collapse>.large-3 {
		width: 25%
	}
	.small-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.small-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.small-margin-collapse>.large-6 {
		width: 50%
	}
	.small-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.small-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.small-margin-collapse>.large-9 {
		width: 75%
	}
	.small-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.small-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.small-margin-collapse>.large-12 {
		width: 100%
	}
}
@media screen and (min-width:58.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 screen and (min-width:83.125em) {
	.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%
	}
}
.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:35.5em) {
	.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:35.5em) {
	.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:35.5em) {
	.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:48em) {
	.medium-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.large-3 {
		width: 25%
	}
	.medium-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.large-6 {
		width: 50%
	}
	.medium-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.large-9 {
		width: 75%
	}
	.medium-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.large-12 {
		width: 100%
	}
}
@media screen and (min-width:58.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 screen and (min-width:83.125em) {
	.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 print, screen and (min-width:35.5em) {
	.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:48em) {
	.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:48em) {
	.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:48em) {
	.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:48em) {
	.large-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.large-3 {
		width: 25%
	}
	.large-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.large-6 {
		width: 50%
	}
	.large-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.large-9 {
		width: 75%
	}
	.large-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.large-12 {
		width: 100%
	}
}
@media screen and (min-width:58.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 screen and (min-width:83.125em) {
	.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 print, screen and (min-width:48em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.large-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-margin-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.xlarge-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}
}
@media screen and (min-width:58.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 screen and (min-width:58.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 screen and (min-width:58.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 screen and (min-width:58.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 screen and (min-width:83.125em) {
	.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:58.75em) {
	.xlarge-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.xlarge-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-margin-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.xxlarge-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}
}
@media screen and (min-width:83.125em) {
	.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 screen and (min-width:83.125em) {
	.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 screen and (min-width:83.125em) {
	.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 screen and (min-width:83.125em) {
	.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 screen and (min-width:83.125em) {
	.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:83.125em) {
	.xxlarge-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.xxlarge-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:35.5em) {
	.medium-offset-0 {
		margin-left: 0
	}
	.grid-margin-x>.medium-offset-0 {
		margin-left: calc(0% + .625rem)
	}
	.medium-offset-1 {
		margin-left: 8.33333%
	}
	.grid-margin-x>.medium-offset-1 {
		margin-left: calc(8.33333% + .625rem)
	}
	.medium-offset-2 {
		margin-left: 16.66667%
	}
	.grid-margin-x>.medium-offset-2 {
		margin-left: calc(16.66667% + .625rem)
	}
	.medium-offset-3 {
		margin-left: 25%
	}
	.grid-margin-x>.medium-offset-3 {
		margin-left: calc(25% + .625rem)
	}
	.medium-offset-4 {
		margin-left: 33.33333%
	}
	.grid-margin-x>.medium-offset-4 {
		margin-left: calc(33.33333% + .625rem)
	}
	.medium-offset-5 {
		margin-left: 41.66667%
	}
	.grid-margin-x>.medium-offset-5 {
		margin-left: calc(41.66667% + .625rem)
	}
	.medium-offset-6 {
		margin-left: 50%
	}
	.grid-margin-x>.medium-offset-6 {
		margin-left: calc(50% + .625rem)
	}
	.medium-offset-7 {
		margin-left: 58.33333%
	}
	.grid-margin-x>.medium-offset-7 {
		margin-left: calc(58.33333% + .625rem)
	}
	.medium-offset-8 {
		margin-left: 66.66667%
	}
	.grid-margin-x>.medium-offset-8 {
		margin-left: calc(66.66667% + .625rem)
	}
	.medium-offset-9 {
		margin-left: 75%
	}
	.grid-margin-x>.medium-offset-9 {
		margin-left: calc(75% + .625rem)
	}
	.medium-offset-10 {
		margin-left: 83.33333%
	}
	.grid-margin-x>.medium-offset-10 {
		margin-left: calc(83.33333% + .625rem)
	}
	.medium-offset-11 {
		margin-left: 91.66667%
	}
	.grid-margin-x>.medium-offset-11 {
		margin-left: calc(91.66667% + .625rem)
	}
}
@media print, screen and (min-width:48em) {
	.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 screen and (min-width:58.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 screen and (min-width:83.125em) {
	.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)
	}
}
.grid-y {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.grid-y>.cell {
	height: auto;
	max-height: none
}
.grid-y>.auto {
	height: auto
}
.grid-y>.shrink {
	height: auto
}
.grid-y>.small-1, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-full, .grid-y>.small-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
@media print, screen and (min-width:35.5em) {
	.grid-y>.medium-1, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-full, .grid-y>.medium-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}
@media print, screen and (min-width:48em) {
	.grid-y>.large-1, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-full, .grid-y>.large-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}
@media screen and (min-width:58.75em) {
	.grid-y>.xlarge-1, .grid-y>.xlarge-10, .grid-y>.xlarge-11, .grid-y>.xlarge-12, .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-full, .grid-y>.xlarge-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}
@media screen and (min-width:83.125em) {
	.grid-y>.xxlarge-1, .grid-y>.xxlarge-10, .grid-y>.xxlarge-11, .grid-y>.xxlarge-12, .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-full, .grid-y>.xxlarge-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}
.grid-y>.small-1, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9 {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-y>.small-1 {
	height: 8.33333%
}
.grid-y>.small-2 {
	height: 16.66667%
}
.grid-y>.small-3 {
	height: 25%
}
.grid-y>.small-4 {
	height: 33.33333%
}
.grid-y>.small-5 {
	height: 41.66667%
}
.grid-y>.small-6 {
	height: 50%
}
.grid-y>.small-7 {
	height: 58.33333%
}
.grid-y>.small-8 {
	height: 66.66667%
}
.grid-y>.small-9 {
	height: 75%
}
.grid-y>.small-10 {
	height: 83.33333%
}
.grid-y>.small-11 {
	height: 91.66667%
}
.grid-y>.small-12 {
	height: 100%
}
@media print, screen and (min-width:35.5em) {
	.grid-y>.medium-auto {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto
	}
	.grid-y>.medium-1, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-shrink {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.grid-y>.medium-shrink {
		height: auto
	}
	.grid-y>.medium-1 {
		height: 8.33333%
	}
	.grid-y>.medium-2 {
		height: 16.66667%
	}
	.grid-y>.medium-3 {
		height: 25%
	}
	.grid-y>.medium-4 {
		height: 33.33333%
	}
	.grid-y>.medium-5 {
		height: 41.66667%
	}
	.grid-y>.medium-6 {
		height: 50%
	}
	.grid-y>.medium-7 {
		height: 58.33333%
	}
	.grid-y>.medium-8 {
		height: 66.66667%
	}
	.grid-y>.medium-9 {
		height: 75%
	}
	.grid-y>.medium-10 {
		height: 83.33333%
	}
	.grid-y>.medium-11 {
		height: 91.66667%
	}
	.grid-y>.medium-12 {
		height: 100%
	}
}
@media print, screen and (min-width:48em) {
	.grid-y>.large-auto {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto
	}
	.grid-y>.large-1, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-shrink {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.grid-y>.large-shrink {
		height: auto
	}
	.grid-y>.large-1 {
		height: 8.33333%
	}
	.grid-y>.large-2 {
		height: 16.66667%
	}
	.grid-y>.large-3 {
		height: 25%
	}
	.grid-y>.large-4 {
		height: 33.33333%
	}
	.grid-y>.large-5 {
		height: 41.66667%
	}
	.grid-y>.large-6 {
		height: 50%
	}
	.grid-y>.large-7 {
		height: 58.33333%
	}
	.grid-y>.large-8 {
		height: 66.66667%
	}
	.grid-y>.large-9 {
		height: 75%
	}
	.grid-y>.large-10 {
		height: 83.33333%
	}
	.grid-y>.large-11 {
		height: 91.66667%
	}
	.grid-y>.large-12 {
		height: 100%
	}
}
@media screen and (min-width:58.75em) {
	.grid-y>.xlarge-auto {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto
	}
	.grid-y>.xlarge-1, .grid-y>.xlarge-10, .grid-y>.xlarge-11, .grid-y>.xlarge-12, .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-shrink {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.grid-y>.xlarge-shrink {
		height: auto
	}
	.grid-y>.xlarge-1 {
		height: 8.33333%
	}
	.grid-y>.xlarge-2 {
		height: 16.66667%
	}
	.grid-y>.xlarge-3 {
		height: 25%
	}
	.grid-y>.xlarge-4 {
		height: 33.33333%
	}
	.grid-y>.xlarge-5 {
		height: 41.66667%
	}
	.grid-y>.xlarge-6 {
		height: 50%
	}
	.grid-y>.xlarge-7 {
		height: 58.33333%
	}
	.grid-y>.xlarge-8 {
		height: 66.66667%
	}
	.grid-y>.xlarge-9 {
		height: 75%
	}
	.grid-y>.xlarge-10 {
		height: 83.33333%
	}
	.grid-y>.xlarge-11 {
		height: 91.66667%
	}
	.grid-y>.xlarge-12 {
		height: 100%
	}
}
@media screen and (min-width:83.125em) {
	.grid-y>.xxlarge-auto {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto
	}
	.grid-y>.xxlarge-1, .grid-y>.xxlarge-10, .grid-y>.xxlarge-11, .grid-y>.xxlarge-12, .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-shrink {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 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%
	}
}
.grid-padding-y .grid-padding-y {
	margin-top: -.625rem;
	margin-bottom: -.625rem
}
@media print, screen and (min-width:35.5em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -.625rem;
		margin-bottom: -.625rem
	}
}
@media print, screen and (min-width:48em) {
	.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:35.5em) {
	.grid-padding-y>.cell {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
}
@media print, screen and (min-width:48em) {
	.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:35.5em) {
	.grid-margin-y {
		margin-top: -.625rem;
		margin-bottom: -.625rem
	}
}
@media print, screen and (min-width:48em) {
	.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:35.5em) {
	.grid-margin-y>.cell {
		height: calc(100% - 1.25rem);
		margin-top: .625rem;
		margin-bottom: .625rem
	}
}
@media print, screen and (min-width:48em) {
	.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:35.5em) {
	.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)
	}
	.grid-margin-y>.medium-auto {
		height: auto
	}
	.grid-margin-y>.medium-shrink {
		height: auto
	}
	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 1.25rem)
	}
	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 1.25rem)
	}
	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.25rem)
	}
	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 1.25rem)
	}
	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 1.25rem)
	}
	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.25rem)
	}
	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 1.25rem)
	}
	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 1.25rem)
	}
	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.25rem)
	}
	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 1.25rem)
	}
	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 1.25rem)
	}
	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.25rem)
	}
}
@media print, screen and (min-width:48em) {
	.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)
	}
	.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 screen and (min-width:58.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 screen and (min-width:83.125em) {
	.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)
	}
}
.grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .grid-frame {
	width: 100%
}
.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.cell-block-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.cell-block-container>.grid-x {
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
@media print, screen and (min-width:35.5em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw
	}
	.cell .medium-grid-frame {
		width: 100%
	}
	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.medium-cell-block-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%
	}
	.medium-cell-block-container>.grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}
@media print, screen and (min-width:48em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw
	}
	.cell .large-grid-frame {
		width: 100%
	}
	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.large-cell-block-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%
	}
	.large-cell-block-container>.grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw
	}
	.cell .xlarge-grid-frame {
		width: 100%
	}
	.xlarge-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.xlarge-cell-block-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%
	}
	.xlarge-cell-block-container>.grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.xlarge-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: 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-style: -ms-autohiding-scrollbar
	}
	.xxlarge-cell-block-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%
	}
	.xxlarge-cell-block-container>.grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.xxlarge-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}
.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
@media print, screen and (min-width:35.5em) {
	.grid-y.medium-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh
	}
}
@media print, screen and (min-width:48em) {
	.grid-y.large-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh
	}
}
@media screen and (min-width:58.75em) {
	.grid-y.xlarge-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh
	}
}
@media screen and (min-width:83.125em) {
	.grid-y.xxlarge-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh
	}
}
.cell .grid-y.grid-frame {
	height: 100%
}
@media print, screen and (min-width:35.5em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%
	}
}
@media print, screen and (min-width:48em) {
	.cell .grid-y.large-grid-frame {
		height: 100%
	}
}
@media screen and (min-width:58.75em) {
	.cell .grid-y.xlarge-grid-frame {
		height: 100%
	}
}
@media screen and (min-width:83.125em) {
	.cell .grid-y.xxlarge-grid-frame {
		height: 100%
	}
}
.grid-margin-y {
	margin-top: -.625rem;
	margin-bottom: -.625rem
}
@media print, screen and (min-width:35.5em) {
	.grid-margin-y {
		margin-top: -.625rem;
		margin-bottom: -.625rem
	}
}
@media print, screen and (min-width:48em) {
	.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:35.5em) {
	.grid-margin-y>.cell {
		height: calc(100% - 1.25rem);
		margin-top: .625rem;
		margin-bottom: .625rem
	}
}
@media print, screen and (min-width:48em) {
	.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:35.5em) {
	.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)
	}
	.grid-margin-y>.medium-auto {
		height: auto
	}
	.grid-margin-y>.medium-shrink {
		height: auto
	}
	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 1.25rem)
	}
	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 1.25rem)
	}
	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.25rem)
	}
	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 1.25rem)
	}
	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 1.25rem)
	}
	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.25rem)
	}
	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 1.25rem)
	}
	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 1.25rem)
	}
	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.25rem)
	}
	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 1.25rem)
	}
	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 1.25rem)
	}
	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.25rem)
	}
}
@media print, screen and (min-width:48em) {
	.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)
	}
	.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 screen and (min-width:58.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 screen and (min-width:83.125em) {
	.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)
	}
}
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.25rem)
}
@media print, screen and (min-width:35.5em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.25rem)
	}
}
@media print, screen and (min-width:48em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem)
	}
}
@media screen and (min-width:58.75em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem)
	}
}
@media screen and (min-width:83.125em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem)
	}
}
@media print, screen and (min-width:35.5em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.25rem)
	}
}
@media print, screen and (min-width:48em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.875rem)
	}
}
@media screen and (min-width:58.75em) {
	.grid-margin-y.xlarge-grid-frame {
		height: calc(100vh + 1.875rem)
	}
}
@media screen and (min-width:83.125em) {
	.grid-margin-y.xxlarge-grid-frame {
		height: calc(100vh + 1.875rem)
	}
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
	margin: 0;
	padding: 0
}
p {
	margin-bottom: 1.25rem;
	font-size: inherit;
	line-height: 1.7;
	text-rendering: optimizeLegibility
}
em, i {
	font-style: italic;
	line-height: inherit
}
b, strong {
	font-weight: 700;
	line-height: inherit
}
small {
	font-size: 85%;
	line-height: inherit
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: BrandonText, Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: inherit;
	text-rendering: optimizeLegibility
}
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	line-height: 0;
	color: inherit
}
.h1.xl, h1.xl {
	font-size: 2.25rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h1.lg, h1.lg {
	font-size: 1.875rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h1.xlarge, h1.xlarge {
	font-size: 2.25rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h1.large, h1.large {
	font-size: 1.875rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h1, h1 {
	font-size: 1.625rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h1.small, h1.small {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h2, h2 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h2.large, h2.large {
	font-size: 1.625rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h3, h3 {
	font-size: 1.375rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h4, h4 {
	font-size: 1.25rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h5, h5 {
	font-size: 1.125rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
.h6, h6 {
	font-size: 1rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: .625rem
}
@media print, screen and (min-width:48em) {
	.h1.xl, h1.xl {
		font-size: 3rem
	}
	.h1.lg, h1.lg {
		font-size: 2.375rem
	}
	.h1.xlarge, h1.xlarge {
		font-size: 3rem
	}
	.h1.large, h1.large {
		font-size: 2.375rem
	}
	.h1, h1 {
		font-size: 2rem
	}
	.h1.small, h1.small {
		font-size: 1.875rem
	}
	.h2.large, h2.large {
		font-size: 1.875rem
	}
	.h2, h2 {
		font-size: 1.75rem
	}
	.h3, h3 {
		font-size: 1.5rem
	}
	.h4, h4 {
		font-size: 1.3125rem
	}
	.h5, h5 {
		font-size: 1.1875rem
	}
	.h6, h6 {
		font-size: 1.0625rem
	}
}
a {
	line-height: inherit;
	color: #d6000d;
	text-decoration: none;
	cursor: pointer
}
a:focus, a:hover {
	color: #b8000b
}
a img {
	border: 0
}
hr {
	clear: both;
	max-width: 83.125rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #dedede;
	border-left: 0
}
dl, ol, ul {
	margin-bottom: 1.25rem;
	list-style-position: outside;
	line-height: 1.7
}
li {
	font-size: inherit
}
ul {
	margin-left: 1.25rem;
	list-style-type: disc
}
ol {
	margin-left: 1.25rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-left: 1.25rem;
	margin-bottom: 0
}
dl {
	margin-bottom: 1rem
}
dl dt {
	margin-bottom: .3rem;
	font-weight: 700
}
blockquote {
	margin: 0 0 1.25rem;
	padding: .278rem 0 .278rem 1.833rem;
	border-left: 3px solid #d6000d
}
blockquote, blockquote p {
	line-height: 1.7;
	color: inherit
}
abbr, abbr[title] {
	border-bottom: 1px dotted #2f2f2f;
	cursor: help;
	text-decoration: none
}
figure {
	margin: 0
}
kbd {
	margin: 0;
	padding: .125rem .25rem 0;
	background-color: #f2f2f2;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #2f2f2f
}
.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: 400;
	line-height: 1.4;
	color: #6e6e6e
}
.lead {
	font-size: 110%;
	line-height: 1.7
}
.stat {
	font-size: 2.5rem;
	line-height: 1
}
p+.stat {
	margin-top: -1rem
}
ol.no-bullet, ul.no-bullet {
	margin-left: 0;
	list-style: none
}
.cite-block, cite {
	display: block;
	color: inherit;
	font-size: .9375rem
}
.cite-block:before, cite:before {
	content: none
}
.code-inline, code {
	border: 1px solid #666;
	background-color: #f2f2f2;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #2f2f2f;
	display: inline;
	max-width: 100%;
	word-wrap: break-word;
	padding: .125rem .3125rem .0625rem
}
.code-block {
	border: 1px solid #666;
	background-color: #f2f2f2;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #2f2f2f;
	display: block;
	overflow: auto;
	white-space: pre;
	padding: 1.25rem;
	margin-bottom: 1.5rem
}
.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:35.5em) {
	.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:48em) {
	.large-text-left {
		text-align: left
	}
	.large-text-right {
		text-align: right
	}
	.large-text-center {
		text-align: center
	}
	.large-text-justify {
		text-align: justify
	}
}
@media screen and (min-width:58.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 screen and (min-width:83.125em) {
	.xxlarge-text-left {
		text-align: left
	}
	.xxlarge-text-right {
		text-align: right
	}
	.xxlarge-text-center {
		text-align: center
	}
	.xxlarge-text-justify {
		text-align: justify
	}
}
.show-for-print {
	display: none!important
}
@media print {
	* {
		background: 0 0!important;
		color: #000!important;
		color-adjust: economy;
		box-shadow: none!important;
		text-shadow: none!important
	}
	.show-for-print {
		display: block!important
	}
	.hide-for-print {
		display: none!important
	}
	table.show-for-print {
		display: table!important
	}
	thead.show-for-print {
		display: table-header-group!important
	}
	tbody.show-for-print {
		display: table-row-group!important
	}
	tr.show-for-print {
		display: table-row!important
	}
	td.show-for-print {
		display: table-cell!important
	}
	th.show-for-print {
		display: table-cell!important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	.ir a:after, a[href^='#']:after, a[href^='javascript:']:after {
		content: ''
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	blockquote, pre {
		border: 1px solid #6e6e6e;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img, tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	@page {
		margin: .5cm
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	.print-break-inside {
		page-break-inside: auto
	}
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1.25rem 0;
	padding: 1.0425em;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-family: inherit;
	font-size: .9rem;
	font-weight: 700;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer
}
[data-whatinput=mouse] .button {
	outline: 0
}
.button.tiny {
	font-size: .7rem
}
.button.small {
	font-size: .8rem
}
.button.large {
	font-size: 1rem
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}
@media print, screen and (max-width:35.49875em) {
	.button.small-only-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
@media print, screen and (min-width:35.5em) and (max-width:47.99875em) {
	.button.medium-only-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
@media print, screen and (max-width:47.99875em) {
	.button.medium-down-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
@media print, screen and (min-width:35.5em) {
	.button.medium-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
@media print, screen and (min-width:48em) and (max-width:58.74875em) {
	.button.large-only-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
@media print, screen and (max-width:58.74875em) {
	.button.large-down-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
@media print, screen and (min-width:48em) {
	.button.large-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
@media screen and (min-width:58.75em) and (max-width:83.12375em) {
	.button.xlarge-only-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
@media print, screen and (max-width:83.12375em) {
	.button.xlarge-down-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
@media screen and (min-width:58.75em) {
	.button.xlarge-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
@media screen and (min-width:83.125em) {
	.button.xxlarge-only-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
.button.xxlarge-down-expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}
@media screen and (min-width:83.125em) {
	.button.xxlarge-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}
.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
	background-color: #d6000d;
	color: #fff
}
.button:focus, .button:hover {
	background-color: #b6000b;
	color: #fff
}
.button.primary, .button.primary.disabled, .button.primary.disabled:focus, .button.primary.disabled:hover, .button.primary[disabled], .button.primary[disabled]:focus, .button.primary[disabled]:hover {
	background-color: #d6000d;
	color: #fff
}
.button.primary:focus, .button.primary:hover {
	background-color: #ab000a;
	color: #fff
}
.button.secondary, .button.secondary.disabled, .button.secondary.disabled:focus, .button.secondary.disabled:hover, .button.secondary[disabled], .button.secondary[disabled]:focus, .button.secondary[disabled]:hover {
	background-color: #96000d;
	color: #fff
}
.button.secondary:focus, .button.secondary:hover {
	background-color: #78000a;
	color: #fff
}
.button.success, .button.success.disabled, .button.success.disabled:focus, .button.success.disabled:hover, .button.success[disabled], .button.success[disabled]:focus, .button.success[disabled]:hover {
	background-color: #693;
	color: #2f2f2f
}
.button.success:focus, .button.success:hover {
	background-color: #527a29;
	color: #2f2f2f
}
.button.warning, .button.warning.disabled, .button.warning.disabled:focus, .button.warning.disabled:hover, .button.warning[disabled], .button.warning[disabled]:focus, .button.warning[disabled]:hover {
	background-color: #f18903;
	color: #2f2f2f
}
.button.warning:focus, .button.warning:hover {
	background-color: #c16e02;
	color: #2f2f2f
}
.button.alert, .button.alert.disabled, .button.alert.disabled:focus, .button.alert.disabled:hover, .button.alert[disabled], .button.alert[disabled]:focus, .button.alert[disabled]:hover {
	background-color: #d5313b;
	color: #fff
}
.button.alert:focus, .button.alert:hover {
	background-color: #ae232c;
	color: #fff
}
.button.white, .button.white.disabled, .button.white.disabled:focus, .button.white.disabled:hover, .button.white[disabled], .button.white[disabled]:focus, .button.white[disabled]:hover {
	background-color: #fff;
	color: #2f2f2f
}
.button.white:focus, .button.white:hover {
	background-color: #ccc;
	color: #2f2f2f
}
.button.black, .button.black.disabled, .button.black.disabled:focus, .button.black.disabled:hover, .button.black[disabled], .button.black[disabled]:focus, .button.black[disabled]:hover {
	background-color: #2f2f2f;
	color: #fff
}
.button.black:focus, .button.black:hover {
	background-color: #262626;
	color: #fff
}
.button.dropdown, .button.dropdown.disabled, .button.dropdown.disabled:focus, .button.dropdown.disabled:hover, .button.dropdown[disabled], .button.dropdown[disabled]:focus, .button.dropdown[disabled]:hover {
	background-color: #2f2f2f;
	color: #fff
}
.button.dropdown:focus, .button.dropdown:hover {
	background-color: #262626;
	color: #fff
}
.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow:focus, .button.hollow:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
	background-color: transparent
}
.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
	border: 1px solid #d6000d;
	color: #d6000d
}
.button.hollow:focus, .button.hollow:hover {
	border-color: #a1000a;
	color: #a1000a
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary.disabled:focus, .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled], .button.hollow.primary[disabled]:focus, .button.hollow.primary[disabled]:hover {
	border: 1px solid #d6000d;
	color: #d6000d
}
.button.hollow.primary:focus, .button.hollow.primary:hover {
	border-color: #a1000a;
	color: #a1000a
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary.disabled:focus, .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled], .button.hollow.secondary[disabled]:focus, .button.hollow.secondary[disabled]:hover {
	border: 1px solid #96000d;
	color: #96000d
}
.button.hollow.secondary:focus, .button.hollow.secondary:hover {
	border-color: #71000a;
	color: #71000a
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success.disabled:focus, .button.hollow.success.disabled:hover, .button.hollow.success[disabled], .button.hollow.success[disabled]:focus, .button.hollow.success[disabled]:hover {
	border: 1px solid #693;
	color: #693
}
.button.hollow.success:focus, .button.hollow.success:hover {
	border-color: #4d7326;
	color: #4d7326
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning.disabled:focus, .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled], .button.hollow.warning[disabled]:focus, .button.hollow.warning[disabled]:hover {
	border: 1px solid #f18903;
	color: #f18903
}
.button.hollow.warning:focus, .button.hollow.warning:hover {
	border-color: #b56702;
	color: #b56702
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert.disabled:focus, .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled], .button.hollow.alert[disabled]:focus, .button.hollow.alert[disabled]:hover {
	border: 1px solid #d5313b;
	color: #d5313b
}
.button.hollow.alert:focus, .button.hollow.alert:hover {
	border-color: #a32129;
	color: #a32129
}
.button.hollow.white, .button.hollow.white.disabled, .button.hollow.white.disabled:focus, .button.hollow.white.disabled:hover, .button.hollow.white[disabled], .button.hollow.white[disabled]:focus, .button.hollow.white[disabled]:hover {
	border: 1px solid #fff;
	color: #fff
}
.button.hollow.white:focus, .button.hollow.white:hover {
	border-color: #bfbfbf;
	color: #bfbfbf
}
.button.hollow.black, .button.hollow.black.disabled, .button.hollow.black.disabled:focus, .button.hollow.black.disabled:hover, .button.hollow.black[disabled], .button.hollow.black[disabled]:focus, .button.hollow.black[disabled]:hover {
	border: 1px solid #2f2f2f;
	color: #2f2f2f
}
.button.hollow.black:focus, .button.hollow.black:hover {
	border-color: #232323;
	color: #232323
}
.button.hollow.dropdown, .button.hollow.dropdown.disabled, .button.hollow.dropdown.disabled:focus, .button.hollow.dropdown.disabled:hover, .button.hollow.dropdown[disabled], .button.hollow.dropdown[disabled]:focus, .button.hollow.dropdown[disabled]:hover {
	border: 1px solid #2f2f2f;
	color: #2f2f2f
}
.button.hollow.dropdown:focus, .button.hollow.dropdown:hover {
	border-color: #232323;
	color: #232323
}
.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear:focus, .button.clear:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
	border-color: transparent;
	background-color: transparent
}
.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
	color: #d6000d
}
.button.clear:focus, .button.clear:hover {
	color: #a1000a
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary.disabled:focus, .button.clear.primary.disabled:hover, .button.clear.primary[disabled], .button.clear.primary[disabled]:focus, .button.clear.primary[disabled]:hover {
	color: #d6000d
}
.button.clear.primary:focus, .button.clear.primary:hover {
	color: #a1000a
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary.disabled:focus, .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled], .button.clear.secondary[disabled]:focus, .button.clear.secondary[disabled]:hover {
	color: #96000d
}
.button.clear.secondary:focus, .button.clear.secondary:hover {
	color: #71000a
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success.disabled:focus, .button.clear.success.disabled:hover, .button.clear.success[disabled], .button.clear.success[disabled]:focus, .button.clear.success[disabled]:hover {
	color: #693
}
.button.clear.success:focus, .button.clear.success:hover {
	color: #4d7326
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning.disabled:focus, .button.clear.warning.disabled:hover, .button.clear.warning[disabled], .button.clear.warning[disabled]:focus, .button.clear.warning[disabled]:hover {
	color: #f18903
}
.button.clear.warning:focus, .button.clear.warning:hover {
	color: #b56702
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert.disabled:focus, .button.clear.alert.disabled:hover, .button.clear.alert[disabled], .button.clear.alert[disabled]:focus, .button.clear.alert[disabled]:hover {
	color: #d5313b
}
.button.clear.alert:focus, .button.clear.alert:hover {
	color: #a32129
}
.button.clear.white, .button.clear.white.disabled, .button.clear.white.disabled:focus, .button.clear.white.disabled:hover, .button.clear.white[disabled], .button.clear.white[disabled]:focus, .button.clear.white[disabled]:hover {
	color: #fff
}
.button.clear.white:focus, .button.clear.white:hover {
	color: #bfbfbf
}
.button.clear.black, .button.clear.black.disabled, .button.clear.black.disabled:focus, .button.clear.black.disabled:hover, .button.clear.black[disabled], .button.clear.black[disabled]:focus, .button.clear.black[disabled]:hover {
	color: #2f2f2f
}
.button.clear.black:focus, .button.clear.black:hover {
	color: #232323
}
.button.clear.dropdown, .button.clear.dropdown.disabled, .button.clear.dropdown.disabled:focus, .button.clear.dropdown.disabled:hover, .button.clear.dropdown[disabled], .button.clear.dropdown[disabled]:focus, .button.clear.dropdown[disabled]:hover {
	color: #2f2f2f
}
.button.clear.dropdown:focus, .button.clear.dropdown:hover {
	color: #232323
}
.button.disabled, .button[disabled] {
	opacity: .25;
	cursor: not-allowed
}
.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fff transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 1.0425em
}
.button.dropdown.clear::after, .button.dropdown.hollow::after {
	border-top-color: #d6000d
}
.button.dropdown.clear.primary::after, .button.dropdown.hollow.primary::after {
	border-top-color: #d6000d
}
.button.dropdown.clear.secondary::after, .button.dropdown.hollow.secondary::after {
	border-top-color: #96000d
}
.button.dropdown.clear.success::after, .button.dropdown.hollow.success::after {
	border-top-color: #693
}
.button.dropdown.clear.warning::after, .button.dropdown.hollow.warning::after {
	border-top-color: #f18903
}
.button.dropdown.clear.alert::after, .button.dropdown.hollow.alert::after {
	border-top-color: #d5313b
}
.button.dropdown.clear.white::after, .button.dropdown.hollow.white::after {
	border-top-color: #fff
}
.button.dropdown.clear.black::after, .button.dropdown.hollow.black::after {
	border-top-color: #2f2f2f
}
.button.dropdown.clear.dropdown::after, .button.dropdown.hollow.dropdown::after {
	border-top-color: #2f2f2f
}
.button.arrow-only::after {
	top: -.1em;
	float: none;
	margin-left: 0
}
a.button:focus, a.button:hover {
	text-decoration: none
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 3.1259rem;
	margin: 0 0 1.25rem;
	padding: .8442rem 1rem;
	border: 1px solid #666;
	border-radius: 0;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(47, 47, 47, .1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #2f2f2f;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
	outline: 0;
	border: 1px solid #333;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(47, 47, 47, .1);
	transition: box-shadow .5s, border-color .25s ease-in-out
}
textarea {
	max-width: 100%
}
textarea[rows] {
	height: auto
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #f2f2f2;
	cursor: not-allowed
}
[type=button], [type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}
input[type=search] {
	box-sizing: border-box
}
::-webkit-input-placeholder {
	color: #6e6e6e
}
:-ms-input-placeholder {
	color: #6e6e6e
}
::placeholder {
	color: #6e6e6e
}
[type=checkbox], [type=file], [type=radio] {
	margin: 0 0 1.25rem
}
[type=checkbox]+label, [type=radio]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .625rem;
	margin-right: 1.25rem;
	margin-bottom: 0
}
[type=checkbox]+label[for], [type=radio]+label[for] {
	cursor: pointer
}
label>[type=checkbox], label>[type=radio] {
	margin-right: .625rem
}
[type=file] {
	width: 100%
}
label {
	display: block;
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	color: #2f2f2f
}
label.middle {
	margin: 0 0 1.25rem;
	padding: .6875rem 0
}
.help-text {
	margin-top: -.625rem;
	font-size: .8125rem;
	font-style: italic;
	color: #2f2f2f
}
.input-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1.25rem;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.input-group>:first-child, .input-group>:first-child.input-group-button>* {
	border-radius: 0
}
.input-group>:last-child, .input-group>:last-child.input-group-button>* {
	border-radius: 0
}
.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
	margin: 0;
	white-space: nowrap
}
.input-group-label {
	padding: 0 1rem;
	border: 1px solid #666;
	background: #f2f2f2;
	color: #2f2f2f;
	text-align: center;
	white-space: nowrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-items: 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-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	min-width: 0
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0
}
legend {
	max-width: 100%;
	margin-bottom: .625rem
}
.fieldset {
	margin: 1.25rem 0;
	padding: 1.25rem;
	border: 1px solid #666
}
.fieldset legend {
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem
}
select {
	height: 3.1259rem;
	margin: 0 0 1.25rem;
	padding: .8442rem 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #666;
	border-radius: 0;
	background-color: #fff;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #2f2f2f;
	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%28110, 110, 110%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1.25rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.875rem;
	transition: box-shadow .5s, border-color .25s ease-in-out
}
@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: 0;
	border: 1px solid #333;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(47, 47, 47, .1);
	transition: box-shadow .5s, border-color .25s ease-in-out
}
select:disabled {
	background-color: #f2f2f2;
	cursor: not-allowed
}
select::-ms-expand {
	display: none
}
select[multiple] {
	height: auto;
	background-image: none
}
select:not([multiple]) {
	padding-top: 0;
	padding-bottom: 0
}
.is-invalid-input:not(:focus) {
	border-color: #d5313b;
	background-color: #fbeaeb
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #d5313b
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #d5313b
}
.is-invalid-input:not(:focus)::placeholder {
	color: #d5313b
}
.is-invalid-label {
	color: #d5313b
}
.form-error {
	display: none;
	margin-top: -.625rem;
	margin-bottom: 1.25rem;
	font-size: .75rem;
	font-weight: 700;
	color: #d5313b
}
.form-error.is-visible {
	display: block
}
.accordion {
	margin-left: 0;
	background: #fff;
	list-style-type: none
}
.accordion[disabled] .accordion-title {
	cursor: not-allowed
}
.accordion-item:first-child>:first-child {
	border-radius: 0
}
.accordion-item:last-child>:last-child {
	border-radius: 0
}
.accordion-title {
	position: relative;
	display: block;
	padding: 1.375rem 1.5rem;
	border: 0;
	border-bottom: 0;
	font-size: .9em;
	line-height: 1;
	color: #2f2f2f
}
:last-child:not(.is-active)>.accordion-title {
	border-bottom: 0;
	border-radius: 0
}
.accordion-title:focus, .accordion-title:hover {
	background-color: inherit
}
.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.5rem;
	content: ""
}
.is-active>.accordion-title::before {
	content: ""
}
.accordion-content {
	display: none;
	padding: .9375rem 1.25rem 1.875rem 1.25rem;
	border: 0;
	border-bottom: 0;
	background-color: inherit;
	color: #2f2f2f
}
:last-child>.accordion-content:last-child {
	border-bottom: 0
}
.accordion-menu li {
	width: 100%
}
.accordion-menu a {
	padding: .7rem 1.25rem
}
.accordion-menu .is-accordion-submenu a {
	padding: .7rem 1.25rem
}
.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 5px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #d6000d transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
	right: 1rem
}
.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
	right: 1rem;
	left: auto
}
.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
	right: auto;
	left: 1rem
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
	-webkit-transform: rotate(180deg);
	-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: 52px
}
.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 52px;
	cursor: pointer
}
.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #d6000d 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!important;
	height: 1px!important;
	padding: 0!important;
	overflow: hidden!important;
	clip: rect(0, 0, 0, 0)!important;
	white-space: nowrap!important;
	border: 0!important
}
.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: .3em;
	border-radius: 50%;
	font-size: .6rem;
	text-align: center;
	background: #d6000d;
	color: #fff
}
.badge.primary {
	background: #d6000d;
	color: #fff
}
.badge.secondary {
	background: #96000d;
	color: #fff
}
.badge.success {
	background: #693;
	color: #2f2f2f
}
.badge.warning {
	background: #f18903;
	color: #2f2f2f
}
.badge.alert {
	background: #d5313b;
	color: #fff
}
.badge.white {
	background: #fff;
	color: #2f2f2f
}
.badge.black {
	background: #2f2f2f;
	color: #fff
}
.badge.dropdown {
	background: #2f2f2f;
	color: #fff
}
.breadcrumbs {
	margin: 0;
	list-style: none
}
.breadcrumbs::after, .breadcrumbs::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.breadcrumbs::after {
	clear: both
}
.breadcrumbs li {
	float: left;
	font-size: .6875rem;
	color: #2f2f2f;
	cursor: default;
	text-transform: uppercase
}
.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 .5rem;
	opacity: 1;
	content: "/";
	color: #666
}
.breadcrumbs a {
	color: #6e6e6e
}
.breadcrumbs a:hover {
	text-decoration: underline
}
.breadcrumbs .disabled {
	color: #6e6e6e;
	cursor: not-allowed
}
.button-group {
	margin-bottom: 1rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.button-group::after, .button-group::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.button-group::after {
	clear: both
}
.button-group::after, .button-group::before {
	display: none
}
.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: .9rem;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.button-group .button:last-child {
	margin-right: 0
}
.button-group.tiny .button {
	font-size: .7rem
}
.button-group.small .button {
	font-size: .8rem
}
.button-group.large .button {
	font-size: 1rem
}
.button-group.expanded .button {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	margin-right: 0
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button.disabled:focus, .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled], .button-group.primary .button[disabled]:focus, .button-group.primary .button[disabled]:hover {
	background-color: #d6000d;
	color: #fff
}
.button-group.primary .button:focus, .button-group.primary .button:hover {
	background-color: #ab000a;
	color: #fff
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button.disabled:focus, .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled], .button-group.secondary .button[disabled]:focus, .button-group.secondary .button[disabled]:hover {
	background-color: #96000d;
	color: #fff
}
.button-group.secondary .button:focus, .button-group.secondary .button:hover {
	background-color: #78000a;
	color: #fff
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button.disabled:focus, .button-group.success .button.disabled:hover, .button-group.success .button[disabled], .button-group.success .button[disabled]:focus, .button-group.success .button[disabled]:hover {
	background-color: #693;
	color: #2f2f2f
}
.button-group.success .button:focus, .button-group.success .button:hover {
	background-color: #527a29;
	color: #2f2f2f
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button.disabled:focus, .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled], .button-group.warning .button[disabled]:focus, .button-group.warning .button[disabled]:hover {
	background-color: #f18903;
	color: #2f2f2f
}
.button-group.warning .button:focus, .button-group.warning .button:hover {
	background-color: #c16e02;
	color: #2f2f2f
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button.disabled:focus, .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled], .button-group.alert .button[disabled]:focus, .button-group.alert .button[disabled]:hover {
	background-color: #d5313b;
	color: #fff
}
.button-group.alert .button:focus, .button-group.alert .button:hover {
	background-color: #ae232c;
	color: #fff
}
.button-group.white .button, .button-group.white .button.disabled, .button-group.white .button.disabled:focus, .button-group.white .button.disabled:hover, .button-group.white .button[disabled], .button-group.white .button[disabled]:focus, .button-group.white .button[disabled]:hover {
	background-color: #fff;
	color: #2f2f2f
}
.button-group.white .button:focus, .button-group.white .button:hover {
	background-color: #ccc;
	color: #2f2f2f
}
.button-group.black .button, .button-group.black .button.disabled, .button-group.black .button.disabled:focus, .button-group.black .button.disabled:hover, .button-group.black .button[disabled], .button-group.black .button[disabled]:focus, .button-group.black .button[disabled]:hover {
	background-color: #2f2f2f;
	color: #fff
}
.button-group.black .button:focus, .button-group.black .button:hover {
	background-color: #262626;
	color: #fff
}
.button-group.dropdown .button, .button-group.dropdown .button.disabled, .button-group.dropdown .button.disabled:focus, .button-group.dropdown .button.disabled:hover, .button-group.dropdown .button[disabled], .button-group.dropdown .button[disabled]:focus, .button-group.dropdown .button[disabled]:hover {
	background-color: #2f2f2f;
	color: #fff
}
.button-group.dropdown .button:focus, .button-group.dropdown .button:hover {
	background-color: #262626;
	color: #fff
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:focus, .button-group.hollow .button.disabled:hover, .button-group.hollow .button:focus, .button-group.hollow .button:hover, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:focus, .button-group.hollow .button[disabled]:hover {
	background-color: transparent
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:focus, .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:focus, .button-group.hollow .button[disabled]:hover {
	border: 1px solid #d6000d;
	color: #d6000d
}
.button-group.hollow .button:focus, .button-group.hollow .button:hover {
	border-color: #a1000a;
	color: #a1000a
}
.button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary[disabled]:focus, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow.primary .button[disabled]:hover {
	border: 1px solid #d6000d;
	color: #d6000d
}
.button-group.hollow .button.primary:focus, .button-group.hollow .button.primary:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary .button:hover {
	border-color: #a1000a;
	color: #a1000a
}
.button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary[disabled]:focus, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow.secondary .button[disabled]:hover {
	border: 1px solid #96000d;
	color: #96000d
}
.button-group.hollow .button.secondary:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow.secondary .button:hover {
	border-color: #71000a;
	color: #71000a
}
.button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success[disabled]:focus, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button[disabled]:focus, .button-group.hollow.success .button[disabled]:hover {
	border: 1px solid #693;
	color: #693
}
.button-group.hollow .button.success:focus, .button-group.hollow .button.success:hover, .button-group.hollow.success .button:focus, .button-group.hollow.success .button:hover {
	border-color: #4d7326;
	color: #4d7326
}
.button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning[disabled]:focus, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow.warning .button[disabled]:hover {
	border: 1px solid #f18903;
	color: #f18903
}
.button-group.hollow .button.warning:focus, .button-group.hollow .button.warning:hover, .button-group.hollow.warning .button:focus, .button-group.hollow.warning .button:hover {
	border-color: #b56702;
	color: #b56702
}
.button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert[disabled]:focus, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow.alert .button[disabled]:hover {
	border: 1px solid #d5313b;
	color: #d5313b
}
.button-group.hollow .button.alert:focus, .button-group.hollow .button.alert:hover, .button-group.hollow.alert .button:focus, .button-group.hollow.alert .button:hover {
	border-color: #a32129;
	color: #a32129
}
.button-group.hollow .button.white, .button-group.hollow .button.white.disabled, .button-group.hollow .button.white.disabled:focus, .button-group.hollow .button.white.disabled:hover, .button-group.hollow .button.white[disabled], .button-group.hollow .button.white[disabled]:focus, .button-group.hollow .button.white[disabled]:hover, .button-group.hollow.white .button, .button-group.hollow.white .button.disabled, .button-group.hollow.white .button.disabled:focus, .button-group.hollow.white .button.disabled:hover, .button-group.hollow.white .button[disabled], .button-group.hollow.white .button[disabled]:focus, .button-group.hollow.white .button[disabled]:hover {
	border: 1px solid #fff;
	color: #fff
}
.button-group.hollow .button.white:focus, .button-group.hollow .button.white:hover, .button-group.hollow.white .button:focus, .button-group.hollow.white .button:hover {
	border-color: #bfbfbf;
	color: #bfbfbf
}
.button-group.hollow .button.black, .button-group.hollow .button.black.disabled, .button-group.hollow .button.black.disabled:focus, .button-group.hollow .button.black.disabled:hover, .button-group.hollow .button.black[disabled], .button-group.hollow .button.black[disabled]:focus, .button-group.hollow .button.black[disabled]:hover, .button-group.hollow.black .button, .button-group.hollow.black .button.disabled, .button-group.hollow.black .button.disabled:focus, .button-group.hollow.black .button.disabled:hover, .button-group.hollow.black .button[disabled], .button-group.hollow.black .button[disabled]:focus, .button-group.hollow.black .button[disabled]:hover {
	border: 1px solid #2f2f2f;
	color: #2f2f2f
}
.button-group.hollow .button.black:focus, .button-group.hollow .button.black:hover, .button-group.hollow.black .button:focus, .button-group.hollow.black .button:hover {
	border-color: #232323;
	color: #232323
}
.button-group.hollow .button.dropdown, .button-group.hollow .button.dropdown.disabled, .button-group.hollow .button.dropdown.disabled:focus, .button-group.hollow .button.dropdown.disabled:hover, .button-group.hollow .button.dropdown[disabled], .button-group.hollow .button.dropdown[disabled]:focus, .button-group.hollow .button.dropdown[disabled]:hover, .button-group.hollow.dropdown .button, .button-group.hollow.dropdown .button.disabled, .button-group.hollow.dropdown .button.disabled:focus, .button-group.hollow.dropdown .button.disabled:hover, .button-group.hollow.dropdown .button[disabled], .button-group.hollow.dropdown .button[disabled]:focus, .button-group.hollow.dropdown .button[disabled]:hover {
	border: 1px solid #2f2f2f;
	color: #2f2f2f
}
.button-group.hollow .button.dropdown:focus, .button-group.hollow .button.dropdown:hover, .button-group.hollow.dropdown .button:focus, .button-group.hollow.dropdown .button:hover {
	border-color: #232323;
	color: #232323
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button.disabled:focus, .button-group.clear .button.disabled:hover, .button-group.clear .button:focus, .button-group.clear .button:hover, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:focus, .button-group.clear .button[disabled]:hover {
	border-color: transparent;
	background-color: transparent
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button.disabled:focus, .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:focus, .button-group.clear .button[disabled]:hover {
	color: #d6000d
}
.button-group.clear .button:focus, .button-group.clear .button:hover {
	color: #a1000a
}
.button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary[disabled]:focus, .button-group.clear .button.primary[disabled]:hover, .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button[disabled]:focus, .button-group.clear.primary .button[disabled]:hover {
	color: #d6000d
}
.button-group.clear .button.primary:focus, .button-group.clear .button.primary:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary .button:hover {
	color: #a1000a
}
.button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary[disabled]:focus, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button[disabled]:focus, .button-group.clear.secondary .button[disabled]:hover {
	color: #96000d
}
.button-group.clear .button.secondary:focus, .button-group.clear .button.secondary:hover, .button-group.clear.secondary .button:focus, .button-group.clear.secondary .button:hover {
	color: #71000a
}
.button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled], .button-group.clear .button.success[disabled]:focus, .button-group.clear .button.success[disabled]:hover, .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled], .button-group.clear.success .button[disabled]:focus, .button-group.clear.success .button[disabled]:hover {
	color: #693
}
.button-group.clear .button.success:focus, .button-group.clear .button.success:hover, .button-group.clear.success .button:focus, .button-group.clear.success .button:hover {
	color: #4d7326
}
.button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning[disabled]:focus, .button-group.clear .button.warning[disabled]:hover, .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button[disabled]:focus, .button-group.clear.warning .button[disabled]:hover {
	color: #f18903
}
.button-group.clear .button.warning:focus, .button-group.clear .button.warning:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning .button:hover {
	color: #b56702
}
.button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert[disabled]:focus, .button-group.clear .button.alert[disabled]:hover, .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button[disabled]:focus, .button-group.clear.alert .button[disabled]:hover {
	color: #d5313b
}
.button-group.clear .button.alert:focus, .button-group.clear .button.alert:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert .button:hover {
	color: #a32129
}
.button-group.clear .button.white, .button-group.clear .button.white.disabled, .button-group.clear .button.white.disabled:focus, .button-group.clear .button.white.disabled:hover, .button-group.clear .button.white[disabled], .button-group.clear .button.white[disabled]:focus, .button-group.clear .button.white[disabled]:hover, .button-group.clear.white .button, .button-group.clear.white .button.disabled, .button-group.clear.white .button.disabled:focus, .button-group.clear.white .button.disabled:hover, .button-group.clear.white .button[disabled], .button-group.clear.white .button[disabled]:focus, .button-group.clear.white .button[disabled]:hover {
	color: #fff
}
.button-group.clear .button.white:focus, .button-group.clear .button.white:hover, .button-group.clear.white .button:focus, .button-group.clear.white .button:hover {
	color: #bfbfbf
}
.button-group.clear .button.black, .button-group.clear .button.black.disabled, .button-group.clear .button.black.disabled:focus, .button-group.clear .button.black.disabled:hover, .button-group.clear .button.black[disabled], .button-group.clear .button.black[disabled]:focus, .button-group.clear .button.black[disabled]:hover, .button-group.clear.black .button, .button-group.clear.black .button.disabled, .button-group.clear.black .button.disabled:focus, .button-group.clear.black .button.disabled:hover, .button-group.clear.black .button[disabled], .button-group.clear.black .button[disabled]:focus, .button-group.clear.black .button[disabled]:hover {
	color: #2f2f2f
}
.button-group.clear .button.black:focus, .button-group.clear .button.black:hover, .button-group.clear.black .button:focus, .button-group.clear.black .button:hover {
	color: #232323
}
.button-group.clear .button.dropdown, .button-group.clear .button.dropdown.disabled, .button-group.clear .button.dropdown.disabled:focus, .button-group.clear .button.dropdown.disabled:hover, .button-group.clear .button.dropdown[disabled], .button-group.clear .button.dropdown[disabled]:focus, .button-group.clear .button.dropdown[disabled]:hover, .button-group.clear.dropdown .button, .button-group.clear.dropdown .button.disabled, .button-group.clear.dropdown .button.disabled:focus, .button-group.clear.dropdown .button.disabled:hover, .button-group.clear.dropdown .button[disabled], .button-group.clear.dropdown .button[disabled]:focus, .button-group.clear.dropdown .button[disabled]:hover {
	color: #2f2f2f
}
.button-group.clear .button.dropdown:focus, .button-group.clear .button.dropdown:hover, .button-group.clear.dropdown .button:focus, .button-group.clear.dropdown .button:hover {
	color: #232323
}
.button-group.no-gaps .button {
	margin-right: -.0625rem
}
.button-group.no-gaps .button+.button {
	border-left-color: transparent
}
.button-group.stacked, .button-group.stacked-for-medium, .button-group.stacked-for-small {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.button-group.stacked .button, .button-group.stacked-for-medium .button, .button-group.stacked-for-small .button {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.button-group.stacked .button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child {
	margin-bottom: 0
}
.button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked.expanded .button {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	margin-right: 0
}
@media print, screen and (min-width:35.5em) {
	.button-group.stacked-for-small .button {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0
	}
}
@media print, screen and (min-width:48em) {
	.button-group.stacked-for-medium .button {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0
	}
}
@media print, screen and (max-width:35.49875em) {
	.button-group.stacked-for-small.expanded {
		display: block
	}
	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0
	}
}
@media print, screen and (max-width:47.99875em) {
	.button-group.stacked-for-medium.expanded {
		display: block
	}
	.button-group.stacked-for-medium.expanded .button {
		display: block;
		margin-right: 0
	}
}
.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1.1875rem;
	border: 0;
	border-radius: 0;
	background-color: #f2f2f2;
	color: #2f2f2f
}
.callout>:first-child {
	margin-top: 0
}
.callout>:last-child {
	margin-bottom: 0
}
.callout.primary {
	background-color: #d6000d;
	color: #fff
}
.callout.secondary {
	background-color: #96000d;
	color: #fff
}
.callout.success {
	background-color: #693;
	color: #2f2f2f
}
.callout.warning {
	background-color: #f18903;
	color: #2f2f2f
}
.callout.alert {
	background-color: #d5313b;
	color: #fff
}
.callout.white {
	background-color: #fff;
	color: #2f2f2f
}
.callout.black {
	background-color: #2f2f2f;
	color: #fff
}
.callout.dropdown {
	background-color: #2f2f2f;
	color: #fff
}
.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-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1.875rem;
	border: 0;
	border-radius: 0;
	background: 0 0;
	box-shadow: none;
	overflow: hidden;
	color: #2f2f2f
}
.card>:last-child {
	margin-bottom: 0
}
.card-divider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0;
	background: #f2f2f2
}
.card-divider>:last-child {
	margin-bottom: 0
}
.card-section {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0
}
.card-section>:last-child {
	margin-bottom: 0
}
.card-image {
	min-height: 1px
}
.close-button {
	position: absolute;
	z-index: 10;
	color: inherit;
	cursor: pointer
}
[data-whatinput=mouse] .close-button {
	outline: 0
}
.close-button:focus, .close-button:hover {
	color: inherit
}
.close-button.small {
	right: .66rem;
	top: .33em;
	font-size: 1.5em;
	line-height: 1
}
.close-button, .close-button.medium {
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1
}
.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
[data-whatinput=mouse] .menu li {
	outline: 0
}
.menu .button, .menu a {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .7rem 1.25rem
}
.menu a, .menu button, .menu input, .menu select {
	margin-bottom: 0
}
.menu input {
	display: inline-block
}
.menu, .menu.horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.expanded li {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.simple {
	-webkit-align-items: 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:35.5em) {
	.menu.medium-horizontal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.menu.medium-vertical {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu.medium-expanded li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
	.menu.medium-simple li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}
@media print, screen and (min-width:48em) {
	.menu.large-horizontal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.menu.large-vertical {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu.large-expanded li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
	.menu.large-simple li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}
@media screen and (min-width:58.75em) {
	.menu.xlarge-horizontal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.menu.xlarge-vertical {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu.xlarge-expanded li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
	.menu.xlarge-simple li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}
@media screen and (min-width:83.125em) {
	.menu.xxlarge-horizontal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.menu.xxlarge-vertical {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu.xxlarge-expanded li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
	.menu.xxlarge-simple li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}
.menu.nested {
	margin-right: 0;
	margin-left: 1rem
}
.menu.icons a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.menu.icon-left li a {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
	margin-right: .25rem
}
.menu.icon-right li a {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
	margin-left: .25rem
}
.menu.icon-top li a {
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}
.menu.icon-bottom li a {
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}
.menu .is-active>a {
	background: #d6000d;
	color: #fff
}
.menu .active>a {
	background: #d6000d;
	color: #fff
}
.menu.align-left {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu.align-right li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.menu.align-right li .submenu li {
	-webkit-justify-content: flex-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-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu.align-center li .submenu li {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu .menu-text {
	padding: .7rem 1.25rem;
	font-weight: 700;
	line-height: 1;
	color: inherit
}
.menu-centered>.menu {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu-centered>.menu li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu-centered>.menu li .submenu li {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.no-js [data-responsive-menu] ul {
	display: none
}
.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}
.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
	content: ''
}
.menu-icon:hover::after {
	background: #666;
	box-shadow: 0 7px 0 #666, 0 14px 0 #666
}
.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: #2f2f2f;
	box-shadow: 0 7px 0 #2f2f2f, 0 14px 0 #2f2f2f;
	content: ''
}
.menu-icon.dark:hover::after {
	background: #6e6e6e;
	box-shadow: 0 7px 0 #6e6e6e, 0 14px 0 #6e6e6e
}
.is-drilldown {
	position: relative;
	overflow: hidden
}
.is-drilldown li {
	display: block
}
.is-drilldown.animate-height {
	transition: height .5s
}
.drilldown a {
	padding: .625rem 0;
	background: #fff
}
.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fff;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .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: .625rem 0
}
.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 {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #d6000d;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem
}
.drilldown.align-left .is-drilldown-submenu-parent>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 #d6000d;
	right: 1rem;
	left: auto
}
.drilldown.align-right .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #d6000d transparent transparent;
	right: auto;
	left: 1rem
}
.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 #d6000d transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: .75rem
}
.dropdown-pane {
	position: absolute;
	z-index: 10;
	display: none;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	font-size: 1rem
}
.dropdown-pane.is-opening {
	display: block
}
.dropdown-pane.is-open {
	display: block;
	visibility: visible
}
.dropdown-pane.tiny {
	width: 100px
}
.dropdown-pane.small {
	width: 200px
}
.dropdown-pane.large {
	width: 400px
}
.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}
.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}
[data-whatinput=mouse] .dropdown.menu a {
	outline: 0
}
.dropdown.menu>li>a {
	padding: .7rem 1.25rem
}
.dropdown.menu>li.is-active>a {
	background: 0 0;
	color: #d6000d
}
.no-js .dropdown.menu ul {
	display: none
}
.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0
}
.dropdown.menu.vertical>li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto
}
.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}
@media print, screen and (min-width:35.5em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
}
@media print, screen and (min-width:48em) {
	.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.large-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
}
@media screen and (min-width:58.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-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
}
@media screen and (min-width:83.125em) {
	.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-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto
}
.is-dropdown-menu.vertical {
	width: 100px
}
.is-dropdown-menu.vertical.align-right {
	float: right
}
.is-dropdown-submenu-parent {
	position: relative
}
.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px
}
.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
	top: 100%;
	left: auto
}
.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto
}
.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}
.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 300px;
	border: 0;
	background: #fff
}
.dropdown .is-dropdown-submenu a {
	padding: .7rem 1.25rem
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: 0
}
.is-dropdown-submenu>li {
	width: 100%
}
.is-dropdown-submenu.js-dropdown-active {
	/*display: block*/
}
.flex-video, .responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 1.25rem;
	padding-bottom: 75%;
	overflow: hidden
}
.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.flex-video.widescreen, .responsive-embed.widescreen {
	padding-bottom: 56.25%
}
.label {
	display: inline-block;
	padding: .4375rem .75rem;
	border-radius: 0;
	font-size: .75rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #d6000d;
	color: #fff
}
.label.primary {
	background: #d6000d;
	color: #fff
}
.label.secondary {
	background: #96000d;
	color: #fff
}
.label.success {
	background: #693;
	color: #2f2f2f
}
.label.warning {
	background: #f18903;
	color: #2f2f2f
}
.label.alert {
	background: #d5313b;
	color: #fff
}
.label.white {
	background: #fff;
	color: #2f2f2f
}
.label.black {
	background: #2f2f2f;
	color: #fff
}
.label.dropdown {
	background: #2f2f2f;
	color: #fff
}
.media-object {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.25rem;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.media-object img {
	max-width: none
}
@media print, screen and (max-width:35.49875em) {
	.media-object.stack-for-small {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.media-object-section {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.media-object-section:first-child {
	padding-right: 1.25rem
}
.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1.25rem
}
.media-object-section>:last-child {
	margin-bottom: 0
}
@media print, screen and (max-width:35.49875em) {
	.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1.25rem;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.stack-for-small .media-object-section img {
		width: 100%
	}
}
.media-object-section.main-section {
	-webkit-flex: 1 1 0px;
	-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: 100;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease, visibility .3s ease;
	background: rgba(47, 47, 47, .6);
	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: 101;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff
}
[data-whatinput=mouse] .off-canvas {
	outline: 0
}
.off-canvas.is-transition-push {
	z-index: 101
}
.off-canvas.is-closed {
	visibility: hidden
}
.off-canvas.is-transition-overlap {
	z-index: 102
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(47, 47, 47, .7)
}
.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: 101;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff
}
[data-whatinput=mouse] .off-canvas-absolute {
	outline: 0
}
.off-canvas-absolute.is-transition-push {
	z-index: 101
}
.off-canvas-absolute.is-closed {
	visibility: hidden
}
.off-canvas-absolute.is-transition-overlap {
	z-index: 102
}
.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(47, 47, 47, .7)
}
.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: 95%;
	-webkit-transform: translateX(-95%);
	-ms-transform: translateX(-95%);
	transform: translateX(-95%)
}
@media print, screen and (min-width:35.5em) {
	.position-left {
		width: 420px;
		-webkit-transform: translateX(-420px);
		-ms-transform: translateX(-420px);
		transform: translateX(-420px)
	}
}
.off-canvas-content .off-canvas.position-left {
	-webkit-transform: translateX(-95%);
	-ms-transform: translateX(-95%);
	transform: translateX(-95%)
}
@media print, screen and (min-width:35.5em) {
	.off-canvas-content .off-canvas.position-left {
		-webkit-transform: translateX(-420px);
		-ms-transform: translateX(-420px);
		transform: translateX(-420px)
	}
}
.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(95%);
	-ms-transform: translateX(95%);
	transform: translateX(95%)
}
@media print, screen and (min-width:35.5em) {
	.off-canvas-content.is-open-left.has-transition-push {
		-webkit-transform: translateX(420px);
		-ms-transform: translateX(420px);
		transform: translateX(420px)
	}
}
.position-left.is-transition-push {
	box-shadow: inset -13px 0 20px -13px rgba(47, 47, 47, .25)
}
.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 95%;
	-webkit-transform: translateX(95%);
	-ms-transform: translateX(95%);
	transform: translateX(95%)
}
@media print, screen and (min-width:35.5em) {
	.position-right {
		width: 420px;
		-webkit-transform: translateX(420px);
		-ms-transform: translateX(420px);
		transform: translateX(420px)
	}
}
.off-canvas-content .off-canvas.position-right {
	-webkit-transform: translateX(95%);
	-ms-transform: translateX(95%);
	transform: translateX(95%)
}
@media print, screen and (min-width:35.5em) {
	.off-canvas-content .off-canvas.position-right {
		-webkit-transform: translateX(420px);
		-ms-transform: translateX(420px);
		transform: translateX(420px)
	}
}
.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(-95%);
	-ms-transform: translateX(-95%);
	transform: translateX(-95%)
}
@media print, screen and (min-width:35.5em) {
	.off-canvas-content.is-open-right.has-transition-push {
		-webkit-transform: translateX(-420px);
		-ms-transform: translateX(-420px);
		transform: translateX(-420px)
	}
}
.position-right.is-transition-push {
	box-shadow: inset 13px 0 20px -13px rgba(47, 47, 47, .25)
}
.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 120px;
	-webkit-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	transform: translateY(-120px)
}
.off-canvas-content .off-canvas.position-top {
	-webkit-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	transform: translateY(-120px)
}
.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(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px)
}
.position-top.is-transition-push {
	box-shadow: inset 0 -13px 20px -13px rgba(47, 47, 47, .25)
}
.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 120px;
	-webkit-transform: translateY(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px)
}
.off-canvas-content .off-canvas.position-bottom {
	-webkit-transform: translateY(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px)
}
.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(-120px);
	-ms-transform: translateY(-120px);
	transform: translateY(-120px)
}
.position-bottom.is-transition-push {
	box-shadow: inset 0 13px 20px -13px rgba(47, 47, 47, .25)
}
.off-canvas-content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
.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:35.5em) {
	.position-left.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-left.reveal-for-medium~.off-canvas-content {
		margin-left: 420px
	}
	.position-right.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-right.reveal-for-medium~.off-canvas-content {
		margin-right: 420px
	}
	.position-top.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-top.reveal-for-medium~.off-canvas-content {
		margin-top: 420px
	}
	.position-bottom.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-bottom.reveal-for-medium~.off-canvas-content {
		margin-bottom: 420px
	}
}
@media print, screen and (min-width:48em) {
	.position-left.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-left.reveal-for-large~.off-canvas-content {
		margin-left: 420px
	}
	.position-right.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-right.reveal-for-large~.off-canvas-content {
		margin-right: 420px
	}
	.position-top.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-top.reveal-for-large~.off-canvas-content {
		margin-top: 420px
	}
	.position-bottom.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-bottom.reveal-for-large~.off-canvas-content {
		margin-bottom: 420px
	}
}
@media screen and (min-width:58.75em) {
	.position-left.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-left.reveal-for-xlarge~.off-canvas-content {
		margin-left: 420px
	}
	.position-right.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-right.reveal-for-xlarge~.off-canvas-content {
		margin-right: 420px
	}
	.position-top.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-top.reveal-for-xlarge~.off-canvas-content {
		margin-top: 420px
	}
	.position-bottom.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-bottom.reveal-for-xlarge~.off-canvas-content {
		margin-bottom: 420px
	}
}
@media screen and (min-width:83.125em) {
	.position-left.reveal-for-xxlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-left.reveal-for-xxlarge~.off-canvas-content {
		margin-left: 420px
	}
	.position-right.reveal-for-xxlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-right.reveal-for-xxlarge~.off-canvas-content {
		margin-right: 420px
	}
	.position-top.reveal-for-xxlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-top.reveal-for-xxlarge~.off-canvas-content {
		margin-top: 420px
	}
	.position-bottom.reveal-for-xxlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 101;
		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: 420px
	}
	.position-bottom.reveal-for-xxlarge~.off-canvas-content {
		margin-bottom: 420px
	}
}
@media print, screen and (min-width:35.5em) {
	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: 0 0;
		width: auto;
		overflow: visible;
		transition: none
	}
	.off-canvas.in-canvas-for-medium.position-bottom, .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top {
		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:48em) {
	.off-canvas.in-canvas-for-large {
		visibility: visible;
		height: auto;
		position: static;
		background: 0 0;
		width: auto;
		overflow: visible;
		transition: none
	}
	.off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
		box-shadow: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.off-canvas.in-canvas-for-large .close-button {
		display: none
	}
}
@media screen and (min-width:58.75em) {
	.off-canvas.in-canvas-for-xlarge {
		visibility: visible;
		height: auto;
		position: static;
		background: 0 0;
		width: auto;
		overflow: visible;
		transition: none
	}
	.off-canvas.in-canvas-for-xlarge.position-bottom, .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top {
		box-shadow: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.off-canvas.in-canvas-for-xlarge .close-button {
		display: none
	}
}
@media screen and (min-width:83.125em) {
	.off-canvas.in-canvas-for-xxlarge {
		visibility: visible;
		height: auto;
		position: static;
		background: 0 0;
		width: auto;
		overflow: visible;
		transition: none
	}
	.off-canvas.in-canvas-for-xxlarge.position-bottom, .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top {
		box-shadow: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.off-canvas.in-canvas-for-xxlarge .close-button {
		display: none
	}
}
.orbit {
	position: relative
}
.orbit-container {
	position: relative;
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden
}
.orbit-slide {
	width: 100%;
	position: absolute
}
.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(47, 47, 47, .5);
	color: #fff
}
.orbit-next, .orbit-previous {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fff
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
	outline: 0
}
.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
	background-color: rgba(47, 47, 47, .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: #666
}
.orbit-bullets button:hover {
	background-color: #6e6e6e
}
.orbit-bullets button.is-active {
	background-color: #6e6e6e
}
.pagination {
	margin-left: 0;
	margin-bottom: 1.25rem
}
.pagination::after, .pagination::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.pagination::after {
	clear: both
}
.pagination li {
	margin-right: 5px;
	border-radius: 0;
	font-size: .9375rem;
	display: none
}
.pagination li:first-child, .pagination li:last-child {
	display: inline-block
}
.pagination li.current {
	display: inline-block
}
@media print, screen and (min-width:35.5em) {
	.pagination li {
		display: inline-block
	}
}
.pagination a, .pagination button {
	display: block;
	padding: 6px 5px 4px 5px;
	border-radius: 0;
	color: #6e6e6e
}
.pagination a:hover, .pagination button:hover {
	background: 0 0
}
.pagination .current {
	padding: 6px 5px 4px 5px;
	background: #d6000d;
	color: #fff;
	cursor: default
}
.pagination .disabled {
	padding: 6px 5px 4px 5px;
	color: #6e6e6e;
	cursor: not-allowed
}
.pagination .disabled:hover {
	background: 0 0
}
.pagination .ellipsis::after {
	padding: 6px 5px 4px 5px;
	content: '\2026';
	color: #2f2f2f
}
.pagination-previous a::before, .pagination-previous.disabled::before {
	display: inline-block;
	margin-right: .5rem;
	content: ""
}
.pagination-next a::after, .pagination-next.disabled::after {
	display: inline-block;
	margin-left: .5rem;
	content: ""
}
.progress {
	height: 8px;
	margin-bottom: 1.25rem;
	border-radius: 8px;
	background-color: #666
}
.progress.primary .progress-meter {
	background-color: #d6000d
}
.progress.secondary .progress-meter {
	background-color: #96000d
}
.progress.success .progress-meter {
	background-color: #693
}
.progress.warning .progress-meter {
	background-color: #f18903
}
.progress.alert .progress-meter {
	background-color: #d5313b
}
.progress.white .progress-meter {
	background-color: #fff
}
.progress.black .progress-meter {
	background-color: #2f2f2f
}
.progress.dropdown .progress-meter {
	background-color: #2f2f2f
}
.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #d6000d;
	border-radius: 0
}
.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: .75rem;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	border-radius: 8px
}
.slider {
	position: relative;
	height: 4px;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #666;
	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: 4px;
	background-color: #6e6e6e;
	transition: all .2s ease-in-out
}
.slider-fill.is-dragging {
	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: 20px;
	height: 20px;
	border-radius: 0;
	background-color: #d6000d;
	transition: all .2s ease-in-out;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
[data-whatinput=mouse] .slider-handle {
	outline: 0
}
.slider-handle:hover {
	background-color: #b6000b
}
.slider-handle.is-dragging {
	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: 20px;
	height: 20px;
	-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
}
html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden
}
html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll
}
html.is-reveal-open body {
	overflow-y: hidden
}
.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(47, 47, 47, .45);
	overflow-y: auto
}
.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1.25rem;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto
}
[data-whatinput=mouse] .reveal {
	outline: 0
}
@media print, screen and (min-width:35.5em) {
	.reveal {
		min-height: 0
	}
}
.reveal .column {
	min-width: 0
}
.reveal>:last-child {
	margin-bottom: 0
}
@media print, screen and (min-width:35.5em) {
	.reveal {
		width: 800px;
		max-width: 83.125rem
	}
}
.reveal.collapse {
	padding: 0
}
@media print, screen and (min-width:35.5em) {
	.reveal.tiny {
		width: 30%;
		max-width: 83.125rem
	}
}
@media print, screen and (min-width:35.5em) {
	.reveal.small {
		width: 50%;
		max-width: 83.125rem
	}
}
@media print, screen and (min-width:35.5em) {
	.reveal.large {
		width: 90%;
		max-width: 83.125rem
	}
}
.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0
}
@media print, screen and (max-width:35.49875em) {
	.reveal {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 100%;
		margin-left: 0;
		border: 0;
		border-radius: 0
	}
}
.reveal.without-overlay {
	position: fixed
}
.switch {
	height: 2rem;
	position: relative;
	margin-bottom: 1.25rem;
	outline: 0;
	font-size: .875rem;
	font-weight: 700;
	color: #fff;
	-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: #666;
	transition: all .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: #fff;
	transition: all .25s ease-out;
	content: ''
}
input:checked~.switch-paddle {
	background: #d6000d
}
input:checked~.switch-paddle::after {
	left: 2.25rem
}
input:disabled~.switch-paddle {
	cursor: not-allowed;
	opacity: .5
}
[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: 2.5rem
}
.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1rem
}
.switch.large .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 2rem;
	height: 2rem
}
.switch.large input:checked~.switch-paddle::after {
	left: 2.75rem
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1.25rem;
	border-radius: 0
}
tbody, tfoot, thead {
	border: 0;
	background-color: transparent
}
caption {
	padding: .85em;
	font-weight: 700
}
thead {
	background: 0 0;
	color: #2f2f2f
}
tfoot {
	background: #fff;
	color: #2f2f2f
}
tfoot tr, thead tr {
	background: 0 0
}
tfoot td, tfoot th, thead td, thead th {
	padding: .85em;
	font-weight: 700;
	text-align: left
}
tbody td, tbody th {
	padding: .85em
}
tbody tr {
	border-bottom: 0;
	border-bottom: 0;
	background-color: transparent
}
table.striped tbody tr:nth-child(odd) {
	background-color: #f5f5f5
}
@media print, screen and (max-width:35.49875em) {
	table.stack thead {
		display: none
	}
	table.stack tfoot {
		display: none
	}
	table.stack td, table.stack th, table.stack tr {
		display: block
	}
	table.stack td {
		border-top: 0
	}
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}
table.hover thead tr:hover {
	background-color: rgba(0, 0, 0, 0)
}
table.hover tfoot tr:hover {
	background-color: #fafafa
}
table.hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0)
}
table.hover.striped tr:nth-of-type(odd):hover {
	background-color: rgba(0, 0, 0, 0)
}
.table-scroll {
	overflow-x: auto
}
.tabs {
	margin: 0;
	border: 1px solid transparent;
	background: 0 0;
	list-style-type: none
}
.tabs::after, .tabs::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-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: 0 0
}
.tabs.primary {
	background: #d6000d
}
.tabs.primary>li>a {
	color: #fff
}
.tabs.primary>li>a:focus, .tabs.primary>li>a:hover {
	background: #cb000c
}
.tabs-title {
	float: left
}
.tabs-title>a {
	display: block;
	padding: 1.125rem 1.25rem;
	font-size: 1em;
	line-height: 1;
	color: #6e6e6e
}
[data-whatinput=mouse] .tabs-title>a {
	outline: 0
}
.tabs-title>a:hover {
	background: 0 0;
	color: #5f5f5f
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
	background: 0 0;
	color: #2f2f2f!important
}
.tabs-content {
	border: 1px solid transparent;
	border-top: 0;
	background: 0 0;
	color: #2f2f2f;
	transition: all .5s ease
}
.tabs-content.vertical {
	border: 1px solid transparent;
	border-left: 0
}
.tabs-panel {
	display: none;
	padding: 1.875rem 0 0 0
}
.tabs-panel.is-active {
	display: block
}
.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1.25rem;
	border: solid 4px #fff;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(47, 47, 47, .2);
	line-height: 0
}
a.thumbnail {
	transition: box-shadow .2s ease-out
}
a.thumbnail:focus, a.thumbnail:hover {
	box-shadow: 0 0 6px 1px rgba(214, 0, 13, .5)
}
a.thumbnail image {
	box-shadow: none
}
.title-bar {
	padding: 0;
	background: #2f2f2f;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: 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-flex: 1 1 0px;
	-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: 700
}
.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: dotted 1px #6e6e6e;
	font-weight: 400;
	cursor: help
}
.tooltip {
	position: absolute;
	top: calc(100% + .433rem);
	z-index: 1200;
	max-width: 15rem;
	padding: .5rem .6rem;
	border-radius: 0;
	background-color: #2f2f2f;
	font-size: 76.5%;
	color: #fff
}
.tooltip::before {
	position: absolute
}
.tooltip.bottom::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .5rem;
	content: '';
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #2f2f2f;
	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 .5rem;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #2f2f2f 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 .5rem;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #2f2f2f;
	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 .5rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #2f2f2f 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-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar, .top-bar ul {
	background-color: #f2f2f2
}
.top-bar ul ul {
	background-color: #fff
}
.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-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
@media print, screen and (min-width:35.5em) {
	.top-bar {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.top-bar .top-bar-left {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: auto
	}
	.top-bar .top-bar-right {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto
	}
}
@media print, screen and (max-width:47.99875em) {
	.top-bar.stacked-for-medium {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}
@media print, screen and (max-width:58.74875em) {
	.top-bar.stacked-for-large {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}
@media print, screen and (max-width:83.12375em) {
	.top-bar.stacked-for-xlarge {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}
.top-bar.stacked-for-xxlarge {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar.stacked-for-xxlarge .top-bar-left, .top-bar.stacked-for-xxlarge .top-bar-right {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.top-bar-title {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: .5rem 1rem .5rem 0
}
.top-bar-left, .top-bar-right {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.hide {
	display: none!important
}
.invisible {
	visibility: hidden
}
@media print, screen and (max-width:35.49875em) {
	.hide-for-small-only {
		display: none!important
	}
}
@media screen and (max-width:0em), screen and (min-width:35.5em) {
	.show-for-small-only {
		display: none!important
	}
}
@media print, screen and (min-width:35.5em) {
	.hide-for-medium {
		display: none!important
	}
}
@media screen and (max-width:35.49875em) {
	.show-for-medium {
		display: none!important
	}
}
@media print, screen and (min-width:35.5em) and (max-width:47.99875em) {
	.hide-for-medium-only {
		display: none!important
	}
}
@media screen and (max-width:35.49875em), screen and (min-width:48em) {
	.show-for-medium-only {
		display: none!important
	}
}
@media print, screen and (min-width:48em) {
	.hide-for-large {
		display: none!important
	}
}
@media screen and (max-width:47.99875em) {
	.show-for-large {
		display: none!important
	}
}
@media print, screen and (min-width:48em) and (max-width:58.74875em) {
	.hide-for-large-only {
		display: none!important
	}
}
@media screen and (max-width:47.99875em), screen and (min-width:58.75em) {
	.show-for-large-only {
		display: none!important
	}
}
@media screen and (min-width:58.75em) {
	.hide-for-xlarge {
		display: none!important
	}
}
@media screen and (max-width:58.74875em) {
	.show-for-xlarge {
		display: none!important
	}
}
@media screen and (min-width:58.75em) and (max-width:83.12375em) {
	.hide-for-xlarge-only {
		display: none!important
	}
}
@media screen and (max-width:58.74875em), screen and (min-width:83.125em) {
	.show-for-xlarge-only {
		display: none!important
	}
}
@media screen and (min-width:83.125em) {
	.hide-for-xxlarge {
		display: none!important
	}
}
@media screen and (max-width:83.12375em) {
	.show-for-xxlarge {
		display: none!important
	}
}
@media screen and (min-width:83.125em) {
	.hide-for-xxlarge-only {
		display: none!important
	}
}
@media screen and (max-width:83.12375em) {
	.show-for-xxlarge-only {
		display: none!important
	}
}
.show-for-sr, .show-on-focus {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	overflow: hidden!important;
	clip: rect(0, 0, 0, 0)!important;
	white-space: nowrap!important;
	border: 0!important
}
.show-on-focus:active, .show-on-focus:focus {
	position: static!important;
	width: auto!important;
	height: auto!important;
	overflow: visible!important;
	clip: auto!important;
	white-space: normal!important
}
.hide-for-portrait, .show-for-landscape {
	display: block!important
}
@media screen and (orientation:landscape) {
	.hide-for-portrait, .show-for-landscape {
		display: block!important
	}
}
@media screen and (orientation:portrait) {
	.hide-for-portrait, .show-for-landscape {
		display: none!important
	}
}
.hide-for-landscape, .show-for-portrait {
	display: none!important
}
@media screen and (orientation:landscape) {
	.hide-for-landscape, .show-for-portrait {
		display: none!important
	}
}
@media screen and (orientation:portrait) {
	.hide-for-landscape, .show-for-portrait {
		display: block!important
	}
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}
.clearfix::after, .clearfix::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.clearfix::after {
	clear: both
}
.align-left {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.align-right {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.align-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.align-justify {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.align-spaced {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.align-left.vertical.menu>li>a {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.align-right.vertical.menu>li>a {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.align-center.vertical.menu>li>a {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.align-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}
.align-bottom {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.align-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.align-stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}
.align-center-middle {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}
.small-order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.small-order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.small-order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.small-order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.small-order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.small-order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.small-order-7 {
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.small-order-8 {
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.small-order-9 {
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.small-order-10 {
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.small-order-11 {
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.small-order-12 {
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
@media print, screen and (min-width:35.5em) {
	.medium-order-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.medium-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.medium-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.medium-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.medium-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.medium-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.medium-order-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.medium-order-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.medium-order-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.medium-order-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.medium-order-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.medium-order-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}
@media print, screen and (min-width:48em) {
	.large-order-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.large-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.large-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.large-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.large-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.large-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.large-order-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.large-order-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.large-order-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.large-order-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.large-order-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.large-order-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-order-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xlarge-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.xlarge-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.xlarge-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.xlarge-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.xlarge-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.xlarge-order-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.xlarge-order-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.xlarge-order-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.xlarge-order-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.xlarge-order-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.xlarge-order-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-order-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xxlarge-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.xxlarge-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.xxlarge-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.xxlarge-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.xxlarge-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.xxlarge-order-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.xxlarge-order-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.xxlarge-order-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.xxlarge-order-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.xxlarge-order-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.xxlarge-order-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}
.flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.flex-child-auto {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.flex-child-grow {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.flex-child-shrink {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.flex-dir-row {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.flex-dir-row-reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.flex-dir-column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.flex-dir-column-reverse {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
@media print, screen and (min-width:35.5em) {
	.medium-flex-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.medium-flex-child-auto {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.medium-flex-child-grow {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.medium-flex-child-shrink {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.medium-flex-dir-row {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.medium-flex-dir-row-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.medium-flex-dir-column {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.medium-flex-dir-column-reverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
@media print, screen and (min-width:48em) {
	.large-flex-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.large-flex-child-auto {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.large-flex-child-grow {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.large-flex-child-shrink {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.large-flex-dir-row {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.large-flex-dir-row-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.large-flex-dir-column {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.large-flex-dir-column-reverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-flex-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.xlarge-flex-child-auto {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.xlarge-flex-child-grow {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.xlarge-flex-child-shrink {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.xlarge-flex-dir-row {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.xlarge-flex-dir-row-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.xlarge-flex-dir-column {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.xlarge-flex-dir-column-reverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-flex-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.xxlarge-flex-child-auto {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.xxlarge-flex-child-grow {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.xxlarge-flex-child-shrink {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.xxlarge-flex-dir-row {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.xxlarge-flex-dir-row-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.xxlarge-flex-dir-column {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.xxlarge-flex-dir-column-reverse {
		-webkit-flex-direction: column-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
}
@media print, screen and (min-width:35.5em) {
	.medium-text-hide {
		font: 0/0 a!important;
		color: transparent!important;
		text-shadow: none!important;
		background-color: transparent!important;
		border: 0!important
	}
	.medium-text-truncate {
		max-width: 100%!important;
		overflow: hidden!important;
		text-overflow: ellipsis;
		white-space: nowrap!important
	}
	.medium-text-nowrap {
		white-space: nowrap!important
	}
	.medium-text-wrap {
		word-wrap: break-word!important
	}
}
@media print, screen and (min-width:48em) {
	.large-text-hide {
		font: 0/0 a!important;
		color: transparent!important;
		text-shadow: none!important;
		background-color: transparent!important;
		border: 0!important
	}
	.large-text-truncate {
		max-width: 100%!important;
		overflow: hidden!important;
		text-overflow: ellipsis;
		white-space: nowrap!important
	}
	.large-text-nowrap {
		white-space: nowrap!important
	}
	.large-text-wrap {
		word-wrap: break-word!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-text-hide {
		font: 0/0 a!important;
		color: transparent!important;
		text-shadow: none!important;
		background-color: transparent!important;
		border: 0!important
	}
	.xlarge-text-truncate {
		max-width: 100%!important;
		overflow: hidden!important;
		text-overflow: ellipsis;
		white-space: nowrap!important
	}
	.xlarge-text-nowrap {
		white-space: nowrap!important
	}
	.xlarge-text-wrap {
		word-wrap: break-word!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-text-hide {
		font: 0/0 a!important;
		color: transparent!important;
		text-shadow: none!important;
		background-color: transparent!important;
		border: 0!important
	}
	.xxlarge-text-truncate {
		max-width: 100%!important;
		overflow: hidden!important;
		text-overflow: ellipsis;
		white-space: nowrap!important
	}
	.xxlarge-text-nowrap {
		white-space: nowrap!important
	}
	.xxlarge-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
}
@media print, screen and (min-width:35.5em) {
	.medium-text-lowercase {
		text-transform: lowercase!important
	}
	.medium-text-uppercase {
		text-transform: uppercase!important
	}
	.medium-text-capitalize {
		text-transform: capitalize!important
	}
}
@media print, screen and (min-width:48em) {
	.large-text-lowercase {
		text-transform: lowercase!important
	}
	.large-text-uppercase {
		text-transform: uppercase!important
	}
	.large-text-capitalize {
		text-transform: capitalize!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-text-lowercase {
		text-transform: lowercase!important
	}
	.xlarge-text-uppercase {
		text-transform: uppercase!important
	}
	.xlarge-text-capitalize {
		text-transform: capitalize!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-text-lowercase {
		text-transform: lowercase!important
	}
	.xxlarge-text-uppercase {
		text-transform: uppercase!important
	}
	.xxlarge-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
}
@media print, screen and (min-width:35.5em) {
	.medium-text-overline {
		text-decoration: overline!important
	}
	.medium-text-underline {
		text-decoration: underline!important
	}
	.medium-text-line-through {
		text-decoration: line-through!important
	}
}
@media print, screen and (min-width:48em) {
	.large-text-overline {
		text-decoration: overline!important
	}
	.large-text-underline {
		text-decoration: underline!important
	}
	.large-text-line-through {
		text-decoration: line-through!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-text-overline {
		text-decoration: overline!important
	}
	.xlarge-text-underline {
		text-decoration: underline!important
	}
	.xlarge-text-line-through {
		text-decoration: line-through!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-text-overline {
		text-decoration: overline!important
	}
	.xxlarge-text-underline {
		text-decoration: underline!important
	}
	.xxlarge-text-line-through {
		text-decoration: line-through!important
	}
}
.font-wide {
	letter-spacing: .25rem
}
.font-normal {
	font-weight: 400
}
.font-bold {
	font-weight: 700
}
.font-italic {
	font-style: italic!important
}
@media print, screen and (min-width:35.5em) {
	.medium-font-wide {
		letter-spacing: .25rem
	}
	.medium-font-normal {
		font-weight: 400
	}
	.medium-font-bold {
		font-weight: 700
	}
	.medium-font-italic {
		font-style: italic!important
	}
}
@media print, screen and (min-width:48em) {
	.large-font-wide {
		letter-spacing: .25rem
	}
	.large-font-normal {
		font-weight: 400
	}
	.large-font-bold {
		font-weight: 700
	}
	.large-font-italic {
		font-style: italic!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-font-wide {
		letter-spacing: .25rem
	}
	.xlarge-font-normal {
		font-weight: 400
	}
	.xlarge-font-bold {
		font-weight: 700
	}
	.xlarge-font-italic {
		font-style: italic!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-font-wide {
		letter-spacing: .25rem
	}
	.xxlarge-font-normal {
		font-weight: 400
	}
	.xxlarge-font-bold {
		font-weight: 700
	}
	.xxlarge-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
}
@media print, screen and (min-width:35.5em) {
	ul.medium-list-disc {
		list-style-type: disc!important
	}
	ul.medium-list-circle {
		list-style-type: circle!important
	}
	ul.medium-list-square {
		list-style-type: square!important
	}
}
@media print, screen and (min-width:48em) {
	ul.large-list-disc {
		list-style-type: disc!important
	}
	ul.large-list-circle {
		list-style-type: circle!important
	}
	ul.large-list-square {
		list-style-type: square!important
	}
}
@media screen and (min-width:58.75em) {
	ul.xlarge-list-disc {
		list-style-type: disc!important
	}
	ul.xlarge-list-circle {
		list-style-type: circle!important
	}
	ul.xlarge-list-square {
		list-style-type: square!important
	}
}
@media screen and (min-width:83.125em) {
	ul.xxlarge-list-disc {
		list-style-type: disc!important
	}
	ul.xxlarge-list-circle {
		list-style-type: circle!important
	}
	ul.xxlarge-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
}
@media print, screen and (min-width:35.5em) {
	ol.medium-list-decimal {
		list-style-type: decimal!important
	}
	ol.medium-list-lower-alpha {
		list-style-type: lower-alpha!important
	}
	ol.medium-list-lower-latin {
		list-style-type: lower-latin!important
	}
	ol.medium-list-lower-roman {
		list-style-type: lower-roman!important
	}
	ol.medium-list-upper-alpha {
		list-style-type: upper-alpha!important
	}
	ol.medium-list-upper-latin {
		list-style-type: upper-latin!important
	}
	ol.medium-list-upper-roman {
		list-style-type: upper-roman!important
	}
}
@media print, screen and (min-width:48em) {
	ol.large-list-decimal {
		list-style-type: decimal!important
	}
	ol.large-list-lower-alpha {
		list-style-type: lower-alpha!important
	}
	ol.large-list-lower-latin {
		list-style-type: lower-latin!important
	}
	ol.large-list-lower-roman {
		list-style-type: lower-roman!important
	}
	ol.large-list-upper-alpha {
		list-style-type: upper-alpha!important
	}
	ol.large-list-upper-latin {
		list-style-type: upper-latin!important
	}
	ol.large-list-upper-roman {
		list-style-type: upper-roman!important
	}
}
@media screen and (min-width:58.75em) {
	ol.xlarge-list-decimal {
		list-style-type: decimal!important
	}
	ol.xlarge-list-lower-alpha {
		list-style-type: lower-alpha!important
	}
	ol.xlarge-list-lower-latin {
		list-style-type: lower-latin!important
	}
	ol.xlarge-list-lower-roman {
		list-style-type: lower-roman!important
	}
	ol.xlarge-list-upper-alpha {
		list-style-type: upper-alpha!important
	}
	ol.xlarge-list-upper-latin {
		list-style-type: upper-latin!important
	}
	ol.xlarge-list-upper-roman {
		list-style-type: upper-roman!important
	}
}
@media screen and (min-width:83.125em) {
	ol.xxlarge-list-decimal {
		list-style-type: decimal!important
	}
	ol.xxlarge-list-lower-alpha {
		list-style-type: lower-alpha!important
	}
	ol.xxlarge-list-lower-latin {
		list-style-type: lower-latin!important
	}
	ol.xxlarge-list-lower-roman {
		list-style-type: lower-roman!important
	}
	ol.xxlarge-list-upper-alpha {
		list-style-type: upper-alpha!important
	}
	ol.xxlarge-list-upper-latin {
		list-style-type: upper-latin!important
	}
	ol.xxlarge-list-upper-roman {
		list-style-type: upper-roman!important
	}
}
.rounded {
	border-radius: 5000px!important
}
.rounded .switch-paddle {
	border-radius: 5000px!important
}
.rounded .switch-paddle:after {
	border-radius: 50%
}
.radius {
	border-radius: .1875rem
}
@media print, screen and (min-width:35.5em) {
	.medium-rounded {
		border-radius: 5000px!important
	}
	.medium-radius {
		border-radius: .1875rem
	}
}
@media print, screen and (min-width:48em) {
	.large-rounded {
		border-radius: 5000px!important
	}
	.large-radius {
		border-radius: .1875rem
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-rounded {
		border-radius: 5000px!important
	}
	.xlarge-radius {
		border-radius: .1875rem
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-rounded {
		border-radius: 5000px!important
	}
	.xxlarge-radius {
		border-radius: .1875rem
	}
}
.bordered {
	border: .0625rem solid #dedede
}
@media print, screen and (min-width:35.5em) {
	.medium-bordered {
		border: .0625rem solid #dedede
	}
}
@media print, screen and (min-width:48em) {
	.large-bordered {
		border: .0625rem solid #dedede
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-bordered {
		border: .0625rem solid #dedede
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-bordered {
		border: .0625rem solid #dedede
	}
}
.shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
@media print, screen and (min-width:35.5em) {
	.medium-shadow {
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
	}
}
@media print, screen and (min-width:48em) {
	.large-shadow {
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-shadow {
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-shadow {
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(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: #2f2f2f 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 #2f2f2f
}
.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 #2f2f2f
}
.arrow-left {
	display: block;
	width: 0;
	height: 0;
	border: inset .4375rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #2f2f2f transparent transparent
}
.separator-center {
	text-align: center!important
}
.separator-center::after, .separator-center::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.separator-center::after {
	clear: both
}
.separator-center::after {
	position: relative!important;
	width: 3.3335rem;
	border-bottom: .1875rem solid #d6000d;
	margin: .9375rem auto 0
}
.separator-left {
	text-align: left!important
}
.separator-left::after, .separator-left::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.separator-left::after {
	clear: both
}
.separator-left::after {
	position: relative!important;
	width: 3.3335rem;
	border-bottom: .1875rem solid #d6000d;
	margin: .9375rem auto 0;
	margin-left: 0!important
}
.separator-right {
	text-align: right!important
}
.separator-right::after, .separator-right::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.separator-right::after {
	clear: both
}
.separator-right::after {
	position: relative!important;
	width: 3.3335rem;
	border-bottom: .1875rem solid #d6000d;
	margin: .9375rem auto 0;
	margin-right: 0!important
}
@media print, screen and (min-width:35.5em) {
	.medium-separator-center {
		text-align: center!important
	}
	.medium-separator-center::after, .medium-separator-center::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.medium-separator-center::after {
		clear: both
	}
	.medium-separator-center::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0
	}
	.medium-separator-left {
		text-align: left!important
	}
	.medium-separator-left::after, .medium-separator-left::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.medium-separator-left::after {
		clear: both
	}
	.medium-separator-left::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0;
		margin-left: 0!important
	}
	.medium-separator-right {
		text-align: right!important
	}
	.medium-separator-right::after, .medium-separator-right::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.medium-separator-right::after {
		clear: both
	}
	.medium-separator-right::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0;
		margin-right: 0!important
	}
}
@media print, screen and (min-width:48em) {
	.large-separator-center {
		text-align: center!important
	}
	.large-separator-center::after, .large-separator-center::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.large-separator-center::after {
		clear: both
	}
	.large-separator-center::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0
	}
	.large-separator-left {
		text-align: left!important
	}
	.large-separator-left::after, .large-separator-left::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.large-separator-left::after {
		clear: both
	}
	.large-separator-left::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0;
		margin-left: 0!important
	}
	.large-separator-right {
		text-align: right!important
	}
	.large-separator-right::after, .large-separator-right::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.large-separator-right::after {
		clear: both
	}
	.large-separator-right::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0;
		margin-right: 0!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-separator-center {
		text-align: center!important
	}
	.xlarge-separator-center::after, .xlarge-separator-center::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xlarge-separator-center::after {
		clear: both
	}
	.xlarge-separator-center::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0
	}
	.xlarge-separator-left {
		text-align: left!important
	}
	.xlarge-separator-left::after, .xlarge-separator-left::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xlarge-separator-left::after {
		clear: both
	}
	.xlarge-separator-left::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0;
		margin-left: 0!important
	}
	.xlarge-separator-right {
		text-align: right!important
	}
	.xlarge-separator-right::after, .xlarge-separator-right::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xlarge-separator-right::after {
		clear: both
	}
	.xlarge-separator-right::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0;
		margin-right: 0!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-separator-center {
		text-align: center!important
	}
	.xxlarge-separator-center::after, .xxlarge-separator-center::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xxlarge-separator-center::after {
		clear: both
	}
	.xxlarge-separator-center::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0
	}
	.xxlarge-separator-left {
		text-align: left!important
	}
	.xxlarge-separator-left::after, .xxlarge-separator-left::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xxlarge-separator-left::after {
		clear: both
	}
	.xxlarge-separator-left::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem auto 0;
		margin-left: 0!important
	}
	.xxlarge-separator-right {
		text-align: right!important
	}
	.xxlarge-separator-right::after, .xxlarge-separator-right::before {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.xxlarge-separator-right::after {
		clear: both
	}
	.xxlarge-separator-right::after {
		position: relative!important;
		width: 3.3335rem;
		border-bottom: .1875rem solid #d6000d;
		margin: .9375rem 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
}
@media print, screen and (min-width:35.5em) {
	.medium-overflow-visible {
		overflow: visible!important
	}
	.medium-overflow-x-visible {
		overflow-x: visible!important
	}
	.medium-overflow-y-visible {
		overflow-y: visible!important
	}
	.medium-overflow-hidden {
		overflow: hidden!important
	}
	.medium-overflow-x-hidden {
		overflow-x: hidden!important
	}
	.medium-overflow-y-hidden {
		overflow-y: hidden!important
	}
	.medium-overflow-scroll {
		overflow: scroll!important
	}
	.medium-overflow-x-scroll {
		overflow-x: scroll!important
	}
	.medium-overflow-y-scroll {
		overflow-y: scroll!important
	}
}
@media print, screen and (min-width:48em) {
	.large-overflow-visible {
		overflow: visible!important
	}
	.large-overflow-x-visible {
		overflow-x: visible!important
	}
	.large-overflow-y-visible {
		overflow-y: visible!important
	}
	.large-overflow-hidden {
		overflow: hidden!important
	}
	.large-overflow-x-hidden {
		overflow-x: hidden!important
	}
	.large-overflow-y-hidden {
		overflow-y: hidden!important
	}
	.large-overflow-scroll {
		overflow: scroll!important
	}
	.large-overflow-x-scroll {
		overflow-x: scroll!important
	}
	.large-overflow-y-scroll {
		overflow-y: scroll!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-overflow-visible {
		overflow: visible!important
	}
	.xlarge-overflow-x-visible {
		overflow-x: visible!important
	}
	.xlarge-overflow-y-visible {
		overflow-y: visible!important
	}
	.xlarge-overflow-hidden {
		overflow: hidden!important
	}
	.xlarge-overflow-x-hidden {
		overflow-x: hidden!important
	}
	.xlarge-overflow-y-hidden {
		overflow-y: hidden!important
	}
	.xlarge-overflow-scroll {
		overflow: scroll!important
	}
	.xlarge-overflow-x-scroll {
		overflow-x: scroll!important
	}
	.xlarge-overflow-y-scroll {
		overflow-y: scroll!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-overflow-visible {
		overflow: visible!important
	}
	.xxlarge-overflow-x-visible {
		overflow-x: visible!important
	}
	.xxlarge-overflow-y-visible {
		overflow-y: visible!important
	}
	.xxlarge-overflow-hidden {
		overflow: hidden!important
	}
	.xxlarge-overflow-x-hidden {
		overflow-x: hidden!important
	}
	.xxlarge-overflow-y-hidden {
		overflow-y: hidden!important
	}
	.xxlarge-overflow-scroll {
		overflow: scroll!important
	}
	.xxlarge-overflow-x-scroll {
		overflow-x: scroll!important
	}
	.xxlarge-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
}
@media print, screen and (min-width:35.5em) {
	.medium-display-inline {
		display: inline!important
	}
	.medium-display-inline-block {
		display: inline-block!important
	}
	.medium-display-block {
		display: block!important
	}
	.medium-display-table {
		display: table!important
	}
	.medium-display-table-cell {
		display: table-cell!important
	}
}
@media print, screen and (min-width:48em) {
	.large-display-inline {
		display: inline!important
	}
	.large-display-inline-block {
		display: inline-block!important
	}
	.large-display-block {
		display: block!important
	}
	.large-display-table {
		display: table!important
	}
	.large-display-table-cell {
		display: table-cell!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-display-inline {
		display: inline!important
	}
	.xlarge-display-inline-block {
		display: inline-block!important
	}
	.xlarge-display-block {
		display: block!important
	}
	.xlarge-display-table {
		display: table!important
	}
	.xlarge-display-table-cell {
		display: table-cell!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-display-inline {
		display: inline!important
	}
	.xxlarge-display-inline-block {
		display: inline-block!important
	}
	.xxlarge-display-block {
		display: block!important
	}
	.xxlarge-display-table {
		display: table!important
	}
	.xxlarge-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: 0!important;
	right: 0!important;
	left: 0!important;
	z-index: 975
}
.position-fixed-bottom {
	position: fixed!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important;
	z-index: 975
}
@media print, screen and (min-width:35.5em) {
	.medium-position-static {
		position: static!important
	}
	.medium-position-relative {
		position: relative!important
	}
	.medium-position-absolute {
		position: absolute!important
	}
	.medium-position-fixed {
		position: fixed!important
	}
	.medium-position-fixed-top {
		position: fixed!important;
		top: 0!important;
		right: 0!important;
		left: 0!important;
		z-index: 975
	}
	.medium-position-fixed-bottom {
		position: fixed!important;
		right: 0!important;
		bottom: 0!important;
		left: 0!important;
		z-index: 975
	}
}
@media print, screen and (min-width:48em) {
	.large-position-static {
		position: static!important
	}
	.large-position-relative {
		position: relative!important
	}
	.large-position-absolute {
		position: absolute!important
	}
	.large-position-fixed {
		position: fixed!important
	}
	.large-position-fixed-top {
		position: fixed!important;
		top: 0!important;
		right: 0!important;
		left: 0!important;
		z-index: 975
	}
	.large-position-fixed-bottom {
		position: fixed!important;
		right: 0!important;
		bottom: 0!important;
		left: 0!important;
		z-index: 975
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-position-static {
		position: static!important
	}
	.xlarge-position-relative {
		position: relative!important
	}
	.xlarge-position-absolute {
		position: absolute!important
	}
	.xlarge-position-fixed {
		position: fixed!important
	}
	.xlarge-position-fixed-top {
		position: fixed!important;
		top: 0!important;
		right: 0!important;
		left: 0!important;
		z-index: 975
	}
	.xlarge-position-fixed-bottom {
		position: fixed!important;
		right: 0!important;
		bottom: 0!important;
		left: 0!important;
		z-index: 975
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-position-static {
		position: static!important
	}
	.xxlarge-position-relative {
		position: relative!important
	}
	.xxlarge-position-absolute {
		position: absolute!important
	}
	.xxlarge-position-fixed {
		position: fixed!important
	}
	.xxlarge-position-fixed-top {
		position: fixed!important;
		top: 0!important;
		right: 0!important;
		left: 0!important;
		z-index: 975
	}
	.xxlarge-position-fixed-bottom {
		position: fixed!important;
		right: 0!important;
		bottom: 0!important;
		left: 0!important;
		z-index: 975
	}
}
.border-box {
	box-sizing: border-box!important
}
@media print, screen and (min-width:35.5em) {
	.medium-border-box {
		box-sizing: border-box!important
	}
}
@media print, screen and (min-width:48em) {
	.large-border-box {
		box-sizing: border-box!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-border-box {
		box-sizing: border-box!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-border-box {
		box-sizing: border-box!important
	}
}
.border-none {
	border: none!important
}
@media print, screen and (min-width:35.5em) {
	.medium-border-none {
		border: none!important
	}
}
@media print, screen and (min-width:48em) {
	.large-border-none {
		border: none!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-border-none {
		border: none!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-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
}
@media print, screen and (min-width:35.5em) {
	.medium-width-25 {
		width: 25%!important
	}
	.medium-width-50 {
		width: 50%!important
	}
	.medium-width-75 {
		width: 75%!important
	}
	.medium-width-100 {
		width: 100%!important
	}
	.medium-height-25 {
		height: 25%!important
	}
	.medium-height-50 {
		height: 50%!important
	}
	.medium-height-75 {
		height: 75%!important
	}
	.medium-height-100 {
		height: 100%!important
	}
}
@media print, screen and (min-width:48em) {
	.large-width-25 {
		width: 25%!important
	}
	.large-width-50 {
		width: 50%!important
	}
	.large-width-75 {
		width: 75%!important
	}
	.large-width-100 {
		width: 100%!important
	}
	.large-height-25 {
		height: 25%!important
	}
	.large-height-50 {
		height: 50%!important
	}
	.large-height-75 {
		height: 75%!important
	}
	.large-height-100 {
		height: 100%!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-width-25 {
		width: 25%!important
	}
	.xlarge-width-50 {
		width: 50%!important
	}
	.xlarge-width-75 {
		width: 75%!important
	}
	.xlarge-width-100 {
		width: 100%!important
	}
	.xlarge-height-25 {
		height: 25%!important
	}
	.xlarge-height-50 {
		height: 50%!important
	}
	.xlarge-height-75 {
		height: 75%!important
	}
	.xlarge-height-100 {
		height: 100%!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-width-25 {
		width: 25%!important
	}
	.xxlarge-width-50 {
		width: 50%!important
	}
	.xxlarge-width-75 {
		width: 75%!important
	}
	.xxlarge-width-100 {
		width: 100%!important
	}
	.xxlarge-height-25 {
		height: 25%!important
	}
	.xxlarge-height-50 {
		height: 50%!important
	}
	.xxlarge-height-75 {
		height: 75%!important
	}
	.xxlarge-height-100 {
		height: 100%!important
	}
}
.margin-0 {
	margin: 0!important
}
.margin-top-0 {
	margin-top: 0!important
}
.margin-right-0 {
	margin-right: 0!important
}
.margin-bottom-0 {
	margin-bottom: 0!important
}
.margin-left-0 {
	margin-left: 0!important
}
.margin-horizontal-0 {
	margin-right: 0!important;
	margin-left: 0!important
}
.margin-vertical-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}
.padding-0 {
	padding: 0!important
}
.padding-top-0 {
	padding-top: 0!important
}
.padding-right-0 {
	padding-right: 0!important
}
.padding-bottom-0 {
	padding-bottom: 0!important
}
.padding-left-0 {
	padding-left: 0!important
}
.padding-horizontal-0 {
	padding-right: 0!important;
	padding-left: 0!important
}
.padding-vertical-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.margin-1 {
	margin: 1.25rem!important
}
.margin-top-1 {
	margin-top: 1.25rem!important
}
.margin-right-1 {
	margin-right: 1.25rem!important
}
.margin-bottom-1 {
	margin-bottom: 1.25rem!important
}
.margin-left-1 {
	margin-left: 1.25rem!important
}
.margin-horizontal-1 {
	margin-right: 1.25rem!important;
	margin-left: 1.25rem!important
}
.margin-vertical-1 {
	margin-top: 1.25rem!important;
	margin-bottom: 1.25rem!important
}
.padding-1 {
	padding: 1.25rem!important
}
.padding-top-1 {
	padding-top: 1.25rem!important
}
.padding-right-1 {
	padding-right: 1.25rem!important
}
.padding-bottom-1 {
	padding-bottom: 1.25rem!important
}
.padding-left-1 {
	padding-left: 1.25rem!important
}
.padding-horizontal-1 {
	padding-right: 1.25rem!important;
	padding-left: 1.25rem!important
}
.padding-vertical-1 {
	padding-top: 1.25rem!important;
	padding-bottom: 1.25rem!important
}
.margin-2 {
	margin: 2.5rem!important
}
.margin-top-2 {
	margin-top: 2.5rem!important
}
.margin-right-2 {
	margin-right: 2.5rem!important
}
.margin-bottom-2 {
	margin-bottom: 2.5rem!important
}
.margin-left-2 {
	margin-left: 2.5rem!important
}
.margin-horizontal-2 {
	margin-right: 2.5rem!important;
	margin-left: 2.5rem!important
}
.margin-vertical-2 {
	margin-top: 2.5rem!important;
	margin-bottom: 2.5rem!important
}
.padding-2 {
	padding: 2.5rem!important
}
.padding-top-2 {
	padding-top: 2.5rem!important
}
.padding-right-2 {
	padding-right: 2.5rem!important
}
.padding-bottom-2 {
	padding-bottom: 2.5rem!important
}
.padding-left-2 {
	padding-left: 2.5rem!important
}
.padding-horizontal-2 {
	padding-right: 2.5rem!important;
	padding-left: 2.5rem!important
}
.padding-vertical-2 {
	padding-top: 2.5rem!important;
	padding-bottom: 2.5rem!important
}
.margin-3 {
	margin: 3.75rem!important
}
.margin-top-3 {
	margin-top: 3.75rem!important
}
.margin-right-3 {
	margin-right: 3.75rem!important
}
.margin-bottom-3 {
	margin-bottom: 3.75rem!important
}
.margin-left-3 {
	margin-left: 3.75rem!important
}
.margin-horizontal-3 {
	margin-right: 3.75rem!important;
	margin-left: 3.75rem!important
}
.margin-vertical-3 {
	margin-top: 3.75rem!important;
	margin-bottom: 3.75rem!important
}
.padding-3 {
	padding: 3.75rem!important
}
.padding-top-3 {
	padding-top: 3.75rem!important
}
.padding-right-3 {
	padding-right: 3.75rem!important
}
.padding-bottom-3 {
	padding-bottom: 3.75rem!important
}
.padding-left-3 {
	padding-left: 3.75rem!important
}
.padding-horizontal-3 {
	padding-right: 3.75rem!important;
	padding-left: 3.75rem!important
}
.padding-vertical-3 {
	padding-top: 3.75rem!important;
	padding-bottom: 3.75rem!important
}
@media print, screen and (min-width:35.5em) {
	.medium-margin-0 {
		margin: 0!important
	}
	.medium-margin-top-0 {
		margin-top: 0!important
	}
	.medium-margin-right-0 {
		margin-right: 0!important
	}
	.medium-margin-bottom-0 {
		margin-bottom: 0!important
	}
	.medium-margin-left-0 {
		margin-left: 0!important
	}
	.medium-margin-horizontal-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.medium-margin-vertical-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.medium-padding-0 {
		padding: 0!important
	}
	.medium-padding-top-0 {
		padding-top: 0!important
	}
	.medium-padding-right-0 {
		padding-right: 0!important
	}
	.medium-padding-bottom-0 {
		padding-bottom: 0!important
	}
	.medium-padding-left-0 {
		padding-left: 0!important
	}
	.medium-padding-horizontal-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.medium-padding-vertical-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
}
@media print, screen and (min-width:48em) {
	.large-margin-0 {
		margin: 0!important
	}
	.large-margin-top-0 {
		margin-top: 0!important
	}
	.large-margin-right-0 {
		margin-right: 0!important
	}
	.large-margin-bottom-0 {
		margin-bottom: 0!important
	}
	.large-margin-left-0 {
		margin-left: 0!important
	}
	.large-margin-horizontal-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.large-margin-vertical-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.large-padding-0 {
		padding: 0!important
	}
	.large-padding-top-0 {
		padding-top: 0!important
	}
	.large-padding-right-0 {
		padding-right: 0!important
	}
	.large-padding-bottom-0 {
		padding-bottom: 0!important
	}
	.large-padding-left-0 {
		padding-left: 0!important
	}
	.large-padding-horizontal-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.large-padding-vertical-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-margin-0 {
		margin: 0!important
	}
	.xlarge-margin-top-0 {
		margin-top: 0!important
	}
	.xlarge-margin-right-0 {
		margin-right: 0!important
	}
	.xlarge-margin-bottom-0 {
		margin-bottom: 0!important
	}
	.xlarge-margin-left-0 {
		margin-left: 0!important
	}
	.xlarge-margin-horizontal-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.xlarge-margin-vertical-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.xlarge-padding-0 {
		padding: 0!important
	}
	.xlarge-padding-top-0 {
		padding-top: 0!important
	}
	.xlarge-padding-right-0 {
		padding-right: 0!important
	}
	.xlarge-padding-bottom-0 {
		padding-bottom: 0!important
	}
	.xlarge-padding-left-0 {
		padding-left: 0!important
	}
	.xlarge-padding-horizontal-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.xlarge-padding-vertical-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-margin-0 {
		margin: 0!important
	}
	.xxlarge-margin-top-0 {
		margin-top: 0!important
	}
	.xxlarge-margin-right-0 {
		margin-right: 0!important
	}
	.xxlarge-margin-bottom-0 {
		margin-bottom: 0!important
	}
	.xxlarge-margin-left-0 {
		margin-left: 0!important
	}
	.xxlarge-margin-horizontal-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.xxlarge-margin-vertical-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.xxlarge-padding-0 {
		padding: 0!important
	}
	.xxlarge-padding-top-0 {
		padding-top: 0!important
	}
	.xxlarge-padding-right-0 {
		padding-right: 0!important
	}
	.xxlarge-padding-bottom-0 {
		padding-bottom: 0!important
	}
	.xxlarge-padding-left-0 {
		padding-left: 0!important
	}
	.xxlarge-padding-horizontal-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.xxlarge-padding-vertical-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
}
@media print, screen and (min-width:35.5em) {
	.medium-margin-1 {
		margin: 1.25rem!important
	}
	.medium-margin-top-1 {
		margin-top: 1.25rem!important
	}
	.medium-margin-right-1 {
		margin-right: 1.25rem!important
	}
	.medium-margin-bottom-1 {
		margin-bottom: 1.25rem!important
	}
	.medium-margin-left-1 {
		margin-left: 1.25rem!important
	}
	.medium-margin-horizontal-1 {
		margin-right: 1.25rem!important;
		margin-left: 1.25rem!important
	}
	.medium-margin-vertical-1 {
		margin-top: 1.25rem!important;
		margin-bottom: 1.25rem!important
	}
	.medium-padding-1 {
		padding: 1.25rem!important
	}
	.medium-padding-top-1 {
		padding-top: 1.25rem!important
	}
	.medium-padding-right-1 {
		padding-right: 1.25rem!important
	}
	.medium-padding-bottom-1 {
		padding-bottom: 1.25rem!important
	}
	.medium-padding-left-1 {
		padding-left: 1.25rem!important
	}
	.medium-padding-horizontal-1 {
		padding-right: 1.25rem!important;
		padding-left: 1.25rem!important
	}
	.medium-padding-vertical-1 {
		padding-top: 1.25rem!important;
		padding-bottom: 1.25rem!important
	}
}
@media print, screen and (min-width:48em) {
	.large-margin-1 {
		margin: 1.25rem!important
	}
	.large-margin-top-1 {
		margin-top: 1.25rem!important
	}
	.large-margin-right-1 {
		margin-right: 1.25rem!important
	}
	.large-margin-bottom-1 {
		margin-bottom: 1.25rem!important
	}
	.large-margin-left-1 {
		margin-left: 1.25rem!important
	}
	.large-margin-horizontal-1 {
		margin-right: 1.25rem!important;
		margin-left: 1.25rem!important
	}
	.large-margin-vertical-1 {
		margin-top: 1.25rem!important;
		margin-bottom: 1.25rem!important
	}
	.large-padding-1 {
		padding: 1.25rem!important
	}
	.large-padding-top-1 {
		padding-top: 1.25rem!important
	}
	.large-padding-right-1 {
		padding-right: 1.25rem!important
	}
	.large-padding-bottom-1 {
		padding-bottom: 1.25rem!important
	}
	.large-padding-left-1 {
		padding-left: 1.25rem!important
	}
	.large-padding-horizontal-1 {
		padding-right: 1.25rem!important;
		padding-left: 1.25rem!important
	}
	.large-padding-vertical-1 {
		padding-top: 1.25rem!important;
		padding-bottom: 1.25rem!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-margin-1 {
		margin: 1.25rem!important
	}
	.xlarge-margin-top-1 {
		margin-top: 1.25rem!important
	}
	.xlarge-margin-right-1 {
		margin-right: 1.25rem!important
	}
	.xlarge-margin-bottom-1 {
		margin-bottom: 1.25rem!important
	}
	.xlarge-margin-left-1 {
		margin-left: 1.25rem!important
	}
	.xlarge-margin-horizontal-1 {
		margin-right: 1.25rem!important;
		margin-left: 1.25rem!important
	}
	.xlarge-margin-vertical-1 {
		margin-top: 1.25rem!important;
		margin-bottom: 1.25rem!important
	}
	.xlarge-padding-1 {
		padding: 1.25rem!important
	}
	.xlarge-padding-top-1 {
		padding-top: 1.25rem!important
	}
	.xlarge-padding-right-1 {
		padding-right: 1.25rem!important
	}
	.xlarge-padding-bottom-1 {
		padding-bottom: 1.25rem!important
	}
	.xlarge-padding-left-1 {
		padding-left: 1.25rem!important
	}
	.xlarge-padding-horizontal-1 {
		padding-right: 1.25rem!important;
		padding-left: 1.25rem!important
	}
	.xlarge-padding-vertical-1 {
		padding-top: 1.25rem!important;
		padding-bottom: 1.25rem!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-margin-1 {
		margin: 1.25rem!important
	}
	.xxlarge-margin-top-1 {
		margin-top: 1.25rem!important
	}
	.xxlarge-margin-right-1 {
		margin-right: 1.25rem!important
	}
	.xxlarge-margin-bottom-1 {
		margin-bottom: 1.25rem!important
	}
	.xxlarge-margin-left-1 {
		margin-left: 1.25rem!important
	}
	.xxlarge-margin-horizontal-1 {
		margin-right: 1.25rem!important;
		margin-left: 1.25rem!important
	}
	.xxlarge-margin-vertical-1 {
		margin-top: 1.25rem!important;
		margin-bottom: 1.25rem!important
	}
	.xxlarge-padding-1 {
		padding: 1.25rem!important
	}
	.xxlarge-padding-top-1 {
		padding-top: 1.25rem!important
	}
	.xxlarge-padding-right-1 {
		padding-right: 1.25rem!important
	}
	.xxlarge-padding-bottom-1 {
		padding-bottom: 1.25rem!important
	}
	.xxlarge-padding-left-1 {
		padding-left: 1.25rem!important
	}
	.xxlarge-padding-horizontal-1 {
		padding-right: 1.25rem!important;
		padding-left: 1.25rem!important
	}
	.xxlarge-padding-vertical-1 {
		padding-top: 1.25rem!important;
		padding-bottom: 1.25rem!important
	}
}
@media print, screen and (min-width:35.5em) {
	.medium-margin-2 {
		margin: 2.5rem!important
	}
	.medium-margin-top-2 {
		margin-top: 2.5rem!important
	}
	.medium-margin-right-2 {
		margin-right: 2.5rem!important
	}
	.medium-margin-bottom-2 {
		margin-bottom: 2.5rem!important
	}
	.medium-margin-left-2 {
		margin-left: 2.5rem!important
	}
	.medium-margin-horizontal-2 {
		margin-right: 2.5rem!important;
		margin-left: 2.5rem!important
	}
	.medium-margin-vertical-2 {
		margin-top: 2.5rem!important;
		margin-bottom: 2.5rem!important
	}
	.medium-padding-2 {
		padding: 2.5rem!important
	}
	.medium-padding-top-2 {
		padding-top: 2.5rem!important
	}
	.medium-padding-right-2 {
		padding-right: 2.5rem!important
	}
	.medium-padding-bottom-2 {
		padding-bottom: 2.5rem!important
	}
	.medium-padding-left-2 {
		padding-left: 2.5rem!important
	}
	.medium-padding-horizontal-2 {
		padding-right: 2.5rem!important;
		padding-left: 2.5rem!important
	}
	.medium-padding-vertical-2 {
		padding-top: 2.5rem!important;
		padding-bottom: 2.5rem!important
	}
}
@media print, screen and (min-width:48em) {
	.large-margin-2 {
		margin: 2.5rem!important
	}
	.large-margin-top-2 {
		margin-top: 2.5rem!important
	}
	.large-margin-right-2 {
		margin-right: 2.5rem!important
	}
	.large-margin-bottom-2 {
		margin-bottom: 2.5rem!important
	}
	.large-margin-left-2 {
		margin-left: 2.5rem!important
	}
	.large-margin-horizontal-2 {
		margin-right: 2.5rem!important;
		margin-left: 2.5rem!important
	}
	.large-margin-vertical-2 {
		margin-top: 2.5rem!important;
		margin-bottom: 2.5rem!important
	}
	.large-padding-2 {
		padding: 2.5rem!important
	}
	.large-padding-top-2 {
		padding-top: 2.5rem!important
	}
	.large-padding-right-2 {
		padding-right: 2.5rem!important
	}
	.large-padding-bottom-2 {
		padding-bottom: 2.5rem!important
	}
	.large-padding-left-2 {
		padding-left: 2.5rem!important
	}
	.large-padding-horizontal-2 {
		padding-right: 2.5rem!important;
		padding-left: 2.5rem!important
	}
	.large-padding-vertical-2 {
		padding-top: 2.5rem!important;
		padding-bottom: 2.5rem!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-margin-2 {
		margin: 2.5rem!important
	}
	.xlarge-margin-top-2 {
		margin-top: 2.5rem!important
	}
	.xlarge-margin-right-2 {
		margin-right: 2.5rem!important
	}
	.xlarge-margin-bottom-2 {
		margin-bottom: 2.5rem!important
	}
	.xlarge-margin-left-2 {
		margin-left: 2.5rem!important
	}
	.xlarge-margin-horizontal-2 {
		margin-right: 2.5rem!important;
		margin-left: 2.5rem!important
	}
	.xlarge-margin-vertical-2 {
		margin-top: 2.5rem!important;
		margin-bottom: 2.5rem!important
	}
	.xlarge-padding-2 {
		padding: 2.5rem!important
	}
	.xlarge-padding-top-2 {
		padding-top: 2.5rem!important
	}
	.xlarge-padding-right-2 {
		padding-right: 2.5rem!important
	}
	.xlarge-padding-bottom-2 {
		padding-bottom: 2.5rem!important
	}
	.xlarge-padding-left-2 {
		padding-left: 2.5rem!important
	}
	.xlarge-padding-horizontal-2 {
		padding-right: 2.5rem!important;
		padding-left: 2.5rem!important
	}
	.xlarge-padding-vertical-2 {
		padding-top: 2.5rem!important;
		padding-bottom: 2.5rem!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-margin-2 {
		margin: 2.5rem!important
	}
	.xxlarge-margin-top-2 {
		margin-top: 2.5rem!important
	}
	.xxlarge-margin-right-2 {
		margin-right: 2.5rem!important
	}
	.xxlarge-margin-bottom-2 {
		margin-bottom: 2.5rem!important
	}
	.xxlarge-margin-left-2 {
		margin-left: 2.5rem!important
	}
	.xxlarge-margin-horizontal-2 {
		margin-right: 2.5rem!important;
		margin-left: 2.5rem!important
	}
	.xxlarge-margin-vertical-2 {
		margin-top: 2.5rem!important;
		margin-bottom: 2.5rem!important
	}
	.xxlarge-padding-2 {
		padding: 2.5rem!important
	}
	.xxlarge-padding-top-2 {
		padding-top: 2.5rem!important
	}
	.xxlarge-padding-right-2 {
		padding-right: 2.5rem!important
	}
	.xxlarge-padding-bottom-2 {
		padding-bottom: 2.5rem!important
	}
	.xxlarge-padding-left-2 {
		padding-left: 2.5rem!important
	}
	.xxlarge-padding-horizontal-2 {
		padding-right: 2.5rem!important;
		padding-left: 2.5rem!important
	}
	.xxlarge-padding-vertical-2 {
		padding-top: 2.5rem!important;
		padding-bottom: 2.5rem!important
	}
}
@media print, screen and (min-width:35.5em) {
	.medium-margin-3 {
		margin: 3.75rem!important
	}
	.medium-margin-top-3 {
		margin-top: 3.75rem!important
	}
	.medium-margin-right-3 {
		margin-right: 3.75rem!important
	}
	.medium-margin-bottom-3 {
		margin-bottom: 3.75rem!important
	}
	.medium-margin-left-3 {
		margin-left: 3.75rem!important
	}
	.medium-margin-horizontal-3 {
		margin-right: 3.75rem!important;
		margin-left: 3.75rem!important
	}
	.medium-margin-vertical-3 {
		margin-top: 3.75rem!important;
		margin-bottom: 3.75rem!important
	}
	.medium-padding-3 {
		padding: 3.75rem!important
	}
	.medium-padding-top-3 {
		padding-top: 3.75rem!important
	}
	.medium-padding-right-3 {
		padding-right: 3.75rem!important
	}
	.medium-padding-bottom-3 {
		padding-bottom: 3.75rem!important
	}
	.medium-padding-left-3 {
		padding-left: 3.75rem!important
	}
	.medium-padding-horizontal-3 {
		padding-right: 3.75rem!important;
		padding-left: 3.75rem!important
	}
	.medium-padding-vertical-3 {
		padding-top: 3.75rem!important;
		padding-bottom: 3.75rem!important
	}
}
@media print, screen and (min-width:48em) {
	.large-margin-3 {
		margin: 3.75rem!important
	}
	.large-margin-top-3 {
		margin-top: 3.75rem!important
	}
	.large-margin-right-3 {
		margin-right: 3.75rem!important
	}
	.large-margin-bottom-3 {
		margin-bottom: 3.75rem!important
	}
	.large-margin-left-3 {
		margin-left: 3.75rem!important
	}
	.large-margin-horizontal-3 {
		margin-right: 3.75rem!important;
		margin-left: 3.75rem!important
	}
	.large-margin-vertical-3 {
		margin-top: 3.75rem!important;
		margin-bottom: 3.75rem!important
	}
	.large-padding-3 {
		padding: 3.75rem!important
	}
	.large-padding-top-3 {
		padding-top: 3.75rem!important
	}
	.large-padding-right-3 {
		padding-right: 3.75rem!important
	}
	.large-padding-bottom-3 {
		padding-bottom: 3.75rem!important
	}
	.large-padding-left-3 {
		padding-left: 3.75rem!important
	}
	.large-padding-horizontal-3 {
		padding-right: 3.75rem!important;
		padding-left: 3.75rem!important
	}
	.large-padding-vertical-3 {
		padding-top: 3.75rem!important;
		padding-bottom: 3.75rem!important
	}
}
@media screen and (min-width:58.75em) {
	.xlarge-margin-3 {
		margin: 3.75rem!important
	}
	.xlarge-margin-top-3 {
		margin-top: 3.75rem!important
	}
	.xlarge-margin-right-3 {
		margin-right: 3.75rem!important
	}
	.xlarge-margin-bottom-3 {
		margin-bottom: 3.75rem!important
	}
	.xlarge-margin-left-3 {
		margin-left: 3.75rem!important
	}
	.xlarge-margin-horizontal-3 {
		margin-right: 3.75rem!important;
		margin-left: 3.75rem!important
	}
	.xlarge-margin-vertical-3 {
		margin-top: 3.75rem!important;
		margin-bottom: 3.75rem!important
	}
	.xlarge-padding-3 {
		padding: 3.75rem!important
	}
	.xlarge-padding-top-3 {
		padding-top: 3.75rem!important
	}
	.xlarge-padding-right-3 {
		padding-right: 3.75rem!important
	}
	.xlarge-padding-bottom-3 {
		padding-bottom: 3.75rem!important
	}
	.xlarge-padding-left-3 {
		padding-left: 3.75rem!important
	}
	.xlarge-padding-horizontal-3 {
		padding-right: 3.75rem!important;
		padding-left: 3.75rem!important
	}
	.xlarge-padding-vertical-3 {
		padding-top: 3.75rem!important;
		padding-bottom: 3.75rem!important
	}
}
@media screen and (min-width:83.125em) {
	.xxlarge-margin-3 {
		margin: 3.75rem!important
	}
	.xxlarge-margin-top-3 {
		margin-top: 3.75rem!important
	}
	.xxlarge-margin-right-3 {
		margin-right: 3.75rem!important
	}
	.xxlarge-margin-bottom-3 {
		margin-bottom: 3.75rem!important
	}
	.xxlarge-margin-left-3 {
		margin-left: 3.75rem!important
	}
	.xxlarge-margin-horizontal-3 {
		margin-right: 3.75rem!important;
		margin-left: 3.75rem!important
	}
	.xxlarge-margin-vertical-3 {
		margin-top: 3.75rem!important;
		margin-bottom: 3.75rem!important
	}
	.xxlarge-padding-3 {
		padding: 3.75rem!important
	}
	.xxlarge-padding-top-3 {
		padding-top: 3.75rem!important
	}
	.xxlarge-padding-right-3 {
		padding-right: 3.75rem!important
	}
	.xxlarge-padding-bottom-3 {
		padding-bottom: 3.75rem!important
	}
	.xxlarge-padding-left-3 {
		padding-left: 3.75rem!important
	}
	.xxlarge-padding-horizontal-3 {
		padding-right: 3.75rem!important;
		padding-left: 3.75rem!important
	}
	.xxlarge-padding-vertical-3 {
		padding-top: 3.75rem!important;
		padding-bottom: 3.75rem!important
	}
}
.slide-in-down.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity
}
.fade-in.mui-enter.mui-enter-active {
	opacity: 1
}
.fade-out.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity
}
.fade-out.mui-leave.mui-leave-active {
	opacity: 0
}
.hinge-in-from-top.mui-enter {
	transition-duration: .5s;
	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;
	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(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-right.mui-enter {
	transition-duration: .5s;
	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;
	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(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-bottom.mui-enter {
	transition-duration: .5s;
	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;
	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(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-left.mui-enter {
	transition-duration: .5s;
	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;
	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(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-middle-x.mui-enter {
	transition-duration: .5s;
	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;
	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(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-middle-y.mui-enter {
	transition-duration: .5s;
	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;
	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(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-out-from-top.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: rotate(-.75turn);
	-ms-transform: rotate(-.75turn);
	transform: rotate(-.75turn);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: rotate(.75turn);
	-ms-transform: rotate(.75turn);
	transform: rotate(.75turn);
	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 {
	transition-duration: .5s;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	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 {
	transition-duration: 750ms!important
}
.fast {
	transition-duration: 250ms!important
}
.linear {
	transition-timing-function: linear!important
}
.ease {
	transition-timing-function: ease!important
}
.ease-in {
	transition-timing-function: ease-in!important
}
.ease-out {
	transition-timing-function: ease-out!important
}
.ease-in-out {
	transition-timing-function: ease-in-out!important
}
.bounce-in {
	transition-timing-function: cubic-bezier(.485, .155, .24, 1.245)!important
}
.bounce-out {
	transition-timing-function: cubic-bezier(.485, .155, .515, .845)!important
}
.bounce-in-out {
	transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245)!important
}
.short-delay {
	transition-delay: .3s!important
}
.long-delay {
	transition-delay: .7s!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%)
	}
	15%, 25%, 35%, 45%, 5%, 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%)
	}
	15%, 25%, 35%, 45%, 5%, 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%, 100%, 30%, 70% {
		-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%, 100%, 30%, 70% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
.shake, .spin-ccw, .spin-cw, .wiggle {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}
.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(.485, .155, .24, 1.245)!important;
	animation-timing-function: cubic-bezier(.485, .155, .24, 1.245)!important
}
.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845)!important;
	animation-timing-function: cubic-bezier(.485, .155, .515, .845)!important
}
.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245)!important;
	animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245)!important
}
.short-delay {
	-webkit-animation-delay: .3s!important;
	animation-delay: .3s!important
}
.long-delay {
	-webkit-animation-delay: .7s!important;
	animation-delay: .7s!important
}
.bg-l-gray, .bg-light-gray {
	background: #f2f2f2!important
}
.bg-m-gray, .bg-medium-gray {
	background: #666!important
}
.bg-d-gray, .bg-dark-gray {
	background: #6e6e6e!important
}
.bg-black {
	background: #2f2f2f!important
}
.bg-white {
	background: #fff!important
}
.bg-primary {
	background: #d6000d!important
}
.bg-secondary {
	background: #96000d!important
}
.text-l-gray, .text-light-gray {
	color: #f2f2f2!important
}
.text-m-gray, .text-medium-gray {
	color: #666!important
}
.text-d-gray, .text-dark-gray {
	color: #6e6e6e!important
}
.text-black {
	color: #2f2f2f!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #d6000d!important
}
.text-secondary {
	color: #96000d!important
}
.text-success {
	color: #693!important
}
.text-warning {
	color: #f18903!important
}
.text-alert {
	color: #d5313b!important
}
.font-weight-light {
	font-weight: 300
}
.font-weight-normal {
	font-weight: 400
}
.font-weight-medium {
	font-weight: 500
}
.font-weight-bold {
	font-weight: 700
}
.font-weight-black {
	font-weight: 900
}
.font-small {
	font-size: 85%
}
.transition {
	transition: all .3s
}
.box-shadow {
	box-shadow: 5px 5px 25px 0 rgba(47, 47, 47, .15)
}
.mt-5 {
	margin-top: 5px!important
}
.mt-10 {
	margin-top: 10px!important
}
.mb-5 {
	margin-bottom: 5px!important
}
.mb-10 {
	margin-bottom: 10px!important
}
i.margin-left {
	margin-left: 10px
}
i.margin-right {
	margin-right: 10px
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
	font-weight: 500
}
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
	color: #d6000d
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}
:root {
	--swiper-theme-color: #007aff
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}
.select-card {
	position: relative;
	margin-bottom: 30px
}
.select-card .dd-wrap {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px
}
.dd-wrap .dd-button {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #2f2f2f;
	text-decoration: none;
	padding: 0 20px;
	z-index: 11
}
.dd-wrap .dd-button:after {
	color: #666;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f078";
	float: right
}
.dd-wrap .dd-button.hover:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #d6000d
}
.dd-wrap .dropdown-pane {
	box-shadow: 5px 5px 25px 0 rgba(47, 47, 47, .15);
	padding: 0;
	border: none;
	width: 100%
}
.dd-wrap .dropdown-pane ul {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	font-size: .9em
}
.dd-wrap .dropdown-pane ul li a {
	display: block;
	padding: 9px 20px;
	outline: 0;
	color: #2f2f2f;
	text-decoration: none
}
.dd-wrap .dropdown-pane ul li a.is-active, .dd-wrap .dropdown-pane ul li a:hover {
	background: #f2f2f2;
	color: #d6000d
}
.link-list {
	line-height: 1.5rem
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-Thin.otf) format("opentype");
	font-weight: 100;
	font-style: normal;
	font-display: block
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-ThinItalic.otf) format("opentype");
	font-weight: 100;
	font-style: italic;
	font-display: block
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-Light.otf) format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: block
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-LightItalic.otf) format("opentype");
	font-weight: 300;
	font-style: italic;
	font-display: block
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-Regular.otf) format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: block
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-RegularItalic.otf) format("opentype");
	font-weight: 400;
	font-style: italic;
	font-display: block
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-Medium.otf) format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: block
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-MediumItalic.otf) format("opentype");
	font-weight: 500;
	font-style: italic;
	font-display: block
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-Bold.otf) format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: block
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-BoldItalic.otf) format("opentype");
	font-weight: 700;
	font-style: italic;
	font-display: block
}
@font-face {
	font-family: BrandonText;
	src: url(../assets/fonts/brandonTextComplete/HVDFonts-BrandonText-Black.otf) format("opentype");
	font-weight: 900;
	font-style: normal;
	font-display: block
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: BrandonText, Helvetica, Roboto, Arial, sans-serif
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: fallback;
	src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../assets/fonts/OpenSans/open-sans-v15-latin-regular.woff2) format("woff2"), url(../assets/fonts/OpenSans/open-sans-v15-latin-regular.woff) format("woff")
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-display: fallback;
	src: local("Open Sans Italic"), local("OpenSans-Italic"), url(../assets/fonts/OpenSans/open-sans-v15-latin-italic.woff2) format("woff2"), url(../assets/fonts/OpenSans/open-sans-v15-latin-italic.woff) format("woff")
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: fallback;
	src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../assets/fonts/OpenSans/open-sans-v15-latin-700.woff2) format("woff2"), url(../assets/fonts/OpenSans/open-sans-v15-latin-700.woff) format("woff")
}
iframe {
	border: 0
}
@media print, screen and (max-width:47.99875em) {
	.lead {
		font-size: 120%
	}
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
	color: #d6000d
}
.wysiwyg figure {
	margin-bottom: 1.5em
}
.wysiwyg figure figcaption {
	font-size: .85em;
	color: #6e6e6e;
	font-style: italic;
	margin-top: 10px
}
.wysiwyg p+blockquote, .wysiwyg p+h2, .wysiwyg p+h3, .wysiwyg p+h4, .wysiwyg p+h5, .wysiwyg p+h6 {
	margin-top: 1.5em
}
.wysiwyg ol, .wysiwyg ul {
	margin-top: 1.5em;
	margin-bottom: 1.5em
}
.wysiwyg ol li:not(:last-child), .wysiwyg ul li:not(:last-child) {
	margin-bottom: 5px
}
.content-type {
	margin: 4em 0
}
.content-type.padded {
	margin: 0;
	padding: 4em 0;
	background: #fcfcfc
}
.content-type.padded.bg-d-gray, .content-type.padded.bg-m-gray, .content-type.padded.bg-primary, .content-type.padded.bg-secondary {
	color: #fff!important
}
@media print, screen and (max-width:47.99875em) {
	.content-type {
		margin: 2.5em 0
	}
	.content-type.padded {
		padding: 2.5em 0
	}
}
address {
	line-height: 1.7
}
.share-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.share-list li {
	display: inline-block
}
.share-list li:not(:last-child) {
	margin-right: 5px
}
.share-list li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #666
}
.share-list li a.fb {
	background: #3b5998
}
.share-list li a.tw {
	background: #1da1f2
}
.share-list li a.li {
	background: #0077b5
}
.social-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.social-list li {
	display: inline-block
}
.social-list li a {
	text-align: center;
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #666;
	text-decoration: none
}
.social-list li a:hover {
	background: #2f2f2f;
	color: #fff;
	border: none
}
.bordered-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.bordered-list li:not(:last-child) {
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
	padding-bottom: 20px
}
.links-banner {
	padding: 25px 0;
	background: #d6000d;
	color: #fff
}
.links-banner .inner {
	overflow: hidden
}
.links-banner .title {
	margin-bottom: 30px;
	padding-right: 0
}
.links-banner .logos {
	text-align: center;
	padding: 0 20px
}
.links-banner .logos img {
	width: 100%;
	height: auto;
	max-width: 400px
}
@media print, screen and (min-width:35.5em) {
	.links-banner .title {
		float: left;
		max-width: 380px;
		margin-bottom: 0;
		padding-right: 30px;
		font-size: 1.35em;
		line-height: 1.2
	}
	.links-banner .logos {
		float: right;
		padding: 0
	}
}
@media print, screen and (min-width:35.5em) and (max-width:47.99875em) {
	.links-banner .logos img {
		max-width: 300px
	}
}
address {
	font-style: normal
}
.back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: rgba(110, 110, 110, .2);
	color: #fff!important;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	display: none;
	transition: background-color .3s;
	z-index: 99
}
.back-to-top:focus, .back-to-top:hover {
	background: #d6000d
}
@media print, screen and (max-width:35.49875em) {
	.button-group.stack {
		display: block
	}
	.button-group.stack .button {
		float: left;
		width: 100%;
		margin: 0 0 15px 0
	}
}
dl dt {
	margin: 0
}
dl dd {
	margin-bottom: 1em
}
dl.large-space dt {
	margin: 0 0 5px 0
}
dl.large-space dd {
	margin-bottom: 2em
}
img.qr-code {
	max-width: 200px;
	margin: 0 auto;
	display: block
}
img.full {
	width: 100%;
	height: auto
}
picture.full img {
	width: 100%;
	height: auto
}
.has-tip {
	display: inline;
	padding-bottom: 0!important
}
dl a {
	color: #2f2f2f
}
dl a:hover {
	color: #d6000d
}
dl.inline {
	overflow: hidden
}
dl.inline dd, dl.inline dt {
	float: left;
	margin: 0;
	margin-bottom: .9em
}
dl.inline dt {
	width: 35%;
	clear: both;
	padding-right: 15px
}
dl.inline dd {
	width: 65%
}
@media print, screen and (max-width:35.49875em) {
	dl.inline dd, dl.inline dt {
		width: 50%
	}
	dl.inline dd.block, dl.inline dt.block {
		width: 100%;
		float: none
	}
	dl.inline dt.block {
		margin-bottom: .3rem
	}
}
.block-links {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #dedede
}
.block-links a {
	display: block;
	padding: 20px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #dedede;
	font-size: .9rem;
	color: #6e6e6e;
	font-weight: 700;
	text-transform: uppercase
}
.block-links a:hover {
	background: #d6000d;
	color: #fff
}
.block-links a.view-all {
	background: #f2f2f2
}
.block-links a.view-all:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f054";
	float: right;
	color: #d6000d
}
.block-links a.view-all:hover {
	color: #d6000d
}
.links-list {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}
.links-list li {
	position: relative;
	padding-left: 25px
}
.links-list li:not(:last-child) {
	margin-bottom: 9px
}
.links-list li:before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Pro";
	content: "\f054";
	font-size: .75em;
	top: .4em;
	color: #666
}
.links-list li a {
	display: inline-block;
	color: #2f2f2f;
	position: relative;
	text-decoration: underline
}
.links-list li a:hover {
	color: #d6000d
}
.links-list li .label {
	margin-left: 10px
}
.links-list li .detail {
	display: block;
	font-size: .95em;
	color: #666
}
.links-list.reversed li a, .links-list.reversed li:before {
	color: #fff!important
}
.links-list.reversed li a {
	text-decoration: none
}
.links-list.reversed li a:hover {
	text-decoration: underline
}
@media print, screen and (min-width:48em) {
	.links-list.split li {
		width: 50%;
		float: left
	}
}
.arrow-link {
	position: relative;
	padding-left: 25px;
	display: inline-block;
	color: #2f2f2f;
	margin: 8px 0
}
.arrow-link:hover {
	color: #d6000d;
	text-decoration: underline
}
.arrow-link:before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: "\f0da";
	color: #666
}
.icon-list {
	position: relative;
	padding-left: 25px;
	display: inline-block;
	color: #2f2f2f;
	margin-bottom: 10px
}
.icon-list:before {
	position: absolute;
	left: 0;
	color: #666
}
.icon-list.plus:before {
	content: "+"
}
.icon-list.arrow:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: "\f0da"
}
a.icon-list {
	color: #2f2f2f;
	text-decoration: underline
}
a.icon-list:hover {
	color: #d6000d
}
.numbered-list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: numbered-counter
}
.numbered-list>li {
	margin-bottom: 40px;
	padding-left: 60px;
	min-height: 56px;
	position: relative
}
.numbered-list>li:last-child {
	margin-bottom: 0
}
.numbered-list>li:before {
	content: counter(numbered-counter);
	counter-increment: numbered-counter;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 28px;
	border: 2px solid #d6000d;
	color: #d6000d;
	position: absolute;
	top: 0;
	left: 0;
	font-family: BrandonText, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.1em
}
.numbered-list>li .title {
	padding-top: 10px
}
@media print, screen and (min-width:35.5em) {
	.numbered-list>li {
		padding-left: 90px
	}
	.numbered-list>li:before {
		width: 56px;
		height: 56px;
		line-height: 52px;
		font-size: 1.2em
	}
}
.image-link {
	padding: 30px 20px;
	display: block;
	position: relative;
	background-position: center!important;
	background-size: cover!important
}
.image-link:after, .image-link:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ""
}
.image-link:before {
	background: linear-gradient(to top right, #2f2f2f, rgba(47, 47, 47, .1))
}
.image-link:after {
	background: rgba(214, 0, 13, .25);
	opacity: 0;
	transition: all .3s
}
.image-link .content {
	position: relative;
	z-index: 1
}
.image-link:hover:after {
	opacity: 1
}
@media print, screen and (min-width:35.5em) {
	.image-link {
		padding: 0
	}
	.image-link .content {
		position: absolute;
		bottom: 30px;
		left: 30px;
		right: 30px
	}
}
@media screen and (min-width:58.75em) {
	.image-link .content {
		position: absolute;
		bottom: 50px;
		left: 50px;
		right: 50px
	}
}
ol.small-margin li:not(:last-child), ul.small-margin li:not(:last-child) {
	margin-bottom: 8px
}
ol.link-list, ul.link-list {
	margin: 0;
	padding: 0;
	list-style: none
}
ol.link-list li, ul.link-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: .9rem
}
ol.link-list li:before, ul.link-list li:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f054";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: .8rem;
	color: #d6000d;
	font-weight: 700
}
ol.link-list li a, ul.link-list li a {
	font-weight: 700;
	text-transform: uppercase;
	color: #2f2f2f
}
ol.link-list li a:hover, ul.link-list li a:hover {
	color: #d6000d;
	text-decoration: underline
}
.has-tip {
	padding-bottom: 3px
}
.sitemap ol {
	counter-reset: item
}
.sitemap ol li {
	display: block;
	margin-bottom: 15px
}
.sitemap ol li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	margin-right: 5px
}
.sitemap ol li a {
	display: inline-block;
	color: #2f2f2f;
	font-weight: 700;
	margin-bottom: 5px;
	text-decoration: none
}
.sitemap ol li a:hover {
	color: #d6000d;
	text-decoration: underline
}
.sitemap ol>li>ol>li {
	margin-bottom: 5px
}
.sitemap ol>li>ol>li a {
	font-weight: 400;
	margin-bottom: 0
}
.twitter-wrap {
	background: #fff;
	max-height: 500px;
	overflow: auto;
	padding: 15px
}
.social-count {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center
}
.social-count li {
	display: inline-block;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #dedede
}
.social-count li a {
	display: block
}
.social-count li i {
	font-size: 2em
}
.social-count li i.fa-facebook-f {
	color: #3b5998
}
.social-count li i.fa-twitter {
	color: #1da1f2
}
.social-count li i.fa-youtube {
	color: red
}
.social-count li h4, .social-count li i {
	margin-bottom: 5px
}
.social-count li:last-child {
	padding-right: 0;
	border-right: 0;
	margin-right: 0
}
@media print, screen and (max-width:58.74875em) {
	.social-count li {
		padding-right: 20px;
		margin-right: 20px
	}
	.social-count li i {
		font-size: 1.4em
	}
	.social-count li h4 {
		font-size: 1.2em
	}
}
.clip {
	display: block;
	max-height: 3.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2
}
.vertical-align {
	width: 100%;
	height: 100%;
	display: table
}
.vertical-align .content {
	display: table-cell;
	vertical-align: middle
}
.stat {
	font-family: BrandonText, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	color: #d6000d;
	margin-bottom: 10px
}
.stat-wrap .lead {
	margin: 15px 0
}
.stat-wrap .info {
	margin: 15px 0;
	padding-bottom: 15px;
	font-size: 1.1em
}
.contact-box h4, .contact-box h5 {
	margin-bottom: 10px
}
.contact-box ul {
	margin-top: 17px
}
.contact-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.contact-list li {
	position: relative;
	padding-left: 30px
}
.contact-list li:not(:last-child) {
	margin-bottom: 7px
}
.contact-list li:before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Pro"
}
.contact-list li.email:before {
	content: "\f0e0"
}
.contact-list li.phone:before {
	content: "\f095"
}
.sidebar nav {
	margin: 0;
	padding: 0;
	list-style: none
}
.sidebar nav li {
	font-size: .95em;
	border-bottom: 1px solid #dedede
}
.sidebar nav li:first-child {
	padding: 0 5px .85em
}
.sidebar nav li a {
	color: #2f2f2f;
	display: inline-block;
	padding: 13px .85em;
	text-decoration: none
}
.sidebar nav li a:hover {
	text-decoration: underline;
	color: #d6000d
}
.label {
	text-transform: uppercase;
	white-space: inherit;
	line-height: inherit;
	margin: 0 4px 9px 0
}
.label.no-bg {
	background: 0 0;
	padding: 0;
	margin: 0;
	color: #666
}
a.label {
	text-decoration: none;
	border: 1px solid #f2f2f2;
	background: 0 0;
	line-height: 1.3;
	color: #2f2f2f;
	transition: all .3s
}
a.label:hover {
	color: #d6000d;
	border-color: #d6000d
}
table {
	font-size: .95em
}
table caption {
	font-size: .95em;
	font-family: BrandonText, Helvetica, Roboto, Arial, sans-serif;
	text-align: left;
	color: #d6000d;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2
}
table caption+thead {
	border-top: 1px solid #f2f2f2
}
table td, table th {
	vertical-align: top
}
table td:not(:last-child), table th:not(:last-child) {
	border-right: 1px solid #f2f2f2
}
table tfoot, table thead {
	font-size: .85em;
	text-transform: uppercase
}
table thead {
	border-bottom: 2px solid #f2f2f2
}
table tbody {
	border-top: 1px solid #f2f2f2
}
table tbody tr {
	border-bottom: 1px solid #f2f2f2!important
}
table tfoot {
	border-top: 2px solid #f2f2f2
}
table.small tbody td {
	padding-top: 13px;
	padding-bottom: 13px
}
table.no-border tbody, table.no-border td, table.no-border tfoot, table.no-border th, table.no-border thead, table.no-border tr {
	border: 0!important;
	padding-left: 0!important
}
table.no-border tr:not(:last-child) td {
	padding-bottom: 0!important
}
table.no-style {
	width: auto
}
table.no-style tbody, table.no-style td, table.no-style tfoot, table.no-style th, table.no-style thead, table.no-style tr {
	border: 0!important;
	padding: 0!important
}
@media print, screen and (min-width:35.5em) {
	table.auto {
		width: auto
	}
}
table.fixed {
	table-layout: fixed
}
table.no-wrap tr {
	white-space: nowrap
}
table.dark-head {
	border-top: 0
}
table.dark-head thead {
	background: #6e6e6e;
	color: #fff;
	border: 0
}
table.dark-head thead th {
	border-right-color: transparent
}
@media print, screen and (max-width:35.49875em) {
	table.stack tbody tr td {
		padding-top: 14px;
		padding-bottom: 14px;
		border-right: 0
	}
	table.stack tbody tr td:not(:first-child) {
		padding-top: 0
	}
	table.stack tbody tr td:first-child {
		font-weight: 700
	}
}
table.expandable tr td.toggle {
	width: 60px!important;
	cursor: pointer;
	text-align: center
}
table.expandable tr.hidden {
	display: none;
	background: #fff
}
table.expandable tr.visible+tr {
	display: table-row
}
table.expandable tr.visible td.toggle {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #d6000d
}
table.expandable tr.visible td.toggle i, table.expandable tr.visible td.toggle svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.share-button {
	display: inline-block;
	font-size: .85em;
	padding: 8px 14px;
	background: #f3f3f3;
	text-decoration: none!important;
	color: #757575!important
}
.share-button span {
	margin-left: 10px
}
.share-dropdown {
	width: 200px;
	padding: 10px 0;
	border: 1px solid #e1e1e1
}
.share-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.share-dropdown ul li {
	display: block;
	position: relative
}
.share-dropdown ul li a {
	display: block;
	line-height: 26px;
	font-size: .95em;
	text-decoration: none!important;
	color: #2f2f2f!important;
	padding: 5px 15px
}
.share-dropdown ul li a:focus, .share-dropdown ul li a:hover {
	background: #f3f3f3
}
.share-dropdown ul li a:before {
	font-size: .9em;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-top: 1px;
	text-align: center;
	background: #2f2f2f;
	display: inline-block;
	margin-right: 8px;
	font-family: "Font Awesome 5 Brands";
	color: #fff
}
.share-dropdown ul li a.facebook:before {
	content: "\f39e";
	background: #3b5998
}
.share-dropdown ul li a.twitter:before {
	content: "\f099";
	background: #1da1f2
}
.share-dropdown ul li a.linkedin:before {
	content: "\f0e1";
	background: #0077b5
}
.share-dropdown ul li a.weibo:before {
	content: "\f18a";
	background: #df2029
}
.share-dropdown ul li a.email:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: "\f0e0"
}
.swiper-popular {
	overflow: hidden;
	padding: 5px 0
}
.swiper-popular .swiper-wrapper {
	padding-left: 5px
}
.swiper-popular .swiper-wrapper .swiper-slide {
	width: auto
}
.swiper-popular .swiper-wrapper .swiper-slide a {
	display: block;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	font-size: .75em;
	border-radius: 25px;
	text-transform: uppercase;
	border: 2px solid rgba(255, 255, 255, .5)
}
.swiper-popular .swiper-wrapper .swiper-slide a:focus, .swiper-popular .swiper-wrapper .swiper-slide a:hover {
	color: #2f2f2f;
	background: #fff
}
@media print, screen and (max-width:58.74875em) {
	.swiper-popular {
		margin: 0 -20px;
		padding: 0 20px
	}
}
.swiper-3-col {
	position: relative
}
.swiper-3-col .swiper-scrollbar {
	margin-top: -2px
}
.swiper-scrollbar {
	height: 2px;
	position: relative;
	z-index: 3;
	background: #666
}
.swiper-scrollbar .swiper-scrollbar-drag {
	height: 100%;
	background: #6e6e6e
}
.swiper-scrollbar.inverted {
	background: #6e6e6e
}
.swiper-scrollbar.inverted .swiper-scrollbar-drag {
	background: #fff
}
.swiper-arrow-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.swiper-arrow-list li {
	display: inline-block
}
.swiper-arrow-list li:not(:last-child) {
	margin-right: 5px
}
.swiper-arrow {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #d6000d;
	color: #d6000d
}
.swiper-arrow:focus, .swiper-arrow:hover {
	background: #d6000d;
	color: #fff
}
.swiper-arrows {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}
.swiper-arrows li {
	display: inline-block
}
.swiper-arrows li a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #666;
	color: #2f2f2f;
	font-size: .9em;
	outline: 0
}
.swiper-arrows li a.swiper-button-disabled {
	opacity: .5;
	pointer-events: none
}
.swiper-arrows li a.swiper-button-disabled:focus, .swiper-arrows li a.swiper-button-disabled:hover {
	color: auto;
	background: auto
}
.swiper-arrows li a:focus, .swiper-arrows li a:hover {
	background: #d6000d;
	color: #fff;
	border-color: transparent
}
.swiper-arrows.white li a {
	border: 1px solid #fff;
	color: #fff
}
.swiper-arrows.white li a:focus, .swiper-arrows.white li a:hover {
	background: #fff;
	color: #2f2f2f
}
.accordion {
	border-top: 1px solid #e5e5e5
}
.accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5
}
.accordion .accordion-item .accordion-title {
	font-weight: 600;
	padding-right: 45px;
	line-height: 1.3;
	text-decoration: none
}
.accordion .accordion-item .accordion-title:before {
	height: 20px;
	line-height: 20px;
	top: 22px;
	margin-top: 0;
	right: 15px;
	font-size: .9em;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400
}
.accordion .accordion-item .accordion-content {
	overflow: auto!important;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.accordion .accordion-item .accordion-content>:last-child {
	margin: 0
}
.accordion .accordion-item .accordion-content::-webkit-scrollbar {
	display: none
}
.accordion .accordion-item.is-active .accordion-title {
	color: #d6000d
}
.accordion.accordion-boxed {
	border: 0
}
.accordion.accordion-boxed .accordion-item {
	border: 0
}
.accordion.accordion-boxed .accordion-item:not(:last-child) {
	margin-bottom: 10px
}
.accordion.accordion-boxed .accordion-item .accordion-title {
	background: #f2f2f2;
	padding: 20px
}
.accordion.accordion-boxed .accordion-item .accordion-title:before {
	right: 20px
}
.accordion.accordion-boxed .accordion-item .accordion-content {
	padding: 20px
}
blockquote {
	position: relative
}
blockquote cite {
	opacity: .75;
	margin-top: 1.25rem
}
blockquote.large {
	border-left: 3px solid #d6000d
}
blockquote.quote {
	border-left: 0;
	padding-left: 0
}
blockquote.quote:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	display: block;
	margin-bottom: .9375rem;
	color: #d6000d;
	content: "\f10d"
}
@media print, screen and (min-width:35.5em) {
	blockquote.quote {
		padding-left: 45px
	}
	blockquote.quote:before {
		position: absolute;
		left: 0;
		top: 0
	}
}
.button {
	text-decoration: none!important;
	font-weight: 600;
	color: #fff;
	position: relative;
	line-height: 1.3
}
.button.large {
	padding: 1.125rem 1.25rem
}
.button.small {
	padding: .6rem .9rem
}
.button.button-icon {
	text-align: left;
	padding-right: 55px
}
.button.button-icon i {
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 20px;
	top: .875rem
}
.button.button-icon.large i {
	top: 1.125rem
}
.button.button-icon.small i {
	top: .4rem
}
.button.white {
	background: #fff;
	color: #2f2f2f
}
.button.white:hover {
	background: #666
}
.button.hollow.white {
	background: 0 0;
	color: #fff;
	border-color: #fff
}
.button.hollow.white:hover {
	background: #fff;
	color: #d6000d
}
@media print, screen and (max-width:35.49875em) {
	.button-group.stack {
		display: block
	}
	.button-group.stack .button {
		float: left;
		width: 100%;
		margin: 0 0 15px 0
	}
}
.card {
	text-decoration: none
}
.card .card-image {
	position: relative;
	overflow: hidden;
	color: inherit
}
.card .card-image img {
	transition: all .3s
}
.card .card-image .image {
	position: relative;
	background: #dedede;
	background-size: cover!important;
	background-position: center!important
}
.card .card-image .image:before {
	padding-top: 56.25%;
	display: block;
	content: ""
}
.card .card-section {
	padding-top: 10px;
	position: relative
}
.card .card-section h4, .card .card-section h5, .card .card-section h6 {
	margin-bottom: .35em
}
.card .card-section p {
	line-height: 1.5
}
.card .card-section a {
	text-decoration: none
}
.card .card-section>:last-child {
	margin: 0
}
.card.boxed {
	box-shadow: 5px 5px 25px 0 rgba(47, 47, 47, .15)
}
.card.boxed .card-section {
	padding: 1.25rem;
	padding-bottom: 1.5625rem
}
.card.border {
	box-shadow: none
}
.card.border .card-section {
	padding: 1.25rem;
	padding-bottom: 1.5625rem
}
.card.border .card-section a, .card.border .card-section div, .card.border .card-section h4, .card.border .card-section h5, .card.border .card-section h6, .card.border .card-section p, .card.border .card-section ul {
	position: relative
}
.card.border .card-section:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #dedede;
	content: "";
	transition: all .3s;
	z-index: 0
}
.card.event .card-image .event-date {
	background: #fff;
	color: #2f2f2f;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 10px
}
a.card {
	color: #2f2f2f;
	text-decoration: none
}
a.card:hover .card-image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
a.card:hover h4, a.card:hover h5 {
	color: #d6000d;
	text-decoration: underline
}
a.card.border:hover .card-section {
	color: #fff
}
a.card.border:hover .card-section h4, a.card.border:hover .card-section h5 {
	text-decoration: none;
	color: #fff
}
a.card.border:hover .card-section:before {
	background: #d6000d;
	height: 100%
}
a.card.event:hover .card-image .event-date {
	background: #d6000d;
	color: #fff
}
.card .card-link {
	color: #2f2f2f
}
.card .card-link:hover h4, .card .card-link:hover h5 {
	color: #d6000d
}
.tabs {
	font-size: .95em;
	border-bottom: 1px solid #e5e5e5
}
.tabs .tabs-title {
	position: relative
}
.tabs .tabs-title a {
	font-weight: 600;
	text-decoration: none;
	position: relative
}
.tabs .tabs-title a:hover {
	color: #d6000d
}
.tabs .tabs-title.is-active a:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #d6000d;
	z-index: 2;
	content: ""
}
@media print, screen and (min-width:48em) {
	.tabs {
		font-size: 1em
	}
}
.tabs.tabs-border .tabs-title a {
	padding: 21px 20px;
	border: 1px solid transparent;
	border-bottom: 0
}
.tabs.tabs-border .tabs-title.is-active a {
	border-color: #dedede
}
.tabs.tabs-border .tabs-title.is-active a:before {
	background: #fff;
	height: 1px
}
.tabs.tabs-boxed {
	border-bottom: 0
}
.tabs.tabs-boxed .tabs-title.is-active a {
	background: #f2f2f2
}
.tabs.tabs-boxed .tabs-title.is-active a:before {
	content: none
}
.tabs-scroll {
	position: relative;
	overflow: visible
}
.tabs-scroll:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 1px;
	width: 30px;
	background: #fff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
	content: ""
}
.tabs-scroll .tabs {
	padding-bottom: 1px;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none
}
.tabs-scroll .tabs .tabs-title {
	float: none;
	display: inline-block
}
.tabs-scroll .tabs .tabs-title:last-child {
	padding-right: 30px
}
.tabs-scroll .tabs::-webkit-scrollbar {
	display: none
}
.wysiwyg a:not([class]) {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #d6000d;
	font-weight: 500
}
.wysiwyg a:not([class]):focus, .wysiwyg a:not([class]):hover {
	color: #d6000d;
	border-style: dotted
}
.wysiwyg ol, .wysiwyg ul {
	margin-bottom: 1.875rem
}
.wysiwyg ol li, .wysiwyg ul li {
	padding-left: 10px
}
.wysiwyg ol li:not(:last-child), .wysiwyg ul li:not(:last-child) {
	margin-bottom: 5px
}
.wysiwyg ul.custom {
	margin-left: 0;
	padding-left: 0;
	list-style: none
}
.wysiwyg ul.custom li {
	padding-left: 32px;
	position: relative
}
.wysiwyg ul.custom li:not(:last-child) {
	margin-bottom: 8px
}
.wysiwyg ul.custom li:before {
	position: absolute;
	left: 0;
	top: 2px;
	font-family: "Font Awesome 5 Pro"
}
.wysiwyg ul.downloads li:before {
	color: #d6000d;
	content: "\f33d"
}
.wysiwyg ul.contact li:before {
	color: #6e6e6e
}
.wysiwyg ul.contact li.phone:before {
	content: "\f095"
}
.wysiwyg ul.contact li.email:before {
	content: "\f0e0"
}
.wysiwyg ul.contact li.address:before {
	content: "\f3c5"
}
.wysiwyg ul.checklist li:before {
	color: #d6000d;
	content: "\f058"
}
.wysiwyg ul.large-margin li:not(:last-child) {
	margin-bottom: 16px
}
.wysiwyg img {
	height: auto!important
}
.wysiwyg p+h2, .wysiwyg p+h3, .wysiwyg p+h4, .wysiwyg p+h5, .wysiwyg p+h6 {
	margin-top: 1.875rem
}
.tm_2-3-4-columns img {
	width: 100%!important;
	height: auto!important
}
.l_schools .l_two-column .tm_2-3-4-columns .grid-container {
	padding-left: 1rem;
	padding-right: 1rem
}
.banner img {
	width: 100%
}
.banner h2.alt {
	font-size: 1.125rem;
	text-transform: uppercase
}
@media print, screen and (max-width:47.99875em) {
	.banner h2.alt {
		color: #d6000d
	}
}
.banner h3 {
	text-transform: uppercase
}
@media print, screen and (max-width:47.99875em) {
	.banner h3 {
		font-size: 1.8rem
	}
}
@media print, screen and (min-width:48em) and (max-width:58.74875em) {
	.banner h3 {
		font-size: 2.5rem
	}
}
@media screen and (min-width:58.75em) {
	.banner h3 {
		font-size: 3.5rem
	}
}
@media print, screen and (max-width:47.99875em) {
	.banner .text {
		margin: 20px;
		max-width: 100%
	}
}
@media print, screen and (min-width:48em) and (max-width:58.74875em) {
	.banner .text {
		max-width: 500px
	}
}
@media print, screen and (min-width:48em) {
	.banner .text {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 0 5%;
		color: #fff
	}
	.banner .text .btn-group {
		margin-top: 30px
	}
	.banner .text .btn-group .button {
		width: auto;
		margin-right: 10px
	}
}
@media screen and (min-width:58.75em) {
	.banner .text {
		max-width: 700px
	}
}
@media print, screen and (min-width:48em) {
	.banner {
		padding: 0
	}
	.banner .image-wrap {
		position: relative
	}
	.banner .vertical-align {
		display: table;
		width: 100%;
		height: 100%
	}
	.banner .vertical-align .content {
		display: table-cell;
		vertical-align: middle
	}
	.banner h2.alt {
		color: #fff
	}
}
.banner .text.dark {
	color: #6e6e6e
}
.banner .text.dark h2.alt {
	color: #d6000d
}
.tm_banner--full-width .banner .text {
	position: relative;
	padding: 0;
	margin: 1rem 0
}
.tm_banner--full-width .banner .button {
	margin: 0
}
@media print, screen and (max-width:47.99875em) {
	.tm_banner--full-width .tm_banner--full-width--bg {
		background: 0 0!important
	}
	.tm_banner--full-width .grid-x {
		height: auto!important
	}
	.tm_banner--full-width .grid-container {
		padding-left: 0;
		padding-right: 0
	}
	.tm_banner--full-width .grid-container .content {
		padding-right: .625rem;
		padding-left: .625rem
	}
}
@media print, screen and (min-width:48em) {
	.tm_banner--full-width .tm_banner--full-width--bg {
		background-size: cover!important
	}
	.tm_banner--full-width .image-wrap img {
		display: none
	}
}
.l_two-column .tm_banner--full-width .grid-container .grid-x {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}
.tm_banner_new {
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 450px;
	max-height: 600px;
	margin-bottom: 1.25rem
}
.tm_banner_new:before {
	padding-top: 35%;
	display: block;
	content: ""
}
.tm_banner_new .content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%
}
.tm_banner_new .content .alignment {
	display: table-cell;
	vertical-align: middle
}
.tm_banner_new .tm_banner_new__heading {
	padding: 15px 20px;
	background: #fff;
	color: #2f2f2f;
	display: inline-block
}
.tm_banner_new .tm_banner_new__main-heading {
	padding: 15px 20px;
	background: #2f2f2f;
	color: #fff;
	display: inline-block
}
.tm_banner_new .tm_banner_new__body-text {
	color: #fff
}
.tm_banner_new .tm_banner_new__body-text.dark {
	color: #2f2f2f
}
.tm_banner_new .tm_banner_new__button.button {
	margin-top: 15px;
	font-weight: 400
}
.tm_banner_new .tm_banner_new__button.button::after {
	font-family: "Font Awesome 5 Pro";
	margin-left: 10px;
	content: "\f061"
}
.tm_banner_temp {
	margin-bottom: 1.25rem
}
.tm_banner_temp .image-wrap {
	background: #2f2f2f
}
.tm_banner_temp .content {
	background: #2f2f2f;
	color: #fff;
	padding: 1.25rem
}
.tm_banner_temp .grid-container {
	padding: 0
}
.tm_banner_new__heading {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.1em
}
.tm_banner_new__button .button {
	margin: 15px 0 0 0;
	font-weight: 400
}
.tm_banner_new__button .button::after {
	font-family: "Font Awesome 5 Pro";
	margin-left: 10px;
	content: "\f061"
}
@media only screen and (min-width:768px) {
	.tm_banner_temp .grid-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
	.tm_banner_temp .content {
		background: 0 0;
		color: inherit;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: table;
		width: 100%;
		height: 100%
	}
	.tm_banner_temp .content .alignment {
		display: table-cell;
		vertical-align: middle
	}
	.tm_banner_new__heading {
		padding: 15px 20px;
		background: #fff;
		color: #2f2f2f;
		display: inline-block;
		font-size: 1.64628rem;
		line-height: 1.3
	}
	.tm_banner_new__main-heading {
		padding: 15px 20px;
		background: #2f2f2f;
		color: #fff;
		display: inline-block;
		font-size: 1.52869rem;
		line-height: 1.3
	}
}
.tm_button-panel .button {
	margin-bottom: 0
}
@media print, screen and (max-width:35.49875em) {
	.tm_button-panel .cell:nth-of-type(2) {
		border-top: 1px solid;
		margin-top: 2rem;
		padding-top: 2rem
	}
}
@media print, screen and (min-width:35.5em) {
	.tm_button-panel .cell:nth-of-type(1) {
		border-right: 1px solid
	}
	.tm_button-panel .cell:nth-of-type(1).no-rh-border {
		border-right: none
	}
}
#c-coursefinder-nav {
	background: #d6000d
}
#c-coursefinder-nav a {
	color: #fff
}
#c-coursefinder-nav a:hover {
	background: #96000d
}
.tm_coursefinder .tm_coursefinder__back-link {
	font-size: .75rem;
	padding: .5rem 0
}
.tm_coursefinder .tm_coursefinder__course-title {
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
	min-height: 300px
}
.tm_coursefinder .tm_coursefinder__course-title h1 {
	z-index: 1;
	position: relative;
	text-transform: initial
}
.tm_coursefinder .tm_coursefinder__course-title h2 {
	z-index: 1;
	position: relative;
	text-transform: initial;
	font-size: 1.2rem;
	font-weight: 400
}
.tm_coursefinder .tm_coursefinder__course-title:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: linear-gradient(to top right, #2f2f2f, rgba(47, 47, 47, .15))
}
.tm_coursefinder .tm_coursefinder__key-facts {
	color: #fff
}
.tm_coursefinder .tm_coursefinder__sidebar {
	padding-left: 1rem
}
@media print, screen and (max-width:35.49875em) {
	.tm_coursefinder .tm_coursefinder__sidebar {
		padding-left: 0
	}
}
.tm_image-text-expander .tm_image-text-expander__content, .tm_image-text-expander .tm_image-text-expander__hide {
	display: none
}
.tm_image-text-expander .expanded .tm_image-text-expander__content {
	display: block
}
.tm_image-text-expander .expanded .tm_image-text-expander__show {
	display: none
}
.tm_image-text-expander .expanded .tm_image-text-expander__hide {
	display: block
}
.tm_panel .callout {
	margin: 0;
	padding: 0;
	background: 0 0
}
.tm_panel .callout.bg--grey a:hover {
	color: #fff
}
.tm_panel .button {
	margin-bottom: 0
}
.l_generic .pre-content .tm_panel {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.tm_staff-roundup .tm_staff-roundup__content, .tm_staff-roundup .tm_staff-roundup__hide {
	display: none
}
.tm_staff-roundup .expanded .tm_staff-roundup__content {
	display: block
}
.tm_staff-roundup .expanded .tm_staff-roundup__show {
	display: none
}
.tm_staff-roundup .expanded .tm_staff-roundup__hide {
	display: block
}
.callout {
	width: 100%;
	border: 0;
	background: #f2f2f2
}
.callout.info {
	color: #2f2f2f;
	background: gold;
	position: relative
}
.callout.info h5, .callout.info h6 {
	margin-bottom: 6px
}
.callout[data-closable] {
	padding-right: 50px
}
.callout[data-closable] .close-button {
	top: .9375rem;
	right: 1.25rem;
	width: auto;
	height: auto;
	font-size: 2em;
	line-height: 28px;
	text-align: center
}
@media print, screen and (min-width:48em) {
	.callout {
		padding: 25px
	}
}
.tm-cards.cards-with-links-list ul {
	list-style-type: none;
	margin-left: 0
}
.tm-cards .card-image {
	position: relative;
	min-height: 1px;
	overflow: hidden
}
.tm-cards .card-image img {
	width: 100%!important;
	height: auto!important;
	transition: all .3s
}
.tm-cards .card-image:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.tm-cards .card-image .h5, .tm-cards .card-image h5 {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1rem;
	background: #fff
}
.tm-cards .h5, .tm-cards h5 {
	font-size: 1.3rem
}
.tm-cards a.card {
	color: #2f2f2f;
	text-decoration: none;
	border-bottom: none!important
}
.tm-cards a.card:hover .h5, .tm-cards a.card:hover h4, .tm-cards a.card:hover h5 {
	color: #d6000d;
	text-decoration: underline
}
.timeline .timeline-item::after, .timeline .timeline-item::before {
	clear: both;
	content: '';
	display: block;
	width: 100%
}
.timeline {
	margin: 30px auto;
	padding: 0 10px;
	position: relative;
	transition: all .25s ease-in;
	width: 100%
}
.timeline::before {
	background: #fff;
	content: '';
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 3px
}
.timeline::after {
	clear: both;
	content: '';
	display: table;
	width: 100%
}
.timeline a {
	color: #fff;
	font-weight: 700;
	transition: all .25s ease-in
}
.timeline a:hover {
	box-shadow: 0 1px 0 0 #fff;
	transition: all .25s ease-in
}
.timeline .timeline-item {
	margin-bottom: 50px;
	position: relative
}
.timeline .timeline-item .timeline-icon {
	background: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin-left: -23px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50px
}
.timeline .timeline-item .timeline-icon img, .timeline .timeline-item .timeline-icon svg {
	left: 14px;
	position: relative;
	top: 11px
}
.timeline .timeline-item .timeline-icon svg {
	top: 14px
}
.timeline .timeline-item .timeline-content {
	padding: 20px;
	text-align: right;
	transition: all .25s ease-in;
	width: 45%;
	background: 0 0
}
.timeline .timeline-item .timeline-content p {
	color: #fff
}
.timeline .timeline-item .timeline-content p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0
}
.timeline .timeline-item .timeline-content .timeline-content-date {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0
}
.timeline .timeline-item .timeline-content .timeline-content-month {
	font-size: .875rem;
	text-transform: uppercase;
	font-weight: 400
}
.timeline .timeline-item .timeline-content.right {
	float: right;
	text-align: left
}
@media print, screen and (max-width:35.49875em) {
	.timeline {
		margin: 30px;
		padding: 0;
		width: 90%
	}
	.timeline::before {
		left: 0
	}
	.timeline .timeline-item .timeline-content {
		float: right;
		text-align: left;
		width: 90%
	}
	.timeline .timeline-item .timeline-content.right::before, .timeline .timeline-item .timeline-content::before {
		border-left: 0;
		border-right: 7px solid #fff;
		left: 10%;
		margin-left: -6px
	}
	.timeline .timeline-item .timeline-icon {
		left: 0
	}
}
.tm-contents-list {
	margin-bottom: 1rem;
	width: 100%
}
.tm-contents-list .grid-padding-x .tm-contents-list-border {
	border-bottom: 1px solid #f3f3f3
}
.tm-contents-list .grid-padding-x .tm-contents-list-img img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem
}
.content-type.padded {
	margin: 0;
	padding: 4em;
	background: #f4f4f4
}
.tm_link-list ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.tm_link-list li:before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Pro";
	content: "\f054";
	font-size: .75em;
	top: .4em;
	color: #a3a3a3
}
.tm_link-list li a {
	display: inline-block;
	color: #4a4a4a;
	position: relative
}
.tm_link-list li a:hover {
	color: #d6000d
}
@media screen and (min-width:48em) {
	.tm_link-list li {
		float: left;
		width: 50%;
		position: relative;
		padding-left: 25px;
		margin-bottom: 7px
	}
}
@media screen and (min-width:10px) and (max-width:768px) {
	.tm_link-list li {
		position: relative;
		padding-left: 25px;
		margin-bottom: 7px
	}
}
.bracket-quote {
	margin: 4em 0
}
.bracket-quote.padded {
	margin: 0;
	padding: 4em 0;
	background: #f4f4f4
}
.bracket-quote.padded.bg-m-gray, .content-type.padded.bg-d-gray, .content-type.padded.bg-primary, .content-type.padded.bg-secondary {
	color: #fff!important
}
@media screen and (max-width:47.9375em) {
	.bracket-quote {
		margin: 2.5em 0
	}
	.bracket-quote.padded {
		padding: 2.5em 0
	}
}
.h4.large {
	position: relative;
	line-height: 1.5
}
.h4.brackets {
	padding: 30px
}
.h4.brackets:after, .h4.brackets:before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute
}
.h4.brackets:before {
	top: 0;
	left: 0;
	background: url(../directorates/media/Media,862898,en.svg)
}
.h4.brackets:after {
	bottom: 0;
	right: 0;
	background: url(../directorates/media/Media,862899,en.svg)
}
@media screen and (min-width:48em) {
	.h4.large {
		font-size: 1.3em;
		text-transform: capitalize
	}
	.h4.brackets:after, .h4.brackets:before {
		width: 60px;
		height: 60px
	}
}
#page-contents {
	font-size: .9rem
}
#page-contents ul.contents-heading-list {
	position: relative;
	list-style-type: none;
	margin-left: 0;
	padding-left: .5rem
}
#page-contents ul.contents-heading-list li:before {
	content: "—";
	position: absolute;
	left: 0;
	width: 20px;
	overflow: hidden;
	color: #666
}
#page-contents ul.contents-heading-list li {
	position: relative;
	padding-left: 25px;
	padding-right: 25px
}
#page-contents .content-list-padding {
	padding: .5rem
}
#page-contents .contents-top-link {
	display: block;
	width: 100%;
	padding: 1rem 1rem 1rem 1rem;
	text-decoration: underline;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid
}
#page-contents .contents-top-link:hover {
	text-decoration: underline;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted
}
#page-contents .contents-top-link i {
	margin-right: 5px
}
#page-contents-button .is-stuck {
	background: #f3f3f3
}
#page-contents-button .is-stuck .contents-top-container {
	padding: 1rem 0 1rem 1rem
}
#page-contents-button .is-stuck .contents-top-link {
	background-color: #f8f8f8
}
#page-contents-button .is-stuck .contents-top-link:hover {
	background-color: #e8e8e8
}
#page-contents-button .is-anchored {
	padding-top: 3rem;
	margin-top: 2rem
}
#page-contents-button .is-anchored .top-link {
	padding-top: 3rem
}
#page-contents-button .sticky-container {
	position: relative;
	left: 0
}
#page-contents-button .sticky {
	min-height: 1px;
	left: 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%!important;
	z-index: 100000
}
.panel {
	position: relative
}
.inner {
	max-width: 83.125rem;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	padding: 1.25rem
}
.bg--primary {
	background: #d6000d
}
.bg--grey-l {
	background: #f2f2f2
}
.bg--grey-ml {
	background: #d9d9d9
}
.bg--grey-md {
	background: #666
}
.bg--grey {
	background: #888
}
.bg--grey-d, .bg-grey-dark {
	background: #616161
}
.bg--grey, .bg--grey-d, .bg--grey-dark, .bg--grey-md, .bg--primary {
	color: #fff
}
.bg--grey .alt, .bg--grey a, .bg--grey blockquote, .bg--grey h1, .bg--grey h2, .bg--grey h3, .bg--grey h4, .bg--grey h5, .bg--grey h6, .bg--grey-d .alt, .bg--grey-d a, .bg--grey-d blockquote, .bg--grey-d h1, .bg--grey-d h2, .bg--grey-d h3, .bg--grey-d h4, .bg--grey-d h5, .bg--grey-d h6, .bg--grey-dark .alt, .bg--grey-dark a, .bg--grey-dark blockquote, .bg--grey-dark h1, .bg--grey-dark h2, .bg--grey-dark h3, .bg--grey-dark h4, .bg--grey-dark h5, .bg--grey-dark h6, .bg--grey-md .alt, .bg--grey-md a, .bg--grey-md blockquote, .bg--grey-md h1, .bg--grey-md h2, .bg--grey-md h3, .bg--grey-md h4, .bg--grey-md h5, .bg--grey-md h6, .bg--primary .alt, .bg--primary a, .bg--primary blockquote, .bg--primary h1, .bg--primary h2, .bg--primary h3, .bg--primary h4, .bg--primary h5, .bg--primary h6 {
	color: #fff
}
.bg--grey .button, .bg--grey .button.hollow, .bg--grey-d .button, .bg--grey-d .button.hollow, .bg--grey-dark .button, .bg--grey-dark .button.hollow, .bg--grey-md .button, .bg--grey-md .button.hollow, .bg--primary .button, .bg--primary .button.hollow {
	color: #fff;
	border-color: #fff;
	background-color: inherit
}
.bg--grey .button.hollow:focus, .bg--grey .button.hollow:hover, .bg--grey .button:focus, .bg--grey .button:hover, .bg--grey-d .button.hollow:focus, .bg--grey-d .button.hollow:hover, .bg--grey-d .button:focus, .bg--grey-d .button:hover, .bg--grey-dark .button.hollow:focus, .bg--grey-dark .button.hollow:hover, .bg--grey-dark .button:focus, .bg--grey-dark .button:hover, .bg--grey-md .button.hollow:focus, .bg--grey-md .button.hollow:hover, .bg--grey-md .button:focus, .bg--grey-md .button:hover, .bg--primary .button.hollow:focus, .bg--primary .button.hollow:hover, .bg--primary .button:focus, .bg--primary .button:hover {
	background-color: #fff;
	color: #d6000d
}
.bg--grey a, .bg--grey-d a, .bg--grey-dark a, .bg--grey-md a, .bg--primary a {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	font-weight: 500
}
.bg--grey a:hover, .bg--grey-d a:hover, .bg--grey-dark a:hover, .bg--grey-md a:hover, .bg--primary a:hover {
	color: #fff;
	border-style: dotted
}
.bg--grey-l, .bg--grey-ml {
	color: inherit
}
.bg--grey-l .alt, .bg--grey-l a, .bg--grey-l blockquote, .bg--grey-l h1, .bg--grey-l h2, .bg--grey-l h3, .bg--grey-l h4, .bg--grey-l h5, .bg--grey-l h6, .bg--grey-ml .alt, .bg--grey-ml a, .bg--grey-ml blockquote, .bg--grey-ml h1, .bg--grey-ml h2, .bg--grey-ml h3, .bg--grey-ml h4, .bg--grey-ml h5, .bg--grey-ml h6 {
	color: #6e6e6e
}
.bg--grey-l .button, .bg--grey-l .button.hollow, .bg--grey-ml .button, .bg--grey-ml .button.hollow {
	color: #6e6e6e;
	border-color: #6e6e6e;
	background-color: inherit
}
.bg--grey-l .button.hollow:focus, .bg--grey-l .button.hollow:hover, .bg--grey-l .button:focus, .bg--grey-l .button:hover, .bg--grey-ml .button.hollow:focus, .bg--grey-ml .button.hollow:hover, .bg--grey-ml .button:focus, .bg--grey-ml .button:hover {
	background-color: #6e6e6e;
	color: #fff
}
.bg--grey-l a, .bg--grey-ml a {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #6e6e6e;
	font-weight: 500
}
.bg--grey-l a:hover, .bg--grey-ml a:hover {
	color: #6e6e6e;
	border-style: dotted
}
html.no-js .tabs-panel {
	display: block
}
html.no-js .accordion-content {
	display: block
}
html.no-js .tm_image-text-expander__content {
	display: block
}
html.no-js .tm_image-text-expander__show {
	display: none
}
.icon-external::after {
	font-family: "Font Awesome 5 Pro";
	font-size: .8rem;
	margin-left: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f35d"
}
.icon-chevron::after {
	font-family: "Font Awesome 5 Pro";
	font-size: .8rem;
	margin-left: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f054"
}
.icon-readmore::after {
	font-family: "Font Awesome 5 Pro";
	font-size: .8rem;
	margin-left: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f055"
}
.icon-readless::after {
	font-family: "Font Awesome 5 Pro";
	font-size: .8rem;
	margin-left: 5px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f056"
}
.full-width {
	width: 100%
}
main.l_one-column .has-bg:first-child, main.l_one-column .tm_banner:first-child, main.l_one-column .tm_button-panel:first-child, main.l_one-column .tm_one-horizontal-with-bg:first-child, main.l_one-column .tm_panel:first-child {
	margin-top: -1.25rem
}
main.l_one-column .tm_banner--full-width:first-child {
	margin-top: -1.25rem
}
.has-bg+.has-bg {
	margin-top: -1.25rem
}
.tm_accordion+.tm_accordion {
	margin-top: -1.25rem
}
.bordered {
	border: .0625rem solid #dedede
}
a.link-hover-red:hover {
	color: #d6000d!important
}
.l_core .secondary-nav {
	background: #2f2f2f;
	font-size: 85%;
	font-family: BrandonText, Helvetica, Roboto, Arial, sans-serif
}
.l_core .secondary-nav a {
	color: #fff
}
.l_core .secondary-nav button {
	background: #4a4a4a;
	color: #fff
}
.l_core .secondary-nav .secondary-nav__toggle {
	color: #fff;
	padding: .5rem
}
@media print, screen and (max-width:35.49875em) {
	.l_core .secondary-nav button {
		background: 0 0
	}
	.l_core .secondary-nav #secondary-nav__menu {
		display: none
	}
	.l_core .secondary-nav #secondary-nav__menu ul {
		list-style: none;
		margin: 0
	}
	.l_core .secondary-nav #secondary-nav__menu li {
		border: none;
		border-bottom: 1px solid #6e6e6e;
		padding: .5rem;
		font-size: .875rem
	}
	.l_core .secondary-nav #secondary-nav__menu li:last-child {
		border: none
	}
}
@media print, screen and (min-width:35.5em) {
	.l_core .secondary-nav #secondary-nav__menu a {
		padding: 1rem 1.5rem;
		display: block;
		height: 50px;
		line-height: 1rem;
		font-size: .875rem
	}
	.l_core .secondary-nav #secondary-nav__menu li {
		padding: 0;
		border: none;
		border-left: 1px solid #6e6e6e
	}
	.l_core .secondary-nav #secondary-nav__menu li:last-child {
		border-right: 1px solid #6e6e6e
	}
	.l_core .secondary-nav #secondary-nav__menu li:hover {
		background: #3b3b3b
	}
	.l_core .secondary-nav #secondary-nav__menu .hidden-links li {
		border-bottom: 1px solid #333;
		border-left: 0
	}
	.l_core .secondary-nav nav.greedy {
		position: relative;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.l_core .secondary-nav nav.greedy ul {
		list-style: none
	}
	.l_core .secondary-nav nav.greedy button {
		font-size: .875rem;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		padding: 0 1rem;
		width: 165px
	}
	.l_core .secondary-nav nav.greedy button.hidden {
		transition: none;
		width: 0;
		padding: 0;
		overflow: hidden
	}
	.l_core .secondary-nav nav.greedy ul.links {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		overflow: auto;
		margin: 0;
		height: 3rem;
		scrollbar-width: none;
		-ms-overflow-style: none
	}
	.l_core .secondary-nav nav.greedy ul.links::-webkit-scrollbar {
		display: none
	}
	.l_core .secondary-nav nav.greedy ul.links li {
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		padding: 1rem
	}
	.l_core .secondary-nav nav.greedy ul.hidden-links {
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 9999;
		background: #4a4a4a;
		max-height: 500px;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: visible;
		height: auto
	}
	.l_core .secondary-nav nav.greedy ul.hidden-links.hidden {
		display: none
	}
	.l_core .secondary-nav nav.greedy ul.hidden-links li:last-child {
		border: none!important
	}
}
body {
	background: #c4c4c4
}
:focus {
	outline: -webkit-focus-ring-color auto 1px!important
}
[data-whatintent=mouse] :focus {
	outline: 0
}
.grid-container {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
.qub-container {
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	position: relative
}
header.qub {
	background: rgba(255,255,255,0.5);
	position: relative;
	z-index: 10;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
header.qub .logo {
	padding: 15px 0
}
header.qub .logo a {
	display: block;
	width: 139px;
	height: 50px;
	background: transparent url(../../../img/logo-white.svg) no-repeat
}
@media screen and (min-width:58.75em) {
	header.qub .logo {
		padding: 25px 0
	}
	header.qub .logo a {
		width: 194px;
		height: 70px
	}
}
header.qub .navigation .primary-nav, header.qub .navigation .utility-nav {
	float: right;
	clear: both
}
header.qub .navigation .utility-nav {
	position: relative;
	z-index: 10;
	background: rgba(47, 47, 47, 1)
}
header.qub .navigation .utility-nav:after {
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(47, 47, 47, 1);
	right: -300px;
	width: 300px;
	content: ""
}
header.qub .navigation .utility-nav ul {
	color: #fff;
	z-index: 101;
	font-size: .75rem;
	background: 0 0;
	font-weight: 700;
	text-transform: uppercase
}
header.qub .navigation .utility-nav ul li:not(:last-child) {
	margin-right: 12px
}
header.qub .navigation .utility-nav ul li a {
	line-height: 40px;
	padding: 0;
	color: #fff
}
header.qub .navigation .utility-nav ul li a:focus, header.qub .navigation .utility-nav ul li a:hover {
	text-decoration: underline
}
header.qub .navigation .utility-nav ul li.is-dropdown-submenu-parent {
	margin-right: 16px
}
header.qub .navigation .utility-nav ul li.is-dropdown-submenu-parent a {
	text-decoration: none
}
header.qub .navigation .utility-nav ul li.is-dropdown-submenu-parent>a {
	padding: 0 16px;
	border-right: 1px solid rgba(47, 47, 47, .2)
}
header.qub .navigation .utility-nav ul li.is-dropdown-submenu-parent>a:after {
	position: relative;
	margin: 0 0 0 8px;
	top: inherit;
	right: inherit;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 1.1em;
	content: "\f0d7"
}
header.qub .navigation .utility-nav ul li.is-dropdown-submenu-parent.is-active>a {
	background: #96000d
}
header.qub .navigation .utility-nav ul li.is-dropdown-submenu-parent.is-active>a:after {
	content: "\f0d8"
}
header.qub .navigation .utility-nav ul li.is-dropdown-submenu-parent ul {
	background: #96000d;
	padding: .625rem 0;
	min-width: 250px;
	text-transform: none;
	font-size: .9rem;
	font-weight: 400
}
header.qub .navigation .utility-nav ul li.is-dropdown-submenu-parent ul li a {
	padding: 0 16px;
	line-height: 36px
}
header.qub .navigation .utility-nav ul li.is-dropdown-submenu-parent ul li a:hover {
	background: #82000b
}
header.qub .navigation .primary-nav {
	margin-top: .625rem
}
header.qub .navigation .primary-nav ul {
	position: inherit;
	z-index: 100
}
header.qub .navigation .primary-nav ul li.is-dropdown-submenu-parent>a {
	line-height: 60px;
	padding: 0 .9375rem;
	color: #fff;
	background: 0 0;
	font-size: 1.1em;
	font-family: BrandonText, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative
}
header.qub .navigation .primary-nav ul li.is-dropdown-submenu-parent>a:before {
	position: absolute;
	bottom: -.625rem;
	left: 0;
	right: 0;
	height: .625rem;
	content: ""
}
header.qub .navigation .primary-nav ul li.is-dropdown-submenu-parent.is-active>a, header.qub .navigation .primary-nav ul li.is-dropdown-submenu-parent>a:hover {
	position: relative;
	z-index: 3;
	background: #fff;
	color: #2f2f2f
}
header.qub .navigation .primary-nav ul li.is-dropdown-submenu-parent.is-active>a:before, header.qub .navigation .primary-nav ul li.is-dropdown-submenu-parent>a:hover:before {
	background: #fff
}
header.qub .navigation .primary-nav ul li.mega-menu {
	position: static
}
header.qub .navigation .primary-nav ul li.mega-menu:hover .submenu ,header.qub .navigation .utility-nav ul li.is-dropdown-submenu-parent:hover .submenu{
	display: block;
}
header.qub .navigation .primary-nav ul li.mega-menu .is-dropdown-submenu {
	margin-top: .625rem;
	padding: 2.5rem 0;
	overflow: hidden;
	left: 0;
	right: 0;
	top: auto;
	position: absolute;
	z-index: 3000;
	background: #fff;
	box-shadow: 0 5px 10px -2px rgba(47, 47, 47, .25);
	font-size: .95em
}
@media screen and (min-width:83.125em) {
	header.qub .navigation .primary-nav ul li.mega-menu .is-dropdown-submenu {
		font-size: 1em
	}
}
header.qub .navigation .primary-nav ul li.mega-menu .is-dropdown-submenu .cell ul {
	margin: 0 0 1.5625rem 0;
	padding: 0;
	list-style: none
}
header.qub .navigation .primary-nav ul li.mega-menu .is-dropdown-submenu .cell ul li a {
	padding: 7px 0;
	line-height: 1.3
}
header.qub .navigation .primary-nav ul li.mega-menu .is-dropdown-submenu .cell ul li a:hover {
	text-decoration: underline;
	color: #d6000d
}
header.qub .navigation .primary-nav ul li.mega-menu .is-dropdown-submenu .cell>:last-child {
	margin-bottom: 0
}
header.qub .navigation .primary-nav ul li.search {
	margin: .625rem 0 0 .625rem
}
header.qub .navigation .primary-nav ul li.search a {
	padding: 0;
	height: 2.5rem;
	width: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.25em
}
header.qub .navigation .primary-nav ul li.search a:hover {
	background: rgba(47, 47, 47, .2)
}
header.qub .navigation .primary-nav .menu-button {
	margin-top: .625rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 1.1em;
}
@media screen and (min-width:58.75em) {
	header.header-transparent {
		/*background: 0 0*/
	}
	header.header-transparent+div {
		margin-top: -120px
	}
	header.header-transparent+.qub-home_banner {
		min-height: 580px;
		max-height: 800px
	}
	header.header-transparent+.qub-home_banner .banner-content {
		padding-top: 2.8125rem
	}
}
footer {
	background: #2f2f2f;
	color: #fff;
	padding-top: 50px;
	color: rgba(255, 255, 255, .65)
}
@media print, screen and (min-width:48em) {
	footer {
		padding-top: 60px;
		font-size: .9rem
	}
}
footer a {
	color: rgba(255, 255, 255, .65)
}
footer a:focus, footer a:hover {
	color: #fff
}
footer h6 {
	color: #fff
}
footer .logo a {
	display: block;
	width: 139px;
	height: 50px;
	background: url(../img/logo-white.svg) no-repeat
}
@media screen and (min-width:58.75em) {
	footer .logo a {
		width: 183px;
		height: 66px
	}
}
footer .location-phone {
	padding: 0;
	margin: 1.875rem 0;
	list-style: none
}
footer .location-phone li:not(:last-child) {
	margin-bottom: 8px
}
footer .footer-list ul {
	margin: 0;
	padding: 0;
	list-style: none
}
footer .footer-list ul li:not(:last-child) {
	margin-bottom: 4px
}
footer .footer-list ul li a {
	border-bottom: 2px solid transparent
}
footer .footer-list ul li a:focus, footer .footer-list ul li a:hover {
	border-color: #d6000d
}
@media print, screen and (max-width:47.99875em) {
	footer .footer-list {
		border-bottom: 1px solid rgba(255, 255, 255, .15)
	}
	footer .footer-list h6 {
		padding: 20px 0;
		margin: 0;
		cursor: pointer
	}
	footer .footer-list h6 span {
		display: block
	}
	footer .footer-list h6 span:after {
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		content: "\f067";
		float: right
	}
	footer .footer-list h6 span.expanded:after {
		content: "\f068"
	}
	footer .footer-list ul {
		display: none;
		margin-bottom: 20px
	}
	footer .footer-list ul.expanded {
		display: block
	}
}
footer .back-to-top-link {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: .9em;
	background: #3c3c3c
}
@media print, screen and (max-width:35.49875em) {
	footer .back-to-top-link {
		margin-top: 50px
	}
}
.off-canvas {
	padding: 1.875rem
}
.off-canvas .close-canvas {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #6e6e6e;
	font-size: 1.1em
}
.off-canvas .close-canvas:hover {
	background: #f2f2f2
}
.off-canvas .logo a {
	display: block;
	width: 139px;
	height: 50px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.off-canvas .is-drilldown {
	max-width: 100%!important
}
.off-canvas .is-drilldown .drilldown li.is-drilldown-submenu-parent>a:after {
	border: 0;
	font-family: "Font Awesome 5 Pro";
	content: "\f054";
	font-size: .9em;
	right: 0;
	margin-top: -8px;
	width: auto;
	height: 16px;
	line-height: 16px;
	color: #6e6e6e
}
.off-canvas .is-drilldown .drilldown li.main>a {
	font-size: 1.1em;
	font-weight: 500
}
.off-canvas .is-drilldown .drilldown li .js-drilldown-back {
	line-height: 0;
	position: absolute;
	top: 5px;
	left: 0
}
.off-canvas .is-drilldown .drilldown li .js-drilldown-back a {
	padding: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden
}
.off-canvas .is-drilldown .drilldown li .js-drilldown-back a:before {
	border: 0;
	margin: 0;
	display: block;
	width: 40px;
	height: 40px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.1em;
	content: "\f060"
}
.off-canvas .is-drilldown .drilldown li .is-submenu-parent-item {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	min-height: 40px;
	padding-top: 5px;
	text-align: center
}
.off-canvas .is-drilldown .drilldown li .is-submenu-parent-item a {
	line-height: 1.5;
	padding: 0;
	display: inline-block;
	font-weight: 500;
	transition: all .3s;
	color: #2f2f2f;
	font-size: 1.05em
}
.off-canvas .is-drilldown .drilldown li .is-submenu-parent-item a:hover {
	color: #d6000d;
	text-decoration: underline
}
.off-canvas.search-canvas {
	padding: 0 0 .9375rem 0
}
.off-canvas.search-canvas .close-canvas {
	position: relative;
	top: auto;
	right: auto
}
.off-canvas.search-canvas .search-related {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	line-height: 0
}
.off-canvas.search-canvas .search-related li {
	line-height: 50px;
	display: inline-block;
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase
}
.off-canvas.search-canvas .search-related li:not(:last-child) {
	margin-right: 17px
}
.off-canvas.search-canvas .search-related li a {
	border-bottom: 2px solid transparent
}
.off-canvas.search-canvas .search-related li a:hover {
	border-color: #d6000d;
	color: #d6000d
}
.search-wrap {
	position: relative;
	padding-right: 50px
}
.search-wrap .search-close {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	background: #f2f2f2;
	font-size: .85em;
	color: #6e6e6e;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px
}
.search-wrap .search-close:hover {
	color: #2f2f2f;
	background: #ededed
}
.manage-cookies {
	display: block;
	background: #3c3c3c;
	font-weight: 600;
	color: #fff!important;
	font-size: inherit;
	text-align: center;
	padding: 20px;
	transition: all .3s
}
.manage-cookies i {
	margin-right: 7px;
	transition: all .3s
}
.manage-cookies:hover {
	background: #383838
}
.social-links-circled {
	margin: 0;
	padding: 0;
	list-style: none
}
.social-links-circled li {
	display: inline-block
}
.social-links-circled li:not(:last-child) {
	margin-right: 5px
}
.social-links-circled li a {
	padding: 0!important;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 24px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .15);
	color: #fff
}
.social-links-circled li a:hover {
	background: #fff;
	color: #2f2f2f
}
.social-links-circled li a:focus {
	border-color: #fff
}
.social-links-circled.white-bg li a {
	border-color: #666;
	color: #2f2f2f
}
.social-links-circled.white-bg li a:hover {
	color: #fff;
	border-color: transparent
}
.social-links-circled.white-bg li a.facebook:hover {
	background: #3b5998
}
.social-links-circled.white-bg li a.twitter:hover {
	background: #1da1f2
}
.social-links-circled.white-bg li a.instagram:hover {
	background: #5851db
}
.social-links-circled.white-bg li a.youtube:hover {
	background: red
}
.is-drilldown a, header.qub .navigation a:not(.button) {
	color: inherit
}
.is-drilldown a:focus, .is-drilldown a:hover {
	color: #d6000d
}
#skip-nav {
	position: absolute;
	left: 50%;
	text-decoration: none;
	z-index: 10;
	-webkit-transform: translate3d(.125rem, -5rem, 0);
	transform: translate3d(.125rem, -5rem, 0);
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
#skip-nav:focus {
	-webkit-transform: translate3d(.25rem, .25rem, 0);
	transform: translate3d(.25rem, .25rem, 0);
	outline: #fff solid .125rem
}
@media print {
	#skip-nav {
		display: none
	}
}
.qub-home_banner-2021 {
	background: #6e6e6e;
	color: #fff;
	position: relative;
	height: 60vh;
	min-height: 440px;
	max-height: 680px
}
.qub-home_banner-2021 .banner-content, .qub-home_banner-2021 .banner-image, .qub-home_banner-2021:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ""
}
.qub-home_banner-2021:before {
	z-index: 3;
	background: radial-gradient(circle, rgba(47, 47, 47, 0) 0, rgba(47, 47, 47, .825) 100%)
}
.qub-home_banner-2021 .banner-image {
	z-index: 2;
	background-color: #6e6e6e;
	background-size: cover!important;
	background-position: center!important
}
.qub-home_banner-2021 .banner-content {
	z-index: 4;
	padding-bottom: 33px
}
.qub-home_banner-2021 .banner-content .grid-container, .qub-home_banner-2021 .banner-content .grid-x {
	height: 100%
}
@-webkit-keyframes image-fade {
	from {
		-webkit-transform: translateY(-25%);
		transform: translateY(-25%);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
@keyframes image-fade {
	from {
		-webkit-transform: translateY(-25%);
		transform: translateY(-25%);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
@-webkit-keyframes heading-fade {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
@keyframes heading-fade {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
.qub-home_banner-2021 .banner-content .button, .qub-home_banner-2021 .banner-content .lead, .qub-home_banner-2021 .banner-content h1, .qub-home_banner-2021 .banner-content h2, .qub-home_banner-2021 .banner-content h3, .qub-home_banner-2021 .banner-content h4 {
	-webkit-animation-name: heading-fade;
	animation-name: heading-fade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}
.qub-home_banner-2021 .banner-content .lead, .qub-home_banner-2021 .banner-content h1, .qub-home_banner-2021 .banner-content h2, .qub-home_banner-2021 .banner-content h3, .qub-home_banner-2021 .banner-content h4 {
	margin-bottom: .8125rem;
	text-shadow: 2px 2px 3px rgba(47, 47, 47, .5)
}
.qub-home_banner-2021 .banner-content .lead span, .qub-home_banner-2021 .banner-content h1 span, .qub-home_banner-2021 .banner-content h2 span, .qub-home_banner-2021 .banner-content h3 span, .qub-home_banner-2021 .banner-content h4 span {
	display: inline;
	white-space: pre-wrap;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone
}
.qub-home_banner-2021 .banner-content .lead.boxed, .qub-home_banner-2021 .banner-content .lead.text-black, .qub-home_banner-2021 .banner-content h1.boxed, .qub-home_banner-2021 .banner-content h1.text-black, .qub-home_banner-2021 .banner-content h2.boxed, .qub-home_banner-2021 .banner-content h2.text-black, .qub-home_banner-2021 .banner-content h3.boxed, .qub-home_banner-2021 .banner-content h3.text-black, .qub-home_banner-2021 .banner-content h4.boxed, .qub-home_banner-2021 .banner-content h4.text-black {
	text-shadow: none
}
.qub-home_banner-2021 .banner-content h1, .qub-home_banner-2021 .banner-content h2, .qub-home_banner-2021 .banner-content h3, .qub-home_banner-2021 .banner-content h4 {
	text-transform: uppercase
}
.qub-home_banner-2021 .banner-content h1.boxed, .qub-home_banner-2021 .banner-content h2.boxed, .qub-home_banner-2021 .banner-content h3.boxed, .qub-home_banner-2021 .banner-content h4.boxed {
	padding-left: .35em
}
.qub-home_banner-2021 .banner-content h1.boxed span, .qub-home_banner-2021 .banner-content h2.boxed span, .qub-home_banner-2021 .banner-content h3.boxed span, .qub-home_banner-2021 .banner-content h4.boxed span {
	background: #d6000d;
	color: #fff;
	padding: 2px .35em 2px 0;
	box-shadow: -.35em 0 0 #d6000d
}
.qub-home_banner-2021 .banner-content h1.boxed.white span, .qub-home_banner-2021 .banner-content h2.boxed.white span, .qub-home_banner-2021 .banner-content h3.boxed.white span, .qub-home_banner-2021 .banner-content h4.boxed.white span {
	background: #fff;
	color: #2f2f2f;
	box-shadow: -.35em 0 0 #fff
}
.qub-home_banner-2021 .banner-content .lead.boxed {
	padding-left: 10px
}
.qub-home_banner-2021 .banner-content .lead.boxed span {
	background: #fff;
	color: #2f2f2f;
	padding: 6px 10px 6px 0;
	box-shadow: -10px 0 0 #fff
}
.qub-home_banner-2021 .banner-content .button {
	margin: .625rem 0 0 0
}
.qub-home_banner-2021 .banner-content .button.white i {
	color: #d6000d
}
.qub-home_banner-2021 .banner-content img {
	-webkit-animation-name: image-fade;
	animation-name: image-fade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	display: block;
	width: 85%
}
.qub-home_banner-2021.no-overlay:before {
	content: none
}
@media screen and (min-width:58.75em) {
	.qub-home_banner-2021 {
		height: 75vh;
		min-height: 520px
	}
	.qub-home_banner-2021 .banner-content {
		padding-bottom: 43px
	}
}
.qub-home_search {
	background: #fff;
	margin-top: -33px;
	position: relative;
	z-index: 4;
	box-shadow: 5px 5px 25px 0 rgba(47, 47, 47, .15)
}
.qub-home_search button {
	width: 66px
}
.qub-home_search input {
	border: 0;
	box-shadow: none
}
.qub-home_search .view-all {
	font-weight: 500;
	color: inherit
}
.qub-home_search .view-all:hover {
	color: #d6000d;
	text-decoration: underline
}
@media screen and (min-width:58.75em) {
	.qub-home_search {
		padding: 15px;
		margin-top: -43px
	}
	.qub-home_search input {
		font-size: 1.1em
	}
}
.homepage-alert-message a {
	color: inherit;
	border-bottom: 1px dotted rgba(47, 47, 47, .75);
	text-decoration: none;
	transition: all .3s
}
.homepage-alert-message a:hover {
	border-bottom-style: solid
}
.home-card-wrap {
	margin-top: -60px
}
@media print, screen and (max-width:58.74875em) {
	.home-card-wrap .xlarge-5 {
		margin-bottom: 30px
	}
}
@media print, screen and (max-width:35.49875em) {
	.home-card-wrap .xlarge-5 {
		margin-bottom: 20px
	}
}
.home-card-wrap .cell {
	position: relative;
	z-index: 5
}
.homepage-popular-links a.button.white {
	margin: 0 5px 5px 0
}
.homepage-popular-links a.button.white:hover {
	background: #ccc
}
.home-research-swiper {
	overflow: visible
}
.home-research-swiper .card {
	color: #fff;
	margin-bottom: 0
}
.home-research-swiper .card .card-section:before {
	background: rgba(255, 255, 255, .15)
}
.image-link_with-title {
	display: block;
	background-size: cover!important;
	background-position: center right!important;
	position: relative;
	height: 200px
}
.image-link_with-title:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
	content: ""
}
.image-link_with-title .content {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 30px;
	right: 30px;
	color: #fff
}
.image-link_with-title .content h3, .image-link_with-title .content h4, .image-link_with-title .content h5 {
	margin-bottom: 0
}
.image-link_with-title:hover .content {
	text-decoration: underline
}
@media print, screen and (min-width:48em) {
	.image-link_with-title {
		height: 250px
	}
}
@media screen and (min-width:58.75em) {
	.image-link_with-title {
		height: 300px
	}
}
.full-width-image {
	background: #2f2f2f;
	background-size: cover!important;
	background-position: center right!important;
	color: #fff;
	padding: 100px 0;
	position: relative
}
.full-width-image:after, .full-width-image:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1
}
.full-width-image:before {
	background: rgba(47, 47, 47, .25)
}
.full-width-image:after {
	background: #2f2f2f;
	background: linear-gradient(45deg, rgba(47, 47, 47, .5) 0, rgba(47, 47, 47, 0) 100%)
}
.full-width-image .grid-container, .full-width-image .grid-x {
	position: relative;
	z-index: 2
}
@media screen and (min-width:58.75em) {
	.full-width-image .grid-container, .full-width-image .grid-x {
		min-height: 280px
	}
}
.home-award-logos a img {
	opacity: .25;
	transition: all .3s
}
.home-award-logos a:hover img {
	opacity: .35
}
.home-award-stat {
	border-top: 2px solid #666;
	padding: 20px 0
}
.home-award-stat p {
	margin-bottom: 5px
}
.home-award-stat .ref {
	font-size: .85em;
	color: #6e6e6e;
	font-style: italic
}
.home-featured-link {
	display: inline-block!important;
	font-weight: 600;
	position: relative;
	padding-right: 60px!important;
	transition: all .3s;
	padding-left: 0!important
}
.home-featured-link:after {
	position: absolute;
	right: 0!important;
	margin-top: 0!important;
	top: 50%;
	height: 2px;
	width: 45px!important;
	background: #d6000d;
	content: "";
	transition: all .3s
}
.home-featured-link:hover {
	color: #d6000d;
	padding-right: 45px!important
}
.home-featured-link:hover:after {
	width: 30px!important
}
@media print, screen and (max-width:35.49875em) {
	.home-news-tabs .tabs-content {
		padding-top: 20px
	}
}
.home-news-tabs .tabs-content .tabs-panel {
	margin: auto
}
@media print, screen and (min-width:35.5em) {
	.home-news-tabs .tabs-content .tabs-panel {
		display: block!important
	}
}
form.search-form {
	position: relative
}
form.search-form input[type=search] {
	margin: 0;
	height: 50px;
	padding-right: 76px;
	font-size: .9em;
	background: #f2f2f2;
	transition: background-color .3s ease-in-out;
	box-shadow: none;
	border-color: transparent!important
}
form.search-form input[type=search]:focus {
	background: #ededed
}
form.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 .9rem;
	color: #d6000d;
	cursor: pointer;
	font-size: 1.1em
}
@media screen and (min-width:58.75em) {
	form.search-form input[type=search] {
		font-size: 1.05em
	}
	form.search-form button {
		font-size: 1.2em
	}
	form.search-form button, form.search-form input[type=search] {
		height: 60px
	}
}
.event-status {
	display: inline-block;
	color: #2f2f2f;
	background: #fc0;
	font-size: .7em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 8px
}
.event-date {
	width: 52px;
	height: 52px;
	background: #fff;
	color: #2f2f2f;
	z-index: 3;
	text-align: center;
	padding: 6px 0;
	border: 0
}
.event-date span {
	display: block;
	position: relative;
	z-index: 2;
	line-height: 20px
}
.event-date span.day {
	font-size: 1.2em;
	font-weight: 700
}
.event-date span.month {
	font-size: .75em;
	font-weight: 600;
	text-transform: uppercase
}
.event-date.multiple:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 13px;
	border-style: solid;
	border-width: 0 13px 13px 0;
	border-color: transparent #96000d transparent transparent;
	content: ""
}
.event-details {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: .9em;
	color: #6e6e6e
}
.event-details li {
	float: left
}
.event-details li:not(:last-child):after {
	content: "|";
	margin: 0 10px;
	opacity: .5
}
.events-listing {
	margin: 0;
	padding: 0;
	list-style: none
}
.events-listing>li {
	display: block;
	padding: 25px 0;
	border-bottom: 1px solid #666;
	position: relative;
	padding-left: 72px
}
.events-listing>li .event-date {
	position: absolute;
	left: 0;
	top: 25px;
	background: #d6000d;
	color: #fff
}
.events-listing>li h6 {
	margin-bottom: 10px
}
.events-listing>li:first-child {
	padding-top: 0
}
.events-listing>li:first-child .event-date {
	top: 0
}
.filter-checkboxes {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none
}
.filter-checkboxes li {
	margin-bottom: 3px
}
.filter-checkboxes li.title {
	overflow: hidden;
	position: relative;
	padding-right: 55px;
	margin-bottom: 12px
}
.filter-checkboxes li.title h6 {
	margin-bottom: 0
}
.filter-checkboxes li.title .clear-filter {
	padding: 0;
	position: absolute;
	right: 0;
	top: 3px;
	color: #6e6e6e;
	font-weight: 400;
	font-size: .75em;
	text-transform: uppercase
}
.filter-checkboxes li.title .clear-filter:hover {
	color: #2f2f2f
}
.filter-checkboxes li:nth-of-type(1n+10) {
	display: none
}
.filter-checkboxes li.show-more {
	display: block
}
.filter-checkboxes li.show-more a {
	color: #6e6e6e;
	border-bottom: 1px solid #6e6e6e
}
.filter-checkboxes li.show-more a:after {
	position: relative;
	margin-left: 4px;
	content: "more"
}
.filter-checkboxes li.show-more a.expanded:after {
	content: "less"
}
.filter-checkboxes li:not(.title):not(.show-more) a {
	display: block;
	position: relative;
	padding-right: 40px;
	color: #6e6e6e
}
.filter-checkboxes li:not(.title):not(.show-more) a:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 13px;
	text-align: center;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #666
}
.filter-checkboxes li:not(.title):not(.show-more) a:focus, .filter-checkboxes li:not(.title):not(.show-more) a:hover {
	color: #2f2f2f
}
.filter-checkboxes li:not(.title):not(.show-more) a:focus:after, .filter-checkboxes li:not(.title):not(.show-more) a:hover:after {
	border-color: #4d4d4d
}
.filter-checkboxes li:not(.title):not(.show-more) a.filter-active {
	color: #d6000d;
	font-weight: 600
}
.filter-checkboxes li:not(.title):not(.show-more) a.filter-active:after {
	content: "\f00d";
	border-color: #d6000d
}
.filter-checkboxes.expanded li {
	display: block
}
.new-card {
	margin-bottom: 0
}
.new-card .card-image {
	margin: 0;
	position: relative
}
.new-card .card-image img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1)
}
.new-card .card-image .event-date, .new-card .card-image .event-status {
	position: absolute;
	left: 10px
}
.new-card .card-image .event-status {
	top: 10px
}
.new-card .card-image .event-date {
	bottom: 0
}
.new-card .card-section {
	position: relative;
	padding: 20px;
	padding-bottom: 25px;
	text-decoration: none
}
.new-card .card-section:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	transition: all .3s;
	background: #666;
	content: "";
	z-index: 0
}
.new-card .card-section h5, .new-card .card-section h6, .new-card .card-section p, .new-card .card-section ul {
	position: relative;
	z-index: 2
}
@media screen and (min-width:58.75em) and (max-width:83.12375em) {
	.new-card .card-section h5 {
		font-size: 1em
	}
}
.new-card.bg-l-gray .card-image .event-date {
	background: #f2f2f2
}
.new-card:focus .card-image img, .new-card:hover .card-image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.new-card:focus .card-image .event-date, .new-card:hover .card-image .event-date {
	color: #fff;
	background: #d6000d
}
.new-card:focus .card-section, .new-card:hover .card-section {
	color: #fff
}
.new-card:focus .card-section h4, .new-card:focus .card-section h5, .new-card:focus .card-section p, .new-card:focus .card-section ul, .new-card:hover .card-section h4, .new-card:hover .card-section h5, .new-card:hover .card-section p, .new-card:hover .card-section ul {
	color: inherit
}
.new-card:focus .card-section:after, .new-card:hover .card-section:after {
	height: 100%;
	background: #d6000d
}
.new-card.hover-white:focus .card-image .event-date, .new-card.hover-white:hover .card-image .event-date {
	color: #2f2f2f;
	background: #fff
}
.new-card.hover-white:focus .card-section, .new-card.hover-white:hover .card-section {
	color: #2f2f2f
}
.new-card.hover-white:focus .card-section:after, .new-card.hover-white:hover .card-section:after {
	background: #fff
}
.events-search-box {
	margin: 25px 0 10px 0
}
.events-search-box input, .events-search-box select {
	border-color: transparent
}
@media print, screen and (min-width:48em) {
	.events-search-box .main-inputs input {
		border-right-color: #666
	}
}
@media screen and (min-width:58.75em) {
	.events-search-box .main-inputs {
		padding-right: 20px
	}
}
.events-search-box .buttons {
	overflow: hidden
}
.events-search-box .buttons .filter, .events-search-box .buttons .search {
	float: left;
	text-align: center
}
.events-search-box .buttons .filter {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	background: #fff;
	color: #d6000d;
	margin-right: 20px
}
.events-search-box .buttons .search {
	width: calc(100% - 76px)
}
.events-search-box .hidden-fields {
	display: none
}
.events-search-box .hidden-fields.expanded {
	display: block
}
@media print, screen and (min-width:48em) {
	.events-search-box .hidden-fields .cell:nth-child(2) select {
		border-left-color: #666;
		border-right-color: #666
	}
}
.event-list-tabs {
	border: 0;
	box-shadow: none;
	float: right
}
.event-list-tabs li {
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #666;
	position: relative;
	z-index: 1
}
.event-list-tabs li:not(:last-child) {
	right: -1px
}
.event-list-tabs li a {
	padding: 0;
	line-height: inherit;
	color: #6e6e6e
}
.event-list-tabs li a:before {
	content: none!important
}
.event-list-tabs li.is-active {
	z-index: 2;
	background: #d6000d;
	border-color: transparent
}
.event-list-tabs li.is-active a {
	color: #fff!important
}
@media print, screen and (max-width:35.49875em) {
	.event-list-tabs {
		float: none;
		margin: 10px 0 0 0
	}
	.event-list-tabs li {
		height: 44px;
		line-height: 42px;
		width: 50%
	}
}
.event-map {
	background: #f2f2f2;
	position: relative;
	margin-bottom: 1.25rem
}
.event-map:before {
	padding-top: 50%;
	display: block;
	content: ""
}
.event-home-advert {
	background: #fff;
	color: #2f2f2f;
	position: relative;
	padding-left: 27.5%
}
.event-home-advert .image {
	height: 100%;
	width: 27.5%;
	position: absolute;
	top: 0;
	left: 0;
	background: #2f2f2f;
	background-size: cover!important;
	background-position: center!important
}
.event-home-advert .content {
	padding: 30px
}
@media print, screen and (max-width:47.99875em) {
	.event-home-advert .content {
		padding: 20px
	}
}
.add-to-calendar {
	margin: 0;
	padding: 0;
	list-style: none
}
.add-to-calendar li {
	display: inline-block;
	font-size: .8em
}
.add-to-calendar li:not(:last-child) {
	margin-right: 5px
}
.add-to-calendar li a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: inherit
}
.add-to-calendar li a:hover {
	color: #2f2f2f
}
.campaign-image {
	height: 350px;
	padding: 40px 0;
	color: #fff;
	background-size: cover!important;
	background-position: center!important;
	position: relative
}
.campaign-image.contained {
	max-width: 1410px;
	margin: 0 auto
}
@media screen and (min-width:83.125em) {
	.campaign-image.contained {
		padding-left: 60px;
		padding-right: 60px;
		box-shadow: 5px 5px 25px 0 rgba(47, 47, 47, .15)
	}
}
.campaign-image:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: rgba(47, 47, 47, .25);
	z-index: 1
}
.campaign-image .grid-container, .campaign-image .grid-x {
	height: 100%;
	position: relative;
	z-index: 2
}
.campaign-image .cell>:last-child {
	margin-bottom: 0
}
.campaign-image h1, .campaign-image h2, .campaign-image h3, .campaign-image h4, .campaign-image h5, .campaign-image h6 {
	color: #fff
}
.campaign-image h1, .campaign-image h2 {
	text-transform: uppercase
}
.campaign-image p.large {
	font-size: 1.25em;
	line-height: 1.6
}
@media print, screen and (min-width:35.5em) {
	.campaign-image {
		height: 450px
	}
	.campaign-image p.large {
		font-size: 1.5em
	}
}
@media screen and (min-width:58.75em) {
	.campaign-image {
		height: 550px
	}
	.campaign-image p.large {
		font-size: 1.75em
	}
}
@media screen and (min-width:83.125em) {
	.campaign-image {
		height: 650px
	}
}
.bracket-wrap {
	position: relative;
	padding-left: 25px
}
.bracket-wrap h1 {
	position: relative;
	display: inline-block;
	line-height: 1.1;
	margin-bottom: 40px
}
.bracket-wrap h1:after, .bracket-wrap h1:before {
	position: absolute;
	width: 40px;
	height: 40px;
	content: ""
}
.bracket-wrap h1:before {
	position: absolute;
	top: -20px;
	left: -25px;
	background: url(../img/bracket-left.svg)
}
.bracket-wrap h1:after {
	right: -25px;
	bottom: -20px;
	background: url(../img/bracket-right.svg)
}
.bracket-wrap h1 .light-text {
	display: block;
	font-weight: 300
}
@media print, screen and (min-width:48em) {
	.bracket-wrap {
		padding-left: 35px
	}
	.bracket-wrap h1 {
		font-size: 3.5em;
		margin-bottom: 50px
	}
	.bracket-wrap h1:after, .bracket-wrap h1:before {
		width: 60px;
		height: 60px
	}
	.bracket-wrap h1:before {
		top: -30px;
		left: -35px
	}
	.bracket-wrap h1:after {
		right: -35px;
		bottom: -30px
	}
}
.campaign-tabs {
	border: 0
}
.campaign-tabs .tabs-title {
	float: none;
	display: block;
	margin-bottom: 2em
}
.campaign-tabs .tabs-title a {
	padding: 0;
	font-weight: 400
}
.campaign-tabs .tabs-title a:after {
	content: none!important
}
.campaign-tabs .tabs-title.is-active a {
	font-weight: 700
}
.campaign-tabs-content .tabs-panel {
	padding: 0
}
.campaign-blockquote {
	border: 0;
	padding: 0;
	padding-top: 35px;
	padding-left: 35px;
	position: relative
}
.campaign-blockquote:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	content: "";
	border-width: 10px 0 0 10px;
	border-style: solid;
	border-color: #f2f2f2
}
.campaign-blockquote cite strong {
	display: block
}
@media print, screen and (min-width:48em) {
	.campaign-blockquote {
		padding-top: 50px;
		padding-left: 60px
	}
	.campaign-blockquote:before {
		width: 80px;
		height: 80px;
		border-width: 15px 0 0 15px
	}
}
.form-wrap {
	background: #fff;
	border-top: 5px solid #d6000d;
	padding: 50px 0;
	box-shadow: 5px 5px 25px 0 rgba(47, 47, 47, .15)
}
.icons-list .link, .icons-list li {
	position: relative;
	display: block;
	margin-bottom: 12px;
	padding-left: 32px;
	line-height: 1.7
}
.icons-list .link:before, .icons-list li:before {
	position: absolute;
	left: 0;
	color: #666;
	content: "+"
}
.icons-list .link a, .icons-list li a {
	color: #2f2f2f;
	text-decoration: underline
}
.icons-list .link a:hover, .icons-list li a:hover {
	color: #d6000d
}
header.qub .logo a, footer .logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.off-canvas .logo a, footer .logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
*:focus {
	outline: 2px solid black;
}



.home-services{background-image: url(../images/s8.jpg);background-repeat: no-repeat;background-size: cover;background-position: center;min-height: 50vh;position: relative;}

.home-services::after{position: absolute;content: '';bottom: -1px;content: '';left: -1px;position: absolute;right: -1px;top: -1px;background-image: linear-gradient(to top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);}
.home-services .sevicesIntro{display: flex;flex-direction: column;height: 36rem;justify-content: flex-end;min-height: 36rem;padding-bottom: 1.71429em;padding-top: 1.71429em;width: 100%;position: relative;z-index: 1;color: #fff;}
.home-services .sevicesIntro h5{font-size: 24px;font-weight: bold;color: #fff;margin-bottom: 5px;}
.home-services .sevicesIntro p{font-size: 18px;line-height: 26px;}
.home-services .sevicesIntro a{border: 1px solid #f7965a;background-color: #f7965a;color: #fff;padding: 6px 20px;border-radius: 30px;margin: 10px 0;display: inline-block;width: fit-content;transition: 0.5s ease;}

.home-services .sevicesIntro a:hover{background: transparent;}
.home-services-list{background: #1f2935;position: relative;padding: 5rem 0;}
.home-services-list::before {background: url(../images/bg.svg) no-repeat,linear-gradient(45deg, #fff, #fff) no-repeat;background-position: top center, center 120px;background-size: 100% 120px, 100%;content: '';display: block;height: 100%;left: 0;max-height: none;min-height: 120px;position: absolute;top: 0%;transform: none;width: 100%;}

.home-services-list .services-list-box{border-radius: 2em;box-shadow: 0 7px 25px 0 rgb(0 0 0 / 25%);display: -ms-flexbox;-ms-flex-direction: column;-ms-flex-pack: end;display: -webkit-flex;-webkit-flex-direction: column;-webkit-justify-content: flex-end;display: flex;flex-direction: column;justify-content: flex-end;height: 100%;min-height: 273px;overflow: hidden;padding: 1.5rem;position: relative;transition: box-shadow .5s linear;}
.home-services-list .services-list-box:hover{box-shadow: 0 20px 30px 0 rgb(0, 0, 0, 50%);}

.home-services-list .services-list-box .service-img{background-position: 50% 50%;height: 100%;left: 0;margin: 0;position: absolute;top: 0;width: 100%;}
.home-services-list .services-list-box h4{position: relative;color: #fff;font-size: 24px;font-weight: bold;text-shadow: 0px 2px 5px black;text-align: center;}


.search-box{margin-top: -60px;background-color: rgba(0, 0, 0, 0.6);border-radius: 28px;padding: 4px;position: relative;z-index: 10;}
.search-box .search-tab{margin-top: 10px;}
.search-box .search-tab ul{display: flex;align-items: center;justify-content: flex-start;list-style: none;}
.search-box .search-tab ul li a{display: block;margin-right: 15px;color: #fff;border-bottom: 2px solid transparent;transition: 0.5s ease;font-size: 16px;}
.search-box .search-tab ul li a:hover{border-color: #f7965a;}

.search-box .search-input{position: relative;}
.search-box .search-input button{position: absolute;left: 20px;top: 50%;transform: translateY(-50%);color: #fff;border: none;outline: none;width: fit-content;cursor: pointer;}
.search-box .search-input input{background-color: #f7965a;color: #fff;border-radius: 25px;width: 100%;padding: 4px 10px 4px 60px;margin: 0;outline: none;}
.search-box .search-input input:focus{border: none;outline: none!important;}
.search-box .search-input input::placeholder{color: #fff;}