/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

	audio:not([controls]) {
		display: none;
		height: 0
	}

[hidden], template {
	display: none
}

a {
	background: 0 0;
}

	a:active, a:hover {
		outline: 0
	}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button] {
	-webkit-appearance: button;
	cursor: pointer
}

	button[disabled], html input[disabled] {
		cursor: default
	}

	button input::-moz-focus-inner {
		border: 0;
		padding: 0
	}

input {
	line-height: normal
}

	input[type=reset], input[type=submit] {
		-webkit-appearance: button;
		cursor: pointer
	}

	input[type=checkbox], input[type=radio] {
		box-sizing: border-box;
		padding: 0
	}

	input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
		height: auto
	}

	input[type=search] {
		-webkit-appearance: textfield;
		box-sizing: content-box
	}

		input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
			-webkit-appearance: none
		}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

.col {
	box-sizing: border-box;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 24px 12px 0;
	position: relative
}

.col--no-gutters {
	padding: 0
}

.col--sm-gutters {
	padding: 10px 10px 0 1px;
}

.col--md-gutters {
	padding: 12px 6px 0 6px
}

.grid {
	box-sizing: border-box;
	padding: 0 12px
}

.grid--container {
	margin: 0 auto;
	max-width: 1104px;
	width: 100%
}

.grid--no-gutters {
	padding: 0
}

.grid--sm-gutters {
	padding: 0 2px 0 1px
}

.grid--md-gutters {
	padding: 0 6px
}

.row {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: -24px -12px 24px;
	padding: 0
}

	.row:last-child {
		margin-bottom: 0
	}

.row--no-gutters {
	margin: 0
}

.row--sm-gutters {
	margin: -3px -2px 3px -1px
}

.row--md-gutters {
	margin: -12px -6px 12px
}

.row--no-grid {
	margin-top: 0
}

.text--left {
	text-align: left !important
}

.text--center {
	text-align: center !important
}

.text--right {
	text-align: right !important
}

.row--xs-top {
	-ms-flex-align: start;
	align-items: flex-start
}

.row--xs-center {
	-ms-flex-align: center;
	align-items: center
}

.row--xs-bottom {
	-ms-flex-align: end;
	align-items: flex-end
}

.col--xs-align-top {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.col--xs-align-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.col--xs-align-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.col--xs-first {
	-ms-flex-order: -1;
	order: -1
}

.col--xs-last {
	-ms-flex-order: 1;
	order: 1
}

.col--xs-reset {
	-ms-flex-order: 0;
	order: 0
}

.row--xs-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.col--xs-flex {
	display: -ms-flexbox;
	display: flex
}

.text--xs-right {
	text-align: right !important
}

.text--xs-left {
	text-align: left !important
}

.text--xs-center {
	text-align: center !important
}

.col--xs {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
	padding: 24px 12px 0
}

.col--xs-1 {
	width: 8.33333333%;
	-ms-flex: none;
	flex: none
}

.col--xs-2 {
	width: 16.66666667%;
	-ms-flex: none;
	flex: none
}

.col--xs-3 {
	width: 25%;
	-ms-flex: none;
	flex: none
}

.col--xs-4 {
	width: 33.33333333%;
	-ms-flex: none;
	flex: none
}

.col--xs-5 {
	width: 41.66666667%;
	-ms-flex: none;
	flex: none
}

.col--xs-6 {
	width: 50%;
	-ms-flex: none;
	flex: none
}

.col--xs-7 {
	width: 58.33333333%;
	-ms-flex: none;
	flex: none
}

.col--xs-8 {
	width: 66.66666667%;
	-ms-flex: none;
	flex: none
}

.col--xs-9 {
	width: 75%;
	-ms-flex: none;
	flex: none
}

.col--xs-10 {
	width: 83.33333333%;
	-ms-flex: none;
	flex: none
}

.col--xs-11 {
	width: 91.66666667%;
	-ms-flex: none;
	flex: none
}

.col--xs-12 {
	width: 100%;
	-ms-flex: none;
	flex: none
}

.col--xs-offset-1 {
	margin-left: 8.33333333%
}

.col--xs-offset-2 {
	margin-left: 16.66666667%
}

.col--xs-offset-3 {
	margin-left: 25%
}

.col--xs-offset-4 {
	margin-left: 33.33333333%
}

.col--xs-offset-5 {
	margin-left: 41.66666667%
}

.col--xs-offset-6 {
	margin-left: 50%
}

.col--xs-offset-7 {
	margin-left: 58.33333333%
}

.col--xs-offset-8 {
	margin-left: 66.66666667%
}

.col--xs-offset-9 {
	margin-left: 75%
}

.col--xs-offset-10 {
	margin-left: 83.33333333%
}

.col--xs-offset-11 {
	margin-left: 91.66666667%
}

.col--xs-offset-12 {
	margin-left: 100%
}

@media (min-width:544px) {
	.row--sm-top {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.row--sm-center {
		-ms-flex-align: center;
		align-items: center
	}

	.row--sm-bottom {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.col--sm-align-top {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.col--sm-align-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.col--sm-align-bottom {
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.col--sm-first {
		-ms-flex-order: -1;
		order: -1
	}

	.col--sm-last {
		-ms-flex-order: 1;
		order: 1
	}

	.col--sm-reset {
		-ms-flex-order: 0;
		order: 0
	}

	.row--sm-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.col--sm-flex {
		display: -ms-flexbox;
		display: flex
	}

	.text--sm-right {
		text-align: right !important
	}

	.text--sm-left {
		text-align: left !important
	}

	.text--sm-center {
		text-align: center !important
	}

	.col--sm {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
		padding: 24px 12px 0
	}

	.col--sm-1 {
		width: 8.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-2 {
		width: 16.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-3 {
		width: 25%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-4 {
		width: 33.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-5 {
		width: 41.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-6 {
		width: 50%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-7 {
		width: 58.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-8 {
		width: 66.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-9 {
		width: 75%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-10 {
		width: 83.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-11 {
		width: 91.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-12 {
		width: 100%;
		-ms-flex: none;
		flex: none
	}

	.col--sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col--sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col--sm-offset-3 {
		margin-left: 25%
	}

	.col--sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col--sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col--sm-offset-6 {
		margin-left: 50%
	}

	.col--sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col--sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col--sm-offset-9 {
		margin-left: 75%
	}

	.col--sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col--sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col--sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:768px) {
	.row--md-top {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.row--md-center {
		-ms-flex-align: center;
		align-items: center
	}

	.row--md-bottom {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.col--md-align-top {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.col--md-align-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.col--md-align-bottom {
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.col--md-first {
		-ms-flex-order: -1;
		order: -1
	}

	.col--md-last {
		-ms-flex-order: 1;
		order: 1
	}

	.col--md-reset {
		-ms-flex-order: 0;
		order: 0
	}

	.row--md-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.col--md-flex {
		display: -ms-flexbox;
		display: flex
	}

	.text--md-right {
		text-align: right !important
	}

	.text--md-left {
		text-align: left !important
	}

	.text--md-center {
		text-align: center !important
	}

	.col--md {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
		padding: 24px 12px 0
	}

	.col--md-1 {
		width: 8.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--md-2 {
		width: 16.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--md-3 {
		width: 25%;
		-ms-flex: none;
		flex: none
	}

	.col--md-4 {
		width: 33.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--md-5 {
		width: 41.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--md-6 {
		width: 50%;
		-ms-flex: none;
		flex: none
	}

	.col--md-7 {
		width: 58.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--md-8 {
		width: 66.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--md-9 {
		width: 75%;
		-ms-flex: none;
		flex: none
	}

	.col--md-10 {
		width: 83.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--md-11 {
		width: 91.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--md-12 {
		width: 100%;
		-ms-flex: none;
		flex: none
	}

	.col--md-offset-1 {
		margin-left: 8.33333333%
	}

	.col--md-offset-2 {
		margin-left: 16.66666667%
	}

	.col--md-offset-3 {
		margin-left: 25%
	}

	.col--md-offset-4 {
		margin-left: 33.33333333%
	}

	.col--md-offset-5 {
		margin-left: 41.66666667%
	}

	.col--md-offset-6 {
		margin-left: 50%
	}

	.col--md-offset-7 {
		margin-left: 58.33333333%
	}

	.col--md-offset-8 {
		margin-left: 66.66666667%
	}

	.col--md-offset-9 {
		margin-left: 75%
	}

	.col--md-offset-10 {
		margin-left: 83.33333333%
	}

	.col--md-offset-11 {
		margin-left: 91.66666667%
	}

	.col--md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:992px) {
	.row--lg-top {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.row--lg-center {
		-ms-flex-align: center;
		align-items: center
	}

	.row--lg-bottom {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.col--lg-align-top {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.col--lg-align-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.col--lg-align-bottom {
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.col--lg-first {
		-ms-flex-order: -1;
		order: -1
	}

	.col--lg-last {
		-ms-flex-order: 1;
		order: 1
	}

	.col--lg-reset {
		-ms-flex-order: 0;
		order: 0
	}

	.row--lg-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.col--lg-flex {
		display: -ms-flexbox;
		display: flex
	}

	.text--lg-right {
		text-align: right !important
	}

	.text--lg-left {
		text-align: left !important
	}

	.text--lg-center {
		text-align: center !important
	}

	.col--lg {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
		padding: 24px 12px 0
	}

	.col--lg-1 {
		width: 8.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-2 {
		width: 16.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-3 {
		width: 25%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-4 {
		width: 33.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-5 {
		width: 41.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-6 {
		width: 50%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-7 {
		width: 58.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-8 {
		width: 66.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-9 {
		width: 75%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-10 {
		width: 83.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-11 {
		width: 91.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-12 {
		width: 100%;
		-ms-flex: none;
		flex: none
	}

	.col--lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col--lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col--lg-offset-3 {
		margin-left: 25%
	}

	.col--lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col--lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col--lg-offset-6 {
		margin-left: 50%
	}

	.col--lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col--lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col--lg-offset-9 {
		margin-left: 75%
	}

	.col--lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col--lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col--lg-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1124px) {
	.row--xl-top {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.row--xl-center {
		-ms-flex-align: center;
		align-items: center
	}

	.row--xl-bottom {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.col--xl-align-top {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.col--xl-align-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.col--xl-align-bottom {
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.col--xl-first {
		-ms-flex-order: -1;
		order: -1
	}

	.col--xl-last {
		-ms-flex-order: 1;
		order: 1
	}

	.col--xl-reset {
		-ms-flex-order: 0;
		order: 0
	}

	.row--xl-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.col--xl-flex {
		display: -ms-flexbox;
		display: flex
	}

	.text--xl-right {
		text-align: right !important
	}

	.text--xl-left {
		text-align: left !important
	}

	.text--xl-center {
		text-align: center !important
	}

	.col--xl {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
		padding: 24px 12px 0
	}

	.col--xl-1 {
		width: 8.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-2 {
		width: 16.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-3 {
		width: 25%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-4 {
		width: 33.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-5 {
		width: 41.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-6 {
		width: 50%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-7 {
		width: 58.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-8 {
		width: 66.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-9 {
		width: 75%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-10 {
		width: 83.33333333%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-11 {
		width: 91.66666667%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-12 {
		width: 100%;
		-ms-flex: none;
		flex: none
	}

	.col--xl-offset-1 {
		margin-left: 8.33333333%
	}

	.col--xl-offset-2 {
		margin-left: 16.66666667%
	}

	.col--xl-offset-3 {
		margin-left: 25%
	}

	.col--xl-offset-4 {
		margin-left: 33.33333333%
	}

	.col--xl-offset-5 {
		margin-left: 41.66666667%
	}

	.col--xl-offset-6 {
		margin-left: 50%
	}

	.col--xl-offset-7 {
		margin-left: 58.33333333%
	}

	.col--xl-offset-8 {
		margin-left: 66.66666667%
	}

	.col--xl-offset-9 {
		margin-left: 75%
	}

	.col--xl-offset-10 {
		margin-left: 83.33333333%
	}

	.col--xl-offset-11 {
		margin-left: 91.66666667%
	}

	.col--xl-offset-12 {
		margin-left: 100%
	}
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: FontAwesome;
	src: url(/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3);
	src: url(/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

	.fa-ul > li {
		position: relative
	}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

	.fa-li.fa-lg {
		left: -1.85714286em
	}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	transform: rotate(90deg)
}

.fa-rotate-180 {
	transform: rotate(180deg)
}

.fa-rotate-270 {
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	transform: scale(-1,1)
}

.fa-flip-vertical {
	transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before, .fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before, .fa-users:before {
	content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before, .fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
	content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\f158"
}

.fa-krw:before, .fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before, .fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
/*! Lity - v1.6.6 - 2016-07-05
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */

.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: rgba(24,33,39,.9);
	outline: 0 !important;
	opacity: 0;
	transition: opacity .3s ease
}

	.lity.lity-opened {
		opacity: 1
	}

	.lity.lity-closed {
		opacity: 0
	}

	.lity * {
		box-sizing: border-box
	}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: 0 !important
}

	.lity-wrap:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -.25em
	}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	opacity: 0;
	transition: opacity .3s ease
}

.lity-loading .lity-loader {
	opacity: 1
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: 0 !important
}

.lity-content {
	z-index: 9993;
	width: 100%;
	transform: scale(1);
	transition: transform .3s ease
}

.lity-closed .lity-content, .lity-loading .lity-content {
	transform: scale(.8)
}

.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,.6)
}

.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial,Baskerville,monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	border: 0;
	background: 0 0;
	outline: 0;
	box-shadow: none
}

	.lity-close::-moz-focus-inner {
		border: 0;
		padding: 0
	}

	.lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
		text-decoration: none;
		text-align: center;
		padding: 0;
		color: #fff;
		font-style: normal;
		font-size: 35px;
		font-family: Arial,Baskerville,monospace;
		line-height: 35px;
		text-shadow: 0 1px 2px rgba(0,0,0,.6);
		border: 0;
		background: 0 0;
		outline: 0;
		box-shadow: none
	}

	.lity-close:active {
		top: 1px
	}

.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0
}

.lity-iframe .lity-container {
	width: 100%;
	max-width: 964px
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch
}

	.lity-iframe-container iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0,0,0,.6);
		background: #000
	}

.lity-hide {
	display: none
}

.text--no-transform {
	text-transform: none
}

body, html {
	overflow-x: hidden !important
}

	body.hide-off-screen, html.hide-off-screen {
		overflow: hidden !important
	}

@media (min-width:992px) {
	body.hide-off-screen, html.hide-off-screen {
		overflow: auto !important;
		overflow-x: hidden !important
	}
}

html {
	box-sizing: border-box;
	font-family: industry,"Helvetica Neue",Arial,sans-serif
}

*, :after, :before {
	box-sizing: inherit
}

body {
	background: #e7e8e9;
	line-height: 1.66666667;
	/* font-size: 1rem; */
	color: #182127;
	overflow-x: hidden;
}

@media (min-width:768px) {
	body {
		/* font-size: 1.0625rem */
	}
}

@media (min-width:992px) {
	body {
		/* font-size: 1.125rem; */
	}
}

::-moz-selection {
	background-color: #0071b9;
	color: #fff
}

::selection {
	background-color: #0071b9;
	color: #fff;
}

.img, img {
	max-width: 100%;
	height: auto
}

a {
	color: #0071b9;
	text-decoration: none;
	transition: all 125ms ease-out;
	transition-property: opacity,color,background-color,transform
}

	a:hover {
		color: #00426d
	}

	a[data-count]::after {
		content: " (" attr(data-count) ")";
		color: #182127;
		cursor: default
	}

	a[rel=tag]:not(:last-child)::after {
		content: ","
	}

	a.active {
		color: #182127
	}

@media (min-width:992px) {
	a[href^=tel] {
		color: inherit !important;
		cursor: default
	}
}

abbr[title] {
	border: none
}

table {
	width: 100%
}

	table td, table th {
		padding: .83333em .5em;
		line-height: 1.2
	}

		table td:last-child, table th:last-child {
			padding-right: 0
		}

		table td:first-child, table th:first-child {
			padding-left: 0
		}

	table thead tr td, table thead tr th {
		text-align: left;
		font-weight: 400
	}

	table thead tr:first-child td, table thead tr:first-child th {
		padding-top: 0
	}

	table tbody tr {
		border-top: solid 2px #e7e8e9
	}

		table tbody tr:last-child {
			border-bottom: solid 2px #e7e8e9
		}

	table tfoot tr:first-child td, table tfoot tr:first-child th {
		padding-top: 1.5em
	}

	table tfoot tr:last-child td, table tfoot tr:last-child th {
		padding-bottom: 0
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1;
	margin: 0 0 .75rem;
	position: relative
}

	h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
		padding-top: 2rem
	}

hr + h1:not(:first-child), hr + h2:not(:first-child), hr + h3:not(:first-child), hr + h4:not(:first-child), hr + h5:not(:first-child), hr + h6:not(:first-child) {
	padding-top: 0
}

h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: none;
	display: block;
	padding: .25em 0 0
}

@media (min-width:544px) {
	h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
		position: absolute;
		right: 0;
		bottom: .125em;
		padding: 0
	}
}

h1 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 3.33333em;
	margin: 0
}

h2 {
	font-size: 1.66667em
}

@media (min-width:544px) {
	h2 {
		font-size: 2.22222em
	}
}

h3 {
	font-size: 1.66667em
}

h4 {
	font-size: 1.33333em
}

h5 {
	font-size: 1.11111em
}

	h5:not(:first-child) {
		padding-top: 1rem
	}

h6 {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.66666667;
	margin: 0;
	padding-top: 0 !important
}

hr {
	border: none;
	margin: 2rem 0;
	border-top: 2px solid #e7e8e9;
	clear: both
}

blockquote, dl, ol, p, table, ul {
	margin: 0 0 .75rem
}

	p.intro {
		font-size: 1.33333em
	}

.text--embiggen {
	font-size: 1.33333em
}

.text--large {
	font-size: 1.11111em
}

.text--block {
	display: block
}

.text--small {
	font-size: 1rem
}

.text--micro {
	font-size: .8125rem
}

.text--intro > p:first-child {
	font-size: 1.33333em
}

.text--muted {
	color: rgba(24,33,39,.6)
}

.text--error {
	color: #c0392b
}

.text--success {
	color: #27ae60
}

.text--blue {
	color: #0071b9
}

.text--normal {
	font-weight: 400
}

ul {
	list-style: none;
	padding: 0
}

	ul li {
		position: relative;
		padding-left: .5em
	}

		ul li::before {
			content: "";
			display: block;
			width: 0;
			height: 0;
			border-top: .3125em solid transparent;
			border-bottom: .3125em solid transparent;
			border-left: 4px solid #0071b9;
			position: absolute;
			left: 0;
			top: 8px;
		}

	nav ul, ul.inline {
		margin: 0
	}

		nav ul li, ul.inline li {
			padding-left: 0
		}

			nav ul li::before, ul.inline li::before {
				display: none
			}

		ul.inline li {
			display: inline;
			margin: 0 .75em;
			white-space: nowrap
		}

			ul.inline li:first-child {
				margin-left: 0
			}

			ul.inline li:last-child {
				margin-right: 0
			}

li {
	transition: all 125ms ease-out;
	transition-property: color,background-color
}

.page__header {
	background-color: #fff;
	text-align: center;
	padding: 2.5em 0;
	box-shadow: 0 6px 24px rgba(3,6,6,.2);
	position: relative;
	z-index: 2
}

	.page__header .button {
		margin-top: 2em;
		position: relative;
		z-index: 2
	}

@media (min-width:768px) {
	.page__header {
		padding: 3.625em 0
	}
}

.page__header--banner {
	padding-bottom: 0 !important;
	padding-top: 0;
}

.page__banner {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1
}

	.page__banner img, .page__banner source {
		max-width: none;
		display: block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		max-height: 240px
	}

.page__banner--short {
	overflow: hidden;
	max-height: 60px
}

@media (min-width:768px) {
	.page__banner--short {
		max-height: 90px;
		margin-top: -.5em
	}

		.page__banner--short img {
			max-height: 160px
		}
}

.page__banner--category {
	overflow: hidden;
	max-height: 90px
}

@media (min-width:768px) {
	.page__banner--category {
		max-height: 120px;
		margin-top: -.5em
	}

		.page__banner--category img {
			max-height: 120px
		}
}

.page__title {
	text-align: center;
	font-size: 2em;
	padding-top: 0 !important;
	position: relative;
	z-index: 3;
	color: #076965;
}

	.page__title a::after {
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f054";
		color: rgba(24,33,39,.2);
		font-size: .5em;
		vertical-align: middle;
		line-height: 1;
		padding-left: .5em;
		display: inline-block;
		margin-top: -.25em
	}

		.page__title a::after.fa-pull-left {
			margin-right: .3em
		}

		.page__title a::after.fa-pull-right {
			margin-left: .3em
		}

		.page__title a::after.pull-left {
			margin-right: .3em
		}

		.page__title a::after.pull-right {
			margin-left: .3em
		}

@media (min-width:544px) {
	.page__title {
		font-size: 2.22222em
	}
}

@media (min-width:768px) {
	.page__title {
		font-size: 30px;
	}
}

@media (min-width:768px) {
	.page__title--large {
		font-size: 50px;
		/* font-size: 4em; */
		margin-bottom: 45px;
		color: #000000;
	}
}

.page__title--normal {
	text-transform: none
}

.page__title--left {
	text-align: left
}

.page__description {
	font-size: 1.11111em;
	margin: .5em auto 0;
	max-width: 948px;
	text-align: center;
	position: relative;
	z-index: 3;
	font-family: Cambria-n;
	color: #000000;
	font-size: 16px !important;
}

	.page__description > :last-child {
		margin-bottom: 0
	}

@media (min-width:544px) {
	.page__description {
		font-size: 20px;
	}
}

.page__navigation {
	background: #182127;
	box-shadow: 0 6px 24px rgba(3,6,6,.2);
	width: 100%;
	overflow-x: auto
}

	.page__navigation::after {
		content: "";
		display: table;
		clear: both
	}

.page__navigation--stuck {
	z-index: 999
}

.page__body {
	position: relative;
	z-index: 1
}

.page__section {
	padding: 3.75em 0;
	background: #e7e8e9
}

	.page__section > .grid > h2:first-child {
		margin-bottom: 1rem
	}

	.page__section--alt, .page__section:nth-child(even) {
		background: #fff
	}

@media (min-width:768px) {
	.page__section {
		padding: 5em 0
	}

	.page__section--pad {
		padding: 7.5em 0 10em
	}
}

.site--error .page__section {
	padding-bottom: 0 !important
}

.page__sub-section {
	padding-top: 2.5em
}

@media (min-width:768px) {
	.page__sub-section {
		padding-top: 3.33333em
	}
}

.page__sub-section:first-child {
	padding-top: 0
}

.side-menu {
	font-size: 1.22222em;
	line-height: 1.2
}

.side-menu__item {
	border-top: 2px solid #e7e8e9
}

	.side-menu__item a {
		display: block;
		padding: 1em 2em
	}

		.side-menu__item a:hover {
			color: #182127
		}

.anchor-menu {
	padding: 2px 0;
	margin: 0 -1em;
	white-space: nowrap
}

.anchor-menu__item {
	transform: skewX(-24.68788deg);
	background: rgba(255,255,255,.14);
	margin: 0 -2px 0 0;
	display: inline-block
}

	.anchor-menu__item:nth-last-of-type(1) {
		background: rgba(255,255,255,.04)
	}

	.anchor-menu__item:nth-last-of-type(2) {
		background: rgba(255,255,255,.06)
	}

	.anchor-menu__item:nth-last-of-type(3) {
		background: rgba(255,255,255,.08)
	}

	.anchor-menu__item:nth-last-of-type(4) {
		background: rgba(255,255,255,.1)
	}

	.anchor-menu__item:nth-last-of-type(5) {
		background: rgba(255,255,255,.12)
	}

	.anchor-menu__item:hover {
		background: rgba(255,255,255,.24)
	}

.anchor-menu__item--active {
	background-color: #0071b9 !important
}

.anchor-menu__item--title {
	transform: none;
	background: 0 0 !important;
	padding: 1em 1em .9375em;
	font-weight: 600;
	color: #fff
}

.anchor-menu__item > a {
	display: block;
	padding: 1em 1em .9375em;
	transform: skewX(24.68788deg);
	color: rgba(255,255,255,.9)
}

	.anchor-menu__item > a span {
		display: none
	}

@media (min-width:768px) {
	.anchor-menu__item > a span {
		display: inline
	}
}

.anchor-menu--aux {
	float: right
}

input {
	box-sizing: border-box
}

.product-category {
	padding-top: 4em
}

	.product-category:first-of-type {
		margin-top: -4em
	}

.search {
	position: absolute;
	color: #fff;
	font-size: 1rem;
	display: inline-block;
	width: calc(100% - 170px);
	padding: 0 0 0 42px;
	transition: padding 125ms ease-out;
	overflow: hidden;
	vertical-align: middle;
	margin-top: 12px;
	margin-left: -8px;
	right: 0;
	top: 0;
	border: 1px solid;
	/* padding: 7px 0; */
	margin-right: 8px;
	border-radius: 10px;
}

	.search::before {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f002";
		display: block;
		position: absolute;
		left: 18px;
		top: 50%;
		transform: translateY(-50%);
		transition: left 125ms ease-out,opacity 125ms ease-out;
		margin-top: -.125em
	}

.search__query {
	width: calc(100% - 1em);
	background: 0 0;
	border: none;
	color: inherit;
	outline: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
}

	.search__query:-ms-input-placeholder {
		color: #fff;
		transition: opacity 125ms ease-out
	}

	.search__query::placeholder {
		color: #fff;
		transition: opacity 125ms ease-out
	}

	.search__query:focus:-ms-input-placeholder {
		opacity: .4
	}

	.search__query:focus::placeholder {
		opacity: .4
	}

	.search__query::autofill {
		box-shadow: 0 0 0 1000px #0071b9 inset
	}

@media (min-width:992px) {
	.search__query {
		width: 100%
	}
}

.search__submit {
	position: absolute;
	right: -1.5em;
	opacity: 0;
	border: none;
	bottom: 0;
	color: inherit;
	background: 0 0;
	display: block;
	padding: 0;
	transition: right 125ms ease-out,opacity 125ms ease-out;
	margin-top: -.125em
}

.search--active .search__submit {
	right: 0;
	opacity: 1
}

.search--active {
	padding-left: 24px
}

	.search--active::before {
		left: -1.5em;
		opacity: 0
	}

@media (min-width:544px) {
	.search {
		width: calc(100% - 216px)
	}
}

@media (min-width:768px) {
	.search {
		width: calc(100% - 256px);
		margin-top: 20px
	}
}

@media (min-width:992px) {
	.search {
		width: 29%;
		margin-top: 0;
		margin-left: 0
	}
}

@media (min-width:1124px) {
	.search {
		width: 25%
	}
}

.site__top {
	/* background: #182127; */
	color: rgba(255,255,255,.3);
	font-size: .88889em;
	line-height: 1;
	min-height: 12px;
}

.site__header {
	background: #ffffff;
	box-shadow: 0 6px 24px rgba(3,6,6,.2);
	position: relative;
	z-index: 100;
}

	.site__header > .grid {
		min-height: 48px;
	}

@media (min-width:768px) {
	.site__header > .grid {
		/* min-height: 47px; */
	}
}

.site--side-menu-open {
	padding-top: 60px
}

@media (min-width:544px) {
	.site--side-menu-open {
		padding-top: 80px
	}
}

@media (min-width:768px) {
	.site--side-menu-open {
		padding-top: 100px
	}
}

@media (min-width:992px) {
	.site--side-menu-open {
		padding-top: 0
	}
}

.site--side-menu-open .site__header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

@media (min-width:992px) {
	.site--side-menu-open .site__header {
		position: relative !important
	}
}

.site__title {
	display: inline-block;
	transform: skewX(-24.68788deg);
	background: #fff;
	margin: -74px -3px -6px 0;
	padding: 0 !important;
	font-size: 1em;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 11;
}

	.site__title a {
		display: block;
		padding: 16px 7px;
		transform: skewX(24.68788deg)
	}

@media (min-width:768px) {
	.site__title a {
		padding: 21px 9px
	}
}

@media (min-width:1124px) {
	.site__title a {
		padding: 35px 12px 0 14px;
	}
}

.site__logo {
	display: block;
	width: auto;
	height: 27px;
	width: 65px
}

@media (min-width:768px) {
	.site__logo {
		height: 36px;
		width: 87px
	}
}

@media (min-width:1124px) {
	.site__logo {
		height: 48px;
		width: 116px
	}
}

.site__navigation {
	/* display: inline-block; */
	padding-left: 0;
}

.site__footer {
	background: #199c96;
	color: #fff;
}

.site__contact {
	padding: 3.33333em 0
}

	.site__contact .img {
		max-width: 75px;
		width: 100%;
		padding-top: .33333em
	}

	.site__contact a {
		color: #e09709
	}

		.site__contact a:hover {
			color: #f7b83e
		}

.site__social {
	max-width: 98%;
	font-size: .875rem
}

	.site__social ul {
		list-style: none;
		margin: 0;
		line-height: 1;
		padding: 0
	}

	.site__social li {
		display: inline-block;
		transform: skewX(-24.68788deg);
		background: rgba(255,255,255,.3);
		position: relative;
		margin: 0 1px
	}

		.site__social li:hover {
			background: rgba(255,255,255,.5)
		}

	.site__social a {
		display: block;
		padding: .75em 0 .7em;
		width: 3.25em;
		text-align: center;
		transform: skewX(24.68788deg);
		color: #182127 !important;
		text-decoration: none
	}

@media (min-width:768px) {
	.site__social {
		margin-right: 20px
	}
}

.site__copyright {
	background: rgba(0,0,0,.2);
	color: rgba(255,255,255,.6);
	font-size: .88889em;
	line-height: 1.25;
	padding: 1em 0 .75em 0
}

	.site__copyright a {
		color: inherit
	}

		.site__copyright a:hover {
			color: #fff
		}

.site__mobile-menu {
	width: 300px;
	height: calc(100% - 60px);
	overflow-y: auto;
	position: fixed;
	left: -300px;
	top: 60px;
	background: #e7e8e9;
	z-index: 99;
	opacity: 0;
	transition: left .25s cubic-bezier(.19,1,.22,1),box-shadow .25s cubic-bezier(.19,1,.22,1),opacity .25s cubic-bezier(.19,1,.22,1)
}

.site__mobile-menu--active {
	left: 0;
	opacity: 1;
	box-shadow: 0 0 24px rgba(0,0,0,.3);
	transition-duration: .3125s
}

@media (min-width:544px) {
	.site__mobile-menu {
		height: calc(100% - 80px);
		top: 80px
	}
}

@media (min-width:768px) {
	.site__mobile-menu {
		height: calc(100% - 100px);
		top: 100px
	}
}

@media (min-width:992px) {
	.site__mobile-menu {
		display: none
	}
}

.site__overlay {
	position: fixed;
	width: 0;
	height: 0;
	background: rgba(24,33,39,.4);
	z-index: -1;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .5s cubic-bezier(.19,1,.22,1),z-index 0s linear .5s
}

@media (min-width:992px) {
	.site--menu-open .site__overlay {
		width: 100%;
		height: 100%;
		z-index: 99;
		opacity: 1;
		transition-delay: 0s
	}
}

.site__menu-trigger {
	cursor: pointer;
	color: #fff;
	float: left;
	height: 48px;
	width: 40px;
	position: relative
}

	.site__menu-trigger span {
		position: absolute;
		display: block;
		background: #fff;
		width: 24px;
		height: 4px;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		transition: transform 125ms ease-out,background-color 125ms ease-out;
	}

		.site__menu-trigger span::after, .site__menu-trigger span::before {
			content: "";
			position: absolute;
			display: block;
			background: #fff;
			width: 24px;
			height: 4px;
			top: 50%;
			left: 0;
			transform-origin: center;
			transition: transform 125ms ease-out
		}

		.site__menu-trigger span::before {
			margin-top: -10px
		}

		.site__menu-trigger span::after {
			margin-top: 6px
		}

.site__menu-trigger--active span {
	transform: translateY(-50%) rotate(-90deg);
	background-color: rgba(255,255,255,0)
}

	.site__menu-trigger--active span::before {
		transform: rotate(-45deg);
		margin-top: -2px
	}

	.site__menu-trigger--active span::after {
		transform: rotate(45deg);
		margin-top: -2px
	}

@media (min-width:768px) {
	.site__menu-trigger {
		height: 66px
	}
}

@media (min-width:992px) {
	.site__menu-trigger {
		display: none
	}
}

.aux-menu {
	margin: 0 -1.125em 0 0;
	display: none
}

.aux-menu__item {
	display: inline-block;
	transform: skewX(-24.68788deg);
	border-left: 2px solid rgba(255,255,255,.05)
}

	.aux-menu__item a {
		color: rgba(255,255,255,.3);
		display: block;
		padding: .6em 1.125em;
		transform: skewX(24.68788deg)
	}

		.aux-menu__item a:hover {
			color: #fff
		}

	.aux-menu__item .fa {
		font-size: .875rem
	}

@media (min-width:544px) {
	.aux-menu {
		display: block
	}
}

.side-social {
	font-size: 1.75em
}

	.side-social a {
		margin-right: 5%
	}

		.side-social a:last-child {
			margin: 0
		}

.mobile-menu {
	padding: 16px 0 0;
}

	.mobile-menu .mobile-menu {
		padding-top: 0
	}

.mobile-menu__item {
	position: static;
	background: #fff
}

	.mobile-menu__item a {
		display: block;
		padding: 1em 2em;
		border-bottom: 1px solid #dfe0e2;
		font-weight: 500;
		font-family: 'Cambria';
		font-size: 16px;
	}

.mobile-menu__item--icons {
	display: block;
	background: 0 0;
	padding: 1em 1.5em
}

	.mobile-menu__item--icons::after {
		content: "";
		display: table;
		clear: both
	}

	.mobile-menu__item--icons a {
		display: block;
		float: left;
		padding: .1em;
		font-size: 1.75em;
		text-align: center;
		border: none;
		font-weight: 400
	}

		.mobile-menu__item--icons a .fa {
			margin: 0
		}

.mobile-menu__top-link {
	background: #fff
}

.mobile-menu__direction {
	padding: 1.5em 2em .5em !important;
	background: #e7e8e9 !important
}

.mobile-menu h6 {
	padding: 2em 2em .5em !important;
	border-bottom: 1px solid #dfe0e2;
	font-weight: 700
}

.mobile-menu__sub-menu {
	overflow-y: auto;
	position: fixed;
	padding-top: 17px;
	z-index: 99;
	width: 270px;
	height: calc(100% - 60px);
	left: -270px;
	top: 60px;
	background: #e7e8e9;
	transition: left .25s cubic-bezier(.19,1,.22,1),box-shadow .25s cubic-bezier(.19,1,.22,1);
}

.mobile-menu__sub-menu--active {
	left: 0 !important;
	box-shadow: 0 0 24px rgba(0,0,0,.3);
	transition-duration: .3125s
}

.mobile-menu__sub-menu--de-active {
	overflow: hidden
}

@media (min-width:544px) {
	.mobile-menu__sub-menu {
		height: calc(100% - 80px);
		top: 80px
	}
}

@media (min-width:768px) {
	.mobile-menu__sub-menu {
		height: calc(100% - 100px);
		top: 100px
	}
}

.mobile-menu__sub-menu .mobile-menu__sub-menu {
	left: -240px;
	width: 240px
}

.mobile-menu .fa {
	font-size: .875em;
	width: 1.5em;
	margin-left: -1.5em;
	margin-right: -4px
}

.main-menu {
	list-style: none;
	margin: 0;
	font-size: 1rem;
	/* line-height: 1; */
	padding: 2px 0;
	position: static;
}

@media (min-width:992px) {
	.main-menu {
		font-size: 1.1875rem
	}
}

@media (min-width:1124px) {
	.main-menu {
		font-size: 1.375rem;
	}
}

.main-menu__item {
	transform: skewX(-24.68788deg);
	/* background: rgb(66, 106, 178); */
	margin: 0 -2px 0 0;
	display: none;
	border-right: 1px solid #ffffff;
}

	.main-menu__item:nth-last-of-type(3) {
		/* background: rgba(255,255,255,.11) */
	}

	.main-menu__item:nth-last-of-type(4) {
		/* background: rgba(255,255,255,.14) */
	}

	.main-menu__item:nth-last-of-type(5) {
		/* background: rgba(255,255,255,.17) */
	}

	.main-menu__item:nth-last-of-type(6) {
		/* background: rgba(255,255,255,.2) */
	}

	.main-menu__item:hover {
		background: rgba(255,255,255,.25)
	}

	.main-menu__item > a {
		display: block;
		padding: 0 1em;
		transform: skewX(24.68788deg);
		color: rgba(255,255,255,.9);
		text-decoration: none;
		white-space: nowrap;
		line-height: 48px;
	}

@media (min-width:768px) {
	.main-menu__item > a {
		line-height: 62px
	}
}

@media (min-width:1124px) {
	.main-menu__item > a {
		line-height: 80px;
	}
}

@media (min-width:992px) {
	.main-menu__item {
		display: inline-block;
	}
}

.main-menu__item--cart {
	display: inline-block;
	position: absolute;
	right: 24px;
	top: 2px;
	margin: 0 -1.5em 0 0;
	background: 0 0 !important;
	border-left: 2px solid rgba(255,255,255,.07);
	font-size: 1rem
}

	.main-menu__item--cart > a {
		padding: 0 1.5em
	}

		.main-menu__item--cart > a[data-cart-count]::after, .main-menu__item--cart > a[data-cart-count]::before {
			bottom: -2px;
			left: 50%;
			display: none;
			position: absolute;
			z-index: 1;
			content: "";
			transform: translateX(-50%);
			transition: bottom .25s cubic-bezier(.19,1,.22,1)
		}

@media (min-width:768px) {
	.main-menu__item--cart > a[data-cart-count]::after, .main-menu__item--cart > a[data-cart-count]::before {
		display: block
	}
}

.main-menu__item--cart > a[data-cart-count]::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 24px 24px;
	border-color: transparent transparent #e09709 transparent
}

@media (min-width:1124px) {
	.main-menu__item--cart > a[data-cart-count]::before {
		border-width: 0 28px 28px
	}
}

.main-menu__item--cart > a[data-cart-count]::after {
	z-index: 5;
	content: attr(data-cart-count);
	font-size: .6875rem;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	padding: .25em 0
}

@media (min-width:1124px) {
	.main-menu__item--cart > a[data-cart-count]::after {
		font-size: .75rem
	}
}

.main-menu__item--cart > a[data-cart-count].active::after, .main-menu__item--cart > a[data-cart-count].active::before {
	bottom: -8px
}

.main-menu__item--cart > a[data-cart-count=""]::after, .main-menu__item--cart > a[data-cart-count=""]::before, .main-menu__item--cart > a[data-cart-count="0"]::after, .main-menu__item--cart > a[data-cart-count="0"]::before {
	display: none !important
}

.main-menu__item ul {
	display: none
}

.main-menu__label {
	display: none
}

@media (min-width:544px) {
	.main-menu__label {
		display: inline
	}
}

.grid {
	position: relative
}

.dropdown {
	position: absolute;
	left: -99999em;
	top: 67px;
	width: 100%;
	background: #fff;
	box-shadow: 0 6px 24px rgba(0,0,0,.3);
	transform: perspective(400px) translateY(-36px) rotateX(3deg) scale(.975);
	transform-origin: 50% 50%;
	opacity: 0;
	z-index: -1;
	transition: transform .5s cubic-bezier(.19,1,.22,1),opacity .5s cubic-bezier(.19,1,.22,1),z-index 0s linear .5s,left 0s linear .5s
}

.dropdown__body, .dropdown__header, .dropdown__navigation {
	padding: 24px 24px
}

@media (min-width:992px) {
	.dropdown__body, .dropdown__header, .dropdown__navigation {
		padding: 48px 48px
	}
}

.dropdown__title {
	font-size: 2em;
	font-family: 'Cambria';
	color: #199c96;
}

.dropdown__body {
	border-top: 2px solid rgba(0,0,0,.05);
	font-size: 1.11111em
}

	.dropdown__body h3 {
		font-weight: 600
	}

	.dropdown__body ul {
		opacity: .9
	}

.dropdown__header {
	position: relative
}

	.dropdown__header p {
		opacity: .9
	}

		.dropdown__header p:last-child {
			margin: 0
		}

	.dropdown__header a {
		font-weight: 600
	}

	.dropdown__header::after {
		content: "";
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border-top: 163px solid #076965;
		border-left: 76px solid transparent;
		right: 0;
		top: 0;
		z-index: 0;
	}

.dropdown__footer {
	background: #e7e8e9;
	font-size: 1.33333em;
	padding: 24px 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

@media (min-width:992px) {
	.dropdown__footer {
		padding: 24px 48px
	}
}

.dropdown__navigation {
	background: #199c96;
	color: #fff;
	min-height: 100%;
	position: relative;
}

	.dropdown__navigation::before {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #ffffff;
		top: -9px;
		left: 68.75%;
	}

@media (min-width:1124px) {
	.dropdown__navigation::before {
		border-width: 0 12px 12px 12px;
		top: -12px;
		left: 194%;
	}
}

.dropdown__navigation::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-bottom: 249px solid #076965;
	border-right: 116px solid transparent;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.dropdown__content {
	display: none;
	position: relative;
	min-height: 100%;
	padding-bottom: 87px
}

.dropdown__content--active {
	display: block
}

@media (min-width:992px) {
	.dropdown--active {
		left: 0;
		opacity: 1;
		transform: perspective(400px) translateY(0) rotateX(0) scale(1);
		z-index: 10;
		transition: transform .5s cubic-bezier(.19,1,.22,1),opacity .5s cubic-bezier(.19,1,.22,1),z-index 0s linear,left 0s linear
	}
}

@media (min-width:1124px) {
	.dropdown {
		top: 94px
	}
}

.sub-menu {
	margin: 0;
	position: relative;
	z-index: 1
}

.sub-menu__item a {
	display: block;
	padding: 7px 0;
	line-height: 1;
	color: rgba(255,255,255,.6);
	position: relative;
	font-size: 16px;
	font-family: 'Cambria';
}

.sub-menu__item--active a, .sub-menu__item:hover a {
	color: #fff
}

.list--blank {
	list-style: none;
	margin: 0
}

	.list--blank li {
		padding-left: 0
	}

		.list--blank li::before {
			display: none
		}

.list--col-3 {
	columns: 3
}

.cell {
	background: #fff;
	padding: 2em;
	border-style: solid;
	border-color: #199c96;
	border-width: 6px 0 0 0;
	transition: border-color .25s ease-out;
}

.page__section:nth-child(even) .cell {
	background-color: rgba(231,232,233,.5)
}

.cell + .cell {
	margin-top: 24px
}

.cell:first-child:last-child {
	min-height: 100%
}

.cell--corner {
	position: relative
}

	.cell--corner::after {
		content: "";
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border-top: 93px solid rgba(24,33,39,.2);
		border-left: 44px solid transparent;
		right: 0;
		top: 0;
		z-index: 0
	}

.cell--no-bleed {
	padding: 0
}

.cell--disabled {
	border-top: none;
	color: rgba(24,33,39,.6)
}

.cell--alt {
	border-width: 0 0 0 6px
}

.cell--blue {
	border-color: #199c96;
}

.cell--gold {
	border-color: #e09709
}

.cell > :last-child {
	margin-bottom: 0
}

.cell--loading {
	cursor: wait !important;
	position: relative;
	overflow: hidden
}

	.cell--loading > * {
		opacity: .5
	}

	.cell--loading * {
		cursor: wait !important
	}

	.cell--loading::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 2;
		background: rgba(24,33,39,.02);
		transform: skew(-24.68788deg);
		animation: loading .93s cubic-bezier(1,0,0,1) infinite
	}

.cell .required {
	font-size: 16px
}

.cell .orange {
	color: #f7b83e
}

.post {
	display: block;
	position: relative
}

.post--full-image > a {
	display: block;
	position: relative;
	padding-top: 62.5%;
	overflow: hidden;
	background-color: #0071b9;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.post--full-image .post__image {
	display: none
}

.post--full-image .post__content {
	position: relative;
	padding: 2em;
	color: #fff;
	background: rgba(24,33,39,.8)
}

.product-box {
	display: block;
	position: relative;
	overflow: hidden
}

.product-box__header {
	background: #199c96;
	color: #fff;
	padding: 1.875em 2em;
	position: relative;
	overflow: hidden;
	transition: background .25s cubic-bezier(.19,1,.22,1);
}

.product-box:hover .product-box__header {
	background: #076965;
}

.product-box__body {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #fff
}

.product-box--1 .product-box__header::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 52px 25px 0 0;
	border-color: #157470 transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.product-box--1 .product-box__header::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 118px 56px;
	border-color: transparent transparent #157470 transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.product-box--1 .product-box__body::after {
	content: "";
	display: block;
	width: 300px;
	height: 100%;
	transform: skew(-24.68788deg);
	background: rgba(24,33,39,.2);
	position: absolute;
	left: -150px;
	bottom: 0;
	z-index: 1
}

.product-box--3::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 92px 197px 0;
	border-color: transparent #464d52 transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.product-box--3 .product-box__header::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 0 0 33px;
	border-color: transparent transparent transparent #464d52;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2
}

.product-box--3 .product-box__body::after {
	content: "";
	display: block;
	width: 220px;
	height: 100%;
	transform: skew(24.68788deg);
	background: rgba(24,33,39,.2);
	position: absolute;
	right: -110px;
	bottom: 0;
	z-index: 1
}

.product-box--landing .product-box__header {
	padding-top: 0;
	padding-bottom: 0;
	height: 5.08333em;
	display: table;
	width: 100%
}

	.product-box--landing .product-box__header::after, .product-box--landing .product-box__header::before {
		content: "";
		display: none;
		width: 100%;
		height: 100%;
		transform: skew(-24.68788deg);
		background: #464d52;
		position: absolute;
		top: 0;
		z-index: 2
	}

.product-box--sm-1 .product-box__header::before {
	right: 100%;
	display: block
}

.product-box--sm-1 .product-box__header::after {
	left: 99%;
	display: block
}

.product-box--sm-3 .product-box__header::after {
	transform: skew(24.68788deg);
	left: 80%;
	display: block
}

.product-box--sm-4 .product-box__header::after {
	left: 99%;
	display: block
}

.product-box--sm-5 .product-box__header::after {
	left: 62%;
	display: block
}

.product-box__title {
	color: inherit;
	margin: 0;
	position: relative;
	z-index: 3;
	color: #ffffff;
	font-size: 20px;
}

@media (min-width:768px) and (max-width:992px) {
	.product-box__title {
		font-size: 1.125em
	}
}

.product-box--landing .product-box__title {
	display: table-cell;
	height: 100%;
	vertical-align: middle
}

.product-box__description {
	margin: .75rem 0 0;
	line-height: 1.33333;
	max-height: 2.66666em;
	overflow: hidden;
	position: relative;
	z-index: 3;
	font-family: 'Roboto-Regular';
	font-size: 17px;
	color: #ffffff;
}

.product-box--new .product-box__title {
	position: relative
}

	.product-box--new .product-box__title::before {
		color: #e09709;
		line-height: 1;
		font-size: .58333em;
		position: absolute;
		display: block;
		top: -1.2em;
		font-weight: 700;
		text-transform: uppercase;
		content: "New"
	}

.product-box__image {
	display: block;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1,1);
	transition: transform .5s cubic-bezier(.19,1,.22,1);
	height: 234px;
	/* width: 100%; */
}

.product-box__watermark {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 2.22222em;
	line-height: 1;
	font-weight: 900;
	opacity: .7
}

.product-box__button {
	background: #199c96;
	color: #fff;
	padding: 1.375em 2em 1.25em;
	line-height: 1;
	position: relative;
	overflow: hidden
}

	.product-box__button strong {
		position: relative;
		z-index: 3;
		font-size: 18px;
		font-weight: unset;
		color: #ffffff;
	}

	.product-box__button .fa {
		float: right;
		font-size: .83333em;
		position: absolute;
		right: 1em;
		top: 50%;
		margin-top: -.45em;
		z-index: 2;
		transition: right .25s cubic-bezier(.19,1,.22,1)
	}

	.product-box__button::after {
		content: "";
		display: block;
		width: 4em;
		height: 4.625em;
		transform: skew(-24.68788deg);
		background: rgba(24,33,39,.2);
		position: absolute;
		right: -1.5em;
		top: 0;
		z-index: 1;
		transition: width .25s cubic-bezier(.19,1,.22,1);
		transition-property: width,transform,right;
	}

.product-box:hover .product-box__button::after {
	width: 100%;
	transform: none;
	right: 0
}

.product-box:hover .product-box__button .fa {
	right: 2em
}

.post-widget {
	display: block
}

.post-widget__image {
	display: block;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0071b9;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0
}

	.post-widget__image img {
		display: none
	}

.post-widget__title {
	display: block;
	font-size: 1.11111em;
	font-weight: 700;
	line-height: 1.5;
	padding: 1.5em !important;
	background: rgba(24,33,39,.8);
	color: #fff;
	position: relative;
	transition: background 125ms ease-out;
	text-transform: none
}

.post-widget a {
	padding-top: 50%;
	display: block;
	position: relative
}

a:hover .post-widget__title {
	background: rgba(0,113,185,.8)
}

.latest-post {
	margin-bottom: 3px;
	display: table;
	width: 100%
}

.latest-post__title {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.33333;
	margin: 0;
	padding: 1em 1.5em !important;
	text-transform: none;
	display: table-cell;
	vertical-align: middle
}

.latest-post__image {
	display: table-cell;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0071b9;
	background-size: cover;
	vertical-align: middle;
	width: 135px;
	height: 135px
}

	.latest-post__image img {
		visibility: hidden;
		height: auto;
		width: 100%;
		max-width: none
	}

.latest-post:last-child {
	margin-bottom: 0
}

.latest-post a {
	display: table-row;
	background: #fff;
	position: relative;
	height: 100%;
	width: 100%
}

	.latest-post a:hover {
		background-color: #0071b9;
		color: #fff
	}

@media (min-width:768px) {
	.latest-post--featured .latest-post__title {
		display: block;
		font-size: 1.33333em;
		font-weight: 700;
		line-height: 1.5;
		padding: 1.875em !important;
		background: rgba(24,33,39,.8);
		color: #fff;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: -3px;
		transition: background 125ms ease-out
	}

	.latest-post--featured a:hover .latest-post__title {
		background: rgba(0,113,185,.8)
	}

	.latest-post--featured .latest-post__image {
		display: block;
		height: 100%;
		width: 100%;
		min-height: 437px
	}

		.latest-post--featured .latest-post__image img {
			display: none
		}

	.latest-post--featured {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		padding: 3px;
		min-height: 437px
	}

		.latest-post--featured a {
			width: 100%;
			height: 100%;
			display: block
		}

	.latest-post--light {
		position: relative
	}
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position-x: 0
	}

	to {
		background-position-x: -45px
	}
}

@keyframes loading {
	0% {
		width: 0%;
		left: 110%
	}

	50% {
		width: 120%;
		left: -10%
	}

	100% {
		width: 0%;
		left: -10%
	}
}

.button {
	display: inline-block;
	background-color: #0071b9;
	color: #fff;
	padding: .625em 1em .5em;
	font-weight: 700;
	border: none;
	transition-duration: 125ms;
	transition-timing-function: ease-out;
	transition-property: opacity,background,color,border-color,transform;
	box-sizing: border-box;
	vertical-align: middle
}

	.button:hover {
		color: #fff;
		background-color: #005286
	}

.button--accent {
	background-color: #be0000;
	font-size: 18px;
}

	.button--accent:hover {
		background-color: #426ab2;
	}

.button--muted {
	background-color: #e7e8e9;
	color: #182127
}

	.button--muted:hover {
		background-color: #cccfd1;
		color: #182127
	}

.button--base {
	background-color: #182127
}

	.button--base:hover {
		background-color: #050607
	}

.button--large {
	font-size: 18px;
	padding: .75em 2.25em .6875em;
}

.button--hidden {
	display: none !important
}

.button--loading {
	color: rgba(255,255,255,.6) !important;
	background-color: #0071b9 !important;
	cursor: wait !important;
	position: relative;
	overflow: hidden
}

	.button--loading::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 2;
		background: rgba(255,255,255,.1);
		transform: skew(-24.68788deg);
		animation: loading .93s cubic-bezier(1,0,0,1) infinite
	}

@media (min-width:768px) {
	.button {
		padding: .625em 1.75em .5em
	}
}

@media (min-width:992px) {
	.button {
		padding: .625em 2.75em .5em
	}
}

.button--block {
	display: block;
	width: 100%;
	text-align: center;
	padding: .625em .75em .5em;
	line-height: 1.33333
}

.button--inline {
	padding: calc(.5em + 2px) .75em calc(.4em + 2px)
}

.button--small {
	font-size: .83333em;
	padding: .33333em .75em .25em
}

.form__group {
	padding-top: 1em
}

	.form__group:first-child {
		padding-top: 0
	}

.form__group--condensed {
	padding-top: .22222em
}

.form__group--actions {
	padding-top: 2em
}

.form__group--angled {
	transform: skewX(-24.68788deg);
	background: rgba(255,255,255,.3);
	position: relative;
	margin: 0 1px
}

.form__group--loading {
	cursor: wait !important;
	position: relative;
	overflow: hidden;
	opacity: .5
}

	.form__group--loading * {
		cursor: wait !important
	}

	.form__group--loading::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 2;
		background: rgba(255,255,255,.2);
		transform: skew(-24.68788deg);
		animation: loading .93s cubic-bezier(1,0,0,1) infinite
	}

.form__label {
	font-size: 1rem;
	display: block;
	line-height: 1.5;
	margin-bottom: .25em
}

.form__label--radio {
	display: table;
	-ms-flex: 1;
	flex: 1;
	cursor: pointer;
	text-align: center;
	font-size: 1em;
	line-height: 1.33333;
	height: 100%;
	width: 100%
}

	.form__label--radio span {
		border: 2px solid #e7e8e9;
		display: table-cell;
		vertical-align: middle;
		padding: 1em;
		transition: color 125ms ease-out,border-color 125ms ease-out
	}

input:checked + .form__label--radio span {
	border-color: #0071b9;
	color: #0071b9
}

.form__label--inline {
	display: inline;
	font-size: 1em;
	font-weight: 600
}

	.form__label--inline[for] {
		cursor: pointer
	}

.form__control {
	border: 2px solid #e7e8e9;
	padding: .5em .75em .4em;
	width: 100%;
	max-width: 100%;
	background: #fff;
	border-radius: 0;
	height: 2.5em
}

.form__control--hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.cart .form__control {
	padding: .3em .3em .2em
}

select.form__control {
	line-height: 1;
	padding-right: 1.25em;
	-webkit-appearance: none;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdDNTVBQTQ3NUYyMTFFNjg3MjlBRUY5M0YwMzgxQjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdDNTVBQTU3NUYyMTFFNjg3MjlBRUY5M0YwMzgxQjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowN0M1NUFBMjc1RjIxMUU2ODcyOUFFRjkzRjAzODFCMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowN0M1NUFBMzc1RjIxMUU2ODcyOUFFRjkzRjAzODFCMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkDHxA8AAAAzSURBVHjaYmBgYNgPxP/R8AEgZnDAIgESA4P96KphwAGbamRdcNXMSBIPoRIPQByAAAMA7LIT9quGrSUAAAAASUVORK5CYII=) no-repeat right .5em center
}

textarea.form__control {
	height: auto
}

.form__control--angled {
	display: block;
	transform: skewX(24.68788deg)
}

.form__control--transparent {
	background: 0 0 !important;
	border: none;
	outline: 0
}

.form__control--dark {
	border-color: #bec0c2
}

@media (min-width:544px) {
	.form__control {
		width: auto
	}

	.form__control--full {
		width: 100%
	}

	.form__control--xlarge {
		width: 90%
	}

	.form__control--large {
		width: 75%
	}

	.form__control--medium {
		width: 62.5%
	}

	.form__control--small {
		width: 33.33333%
	}

	.form__control--xsmall {
		width: 25%
	}
}

.form--contact {
	padding-top: 24px
}

.form .button {
	margin-bottom: .25em
}

.form label.error {
	font-size: .875rem;
	font-weight: 500;
	display: block;
	color: #e09709;
	padding-top: .25em
}

.form .error {
	border-color: #e09709
}

.form--hidden {
	display: none
}

.form__checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

	.form__checkbox ~ .form__label--inline::before {
		font-family: FontAwesome;
		display: inline-block;
		content: "\f0c8";
		margin-right: .5em;
		color: rgba(24,33,39,.2);
		transition: color 125ms ease-out
	}

	.form__checkbox:checked ~ .form__label--inline::before {
		color: #0071b9;
		content: "\f14a"
	}

.selector {
	cursor: pointer;
	display: table;
	width: 100%;
	min-height: 4.4em;
	height: 100%
}

.selector__label {
	display: table-cell;
	vertical-align: middle;
	border: 2px solid #e7e8e9;
	padding: 1em;
	text-align: center;
	line-height: 1.2
}

input:checked + .selector__label {
	border-color: #0071b9;
	color: #0071b9
}

.checkout {
	background: #fff;
	padding: 2em;
	border-style: solid;
	border-color: #0071b9;
	border-width: 0;
	transition: border-width 125ms ease-out
}

.checkout__section {
	padding-top: 48px
}

	.checkout__section:first-child {
		padding-top: 24px
	}

.checkout__section--hidden {
	display: none
}

.checkout__header {
	text-transform: uppercase
}

.checkout--active {
	border-width: 6px 0 0 0
}

.checkout + .checkout {
	margin-top: 24px
}

.checkout > :last-child {
	margin-bottom: 0
}

.product::after {
	content: "";
	display: table;
	clear: both
}

.product__title {
	position: static;
	padding-top: 0 !important
}

	.product__title a {
		color: inherit
	}

.product__note {
	color: #0071b9;
	font-weight: 900;
	text-transform: uppercase;
	font-size: .77778em;
	margin-bottom: .25rem;
	display: inline-block;
	margin-right: .75em
}

.product__note--alt {
	color: #e09709
}

.product__form {
	text-align: center;
	margin-bottom: .75rem
}

@media (min-width:544px) {
	.product__form {
		margin-top: -2em;
		margin-bottom: .5em;
		float: right;
		width: 42%;
		max-width: 250px;
		margin-left: 5%
	}
}

.product__description > * {
	display: none
}

.product__description > p:first-of-type {
	display: block
}

@media (min-width:544px) {
	.product__description {
		margin-right: 47%
	}
}

.product__detail {
	display: none;
	opacity: 0;
	transition: opacity .25s cubic-bezier(.19,1,.22,1)
}

	.product__detail h5 {
		padding-top: 1.5rem
	}

.product--expanded {
	border-color: #e09709
}

	.product--expanded .product__detail {
		opacity: 1
	}

	.product--expanded .product__expand {
		display: none
	}

.product--expanded {
	position: relative
}

	.product--expanded::after {
		content: "";
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border-bottom: 123px solid rgba(24,33,39,.2);
		border-left: 57px solid transparent;
		right: 0;
		bottom: 0;
		z-index: 0
	}

.result {
	padding: .75rem 0
}

.result__title {
	margin: 0;
	line-height: 1.66666667
}

.result__description {
	margin: .5em 0 0
}

.result:last-child {
	padding-bottom: 0
}

.pagination {
	text-align: center;
	line-height: 1;
	padding-top: 24px
}

.pagination__list {
	list-style: none;
	margin: -.16667em 0 0;
	padding: 0
}

.pagination__item {
	margin: .16667em 0 0;
	padding: 0;
	display: inline-block;
	background: rgba(24,33,39,.6);
	transform: skewX(-24.68788deg)
}

	.pagination__item a {
		display: block;
		text-align: center;
		padding: .625em 0 .5em 0;
		width: 2.5em;
		color: #fff;
		transform: skewX(24.68788deg)
	}

.pagination__item--current {
	background-color: #0071b9 !important
}

	.pagination__item--current a {
		cursor: default;
		font-weight: 700
	}

.pagination__item--direction a {
	width: auto;
	padding-left: .75em;
	padding-right: .75em
}

.pagination__item--disabled {
	display: none
}

.pagination__item::before {
	display: none
}

.pagination__item:hover {
	background-color: #182127
}

.pagination__item--ellipsis {
	background: 0 0 !important
}

.footnotes {
	font-size: .88889em;
	margin-top: 2.25rem
}

	.footnotes [data-symbol] {
		padding-left: .75em
	}

		.footnotes [data-symbol]::before {
			content: attr(data-symbol);
			color: #0071b9;
			font-weight: 700;
			float: left;
			width: .75em;
			margin-left: -.75em
		}

	.footnotes > :last-child {
		margin-bottom: 0
	}

.blog-post__body {
	display: block;
	-ms-flex: none;
	flex: none
}

	.blog-post__body img {
		height: auto !important
	}

		.blog-post__body img[style*="float: right"], .blog-post__body img[style*="float:right"] {
			margin: .25em 0 1em 1em;
			max-width: 50%
		}

		.blog-post__body img[style*="float: left"], .blog-post__body img[style*="float:left"] {
			margin: .25em 1em 1em 0;
			max-width: 50%
		}

.blog-post__footer {
	padding-top: 24px
}

.blog-post__meta {
	display: none
}

.blog-post__gallery-item {
	margin-top: 24px;
	background: #182127
}

	.blog-post__gallery-item a {
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		overflow: hidden;
		max-height: 300px
	}

		.blog-post__gallery-item a:hover {
			opacity: .6
		}

@media (min-width:544px) {
	.blog-post__gallery-item a {
		max-height: 544px
	}
}

@media (min-width:768px) {
	.blog-post__gallery-item a {
		max-height: 768px
	}
}

.blog-post__gallery-item img {
	display: block;
	visibility: hidden
}

.blog-post--image {
	padding: 0 !important
}

	.blog-post--image a {
		display: block;
		background-size: cover;
		backgrouncleard-position: center center;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
		max-height: 540px;
		min-height: 360px
	}

.blog-post__featured-image {
	display: block;
	margin: .25em 0 12px
}

@media (min-width:544px) {
	.blog-post__featured-image {
		float: right;
		max-width: 310px;
		width: 50%;
		margin-left: 24px
	}
}

.blog-post--image .blog-post__featured-image {
	visibility: hidden;
	float: none;
	max-width: 100%;
	width: 100%;
	margin: 0
}

.blog-post--image .blog-post__header {
	padding: 1.875em !important;
	background: rgba(24,33,39,.8);
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	transition: background 125ms ease-out
}

	.blog-post--image .blog-post__header::after {
		content: "";
		display: block;
		width: 0;
		height: 100%;
		right: -10%;
		background: rgba(0,0,0,.2);
		transform: skew(24.68788deg);
		position: absolute;
		top: 0;
		z-index: 1;
		transition: width 375ms cubic-bezier(.19,1,.22,1);
		transition-property: width,right,transform
	}

.blog-post--image a:hover .blog-post__header {
	background: rgba(0,113,185,.8)
}

	.blog-post--image a:hover .blog-post__header::after {
		width: 110%;
		right: 0;
		transition-duration: .25s
	}

.blog-post__title {
	line-height: 1.2;
	position: relative;
	z-index: 2
}
.blog-post__title a{
	color:#199c96;
}
.blog-post--image .blog-post__title {
	color: #fff;
	margin-bottom: 1rem
}

.blog-post__info {
	margin: 0;
	opacity: .6;
	position: relative;
	z-index: 2
}

.blog-post--image .blog-post__info {
	opacity: 1
}

.blog-post__excerpt {
	margin: 24px 0 0
}

	.blog-post__excerpt::after {
		content: "";
		display: table;
		clear: both
	}

.faqs {
	margin: 0
}

.faqs__question {
	font-size: 1.33333em;
	line-height: 1.25;
	font-weight: 700;
	color: #0071b9;
	cursor: pointer;
	border-top: 2px solid #e7e8e9;
	padding: 1em 1.5em 0 0;
	margin: .875em 0 0;
	position: relative;
	transition: color 125ms ease-out
}

	.faqs__question:hover {
		color: #182127
	}

	.faqs__question::after, .faqs__question::before {
		content: "";
		display: block;
		width: 18px;
		height: 4px;
		position: absolute;
		right: 0;
		top: 1.4em;
		background-color: #e7e8e9;
		transition: transform 375ms cubic-bezier(.19,1,.22,1)
	}

	.faqs__question::after {
		transform: rotate(90deg)
	}

	.faqs__question:first-child {
		border-top: none;
		margin-top: 0;
		padding-top: 0
	}

		.faqs__question:first-child::after, .faqs__question:first-child::before {
			top: .4em
		}

	.faqs__question:last-child {
		border-top: none;
		margin-top: 0;
		padding-top: 0
	}

.faqs__question--active::after, .faqs__question--active::before {
	transform: rotate(180deg)
}

.faqs__answer {
	margin: 0;
	padding: 0;
	display: none;
	width: 100%
}

	.faqs__answer * {
		margin: .75rem 0 0
	}

.footer-menu__item {
	white-space: nowrap;
	margin-left: 1em
}

	.footer-menu__item:first-child {
		margin-left: 0
	}

.contact-info {
	font-size: 1.11111em
}

.block {
	display: block;
	width: 100%
}

.cart {
	font-size: .875em
}

.cart__total {
	font-size: 1.11111em
}

	.cart__total strong {
		margin-left: .5em
	}

.cart__product-quantity-update-submit {
	padding: .25em .25em 0;
	font-size: .8em;
	display: none
}

.cart__product-quantity-update-submit--active {
	display: block
}

.cart__product-delete {
	font-size: 1.66667em;
	line-height: 1
}

.cart__product-name {
	display: block;
	font-weight: 700
}

@media (min-width:544px) {
	.cart__product-name {
		display: inline-block;
		margin-right: .5em
	}
}

.cart__product-price {
	display: none
}

.cart__product-size {
	color: rgba(24,33,39,.8)
}

.cart__notification {
	border-top: none;
	font-size: .83333em;
	font-weight: 700
}

	.cart__notification .fa {
		color: #e09709
	}

	.cart__notification td {
		padding-top: 0
	}

.cart__notes {
	line-height: 1.66666667
}

@media (min-width:544px) {
	.cart {
		font-size: 1em
	}
}

.loading {
	transition: opacity .25s cubic-bezier(.19,1,.22,1);
	opacity: .5;
	position: relative;
	cursor: wait;
	background-size: 45px 100%;
	background-position: left top;
	background-attachment: fixed;
	background-image: repeating-linear-gradient(-65.31212deg,rgba(0,0,0,.05),rgba(0,0,0,.05) 20px,transparent 20px,transparent 40px);
	animation: progress-bar-stripes .5s linear infinite
}

.order-summary {
	font-size: 1.11111em
}

	.order-summary tbody tr td, .order-summary tbody tr th, .order-summary thead tr td, .order-summary thead tr th {
		padding-top: .25em;
		padding-bottom: .25em;
		text-align: left;
		font-weight: 400
	}

	.order-summary tbody tr td, .order-summary thead tr td {
		text-align: right
	}

	.order-summary tbody tr:first-child td, .order-summary tbody tr:first-child th, .order-summary thead tr:first-child td, .order-summary thead tr:first-child th {
		padding-top: .5em
	}

	.order-summary tbody tr:last-child td, .order-summary tbody tr:last-child th, .order-summary thead tr:last-child td, .order-summary thead tr:last-child th {
		padding-bottom: 1em
	}

	.order-summary tbody tr td, .order-summary tbody tr th {
		padding-top: 1em !important;
		padding-bottom: 1em !important
	}

	.order-summary tfoot tr td, .order-summary tfoot tr th {
		font-weight: 700;
		padding-top: 1em !important;
		padding-bottom: 1em !important
	}

	.order-summary tfoot tr th {
		text-align: left
	}

	.order-summary tfoot tr td {
		text-align: right
	}

	.order-summary tfoot tr:first-child td, .order-summary tfoot tr:first-child th {
		border-top: 2px solid #e7e8e9
	}

.toast {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	height: 0;
	width: 100%;
	z-index: 1000000;
	font-size: .875rem
}

	.toast a {
		color: inherit;
		text-decoration: underline
	}

.toast__item {
	animation: fadeIn .25s cubic-bezier(.19,1,.22,1);
	display: block;
	background: rgba(231,232,233,.9);
	padding: 1em 3em 1em 1em;
	margin-bottom: 1px;
	box-shadow: 0 4px 10px rgba(24,33,39,.2);
	position: relative
}

.toast__item--success {
	background: rgba(39,174,96,.95);
	color: #fff
}

.toast__item--danger {
	background: rgba(192,57,43,.95);
	color: #fff
}

.toast__item--alert {
	background: rgba(224,151,9,.95);
	color: #fff
}

.toast__item--destroyed {
	opacity: 0;
	transition: opacity .25s cubic-bezier(.19,1,.22,1)
}

@media (min-width:544px) {
	.toast__item {
		margin: 0 24px 12px
	}
}

.toast__close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2em;
	cursor: pointer;
	padding: .5em;
	display: block;
	line-height: .9;
	opacity: .8
}

	.toast__close:hover {
		opacity: 1
	}

@media (min-width:544px) {
	.toast {
		width: auto;
		top: 24px
	}
}

.summary {
	margin-bottom: 1.5rem
}

	.summary td, .summary th {
		padding-top: .44444em;
		padding-bottom: .44444em
	}

	.summary tbody tr {
		border: none !important
	}

		.summary tbody tr th {
			text-align: left;
			font-weight: 400
		}

		.summary tbody tr.border {
			border-top: 2px solid #e7e8e9 !important;
			border-bottom: 2px solid #e7e8e9 !important
		}

			.summary tbody tr.border td, .summary tbody tr.border th {
				padding-top: .83333em;
				padding-bottom: .83333em
			}

			.summary tbody tr.border + tr td, .summary tbody tr.border + tr th {
				padding-top: .83333em
			}

			.summary tbody tr.border + .summary tbody tr.border {
				border-top: none !important
			}

	.summary tfoot tr {
		border: none
	}

		.summary tfoot tr th {
			text-align: left
		}

		.summary tfoot tr td, .summary tfoot tr th {
			font-weight: 700;
			padding-top: .5em !important
		}

.retrieve-password {
	padding-top: 2em;
	display: none
}

.address-item {
	padding-top: 24px
}

.address-item--edit .address-item__display {
	display: none
}

.address-item__edit {
	display: none
}

.address-item--edit .address-item__edit {
	display: block
}

.address-item--edit .cell {
	border-color: #e09709
}

.address-item--add {
	display: none
}

	.address-item--add.address-item--active {
		display: block
	}

		.address-item--add.address-item--active .cell {
			border-color: #e09709
		}

.autocomplete-suggestions {
	position: relative;
	background: #fff;
	box-shadow: 0 4px 10px rgba(24,33,39,.2);
	overflow-y: auto
}

.autocomplete-suggestion {
	padding: .5em;
	border-top: 1px solid #e7e8e9;
	cursor: pointer
}

	.autocomplete-suggestion.autocomplete-selected, .autocomplete-suggestion:hover {
		background: #0071b9;
		color: #fff
	}

	.autocomplete-suggestion span {
		font-size: .75em;
		opacity: .6;
		margin-left: 1em
	}

.browserupgrade {
	margin: 0;
	text-align: center;
	background: #e09709;
	color: #fff;
	padding: 1em;
	line-height: normal;
	position: relative;
	z-index: 9999999;
	font-size: 1rem
}

	.browserupgrade a {
		color: #fff;
		font-weight: 700;
		text-decoration: underline
	}

.beaker {
	display: block;
	max-width: 366px
}

.spill {
	transform: translateX(-38%);
	display: block;
	width: 100%;
	left: 50%;
	max-width: 620px;
	position: absolute;
	min-width: 500px
}

iframe {
	max-width: 100%
}

.color-sample {
	margin: 0;
	padding: 1em 0 0;
	text-align: left
}

.color-sample__image {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block
}

.color-sample__caption {
	font-size: 1rem;
	line-height: 1.2;
	padding: .75em;
	color: #fff;
	background: rgba(24,33,39,.8);
	margin: 0
}

.checkout-notes {
	padding-top: 24px;
	font-size: .88889em
}

	.checkout-notes > :last-child {
		margin-bottom: 0
	}

	.checkout-notes:empty {
		display: none
	}

.email-signup {
	margin: 0 0 11px
}

	.email-signup button {
		transform: skewX(24.68788deg);
		background: 0 0;
		position: absolute;
		right: 0;
		top: 0;
		border: none;
		color: #182127;
		font-size: .61111em;
		outline: 0;
		padding: 1em;
		line-height: 1.5
	}

	.email-signup label.error {
		position: absolute;
		bottom: 100%;
		left: 0;
		transform: skewX(24.68788deg)
	}

	.email-signup p {
		line-height: 2.22222;
		margin: 0;
		padding: 0
	}

	.email-signup input:-ms-input-placeholder {
		color: #182127
	}

	.email-signup input::placeholder {
		color: #182127
	}

.freight-notice {
	padding: 1em 1.25em;
	background: rgba(231,232,233,.5)
}

	.freight-notice .fa {
		color: #0071b9
	}

.mini-cart {
	width: 100%;
	position: absolute;
	background: #fff;
	box-shadow: 0 6px 24px rgba(0,0,0,.2);
	border-top: 10px solid #e09709;
	top: 48px;
	line-height: 1.4;
	right: -9999em;
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity .25s cubic-bezier(.19,1,.22,1),transform .25s cubic-bezier(.19,1,.22,1),right 0s linear .25s
}

.mini-cart__items {
	max-height: 404px;
	overflow: auto
}

.mini-cart__item, .mini-cart__placeholder {
	position: relative;
	padding: 1.3em 1.5em;
	border-bottom: 2px solid rgba(0,0,0,.05)
}

	.mini-cart__item:last-child, .mini-cart__placeholder:last-child {
		border-bottom: none
	}

	.mini-cart__item + .mini-cart__placeholder {
		display: none
	}

.mini-cart__title {
	font-weight: 600;
	font-size: 1.11111111em;
	padding-right: 5em
}

.mini-cart__price {
	font-weight: 600;
	float: right;
	margin-top: 2px
}

.mini-cart__delete {
	font-weight: 500;
	float: right
}

	.mini-cart__delete a {
		line-height: 1;
		color: #0071b9;
		font-size: 1.75em;
		padding: 4px 7px 0;
		margin: -5px -7px 0 0
	}

.mini-cart__footer {
	background: rgba(0,0,0,.05);
	padding: 1.3em 1.5em;
	text-align: right
}

	.mini-cart__footer .button {
		padding-left: .875em;
		padding-right: .875em
	}

.mini-cart__subtotal {
	float: left;
	padding: .625em 0 .5em
}

	.mini-cart__subtotal strong {
		font-weight: 600
	}

.mini-cart--open {
	opacity: 1;
	transform: translateY(0);
	right: 0;
	transition: opacity .25s cubic-bezier(.19,1,.22,1),transform .25s cubic-bezier(.19,1,.22,1),right 0s linear
}

.site--side-menu-open .mini-cart--open {
	display: none
}

@media (min-width:768px) {
	.site--side-menu-open .mini-cart--open {
		display: block
	}
}

.mini-cart::before {
	content: "";
	display: block;
	position: absolute;
	right: 23px;
	top: -18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent transparent #e09709 transparent
}

@media (min-width:544px) {
	.mini-cart::before {
		right: 42px
	}
}

@media (min-width:768px) {
	.mini-cart::before {
		display: none
	}
}

@media (min-width:768px) {
	.mini-cart {
		border-top-width: 4px;
		top: 72px;
		width: 460px
	}

	.mini-cart--open {
		right: 24px
	}
}

@media (min-width:1124px) {
	.mini-cart {
		top: 98px
	}

	.mini-cart--open {
		right: 1.125em
	}
}

.bread {
	font-size: .88888889em;
	padding: 0;
	margin: 0 0 1em;
	list-style: none
}

.bread__crumb {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	display: inline-block
}

	.bread__crumb::before {
		display: none
	}

	.bread__crumb::after {
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f054";
		color: rgba(24,33,39,.2);
		font-size: .6875em;
		vertical-align: middle;
		line-height: 1;
		padding-left: .25em;
		display: inline-block;
		margin: -.25em .25em 0
	}

		.bread__crumb::after.fa-pull-left {
			margin-right: .3em
		}

		.bread__crumb::after.fa-pull-right {
			margin-left: .3em
		}

		.bread__crumb::after.pull-left {
			margin-right: .3em
		}

		.bread__crumb::after.pull-right {
			margin-left: .3em
		}

	.bread__crumb:last-child::after {
		display: none
	}

.gallery {
	margin-top: -4%
}

.gallery__detail {
	border: 6px solid #fff;
	background: #fff;
	position: relative
}

	.gallery__detail.thinking > * {
		opacity: inherit
	}

	.gallery__detail img {
		width: 100%;
		display: block;
		z-index: 1;
		position: relative
	}

		.gallery__detail img.load {
			position: absolute;
			top: 0;
			left: 0
		}

.gallery__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1;
	padding: 1em;
	font-size: .75em;
	z-index: 10
}

	.gallery__caption:empty {
		display: none
	}

.gallery__nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px;
	padding: 6px 0
}

	.gallery__nav a {
		width: 16.66666667%;
		padding: 6px
	}

@media (min-width:544px) {
	.gallery__nav a {
		width: 25%
	}
}

@media (min-width:768px) {
	.gallery__nav a {
		width: 20%
	}
}

@media (min-width:992px) {
	.gallery__nav a {
		width: 16.66666667%
	}
}

@media (min-width:1124px) {
	.gallery__nav a {
		width: 14.28571429%
	}
}

.gallery__nav a:hover img {
	opacity: .6
}

.gallery__nav a.video:hover > span::before {
	background: rgba(0,0,0,.8)
}

.gallery__nav a.current img {
	opacity: 1
}

.gallery__nav a.video > span::after, .gallery__nav a.video > span::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.gallery__nav a.video > span::before {
	width: 50%;
	height: 50%;
	background: rgba(0,0,0,.4);
	border-radius: 50%;
	transition: background .25s cubic-bezier(.19,1,.22,1)
}

.gallery__nav a.video > span::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
	margin-left: 3%
}

.gallery__nav span {
	display: block;
	border: 2px solid #fff;
	background: #fff;
	position: relative;
	padding: 100% 0 0;
	overflow: hidden
}

.gallery__nav img {
	display: block;
	width: auto;
	max-width: none;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: .3;
	transition: opacity .25s cubic-bezier(.19,1,.22,1)
}

.product-detail__note {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.11111111em;
	line-height: 1.2;
	margin-bottom: 1em
}

.product-detail__fineprint {
	font-size: .875rem;
	line-height: 2;
	margin: -.5em 0 1em
}

.product-detail__summary {
	margin-bottom: 24px;
	border: 1px solid #000000;
	padding: 10px;
}

.product-detail .form__label {
	font-size: 1.11111em;
	font-weight: 600
}

.product-detail input[type=number]::-webkit-inner-spin-button, .product-detail input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.product-detail input[type=number] {
	text-align: center;
	-moz-appearance: textfield
}

.process__title {
	text-transform: uppercase;
	font-weight: 900;
	margin: 0
}

.process__description {
	font-size: 1.33333333em
}

.process__step {
	margin-top: 2.5em;
	padding: 2.5em 0;
	border-top: 2px solid #e7e8e9
}

	.process__step + .process__step {
		margin-top: 0
	}

	.process__step h4 {
		color: #0071b9;
		text-transform: uppercase
	}

.thinking {
	cursor: wait !important;
	position: relative;
	overflow: hidden
}

	.thinking > * {
		opacity: .5
	}

	.thinking * {
		cursor: wait !important
	}

	.thinking::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 2;
		background: rgba(24,33,39,.02);
		transform: skew(-24.68788deg);
		animation: loading .93s cubic-bezier(1,0,0,1) infinite
	}

.temperature {
	padding-bottom: 3.75em
}

	.temperature:last-of-type {
		padding-bottom: 0 !important
	}

.temperature__description {
	font-size: 1.11111111em;
	line-height: 1.6;
	margin-bottom: 1em
}

@media (min-width:768px) {
	.temperature {
		padding-bottom: 5em
	}
}

.product-listitem {
	min-height: 100%;
	position: relative;
	padding-bottom: 4.9em;
	display: block;
	color: #182127 !important;
	transition-property: box-shadow;
	background: #fff !important
}

.product-listitem__title {
	font-size: 1.44444444em;
	line-height: 1;
	margin: 0;
	padding-top: 0 !important;
	color: #0071b9;
	transition: color 125ms ease-out
}

.product-listitem__prefix {
	color: #0071b9;
	font-weight: 600;
	margin-bottom: .5em
}

.product-listitem--alt .product-listitem__title {
	color: #182127
}

.product-listitem:hover .product-listitem__title {
	color: #182127
}

.product-listitem__note {
	text-transform: uppercase;
	font-weight: 900;
	font-size: .875rem
}

.product-listitem__note--alt {
	color: #e09709
}

.product-listitem__description {
	margin-top: .5em
}

	.product-listitem__description > p:first-child {
		font-size: 1.11111111em;
		line-height: 1.5
	}

	.product-listitem__description > :last-child {
		margin-bottom: 0
	}

	.product-listitem__description h1, .product-listitem__description h2, .product-listitem__description h3, .product-listitem__description h4, .product-listitem__description h5, .product-listitem__description h6 {
		font-weight: 700;
		font-size: 1em;
		line-height: 1;
		margin-bottom: .25em
	}

.product-listitem__description--short > p:first-child {
	margin: 0
}

	.product-listitem__description--short > p:first-child + * {
		display: none
	}

.product-listitem__description--short > :not(:first-child) {
	display: none
}

.product-listitem__button {
	background: #0071b9;
	color: #fff;
	padding: 1em 2em .9em 1.5em;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

	.product-listitem__button strong {
		position: relative;
		z-index: 3
	}

	.product-listitem__button .fa {
		float: right;
		font-size: .83333em;
		position: absolute;
		right: 1em;
		top: 50%;
		margin-top: -.45em;
		z-index: 2;
		transition: right .25s cubic-bezier(.19,1,.22,1)
	}

	.product-listitem__button::after {
		content: "";
		display: block;
		width: 4em;
		height: 3.625em;
		transform: skew(-24.68788deg);
		background: rgba(24,33,39,.2);
		position: absolute;
		right: -1.5em;
		top: 0;
		z-index: 1;
		transition: width .25s cubic-bezier(.19,1,.22,1);
		transition-property: width,transform,right
	}

.product-listitem__button--industrial {
	background: #182127
}

	.product-listitem__button--industrial::after {
		background: rgba(255,255,255,.2)
	}

.product-listitem:hover .product-listitem__button {
	color: #fff
}

	.product-listitem:hover .product-listitem__button::after {
		width: 100%;
		transform: none;
		right: 0
	}

	.product-listitem:hover .product-listitem__button .fa {
		right: 1.5em
	}

.product-listitem:hover {
	box-shadow: 0 3px 9px rgba(0,0,0,.1)
}

.product-cta {
	background: #f3f4f4;
	min-height: 100%;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	padding: 10%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-cta__title {
	font-size: 1.66666667em;
	line-height: 1.2;
	color: #0071b9;
	margin-bottom: .5rem
}

.product-cta__text {
	margin-bottom: 1.33333333em
}

.product-cta > * {
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto
}

.material {
	min-height: 90px;
	background: #fff;
	position: relative;
	display: block;
	overflow: hidden;
	color: #182127;
	height: 100%;
	transition-property: box-shadow,color
}

.material__title {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 5;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: .5em 1.4em;
	line-height: 1.25;
	height: 100%;
	text-align: left;
	max-width: 75%;
	text-shadow: 0 1px 0 #fff
}

	.material__title span {
		display: block
	}

.material__image {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 60%;
	z-index: 1;
	min-height: 100%
}

.material__button {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 4;
	color: #fff;
	transform: translateY(-50%);
	line-height: 1;
	padding: 1em;
	transition: transform .25s cubic-bezier(.19,1,.22,1)
}

.material:hover .material__button {
	transform: translateY(-50%) translateX(7px)
}

.material::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,#fff 40%,rgba(255,255,255,0) 70%);
	left: 0;
	top: 0
}

.material::after {
	content: "";
	display: block;
	width: 90px;
	height: 100%;
	transform: skew(-24.68788deg);
	background: #0071b9;
	position: absolute;
	right: -1.5em;
	top: 0;
	z-index: 3;
	transition: width .25s cubic-bezier(.19,1,.22,1);
	transition-property: width,transform,right,opacity
}

.material:hover {
	box-shadow: 0 3px 9px rgba(0,0,0,.1);
	color: #0071b9
}

	.material:hover::after {
		width: 75px;
		opacity: .95
	}

.material-cta {
	text-align: center;
	height: 100%;
	min-height: 90px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #f3f4f4;
	padding: .5em 1.4em
}

.material-cta__title {
	margin: .125em 0
}

.material-cta__content {
	width: 100%
}

.title-link {
	font-size: 1.125rem;
	font-weight: 400;
	float: right;
	line-height: 1.5
}

.finish-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -6px;
	padding: 0
}

.finish-list__item {
	width: 33.33333333%;
	padding: 6px;
	min-height: 100%
}

	.finish-list__item a {
		display: -ms-flexbox;
		display: flex;
		padding: 10px 10px;
		line-height: 1;
		font-weight: 600;
		background: #f3f4f4;
		color: #182127;
		position: relative;
		overflow: hidden;
		height: 100%;
		width: 100%;
		-ms-flex-align: center;
		align-items: center;
	}

		.finish-list__item a span {
			position: relative;
			z-index: 4;
			display: block;
			padding: 1rem 0;
			padding-right: 25px;
			width: 100%;
			font-size: 16px;
			color: #199c96;
			font-family: 'Cambria';
		}

		.finish-list__item a::after {
			content: "";
			display: block;
			width: 64px;
			height: 100%;
			transform: skew(-24.68788deg);
			background: #199c96;
			position: absolute;
			right: -21px;
			top: 0;
			z-index: 3;
			transition: width .25s cubic-bezier(.19,1,.22,1);
			transition-property: width,transform,right,opacity
		}

		.finish-list__item a::before {
			display: inline-block;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: "\f054";
			position: absolute;
			top: 50%;
			right: 10px;
			transform: translateY(-50%);
			display: block;
			color: #fff;
			z-index: 4;
			line-height: 1;
			font-size: .8em;
			transition: right .25s cubic-bezier(.19,1,.22,1)
		}

		.finish-list__item a:hover {
			color: #fff
		}

			.finish-list__item a:hover::after {
				transform: none;
				width: 100%;
				right: 0
			}

			.finish-list__item a:hover::before {
				right: 15px
			}

.recommended-products {
	text-align: center;
	padding-bottom: 3.75em
}

.process + .recommended-products {
	padding-top: 3.75em
}

@media (min-width:768px) {
	.process + .recommended-products {
		padding-top: 5em
	}
}

.recommended-products .product-listitem {
	text-align: left
}

.recommended-products__title {
	text-transform: uppercase;
	/* font-weight: 900; */
	margin-bottom: 25px !important;
	font-size: 25px;
	color: #2e3192;
}

.recommended-products__text {
	font-size: 1.11111111em;
	margin-bottom: 1.5rem
}

.recommended-products .row {
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:768px) {
	.recommended-products {
		padding-bottom: 5em
	}
}

.blog-signup__title {
	font-size: 1.11111111em
}

.blog-signup__description {
	line-height: 1.33333333;
	margin: 0
}

.blog-signup__group {
	position: relative;
	padding: 0;
	margin-top: 1em
}

.blog-signup__control {
	padding-right: 2em
}

.blog-signup__button {
	border: 0;
	background: 0 0;
	position: absolute;
	right: 0;
	top: 0;
	color: #0071b9;
	padding: .4em .75em
}

.blog-signup .success {
	color: #27ae60;
	margin: 1em 0 0
}
.finish-list__item a span:hover{color:#fff !important;}