/**
 * GEOTW Altitude Pro overlay — system fonts, wider pages, readable content.
 * Source of truth in Git; synced to wp-content/themes/altitude-pro/geotw-custom/
 */

:root {
	--geotw-brand-green: #6cc24a;
	--geotw-brand-green-dark: #3a8f3a;
	--geotw-brand-green-light: #8fd96e;
	--geotw-brand-green-text: #2f6b2f;
	--geotw-brand-gold: #f0c419;
	--geotw-brand-gold-hover: #ffd95a;
	--geotw-brand-button-hover-text: #ebffb8;
	--geotw-accent: var(--geotw-brand-green);
	--geotw-accent-text: var(--geotw-brand-green-text);
	--geotw-text-primary: #f4f4f5;
	--geotw-text-muted: #c4cad0;
	--geotw-surface: rgba(24, 24, 26, 0.92);
	--geotw-surface-border: rgba(255, 255, 255, 0.08);
	--geotw-link: var(--geotw-brand-green);
	--geotw-link-visited: var(--geotw-brand-green-dark);
	--geotw-link-hover: var(--geotw-brand-green-light);
	--geotw-heading: inherit;
	--geotw-code-bg: rgba(0, 0, 0, 0.35);
	--geotw-code-text: #d8e8d0;
	--geotw-em-text: #c4cad0;
}

/* System fonts (no Google Fonts / Mukta) */
body,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea,
.genesis-nav-menu a,
.entry-content,
.entry-title,
.wp-caption-text,
blockquote {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

/* Slightly wider site shell on modern displays */
.site-inner,
.wrap {
	max-width: 1280px;
}

/* Site footer — darker brushed-metal tile + readable link text (all pages) */
.site-container .footer-widgets,
.site-footer {
	background-color: #141416 !important;
	background-image:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.62) 0%,
			rgba(0, 0, 0, 0.72) 100%
		),
		url(../images/BrushedMetalLightGrayHoriz.jpg) !important;
	background-repeat: repeat;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.site-container .footer-widgets {
	padding: 0;
}

.site-container .footer-widgets .wrap {
	padding: 22px 20px;
}

.site-container .footer-widgets,
.site-container .footer-widgets .wrap,
.site-container .footer-widgets .textwidget,
.site-container .footer-widgets p,
.site-footer,
.site-footer p {
	color: var(--geotw-text-muted) !important;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-bottom: 0;
	text-transform: none;
}

.site-container .footer-widgets a,
.site-footer a {
	background: transparent !important;
	border-color: transparent !important;
	color: var(--geotw-brand-green-light) !important;
	text-decoration: none;
	text-underline-offset: 0.15em;
}

.site-container .footer-widgets a:visited,
.site-footer a:visited {
	color: var(--geotw-brand-green) !important;
}

.site-container .footer-widgets a:hover,
.site-container .footer-widgets a:focus,
.site-footer a:hover,
.site-footer a:focus {
	color: var(--geotw-brand-gold-hover) !important;
	text-decoration: underline;
	text-decoration-color: var(--geotw-brand-gold-hover);
}

.site-footer {
	padding: 0 20px 12px;
}

/* Inner pages dark theme (excludes Home front page; menu bar unchanged) */
body:not(.front-page) {
	color: var(--geotw-text-primary);
	--geotw-accent-text: var(--geotw-brand-gold);
	--geotw-heading: var(--geotw-brand-gold);
	--geotw-link: var(--geotw-brand-green-light);
	--geotw-link-visited: var(--geotw-brand-green);
	--geotw-link-hover: var(--geotw-brand-gold-hover);
}

body:not(.front-page) .site-container {
	background-color: #222226;
	background-image:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.30) 0%,
			rgba(0, 0, 0, 0.44) 14%,
			rgba(0, 0, 0, 0.50) 24%,
			rgba(0, 0, 0, 0.50) 100%
		),
		url(../images/BrushedMetalLightGrayHoriz.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

body:not(.front-page).geotw-content-hub .sidebar .widget {
	background: var(--geotw-surface);
	color: var(--geotw-text-primary);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	border: 1px solid var(--geotw-surface-border);
}

body:not(.front-page).geotw-content-hub.page .entry-content,
body:not(.front-page):not(.geotw-content-hub).page .post,
body:not(.front-page):not(.geotw-content-hub).page .entry-content,
body:not(.front-page).geotw-content-hub.page article.post,
body:not(.front-page).geotw-offer-hub.page article.post,
body:not(.front-page).single-post .entry-content,
body:not(.front-page).archive .entry-content {
	background: var(--geotw-surface);
	color: var(--geotw-text-primary);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	border: 1px solid var(--geotw-surface-border);
}

body:not(.front-page).geotw-content-hub.page .geotw-hub-loop-heading {
	border-top-color: rgba(255, 255, 255, 0.12);
}

body:not(.front-page).geotw-content-hub.page .geotw-hub-loop-deck {
	color: var(--geotw-text-muted);
}

body:not(.front-page).geotw-content-hub .sidebar .widget_geotw_capability_tree .cat-list a,
body:not(.front-page).geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor {
	color: var(--geotw-link);
}

body:not(.front-page).geotw-content-hub .sidebar .widget_geotw_capability_tree .cat-list a:hover,
body:not(.front-page).geotw-content-hub .sidebar .widget_geotw_capability_tree .cat-list a:focus,
body:not(.front-page).geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor:hover,
body:not(.front-page).geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor:focus {
	color: var(--geotw-link-hover);
}

body:not(.front-page).geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-default .jstree-wholerow-clicked,
body:not(.front-page).geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-default .jstree-wholerow-hovered {
	background: rgba(255, 255, 255, 0.06);
}

body:not(.front-page) .page .entry-content a,
body:not(.front-page) .single-post .entry-content a,
body:not(.front-page) .archive .entry-content a {
	color: var(--geotw-link);
	text-decoration: underline;
	text-decoration-color: rgba(143, 217, 110, 0.45);
	text-underline-offset: 0.15em;
}

body:not(.front-page) .page .entry-content a:visited,
body:not(.front-page) .single-post .entry-content a:visited,
body:not(.front-page) .archive .entry-content a:visited {
	color: var(--geotw-link-visited);
	text-decoration-color: rgba(108, 194, 74, 0.45);
}

body:not(.front-page) .page .entry-content a:hover,
body:not(.front-page) .page .entry-content a:focus,
body:not(.front-page) .page .entry-content a:active,
body:not(.front-page) .single-post .entry-content a:hover,
body:not(.front-page) .single-post .entry-content a:focus,
body:not(.front-page) .single-post .entry-content a:active,
body:not(.front-page) .archive .entry-content a:hover,
body:not(.front-page) .archive .entry-content a:focus,
body:not(.front-page) .archive .entry-content a:active {
	color: var(--geotw-link-hover);
	text-decoration-color: var(--geotw-link-hover);
}

body:not(.front-page) .page .entry-content strong,
body:not(.front-page) .single-post .entry-content strong,
body:not(.front-page) .archive .entry-content strong {
	color: inherit;
	font-weight: 600;
}

body:not(.front-page) .page .entry-content em,
body:not(.front-page) .single-post .entry-content em,
body:not(.front-page) .archive .entry-content em {
	color: var(--geotw-text-muted);
}

body:not(.front-page) .page .entry-content p.geotw-page-lead strong,
body:not(.front-page) .page .entry-content p.geotw-page-deck strong,
body:not(.front-page) .page .entry-content p.geotw-page-pitch strong {
	color: var(--geotw-accent-text);
	font-weight: 600;
}

body:not(.front-page) .page .entry-content p.geotw-page-lead strong a,
body:not(.front-page) .page .entry-content p.geotw-page-deck strong a,
body:not(.front-page) .page .entry-content p.geotw-page-pitch strong a,
body:not(.front-page) .single-post .entry-content p.geotw-page-lead strong a,
body:not(.front-page) .single-post .entry-content p.geotw-page-deck strong a,
body:not(.front-page) .single-post .entry-content p.geotw-page-pitch strong a {
	color: var(--geotw-link);
	text-decoration: underline;
	text-decoration-color: rgba(143, 217, 110, 0.45);
	text-underline-offset: 0.15em;
}

body:not(.front-page) .page .entry-content h1.geotw-page-title,
body:not(.front-page) .single-post .entry-content h1,
body:not(.front-page) .page .entry-content h2,
body:not(.front-page) .page .entry-content h3,
body:not(.front-page) .single-post .entry-content h2,
body:not(.front-page) .single-post .entry-content h3 {
	color: var(--geotw-heading);
}

body:not(.front-page) .entry-content :target {
	color: var(--geotw-heading);
	scroll-margin-top: 1.5em;
	outline: 2px solid rgba(240, 196, 25, 0.45);
	outline-offset: 4px;
}

body:not(.front-page) ::selection {
	background: rgba(240, 196, 25, 0.35);
	color: var(--geotw-text-primary);
}

body:not(.front-page) .geotw-page-intro .two-thirds p.geotw-page-deck {
	color: var(--geotw-text-muted);
}

body:not(.front-page) .geotw-page-intro p.geotw-page-pitch,
body:not(.front-page) .geotw-page-intro-pitch p.geotw-page-pitch {
	background-color: rgba(255, 255, 255, 0.12);
	color: var(--geotw-text-primary);
}

body:not(.front-page) .entry-content a:focus,
body:not(.front-page) .entry-content button:focus,
body:not(.front-page) .entry-content input:focus,
body:not(.front-page) .entry-content select:focus,
body:not(.front-page) .entry-content textarea:focus {
	outline-color: var(--geotw-brand-gold);
}

body:not(.front-page) .entry-title,
body:not(.front-page) .entry-title a {
	color: var(--geotw-heading);
}

body:not(.front-page) .entry-title a:hover,
body:not(.front-page) .entry-title a:focus {
	color: var(--geotw-link-hover) !important;
}

/* Marketing inner pages: full width, no sidebar */
body:not(.geotw-content-hub).page .content {
	float: none;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 24px 50px;
}

.full-width-content .content {
	padding-left: 24px;
	padding-right: 24px;
}

/* Marketing pages: hide sidebar */
body:not(.geotw-content-hub) .sidebar-primary {
	display: none;
}

/* Content hubs: sidebar + Altitude content column (content-sidebar) */
body.geotw-content-hub.page .content {
	float: left;
	width: 700px;
	max-width: none;
	margin: 0;
	padding: 0 0 50px;
}

body.geotw-content-hub .sidebar-primary {
	display: block;
}

body.geotw-content-hub .sidebar .widget {
	padding: 16px 20px;
	margin-bottom: 24px;
	border-radius: 3px;
}

body.geotw-content-hub .sidebar .widget-title {
	font-size: 18px;
	text-align: left;
	margin-bottom: 0.75em;
}

/* Hub topic tree — Altitude styles li.cat-item like post cards */
body.geotw-content-hub .sidebar .widget_geotw_capability_tree li.cat-item,
body.geotw-content-hub .sidebar .widget_geotw_capability_tree li.geotw-cap-item,
body.geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-node {
	background: transparent;
	box-shadow: none;
	padding: 0;
	text-align: left;
	border: 0;
	border-radius: 0 !important;
	margin-bottom: 0;
}

body.geotw-content-hub .sidebar .widget_geotw_capability_tree .geotw-hub-topic-tree,
body.geotw-content-hub .sidebar .widget_geotw_capability_tree .cat-list {
	background: transparent;
	box-shadow: none;
	padding: 0;
	list-style: none;
	margin: 0;
}

body.geotw-content-hub .sidebar .widget_geotw_capability_tree .cat-list a,
body.geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor {
	color: var(--geotw-brand-green);
	font-weight: 600;
	text-align: left;
	box-shadow: none;
	background: transparent;
	padding: 2px 0;
}

body.geotw-content-hub .sidebar .widget_geotw_capability_tree li.geotw-cap-item a {
	font-weight: 500;
	font-size: 14px;
}

body.geotw-content-hub .sidebar .widget_geotw_capability_tree .cat-list a:hover,
body.geotw-content-hub .sidebar .widget_geotw_capability_tree .cat-list a:focus,
body.geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor:hover,
body.geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor:focus {
	color: var(--geotw-brand-green-light);
}

body.geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-default .jstree-wholerow-clicked,
body.geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-default .jstree-wholerow-hovered {
	background: rgba(0, 0, 0, 0.04);
}

body.geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree {
	min-height: 1.5em;
}

body.geotw-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor {
	display: inline-block;
	height: auto !important;
	line-height: 1.45 !important;
	white-space: normal;
}

/* Hub pages: intro + post loop share the content column */
body.geotw-content-hub.page .entry-content {
	text-align: left;
	padding: 24px 32px 20px;
	border-radius: 3px;
	margin-bottom: 16px;
}

/* Hub pages: heading above Genesis post loop */
body.geotw-content-hub.page .geotw-hub-loop-heading {
	margin-top: 1.75em;
	padding-top: 1.25em;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

body.geotw-content-hub.page .geotw-hub-loop-heading h2 {
	margin: 0 0 0.5em;
	font-size: 24px;
	line-height: 1.25;
}

body.geotw-content-hub.page .geotw-hub-loop-deck {
	margin: 0;
	font-size: 16px;
	color: var(--geotw-em-text);
}

body.geotw-content-hub.page .geotw-page-title {
	text-align: left;
	font-size: 32px;
	margin-bottom: 1em;
}

body.geotw-content-hub.page .geotw-page-intro {
	margin-bottom: 1.25em;
}

body.geotw-content-hub.content-sidebar .sidebar-primary {
	float: right;
	width: 280px;
}

body.geotw-content-hub.content-sidebar .content {
	float: left;
	width: calc(100% - 300px);
	max-width: none;
}

/* Banner hero is for full-width marketing pages only — not sidebar hub layout */
body.geotw-content-hub .geotw-page-hero {
	display: none;
}

/* page_blog.php emits an empty .archive-description (Altitude gives it
   top+bottom 1px borders) above hub content — hide when it has no content. */
.archive-description.blog-template-description:empty {
	display: none;
}

/* Hub pages: post loop cards below intro (archive + offer hubs) */
body.geotw-content-hub.page article.post,
body.geotw-offer-hub.page article.post {
	text-align: left;
	padding: 20px 28px;
	border-radius: 3px;
	margin-bottom: 16px;
}

body.geotw-content-hub.page article.post:first-of-type {
	margin-top: 4px;
}

body.geotw-content-hub.page article.post .entry-title {
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 0.35em;
}

body:not(.geotw-content-hub).page .post,
body:not(.geotw-content-hub).page .entry-content {
	text-align: left;
	padding: 24px 32px;
	border-radius: 3px;
}

.page .entry-content p,
.page .entry-content li {
	text-align: left;
}

.page .entry-content ol,
.page .entry-content ul {
	margin-left: 1.5em;
	padding-left: 0.5em;
	text-align: left;
}

.page .entry-content h2 {
	margin-top: 1.5em;
	margin-bottom: 0.75em;
	font-size: 28px;
	line-height: 1.25;
}

.page .entry-content h3 {
	margin-top: 1.25em;
	font-size: 22px;
	line-height: 1.3;
}

.page .entry-content p {
	line-height: 1.55;
	margin-bottom: 1em;
}

/* In-content page title (Genesis entry title hidden) */
.page .entry-content h1.geotw-page-title {
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 1.25em;
}

.geotw-page-hero {
	margin: 0 -32px 24px;
	overflow: hidden;
}

.geotw-page-hero img.geotw-page-banner {
	display: block;
	width: 100%;
	height: auto;
	max-height: 320px;
	object-fit: cover;
}

.geotw-page-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	column-gap: 2.564%;
	margin-bottom: 1.5em;
}

.geotw-page-intro .one-third.first,
.geotw-page-intro .two-thirds {
	float: none;
	margin-left: 0;
	width: auto;
}

.geotw-page-intro .one-third.first {
	grid-column: 1;
	grid-row: 1;
}

.geotw-page-intro .two-thirds {
	grid-column: 2;
	grid-row: 1;
}

.geotw-page-intro > hr.clearfix {
	display: none;
}

.geotw-page-intro-pitch {
	grid-column: 1 / -1;
	grid-row: 2;
	width: 100%;
}

.geotw-page-intro img.geotw-page-intro-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.geotw-page-intro .two-thirds {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.geotw-page-intro .two-thirds p.geotw-page-lead {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0;
}

.geotw-page-intro .two-thirds p.geotw-page-deck {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	font-style: italic;
	color: var(--geotw-text-muted);
	margin: 0.75em 0 0;
	padding-left: 0.85em;
	border-left: 3px solid var(--geotw-brand-green);
}

.geotw-page-intro .two-thirds p:last-child {
	margin-bottom: 0;
}

.geotw-page-intro p.geotw-page-pitch,
.geotw-page-intro-pitch p.geotw-page-pitch {
	font-size: 22px;
	line-height: 1.45;
	font-weight: 400;
	margin: 1em 0 0;
	padding: 0.85em 1em;
	background-color: rgba(108, 194, 74, 0.12);
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}

.geotw-page-intro p.geotw-page-pitch strong,
.geotw-page-intro-pitch p.geotw-page-pitch strong {
	font-weight: 600;
}

.page .entry-content a {
	word-break: break-word;
	color: var(--geotw-accent-text);
	text-decoration: underline;
	text-decoration-color: rgba(47, 107, 47, 0.35);
	text-underline-offset: 0.15em;
}

.page .entry-content a:hover,
.page .entry-content a:focus {
	color: var(--geotw-accent);
	text-decoration-color: var(--geotw-accent);
}

/* Inline typography accents (body + lists; overrides Altitude black code chip) */
.page .entry-content strong {
	color: var(--geotw-accent-text);
	font-weight: 600;
}

.page .entry-content em {
	color: var(--geotw-em-text);
	font-style: italic;
}

.page .entry-content code {
	background-color: var(--geotw-code-bg);
	color: var(--geotw-code-text);
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.92em;
	padding: 0.15em 0.4em;
	border-radius: 3px;
}

.page .entry-content p.geotw-page-lead,
.page .entry-content p.geotw-page-deck,
.page .entry-content p.geotw-page-pitch {
	color: inherit;
}

.page .entry-content p.geotw-page-lead strong,
.page .entry-content p.geotw-page-deck strong,
.page .entry-content p.geotw-page-pitch strong {
	color: var(--geotw-accent-text);
	font-weight: 600;
}

.page-title {
	text-align: center;
}

/* Single posts (Capability catalog etc.): tame Altitude's 80px h2 / 38px h3
   and match the readable page typography scale + accents. */
.single-post .entry-content h1 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0.6em;
}

.single-post .entry-content h2 {
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	font-size: 28px;
	line-height: 1.25;
}

.single-post .entry-content h3 {
	margin-top: 1.25em;
	font-size: 22px;
	line-height: 1.3;
}

.single-post .entry-content h4 {
	margin-top: 1em;
	font-size: 18px;
	line-height: 1.35;
}

.single-post .entry-content p {
	line-height: 1.55;
	margin-bottom: 1em;
}

.single-post .entry-content ol,
.single-post .entry-content ul {
	margin-left: 1.5em;
	padding-left: 0.5em;
}

.single-post .entry-content a {
	word-break: break-word;
	color: var(--geotw-accent-text);
	text-decoration: underline;
	text-decoration-color: rgba(47, 107, 47, 0.35);
	text-underline-offset: 0.15em;
}

.single-post .entry-content a:hover,
.single-post .entry-content a:focus {
	color: var(--geotw-accent);
	text-decoration-color: var(--geotw-accent);
}

.single-post .entry-content strong {
	color: var(--geotw-accent-text);
	font-weight: 600;
}

.single-post .entry-content em {
	color: var(--geotw-em-text);
	font-style: italic;
}

.single-post .entry-content code {
	background-color: var(--geotw-code-bg);
	color: var(--geotw-code-text);
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.92em;
	padding: 0.15em 0.4em;
	border-radius: 3px;
}

.single-post .entry-title {
	font-size: 34px;
	line-height: 1.2;
}

/* Randomized intro figure on posts — floats beside copy, stacks on mobile */
.geotw-post-figure {
	float: right;
	width: 240px;
	max-width: 40%;
	margin: 0.2em 0 1em 1.5em;
}

.geotw-post-figure img.geotw-post-figure-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

@media only screen and (max-width: 600px) {
	.geotw-post-figure {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 1.25em;
	}
}

/* Archive / blog posts: left-align body, keep card */
.single-post .entry-content,
.archive .entry-content {
	text-align: left;
}

.single-post .entry-content ol,
.single-post .entry-content ul,
.archive .entry-content ol,
.archive .entry-content ul {
	text-align: left;
	margin-left: 1.5em;
}

/* Altitude fixed header uses a heavy inset shadow that reads as double lines */
.site-header {
	box-shadow: none;
}

/* Header nav: logo row + grouped primary menu */
@media only screen and (min-width: 1024px) {
	.site-header > .wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.site-header .title-area {
		float: none;
		flex: 0 0 auto;
	}

	.site-header .nav-primary {
		clear: none;
		flex: 1 1 420px;
		min-width: 0;
		text-align: right;
	}

	.site-header .nav-primary .genesis-nav-menu {
		float: none;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: stretch;
	}
}

.genesis-nav-menu > .menu-item > a {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	padding: 16px 11px;
}

.genesis-nav-menu .menu-item-has-children > a::after {
	content: " \25BE";
	font-size: 0.75em;
	opacity: 0.85;
}

.genesis-nav-menu .sub-menu {
	background: rgba(0, 0, 0, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
	min-width: 220px;
}

.genesis-nav-menu .sub-menu a {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.02em;
	padding: 12px 16px;
	text-transform: none;
	width: auto;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	color: var(--geotw-brand-green-light) !important;
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a {
	color: var(--geotw-brand-gold) !important;
}

/* Brand colors — override Kirby-Smith red in Altitude style.css */
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.widget .button,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
	background: linear-gradient(
		to bottom,
		var(--geotw-brand-green-light) 5%,
		var(--geotw-brand-green-dark) 100%
	) !important;
	background-color: var(--geotw-brand-green) !important;
	border: 2px solid var(--geotw-brand-green-text) !important;
	color: #000 !important;
}

input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input[type="button"]:focus,
.image-section input[type="button"]:hover,
.image-section input[type="reset"]:focus,
.image-section input[type="reset"]:hover,
.image-section input[type="submit"]:focus,
.image-section input[type="submit"]:hover,
.image-section .widget .button:focus,
.image-section .widget .button:hover {
	background: linear-gradient(
		to bottom,
		var(--geotw-brand-green-dark) 5%,
		var(--geotw-brand-green-light) 100%
	) !important;
	background-color: var(--geotw-brand-green-dark) !important;
	border-color: var(--geotw-brand-green-light) !important;
	color: var(--geotw-brand-button-hover-text) !important;
	opacity: 1 !important;
	-webkit-text-fill-color: var(--geotw-brand-button-hover-text) !important;
}

.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu li.current-menu-ancestor > a {
	color: var(--geotw-brand-gold) !important;
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu > li > a:hover,
.genesis-nav-menu > li > a:focus {
	color: var(--geotw-brand-green-light) !important;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--geotw-brand-green) !important;
}

@media only screen and (max-width: 1023px) {
	body:not(.geotw-content-hub).page .content {
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}

	body:not(.geotw-content-hub).page .entry-content {
		padding: 16px 20px;
	}

	body.geotw-content-hub.page .content {
		float: none;
		width: 100%;
	}

	body.geotw-content-hub.content-sidebar .content {
		width: 100%;
	}

	.geotw-page-intro {
		grid-template-columns: 1fr;
		row-gap: 1em;
	}

	.geotw-page-intro .one-third.first,
	.geotw-page-intro .two-thirds,
	.geotw-page-intro-pitch {
		grid-column: 1;
	}

	.geotw-page-intro .one-third.first {
		grid-row: 1;
	}

	.geotw-page-intro .two-thirds {
		grid-row: 2;
	}

	.geotw-page-intro-pitch {
		grid-row: 3;
	}

	.geotw-page-hero {
		margin-left: -20px;
		margin-right: -20px;
	}

	.genesis-nav-menu a {
		font-size: 12px;
		padding: 10px 8px;
	}
}

@media only screen and (max-width: 480px) {
	body:not(.geotw-content-hub).page .entry-content {
		padding: 12px 16px;
	}

	.geotw-page-hero {
		margin-left: -16px;
		margin-right: -16px;
	}

	.page .entry-content h1.geotw-page-title {
		font-size: 28px;
	}

	.geotw-page-intro .two-thirds p.geotw-page-lead {
		font-size: 22px;
	}

	.geotw-page-intro .two-thirds p.geotw-page-deck {
		font-size: 16px;
	}

	.geotw-page-intro p.geotw-page-pitch,
	.geotw-page-intro-pitch p.geotw-page-pitch {
		font-size: 18px;
		padding: 0.75em 0.85em;
	}

	.page .entry-content h2 {
		font-size: 24px;
	}
}

/* BEGIN MoverCalcs managed Altitude custom CSS */
/*
 * MoverCalcs Altitude custom layer.
 *
 * Reusable pattern: keep site-specific Altitude colors, brushed-metal tile
 * overlays, and panel treatments here; mc-build.php injects this as a managed
 * block into the local Altitude Pro geotw-custom overlay.
 */

:root {
	--mc-brand-blue: #33bbff;
	--mc-current-blue: #33bbff;
	--mc-link-green: #00e600;
	--mc-link-hover: #ffd95a;
	--mc-bg-base: #263744;
	--mc-surface: rgba(24, 24, 26, 0.75);
	--mc-surface-strong: rgba(16, 16, 18, 0.94);
	--mc-surface-border: rgba(255, 255, 255, 0.08);
	--mc-even-section-overlay: rgba(0, 0, 0, 0.38);
	--mc-even-section-blue: rgba(1, 111, 255, 0.40);
	--mc-even-section-panel: rgba(16, 16, 18, 0.88);
	--mc-text-primary: #f4f4f5;
	--mc-text-muted: #c7cdd3;
}

.site-container,
body:not(.movercalcs-calculator-page) .site-container,
body:not(.front-page):not(.movercalcs-calculator-page) .site-container,
body:not(.front-page).geotw-content-hub .site-container {
	background-color: var(--mc-bg-base);
	background-image:
		linear-gradient(
			to bottom,
			rgba(0, 112, 203, 0.28) 0%,
			rgba(0, 82, 150, 0.30) 18%,
			rgba(0, 0, 0, 0.42) 100%
		),
		url(../images/BrushedMetalLightGrayHoriz.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;
}

/* Front-page bands — blue-to-dark gradient over section photos */
.front-page-1 .image-section,
.front-page-2 .solid-section,
.front-page-2 .image-section,
.front-page-3 .image-section,
.front-page-4 .solid-section,
.front-page-4 .image-section,
.front-page-5 .image-section,
.front-page-6 .solid-section,
.front-page-6 .image-section,
.front-page-7 .image-section {
	background-color: transparent;
	background-image:
		linear-gradient(
			to bottom,
			rgba(0, 112, 203, 0.22) 0%,
			rgba(0, 82, 150, 0.26) 18%,
			rgba(0, 0, 0, 0.52) 100%
		);
}

/* Even front-page wrappers inherit the same photo-band treatment as odd sections. */
.front-page-2,
.front-page-4,
.front-page-6 {
	background-color: transparent;
	background-image: none;
}

body:not(.movercalcs-calculator-page) .content,
body:not(.movercalcs-calculator-page) .sidebar {
	background: transparent;
	box-shadow: none;
}

/* The front page uses widgetized full-width bands; never show the hub sidebar there. */
body.front-page .content {
	float: none !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.front-page .sidebar-primary {
	display: none !important;
}

body.mc-inventory-archive .archive-pagination a {
	background: rgba(16, 16, 18, 0.68) !important;
	border-radius: 4px;
	color: var(--mc-link-green) !important;
	display: inline-block;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: clamp(15px, 1.45vw, 20px);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.25;
	padding: 5px 10px;
	text-decoration: none !important;
	-webkit-text-fill-color: var(--mc-link-green) !important;
}

body.mc-inventory-archive .archive-pagination a:focus,
body.mc-inventory-archive .archive-pagination a:hover {
	background: rgba(16, 16, 18, 0.86) !important;
	color: var(--mc-link-hover) !important;
	text-decoration: none !important;
	-webkit-text-fill-color: var(--mc-link-hover) !important;
}

.wpcf7-form {
	background: var(--mc-surface);
	border: 1px solid var(--mc-surface-border);
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	color: var(--mc-text-primary);
}

.front-page .wpcf7-form {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.front-page .wpcf7-form,
.front-page .wpcf7-form p,
.front-page .wpcf7-form label,
.front-page .wpcf7-form .wpcf7-response-output {
	color: var(--mc-link-hover);
}

/* Front page sections use one panel on entry-content only; wrappers stay clear. */
.front-page .widget,
.front-page .widget-wrap,
.front-page .featured-content,
.front-page .gb-block-layout-column-inner {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.front-page-2 .entry-content,
.front-page-2 .entry-content p,
.front-page-2 .entry-content li,
.front-page-2 .widget_custom_html,
.front-page-4 .entry-content,
.front-page-4 .entry-content p,
.front-page-4 .entry-content li,
.front-page-6 .widget-wrap,
.front-page-6 .widget-wrap p,
.front-page-6 .widget-wrap li {
	color: var(--mc-text-primary);
}

.front-page-1 .image-section .featured-content .entry-content .mc-front-section-title,
.front-page-3 .entry-content .mc-front-section-title,
.front-page-4 .image-section .featured-content .entry-content .mc-front-section-title,
.front-page-5 .image-section .featured-content .entry-content .mc-front-section-title,
.front-page-6 .image-section .featured-content .entry-content .mc-front-section-title,
.front-page-7 .image-section .featured-content .entry-content .mc-front-section-title {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: clamp(28px, 3.5vw, 40px);
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 18px;
	text-align: left;
}

.front-page-3 .entry-content .mc-front-chart-feature {
	align-items: center;
	display: flex;
	gap: 22px;
	max-width: 760px;
}

.front-page-3 .entry-content .mc-front-chart img {
	background: #ffffff;
	border-radius: 0;
	box-shadow: none;
	display: block;
	height: auto;
	max-width: min(260px, 100%);
}

.front-page-3 .entry-content .mc-front-chart {
	flex: 0 0 auto;
	margin: 0;
}

.front-page-3 .entry-content .mc-front-chart-copy {
	flex: 1 1 auto;
	max-width: 430px;
}

.front-page-3 .entry-content .mc-front-chart-copy p:last-child {
	margin-bottom: 0;
}

body:not(.movercalcs-calculator-page) .entry.product,
body:not(.movercalcs-calculator-page) .woocommerce-Tabs-panel--description,
body:not(.movercalcs-calculator-page) .woocommerce-checkout,
body:not(.front-page):not(.movercalcs-calculator-page) .entry-content,
body:not(.front-page):not(.movercalcs-calculator-page) .sidebar .widget {
	background: var(--mc-surface);
	border: 1px solid var(--mc-surface-border);
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	color: var(--mc-text-primary);
	padding: 10px;
}

body:not(.front-page):not(.movercalcs-calculator-page) .post {
	background: transparent;
	box-shadow: none;
}

.featured-content .entry-content {
	background: transparent;
	box-shadow: none;
}

.front-page-2 .solid-section .featured-content .entry-content,
.front-page-2 .image-section .featured-content .entry-content,
.front-page-3 .image-section .featured-content .entry-content,
.front-page-4 .solid-section .featured-content .entry-content,
.front-page-4 .image-section .featured-content .entry-content,
.front-page-5 .image-section .featured-content .entry-content,
.front-page-6 .solid-section .featured-content .entry-content,
.front-page-6 .image-section .featured-content .entry-content,
.front-page-7 .image-section .featured-content .entry-content {
	background: var(--mc-surface);
	border: 1px solid var(--mc-surface-border);
	border-radius: 5px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	color: var(--mc-text-primary);
	padding: 24px 28px;
}

.front-page-1 .image-section .featured-content .entry-content {
	background: rgba(0, 0, 0, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
	display: inline-block;
	max-width: 920px;
	padding: 32px 38px;
	text-align: left;
}

.front-page-1 .image-section .featured-content .entry-content h4 {
	color: var(--mc-link-hover);
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: clamp(44px, 5.8vw, 76px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 20px;
	text-align: left;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	text-transform: none;
}

.front-page-1 .image-section .featured-content .entry-content .mc-hero-support {
	color: #f4f4f5;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 14px;
}

.front-page-1 .image-section .featured-content .entry-content p:last-child {
	margin-bottom: 0;
}

body:not(.movercalcs-calculator-page) .entry-content,
body:not(.movercalcs-calculator-page) .entry-content p,
body:not(.movercalcs-calculator-page) .entry-content li,
body:not(.movercalcs-calculator-page) .sidebar,
body:not(.movercalcs-calculator-page) .sidebar p,
body:not(.movercalcs-calculator-page) .sidebar li {
	color: var(--mc-text-primary);
}

body:not(.movercalcs-calculator-page) .front-page-2 .widget_custom_html,
body:not(.movercalcs-calculator-page) .front-page-2 .entry-content,
body:not(.movercalcs-calculator-page) .front-page-2 .entry-content p,
body:not(.movercalcs-calculator-page) .front-page-2 .entry-content li,
body:not(.movercalcs-calculator-page) .front-page-2 .entry-content h1,
body:not(.movercalcs-calculator-page) .front-page-2 .entry-content h2,
body:not(.movercalcs-calculator-page) .front-page-2 .entry-content h3,
body:not(.movercalcs-calculator-page) .front-page-2 .entry-content h4,
body:not(.movercalcs-calculator-page) .front-page-2 .entry-content h5,
body:not(.movercalcs-calculator-page) .front-page-2 .entry-content h6,
body:not(.movercalcs-calculator-page) .front-page-4 .entry-content,
body:not(.movercalcs-calculator-page) .front-page-4 .entry-content p,
body:not(.movercalcs-calculator-page) .front-page-4 .entry-content li,
body:not(.movercalcs-calculator-page) .front-page-4 .entry-content h1,
body:not(.movercalcs-calculator-page) .front-page-4 .entry-content h2,
body:not(.movercalcs-calculator-page) .front-page-4 .entry-content h3,
body:not(.movercalcs-calculator-page) .front-page-4 .entry-content h4,
body:not(.movercalcs-calculator-page) .front-page-4 .entry-content h5,
body:not(.movercalcs-calculator-page) .front-page-4 .entry-content h6,
body:not(.movercalcs-calculator-page) .front-page-6 .widget-wrap,
body:not(.movercalcs-calculator-page) .front-page-6 .widget-wrap p,
body:not(.movercalcs-calculator-page) .front-page-6 .widget-wrap li,
body:not(.movercalcs-calculator-page) .front-page-6 .widget-wrap h1,
body:not(.movercalcs-calculator-page) .front-page-6 .widget-wrap h2,
body:not(.movercalcs-calculator-page) .front-page-6 .widget-wrap h3,
body:not(.movercalcs-calculator-page) .front-page-6 .widget-wrap h4,
body:not(.movercalcs-calculator-page) .front-page-6 .widget-wrap h5,
body:not(.movercalcs-calculator-page) .front-page-6 .widget-wrap h6 {
	color: var(--mc-text-primary);
}

body:not(.movercalcs-calculator-page) .entry-meta,
body:not(.movercalcs-calculator-page) .entry-footer,
body:not(.movercalcs-calculator-page) .sidebar .textwidget {
	color: var(--mc-text-muted);
}

.site-header,
.site-header *,
.title-area,
.title-area *,
.site-title,
.site-title a,
.site-description,
.nav-primary,
.nav-primary * {
	font-style: normal !important;
	text-transform: none !important;
}

.site-header .genesis-nav-menu a,
.site-header .genesis-nav-menu span {
	text-transform: uppercase !important;
}

.site-title,
.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: var(--mc-brand-blue) !important;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.95;
	white-space: nowrap;
}

.title-area {
	max-width: 430px;
	padding: 22px 0;
	width: 36%;
}

html:not([data-scroll="0"]) .site-title,
html:not([data-scroll="0"]) .site-title a {
	font-size: clamp(34px, 3.6vw, 52px);
}

a,
.entry-title a,
.sidebar a,
.entry-content a,
.widget a,
.genesis-nav-menu a,
.image-section a,
.site-footer a,
.footer-widgets a,
.geotw-page-title a,
.geotw-section-title a,
.movercalcs-help-tree-list a {
	color: var(--mc-link-green) !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

body:not(.movercalcs-calculator-page) .entry-title,
body:not(.movercalcs-calculator-page) .entry-title a,
body:not(.movercalcs-calculator-page) .geotw-page-title,
body:not(.movercalcs-calculator-page) .geotw-section-title,
body:not(.movercalcs-calculator-page) .mc-front-section-title,
body:not(.movercalcs-calculator-page) .mc-item-title,
body:not(.movercalcs-calculator-page) .mc-item-title-above,
body:not(.movercalcs-calculator-page) .mc-item-title-below {
	color: var(--mc-link-hover) !important;
}

body:not(.front-page) .geotw-page-intro p.geotw-page-pitch .geotw-page-pitch-highlight,
body:not(.front-page) .geotw-page-intro-pitch p.geotw-page-pitch .geotw-page-pitch-highlight {
	color: var(--mc-link-hover) !important;
}

body:not(.movercalcs-calculator-page):not(.front-page) .geotw-page-intro p.geotw-page-lead {
	color: var(--mc-link-hover) !important;
	-webkit-text-fill-color: var(--mc-link-hover) !important;
}

.genesis-nav-menu .current-menu-parent > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .current_page_parent > a,
.genesis-nav-menu .current_page_ancestor > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .current_page_ancestor > a {
	color: var(--mc-link-green) !important;
}

.genesis-nav-menu .current-menu-item > a:not(:hover):not(:focus),
.genesis-nav-menu .current_page_item > a:not(:hover):not(:focus),
.genesis-nav-menu li.current-menu-item > a:not(:hover):not(:focus),
.genesis-nav-menu li.current_page_item > a:not(:hover):not(:focus),
.genesis-nav-menu .sub-menu .current-menu-item > a:not(:hover):not(:focus),
.genesis-nav-menu .sub-menu .current_page_item > a:not(:hover):not(:focus),
.movercalcs-help-tree-list .current-cat > a:not(:hover):not(:focus) {
	color: var(--mc-current-blue) !important;
}

a:focus,
a:hover,
.entry-title a:focus,
.entry-title a:hover,
.sidebar a:focus,
.sidebar a:hover,
.entry-content a:focus,
.entry-content a:hover,
.widget a:focus,
.widget a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.image-section a:focus,
.image-section a:hover,
.site-footer a:focus,
.site-footer a:hover,
.footer-widgets a:focus,
.footer-widgets a:hover,
.movercalcs-help-tree-list a:focus,
.movercalcs-help-tree-list a:hover {
	color: var(--mc-link-hover) !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.genesis-nav-menu li.current-menu-parent:not(.current-menu-item):not(.current_page_item) > a:not(:hover):not(:focus),
.genesis-nav-menu li.current-menu-ancestor:not(.current-menu-item):not(.current_page_item) > a:not(:hover):not(:focus),
.genesis-nav-menu li.current_page_parent:not(.current-menu-item):not(.current_page_item) > a:not(:hover):not(:focus),
.genesis-nav-menu li.current_page_ancestor:not(.current-menu-item):not(.current_page_item) > a:not(:hover):not(:focus) {
	color: var(--mc-link-green) !important;
}

.genesis-nav-menu > li > a:hover,
.genesis-nav-menu > li > a:focus {
	color: var(--mc-link-hover) !important;
}

body:not(.movercalcs-calculator-page):not(.front-page) a.button,
body:not(.movercalcs-calculator-page):not(.front-page) .button a,
body:not(.movercalcs-calculator-page):not(.front-page) .entry-content a.button,
body:not(.movercalcs-calculator-page):not(.front-page) .widget a.button {
	background: linear-gradient(to bottom, #150080 5%, #0d004d 100%) !important;
	background-color: #0d004d !important;
	border: 1px solid #0680a2 !important;
	border-radius: 5px !important;
	color: #f4f4f5 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 2px !important;
	line-height: 21px !important;
	padding: 15px 25px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
}

body:not(.movercalcs-calculator-page):not(.front-page) a.button:hover,
body:not(.movercalcs-calculator-page):not(.front-page) a.button:focus,
body:not(.movercalcs-calculator-page):not(.front-page) .button a:hover,
body:not(.movercalcs-calculator-page):not(.front-page) .button a:focus,
body:not(.movercalcs-calculator-page):not(.front-page) .entry-content a.button:hover,
body:not(.movercalcs-calculator-page):not(.front-page) .entry-content a.button:focus,
body:not(.movercalcs-calculator-page):not(.front-page) .widget a.button:hover,
body:not(.movercalcs-calculator-page):not(.front-page) .widget a.button:focus {
	background: linear-gradient(to bottom, #150080 5%, #0d004d 100%) !important;
	background-color: #0d004d !important;
	border-color: var(--mc-link-hover) !important;
	color: var(--mc-link-hover) !important;
	outline-color: var(--mc-link-hover) !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

body:not(.movercalcs-calculator-page) .front-page-1 .entry-content a.button {
	background: linear-gradient(to bottom, #0000ff 5%, #000077 100%) !important;
	background-color: #0000ff !important;
	border: 2px solid #0680a2 !important;
	border-style: ridge !important;
	border-radius: 6px !important;
	color: rgb(196, 196, 196) !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 2px !important;
	line-height: normal !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	margin-top: 20px !important;
	padding: 15px 25px !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
	white-space: normal !important;
	width: auto !important;
}

body:not(.movercalcs-calculator-page) .front-page-1 .entry-content a.button:hover,
body:not(.movercalcs-calculator-page) .front-page-1 .entry-content a.button:focus {
	background: linear-gradient(to bottom, #00ccff 5%, #0060df 100%) !important;
	background-color: #fff !important;
	border: 2px solid rgb(111, 221, 255) !important;
	border-style: ridge !important;
	color: rgb(255, 255, 255) !important;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(0, 0, 0, 0.9);
}

body:not(.front-page):not(.movercalcs-calculator-page) .sidebar .widget {
	margin-bottom: 24px;
	padding: 16px 20px;
}

body:not(.movercalcs-calculator-page) .sidebar .widget-title {
	color: var(--mc-link-hover);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin-bottom: 12px;
	text-align: left !important;
}

body:not(.movercalcs-calculator-page) .sidebar .movercalcs-sidebar-details {
	display: block;
}

body:not(.movercalcs-calculator-page) .sidebar .movercalcs-sidebar-summary {
	cursor: pointer;
	list-style: none;
	outline-offset: 4px;
	position: relative;
}

body:not(.movercalcs-calculator-page) .sidebar .movercalcs-sidebar-summary::-webkit-details-marker {
	display: none;
}

body:not(.movercalcs-calculator-page) .sidebar .movercalcs-sidebar-summary::after {
	color: var(--mc-brand-blue);
	content: "▾";
	font-size: 0.85em;
	margin-left: 8px;
}

body:not(.movercalcs-calculator-page) .sidebar details:not([open]) .movercalcs-sidebar-summary::after {
	content: "▸";
}

body:not(.movercalcs-calculator-page) .sidebar .movercalcs-sidebar-summary:focus,
body:not(.movercalcs-calculator-page) .sidebar .movercalcs-sidebar-summary:hover {
	color: var(--mc-link-hover) !important;
}

body:not(.movercalcs-calculator-page) .sidebar ul,
body:not(.movercalcs-calculator-page) .sidebar ol,
body:not(.movercalcs-calculator-page) .movercalcs-help-tree-list,
body:not(.movercalcs-calculator-page) .movercalcs-help-tree-list .children {
	background: transparent;
	box-shadow: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

body:not(.movercalcs-calculator-page) .sidebar li.cat-item,
body:not(.movercalcs-calculator-page) .movercalcs-help-tree-list li.cat-item {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0;
	padding: 0 !important;
	text-align: left !important;
}

body:not(.movercalcs-calculator-page) .movercalcs-help-tree-list a {
	display: block;
	font-weight: 600;
	line-height: 1.3;
	padding: 8px 0;
	text-decoration: none;
}

body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .cat-list a,
body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .movercalcs-help-tree-list a {
	background: transparent !important;
	box-shadow: none !important;
	color: var(--mc-link-green) !important;
	display: block;
	font-weight: 600;
	line-height: 1.3;
	padding: 2px 0;
	text-align: left !important;
	text-decoration: none !important;
}

body:not(.movercalcs-calculator-page) .movercalcs-help-tree-list .children a {
	font-size: 14px;
	font-weight: 500;
	padding: 4px 0 4px 12px;
}

body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .cat-list .children a,
body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .movercalcs-help-tree-list .children a {
	font-size: 14px;
	font-weight: 500;
	padding: 2px 0 2px 12px;
}

body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .cat-list a:focus,
body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .cat-list a:hover,
body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .movercalcs-help-tree-list a:focus,
body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .movercalcs-help-tree-list a:hover {
	color: var(--mc-link-hover) !important;
}

body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .cat-list .current-cat > a:not(:hover):not(:focus),
body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .movercalcs-help-tree-list .current-cat > a:not(:hover):not(:focus) {
	color: var(--mc-current-blue) !important;
}

@media only screen and (max-width: 1023px) {
	.title-area {
		max-width: none;
		width: 100%;
	}

	.site-title,
	.site-title a,
	.site-title a:focus,
	.site-title a:hover {
		font-size: clamp(38px, 11vw, 58px);
		text-align: center;
	}

	.front-page-1 .image-section .featured-content .entry-content {
		padding: 26px 28px;
	}

	.front-page-1 .image-section .featured-content .entry-content h4 {
		font-size: clamp(38px, 9vw, 58px);
	}

	body.geotw-content-hub.content-sidebar .sidebar-primary,
	body.geotw-content-hub .sidebar-primary {
		clear: both;
		float: none;
		margin: 22px auto 0;
		max-width: 760px;
		width: calc(100% - 32px);
	}

	body.geotw-content-hub .sidebar .widget {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	body.geotw-content-hub .sidebar .movercalcs-sidebar-summary,
	body.geotw-content-hub .sidebar .widget-title {
		text-align: center !important;
	}

	body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list a,
	body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .mc-inventory-tree-list a,
	body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .cat-list a,
	body.geotw-content-hub .sidebar .widget_movercalcs_help_tree .movercalcs-help-tree-list a {
		text-align: center !important;
	}

}

@media only screen and (max-width: 480px) {
	.site-title,
	.site-title a,
	.site-title a:focus,
	.site-title a:hover {
		font-size: clamp(34px, 10vw, 46px);
	}

	.front-page-1 .image-section .featured-content .entry-content {
		padding: 22px 20px;
	}

	.front-page-1 .image-section .featured-content .entry-content h4 {
		font-size: clamp(34px, 11vw, 48px);
	}

	.front-page-3 .entry-content .mc-front-chart-feature {
		align-items: flex-start;
		flex-direction: column;
	}

	body:not(.movercalcs-calculator-page) a.button,
	body:not(.movercalcs-calculator-page) .button a,
	body:not(.movercalcs-calculator-page) .entry-content a.button,
	body:not(.movercalcs-calculator-page) .widget a.button {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

/* Inventory item posts — five-block layout (figure, title, dimensions, description, footprint) */

body.mc-inventory-post .entry-header,
body.mc-inventory-post .entry-footer,
body.mc-inventory-archive .archive-description,
body.mc-inventory-archive article.mc-inventory-post .entry-header,
body.mc-inventory-archive article.mc-inventory-post .entry-footer {
	display: none;
}

body.mc-inventory-post .entry-content,
body.mc-inventory-archive article.mc-inventory-post .entry-content {
	padding: 24px 28px 32px;
}

body.mc-inventory-post .entry-content .mc-item-figure {
	display: block;
	margin: 0 0 1.25em;
	max-width: 100%;
}

body.mc-inventory-post .entry-content .mc-item-figure img,
body.mc-inventory-post .entry-content .mc-item-image {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

body.mc-inventory-post .entry-content .mc-item-title-above,
body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-title-above {
	color: var(--mc-link-hover) !important;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
}

body.mc-inventory-post .entry-content .mc-item-title-below,
body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-title-below {
	color: var(--mc-link-hover) !important;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.75em;
	padding: 0;
	text-align: left;
}

body.mc-inventory-post .entry-content .mc-item-dimensions {
	color: var(--mc-text-muted);
	font-size: 15px;
	line-height: 1.45;
	margin: 0 0 1em;
}

body.mc-inventory-post .entry-content .mc-item-weight-volume {
	margin: 0 0 1em;
}

body.mc-inventory-post .entry-content .mc-item-weight-volume p {
	font-size: inherit;
	line-height: 1.5;
	margin: 0 0 0.75em;
}

body.mc-inventory-post .entry-content .mc-item-description {
	margin: 0 0 1em;
}

body.mc-inventory-post .entry-content .mc-item-description p {
	margin: 0 0 0.75em;
}

body.mc-inventory-post .entry-content .mc-item-footprint {
	color: var(--mc-text-muted);
	font-size: 14px;
	font-style: italic;
	line-height: 1.4;
	margin: 0;
	opacity: 0.85;
}

/* Inventory category archives — responsive card grid */

body.mc-inventory-archive #genesis-content {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

body.mc-inventory-archive article.mc-inventory-post {
	background: var(--geotw-surface);
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
}

body.mc-inventory-archive article.mc-inventory-post .entry-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 20px 22px 24px;
}

body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-title-above {
	font-size: 22px;
	margin-bottom: 0.85em;
}

body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-title-above a {
	color: var(--mc-link-hover) !important;
	text-decoration: none !important;
}

body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-title-above a:hover,
body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-title-above a:focus {
	color: var(--mc-link-hover) !important;
	text-decoration: underline !important;
}

body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-figure {
	margin: 0 0 0.85em;
}

body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-figure a {
	display: block;
	text-decoration: none !important;
}

body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-dimensions {
	font-size: 14px;
	margin: auto 0 0;
}

body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-weight-volume {
	margin: 0.65em 0 0;
}

body.mc-inventory-archive article.mc-inventory-post .entry-content .mc-item-weight-volume p {
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
}

@media only screen and (min-width: 768px) {
	body.mc-inventory-archive #genesis-content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (min-width: 1100px) {
	body.mc-inventory-archive #genesis-content {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list a,
body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .mc-inventory-tree-list a {
	background: transparent !important;
	box-shadow: none !important;
	color: var(--mc-link-green) !important;
	display: block;
	font-weight: 600;
	line-height: 1.3;
	padding: 2px 0;
	text-align: left !important;
	text-decoration: none !important;
}

body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list .children a,
body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .mc-inventory-tree-list .children a {
	font-size: 15px;
	font-weight: 600;
	padding: 2px 0 2px 14px;
}

body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list .mc-inv-item a,
body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .mc-inventory-tree-list .mc-inv-item a {
	font-size: 13px;
	font-weight: 400;
	padding: 1px 0 1px 28px;
}

body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list a:focus,
body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list a:hover,
body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .mc-inventory-tree-list a:focus,
body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .mc-inventory-tree-list a:hover {
	color: var(--mc-link-hover) !important;
}

body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list .current-cat > a:not(:hover):not(:focus),
body.geotw-content-hub .sidebar .widget_movercalcs_inventory_tree .mc-inventory-tree-list .current-cat > a:not(:hover):not(:focus) {
	color: var(--mc-current-blue) !important;
}

/* Breadcrumbs — single posts, post category archives, and help pages.
   Panel matches the inventory card surface for a consistent look. */
.mc-breadcrumbs {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.5;
}

.mc-breadcrumbs .mc-breadcrumbs-inner {
	background: var(--geotw-surface);
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	display: block;
	letter-spacing: 0.02em;
	padding: 8px 14px;
}

.mc-breadcrumbs a {
	color: var(--mc-link-green) !important;
	font-weight: 600;
	text-decoration: none !important;
}

.mc-breadcrumbs a:focus,
.mc-breadcrumbs a:hover {
	color: var(--mc-link-hover) !important;
	text-decoration: none !important;
}

.mc-breadcrumbs .mc-breadcrumb-sep {
	color: var(--geotw-brand-gold);
	margin: 0 2px;
}

.mc-breadcrumbs .mc-breadcrumb-current {
	color: var(--geotw-brand-gold);
	font-weight: 600;
}

/* Landscape/desktop archive: span the full grid so tiles sit below the trail */
body.mc-inventory-archive #genesis-content > .mc-breadcrumbs {
	grid-column: 1 / -1;
}

/* Mobile: inset from the screen edge and add breathing room below the menu bar */
@media only screen and (max-width: 767px) {
	.mc-breadcrumbs {
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* Header brushed metal: reuse the crisp page/footer tile, darkened to a neutral
   dark (no blue), instead of the softer BrushedMetalDarkGrayTileBG that reads as
   stretched. Mirrors the footer treatment so header and footer share one material. */
.site-header,
.site-header .sub-menu,
.sub-menu {
	background-color: #141416 !important;
	background-image:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.66) 0%,
			rgba(0, 0, 0, 0.76) 100%
		),
		url(../images/BrushedMetalLightGrayHoriz.jpg) !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;
	background-size: auto !important;
}

/* Contact Form 7 submit — match the site's primary (blue) button instead of
   the legacy green form-button base. */
.wpcf7 input[type="submit"],
.wpcf7 button[type="submit"],
.wpcf7-form input.wpcf7-submit,
.image-section .wpcf7 input[type="submit"] {
	background: linear-gradient(to bottom, #150080 5%, #0d004d 100%) !important;
	background-color: #0d004d !important;
	border: 1px solid #0680a2 !important;
	border-radius: 5px !important;
	color: #f4f4f5 !important;
	cursor: pointer !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 2px !important;
	line-height: 21px !important;
	padding: 15px 25px !important;
	text-align: center !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
	-webkit-text-fill-color: #f4f4f5 !important;
	width: auto !important;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 button[type="submit"]:hover,
.wpcf7 button[type="submit"]:focus,
.wpcf7-form input.wpcf7-submit:hover,
.wpcf7-form input.wpcf7-submit:focus,
.image-section .wpcf7 input[type="submit"]:hover,
.image-section .wpcf7 input[type="submit"]:focus {
	background: linear-gradient(to bottom, #150080 5%, #0d004d 100%) !important;
	background-color: #0d004d !important;
	border-color: var(--mc-link-hover) !important;
	color: var(--mc-link-hover) !important;
	-webkit-text-fill-color: var(--mc-link-hover) !important;
	outline-color: var(--mc-link-hover) !important;
}

/* Scroll-to-top button — hidden until the reader scrolls down, pinned bottom-left. */
.mc-scroll-top {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid var(--geotw-surface-border);
	border-radius: 50%;
	background: var(--geotw-surface);
	color: var(--geotw-brand-gold);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	cursor: pointer;
	opacity: 0;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mc-scroll-top.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.mc-scroll-top:hover,
.mc-scroll-top:focus {
	background: var(--mc-current-blue);
	color: #fff;
	outline: none;
}

.mc-scroll-top svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (prefers-reduced-motion: reduce) {
	.mc-scroll-top {
		transform: none;
		transition: opacity 0.2s ease;
	}
}

@media only screen and (max-width: 767px) {
	.mc-scroll-top {
		left: 16px;
		bottom: 16px;
	}
}

/* Accented inline text: recolor to the selected-menu blue instead of bold.
   Higher-specificity lead/pitch rules keep their gold treatment. */
body:not(.front-page) .page .entry-content strong,
body:not(.front-page) .single-post .entry-content strong,
body:not(.front-page) .archive .entry-content strong,
.page .entry-content strong,
.single-post .entry-content strong,
.archive .entry-content strong {
	color: var(--mc-current-blue);
	font-weight: 400;
}
/* END MoverCalcs managed Altitude custom CSS */
