/* // DMS 

	font-family: "Roboto", serif;
	font-family: "Oswald", sans-serif;

*/


html #wpadminbar {
	Xdisplay:none;
}
html, body {
	padding:0;
	margin:0;
}
body {
	font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
	font-size:16px;
	color:#2B2B2B;
	background-color:#FFF;
	overflow-x:hidden;
}

.z1 {
	z-index:1;
}
.z2 {
	z-index:2;
}
.z3 {
	z-index:3;
}

.pad {
	position:relative;
	max-width:90vw;
	margin:0 auto;
}

.site-header .pad > *,
.site-header.sticky .pad > * {
	transition:0.5s all;
}
.site-header {
	display:block;
	position:fixed;
	width:100%;
	max-width:100%;
	background:#f2f2f2;
	padding:0;
	z-index: 99;
	transition:0.3s all;
}

.site-header .pad {
	min-height:100px;
	max-width:1100px;
}


#hdrLogo {
	position: absolute;
	width:250px;
	top:13px;
	left:20px;
	z-index: 1;
}
#hdrLogo a {
	display:block;
	width:100%;
	text-decoration:none;
}
#hdrLogo a:focus {
	background:none;
	outline:none;
}
#hdrLogo a:focus img {
	outline:none;
}
#hdrLogoImg {
	width:100%;
}

#topMenu {
	position: absolute;
	top:35px;
	left:auto;
	right:0;
	height:29px;
	text-align: right;
}
#topMenu .topMenuLinks {
	display:inline-block;
	width:350px;
}
#topMenu .topMenuLinks a {
	display:inline-block;
	width:fit-content;
	font-family: "Oswald", sans-serif;
	font-weight:500;
	text-decoration: none;
	letter-spacing:0.3px;
	text-transform: uppercase;
	line-height: 1em;
	padding:0 8px 0 11px;
	margin:0;
	border-left:solid 1px #CCC;
	transition:0.2s all;
}
#topMenu .topMenuLinks a.hdrPhone {
	color:#f17421;
}
#topMenu .topMenuLinks a:first-of-type {
	border:none;
	margin:0;
}
#topMenu .topMenuLinks a:hover {
	color:#3161a1;
}


/* STICKY HEADER */
.site-header.sticky {
	position:fixed;
	height:125px;
	box-shadow:0 10px 10px rgba(0,0,0,0.3);
}
.site-header.sticky #hdrSocial {
	top:-5px;
}
.site-header.sticky #hdrLogo {
	top:4px;
	width:180px;
}
.site-header.sticky #topMenu {
	top:17px;
}
.site-header.sticky #navBar {
	top:-38px;
}


/* NAVIGATION IN styles_nav.css */


/* HEADER UNDERLAY, retain for sticky header spacing */
#hdrUnderlay {
	position: relative;
	height:163px;
	background:none;
}



/* HOME PAGE */
.homeHero {
	background: #fdfbfe;
	padding: 40px 0;
}
.homeHeroInner {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 48px;
	gap: 20px;
}
.homeHeroText {
	flex: 0 0 420px;
}
.homeHero h1 {
	font-size: 44px;
	line-height: 1.15;
	color: #11152C;
	margin: 0 0 20px 0;
}
.homeHero h1 span {
	color: #f17421;
}
.homeHeroSub {
	font-size: 16px;
	line-height: 1.65;
	color: #2a3a50;
	margin: 0 0 32px 0;
}
.homeHeroImage {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homeHeroImage img {
	max-height: 480px;
	width: auto;
	max-width: 100%;
	display: block;
}

/* ── FEATURED VIDEO HERO ───────────────────────────────────── */
.homeHeroFeatured {
	background: linear-gradient(135deg, #0d1126 0%, #11152C 60%, #1a3558 100%);
	padding: 64px 0 72px;
	height: auto !important;
}
.homeHeroFeatured .homeHeroInner {
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 1100px;
	padding: 0 40px;
	gap: 36px;
}
/* Headline + tagline */
.heroFeatTitle {
	max-width: 860px;
}
.homeHeroFeatured h1 {
	font-size: clamp(34px, 5.5vw, 62px);
	line-height: 1.08;
	color: #FFF;
	margin: 0 0 14px;
}
.heroFeatTagline {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: clamp(17px, 2.2vw, 24px);
	font-weight: 300;
	line-height: 1.4;
	color: rgba(255,255,255,0.72);
	margin: 0;
}
/* Nav buttons */
.heroFeatButtons {
	display: flex;
	flex-direction: row;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}
.heroFeatBtn {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	color: #FFF;
	background: #3161a1;
	border: 2px solid rgba(255,255,255,0.2);
	border-radius: 8px;
	padding: 11px 26px;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.heroFeatBtn:hover,
.heroFeatBtn:focus {
	background: #1e4a84;
	border-color: rgba(255,255,255,0.45);
	color: #FFF;
}
/* Video facade */
.heroFeatVideo {
	position: relative;
	width: 100%;
	max-width: 940px;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient(160deg, #0d1126 0%, #11152C 55%, #1c3d60 100%);
	cursor: pointer;
	box-shadow: 0 24px 64px rgba(0,0,0,0.55);
}
/* Iframe injected on click */
.heroFeatVideo iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
/* Full-area button — flex column, play icon above logo */
.heroFeatPlayBtn {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
}
/* Play circle */
.heroFeatPlayIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: rgba(241,116,33,0.92);
	border-radius: 50%;
	box-shadow: 0 4px 28px rgba(0,0,0,0.45);
	transition: transform 0.2s ease, background 0.2s ease;
}
.heroFeatPlayBtn:hover .heroFeatPlayIcon,
.heroFeatPlayBtn:focus .heroFeatPlayIcon {
	transform: scale(1.12);
	background: #f17421;
}
.heroFeatPlayIcon::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 28px;
	border-color: transparent transparent transparent #fff;
	margin-left: 6px;
}
/* Logo */
.heroFeatLogo {
	display: block;
	width: auto;
	max-width: min(500px, 80%);
	object-fit: contain;
	pointer-events: none;
}
/* Sub text block below video */
.heroFeatSub {
	max-width: 740px;
}
.heroFeatSubHeading {
	font-family: "Oswald", sans-serif;
	font-size: clamp(20px, 2.8vw, 32px);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	line-height: 1.25;
	color: #FFF;
	margin: 0 0 14px;
}
.heroFeatSubHeading span {
	color: #f17421;
}
.heroFeatSubText {
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255,255,255,0.75);
	margin: 0 0 28px;
}
.heroFeatSub .cta {
	margin: 0 auto;
}
/* Responsive */
@media (max-width: 900px) {
	.homeHeroFeatured .homeHeroInner { padding: 0 28px; gap: 28px; }
	.heroFeatPlayIcon { width: 64px; height: 64px; }
	.heroFeatPlayIcon::after { border-width: 12px 0 12px 24px; }
}
@media (max-width: 600px) {
	.homeHeroFeatured { padding: 44px 0 52px; }
	.homeHeroFeatured .homeHeroInner { padding: 0 20px; gap: 22px; }
	.heroFeatButtons { flex-direction: column; align-items: stretch; }
	.heroFeatBtn { text-align: center; }
	.heroFeatPlayIcon { width: 56px; height: 56px; }
	.heroFeatPlayIcon::after { border-width: 10px 0 10px 20px; margin-left: 4px; }
}


/* HOME LOGOS */
.homeLogos {
	padding:40px 0 0 0;
}
.homeLogos h3 {
	text-align:center;
	margin:0 0 50px 0;
}
.homeLogoSection {
	width: 100%;
	max-width: 960px;
	text-align: center;
}
.homeLogoLabel {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 28px;
}
/* Outer wrapper stacks the two rows */
.homeLogoHive {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
}
/* Each row is a flex row */
.homeLogoRow {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 0;
}
/* Bottom row is tucked up and offset to nest between top hexagons */
.homeLogoRowBottom {
	margin-top: -4px; /* vertical overlap to nest rows */
}
/* Individual slot */
.homeLogoSlot {
	width: 200px;
	height: 173px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
/* Horizontal overlap so hexagons touch side-to-side */
.homeLogoSlot + .homeLogoSlot {
	margin-left: -1px;
}
.homeLogoSlot img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: grayscale(15%);
	opacity: 1;
	transition: opacity 0.7s ease, filter 0.3s ease, transform 0.3s ease;
}
.homeLogoSlot img.isFading {
	opacity: 0;
}
.homeLogoSlot img:hover {
	filter: grayscale(0%);
	transform: scale(1.05);
}
.homeLogoPlaceholder {
	width: 180px;
	height: 156px;
	background: #2a2a2a;
	clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 10px;
	opacity: 1;
	transition: opacity 0.7s ease;
}
.homeLogoPlaceholder.isFading {
	opacity: 0;
}


/* HOME INTRO CONTENT */
.homeIntro {
	position: relative;
	padding:20px 0 0 0;
}

.homeIntro .pad {
	width:90%;
	max-width:1100px;
}
.homeIntro .entry-content h3 {
	width:fit-content;
	text-align: left;
	color:#123251;
	line-height: 1.5em;
	margin:0 !important;
}
.homeIntro .entry-content h3:after {
	display: block;
	content:"";
	width:100px;
	border-bottom:solid 3px #f17421;
	margin:20px 0 -10px 0;
}
.homeIntro p {
	font-size:18px;
}


/* TESTIMONIALS */
.homeTestimonials {
	background: #11152C;
	background: linear-gradient(90deg, rgba(17, 21, 44, 1) 0%, rgba(20, 70, 105, 1) 100%);
	padding:70px 0 80px 0;
	margin-top:60px;
}
.homeTestimonials .pad {
	max-width:1100px;
}.homeTestimonials h3 {
	width:fit-content;
	color:#FFF;
	text-align:left;
	margin:0 0 50px 0 !important;
}

.homeTestimonials h3:after {
	display:block;
	content:"";
	width:100px;
	border-bottom:solid 3px #f17421;
	margin:20px 0 0 0;
}
.homeTestimonialGrid {
	display:flex;
	flex-direction:row;
	gap:30px;
	align-items:stretch;
}
.homeTestimonialCard {
	position:relative;
	flex:1;
	background:rgba(255, 255, 255, 0.06);
	border:solid 1px rgba(255, 255, 255, 0.1);
	border-radius:12px;
	padding:40px 40px 35px 40px;
	display:flex;
	flex-direction:column;
}
.homeTestimonialMark {
	display:block;
	font-family:"Oswald", sans-serif;
	font-size:72px;
	line-height:0.7em;
	color:#f17421;
	margin:0 0 20px 0;
}
.homeTestimonialQuote {
	font-family:"Roboto", Helvetica, Arial, sans-serif;
	font-size:17px;
	line-height:1.7em;
	color:rgba(255, 255, 255, 0.88);
	flex:1;
	margin:0 0 30px 0;
}
.homeTestimonialAttrib {
	border-top:solid 1px rgba(255, 255, 255, 0.15);
	padding-top:20px;
	margin-top:auto;
}
.homeTestimonialAttrib strong {
	display:block;
	font-family:"Oswald", sans-serif;
	font-size:17px;
	font-weight:500;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.homeTestimonialAttrib span {
	display:block;
	font-family:"Roboto", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:rgba(255, 255, 255, 0.55);
	margin-top:4px;
}

/* HOME SERVICES */

.homeServices {
	position:relative;
	background: #1e4d6b;
	background: linear-gradient(135deg, #1c4a68 0%, #2a6a91 100%);

	padding:70px 0 80px 0;
	overflow:hidden;
}
.homeServices::before {
	display:block;
	position:absolute;
	top:-50px;
	right:-70px;
	width:120%;
	height:120%;
	content:"";
	background:transparent url('images/bgMtnWhite.png') right top no-repeat;
	background-size:100 auto;
	background-position:right bottom;
	z-index:0;
	opacity:0.07;
	pointer-events:none;
}
.homeServices .pad {
	position:relative;
	max-width:1100px;
	z-index:1;
}
.homeServices h3 {
	width:fit-content;
	color:#FFF;
	text-align:left;
	margin:0 0 12px 0 !important;
}
.homeServices h3:after {
	display:block;
	content:"";
	width:100px;
	border-bottom:solid 3px #f17421;
	margin:20px 0 0 0;
}
.homeServicesSubhead {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	color: rgba(255,255,255,0.75);
	margin: 28px 0 44px 0;
	max-width: 560px;
}
.homeServicesGrid {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:24px;
}
.homeServiceCard {
	display:flex;
	flex-direction:column;
	text-decoration:none;
	background: rgba(255, 255, 255, 0.25);
	border:solid 1px rgba(255, 255, 255, 0.15);
	border-radius:4px;
	padding:30px 26px;
	transition:0.25s all;
}
.homeServiceCard:hover {
	background:rgba(255, 255, 255, 0.06);
	border-color:#f17421;
	transform:translateY(-3px);
}
.homeServiceIcon {
	width:46px;
	height:46px;
	background:rgba(255, 255, 255, 0.1);
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 0 18px 0;
	transition:0.25s all;
}
.homeServiceCard:hover .homeServiceIcon {
	background:#f17421;
}
.homeServiceIcon i {
	font-size:20px;
	color:#FFF;
}
.homeServiceCard h4 {
	font-family:"Oswald", sans-serif;
	font-size:18px;
	font-weight:500;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:0.3px;
	margin:0 0 10px 0;
	transition:0.25s all;
}
.homeServiceCard:hover h4 {
	color:#f17421;
}
.homeServiceCard p {
	font-family:"Roboto", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.6em;
	color:rgba(255, 255, 255, 1);
	margin:0;
}
.homeServicesFooter {
	display:flex;
	justify-content:center;
	margin-top:50px;
}
.homeServicesFooter .cta {
	font-size:18px;
	padding:8px 30px;
}

/* HOME VERTICALS */
.homeVerticals {
	background:#f7f8fa;
	padding:70px 0 80px 0;
}
.homeVerticals .pad {
	max-width:1100px;
}
.homeVerticals h3 {
	width:fit-content;
	color:#123251;
	text-align:left;
	margin:0 0 50px 0 !important;
}
.homeVerticals h3:after {
	display:block;
	content:"";
	width:100px;
	border-bottom:solid 3px #f17421;
	margin:20px 0 0 0;
}
.homeVerticalsGrid {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:24px;
}
.homeVerticalCard {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	text-decoration:none;
	background:#FFF;
	border:solid 1px #e4e6ea;
	border-radius:4px;
	border-top:solid 4px #11152C;
	padding:32px 28px;
	transition:0.25s all;
}
.homeVerticalCard:hover {
	border-top-color:#f17421;
	box-shadow:0 6px 24px rgba(17, 21, 44, 0.1);
	transform:translateY(-3px);
}
.homeVerticalIcon {
	width:50px;
	height:50px;
	background:#11152C;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 0 20px 0;
	transition:0.25s all;
}
.homeVerticalCard:hover .homeVerticalIcon {
	background:#f17421;
}
.homeVerticalIcon i {
	font-size:22px;
	color:#FFF;
}
.homeVerticalCard h4 {
	font-family:"Oswald", sans-serif;
	font-size:20px;
	font-weight:500;
	color:#123251;
	text-transform:uppercase;
	letter-spacing:0.3px;
	margin:0 0 12px 0;
	transition:0.25s all;
}
.homeVerticalCard:hover h4 {
	color:#f17421;
}
.homeVerticalCard p {
	font-family:"Roboto", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.6em;
	color:#666;
	margin:0;
}



/* CONTACT PAGE */
.contactForm {
	background:#efefef;
	border:solid 1px #c4c4c4;
	border-radius:20px;
	padding:30px;
	margin:30px;
}
.contactForm p br {
	display:none;
}
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm textarea {
	font-size:16px;
	border:solid 1px #c4c4c4;
	padding:4px 10px;
	border-radius:5px;
	margin:0 0 5px 0;
	width:100%;
	box-sizing:border-box;
}
.dms-form-row {
	display:flex;
	gap:12px;
	margin-bottom:5px;
}
.dms-form-row p {
	display:contents;
}
.dms-form-row br {
	display:none;
}
.dms-form-row .wpcf7-form-control-wrap {
	flex:0 0 30%;
	min-width:0;
}
.contactForm textarea {
	height:100px;
	margin:5px 0;
}
.contactForm input[type="submit"] {
	color:#FFF !important;
	background-color:#f17421 !important;
	border:none;
	border-radius:10px;
	font-family:"Oswald", sans-serif;
	font-size:20px;
	text-transform:uppercase;
	padding:5px 15px;
	cursor:pointer;
	transition:0.2s all;
}
.contactForm input[type="submit"]:hover {
	background-color:#3161a1 !important;
}
@media only screen and (max-width:768px) {
	.dms-form-row {
		flex-direction:column;
		gap:0;
	}
	.contactForm {
		margin:10px;
		padding:20px;
	}
}



/* COMMON */
.site-main > * {
	margin:0;
}
body:not(.home) .site-main {
	padding-top: 0;
	padding-bottom: 0;
}
body.home .site-main {
	padding-top:0;
	padding-bottom:0;
}
.site-content:not(.home) {
	width:90%;
	max-width:1100px;
	min-height:400px;
	margin:0 auto;
}
/* ── PAGE HERO BANNER ──────────────────────────────────────────── */
.pageHero {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #11152C;
	background: linear-gradient(90deg, rgba(17,21,44,1) 0%, rgba(20,70,105,1) 100%);
	margin-bottom: 48px;
}
.pageHeroInner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 48px 0 44px 0;
}
.pageHeroLabel {
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255,255,255,0.55);
	margin: 0 0 8px 0;
}
.pageHeroTitle {
	font-size: 38px;
	line-height: 1.1;
	color: #FFF !important;
	margin: 0 0 16px 0;
}
.pageHeroTitle::after {
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background: #f17421;
	margin-top: 14px;
}

/* ── PAGE CONTENT ──────────────────────────────────────────────── */
.entry-content h2 {
	margin-top: 8px;
	margin-bottom: 20px;
}
.entry-content h2::after {
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background: #f17421;
	margin-top: 10px;
}
.entry-content h1 {
	font-size: 34px;
	color: #11152C;
	padding-bottom: 14px;
	border-bottom: 3px solid #f17421;
	margin-bottom: 20px;
}
.entry-content > p:first-of-type {
	font-size: 18px;
	line-height: 1.65;
	color: #123251;
	margin-bottom: 24px;
}
body:not(.home) .ftrCTA {
	margin-top: 60px;
}
.entry-content a.cta {
	margin-top: 24px;
}
p.svcSubhead {
	margin-bottom: 16px;
}
p.svcIntro {
	margin-bottom: 24px;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
	max-width:100%;
}
hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
	max-width:95%;
	width:95%;
}
a.cta {
	display:block;
	width:fit-content;
	font-family: "Oswald", sans-serif;
	font-size:20px;
	color:#FFF;
	text-transform: uppercase;
	text-decoration:none;
	background:#f17421;
	padding:5px 15px;
	border-radius:10px;
	transition:0.2s all;
}
a.cta:hover,
a.cta:focus {
	font-family: "Oswald", sans-serif;
	color:#FFF;
	background:#3161a1 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	letter-spacing:0;
	color:#2B2B2B;
}
ul, ol {
	font-family:inherit;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	outline:none;
	background-color:inherit;
	text-decoration: inherit;
}



/* FOOTER CTA */
.ftrCTA {
	position:relative;
	background: #F9B23D;
	background: linear-gradient(90deg,rgba(49, 97, 161, 1) 0%, rgba(249, 178, 61, 1) 100%);
	background: linear-gradient(90deg,rgba(10, 63, 133, 1) 0%, rgba(205, 129, 5, 1) 100%);

	border-radius:20px;
	margin:50px auto;
	width: calc(100% - 40px);
	max-width:1100px;
	overflow:hidden;
}
.ftrCTA::before {
	display:block;
	position:absolute;
	top:-17%;
	right:-6.5%;
	width:120%;
	height:120%;
	content:"";
	background:transparent url('images/bgMtnWhite.png') right top no-repeat;
	background-size:auto 100%;
	z-index: 0;
	Xrotate:-15deg;
	opacity:0.15;
}
.ftrCTA .pad {
	color:#FFF;
	padding: clamp(24px, 5vw, 60px);
}
.ftrCTA h5 {
	font-size: clamp(18px, 4.5vw, 56px);
	color:#FFF;
	text-transform: uppercase;
	text-shadow: 0 0 8px rgba(0,0,0,0.5);
	white-space: nowrap;
}
.ftrCTA p {
	font-size: clamp(14px, 2.2vw, 26px);
	font-weight:300;
	text-shadow: 0 0 8px rgba(0,0,0,0.5);
	padding:10px 0;
}
.ftrCTA a {
	display:block;
	width:fit-content;
	font-family: "Oswald", sans-serif;
	font-size: clamp(14px, 1.8vw, 24px);
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
	background:#f9b23d;
	border-radius:10px;
	padding: clamp(3px, 0.5vw, 5px) clamp(14px, 2vw, 25px);
	margin: clamp(20px, 3vw, 40px) 0 0 0;
	transition:0.3s all;
}
.ftrCTA a:hover,
.ftrCTA a:focus {
	background:#fe9e00 !important;
}

	
/* FOOTER */
#Footer {
	position: relative;
	color:#FFF;	
	background: #11152C;
	background: linear-gradient(-90deg,rgba(17, 21, 44, 1) 0%, rgba(20, 70, 105, 1) 100%);
	padding:60px 0;
	margin-top:80px;
}

.ftrCols {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.ftrCol {
	position: relative;
	flex: 1;
}

.ftrCol h4 {
	font-family: "Oswald", sans-serif;
	font-size:22px;
	font-weight:500;
	color:#FFF;
	text-transform: uppercase;
	margin:0 0 20px 0;
}
.ftrCol a {
	font-size:15px;
	font-weight:500;
	color:#FFF;
	text-decoration: none;
}
.ftrCol .emailUs {
	display:none;
}

.ftrCol.col4 {
	flex: 0 0 190px;
	text-align: right;
}
.ftrLogo img {
	max-width: 160px;
	width: 100%;
}
.ftrCol a.ftrCTA {
	display: inline-block;
	font-size:18px;
	font-weight:400;
	margin:30px 0 20px 0;
}
.ftrCol a.ftrPhone {
	display:block;
	font-family: "Oswald", sans-serif;
	font-size:22px;
	color:#f9b23d;
	transition:0.3s all;
}
.ftrCol a.ftrPhone:hover {
	color:#FFF;
}



#siteCredits {
	font-family: "Oswald", sans-serif;
	font-size:13px;
	text-align: left;
	background:#f17421;
	padding:10px 10px;
}
#siteCredits,
#siteCredits a,
#siteCredits a.nwwebdev {
	color:#FFF;	
}
#siteCredits a.nwwebdev {
	display:inline-block;
	text-decoration: none;
	border-left:solid 1px #e7afad;
	margin-left:10px;
	padding-left:10px;
}
#siteCredits a:hover {
	text-decoration:underline;
}

#siteCredits .pad {
	display: flex;
	align-items: center;
}
#siteCredits .creditsText {
	flex: 1;
}
#siteCredits a.linkedin {
	flex-shrink: 0;
	float: none;
	position: static;
	font-size: 30px;
	line-height: 30px;
	margin-left: 14px;
}




.Clear {
	clear:both;
}
/* reCaptcha badge */
.grecaptcha-badge{
	Xvisibility: collapse !important;  
}

/* // DMS 

	font-family: "Roboto", serif;
	font-family: "Oswald", sans-serif;

*/


/* ── HERO IMAGE ────────────────────────────────────────────────── */

/* ── CLIENT LOGO CAROUSEL ─────────────────────────────────────── */
.homeLogos {
	padding: 50px 0 40px 0;
	overflow: hidden;
}
.homeLogos h3 {
	text-align: center;
	margin: 0 0 36px 0;
}
.homeLogoCarouselOuter {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 10px 0 20px 0;
	/* fade edges */
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.homeLogoCarouselOuter:hover .homeLogoCarouselTrack {
	animation-play-state: paused;
}
.homeLogoCarouselTrack {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px;
	width: max-content;
	animation: dmsLogoScroll 32s linear infinite;
}
@keyframes dmsLogoScroll {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
.homeLogoCarouselItem {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 140px;
}
.homeLogoCarouselItem img {
	height: 120px;
	width: auto;
	max-width: 320px;
	object-fit: contain;
	filter: grayscale(25%);
	opacity: 0.80;
	transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.homeLogoCarouselItem img:hover {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.08);
}

/* ── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 900px) {
	.homeHeroInner {
		gap: 10px;
		padding: 0 28px;
	}
	.homeHeroText {
		flex: 0 0 320px;
	}
	.homeHero h1 {
		font-size: 30px;
	}
	.homeLogoCarouselItem img {
		height: 88px;
		max-width: 240px;
	}
	.homeLogoCarouselTrack {
		gap: 36px;
	}
}
@media (max-width: 600px) {
	.homeHeroInner {
		flex-direction: column;
		padding: 0 24px;
		text-align: center;
	}
	.homeHeroText {
		flex: none;
		width: 100%;
	}
	.homeHeroImage {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 900px) {
	.pageHeroTitle {
		font-size: 30px;
	}
	.pageHeroInner {
		padding: 36px 0 32px 0;
	}
}
@media (max-width: 600px) {
	.pageHeroTitle {
		font-size: 24px;
	}
	.entry-content h1 {
		font-size: 26px;
	}
	.entry-content > p:first-of-type {
		font-size: 16px;
	}
}
/* ── ULTIMATE FAQs ─────────────────────────────────────────────── */
.ewd-ufaq-faq-categories {
	display: none !important;
}
.ewd-ufaq-faq-list {
	margin: 0;
}
.ewd-ufaq-faqs {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.ewd-ufaq-faq-div {
	background: linear-gradient(0deg, rgb(0, 44, 102) 0%, rgb(49, 97, 161) 100%);
	border-radius: 8px;
	overflow: hidden;
	border: none !important;
	box-shadow: none !important;
}
.ewd-ufaq-faq-title {
	padding: 0;
}
a.ewd-ufaq-post-margin {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 18px 22px !important;
	text-decoration: none !important;
	gap: 16px;
	cursor: pointer;
}
.ewd-ufaq-post-margin.ewd-ufaq-faq-post {
	display: block !important;
	padding: 0 !important;
}
.ewd-ufaq-faq-title-text {
	flex: 1;
	order: 1;
}
.ewd-ufaq-faq-title-text h4 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin: 0 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
}
.ewd-ufaq-post-margin-symbol {
	flex-shrink: 0;
	order: 2;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ewd-ufaq-post-margin-symbol span {
	display: none !important;
}
.ewd-ufaq-post-margin-symbol::after {
	content: '+';
	font-family: Roboto, sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
}
.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol::after {
	content: '-';
}
.ewd-ufaq-clear {
	display: none;
}
.ewd-ufaq-faq-body {
	padding: 0 22px 20px 22px !important;
}
.ewd-ufaq-faq-body p,
.ewd-ufaq-faq-body li,
.ewd-ufaq-faq-body {
	font-size: 15px !important;
	line-height: 1.65 !important;
	color: rgba(255,255,255,0.78) !important;
	margin: 0 !important;
}

/* ── PAGE JUMP LINKS ───────────────────────────────────────── */
.svcJumpLinks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 8px;
}
.svcJumpLink {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	text-decoration: none;
	color: #FFF;
	background: #3161a1;
	border-radius: 6px;
	padding: 9px 18px;
	transition: background 0.2s ease;
}
.svcJumpLink:hover,
.svcJumpLink:focus {
	background: #11152C;
	color: #FFF;
}
/* Scroll offset to clear the sticky header */
.svcAnchor {
	scroll-margin-top: 180px;
}
@media (max-width: 600px) {
	.svcJumpLink {
		flex: 1 1 calc(50% - 5px);
		text-align: center;
	}
}

/* ── PHOTO / VIDEO / DRONE PAGE ────────────────────────── */
.svcVideoWrap {
	margin: 0 0 8px 0;
	border-radius: 10px;
	overflow: hidden;
	background: #000;
	aspect-ratio: 16 / 9;
}
.svcVideoWrap iframe,
.svcVideoWrap video {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
.svcVideoPlaceholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #11152C 0%, #1a4a6e 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border: 2px dashed rgba(255,255,255,0.18);
	border-radius: 10px;
	color: rgba(255,255,255,0.55);
	font-size: 15px;
	text-align: center;
	padding: 24px;
}
.svcVideoPlaceholder::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 44px;
	border-color: transparent transparent transparent rgba(255,255,255,0.25);
}
.svcPackages {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 8px 0 0 0;
}
.svcPackageCard {
	background: linear-gradient(0deg, rgb(0,44,102) 0%, rgb(49,97,161) 100%);
	border-radius: 12px;
	padding: 32px 28px 28px;
	color: #fff;
}
.svcPackageCard.pkgFeatured {
	border: 2px solid #f17421;
}
.svcPackageCard h3 {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin: 0 0 6px !important;
	border: none !important;
	padding: 0 !important;
}
.svcPackageCard .pkgPrice {
	display: block;
	font-size: 38px;
	font-weight: 800;
	color: #f17421;
	line-height: 1;
	margin-bottom: 4px;
}
.svcPackageCard .pkgTag {
	display: block;
	font-size: 13px;
	color: rgba(255,255,255,0.65);
	margin-bottom: 22px;
}
.svcPackageCard ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.svcPackageCard ul li {
	padding: 5px 0 5px 22px !important;
	position: relative;
	font-size: 14px !important;
	color: rgba(255,255,255,0.88) !important;
	line-height: 1.5 !important;
	border: none !important;
}
.svcPackageCard ul li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #f17421;
	font-weight: 700;
}
.svcPackageCard .pkgAddon {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,0.15);
	font-size: 13px;
	color: rgba(255,255,255,0.6);
}
.svcGallery {
	display: grid;
	grid-template-columns: 3fr 2fr 2fr;
	grid-template-rows: 230px 230px;
	gap: 10px;
	margin: 8px 0 0;
}
.svcGallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	display: block;
}
.svcGallery br {
	display: none;
}
.svcGallery img:first-child {
	grid-row: 1 / 3;
}
@media (max-width: 768px) {
	.svcPackages { grid-template-columns: 1fr; }
	.svcGallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}
	.svcGallery img { height: 180px; }
	.svcGallery img:first-child { grid-row: auto; }
}
@media (max-width: 480px) {
	.svcGallery {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	.svcGallery img { height: 220px; }
}

/* ── Outcome cards ────────────────────────────────── */
.svcOutcomes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 20px;
}
.svcOutcomeCard {
	background: linear-gradient(0deg, rgb(0,44,102) 0%, rgb(49,97,161) 100%);
	border-radius: 10px;
	padding: 22px 22px 20px;
	color: #fff;
	border-left: 4px solid #f17421;
}
.svcOutcomeCard strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 6px;
}
.svcOutcomeCard p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255,255,255,0.8);
}

/* ── Callout block ────────────────────────────────── */
.svcCallout {
	background: linear-gradient(0deg, rgb(0,44,102) 0%, rgb(49,97,161) 100%);
	border-radius: 10px;
	padding: 28px 28px 24px;
	margin-bottom: 20px;
	border-left: 5px solid #f17421;
}
.svcCallout h3 {
	color: #fff !important;
	font-size: 20px !important;
	margin: 0 0 12px !important;
}
.svcCallout p {
	color: rgba(255,255,255,0.85);
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.65;
}
.svcCallout p:last-child { margin-bottom: 0; }

/* ── 4-step process ───────────────────────────────── */
.svcSteps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 20px;
}
.svcStep {
	background: linear-gradient(0deg, rgb(0,44,102) 0%, rgb(49,97,161) 100%);
	border-radius: 10px;
	padding: 24px 18px 22px;
	color: #fff;
	text-align: center;
}
.stepNum {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #f17421;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	margin: 0 auto 14px;
	line-height: 1;
}
.svcStep h4 {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin: 0 0 8px !important;
	letter-spacing: 0 !important;
}
.svcStep p {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255,255,255,0.8);
	margin: 0;
}

/* ── Platform cards ───────────────────────────────── */
.svcPlatforms {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin-top: 20px;
}
.svcPlatformCard {
	background: linear-gradient(0deg, rgb(0,44,102) 0%, rgb(49,97,161) 100%);
	border-radius: 10px;
	padding: 28px 24px;
	color: #fff;
}
.svcPlatformCard h3 {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin: 0 0 10px !important;
}
.svcPlatformCard p {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255,255,255,0.85);
	margin: 0;
}

@media (max-width: 768px) {
	.svcOutcomes { grid-template-columns: 1fr; }
	.svcSteps { grid-template-columns: 1fr 1fr; }
	.svcPlatforms { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
	.svcSteps { grid-template-columns: 1fr; }
}
