@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");

/*
	Twenty 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;
}

/* Mobile header/hero fixes */
@media screen and (max-width: 736px) {
	/* Ensure fixed/alt headers don't overlap hero titles */
	body.index #header { padding: 0.4em 1em; }
	#header { padding: 0.5em 1em; font-size: 0.8em; }
	#header.alt { padding: 0.5em 1em; }
	#header #logo img { height: 40px; }

	/* Post hero: add top offset to clear header */
	.post-hero { margin-top: 3.5em; }
	.hero-content { padding-top: 2.5em; }

	/* Remove translucent bar for hamburger background */
	#navButton .toggle:after { background: transparent; }
	/* Keep hamburger hit area small, avoid covering title */
	#navButton .toggle { width: 64px; }
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

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

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

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

/* Basic */

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #f3f6fa;
	}

		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: #7c8081;
		font-family: 'Lato', sans-serif;
		font-size: 15pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		color: #3fb1a3;
		text-decoration: none;
		border-bottom: dotted 1px;
	}

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

	strong, b {
		font-weight: 400;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

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

	h2 {
		font-size: 1.5em;
		letter-spacing: 0.1em;
	}

	h3 {
		font-size: 1.15em;
		letter-spacing: 0.025em;
	}

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

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

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1400px;
	}

		.container.medium {
			width: 1050px;
		}

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

			.container {
				width: 1200px;
			}

				.container.medium {
					width: 900px;
				}

		}

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

			.container {
				width: 960px;
			}

				.container.medium {
					width: 735px;
				}

		}

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

			.container {
				width: 95%;
			}

				.container.medium {
					width: 71.25%;
				}

		}

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

			.container {
				width: 95%;
			}

				.container.medium {
					width: 95%;
				}

		}

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

			.container {
				width: 100%;
			}

				.container.medium {
					width: 100%;
				}

		}

/* 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: 0px;
			margin-left: 0px;
		}

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

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

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

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

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

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

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

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

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

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

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

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

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

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

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

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

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

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

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

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

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

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

		@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-wide {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

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

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

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

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

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

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

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

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

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

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

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

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

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

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

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

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

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

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

		}

		@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-normal {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

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

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

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

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

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

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

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

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

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

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

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

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

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

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

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

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

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

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

		}

		@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-narrow {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

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

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

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

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

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

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

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

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

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

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

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

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

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

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

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

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

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

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

		}

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

			.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-narrower {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

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

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

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

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

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

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

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

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

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

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

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

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

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

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

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

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

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

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

		}

		@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-mobile {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

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

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

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

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

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

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

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

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

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

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

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

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

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

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

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

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

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

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

		}

/* Section/Article */

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

	header.major {
		padding-bottom: 2em;
	}

	header.special {
		margin-bottom: 5em;
		padding-top: 7em;
		position: relative;
		text-align: center;
	}

		header.special:before, header.special:after {
			border-bottom: solid 1.5px;
			border-top: solid 1.5px;
			content: '';
			height: 7px;
			opacity: 0.1;
			position: absolute;
			top: 1.75em;
			width: 43%;
		}

		header.special:before {
			left: 0;
		}

		header.special:after {
			right: 0;
		}

		header.special h2 {
			margin-bottom: 0;
		}

		header.special h2 + p {
			margin-bottom: 0;
			padding-top: 1.5em;
		}

		header.special .icon {
			cursor: default;
			height: 7em;
			left: 0;
			position: absolute;
			text-align: center;
			top: 1em;
			width: 100%;
		}

			header.special .icon:before {
				font-size: 3.5em;
				opacity: 0.35;
			}

/* Animated Post Hero Section */
.post-hero {
	position: relative;
	height: 70vh;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 3em;
	margin-top: 0;
}

/* Remove spacing from main article when using post hero */
body.right-sidebar #main {
	padding-top: 0;
}

.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* Animated plasma gradient (stronger, more visible) */
	background:
	  radial-gradient(closest-side circle, rgba(74, 144, 164, 0.65), transparent 70%),
	  radial-gradient(closest-side circle, rgba(103, 178, 111, 0.6), transparent 70%),
	  radial-gradient(closest-side circle, rgba(74, 144, 164, 0.55), transparent 75%),
	  linear-gradient(135deg, var(--primary-teal), var(--accent-green));
	background-size: 145% 145%, 165% 165%, 185% 185%, cover;
	background-position: 0% 0%, 100% 10%, 50% 100%, center;
	background-repeat: no-repeat;
	background-blend-mode: screen, screen, normal, normal;
	z-index: 1;
	filter: saturate(1.12) contrast(1.06);
	animation: plasmaShift 24s linear infinite;
	will-change: background-position, background-size;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.hero-background::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(800px circle at 20% 30%, rgba(255,255,255,0.06), transparent 40%),
	            radial-gradient(600px circle at 75% 25%, rgba(255,255,255,0.05), transparent 40%),
	            radial-gradient(700px circle at 60% 80%, rgba(255,255,255,0.05), transparent 45%);
	opacity: 0.5;
	animation: plasmaGlow 36s linear infinite;
	will-change: transform, opacity;
	backface-visibility: hidden;
	transform: translateZ(0);
}

/* Rotating conic layer to add liquid-like swirl */
.hero-background::after {
    content: '';
    position: absolute;
    inset: -25%;
    background: conic-gradient(
      from 0deg,
      rgba(74, 144, 164, 0.35) 0deg,
      rgba(103, 178, 111, 0.35) 90deg,
      rgba(74, 144, 164, 0.35) 180deg,
      rgba(103, 178, 111, 0.35) 270deg,
      rgba(74, 144, 164, 0.35) 360deg
    );
    filter: blur(70px) saturate(1.05);
    mix-blend-mode: screen;
    opacity: 0.45;
    animation: swirl 40s linear infinite;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: white;
	max-width: 800px;
	padding: 3em 2em 3em 2em;
	animation: heroFadeIn 1s ease-out;
}

.hero-title {
	font-size: 3.5em;
	font-weight: 700;
	margin-bottom: 0.5em;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	line-height: 1.1;
	animation: titleSlideUp 0.8s ease-out 0.2s both;
}

.hero-subtitle {
	font-size: 1.3em;
	font-weight: 300;
	margin-bottom: 1.5em;
	opacity: 0.95;
	line-height: 1.6;
	animation: subtitleSlideUp 0.8s ease-out 0.4s both;
}

.hero-meta {
	display: flex;
	justify-content: center;
	gap: 2em;
	font-size: 0.9em;
	opacity: 0.8;
	animation: metaFadeIn 0.8s ease-out 0.6s both;
}

.hero-meta span {
	background: rgba(255, 255, 255, 0.2);
	padding: 0.5em 1em;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-scroll-indicator { display: none; }

.scroll-arrow {
	width: 30px;
	height: 30px;
	border-right: 2px solid rgba(255, 255, 255, 0.8);
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
	transform: rotate(45deg);
}

/* Animations */
@keyframes heroFadeIn {
	from { opacity: 0; transform: translateY(30px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes titleSlideUp {
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes subtitleSlideUp {
	from { opacity: 0; transform: translateY(30px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes metaFadeIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes scrollBounce {
	0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
	40% { transform: translateX(-50%) translateY(-10px); }
	60% { transform: translateX(-50%) translateY(-5px); }
}

@keyframes patternFloat {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-20px); }
}

/* Plasma animation */
@keyframes plasmaShift {
  0%, 100% {
    background-position: 0% 0%, 100% 10%, 50% 100%, center;
    background-size: 145% 145%, 165% 165%, 185% 185%, cover;
  }
  50% {
    background-position: 80% 50%, 20% 30%, 50% 20%, center;
    background-size: 155% 155%, 175% 175%, 195% 195%, cover;
  }
}

@keyframes plasmaGlow {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(-6px); opacity: 0.7; }
}

@keyframes swirl {
  0% { transform: rotate(0deg) translateZ(0); }
  100% { transform: rotate(360deg) translateZ(0); }
}

/* Responsive adjustments */
@media screen and (max-width: 980px) {
	.post-hero {
		height: 50vh;
		min-height: 400px;
	}

	/* Hide scroll indicator on tablet to prevent collisions */
	.hero-scroll-indicator { display: none; }
	
	.hero-title {
		font-size: 2.8em;
	}
	
	.hero-subtitle {
		font-size: 1.1em;
	}
	
	.hero-meta {
		flex-direction: column;
		gap: 1em;
		align-items: center;
	}
}

@media screen and (max-width: 736px) {
	.post-hero {
		height: 45vh;
		min-height: 320px;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		z-index: auto;
		margin-top: 0;
	}
	
	.hero-title {
		font-size: 2.2em;
	}
	
	.hero-subtitle {
		font-size: 1em;
	}
	
	.hero-content {
		padding: 0 1em;
		padding-top: 2em;
	}
	
	/* Ensure main content starts after hero */
	body.right-sidebar #main {
		position: static;
		z-index: auto;
	}
	
	body.right-sidebar #main .wrapper {
		margin-top: 0;
		background: #f3f6fa;
		position: relative;
		z-index: 2;
	}
}

/* Hard override to ensure post pages start flush under header at all widths */
body.right-sidebar #main { padding-top: 0 !important; }
@media screen and (max-width: 1280px) {
  body.right-sidebar #main { padding-top: 0 !important; }
}
@media screen and (max-width: 980px) {
  body.right-sidebar #main { padding-top: 0 !important; }
}

/* Prevent desktop nav from creeping upward as width decreases */
@media screen and (max-width: 1280px) and (min-width: 841px) {
  body #header nav { top: 1.75em !important; }
}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px rgba(124, 128, 129, 0.2);
		border-radius: 0;
		color: inherit;
		display: block;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		outline: 0;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #83d3c9;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

/* Image */

	.image {
		border: 0;
		position: relative;
	}

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

		.image.fit {
			display: block;
		}

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

		.image.featured {
			display: block;
			margin: 0 0 2em 0;
		}

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

/* Icon */

	.icon {
		text-decoration: 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;
			/* Removed Font Awesome families */
			font-family: inherit;
			font-weight: 400;
		}

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

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

		.icon.brands:before {
			font-family: inherit;
		}

		.icon.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
			border-radius: 100%;
			display: inline-block;
			font-size: 1.25em;
			height: 2.25em;
			left: 0;
			line-height: 2.25em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 2.25em;
		}

			.icon.circle:hover {
				top: -0.2em;
			}

			.icon.circle.fa-twitter {
				background: #70aecd;
				color: #fff;
			}

				.icon.circle.fa-twitter:hover {
					background: #7fb7d2;
				}

			.icon.circle.fa-facebook-f {
				background: #7490c3;
				color: #fff;
			}

				.icon.circle.fa-facebook-f:hover {
					background: #829bc9;
				}

			.icon.circle.fa-google-plus-g {
				background: #db6b67;
				color: #fff;
			}

				.icon.circle.fa-google-plus-g:hover {
					background: #df7b77;
				}

			.icon.circle.fa-github {
				background: #dcad8b;
				color: #fff;
			}

				.icon.circle.fa-github:hover {
					background: #e1b89b;
				}

			.icon.circle.fa-dribbble {
				background: #da83ae;
				color: #fff;
			}

				.icon.circle.fa-dribbble:hover {
					background: #df93b8;
				}

		.icon.featured {
			cursor: default;
			display: block;
			margin: 0 0 1.5em 0;
			opacity: 0.35;
			text-align: center;
		}

			.icon.featured:before {
				font-size: 5em;
				line-height: 1em;
			}

		.icon > .label {
			display: none;
		}

/* List */

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

		ol li {
			padding-left: 0.25em;
		}

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

		ul li {
			padding-left: 0.5em;
		}

/* Icons */

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

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 0.5em;
		}

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

/* Featured Icons */

	ul.featured-icons {
		cursor: default;
		margin: -0.75em 0 0 0;
		opacity: 0.35;
		overflow: hidden;
		position: relative;
		list-style: none;
		padding-left: 0;
	}

		ul.featured-icons li {
			display: block;
			float: left;
			text-align: center;
			width: 50%;
			padding-left: 0;
			margin-bottom: 1em;
		}

			ul.featured-icons li .icon {
				display: inline-block;
				font-size: 5.5em;
				height: 1em;
				line-height: 1.5em;
				width: 1em;
			}

/* Buttons */

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

		ul.buttons:last-child {
			margin-bottom: 0;
		}

		ul.buttons li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

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

		ul.buttons.stacked li {
			display: block;
			padding: 1.5em 0 0 0;
		}

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

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(124, 128, 129, 0.2);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #7c8081;
				color: #fff;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: none;
		border: solid 1px;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 18em;
		padding: 0 0.75em;
		line-height: 3.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: rgba(188, 202, 206, 0.15);
			border-color: inherit;
		}

		input[type="button"].primary,
		input[type="submit"].primary,
		input[type="reset"].primary,
		button.primary,
		.button.primary {
			background: #83d3c9;
			border-color: #83d3c9;
			color: #fff !important;
		}

			input[type="button"].primary:hover,
			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background: #96dad1 !important;
				border-color: #96dad1 !important;
			}

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

		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		button.small,
		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.5em 0;
		}

/* Wrapper */

	.wrapper {
		margin-bottom: 5em;
		padding: 5em;
	}

		.wrapper.style1 {
			padding: 0;
		}

		.wrapper.style2 {
			background: linear-gradient(135deg, rgba(47,79,79,0.95) 0%, rgba(25,25,112,0.95) 100%), 
			           linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
			background-image: url("images/light-bl.svg"), url("images/light-br.svg");
			background-position: bottom left, bottom right;
			background-repeat: no-repeat, no-repeat;
			background-size: 25em, 25em;
			color: #fff;
			box-shadow: 0 8px 25px rgba(79,172,254,0.15);
		}

			.wrapper.style2 input[type="button"]:hover,
			.wrapper.style2 input[type="submit"]:hover,
			.wrapper.style2 input[type="reset"]:hover,
			.wrapper.style2 button:hover,
			.wrapper.style2 .button:hover {
				background: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style2 input[type="button"].primary,
			.wrapper.style2 input[type="submit"].primary,
			.wrapper.style2 input[type="reset"].primary,
			.wrapper.style2 button.primary,
			.wrapper.style2 .button.primary {
				background: #fff;
				border-color: #fff;
				color: #4facfe !important;
			}

				.wrapper.style2 input[type="button"].primary:hover,
				.wrapper.style2 input[type="submit"].primary:hover,
				.wrapper.style2 input[type="reset"].primary:hover,
				.wrapper.style2 button.primary:hover,
				.wrapper.style2 .button.primary:hover {
					border-color: inherit !important;
					color: #fff !important;
				}

		.wrapper.style3 {
			background: #fff;
			color: inherit;
		}

		.wrapper.style4 {
			background: #fff;
			color: inherit;
			padding: 4em;
		}

/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	#header {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		color: inherit;
		cursor: default;
		font-size: 0.8em;
		left: 0;
		padding: 1em 1.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		display: flex;
		align-items: center;
	}

		#header h1 {
			font-weight: 900;
			margin: 0;
		}

			#header h1 span {
				font-weight: 300;
			}

		/* Site-wide logo sizing */
		#header #logo img {
			display: block;
			height: 48px;
			width: auto;
		}

		#header nav {
			letter-spacing: 0.075em;
			text-transform: uppercase;
			margin-left: auto;
		}

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

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

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

					#header nav ul li a {
						border: solid 1px transparent;
						color: inherit;
						display: inline-block;
						line-height: 1em;
						padding: 0.6em 0.75em;
						text-decoration: none;
					}

					#header nav ul li input[type="button"],
					#header nav ul li input[type="submit"],
					#header nav ul li input[type="reset"],
					#header nav ul li button,
					#header nav ul li .button {
						font-size: 1em;
						min-width: 0;
						width: auto;
					}

					#header nav ul li.submenu > a {
						text-decoration: none;
					}

						#header nav ul li.submenu > a:before {
							content: '';
							margin-right: 0.65em;
							display: none;
						}

					#header nav ul li.active > a, #header nav ul li:hover > a {
						-moz-transition: all 0.2s ease-in-out;
						-webkit-transition: all 0.2s ease-in-out;
						-ms-transition: all 0.2s ease-in-out;
						transition: all 0.2s ease-in-out;
						background: rgba(188, 202, 206, 0.15);
					}

					#header nav ul li.current > a {
						font-weight: 900;
					}

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
			box-shadow: none;
			color: #fff;
			padding: 2em 2.5em;
			position: absolute;
		}

			#header.alt nav {
				right: 2.5em;
				top: auto;
			}

				#header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
					border: solid 1px;
				}

/* Dropotron */

	.dropotron {
		list-style: none;
		padding-left: 0;
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		line-height: 2.25em;
		min-width: 13em;
		padding: 1em 0;
		text-transform: uppercase;
		margin-top: calc(-1em + 1px);
	}

		.dropotron.level-0 {
			font-size: 0.7em;
			font-weight: 400;
			margin-top: 1.5em;
		}

			.dropotron.level-0:before {
				border-bottom: solid 0.5em #fff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				content: '';
				left: 0.75em;
				position: absolute;
				top: -0.45em;
			}

		.dropotron > li {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
			padding-left: 0;
		}

			.dropotron > li > a {
				-moz-transition: none;
				-webkit-transition: none;
				-ms-transition: none;
				transition: none;
				color: inherit;
				text-decoration: none;
				padding: 0 1em;
				border: 0;
			}

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

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

/* Banner */

	@-moz-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	#banner {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #645862;
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/banner.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: #fff;
		cursor: default;
		padding: 6em 0;
		text-align: center;
		position: relative;
	}

		#banner:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			/* Softer, less-blue overlay reminiscent of the earlier style */
			background: linear-gradient(135deg, rgba(32, 40, 52, 0.24) 0%, rgba(18, 24, 32, 0.50) 100%);
			pointer-events: none;
		}

		#banner .inner {
			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			background: linear-gradient(135deg, rgba(96, 171, 255, 0.82) 0%, rgba(64, 140, 255, 0.82) 100%);
			color: #fff;
			display: inline-block;
			opacity: 0;
			padding: 3em;
			border-radius: 12px;
			box-shadow: 0 10px 30px rgba(0,0,0,0.15);
			position: relative;
			z-index: 1;
			text-align: center;
		}

			#banner .inner header {
				display: inline-block;
				border-bottom: solid 2px;
				border-top: solid 2px;
				margin: 0 0 2em 0;
				padding: 3px 0 3px 0;
			}

				#banner .inner header h2 {
					border-bottom: solid 2px;
					border-top: solid 2px;
					font-size: 2.5em;
					font-weight: 900;
					letter-spacing: 0.2em;
					margin: 0;
					padding-left: 0.05em;
					position: relative;
					text-transform: uppercase;
				}

			#banner .inner p {
				letter-spacing: 0.1em;
				margin: 0;
				text-transform: uppercase;
			}

				#banner .inner p a {
					color: inherit;
					font-weight: 400;
					text-decoration: none;
				}

			#banner .inner footer {
				margin: 2em 0 0 0;
			}

			/* Replace semantic footer with a neutral container */
			#banner .inner .banner-actions {
				margin: 2em 0 0 0;
			}

/* Main */

	#main {
		background-image: url("images/dark-tl.svg"), url("images/dark-tr.svg"), url("images/dark-bl.svg"), url("images/dark-br.svg");
		background-position: top left, top right, bottom left, bottom right;
		background-repeat: no-repeat;
		background-size: 25em;
		padding: 7em 0;
	}

		#main > :last-child {
			margin-bottom: 0;
		}

		#main .sidebar section {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
			margin: 3em 0 0 0;
			padding: 3em 0 0 0;
		}

			#main .sidebar section:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

	body.index #main {
		padding-top: 5em;
	}

/* Ensure post pages (right-sidebar) have no top padding so hero meets header */
body.right-sidebar #main {
	padding-top: 0 !important;
}

/* CTA */

	#cta {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #645862;
		background-image: url("images/light-tl.svg"), url("images/light-tr.svg"), url("images/overlay.png"), url("../../images/banner.jpg");
		background-position: top left, top right, top left, bottom center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: #fff;
		padding: 5em;
		text-align: center;
	}

		#cta header {
			margin-bottom: 2em;
		}

/* Footer */

	#footer {
		background: #E8EEF4;
		color: #7c8081;
		padding: 5em 5em 10em 5em;
		text-align: center;
	}

		/* New footer layout */
		#footer .footer-grid {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 1.5em 2em;
			align-items: start;
			justify-items: center;
			max-width: 1100px;
			margin: 0 auto;
		}

		#footer .footer-brand {
			font-size: 0.95em;
			font-weight: 400;
		}

		#footer .footer-nav,
		#footer .footer-contact,
		#footer .footer-social,
		#footer .footer-address {
			display: flex;
			flex-direction: column;
			gap: 0.5em;
		}

		#footer .footer-nav a,
		#footer .footer-contact a,
		#footer .footer-social a {
			color: inherit;
			text-decoration: none;
			border: 0;
		}

		#footer .footer-nav a:hover,
		#footer .footer-contact a:hover,
		#footer .footer-social a:hover {
			text-decoration: underline;
		}

		#footer address.footer-address {
			font-style: normal;
			line-height: 1.6;
		}

		@media screen and (max-width: 980px) {
			#footer .footer-grid {
				grid-template-columns: repeat(2, 1fr);
			}
		}

		@media screen and (max-width: 736px) {
			#footer .footer-grid {
				grid-template-columns: 1fr;
				text-align: center;
			}
		}

/* About Page Styles */
.about-hero {
	margin: 2em 0;
}

/* About Page Hero Title */
body.no-sidebar #main header.special {
	background: linear-gradient(135deg, var(--primary-teal) 0%, var(--accent-green) 100%);
	color: white;
	padding: 4em 2em;
	margin-bottom: 0;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(74, 144, 164, 0.3);
	position: relative;
	overflow: hidden;
}

body.no-sidebar #main header.special::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.1;
	pointer-events: none;
}

body.no-sidebar #main header.special h2 {
	position: relative;
	z-index: 1;
	font-size: 2.8em;
	font-weight: 600;
	margin: 0;
	text-transform: none;
	letter-spacing: 0.02em;
}

body.no-sidebar #main header.special::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
}

.about-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 3em;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
}

.about-text h2 {
	color: var(--text-dark);
	font-size: 2.2em;
	margin-bottom: 1em;
}

.about-intro {
	font-size: 1.1em;
	line-height: 1.7;
	color: #5a5a5a;
}

.about-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 840px) {
	.about-content {
		grid-template-columns: 1fr;
		gap: 2em;
		text-align: center;
	}
	
	.about-image {
		max-width: 300px;
		margin: 0 auto;
	}
}

/* Article Image Styling */
.article-image {
	margin: 2.5em 0;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.article-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px 8px 0 0;
}

.image-caption {
	padding: 1em 1.5em;
	font-size: 0.9em;
	color: var(--text-medium);
	font-style: italic;
	background: #f8f9fa;
	margin: 0;
	border-top: 1px solid #e9ecef;
}

@media screen and (max-width: 736px) {
	.article-image {
		margin: 2em 0;
		border-radius: 6px;
	}
	
	.article-image img {
		border-radius: 6px 6px 0 0;
	}
	
	.image-caption {
		padding: 0.8em 1em;
		font-size: 0.85em;
	}
}

/* Contact Page Styles */
.contact-intro {
	text-align: center;
	margin: 2em 0 3em 0;
	padding: 0 1em;
}

.contact-lead {
	font-size: 1.3em;
	font-weight: 400;
	color: var(--text-dark);
	margin-bottom: 1em;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3em;
	margin: 3em 0;
}

.contact-methods h2,
.contact-info h2 {
	color: var(--primary-teal);
	font-size: 1.8em;
	margin-bottom: 1.5em;
	border-bottom: 2px solid var(--accent-green);
	padding-bottom: 0.5em;
}

.contact-method {
	margin-bottom: 2em;
	padding: 1.5em;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 4px solid var(--accent-green);
}

.contact-method h3 {
	color: var(--text-dark);
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.contact-method a {
	color: var(--primary-teal);
	font-weight: 500;
	text-decoration: none;
}

.contact-method a:hover {
	text-decoration: underline;
}

.method-note {
	font-size: 0.9em;
	color: #666;
	margin-top: 0.5em;
	font-style: italic;
}

.help-list {
	list-style: none;
	padding: 0;
}

.help-list li {
	padding: 0.8em 0;
	border-bottom: 1px solid #eee;
}

.help-list li:last-child {
	border-bottom: none;
}

.response-time {
	background: var(--cool-gray);
	padding: 1.5em;
	border-radius: 8px;
	margin-top: 2em;
}

.response-time h3 {
	color: var(--primary-teal);
	margin-bottom: 0.5em;
}

.contact-cta {
	text-align: center;
	background: linear-gradient(135deg, var(--primary-teal) 0%, var(--accent-green) 100%);
	color: white;
	padding: 3em 2em;
	border-radius: 12px;
	margin: 3em 0;
}

.contact-cta h2 {
	color: white;
	font-size: 2em;
	margin-bottom: 1em;
}

.cta-buttons {
	margin-top: 2em;
}

.cta-buttons .button {
	margin: 0 0.5em;
	padding: 0.8em 2em;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 500;
	display: inline-block;
	transition: all 0.3s ease;
}

.cta-buttons .button.primary {
	background: white;
	color: var(--primary-teal);
	border: 2px solid white;
}

.cta-buttons .button.primary:hover {
	background: transparent;
	color: white;
}

.cta-buttons .button:not(.primary) {
	background: transparent;
	color: white;
	border: 2px solid white;
}

.cta-buttons .button:not(.primary):hover {
	background: white;
	color: var(--primary-teal);
}

@media screen and (max-width: 840px) {
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 2em;
	}
	
	.cta-buttons .button {
		display: block;
		margin: 0.5em 0;
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Wide */

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

		/* Basic */

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

		/* Section/Article */

			header.special {
				padding-top: 5.5em;
				margin-bottom: 4em;
			}

	}

/* Normal */

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

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				letter-spacing: 0.025em;
				line-height: 1.65em;
			}

			h1, h2, h3, h4, h5, h6 {
				line-height: 1.5em;
			}

		/* Section/Article */

			header.major {
				padding-bottom: 1.5em;
			}

			footer.major {
				padding-top: 2em;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 4em;
				padding: 4em 3em;
			}

				.wrapper.style4 {
					padding: 3em;
				}

		/* Header */

			#header nav ul li {
				margin-left: 1em;
			}

		/* Banner */

			#banner {
				background-attachment: scroll;
			}

		/* CTA */

			#cta {
				padding: 4em;
				background-attachment: scroll;
			}

		/* Footer */

			#footer {
				padding: 4em;
			}

	}

/* Narrow */

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

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				letter-spacing: 0.025em;
				line-height: 1.5em;
			}

		/* Section/Article */

			header br {
				display: none;
			}

			header.major {
				padding-bottom: 1em;
			}

			header.special {
				padding-left: 2.5em;
				padding-right: 2.5em;
			}

			footer.major {
				padding-top: 1.5em;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 3em;
				padding: 3em 2.5em;
			}

				.wrapper.special br {
					display: none;
				}

				.wrapper.style1 {
					padding: 0 2.5em;
				}

				.wrapper.style2 {
					background-size: 15em;
				}

				.wrapper.style4 {
					padding: 2.5em;
				}

		/* Banner */

			#banner {
				background-size: 15em, 15em, auto, cover;
			}

		/* Main */

			#main {
				background-size: 15em;
			}

		/* CTA */

			#cta {
				background-size: 15em, 15em, auto, cover;
				padding: 3em;
			}

	}

/* Narrower */

	#navPanel, #navButton {
		display: none;
	}

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

		/* Basic */

		html, body {
			overflow-x: hidden;
		}

		header.major {
			padding-bottom: 0.25em;
		}

		header.special {
			margin-bottom: 4em;
			padding-top: 5em;
		}

			header.special:before, header.special:after {
				width: 40%;
			}

			header.special h2 + p {
				padding-top: 1.25em;
			}

		/* Section/Article */

			section {
				margin: 1em 0 1em 0;
			}

				section:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"].small,
			input[type="submit"].small,
			input[type="reset"].small,
			button.small,
			.button.small {
				font-size: 0.8em;
				min-width: 18em;
				padding: 0.75em 0;
			}

		/* Featured Icons */

			ul.featured-icons {
				margin: 0;
			}

				ul.featured-icons li {
					display: inline-block;
					float: none;
					width: auto;
				}

					ul.featured-icons li .icon {
						font-size: 4em;
						width: 1.25em;
					}

		/* Buttons */

			ul.buttons li {
				display: block;
				padding: 1em 0 0 0;
			}

		/* Header */

			#header {
				display: block;
			}

			/* Mobile header/nav overrides */
			#header nav { display: none; }
			#header #logo { position: absolute; right: 1.5em; top: 0.75em; }
			#navPanel { display: block; }
			/* Limit hamburger hit area so it doesn't block the logo */
			#navButton .toggle { width: 60px; }

		/* Banner */

			#banner {
				margin: 0;
			}

		/* Wrapper */

			.wrapper.special-alt {
				text-align: center;
			}

			.wrapper.style4 {
				padding-bottom: 3em;
			}

		/* Main */

			#main {
				padding: 5em 0;
			}

				#main .sidebar {
					border-top: solid 1px rgba(124, 128, 129, 0.1);
					padding-top: 3em;
				}

					#main .sidebar section {
						border-top: 0;
						padding-top: 0;
					}

			body.index #main {
				padding-top: 4.5em;
			}

		/* CTA */

			#cta {
				margin: 0;
			}

		/* Footer */

			#footer {
				padding: 4em 1.5em;
			}

		/* Nav */

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

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

				#navButton .toggle {
					text-decoration: none;
					height: 60px;
					left: 0;
					position: absolute;
					text-align: center;
					top: 0;
					width: 100%;
					border: 0;
					outline: 0;
				}

					#navButton .toggle:before {
						content: '';
						background-image: url('/images/hamburger-icon-white.svg');
						background-repeat: no-repeat;
						background-position: center center;
						background-size: 24px 24px;
						color: #fff;
						font-size: 1em;
						height: 40px;
						left: 10px;
						line-height: 40px;
						opacity: 0.85;
						position: absolute;
						top: 11px;
						width: 60px;
						z-index: 1;
					}

					#navButton .toggle:after {
						background: rgba(163, 169, 170, 0.75);
						border-radius: 2px;
						content: '';
						height: 40px;
						left: 10px;
						position: absolute;
						top: 10px;
						width: 60px;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #1c2021;
				color: #fff;
				font-size: 0.8em;
				letter-spacing: 0.075em;
				text-transform: uppercase;
				padding: 0.25em 0.75em 1em 0.75em;
			}

				#navPanel .link {
					border: 0;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: inherit;
					display: block;
					height: 3em;
					line-height: 3em;
					opacity: 0.75;
					text-decoration: none;
				}

					#navPanel .link.depth-0 {
						font-weight: 900;
					}

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

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

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

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

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

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

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

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

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

	}

/* Mobile */

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

		/* Basic */

			body {
				min-width: 320px;
			}

			h2 {
				font-size: 1.25em;
				letter-spacing: 0.1em;
			}

			h3 {
				font-size: 1em;
				letter-spacing: 0.025em;
			}

			p {
				text-align: justify;
			}

		/* Section/Article */

			header {
				text-align: center;
			}

				header.major {
					padding-bottom: 0;
				}

				header.special {
					margin-bottom: 3em;
					padding-left: 1.5em;
					padding-right: 1.5em;
				}

					header.special:before, header.special:after {
						width: 38%;
					}

					header.special .icon {
						font-size: 0.75em;
						top: 1.5em;
					}

				header p {
					text-align: center;
				}

			footer.major {
				padding-top: 0;
			}

		/* Icon */

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

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				max-width: 20em;
				width: 100%;
			}

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

		/* Icons */

			ul.icons li {
				padding-left: 0.25em;
			}

		/* Featured Icons */

			ul.featured-icons li .icon {
				width: 1.1em;
			}

		/* Buttons */

			ul.buttons {
				text-align: center;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 2.5em;
				padding: 2.25em 1.5em;
			}

				.wrapper.special br {
					display: none;
				}

				.wrapper.style1 {
					padding: 0 1.5em;
				}

				.wrapper.style2 {
					background-size: 10em;
					padding: 2.25em 1.5em;
				}

				.wrapper.style4 {
					background-size: 10em;
					padding: 1.5em 1.5em 3em 1.5em;
				}

		/* Banner */

			#banner {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#banner .inner {
					background: none;
					display: block;
					padding: 0 1.5em;
				}

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

					#banner .inner p {
						text-align: center;
					}

					#banner .inner br {
						display: none;
					}

		/* Main */

			#main {
				background-size: 10em;
				padding: 3.5em 0 2.5em 0;
			}

			body.index #main {
				padding: 2.5em 0 0 0;
			}

			body.contact #main {
				padding-bottom: 0;
			}

		/* CTA */

			#cta {
				background-size: 10em, 10em, auto, cover;
				padding: 3em 1.5em;
			}

		/* Footer */

			#footer {
				padding: 3em 1.5em;
			}

				#footer .copyright li {
					display: block;
					margin: 1em 0 0 0;
					padding: 0;
					border: 0;
				}

		/* Nav */

			#navButton .toggle:before {
				top: 8px;
				left: 8px;
				width: 50px;
				height: 34px;
				line-height: 34px;
			}

			#navButton .toggle:after {
				top: 8px;
				left: 8px;
				width: 50px;
				height: 34px;
			}

	}

/* Home Care DIY Hub: Remove Font Awesome and use SVG hamburger */
/* Hide icon pseudo-elements and brand icons */
.icon:before { content: none !important; }
ul.icons { display: none !important; }

/* Home page custom styling (moved from index.html) */
.hero-quote {
	background: linear-gradient(135deg, rgba(120,119,198,0.08) 0%, rgba(255,204,112,0.12) 100%);
	border-left: 4px solid #7877c6;
	padding: 2.25em;
	margin: 2.5em 0;
	font-style: italic;
	font-size: 1.2em;
	border-radius: 0 12px 12px 0;
	box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.hero-quote blockquote {
	margin: 0;
	border: none;
	padding: 0;
	font-size: 1.3em;
	color: #4a4f58;
	font-weight: 500;
}

.founder-intro {
	background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(248,249,250,0.98) 100%);
	border: 1px solid rgba(0,0,0,0.06);
	padding: 2.75em 3em;
	border-radius: 14px;
	margin: 2.5em 0;
	display: grid;
	grid-template-columns: 112px 1fr;
	grid-column-gap: 1.75em;
	align-items: center;
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.founder-intro h3 {
	color: #2c3e50;
	margin-bottom: 0.5em;
}

.founder-intro .subtitle {
	color: #5fb3a3;
	font-weight: 500;
	font-size: 1.05em;
	margin-bottom: 0.5em;
}

.founder-intro .avatar {
	width: 112px;
	height: 112px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 6px 18px rgba(0,0,0,0.12);
	border: 3px solid #fff;
}

.founder-intro .founder-intro-body {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.founder-intro p { margin: 0; color: #4a4f58; }

@media screen and (max-width: 840px) {
	.founder-intro {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.founder-intro .avatar { margin: 0 auto 0.75em auto; width: 96px; height: 96px; }
	.founder-intro .founder-intro-body { align-items: center; }
}

.benefits-grid {
	background: linear-gradient(135deg, #fff 0%, #fafbfc 100%);
	border: 1px solid rgba(0,0,0,0.04);
	padding: 2.5em;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.06);
	margin: 1.5em 0;
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	margin: 1.5em 0;
	padding: 1em;
	background: rgba(131, 211, 201, 0.05);
	border-radius: 6px;
}

.benefit-icon {
	background: #83d3c9;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1em;
	flex-shrink: 0;
	font-weight: bold;
}

.cta-enhanced {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	text-align: center;
	padding: 3.5em 2.5em;
	margin: 3.5em 0;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(102,126,234,0.25);
}

.cta-enhanced h2 {
	color: white;
	margin-bottom: 1em;
}

.cta-enhanced .button {
	background: white;
	color: #83d3c9;
	border: none;
	font-weight: 600;
}

.cta-enhanced .button:hover {
	background: #f0f0f0;
	color: #5fb3a3;
}

.transformation-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: 1px solid rgba(0,0,0,0.06);
	color: #495057;
	text-align: center;
	padding: 3.5em 2.5em;
	margin: 3em 0;
	border-radius: 14px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.transformation-section h2 {
	color: #2c3e50;
	font-size: 2.1em;
	margin-bottom: 0.5em;
	font-weight: 700;
}

.transformation-section p {
	font-size: 1.15em;
	color: #6c757d;
	font-weight: 400;
}

/* Replace image-based hero with animated gradient on homepage */
/* Plasma-style animated gradient (muted palette for home/DIY) */
@keyframes plasmaPan {
	0%   { background-position: 0% 0%; }
	50%  { background-position: 100% 100%; }
	100% { background-position: 0% 0%; }
}

body.index #banner {
	background-image: none;
	/* Muted, earthy plasma palette (teal/slate/moss with dark base) */
	background: radial-gradient(1200px 800px at 20% 30%, rgba(95,143,138,0.35) 0%, rgba(95,143,138,0) 55%),
				radial-gradient(900px 700px at 80% 25%, rgba(78,110,142,0.35) 0%, rgba(78,110,142,0) 60%),
				radial-gradient(1000px 900px at 30% 80%, rgba(109,140,91,0.30) 0%, rgba(109,140,91,0) 55%),
				radial-gradient(800px 600px at 70% 70%, rgba(184,163,126,0.20) 0%, rgba(184,163,126,0) 60%),
				linear-gradient(135deg, #141a20 0%, #0b1116 100%);
	background-size: 140% 140%, 130% 130%, 150% 150%, 120% 120%, 100% 100%;
	animation: plasmaPan 28s ease-in-out infinite;
}

/* Remove overlay wash and floating box styling on homepage */
/* Subtle neutral wash on top for readability */
body.index #banner:before {
	display: block;
	background: linear-gradient(180deg, rgba(15,18,20,0.18) 0%, rgba(15,18,20,0.28) 100%);
}
body.index #banner .inner {
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

/* Homepage: custom logo glow removed (logo has built-in glow) */

/* Desktop: larger logo and adjusted nav vertical offset */
@media screen and (min-width: 981px) {
	#header #logo img {
		height: 72px;
	}
	#header { padding: 0.5em 1.5em; }
	#header nav { position: static; right: auto; top: auto; transform: none; }
	/* Home page alt header: reduce padding further and align nav */
	#header.alt { padding: 0.25em 1.5em; }
	#header.alt nav { position: static; right: auto; top: auto; transform: none; }
}

/* Extra-wide desktop: tighten spacing further (ensure minimal gap) */
@media screen and (min-width: 1281px) {
	body.index #header.alt { padding: 0.1em 1.5em; }
	#header { padding-top: 0.35em; }
	#header nav { top: auto; }
}

/* Tablet widths before mobile crossover: tighten top spacing */
@media screen and (max-width: 980px) and (min-width: 841px) {
	#header {
		padding: 0.75em 1.25em;
		display: flex !important;
		align-items: center !important;
	}
	#header nav { position: static !important; right: auto !important; top: auto !important; transform: none !important; margin-left: auto; display: flex; align-items: center; }
	#header nav ul { display: flex; align-items: center; }
	#header.alt nav { position: static !important; right: auto !important; top: auto !important; transform: none !important; margin-left: auto; display: flex; align-items: center; }
	#header.alt nav ul { display: flex; align-items: center; }
	/* Ensure home (alt) header matches tighter spacing */
	#header.alt { padding: 0.75em 1.25em; display: flex !important; align-items: center !important; }
}

/* Sticky header nav alignment override (final, high-specificity) */
@media screen and (min-width: 981px) {
	body #header nav { position: absolute !important; right: 1.5em !important; top: 1.35em !important; transform: none !important; }
	body #header.alt nav { position: absolute !important; right: 2.5em !important; top: 1.35em !important; transform: none !important; }
}

/* Removed conflicting absolute-centering overrides; relying on flex alignment above */

/* ============================================
   HOME CARE DIY HUB - HOMEPAGE REDESIGN STYLES
   Add these styles to your main.css file
   ============================================ */

/* Softer, Professional Color Palette */
:root {
	--primary-teal: #4A90A4;      /* Softer teal blue */
	--accent-green: #67B26F;      /* Fresh green */
	--accent-gold: #E4B429;       /* Warm gold */
	--warm-brown: #8B6F47;        /* Earthy brown */
	--warm-white: #FAFAF8;        /* Warm white */
	--cool-gray: #F5F7FA;         /* Light cool gray */
	--text-dark: #2D3436;         /* Dark gray text */
	--text-medium: #636E72;       /* Medium gray text */
	--bg-light: #FFFFFF;          /* Clean white background */
}

/* Body and Base */
body {
	background: var(--bg-light);
	color: var(--text-dark);
}

/* Header Improvements */
#header {
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}

#header nav ul li a:hover {
	background: rgba(74, 144, 164, 0.1);
	color: var(--primary-teal);
	border-radius: 4px;
}

/* Restore Original Plasma-style Animation */
@keyframes plasmaPan {
	0%   { background-position: 0% 0%; }
	50%  { background-position: 100% 100%; }
	100% { background-position: 0% 0%; }
}

/* Original reveal-banner animation from the template */
@-moz-keyframes reveal-banner {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes reveal-banner {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-ms-keyframes reveal-banner {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes reveal-banner {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

body.index #banner {
	background-image: none;
	/* Original muted plasma palette */
	background: radial-gradient(1200px 800px at 20% 30%, rgba(95,143,138,0.35) 0%, rgba(95,143,138,0) 55%),
				radial-gradient(900px 700px at 80% 25%, rgba(78,110,142,0.35) 0%, rgba(78,110,142,0) 60%),
				radial-gradient(1000px 900px at 30% 80%, rgba(109,140,91,0.30) 0%, rgba(109,140,91,0) 55%),
				radial-gradient(800px 600px at 70% 70%, rgba(184,163,126,0.20) 0%, rgba(184,163,126,0) 60%),
				linear-gradient(135deg, #141a20 0%, #0b1116 100%);
	background-size: 140% 140%, 130% 130%, 150% 150%, 120% 120%, 100% 100%;
	animation: plasmaPan 28s ease-in-out infinite;
}

/* Original subtle overlay */
body.index #banner:before {
	display: block;
	background: linear-gradient(180deg, rgba(15,18,20,0.18) 0%, rgba(15,18,20,0.28) 100%);
}

/* Restore original inner animation - this is the key fix */
body.index #banner .inner {
	-moz-animation: reveal-banner 1s 0.25s ease-in-out;
	-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
	-ms-animation: reveal-banner 1s 0.25s ease-in-out;
	animation: reveal-banner 1s 0.25s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	opacity: 0;
}

body.index #banner .inner h2 {
	color: #fff;
	font-weight: 700;
}

body.index #banner .inner p {
	color: rgba(255,255,255,0.95);
	font-size: 1.15em;
}

body.index #banner .inner h2 {
	color: var(--warm-white);
	font-weight: 700;
}

body.index #banner .inner p {
	color: var(--warm-white);
	font-size: 1.15em;
}

/* Button Styling - Better Contrast */
.button {
	border: 2px solid var(--primary-teal);
	color: var(--primary-teal);
	font-weight: 600;
	background: transparent;
	transition: all 0.3s ease;
}

.button:hover {
	background: var(--primary-teal) !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(74, 144, 164, 0.3);
}

.button.primary {
	background: var(--primary-teal);
	border-color: var(--primary-teal);
	color: #fff !important;
}

.button.primary:hover {
	background: #3A7A94 !important;
	border-color: #3A7A94 !important;
}

/* Featured Guides Banner */
.featured-banner {
	background: linear-gradient(135deg, var(--cool-gray) 0%, rgba(74, 144, 164, 0.05) 100%);
	border-left: none;
	border-top: 4px solid var(--primary-teal);
	border-radius: 8px;
	padding: 2em;
	margin: 2em auto;
	max-width: 900px;
	text-align: center;
}

.featured-banner h3 {
	color: var(--text-dark);
	font-size: 1.6em;
	margin-bottom: 1em;
	font-weight: 600;
}

.guide-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
	align-items: center;
}

.guide-pill {
	background: #fff;
	border: 2px solid var(--accent-green);
	color: var(--text-dark);
	padding: 0.6em 1.2em;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	display: inline-block;
	text-align: center;
}

.guide-pill:hover {
	background: var(--accent-green);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(103, 178, 111, 0.3);
	border-bottom: 2px solid var(--accent-green);
}

/* Posts Grid */
.posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2em;
	margin-top: 2em;
}

.post-card {
	background: #fff;
	border-radius: 8px;
	padding: 1.8em;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border-top: 3px solid transparent;
	position: relative;
}

.post-card:nth-child(odd) { border-top-color: var(--primary-teal); }
.post-card:nth-child(even) { border-top-color: var(--accent-green); }

.post-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.post-category {
	display: inline-block;
	background: var(--accent-gold);
	color: var(--text-dark);
	padding: 0.3em 0.8em;
	border-radius: 15px;
	font-size: 0.85em;
	font-weight: 600;
	margin-bottom: 1em;
}

.post-card h4 {
	margin-bottom: 0.8em;
	font-size: 1.3em;
}

.post-card h4 a {
	color: var(--text-dark);
	text-decoration: none;
	border: none;
	font-weight: 600;
}

.post-card h4 a:hover {
	color: var(--primary-teal);
}

.post-card p {
	color: var(--text-medium);
	line-height: 1.6;
	margin-bottom: 1em;
}

.read-more {
	color: var(--primary-teal);
	font-weight: 600;
	text-decoration: none;
	border: none;
	font-size: 0.95em;
}

.read-more:hover {
	color: #3A7A94;
	padding-left: 5px;
}

/* Solutions Grid */
.solutions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2em;
	margin-top: 2em;
}

.solution-card {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 8px;
	padding: 2em;
	text-align: center;
	transition: all 0.3s ease;
}

.solution-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.solution-icon {
	font-size: 2.5em;
	margin-bottom: 0.5em;
	display: block;
}

.solution-card h4 {
	color: var(--text-dark);
	font-size: 1.3em;
	margin-bottom: 0.5em;
	font-weight: 600;
}

.solution-card p {
	color: var(--text-medium);
	margin-bottom: 1em;
}

.solution-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.solution-links li {
	padding: 0.3em 0;
}

.solution-links a {
	color: var(--primary-teal);
	text-decoration: none;
	border-bottom: 1px dotted var(--primary-teal);
	font-size: 0.95em;
}

.solution-links a:hover {
	border-bottom-style: solid;
}

/* Why DIY Section */
.why-diy-section {
	background: linear-gradient(135deg, #fff 0%, var(--cool-gray) 100%);
	border-radius: 12px;
	padding: 2.5em;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.why-diy-section h3 {
	color: var(--text-dark);
	font-size: 1.8em;
	margin-bottom: 1.2em;
	font-weight: 600;
	text-align: center;
}

.benefits-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2em;
	margin: 2em 0;
	padding: 1.5em 0;
	border-top: 2px solid rgba(0, 0, 0, 0.08);
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.benefit {
	text-align: center;
	color: var(--text-medium);
	line-height: 1.6;
}

.benefit strong {
	display: block;
	color: var(--primary-teal);
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

.why-diy-section p {
	color: var(--text-medium);
	line-height: 1.7;
	text-align: center;
	margin-top: 1.5em;
}

/* Topics List */
.topics-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	margin-top: 2em;
}

.topic-link {
	background: #fff;
	border: 2px solid #E8EAED;
	color: var(--text-dark);
	padding: 0.8em 1.5em;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	display: inline-block;
}

.topic-link:hover {
	border-color: var(--primary-teal);
	background: rgba(74, 144, 164, 0.05);
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Final CTA - Fixed Text Visibility */
.cta-final {
	background: linear-gradient(135deg, var(--primary-teal) 0%, #3A7A94 100%);
	padding: 4em 2em;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cta-final::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M20 20h20v20h-20z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.cta-content {
	position: relative;
	z-index: 1;
}

.cta-final h2 {
	color: #fff;
	font-size: 2em;
	margin-bottom: 0.5em;
	font-weight: 600;
}

.cta-final p {
	color: rgba(255, 255, 255, 0.95);
	font-size: 1.15em;
	margin-bottom: 2em;
}

.cta-final .button.primary {
	background: #fff;
	color: var(--primary-teal) !important;
	border: 2px solid #fff;
	padding: 0.8em 2em;
	font-weight: 600;
}

.cta-final .button.primary:hover {
	background: transparent !important;
	color: #fff !important;
	border-color: #fff;
}

/* Wrapper Style Updates */
.wrapper.style1 {
	background: var(--bg-light);
}

.wrapper.style2 {
	background: linear-gradient(135deg, #F8F9FA 0%, #E9ECEF 100%);
	color: var(--text-dark);
	box-shadow: none;
}

.wrapper.style2 h2,
.wrapper.style2 h3,
.wrapper.style2 h4 {
	color: var(--text-dark);
}

.wrapper.style2 p {
	color: var(--text-medium);
}

.wrapper.style3 {
	background: #fff;
}

/* Header Improvements */
header.special h2 {
	color: var(--text-dark);
	font-weight: 600;
	font-size: 1.9em;
}

header.special p {
	color: var(--text-medium);
	font-size: 1.1em;
	line-height: 1.7;
}

header.major h2 {
	color: var(--text-dark);
	font-weight: 600;
}

header.major p {
	color: var(--text-medium);
}

/* Footer */
#footer {
	background: linear-gradient(135deg, #2D3436 0%, #3D4447 100%);
	color: rgba(255, 255, 255, 0.8);
}

/* Mobile Responsiveness */
@media screen and (max-width: 736px) {
	.posts-grid {
		grid-template-columns: 1fr;
	}
	
	.solutions-grid {
		grid-template-columns: 1fr;
	}
	
	.benefits-row {
		grid-template-columns: 1fr;
		gap: 1em;
	}
	
	.guide-grid {
		flex-direction: column;
		align-items: stretch;
	}
	
	.guide-pill {
		text-align: center;
		width: 100%;
	}
	
	.topics-list {
		flex-direction: column;
		align-items: stretch;
	}
	
	.topic-link {
		text-align: center;
		width: 100%;
	}
}

/* Mobile header fixes - clean solution */
@media screen and (max-width: 980px) {
	/* Transparent headers on all pages to match homepage behavior */
	#header, #header.alt { 
		background: transparent !important; 
		box-shadow: none !important; 
		padding: 0.4em 1em !important;
	}
	
	/* Smaller logo for tighter header */
	#header #logo img { height: 28px !important; }
	
	/* Remove hamburger background bar and make it visible */
	#navButton .toggle:after { background: transparent !important; }
	#navButton .toggle:before { filter: invert(1) !important; }
	
	/* Homepage: keep hamburger white over transparent header */
	body.index #navButton .toggle:before { filter: none !important; }
	
	/* Post hero: move entire section down and give it more height */
	.post-hero { 
		margin-top: 3em !important; 
		margin-bottom: 0 !important;
		min-height: 80vh !important;
		height: auto !important;
	}
	.hero-content { 
		padding-top: 3em !important; 
		padding-bottom: 4em !important; 
	}
}