/**
 * DRS Altitude Pro overlay - FULL COPY of MoverCalcsWeb styling (owner
 * direction: copy all styling except the header strip).
 *
 * GENERATED by Automation/AltitudeProOverlay/Sync-MoverCalcsStyling.ps1
 * on 2026-07-13 from C:\Repositories\MoverCalcsWeb\Workspace\LocalWordPressBuild\mc-altitude-custom.css
 * Do not hand-edit large sections here; edit the source or the exception
 * file (drs-header-strip.css) and re-run the sync script.
 *
 * Source of truth in Git; deployed to wp-content/themes/altitude-pro/ges-custom/
 */
/**
 * GEOTW Altitude Pro overlay — system fonts, wider pages, readable content.
 * Source of truth in Git; synced to wp-content/themes/altitude-pro/ges-custom/
 */

:root {
	--ges-brand-green: #6cc24a;
	--ges-brand-green-dark: #3a8f3a;
	--ges-brand-green-light: #8fd96e;
	--ges-brand-green-text: #2f6b2f;
	--ges-brand-gold: #f0c419;
	--ges-brand-gold-hover: #ffd95a;
	--ges-brand-button-hover-text: #ebffb8;
	--ges-accent: var(--ges-brand-green);
	--ges-accent-text: var(--ges-brand-green-text);
	--ges-text-primary: #f4f4f5;
	--ges-text-muted: #c4cad0;
	--ges-surface: rgba(24, 24, 26, 0.92);
	--ges-surface-border: rgba(255, 255, 255, 0.08);
	--ges-link: var(--ges-brand-green);
	--ges-link-visited: var(--ges-brand-green-dark);
	--ges-link-hover: var(--ges-brand-green-light);
	--ges-heading: inherit;
	--ges-code-bg: rgba(0, 0, 0, 0.35);
	--ges-code-text: #d8e8d0;
	--ges-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(--ges-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(--ges-brand-green-light) !important;
	text-decoration: none;
	text-underline-offset: 0.15em;
}

.site-container .footer-widgets a:visited,
.site-footer a:visited {
	color: var(--ges-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(--ges-brand-gold-hover) !important;
	text-decoration: underline;
	text-decoration-color: var(--ges-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(--ges-text-primary);
	--ges-accent-text: var(--ges-brand-gold);
	--ges-heading: var(--ges-brand-gold);
	--ges-link: var(--ges-brand-green-light);
	--ges-link-visited: var(--ges-brand-green);
	--ges-link-hover: var(--ges-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).ges-content-hub .sidebar .widget {
	background: var(--ges-surface);
	color: var(--ges-text-primary);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	border: 1px solid var(--ges-surface-border);
}

body:not(.front-page).ges-content-hub.page .entry-content,
body:not(.front-page):not(.ges-content-hub).page .post,
body:not(.front-page):not(.ges-content-hub).page .entry-content,
body:not(.front-page).ges-content-hub.page article.post,
body:not(.front-page).ges-offer-hub.page article.post,
body:not(.front-page).single-post .entry-content,
body:not(.front-page).archive .entry-content {
	background: var(--ges-surface);
	color: var(--ges-text-primary);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	border: 1px solid var(--ges-surface-border);
}

body:not(.front-page).ges-content-hub.page .ges-hub-loop-heading {
	border-top-color: rgba(255, 255, 255, 0.12);
}

body:not(.front-page).ges-content-hub.page .ges-hub-loop-deck {
	color: var(--ges-text-muted);
}

body:not(.front-page).ges-content-hub .sidebar .widget_geotw_capability_tree .cat-list a,
body:not(.front-page).ges-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor {
	color: var(--ges-link);
}

body:not(.front-page).ges-content-hub .sidebar .widget_geotw_capability_tree .cat-list a:hover,
body:not(.front-page).ges-content-hub .sidebar .widget_geotw_capability_tree .cat-list a:focus,
body:not(.front-page).ges-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor:hover,
body:not(.front-page).ges-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor:focus {
	color: var(--ges-link-hover);
}

body:not(.front-page).ges-content-hub .sidebar .widget_geotw_capability_tree .jstree-default .jstree-wholerow-clicked,
body:not(.front-page).ges-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(--ges-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(--ges-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(--ges-link-hover);
	text-decoration-color: var(--ges-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(--ges-text-muted);
}

body:not(.front-page) .page .entry-content p.ges-page-lead strong,
body:not(.front-page) .page .entry-content p.ges-page-deck strong,
body:not(.front-page) .page .entry-content p.ges-page-pitch strong {
	color: var(--ges-accent-text);
	font-weight: 600;
}

body:not(.front-page) .page .entry-content p.ges-page-lead strong a,
body:not(.front-page) .page .entry-content p.ges-page-deck strong a,
body:not(.front-page) .page .entry-content p.ges-page-pitch strong a,
body:not(.front-page) .single-post .entry-content p.ges-page-lead strong a,
body:not(.front-page) .single-post .entry-content p.ges-page-deck strong a,
body:not(.front-page) .single-post .entry-content p.ges-page-pitch strong a {
	color: var(--ges-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.ges-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(--ges-heading);
}

body:not(.front-page) .entry-content :target {
	color: var(--ges-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(--ges-text-primary);
}

body:not(.front-page) .ges-page-intro .two-thirds p.ges-page-deck {
	color: var(--ges-text-muted);
}

body:not(.front-page) .ges-page-intro p.ges-page-pitch,
body:not(.front-page) .ges-page-intro-pitch p.ges-page-pitch {
	background-color: rgba(255, 255, 255, 0.12);
	color: var(--ges-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(--ges-brand-gold);
}

body:not(.front-page) .entry-title,
body:not(.front-page) .entry-title a {
	color: var(--ges-heading);
}

body:not(.front-page) .entry-title a:hover,
body:not(.front-page) .entry-title a:focus {
	color: var(--ges-link-hover) !important;
}

/* Marketing inner pages: full width, no sidebar */
body:not(.ges-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(.ges-content-hub) .sidebar-primary {
	display: none;
}

/* Content hubs: sidebar + Altitude content column (content-sidebar) */
body.ges-content-hub.page .content {
	float: left;
	width: 700px;
	max-width: none;
	margin: 0;
	padding: 0 0 50px;
}

body.ges-content-hub .sidebar-primary {
	display: block;
}

body.ges-content-hub .sidebar .widget {
	padding: 16px 20px;
	margin-bottom: 24px;
	border-radius: 3px;
}

body.ges-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.ges-content-hub .sidebar .widget_geotw_capability_tree li.cat-item,
body.ges-content-hub .sidebar .widget_geotw_capability_tree li.ges-cap-item,
body.ges-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.ges-content-hub .sidebar .widget_geotw_capability_tree .ges-hub-topic-tree,
body.ges-content-hub .sidebar .widget_geotw_capability_tree .cat-list {
	background: transparent;
	box-shadow: none;
	padding: 0;
	list-style: none;
	margin: 0;
}

body.ges-content-hub .sidebar .widget_geotw_capability_tree .cat-list a,
body.ges-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor {
	color: var(--ges-brand-green);
	font-weight: 600;
	text-align: left;
	box-shadow: none;
	background: transparent;
	padding: 2px 0;
}

body.ges-content-hub .sidebar .widget_geotw_capability_tree li.ges-cap-item a {
	font-weight: 500;
	font-size: 14px;
}

body.ges-content-hub .sidebar .widget_geotw_capability_tree .cat-list a:hover,
body.ges-content-hub .sidebar .widget_geotw_capability_tree .cat-list a:focus,
body.ges-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor:hover,
body.ges-content-hub .sidebar .widget_geotw_capability_tree .jstree-anchor:focus {
	color: var(--ges-brand-green-light);
}

body.ges-content-hub .sidebar .widget_geotw_capability_tree .jstree-default .jstree-wholerow-clicked,
body.ges-content-hub .sidebar .widget_geotw_capability_tree .jstree-default .jstree-wholerow-hovered {
	background: rgba(0, 0, 0, 0.04);
}

body.ges-content-hub .sidebar .widget_geotw_capability_tree .jstree {
	min-height: 1.5em;
}

body.ges-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.ges-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.ges-content-hub.page .ges-hub-loop-heading {
	margin-top: 1.75em;
	padding-top: 1.25em;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

body.ges-content-hub.page .ges-hub-loop-heading h2 {
	margin: 0 0 0.5em;
	font-size: 24px;
	line-height: 1.25;
}

body.ges-content-hub.page .ges-hub-loop-deck {
	margin: 0;
	font-size: 16px;
	color: var(--ges-em-text);
}

body.ges-content-hub.page .ges-page-title {
	text-align: left;
	font-size: 32px;
	margin-bottom: 1em;
}

body.ges-content-hub.page .ges-page-intro {
	margin-bottom: 1.25em;
}

body.ges-content-hub.content-sidebar .sidebar-primary {
	float: right;
	width: 280px;
}

body.ges-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.ges-content-hub .ges-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.ges-content-hub.page article.post,
body.ges-offer-hub.page article.post {
	text-align: left;
	padding: 20px 28px;
	border-radius: 3px;
	margin-bottom: 16px;
}

body.ges-content-hub.page article.post:first-of-type {
	margin-top: 4px;
}

body.ges-content-hub.page article.post .entry-title {
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 0.35em;
}

body:not(.ges-content-hub).page .post,
body:not(.ges-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.ges-page-title {
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 1.25em;
}

.ges-page-hero {
	margin: 0 -32px 24px;
	overflow: hidden;
}

.ges-page-hero img.ges-page-banner {
	display: block;
	width: 100%;
	height: auto;
	max-height: 320px;
	object-fit: cover;
}

.ges-page-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	column-gap: 2.564%;
	margin-bottom: 1.5em;
}

.ges-page-intro .one-third.first,
.ges-page-intro .two-thirds {
	float: none;
	margin-left: 0;
	width: auto;
}

.ges-page-intro .one-third.first {
	grid-column: 1;
	grid-row: 1;
}

.ges-page-intro .two-thirds {
	grid-column: 2;
	grid-row: 1;
}

.ges-page-intro > hr.clearfix {
	display: none;
}

.ges-page-intro-pitch {
	grid-column: 1 / -1;
	grid-row: 2;
	width: 100%;
}

.ges-page-intro img.ges-page-intro-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.ges-page-intro .two-thirds {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ges-page-intro .two-thirds p.ges-page-lead {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0;
}

.ges-page-intro .two-thirds p.ges-page-deck {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	font-style: italic;
	color: var(--ges-text-muted);
	margin: 0.75em 0 0;
	padding-left: 0.85em;
	border-left: 3px solid var(--ges-brand-green);
}

.ges-page-intro .two-thirds p:last-child {
	margin-bottom: 0;
}

.ges-page-intro p.ges-page-pitch,
.ges-page-intro-pitch p.ges-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;
}

.ges-page-intro p.ges-page-pitch strong,
.ges-page-intro-pitch p.ges-page-pitch strong {
	font-weight: 600;
}

.page .entry-content a {
	word-break: break-word;
	color: var(--ges-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(--ges-accent);
	text-decoration-color: var(--ges-accent);
}

/* Inline typography accents (body + lists; overrides Altitude black code chip) */
.page .entry-content strong {
	color: var(--ges-accent-text);
	font-weight: 600;
}

.page .entry-content em {
	color: var(--ges-em-text);
	font-style: italic;
}

.page .entry-content code {
	background-color: var(--ges-code-bg);
	color: var(--ges-code-text);
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.92em;
	padding: 0.15em 0.4em;
	border-radius: 3px;
}

.page .entry-content p.ges-page-lead,
.page .entry-content p.ges-page-deck,
.page .entry-content p.ges-page-pitch {
	color: inherit;
}

.page .entry-content p.ges-page-lead strong,
.page .entry-content p.ges-page-deck strong,
.page .entry-content p.ges-page-pitch strong {
	color: var(--ges-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(--ges-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(--ges-accent);
	text-decoration-color: var(--ges-accent);
}

.single-post .entry-content strong {
	color: var(--ges-accent-text);
	font-weight: 600;
}

.single-post .entry-content em {
	color: var(--ges-em-text);
	font-style: italic;
}

.single-post .entry-content code {
	background-color: var(--ges-code-bg);
	color: var(--ges-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 */
.ges-post-figure {
	float: right;
	width: 240px;
	max-width: 40%;
	margin: 0.2em 0 1em 1.5em;
}

.ges-post-figure img.ges-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) {
	.ges-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: uppercase;
	width: auto;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	color: var(--ges-brand-green-light) !important;
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a {
	color: var(--ges-brand-gold) !important;
}

/* Desktop dropdown panels — Altitude Dark Theme (top-level items with children).
   Altitude’s hover { position: static } breaks absolute submenus under the flex
   header; keep the parent relative and raise z-index above the hero. */
@media only screen and (min-width: 1024px) {
	.site-header,
	.site-header > .wrap,
	.nav-primary {
		overflow: visible;
	}

	.genesis-nav-menu > .menu-item-has-children,
	.genesis-nav-menu > .menu-item-has-children:hover,
	.genesis-nav-menu > .menu-item-has-children.sfHover {
		position: relative !important;
	}

	.genesis-nav-menu .sub-menu {
		/* Same brushed metal as .site-header (set globally); keep panel chrome here. */
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 6px;
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
		left: 0;
		margin: 0;
		min-width: 240px;
		overflow: hidden;
		padding: 6px 0;
		top: 100%;
		transition: none !important;
		width: auto;
		z-index: 10000;
	}

	.genesis-nav-menu .sub-menu > .menu-item {
		background: transparent !important;
		background-image: none !important;
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-sizing: border-box;
		color: var(--drs-link-green, #00e600) !important;
		display: block;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.02em;
		line-height: 1.35;
		padding: 12px 18px;
		text-transform: uppercase !important;
		transition: color 0.15s ease !important;
		white-space: nowrap;
		width: 100% !important;
	}

	.genesis-nav-menu .sub-menu a span {
		background: transparent !important;
		color: inherit !important;
		text-transform: uppercase !important;
	}

	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus {
		/* Text color only — no background fill (avoids layered / animated row). */
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		color: var(--drs-link-hover, #ffd95a) !important;
	}

	.genesis-nav-menu .sub-menu .current-menu-item > a,
	.genesis-nav-menu .sub-menu .current-menu-ancestor > a {
		color: var(--drs-current-blue, #33bbff) !important;
	}
}

/* Primary buttons — Front Page 1 blue ridge (sitewide; replaces legacy green). */
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, #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;
	-webkit-text-fill-color: rgb(196, 196, 196) !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, #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;
	opacity: 1 !important;
	-webkit-text-fill-color: rgb(255, 255, 255) !important;
}

.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu li.current-menu-ancestor > a {
	color: var(--ges-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(--ges-brand-green-light) !important;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--ges-brand-green) !important;
}

@media only screen and (max-width: 1023px) {
	body:not(.ges-content-hub).page .content {
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}

	body:not(.ges-content-hub).page .entry-content {
		padding: 16px 20px;
	}

	body.ges-content-hub.page .content {
		float: none;
		width: 100%;
	}

	body.ges-content-hub.content-sidebar .content {
		width: 100%;
	}

	.ges-page-intro {
		grid-template-columns: 1fr;
		row-gap: 1em;
	}

	.ges-page-intro .one-third.first,
	.ges-page-intro .two-thirds,
	.ges-page-intro-pitch {
		grid-column: 1;
	}

	.ges-page-intro .one-third.first {
		grid-row: 1;
	}

	.ges-page-intro .two-thirds {
		grid-row: 2;
	}

	.ges-page-intro-pitch {
		grid-row: 3;
	}

	.ges-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(.ges-content-hub).page .entry-content {
		padding: 12px 16px;
	}

	.ges-page-hero {
		margin-left: -16px;
		margin-right: -16px;
	}

	.page .entry-content h1.ges-page-title {
		font-size: 28px;
	}

	.ges-page-intro .two-thirds p.ges-page-lead {
		font-size: 22px;
	}

	.ges-page-intro .two-thirds p.ges-page-deck {
		font-size: 16px;
	}

	.ges-page-intro p.ges-page-pitch,
	.ges-page-intro-pitch p.ges-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 {
	--drs-brand-blue: #33bbff;
	--drs-current-blue: #33bbff;
	--drs-link-green: #00e600;
	--drs-link-hover: #ffd95a;
	--drs-bg-base: #263744;
	--drs-surface: rgba(24, 24, 26, 0.75);
	--drs-surface-strong: rgba(16, 16, 18, 0.94);
	--drs-surface-border: rgba(255, 255, 255, 0.08);
	--drs-even-section-overlay: rgba(0, 0, 0, 0.38);
	--drs-even-section-blue: rgba(1, 111, 255, 0.40);
	--drs-even-section-panel: rgba(16, 16, 18, 0.88);
	--drs-text-primary: #f4f4f5;
	--drs-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).ges-content-hub .site-container {
	background-color: var(--drs-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.drs-inventory-archive .archive-pagination a {
	background: rgba(16, 16, 18, 0.68) !important;
	border-radius: 4px;
	color: var(--drs-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(--drs-link-green) !important;
}

body.drs-inventory-archive .archive-pagination a:focus,
body.drs-inventory-archive .archive-pagination a:hover {
	background: rgba(16, 16, 18, 0.86) !important;
	color: var(--drs-link-hover) !important;
	text-decoration: none !important;
	-webkit-text-fill-color: var(--drs-link-hover) !important;
}

.wpcf7-form {
	background: var(--drs-surface);
	border: 1px solid var(--drs-surface-border);
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	color: var(--drs-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(--drs-link-hover);
}

/* Flexible-widget inset — matches MoverCalcs stock style.css (`margin: 7px`).
   Keeps front-page panels from going edge-to-edge after wrap padding is zeroed. */
.widget-wrap,
.flexible-widgets {
	margin: 7px;
}

/* 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(--drs-text-primary);
}

.front-page-1 .image-section .featured-content .entry-content .drs-front-section-title,
.front-page-3 .entry-content .drs-front-section-title,
.front-page-4 .image-section .featured-content .entry-content .drs-front-section-title,
.front-page-5 .image-section .featured-content .entry-content .drs-front-section-title,
.front-page-6 .image-section .featured-content .entry-content .drs-front-section-title,
.front-page-7 .image-section .featured-content .entry-content .drs-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 .drs-front-chart-feature {
	align-items: center;
	display: flex;
	gap: 22px;
	max-width: 760px;
}

.front-page-3 .entry-content .drs-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 .drs-front-chart {
	flex: 0 0 auto;
	margin: 0;
}

.front-page-3 .entry-content .drs-front-chart-copy {
	flex: 1 1 auto;
	max-width: 430px;
}

.front-page-3 .entry-content .drs-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(--drs-surface);
	border: 1px solid var(--drs-surface-border);
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	color: var(--drs-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(--drs-surface);
	border: 1px solid var(--drs-surface-border);
	border-radius: 5px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	color: var(--drs-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(--drs-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 .drs-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(--drs-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(--drs-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(--drs-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;
}

/* Mobile Menu toggle — theme link green (Altitude defaults to white). */
@media only screen and (max-width: 1023px) {
	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover,
	.menu-toggle::before,
	.menu-toggle.activated::before {
		color: var(--drs-link-green, #00e600) !important;
	}

	.menu-toggle:focus,
	.menu-toggle:hover {
		opacity: 1;
	}
}

.site-header .genesis-nav-menu a,
.site-header .genesis-nav-menu span {
	text-transform: uppercase !important;
}

/* [MoverCalcs site-title block stripped - see drs-header-strip.css] */

a,
.entry-title a,
.sidebar a,
.entry-content a,
.widget a,
.genesis-nav-menu a,
.image-section a,
.site-footer a,
.footer-widgets a,
.ges-page-title a,
.ges-section-title a,
.movercalcs-help-tree-list a {
	color: var(--drs-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) .ges-page-title,
body:not(.movercalcs-calculator-page) .ges-section-title,
body:not(.movercalcs-calculator-page) .drs-front-section-title,
body:not(.movercalcs-calculator-page) .drs-item-title,
body:not(.movercalcs-calculator-page) .drs-item-title-above,
body:not(.movercalcs-calculator-page) .drs-item-title-below {
	color: var(--drs-link-hover) !important;
}

body:not(.front-page) .ges-page-intro p.ges-page-pitch .ges-page-pitch-highlight,
body:not(.front-page) .ges-page-intro-pitch p.ges-page-pitch .ges-page-pitch-highlight {
	color: var(--drs-link-hover) !important;
}

body:not(.movercalcs-calculator-page):not(.front-page) .ges-page-intro p.ges-page-lead {
	color: var(--drs-link-hover) !important;
	-webkit-text-fill-color: var(--drs-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(--drs-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(--drs-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(--drs-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(--drs-link-green) !important;
}

.genesis-nav-menu > li > a:hover,
.genesis-nav-menu > li > a:focus {
	color: var(--drs-link-hover) !important;
}

/* Sitewide CTA links — same blue ridge as Front Page 1 (inner + home). */
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 {
	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;
	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;
	white-space: normal !important;
	width: auto !important;
	-webkit-text-fill-color: rgb(196, 196, 196) !important;
}

body:not(.movercalcs-calculator-page) a.button:hover,
body:not(.movercalcs-calculator-page) a.button:focus,
body:not(.movercalcs-calculator-page) .button a:hover,
body:not(.movercalcs-calculator-page) .button a:focus,
body:not(.movercalcs-calculator-page) .entry-content a.button:hover,
body:not(.movercalcs-calculator-page) .entry-content a.button:focus,
body:not(.movercalcs-calculator-page) .widget a.button:hover,
body:not(.movercalcs-calculator-page) .widget 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;
	outline-color: rgb(111, 221, 255) !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	-webkit-text-fill-color: rgb(255, 255, 255) !important;
}

body:not(.movercalcs-calculator-page) .front-page .entry-content a.button {
	margin-left: 5px !important;
	margin-right: 5px !important;
	margin-top: 20px !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(--drs-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(--drs-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(--drs-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.ges-content-hub .sidebar .widget_movercalcs_help_tree .cat-list a,
body.ges-content-hub .sidebar .widget_movercalcs_help_tree .movercalcs-help-tree-list a {
	background: transparent !important;
	box-shadow: none !important;
	color: var(--drs-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.ges-content-hub .sidebar .widget_movercalcs_help_tree .cat-list .children a,
body.ges-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.ges-content-hub .sidebar .widget_movercalcs_help_tree .cat-list a:focus,
body.ges-content-hub .sidebar .widget_movercalcs_help_tree .cat-list a:hover,
body.ges-content-hub .sidebar .widget_movercalcs_help_tree .movercalcs-help-tree-list a:focus,
body.ges-content-hub .sidebar .widget_movercalcs_help_tree .movercalcs-help-tree-list a:hover {
	color: var(--drs-link-hover) !important;
}

body.ges-content-hub .sidebar .widget_movercalcs_help_tree .cat-list .current-cat > a:not(:hover):not(:focus),
body.ges-content-hub .sidebar .widget_movercalcs_help_tree .movercalcs-help-tree-list .current-cat > a:not(:hover):not(:focus) {
	color: var(--drs-current-blue) !important;
}

/* Mobile wrap gutters — match MC stock (was Altitude 5% side padding). */
@media only screen and (max-width: 800px) {
	.site-inner,
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.front-page .site-inner {
		padding: 0;
	}

	.front-page .flexible-widgets {
		padding-top: 25px;
		padding-bottom: 0;
	}
}

@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 {
		box-sizing: border-box;
		display: block;
		max-width: none;
		padding: 26px 20px;
		width: 100%;
	}

	/* Band panels 2–7: same near-full mobile width as hero (MC look). */
	.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 {
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		padding: 22px 18px;
	}

	.front-page-1 .image-section .featured-content .entry-content h4 {
		font-size: clamp(38px, 9vw, 58px);
	}

	body.ges-content-hub.content-sidebar .sidebar-primary,
	body.ges-content-hub .sidebar-primary {
		clear: both;
		float: none;
		margin: 22px auto 0;
		max-width: 760px;
		width: calc(100% - 32px);
	}

	body.ges-content-hub .sidebar .widget {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	body.ges-content-hub .sidebar .movercalcs-sidebar-summary,
	body.ges-content-hub .sidebar .widget-title {
		text-align: center !important;
	}

	body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list a,
	body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .drs-inventory-tree-list a,
	body.ges-content-hub .sidebar .widget_movercalcs_help_tree .cat-list a,
	body.ges-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 {
		box-sizing: border-box;
		display: block;
		max-width: none;
		padding: 22px 16px;
		width: 100%;
	}

	.front-page-1 .image-section .featured-content .entry-content h4 {
		font-size: clamp(34px, 11vw, 48px);
	}

	.front-page-3 .entry-content .drs-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.drs-inventory-post .entry-header,
body.drs-inventory-post .entry-footer,
body.drs-inventory-archive .archive-description,
body.drs-inventory-archive article.drs-inventory-post .entry-header,
body.drs-inventory-archive article.drs-inventory-post .entry-footer {
	display: none;
}

body.drs-inventory-post .entry-content,
body.drs-inventory-archive article.drs-inventory-post .entry-content {
	padding: 24px 28px 32px;
}

body.drs-inventory-post .entry-content .drs-item-figure {
	display: block;
	margin: 0 0 1.25em;
	max-width: 100%;
}

body.drs-inventory-post .entry-content .drs-item-figure img,
body.drs-inventory-post .entry-content .drs-item-image {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

body.drs-inventory-post .entry-content .drs-item-title-above,
body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-title-above {
	color: var(--drs-link-hover) !important;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
}

body.drs-inventory-post .entry-content .drs-item-title-below,
body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-title-below {
	color: var(--drs-link-hover) !important;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.75em;
	padding: 0;
	text-align: left;
}

body.drs-inventory-post .entry-content .drs-item-dimensions {
	color: var(--drs-text-muted);
	font-size: 15px;
	line-height: 1.45;
	margin: 0 0 1em;
}

body.drs-inventory-post .entry-content .drs-item-weight-volume {
	margin: 0 0 1em;
}

body.drs-inventory-post .entry-content .drs-item-weight-volume p {
	font-size: inherit;
	line-height: 1.5;
	margin: 0 0 0.75em;
}

body.drs-inventory-post .entry-content .drs-item-description {
	margin: 0 0 1em;
}

body.drs-inventory-post .entry-content .drs-item-description p {
	margin: 0 0 0.75em;
}

body.drs-inventory-post .entry-content .drs-item-footprint {
	color: var(--drs-text-muted);
	font-size: 14px;
	font-style: italic;
	line-height: 1.4;
	margin: 0;
	opacity: 0.85;
}

/* Inventory category archives — responsive card grid */

body.drs-inventory-archive #genesis-content {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

body.drs-inventory-archive article.drs-inventory-post {
	background: var(--ges-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.drs-inventory-archive article.drs-inventory-post .entry-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 20px 22px 24px;
}

body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-title-above {
	font-size: 22px;
	margin-bottom: 0.85em;
}

body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-title-above a {
	color: var(--drs-link-hover) !important;
	text-decoration: none !important;
}

body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-title-above a:hover,
body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-title-above a:focus {
	color: var(--drs-link-hover) !important;
	text-decoration: underline !important;
}

body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-figure {
	margin: 0 0 0.85em;
}

body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-figure a {
	display: block;
	text-decoration: none !important;
}

body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-dimensions {
	font-size: 14px;
	margin: auto 0 0;
}

body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-weight-volume {
	margin: 0.65em 0 0;
}

body.drs-inventory-archive article.drs-inventory-post .entry-content .drs-item-weight-volume p {
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
}

@media only screen and (min-width: 768px) {
	body.drs-inventory-archive #genesis-content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (min-width: 1100px) {
	body.drs-inventory-archive #genesis-content {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list a,
body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .drs-inventory-tree-list a {
	background: transparent !important;
	box-shadow: none !important;
	color: var(--drs-link-green) !important;
	display: block;
	font-weight: 600;
	line-height: 1.3;
	padding: 2px 0;
	text-align: left !important;
	text-decoration: none !important;
}

body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list .children a,
body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .drs-inventory-tree-list .children a {
	font-size: 15px;
	font-weight: 600;
	padding: 2px 0 2px 14px;
}

body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list .drs-inv-item a,
body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .drs-inventory-tree-list .drs-inv-item a {
	font-size: 13px;
	font-weight: 400;
	padding: 1px 0 1px 28px;
}

body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list a:focus,
body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list a:hover,
body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .drs-inventory-tree-list a:focus,
body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .drs-inventory-tree-list a:hover {
	color: var(--drs-link-hover) !important;
}

body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .cat-list .current-cat > a:not(:hover):not(:focus),
body.ges-content-hub .sidebar .widget_movercalcs_inventory_tree .drs-inventory-tree-list .current-cat > a:not(:hover):not(:focus) {
	color: var(--drs-current-blue) !important;
}

/* Breadcrumbs — single posts, post category archives, and help pages.
   Panel matches the inventory card surface for a consistent look. */
.drs-breadcrumbs {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.5;
}

.drs-breadcrumbs .drs-breadcrumbs-inner {
	background: var(--ges-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;
}

.drs-breadcrumbs a {
	color: var(--drs-link-green) !important;
	font-weight: 600;
	text-decoration: none !important;
}

.drs-breadcrumbs a:focus,
.drs-breadcrumbs a:hover {
	color: var(--drs-link-hover) !important;
	text-decoration: none !important;
}

.drs-breadcrumbs .drs-breadcrumb-sep {
	color: var(--ges-brand-gold);
	margin: 0 2px;
}

.drs-breadcrumbs .drs-breadcrumb-current {
	color: var(--ges-brand-gold);
	font-weight: 600;
}

/* Landscape/desktop archive: span the full grid so tiles sit below the trail */
body.drs-inventory-archive #genesis-content > .drs-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) {
	.drs-breadcrumbs {
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* Header + nav dropdown brushed metal: same material as footer tile, darkened
   neutral (no blue). Submenu may share the metal; links must stay transparent
   (text-only hover) so metal + fill never stack — CommonTweaks: NavDropdownSolidPanel. */
.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 — same Front Page 1 blue ridge as other CTAs. */
.wpcf7 input[type="submit"],
.wpcf7 button[type="submit"],
.wpcf7-form input.wpcf7-submit,
.image-section .wpcf7 input[type="submit"] {
	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;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 2px !important;
	line-height: normal !important;
	padding: 15px 25px !important;
	text-align: center !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
	-webkit-text-fill-color: rgb(196, 196, 196) !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, #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;
	-webkit-text-fill-color: rgb(255, 255, 255) !important;
	outline-color: rgb(111, 221, 255) !important;
}

/* Scroll-to-top button — hidden until the reader scrolls down, pinned bottom-left. */
.drs-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(--ges-surface-border);
	border-radius: 50%;
	background: var(--ges-surface);
	color: var(--ges-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;
}

.drs-scroll-top.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.drs-scroll-top:hover,
.drs-scroll-top:focus {
	background: var(--drs-current-blue);
	color: #fff;
	outline: none;
}

.drs-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) {
	.drs-scroll-top {
		transform: none;
		transition: opacity 0.2s ease;
	}
}

@media only screen and (max-width: 767px) {
	.drs-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(--drs-current-blue);
	font-weight: 400;
}
/* END MoverCalcs managed Altitude custom CSS */

/* DRS header strip exception — owner-locked text wordmark.
   Sync-MoverCalcsStyling.ps1 strips the MoverCalcs blue site-title block and
   appends this file last so the Dan's Repair Service header keeps its own
   look. Everything else copies from MoverCalcs.

   2026-07-13 (owner): wordmark idle = link green (#00e600); hover/focus =
   smiley yellow (#ffd44b). Text header only (no banner image).
   drs-brand-sync.php removes the Genesis custom header image and un-blanks
   header_textcolor so the text title renders.

   Scroll shrink (Altitude canned behavior via html[data-scroll] from
   js/global.js): title + title-area padding must shrink when not at top —
   same contract as MoverCalcs site-title block. CommonTweaks: HeaderShrinkOnScroll. */

.site-title,
.site-title a {
	color: var(--drs-link-green, #00e600) !important;
	-webkit-text-fill-color: var(--drs-link-green, #00e600) !important;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: clamp(22px, 5.5vw, 52px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	transition: font-size 0.2s ease-in-out, color 0.15s ease;
	white-space: nowrap;
}

.site-title a:focus,
.site-title a:hover {
	color: var(--drs-link-hover, #ffd44b) !important;
	-webkit-text-fill-color: var(--drs-link-hover, #ffd44b) !important;
}

.title-area {
	max-width: none;
	padding: 18px 0;
	transition: padding 0.2s ease-in-out;
	width: auto;
}

/* Altitude / MoverCalcs: shrink wordmark + strip when page is scrolled. */
html:not([data-scroll="0"]) .site-title,
html:not([data-scroll="0"]) .site-title a {
	font-size: clamp(18px, 3.2vw, 34px);
}

html:not([data-scroll="0"]) .site-header .title-area {
	padding: 8px 0;
}

/* Wordmark only — no tagline text in the strip. */
.site-description {
	display: none;
}

/* Mobile: keep the full name on one line inside the viewport.
   Altitude header is usually static under 1024px — still allow a modest shrink. */
@media only screen and (max-width: 1023px) {
	.site-title,
	.site-title a {
		font-size: clamp(20px, 6.2vw, 36px);
	}

	.title-area {
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

	html:not([data-scroll="0"]) .site-title,
	html:not([data-scroll="0"]) .site-title a {
		font-size: clamp(18px, 5vw, 28px);
	}

	html:not([data-scroll="0"]) .site-header .title-area {
		padding: 6px 0;
	}
}

/* DRS style extensions — appended after the MoverCalcs copy by
   Sync-MoverCalcsStyling.ps1 (after drs-header-strip.css). Small additions
   that survive styling re-syncs. */

/* Solid front-page bands (2/4/6): show the brushed metal through beautifully
   (owner direction 2026-07-10). The plain copied gradient looked flat near the
   top of the page, so these bands get their own brushed tile layer using the
   even-section tokens MoverCalcs defined for exactly this treatment
   (--drs-even-section-blue over --drs-even-section-overlay). Fixed attachment
   keeps the texture aligned with the page background. */
/* Menu hover/current: no underline. Altitude gives top-level nav links a
   transparent 2px border-bottom that turns white on hover/focus/current —
   remove it; color changes (green/blue/gold) are the only state signal. */
.front-page .genesis-nav-menu li.current-menu-item > a,
.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	border-bottom: 0 !important;
}

/* Altitude stock draws a full-width white line under the header on the
   front page (.featured-section .site-header > .wrap). MoverCalcs comments
   that rule out of stock style.css; DRS kills it here too (belt-and-suspenders)
   and the WAMP style.css comment matches MC. Never restore the white hairline. */
.featured-section .site-header > .wrap,
.front-page .site-header > .wrap,
.site-header > .wrap,
.site-header .wrap {
	border: 0 !important;
	border-bottom: 0 none transparent !important;
	box-shadow: none !important;
}

.site-header {
	border: 0 !important;
	box-shadow: none !important;
}

/* Nav dropdown (Services → Apartment Turnover, etc.).
   Same brushed-metal panel as the header; neon-green links; hover = text only
   (yellow). Never paint a row fill over the metal — CommonTweaks: NavDropdownSolidPanel. */
@media only screen and (min-width: 1024px) {
	.site-header,
	.site-header > .wrap,
	.nav-primary {
		overflow: visible !important;
	}

	.genesis-nav-menu > .menu-item-has-children,
	.genesis-nav-menu > .menu-item-has-children:hover,
	.genesis-nav-menu > .menu-item-has-children.sfHover {
		position: relative !important;
	}

	.genesis-nav-menu .sub-menu,
	.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;
		/* Flush with header: no drop shadow; no top edge seam. */
		border: 1px solid rgba(255, 255, 255, 0.14) !important;
		border-top: 0 !important;
		border-radius: 0 0 6px 6px;
		box-shadow: none !important;
		left: 0 !important;
		margin: 0;
		min-width: 240px;
		overflow: hidden;
		padding: 6px 0;
		top: 100%;
		transition: none !important;
		width: auto;
		z-index: 10000;
	}

	.genesis-nav-menu .sub-menu > .menu-item {
		background: transparent !important;
		background-image: none !important;
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a,
	.genesis-nav-menu .sub-menu a span {
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		border-bottom: 0 !important;
		box-sizing: border-box;
		color: var(--drs-link-green, #00e600) !important;
		display: block;
		font-size: 13px !important;
		font-weight: 600 !important;
		letter-spacing: 0.02em;
		line-height: 1.35;
		padding: 12px 18px !important;
		text-transform: uppercase !important;
		transition: color 0.15s ease !important;
		white-space: nowrap;
		width: 100% !important;
	}

	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu a:hover span,
	.genesis-nav-menu .sub-menu a:focus span {
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		color: var(--drs-link-hover, #ffd44b) !important;
	}

	.genesis-nav-menu .sub-menu .current-menu-item > a,
	.genesis-nav-menu .sub-menu .current-menu-item > a span,
	.genesis-nav-menu .sub-menu .current_page_item > a,
	.genesis-nav-menu .sub-menu .current_page_item > a span {
		color: var(--drs-current-blue, #33bbff) !important;
	}
}

/* Before & After image pairs (page + front-page band). These used to be an
   inline <style> block inside the page content, which WordPress stripped to
   visible text — the overlay stylesheet is their proper home. */
.drs-ba-pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	align-items: start;
	margin: 1.5rem 0 2.5rem;
}

.drs-ba-figure {
	margin: 0;
}

.drs-ba-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}

.drs-ba-figure figcaption {
	margin-top: .5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: .8rem;
}

@media (max-width: 600px) {
	.drs-ba-pair {
		grid-template-columns: 1fr;
	}
}

/* Altitude Dark Theme: teaser bands hide Featured Page chrome titles
   (in-content titles only). Front Page 2 service cards are the exception —
   Mindful Alignment pattern: show card titles under images. */
.front-page:not(.dummy) .featured-content .entry-header,
.front-page .featured-content .entry-title,
.front-page .widget_featured_page .entry-title {
	display: none !important;
}

/* #front-page-2 beats :not(.dummy) hide rule (higher specificity). */
#front-page-2 .featuredpage .entry-header,
#front-page-2 .featuredpage .entry-title,
#front-page-2 .featuredpage h4.entry-title,
#front-page-2 .featuredpage .entry-title a {
	display: block !important;
	visibility: visible !important;
}

/* Gallery teaser (front-page-6): one photo + link — not full gallery content. */
.drs-gallery-teaser {
	margin: 1.25rem 0 1.5rem;
	text-align: center;
}

.drs-gallery-teaser-image {
	display: block;
	max-width: min(100%, 720px);
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 6px;
}

/* Inner pages: content width matches header .wrap (1280), not Altitude’s
   full-width 200px side padding or the GEOTW 960 reading cap. */
body:not(.front-page).full-width-content .content,
body:not(.front-page).page .content {
	float: none !important;
	width: 100% !important;
	max-width: 1280px !important;
	margin: 0 auto !important;
	padding: 0 24px 50px !important;
}

@media only screen and (max-width: 1023px) {
	body:not(.front-page).full-width-content .content,
	body:not(.front-page).page .content {
		max-width: 100% !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

/* Mobile Menu — match MoverCalcs: toggle sits on brushed header (no black bar);
   neon-green Menu label/icon; open panel uses the same header metal. */
@media only screen and (max-width: 1023px) {
	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent !important;
		background-color: transparent !important;
		border-width: 0 !important;
		opacity: 1;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover,
	.menu-toggle::before,
	.menu-toggle.activated::before {
		color: var(--drs-link-green, #00e600) !important;
	}

	.site-header .nav-primary,
	.site-header .genesis-responsive-menu {
		background: transparent !important;
		background-color: transparent !important;
	}

	.genesis-responsive-menu .genesis-nav-menu {
		background-color: transparent !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;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		background: transparent !important;
		background-color: transparent !important;
		border-bottom: 0 !important;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item > a {
		color: var(--drs-link-green, #00e600) !important;
		text-transform: uppercase !important;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item > a:hover,
	.genesis-responsive-menu .genesis-nav-menu > .menu-item > a:focus {
		color: var(--drs-link-hover, #ffd44b) !important;
	}

	.genesis-responsive-menu .genesis-nav-menu .current-menu-item > a,
	.genesis-responsive-menu .genesis-nav-menu .current-menu-ancestor > a {
		color: var(--drs-current-blue, #33bbff) !important;
	}
}

/* Inner pages: only the white Altitude .site-inner shell is transparent —
   dark .entry-content panels stay (MoverCalcs). Front-page bands unchanged. */
body:not(.front-page) .site-inner {
	background: transparent !important;
	background-color: transparent !important;
}

/* Brand yellow = smiley face (#FFD44B from drs-banner / site-icon).
   Replaces muted gold (#f0c419 / #ffd95a). Dark panels get more see-through. */
:root {
	--ges-brand-gold: #ffd44b;
	--ges-brand-gold-hover: #ffe06a;
	--drs-link-hover: #ffd44b;
	--ges-surface: rgba(10, 10, 12, 0.72);
	--drs-surface: rgba(10, 10, 12, 0.72);
	--drs-surface-strong: rgba(6, 6, 8, 0.86);
}

body:not(.front-page) {
	--ges-accent-text: #ffd44b;
	--ges-heading: #ffd44b;
	--ges-link-hover: #ffe06a;
}

/* Intro stack = MoverCalcs Help parity on every page (including front-page
   featured bands). Copied MC lead yellow is gated behind :not(.front-page);
   that left Services/About bands with white leads on wood/photo backgrounds. */
body:not(.movercalcs-calculator-page) .ges-page-intro p.ges-page-lead {
	color: var(--drs-link-hover) !important;
	-webkit-text-fill-color: var(--drs-link-hover) !important;
}

body:not(.movercalcs-calculator-page) .ges-page-intro .two-thirds p.ges-page-deck {
	color: var(--ges-text-muted, #c4cad0) !important;
	font-size: 24px;
	line-height: 1.45;
	font-style: italic;
	border-left: 3px solid var(--ges-brand-green, #6cc24a);
	padding-left: 0.85em;
	margin-top: 0.75em;
}

@media only screen and (max-width: 800px) {
	body:not(.movercalcs-calculator-page) .ges-page-intro .two-thirds p.ges-page-deck {
		font-size: 20px;
	}
}

body:not(.movercalcs-calculator-page) .ges-page-intro p.ges-page-pitch,
body:not(.movercalcs-calculator-page) .ges-page-intro-pitch p.ges-page-pitch {
	background-color: rgba(255, 255, 255, 0.12);
	color: var(--ges-text-primary, #e8ecef);
	border-radius: 4px;
}

body:not(.movercalcs-calculator-page) .ges-page-intro p.ges-page-pitch .ges-page-pitch-highlight,
body:not(.movercalcs-calculator-page) .ges-page-intro-pitch p.ges-page-pitch .ges-page-pitch-highlight {
	color: var(--drs-link-hover) !important;
	-webkit-text-fill-color: var(--drs-link-hover) !important;
	font-weight: 600;
}

body:not(.movercalcs-calculator-page) .ges-page-intro-cta {
	clear: both;
	margin: 1em 0 0.25em;
	text-align: left;
}

body:not(.movercalcs-calculator-page) .ges-page-intro-cta .button {
	margin: 0.35em 0.5em 0.35em 0;
}

body:not(.movercalcs-calculator-page) .ges-page-intro img.ges-page-intro-image {
	border-radius: 6px;
}

/* Overlay compacted nav padding (16px) and wiped Altitude's idle→scroll
   shrink (30px → 20px). Restore a visible shrink on desktop. */
@media only screen and (min-width: 1024px) {
	.site-header .genesis-nav-menu > .menu-item > a {
		padding: 22px 11px;
		transition: padding 0.2s ease-in-out;
	}

	html:not([data-scroll="0"]) .site-header .genesis-nav-menu > .menu-item > a {
		padding: 12px 11px;
	}
}

.front-page-2 .solid-section,
.front-page-4 .solid-section,
.front-page-6 .solid-section {
	background-color: transparent;
	background-image:
		linear-gradient(
			to bottom,
			var(--drs-even-section-blue) 0%,
			var(--drs-even-section-overlay) 100%
		),
		url(../images/BrushedMetalLightGrayHoriz.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;
}

/* Front Page 2 — Mindful Alignment-style Services card grid.
   Genesis Featured Page widgets render as section.featuredpage (not
   .widget_featured_page). Unified card on .widget-wrap: image, title, teaser.
   Altitude widget-halves handles the 2-column float/width. */
.front-page-2 .flexible-widgets .widget_custom_html,
.front-page-2.flexible-widgets .widget_custom_html,
.front-page-2 .widget_custom_html {
	clear: both !important;
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

/* Heading + CTA rows: rounded panel (Mindful "Our Services" bar). */
.front-page-2 .widget_custom_html .widget-wrap {
	background: rgba(12, 12, 14, 0.84) !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.48);
	margin-bottom: 18px;
	padding: 20px 28px 16px;
}

.front-page-2 .drs-services-heading {
	color: var(--drs-link-hover) !important;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 10px;
	text-align: center;
	text-shadow: none;
	text-transform: none;
}

.front-page-2 .drs-services-heading-support {
	color: #f4f4f5 !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0 auto;
	max-width: 40em;
	text-align: center;
}

/* Service cards: one cohesive panel per widget (Mindful widget-wrap pattern). */
.front-page-2 .featuredpage {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.front-page-2 .featuredpage .widget-wrap {
	background: rgba(12, 12, 14, 0.84) !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.48);
	padding: 14px 14px 18px;
}

.front-page-2 .featuredpage .entry,
.front-page-2 .featuredpage .featured-content {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0;
	padding: 0;
}

/* Override ges dark split box on .entry-content (image/title/teaser stay unified). */
.front-page-2 .solid-section .featuredpage.featured-content .entry-content,
.front-page-2 .featuredpage .entry-content {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #e8e8ea !important;
	margin: 0;
	padding: 4px 10px 0 !important;
	text-align: center;
}

.front-page-2 .featuredpage .entry-header {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 14px 0 10px;
	padding: 0 0.65rem;
	text-align: center;
}

.front-page-2 .featuredpage .entry-header::after {
	border: none !important;
	margin: 0;
	padding: 0;
}

.front-page-2 .featuredpage .entry-content p,
.front-page-2 .featuredpage .entry-content .drs-card-teaser {
	color: #f0f0f2 !important;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.55;
	margin: 0;
	padding: 0 6px;
}

.front-page-2 .featuredpage a.alignnone,
.front-page-2 .featuredpage a.aligncenter,
.front-page-2 .featuredpage .alignnone,
.front-page-2 .featuredpage .aligncenter {
	display: block;
	margin: 0 !important;
}

.front-page-2 .featuredpage .entry-image,
.front-page-2 .featuredpage img.entry-image {
	border: 4px solid rgba(255, 255, 255, 0.88) !important;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	display: block;
	height: auto;
	margin: 0 auto 8px;
	max-width: min(100%, 300px);
	width: auto;
}

.front-page-2 .featuredpage .entry-title,
.front-page-2 .featuredpage .entry-title a,
#front-page-2 .featuredpage .entry-title,
#front-page-2 .featuredpage .entry-title a {
	color: var(--drs-link-green) !important;
	font-size: clamp(22px, 2.5vw, 32px) !important;
	font-weight: 700 !important;
	hyphens: none !important;
	letter-spacing: 0.01em;
	line-height: 1.2 !important;
	margin: 0 !important;
	overflow-wrap: normal !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	text-wrap: balance;
	-webkit-text-fill-color: var(--drs-link-green) !important;
	word-break: normal !important;
}

.front-page-2 .featuredpage .entry-title a:hover,
.front-page-2 .featuredpage .entry-title a:focus {
	color: var(--drs-link-hover) !important;
}

/* Teaser is for front-page cards only — hide on full service pages. */
body:not(.front-page) .drs-card-teaser {
	display: none !important;
}

/* Two-column front-page bands (Service Area map, Contact form — US1 Movers pattern). */
.drs-front-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: start;
	margin: 0;
}

.drs-front-columns-copy,
.drs-front-columns-form,
.drs-front-columns-aside,
.drs-front-columns-map {
	min-width: 0;
}

.drs-service-area-towns {
	margin: 1em 0;
	padding-left: 1.25em;
}

.drs-service-area-map {
	border: 4px solid rgba(255, 255, 255, 0.88);
	border-radius: 6px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	overflow: hidden;
}

.drs-service-area-map iframe {
	border: 0;
	display: block;
	height: 360px;
	width: 100%;
}

.drs-form-note {
	color: #c4cad0 !important;
	font-size: 14px;
	margin-top: 0.75em;
}

@media only screen and (max-width: 768px) {
	.drs-front-columns {
		grid-template-columns: 1fr;
	}

	.drs-service-area-map iframe {
		height: 280px;
	}
}

/* FrontPageButtonsBlueRidge — hero blue-ridge is the sitewide primary button
   for content CTAs and CF7. Do NOT style WP admin-bar Search or theme search
   submits (those stay core/default chrome). */
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:not(.widget_search) a.button,
body:not(.movercalcs-calculator-page) .entry-content input[type="submit"],
body:not(.movercalcs-calculator-page) .entry-content input[type="button"],
body:not(.movercalcs-calculator-page) .entry-content button[type="submit"],
body:not(.movercalcs-calculator-page) .wpcf7 input[type="submit"],
body:not(.movercalcs-calculator-page) .wpcf7-submit {
	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;
	-webkit-text-fill-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;
	padding: 15px 25px !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
	white-space: normal !important;
	width: auto !important;
}

body:not(.movercalcs-calculator-page) a.button:hover,
body:not(.movercalcs-calculator-page) a.button:focus,
body:not(.movercalcs-calculator-page) .button a:hover,
body:not(.movercalcs-calculator-page) .button a:focus,
body:not(.movercalcs-calculator-page) .entry-content a.button:hover,
body:not(.movercalcs-calculator-page) .entry-content a.button:focus,
body:not(.movercalcs-calculator-page) .widget:not(.widget_search) a.button:hover,
body:not(.movercalcs-calculator-page) .widget:not(.widget_search) a.button:focus,
body:not(.movercalcs-calculator-page) .entry-content input[type="submit"]:hover,
body:not(.movercalcs-calculator-page) .entry-content input[type="submit"]:focus,
body:not(.movercalcs-calculator-page) .entry-content input[type="button"]:hover,
body:not(.movercalcs-calculator-page) .entry-content input[type="button"]:focus,
body:not(.movercalcs-calculator-page) .entry-content button[type="submit"]:hover,
body:not(.movercalcs-calculator-page) .entry-content button[type="submit"]:focus,
body:not(.movercalcs-calculator-page) .wpcf7 input[type="submit"]:hover,
body:not(.movercalcs-calculator-page) .wpcf7 input[type="submit"]:focus,
body:not(.movercalcs-calculator-page) .wpcf7-submit:hover,
body:not(.movercalcs-calculator-page) .wpcf7-submit: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;
	-webkit-text-fill-color: rgb(255, 255, 255) !important;
	opacity: 1 !important;
}

/* Undo geotw/theme button chrome on WP admin-bar Search + theme search forms. */
#wpadminbar input[type="submit"],
#wpadminbar input[type="button"],
#wpadminbar button,
#wpadminbar .adminbar-button,
#adminbarsearch .adminbar-button,
.search-form input[type="submit"],
.search-form input[type="button"],
.widget_search input[type="submit"],
.widget_search input[type="button"],
input.searchsubmit {
	background: #555 !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	color: #eee !important;
	-webkit-text-fill-color: #eee !important;
	display: inline-block !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 2.15384615 !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 10px !important;
	text-shadow: none !important;
	text-transform: none !important;
	width: auto !important;
}

#wpadminbar input[type="submit"]:hover,
#wpadminbar input[type="submit"]:focus,
#wpadminbar input[type="button"]:hover,
#wpadminbar input[type="button"]:focus,
#wpadminbar button:hover,
#wpadminbar button:focus,
#wpadminbar .adminbar-button:hover,
#wpadminbar .adminbar-button:focus,
#adminbarsearch .adminbar-button:hover,
#adminbarsearch .adminbar-button:focus,
.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus,
.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus,
input.searchsubmit:hover,
input.searchsubmit:focus {
	background: #191e23 !important;
	background-image: none !important;
	border: 0 !important;
	color: #00b9eb !important;
	-webkit-text-fill-color: #00b9eb !important;
	opacity: 1 !important;
}
