/*
	Catalyst by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/

html, body, div, span, applet, object,
iframe, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, legend, caption, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

/*input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}*/

/* Basic */

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #fff;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body /*, input, select, textarea */ {
		color: #4a4a4a;
		font-family: 'Roboto', sans-serif !important;
		font-size: 13pt;
		font-weight: 300;
		line-height: 1.75em;
	}

	a {
		color: #5ecb96;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		color: #2a2a2a;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #2a2a2a;
		font-weight: 600;
		letter-spacing: 0.125em;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.5em;
		line-height: 1.75em;
	}

	h3 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 3px #eee;
		margin: 3em 0;
	}

		hr.major {
			margin: 5em 0;
		}

	blockquote {
		border-left: solid 8px #eee;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		background: rgba(144, 144, 144, 0.05);
		font-family: 'Roboto', sans-serif;
		font-size: 0.9em;
		line-height: 1.5em;
		margin: 0 0 2em 0;
		overflow-x: auto;
		padding: 1em 1.5em;
	}

	code {
		background: rgba(144, 144, 144, 0.05);
		font-family: 'Roboto', sans-serif;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Row */

	.px-row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.px-row > * {
			box-sizing: border-box;
		}

		.px-row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.px-row.aln-left {
			justify-content: flex-start;
		}

		.px-row.aln-center {
			justify-content: center;
		}

		.px-row.aln-right {
			justify-content: flex-end;
		}

		.px-row.aln-top {
			align-items: flex-start;
		}

		.px-row.aln-middle {
			align-items: center;
		}

		.px-row.aln-bottom {
			align-items: flex-end;
		}

		.px-row > .imp {
			order: -1;
		}

		.px-row > .col-1 {
			width: 8.3333333333%;
		}

		.px-row > .off-1 {
			margin-left: 8.3333333333%;
		}

		.px-row > .col-2 {
			width: 16.6666666667%;
		}

		.px-row > .off-2 {
			margin-left: 16.6666666667%;
		}

		.px-row > .col-3 {
			width: 25%;
		}

		.px-row > .off-3 {
			margin-left: 25%;
		}

		.px-row > .col-4 {
			width: 33.3333333333%;
		}

		.px-row > .off-4 {
			margin-left: 33.3333333333%;
		}

		.px-row > .col-5 {
			width: 41.6666666667%;
		}

		.px-row > .off-5 {
			margin-left: 41.6666666667%;
		}

		.px-row > .col-6 {
			width: 50%;
		}

		.px-row > .off-6 {
			margin-left: 50%;
		}

		.px-row > .col-7 {
			width: 58.3333333333%;
		}

		.px-row > .off-7 {
			margin-left: 58.3333333333%;
		}

		.px-row > .col-8 {
			width: 66.6666666667%;
		}

		.px-row > .off-8 {
			margin-left: 66.6666666667%;
		}

		.px-row > .col-9 {
			width: 75%;
		}

		.px-row > .off-9 {
			margin-left: 75%;
		}

		.px-row > .col-10 {
			width: 83.3333333333%;
		}

		.px-row > .off-10 {
			margin-left: 83.3333333333%;
		}

		.px-row > .col-11 {
			width: 91.6666666667%;
		}

		.px-row > .off-11 {
			margin-left: 91.6666666667%;
		}

		.px-row > .col-12 {
			width: 100%;
		}

		.px-row > .off-12 {
			margin-left: 100%;
		}

		.px-row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.px-row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.px-row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.px-row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.px-row.gtr-25 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.px-row.gtr-25 > * {
				padding: 0 0 0 0.75em;
			}

			.px-row.gtr-25.gtr-uniform {
				margin-top: -0.75em;
			}

				.px-row.gtr-25.gtr-uniform > * {
					padding-top: 0.75em;
				}

		.px-row.gtr-50 {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.px-row.gtr-50 > * {
				padding: 0 0 0 1.5em;
			}

			.px-row.gtr-50.gtr-uniform {
				margin-top: -1.5em;
			}

				.px-row.gtr-50.gtr-uniform > * {
					padding-top: 1.5em;
				}

		.px-row {
			margin-top: 0;
			margin-left: -3em;
		}

			.px-row > * {
				padding: 0 0 0 3em;
			}

			.px-row.gtr-uniform {
				margin-top: -3em;
			}

				.px-row.gtr-uniform > * {
					padding-top: 3em;
				}

		.px-row.gtr-150 {
			margin-top: 0;
			margin-left: -4.5em;
		}

			.px-row.gtr-150 > * {
				padding: 0 0 0 4.5em;
			}

			.px-row.gtr-150.gtr-uniform {
				margin-top: -4.5em;
			}

				.px-row.gtr-150.gtr-uniform > * {
					padding-top: 4.5em;
				}

		.px-row.gtr-200 {
			margin-top: 0;
			margin-left: -6em;
		}

			.px-row.gtr-200 > * {
				padding: 0 0 0 6em;
			}

			.px-row.gtr-200.gtr-uniform {
				margin-top: -6em;
			}

				.px-row.gtr-200.gtr-uniform > * {
					padding-top: 6em;
				}

		@media screen and (max-width: 1680px) {

			.px-row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.px-row > * {
					box-sizing: border-box;
				}

				.px-row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.px-row.aln-left {
					justify-content: flex-start;
				}

				.px-row.aln-center {
					justify-content: center;
				}

				.px-row.aln-right {
					justify-content: flex-end;
				}

				.px-row.aln-top {
					align-items: flex-start;
				}

				.px-row.aln-middle {
					align-items: center;
				}

				.px-row.aln-bottom {
					align-items: flex-end;
				}

				.px-row > .imp-wide {
					order: -1;
				}

				.px-row > .col-1-wide {
					width: 8.3333333333%;
				}

				.px-row > .off-1-wide {
					margin-left: 8.3333333333%;
				}

				.px-row > .col-2-wide {
					width: 16.6666666667%;
				}

				.px-row > .off-2-wide {
					margin-left: 16.6666666667%;
				}

				.px-row > .col-3-wide {
					width: 25%;
				}

				.px-row > .off-3-wide {
					margin-left: 25%;
				}

				.px-row > .col-4-wide {
					width: 33.3333333333%;
				}

				.px-row > .off-4-wide {
					margin-left: 33.3333333333%;
				}

				.px-row > .col-5-wide {
					width: 41.6666666667%;
				}

				.px-row > .off-5-wide {
					margin-left: 41.6666666667%;
				}

				.px-row > .col-6-wide {
					width: 50%;
				}

				.px-row > .off-6-wide {
					margin-left: 50%;
				}

				.px-row > .col-7-wide {
					width: 58.3333333333%;
				}

				.px-row > .off-7-wide {
					margin-left: 58.3333333333%;
				}

				.px-row > .col-8-wide {
					width: 66.6666666667%;
				}

				.px-row > .off-8-wide {
					margin-left: 66.6666666667%;
				}

				.px-row > .col-9-wide {
					width: 75%;
				}

				.px-row > .off-9-wide {
					margin-left: 75%;
				}

				.px-row > .col-10-wide {
					width: 83.3333333333%;
				}

				.px-row > .off-10-wide {
					margin-left: 83.3333333333%;
				}

				.px-row > .col-11-wide {
					width: 91.6666666667%;
				}

				.px-row > .off-11-wide {
					margin-left: 91.6666666667%;
				}

				.px-row > .col-12-wide {
					width: 100%;
				}

				.px-row > .off-12-wide {
					margin-left: 100%;
				}

				.px-row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.px-row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.px-row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.px-row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.px-row.gtr-25 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.px-row.gtr-25 > * {
						padding: 0 0 0 0.75em;
					}

					.px-row.gtr-25.gtr-uniform {
						margin-top: -0.75em;
					}

						.px-row.gtr-25.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.px-row.gtr-50 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.px-row.gtr-50 > * {
						padding: 0 0 0 1.5em;
					}

					.px-row.gtr-50.gtr-uniform {
						margin-top: -1.5em;
					}

						.px-row.gtr-50.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.px-row {
					margin-top: 0;
					margin-left: -3em;
				}

					.px-row > * {
						padding: 0 0 0 3em;
					}

					.px-row.gtr-uniform {
						margin-top: -3em;
					}

						.px-row.gtr-uniform > * {
							padding-top: 3em;
						}

				.px-row.gtr-150 {
					margin-top: 0;
					margin-left: -4.5em;
				}

					.px-row.gtr-150 > * {
						padding: 0 0 0 4.5em;
					}

					.px-row.gtr-150.gtr-uniform {
						margin-top: -4.5em;
					}

						.px-row.gtr-150.gtr-uniform > * {
							padding-top: 4.5em;
						}

				.px-row.gtr-200 {
					margin-top: 0;
					margin-left: -6em;
				}

					.px-row.gtr-200 > * {
						padding: 0 0 0 6em;
					}

					.px-row.gtr-200.gtr-uniform {
						margin-top: -6em;
					}

						.px-row.gtr-200.gtr-uniform > * {
							padding-top: 6em;
						}

		}

		@media screen and (max-width: 1280px) {

			.px-row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.px-row > * {
					box-sizing: border-box;
				}

				.px-row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.px-row.aln-left {
					justify-content: flex-start;
				}

				.px-row.aln-center {
					justify-content: center;
				}

				.px-row.aln-right {
					justify-content: flex-end;
				}

				.px-row.aln-top {
					align-items: flex-start;
				}

				.px-row.aln-middle {
					align-items: center;
				}

				.px-row.aln-bottom {
					align-items: flex-end;
				}

				.px-row > .imp-normal {
					order: -1;
				}

				.px-row > .col-1-normal {
					width: 8.3333333333%;
				}

				.px-row > .off-1-normal {
					margin-left: 8.3333333333%;
				}

				.px-row > .col-2-normal {
					width: 16.6666666667%;
				}

				.px-row > .off-2-normal {
					margin-left: 16.6666666667%;
				}

				.px-row > .col-3-normal {
					width: 25%;
				}

				.px-row > .off-3-normal {
					margin-left: 25%;
				}

				.px-row > .col-4-normal {
					width: 33.3333333333%;
				}

				.px-row > .off-4-normal {
					margin-left: 33.3333333333%;
				}

				.px-row > .col-5-normal {
					width: 41.6666666667%;
				}

				.px-row > .off-5-normal {
					margin-left: 41.6666666667%;
				}

				.px-row > .col-6-normal {
					width: 50%;
				}

				.px-row > .off-6-normal {
					margin-left: 50%;
				}

				.px-row > .col-7-normal {
					width: 58.3333333333%;
				}

				.px-row > .off-7-normal {
					margin-left: 58.3333333333%;
				}

				.px-row > .col-8-normal {
					width: 66.6666666667%;
				}

				.px-row > .off-8-normal {
					margin-left: 66.6666666667%;
				}

				.px-row > .col-9-normal {
					width: 75%;
				}

				.px-row > .off-9-normal {
					margin-left: 75%;
				}

				.px-row > .col-10-normal {
					width: 83.3333333333%;
				}

				.px-row > .off-10-normal {
					margin-left: 83.3333333333%;
				}

				.px-row > .col-11-normal {
					width: 91.6666666667%;
				}

				.px-row > .off-11-normal {
					margin-left: 91.6666666667%;
				}

				.px-row > .col-12-normal {
					width: 100%;
				}

				.px-row > .off-12-normal {
					margin-left: 100%;
				}

				.px-row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.px-row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.px-row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.px-row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.px-row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.px-row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.px-row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.px-row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.px-row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.px-row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.px-row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.px-row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.px-row {
					margin-top: 0;
					margin-left: -2em;
				}

					.px-row > * {
						padding: 0 0 0 2em;
					}

					.px-row.gtr-uniform {
						margin-top: -2em;
					}

						.px-row.gtr-uniform > * {
							padding-top: 2em;
						}

				.px-row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.px-row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.px-row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.px-row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.px-row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.px-row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.px-row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.px-row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 980px) {

			.px-row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.px-row > * {
					box-sizing: border-box;
				}

				.px-row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.px-row.aln-left {
					justify-content: flex-start;
				}

				.px-row.aln-center {
					justify-content: center;
				}

				.px-row.aln-right {
					justify-content: flex-end;
				}

				.px-row.aln-top {
					align-items: flex-start;
				}

				.px-row.aln-middle {
					align-items: center;
				}

				.px-row.aln-bottom {
					align-items: flex-end;
				}

				.px-row > .imp-narrow {
					order: -1;
				}

				.px-row > .col-1-narrow {
					width: 8.3333333333%;
				}

				.px-row > .off-1-narrow {
					margin-left: 8.3333333333%;
				}

				.px-row > .col-2-narrow {
					width: 16.6666666667%;
				}

				.px-row > .off-2-narrow {
					margin-left: 16.6666666667%;
				}

				.px-row > .col-3-narrow {
					width: 25%;
				}

				.px-row > .off-3-narrow {
					margin-left: 25%;
				}

				.px-row > .col-4-narrow {
					width: 33.3333333333%;
				}

				.px-row > .off-4-narrow {
					margin-left: 33.3333333333%;
				}

				.px-row > .col-5-narrow {
					width: 41.6666666667%;
				}

				.px-row > .off-5-narrow {
					margin-left: 41.6666666667%;
				}

				.px-row > .col-6-narrow {
					width: 50%;
				}

				.px-row > .off-6-narrow {
					margin-left: 50%;
				}

				.px-row > .col-7-narrow {
					width: 58.3333333333%;
				}

				.px-row > .off-7-narrow {
					margin-left: 58.3333333333%;
				}

				.px-row > .col-8-narrow {
					width: 66.6666666667%;
				}

				.px-row > .off-8-narrow {
					margin-left: 66.6666666667%;
				}

				.px-row > .col-9-narrow {
					width: 75%;
				}

				.px-row > .off-9-narrow {
					margin-left: 75%;
				}

				.px-row > .col-10-narrow {
					width: 83.3333333333%;
				}

				.px-row > .off-10-narrow {
					margin-left: 83.3333333333%;
				}

				.px-row > .col-11-narrow {
					width: 91.6666666667%;
				}

				.px-row > .off-11-narrow {
					margin-left: 91.6666666667%;
				}

				.px-row > .col-12-narrow {
					width: 100%;
				}

				.px-row > .off-12-narrow {
					margin-left: 100%;
				}

				.px-row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.px-row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.px-row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.px-row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.px-row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.px-row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.px-row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.px-row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.px-row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.px-row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.px-row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.px-row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.px-row {
					margin-top: 0;
					margin-left: -2em;
				}

					.px-row > * {
						padding: 0 0 0 2em;
					}

					.px-row.gtr-uniform {
						margin-top: -2em;
					}

						.px-row.gtr-uniform > * {
							padding-top: 2em;
						}

				.px-row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.px-row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.px-row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.px-row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.px-row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.px-row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.px-row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.px-row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 736px) {

			.px-row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.px-row > * {
					box-sizing: border-box;
				}

				.px-row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.px-row.aln-left {
					justify-content: flex-start;
				}

				.px-row.aln-center {
					justify-content: center;
				}

				.px-row.aln-right {
					justify-content: flex-end;
				}

				.px-row.aln-top {
					align-items: flex-start;
				}

				.px-row.aln-middle {
					align-items: center;
				}

				.px-row.aln-bottom {
					align-items: flex-end;
				}

				.px-row > .imp-mobile {
					order: -1;
				}

				.px-row > .col-1-mobile {
					width: 8.3333333333%;
				}

				.px-row > .off-1-mobile {
					margin-left: 8.3333333333%;
				}

				.px-row > .col-2-mobile {
					width: 16.6666666667%;
				}

				.px-row > .off-2-mobile {
					margin-left: 16.6666666667%;
				}

				.px-row > .col-3-mobile {
					width: 25%;
				}

				.px-row > .off-3-mobile {
					margin-left: 25%;
				}

				.px-row > .col-4-mobile {
					width: 33.3333333333%;
				}

				.px-row > .off-4-mobile {
					margin-left: 33.3333333333%;
				}

				.px-row > .col-5-mobile {
					width: 41.6666666667%;
				}

				.px-row > .off-5-mobile {
					margin-left: 41.6666666667%;
				}

				.px-row > .col-6-mobile {
					width: 50%;
				}

				.px-row > .off-6-mobile {
					margin-left: 50%;
				}

				.px-row > .col-7-mobile {
					width: 58.3333333333%;
				}

				.px-row > .off-7-mobile {
					margin-left: 58.3333333333%;
				}

				.px-row > .col-8-mobile {
					width: 66.6666666667%;
				}

				.px-row > .off-8-mobile {
					margin-left: 66.6666666667%;
				}

				.px-row > .col-9-mobile {
					width: 75%;
				}

				.px-row > .off-9-mobile {
					margin-left: 75%;
				}

				.px-row > .col-10-mobile {
					width: 83.3333333333%;
				}

				.px-row > .off-10-mobile {
					margin-left: 83.3333333333%;
				}

				.px-row > .col-11-mobile {
					width: 91.6666666667%;
				}

				.px-row > .off-11-mobile {
					margin-left: 91.6666666667%;
				}

				.px-row > .col-12-mobile {
					width: 100%;
				}

				.px-row > .off-12-mobile {
					margin-left: 100%;
				}

				.px-row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.px-row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.px-row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.px-row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.px-row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.px-row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.px-row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.px-row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.px-row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.px-row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.px-row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.px-row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.px-row {
					margin-top: 0;
					margin-left: -2em;
				}

					.px-row > * {
						padding: 0 0 0 2em;
					}

					.px-row.gtr-uniform {
						margin-top: -2em;
					}

						.px-row.gtr-uniform > * {
							padding-top: 2em;
						}

				.px-row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.px-row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.px-row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.px-row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.px-row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.px-row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.px-row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.px-row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 480px) {

			.px-row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.px-row > * {
					box-sizing: border-box;
				}

				.px-row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.px-row.aln-left {
					justify-content: flex-start;
				}

				.px-row.aln-center {
					justify-content: center;
				}

				.px-row.aln-right {
					justify-content: flex-end;
				}

				.px-row.aln-top {
					align-items: flex-start;
				}

				.px-row.aln-middle {
					align-items: center;
				}

				.px-row.aln-bottom {
					align-items: flex-end;
				}

				.px-row > .imp-mobilep {
					order: -1;
				}

				.px-row > .col-1-mobilep {
					width: 8.3333333333%;
				}

				.px-row > .off-1-mobilep {
					margin-left: 8.3333333333%;
				}

				.px-row > .col-2-mobilep {
					width: 16.6666666667%;
				}

				.px-row > .off-2-mobilep {
					margin-left: 16.6666666667%;
				}

				.px-row > .col-3-mobilep {
					width: 25%;
				}

				.px-row > .off-3-mobilep {
					margin-left: 25%;
				}

				.px-row > .col-4-mobilep {
					width: 33.3333333333%;
				}

				.px-row > .off-4-mobilep {
					margin-left: 33.3333333333%;
				}

				.px-row > .col-5-mobilep {
					width: 41.6666666667%;
				}

				.px-row > .off-5-mobilep {
					margin-left: 41.6666666667%;
				}

				.px-row > .col-6-mobilep {
					width: 50%;
				}

				.px-row > .off-6-mobilep {
					margin-left: 50%;
				}

				.px-row > .col-7-mobilep {
					width: 58.3333333333%;
				}

				.px-row > .off-7-mobilep {
					margin-left: 58.3333333333%;
				}

				.px-row > .col-8-mobilep {
					width: 66.6666666667%;
				}

				.px-row > .off-8-mobilep {
					margin-left: 66.6666666667%;
				}

				.px-row > .col-9-mobilep {
					width: 75%;
				}

				.px-row > .off-9-mobilep {
					margin-left: 75%;
				}

				.px-row > .col-10-mobilep {
					width: 83.3333333333%;
				}

				.px-row > .off-10-mobilep {
					margin-left: 83.3333333333%;
				}

				.px-row > .col-11-mobilep {
					width: 91.6666666667%;
				}

				.px-row > .off-11-mobilep {
					margin-left: 91.6666666667%;
				}

				.px-row > .col-12-mobilep {
					width: 100%;
				}

				.px-row > .off-12-mobilep {
					margin-left: 100%;
				}

				.px-row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.px-row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.px-row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.px-row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.px-row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.px-row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.px-row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.px-row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.px-row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.px-row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.px-row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.px-row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.px-row {
					margin-top: 0;
					margin-left: -2em;
				}

					.px-row > * {
						padding: 0 0 0 2em;
					}

					.px-row.gtr-uniform {
						margin-top: -2em;
					}

						.px-row.gtr-uniform > * {
							padding-top: 2em;
						}

				.px-row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.px-row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.px-row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.px-row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.px-row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.px-row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.px-row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.px-row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

/* Container */

	.px-container {
		margin: 0 auto;
		width: 70%;
	}

		.px-container.medium {
			width: 900px;
		}

		@media screen and (max-width: 1680px) {

			.px-container {
				width: 70%;
			}

				.px-container.medium {
					width: 810px;
				}

		}

		@media screen and (max-width: 1280px) {

			.px-container {
				width: 70%;
			}

				.px-container.medium {
					width: 720px;
				}

		}

		@media screen and (max-width: 980px) {

			.px-container {
				width: 100%;
			}

				.px-container.medium {
					width: 90%;
				}

		}

		@media screen and (max-width: 736px) {

			.px-container {
				width: 100%;
			}

				.px-container.medium {
					width: 100%;
				}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header.major {
		position: relative;
	}

		header.major:after {
			background: #fff;
			content: '';
			display: inline-block;
			height: 3px;
			margin: 0 0 2em 0;
			width: 50%;
		}

		header.major.alt {
			text-align: center;
			margin-bottom: 2em;
		}

	header p {
		letter-spacing: 0.125em;
		margin: 0 0 1.5em 0;
		position: relative;
		text-transform: uppercase;
	}

	header h2 + p {
		font-size: 1em;
		margin-top: -0.85em;
		line-height: 1.75em;
	}

	header h3 + p {
		font-size: 0.9em;
		margin-top: -0.75em;
		line-height: 1.75em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.8em;
		margin-top: -0.75em;
		line-height: 1.75em;
	}

/* Box */

	.box {
		border: solid 2px #eee;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image:before {
			background: url("images/overlay.png");
			content: '';
			display: block;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image img {
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #eee;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon:before {
				font-size: 1.5em;
			}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 2.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
			height: 3.5em;
			line-height: 3.5em;
			padding: 0 2em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1.25em;
			height: 3.15em;
			line-height: 3.15em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		button.alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #eee;
			color: #2a2a2a !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: rgba(144, 144, 144, 0.05);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: rgba(144, 144, 144, 0.1);
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			button.alt.icon:before,
			.button.alt.icon:before {
				color: #bbb;
			}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #5ecb96;
			color: #ffffff !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #71d1a3;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #4bc589;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #4a4a4a !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Feature */

	.feature {
		margin: 0 0 2em 0;
		padding: 2em 0 2em 9em;
		position: relative;
	}

		.feature i {
			border-radius: 100%;
			border: solid 3px #eee;
			color: #5ecb96;
			display: block;
			height: 7em;
			left: 0;
			line-height: 6.75em;
			margin-top: -0.5em;
			position: absolute;
			text-align: center;
			top: 2em;
			width: 7em;
		}

			.feature i:before {
				font-size: 40px;
			}

		.feature h3 {
			margin-bottom: 0.5em;
		}

		.feature p {
			margin-bottom: 0;
		}

/* Image Feature */

	.image-feature {
		position: relative;
		text-align: center;
		margin: 0 0.5em 2em 0.5em;
	}

		.image-feature > a {
			display: block;
		}

		.image-feature header {
			background: #fff;
			left: 0;
			padding: 1.5em 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

			.image-feature header:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #fff;
				bottom: -0.5em;
				content: '';
				display: block;
				height: 1em;
				left: 50%;
				margin-left: -0.5em;
				position: absolute;
				width: 1em;
			}

			.image-feature header h3 {
				font-size: 1em;
				margin: 0;
			}

		.image-feature .image {
			margin: 0;
		}

		.image-feature p {
			margin: 0;
		}

		.image-feature footer {
			background: #1d2726;
			background: rgba(29, 39, 38, 0.9);
			bottom: 0;
			color: #fff;
			left: 0;
			padding: 1.5em;
			position: absolute;
			width: 100%;
			z-index: 1;
		}

			.image-feature footer input[type="submit"].alt,
			.image-feature footer input[type="reset"].alt,
			.image-feature footer input[type="button"].alt,
			.image-feature footer button.alt,
			.image-feature footer .button.alt {
				box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
				color: #fff !important;
			}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
	}

		.wrapper.style1 {
			background: #ff9a68; /* #004277; /*#5ecb96;*/
			color: #46464f /*#d7f2e5;*/
		}

			.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong {
				color: #ffffff;
			}

			.wrapper.style1 header.major:after {
				background: rgb(255 255 255 / 0.5);
			}

		.wrapper.style2 {
			background: #ffffff;
		}

		.wrapper.style3 {
			background: #f4f4f4;
		}

		.wrapper.style4 {
			background: #fafafa;
		}

/* Header */

	#page-wrapper {
		padding-top: 50px;
	}

	#header {
		background: var(--gold-bg);
		color: #46464f;
		/*
		background: #1d2726;
		color: #fff;
		*/
		height: 50px;
		cursor: default;
		left: 0;
		line-height: 3.25em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
	#header   ul {
		line-height:normal !important;
	}
		#header h1 {
			color: #fff;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
		}

			#header h1 a {
				font-size: 1em;
			}

				#header h1 a:before {
					color: #5ecb96;
					margin-right: 0.35em;
				}

		#header nav {
			font-weight: 600;
			height: inherit;
			letter-spacing: 0.125em;
			line-height: inherit;
			position: absolute;
			right: 1.5em;
			text-transform: uppercase;
			top: 0;
			vertical-align: middle;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding-left: 0;
			}

				#header nav > ul > li {
					display: inline-block;
					margin-left: 2em;
					padding-left: 0;
				}

					#header nav > ul > li a {
						-moz-transition: color 0.2s ease-in-out;
						-webkit-transition: color 0.2s ease-in-out;
						-ms-transition: color 0.2s ease-in-out;
						transition: color 0.2s ease-in-out;
						color: #46464f /*#ccc*/;
						display: inline-block;
						text-decoration: none;
						font-size: 0.8em;
					}

						#header nav > ul > li a:before {
							margin-right: 0.5em;
							opacity: 0.5;
						}

						#header nav > ul > li a:hover {
							color: #fff;
						}

					#header nav > ul > li.active > a {
						color: #fff;
					}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

					#header nav > ul > li input[type="submit"],
					#header nav > ul > li input[type="reset"],
					#header nav > ul > li input[type="button"],
					#header nav > ul > li button,
					#header nav > ul > li .button {
						font-size: 1em;
						height: 2.25em;
						line-height: 2.25em;
						margin-bottom: 0;
						padding: 0 1em;
						position: relative;
						top: -0.125em;
						vertical-align: middle;
					}

					#header nav > ul > li > ul {
						display: none;
					}

		#header .px-container {
			position: relative;
		}

			#header .px-container h1 {
				left: 0;
			}

			#header .px-container nav {
				right: 0;
			}

	.dropotron {
		background: #7bc8ea;
		color: #46464f;
		/*
		background: #1d2726;
		color: #fff;
		*/
		font-weight: 600;
		letter-spacing: 0.125em;
		list-style: none;
		margin-top: -1em;
		min-width: 14em;
		padding: 1.25em 0;
		text-transform: uppercase;
	}

		.dropotron.level-0 {
			font-size: 0.8em;
			margin-top: 1em;
		}

			.dropotron.level-0:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #7bc8ea;
				/*
				background: #1d2726;
				*/
				content: '';
				display: block;
				height: 1em;
				position: absolute;
				right: 1.5em;
				top: -0.5em;
				width: 1em;
			}

		.dropotron li > a {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			color: #46464f /*#ccc*/;
			display: block;
			padding: 0.125em 1.25em;
			text-decoration: none;
		}

			.dropotron li > a:hover {
				color: #fff;
			}

		.dropotron li.active > a {
			color: #fff;
		}

/* Banner */

	#banner {
		background-color: #f6f6f6;
		background-attachment: scroll, fixed;
		background-position: top left, center center;
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
		color: #fff;
		padding: 1em 0;
		position: relative;
		text-align: center;
	}

		#banner:after {
			-moz-transition: opacity 4s ease-in-out;
			-webkit-transition: opacity 4s ease-in-out;
			-ms-transition: opacity 4s ease-in-out;
			transition: opacity 4s ease-in-out;
			background: #313148;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#banner :last-child {
			margin-bottom: 0;
		}

		#banner .inner {
			display: inline-block;
			padding: 3.5em 5em;
			position: relative;
			z-index: 2;
		}

			#banner .inner h2 {
				color: inherit;
				font-size: 2.5em;
				line-height: 1.5em;
				margin: 0;
				padding: 0;
				font-weight: bold;
				text-shadow: 0 0 8px #222;
				font-family: 'Roboto', sans-serif !important;
				letter-spacing: 3px;
			}

			#banner .inner p {
				font-size: 1em;
				letter-spacing: 0.125em;
				line-height: 2em;
				margin: 2em 0 0 0;
				padding: 2em 0 0 0;
				position: relative;
				text-transform: uppercase;
				top: -0.25em;
			}

				#banner .inner p:before {
					background: #888;
					background: rgba(255, 255, 255, 0.25);
					content: '';
					display: block;
					height: 3px;
					left: 50%;
					margin: 0 0 0 -3em;
					position: absolute;
					top: 0;
					width: 6em;
				}

			#banner .inner .actions {
				margin-top: 2em;
			}

			#banner .inner input[type="submit"].alt,
			#banner .inner input[type="reset"].alt,
			#banner .inner input[type="button"].alt,
			#banner .inner button.alt,
			#banner .inner .button.alt {
				box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
				color: #fff !important;
			}

/* Main */

	#main > header.major {
		margin: 0 0 2em 0;
		text-align: center;
	}

/* One */

	#one {
		padding-bottom: 30px;
		padding-top: 30px;
	}

		#one p {
			font-size: 1.25em;
			margin-bottom: 20px;
			color: #fff;
			text-align: justify;
		}
		#one b {
			color: #fff;
		}

		#one .inner {
			display: inline-block;
			margin: 0 auto;
			vertical-align: middle;
			width: 100%;
			text-align: center;
		}

		#one .device {
			border: solid 40px #fff;
			border-bottom: 0;
			border-radius: 20px;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
			display: inline-block;
			margin-bottom: 0;
			position: relative;
			vertical-align: middle;
			width: 50%;
		}

			#one .device:after {
				background: #eee;
				border-radius: 100%;
				content: '';
				height: 10px;
				left: 50%;
				margin: -23px 0 0 -5px;
				position: absolute;
				top: 0;
				width: 10px;
			}

/* Footer */

	#footer {
		background: var(--blue-bg);
		color: #fff;
		padding: 4em 0;
		text-align: center;
	}
	#footer h2 {
		color: #fff;
	}

		#footer .icons {
			padding-left: 0;
		}

			#footer .icons li {
				padding: 0 2em 0 0;
			}

				#footer .icons li:last-child {
					padding-right: 0;
				}

				#footer .icons li a {
					-moz-transition: color 0.2s ease-in-out;
					-webkit-transition: color 0.2s ease-in-out;
					-ms-transition: color 0.2s ease-in-out;
					transition: color 0.2s ease-in-out;
					color: #666;
				}

					#footer .icons li a:hover {
						color: #fff;
					}

		#footer .copyright {
			font-size: 0.9em;
			margin: 2em 0 0 0;
		}

/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */
/*
			body, input, select, textarea {
				font-size: 11pt;
			}
*/
	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */
/*
			body, input, select, textarea {
				font-size: 11pt;
			}
*/
		/* Feature */

			.feature {
				padding-left: 7em;
			}

				.feature i {
					height: 5em;
					line-height: 4.75em;
					margin-top: 0;
					width: 5em;
				}

					.feature i:before {
						font-size: 32px;
					}

		/* Wrapper */

			.wrapper {
				padding: 4em 0 2em 0;
			}

		/* Banner */

			#banner {
				background-attachment: scroll;
				padding: 8em 0;
			}

				#banner .inner {
					padding: 3em 4em;
					min-width: 700px;
				}

					#banner .inner h2 {
						font-size: 2.25em;
						font-weight: bold;
					}

		/* Main */

			#main {
				padding: 2em 0;
			}

		/* One */

			#one .inner {
				margin-top: 0 auto;
			}

			#one .device {
				border-width: 35px;
			}

				#one .device:after {
					margin-top: -22px;
				}

	}

/* Narrow */

	#navPanel, #navButton {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body /*, input, select, textarea */ {
				font-size: 12pt;
			}

			h2 {
				font-size: 1.25em;
				line-height: 1.75em;
			}

			h3 {
				font-size: 1.1em;
				line-height: 1.5em;
			}

			h4 {
				font-size: 1em;
				line-height: 1.5em;
			}

		/* Section/Article */

			section.special, article.special {
				text-align: center;
			}

			header h2 + p {
				font-size: 0.9em;
			}

			header h3 + p {
				font-size: 0.8em;
			}

			header h4 + p,
			header h5 + p,
			header h6 + p {
				font-size: 0.8em;
			}

		/* Feature */

			.feature {
				padding-left: 9em;
			}

				.feature i {
					height: 7em;
					line-height: 6.75em;
					margin-top: -0.5em;
					width: 7em;
				}

					.feature i:before {
						font-size: 42px;
					}

		/* Image Feature */

			.image-feature .image {
				max-height: 30em;
				overflow: hidden;
			}

		/* Header */

			#page-wrapper {
				padding-top: 0;
			}

		/* Banner */

			#banner {
				padding: 10em 0;
			}

				#banner .inner {
					padding: 3em;
				}

					#banner .inner h2 {
						font-size: 2em;
						font-weight: bold;
					}

		/* Main */

			#main > header.major {
				margin: 0;
			}

		/* One */

			#one p {
				font-size: 1em;
			}

			#one .inner {
				display: block;
				margin: 0 auto;
				max-width: 100%;
				padding: 0;
				text-align: center;
				width: 95%;
			}

			#one .device {
				display: block;
				margin: 4em auto 0 auto;
				max-width: 100%;
				width: 30em;
			}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navButton {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 4em;
				left: 0;
				position: fixed;
				top: 0;
				width: 6em;
				z-index: 10001;
			}

				#navButton .toggle {
					text-decoration: none;
					height: 100%;
					left: 0;
					position: absolute;
					top: 0;
					width: 100%;
				}

					#navButton .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#navButton .toggle:before {
						background: rgba(29, 39, 38, 0.75);
						color: #ffffff;
						content: '\f0c9';
						display: block;
						font-size: 18px;
						height: 2.35em;
						left: 0.5em;
						line-height: 2.35em;
						position: absolute;
						text-align: center;
						top: 0.5em;
						width: 3em;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.1));
				background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.1));
				background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.1));
				background-image: linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.1));
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #7bc8ea;
				color: #46464f;
				/*
				background: #1d2726;
				color: #c7c9c9;
				*/
				padding: 0.25em 1.5em;
			}

				#navPanel .link {
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: #c7c9c9;
					display: block;
					font-size: 0.8em;
					font-weight: 600;
					height: 3.5em;
					letter-spacing: 0.125em;
					line-height: 3.5em;
					text-decoration: none;
					text-transform: uppercase;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						color: #ffffff;
					}

					#navPanel .link .indent-1 {
						display: inline-block;
						width: 1.25em;
					}

					#navPanel .link .indent-2 {
						display: inline-block;
						width: 2.5em;
					}

					#navPanel .link .indent-3 {
						display: inline-block;
						width: 3.75em;
					}

					#navPanel .link .indent-4 {
						display: inline-block;
						width: 5em;
					}

					#navPanel .link .indent-5 {
						display: inline-block;
						width: 6.25em;
					}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navButton {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Mobile */

	@media screen and (max-width: 736px) {

		/* Basic */

			body /*, input, select, textarea */ {
				font-size: 12pt;
			}

		/* Feature */

			.feature {
				margin: 0 auto 2em auto;
				max-width: 100%;
				padding: 0;
				text-align: center;
				width: 30em;
			}

				.feature i {
					left: 0;
					margin: 0 auto 2em auto;
					position: relative;
					top: 0;
				}

		/* Image Feature */

			.image-feature {
				margin: 0 auto 2em auto;
				max-width: 100%;
				width: 25em;
			}

				.image-feature .image {
					max-height: none;
				}

		/* Wrapper */

			.wrapper {
				padding: 2.5em 1.25em 0.5em 1.25em;
			}

		/* Banner */

			#banner {
				padding: 6em 0;
			}

				#banner .inner {
					padding: 2em 2.5em;
					width: 100%;
				}

					#banner .inner h2 {
						font-size: 1.5em;
						font-weight: bold;
					}

					#banner .inner p {
						margin: 1.5em 0 0 0;
						padding: 1.5em 0 0 0;
					}

		/* One */

			#one .device {
				border-width: 20px;
				margin-top: 2em;
				max-width: 100%;
				width: 25em;
			}

				#one .device:after {
					height: 8px;
					margin: -13px 0 0 -4px;
					width: 8px;
				}

	}

/* Mobile (Portrait) */

	@media screen and (max-width: 480px) {

		/* Basic */

			html, body {
				min-width: 320px;
			}

			body /*, input, select, textarea */ {
				font-size: 12pt;
			}

			h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}

			h2 {
				font-size: 1.15em;
				line-height: 1.75em;
			}

			h3 {
				font-size: 1em;
				line-height: 1.5em;
			}

		/* List */

			ul.actions {
				margin: 0 0 2em 0;
			}

				ul.actions li {
					display: block;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions li:first-child {
						padding-top: 0;
					}

					ul.actions li > * {
						margin: 0 !important;
						width: 100%;
					}

						ul.actions li > *.icon:before {
							margin-left: -2em;
						}

				ul.actions.small li {
					padding: 0.5em 0 0 0;
				}

					ul.actions.small li:first-child {
						padding-top: 0;
					}

		/* Button */
/*
			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				padding: 0;
			}
*/
		/* One */

			#one .device {
				border-width: 15px;
			}

				#one .device:after {
					height: 5px;
					margin: -10px 0 0 -2.5px;
					width: 5px;
				}

	}

.price-card {
	padding: 20px;
	text-align: center;
	border-radius:20px; 
	background-color: var(--lightgrey-bg);
}

#PricingSection {
	color: var(--blue-bg) !important;
}

#PricingSection h3 {
	color: var(--blue-bg) !important;
	font-size: 1.5em;
	font-weight: 500;
	text-transform: none;
}

#PricingSection p {
	color: var(--darkgrey-bg) !important;
	font-size: 1.20em;
}

#PricingSection .link {
	background-color: var(--green-bg);
	border-color: var(--green-bg);
	border-radius: 10px;
}

#PricingSection .link:hover {
	background-color:#5876c0 !important;
	border-color:#5876c0 !important;
}

.agents-sprite {
	background: url('images/Icons-Larger.png') no-repeat -182px -326px;
	width: 68px;
	height: 80px;
	margin: 0 auto;
	vertical-align: middle;
	color: var(--gold-bg);
}
.brokers-sprite {
	background: url('images/Icons-Larger.png') no-repeat -38px -38px;
	width: 68px;
	height: 80px;
	margin: 0 auto;
	vertical-align: middle;
	color: var(--gold-bg);
}
.appraisers-sprite {
	background: url('images/Icons-Larger.png') no-repeat -189px -38px;
	width: 54px;
	height: 80px;
	margin: 0 auto;
	vertical-align: middle;
	color: var(--gold-bg);
}
.auctioneers-sprite {
	background: url('images/Icons-Larger.png') no-repeat -470px -41px;
	width: 68px;
	height: 80px;
	margin: 0 auto;
	vertical-align: middle;
	color: var(--gold-bg);
}
.mhdealers-sprite {
	background: url('images/Icons-Larger.png') no-repeat -177px -189px;
	width: 78px;
	height: 80px;
	margin: 0 auto;
	vertical-align: middle;
	color: var(--gold-bg);
}
.mhcommunities-sprite {
	background: url('images/Icons-Larger.png') no-repeat -320px -175px;
	width: 78px;
	height: 80px;
	margin: 0 auto;
	vertical-align: middle;
	color: var(--gold-bg);
}

#footer .link {
	background-color: var(--green-bg);
	border-color: var(--green-bg);
	border-radius: 10px;
	color: #000;
	font-size: 1.7em;
	padding-left: 40px;
	padding-right: 40px;
	font-weight: 900;
}

#footer .link:hover {
	border-color: #5876c0;
	background-color: #5876c0 !important;
}

.section4 {
	padding: 0 !important;
}
.section4-content {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: justify;
	padding-top: 20px !important;
}

.price-text {
	font-size: 50pt;
}

.footer-columns {
	width: 70%;
	margin: 0 auto;
}

.footer-columns a {
	text-decoration: none;
}

@media screen and (max-width: 991px) {
	.footer-columns {
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.price-text {
		font-size: 30pt;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.price-text {
		font-size: 40pt;
	}
}

@media screen and (max-width: 1400px) {
	.section4-content {
		width: 100%;
	}
}

@media screen and (max-width: 680px) {
	#banner .inner {
		min-width: 0 !important;
	}
}

.footer_links a {
	color: var(--lightgrey-bg);
}

.footer_links a:hover {
	color: #5876c0;
}

#Search_ButtonNewSearch2, .ny_buttons {
	background-color: var(--green-bg) !important;
	border-color: var(--green-bg) !important;
}

#Search_ButtonNewSearch2:hover, .ny_buttons:hover {
	background-color: #5876c0 !important;
	border-color: #5876c0 !important;
}
