/** Shopify CDN: Minification failed

Line 4736:55 Expected identifier but found whitespace
Line 5408:47 Unexpected "/"

**/
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

/*
	Spectral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, 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, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, 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 */

	@-ms-viewport {
		width: device-width;
	}

	html {
		box-sizing: border-box;
	}

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

	body {
		background:#00514d ;	
	}

		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: #fff;
		font-family: "Open Sans", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 400;
		letter-spacing: 0.075em;
		line-height: 1.65em;
	}

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

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

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

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

		}

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

			body, input, select, textarea {
				font-size: 11pt;
				letter-spacing: 0.0375em;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

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

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-weight: 800;
		letter-spacing: 0.225em;
		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.35em;
		line-height: 1.75em;
	}

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

			h2 {
				font-size: 1.1em;
				line-height: 1.65em;
			}

		}

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

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

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

		}

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

	h5 {
		font-size: 0.8em;
		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 2px #fff;
		margin: 3em 0;
	}

		hr.major {
			margin: 4.5em 0;
		}

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

	code {
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		letter-spacing: 0;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

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

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

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

/* Row */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

			.row > * {
				padding: 0 0 0 1.5em;
			}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

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

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

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

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

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

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

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

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

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

					.row > * {
						padding: 0 0 0 1.5em;
					}

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

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

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

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

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

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

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

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

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

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

		}

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

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

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

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

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

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

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

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

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

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

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

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

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

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

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

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

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

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

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

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

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

					.row > * {
						padding: 0 0 0 1.5em;
					}

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

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

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

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

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

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

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

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

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

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

		}

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

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

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

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

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

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

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

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

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

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

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

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

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

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

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

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

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

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

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

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

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

					.row > * {
						padding: 0 0 0 1.5em;
					}

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

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

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

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

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

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

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

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

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

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

		}

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

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

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

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

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

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

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

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

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

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

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

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

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

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

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

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

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

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

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

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

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

					.row > * {
						padding: 0 0 0 1.5em;
					}

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

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

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

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

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

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

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

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

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

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

		}

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

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

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

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

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

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

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

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

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

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

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

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

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

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

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

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

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

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

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

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

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

					.row > * {
						padding: 0 0 0 1.5em;
					}

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

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

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

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

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

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

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

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

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

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

		}

/* Section/Article */

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

	header p {
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		top: -0.25em;
	}

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

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

	header.major {
		margin: 0 0 3.5em 0;
	}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			border-bottom: solid 2px #fff;
			display: inline-block;
			padding-bottom: 1em;
			position: relative;
		}

			header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
				content: '';
				display: block;
				height: 1px;
			}

		header.major p {
			color: #fff;
			top: 0;
		}

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

			header.major {
				margin: 0 0 2em 0;
			}

		}

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

		header br {
			display: none;
		}

	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #fff;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		border: none;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	select {
		background-size: 1.25em;
		background-repeat: no-repeat;
		background-position: calc(100% - 1em) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.25);
				border-radius: 3px;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #2e3842;
			color: #fff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	input[type="checkbox"] + label:before {
		border-radius: 3px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 3px;
		border: solid 2px #fff;
		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;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

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

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.major {
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border-radius: 3px;
			border: solid 2px #fff;
			display: inline-block;
			font-size: 1.35em;
			height: calc(3em + 2px);
			line-height: 3em;
			text-align: center;
			width: calc(3em + 2px);
		}

			.icon.major:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				display: inline-block;
				font-size: 1.5em;
			}

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

				.icon.major {
					font-size: 1em;
				}

			}

		.icon.style1 {
			color: #00ffcc;
		}

		.icon.style2 {
			color: #00f0ff;
		}

		.icon.style3 {
			color: #76ddff;
		}

/* Image */

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

		.image img {
			border-radius: 3px;
			display: block;
		}

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

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

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

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

			.image.fit img {
				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 li {
			padding-left: 0.5em;
		}

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

			ul.alt li {
				border-top: solid 1px #fff;
				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: 1em 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 !important;
		padding-left: 0 !important;
	}

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

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

		ul.icons.major {
			padding: 1em 0;
		}

			ul.icons.major li {
				padding-right: 3.5em;
			}

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

					ul.icons.major li {
						padding: 0 1em !important;
					}

				}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #fff;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.25);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #fff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #fff;
		}

		table tfoot {
			border-top: solid 2px #fff;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #fff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 6px;
		border: 0;
		box-shadow: inset 0 0 0 2px #fff;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.125em;
		letter-spacing: 0.225em;
		line-height: 3.125em;
		max-width: 30em;
		padding: 0 2.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

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

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

		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;
		}

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

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #c0f4ff;
			box-shadow: none !important;
			color: white !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #344452 !important;
				color:white !important ;
				border: #c0f4ff 1px solid !important;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #c0f4ff !important;
			box-shadow: none !important;
			color: black !important;
			}

		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 {
			pointer-events: none;
			opacity: 0.25;
		}

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

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}

		}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		width: 100%;
	}

		.features li {
			padding: 4em 4em 2em 6em ;
			display: block;
			position: relative;
			text-align: left;
			width: 50%;
		}

			.features li:nth-child(1) {
				background-color: rgba(0, 0, 0, 0.035);
			}

			.features li:nth-child(2) {
				background-color: rgba(0, 0, 0, 0.07);
			}

			.features li:nth-child(3) {
				background-color: rgba(0, 0, 0, 0.105);
			}

			.features li:nth-child(4) {
				background-color: rgba(0, 0, 0, 0.14);
			}

			.features li:nth-child(5) {
				background-color: rgba(0, 0, 0, 0.175);
			}

			.features li:nth-child(6) {
				background-color: rgba(0, 0, 0, 0.21);
			}

			.features li:nth-child(7) {
				background-color: rgba(0, 0, 0, 0.245);
			}

			.features li:nth-child(8) {
				background-color: rgba(0, 0, 0, 0.28);
			}

			.features li:nth-child(9) {
				background-color: rgba(0, 0, 0, 0.315);
			}

			.features li:nth-child(10) {
				background-color: rgba(0, 0, 0, 0.35);
			}

			.features li:before {
				display: block;
				color: #00ffcc;
				position: absolute;
				left: 1.75em;
				top: 2.75em;
				font-size: 1.5em;
			}

			.features li:nth-child(1) {
				border-top-left-radius: 3px;
			}

			.features li:nth-child(2) {
				border-top-right-radius: 3px;
			}

			.features li:nth-last-child(1) {
				border-bottom-right-radius: 3px;
			}

			.features li:nth-last-child(2) {
				border-bottom-left-radius: 3px;
			}

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

				.features li {
					padding: 3em 2em 1em 2em ;
					text-align: center;
				}

					.features li:before {
						left: 0;
						margin: 0 0 1em 0;
						position: relative;
						top: 0;
					}

			}

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

				.features li {
					padding: 3em 0 1em 0 ;
					background-color: transparent !important;
					border-top: solid 2px #fff;
					width: 100%;
				}

					.features li:first-child {
						border-top: 0;
					}

			}

/* Spotlight */

	.spotlight {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		.spotlight .image {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			border-radius: 0;
			width: 40%;
		}

			.spotlight .image img {
				border-radius: 0;
				width: 100%;
			}

		.spotlight .content {
			padding: 2em 4em 0.1em 4em ;
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			max-width: 48em;
			width: 60%;
		}

		.spotlight:nth-child(2n) {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

		.spotlight:nth-child(1) {
			background-color: rgba(0, 0, 0, 0.075);
		}

		.spotlight:nth-child(2) {
			background-color: rgba(0, 0, 0, 0.15);
		}

		.spotlight:nth-child(3) {
			background-color: rgba(0, 0, 0, 0.225);
		}

		.spotlight:nth-child(4) {
			background-color: rgba(0, 0, 0, 0.3);
		}

		.spotlight:nth-child(5) {
			background-color: rgba(0, 0, 0, 0.375);
		}

		.spotlight:nth-child(6) {
			background-color: rgba(0, 0, 0, 0.45);
		}

		.spotlight:nth-child(7) {
			background-color: rgba(0, 0, 0, 0.525);
		}

		.spotlight:nth-child(8) {
			background-color: rgba(0, 0, 0, 0.6);
		}

		.spotlight:nth-child(9) {
			background-color: rgba(0, 0, 0, 0.675);
		}

		.spotlight:nth-child(10) {
			background-color: rgba(0, 0, 0, 0.75);
		}

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

			.spotlight .image {
				width: 45%;
			}

			.spotlight .content {
				width: 55%;
			}

		}

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

			.spotlight {
				display: block;
			}

				.spotlight br {
					display: none;
				}

				.spotlight .image {
					width: 100%;
				}

				.spotlight .content {
					padding: 4em 3em 2em 3em ;
					max-width: none;
					text-align: center;
					width: 100%;
				}

		}

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

			.spotlight .content {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Wrapper */

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

		.wrapper > .inner {
			width: 60em;
			margin: 0 auto;
		}

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

				.wrapper > .inner {
					width: 90%;
				}

			}

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

				.wrapper > .inner {
					width: 100%;
				}

			}

		.wrapper.alt {
			padding: 0;
		}

		.wrapper.style1 {
			background-color: #384959;
			color: #c8ece9;
		}

			.wrapper.style1 strong, .wrapper.style1 b {
				color: #ffffff;
			}

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

			.wrapper.style1 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 header p {
				color: #a6e0db;
			}

			.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 header.major p {
				color: #c8ece9;
			}

			.wrapper.style1 label {
				color: #ffffff;
			}

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background-color: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}

				.wrapper.style1 select option {
					color: #ffffff;
					background: #21b2a6;
				}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #c8ece9;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #21b2a6;
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style1 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 table th {
				color: #ffffff;
			}

			.wrapper.style1 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 button:hover,
				.wrapper.style1 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style1 input[type="submit"]:active,
				.wrapper.style1 input[type="reset"]:active,
				.wrapper.style1 input[type="button"]:active,
				.wrapper.style1 button:active,
				.wrapper.style1 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

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

				.wrapper.style1 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style2 {
			background-color: #384959;
		}

		.wrapper.style3 {
			background-color: 	#6a89a7;
			color: #d3d4e4;
		}

			.wrapper.style3 strong, .wrapper.style3 b {
				color: #ffffff;
			}

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

			.wrapper.style3 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 header p {
				color: #b9bad4;
			}

			.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 header.major p {
				color: #d3d4e4;
			}

			.wrapper.style3 label {
				color: #ffffff;
			}

			.wrapper.style3 input[type="text"],
			.wrapper.style3 input[type="password"],
			.wrapper.style3 input[type="email"],
			.wrapper.style3 select,
			.wrapper.style3 textarea {
				background-color: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}

				.wrapper.style3 select option {
					color: #ffffff;
					background: #505393;
				}

			.wrapper.style3 input[type="checkbox"] + label,
			.wrapper.style3 input[type="radio"] + label {
				color: #d3d4e4;
			}

				.wrapper.style3 input[type="checkbox"] + label:before,
				.wrapper.style3 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 input[type="checkbox"]:checked + label:before,
			.wrapper.style3 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #505393;
			}

			.wrapper.style3 ::-webkit-input-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 :-moz-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 ::-moz-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 :-ms-input-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 .formerize-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style3 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 table th {
				color: #ffffff;
			}

			.wrapper.style3 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 input[type="submit"],
			.wrapper.style3 input[type="reset"],
			.wrapper.style3 input[type="button"],
			.wrapper.style3 button,
			.wrapper.style3 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

				.wrapper.style3 input[type="submit"]:hover,
				.wrapper.style3 input[type="reset"]:hover,
				.wrapper.style3 input[type="button"]:hover,
				.wrapper.style3 button:hover,
				.wrapper.style3 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style3 input[type="submit"]:active,
				.wrapper.style3 input[type="reset"]:active,
				.wrapper.style3 input[type="button"]:active,
				.wrapper.style3 button:active,
				.wrapper.style3 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

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

				.wrapper.style3 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style4 {
			background-color: transparent;
		}

		.wrapper.style5 {
			background-color: #ffffff;
			color: #4E4852;
		}

			.wrapper.style5 strong, .wrapper.style5 b {
				color: #2E3842;
			}

			.wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
				color: #2E3842;
			}

			.wrapper.style5 hr {
				border-color: #dfdfdf;
			}

			.wrapper.style5 blockquote {
				border-color: #dfdfdf;
			}

			.wrapper.style5 code {
				background: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 header p {
				color: #8E8892;
			}

			.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
				border-color: #dfdfdf;
			}

			.wrapper.style5 header.major p {
				color: #4E4852;
			}

			.wrapper.style5 label {
				color: #2E3842;
			}

			.wrapper.style5 input[type="text"],
			.wrapper.style5 input[type="password"],
			.wrapper.style5 input[type="email"],
			.wrapper.style5 select,
			.wrapper.style5 textarea {
				background-color: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
			}

				.wrapper.style5 select option {
					color: #2E3842;
					background: #ffffff;
				}

			.wrapper.style5 input[type="checkbox"] + label,
			.wrapper.style5 input[type="radio"] + label {
				color: #4E4852;
			}

				.wrapper.style5 input[type="checkbox"] + label:before,
				.wrapper.style5 input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 input[type="checkbox"]:checked + label:before,
			.wrapper.style5 input[type="radio"]:checked + label:before {
				background: #2E3842;
				color: #ffffff;
			}

			.wrapper.style5 ::-webkit-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 ::-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-ms-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .formerize-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .icon.major {
				border-color: #dfdfdf;
			}

			.wrapper.style5 ul.alt li {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tbody tr {
				border-color: #dfdfdf;
			}

				.wrapper.style5 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 table th {
				color: #2E3842;
			}

			.wrapper.style5 table thead {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tfoot {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table.alt tbody tr td {
				border-color: #dfdfdf;
			}

			.wrapper.style5 input[type="submit"],
			.wrapper.style5 input[type="reset"],
			.wrapper.style5 input[type="button"],
			.wrapper.style5 button,
			.wrapper.style5 .button {
				box-shadow: inset 0 0 0 2px #dfdfdf;
				color: #2E3842;
			}

				.wrapper.style5 input[type="submit"]:hover,
				.wrapper.style5 input[type="reset"]:hover,
				.wrapper.style5 input[type="button"]:hover,
				.wrapper.style5 button:hover,
				.wrapper.style5 .button:hover {
					background-color: rgba(0, 0, 0, 0.0375);
				}

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

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

				.wrapper.style5 .features li {
					border-top-color: #dfdfdf;
				}

			}

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

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

		}

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

			.wrapper {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Page Wrapper + Menu */

	#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 1;
		padding-top: 3em;
	}

		#page-wrapper:before {
			background: rgba(0, 0, 0, 0);
			content: '';
			display: block;
			display: none;
			height: 100%;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
		}

	#menu {
		-moz-transform: translateX(20em);
		-webkit-transform: translateX(20em);
		-ms-transform: translateX(20em);
		transform: translateX(20em);
		-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;
		-webkit-overflow-scrolling: touch;
 background: linear-gradient(90deg, #00514d 0%, #003f3f 50%, #003434 100%);		
 		color: #ffffff;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		right: 0;
		top: 0;
		width: 20em;
		z-index: 10002;
	}

		#menu ul {
			list-style: none;
			padding: 0;
		}

			#menu ul > li {
				border-top: solid 1px rgba(0, 0, 0, 0.125);
				margin: 0.5em 0 0 0;
				padding: 0.5em 0 0 0;
			}

				#menu ul > li:first-child {
					border-top: 0 !important;
					margin-top: 0 !important;
					padding-top: 0 !important;
				}

				#menu ul > li > a {
					border: 0;
					color: inherit;
					display: block;
					font-size: 0.8em;
					letter-spacing: 0.225em;
					outline: 0;
					text-decoration: none;
					text-transform: uppercase;
				}

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

						#menu ul > li > a {
							line-height: 3em;
						}

					}

		#menu .close {
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M6 18L18 6'/%3E%3C/svg%3E");
			background-position: 4.85em 1em;
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			display: block;
			height: 3em;
			position: absolute;
			right: 0;
			top: 0;
			vertical-align: middle;
			width: 7em;
			 background-size: 1.1em 1.1em;
  background-position: 5em 1.1em;
		}

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

			#menu {
				padding: 3em 1.5em;
			}
		 #header nav > ul > li > a.menuToggle:after {
    
  }

  /* Close (X) icon */
  #menu .close {
    background-size: 1.4em;
  }
		}

	body.is-menu-visible #page-wrapper {
		opacity: 0.35;
	}

		body.is-menu-visible #page-wrapper:before {
			display: block;
		}

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

/* Header */

	#header {
		-moz-transition: background-color 0.2s ease;
		-webkit-transition: background-color 0.2s ease;
		-ms-transition: background-color 0.2s ease;
		transition: background-color 0.2s ease;
 background: linear-gradient(90deg, #00514d 0%, #003f3f 50%, #003434 100%);		
		height: 3em;
		left: 0;
		line-height: 3em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			-moz-transition: opacity 0.2s ease;
			-webkit-transition: opacity 0.2s ease;
			-ms-transition: opacity 0.2s ease;
			transition: opacity 0.2s ease;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			position: absolute;
			top: 0;
		}

			#header h1 a {
				border: 0;
				display: block;
				height: inherit;
				line-height: inherit;
			}

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

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

				}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 0;
			top: 0;
		}

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

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

					#header nav > ul > li > a {
						border: 0;
						color: #fff;
						display: block;
						font-size: 0.8em;
						letter-spacing: 0.225em;
						padding: 0 1.5em;
						text-transform: uppercase;
					}

						#header nav > ul > li > a.menuToggle {
							outline: 0;
							position: relative;
						}

							#header nav > ul > li > a.menuToggle:after {
								  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'%3E%3Cpath d='M3 6h18M3 12h18M3 18h18'/%3E%3C/svg%3E");
								background-position: right center;
								background-repeat: no-repeat;
								content: '';
								display: inline-block;
								height: 3.75em;
								vertical-align: top;
								width: 2em;
							}

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

								#header nav > ul > li > a.menuToggle {
									padding: 0 1.5em;
								}

									#header nav > ul > li > a.menuToggle span {
										
									}

							}

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

							#header nav > ul > li > a {
								padding: 0 0 0 1.5em;
							}

						}

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

		#header.alt {
			background: transparent;
		}

			#header.alt h1 {
				pointer-events: none;
				opacity: 0;
				
			}
	#header nav > ul > li > a.menuToggle:after{
		margin-left: 5% !important;
	}

/* Banner */

	#banner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 100vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
	}

		#banner h2 {
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			display: inline-block;
			font-size: 1.75em;
			opacity: 1;
			padding: 0.35em 1em;
			position: relative;
			z-index: 1;
		}

			#banner h2:before, #banner h2:after {
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				background: #fff;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}

			#banner h2:before {
				top: 0;
				left: 0;
			}

			#banner h2:after {
				bottom: 0;
				right: 0;
			}

		#banner p {
			letter-spacing: 0.225em;
			text-transform: uppercase;
		}

			#banner p a {
				color: inherit;
			}

		#banner .more {
			-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
			-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
			transition: transform 0.75s ease, opacity 0.75s ease;
			-moz-transition-delay: 2s;
			-webkit-transition-delay: 2s;
			-ms-transition-delay: 2s;
			transition-delay: 2s;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			border: none;
			bottom: 0;
			color: inherit;
			font-size: 0.8em;
			height: 8.5em;
			left: 50%;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			z-index: 1;
		}

			#banner .more:after {
				background-image: url("images/arrow.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				bottom: 4em;
				content: '';
				display: block;
				height: 1.5em;
				left: 50%;
				margin: 0 0 0 -0.75em;
				position: absolute;
				width: 1.5em;
			}

		#banner:after {
			pointer-events: none;
			-moz-transition: opacity 3s ease-in-out;
			-webkit-transition: opacity 3s ease-in-out;
			-ms-transition: opacity 3s ease-in-out;
			transition: opacity 3s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 0.5s;
			content: '';
			background:  #012518;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}

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

			#banner {
				padding: 7em 3em 5em 3em ;
				height: auto;
				min-height: 0;
			}

				#banner h2 {
					font-size: 1.25em;
				}

				#banner br {
					display: none;
				}

				#banner .more {
					display: none;
				}

		}

	body.is-preload #banner h2 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-preload #banner h2:before, body.is-preload #banner h2:after {
			width: 0;
		}

	body.is-preload #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-preload #banner:after {
		opacity: 1;
	}

/* CTA */

	#cta .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		max-width: 45em;
	}

		#cta .inner header {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			padding-right: 3em;
			width: 70%;
		}

			#cta .inner header p {
				color: inherit;
			}

		#cta .inner .actions {
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			width: 30%;
		}

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

			#cta .inner {
				display: block;
				text-align: center;
			}

				#cta .inner header {
					padding-right: 0;
					width: 100%;
				}

				#cta .inner .actions {
					margin-left: auto;
					margin-right: auto;
					max-width: 20em;
					width: 100%;
				}

		}

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

			#cta .inner .actions {
				max-width: none;
			}

		}

/* Main */

	

		#main > header h2 {
			font-size: 1.75em;
			margin: 0 0 0.5em 0;
		}

		#main > header p {
			color: inherit;
			letter-spacing: 0.225em;
			text-transform: uppercase;
			top: 0;
		}

			#main > header p a {
				color: inherit;
			}

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

			#main > header {
				padding: 10em 0 8em 0 ;
			}

		}

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

			#main > header {
				padding: 8em 3em 6em 3em ;
			}

		}

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

			#main > header {
				padding: 10em 3em 8em 3em ;
			}

		}

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

			#main > header {
				padding: 5em 3em 3em 3em ;
			}

				#main > header h2 {
					font-size: 1.25em;
					margin: 0 0 1em 0;
				}

		}

	body.is-mobile #main > header {
		background-attachment: scroll;
	}

/* Footer */

	#footer {
		padding: 6em 0 4em 0 !important;
		background-color: #1d242a !important;
		text-align: center !important;
	}

		#footer .icons {
			font-size: 1.25em !important;
		}

			#footer .icons a {
				color: rgba(255, 255, 255, 0.5) !important;
			}

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

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block !;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

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

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

					#footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}

				}

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

			#footer {
				padding: 4em 3em 2em 3em  !important;
			}

		}

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

			#footer {
				padding: 3em 2em 1em 2em !important;
			}

		}

/* Landing */

	body.landing #page-wrapper {
		
		
		padding-top: 0;
	}

	body.landing #footer {
 background: linear-gradient(90deg, #00514d 0%, #003f3f 50%, #003434 100%);		
	}



	body.is-mobile.landing #footer {
 background: linear-gradient(90deg, #00514d 0%, #003f3f 50%, #003434 100%);		
	}

.mainimg{
	margin-top:8%;
	border-top: 0px !important;
	margin-bottom: 0%;
	}


/* Force Font Awesome 6 */
.icon:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
.dogimg{
	width: 50%;
	border-radius: 10%;
}
html {
  overflow-x: hidden;
}
/* Header logo image */
#header h1.logo {
  margin: 0;
  padding: 0;
}

#header h1.logo a {
  display: flex;
  align-items: center;
  height: 100%;
}


#header h1.logo img {
  height: 48px;  
  width: auto;
  display: block;
}
#banner h2.mainimg img {
  width: 690px;     

  height: auto;
  display: block;

}

@media screen and (max-width: 980px) {
  #banner h2.mainimg img {
    width: 560px;
  }
}

@media screen and (max-width: 736px) {
  #banner h2.mainimg img {
    width: 460px;
  }
}

@media screen and (max-width: 600px) {
  #banner h2.mainimg img {
    width: 380px;
  }
}
@media screen and (max-width: 520px) {
  #banner h2.mainimg img {
    width: 350px;
  }
}
@media screen and (max-width: 440px) {
	#banner{
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	.mainimg{
		padding: 0 !important;
	}
	#banner h2.mainimg, #banner h2.mainimg img{
    width: 320px;
  }
  
}
@media screen and (max-width: 360px) {
 #banner h2.mainimg, #banner h2.mainimg img{
    width: 290px;
  }
}
@media screen and (max-width: 260px) {
 #banner h2.mainimg, #banner h2.mainimg img{
    width: 260px;
  }
}

header.major .h2-sub {
  margin-top: 1.25em;
  font-size: 1.35em;        /* matches h2 */
  line-height: 1.75em;
  letter-spacing: 0.225em;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 736px) {
  .h2-sub {
    font-size: 1.1em !important;
    line-height: 1.65em !important;
  }
}
/* Mobile-only fix for AOS horizontal scroll */
@media screen and (max-width: 736px) {

  /* Prevent paint overflow, NOT layout overflow */
  body {
    overflow-x: clip;
  }

  /* Keep full fade-left/right animation */
  [data-aos="fade-left"],
  [data-aos="fade-right"] {
    will-change: transform, opacity;
  }
}
/* --- AOS + SPECTRAL COMPATIBILITY FIX --- */
[data-aos] {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition-property: opacity, transform;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}





#banner .more:after {
  content: '';
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 50%;
  bottom: 3.5em;
  transform: translateX(-50%);

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  /* EXACT SPECTRAL-LIKE CHEVRON */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='16,24 32,40 48,24'/%3E%3C/svg%3E");

  opacity: 0.75;
}
/* === CTA (Style 4) – Spectral background behavior === */

/* Desktop: let landing background show through */
.wrapper.style4, .wrapper.style4.inner, #banner {

}

@media (hover: none) and (pointer: coarse) {
   #banner {
      background-image: 
      linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
      url('https://cdn.shopify.com/s/files/1/0674/9752/5366/files/lyingonpemfmat.jpg?v=1772555176') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important; /* mobile-friendly */
  
  }
  #cta{
	background-image: 
      linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
      url('https://cdn.shopify.com/s/files/1/0674/9752/5366/files/pemftreatment1_1.webp?v=1772810655') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important; /* mobile-friendly */
  }
  .mainimg{
	margin-top:0% !important;
  }
  .kora{
	width:50% !important;
  }

}
#header{
	padding-bottom: 50px !important;
}
@media only screen and (max-width: 736px) {
#header{
	padding-bottom: 48px !important;
}}

.contact-intro, .mysectionintro {
  color: white; /* text color */
}


.mysectionintro{
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
	background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;       
}
.evidence-intro {


background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../assets/lyingonmat2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;       
}
.practitioner-intro{
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/cdn/shop/files/magnetoterapia-controindicazioni.jpg?v=1780848958');
  background-position: 30% 18%;
  background-repeat: no-repeat;
  background-size: 100% auto; 
}
.aboutus-intro{
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../assets/About-Us-Page.webp');
		background-position: center center;


}
.faqs-intro{
	background-position: center center;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('https://cdn.shopify.com/s/files/1/0993/1925/1292/files/dogonmat4.png?v=1769521419');
}

.contact-intro{
	background-position: center center;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../assets/whichdevice.png');
	
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}




@media only screen and (max-width: 736px) {
  .contact-intro, .mysectionintro {
    background-position: center top;
    background-size: cover;         
  }
}

.contact-page-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem; /* spacing between form and info */
  flex-wrap: wrap; /* allow stacking on small screens */
  max-width: 1200px;
  margin: 3% auto; /* top/bottom margin and centering */
  padding: 0 5%; /* horizontal padding */
}

/* Form styles remain the same */
.contact-form-section .field {
  margin-bottom: 16px;
}
.contact-form-section input,
.contact-form-section textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

/* Desktop flex: left and right columns */
.contact-form-section {
  width: 100%;
}

.contact-info-section {
  flex: 1 1 300px;
  max-width: 400px;
}

/* === MOBILE FIXES === */
@media screen and (max-width: 736px) {
  .contact-page-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 1rem; /* smaller gap between form and info */
  }

  .contact-form-section {
    flex: none;
    width: 90%;
    max-width: 90%;
    margin-top: 2rem; /* increase gap between section above and form */
  }

  .contact-form-section h2 {
    margin-top: 0;
    margin-bottom: 1rem; /* adjust heading spacing */
  }

  .contact-info-section {
    flex: none;
    width: 90%;
    max-width: 90%;
    margin-top: 0.5rem; /* smaller gap between form and contact info */
    text-align: center;
  }
}
/* Target only this contact form section */
.contact-form-section h2 {
  text-align: center;   /* center the heading */

}

/* Make the send button full width like the input fields */
.contact-form-section button.button {
  width: 100% !important;        /* force full width */
  max-width: 100% !important;    /* override any inherited max-width */
  display: block;
  box-sizing: border-box;        /* include padding in width */
}

body.is-preload .fadeinintro {
  opacity: 0;
  transform: translateY(1em);
}

.fadeinintro {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}
body.is-preload .fadeinintro h1,
body.is-preload .fadeinintro p {
  opacity: 0;
  transform: translateY(0.5em);
}

.fadeinintro h1,
.fadeinintro p {
  transition: opacity 1s ease, transform 1s ease;
}

.fadeinintro p {
  transition-delay: 0.15s;
}
@media screen and (max-width: 736px) {
body.is-preload .fadeinintromobile {
  opacity: 0;
  transform: translateY(1em);
}

.fadeinintromobile {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}
body.is-preload .fadeinintromobile h1,
body.is-preload .fadeinintromobile p {
  opacity: 0;
  transform: translateY(0.5em);
}

.fadeinintromobile h1,
.fadeinintro p {
  transition: opacity 1s ease, transform 1s ease;
}

.fadeinintromobile p {
  transition-delay: 0.15s;
}
}
.nostyle, .nostyle1 ul li a{
	 border-bottom: none !important;
	 /* color: blue; */

}
.nostyle1 ul li a strong{
	color: darkblue !important;
	text-decoration: underline;
}
.pemf-evidence>li{
	margin-bottom: 2% !important;
}
.pemf-evidence>li:hover{
text-decoration: underline;	
}
.pemf-evidence {
  list-style: none; /* remove default bullets */
  padding-left: 0;
  padding-top: 3%;
}

.pemf-evidence li {
  position: relative;
  padding-left: 25px; /* space for the chevron */
  margin-bottom: 10px;
}

/* Add right-pointing chevron before each li */
.pemf-evidence li::before {
  content: "›"; /* Unicode chevron */
  position: absolute;
  left: 0;
  color: #333; /* change color if you like */
  font-size: 1.2em;
  top: 0;
  line-height: 1;
}


#banner .more {
  display: block !important;
}


.about-wrapper {
  overflow: hidden; /* contain floated image */
}

/* Desktop/Tablet: float image left and scale it larger */
.about-image img {
  float: left;
  width: 40%;           /* large enough for desktop */
  max-width: 400px;     /* cap max size */
  height: auto;
  border-radius: 8px;
  margin: 0 30px 20px 0; /* space between image and text */
}

/* Mobile: image stacks, full width */
@media (max-width: 767px) {
  .about-image img {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}


.buy-it-now-wrapper .shopify-payment-button__button {
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  padding: 14px 0;
}
.buy-it-now-wrapper .shopify-payment-button__button--unbranded {
  background-color: #c0f4ff;
			box-shadow: none !important;
			color: black !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.buy-it-now-wrapper .shopify-payment-button__button--unbranded:hover {
  opacity: 0.9;
  background-color: #344452 !important;
				color:white !important ;
				border: #c0f4ff 1px solid !important;
}

/* Base: everything stacked */
.product-images,
.product-info,
.product-form {
  width: 100%;
  margin-bottom: 1.5rem;
}

/* Desktop layout */
@media screen and (min-width: 736px) {
  .product-images {
    float: left;
    width: 48%; /* image takes left half */
    margin-right: 4%;
  }

  .product-info,
  .product-form {
    float: right;
    width: 48%; /* right half */
  }

  /* Clear floats at end */
  .product-page-wrapper::after {
    content: "";
    display: table;
    clear: both;
  }
}
.product-page-wrapper, .cart-wrapper{
	margin-top: 50px !important;
	margin-left: 3% !important;
	margin-right: 3% !important;
}
.cart-wrapper h1{
	padding-top: 10px !important;
}

.icon-cart .icon {
  font-size: 1.2rem; /* adjust size as needed */
	margin-top: 10px !important;
}
/* Keep table full width and scrollable on mobile */
.cart-table-wrapper {
  width: 100%;
  overflow-x: auto;           /* horizontal scroll if needed */
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}

/* Table styling remains normal */
.cart-table-wrapper table {
  min-width: 100%;   /* table keeps its natural width */
  border-collapse: collapse;
}

/* Allow long product titles to wrap */
.cart-table-wrapper td p {
  margin: 0;
  white-space: normal;  /* wrap long titles */
  word-wrap: break-word;
}

/* Inputs and buttons stay usable */
.cart-table-wrapper input[type="text"] {
  max-width: 4em;
  box-sizing: border-box;
}

.cart-table-wrapper input[type="submit"] {
  display: inline-block;
  margin-top: 0.3em;
}
@media screen and (max-width: 736px) {
  .cart-table,
  .cart-table tbody,
  .cart-table tr,
  .cart-table td {
    display: block;
    width: 100% !important;
    vertical-align: top; /* <-- force content to top */
    padding: 0 !important; /* remove default td padding */
  }

  .cart-table tr {
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
  }

  .cart-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0.5em;
  }

  .cart-details {
    margin-bottom: 0.5em;
  }

  .cart-details p {
    margin: 0 0 0.25em 0;
    font-weight: 600;
  }

  .cart-actions {
    margin-top: 0.25em;
  }

  .cart-actions input[type="text"] {
    width: 50px;
    display: inline-block;
    margin-right: 0.5em;
  }

  .cart-actions input[type="submit"] {
    display: inline-block;
    margin-top: 0;
  }
}
@media screen and (max-width: 736px) {
  #banner h2.mainimg img {
    width: 280px; 
    height: auto;
	margin:auto;
  }
    #banner .inner p {
    font-size: 0.8em; /* slightly smaller */
    line-height: 1.4em; /* optional for readability */
    text-align: center; /* ensure centered under logo */
  }
}

.doggraphic{
	width: 34%;
	margin: auto;
}
.doggraphicdiv{
	width:100%;
}
@media screen and (max-width: 736px) {
	.doggraphic{
		width: 60%;
	}
}
.nomarginbtm{
	margin-bottom: 0 !important;
}
.nomargintop{
	margin-top: 0 !important;
}
@media screen and (min-width: 736px) {
  ul.icons-major-desktop {
    display: flex;           /* make it flex for horizontal alignment */
    justify-content: center; /* center the icons */
    gap: 2rem;               /* spacing between icons */
    flex-wrap: nowrap;        /* keep all on one line */
 

    list-style: none;
  }

  ul.icons-major-desktop li {
    flex: 0 0 auto; /* prevent shrinking, keeps gap consistent */
    padding: 0;     /* remove extra padding if any */
  }
}
#shopify-pc__banner, #shopify-mobile__banner {
    display: none !important;
}
.buy-it-now-wrapper, .addtocart{
	margin-top: 3% !important;
}
@media screen and (max-width: 736px) {
.buy-it-now-wrapper, .addtocart{
	margin-top: 7% !important;
}}

.product-info>p{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.hide{
	
}
/* @media screen and (min-width: 736px) {
.product-title1{
	margin-top: 8% !important;
}} */

.product-title1,.price1{
	font-size: 1.4em;
}
.price1{
	margin-top: 2%;
}
.product-title1{
	margin-bottom: 2%;
}
.noborderbtm{
	border-bottom: none !important;
}
.product-images-carousel {
  position: relative;
  width: 100%;
  max-width: 600px; /* adjust as needed */
  margin: auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.carousel-slide {
  flex: 0 0 100%;
  aspect-ratio: 1 / 1;   /* makes perfect square without padding hacks */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}


.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}


.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  width: 32px;          /* controls box size */
  height: 32px;         /* controls box size */
  font-size: 16px;      /* arrow icon size */
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;           /* removes extra space */
  border-radius: 4px;   /* optional: rounded corners */
}


.carousel-arrow.left {
  left: 10px;
}

.carousel-arrow.right {
  right: 10px;
}
.product-info{
	margin-bottom: 0.8em;
}
.desc-text{
	text-align: center;
	font-weight: bold;
}
./* Hide Judge.me review dates in jm-stack container */
jm-reviewer-info>.jm-stack > :last-child {
    display: none !important;
}
/* Make all Judge.me review text white */
jm-review-widget__header-and-body *{
    color: #ffffff !important;
}
.hoverunderline:hover, .underline .jdgm-prev-badge__text {
    text-decoration: underline;
}
.nostyle{
	border-bottom: none !important;
}
.product-images-carousel img,
.product-images-carousel .product-image {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

@media screen and (max-width: 736px) {
	.catcard{
		margin-bottom: 30px !important ;
	}
}
.lowerc{
	text-transform: none !important;
}
.prodbutton2{
	margin-bottom: 5% !important;
}
.orp{
	margin-bottom: 2% !important;
	margin-top: 2% !important;
}
.buy-it-now-wrapper{
	margin-top: 0 !important;
}


.kora{
	width:45%;
	margin:auto;
	margin-bottom: 10%;
	padding-right:1%;
}


.mainimg{
	padding-bottom: 0 !important;
}

.addtocart1{
	margin-bottom:3%;
	display: block !important;
	width: 100% !important;
	max-width:100% !important;
}
.buyb1{
		margin-bottom:3%;

}
.quant, .shopify-payment-button__more-options{
	display:none !important;
}
.klarna-buy-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background: #ffb3c7;
  color: #000;
  border: none;
  border-radius: 6px;

  padding: 14px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;

  cursor: pointer;
  transition: transform 0.05s ease, box-shadow 0.15s ease;

   max-width: 100%;
  flex: 1 1 100%;
}

.klarna-buy-btn:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}


.klarna-buy-btn:active {
  transform: translateY(1px);
}

.klarna-buy-btn img {
  height: 12px;
  width: auto;
  display: block;
}
.in3p{
	margin-bottom:1%;
}
#prodinfo{
	margin-bottom: none !important;
}

/* ==========================
   Itech Section #one Styling
   ========================== */

/* ==========================
   Itech Green Gradient Wrapper
   ========================== */
.itech-green-wrapper {
  background: linear-gradient(90deg, #002825 0%, #003434 25%, #004d47 50%, #003f3f 75%, #002f2f 100%);
  /* richer, layered gradient with deeper tones */
}

/* ==========================
   Section One
   ========================== */
#itech-one.itech-wrapper {
  padding: 6em 2em;
  box-shadow: 0 12px 24px rgba(0,0,0,0.4);
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  
  /* gradient background fallback */
  background: linear-gradient(90deg, #002825 0%, #003434 25%, #004d47 50%, #003f3f 75%, #002f2f 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* ==========================
   Section Two
   ========================== */
#itech-two.itech-wrapper {
 padding-bottom: 0 !important;
 margin-bottom: 0 !important;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 100%); /* upward diagonal into section one */
  margin-top: -5%;
  
  /* match gradient with section one */
 background: linear-gradient(90deg, #00514d 0%, #003f3f 50%, #003434 100%);		
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Inner container */
#itech-one .itech-inner,
#itech-two .itech-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* Headings */
#itech-one .itech-major h2.itech-lowerc,
#itech-two .itech-major h2.itech-lowerc {
  font-size: 1.2em !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  position: relative;
}

/* Decorative underline */
#itech-one .itech-major h2.itech-lowerc::after,
#itech-two .itech-major h2.itech-lowerc::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #00ff99;
  margin: 0.5em auto 0;
  border-radius: 2px;
}

/* Paragraph */
#itech-two .itech-paragraph {
  font-size: 1.2em;
  line-height: 1.8em;
  color: #c0f4ff;
  max-width: 700px;
  margin: 2em auto 0;
}
.itech-paragraph2{
	margin-top: 0.5em !important;
}

/* Subheading h3 */
#itech-one .itech-subheading {
  font-size: 1em !important;
  margin: 2em 0 1em 0;
  font-weight: 600;
  color: #c0f4ff;
}

/* Buttons */
#itech-one .itech-actions {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  flex-wrap: wrap;
  margin-top: 2em;
}
#itech-one .itech-button.itech-primary {
  background: #00ff99;
  color: #003434;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1em 2em;
  border-radius: 50px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}
#itech-one .itech-button.itech-primary:hover {
  background: #00e68a;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.4);
}

/* Responsive adjustments */
@media screen and (max-width: 736px) {
  #itech-one.itech-wrapper,
  #itech-two.itech-wrapper {
    padding: 4em 1.5em;
  }
  #itech-one.itech-wrapper { clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%); }
  #itech-two.itech-wrapper { clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0 100%); margin-top: -4%; }
  #itech-one .itech-major h2.itech-lowerc,
  #itech-two .itech-major h2.itech-lowerc { font-size: 1.8em; }
  #itech-one .itech-subheading { font-size: 1.2em; }
  #itech-two .itech-paragraph { font-size: 1em; line-height: 1.6em; }
  #itech-one .itech-actions { flex-direction: column; gap: 1em; }
  #itech-one .itech-button.itech-primary { width: 100%; }
}

/* ==========================
   Itech Section #three Styling (Customer Testimonials)
   ========================== */
#itech-three.itech-wrapper {
 
  padding: 6em 2em;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;

  /* diagonal cut at bottom, flipped opposite to section #two */
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  margin-top:1%;
}

/* Inner container */
#itech-three .itech-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* Main heading */
#itech-three .itech-major h2.itech-lowerc {
  font-size: 2.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  position: relative;
}

/* Decorative underline */
#itech-three .itech-major h2.itech-lowerc::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  margin: 0.5em auto 0;
  border-radius: 2px;
}

/* Paragraph / testimonial */
#itech-three .itech-paragraph {
  font-size: 1.2em;
  line-height: 1.8em;
  color: #c0f4ff;
  max-width: 700px;
  margin: 2em auto 0;
}

/* Responsive adjustments */
@media screen and (max-width: 736px) {
  #itech-three.itech-wrapper {
    padding: 4em 1.5em;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }

  #itech-three .itech-major h2.itech-lowerc {
    font-size: 1.6em;
  }

  #itech-three .itech-paragraph {
    font-size: 1em;
    line-height: 1.6em;
  }
}

/* Buttons container: side by side, no bullets */
#itech-one .itech-actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 1.5em;
  list-style: none !important; /* remove bullets */
  padding: 0 !important; /* remove default UL padding */
  margin: 2em auto 0 !important;
  flex-wrap: nowrap !important; /* force side by side even on phone */
  flex-direction: row !important;
}


/* Buttons inside the UL */
#itech-one .itech-actions li {
  display: inline-block !important; /* ensures LI doesn't take full width */
  margin: 0 !important;
  padding: 0 !important;
}

/* Individual buttons */
#itech-one .itech-actions li .itech-button.itech-primary {
  display: inline-block !important;
  width: auto !important; /* don't stretch full width */
  min-width: 120px; /* optional: keeps buttons reasonably sized */
  text-align: center !important;
}
.itech-inner{
	padding-bottom: 10% !important;
}

.itech-secondary, .shopify-payment-button__button, .itech-primary{
	background: linear-gradient(90deg, #0f766e, #2dd4bf) !important;

}



/* Optional: ensure content inside has no solid background */
.itech-green-wrapper .spotlight .content,
.itech-green-wrapper .spotlight .image {
    background: transparent !important;
}
.itech-green-wrapper .spotlight {
    background: transparent !important;  /* ensures wrapper background shows through */
}

.itech-green-wrapper {
  background-image: 
    
 background: linear-gradient(90deg, #00514d 0%, #003f3f 50%, #003434 100%);		

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Spotlight sections: transparent to show parent background */
.itech-green-wrapper .spotlight,
.itech-green-wrapper .spotlight .content,
.itech-green-wrapper .spotlight .image {
  background: transparent !important;
}

/* Green underline for spotlight headings */
.spotlight .content h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
 
  margin: 0.6em auto 0; /* centers the underline */
  border-radius: 2px;
}

/* Testimonials section background */
.itech-testimonials{
  padding:6em 0;
  text-align:center;
  color:white;

  background:linear-gradient(
    160deg,
    #001d1b 0%,
    #002825 40%,
    #003434 70%,
    #001d1b 100%
  );
}


/* slider container */
.itech-testimonial-slider{
  margin-top:1em;
  display:flex;
  gap:2em;

  overflow-x:auto;
  scroll-snap-type:x mandatory;

  padding-bottom:0em;
}


/* hide scrollbar */
.itech-testimonial-slider::-webkit-scrollbar{
  display:none;
}


/* testimonial cards */
.itech-testimonial-card{
  flex:0 0 320px;
  scroll-snap-align:center;

  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);

  padding:2em;
  border-radius:14px;

  backdrop-filter:blur(6px);

  transition:transform .25s ease, box-shadow .25s ease;
}


/* hover lift */
.itech-testimonial-card:hover{
  transform:translateY(-6px);
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}


/* testimonial text */
.itech-testimonial-text{
  font-size:1.05em;
  line-height:1.6;
  margin-bottom:1.3em;
  font-style:italic;
}


/* customer name */
.itech-testimonial-name{
  font-weight:600;
  color:rgb(32, 151, 135);
}
/* wrapper for arrows + slider */
.itech-testimonial-wrapper{
  position:relative;
  display:flex;
  align-items:center;
}


/* arrow buttons */
.itech-testimonial-arrow{
  background:#00ff9c;
  border:none;
  color:#002825;
  font-size:1.8rem;
  width:45px;
  height:45px;
  border-radius:50%;
  cursor:pointer;
  z-index:5;
  transition:all .25s ease;
}

.itech-testimonial-arrow:hover{
  transform:scale(1.1);
}


/* arrow positioning */
.itech-testimonial-arrow.left{
  margin-right:15px;
}

.itech-testimonial-arrow.right{
  margin-left:15px;
}.itech-testimonial-wrapper{
  display:flex;
  align-items:center;
  justify-content:center;
}

.itech-chevron{
  font-size:40px;
  color:#00e0a4;
  cursor:pointer;
  padding:10px 20px;
  user-select:none;
  transition:opacity .2s;
}

.itech-chevron:hover{
  opacity:0.6;
}

.itech-testimonial-slider{
  display:flex;
  overflow-x:auto;
  scroll-behavior:smooth;
  gap:25px;
  max-width:900px;
}

.itech-testimonial-slider::-webkit-scrollbar{
  display:none;
}
/* mobile responsiveness */
@media screen and (max-width: 768px){

  .itech-testimonial-slider{
    max-width:100%;
    padding:0 10px;
  }

  .itech-testimonial-card{
    flex:0 0 85%;
  }

  .itech-chevron{
    font-size:34px;
    padding:10px;
  }

}
#itech-three.itech-wrapper {
  clip-path: none !important;
}

/* Green underline for spotlight and testimonial headings */
.spotlight .content h2,
#itech-three .itech-major h2.itech-lowerc {
    position: relative;
    display: inline-block; /* so the underline matches text width */
    margin: 0 auto 1em auto; /* spacing below the heading */
}

.spotlight .content h2::after,
#itech-three .itech-major h2.itech-lowerc::after, .greenunderline:after {
    content: '';
    display: block;
    width: 60px;           /* same width as section two underline */
    height: 4px;           /* same height */
    background: #00ff99;   /* bright green color */
    margin: 0.5em auto 0 auto; /* centers the underline */
    border-radius: 2px;    /* rounded edges */
}
.greenunderline2:after{
	 content: '';
    display: block;
    width: 60px;           /* same width as section two underline */
    height: 4px;           /* same height */
    background:linear-gradient(90deg, #0f766e,rgb(32, 151, 135));   
    margin: 0.5em auto 0 auto; /* centers the underline */
    border-radius: 2px;    /* rounded edges */
}
.greenunderline3:after{
	 content: '';
    display: block;
    width: 30px;           /* same width as section two underline */
    height: 2px;           /* same height */
    background:linear-gradient(90deg, #0f766e,rgb(32, 151, 135));   /* bright green color */
    margin: 0.5em auto 0 auto; /* centers the underline */
    border-radius: 2px;    /* rounded edges */
}
#itech-three>.itech-inner{
	margin-bottom: 0!important;
	padding-bottom: 0 !important;
}

/* ===== TESTIMONIAL SLIDER WIDTH IMPROVEMENTS ===== */

/* ===== TESTIMONIAL SLIDER WIDTH IMPROVEMENTS ===== */

/* allow section to use more page width */
#itech-three .itech-inner{
  max-width:1300px;
  padding-left:20px;
  padding-right:20px;
  margin:auto;
}

/* slider container */
.itech-testimonial-slider{
  display:flex;
  overflow-x:auto;
  scroll-behavior:smooth;
  gap:25px;
  width:100%;
  max-width:1200px;
  margin:auto;
}

/* hide scrollbar */
.itech-testimonial-slider::-webkit-scrollbar{
  display:none;
}

/* testimonial cards (desktop) */
.itech-testimonial-card{
  flex:0 0 380px;
  max-width:380px;
}

/* mobile optimisation */
/* mobile testimonial cards */
@media screen and (max-width:768px){

  .itech-testimonial-card{
    flex:0 0 95%;
    max-width:95%;
  }
.itech-testimonials > .itech-inner{
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

}
/* Prevent section overlap on larger screens */
@media screen and (min-width:736px){

  #itech-two.itech-wrapper{
    margin-top: -5% !important;
	padding-top: 8% !important;
  }

}

@media screen and (min-width:980px){
	 #itech-two .itech-inner{
		padding-bottom: 5% !important;
	 }
	 .spotlight{
		margin-bottom: 0 !important;
	 }
	 .itech-green-spotlights>.itech-inner{
		padding-bottom:3% !important;
	 }
}


 #seal-unsubscribe-button, #seal-pause-button,*/ .seal-edit-button 
  {
  display: none !important;
} 


/* Category description title */
.category-title {
  text-align: center !important;
  font-size: 20px !important;
  color: #000;
  margin-top: 0;
  margin-bottom: 2%;
  text-shadow: 0.5px 0.5px 1px #1f5254;
}

/* Links in the title */
.category-title a {
  color: #569293;
  text-decoration: underline;
}

/* Subtitle / main paragraph */
.category-subtitle {
  text-align: center;
  font-size: 18px;
  margin-top: 9px;
  color: #3f7273;
}

/* "More text" block hidden by default */
.more-text {
  display: none;
  text-align: center;
  font-size: 18px;
  margin-top: 9px;
}

/* Highlighted text */
.more-text strong,
.category-title .highlight {
  color: #569293;
}

/* Read more button (if you use one) */
.read-more-btn {
  margin-top: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: darkred !important;
}

.read-more-btn .chevron-down {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.read-more-btn.is-open .chevron-down {
  transform: rotate(-135deg) translateY(-5px);
  margin-left: 6px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .category-title {
    font-size: 18px !important;
    margin-left: 5%;
    margin-right: 5%;
  }

  .category-subtitle,
  .more-text {
    font-size: 16px !important;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.categoryintrotext{
	padding: 2%;
	
	padding-bottom: 0 ;
}
.categorybg{
	padding: 0 !important;
	margin: 0;
	background: linear-gradient(90deg, #00514d 0%, #003f3f 50%, #003434 100%);		

}
.read-more-btn {
  display: inline-flex;           /* align text + chevron horizontally */
  justify-content: center;        /* center content inside the div */
  align-items: center;            /* vertically align chevron with text */
  cursor: pointer;
 margin: 0 !important;            /* center div horizontally in parent */
  text-align: center;
}

.read-more-btn .btn-text {
  font-weight: bold;
  
}
.read-more-btn {
	color:rgb(102, 195, 197) !important;

}
.read-more-wrapper {
  width: 100%;           /* full width */
  text-align: center;    /* centers any inline or inline-block children */
}
.pet-mats-category{
	background: transparent !important;
		padding-top: 6%;
}
@media (min-width: 768px) {
	.pet-mats-category{
		padding-top: 1%;
	}
}

.faq-tab {
  color: white; /* text white for dark background */
  font-family: Arial, sans-serif;
}

.faq-tab-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0;
  user-select: none;
}

.faq-tab-title .chevron-down {
  width: 12px;
  height: 12px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-tab.active .faq-tab-title .chevron-down {
  transform: rotate(-135deg);
}

.faq-section {
  display: none;
  padding-top: 1rem;
}

.faq-tab.active .faq-section {
  display: block;
}

.faq-item {
  margin-bottom: 1rem;
}

.faq-question {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.faq-item p {
  margin: 0 0 0.75rem 0;
  line-height: 1.6;
  color: white;
}

.faq-item a {
  color:blue; /* accent color for links */

}

.faq-tab {
    width: 94%;          /* 100% - 3% left - 3% right */
    margin: 0 auto;      /* center it */
    box-sizing: border-box; /* ensures padding doesn't break width */
	background: white;
}

.faq-tab-title{
	background:teal;
	padding-left: 2%;
	padding-right: 2%;
	
}
.faq-item p, .faq-item h3{
	color: #003f3f  !important;
}

.faq-item h3{
	font-weight: bold;
}
.faq-section{
	padding-left: 2%;
	padding-right: 2%;
}
.faq-item{
	padding-bottom:0.1%;
}

.itech-secondary1{
	background-color: teal !important;
	color: white !important;
}

.practitioner-zone{
padding:80px 5%;
color:white;
background: linear-gradient(90deg, #00514d 0%, #003f3f 50%, #003434 100%);
}

.prac-hero{
text-align:center;
max-width:900px;
margin:auto;
margin-bottom:30px;
}

.prac-hero h1{
font-size:42px;
margin-bottom:15px;
}

.prac-intro{
font-size:18px;
line-height:1.6;
margin-bottom:30px;
}

.prac-main-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
margin-bottom:80px;
}

.prac-image-stack{
display:flex;
flex-direction:column;
gap:30px;
}

.prac-img{
width:100%;
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.35);
}

.prac-feature-area h2{
margin-bottom:30px;
}

.prac-feature-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.prac-card{
background:rgba(255,255,255,0.08);
padding:20px;
border-radius:10px;
backdrop-filter:blur(6px);
transition:transform .25s;
}

.prac-card:hover{
transform:translateY(-6px);
}

.prac-card h4{
margin-bottom:8px;
}

.prac-highlight{
display:flex;
justify-content:center;
margin-bottom:70px;
}

.highlight-box{
max-width:700px;
background:rgba(255,255,255,0.08);
padding:40px;
border-radius:14px;
text-align:center;
}

.highlight-box ul{
margin-top:20px;
text-align:left;
}

.highlight-box li{
margin-bottom:10px;
}

.software-only{
text-align:center;
max-width:700px;
margin:auto;
opacity:0.9;
}

@media(max-width:900px){

.prac-main-grid{
grid-template-columns:1fr;
}

.prac-feature-grid{
grid-template-columns:1fr;
}

}
/* MAIN GRID */
.prac-main-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

/* LEFT COLUMN: FEATURE CARDS */
.prac-feature-area {
  flex: 1 1 45%;
}

/* GRID INSIDE CARDS */
.prac-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

/* RIGHT COLUMN: CAROUSELS */
.prac-device-portal {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* CAROUSEL CONTAINERS */
.portal-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin-top: 1rem;
}

/* TRACK */
.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  gap: 0.5rem;
}

/* CAROUSEL IMAGES */
.prac-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/* PEMF DEVICE IMAGE SLIDE */
.mat-slide {
  object-fit: contain;
}

/* CAROUSEL BUTTONS */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: #fff;
  border: none;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  border-radius: 4px;
  z-index: 2;
}

.carousel-arrow.left {
  left: 0.3rem;
}

.carousel-arrow.right {
  right: 0.3rem;
}

/* CAPTIONS */
.portal-caption {
  margin-top: 0.5rem;
  font-size: 14px;
  color: #333;
}


/* RESPONSIVE: STACK COLUMNS BELOW 768px */
/* RIGHT COLUMN ABOVE LEFT COLUMN */
@media screen and (max-width: 768px) {
  .prac-main-grid {
    flex-direction: column;
  }
  .practcap{
	margin-bottom: 2% !important;
  }
  .prac-device-portal {
    order: 1; /* right column first */
  }

  .prac-feature-area {
    order: 2; /* left column second */
  }

  .portal-carousel {
    max-width: 100%;
  }
}
.packagecaption{
	color: white !important;
}

.practitioner-zone{
	padding-top: 8% !important;
}

 .sls-more-info-container, .sls-widget-branding sls-show, .sls-savings-badge, .seal-money{
	display: none !important;
} 

/* Full width buttons specifically for Practitioner page */
.practitioner-cart,
.shopify-payment-button__button {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
  text-align: center !important; /* optional: centers text */
  margin-top: 1rem;   /* spacing between buttons */
  padding: 1em 0;     /* adjust height */
  font-size: 1rem;    /* adjust text size */
}

#shopify-buyer-consent{
	font-size: 0.7rem !important;
}
#seal-purchase-options-label{
	color: white !important;
}

#seal-purchase-options-label:after{
	content: ":";
}

/* Practitioner bottom highlight graphic */
.prac-highlight {
  margin-top: 3rem;
  padding: 2.5rem 2rem;
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, #f4fbfb 0%, #cfd9d9 100%);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: none !important;
}

/* subtle decorative graphics */
.prac-highlight::before,
.prac-highlight::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none;
}

.prac-highlight::before {
  bottom: -40px;
  left: -40px;
  background: radial-gradient(circle, rgba(78,129,130,0.18) 0%, rgba(86,146,147,0) 70%);
}

.prac-highlight::after {
  top: -40px;
  right: -40px;
  background: radial-gradient(circle, rgba(86,146,147,0.18) 0%, rgba(66,110,111,0) 70%);
}

/* text styling */
.prac-highlight h2 {
  margin-bottom: 0.6rem;
  color: #3d7e80;
  font-weight: 600;
}

.prac-highlight p {
  max-width: 600px;
  margin: 0 auto;
  color: #4a4a4a;
  line-height: 1.6;
}

.practitioner-zone{
	padding-bottom: 5% !important;
}

.rentalintro{
	background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../assets/readingpemf.png');
	background-position: center center !important;
}

.ultrasoundintro{
	background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../assets/ultrasound2.png');
	background-position: center 30% !important;
}
.accessoriesintro{
	background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../assets/itechwrist.png') !important;
	background-position: center center !important;
}

.whyintro{
	background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../assets/assurance.png');
	background-position: center center !important;	
}
.whatintro{
	background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../assets/what.png');
	background-position: 70% 60% !important;	
}
.evidence-intro1{
	background-position: center 30%;
		background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../assets/evidencebg.png');

}
.certintro{
	background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../assets/cert.png');
	background-position: center center !important;	
}
.vatintro{
	background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../assets/vat.png');
	background-position: center center !important;	
}

.greenbg1{
	  background: linear-gradient(90deg, #002825 0%, #003434 25%, #004d47 50%, #003f3f 75%, #002f2f 100%);

}

.pagedivstyle{
	color:white !important;
	text-align: center !important;
}
.whybuy-section{
  
}

.whybuy-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:2rem;
}

.whybuy-item{
  text-align:center;
  padding:1.8rem 1.2rem;
  background:rgba(0,0,0,0.25);
  border-radius:12px;
  backdrop-filter:blur(6px);
  transition:transform .25s ease, box-shadow .25s ease;
}

.whybuy-item:hover{
  transform:translateY(-6px);
  box-shadow:0 10px 24px rgba(0,0,0,0.25);
}

.whybuy-icon{
  width:48px;
  height:48px;
  margin:0 auto 0.8rem;
  border-radius:50%;
  background:#569293;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.2rem;
  font-weight:bold;
}

.whybuy-item h4{
  margin-bottom:0.3rem;
  color:#ffffff;
}

.whybuy-item p{
  font-size:0.9rem;
  color:white ;
  opacity:0.9;
}

.whybuy-content{
  margin-top:4rem;
}

.whybuy-row{
  display:flex;
  align-items:center;
  gap:4rem;
  margin-bottom:5rem;
  flex-wrap:wrap;
}

.whybuy-row.reverse{
  flex-direction:row-reverse;
}

.whybuy-text{
  flex:1 1 480px;
  color:white;
}

.whybuy-text h2{
  margin-bottom:1rem;
  color:white;
}

.whybuy-text h4{
  margin-top:1rem;
  color:#d8f2f2;
}

.whybuy-text p{
  line-height:1.6;
  margin-bottom:1rem;
  color:white;
}

.whybuy-list{
  margin:1rem 0;
  padding-left:1.2rem;
}

.whybuy-list li{
  margin-bottom:0.5rem;
}

.whybuy-img{
  flex:1 1 420px;
}

.whybuy-img img{
  width:100%;
  border-radius:12px;
}

.whybuy-link{
  display:inline-block;
  margin-top:1rem;
  color:#8ee0e0;
  text-decoration:none;
  font-weight:600;
}
.whybuy-content{
  margin-top:4rem;
  padding:4rem 3rem;
  background:#f6fbfb;
  border-radius:16px;
}

.whybuy-text{
  color:#333;
}

.whybuy-text h2{
  color:#3d7e80;
}

.whybuy-text p{
  color:#444;
}
.whybuy-content{
  margin-top:3rem;
  padding:3rem 2rem;
  background:#f6fbfb;
  border-radius:16px;
}

.whybuy-row{
  display:flex;
  align-items:center;
  gap:3rem;
  margin-bottom:4rem;
  flex-wrap:wrap;
}

.whybuy-row.reverse{
  flex-direction:row-reverse;
}

.whybuy-text{
  flex:1 1 600px;
  max-width:none;
}

.whybuy-text h2{
  color:#3d7e80;
}

.whybuy-text p{
  line-height:1.6;
  margin-bottom:1rem;
  color:#444;
}

.whybuy-img{
  flex:1 1 420px;
}

.whybuy-img img{
  width:100%;
  border-radius:12px;
}

/* MOBILE FIX */
@media (max-width:768px){

  .whybuy-content{
    padding:2rem 1.2rem;
  }

  .whybuy-row{
    gap:2rem;
    margin-bottom:3rem;
  }

  .whybuy-text{
    max-width:100%;
  }

}
/* Force readable text inside why-buy section */

.whybuy-content{
  color:#333;
}

.whybuy-content h1,
.whybuy-content h2,
.whybuy-content h3,
.whybuy-content h4,
.whybuy-content h5{
  color:#2f6f70;
}

.whybuy-content p,
.whybuy-content li{
  color:#444;
}

.whybuy-content strong{
  color:#2f6f70;
}

.whybuy-content a{
  color:#3d7e80;
}

.whybuy-content a:hover{
  color:#2b5e60;
}

.whybuy-row{
  display:block;
  margin-bottom:4rem;
}

.whybuy-text{
  max-width:900px;
  margin:0 auto 2rem auto;
}

.whybuy-img{
  max-width:900px;
  margin:0 auto;
}

.whybuy-img img{
  width:100%;
  border-radius:12px;
}

.categorybg-padding{
	padding-top: 5px !important;
}

@media screen and (min-width: 736px) {
.categorybg-padding{
	padding-top: 20px !important;
}
.categoryintrotext{
	margin-top: 0 !important;
}
.contactintrotext{
	padding-left: 5% !important;
	padding-right:5% !important;
}
}

.whybuy-img{
	padding-left:20%;
	padding-right:20%;
}
.research-hero {
  text-align: center;
  background: linear-gradient(90deg, #002f2f, #004d47);
  color: #fff;
  padding: 4em 1em;
}

.research-hero h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.research-intro, .research-library {
  max-width: 900px;
  margin: 0 auto;
  padding: 3em 1em;
  line-height: 1.8;
  color: #003f3f;
}

.research-library h2, .research-intro h2{
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1.5em;
  position: relative;
  color: #2f6f70 !important;
}

.research-library h2::after , .research-intro h2:after{
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  margin: 0.5em auto 0 auto;
  background: linear-gradient(90deg, #0f766e, #20b6a3);
  border-radius: 2px;

}

.research-anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin-bottom: 2em;
  list-style: none;
  padding: 0;
}

.research-anchors li a {
  background: #00ff99;
  color: #003434;
  padding: 0.5em 1em;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}

.research-anchors li a:hover {
  background: #00e68a;
}

.research-item h3 {
  font-size: 1.5em;
  margin-top: 2em;
  color: #00514d;
}

.research-item ul {
  list-style: disc;
  padding-left: 1.5em;
}

.research-item ul li {
  margin-bottom: 0.5em;
}

.research-item a {
  color: #007070;
  text-decoration: underline;
}

.research-sources, .research-safety {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 2px solid teal;
}

.research-sources a, .research-safety a {
  color: #007070;
  text-decoration: underline;
}

@media (max-width:768px){
  .research-anchors {
    flex-direction: column;
    gap: 0.5em;
  }
}
.research-item{
  scroll-margin-top:120px;
}

.product-reviews-toggle {
  margin-top: 0.5em;
  text-align: left;
  font-size: 0.95em;
  margin-left: 5%;
  margin-right: 5%;
}

/* Toggle header */
.product-reviews-toggle .toggle-header {
  cursor: pointer;
  display: inline-flex;       /* text + chevron inline */
  align-items: center;
  font-weight: 600;
  color: #214d4e;
  padding: 0.5em 0;
}
.product-reviews-toggle .toggle-header .chevron-down {
  margin-left: 0.3em;        /* small space between text and chevron */
}

/* Chevron rotation when active */
.product-reviews-toggle .chevron-down {
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.product-reviews-toggle.active .chevron-down {
  transform: rotate(0deg);
}
/* Only adjust chevron on small screens */
@media screen and (max-width: 736px) {
  .product-reviews-toggle .chevron-down {
    position: relative;
    top: 4px; /* tweak this value up or down until it looks centered */
  }

  /* Optional: when active (open), you may need a slightly different nudge) */
  .product-reviews-toggle.active .chevron-down {
    top: -2px; /* tweak as needed */
  }
}

/* Toggle content hidden by default */
.product-reviews-toggle .toggle-content {
  display: none;
  padding: 0.5em 0;
  border-top: 1px solid #e0e0e0;
  color: #569293;
  font-weight: 400;
}

/* Show content when active */
.product-reviews-toggle.active .toggle-content {
  display: block;
}
.chevron-list {
  list-style: none;
  padding-left: 0;
  margin: 15px auto;       /* centers the whole block */
  max-width: 600px;        /* pulls it away from far-left edge */
}

.chevron-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  line-height: 1.5;
}

/* Chevron */
.chevron-list li::before {
  content: "›";            /* clean chevron */
  position: absolute;
  left: 0;
  top: 0;
  color: #2e7d32;          /* your green */
  font-size: 18px;
  font-weight: 600;
}

.nomargintop{
	margin-top: 0!important;
	
}
.marginbtm-20{
	margin-bottom: 30px !important;
}
.navul{
	margin-bottom: 0px !important;
}

.jdgm-write-review-modal__content{
	margin-top: 100px !important;
}

.product-title1 {
  text-transform: none !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

.cart-total-summary{
	font-size: 1.2rem;
}

.product-reviews-toggle .toggle-content {
  display: none;
}

.product-reviews-toggle.is-open .toggle-content {
  display: block;
}