﻿@media print,
screen and (min-width: 40em) {
	.reveal,
	.reveal.tiny,
	.reveal.small,
	.reveal.large {
		right: auto;
		left: auto;
		margin: 0 auto
	}
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
	box-sizing: border-box;
	font-size: 10px
}

*,
*::before,
*::after {
	box-sizing: inherit
}

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-weight: 300;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto
}

[data-whatinput='mouse'] button {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit
}

.is-visible {
	display: block !important
}

.is-hidden {
	display: none !important
}

.row {
	max-width: 120rem;
	margin-right: auto;
	margin-left: auto
}

.row::before,
.row::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1
}

.row::after {
	clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.row .row {
	margin-right: -1rem;
	margin-left: -1rem
}

@media print,
screen and (min-width: 40em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
}

@media print,
screen and (min-width: 64em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
}

@media screen and (min-width: 75em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row:not(.expanded) .row {
	max-width: none
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
	padding-right: 1rem;
	padding-left: 1rem
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
	padding-right: 1.5rem;
	padding-left: 1.5rem
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-right: 1rem;
	padding-left: 1rem
}

@media print,
screen and (min-width: 40em) {
	.column,
	.columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
	float: left
}

.column.row.row,
.row.row.columns {
	float: none
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.small-1 {
	width: 8.33333%
}

.small-push-1 {
	position: relative;
	left: 8.33333%
}

.small-pull-1 {
	position: relative;
	left: -8.33333%
}

.small-offset-0 {
	margin-left: 0%
}

.small-2 {
	width: 16.66667%
}

.small-push-2 {
	position: relative;
	left: 16.66667%
}

.small-pull-2 {
	position: relative;
	left: -16.66667%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	width: 25%
}

.small-push-3 {
	position: relative;
	left: 25%
}

.small-pull-3 {
	position: relative;
	left: -25%
}

.small-offset-2 {
	margin-left: 16.66667%
}

.small-4 {
	width: 33.33333%
}

.small-push-4 {
	position: relative;
	left: 33.33333%
}

.small-pull-4 {
	position: relative;
	left: -33.33333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	width: 41.66667%
}

.small-push-5 {
	position: relative;
	left: 41.66667%
}

.small-pull-5 {
	position: relative;
	left: -41.66667%
}

.small-offset-4 {
	margin-left: 33.33333%
}

.small-6 {
	width: 50%
}

.small-push-6 {
	position: relative;
	left: 50%
}

.small-pull-6 {
	position: relative;
	left: -50%
}

.small-offset-5 {
	margin-left: 41.66667%
}

.small-7 {
	width: 58.33333%
}

.small-push-7 {
	position: relative;
	left: 58.33333%
}

.small-pull-7 {
	position: relative;
	left: -58.33333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	width: 66.66667%
}

.small-push-8 {
	position: relative;
	left: 66.66667%
}

.small-pull-8 {
	position: relative;
	left: -66.66667%
}

.small-offset-7 {
	margin-left: 58.33333%
}

.small-9 {
	width: 75%
}

.small-push-9 {
	position: relative;
	left: 75%
}

.small-pull-9 {
	position: relative;
	left: -75%
}

.small-offset-8 {
	margin-left: 66.66667%
}

.small-10 {
	width: 83.33333%
}

.small-push-10 {
	position: relative;
	left: 83.33333%
}

.small-pull-10 {
	position: relative;
	left: -83.33333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	width: 91.66667%
}

.small-push-11 {
	position: relative;
	left: 91.66667%
}

.small-pull-11 {
	position: relative;
	left: -91.66667%
}

.small-offset-10 {
	margin-left: 83.33333%
}

.small-12 {
	width: 100%
}

.small-offset-11 {
	margin-left: 91.66667%
}

.small-up-1>.column,
.small-up-1>.columns {
	float: left;
	width: 100%
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
	clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
	float: left
}

.small-up-2>.column,
.small-up-2>.columns {
	float: left;
	width: 50%
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
	clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
	float: left
}

.small-up-3>.column,
.small-up-3>.columns {
	float: left;
	width: 33.33333%
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
	float: left
}

.small-up-4>.column,
.small-up-4>.columns {
	float: left;
	width: 25%
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
	float: left
}

.small-up-5>.column,
.small-up-5>.columns {
	float: left;
	width: 20%
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
	float: left
}

.small-up-6>.column,
.small-up-6>.columns {
	float: left;
	width: 16.66667%
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
	float: left
}

.small-up-7>.column,
.small-up-7>.columns {
	float: left;
	width: 14.28571%
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
	float: left
}

.small-up-8>.column,
.small-up-8>.columns {
	float: left;
	width: 12.5%
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
	float: left
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.small-collapse .row {
	margin-right: 0;
	margin-left: 0
}

.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: 1rem;
	padding-left: 1rem
}

.small-centered {
	margin-right: auto;
	margin-left: auto
}

.small-centered,
.small-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0
}

@media print,
screen and (min-width: 40em) {
	.medium-1 {
		width: 8.33333%
	}
	.medium-push-1 {
		position: relative;
		left: 8.33333%
	}
	.medium-pull-1 {
		position: relative;
		left: -8.33333%
	}
	.medium-offset-0 {
		margin-left: 0%
	}
	.medium-2 {
		width: 16.66667%
	}
	.medium-push-2 {
		position: relative;
		left: 16.66667%
	}
	.medium-pull-2 {
		position: relative;
		left: -16.66667%
	}
	.medium-offset-1 {
		margin-left: 8.33333%
	}
	.medium-3 {
		width: 25%
	}
	.medium-push-3 {
		position: relative;
		left: 25%
	}
	.medium-pull-3 {
		position: relative;
		left: -25%
	}
	.medium-offset-2 {
		margin-left: 16.66667%
	}
	.medium-4 {
		width: 33.33333%
	}
	.medium-push-4 {
		position: relative;
		left: 33.33333%
	}
	.medium-pull-4 {
		position: relative;
		left: -33.33333%
	}
	.medium-offset-3 {
		margin-left: 25%
	}
	.medium-5 {
		width: 41.66667%
	}
	.medium-push-5 {
		position: relative;
		left: 41.66667%
	}
	.medium-pull-5 {
		position: relative;
		left: -41.66667%
	}
	.medium-offset-4 {
		margin-left: 33.33333%
	}
	.medium-6 {
		width: 50%
	}
	.medium-push-6 {
		position: relative;
		left: 50%
	}
	.medium-pull-6 {
		position: relative;
		left: -50%
	}
	.medium-offset-5 {
		margin-left: 41.66667%
	}
	.medium-7 {
		width: 58.33333%
	}
	.medium-push-7 {
		position: relative;
		left: 58.33333%
	}
	.medium-pull-7 {
		position: relative;
		left: -58.33333%
	}
	.medium-offset-6 {
		margin-left: 50%
	}
	.medium-8 {
		width: 66.66667%
	}
	.medium-push-8 {
		position: relative;
		left: 66.66667%
	}
	.medium-pull-8 {
		position: relative;
		left: -66.66667%
	}
	.medium-offset-7 {
		margin-left: 58.33333%
	}
	.medium-9 {
		width: 75%
	}
	.medium-push-9 {
		position: relative;
		left: 75%
	}
	.medium-pull-9 {
		position: relative;
		left: -75%
	}
	.medium-offset-8 {
		margin-left: 66.66667%
	}
	.medium-10 {
		width: 83.33333%
	}
	.medium-push-10 {
		position: relative;
		left: 83.33333%
	}
	.medium-pull-10 {
		position: relative;
		left: -83.33333%
	}
	.medium-offset-9 {
		margin-left: 75%
	}
	.medium-11 {
		width: 91.66667%
	}
	.medium-push-11 {
		position: relative;
		left: 91.66667%
	}
	.medium-pull-11 {
		position: relative;
		left: -91.66667%
	}
	.medium-offset-10 {
		margin-left: 83.33333%
	}
	.medium-12 {
		width: 100%
	}
	.medium-offset-11 {
		margin-left: 91.66667%
	}
	.medium-up-1>.column,
	.medium-up-1>.columns {
		float: left;
		width: 100%
	}
	.medium-up-1>.column:nth-of-type(1n),
	.medium-up-1>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-1>.column:nth-of-type(1n+1),
	.medium-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}
	.medium-up-1>.column:last-child,
	.medium-up-1>.columns:last-child {
		float: left
	}
	.medium-up-2>.column,
	.medium-up-2>.columns {
		float: left;
		width: 50%
	}
	.medium-up-2>.column:nth-of-type(1n),
	.medium-up-2>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-2>.column:nth-of-type(2n+1),
	.medium-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}
	.medium-up-2>.column:last-child,
	.medium-up-2>.columns:last-child {
		float: left
	}
	.medium-up-3>.column,
	.medium-up-3>.columns {
		float: left;
		width: 33.33333%
	}
	.medium-up-3>.column:nth-of-type(1n),
	.medium-up-3>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-3>.column:nth-of-type(3n+1),
	.medium-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}
	.medium-up-3>.column:last-child,
	.medium-up-3>.columns:last-child {
		float: left
	}
	.medium-up-4>.column,
	.medium-up-4>.columns {
		float: left;
		width: 25%
	}
	.medium-up-4>.column:nth-of-type(1n),
	.medium-up-4>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-4>.column:nth-of-type(4n+1),
	.medium-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}
	.medium-up-4>.column:last-child,
	.medium-up-4>.columns:last-child {
		float: left
	}
	.medium-up-5>.column,
	.medium-up-5>.columns {
		float: left;
		width: 20%
	}
	.medium-up-5>.column:nth-of-type(1n),
	.medium-up-5>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-5>.column:nth-of-type(5n+1),
	.medium-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}
	.medium-up-5>.column:last-child,
	.medium-up-5>.columns:last-child {
		float: left
	}
	.medium-up-6>.column,
	.medium-up-6>.columns {
		float: left;
		width: 16.66667%
	}
	.medium-up-6>.column:nth-of-type(1n),
	.medium-up-6>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-6>.column:nth-of-type(6n+1),
	.medium-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}
	.medium-up-6>.column:last-child,
	.medium-up-6>.columns:last-child {
		float: left
	}
	.medium-up-7>.column,
	.medium-up-7>.columns {
		float: left;
		width: 14.28571%
	}
	.medium-up-7>.column:nth-of-type(1n),
	.medium-up-7>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-7>.column:nth-of-type(7n+1),
	.medium-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}
	.medium-up-7>.column:last-child,
	.medium-up-7>.columns:last-child {
		float: left
	}
	.medium-up-8>.column,
	.medium-up-8>.columns {
		float: left;
		width: 12.5%
	}
	.medium-up-8>.column:nth-of-type(1n),
	.medium-up-8>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-8>.column:nth-of-type(8n+1),
	.medium-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}
	.medium-up-8>.column:last-child,
	.medium-up-8>.columns:last-child {
		float: left
	}
	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0
	}
	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0
	}
	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}
	.medium-centered {
		margin-right: auto;
		margin-left: auto
	}
	.medium-centered,
	.medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}
	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0
	}
}

@media print,
screen and (min-width: 64em) {
	.large-1 {
		width: 8.33333%
	}
	.large-push-1 {
		position: relative;
		left: 8.33333%
	}
	.large-pull-1 {
		position: relative;
		left: -8.33333%
	}
	.large-offset-0 {
		margin-left: 0%
	}
	.large-2 {
		width: 16.66667%
	}
	.large-push-2 {
		position: relative;
		left: 16.66667%
	}
	.large-pull-2 {
		position: relative;
		left: -16.66667%
	}
	.large-offset-1 {
		margin-left: 8.33333%
	}
	.large-3 {
		width: 25%
	}
	.large-push-3 {
		position: relative;
		left: 25%
	}
	.large-pull-3 {
		position: relative;
		left: -25%
	}
	.large-offset-2 {
		margin-left: 16.66667%
	}
	.large-4 {
		width: 33.33333%
	}
	.large-push-4 {
		position: relative;
		left: 33.33333%
	}
	.large-pull-4 {
		position: relative;
		left: -33.33333%
	}
	.large-offset-3 {
		margin-left: 25%
	}
	.large-5 {
		width: 41.66667%
	}
	.large-push-5 {
		position: relative;
		left: 41.66667%
	}
	.large-pull-5 {
		position: relative;
		left: -41.66667%
	}
	.large-offset-4 {
		margin-left: 33.33333%
	}
	.large-6 {
		width: 50%
	}
	.large-push-6 {
		position: relative;
		left: 50%
	}
	.large-pull-6 {
		position: relative;
		left: -50%
	}
	.large-offset-5 {
		margin-left: 41.66667%
	}
	.large-7 {
		width: 58.33333%
	}
	.large-push-7 {
		position: relative;
		left: 58.33333%
	}
	.large-pull-7 {
		position: relative;
		left: -58.33333%
	}
	.large-offset-6 {
		margin-left: 50%
	}
	.large-8 {
		width: 66.66667%
	}
	.large-push-8 {
		position: relative;
		left: 66.66667%
	}
	.large-pull-8 {
		position: relative;
		left: -66.66667%
	}
	.large-offset-7 {
		margin-left: 58.33333%
	}
	.large-9 {
		width: 75%
	}
	.large-push-9 {
		position: relative;
		left: 75%
	}
	.large-pull-9 {
		position: relative;
		left: -75%
	}
	.large-offset-8 {
		margin-left: 66.66667%
	}
	.large-10 {
		width: 83.33333%
	}
	.large-push-10 {
		position: relative;
		left: 83.33333%
	}
	.large-pull-10 {
		position: relative;
		left: -83.33333%
	}
	.large-offset-9 {
		margin-left: 75%
	}
	.large-11 {
		width: 91.66667%
	}
	.large-push-11 {
		position: relative;
		left: 91.66667%
	}
	.large-pull-11 {
		position: relative;
		left: -91.66667%
	}
	.large-offset-10 {
		margin-left: 83.33333%
	}
	.large-12 {
		width: 100%
	}
	.large-offset-11 {
		margin-left: 91.66667%
	}
	.large-up-1>.column,
	.large-up-1>.columns {
		float: left;
		width: 100%
	}
	.large-up-1>.column:nth-of-type(1n),
	.large-up-1>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-1>.column:nth-of-type(1n+1),
	.large-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}
	.large-up-1>.column:last-child,
	.large-up-1>.columns:last-child {
		float: left
	}
	.large-up-2>.column,
	.large-up-2>.columns {
		float: left;
		width: 50%
	}
	.large-up-2>.column:nth-of-type(1n),
	.large-up-2>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-2>.column:nth-of-type(2n+1),
	.large-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}
	.large-up-2>.column:last-child,
	.large-up-2>.columns:last-child {
		float: left
	}
	.large-up-3>.column,
	.large-up-3>.columns {
		float: left;
		width: 33.33333%
	}
	.large-up-3>.column:nth-of-type(1n),
	.large-up-3>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-3>.column:nth-of-type(3n+1),
	.large-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}
	.large-up-3>.column:last-child,
	.large-up-3>.columns:last-child {
		float: left
	}
	.large-up-4>.column,
	.large-up-4>.columns {
		float: left;
		width: 25%
	}
	.large-up-4>.column:nth-of-type(1n),
	.large-up-4>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-4>.column:nth-of-type(4n+1),
	.large-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}
	.large-up-4>.column:last-child,
	.large-up-4>.columns:last-child {
		float: left
	}
	.large-up-5>.column,
	.large-up-5>.columns {
		float: left;
		width: 20%
	}
	.large-up-5>.column:nth-of-type(1n),
	.large-up-5>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-5>.column:nth-of-type(5n+1),
	.large-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}
	.large-up-5>.column:last-child,
	.large-up-5>.columns:last-child {
		float: left
	}
	.large-up-6>.column,
	.large-up-6>.columns {
		float: left;
		width: 16.66667%
	}
	.large-up-6>.column:nth-of-type(1n),
	.large-up-6>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-6>.column:nth-of-type(6n+1),
	.large-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}
	.large-up-6>.column:last-child,
	.large-up-6>.columns:last-child {
		float: left
	}
	.large-up-7>.column,
	.large-up-7>.columns {
		float: left;
		width: 14.28571%
	}
	.large-up-7>.column:nth-of-type(1n),
	.large-up-7>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-7>.column:nth-of-type(7n+1),
	.large-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}
	.large-up-7>.column:last-child,
	.large-up-7>.columns:last-child {
		float: left
	}
	.large-up-8>.column,
	.large-up-8>.columns {
		float: left;
		width: 12.5%
	}
	.large-up-8>.column:nth-of-type(1n),
	.large-up-8>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-8>.column:nth-of-type(8n+1),
	.large-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}
	.large-up-8>.column:last-child,
	.large-up-8>.columns:last-child {
		float: left
	}
	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.large-collapse .row {
		margin-right: 0;
		margin-left: 0
	}
	.expanded.row .large-collapse.row {
		margin-right: 0;
		margin-left: 0
	}
	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}
	.large-centered {
		margin-right: auto;
		margin-left: auto
	}
	.large-centered,
	.large-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}
	.large-uncentered,
	.large-push-0,
	.large-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0
	}
}

@media screen and (min-width: 75em) {
	.xlarge-1 {
		width: 8.33333%
	}
	.xlarge-push-1 {
		position: relative;
		left: 8.33333%
	}
	.xlarge-pull-1 {
		position: relative;
		left: -8.33333%
	}
	.xlarge-offset-0 {
		margin-left: 0%
	}
	.xlarge-2 {
		width: 16.66667%
	}
	.xlarge-push-2 {
		position: relative;
		left: 16.66667%
	}
	.xlarge-pull-2 {
		position: relative;
		left: -16.66667%
	}
	.xlarge-offset-1 {
		margin-left: 8.33333%
	}
	.xlarge-3 {
		width: 25%
	}
	.xlarge-push-3 {
		position: relative;
		left: 25%
	}
	.xlarge-pull-3 {
		position: relative;
		left: -25%
	}
	.xlarge-offset-2 {
		margin-left: 16.66667%
	}
	.xlarge-4 {
		width: 33.33333%
	}
	.xlarge-push-4 {
		position: relative;
		left: 33.33333%
	}
	.xlarge-pull-4 {
		position: relative;
		left: -33.33333%
	}
	.xlarge-offset-3 {
		margin-left: 25%
	}
	.xlarge-5 {
		width: 41.66667%
	}
	.xlarge-push-5 {
		position: relative;
		left: 41.66667%
	}
	.xlarge-pull-5 {
		position: relative;
		left: -41.66667%
	}
	.xlarge-offset-4 {
		margin-left: 33.33333%
	}
	.xlarge-6 {
		width: 50%
	}
	.xlarge-push-6 {
		position: relative;
		left: 50%
	}
	.xlarge-pull-6 {
		position: relative;
		left: -50%
	}
	.xlarge-offset-5 {
		margin-left: 41.66667%
	}
	.xlarge-7 {
		width: 58.33333%
	}
	.xlarge-push-7 {
		position: relative;
		left: 58.33333%
	}
	.xlarge-pull-7 {
		position: relative;
		left: -58.33333%
	}
	.xlarge-offset-6 {
		margin-left: 50%
	}
	.xlarge-8 {
		width: 66.66667%
	}
	.xlarge-push-8 {
		position: relative;
		left: 66.66667%
	}
	.xlarge-pull-8 {
		position: relative;
		left: -66.66667%
	}
	.xlarge-offset-7 {
		margin-left: 58.33333%
	}
	.xlarge-9 {
		width: 75%
	}
	.xlarge-push-9 {
		position: relative;
		left: 75%
	}
	.xlarge-pull-9 {
		position: relative;
		left: -75%
	}
	.xlarge-offset-8 {
		margin-left: 66.66667%
	}
	.xlarge-10 {
		width: 83.33333%
	}
	.xlarge-push-10 {
		position: relative;
		left: 83.33333%
	}
	.xlarge-pull-10 {
		position: relative;
		left: -83.33333%
	}
	.xlarge-offset-9 {
		margin-left: 75%
	}
	.xlarge-11 {
		width: 91.66667%
	}
	.xlarge-push-11 {
		position: relative;
		left: 91.66667%
	}
	.xlarge-pull-11 {
		position: relative;
		left: -91.66667%
	}
	.xlarge-offset-10 {
		margin-left: 83.33333%
	}
	.xlarge-12 {
		width: 100%
	}
	.xlarge-offset-11 {
		margin-left: 91.66667%
	}
	.xlarge-up-1>.column,
	.xlarge-up-1>.columns {
		float: left;
		width: 100%
	}
	.xlarge-up-1>.column:nth-of-type(1n),
	.xlarge-up-1>.columns:nth-of-type(1n) {
		clear: none
	}
	.xlarge-up-1>.column:nth-of-type(1n+1),
	.xlarge-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}
	.xlarge-up-1>.column:last-child,
	.xlarge-up-1>.columns:last-child {
		float: left
	}
	.xlarge-up-2>.column,
	.xlarge-up-2>.columns {
		float: left;
		width: 50%
	}
	.xlarge-up-2>.column:nth-of-type(1n),
	.xlarge-up-2>.columns:nth-of-type(1n) {
		clear: none
	}
	.xlarge-up-2>.column:nth-of-type(2n+1),
	.xlarge-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}
	.xlarge-up-2>.column:last-child,
	.xlarge-up-2>.columns:last-child {
		float: left
	}
	.xlarge-up-3>.column,
	.xlarge-up-3>.columns {
		float: left;
		width: 33.33333%
	}
	.xlarge-up-3>.column:nth-of-type(1n),
	.xlarge-up-3>.columns:nth-of-type(1n) {
		clear: none
	}
	.xlarge-up-3>.column:nth-of-type(3n+1),
	.xlarge-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}
	.xlarge-up-3>.column:last-child,
	.xlarge-up-3>.columns:last-child {
		float: left
	}
	.xlarge-up-4>.column,
	.xlarge-up-4>.columns {
		float: left;
		width: 25%
	}
	.xlarge-up-4>.column:nth-of-type(1n),
	.xlarge-up-4>.columns:nth-of-type(1n) {
		clear: none
	}
	.xlarge-up-4>.column:nth-of-type(4n+1),
	.xlarge-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}
	.xlarge-up-4>.column:last-child,
	.xlarge-up-4>.columns:last-child {
		float: left
	}
	.xlarge-up-5>.column,
	.xlarge-up-5>.columns {
		float: left;
		width: 20%
	}
	.xlarge-up-5>.column:nth-of-type(1n),
	.xlarge-up-5>.columns:nth-of-type(1n) {
		clear: none
	}
	.xlarge-up-5>.column:nth-of-type(5n+1),
	.xlarge-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}
	.xlarge-up-5>.column:last-child,
	.xlarge-up-5>.columns:last-child {
		float: left
	}
	.xlarge-up-6>.column,
	.xlarge-up-6>.columns {
		float: left;
		width: 16.66667%
	}
	.xlarge-up-6>.column:nth-of-type(1n),
	.xlarge-up-6>.columns:nth-of-type(1n) {
		clear: none
	}
	.xlarge-up-6>.column:nth-of-type(6n+1),
	.xlarge-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}
	.xlarge-up-6>.column:last-child,
	.xlarge-up-6>.columns:last-child {
		float: left
	}
	.xlarge-up-7>.column,
	.xlarge-up-7>.columns {
		float: left;
		width: 14.28571%
	}
	.xlarge-up-7>.column:nth-of-type(1n),
	.xlarge-up-7>.columns:nth-of-type(1n) {
		clear: none
	}
	.xlarge-up-7>.column:nth-of-type(7n+1),
	.xlarge-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}
	.xlarge-up-7>.column:last-child,
	.xlarge-up-7>.columns:last-child {
		float: left
	}
	.xlarge-up-8>.column,
	.xlarge-up-8>.columns {
		float: left;
		width: 12.5%
	}
	.xlarge-up-8>.column:nth-of-type(1n),
	.xlarge-up-8>.columns:nth-of-type(1n) {
		clear: none
	}
	.xlarge-up-8>.column:nth-of-type(8n+1),
	.xlarge-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}
	.xlarge-up-8>.column:last-child,
	.xlarge-up-8>.columns:last-child {
		float: left
	}
	.xlarge-collapse>.column,
	.xlarge-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.xlarge-collapse .row {
		margin-right: 0;
		margin-left: 0
	}
	.expanded.row .xlarge-collapse.row {
		margin-right: 0;
		margin-left: 0
	}
	.xlarge-uncollapse>.column,
	.xlarge-uncollapse>.columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}
	.xlarge-centered {
		margin-right: auto;
		margin-left: auto
	}
	.xlarge-centered,
	.xlarge-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}
	.xlarge-uncentered,
	.xlarge-push-0,
	.xlarge-pull-0 {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0
	}
}

.column-block {
	margin-bottom: 2rem
}

.column-block>:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
	.column-block {
		margin-bottom: 3rem
	}
	.column-block>:last-child {
		margin-bottom: 0
	}
}

.row {
	max-width: 120rem;
	margin-right: auto;
	margin-left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.row .row {
	margin-right: -1rem;
	margin-left: -1rem
}

@media print,
screen and (min-width: 40em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
}

@media print,
screen and (min-width: 64em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
}

@media screen and (min-width: 75em) {
	.row .row {
		margin-right: -1.5rem;
		margin-left: -1.5rem
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row:not(.expanded) .row {
	max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
	margin-right: 0;
	margin-left: 0
}

.column,
.columns {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-right: 1rem;
	padding-left: 1rem;
	min-width: 0
}

@media print,
screen and (min-width: 40em) {
	.column,
	.columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}
}

.column.row.row,
.row.row.columns {
	float: none;
	display: block
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.small-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.small-offset-0 {
	margin-left: 0%
}

.small-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.small-offset-2 {
	margin-left: 16.66667%
}

.small-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.small-offset-4 {
	margin-left: 33.33333%
}

.small-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.small-offset-5 {
	margin-left: 41.66667%
}

.small-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.small-offset-7 {
	margin-left: 58.33333%
}

.small-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.small-offset-8 {
	margin-left: 66.66667%
}

.small-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.small-offset-10 {
	margin-left: 83.33333%
}

.small-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.small-offset-11 {
	margin-left: 91.66667%
}

.small-up-1 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.small-up-2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.small-up-3 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-up-4 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.small-up-5 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.small-up-6 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-up-7 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}

.small-up-8 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: 1rem;
	padding-left: 1rem
}

@media print,
screen and (min-width: 40em) {
	.medium-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.medium-offset-0 {
		margin-left: 0%
	}
	.medium-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.medium-offset-1 {
		margin-left: 8.33333%
	}
	.medium-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-offset-2 {
		margin-left: 16.66667%
	}
	.medium-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.medium-offset-3 {
		margin-left: 25%
	}
	.medium-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.medium-offset-4 {
		margin-left: 33.33333%
	}
	.medium-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-offset-5 {
		margin-left: 41.66667%
	}
	.medium-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.medium-offset-6 {
		margin-left: 50%
	}
	.medium-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.medium-offset-7 {
		margin-left: 58.33333%
	}
	.medium-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.medium-offset-8 {
		margin-left: 66.66667%
	}
	.medium-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.medium-offset-9 {
		margin-left: 75%
	}
	.medium-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.medium-offset-10 {
		margin-left: 83.33333%
	}
	.medium-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-offset-11 {
		margin-left: 91.66667%
	}
	.medium-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-1>.column,
	.medium-up-1>.columns {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-2>.column,
	.medium-up-2>.columns {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-3>.column,
	.medium-up-3>.columns {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.medium-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-4>.column,
	.medium-up-4>.columns {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-5>.column,
	.medium-up-5>.columns {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.medium-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-6>.column,
	.medium-up-6>.columns {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.medium-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-7>.column,
	.medium-up-7>.columns {
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.medium-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-8>.column,
	.medium-up-8>.columns {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
	.medium-expand {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media print,
screen and (min-width: 40em) {
	.row.medium-unstack>.column,
	.row.medium-unstack>.columns {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}
}

@media print,
screen and (min-width: 64em) {
	.large-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.large-offset-0 {
		margin-left: 0%
	}
	.large-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.large-offset-1 {
		margin-left: 8.33333%
	}
	.large-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.large-offset-2 {
		margin-left: 16.66667%
	}
	.large-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.large-offset-3 {
		margin-left: 25%
	}
	.large-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.large-offset-4 {
		margin-left: 33.33333%
	}
	.large-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.large-offset-5 {
		margin-left: 41.66667%
	}
	.large-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.large-offset-6 {
		margin-left: 50%
	}
	.large-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.large-offset-7 {
		margin-left: 58.33333%
	}
	.large-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.large-offset-8 {
		margin-left: 66.66667%
	}
	.large-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.large-offset-9 {
		margin-left: 75%
	}
	.large-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.large-offset-10 {
		margin-left: 83.33333%
	}
	.large-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.large-offset-11 {
		margin-left: 91.66667%
	}
	.large-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-1>.column,
	.large-up-1>.columns {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.large-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-2>.column,
	.large-up-2>.columns {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.large-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-3>.column,
	.large-up-3>.columns {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.large-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-4>.column,
	.large-up-4>.columns {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.large-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-5>.column,
	.large-up-5>.columns {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.large-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-6>.column,
	.large-up-6>.columns {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.large-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-7>.column,
	.large-up-7>.columns {
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.large-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-8>.column,
	.large-up-8>.columns {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print,
screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media print,
screen and (min-width: 64em) {
	.row.large-unstack>.column,
	.row.large-unstack>.columns {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 64em) {
	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}
}

@media screen and (min-width: 75em) {
	.xlarge-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.xlarge-offset-0 {
		margin-left: 0%
	}
	.xlarge-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.xlarge-offset-1 {
		margin-left: 8.33333%
	}
	.xlarge-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.xlarge-offset-2 {
		margin-left: 16.66667%
	}
	.xlarge-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.xlarge-offset-3 {
		margin-left: 25%
	}
	.xlarge-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.xlarge-offset-4 {
		margin-left: 33.33333%
	}
	.xlarge-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.xlarge-offset-5 {
		margin-left: 41.66667%
	}
	.xlarge-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.xlarge-offset-6 {
		margin-left: 50%
	}
	.xlarge-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.xlarge-offset-7 {
		margin-left: 58.33333%
	}
	.xlarge-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.xlarge-offset-8 {
		margin-left: 66.66667%
	}
	.xlarge-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.xlarge-offset-9 {
		margin-left: 75%
	}
	.xlarge-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.xlarge-offset-10 {
		margin-left: 83.33333%
	}
	.xlarge-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.xlarge-offset-11 {
		margin-left: 91.66667%
	}
	.xlarge-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-1>.column,
	.xlarge-up-1>.columns {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.xlarge-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-2>.column,
	.xlarge-up-2>.columns {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.xlarge-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-3>.column,
	.xlarge-up-3>.columns {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.xlarge-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-4>.column,
	.xlarge-up-4>.columns {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.xlarge-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-5>.column,
	.xlarge-up-5>.columns {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.xlarge-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-6>.column,
	.xlarge-up-6>.columns {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.xlarge-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-7>.column,
	.xlarge-up-7>.columns {
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.xlarge-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-8>.column,
	.xlarge-up-8>.columns {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media screen and (min-width: 75em) and (min-width: 75em) {
	.xlarge-expand {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.xlarge-unstack>.column,
.row.xlarge-unstack>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media screen and (min-width: 75em) {
	.row.xlarge-unstack>.column,
	.row.xlarge-unstack>.columns {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media screen and (min-width: 75em) {
	.xlarge-collapse>.column,
	.xlarge-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.xlarge-uncollapse>.column,
	.xlarge-uncollapse>.columns {
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}
}

.small-margin-collapse {
	margin-right: 0;
	margin-left: 0
}

.small-margin-collapse>.cell {
	margin-right: 0;
	margin-left: 0
}

.small-margin-collapse>.small-1 {
	width: 8.33333%
}

.small-margin-collapse>.small-2 {
	width: 16.66667%
}

.small-margin-collapse>.small-3 {
	width: 25%
}

.small-margin-collapse>.small-4 {
	width: 33.33333%
}

.small-margin-collapse>.small-5 {
	width: 41.66667%
}

.small-margin-collapse>.small-6 {
	width: 50%
}

.small-margin-collapse>.small-7 {
	width: 58.33333%
}

.small-margin-collapse>.small-8 {
	width: 66.66667%
}

.small-margin-collapse>.small-9 {
	width: 75%
}

.small-margin-collapse>.small-10 {
	width: 83.33333%
}

.small-margin-collapse>.small-11 {
	width: 91.66667%
}

.small-margin-collapse>.small-12 {
	width: 100%
}

@media print,
screen and (min-width: 40em) {
	.small-margin-collapse>.medium-1 {
		width: 8.33333%
	}
	.small-margin-collapse>.medium-2 {
		width: 16.66667%
	}
	.small-margin-collapse>.medium-3 {
		width: 25%
	}
	.small-margin-collapse>.medium-4 {
		width: 33.33333%
	}
	.small-margin-collapse>.medium-5 {
		width: 41.66667%
	}
	.small-margin-collapse>.medium-6 {
		width: 50%
	}
	.small-margin-collapse>.medium-7 {
		width: 58.33333%
	}
	.small-margin-collapse>.medium-8 {
		width: 66.66667%
	}
	.small-margin-collapse>.medium-9 {
		width: 75%
	}
	.small-margin-collapse>.medium-10 {
		width: 83.33333%
	}
	.small-margin-collapse>.medium-11 {
		width: 91.66667%
	}
	.small-margin-collapse>.medium-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.small-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.small-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.small-margin-collapse>.large-3 {
		width: 25%
	}
	.small-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.small-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.small-margin-collapse>.large-6 {
		width: 50%
	}
	.small-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.small-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.small-margin-collapse>.large-9 {
		width: 75%
	}
	.small-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.small-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.small-margin-collapse>.large-12 {
		width: 100%
	}
}

@media screen and (min-width: 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%
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0
}

.small-padding-collapse>.cell {
	padding-right: 0;
	padding-left: 0
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.medium-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse>.small-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.small-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.small-3 {
		width: 25%
	}
	.medium-margin-collapse>.small-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.small-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.small-6 {
		width: 50%
	}
	.medium-margin-collapse>.small-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.small-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.small-9 {
		width: 75%
	}
	.medium-margin-collapse>.small-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.small-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.small-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-margin-collapse>.medium-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.medium-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.medium-3 {
		width: 25%
	}
	.medium-margin-collapse>.medium-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.medium-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.medium-6 {
		width: 50%
	}
	.medium-margin-collapse>.medium-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.medium-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.medium-9 {
		width: 75%
	}
	.medium-margin-collapse>.medium-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.medium-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.medium-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.medium-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.large-3 {
		width: 25%
	}
	.medium-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.large-6 {
		width: 50%
	}
	.medium-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.large-9 {
		width: 75%
	}
	.medium-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.medium-margin-collapse>.xlarge-1 {
		width: 8.33333%
	}
	.medium-margin-collapse>.xlarge-2 {
		width: 16.66667%
	}
	.medium-margin-collapse>.xlarge-3 {
		width: 25%
	}
	.medium-margin-collapse>.xlarge-4 {
		width: 33.33333%
	}
	.medium-margin-collapse>.xlarge-5 {
		width: 41.66667%
	}
	.medium-margin-collapse>.xlarge-6 {
		width: 50%
	}
	.medium-margin-collapse>.xlarge-7 {
		width: 58.33333%
	}
	.medium-margin-collapse>.xlarge-8 {
		width: 66.66667%
	}
	.medium-margin-collapse>.xlarge-9 {
		width: 75%
	}
	.medium-margin-collapse>.xlarge-10 {
		width: 83.33333%
	}
	.medium-margin-collapse>.xlarge-11 {
		width: 91.66667%
	}
	.medium-margin-collapse>.xlarge-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.medium-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.large-margin-collapse>.cell {
		margin-right: 0;
		margin-left: 0
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.small-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.small-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.small-3 {
		width: 25%
	}
	.large-margin-collapse>.small-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.small-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.small-6 {
		width: 50%
	}
	.large-margin-collapse>.small-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.small-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.small-9 {
		width: 75%
	}
	.large-margin-collapse>.small-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.small-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.small-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.medium-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.medium-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.medium-3 {
		width: 25%
	}
	.large-margin-collapse>.medium-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.medium-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.medium-6 {
		width: 50%
	}
	.large-margin-collapse>.medium-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.medium-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.medium-9 {
		width: 75%
	}
	.large-margin-collapse>.medium-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.medium-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.medium-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.large-margin-collapse>.large-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.large-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.large-3 {
		width: 25%
	}
	.large-margin-collapse>.large-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.large-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.large-6 {
		width: 50%
	}
	.large-margin-collapse>.large-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.large-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.large-9 {
		width: 75%
	}
	.large-margin-collapse>.large-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.large-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.large-margin-collapse>.xlarge-1 {
		width: 8.33333%
	}
	.large-margin-collapse>.xlarge-2 {
		width: 16.66667%
	}
	.large-margin-collapse>.xlarge-3 {
		width: 25%
	}
	.large-margin-collapse>.xlarge-4 {
		width: 33.33333%
	}
	.large-margin-collapse>.xlarge-5 {
		width: 41.66667%
	}
	.large-margin-collapse>.xlarge-6 {
		width: 50%
	}
	.large-margin-collapse>.xlarge-7 {
		width: 58.33333%
	}
	.large-margin-collapse>.xlarge-8 {
		width: 66.66667%
	}
	.large-margin-collapse>.xlarge-9 {
		width: 75%
	}
	.large-margin-collapse>.xlarge-10 {
		width: 83.33333%
	}
	.large-margin-collapse>.xlarge-11 {
		width: 91.66667%
	}
	.large-margin-collapse>.xlarge-12 {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.large-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}

@media screen and (min-width: 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: 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: 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: 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: 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: 75em) {
	.xlarge-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}
	.xlarge-padding-collapse>.cell {
		padding-right: 0;
		padding-left: 0
	}
}


div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

p {
	margin-bottom: 3rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility
}

em,
i {
	font-style: italic;
	line-height: inherit
}

strong,
b {
	font-weight: bold;
	line-height: inherit
}

small {
	font-size: 80%;
	line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: Helvetica, Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizeLegibility
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	line-height: 0;
	color: #cacaca
}

h1,
.h1 {
	font-size: 4.9rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 2rem
}

h2,
.h2 {
	font-size: 2.6rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 2rem
}

h3,
.h3 {
	font-size: 1.9rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h4,
.h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h5,
.h5 {
	font-size: 1.7rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h6,
.h6 {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

@media print,
screen and (min-width: 40em) {
	h1,
	.h1 {
		font-size: 4.9rem
	}
	h2,
	.h2 {
		font-size: 4rem
	}
	h3,
	.h3 {
		font-size: 3.1rem
	}
	h4,
	.h4 {
		font-size: 2.5rem
	}
	h5,
	.h5 {
		font-size: 2rem
	}
	h6,
	.h6 {
		font-size: 1.6rem
	}
}

a {
	line-height: inherit;
	color: #2199e8;
	text-decoration: none;
	cursor: pointer
}

a:hover,
a:focus {
	color: #1585cf
}

a img {
	border: 0
}

hr {
	clear: both;
	max-width: 120rem;
	height: 0;
	margin: 2rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0
}

ul,
ol,
dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6
}

li {
	font-size: inherit
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc
}

ol {
	margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}

dl {
	margin-bottom: 1rem
}

dl dt {
	margin-bottom: .3rem;
	font-weight: bold
}

blockquote {
	margin: 0 0 1rem;
	padding: .9rem 2rem 0 1.9rem;
	border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #333
}

cite {
	display: block;
	font-size: 1.3rem;
	color: #333
}

cite:before {
	content: "— "
}

abbr,
abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none
}

figure {
	margin: 0
}

code {
	padding: .2rem .5rem .1rem;
	border: 1px solid #cacaca;
	background-color: #dadada;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 300;
	color: #0a0a0a
}

kbd {
	margin: 0;
	padding: .2rem .4rem 0;
	background-color: #dadada;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: 300;
	line-height: 1.4;
	color: #333
}

.lead {
	font-size: 12.5px;
	line-height: 1.6
}

.stat {
	font-size: 2.5rem;
	line-height: 1
}

p+.stat {
	margin-top: -1rem
}

ul.no-bullet,
ol.no-bullet {
	margin-left: 0;
	list-style: none
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

@media print,
screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left
	}
	.medium-text-right {
		text-align: right
	}
	.medium-text-center {
		text-align: center
	}
	.medium-text-justify {
		text-align: justify
	}
}

@media print,
screen and (min-width: 64em) {
	.large-text-left {
		text-align: left
	}
	.large-text-right {
		text-align: right
	}
	.large-text-center {
		text-align: center
	}
	.large-text-justify {
		text-align: justify
	}
}

@media screen and (min-width: 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
	}
}

.show-for-print {
	display: none !important
}

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important
	}
	.show-for-print {
		display: block !important
	}
	.hide-for-print {
		display: none !important
	}
	table.show-for-print {
		display: table !important
	}
	thead.show-for-print {
		display: table-header-group !important
	}
	tbody.show-for-print {
		display: table-row-group !important
	}
	tr.show-for-print {
		display: table-row !important
	}
	td.show-for-print {
		display: table-cell !important
	}
	th.show-for-print {
		display: table-cell !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: ''
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre,
	blockquote {
		border: 1px solid #333;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	@page {
		margin: 0.5cm
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.print-break-inside {
		page-break-inside: auto
	}
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0px ;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	    font-family: Helvetica, Arial,sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #2199e8;
	color: #fefefe
}

[data-whatinput='mouse'] .button {
	outline: 0
}


a.button:hover,
a.button:focus {
	text-decoration: none
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 3.9rem;
	margin: 0 0 1.6rem;
	padding: 0;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
	color: #0a0a0a;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
	outline: none;
	border: 1px solid #333;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca
}

input::placeholder,
textarea::placeholder {
	color: #cacaca
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #dadada;
	cursor: not-allowed
}

[type='submit'],
[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type='search'] {
	box-sizing: border-box
}

[type='file'],
[type='checkbox'],
[type='radio'] {
	margin: 0 0 1.6rem
}

[type='checkbox']+label,
[type='radio']+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .8rem;
	margin-right: 1.6rem;
	margin-bottom: 0
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
	cursor: pointer
}

label>[type='checkbox'],
label>[type='radio'] {
	margin-right: .8rem
}

[type='file'] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.8;
	color: #0a0a0a
}

label.middle {
	margin: 0 0 1.6rem;
	padding: .9rem 0
}

.help-text {
	margin-top: -.8rem;
	font-size: 1.3rem;
	font-style: italic;
	color: #0a0a0a
}

.is-invalid-input:not(:focus) {
	border-color: #ec5840;
	background-color: #fcedeb
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #ec5840
}

.is-invalid-input:not(:focus)::placeholder {
	color: #ec5840
}

.is-invalid-label {
	color: #ec5840
}

.form-error {
	display: none;
	margin-top: -.8rem;
	margin-bottom: 1.6rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ec5840
}

.form-error.is-visible {
	display: block
}

.has-submenu-toggle>a {
	margin-right: 40px
}

.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
	height: 40px
}

.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #2199e8 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto
}

.submenu-toggle[aria-expanded='true']::after {
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.submenu-toggle-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.button-group {
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch
}

.button-group::before,
.button-group::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1
}

.button-group::after {
	clear: both
}

.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 0.9rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.button-group .button:last-child {
	margin-right: 0
}

.button-group.tiny .button {
	font-size: .6rem
}

.button-group.small .button {
	font-size: .75rem
}

.button-group.large .button {
	font-size: 1.25rem
}

.button-group.expanded .button {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.button-group.primary .button {
	background-color: #2199e8;
	color: #0a0a0a
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
	background-color: #147cc0;
	color: #0a0a0a
}

.button-group.secondary .button {
	background-color: #777;
	color: #fefefe
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
	background-color: #5f5f5f;
	color: #fefefe
}

.button-group.success .button {
	background-color: #3adb76;
	color: #0a0a0a
}

.button-group.success .button:hover,
.button-group.success .button:focus {
	background-color: #22bb5b;
	color: #0a0a0a
}

.button-group.warning .button {
	background-color: #ffae00;
	color: #0a0a0a
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}

.button-group.alert .button {
	background-color: #ec5840;
	color: #0a0a0a
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
	background-color: #da3116;
	color: #0a0a0a
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
	.button-group.stacked-for-small .button {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		margin-bottom: 0
	}
}

@media print,
screen and (min-width: 64em) {
	.button-group.stacked-for-medium .button {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		margin-bottom: 0
	}
}

@media screen and (max-width: 39.9375em) {
	.button-group.stacked-for-small.expanded {
		display: block
	}
	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0
	}
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li {
	outline: 0
}

.menu a,
.menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0.7rem 1rem
}

.menu input,
.menu select,
.menu a,
.menu button {
	margin-bottom: 0
}

.menu input {
	display: inline-block
}

.menu,
.menu.horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}

.menu.vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column
}

.menu.expanded li {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.menu.simple {
	-ms-flex-align: center;
	align-items: center
}

.menu.simple li+li {
	margin-left: 1rem
}

.menu.simple a {
	padding: 0
}

@media print,
screen and (min-width: 40em) {
	.menu.medium-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.menu.medium-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu.medium-expanded li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
	.menu.medium-simple li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 64em) {
	.menu.large-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.menu.large-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu.large-expanded li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
	.menu.large-simple li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media screen and (min-width: 75em) {
	.menu.xlarge-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.menu.xlarge-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu.xlarge-expanded li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
	.menu.xlarge-simple li {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.menu.nested {
	margin-right: 0;
	margin-left: 1rem
}

.menu.icons a {
	display: -ms-flexbox;
	display: flex
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
	display: -ms-flexbox;
	display: flex
}

.menu.icon-left li a {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
	margin-right: .25rem
}

.menu.icon-right li a {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
	margin-left: .25rem
}

.menu.icon-top li a {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}

.menu.icon-bottom li a {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}

.menu .is-active>a {
	background: #2199e8;
	color: #fefefe
}

.menu .active>a {
	background: #2199e8;
	color: #fefefe
}

.menu.align-left {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu.align-right li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.menu.align-right li .submenu li {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu.align-right.vertical li {
	display: block;
	text-align: right
}

.menu.align-right.vertical li .submenu li {
	text-align: right
}

.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0
}

.menu.align-center li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.menu.align-center li .submenu li {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu .menu-text {
	padding: 0.7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit
}

.menu-centered>.menu {
	-ms-flex-pack: center;
	justify-content: center
}

.menu-centered>.menu li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.menu-centered>.menu li .submenu li {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
	display: none
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: ''
}

.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	content: ''
}

.menu-icon.dark:hover::after {
	background: #333;
	box-shadow: 0 7px 0 #333, 0 14px 0 #333
}

.media-object-section {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.media-object-section:first-child {
	padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem
}

.media-object-section>:last-child {
	margin-bottom: 0
}

.media-object-section.main-section {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.is-off-canvas-open {
	overflow: hidden
}

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	transition: opacity .5s ease, visibility .5s ease;
	background: rgba(254, 254, 254, 0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible
}

.js-off-canvas-overlay.is-closable {
	cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden
}

.off-canvas {
	position: fixed;
	z-index: 12;
	transition: transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #dadada
}

[data-whatinput='mouse'] .off-canvas {
	outline: 0
}

.off-canvas.is-transition-push {
	z-index: 12
}

.off-canvas.is-closed {
	visibility: hidden
}

.off-canvas.is-transition-overlap {
	z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7)
}

.off-canvas.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	transition: transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #dadada
}

[data-whatinput='mouse'] .off-canvas-absolute {
	outline: 0
}

.off-canvas-absolute.is-transition-push {
	z-index: 12
}

.off-canvas-absolute.is-closed {
	visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
	z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7)
}

.off-canvas-absolute.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto
}

@media screen and (min-width: 15.625em) {
	.position-left {
		-ms-transform: translateX(-);
		transform: translateX(-)
	}
}

@media screen and (min-width: 15.625em) {
	.off-canvas-content .off-canvas.position-left {
		-ms-transform: translateX(-);
		transform: translateX(-)
	}
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media screen and (min-width: 15.625em) {
	.off-canvas-content.is-open-left.has-transition-push {
		-ms-transform: translateX();
		transform: translateX()
	}
}

.position-left.is-transition-push {
	box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25)
}

.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto
}

@media screen and (min-width: 15.625em) {
	.position-right {
		-ms-transform: translateX();
		transform: translateX()
	}
}

@media screen and (min-width: 15.625em) {
	.off-canvas-content .off-canvas.position-right {
		-ms-transform: translateX();
		transform: translateX()
	}
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media screen and (min-width: 15.625em) {
	.off-canvas-content.is-open-right.has-transition-push {
		-ms-transform: translateX(-);
		transform: translateX(-)
	}
}

.position-right.is-transition-push {
	box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25)
}

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto
}

@media screen and (min-width: 15.625em) {
	.position-top {
		-ms-transform: translateY(-);
		transform: translateY(-)
	}
}

@media screen and (min-width: 15.625em) {
	.off-canvas-content .off-canvas.position-top {
		-ms-transform: translateY(-);
		transform: translateY(-)
	}
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media screen and (min-width: 15.625em) {
	.off-canvas-content.is-open-top.has-transition-push {
		-ms-transform: translateY();
		transform: translateY()
	}
}

.position-top.is-transition-push {
	box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25)
}

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto
}

@media screen and (min-width: 15.625em) {
	.position-bottom {
		-ms-transform: translateY();
		transform: translateY()
	}
}

@media screen and (min-width: 15.625em) {
	.off-canvas-content .off-canvas.position-bottom {
		-ms-transform: translateY();
		transform: translateY()
	}
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media screen and (min-width: 15.625em) {
	.off-canvas-content.is-open-bottom.has-transition-push {
		-ms-transform: translateY(-);
		transform: translateY(-)
	}
}

.position-bottom.is-transition-push {
	box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25)
}

.off-canvas-content {
	-ms-transform: none;
	transform: none;
	transition: transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media print,
screen and (min-width: 40em) {
	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: inherit;
		width: inherit;
		overflow: inherit;
		transition: inherit
	}
	.off-canvas.in-canvas-for-medium.position-left,
	.off-canvas.in-canvas-for-medium.position-right,
	.off-canvas.in-canvas-for-medium.position-top,
	.off-canvas.in-canvas-for-medium.position-bottom {
		box-shadow: none;
		-ms-transform: none;
		transform: none
	}
	.off-canvas.in-canvas-for-medium .close-button {
		display: none
	}
}

@media print,
screen and (min-width: 64em) {
	.off-canvas.in-canvas-for-large {
		visibility: visible;
		height: auto;
		position: static;
		background: inherit;
		width: inherit;
		overflow: inherit;
		transition: inherit
	}
	.off-canvas.in-canvas-for-large.position-left,
	.off-canvas.in-canvas-for-large.position-right,
	.off-canvas.in-canvas-for-large.position-top,
	.off-canvas.in-canvas-for-large.position-bottom {
		box-shadow: none;
		-ms-transform: none;
		transform: none
	}
	.off-canvas.in-canvas-for-large .close-button {
		display: none
	}
}

@media screen and (min-width: 75em) {
	.off-canvas.in-canvas-for-xlarge {
		visibility: visible;
		height: auto;
		position: static;
		background: inherit;
		width: inherit;
		overflow: inherit;
		transition: inherit
	}
	.off-canvas.in-canvas-for-xlarge.position-left,
	.off-canvas.in-canvas-for-xlarge.position-right,
	.off-canvas.in-canvas-for-xlarge.position-top,
	.off-canvas.in-canvas-for-xlarge.position-bottom {
		box-shadow: none;
		-ms-transform: none;
		transform: none
	}
	.off-canvas.in-canvas-for-xlarge .close-button {
		display: none
	}
}


table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}

table thead,
table tbody,
table tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}

table caption {
	padding: .8rem 1rem 1rem;
	font-weight: bold
}

table thead {
	background: #f8f8f8;
	color: #0a0a0a
}

table tfoot {
	background: #f1f1f1;
	color: #0a0a0a
}

table thead tr,
table tfoot tr {
	background: transparent
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
	padding: .8rem 1rem 1rem;
	font-weight: bold;
	text-align: left
}

table tbody th,
table tbody td {
	padding: .8rem 1rem 1rem
}

table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1
}

table.unstriped tbody {
	background-color: #fefefe
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe
}

@media screen and (max-width: 63.9375em) {
	table.stack thead {
		display: none
	}
	table.stack tfoot {
		display: none
	}
	table.stack tr,
	table.stack th,
	table.stack td {
		display: block
	}
	table.stack td {
		border-top: 0
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}

table.hover thead tr:hover {
	background-color: #f3f3f3
}

table.hover tfoot tr:hover {
	background-color: #ececec
}

table.hover tbody tr:hover {
	background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec
}

.table-scroll {
	overflow-x: auto
}

.table-scroll table {
	width: auto
}

.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	line-height: 0
}

a.thumbnail {
	transition: box-shadow 200ms ease-out
}

a.thumbnail:hover,
a.thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5)
}

a.thumbnail image {
	box-shadow: none
}

.title-bar {
	padding: .5rem;
	background: #0a0a0a;
	color: #fefefe;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.title-bar-right {
	text-align: right
}

.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold
}

.top-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.top-bar,
.top-bar ul {
	background-color: #dadada
}

.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 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media print,
screen and (min-width: 40em) {
	.top-bar {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.top-bar .top-bar-left {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: auto
	}
	.top-bar .top-bar-right {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto
	}
}

@media screen and (max-width: 63.9375em) {
	.top-bar.stacked-for-medium {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width: 74.9375em) {
	.top-bar.stacked-for-large {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width: 89.9375em) {
	.top-bar.stacked-for-xlarge {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-xlarge .top-bar-left,
	.top-bar.stacked-for-xlarge .top-bar-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.top-bar-title {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0.5rem 1rem 0.5rem 0
}

.top-bar-left,
.top-bar-right {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}

@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important
	}
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important
	}
}

@media print,
screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important
	}
}

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important
	}
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important
	}
}

@media print,
screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important
	}
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important
	}
}

@media screen and (min-width: 75em) {
	.hide-for-xlarge {
		display: none !important
	}
}

@media screen and (max-width: 74.9375em) {
	.show-for-xlarge {
		display: none !important
	}
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
	.hide-for-xlarge-only {
		display: none !important
	}
}

@media screen and (max-width: 74.9375em),
screen and (min-width: 90em) {
	.show-for-xlarge-only {
		display: none !important
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important
}

@media screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important
	}
}

@media screen and (orientation: portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important
}

@media screen and (orientation: landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important
	}
}

@media screen and (orientation: portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block !important
	}
}

.align-right {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center {
	-ms-flex-pack: center;
	justify-content: center
}

.align-justify {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.align-right.vertical.menu>li>a {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center.vertical.menu>li>a {
	-ms-flex-pack: center;
	justify-content: center
}

.align-top {
	-ms-flex-align: start;
	align-items: flex-start
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.align-bottom {
	-ms-flex-align: end;
	align-items: flex-end
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.align-middle {
	-ms-flex-align: center;
	align-items: center
}

.align-self-middle {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.align-stretch {
	-ms-flex-align: stretch;
	align-items: stretch
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.align-center-middle {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.small-order-1 {
	-ms-flex-order: 1;
	order: 1
}

.small-order-2 {
	-ms-flex-order: 2;
	order: 2
}

.small-order-3 {
	-ms-flex-order: 3;
	order: 3
}

.small-order-4 {
	-ms-flex-order: 4;
	order: 4
}

.small-order-5 {
	-ms-flex-order: 5;
	order: 5
}

.small-order-6 {
	-ms-flex-order: 6;
	order: 6
}

@media print,
screen and (min-width: 40em) {
	.medium-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.medium-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.medium-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.medium-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.medium-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.medium-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
}

@media print,
screen and (min-width: 64em) {
	.large-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.large-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.large-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.large-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.large-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.large-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
}

@media screen and (min-width: 75em) {
	.xlarge-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.xlarge-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.xlarge-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.xlarge-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.xlarge-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.xlarge-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
}

.flex-container {
	display: -ms-flexbox;
	display: flex
}

.flex-child-auto {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flex-child-grow {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.flex-child-shrink {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flex-dir-row {
	-ms-flex-direction: row;
	flex-direction: row
}

.flex-dir-row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flex-dir-column {
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-dir-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media print,
screen and (min-width: 40em) {
	.medium-flex-container {
		display: -ms-flexbox;
		display: flex
	}
	.medium-flex-child-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.medium-flex-child-grow {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.medium-flex-child-shrink {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.medium-flex-dir-row {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.medium-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.medium-flex-dir-column {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.medium-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media print,
screen and (min-width: 64em) {
	.large-flex-container {
		display: -ms-flexbox;
		display: flex
	}
	.large-flex-child-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.large-flex-child-grow {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.large-flex-child-shrink {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.large-flex-dir-row {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.large-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.large-flex-dir-column {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.large-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media screen and (min-width: 75em) {
	.xlarge-flex-container {
		display: -ms-flexbox;
		display: flex
	}
	.xlarge-flex-child-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.xlarge-flex-child-grow {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.xlarge-flex-child-shrink {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.xlarge-flex-dir-row {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.xlarge-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.xlarge-flex-dir-column {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.xlarge-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}


@font-face {
	font-family: 'icomoon';
	src: url("https://www.criver.com/themes/charlesriver/fonts/icomoon/icomoon.eot?vs9q28");
	src: url("https://www.criver.com/themes/charlesriver/fonts/icomoon/icomoon.eot?vs9q28#iefix") format("embedded-opentype"), url("https://www.criver.com/themes/charlesriver/fonts/icomoon/icomoon.ttf?vs9q28") format("truetype"), url("https://www.criver.com/themes/charlesriver/fonts/icomoon/icomoon.woff?vs9q28") format("woff"), url("https://www.criver.com/themes/charlesriver/fonts/icomoon/icomoon.svg?vs9q28#icomoon") format("svg");
	font-weight: normal;
	font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-icon-calendar:before {
	content: "\e900"
}

.icon-icon-cta-arrow:before {
	content: "\e901"
}

.icon-icon-download:before {
	content: "\e902"
}

.icon-icon-dropdown-arrow:before {
	content: "\e903"
}

.icon-icon-email:before {
	content: "\e904"
}

.icon-icon-facebook:before {
	content: "\e905"
}

.icon-icon-globe:before {
	content: "\e906"
}

.icon-icon-home:before {
	content: "\e907"
}

.icon-icon-instagram:before {
	content: "\e908"
}

.icon-icon-link-arrow:before {
	content: "\e909"
}

.icon-icon-linkedin:before {
	content: "\e90a"
}

.icon-icon-mobile-menu:before {
	content: "\e90b"
}

.icon-icon-print:before {
	content: "\e90c"
}

.icon-icon-search:before {
	content: "\e90d"
}

.icon-icon-show-more-arrow:before {
	content: "\e90e"
}

.icon-icon-small-cta-arrow:before {
	content: "\e90f"
}

.icon-icon-spiro-1:before {
	content: "\e910"
}

.icon-icon-spiro-2:before {
	content: "\e911"
}

.icon-icon-twitter:before {
	content: "\e912"
}

.icon-icon-youtube:before {
	content: "\e913"
}

.off-canvas-wrapper {
	overflow: hidden
}

@media print,
screen and (min-width: 40em) {
	.hero {
		margin: 4rem 0
	}
}

.hero img {
	width: 100%
}

.hero--info:before {
	content: '';
	width: 220px;
	height: 2px;
	background: #0a0a0a;
	display: inline-block
}

@media print,
screen and (min-width: 64em) {
	.hero--info:before {
		margin-bottom: 3rem
	}
}

.hero--info h5 {
	color: #333333;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: none
}

@media print,
screen and (min-width: 40em) {
	.hero--info h5 {
		margin-bottom: -1rem
	}
}

.hero--info h1 {
	color: #333333;
	font-weight: bold;
	text-transform: uppercase
}

.page--bg {
	background-image: url("images/pattern-bg.png");
	background-repeat: repeat;
	background-position: 15%;
	height: 200px;
	margin-bottom: 10rem
}

body table th {
	background-color: #fefefe;
	border-bottom: 1px solid #666;
	font-size: 1.5rem
}

body table tbody {
	font-size: 1.5rem;
	font-family: Helvetica, Arial,sans-serif;
}

body table tbody tr:nth-child(even) {	
	background-image: none;
	background-repeat: repeat;
	background-position: top left
}

body table tbody tr td {
	padding: .6rem;  /*1.2rem*/	
}

.list--link {
	margin-left: 0;
	margin-bottom: 3rem;
	margin-top: 1rem
}

.list--link li {
	list-style: none;
	padding-left: 12px
}

.list--link li:before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #56c12c;
	display: inline-block;
	margin-left: -12px;
	margin-top: 8px;
	vertical-align: top
}

.list--link li a {
	display: inline-block;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 1.8rem;
	padding-left: 1rem
}

.local-menu {
	border: 1px solid #dadada;
	padding-top: 1rem;
	padding-bottom: 1rem
}

.local-menu>li a {
	line-height: 1.1;
	font-size: 1.4rem;
	color: #0a0a0a;
	font-weight: 400;
	padding: 1rem 3.5rem 1rem 2.5rem;
	position: relative;
	transition: all .3s ease-in-out
}

.local-menu>li a.is-active {
	border-left: 2px solid #56c12c;
	font-weight: 500
}

.local-menu>li a:hover {
	text-shadow: 0.5px 0 0 #0a0a0a
}

.arrow__right:after,
.link--arrow:after,
.button:after {
	color: #285aaa;
	content: "\e901";
	font-size: .6rem;
	font-family: 'icomoon' !important;
	margin-left: 15px;
	position: relative;
	top: -3px
}

.text__small {
	font-size: 1.3rem
}

.button--animation,
.button {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	transition-property: color;
	transition-duration: 0.3s
}

.button--animation:before,
.button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out
}

.button--animation:hover,
.button:hover,
.button--animation:focus,
.button:focus {
	color: #fefefe
}

.button--animation:hover:before,
.button:hover:before,
.button--animation:focus:before,
.button:focus:before {
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.flex-display {
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex
}

body {
	font-family: Helvetica, Arial,sans-serif;
	font-size: 1.8rem;
	color: #0a0a0a
}

p,
li {
	font-family: Helvetica, Arial,sans-serif;
	font-size: 1.8rem;
	font-weight: 300
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 4.9rem;
	margin-bottom: 2rem
}
h1:before 
{
    border-top: 2px solid #000;
    display: block;
    padding-top: 18px;
    width: 273px;
	font-weight: bold;
	font-size: 4.9rem;
	margin-bottom: 2rem
}

h2 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 2rem
}

h3 {
	font-size: 2rem;
	font-weight: bold
}

h4 {
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase
}

h4.h4__alt {
	font-weight: bold;
	margin-top: 20px
}

h5 {
	font-size: 1.43rem;
	text-transform: uppercase;
	font-weight: bold
}

a {
	color: #38659d;
	font-weight: 400;
	transition: all .3s ease-in-out
}

a:focus {
	outline: 0
}

a:hover,
a:focus {
	color: #285aaa
}

.link--arrow {
	color: #0a0a0a;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 1.6rem;
	font-weight: normal
}

.link--arrow:after {
	margin-left: 1rem;
	vertical-align: middle
}

.button {
	background-color: #000;
	border: 1px solid #dadada;
	color: #fefefe;
	display: inline-block;
	    font-family: Helvetica, Arial,sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
	padding: 1em;
	margin: 20px 0px;
	text-transform: uppercase;
    top: 0px;
    left: 0px;
}

.button:before {
	background: #333
}

.button:after {
	margin-left: 1rem;
	vertical-align: middle
}

.button:hover,
.button:focus {
	background-color: #fefefe;
	color: #000
}

.button:hover:after,
.button:focus:after {
	color: #000
}

.input-group-button .button:hover {
	color: #56c12c
}

.input-group-button .button:hover:after {
	color: #285aaa
}

.input-group-button .button:before {
	content: none
}

input {
	font-size: 1.6rem
}

input:focus {
	outline: 0
}

.sticky-container {
	z-index: 2
}

.header {
	background-color: #fefefe;
	border-bottom: 1px solid #adadad;
	height: 50px;
	/*padding: 0 1.5rem*/
}

@media screen and (max-width: 89.9375em) {
	.header {
		width: 90%
	}
}

.logo2 {
	height: 76px;
	position: relative;
	top: 0;
	width: 130px;
	/*background: url(http://www2.criver.com/l/60962/2017-11-21/fj1331/60962/205772/CRL_logo_LP.svg) center center no-repeat */
}

.logo {
    height: 64px;
    position: relative;
    top: -3px;
    z-index: 5;
    width: 130px;
    /*background: url(/images/logo.svg) center center no-repeat; */
}

@media screen and (min-width: 75em) {
	.logo {
		position: relative;
		width: 180px
	}
}

.logo img {
	transition: width 0.3s ease;
	width: 100%
}

.utility--menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right
}

.utility--menu ul li {
	display: inline-block;
	padding: 0px 10px
}

.utility--menu ul li a {
	color: #333;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 56px;
	padding: 0 2rem;
	position: relative
}

.utility--menu ul li a:before {
	content: '';
	width: 0;
	height: 5px;
	background: #bfd6f0;
	position: absolute;
	top: auto;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: width 0.25s ease;
	z-index: 999
}

.utility--menu ul li a:hover:before {
	width: 100%
}

.navbar {
	background-color: #333;
	height: 50px;
	padding: 0
}

.navbar .top-bar-left {
	float: left
}

.navbar .top-bar-right {
	float: right
}

.navbar.is-stuck {
	height: 50px;
	padding: 0;
	transition: height 0.3s ease;
	z-index: 3
}

.navbar.is-stuck .logo {
	/*background: url(http://www2.criver.com/l/60962/2017-11-21/fj1331/60962/205772/CRL_logo_LP.svg) center center no-repeat; */
	height: 50px;
	top: 10px
}

@media print,
screen and (min-width: 64em) {
	.navbar.is-stuck .logo {
		top: -1px
	}
}

@media screen and (min-width: 75em) {
	.navbar.is-stuck .logo {
		top: 0px
	}
}

.navbar.is-stuck .main--navigation ul {
	background-color: #333
}

.navbar.is-stuck .main--navigation ul li a {
	color: #fefefe
}

.navbar.is-stuck .header {
	background-color: #333;
	border-bottom: 1px solid #333
}

.navbar.is-stuck .logo img {
	width: 72%;
	transition: width 0.3s ease
}

.main--navigation ul {
	background-color: #fefefe;
	padding-top: 8px
}

.main--navigation ul li {
	padding: 10px 10px;
	padding-left: 0
}

.main--navigation ul li a {
	border-left: 2px solid #bfd6f0;
	color: rgba(51, 51, 51, 0.6);
	font-weight: 400;
	font-size: 1.4rem;
	height: 2rem;
	padding-left: 2rem;
	padding-top: 4px;
	text-transform: uppercase
}

.main--navigation ul li:hover a {
	border-color: #56c12c;
	color: #333;
	font-weight: 400
}

.mobile--logo {
	width: 120px
}

.mobile--menu--header .menu-icon {
	width: 50px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 12px
}

.mobile--menu--header .menu-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 60%;
	background: #fefefe;
	border-radius: 9px;
	right: 0;
	transition: rotate(0deg);
	transition: .25s ease-in-out
}

.mobile--menu--header .menu-icon span:nth-child(1) {
	top: 0
}

.mobile--menu--header .menu-icon span:nth-child(2) {
	top: 10px
}

.mobile--menu--header .menu-icon span:nth-child(3) {
	top: 21px
}

.mobile--menu--header .menu-icon:after {
	background: none;
	box-shadow: none
}

.mobile--menu--header .menu-icon:focus {
	outline: none
}

.mobile--menu--header .open span:nth-child(1) {
	top: 12px;
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.mobile--menu--header .open span:nth-child(2) {
	opacity: 0;
	right: -60px
}

.mobile--menu--header .open span:nth-child(3) {
	top: 12px;
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.mobile--menu {
	background-color: #fefefe;
	height: 100%;
	right: -100%;
	position: absolute;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease-in-out
}

.mobile--menu.expanded {
	right: 0
}

.mobile--menu ul {
	padding-top: 2rem
}

.mobile--menu ul li {
	padding: 10px 10px
}

.mobile--menu ul li a {
	color: rgba(51, 51, 51, 0.6);
	font-weight: 400;
	font-size: 1.4rem;
	height: 2rem;
	padding-top: 4px;
	text-transform: uppercase
}

.mobile--menu ul li:hover a {
	color: #333;
	font-weight: 400
}

.mobile--menu .utility--menu {
	margin-top: 2rem;
	text-align: left
}

.mobile--menu .utility--menu>ul {
	text-align: left
}

.mobile--menu .utility--menu>ul li {
	display: block;
	padding: 0
}

.mobile--menu .utility--menu>ul li a {
	color: #333333;
	line-height: 2.8;
	text-transform: none
}

.mobile--menu .utility--menu>ul li a:hover:before {
	content: none
}

footer {
	background-color: #333;
	min-height: 300px;
	margin-top: 6rem;
	padding: 30px 0px;
	position: relative
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

footer ul li {
	padding: 5px 0px
}

@media print,
screen and (min-width: 40em) {
	footer ul li {
		padding: 3px 0px
	}
}

footer ul li:first-child {
	font-weight: 600
}

footer ul li a {
	color: #fefefe;
	font-size: 1.6rem
}

footer ul li a:hover,
footer ul li a:focus {
	color: #bfd6f0
}

footer .bottom-bar {
	color: #fefefe;
	font-size: 1.4rem;
	margin-top: 30px
}

footer .bottom-bar:before {
	content: '';
	border-top: 1px solid rgba(68, 68, 68, 0.6);
	display: block;
	padding-bottom: 20px
}

footer .bottom-bar .float-left {
	float: left
}

@media screen and (max-width: 39.9375em) {
	footer .bottom-bar .float-left {
		width: 100%
	}
}

footer .bottom-bar ul {
	margin-top: 10px;
	margin-left: 0
}

@media print,
screen and (min-width: 40em) {
	footer .bottom-bar ul {
		margin-top: -7px;
		margin-left: 20px
	}
}

@media print,
screen and (min-width: 40em) {
	footer .bottom-bar ul li {
		display: inline-block;
		padding: 0px 15px
	}
}

footer .bottom-bar ul li:first-child {
	font-weight: 100
}

footer .bottom-bar ul li a {
	color: #fefefe;
	font-size: 1.4rem
}

footer .bottom-bar ul li a:hover,
footer .bottom-bar ul li a:focus {
	color: #bfd6f0
}

.social-menu {
	margin-bottom: 3rem
}

@media print,
screen and (min-width: 40em) {
	.social-menu {
		float: right
	}
}

.social-menu .menu li a {
	color: #bfd6f0
}

.social-menu .menu li a:hover {
	color: #fefefe
}

.utility--bar {
	position: relative
}

.icon--button {
	position: relative
}

@media print,
screen and (min-width: 40em) {
	.icon--button {
		position: absolute;
		right: 0.2rem;
		top: 1.8rem
	}
}

.icon--button ul {
	margin-left: 0
}

.icon--button ul li a {
	color: #0a0a0a;
	font-size: 1.4rem;
	font-weight: 100;
	padding-right: 1.5rem;
	text-transform: uppercase
}

.icon--button ul li a span {
	color: #38659d;
	margin-right: 0.5rem;
	vertical-align: middle
}

.callout {
	background-size: cover;
	border: 1px solid #dadada;
	font-size: 1.6rem;
	margin-top: 3rem;
	padding: 2rem;
	position: relative
}

.callout .info {
	margin: 2rem 0
}

.callout p,
.callout a {
	font-size: 1.6rem
}

/*.callout:nth-child(odd) {	
	background-image: none; */
}

/*.callout:nth-child(even) {
	background-image: none */
}

.callout hr {
	margin: 1rem auto
}

input.button:hover {
	background-color: #fefefe;
	color: black;
}

.checkbox--wrapper {
	position: relative;
	margin: 10px 0 20px 0;
}

.checkbox--wrapper label {
	position: absolute;
	left: 20px;
}

.mainContent {
	margin-top: 20px;
}

.main ul {
	margin-left: 25px;
}

.main h1 {
	font-size: 4.9rem;
}

.sideBar h1 {
	font-size: 4.9rem;
}

.main h1:before {
	background: transparent;
	content: '';
	width: 273px;
}

footer ul li:first-child a {
	font-weight: 500;
}

footer .bottom-bar ul li:first-child a {
	font-weight: 100;
}

footer ul li a {
	font-weight: 100;
}

form.form p.no-label,
form.form p.email-pref {
	margin: .2em .5em .6em 0.5em;
}

p.submit input {
	background-color: #fefefe;
	border: 1px solid #dadada;
	color: #000;
	display: inline-block;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 1.6rem;
	padding: 1em;
	margin: 1rem 0;
	text-transform: uppercase;
}

