/* Google Fonts moved to HTML head for better performance */

/*
	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;
		/* Mobile: maintain brightness with lighter glow */
		drop-shadow: 0 0 6px rgba(255, 255, 255, 0.25);
	}

	/* 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: #345476;
	text-decoration: none;
	border-bottom: dotted 1px;
}

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

strong,
b {
	font-weight: 400;
	color: #2c3e50;
}

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

h1 {
	font-size: 2.35em;
	letter-spacing: 0.14em;
}

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

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

@media screen and (max-width: 736px) {
	h1 {
		font-size: 1.85em;
		letter-spacing: 0.08em;
	}
}

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 {
	display: none;
}



header.special h1,
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;
	background-color: #0b1116;
	isolation: isolate;
	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;
	/* Reset to simple static gradient */
	background: radial-gradient(1200px 800px at 20% 30%, rgba(40, 65, 100, 0.35) 0%, rgba(40, 65, 100, 0) 55%),
		radial-gradient(900px 700px at 80% 25%, rgba(52, 84, 118, 0.35) 0%, rgba(52, 84, 118, 0) 60%),
		radial-gradient(1000px 900px at 30% 80%, rgba(70, 130, 180, 0.30) 0%, rgba(70, 130, 180, 0) 55%),
		linear-gradient(135deg, #0b1116 0%, #1a2633 100%);
	background-size: 140% 140%, 130% 130%, 150% 150%, 100% 100%;
	z-index: 1;
	will-change: auto;
	backface-visibility: hidden;
	transform: none;
	filter: brightness(1.08) saturate(1.08);
}

.hero-background::before {
	/* Gentle animated light overlay (primary) */
	content: '';
	position: absolute;
	inset: -12%;
	background:
		radial-gradient(900px 600px at 25% 35%, rgba(100, 149, 237, 0.34), transparent 62%),
		radial-gradient(820px 540px at 68% 62%, rgba(176, 196, 222, 0.30), transparent 62%),
		radial-gradient(700px 460px at 40% 75%, rgba(135, 169, 214, 0.25), transparent 60%);
	filter: blur(5px);
	opacity: 0.80;
	pointer-events: none;
	will-change: transform, opacity;
	animation: lightDrift 14s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate, lightPulse 8s ease-in-out infinite alternate;
}

.hero-background::after {
	/* Secondary subtle layer for smoother motion */
	content: '';
	position: absolute;
	inset: -14%;
	background:
		radial-gradient(780px 520px at 22% 70%, rgba(176, 196, 222, 0.30), transparent 65%),
		radial-gradient(680px 520px at 80% 28%, rgba(100, 149, 237, 0.34), transparent 68%);
	filter: blur(6px);
	opacity: 0.68;
	pointer-events: none;
	will-change: transform, opacity;
	animation: lightDrift2 18s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate-reverse, lightPulse 10s ease-in-out infinite alternate;
}

.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;
	/* Removed backdrop-filter blur */
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-author {
	text-align: center;
	margin-bottom: 1em;
	opacity: 0.9;
	font-size: 0.9em;
	animation: metaFadeIn 0.8s ease-out 0.5s both;
}

.hero-author a {
	color: white;
	text-decoration: none;
	font-weight: 500;
	transition: opacity 0.3s ease;
}

.hero-author a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

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

/* Flowing liquid plasma - organic morphing */
@keyframes liquidPlasmaFlow {
	0% {
		background-position: 0% 50%, 100% 30%, 50% 100%, 80% 0%;
	}

	25% {
		background-position: 30% 20%, 80% 60%, 20% 80%, 60% 40%;
	}

	50% {
		background-position: 70% 80%, 20% 90%, 90% 20%, 40% 70%;
	}

	75% {
		background-position: 90% 40%, 40% 10%, 60% 60%, 10% 90%;
	}

	100% {
		background-position: 0% 50%, 100% 30%, 50% 100%, 80% 0%;
	}
}

/* Color waves - continuous flowing */
@keyframes colorWaves {
	0% {
		background-position: 20% 0%, 80% 50%, 50% 100%;
		transform: scale(1) rotate(0deg);
	}

	33% {
		background-position: 60% 30%, 40% 80%, 80% 20%;
		transform: scale(1.1) rotate(2deg);
	}

	66% {
		background-position: 90% 70%, 10% 20%, 30% 90%;
		transform: scale(0.9) rotate(-2deg);
	}

	100% {
		background-position: 20% 0%, 80% 50%, 50% 100%;
		transform: scale(1) rotate(0deg);
	}
}

/* Liquid metal swirls - organic flow */
@keyframes metalSwirls {
	0% {
		background-position: 30% 80%, 70% 20%;
		transform: rotate(0deg) scale(1);
	}

	25% {
		background-position: 60% 40%, 40% 60%;
		transform: rotate(1deg) scale(1.05);
	}

	50% {
		background-position: 80% 10%, 20% 90%;
		transform: rotate(-1deg) scale(0.95);
	}

	75% {
		background-position: 50% 70%, 90% 30%;
		transform: rotate(0.5deg) scale(1.02);
	}

	100% {
		background-position: 30% 80%, 70% 20%;
		transform: rotate(0deg) scale(1);
	}
}

/* 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: #4682b4;
}

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 {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: inherit;
	font-weight: 400;
}

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

.icon:before {
	line-height: 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.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;
	color: #2c3e50;
}

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

ul li {
	padding-left: 0.5em;
	color: #2c3e50;
}

/* 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-size: 1em;
	line-height: 1;
	font-weight: 900;
	margin: 0;
}

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

/* Site-wide logo sizing and brightening effects */
#header #logo img {
	display: block;
	height: 48px;
	width: auto;
	/* Brightening filters */
	filter: brightness(1.15) contrast(1.1) saturate(1.05);
	/* Subtle glow effect */
	drop-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
	/* Smooth transitions */
	transition: all 0.3s ease;
}

/* Enhance brightness on hover */
#header #logo img:hover {
	filter: brightness(1.25) contrast(1.15) saturate(1.1);
	drop-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
	transform: scale(1.02);
}

#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:after {
	content: '▼';
	margin-left: 0.5em;
	font-size: 0.8em;
	display: inline-block;
}

#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(100, 149, 237, 0.12);
}

#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 !important;
	box-shadow: none !important;
	color: #fff;
	padding: 2em 2.5em;
	position: absolute;
	/* Ensure no backdrop filters on homepage header */
	backdrop-filter: none !important;
}

#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: linear-gradient(135deg, rgba(30, 58, 96, 0.95) 0%, rgba(52, 84, 122, 0.95) 100%);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(70, 130, 180, 0.3);
	box-shadow: 0 4px 12px rgba(30, 58, 96, 0.2);
	line-height: 2.25em;
	min-width: 13em;
	padding: 1em 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	margin-top: calc(-1em + 1px);
	z-index: 10001;
	position: absolute;
}

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

.dropotron.level-0:before {
	border-bottom: solid 0.5em rgba(70, 130, 180, 0.9);
	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(176, 196, 222, 0.15);
	padding-left: 0;
}

.dropotron>li>a {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	padding: 0 1em;
	border: 0;
}

.dropotron>li:hover>a {
	background: rgba(100, 149, 237, 0.8);
	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: #1e3a60;
	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;
	/* Industrial blue overlay */
	background: linear-gradient(135deg, rgba(30, 58, 96, 0.3) 0%, rgba(52, 84, 122, 0.45) 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(70, 130, 180, 0.85) 0%, rgba(52, 84, 122, 0.85) 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 h1,
#banner .inner header h2 {
	border: none;
	display: block;
	font-size: 2.5em;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1.1;
	margin: 0;
	padding: 0.35em 1em 0.25em;
	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;
}

/* Style the "Show Me How" button - sleek outline style */
#banner .inner .banner-actions .button {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.9);
	color: #fff !important;
	font-weight: 500;
	max-width: 180px;
	margin: 0 auto;
	display: inline-block;
	width: auto !important;
	padding: 0.7em 1.3em;
	border-radius: 18px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.85em;
	transition: all 0.3s ease;
	backdrop-filter: blur(2px);
}

#banner .inner .banner-actions .button:hover {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: #fff !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

/* 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: #1e3a60;
	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, rgba(30, 58, 96, 0.08) 0%, rgba(52, 84, 122, 0.12) 50%, rgba(70, 130, 180, 0.08) 100%);
	color: #2c3e50;
	padding: 3.5em 2em;
	margin-bottom: 2em;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

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='%23345476' fill-opacity='0.04'%3E%3Cpath d='M30 30h-6v-6h12v12h-6v-6zm0-24V0h-6v6h-12v6h12v12h6V12h12V6h-12z'/%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.5;
	pointer-events: none;
}

body.no-sidebar #main header.special h1,
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;
	color: #345476;
	line-height: 1.2;
}

body.no-sidebar #main header.special::after {
	display: none;
}

body.no-sidebar #main header.special p {
	position: relative;
	z-index: 1;
	font-size: 1.2em;
	margin-top: 1em;
	opacity: 0.8;
	color: #5a6c7d;
	line-height: 1.6;
}

.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 h1,
	#banner .inner header h2 {
		padding: 0.25em 0.6em 0.2em;
		font-size: 1.5em;
	}

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

	#banner .inner br {
		display: none;
	}

	/* Mobile: adjust hero button styling */
	#banner .inner .banner-actions .button {
		max-width: 160px;
		font-size: 0.8em;
		padding: 0.6em 1.1em;
		border-radius: 15px;
	}

	/* 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(70, 130, 180, 0.08) 0%, rgba(100, 149, 237, 0.12) 100%);
	border-left: 4px solid #345476;
	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: url("../../images/home-hero.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/* Remove plasma animation */
	animation: none;
}

/* Enhanced overlay for hero image readability */
body.index #banner:before {
	display: block;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}

body.index #banner .inner {
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

/* Logo brightening effects applied site-wide */

/* Desktop: larger logo and adjusted nav vertical offset */
@media screen and (min-width: 981px) {
	#header #logo img {
		height: 72px;
		/* Desktop: enhanced glow for larger logo */
		drop-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
	}

	#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;
		background: rgba(255, 255, 255, 0.92) !important;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !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;
		background: transparent !important;
		box-shadow: none !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 - Clean, no blur */
#header {
	background: rgba(255, 255, 255, 0.95);
	/* Removed blur effect */
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	color: #2c3e50;
}

/* Ensure regular page headers have dark text */
#header:not(.alt) nav ul li a {
	color: #2c3e50 !important;
}

/* Ensure homepage header has white text */
#header.alt nav ul li a {
	color: #fff !important;
}

#header nav ul li a:hover {
	background: rgba(74, 144, 164, 0.1);
	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: url("../../images/home-hero.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/* Remove plasma animation */
	animation: none;
}

/* Enhanced overlay for hero image readability */
body.index #banner:before {
	display: block;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 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 h1,
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 h1,
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;
	position: relative;
	overflow: hidden;
	border-top: 3px solid transparent;
}

.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-thumb {
	margin: -1.8em -1.8em 1em;
	height: 160px;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	background: #edf1f5;
}

.post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.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 h3 {
	color: var(--text-dark);
	font-size: 1.3em;
	margin-bottom: 0.5em;
	font-weight: 600;
	text-align: center;
}

.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 h1,
header.special h2 {
	color: var(--text-dark);
	font-weight: 600;
	font-size: 1.9em;
	line-height: 1.2;
}

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

	.guide-pill {
		text-align: center;
		width: 100%;
	}

	.guide-grid .guide-item {
		max-width: 320px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.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: 840px) {

	/* 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;
		/* Small mobile: subtle glow */
		drop-shadow: 0 0 4px rgba(255, 255, 255, 0.2) !important;
	}

	/* Mobile: scroll background image for better performance */
	body.index #banner {
		background-attachment: scroll;
		background-position: center center;
	}

	/* Remove hamburger background bar and make it visible */
	#navButton .toggle:after {
		background: transparent !important;
	}

	#navButton .toggle:before {
		filter: none !important;
	}

	/* Homepage: keep hamburger white over transparent header */
	body.index #navButton .toggle:before {
		filter: none !important;
	}

	/* Post hero: keep compact spacing on mobile */
	.post-hero {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		min-height: 60vh !important;
		height: auto !important;
	}

	.hero-content {
		padding-top: 2.5em !important;
		padding-bottom: 2.25em !important;
	}
}

/* Subtle drift for lighter highlights */
@keyframes lightDrift {
	0% {
		transform: translate3d(-6%, -3%, 0) rotate(-1deg) scale(1.03);
	}

	25% {
		transform: translate3d(4.5%, 1.5%, 0) rotate(0.4deg) scale(1.06);
	}

	50% {
		transform: translate3d(9%, 4.5%, 0) rotate(1.2deg) scale(1.08);
	}

	75% {
		transform: translate3d(1.5%, 2%, 0) rotate(0.2deg) scale(1.065);
	}

	100% {
		transform: translate3d(-4%, 3%, 0) rotate(-0.6deg) scale(1.05);
	}
}

/* Secondary drift for added smoothness */
@keyframes lightDrift2 {
	0% {
		transform: translate3d(5%, -4%, 0) rotate(0deg) scale(1.02);
	}

	33% {
		transform: translate3d(-3%, 2%, 0) rotate(0.5deg) scale(1.04);
	}

	66% {
		transform: translate3d(-8%, 4.5%, 0) rotate(-0.5deg) scale(1.06);
	}

	100% {
		transform: translate3d(3%, -2%, 0) rotate(0deg) scale(1.03);
	}
}

/* Gentle opacity breathing */
@keyframes lightPulse {

	0%,
	100% {
		opacity: 0.72;
	}

	50% {
		opacity: 0.88;
	}
}

/* Responsive: scale highlight blobs down on smaller screens */
@media screen and (max-width: 980px) {
	.post-hero .hero-background::before {
		background:
			radial-gradient(700px 460px at 25% 35%, rgba(100, 149, 237, 0.34), transparent 62%),
			radial-gradient(640px 420px at 68% 62%, rgba(176, 196, 222, 0.30), transparent 62%),
			radial-gradient(560px 380px at 40% 75%, rgba(135, 169, 214, 0.25), transparent 60%);
		filter: blur(5px);
	}

	.post-hero .hero-background::after {
		background:
			radial-gradient(620px 420px at 22% 70%, rgba(176, 196, 222, 0.30), transparent 65%),
			radial-gradient(540px 420px at 80% 28%, rgba(100, 149, 237, 0.34), transparent 68%);
		filter: blur(5px);
	}
}

@media screen and (max-width: 736px) {
	.post-hero .hero-background::before {
		background:
			radial-gradient(420px 280px at 25% 35%, rgba(100, 149, 237, 0.34), transparent 62%),
			radial-gradient(360px 240px at 68% 62%, rgba(176, 196, 222, 0.30), transparent 62%),
			radial-gradient(320px 210px at 40% 75%, rgba(135, 169, 214, 0.25), transparent 60%);
		filter: blur(3px);
	}

	.post-hero .hero-background::after {
		background:
			radial-gradient(320px 220px at 22% 70%, rgba(176, 196, 222, 0.30), transparent 65%),
			radial-gradient(300px 200px at 80% 28%, rgba(100, 149, 237, 0.34), transparent 68%);
		filter: blur(3px);
	}
}

@media screen and (max-width: 480px) {
	.post-hero .hero-background::before {
		background:
			radial-gradient(320px 210px at 25% 35%, rgba(100, 149, 237, 0.34), transparent 62%),
			radial-gradient(280px 190px at 68% 62%, rgba(176, 196, 222, 0.30), transparent 62%),
			radial-gradient(240px 170px at 40% 75%, rgba(135, 169, 214, 0.25), transparent 60%);
		filter: blur(2px);
	}

	.post-hero .hero-background::after {
		background:
			radial-gradient(260px 180px at 22% 70%, rgba(176, 196, 222, 0.30), transparent 65%),
			radial-gradient(230px 170px at 80% 28%, rgba(100, 149, 237, 0.34), transparent 68%);
		filter: blur(2px);
	}
}

/* Category page content sections */
.content-section {
	margin-bottom: 2.5em;
	padding: 2em;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 8px;
	transition: all 0.3s ease;
}

.content-section:hover {
	background: rgba(255, 255, 255, 0.05);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.content-section.highlight {
	background: linear-gradient(135deg, rgba(76, 132, 255, 0.05) 0%, rgba(0, 176, 155, 0.05) 100%);
	border-left: 4px solid rgba(76, 132, 255, 0.3);
}

.content-section.highlight:hover {
	background: linear-gradient(135deg, rgba(76, 132, 255, 0.08) 0%, rgba(0, 176, 155, 0.08) 100%);
	border-left-color: rgba(76, 132, 255, 0.6);
}

.content-section h4 {
	color: #4c84ff;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid rgba(76, 132, 255, 0.2);
	transition: color 0.3s ease;
}

.content-section:hover h4 {
	color: #5a92ff;
}

.content-section p {
	line-height: 1.8;
	margin-bottom: 1.2em;
}

.content-section p:last-child {
	margin-bottom: 0;
}

.intro-section {
	background: linear-gradient(135deg, rgba(0, 176, 155, 0.08) 0%, rgba(76, 132, 255, 0.08) 100%);
	padding: 2.5em;
	border-radius: 10px;
	margin-bottom: 3em;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-section h3 {
	color: #00b09b;
	font-size: 1.8em;
	margin-bottom: 0.8em;
}

/* Homepage additions */
#banner .banner-subtext {
	width: 100%;
	max-width: none;
	margin: 0.75em 0 0.5em;
	font-weight: 300;
	text-align: center;
}

.feature-list,
.quick-points {
	list-style: none;
	margin: 1.2em 0 0;
	padding: 0;
	display: grid;
	gap: 0.55em;
}

.feature-list li,
.quick-points li {
	padding-left: 1.25em;
	position: relative;
}

.feature-list li::before,
.quick-points li::before {
	content: "–";
	position: absolute;
	left: 0;
	color: #f5d76e;
}

.guide-grid {
	gap: 1.1em;
	justify-content: center;
	align-items: stretch;
}

.guide-grid .guide-item {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 1em 1.1em;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	flex: 1 1 240px;
	max-width: 260px;
	display: flex;
	flex-direction: column;
	min-height: 170px;
}

.guide-grid .guide-pill {
	display: inline-block;
	margin-bottom: 0.45em;
}

.guide-grid .guide-item p {
	margin: 0.35em 0 0;
	padding-top: 0;
	font-size: 0.95em;
	border-top: none;
	flex: 1 1 auto;
}

.plans-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.25em;
}

.plan-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 1.2em 1.3em;
}

.plan-card ul {
	margin: 0.8em 0 0;
	padding-left: 1.1em;
}

/* Homepage card alignment */
.posts-grid .post-card {
	text-align: center;
}

.posts-grid .post-card p {
	text-align: left;
}

.posts-grid .post-category {
	margin: 0 auto 0.75em;
}

.posts-grid .post-card h3 {
	margin-bottom: 0.6em;
}

.posts-grid .post-card .read-more {
	display: inline-block;
	margin: 0.4em auto 0;
}

/* Make entire post tile clickable */
.post-card-link {
	display: flex;
	flex-direction: column;
	gap: 0.65em;
	color: inherit;
	text-decoration: none;
	height: 100%;
	border-bottom: none;
}

.post-card-link:hover {
	text-decoration: none;
	border-bottom: none;
}

.post-card-link h3 {
	margin: 0.1em 0 0;
}

.post-card-link p {
	margin: 0;
}

/* Center headings in container sections */
.wrapper.container header.major {
	text-align: center;
}

.wrapper.container header.major h2 {
	margin: 0 auto 0.4em;
}

.wrapper.container header.major p {
	margin: 0.4em auto 0;
	max-width: 760px;
}

/* Center section-specific headings while keeping body text readable */
.wrapper.style2.container .content h3,
.why-diy-section h2 {
	text-align: center;
}

.plans-grid .plan-card h3 {
	text-align: center;
}

.plans-grid .plan-card p:first-of-type {
	text-align: center;
}

/* Enhanced Content Styling */
.curiosity-box {
	background: #f8f9fa;
	border-left: 5px solid #e74c3c;
	padding: 1.5em;
	margin: 2em 0;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.curiosity-box h3 {
	color: #e74c3c;
	margin-bottom: 0.5em;
	border-bottom: none;
	font-size: 1.3em;
}

.fact-box {
	background: #e8f6f3;
	border: 1px solid #d0ece7;
	padding: 1.5em;
	margin: 2em 0;
	border-radius: 8px;
}

.fact-box strong {
	color: #16a085;
	display: block;
	margin-bottom: 0.5em;
	font-weight: 700;
}

/* Typography Improvements for Readability */
.content p {
	margin-bottom: 1.5em;
	line-height: 1.8;
	color: #2c3e50;
}

.content h2 {
	margin-top: 2em;
	border-bottom: 2px solid #ecf0f1;
	padding-bottom: 0.5em;
	color: #2c3e50;
}

.content h3 {
	margin-top: 1.5em;
	color: #34495e;
}

/* List Styling */
.content ul,
.content ol {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}

.content li {
	margin-bottom: 0.5em;
	line-height: 1.6;
}

.cta-enhanced {
	background: #34495e;
	color: white;
	padding: 2em;
	border-radius: 8px;
	margin-top: 3em;
	text-align: center;
}

.cta-enhanced h2 {
	color: white;
	border-bottom: none;
	margin-top: 0;
}

.cta-enhanced p {
	color: #ecf0f1;
	margin-bottom: 0;
}

.cta-enhanced strong {
	color: #f1c40f;
	/* High contrast yellow for emphasis */
}